: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;
}
.dashlifter-menu-content {
position: relative;
height: 100%;
width: 100%;
overflow: hidden; padding: 10px 0 0 !important;
margin: 0 !important; }
.dashlifter-menu-content::-webkit-scrollbar {
display: none;
}
.dashlifter-menu-items {
height: 100%;
width: 100%;
list-style: none;
transition: all 0.4s ease;
padding: 0 5px !important;
margin: 0 !important;
}
.dashlifter-submenu-active .dashlifter-menu-items {
transform: translateX(-56%);
}
.dashlifter-menu-title {
font-size: 14px;
padding: 15px 20px;
}
.dashlifter-item {
margin-bottom: 5px;
}
.dashlifter-item:not(:last-child) {
margin-bottom: 5px;
}
.dashlifter-item a,
.dashlifter-submenu-item {
color: #000;
padding: 8px 25px;
display: inline-block;
width: 100%;
border-radius: 0px 5px 5px 0px;
outline: none;   flex-direction: row;
justify-content: space-between;
align-items: center; }
.dashlifter-item a {
text-decoration: none !important;
}
.dashlifter-item a.active {
background-color: #eeeeee;
}
.dashlifter-item i {
font-size: 10px;
}
.dashlifter-item i.icon {
width: 16px;
height: 16px;
color: #000;
margin-right: 25px;
font-size: 16px;
}
.dashlifter-item a:hover,
.dashlifter-submenu-item:hover,
.dashlifter-submenu .dashlifter-menu-title:hover {
background: #e6eaf7;
}
.dashlifter-submenu-item {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.dashlifter-submenu {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: calc(-100% - 26px);
height: calc(100% + 100vh);
background: #FFF;
display: none;
}
.dashlifter-show-submenu ~ .dashlifter-submenu {
display: block;
}
.dashlifter-submenu .menu-title {
white-space: nowrap;
border-radius: 12px;
cursor: pointer;
background: transparent !important;
}
.dashlifter-submenu .dashlifter-menu-title i {
margin-right: 10px;
}
.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;*
align-items: 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: left;   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-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;
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;
}
a[data-position-item-move].dashlifter-btn.dashlifter-btn-sm {
background: transparent !important;
color: #888888 !important;
border: none !important;
}
@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;
}
.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;
}
.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;
}
}
@media (max-width: 575px) {
.dashlifter-main {
padding: 0 20px;
min-width: 50vw;
}
.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-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;
}.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;
}.search-container {
display: flex;
justify-content: space-between;
width: 100%;
}
.search-container.search-sidebar-layout {
margin-top: 20px;
}
.search-container button::selection,
.search-container a::selection {
background: none !important;
}
.search-content {
width: 100%;
}
.search-sidebar {
min-width: 25%;
margin-top: 10px;
margin-right: 30px;
}
.search-container.search-sidebar-layout .search-content {
width: calc(75% - 30px);
}
@media (max-width: 1024px) {
.search-sidebar {
min-width: 30%;
margin-right: 30px;
}
.search-container.search-sidebar-layout .search-content {
width: calc(70% - 30px);
}
}
@media (max-width: 768px) {
.search-container {
flex-wrap: wrap;
}
.search-container.search-sidebar-layout .search-content {
width: 100%;
}
.search-sidebar {
min-width: 100%;
margin-right: 0;
}
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border-radius: 0.25rem;
-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
0 2px 10px 0 rgb(0 0 0 / 12%);
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
border: 0;
font-weight: 400;
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
font-size: 1.3rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.card-header svg {
width: 30px;
height: 30px;
}
.card-header svg path {
stroke: #fff;
}
.card-header span.desktop {
display: block;
}
.card-header span.mobile {
display: none;
}
@media (max-width: 768px) {
.card-header span.desktop {
display: none;
}
.card-header span.mobile {
display: block;
}
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-select {
display: none;
width: 100%;
height: 50px;
font-size: 16px;
}
@media (max-width: 768px) {
.nav {
display: none;
}
.nav-select {
display: block;
}
}
.nav-link {
display: flex;
padding: 0.5rem 1rem;
align-items: center;
}
.nav-link svg {
fill: #000;
width: 10px;
height: 10px;
margin-right: 5px;
}
.nav-link.current {
color: #64bc46;
font-weight: bold;
}
.search-container.search-sidebar-layout .search-form-container {
display: flex;
justify-content: flex-end;
}
.search-container.search-one-line-layout .search-form-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}
.search-form-container {
overflow: hidden;
margin-top: 10px;
margin-bottom: 30px;
}
.search-form-container input {
height: 45px;
outline: none;
font-size: 16px;
border-radius: 4px;
border: 1px solid #ddd;
min-width: 300px;
padding: 11px;
}
.search-form-container button {
height: 45px;
}
.search-form-container select {
height: 45px;
border-radius: 4px;
border: 1px solid #ddd;
padding: 11px;
background-position-y: 18px;
font-size: 16px;
min-width: 300px;
}
.search-container.search-one-line-layout select,
.search-container.search-one-line-layout input {
margin-right: 10px;
}
@media (max-width: 768px) {
.search-form-container {
margin-top: 20px;
margin-bottom: 10px;
}
.search-container.search-sidebar-layout .search-form-container form {
display: flex;
width: 100%;
}
.search-container.search-sidebar-layout .search-form-container button {
width: 120px;
border-radius: 0;
}
.search-container.search-sidebar-layout .search-form-container input {
min-width: calc(100% - 100px);
border-radius: 0;
}
.search-container.search-one-line-layout .search-form-container {
flex-wrap: wrap;
}
.search-container.search-one-line-layout .search-form-container form {
width: 100%;
}
.search-container.search-one-line-layout select,
.search-container.search-one-line-layout input,
.search-container.search-one-line-layout button {
min-width: 100%;
margin-bottom: 10px;
}
}
.ui-autocomplete {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
z-index: 1000;
}
.ui-menu-item {
padding: 8px 12px;
cursor: pointer;
}
.ui-menu-item:hover {
background: #f5f5f5;
}
.ui-helper-hidden-accessible {
display: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: none !important;
background: transparent !important;
font-weight: normal;
color: #454545 !important;
}
.course-price-buy-button-container {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: 15px;
}