:root {
--dashlifter-sidebar-width: 275px;
--dashlifter-background-color: #f5f5f5;
--dashlifter-regular-text-color: #212121;
--dashlifter-regular-title-color: #000000;
}
html { }
* .is-layout-flex {
gap: 10px !important;
}
*::-webkit-scrollbar {
width: 15px;
}
*::-webkit-scrollbar-track {
background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
background: #888;
}
*::-webkit-scrollbar-thumb:hover {
background: #555;
}
.dashlifter-main.login {
left: 0;
width: 100%;
}
.widget {
margin-bottom: 0 !important;
}
#dashlifter-wrapper *:not(i, .dashicons) {
font-family: "Poppins",sans-serif !important;
}
input[type=email], input[type=number], input[type=password], 
input[type=reset], input[type=search], input[type=tel], 
input[type=text], input[type=url], select, textarea {
color: #666; height: auto;
border: 1px solid #000;
border-radius: 2px;
background: #F9FAFB;
}
.select2-container .select2-selection--single {
height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
opacity: 0;
}
.button, input[type=button], input[type=submit]{
color: #fff !important;
}
input[type=submit], button[type=submit] {
color: #fff !important;
font-weight: 500;
font-size: 15px;
}
.dashlifter-sidebar {
position: fixed;
height: 100%;
width: var(--dashlifter-sidebar-width);
overflow-y: auto;
overflow-x: hidden;
z-index: 99;
background: var(--dashlifter-background-color);
}
.dashlifter-sidebar .dashlifter-sidebar-content {
display: grid;
height: 100%;
border-right: solid 1px #e1e1e1;
}
.dashlifter-sidebar-toggle {
width: 50px;
height: 100%;
padding: 15px 0;
text-align: center;
justify-content: center;
align-items: flex-start;
border-right: solid 1px #e1e1e1;
display: none;
}
.dashlifter-sidebar.close .dashlifter-sidebar-toggle {
display: flex;
border-right: solid 1px #e1e1e1;
}
.dashlifter-sidebar.close ~ .dashlifter-navbar, 
.dashlifter-sidebar.close ~ .dashlifter-main, 
.dashlifter-sidebar.close ~ .dashlifter-main ~ .dashlifter-footer
{
left: 50px;
width: calc(100% - 50px);
}
.dashlifter-sidebar::-webkit-scrollbar {
width: 5px !important;
}
.dashlifter-navbar, 
.dashlifter-main,
.dashlifter-footer {
left: var(--dashlifter-sidebar-width);
width: calc(100% - var(--dashlifter-sidebar-width));
transition: all 0.125s ease;
z-index: 1000;
background: var(--dashlifter-background-color);
}
.dashlifter-navbar {
position: relative;
color: #212121;
font-size: 25px;
cursor: pointer;
}
.dashlifter-main {
position: relative;
align-items: baseline;
justify-content: left;
min-height: 100vh;
z-index: 150;
padding: 5px 30px 45px;
}
.dashlifter-main-content {
max-width: 1100px;
margin: auto;
}
.dashlifter-footer {
position: relative;
display: block;
z-index: 100;
}
input[type='submit'].dashlifter-btn, a.dashlifter-btn, .dashlifter-btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid #d8d8d8;
white-space: nowrap;
background-color: #eee;
color: #444;
padding: 6px 12px !important;
font-size: 14px;
line-height: 1.42857143;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
a.dashlifter-btn, .dashlifter-btn {
font-weight: 500;
border-radius: 50px;
background: #000;
color: #fff !important;
padding: 7px 12px !important; }
a.dashlifter-btn, .dashlifter-btn:hover {
background: #1c3987;
}
body .fancybox-slide--iframe .fancybox-content {
margin: 0;
height: 600px;
max-width: 95%;
min-height: 90%;
background: #23281a8a;
}
.dashlifter-white-background .dashlifter-main {
background: #fff !important;
}
@media (max-width: 768px) {
.dashlifter-sidebar.close {
width: 50px;
}
.dashlifter-sidebar.close .dashlifter-sidebar-content {
display: none;
}
.dashlifter-sidebar:not(.close) {
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.12);
z-index: 1100;
width: var(--dashlifter-sidebar-width);
}
.dashlifter-sidebar:not(.close) .dashlifter-sidebar-content {
display: grid;
}
.dashlifter-sidebar:not(.close) ~ .dashlifter-main,
.dashlifter-sidebar:not(.close) ~ .dashlifter-navbar,
.dashlifter-sidebar:not(.close) ~ .dashlifter-footer {
left: 0;
width: 100%;
}
.dashlifter-sidebar.close ~ .dashlifter-main {
padding-left: 15px;
padding-right: 15px;
}
body:not(.dashlifter-full-page)::before {
content: "";
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 1050;
pointer-events: none;
}
}
.dashlifter-menu-content {
position: relative;
height: 100%;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 10px 0 0 !important;
margin: 0 !important;
background: transparent;
}
.dashlifter-menu-content::-webkit-scrollbar {
width: 5px;
}
.dashlifter-menu-items {
width: 100%;
list-style: none;
padding: 0 5px !important;
margin: 0 !important; }
.dashlifter-item {
margin-bottom: 5px;
} .dashlifter-item a {
color: var(--dashlifter-regular-text-color, #212121);
padding: 8px 16px 8px 20px;
display: flex;
width: 100%;
border-radius: 0 5px 5px 0;
outline: none;
align-items: center;
justify-content: flex-start;
gap: 10px;
text-decoration: none !important;
box-sizing: border-box;
background: transparent;
transition: background 0.15s ease;
} .dashlifter-submenu-item {
cursor: pointer;
color: var(--dashlifter-regular-text-color, #212121);
padding: 8px 16px 8px 20px;
display: flex;
width: 100%;
border-radius: 0 5px 5px 0;
outline: none;
align-items: center;
justify-content: flex-start;
text-decoration: none !important;
box-sizing: border-box;
background: transparent;
transition: background 0.15s ease;
}
.dashlifter-item a.active,
.dashlifter-submenu-item.active {
background-color: rgba(0, 0, 0, 0.07);
color: var(--dashlifter-regular-title-color, #000);
}
.dashlifter-item a:hover,
.dashlifter-submenu-item:hover {
background: rgba(0, 0, 0, 0.05);
}
.dashlifter-item a .icon,
.dashlifter-item i.icon {
width: 16px;
height: 16px;
color: var(--dashlifter-regular-text-color, #212121);
margin-right: 0;
font-size: 16px;
flex-shrink: 0;
} .dashlifter-item.mvm-menu-item-wrapper {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
}
.dashlifter-item.mvm-menu-item-wrapper > a {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
text-align: left !important;
gap: 10px !important;
flex: 1 1 auto !important;
min-width: 0 !important;
width: auto !important;
}
.dashlifter-item.mvm-menu-item-wrapper > a .dashlifter-nav-label,
.dashlifter-item.mvm-menu-item-wrapper > a .mvm-link-label {
flex: 1 1 auto;
min-width: 0;
text-align: left !important;
}
.dashlifter-submenu-item span {
display: inline-flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
flex: 1 1 auto;
min-width: 0;
text-align: left;
} .dashlifter-submenu-item .fa-chevron-right,
.dashlifter-submenu-item .fas.fa-chevron-right {
margin-left: auto;
margin-right: 0;
font-size: 11px;
opacity: 0.65;
transition: transform 0.2s ease;
flex-shrink: 0;
}
.dashlifter-submenu-is-open > .dashlifter-submenu-item .fa-chevron-right,
.dashlifter-submenu-is-open > .dashlifter-submenu-item .fas.fa-chevron-right {
transform: rotate(90deg);
} .dashlifter-submenu {
position: static;
display: none;
width: 100%;
height: auto;
margin: 0;
padding: 4px 0 8px 0;
list-style: none;
background: transparent;
border: none;
box-shadow: none;
top: auto;
right: auto;
}
.dashlifter-submenu-is-open > .dashlifter-submenu {
display: block;
} .dashlifter-submenu .dashlifter-menu-title {
display: none;
}
.dashlifter-submenu .dashlifter-item {
margin-bottom: 2px;
}
.dashlifter-submenu .dashlifter-item a {
padding-left: 24px;
font-size: 13px;
border-radius: 0 4px 4px 0;
justify-content: flex-start;
gap: 10px;
}
.dashlifter-submenu .dashlifter-item a .icon {
font-size: 14px;
width: 14px;
height: 14px;
margin-right: 0;
flex-shrink: 0;
} .dashlifter-submenu-is-open > .dashlifter-submenu {
border-left: 2px solid rgba(0, 0, 0, 0.08);
margin-left: 12px;
padding-left: 4px;
}
.dashlifter-user-menu-wrap {
position: relative;
width: 38px;
}
.dashlifter-mini-photo-wrapper img { border-radius: 50%;
}
.dashlifter-mini-photo-wrapper span::before {
content: '';
position: absolute;
width: 9px;
height: 9px;
left: -22px;
top: 15px;
font-size: 14px;
border: solid 2px #9b9a9a;
border-top: 0;
border-left: 0;
transform: rotate(45deg);
}
.dashlifter-menu-container {
visibility: hidden;
opacity: 0;
}
.dashlifter-menu-container.active {
visibility: visible;
opacity: 1;
transition: all 0.2s ease-in-out;
}
.dashlifter-user-menu {
position: absolute;
right: -22px;
background-color: #FFFFFF;
width: 296px;
border-radius: 5px;
border: 1px solid rgb(225 225 225); padding-bottom: 5px;
margin-top: 20px;
overflow: hidden;
}
.dashlifter-user-menu .dashlifter-profile-highlight {
display: flex;
border-bottom: 1px solid #E0E0E0;
padding: 19px 16px 17px;
margin-bottom: 6px;
background: #f9f9f9;
}
.dashlifter-user-menu .dashlifter-profile-highlight img {
width: 48px;
height: 48px;
border-radius: 25px;
object-fit: cover;
}
.dashlifter-user-menu .dashlifter-profile-highlight .dashlifter-user-menu-details {
display: flex;
flex-direction: column;
margin: auto 12px;
}
.dashlifter-user-menu .dashlifter-profile-highlight #profile-name {
font-weight: 600;
font-size: 16px;
}
.dashlifter-user-menu .dashlifter-profile-highlight #profile-footer {
font-weight: 300;
font-size: 14px;
margin-top: 4px;
}
.dashlifter-user-menu .dashlifter-user-menu-footer {
border-top: 1px solid #E0E0E0;
padding-top: 6px;
margin-top: 6px;
}
.dashlifter-user-menu .dashlifter-user-menu-footer .dashlifter-user-menu-link {
font-size: 13px;
}
.dashlifter-user-menu .dashlifter-user-menu__item {
list-style: none;
}
.dashlifter-user-menu .dashlifter-user-menu-link {
display: flex;
text-decoration: none;
color: #333333;
font-weight: 400;
font-size: 14px;
padding: 12px 16px;
}
.dashlifter-user-menu .dashlifter-user-menu-link i {
padding: 7px;
}
.dashlifter-user-menu .dashlifter-user-menu-link div {
margin: auto 10px;
}
.dashlifter-user-menu .dashlifter-user-menu-link:hover {
background-color: #F5F5F5;
color: #333333;
}
.dashlifter-table-wrap {
position: relative; border-bottom: none;
border-radius: 3px;
}
.dashlifter-table-header { padding: 15px 0 35px;
}
.dashlifter-table-header:before, .dashlifter-table-header:after {
content: " ";
display: table;
}
.dashlifter-table-header:after {
clear: both;
}
.dashlifter-table-header h2 {
font-size: 20px;
padding: 0;
display: inline-block;
line-height: 1.5;
margin: 0 0 20px 0;
vertical-align: middle;
}
.dashlifter-table-header .dashlifter-table-search,
.dashlifter-table-header .dashlifter-table-search-group {
display: flex;
justify-content:space-between;
align-items: center;
}
.dashlifter-table-header .dashlifter-table-search-group,
.dashlifter-table-header .dashlifter-table-filters {   display: flex;
}
.dashlifter-table-header .dashlifter-table-search-group label + input {
margin: 0 10px;
}
.dashlifter-table-header .dashlifter-table-search-group input {
margin: 0;
padding: 12px 20px !important;
font-size: 15px; outline: none !important; background-color: #fff!important;
border: solid 1px #e1e1e1;
border-radius: 50px !important;
width: auto !important;
height: 40px;
box-shadow: none !important;
}
.dashlifter-table-header .dashlifter-table-search-group input[type='search'] {
padding: 12px 35px 12px 55px !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.25 19.25L15.5 15.5M4.75 11C4.75 7.54822 7.54822 4.75 11 4.75C14.4518 4.75 17.25 7.54822 17.25 11C17.25 14.4518 14.4518 17.25 11 17.25C7.54822 17.25 4.75 14.4518 4.75 11Z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 25px 50%;
background-size: 20px;
}
.dashlifter-table-header .dashlifter-table-search-group select,
.dashlifter-table-header .dashlifter-table-search-group select + .select2{
margin: 0;
padding: 0px 34px 0 30px !important;
font-size: 15px; outline: none !important; background-color: #fff!important;
background-repeat: no-repeat;
background-position-y: 50%;
background-position-x: 92%;
border-radius: 5px !important;
background-size: 10px;
border: solid 1px #e1e1e1;
border-radius: 50px !important;
width: auto !important;
min-width: 240px;
max-width: 275px;
height: 40px;
box-shadow: none !important;
}
.dashlifter-table-header .dashlifter-table-search-group select + .select2 {
padding: 0 12px 0 !important; margin: 0 !important; justify-content: center; transition: initial;
align-items: center;
position: relative;
display: block;
overflow: hidden;
}
.dashlifter-table-header .dashlifter-table-search-group select + .select2-container .select2-selection--single {
border: none;
position: relative;
top: 5px;
}
.dashlifter-table-header .dashlifter-table-search-group select + .select2-container--default .select2-selection--single .select2-selection__arrow{
display: none;
}
.dashlifter-table-header .dashlifter-table-search-group select + .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #3f3f3f;
}
.dashlifter .select2-container--open .select2-dropdown--below {
border: solid 1px #e1e1e1;
border-radius: 20px;
background: white;
overflow: hidden;
padding-top: 10px;
top: -8px;
}
.dashlifter .select2-container--default .select2-search--dropdown .select2-search__field {
border: none;
background: transparent;
padding: 0 20px;
}
.dashlifter-table-header .dashlifter-table-search-group button { padding: 0px 20px;
font-size: 14px;
color: #fff;
margin: 0 0 0 8px;
}
.dashlifter-table a:not(.small) {
color: #466dd8;
}
.dashlifter-table a:not(.small):hover {
color: #2b55cb;
}
.dashlifter-table td {
padding: 10px 13px 10px;
padding-top: 25px;
padding-bottom: 25px;
}
.dashlifter-table th {
padding: 10px 12px;
}
.dashlifter-table td, .dashlifter-table th {
border: none;
text-align: center;   padding-left: 17px;
padding-right: 17px;
}
.dashlifter-table td.actions {
text-align: right;
}
.dashlifter-table td.expandable.closed, .dashlifter-table th.expandable.closed {
display: none;
}
.dashlifter-table td .dashlifter-button-primary,
.dashlifter-table td .dashlifter-button-secondary,
.dashlifter-table td .dashlifter-button-action,
.dashlifter-table td .dashlifter-button-danger, .dashlifter-table th .dashlifter-button-primary,
.dashlifter-table th .dashlifter-button-secondary,
.dashlifter-table th .dashlifter-button-action,
.dashlifter-table th .dashlifter-button-danger {
display: inline-block;
}
.dashlifter-table tr.dashlifter-quiz-pending td {
font-weight: 700;
}
.dashlifter-table thead th,
.dashlifter-table tfoot th { font-weight: 400;
}
.dashlifter-table thead th a.dashlifter-sortable,
.dashlifter-table tfoot th a.dashlifter-sortable {
padding-right: 16px;
position: relative;
text-decoration: none;
width: 100%;
}
.dashlifter-table thead th a.dashlifter-sortable.active[data-order=DESC] .asc,
.dashlifter-table tfoot th a.dashlifter-sortable.active[data-order=DESC] .asc {
opacity: 1;
}
.dashlifter-table thead th a.dashlifter-sortable.active[data-order=ASC] .desc,
.dashlifter-table tfoot th a.dashlifter-sortable.active[data-order=ASC] .desc {
opacity: 1;
}
.dashlifter-table thead th a.dashlifter-sortable:hover[data-order=DESC] .asc,
.dashlifter-table tfoot th a.dashlifter-sortable:hover[data-order=DESC] .asc {
opacity: 0;
}
.dashlifter-table thead th a.dashlifter-sortable:hover[data-order=DESC] .desc,
.dashlifter-table tfoot th a.dashlifter-sortable:hover[data-order=DESC] .desc {
opacity: 1;
}
.dashlifter-table thead th a.dashlifter-sortable:hover[data-order=ASC] .asc,
.dashlifter-table tfoot th a.dashlifter-sortable:hover[data-order=ASC] .asc {
opacity: 1;
}
.dashlifter-table thead th a.dashlifter-sortable:hover[data-order=ASC] .desc,
.dashlifter-table tfoot th a.dashlifter-sortable:hover[data-order=ASC] .desc {
opacity: 0;
}
.dashlifter-table thead th a.dashlifter-sortable .dashicons,
.dashlifter-table tfoot th a.dashlifter-sortable .dashicons {
color: #444;
font-size: 16px;
height: 16px;
opacity: 0;
position: absolute;
width: 16px;
}
.dashlifter-table tfoot th {
border-bottom: none;
}
.dashlifter-table tfoot th .dashlifter-table-export {
float: left;
}
.dashlifter-table tfoot th .dashlifter-table-export .dashlifter-table-progress {
background: #efefef;
display: none;
margin-left: 8px;
vertical-align: middle;
width: 100px;
}
.dashlifter-table tfoot th .dashlifter-table-pagination {
float: right;
margin-top: 30px;
}
.dashlifter-table.zebra tbody tr:nth-child(even) th, .dashlifter-table.zebra tbody tr:nth-child(even) td {
background-color: #f9f9f9;
}
.dashlifter-table.zebra tbody tr:nth-child(odd) th, .dashlifter-table.zebra tbody tr:nth-child(odd) td { }
.dashlifter-table.text-left td, .dashlifter-table.text-left th {
text-align: left;
}
.dashlifter-table.size-large td, .dashlifter-table.size-large th {
font-size: 14px;
padding: 10px 12px;
}
.dashlifter-table .dashlifter-drag-handle {
color: #777;
cursor: pointer;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
.dashlifter-table .dashlifter-action-icon {
color: #777;
text-decoration: none;
}
.dashlifter-table .dashlifter-action-icon .tooltip {
cursor: pointer;
}
.dashlifter-table .dashlifter-action-icon:hover {
color: #466dd8;
}
.dashlifter-table .dashlifter-action-icon.danger:hover {
color: #e5554e;
}
.dashlifter-table .dashlifter-table-page-count {
font-size: 12px;
padding: 0 5px;
}
.dashlifter-table-progress {
text-align: center;
}
.dashlifter-table-progress .dashlifter-table-progress-bar {
background: #eee;
border-radius: 10px;
height: 16px;
overflow: hidden;
position: relative;
}
.dashlifter-table-progress .dashlifter-table-progress-bar .dashlifter-table-progress-inner {
background: #466dd8;
height: 100%;
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
.dashlifter-table-progress .dashlifter-table-progress-text {
color: #466dd8;
font-size: 12px;
font-weight: 700;
line-height: 16px;
}
.dashlifter-table.dashlifter-gateway-table .status .fa,
.dashlifter-table.dashlifter-integrations-table .status .fa {
color: #466dd8;
font-size: 22px;
}
.dashlifter-table.dashlifter-gateway-table .sort,
.dashlifter-table.dashlifter-integrations-table .sort {
cursor: move;
text-align: center;
width: 10px;
}
.dashlifter-gb-table-notifications th, .dashlifter-gb-table-notifications td {
text-align: left;
}
.dashlifter-label {
display: inline;
line-height: 1;
color: #fff;
white-space: nowrap;
vertical-align: baseline;
border: 1px solid #d8d8d8;
width: 75px;
background-color: #eeeeee;
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 500;
margin: 5px auto;
min-width: 90px;
display: block;
border-radius: 15px;
text-align: center !important; }
.dashlifter-label.dashlifter-label-green {
background-color: #5cb85c;
border-color: #56aa56;
}
.dashlifter-label.dashlifter-label-orange {
background-color: #FFC107;
border-color: orange;
}
.dashlifter-label.dashlifter-label-blue {
background-color: #2196F3;
color: #fff;
border-color: #2196F3;
}
.dashlifter-label.dashlifter-label-red {
background-color: #FF5722;
border-color: #F44336;
}
.dashlifter-table thead th, .dashlifter-table tfoot th { border: none; }
.dashlifter-table thead th {
background: #ededed52;
border-bottom: 1px solid #e0dede; }
.dashlifter-table thead tr {
border: none;
}
.dashlifter-table {
border-radius: 3px;
overflow: hidden;
font-size: 14px;
margin: 0;
background: #fff;
padding: 0px 0px 15px;
border: 1px solid #e1e1e1;
border-radius: 3px;
}
.dashlifter-table td.image {
max-width: 85px;
}
.dashlifter-table td.image img {
border-radius: 10%;
}
.dashlifter-table-filter-listing-top { line-height: 4;
margin-bottom: 45px;
}
.dashlifter-table-listing-filter {
font-size: 12px;
color: #EDEDED;
margin: 0 0 10px 0;
padding: 0;
}
.dashlifter-table-listing-filter li {
display: inline-block;
padding: 0px 10px 0px 0px;
font-size: 13px;
font-weight: 500;
}
.dashlifter-table-listing-filter li a {
color: #046bd2;
text-decoration: none;
border: solid 1px #046bd2;
border-radius: 50px;
font-size: 13px;
padding: 4px 15px; }
.dashlifter-table-listing-filter li.active a, 
.dashlifter-table-listing-filter li a:hover {
background: #1c3987;
color: #fff !important;
border-color: #1c3987;
}
.dashlifter-table-add-button {
float: right;
}
.dashlifter-table-add-button a.dashlifter-btn.dashlifter-btn-theme {
padding: 8px 22px !important;
}
.dashlifter-table tbody tr td.title {
width: 30%;
font-weight: 200;
}
.dashlifter-table tbody tr td.students {
text-align: center;
}
.dashlifter-table-filter-dropdown {
margin: 20px 0 -25px;
text-align: right;
position: relative;
}
.dashlifter-table-filter-dropdown button {
background: transparent;
padding: 1px 16px 10px;
line-height: 1;
font-size: 12px;
color: #333;
border: 0;
box-shadow: none;
}
.dashlifter-table-filter-dropdown button::after {
display: inline-block;
margin-left: 5px;
vertical-align: 2.55px;
content: "";
border-top: 3px solid;
border-right: 3px solid transparent;
border-bottom: 0;
border-left: 3px solid transparent;
}
.dashlifter-table-filter-dropdown button svg {
position: relative;
top: 6px;
left: -5px;
}
.dashlifter-table-filter-dropdown ul {
position: absolute;
top: 100%;
left: 0;
right: auto;
max-width: 260px;
overflow-y: auto;
z-index: 1230;
display: none;
float: left;
min-width: 10rem;
padding: 0.35rem 0.35rem;
margin: 0.125rem 0 0;
font-size: .875rem;
color: #EEE;
text-align: left;
list-style: none;
background-color: #212121;
background-clip: padding-box;
border-radius: 5px;
box-shadow: rgba(0,0,0,.07) 0 1px 2px, rgba(0,0,0,.07) 0 2px 4px, rgba(0,0,0,.07) 0 4px 8px, rgba(0,0,0,.07) 0 8px 16px, rgba(0,0,0,.07) 0 16px 32px, rgba(0,0,0,.07) 0 32px 64px;
} @media (max-width: 1120px) {
.dashlifter-table-header .dashlifter-table-search-group {
width: 100% !important;
text-align: center;
margin: auto;
float: none;
}
.dashlifter-table-header .dashlifter-table-search-group input {
width: calc( 100% - 95px ) !important;
}
.dashlifter-table td.actions .dashlifter-btn {
margin: 1px 0 !important;
display: block;
}
.dashlifter-table-add-button {
display: block;
margin-top: 35px;
}
.dashlifter-main {
min-width: 540px;
}
}
@media (max-width: 775px) {
.dashlifter-table {
background-color: transparent;
border: none;
overflow: initial !important;
}
.dashlifter-table thead {
display: none;
}
.dashlifter-table tbody {
display: flex;
flex-direction: row;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fill,minmax(180px, 1fr));
gap: 20px;
}
.dashlifter-table tbody tr {
margin: 0 0 0 0;
background: #fff;
padding: 0px 0px 15px;
border: 1px solid #e1e1e1;
border-radius: 5px;
overflow: hidden;
flex: 1;
min-width: 180px;
overflow: initial !important;
}
.dashlifter-table tbody tr .item-table-togglestatus span {
display: initial !important;
}
.dashlifter-table tbody td {
display: inline-block;
width: 100% !important;
padding: 10px 20px;
background-color: transparent !important;
}
.dashlifter-table tbody td::before {
content: attr(data-column-title);
white-space: nowrap;
text-align: left;
display: block;
padding-right: 20px !important;
float: left;
font-weight: bold;
}
.dashlifter-table tbody td, 
.dashlifter-table tbody td * {
text-align: right;
margin-right: 0;
}
.dashlifter-table tbody td.image {
max-width: none;
padding: 0;
}
.dashlifter-table tbody td.image::before {
display: none;
}
.dashlifter-table tbody td.image img {
width: 100% !important;
border-radius: 0;
}
.dashlifter-table tbody td.title {
display: block;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dashlifter-table tbody td.students {
display: none;
}
.dashlifter-table tbody td.priority {
text-align: center;
}
.dashlifter-table td.actions {
text-align: center !important;
}
.dashlifter-table td.actions .dashlifter-btn {
display: inline-block;
}
.dashlifter-enrollment-action {
position: static !important;
margin: auto !important;
}
.dashlifter-enrollment-action * {
text-align: left !important;
}
}
@media (max-width: 768px) {
.dashlifter-table-header .dashlifter-table-search {
flex-direction: column;
align-items: stretch;
gap: 12px;
width: 100%;
}
.dashlifter-table-header .dashlifter-table-search-group {
width: 100% !important;
gap: 8px;
text-align: left;
}
.dashlifter-table-header .dashlifter-table-search-group input,
.dashlifter-table-header .dashlifter-table-search-group input[type='search'] {
flex: 1 1 auto;
min-width: 0;
width: auto !important;
}
.dashlifter-table-header .dashlifter-table-search-group input[type='search'] {
padding: 12px 35px 12px 42px !important;
background-position: 16px 50%;
}
.dashlifter-table-header .dashlifter-table-search-group select,
.dashlifter-table-header .dashlifter-table-search-group select + .select2 {
min-width: 0 !important;
max-width: none !important;
width: 100% !important;
flex: 1 1 100%;
}
.dashlifter-main {
min-width: 0;
}
}
@media (max-width: 575px) {
.dashlifter-main {
padding: 0 20px;
min-width: 0;
}
.dashlifter-table-filter-listing-top {
text-align: center;
margin-bottom: 20px;
}
.dashlifter-table-add-button {
margin-top: 0;
margin-bottom: 20px;
float: none;
text-align: center;
}
.dashlifter-table-custom-buttons {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
float: none;
margin-bottom: 20px;
}
.dashlifter-table-custom-buttons .dashlifter-btn {
margin-right: 0 !important;
}
}
.dashlifter-edit-row {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 3px;
}
.dashlifter-edit-row + .dashlifter-edit-row {
margin-top: 25px;
}
.dashlifter-edit-row .dashlifter-editbox-heading {
padding: 10px 15px;
background: #ededed52;
border-bottom: 1px solid #e0dede;
overflow: hidden;
cursor: pointer;
}
.dashlifter-edit-row .dashlifter-editbox-heading h2 {
margin: 0px;
padding: 0px;
float: left;
font-size: 16px;
font-weight: bold;
line-height: 150%;
}
.dashlifter-edit-row .dashlifter-editbox-heading .dashlifter-editbox-toggle {
float: right;
color: #888;
font-size: 15px;
}
.dashlifter-divider-top {
padding-bottom: 10px;
}
.dashlifter-edit-row .dashlifter-editbox-content {
padding: 0 32px;
} .dashlifter-editbox-content .llms-nav-tab-wrapper,
.dashlifter-edit-row .llms-nav-tab-wrapper,
.dashlifter-panel .llms-nav-tab-wrapper {
border: none !important;
}
.dashlifter-editbox-content .llms-nav-tab-wrapper li a {
color: #fff !important;
}
.dashlifter-editbox-content .llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item {
margin: 0;
}
.dashlifter-editbox-content li.llms-nav-item.tab-link .llms-nav-link {
border-radius: 0 !important;
}
.dashlifter-editbox-content .llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link{
color: #fff !important;    
}
.llms-mb-list.integrations.table {
overflow-x: auto;
}
.llms-mb-list.image img {
float: left;
max-width: 120px;
height: auto;
}
@media(max-width: 921px) {
.dashlifter-group-buttons {
display: block;
margin: 20px 0;
}
} .dashlifter-login-wrapper {
margin: 30px auto;
width: 100%;
max-width: 400px;
scrollbar-width: thin;
scrollbar-color: #757474 #F5F5F5;
}
.dashlifter-login-content {
background-color: #fff;
border-radius: 5px;
padding: 40px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.dashlifter-login-logo {
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.dashlifter-login-logo img {
margin-bottom: 30px;
min-width: 110%;
}
.dashlifter-login-form {
width: 100%;
}
.dashlifter-login-form-fields {
display: grid;
gap: 12px;
flex-direction: column;
}
#dashlifter-email-input, #dashlifter-password-input {
background-size: 22px;
background-position: left 16px top 11px;
background-repeat: no-repeat;
background-color: transparent;
padding-left: 50px;
display: inline-block;
width: 100%;
height: calc(1.5em + 1.5rem + 2px);
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #434343;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #D8D8D8;
box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.11);
border-radius: 5px;
transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
#dashlifter-email-input {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236B6B6B'%3E%3Cg%3E%3Cg data-name='person'%3E%3Crect width='24' height='24' opacity='0'/%3E%3Cpath d='M12 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2z'/%3E%3Cpath d='M12 13a7 7 0 0 0-7 7 1 1 0 0 0 2 0 5 5 0 0 1 10 0 1 1 0 0 0 2 0 7 7 0 0 0-7-7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#dashlifter-password-input {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%236B6B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 13.25C17.3472 13.25 19.25 11.3472 19.25 9C19.25 6.65279 17.3472 4.75 15 4.75C12.6528 4.75 10.75 6.65279 10.75 9C10.75 9.31012 10.7832 9.61248 10.8463 9.90372L4.75 16V19.25H8L8.75 18.5V16.75H10.5L11.75 15.5V13.75H13.5L14.0963 13.1537C14.3875 13.2168 14.6899 13.25 15 13.25Z'%3E%3C/path%3E%3Cpath stroke='%236B6B6B' d='M16.5 8C16.5 8.27614 16.2761 8.5 16 8.5C15.7239 8.5 15.5 8.27614 15.5 8C15.5 7.72386 15.7239 7.5 16 7.5C16.2761 7.5 16.5 7.72386 16.5 8Z'%3E%3C/path%3E%3C/svg%3E%0A");
} .select2-results__options .select2-results__option {
padding: 10px 20px !important;
}
.select2-container {
z-index: 99999;
} body .checkcontainer {
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
font-weight: 400;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
table > tbody > tr > td {
vertical-align: middle !important;
}
.timeragecontainer {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
}
.timepickercontainer {
display: grid;
grid-template-columns: auto 45px;
align-items: center;
background: white;
border: solid 1px #eee;
border-radius: 2px;
margin: 0 12px;
}
.timepickercontainer input,
.timepickercontainer select {
padding: 6px 12px;
padding-right: 0px;
border: none;
border-right: 1px solid #eee !important;background: transparent;
outline: none !important;min-width: 0 !important;
}
.timepickercontainer select {
min-width: 150px;
}
.timepickercontainer select option {
background: #fff;
}
.timepickercontainer select + i {
font-size: 18px;
}
.timepickercontainer i {
font-size: 22px;
text-align: center;
}
.timeragecontainer.disabled {
opacity: 0.95;
pointer-events: none;
user-select: none;
}
.timeragecontainer.disabled .timepickercontainer {
background: #eee;
}
.checkcontainer input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 3px;
}
.checkcontainer:hover input ~ .checkmark {
background-color: #ccc;
}
.checkcontainer input:checked ~ .checkmark {
background-color: #11a0d2;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkcontainer input:checked ~ .checkmark:after {
display: block;
}
.checkcontainer .checkmark:after {
left: 9px;
top: 7px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .llms-reporting-header {
background: #fff;
padding: 30px 10px 25px;
border-radius: 5px;  }
.llms-reporting-header-img {
border-radius: 100%;
display: block;
}
.llms-reporting-header-img img {
border-radius: 100%;
}
.llms-reporting-header-info h2 {
margin: 0 !important;
}
.llms-reporting-header-info h2 a {
color: #333;
}
.llms-reporting-header-info h5 a {
font-weight: 500;
}
.llms-nav-tab-wrapper {
background: transparent !important;
border-bottom: 3px solid #dedede;
}
.llms-nav-tab-wrapper .llms-nav-items {
list-style: none;
}
.llms-reporting-tab {
background: #fff;
padding: 20px 25px;
border-radius: 5px;
border: solid #e1e1e1 1px;
} .iso-editor .edit-post-header .components-button:hover {
color: #fff;
}
body:not(.dashlifter-full-editor) .iso-editor {
overflow: hidden;
}
body:not(.dashlifter-full-editor)  .editor-styles-wrapper {
overflow: auto;
max-height: 650px;
}
body:not(.dashlifter-full-editor) .is-root-container {
width: 1400px;
} .dashlifter-full-editor {
overflow: hidden;
}
.dashlifter-full-editor .dashlifter-navbar,
.dashlifter-full-editor .dashlifter-main-content > nav + br,
.dashlifter-full-editor .dashlifter-breadcrumb,
.dashlifter-full-editor .dashlifter-form-wrap .description.d-all,
.dashlifter-full-editor .dashlifter-form-wrap .description.d-all + input,
.dashlifter-full-editor .dashlifter-form-wrap .description.d-all + input + br,
.dashlifter-full-editor .dashlifter-post-link,
.dashlifter-full-editor .dashlifter-post-link + br {
display: none;
}
.dashlifter-full-editor .dashlifter-main {
padding: 0;
margin: 0;
}
.dashlifter-full-editor .dashlifter-main-content {
max-width: 100%;
}
.dashlifter-full-editor .dashlifter-edit-row {
margin-left: 25px;
margin-right: 25px;
}
.dashlifter-full-editor  .button-primary[type='submit'] {
margin-left: 25px;
margin-bottom: 55px;
}
.dashlifter-full-editor .iso-editor {
position: fixed;
z-index: 99999999;
height: 100%;
margin-left: -1px;
}
.dashlifter-full-editor:not(.dashlifter-full-page) .iso-editor {
width: calc( 100% - 265px );
}
.dashlifter-full-editor.dashlifter-full-page .iso-editor {
width: calc( 100% - 50px );
}
.dashlifter-full-editor .editor-styles-wrapper {
width: calc( 100% + 2px );
height: 100vh !important;
overflow: scroll;
}
.dashlifter-full-editor .block-editor-inserter__menu {
height: calc( 100vh - 60px );
overflow: hidden;
}
.dashlifter-full-editor .interface-navigable-region.interface-interface-skeleton__sidebar {
height: calc( 100vh - 60px );
overflow: scroll;
}
#lifterlms-integrations-tab-1 .llms-table.zebra tbody tr td a[href^="http"]:not([href*="meu-certificado"]) {
pointer-events: all;
} .priority-controls {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 4px !important;
margin: 0 auto !important;
}
.priority-controls.is-loading {
opacity: 0.6;
pointer-events: none;
}
.priority-arrow {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 28px !important;
height: 28px !important;
padding: 0 !important;
border: 1px solid #dee2e6 !important;
border-radius: 4px !important;
background-color: #fff !important;
color: #495057 !important;
cursor: pointer !important;
line-height: 1 !important;
}
.priority-arrow:hover:not(:disabled) {
background-color: #e9ecef !important;
border-color: #adb5bd !important;
}
.priority-arrow:disabled {
opacity: 0.35 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.priority-display {
display: inline-block !important;
padding: 6px 10px !important;
background-color: #f8f9fa !important;
border: 1px solid #dee2e6 !important;
border-radius: 4px !important;
color: #495057 !important;
font-weight: 500 !important;
text-align: center !important;
min-width: 36px !important;
cursor: default !important;
user-select: none !important;
}
.priority-display:hover {
background-color: #f8f9fa;
} .column-priority {
text-align: center !important;
vertical-align: middle !important;
padding: 8px !important;
} .dashlifter-table .column-priority {
text-align: center !important;
vertical-align: middle !important;
padding: 8px !important;
} .dashlifter-table td.priority,
.dashlifter-table td.column-priority {
text-align: center !important;
vertical-align: middle !important;
padding: 8px !important;
} .dashlifter-table td {
text-align: center !important;
vertical-align: middle !important;
} .dashlifter-table th {
text-align: center !important;
vertical-align: middle !important;
}
@media (max-width: 768px) {
.dashlifter-search-form {
display: flex;
flex-direction: column;
width: 100%;
gap: 8px;
}
.dashlifter-search-form select,
.dashlifter-search-form .select2,
.dashlifter-search-form .select2-container {
width: 100% !important;
max-width: none !important;
min-width: 0 !important;
}
.filter-listing-top .dashlifter-right {
position: static !important;
width: 100%;
top: auto !important;
margin-top: 12px;
}
.filter-listing-top {
display: flex;
flex-direction: column;
gap: 12px;
}
}.dashlifter-toggle-sidebar {
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;   border: none;
border-radius: 5px; background: transparent !important;
color: #212121;
}
.dashlifter-toggle-sidebar:hover {  cursor: pointer;
}.wp-container-1.wp-container-1{flex-wrap:nowrap;justify-content:flex-end;}
.wp-container-3.wp-container-3{flex-direction:column;align-items:flex-start;}
.wp-container-5.wp-container-5{flex-wrap:nowrap;gap:0;justify-content:flex-end;}
.wp-container-1.wp-container-1{flex-wrap:nowrap;justify-content:flex-end;}
.wp-container-3.wp-container-3{flex-direction:column;align-items:flex-start;}
.wp-container-5.wp-container-5{flex-wrap:nowrap;gap:0;justify-content:flex-end;}
.uagb-block-bfd50802.uagb-section__wrap {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
border-style: none;
margin-right: auto;
margin-left: auto;
max-width: 900px;
}
.site-footer {
clear: both;
}
.wp-block-site-logo {
max-width: 220px !important;
width: 220px !important;
}
#search-form {
display: none;
}.dashlifter-menu-content .dashlifter-item a[href*="expiration-reports"] { display: inline-block;
width: 100%;
padding: 8px 25px;
text-decoration: none;
color: #000;
border-radius: 0px 5px 5px 0px;
outline: none;
transition: background-color 0.2s ease;
}
.dashlifter-menu-content .dashlifter-item a[href*="expiration-reports"]:hover {
background: #e6eaf7;
}
.dashlifter-menu-content .dashlifter-item a[href*="expiration-reports"].active {
background-color: #eeeeee;
}
.dashlifter-menu-content .dashlifter-item a[href*="expiration-reports"] i {
margin-right: 25px;
width: 16px;
text-align: center;
color: #000;
font-size: 16px;
} .dashlifter-content .llms-exp-wrapper {
margin: 0 !important;
box-shadow: none;
border: 1px solid #e0e0e0;
width: 100% !important;
max-width: none !important;
padding: 0 !important;
position: relative !important;
left: 0 !important;
right: 0 !important;
} body.dashlifter-dashboard .dashlifter-main-content {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} body.dashlifter-dashboard .dashlifter-content {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
} body.dashlifter-dashboard .dashlifter-central {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} body.dashlifter-dashboard .dashlifter-content .llms-exp-wrapper {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 20px !important;
box-sizing: border-box !important;
}
.dashlifter-content .llms-exp-report {
padding: 20px;
width: 100% !important;
max-width: none !important;
} .dashlifter-content .llms-exp-report-filters,
.dashlifter-content .llms-exp-unified-filter-box,
.dashlifter-content .llms-exp-table {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
} body.dashlifter-dashboard .dashlifter-container {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
}
body.dashlifter-dashboard .dashlifter-main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
}
body.dashlifter-dashboard main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} body.dashlifter-dashboard .dashlifter-content > * {
width: 100% !important;
max-width: none !important;
}  body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 25px !important;
padding: 30px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
margin: 20px 0 !important;
width: 100% !important;
max-width: none !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
min-width: 0 !important;
width: 100% !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group-course {
grid-column: 1 / -1 !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group-course label {
font-size: 18px !important;
font-weight: 700 !important;
margin-bottom: 12px !important;
line-height: 1.6 !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group-course select {
height: auto !important;
min-height: 45px !important;
line-height: 1.4 !important;
white-space: normal !important;
font-size: 14px !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group label {
font-weight: 600 !important;
color: #1f2937 !important;
font-size: 15px !important;
margin: 0 0 6px 0 !important;
display: block !important;
line-height: 1.4 !important;
white-space: normal !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box select,
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-days-dropdown,
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-company-dropdown,
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-course-dropdown {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
padding: 11px 16px !important;
font-size: 14px !important;
min-height: 45px !important;
height: 45px !important;
max-height: 45px !important;
border: 2px solid #d1d5db !important;
border-radius: 6px !important;
background: #ffffff !important;
box-sizing: border-box !important;
line-height: 1.1 !important;
text-overflow: ellipsis !important;
overflow: hidden !important;
white-space: nowrap !important;
display: block !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box select option {
padding: 8px !important;
font-size: 14px !important;
line-height: 1.4 !important;
white-space: normal !important;
word-wrap: break-word !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-date-inputs {
display: flex !important;
flex-direction: row !important;
gap: 8px !important;
width: 100% !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-date-inputs input {
flex: 1 !important;
width: 100% !important;
max-width: 100% !important;
padding: 10px 12px !important;
font-size: 13px !important;
min-height: 45px !important;
height: 45px !important;
border: 2px solid #d1d5db !important;
border-radius: 6px !important;
background: #ffffff !important;
box-sizing: border-box !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-actions {
grid-column: 1 / -1 !important;
display: flex !important;
justify-content: center !important;
margin-top: 25px !important;
padding-top: 25px !important;
border-top: 2px solid #e2e8f0 !important;
} body .dashlifter-content .llms-exp-wrapper .llms-exp-course-settings-grid {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)) !important;
gap: 25px !important;
margin: 30px 0 !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-course-setting-item {
background: #f8f9fa !important;
padding: 25px !important;
border-radius: 8px !important;
border: 1px solid #e9ecef !important;
min-height: 140px !important;
display: flex !important;
flex-direction: column !important;
justify-content: space-between !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-course-setting-item label {
display: block !important;
margin-bottom: 15px !important;
color: #1f2937 !important;
font-weight: 700 !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
line-height: 1.6 !important;
font-size: 18px !important;
min-height: 65px !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-course-setting-input {
display: flex !important;
align-items: center !important;
gap: 12px !important;
margin-top: auto !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-course-setting-input input {
flex: 1 !important;
padding: 16px 20px !important;
border: 2px solid #d1d5db !important;
border-radius: 6px !important;
font-size: 18px !important;
min-height: 60px !important;
height: 60px !important;
box-sizing: border-box !important;
font-weight: 600 !important;
}
body .dashlifter-content .llms-exp-wrapper .llms-exp-course-setting-input .llms-exp-input-suffix {
color: #374151 !important;
font-size: 15px !important;
font-weight: 600 !important;
} .course-settings-container {
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
margin: 20px 0;
}
.course-settings-container h3 {
color: #333;
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}
.course-settings-container p {
color: #666;
margin-bottom: 30px;
}
.llms-exp-course-settings-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.llms-exp-course-setting-item {
background: #f8f9fa;
padding: 15px;
border-radius: 8px;
border: 1px solid #e9ecef;
min-height: 100px;
}
.llms-exp-course-setting-item label {
display: block;
margin-bottom: 8px;
color: #333;
font-weight: 500;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
line-height: 1.4;
}
.llms-exp-course-setting-input {
display: flex;
align-items: center;
gap: 10px;
}
.llms-exp-course-setting-input input {
flex: 1;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.llms-exp-course-setting-input input:focus {
outline: none;
border-color: #8e9aaf;
box-shadow: 0 0 0 2px rgba(142, 154, 175, 0.2);
}
.llms-exp-input-suffix {
color: #666;
font-size: 14px;
font-weight: 500;
}
.llms-exp-course-settings-actions {
display: flex;
gap: 15px;
align-items: center;
padding-top: 20px;
border-top: 1px solid #e9ecef;
}
.llms-exp-course-settings-actions .button {
padding: 10px 22px;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
font-family: "Inter", "Segoe UI", sans-serif;
} .llms-exp-course-settings-actions .button-primary {
background: #0f172a; border-color: #0f172a;
color: #f8fafc; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.llms-exp-course-settings-actions .button-primary:hover {
background: #1e293b; border-color: #1e293b;
color: #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.llms-exp-course-settings-actions .button-primary:active {
background: #0a0f1f;
border-color: #0a0f1f;
transform: scale(0.98);
} .llms-exp-course-settings-actions .button:not(.button-primary) {
background: #1a1a46;
border-color: #dee2e6;
color: #212529;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.llms-exp-course-settings-actions .button:not(.button-primary):hover {
background: #1a1a46;
border-color: #adb5bd;
color: #000;
} .llms-exp-mode-selector {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
margin-bottom: 30px;
}
.llms-exp-mode-option {
display: flex;
flex-direction: column;
gap: 15px;
}
.llms-exp-mode-toggle {
display: flex;
align-items: center;
gap: 15px;
cursor: pointer;
font-size: 16px;
font-weight: 500;
color: #333;
}
.llms-exp-mode-toggle input[type="checkbox"] {
display: none;
}
.llms-exp-toggle-slider {
position: relative;
width: 50px;
height: 24px;
background: #ccc;
border-radius: 24px;
transition: all 0.3s ease;
}
.llms-exp-toggle-slider::before {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background: white;
border-radius: 50%;
transition: all 0.3s ease;
}
.llms-exp-mode-toggle input[type="checkbox"]:checked + .llms-exp-toggle-slider {
background: #8e9aaf;
}
.llms-exp-mode-toggle input[type="checkbox"]:checked + .llms-exp-toggle-slider::before {
transform: translateX(26px);
}
.llms-exp-toggle-label {
font-weight: 500;
color: #333;
}
.llms-exp-mode-description {
color: #666;
font-size: 14px;
line-height: 1.5;
margin: 0;
}
.llms-exp-course-settings-section {
border-top: 1px solid #e9ecef;
padding-top: 30px;
margin-top: 20px;
}
.llms-exp-course-settings-section h4 {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.llms-exp-course-settings-section p {
color: #666;
margin-bottom: 20px;
}
.llms-exp-form-actions {
display: flex;
gap: 15px;
align-items: center;
padding-top: 20px;
border-top: 1px solid #e9ecef;
margin-top: 30px;
}
.llms-exp-form-actions .button-primary {
background: #8e9aaf;
border-color: #8e9aaf;
color: white;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
transition: all 0.3s ease;
}
.llms-exp-form-actions .button-primary:hover {
background: #6c757d;
border-color: #6c757d;
} .llms-exp-configuration-mode-indicator {
margin: 20px 0;
padding: 15px;
background: #f8f9fa;
border-radius: 8px;
border-left: 4px solid #8e9aaf;
}
.llms-exp-mode-badge {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 15px;
border-radius: 6px;
font-weight: 500;
}
.llms-exp-mode-badge.llms-exp-mode-global {
background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
border: 1px solid #bbdefb;
color: #1565c0;
}
.llms-exp-mode-badge.llms-exp-mode-per-course {
background: linear-gradient(135deg, #fff3e0 0%, #fce4ec 100%);
border: 1px solid #ffcc02;
color: #e65100;
}
.llms-exp-mode-icon {
font-size: 18px;
width: 24px;
text-align: center;
}
.llms-exp-mode-text {
font-size: 16px;
font-weight: 600;
}
.llms-exp-mode-description {
font-size: 14px;
opacity: 0.8;
margin-left: auto;
} .llms-exp-settings-section {
background: #fff;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
}
.llms-exp-settings-section h3 {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #8e9aaf;
}
.llms-exp-settings-section .form-table {
margin: 0;
}
.llms-exp-settings-section .form-table th {
width: 200px;
padding: 15px 10px 15px 0;
font-weight: 500;
color: #333;
}
.llms-exp-settings-section .form-table td {
padding: 15px 0;
}
.llms-exp-settings-section .form-table input[type="number"] {
width: 80px;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.llms-exp-settings-section .form-table input[type="number"]:focus {
outline: none;
border-color: #8e9aaf;
box-shadow: 0 0 0 2px rgba(142, 154, 175, 0.2);
}
.llms-exp-settings-section .description {
color: #666;
font-size: 13px;
margin-top: 5px;
} .llms-exp-date-inputs {
display: flex;
gap: 15px;
align-items: center;
flex-wrap: wrap;
}
.llms-exp-date-inputs input[type="date"] {
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
background: white;
}
.llms-exp-date-inputs input[type="date"]:focus {
outline: none;
border-color: #8e9aaf;
box-shadow: 0 0 0 2px rgba(142, 154, 175, 0.2);
} .llms-exp-table td:nth-child(1) {
font-weight: 500;
color: #333;
}
.llms-exp-table td:nth-child(2) {
font-size: 13px;
color: #666;
font-style: italic;
}  @media (max-width: 768px) {
.llms-exp-course-settings-grid {
grid-template-columns: 1fr;
}
.llms-exp-course-settings-actions {
flex-direction: column;
align-items: stretch;
}
.llms-exp-course-settings-actions .button {
text-align: center;
}
.llms-exp-mode-toggle {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.llms-exp-form-actions {
flex-direction: column;
align-items: stretch;
}
.llms-exp-form-actions .button {
text-align: center;
}
.llms-exp-mode-badge {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.llms-exp-mode-description {
margin-left: 0;
margin-top: 5px;
}
}
.llms-exp-wrapper {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 100% !important;
width: 100% !important;
margin: 20px 0;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
overflow: hidden;
}
.llms-exp-report {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 100% !important;
width: 100% !important;
margin: 0;
padding: 30px;
} .llms-exp-nav-tab-wrapper {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
margin: 0;
padding: 0;
border-bottom: none;
display: flex;
border-radius: 0;
}
h2.llms-exp-nav-tab-wrapper {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
}
.llms-exp-nav-tab {
background: transparent;
border: none;
color: rgba(255,255,255,0.8);
padding: 15px 25px;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
border-radius: 0;
position: relative;
}
.llms-exp-nav-tab:hover {
background: rgba(255,255,255,0.1);
color: white;
text-decoration: none;
}
.llms-exp-nav-tab-active {
background: rgba(255,255,255,0.2);
color: white;
font-weight: 600;
}
.llms-exp-nav-tab-active::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: white;
border-radius: 2px 2px 0 0;
} .llms-exp-report-filters {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
padding: 25px;
border-radius: 12px;
margin-bottom: 30px;
border: 1px solid #dee2e6;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.llms-exp-report .llms-exp-report-filters {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}
.llms-exp-filters-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
flex-wrap: wrap;
gap: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #dee2e6;
}
.llms-exp-report-filters h4 {
margin: 0;
color: #495057;
font-size: 1.2em;
font-weight: 600;
}
.llms-exp-filter-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}
.filter-controls {
display: flex;
flex-direction: column;
gap: 20px;
}
.llms-exp-filter-button {
display: inline-block;
padding: 12px 24px;
background: #6c757d !important;
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
align-self: flex-start;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
min-width: 150px;
text-align: center;
}
.llms-exp-filter-button:hover {
background: #5a6268 !important;
color: white;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.llms-exp-filter-button.active {
background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.llms-exp-filter-button.active:hover {
background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
}
.llms-exp-clear-filter-button {
display: inline-block;
padding: 12px 24px;
background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
min-width: 150px;
text-align: center;
}
.llms-exp-clear-filter-button:hover {
background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
color: white;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(220, 53, 69, 0.3);
}
.llms-exp-export-button {
display: inline-block;
padding: 12px 24px;
background: #28a745 !important;
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
align-self: flex-start;
min-width: 150px;
text-align: center;
}
.llms-exp-export-button:hover {
background: #218838 !important;
color: white;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
} .llms-exp-unified-filter-box {
background: #ffffff !important;
padding: 25px;
border-radius: 12px;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
display: flex;
flex-direction: row;
gap: 30px;
align-items: flex-start;
flex-wrap: wrap;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
} .llms-exp-unified-filter-box .llms-exp-filter-group {
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.llms-exp-unified-filter-box .llms-exp-filter-group label {
margin-bottom: 5px;
display: block;
}
.llms-exp-unified-filter-box .llms-exp-filter-group input,
.llms-exp-unified-filter-box .llms-exp-filter-group select {
width: 100%;
height: 40px;
padding: 8px 12px;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 14px;
line-height: 1.2;
vertical-align: top;
}
.llms-exp-filter-group {
display: flex;
flex-direction: column;
gap: 10px;
flex: 1;
min-width: 250px;
align-items: flex-start;
} .llms-exp-filter-group input,
.llms-exp-filter-group select {
height: 40px;
vertical-align: top;
align-self: flex-start;
}
.llms-exp-filter-group label {
font-weight: 600;
color: #374151;
margin: 0 0 6px 0;
font-size: 15px;
line-height: 1.4;
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}
.llms-exp-date-inputs {
display: flex;
flex-direction: row;
gap: 8px;
width: 100%;
}
.llms-exp-date-inputs input[type="date"] {
flex: 1;
min-width: 120px;
height: 45px !important;
line-height: 1.2;
vertical-align: top;
padding: 10px 12px;
font-size: 13px;
}
.llms-exp-filter-actions {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e5e7eb;
}
.llms-exp-days-dropdown {
padding: 14px 20px;
border: 1px solid #d1d5db !important;
border-radius: 8px;
background: #f9fafb !important;
font-size: 1em;
color: #374151 !important;
cursor: pointer;
transition: all 0.3s ease;
min-width: 200px;
font-weight: 500;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
background-position: right 12px center;
background-repeat: no-repeat;
background-size: 16px;
padding-right: 40px;
height: 40px !important;
line-height: 1.2;
vertical-align: top;
}
.llms-exp-days-dropdown:focus {
outline: none;
border-color: #6b7280 !important;
box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
background: #ffffff !important;
}
.llms-exp-days-dropdown:hover {
border-color: #9ca3af !important;
background: #ffffff !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.llms-exp-apply-button {
padding: 14px 24px;
background: #6b7280;
color: white;
border: none;
border-radius: 8px;
font-weight: 600;
font-size: 0.95em;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.llms-exp-apply-button:hover {
background: #4b5563;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.llms-exp-apply-button:active {
transform: translateY(0);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.llms-exp-no-results {
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
border-radius: 8px;
border: 1px solid #e9ecef;
margin: 20px 0;
}
.llms-exp-no-results p {
color: #6c757d;
font-size: 1.1em;
margin: 0;
} .llms-exp-filter-results {
margin: 20px 0;
}
.llms-exp-filter-results .llms-exp-no-results {
background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
border: 1px solid #ffc107;
border-radius: 12px;
padding: 30px;
}
.llms-exp-filter-results .llms-exp-no-results h4 {
color: #856404;
margin: 0 0 15px 0;
font-size: 1.3em;
font-weight: 600;
}
.llms-exp-filter-results .llms-exp-no-results p {
color: #856404;
font-size: 1.1em;
margin: 10px 0;
}
.llms-exp-filter-info {
font-style: italic;
font-size: 0.95em !important;
opacity: 0.8;
}
.llms-exp-report h3 {
color: #495057;
border-bottom: 3px solid #6c757d;
padding-bottom: 15px;
margin-bottom: 25px;
font-size: 1.5em;
font-weight: 600;
position: relative;
}
.llms-exp-report h3::after {
content: '';
position: absolute;
bottom: -3px;
left: 0;
width: 50px;
height: 3px;
background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
border-radius: 2px;
}
.llms-exp-report h4 {
color: #495057;
margin: 20px 0 10px 0;
font-size: 1.2em;
}
.llms-exp-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fff;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
border-radius: 12px;
overflow: hidden;
border: 1px solid #e9ecef;
}
.llms-exp-table thead {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
color: white;
}
.llms-exp-report .llms-exp-table thead {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
}
.llms-exp-table th {
padding: 15px 12px;
text-align: left;
font-weight: 600;
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 0.5px;
}
.llms-exp-table td {
padding: 12px;
border-bottom: 1px solid #ecf0f1;
vertical-align: middle;
}
.llms-exp-table tbody tr:hover {
background-color: #8e9aaf !important;
transition: background-color 0.3s ease;
}
.llms-exp-table tbody tr:nth-child(even) {
background-color: #f8f9fa;
}
.llms-exp-table tbody tr:nth-child(even):hover {
background-color: #8e9aaf !important;
} .llms-exp-status-expired {
background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important;
color: white;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
display: inline-block;
} .llms-exp-status-approaching {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
color: white;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 2px 4px rgba(142, 154, 175, 0.3);
display: inline-block;
} .llms-exp-expired-section {
margin-bottom: 30px;
}
.llms-exp-approaching-section {
margin-bottom: 20px;
} @media (max-width: 768px) {
.llms-exp-wrapper {
margin: 10px;
border-radius: 8px;
}
.llms-exp-report {
padding: 20px;
}
.llms-exp-table {
font-size: 0.9em;
border-radius: 8px;
}
.llms-exp-table th,
.llms-exp-table td {
padding: 8px 6px;
}
.llms-exp-report h3 {
font-size: 1.3em;
margin-bottom: 20px;
}
.llms-exp-report h4 {
font-size: 1.1em;
}
.llms-exp-filters-header {
flex-direction: column;
align-items: stretch;
gap: 20px;
text-align: center;
}
.llms-exp-filter-actions {
justify-content: center;
flex-direction: column;
gap: 10px;
}
.llms-exp-filter-button,
.llms-exp-clear-filter-button,
.llms-exp-export-button {
width: 100%;
text-align: center;
}
.llms-exp-unified-filter-box {
flex-direction: column;
gap: 20px;
padding: 20px;
}
.llms-exp-filter-group {
min-width: auto;
}
.llms-exp-date-inputs {
flex-direction: column;
gap: 10px;
}
.llms-exp-date-inputs input[type="date"] {
width: 100%;
min-width: auto;
}
.llms-exp-days-dropdown {
width: 100%;
}
.llms-exp-nav-tab-wrapper {
flex-direction: column;
}
.llms-exp-nav-tab {
text-align: center;
border-radius: 0;
}
}
@media (max-width: 480px) {
.llms-exp-report-filters {
padding: 15px;
}
.days-filter {
padding: 15px;
}
.llms-exp-filter-button {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.llms-exp-table {
font-size: 0.8em;
}
.llms-exp-table th,
.llms-exp-table td {
padding: 6px 4px;
}
.llms-exp-status-expired,
.llms-exp-status-approaching {
font-size: 0.75em;
padding: 3px 6px;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.llms-exp-report {
animation: fadeIn 0.6s ease-out;
}
.llms-exp-table tbody tr {
animation: fadeIn 0.4s ease-out;
animation-fill-mode: both;
}
.llms-exp-table tbody tr:nth-child(1) { animation-delay: 0.1s; }
.llms-exp-table tbody tr:nth-child(2) { animation-delay: 0.2s; }
.llms-exp-table tbody tr:nth-child(3) { animation-delay: 0.3s; }
.llms-exp-table tbody tr:nth-child(4) { animation-delay: 0.4s; }
.llms-exp-table tbody tr:nth-child(5) { animation-delay: 0.5s; }  .llms-exp-wrapper * {
box-sizing: border-box;
}
.llms-exp-wrapper .nav-tab-wrapper {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
}
.llms-exp-wrapper .llms-exp-table thead {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
}
.llms-exp-wrapper .llms-exp-table tbody tr:hover {
background-color: #8e9aaf !important;
}
.llms-exp-wrapper .llms-exp-status-expired,
.llms-exp-wrapper .llms-exp-status-approaching {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
} .llms-exp-unified-filter-box {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-bottom: 20px;
padding: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.llms-exp-unified-filter-box .llms-exp-filter-group {
display: flex;
flex-direction: column;
gap: 10px;
padding: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
min-width: 0 !important;
width: 100% !important;
}
.llms-exp-unified-filter-box .llms-exp-filter-group-course {
grid-column: 1 / -1 !important;
}
.llms-exp-unified-filter-box .llms-exp-filter-group-course label {
font-size: 18px !important;
font-weight: 700 !important;
margin-bottom: 12px !important;
line-height: 1.6 !important;
}
.llms-exp-unified-filter-box .llms-exp-filter-group-course select {
height: auto !important;
min-height: 45px !important;
line-height: 1.4 !important;
white-space: normal !important;
font-size: 14px !important;
}
.llms-exp-unified-filter-box .llms-exp-filter-group label {
font-weight: 600;
color: #1f2937;
font-size: 15px;
margin: 0 0 6px 0;
padding: 0;
line-height: 1.4;
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
} .llms-exp-unified-filter-box .llms-exp-filter-group:nth-child(2) .llms-exp-date-inputs {
display: flex;
gap: 8px;
}
.llms-exp-unified-filter-box .llms-exp-filter-group:nth-child(2) .llms-exp-date-inputs input {
flex: 1;
} .llms-exp-unified-filter-box .llms-exp-days-dropdown,
.llms-exp-unified-filter-box .llms-exp-date-inputs input,
.llms-exp-unified-filter-box .llms-exp-company-dropdown,
.llms-exp-unified-filter-box .llms-exp-course-dropdown {
padding: 8px 12px;
border: 1px solid #d1d5db;
border-radius: 6px;
background: #ffffff;
font-size: 14px;
color: #374151;
cursor: pointer;
transition: all 0.2s ease;
font-weight: 500;
height: 40px;
line-height: 1.2;
vertical-align: top;
width: 100%;
}
.llms-exp-unified-filter-box .llms-exp-days-dropdown,
.llms-exp-unified-filter-box .llms-exp-company-dropdown,
.llms-exp-unified-filter-box .llms-exp-course-dropdown {
appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
background-position: right 12px center;
background-repeat: no-repeat;
background-size: 16px;
padding-right: 40px;
}
.llms-exp-unified-filter-box .llms-exp-days-dropdown:focus,
.llms-exp-unified-filter-box .llms-exp-date-inputs input:focus,
.llms-exp-unified-filter-box .llms-exp-company-dropdown:focus,
.llms-exp-unified-filter-box .llms-exp-course-dropdown:focus {
outline: none;
border-color: #6b7280;
box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
background: #ffffff;
}
.llms-exp-unified-filter-box .llms-exp-days-dropdown:hover,
.llms-exp-unified-filter-box .llms-exp-date-inputs input:hover,
.llms-exp-unified-filter-box .llms-exp-company-dropdown:hover,
.llms-exp-unified-filter-box .llms-exp-course-dropdown:hover {
border-color: #9ca3af;
background: #ffffff;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .llms-exp-unified-filter-box .llms-exp-filter-actions {
grid-column: 1 / -1;
display: flex;
justify-content: center;
margin-top: 15px;
}
.llms-exp-unified-filter-box .llms-exp-apply-button {
padding: 12px 24px;
background: #6b7280;
color: white;
border: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: all 0.2s ease;
min-width: 150px;
}
.llms-exp-unified-filter-box .llms-exp-apply-button:hover {
background: #4b5563;
} @media (max-width: 768px) {
.llms-exp-unified-filter-box {
grid-template-columns: 1fr;
gap: 15px;
}
.llms-exp-unified-filter-box .llms-exp-filter-group:last-child {
grid-column: 1;
}
.llms-exp-unified-filter-box .llms-exp-days-dropdown,
.llms-exp-unified-filter-box .llms-exp-date-inputs input,
.llms-exp-unified-filter-box .llms-exp-company-dropdown,
.llms-exp-unified-filter-box .llms-exp-course-dropdown {
width: 100%;
}
}  .dashlifter-content .llms-exp-wrapper {
width: 98% !important;
max-width: none !important;
margin: 0 auto !important;
padding: 20px !important;
} body.dashlifter-dashboard .dashlifter-content {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
}
body.dashlifter-dashboard .dashlifter-content .llms-exp-wrapper {
width: 98% !important;
max-width: none !important;
margin: 0 auto !important;
padding: 25px !important;
background: #ffffff !important;
border-radius: 12px !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-table {
width: 100% !important;
table-layout: auto !important;
font-size: 14px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th,
.dashlifter-content .llms-exp-wrapper .llms-exp-table td {
padding: 15px 12px !important;
word-wrap: break-word !important;
white-space: normal !important;
vertical-align: top !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(1),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(1) {
width: 15% !important;
min-width: 150px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(2),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(2) {
width: 20% !important;
min-width: 200px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(3),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(3) {
width: 25% !important;
min-width: 250px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(4),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(4) {
width: 15% !important;
min-width: 150px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(5),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(5) {
width: 12% !important;
min-width: 120px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(6),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(6) {
width: 15% !important;
min-width: 150px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(7),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(7) {
width: 10% !important;
min-width: 100px !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-table th:nth-child(8),
.dashlifter-content .llms-exp-wrapper .llms-exp-table td:nth-child(8) {
width: 8% !important;
min-width: 80px !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 25px !important;
padding: 30px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
margin: 20px 0 !important;
width: 100% !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group {
min-width: 0 !important;
flex: 1 !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group label {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
line-height: 1.3 !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box select,
.dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box input {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
text-overflow: ellipsis !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-section {
margin: 20px 0 !important;
padding: 20px !important;
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-table-container {
width: 100% !important;
overflow-x: auto !important;
overflow-y: visible !important;
margin: 20px 0 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 30px !important;
padding: 35px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 12px !important;
margin: 20px 0 !important;
width: 100% !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box select,
.dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box input {
padding: 12px 16px !important;
font-size: 15px !important;
min-height: 50px !important;
border: 2px solid #d1d5db !important;
border-radius: 8px !important;
background: #ffffff !important;
transition: all 0.3s ease !important;
}
.dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box select:focus,
.dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box input:focus {
border-color: #8e9aaf !important;
box-shadow: 0 0 0 3px rgba(142, 154, 175, 0.1) !important;
outline: none !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-unified-filter-box .llms-exp-filter-group label {
font-size: 16px !important;
font-weight: 600 !important;
color: #1f2937 !important;
margin-bottom: 8px !important;
line-height: 1.4 !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
}  .llms-exp-report {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}  .llms-exp-section h4 {
width: 100% !important;
max-width: none !important;
margin: 0 0 20px 0 !important;
padding: 0 !important;
font-size: 18px !important;
font-weight: 600 !important;
color: #1f2937 !important;
white-space: nowrap !important;
overflow: visible !important;
text-overflow: unset !important;
} .llms-exp-section {
width: 100% !important;
max-width: none !important;
margin: 20px 0 !important;
padding: 25px !important;
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
overflow: visible !important;
} .llms-exp-table {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
border-collapse: collapse !important;
background: #ffffff !important;
border-radius: 8px !important;
overflow: hidden !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
} .llms-exp-table thead {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
color: white !important;
}
.llms-exp-table th {
padding: 15px 12px !important;
text-align: left !important;
font-weight: 600 !important;
text-transform: uppercase !important;
font-size: 12px !important;
letter-spacing: 0.5px !important;
white-space: nowrap !important;
min-width: 120px !important;
} .llms-exp-table td {
padding: 15px 12px !important;
border-bottom: 1px solid #ecf0f1 !important;
vertical-align: middle !important;
word-wrap: break-word !important;
white-space: normal !important;
max-width: 200px !important;
} .llms-exp-table tbody tr:hover {
background-color: #f8f9fa !important;
transition: background-color 0.3s ease !important;
}
.llms-exp-table tbody tr:nth-child(even) {
background-color: #f8f9fa !important;
} .llms-exp-status-expired {
background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
color: white !important;
padding: 6px 12px !important;
border-radius: 20px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
display: inline-block !important;
white-space: nowrap !important;
}
.llms-exp-status-approaching {
background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
color: #212529 !important;
padding: 6px 12px !important;
border-radius: 20px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
display: inline-block !important;
white-space: nowrap !important;
} .llms-exp-table .button {
padding: 6px 12px !important;
font-size: 11px !important;
border-radius: 4px !important;
text-decoration: none !important;
display: inline-block !important;
white-space: nowrap !important;
}
.llms-exp-table .button-secondary {
background: #6c757d !important;
color: white !important;
border: 1px solid #6c757d !important;
}
.llms-exp-table .button-secondary:hover {
background: #5a6268 !important;
border-color: #5a6268 !important;
color: white !important;
} .dashlifter-content .llms-exp-wrapper .llms-exp-report {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
} .llms-exp-report .llms-exp-report-filters {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 25px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 12px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
} .llms-exp-report .llms-exp-table {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
border-collapse: collapse !important;
background: #ffffff !important;
border-radius: 8px !important;
overflow: hidden !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
} .llms-exp-report .llms-exp-section {
width: 100% !important;
max-width: none !important;
margin: 20px 0 !important;
padding: 20px !important;
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
} .llms-exp-report .llms-exp-section {
overflow-x: auto !important;
overflow-y: visible !important;
} .llms-exp-report .llms-exp-unified-filter-box {
width: 100% !important;
max-width: none !important;
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 30px !important;
padding: 35px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 12px !important;
margin: 20px 0 !important;
} .llms-exp-report .llms-exp-filters-header {
width: 100% !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
margin-bottom: 25px !important;
flex-wrap: wrap !important;
gap: 20px !important;
padding-bottom: 20px !important;
border-bottom: 2px solid #dee2e6 !important;
} .llms-exp-report .llms-exp-filter-actions {
display: flex !important;
gap: 15px !important;
flex-wrap: wrap !important;
align-items: center !important;
justify-content: flex-end !important;
}  body.dashlifter-dashboard .dashlifter-main-content,
body.dashlifter-dashboard .dashlifter-content,
body.dashlifter-dashboard .dashlifter-central,
body.dashlifter-dashboard .dashlifter-main,
body.dashlifter-dashboard main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
box-sizing: border-box !important;
} .llms-exp-wrapper {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 20px !important;
box-sizing: border-box !important;
background: #ffffff !important;
border-radius: 12px !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
} .llms-exp-report {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
} .llms-exp-report-filters {
width: 100% !important;
max-width: none !important;
margin: 0 0 20px 0 !important;
padding: 25px !important;
background: #f8f9fa !important;
border: 1px solid #e2e8f0 !important;
border-radius: 12px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
} .llms-exp-section {
width: 100% !important;
max-width: none !important;
margin: 20px 0 !important;
padding: 25px !important;
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 8px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
overflow-x: auto !important;
overflow-y: visible !important;
} .llms-exp-section h4 {
width: 100% !important;
max-width: none !important;
margin: 0 0 20px 0 !important;
padding: 0 !important;
font-size: 18px !important;
font-weight: 600 !important;
color: #1f2937 !important;
white-space: nowrap !important;
overflow: visible !important;
text-overflow: unset !important;
display: block !important;
} .llms-exp-table {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
border-collapse: collapse !important;
background: #ffffff !important;
border-radius: 8px !important;
overflow: hidden !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
table-layout: fixed !important;
word-wrap: break-word !important;
} .llms-exp-table thead {
background: linear-gradient(135deg, #8e9aaf 0%, #6c757d 100%) !important;
color: white !important;
}
.llms-exp-table th {
padding: 15px 12px !important;
text-align: left !important;
font-weight: 600 !important;
text-transform: uppercase !important;
font-size: 12px !important;
letter-spacing: 0.5px !important;
white-space: nowrap !important;
min-width: 120px !important;
} .llms-exp-table td {
padding: 15px 12px !important;
border-bottom: 1px solid #ecf0f1 !important;
vertical-align: middle !important;
word-wrap: break-word !important;
white-space: normal !important;
max-width: 200px !important;
} .llms-exp-table tbody tr:nth-child(even) {
background-color: #f8f9fa !important;
}
.llms-exp-table tbody tr:hover {
background-color: #e9ecef !important;
transition: background-color 0.3s ease !important;
} .llms-exp-status-expired {
background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
color: white !important;
padding: 6px 12px !important;
border-radius: 20px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
display: inline-block !important;
white-space: nowrap !important;
box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3) !important;
}
.llms-exp-status-approaching {
background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
color: #212529 !important;
padding: 6px 12px !important;
border-radius: 20px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
display: inline-block !important;
white-space: nowrap !important;
box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3) !important;
} .llms-exp-table .button {
padding: 6px 12px !important;
font-size: 11px !important;
border-radius: 4px !important;
text-decoration: none !important;
display: inline-block !important;
white-space: nowrap !important;
transition: all 0.3s ease !important;
}
.llms-exp-table .button-secondary {
background: #6c757d !important;
color: white !important;
border: 1px solid #6c757d !important;
}
.llms-exp-table .button-secondary:hover {
background: #5a6268 !important;
border-color: #5a6268 !important;
color: white !important;
transform: translateY(-1px) !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}  .llms-exp-student-row {
cursor: pointer !important;
transition: background-color 0.3s ease !important;
}
.llms-exp-student-row:hover {
background-color: #f8f9fa !important;
}
.llms-exp-student-row.llms-exp-student-expanded {
background-color: #e3f2fd !important;
border-left: 4px solid #2196f3 !important;
} .llms-exp-student-name {
padding: 0 !important;
}
.llms-exp-student-toggle {
background: none !important;
border: none !important;
padding: 15px 12px !important;
width: 100% !important;
text-align: left !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
transition: all 0.3s ease !important;
font-weight: 600 !important;
color: #1f2937 !important;
}
.llms-exp-student-toggle:hover {
background-color: #f1f5f9 !important;
color: #2196f3 !important;
}
.llms-exp-student-name-text {
flex: 1 !important;
margin-right: 10px !important;
}
.llms-exp-dropdown-arrow {
font-size: 12px !important;
color: #6b7280 !important;
transition: transform 0.3s ease !important;
margin-left: 10px !important;
}
.llms-exp-student-expanded .llms-exp-dropdown-arrow {
transform: rotate(180deg) !important;
color: #2196f3 !important;
} .llms-exp-student-details {
background-color: #f8f9fa !important;
border-left: 4px solid #2196f3 !important;
}
.llms-exp-student-details td {
padding: 0 !important;
border-top: none !important;
background-color: #f8f9fa !important;
}
.llms-exp-student-details-content {
padding: 20px !important;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
border-radius: 8px !important;
margin: 10px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
.llms-exp-details-grid {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
gap: 15px !important;
}
.llms-exp-detail-item {
background: #ffffff !important;
padding: 12px 16px !important;
border-radius: 6px !important;
border-left: 3px solid #2196f3 !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
transition: all 0.3s ease !important;
}
.llms-exp-detail-item:hover {
transform: translateY(-2px) !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
.llms-exp-detail-item strong {
color: #374151 !important;
font-weight: 600 !important;
margin-right: 8px !important;
} @media (max-width: 768px) {
.llms-exp-details-grid {
grid-template-columns: 1fr !important;
gap: 10px !important;
}
.llms-exp-student-details-content {
padding: 15px !important;
margin: 5px !important;
}
.llms-exp-detail-item {
padding: 10px 12px !important;
}
}  .llms-exp-table th:nth-child(1),
.llms-exp-table td:nth-child(1) {
width: 16% !important;
min-width: 120px !important;
max-width: 180px !important;
}
.llms-exp-table th:nth-child(2),
.llms-exp-table td:nth-child(2) {
width: 42% !important;
min-width: 200px !important;
max-width: 350px !important;
}
.llms-exp-table th:nth-child(3),
.llms-exp-table td:nth-child(3) {
width: 20% !important;
min-width: 160px !important;
max-width: 200px !important;
}
.llms-exp-table th:nth-child(4),
.llms-exp-table td:nth-child(4) {
width: 22% !important;
min-width: 180px !important;
max-width: 220px !important;
} .llms-exp-student-row {
cursor: pointer !important;
transition: all 0.3s ease !important;
position: relative !important;
}
.llms-exp-student-row:hover {
background-color: #f8f9fa !important;
transform: translateY(-1px) !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
.llms-exp-student-row.llms-exp-student-expanded {
background-color: #e3f2fd !important;
border-left: 4px solid #2196f3 !important;
box-shadow: 0 4px 12px rgba(33, 150, 243, 0.2) !important;
} .llms-exp-student-name {
padding: 15px 12px !important;
}
.llms-exp-student-name-text {
font-weight: 600 !important;
color: #1f2937 !important;
} .llms-exp-actions-cell {
position: relative !important;
padding: 15px 12px !important;
}
.llms-exp-actions-content {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 10px !important;
}
.llms-exp-actions-cell form {
flex: 1 !important;
position: relative !important;
z-index: 10 !important;
}
.llms-exp-dropdown-arrow {
font-size: 14px !important;
color: #6b7280 !important;
transition: transform 0.3s ease !important;
cursor: pointer !important;
padding: 5px !important;
border-radius: 50% !important;
background: #f8f9fa !important;
border: 1px solid #e9ecef !important;
min-width: 24px !important;
height: 24px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.llms-exp-dropdown-arrow:hover {
background: #e9ecef !important;
color: #495057 !important;
}
.llms-exp-student-expanded .llms-exp-dropdown-arrow {
transform: rotate(180deg) !important;
color: #2196f3 !important;
background: #e3f2fd !important;
border-color: #2196f3 !important;
} .llms-exp-section {
overflow-x: visible !important;
overflow-y: visible !important;
width: 100% !important;
max-width: 100% !important;
} .llms-exp-table {
overflow: visible !important;
width: 100% !important;
max-width: 100% !important;
} .llms-exp-wrapper {
overflow-x: visible !important;
overflow-y: visible !important;
width: 100% !important;
max-width: 100% !important;
} .llms-exp-table td {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
max-width: none !important;
} .llms-exp-table td:nth-child(2) {
word-break: break-word !important;
line-height: 1.4 !important;
}  .llms-exp-wrapper,
.llms-exp-report,
.llms-exp-section {
overflow-x: hidden !important;
overflow-y: visible !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
} .llms-exp-table {
table-layout: fixed !important;
width: 100% !important;
max-width: 100% !important;
overflow: hidden !important;
word-wrap: break-word !important;
box-sizing: border-box !important;
} .llms-exp-table td,
.llms-exp-table th {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
box-sizing: border-box !important;
padding: 8px 6px !important;
} .llms-exp-details-grid {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr !important;
gap: 10px !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
padding: 0 5px !important;
}
.llms-exp-detail-item {
background: #ffffff !important;
border: 1px solid #e9ecef !important;
border-radius: 6px !important;
padding: 8px 10px !important;
font-size: 13px !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
box-sizing: border-box !important;
min-width: 0 !important;
max-width: 100% !important;
} .llms-exp-actions-content {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 8px !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
.llms-exp-actions-content form {
flex: 1 !important;
min-width: 0 !important;
}
.llms-exp-actions-content button {
font-size: 11px !important;
padding: 6px 10px !important;
white-space: nowrap !important;
min-width: 80px !important;
max-width: none !important;
overflow: visible !important;
text-overflow: unset !important;
width: auto !important;
}
.llms-exp-dropdown-arrow {
flex-shrink: 0 !important;
min-width: 24px !important;
width: 24px !important;
height: 24px !important;
}  @media (max-width: 1200px) {
.llms-exp-table th:nth-child(1),
.llms-exp-table td:nth-child(1) {
width: 20% !important;
max-width: 150px !important;
}
.llms-exp-table th:nth-child(2),
.llms-exp-table td:nth-child(2) {
width: 50% !important;
max-width: 300px !important;
}
.llms-exp-table th:nth-child(3),
.llms-exp-table td:nth-child(3) {
width: 15% !important;
max-width: 120px !important;
}
.llms-exp-table th:nth-child(4),
.llms-exp-table td:nth-child(4) {
width: 15% !important;
max-width: 150px !important;
}
} @media (max-width: 768px) {
.llms-exp-details-grid {
grid-template-columns: 1fr !important;
gap: 8px !important;
}
.llms-exp-actions-content {
flex-direction: column !important;
gap: 5px !important;
}
.llms-exp-actions-content button {
font-size: 11px !important;
padding: 3px 6px !important;
}
.llms-exp-table td,
.llms-exp-table th {
padding: 6px 4px !important;
font-size: 12px !important;
}
} .llms-exp-table td:nth-child(2) {
word-break: break-all !important;
hyphens: auto !important;
line-height: 1.3 !important;
} .llms-exp-status-approaching,
.llms-exp-status-expired {
font-size: 11px !important;
padding: 6px 10px !important;
white-space: nowrap !important;
overflow: visible !important;
text-overflow: unset !important;
max-width: none !important;
min-width: 160px !important;
display: inline-block !important;
text-align: center !important;
width: auto !important;
max-width: 100% !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
} .llms-exp-table td:nth-child(3) {
text-align: center !important;
vertical-align: middle !important;
padding: 8px 6px !important;
min-width: 180px !important;
max-width: 220px !important;
overflow: visible !important;
} .llms-exp-table td:nth-child(3) span {
display: inline-block !important;
width: auto !important;
max-width: 100% !important;
overflow: visible !important;
text-overflow: unset !important;
white-space: nowrap !important;
}
.llms-exp-status-ignored {
background: #28a745 !important;
color: #ffffff !important;
border: 1px solid #1e7e34 !important;
border-radius: 15px !important;
padding: 6px 12px !important;
font-size: 10px !important;
font-weight: 600 !important;
letter-spacing: 0.3px !important;
text-transform: uppercase !important;
min-width: 100px !important;
white-space: nowrap !important;
overflow: visible !important;
text-overflow: unset !important;
display: inline-block !important;
}