html{ margin: 0 !important; padding: 0 !important; }

#wpadminbar{ display: none !important;}


.logo, .card-body img{ width: 100%; }
.single-item:hover td .list-action,
.lead_view_container .lead_status:hover .list-action,
.single-item:active td .list-action,
.lead_view_container .lead_status:active .list-action,
.single-item td .list-action:hover,
.lead_view_container .lead_status .list-action:active{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
.single-item td .list-action,
.lead_view_container .lead_status .list-action {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0px;
    padding-top: 5px;
    margin-bottom: 0;
    background-color: transparent;
    transition: all .3s ease;
}

select{ width: 100%; }
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{ font-size: 0.75rem;}
.nxl-navigation .navbar-content ul{ margin-left: 0;}

table thead>tr>td.sorting, table thead>tr>td.sorting_asc, table thead>tr>td.sorting_asc_disabled, table thead>tr>td.sorting_desc, table thead>tr>td.sorting_desc_disabled, table thead>tr>th.sorting, table thead>tr>th.sorting_asc, table thead>tr>th.sorting_asc_disabled, table thead>tr>th.sorting_desc, table thead>tr>th.sorting_desc_disabled{ cursor: pointer;
    position: relative;
    padding-right: 26px; }


table thead>tr>td.sorting:before, table thead>tr>td.sorting_asc:before, table thead>tr>td.sorting_asc_disabled:before, table thead>tr>td.sorting_desc:before, table thead>tr>td.sorting_desc_disabled:before, table thead>tr>th.sorting:before, table thead>tr>th.sorting_asc:before, table thead>tr>th.sorting_asc_disabled:before, table thead>tr>th.sorting_desc:before, table thead>tr>th.sorting_desc_disabled:before{bottom: 50%;
    content: "▲";} 

table thead>tr>td.sorting:after, table thead>tr>td.sorting_asc:after, table thead>tr>td.sorting_asc_disabled:after, table thead>tr>td.sorting_desc:after, table thead>tr>td.sorting_desc_disabled:after, table thead>tr>th.sorting:after, table thead>tr>th.sorting_asc:after, table thead>tr>th.sorting_asc_disabled:after, table thead>tr>th.sorting_desc:after, table thead>tr>th.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
}


table thead>tr>td.sorting:after, table thead>tr>td.sorting:before, table thead>tr>td.sorting_asc:after, table thead>tr>td.sorting_asc:before, table thead>tr>td.sorting_asc_disabled:after, table thead>tr>td.sorting_asc_disabled:before, table thead>tr>td.sorting_desc:after, table thead>tr>td.sorting_desc:before, table thead>tr>td.sorting_desc_disabled:after, table thead>tr>td.sorting_desc_disabled:before, table thead>tr>th.sorting:after, table thead>tr>th.sorting:before, table thead>tr>th.sorting_asc:after, table thead>tr>th.sorting_asc:before, table thead>tr>th.sorting_asc_disabled:after, table thead>tr>th.sorting_asc_disabled:before, table thead>tr>th.sorting_desc:after, table thead>tr>th.sorting_desc:before, table thead>tr>th.sorting_desc_disabled:after, table thead>tr>th.sorting_desc_disabled:before
{ position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em; }
table thead>tr>td.sorting_asc:before, table thead>tr>td.sorting_desc:after, table thead>tr>th.sorting_asc:before, table thead>tr>th.sorting_desc:after{opacity: .6;}

.lead_status{ position: relative; }
.lead_status .list-action{ position: absolute !important; top: -20px !important;  }

.search_field{ position: relative; padding-right: 40px;}
.search_field .btn-serch { position: absolute; top: 27px; right: 2px; }

.custom-file, .custom-select, .form-control, .form-select, input{padding: 8px 15px; }


/* Style for comments */
.comments-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment,
.comment-list .gem_leads
 {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
    list-style: none;
    border-radius: 0.375rem;
}

.comment-list .comment  .comment-author,
.comment-list .gem_leads .comment-author {
    margin-bottom: 5px;
}

.comment-list .comment .comment-author strong,
.comment-list .gem_leads .comment-author strong {
    font-weight: bold;
}

.comment-list .comment .comment-content ,
.comment-list .gem_leads .comment-content {
    margin-bottom: 10px;
}

.comment-list .comment  .comment-meta,
.comment-list .gem_leads .comment-meta {
    font-size: 0.85em;
    color: #777;
}

.comment-list .comment .sub-comments,
.comment-list .gem_leads .sub-comments {
    margin-left: 20px;
}

/* Style for comment form */
.comment-form {
    margin-top: 20px;
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
    margin-bottom: 10px;
}

.comment-form .comment-form-comment {
    margin-bottom: 10px;
}

.comment-form .form-submit {
    margin-top: 10px;
}

.comment-form input[type="submit"],
.comment-form button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form button[type="submit"]:hover {
    background-color: #0056b3;
}

.comment-form textarea {
    width: 100%;
    min-height: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
}

.comment-form p {
    margin-bottom: 10px;
}


.comment .comment-respond{

    margin-top: 10px;
    padding: 15px;
    border:1px solid #ddd;
    background: #FFFFFF;
    border-radius: 0.375rem;
}

.replying-to-message{
    margin-top: 0;
    margin-bottom: 1rem;
}
.comment-respond .cancel-reply{ 
    cursor: pointer;
    color: #283c50;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
    margin-left: 10px;

}
.avatar-50{ width: 50px !important;}

#map {
    height: 500px;
    width: 100%;
}


.swal2-icon-error .swal2-timer-progress-bar{background-color: #f27474; }

.btn.p-10{ padding-top:10px !important; padding-bottom: 10px !important; }



#acfRepForm .acf-form,
#acfTierForm .acf-form{ display: flex; align-items:end;
    justify-content: center;gap: 1em; margin-bottom: 10px; }


#acfRepForm .acf-form .acf-fields,
#acfTierForm .acf-form .acf-fields { width: 80%;  }
.acf-form .acf-form-submit{ width: 20%; padding: 20px 0; }


#acfRepForm .updated,
#acfTierForm .updated { display: none; }
#acfRepForm,
#acfTierForm{ display: none; position: absolute;
    z-index: 9999;
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #e5e7eb;
    margin-top: -25px; border-radius: 3px;}


.acf-form ul{ list-style: none; padding: 0; display: flex; align-items:end;
   gap: .5em; flex-wrap: wrap; margin: 0; }
.acf-form ul li input[type="radio"],
.acf-form ul li input[type="checkbox"] { -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  padding: 0 !important;
    border: 0; }

#acfRepForm  .acf-form ul li,
#acfTierForm .acf-form ul li{ width: 45%;}
.acf-form ul li label{color: #64748b;
        box-shadow: none;
        border-radius: 5px;
        border: 1px dashed #dcdee4;
        transition: all .3s ease; padding: 10px; display:block; cursor: pointer; }

.acf-form ul.acf-radio-list li label,
.acf-form ul.acf-checkbox-list li label{ display:block; }
.acf-form ul.acf-radio-list li label:has(input:checked),
.acf-form ul.acf-checkbox-list li label:has(input:checked)  { border: 1px dashed #17c666;
    transition: border .3s; color: #17c666;  background-color: #e1fbed; }

.acf-button{display: flex;
    padding: 12px 16px;
    font-size: 10px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 3px;
    transition: all .3s ease; color: #fff !important;
    border:none;
    background-color: #29acdf !important;}

.dealer_tier_setting .card,
.dealer_rep_setting .card{ padding: 10px 25px; }

.btn-dealer{ cursor: pointer; padding: 10px; }

.btn-dealer:hover{ color:#29acdf;}

.p-rel{ position: relative;}

.acf-input input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .845rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select,
.custom-file, .custom-select, .form-control, .form-select, .acf-input input {
    color: #283c50;
    padding: 12px 15px;
    border-color: #e5e7eb;
    border-radius: 5px;
}
.acf-url i{     top: 14px; }
.select2-container.-acf .select2-selection{ border-color: #e5e7eb; }
.acf-range-wrap input[type=range]{ padding: 0 !important; height: 5px; }

.select2-container--default .select2-selection--single .select2-selection__clear{ display: none; }
.select2-container .select2-selection--single .select2-selection__rendered{ padding: 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ top: 11px !important; right: 6px !important; }
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{ right: 9px;
    width: 10px;
    height: 20px;overflow: hidden;
    background: transparent; margin: 0; border: none; }

.select2-container.-acf .select2-selection--multiple .select2-selection__rendered[id^=select2-acf-field] .select2-selection__choice{ margin-top: 5px; margin-right: 5px; }
.select2-container.-acf .select2-selection--multiple .select2-selection__rendered[id^=select2-acf-field]{ padding: 5px 10px; display: inline-block; }
ul.acf-radio-list:focus-within, ul.acf-checkbox-list:focus-within{ border: none; }
.acf-form ul.acf-radio-list{ justify-content: start; }

.select2-container--bootstrap-5 .select2-selection--single{ padding: 10px 40px 10px 10px; height: auto; }

.gem_um_switch {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
}

.gem_um_switch input {
    display: none;
}
.gem_um_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.gem_um_slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .gem_um_slider {
    background-color: #ccc;
}
input:checked + .gem_um_slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.gem_user_manager-content {
    margin: 40px 0 80px;
   
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    transition: all .3s ease;
    box-shadow: 0 0 20px hsla(215deg, 30%, 90%, .3);
}

/* .gem_user_manager-content table {
    box-shadow: 0 15px 15px rgba(168, 186, 212, 0.5);
    background: #fff;
    border-bottom: 0px solid !important;
    margin: 20px 0 !important;
    font-size: 13px;
}
*/
.gem_user_manager-content .table thead th {
    padding: 15px 15px 15px 30px !important;
} 

.dealer-crm-inline {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
    align-items: center;
}

#notesTab ul.r-tabs-nav {
    border-bottom: 1px solid #e2e2e2;
}
.dealer-crm-form {
    display: none;
}
.crm-note-item {
    padding-left: 60px;
    margin-top: 30px;
    position: relative;
}
.crm-note-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    width: 2px;
    background: #94a3b8;
    top: 35px;
    height: 100%;
}
.crm-note-type {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    background: #94a3b8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 0;
    position: absolute;
}
.crm-note-title {
    font-weight: 600;
}
.crm-note-date {
    font-size: 13px;
    font-family: monospace;
    color: #7a8c9b;
}
.crm-note-description {
    background: #e2e8f0;
    padding: 20px;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.crm-note-reply {
    padding-left: 50px;
    position: relative;
}
.reply-form-box {
    display: none;
}
.crm-note-reply {
    padding-left: 50px;
    position: relative;
}
.crm-note-reply .fa-light {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
}
.fa-cart-circle-check::before {
    content: "\e3f1";
}

span.flag-count-pill {
    background: #db0b0b;
    padding: 0 5px;
    color: #fff;
    border-radius: 50%;
    min-width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 2em;
}

.form-control.select2-selection--single{max-width: fit-content;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    font-size: 13px;
    background-position: right .75rem center;
    background-size: 15px 8px;}

.copy-to-clipboard div.code-toolbar {
    position: relative;
}

.prismjs-default code[class*=language-], .prismjs-default pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    font-size: 1em;
    text-align: left;
    white-space: normal;
    word-spacing: normal;
    word-break: break-all;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none;
}
.prismjs-default :not(pre)>code[class*=language-], .prismjs-default pre[class*=language-] {
    background: #f5f2f0;
}
.prismjs-default pre[class*=language-] {
    padding: 1em;
    margin: 0;
    overflow: auto;
}
.copy-to-clipboard div.code-toolbar>.toolbar {
    position: absolute;
    top: 0.7em;
    right: .2em;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}
.copy-to-clipboard div.code-toolbar>.toolbar .toolbar-item {
    display: inline-block;
}

.code-toolbar textarea{ resize: none;
    background: #f5f2f0;
    width: 100%;
    padding: 10px;
    border: none;
 }
 .content_dealer_wrap {
    display: flex;
}
.content_dealer_l {
    width: 50%;
}
.content_dealer_r {
    width: 50%;
    padding-left: 30px;
}
.content_dealer_r img {
    background: #f5f2f0;
    padding: 15px;
}

 .authoriszed-dealer-section .feather-code{ font-size: 34px;}

 .authoriszed-dealer-section  .bg-gray-800 .feather-code{ color:#FFFFFF;}

#salesTab .dataTables_wrapper{ width: 100%; }

#salesTab .dataTables_wrapper .dataTables_scrollHeadInner,
#salesTab #orders-table{ width: 100% !important;}

#gem_user_manager_form .form-control[type=checkbox]{ -webkit-appearance:auto;
    -moz-appearance: auto;
    appearance: auto; }


.tutor_portal_container .tutor-container {max-width: 100% !important;}
.tutor_portal_container .tutor-wrap-parent{ padding-top: 0; }

.nxl-container .nxl-content .main-content .content-sidebar{     position: sticky;
    top: 0; }
.tutor_portal_container .tutor-course-single-sidebar-title{ background: #eff1f6; }

.marketing-sales-content{ background: #FFFFFF; width: 100%; }

.marketing-sales-content img{ width: 100%; margin-bottom: 10px;}

.gem_portal_training .nxl-container .nxl-content .main-content{ overflow: unset !important;}


#gem_add_user_form .form-control{ -webkit-appearance:auto;
    -moz-appearance: auto;
    appearance: auto; }
/* 
.edit-exising-user .select2-selection__rendered{    height: 150px;
    overflow-y: scroll !important;
    padding-top: 20px !important;
}

.edit-exising-user .select2-selection__choice{ width: 100%; }


.edit-exising-user .select2-search{ height: auto !important; 
    border: 1px solid #000000;
    max-width: 100%;
    margin: 5px;
    display: block;
    float: none !important; }
.edit-exising-user .select2-search .select2-search__field{ height: auto !important; width: 100% !important; } */

.gcrm-task-inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.gcrm-task-boxes {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
    width: calc(25% - 15px);
    margin-top: 10px;
}
.gcrm-task-boxes h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gcrm-task-boxes ul {
    list-style: none;
    margin: 0px;
}
li.gem-task-pending {
    color: #F44336;
}

div#tab-dealer-tasks table tr:nth-child(even) {
    background: #dddddd4a;
}

#top-10-cities-chart .apexcharts-canvas,
#top-10-cities-chart-ca .apexcharts-canvas,
#top-10-cities-chart-us .apexcharts-canvas{ margin: 0 auto;}



.loading-placeholder {
    background: linear-gradient(100deg, #f6f7f8 30%, #edeef1 50%, #f6f7f8 70%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.loading-title, .loading-text {
    background: #f6f7f8;
    border-radius: 5px;
    margin-bottom: 10px;
    animation: loading 1.5s infinite;
}

.loading-title {
    width: 60%; /* Title width */
    height: 20px; /* Title height */
    margin-bottom: 15px;
}

.loading-text {
    width: 80%; /* Text width */
    height: 15px; /* Text height */
}

.auth-creative-wrapper .auth-creative-inner:after{
    left: 50%;
}



.table-responsive tr.single-item:has(td div.draft){
    background-color: #ffebd0 !important; /* Example: Light gray background */
    font-weight: bold; /* Example: Bold text */
    color: #ffa21d !important;
}

.announcement-edit-form .acf-form-submit .acf-button{ display: none;}


.gem_portal_dealers #collapseFilter .select2-container .select2-search--inline{ float: none;}