table.text-center th, table.text-center td {
    text-align: center;
}
table.pd-10 th, table.pd-10 td {
    padding: 10px !important;
}
.mw-300 {
    max-width: 300px;
    white-space: unset !important;
}
.fs-12 {
    font-size: 12px !important;
}
.lh-14 {
    line-height: 14px !important;
}
.plan-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #3f4299;
    padding: 5px 20px 5px 15px;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 7px 0 #d2d2d2;
    text-align: center;
}
.plan-name:before {
    content: "";
    position: absolute;
    border-bottom-width: 1rem;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-style: solid;
    border-top-width: 0.95rem;
    border-right-width: 0;
    border-left-width: 0.5rem;
    top: 0px;
    left: 0px;
}
.plan-name:after {
    content: "";
    position: absolute;
    border-bottom-width: 1rem;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-style: solid;
    border-top-width: 0.95rem;
    border-right-width: 0.5rem;
    border-left-width: 0;
    top: 0px;
    right: 0px;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    width: -webkit-fill-available;
}
.process {
    pointer-events: none !important;
}
.modal .process {
    position: unset;
}
.dropdown-content {
    z-index: 99999;
}
#filter_menu input {
    margin: 5px 0px 5px 0px;
    padding: 5px 10px;
    border: 1px solid #d3d1d1;
    border-left: none;
    height: 40px;
    display: block;
    box-sizing: inherit;
    background-color: #ebebeb;
    border-radius: 0px 100px 100px 0px;
    width: calc(100% - 15px);
    outline: none;
    box-shadow: none;
}
::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}  
::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}
.green-mark {
    background-color: green;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.red-mark {
    background-color: red;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
select {
    display: block;
}
.select-wrapper select {
    display: none;
}
.rememberme-row label {
    margin-left: 45px;
}
.convenient-timezone-option label {
    margin-right: 10px;
}
.convenient-timezone-option label span:not(.lever) {
    padding-left: 25px;
}
.convenient-timezone-option label input.invalid + span:before {
    border: 2px solid #E91E63;
}
.navbar-list-topmenu {
    margin-left: 250px;
}
.multiple-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.multiple-field:last-child {
    margin-bottom: 0px;
}
.multiple-field input[type="file"], .multiple-field input.form-control {
    width: calc(100% - 49px);
}
.about-class {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.class-date {
    text-align: center;
    padding: 0 15px 0 10px;
}
.class-month {
    display: block;
    color: #8e24aa;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.class-day {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.class-data {
    width: calc(100% - 50px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.class-des {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.class-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.class-by, .class-time, .class-dpurl, .copy-file-url, .class-venue {
    font-size: 12px;
}
.class-dpurl .fa, .copy-file-url .fa {
    font-size: 16px;
}
.table-responsive {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
.required-mark {
    font-size: 16px;
    color: #8e24aa;
    margin-left: 2px;
    line-height: initial;
}
#back-top {
    display: none;
}
#main > .row {
    min-height: calc(100vh - 100px);
}
.white-space-pre {
    white-space: pre;
}
.m0 {
    margin: 0px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.p0 {
    padding: 0px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.p20 {
    padding: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.page-content {
    background: #f5f5f5;
}
.list-photo {
    width: 100px;
    border-radius: 5px;
}

/* table.dataTable th, table.dataTable td { white-space: nowrap; } */
#class-datatable th, #class-datatable td { white-space: nowrap; }
#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr td.white-space-unset {
    white-space: unset;
    min-width: 200px;
}
/* .welcome-back {
    font-size: 24px;
    padding: 30px 0px;
}
.section {
    width: 100%;
}
.section p {
    margin: 0;
} */
.section .section-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
}
.section-box-title {
    font-size: 16px;
}
.section-1 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-1 .primary-text {
    font-size: 72px;
    line-height: 72px;
}
.section-1 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 20px;
}
.light-blue-fg {
    color: #29AF8E !important;
}
.red-fg {
    color: #f44336 !important;
}
.orange-fg {
    color: #ff9800 !important;
}
.blue-grey-fg {
    color: #607d8b !important;
}
.section-box-header {
    display: table;
    width: 100%;
}
.section-box-header .nav-tabs {
    border: 0;
}
.section-box-header .nav-tabs li a {
    border-radius: 4px;
    color: #656D78;
    padding: 6px 15px;
}
.section-box-header .nav-tabs li.active a {
    border-bottom-color: #ddd;
    background-color: #29AF8E;
    color: #ffffff;
}
.section .section-box .tab-content .tab-pane canvas {
    width: 100% !important;
}
.section-3 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-3 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 30px;
    line-height: 30px;
}
.section-4 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-4 .primary-text {
    font-size: 72px;
    line-height: 72px;
}
.section-4 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 20px;
}

.col-action {
    width: 200px;
}
.logo-brand {
    background: #ffffff;
}
.brand-sidebar .logo-wrapper a.brand-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.navbar-full .brand-sidebar .brand-logo {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
}
/* .logo-brand a {
    display: block;
    height: 100%;
    padding: 15px 0px;
}
.login-wrapper {
    padding: 50px 0 30px 0;
} */
.show-hide-switch.onoffswitch {
    width: 150px;
}
.show-hide-switch .onoffswitch-label {
    margin-bottom: 0px;
}
.show-hide-switch .onoffswitch-inner:before, .show-hide-switch .onoffswitch-inner:after {
    height: 34px;
    line-height: 34px;
}
.show-hide-switch .onoffswitch-inner:before {
    content: "SHOW ";
}
.show-hide-switch .onoffswitch-inner:after {
    content: "HIDE ";
}
.show-hide-switch .onoffswitch-switch {
    width: 75px;
    height: 34px;
    right: 75px;
}
.yes-no-switch.onoffswitch {
    width: 150px;
}
.yes-no-switch .onoffswitch-label {
    margin-bottom: 0px;
}
.yes-no-switch .onoffswitch-inner:before, .yes-no-switch .onoffswitch-inner:after {
    height: 34px;
    line-height: 34px;
}
.yes-no-switch .onoffswitch-inner:before {
    content: "YES ";
}
.yes-no-switch .onoffswitch-inner:after {
    content: "NO ";
}
.yes-no-switch .onoffswitch-switch {
    width: 75px;
    height: 34px;
    right: 75px;
}
.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}
.dataTables_wrapper .row .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.sa-banner {
    width: 100px;
    border-radius: 5px;
}
.instructor-photo {
    width: 100px;
    border-radius: 5px;
}
.badge-orderid {
    font-size: 16px;
    margin-left: 10px;
}
.badge.custom{
    margin-left: auto;
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    border-radius: 2px;
}
.copyurl {
    cursor: pointer;
}
.filter-field-wrap {
    display: inline-block;
    padding: 2px;
}
.filter-field-date {
    
}
.filter-field-event {
    
}
.filter-field-btn {
    
}
.process-refund-payment {
    position: relative;
}
.process-refund-payment:before {
    content: "";
    position: absolute;
    background-color: rgba(233, 231, 231, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.line-through {
    text-decoration: line-through;
}
.daychk-lbl label {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.daychk-lbl input {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.chk_day {
    margin: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.hearaboutus-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.hearaboutus-field:last-child {
    margin-bottom: 0px;
}
.hearaboutus-field input.form-control {
    width: calc(100% - 49px);
}
.followupstatus-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.followupstatus-field:last-child {
    margin-bottom: 0px;
}
.followupstatus-field input.form-control {
    width: calc(100% - 49px);
}
.email-listing-and-cron-jobs-option .img-responsive {
    display: inline-block;
}

.process {
    position: relative;
}
.process:before {
    content: "";
    position: absolute;
    background-color: rgba(233, 231, 231, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.other-members {
    display: none;
}
.invalid {
    border-color: #E91E63;
}
.form-control.invalid:focus {
    border-color: #E91E63;
}
.urlpaths-note {
    display: none;
    font-size: 14px;
    height: 34px;
    padding: 6px 10px;
    margin-right: 10px;
    line-height: 1.42857143;
    background-color: rgba(246, 187, 66, 0.3);
    color: #000;
}
.urlpaths-lbl {
    color: #fe4c1c;
}
.urlpaths-field {
    width: 100%;
    display: table;
}
.urlpaths-field .showhide-field {
    width: 100px;
}
.urlpaths-field .on-field {
    width: 40px;
    text-align: center;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.urlpaths-field .showhideon-field {
    width: 150px;
    margin-right: 10px;
}
.urlpaths-field .showhidewhen-field {
    display: none;
    width: calc(100% - 355px);
    margin-right: 10px;
}
.radio-option label {
    font-weight: normal;
    cursor: pointer;
}
.radio-option input[type="radio"] {
    margin-right: 10px;
}
.radio-option input[type="number"] {
    width: 70px;
    margin: 0 5px;
    display: inline-block;
}
.mail-allow-option label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
    /* padding-left: 25px; */
    position: relative;
}
.mail-allow-option .form-control {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}
.member-mail-allow {
    padding-left: 15px;
}

.smsnumber-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.smsnumber-field:last-child {
    margin-bottom: 0px;
}
.smsnumber-field input.form-control {
    width: calc(100% - 49px);
}
.schedule-datetime label {
    display: block;
}
.schedule-datetime .schedule-date, .schedule-datetime .select-wrapper {
    display: inline-block;
}
.schedule-datetime .schedule-date.form-control {
    width: 170px;
}
.schedule-datetime .select-wrapper {
    width: 70px;
}
.sms-btns {
    display: table;
    width: 100%;
}
.transfer-member-id {
    width: 18px;
    height: 18px;
}
.cancel-member-id {
    width: 18px;
    height: 18px;
}
.refund-option label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
    /* padding-left: 25px; */
    position: relative;
}
.refund-option input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}
.refund-option .radio-input-wrap input[type=radio] {
    top: 8px;
}
.refund-option input[type="number"] {
    width: 100px;
    margin: 0 5px;
    display: inline-block;
}
.expiry-date {
    width: 170px;
}
.testimonial-photo {
    width: 100px;
    border-radius: 5px;
}
.is-featured-testimonial label {
    margin: 0;
}
.is-featured-testimonial input[type=checkbox].form-control {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    height: 20px;
}
.is-featured-testimonial span {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    height: 20px;
}
.copypassword i {
    font-size: 18px;
}
.admin-privileges-row label {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}
.admin-privileges-row input {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.admin-child-privileges .form-group {
    padding-left: 35px;
}
.admin-privileges-row {
    /* overflow-y: auto;
    max-height: 300px; */
}
.google-ads-expense-photo {
    width: 100px;
    border-radius: 5px;
}

.send-attendance-mail .fa-spinner {
    display: none;
}
.send-attendance-mail.process {
    pointer-events: none;
}
.send-attendance-mail.process .fa-envelope {
    display: none;
}
.send-attendance-mail.process .fa-spinner {
    display: inline-block;
}
.copy-attendance-link i {
    font-size: 20px;
}
.section-header {
    display: table;
    width: 100%;
}
.section-header .nav-tabs {
    border: 0;
}
.section-header .nav-tabs li a {
    border-radius: 4px;
    color: #656D78;
    padding: 6px 15px;
}

.section-header .nav-tabs li.active a {
    border-bottom-color: #ddd;
    background-color: #29AF8E;
    color: #ffffff;
}
.vc-box {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vc-box li {
    float: left;
    width: 150px;
    padding: 10px;
    color: #fff;
}
.vc-box li.v-box {
    background: rgb(41, 175, 142);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vc-box li.c-box {
    background: rgb(244, 67, 54);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vc-box li p {
    margin-bottom: 9px;
    font-size: 16px;
}
.vc-box li span {
    font-size: 28px;
}
.tracking-time {
    font-size: 16px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    outline: none;
}


#main .section-data-tables .dataTables_wrapper .dataTables_length, #main .section-data-tables .dataTables_wrapper .dataTables_filter {
    display: block;
}
#main .section-data-tables .dataTables_wrapper .dataTables_length label input, #main .section-data-tables .dataTables_wrapper .dataTables_filter label input {
    width: auto;
    height: auto;
}
#main .section-data-tables .dataTables_wrapper .dataTables_length label select, #main .section-data-tables .dataTables_wrapper .dataTables_filter label select {
    display: inline-block;
    width: auto;
    height: auto;
}
#main .section-data-tables .dataTables_wrapper table.dataTable thead th, #main .section-data-tables .dataTables_wrapper table.dataTable tfoot th {
    min-width: 69px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}
.nd-tablelist {
    position: relative;
}
.nd-tablelist:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 60px;
    border-top-left-radius: 9px;
    border-left: 2px solid #8e24aa;
}
tr.odd {
    background-color: #f4f3f9 !important;
}
table.dataTable thead .sorting {
    background-size: 8px 14px;
}
table.dataTable thead .sorting_asc {
    background-size: 8px 7px;
}
table.dataTable thead .sorting_desc {
    background-size: 8px 7px;
}
.dropdown-content li > a, .dropdown-content li > span {
    padding: 14px 20px;
}
.instructor-mail-wrap .welcome-instructor-mail-box, .instructor-mail-wrap .date-change-instructor-mail-box, .instructor-mail-wrap .instructor-change-instructor-mail-box, .instructor-mail-wrap .thankyou-instructor-mail-box {
    display: none;
}
.instructor-mail-wrap .welcome-instructor-mail-box:first-child, .instructor-mail-wrap .date-change-instructor-mail-box:first-child, .instructor-mail-wrap .instructor-change-instructor-mail-box:first-child, .instructor-mail-wrap .thankyou-instructor-mail-box:first-child {
    display: block;
}
.has-submenu {
    position: relative;
}
.submenu-arrow {
    position: absolute;
    top: 0;
    right: 25px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}
.submenu {
    display: none;
}
.submenu li a {
    position: relative;
}
.submenu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    width: 1px;
    border-left: 1px solid #9e9e9e;
}
.submenu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #9e9e9e;
    transform: translateY(-50%);
}
.active .submenu-arrow {
    color: #fff;
}
.active .submenu {
    display: block;
}
.submenu li a.active:before, .submenu li a.active:after {
    border-color: #fff;
}
.page-topbar .navbar {
    z-index: 10000;
}
.sidenav-main {
    z-index: 10000;
}
.sidenav li > a, .sidenav li a.collapsible-header {
    display: flex;
    align-items: center;
}
.nav-expanded .sidenav .menu-title {
    line-height: 20px;
    width: calc(100% - 2rem);
}
li.filtered a {
    line-height: 20px;
}

#toast-container .toast {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    margin-top: 10px;
    padding: 10px;
    cursor: default;
    color: #fff;
    border-radius: 2px;
    background-color: #030303;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
#toast-container .toast.toast-success, #toast-container .toast.toast-error {
    padding-left: 50px;
}
#toast-container .material-icons {
    margin-right: 5px;
}
.errormsg {
    font-size: 12px;
    color: #ff5252;
}
.smsnumber-field input[type="file"] {
    width: calc(100% - 49px);
}
.file-path-wrapper .pull-right {
    float: right;
}
.interview-field-wrap {
    padding-left: 20px;
    counter-reset: items;
}
.interview-field {
    position: relative;
    counter-increment: items;
}
.interview-field:before {
    content: counter(items) ".";
    position: absolute;
    left: -20px;
}
.remove_interview {
    position: absolute;
    top: 5px;
    right: 0;
}
tr.cancelled td, table.dataTable.display tbody tr.cancelled > .sorting_1, table.dataTable.order-column.stripe tbody tr.cancelled > .sorting_1 {
    background-color: rgb(255 0 0 / 15%) !important;
}

.counter-field-wrap {
    counter-reset: items;
}
.counter-field {
    position: relative;
    counter-increment: items;
    border: 1px solid #d1d1d1;
    padding: 30px 5px 5px 30px;
    margin-bottom: 5px;
}
.counter-field:before {
    content: counter(items) ".";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-color: #d1d1d1;
    text-align: center;
    padding: 1px 0px;
}
.remove-field {
    position: absolute;
    top: 5px;
    right: 0;
}
.delete-confirm {
    display: none;
}
.modal-overlay {
    z-index: 10000 !important;
}
.modal {
    z-index: 10001 !important;
}
.modal-action {
    /* border: 1px solid rgba(0, 0, 0, .1); */
    color: #ffffff;
}
.modal-action.waves-green {
    background-color: rgba(76, 175, 80, 1);
}
.modal-action.waves-red {
    background-color: rgba(244, 67, 54, 1);
}
.inline-ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.inline-ul li {
    padding-right: 10px;
}
.inline-ul li span {
    padding-left: 25px !important;
}
.is-recurring-zoom-url [type='checkbox'] + span:not(.lever), .update-google-calendar-event [type='checkbox'] + span:not(.lever), .input-checkbox [type='checkbox'] + span:not(.lever) {
    font-size: 12px;
    padding-left: 30px;
}
.order-action {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.choose-icon-wrap {
    position: relative;
}
.choose-icon-wrap > i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-70%);
}
.choose-icon-wrap .form-control {
    width: calc(100% - 35px) !important;
    padding-left: 35px !important;
}
.choose-icon-control-wrap {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    z-index: 2;
}
.choose-icon-control {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.choose-icon-control li {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-icon-control li.selected {
    color: #a73492;
}
.choose-icon-control li:hover {
    cursor: pointer;
    color: #000;
    transform: scale(1.5);
}
.feature-wrap .feature-item {
    padding-left: 10px;
}
.feature-wrap .feature-item-category .sppbc-item-category-name {
    padding: 5px 10px;
    border: 1px dashed #bfccda;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    background-color: rgb(191 204 218 / 30%);
    cursor: pointer;
}
@media (min-width: 601px) {
    .nd-display-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .nd-align-items-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-full .brand-sidebar .brand-logo {
        left: -20px;
        top: -4px;
        background-color: transparent;
        padding: 0;
    }
    .select-wrapper input.select-dropdown, .select-wrapper ul, .select-wrapper svg.caret {
        display: none !important;
    }
    .select-wrapper select {
        display: block !important;
    }
    .navbar-list-topmenu {
        display: none;
    }
}
@media (min-width: 768px) {
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        height: auto;
    }
}
@media (max-width: 767px) {
    .mmt10 {
        margin-top: 10px !important;
    }
}
@media (max-width: 992px) {
    .brand-sidebar .logo-wrapper a.brand-logo img {
        max-width: max-content;
        height: 30px;
    }
}
@media (max-width: 992px) {
    .brand-sidebar .logo-wrapper a.brand-logo img {
        height: 24px;
    }
}
@media (max-width: 575px) {
    .section-box-title.pull-left {
        float: none !important;
    }
    .section-box-header .nav-tabs.pull-right {
        float: none !important;
        margin: 10px 0;
    }
    .datetime-box.pull-right {
        float: none !important;
        margin: 0px 0px 10px 0;
        text-align: right;
    }
    .order-details-title {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
    .order-details-title .badge {
        margin: 0;
    }
}
@media only screen and (max-width: 600px){
    /* .order-menu.dropdown-content {
        position: fixed !important;
        width: calc(100% - 20px) !important;
        height: calc(100vh - 75px) !important;
        top: unset !important;
        right: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        z-index: 999999999999 !important;
    } */
    .d-order-datatable .dropdown-content {
        top: 120px !important;
        bottom: 90px !important;
    }
    .order-menu.dropdown-content:after {
        content: "X";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        background-color: #00bcd4;
        color: #fff;
    }
}
@media (max-width: 425px) {
    .vc-box {
        width: 100%;
    }
    .vc-box li {
        width: 50%;
    }
}
/* Country ISD Start */
.iti-mobile .iti--container {
    z-index: 10600;
}
/* Country ISD End */
.with-iio [type=checkbox]+span:not(.lever) {
    font-size: 12px;
    padding-left: 25px;
}
/* Help manual Start */
.popup-banner-help-modal h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #8e24aa;
}
.popup-banner-help-modal .step {
    margin-bottom: 20px;
}
.popup-banner-help-modal h2 {
    font-size: 1.2em;
    color: #8e24aa;
}
.popup-banner-help-modal ol {
    padding-left: 20px;
}
.popup-banner-help-modal li {
    margin-bottom: 10px;
}
.popup-banner-help-modal a {
    color: #8e24aa;
    text-decoration: none;
}
.popup-banner-help-modal a:hover {
    text-decoration: underline;
}
.popup-banner-help-modal b {
    color: #333;
}
/* Help manual End */
@media only screen and (max-width: 1024px) {
    tfoot {
        display: table-footer-group !important;
    }
}
/* Add combo course Start */
.cc-field-wrap {
    padding-left: 20px;
    counter-reset: items;
}
.cc-field {
    position: relative;
    counter-increment: items;
}
.cc-field:before {
    content: counter(items) ".";
    position: absolute;
    left: -20px;
}
.remove_cc {
    position: absolute;
    top: 5px;
    right: 0;
}
/* Add combo course End */