
.otp-modal .close-otp-modal {
    position: absolute;
    top: -50px;
    right: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.btn-primary a,
.btn-primary:hover{
background-color: #AC9365;
border-color: #AC9365 !important;
}
 
.sidebar-menu-items li a.active{
    background-color: #ac936521;
    color: #ac9365;
}
.sidebar-menu-items li a:hover{
    background-color: #ac936521;
    color: #ac9365;
}
.sidebar-menu-items li a.active i {
    color: #ac9365;
}
.sidebar-menu-items li a.nav-items:hover {
    background-color: #ac936521;
    color: #ac9365;
}

.otp-modal .close-otp-modal::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}
.otp-modal .close-otp-modal::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg);
}

.otp-modal .otp-input .input input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    border: 0;
    outline: 0;
    padding: 8px;
    background-color: #f8fafa;
}
.otp-modal .otp-input .input {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}
.otp-modal .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
    margin-bottom: 20px;
}
.otp-modal .otp-modal-subtitle { 
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #595a5c;
    text-transform: capitalize;
}
.otp-modal .modal-content .modal-body {
    background-color: #fff;
    padding: 40px 50px;
}
.otp-modal {
    text-align: center;
}

.otp-modal .didnotreceive-text span {
    font-size: 16px;
    color: #6e6f72;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
}
.otp-modal .otp-modal-desc, .otp-modal .otp-modal-desc span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.otp-modal .opt-error-text {
    font-size: 14px;
    color: #ff3939;
    display: none;
}
.otp-modal .opt-error-text span {
    font-size: 14px;
    font-weight: 600;
    color: #ff3939;
}
.otp-modal .otp-input.error + .errorElOtp {
    display: block;
}
.otp-modal .otp-input.error .input {
    border-color: red;
}
.errorElOtp {
    width: 100%;
    font-size: 12px;
    color: #FF3939; 
    font-weight: 500;
    display: none;
}
.sign-in .sign-in-right .sign-in-right-box .have-an-account a {
    font-size: 14px;
    color: #AC9365; 
    font-weight: 100; 
}
.sign-in .sign-in-right .sign-in-right-box a, .sign-in .sign-in-right .sign-in-right-box a:hover{
  font-size: 16px;
   color: #ffffff; 
   font-weight: bold; 
}

#langBtn {
    color: #636567;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}
.swal2-confirm,
.btn-primary{
    color: #ffffff !important;
    background-color: #AC9365 !important;
    border-color: #AC9365 !important;
    background-image: none !important;
    box-shadow: none !important;
}
.btn-outline-primary:active,
.btn-outline-primary:focus {
    box-shadow: none !important;
    background-color: #fff;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary,
.swal2-cancel{
    color: #AC9365 !important;
    border: 1px solid #AC9365 !important;
    background-color: #fff !important;
    background-image: none !important;
}
.btn-outline-primary:hover{
    background-color: #fff;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}
#ServerErrors {
    display: block;
    font-size: 12px;
    color: red;
    background-color: #ffff0024;
    padding: 5px;
    display: none;
    margin-bottom: 15px;
}

#ServerErrors img {
    width: 15px;
    margin: 0;
    margin-right: 4px;
    vertical-align: text-bottom;
}
.admin-dashboard div img {
    display: block;
    margin: auto;
}
#ServerErrors a {
    text-decoration: underline;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    color: #AC9365;
}
.admin-dashboard-form .custom-form-field .form-input-container.error .errorEl {
    display: flex;
    gap: 3px;
}
span.errorEl {
    display: flex;
    gap: 3px;
}
 span.errorEl {
    font-size: 12px;
    color: #FF3939; 
    font-weight: 500;
    margin-top: 3px; 
}
.admin-dashboard-form .custom-form-field .form-input-container.error input {
    border-color: red;
}
.admin-dashboard-form .custom-form-field .form-input-container.error .errorEl img {
    all: unset;
    width: 15px;
    height: 15px;
}

.sign-in .sign-in-right .sign-in-right-box .form-group .form-group-icon {
    position: absolute;
    top: 12px;
     transform: translateY(0%); 
    left: 15px;
    display: inline-block;
    line-height: 0;
}
.sign-in .sign-in-right .sign-in-right-box .form-group .form-group-icon-right {
    position: absolute;
    top: 12px;
    transform: translateY(0%);
    right: 15px;
    display: inline-block;
    line-height: 0;
}

/* @* / Chrome, Safari, Edge, Opera / *@ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* @* / Firefox / *@ */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* @* / Edge - remove pass eye / *@ */
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.sidebar-menu-items li a.nav-items:hover i {
    color:  #ac9365;
}
.sidebar-menu-items li i {
    color:  #ac9365;
    transition: .4s all;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ac9365;
    border-color: #ac9365;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0rem rgba(253, 177, 13, 0.25);
    color: #fff;
    background-color: #ac9365;
    border-color: #ac9365;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: 0 0 0 0rem rgba(253, 177, 13, 0.25);
    color: #fff;
    background-color: #ac9365;
    border-color: #ac9365;
}

.page-link:focus { 
    box-shadow: 0 0 0 0rem rgba(253, 177, 13, 0.25);
}
.sidebar-menu-items li a.nav-items {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 42px;
    /* justify-content: center; */
    font-family: 'gilroy-semibold';
    color: #ac9365;
    transition: .4s all;
    padding: 10px 10px !important;
    border-radius: 8px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
 .sidebar-tooltip {
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
}
 ul li a .sidebar-tooltip> span {
    position: relative;
}

.siderbar { 
    width: 310px; 
}

.sidebar-menu-items li a.nav-items{
    position: relative;
}

.sidebar-tooltip::before {
    content: attr(data-comment);
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
    color: black;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: none;
    cursor: default;
    text-transform: capitalize;
    z-index: 1;
}
.sidebar-tooltip:hover::before {
    display: block;
}
.sidebar-tooltip> span {
    position: relative;
}
.sidebar-tooltip> span::before {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    border: 1px solid #cccccc;
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
    display: none;
}
.sidebar-tooltip:hover >span::before {
    display: block;
}


.sub-dropdown {
    padding: 5px 0;
    display: none;
}
 li .sub-dropdown a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--text-color-1);
}

.has-sub-dropdown a .drop-icon {
    display: inline-block !important;
    border: 4px solid transparent;
    border-left-color: var(--text-color-1);
    border-bottom-color: var(--text-color-1);
    transform: rotate(-45deg);
    margin-inline-end: 10px;
}
.has-dropdown li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.has-dropdown li.has-sub-dropdown{
    flex-wrap: wrap;
}
.has-dropdown li.has-sub-dropdown .sub-dropdown a {
    display: flex;
    gap: 10px;
    position: relative;
}
.has-dropdown li.has-sub-dropdown .sub-dropdown a::before{
    content: "\f111";
    position: relative;
    inset: unset;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 7px;
    margin-top: 4px;
    color: var(--siderBarDropdownItemsDots);
}
.has-dropdown li::after{
    top: 10px;
}

.course-list-dropdown-wrapper .course-item-dropdown-info a {
    display: block;
    padding: 10px 0px 10px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: var(--text-color-3);
}
a, a:hover {
    color: inherit;
    text-decoration: none;
    color: #ac9365;
}
.course-list-dropdown-wrapper .course-item-dropdown-info a:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

table .dropdown-toggle::after{
    display: none;

}
table .dropdown-toggle{
    text-align: center;
}
#Table_View_paginate {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    gap: 10px;
}
#Table_View_paginate .divider {
    width: 100%;
    background: #ccc;
    height: 1px;
}



.dt-search{
    display: none;
 }

 .dataTables_filter{
  display: none;
 }
   
 .course-pagination-wrapper nav .pagination {
    margin: 0;
 }
 .course-pagination-wrapper nav .pagination .page-item {
  width: 40px;
  height: 40px;
}
.course-pagination-wrapper nav .pagination .page-item a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.active>.page-link, .page-link.active{
  background: #AC9365  !important;
  border: 1px solid #AC9365  !important;
  color: #fff !important;
}
.page-link,
.page-link:hover{
    color:#636567 ;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 width: 100% !important;
}


.lms-courses-list-9 table tbody tr td:nth-child(2), .lms-courses-list-9 table thead tr th:nth-child(2){
  white-space:unset;
}
table.dataTable thead>tr>th{
 width:10% !important;
}
.lms-courses-list-9 table tbody tr td:nth-child(1) {
  width: 0%;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0px !important;
}

#add-products-navs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f4f1eb;
    color: #ac9365;
    font-weight: 400;
    font-family: 'gilroy-medium';
}

.form-input .form-switch .form-check-input:checked {
    background-color: #f4f1eb; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f1eb !important;
    color: #ac9365 !important;
}
.file-preview-box span {
    color: #ac9365 !important;
}

.form-check-input:checked {
    background-color: #ac9365;
    border-color: #ac9365;
}

.form-check-input:focus { 
    box-shadow: 0 0 0 .25rem rgb(235 231 223) !important;
}
.attr_text{
padding: 5px !important;
border-radius: 0px !important;
background-color: #fafafa !important;
}
 
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f4f1eb !important;
    border: 1px solid #a29062 !important; 
    color: #a29062;
    font-size: small;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #e2a816 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #a29062 !important;
}

.thead tr th {
    pointer-events: none !important;
}    

th.sorting_asc.sorting_disabled {
    /* pointer-events: none; */
    cursor: auto !important;
}