@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root{
    --primary-color:#4A7BEF;
    --black-color:#000;
    --background-primary: #EAEAEA;
    --background-secondary:#F6F6F6;
    --dp-primary-color:#4A7BEF;
    -Dark-grey: #878787;
}
body{
    font-family: 'Open Sans', sans-serif !important;
}
button, input, optgroup, select, textarea{
    font-family: 'Open Sans', sans-serif !important;
}
table th:first-child{
    border-radius:10px 0 0 10px;
  }

  table th:last-child{
    border-radius:0 10px 10px 0;
  }
table.dataTable>tbody>tr>.selected {
    background-color: rgba(13, 110, 253, 0.9);
    color: white
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before {
    border: 1px solid white
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    margin-top: -19px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before,
table.dataTable.compact tbody th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after,
table.dataTable.compact tr.selected th.select-checkbox:after {
    margin-top: -16px
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: .5em
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #F9FAFF !important;
  }
  .table-striped>tbody>tr:nth-of-type(odd){
    background-color: #FFF !important;
  }
.dataTable tr th , .dataTable tr td{
    border-right: 1px solid var(--background-primary);
}

.dataTable tr th:first-child , .dataTable tr td:first-child{
    border-right: 1px solid transparent;
    padding-right: 0px;
}
.dataTable tr th:last-child , .dataTable tr td:last-child{
    border-right: 1px solid transparent;
}
@media screen and (max-width: 640px) {

    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}
span.listprice {
    text-align: right;
    float: right;
    padding-right: 25%;
}
span.quatelistiem{
    padding-right: 40%;
}

img.preivewimage {
    width: 24%;
}

img.imageview {
    width: 15%;
}

span.help-block-error {
    color: red;
}

.red-notification {
    left: 16px;
    top: 0px;
    padding: 5px;
}
.aside-toggle .svg-icon.svg-icon-1 svg {
    height: 9px !important;
    width: 13px !important;
}
.bg-main{
    background-color: var(--background-primary) ;
}
.bg-secondary{
    background-color: var(--background-secondary) ;
}
.bg-status{
background-color: #EDF1FD;
}
.dark-gray{
    color: var(--DArk-Grey, #878787);
}
.profile-box{
    width: 40px;
    height: 40px;
    background-color: #96BD6E;
    border-radius: 50%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#kt_aside_menu_wrapper {
    /*height: 600px !important;*/
}
/* font-size-custom */
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 15px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-22{
    font-size: 22px !important;
}
.font-24{
    font-size: 24px !important;
}
.font-30{
    font-size: 30px !important;
}
.font-15{
    font-size: 15px !important;
}
/* font-weight custom */
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
/* margin-custom */

.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-30{
    margin-top: 30px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-25{
    margin-bottom: 25px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.my-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-15{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-25{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mx-10{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mx-15{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-20{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-25{
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-30{
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-40{
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.gap-6{
    gap: 6px !important;
}
.gap-8{
    gap: 8px !important;
}
.gap-10{
    gap: 10px !important;
}
.gap-12{
    gap: 12px !important;
}
.gap-15{
    gap: 15px !important;
}
.gap-18{
    gap: 18px !important;
}
.gap-20{
    gap: 20px !important;
}
.gap-22{
    gap: 22px !important;
}
.gap-25{
    gap: 25px !important;
}
.gap-30{
    gap: 30px !important;
}
.gap-40{
    gap: 40px !important;
}
.gap-50{
    gap: 50px !important;
}
.gap-60{
    gap: 60px !important;
}

/* padding-custom */
.pt-10{
    padding-top: 10px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-25{
    padding-top: 25px !important;
}
.pt-30{
    padding-bottom: 30px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-25{
    padding-bottom: 25px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.py-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-25{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.px-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-25{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-30{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.aside-menu{
    height: 100vh !important;
}
.aside .aside-menu .overflow-auto{
    margin-top: 0px !important;
    padding-top: 30px;
    height: 100%;
    background: #ffffff;
}
.aside-menu .menu .menu-item .menu-content, .aside-menu .menu .menu-item .menu-link{
    padding: 16px 18px;
}
.aside-menu .menu .menu-item .menu-link{
    border-right: 2px solid transparent;
}
.aside-menu .menu .menu-item .menu-link.active {
    background-color: rgba(237, 241, 253, 1);
    border-right: 2px solid var(--primary-color);
}
.aside-menu .menu-item .menu-link .menu-icon {
  width: fit-content;
    margin-right: 18px;
}
.aside-menu .menu .menu-item.menu-accordion .menu-link.active {
    background-color: transparent;
    border-right: 2px solid transparent;
}
.aside-menu .menu .menu-item.menu-accordion .menu-link.active .menu-title{
    color: var(--black-color);
}
.aside-menu .menu .menu-sub.menu-sub-accordion .menu-link {
    border-left: 2px solid transparent;
}
.aside-menu .menu .menu-sub.menu-sub-accordion .menu-link.active {
    background-color: rgba(237, 241, 253, 1);
    border-left: 2px solid var(--primary-color);
}
.aside-menu .menu-sub.menu-sub-accordion .menu-link.active .menu-title{
    color: var(--primary-color);
}
.aside-menu .menu-item .menu-link .menu-icon svg path{
    transition: .2s all ease-in-out;
}
.aside-menu .menu-item .menu-link.active .menu-icon svg path,.aside-menu .menu-item .menu-link:hover .menu-icon svg path{
    fill: var(--primary-color);
}
.menu-state-title-primary .menu-item .menu-link .menu-title{
    font-weight: 600;
    color: var(--black-color);
    font-size: 14px;
    line-height: normal;
    transition: .2s all ease-in-out;
}


.menu-state-title-primary .menu-item .menu-link.active .menu-title{
    color: var(--primary-color);

}
.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title{
    color: var(--primary-color);
}
.border-solid{
    border-style: solid !important;
}
.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after{
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.5L0.5 0.5L4.04321 4.5L7.5 0.5Z' fill='black'/%3E%3C/svg%3E%0A");
}
.aside-menu hr{
    background: #EAEAEA;
    opacity: 1;
}
.recently-access-wrap{
    padding:16px 18px;
    /*padding-left: 30px;*/
    /*padding-right: 17px;*/
}
.recently-access-list{
    list-style: none;
    padding-left: 0px;
}
.breadcrumb .breadcrumb-item{
    font-size: 20px;
    font-weight: 400;
}
.breadcrumb .breadcrumb-item a{
    color: #878787;
}
.breadcrumb .breadcrumb-item:after{
    color: #878787;
}
.breadcrumb-item.active{
    color: #000;
    font-weight: 500;
}
/* table-card-css */
.kt_app_toolbar_containerwrap{
    margin: 20px 0px;
}
/* country-page-css */
 .countylistwrap ul {
    list-style-type: none;
    padding-left: 0px;

}
#countrysortable{
    min-height: 550px;
}

.countylistwrap ul li{
    position: relative;
    margin:10px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    margin-top: 0;
    transition: .2s all ease-in-out;

}
#countrysortable li.active,#citysortable li.active ,#districtsortable li.active{
    background-color: #EDF1FD;
}
.countylistwrap li:hover{
    background-color: #EDF1FD;
}

.countylistwrap ul li .moveaction{
    display: flex;
    align-items: center;
    gap: 5px;

}
.countylistwrap ul li input{
    color: #000;
}
.overflow-wrapper{
    max-height: 400px;
    overflow-y: scroll;
}
.ui-icon, .ui-widget-content .ui-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='1' cy='5' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='1' cy='9' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='1' cy='13' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='7' cy='1' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='7' cy='5' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='7' cy='9' r='1' fill='%23C1C1C1'/%3E%3Ccircle cx='7' cy='13' r='1' fill='%23C1C1C1'/%3E%3C/svg%3E%0A") !important;
    background-position: bottom !important;
    cursor: move;
}
/* Scrollbar Styling */
.overflow-wrapper::-webkit-scrollbar-track , .overflow-wrapper:hover::-webkit-scrollbar-track , div::-webkit-scrollbar-track ,  div:hover::-webkit-scrollbar-track
{
    background-color:#F6F6F6;
}
.overflow-wrapper::-webkit-scrollbar  ,.overflow-wrapper:hover::-webkit-scrollbar, div::-webkit-scrollbar  , div:hover::-webkit-scrollbar
{
    width: 8px;
    border-radius: 10px;
    background-color: #F6F6F6;

}


.overflow-wrapper::-webkit-scrollbar-thumb , .overflow-wrapper:hover::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb ,  div:hover::-webkit-scrollbar-thumb
{
    width: 8px;
    border-radius: 10px;
    background-color: var(--primary-color) !important;
}
 textarea::-webkit-scrollbar-track ,  textarea:hover::-webkit-scrollbar-track
{
    background-color:#F6F6F6;
}
 textarea::-webkit-scrollbar  , textarea:hover::-webkit-scrollbar
{
    width: 8px;
    border-radius: 10px;
    background-color: #F6F6F6;

}


 textarea::-webkit-scrollbar-thumb ,  textarea:hover::-webkit-scrollbar-thumb
{
    width: 8px;
    border-radius: 10px;
    background-color: var(--primary-color);
}

.form-control{
    border: 1px solid #C1C1C1;
}
.moveaction a {
    font-size: 18px;
}
.searchkeyword{
    font-weight: 400;
}
.btn.btn-primary {
    border:1px solid var(--primary-color) !important;
}
thead.dataTableThead {
    border-radius: 10px;
    background: #F6F6F6;
}

/* J-CSS */
.vr {
    height: 38px;
    align-self: center;
    background-color: #EAEAEA;
    opacity: 1;
 }

 .btn-radius {
    border-radius: 20px;
    padding: 4px 16px !important;
 }

 table.dataTable>thead .sorting_asc:after,
 table.dataTable>thead .sorting_desc:after {
    opacity: 0;
    display: none;
 }

 /* .select-icon th, .select-icon td{
 padding: 20px 32px;
} */
.select-icon .icon-select {
    position: relative;
    line-height: 23px;
    color: #000;
 }

 .text-dark {
    color: #000000 !important;
 }
 .select-icon .icon-select:after {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
}



 .select-icon .icon-select:after {
    position: absolute;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    content: " ";
    right: 0;
    bottom: 12px;
    left: auto;
 }

 .select-icon .icon-select::before {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

 .select-icon .icon-select::before {
    position: absolute;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    content: " ";
    top: 12px;
    right: 0;
 }

 .inactive {
    background: #EC6161 !important;
 }

 .form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 4px;
 }

 .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: -.125rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .form-check.form-check-custom.form-check-sm .form-check-input {
    height: 16px;
    width: 16px;
 }

 .mb-58 {
    margin-bottom: 58px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
 }

 .btn-outline-primary:hover {
    color: #fff;
    background-color: #4A7BEF;
    border: 1px solid #4A7BEF;
 }

 .btn-outline-primary:hover svg path {
    stroke: #ffffff;
 }

 .tab-number {
    padding: 4px 6px;
    margin-left: 13px !important;
 }

 .span-round {
    padding: 2px 8px;
    border-radius: 60px;
 }

 .btn-custome{
    position: relative;
 }

 .dropdown-custome {
    position: absolute;
    left: 0%;
    top: 100%;
    max-width: 400px;
    min-width: 200px;
    z-index: 111;
    display: none;
    border-radius: 6px;
    /*visibility: hidden;*/
    background: #fff;
    transition: 0.1s;
 }

 .btn-custome:hover .dropdown-custome {
    /*visibility: visible;*/
     display: block;
    /*margin-top: 10px;*/
    top: 100%;
    padding-top: 6px;
 }
    .tablewrap .lastindex .btn-custome:hover .dropdown-custome {
        top: auto;
        bottom: 100%;
    }

    .dropdown-custome ul{
        margin-bottom: 0px;
    }
    .tablewrap .lastindex .btn-custome:hover svg{
        transform: rotate(180deg);
    }

    .dropdown-custome ul {
        padding:6px 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .dropdown-custome ul li {
        list-style: none;
        position: relative;

    }
 .dropdown-custome ul li a{
    padding: 12px 20px;
    display: block;
    color: #000000;
    font-size: 14px;
 }
 .add-filter-wrap .dropdown-custome2 ul li:last-child{
    padding: 12px 20px;
 }
 .dropdown-custome ul li a:hover {
    background: #EDF1FD;
    color: var(--primary-color);
 }
 .dropdown-custome ul li a:hover i{
    transition: .3s color ease-in-out;
 }
 .dropdown-custome ul li a:hover i{
    color: var(--primary-color);
 }

 .dropdown-custome .dropdown-custome2 {
    position: absolute;
    border-radius: 6px !important;
    /*visibility: hidden;*/
    display: none;
    left: 100%;
    top: 40px;
    z-index: 99999;
    width: 248px;
    transition: 0.5s;
    margin-left: 1px;
 }

 .dropdown-custome ul li:hover .dropdown-custome2 {
    /*visibility: visible;*/
    display: block;
    top: 0px;
 }

 .dropdown-custome ul li:hover .dropdown-custome2.dropdown-custome3 {
    /* visibility: visible; */
    display: block;
    top: -176px;
    z-index: 1111;
}

.dropdown-custome2.dropdown-custome3 ul.add-filter{
    height: 200px;
}

 .dropdown-box .btn-custome:hover .dropdown-custome {
    margin-top: 0px;
}
.dropdown-box .dropdown-custome {
    left: auto;
    right: 0%;
}
 thead th:first-child {
    border-radius: 10px 0px 0px 10px !important;
 }

 thead th:last-child {
    border-radius: 0 10px 10px 0 !important;
 }

 .pd-table th,
 .pd-table td {
    padding: 9.5px 11.5px !important;
    vertical-align: top;
 }

 .span-bg-color {
    background: #F6F6F6 !important;
 }

/* modals-css */
  /* Popup */

.modal-header {
    padding: 40px 38px 20px 38px;
    color: #272727;
    border-bottom: none;
}

 .modal-header h2 {
    color: #272727;
}

#add-new-company .company-details {
    background: #f6f6f6;
    padding: 12px 15px;
}

.modal-body {
    padding-left: 38px;
    padding-right: 38px;
}

#add-new-company .modal-content {
    max-width: 838px;
    max-height: 800px;
    margin: auto;
}

#add-new-company .required:after {
    display: none;
}


#add-new-company .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
    padding-right: 0;
}
#add-new-company .form-control,
#add-new-company .form-control {
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
    margin-bottom: 20px;
}

#add-new-company .form-label {
    color: #878787;
}

#add-new-company .form-control::placeholder {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


#add-new-company .modal-description {
    overflow-y: auto;
    max-width: 762px;
    height: 204px;
    padding: 13px 20px;
    border-radius: 6px;
    border: 1px solid #C1C1C1;
    margin-bottom: 20px;
    outline: none;
}

.buttons-footer .btn-custome-primary {
    background: #4A7BEF;
    color: #fff;
    border: 1px solid #4A7BEF !important;
    transition: 0.3s;
}

.buttons-footer .btn-custome-primary:hover {
    background: none;
    color: #4A7BEF;
    border: 1px solid #4A7BEF !important;
}

.buttons-footer .btn-custome-danger {
    border: 1px solid #EF1313;
    color: #EF1313;
    transition: 0.3S;
}

.buttons-footer .btn-custome-danger:hover {
    border: 1px solid #EF1313 !important;
    background: #EF1313;
    color: #fff;
}

.modal-footer {
    padding: 16px 38px;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #F6F6F6;
}
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    max-width: 1010px;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.fade.show{
    display: block!important;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

/*
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 4rem;
    display: block;
} */
#View-Company .modal-header {
    padding: 24px 32px;
    border-radius: 0 !important;
}

.company-card-wrap .tool-holding , .company-card-wrap .actiontap-bar , .company-card-wrap .modal-body-inner{
    padding: 0px 32px;
}
.company-card-wrap .card-toolbar{
    margin-bottom: 74px;
}
.card-toolbar{
    width: 100%;
    flex-wrap: nowrap !important;
    flex: 1;
}

.svg-icon-setup{
    left: 28px;
}
.tool-holding a svg path {
    transition: .3s all ease-in-out;
}
.tool-holding a:hover svg path {
    fill: #BABABA;
}
#View-Company {
    color: #272727 !important;
}
.modal-body-inner .card-header{
    min-height: 0 !important;
    padding: 17px 20px !important;
}
.modal-body-inner .card-header h3{
    margin-bottom: 0;
}
.modal-body-inner .card-body{
    padding: 20px !important;
}
.modal-body-inner .card{
    border-radius: 10px !important;
    border: 1px solid  #EAEAEA !important;
}
.modal-body-inner .card-body-left{
    color: #878787;
    font-size: 15px;
    font-weight: 400px;
    margin-bottom: 18px;
    line-height: 16px;
}
.modal-body-inner .card-body-right:last-child{
    margin-bottom: 10px;
}
.modal-body-inner .card-body-right{
    color: #000;
    font-size: 15px;
    font-weight: 400px;
    margin-bottom: 18px;
    line-height: 16px;
}
.form-select{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1H2L5.54321 5L9 1Z' fill='%234A7BEF' stroke='%234A7BEF'/%3E%3C/svg%3E%0A");
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected{
    background-color: var(--primary-color);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted{
    color: #fff;
    background-color: var(--primary-color);
}
.type-view-btn{
    padding: 4px 8px !important;
    border: 1px solid #E8E8E8;
}
.type-view-btn:hover , .type-view-btn.active{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);

}
.grid-view-btn:hover svg path , .grid-view-btn.active svg path{
    stroke: #fff;

}
.list-view-btn:hover svg path , .list-view-btn.active svg path{
    fill: #fff;

}
.add-new-btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.add-new-btn button:hover svg rect{
    fill: var(--primary-color);
}
.form-select.form-select-solid {
    padding: 5px 18px 5px 9px;
    background-size: 20%;
    background-position: 85%;
    background-color: var(--background-primary);
    border: 1px solid var(--Borders, #E8E8E8);
    border-radius: 4px;
    color: var(--black-color);
}
div.dataTables_length+div.dataTables_info , .before-text{
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
#infotop{
    gap: 12px;
}
li.paginate_button.page-item.active:hover a{
    color:#fff;
}
.pagination {
    gap: 10px;
}
.box-heading{
    padding: 6px 15px;
    background-color: var(--background-secondary);
    border-bottom: 1px solid #EC6161;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.grid-inner-box:nth-child(3) .box-heading , .grid-inner-box:nth-child(4) .box-heading , .grid-inner-box:nth-child(5) .box-heading {
    border-bottom: 1px solid #F3AA3C;
}
.grid-box-wrapper {
    display: grid;
    max-height: 683px;
    grid-auto-flow: column;
    grid-auto-columns: calc(305px);
}
.grid-inner-box {
    padding: 0px 5px;
    border-right: 1px solid var(--background-primary);
    height: 100%;
}
.grid-inner-bo:first-child{
    padding-left: 0px;
}
.dropdown-box {
    position: absolute;
    right: 12px;
    top: 8px;
}
.box-body {
    margin: 10px 4px;
}
.box-body .card{
    transition: .2s all ease;
    border: 1px solid transparent;
    height: 96px;
}
.box-body .card-body{
    padding: 20px;
}
.box-body .card:hover , .box-body .card.active{
    background-color: #EDF1FD;
    border: 1px solid var(--primary-color);
}
.edit-status-wrap{
    cursor: pointer;
}
.text-light{
    color: #878787 !important;
}
.dropdown-custome ul li p{
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 0px;
}

.content2 {
    overflow-x: hidden;
}
.job-body-wrapper {
    overflow-y: scroll;
    max-height: 583px;
    /*overflow-x: hidden;*/
    overflow-x: scroll;
}
.navigation-arrow {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 2.5rem 5.25rem;
    padding-left: 0px !important;
}
.navigation-arrow .type-view-btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C1C1C1;
    border-color: #C1C1C1;
    cursor: pointer;
}
.navigation-arrow .type-view-btn.active{
    background-color: var(--primary-color);
    border-color: var(--primary-color);

}
.navigation-arrow .type-view-btn.active:hover{
    background-color: transparent;
    color: var(--primary-color);
}
.navigation-arrow .type-view-btn.active:hover svg path{
    fill: var(--primary-color);
}
.nav-line-tabs .nav-link:hover{
    color: var(--primary-color) !important;
}
.nav-line-tabs .nav-link:hover svg path {
    fill: var(--primary-color);
}
.dataTable tr td a svg path , .recently-access-list li a svg path{
    transition: .3s all ease;
}
.dataTable tr td a:hover svg path , .recently-access-list li a:hover svg g path , .add-filter-wrapper a svg:hover path{
    fill: #BABABA;
}
.moveaction a svg path, .moveaction a svg rect , .add-filter-wrapper a svg path{
    transition: .3s all ease;
}
.moveaction a:hover svg path, .moveaction a:hover svg rect{
    fill: #BABABA;
    stroke: #BABABA;
}
.w-fit-content {
    width: fit-content ;
}

@media (min-width: 992px){
.header , .aside .aside-logo{
    height: 75px;
}
.aside-logo{
    padding: 0 18px;
}
.header{
    filter: drop-shadow(10px 0px 6px rgba(0, 0, 0, 0.1));
}
.aside{
    width: 245px
}
.aside .aside-menu {
    width: 245px;
}
[data-kt-aside-minimize=on] .aside{
    overflow-x: hidden;
    min-width: 75px;
}
[data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating){
   min-width: 245px;
   width: 245px;

}

}
@media (max-width: 992px){
    #countrysortable {
        min-height: auto;
    }
    .card-toolbar ul{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .nav-line-tabs.nav-line-tabs-2x .nav-item{
        margin-bottom: 0;
    }
    .modal-dialog-slideout {
        max-width: 90%;
    }
}
@media (max-width: 767px){
    .searchkeyword {
        width: 100% !important;
    }
    .fitlerboxwrap  .dropdown-custome{
        width: 100%;
    }
    .dropdown-custome .dropdown-custome2 {
        position: relative;
        left: 0;
        top: 40px;
        width: 100%;
        margin-left: 0;
        display: none;
    }
     .dropdown-custome ul li:hover .dropdown-custome2{
        display: block;
    }
    .modal-header {
        padding: 20px 20px 10px 20px;
    }
    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    #add-new-company .form-control {
        margin-bottom: 10px;
    }
    #add-new-company .form-inputs:first-child {
        margin-right: 0px;
    }
    .company-card-wrap .tool-holding, .company-card-wrap .actiontap-bar, .company-card-wrap .modal-body-inner {
        padding: 0px 20px;
    }
    #View-Company .modal-header {
        padding: 15px 20px;
    }

.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-25{
    margin-top: 15px !important;
}
.mt-30{
    margin-top: 20px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-25{
    margin-bottom: 15px !important;
}
.mb-30{
    margin-bottom: 20px !important;
}
.my-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-15{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-25{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-30{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mx-10{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-15{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-20{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-25{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-30{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.gap-6{
    gap: 6px !important;
}
.gap-8{
    gap: 8px !important;
}
.gap-10{
    gap: 10px !important;
}
.gap-12{
    gap: 12px !important;
}
.gap-15{
    gap: 15px !important;
}
.gap-18{
    gap: 18px !important;
}
.gap-20{
    gap: 20px !important;
}
.gap-22{
    gap: 22px !important;
}
.gap-25{
    gap: 15px !important;
}
.gap-30{
    gap: 20px !important;
}
.gap-40{
    gap: 40px !important;
}
.gap-50{
    gap: 50px !important;
}
.gap-60{
    gap: 60px !important;
}

/* padding-custom */
.pt-10{
    padding-top: 10px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-25{
    padding-top: 15px !important;
}
.pt-30{
    padding-bottom: 20px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-25{
    padding-bottom: 15px !important;
}
.pb-30{
    padding-bottom: 20px !important;
}
.py-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-25{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-30{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.px-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-25{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-30{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.aside .aside-menu .overflow-auto{
    overflow-y: auto !important;
    /*height: 500px;*/
}
}

.custom-show{
    display: block !important;
    z-index: 105;
    position: fixed;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-30px, 75px);
}
.menu-item .title-dropdown .menu-link {
    padding-left: calc(0.75rem + 45px) !important;
}
.menu-dropdown-hide{
    display: none !important;
}
.menu-hide {
    width: 54px;
    min-width: 54px;
    overflow-x: hidden;
    transition: width .3s ease;
}
.menu-hide .img-logo{
    display: none;
}

.vs__dropdown-toggle{
    padding: 9.5px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

.vs1__listbox li{
    font-size: 14px !important;
    font-weight: 400 !important;
}

.pagination-next-nav{
    background-color: #fff;
    color:#5e6278;
    border-radius: .475rem;
}

.pagination-prev-nav{
    background-color: #fff;
    color:#5e6278;
    border-radius: .475rem;
}

.innerpage-list{
    display: flex;
    gap:12px;
    margin:.5rem;
    margin-left:0;
    align-items: center;
    font-weight: 500;
    font-size:1.275rem;
    color:#181c32;
    justify-content: start;
    flex: 1;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.innerpage-list-add-btn{
    flex: 1;
    justify-content: end;
}

.dropdown-single{
    width: 248px;
}

.dropdown-single ul li:last-child{
    padding: 12px 20px;
}

.first_col{
    border-right:1px solid var(--background-primary) !important;
    padding:11.5px 11.5px !important;
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) > *{
    box-shadow: none !important;
}

.pr-15{
    padding-right: 15px !important;
}

.v-popper__popper{
    width: auto !important;
    max-width: 450px !important;
    padding: 8.8px 11.5px !important;
    box-shadow: 0px 2px 4px 0px #00000026 !important;
    background: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #EAEAEA !important;
}

.v-popper__inner{
    background: #ffff !important;
    color: #000000 !important;
    font-weight: 400;
    font-size: 14px;
}

.v-popper__arrow-container{
    display: none !important;
    /*border-radius: 10px !important;*/
    /*border-color: #fff !important;*/
}

.btn-primary:hover .svg-icon path {
    fill: #4A7BEF !important;
}

   .notification .dropdown-notification {
      cursor: auto;
      bottom: auto;
      top: 100%;
      visibility: visible;
      margin-top: 12px;
      left: auto;
      right: -30px;
      display: block;
      padding: 12px 20px;
      box-shadow: 0px 2px 4px 0px #00000026;
      width: 289px;
      border: 1px solid #EAEAEA;
      height: 313px;
      overflow-y: scroll;
   }

   .dropdown-notification.show-notification {
      display: block;
   }

   .notification .dropdown-notification ul a {
      display: inline-block;
      padding: 0;
      color: #4A7BEF;
   }

   .notification .dropdown-notification ul li {
      border-bottom: 1px solid #EAEAEA;
   }

   .notification .dropdown-notification ul li:last-child {
      border-bottom: none;
   }

   .notification .dropdown-notification ul span {
      font-size: 10px;
   }

   .notification .dropdown-notification ul a:hover {
      background: none;
   }

   .notification .dropdown-notification ul {
      padding: 0;
      background: none;
      border-radius: 0;
      box-shadow: none;
   }

   .notification .dropdown-notification .red-dot .red-notification {
      padding: 0px;
      height: 5px;
      width: 5px;
   }

   .btn-secondary{
        background: #F3AA3C !important;
        color: : #FFF !important;
        border:1px solid #F3AA3C !important;
   }

   .text-align-right{
        text-align: right;
   }

   .table-responsive{
    /*overflow-y: clip !important;*/
   }

   .modal-fullscreen{
    width: auto !important;
   }

   .text-uppercase{
    text-transform: uppercase;
   }

   .input_color{
    width: 45%;
   }

   .swal2-confirm{
        background-color: #4A7BEF !important;
   }

   .vs__open-indicator{
    background-image: "data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1H2L5.54321 5L9 1Z' fill='%234A7BEF' stroke='%234A7BEF'/%3E%3C/svg%3E%0A" !important;
   }

   .disabled{
    opacity: 0.6 !important;
    color: #C1C1C1 !important;
    cursor: unset !important;
   }

    .vs--multiple .vs__selected{
        background-color:#EDF1FD !important;
        border-radius:100px !important;
        border:none !important;
        color:#4A7BEF !important;
        padding:4px 15px !important;
        gap:10px !important;
        font-weight:600 !important;
        font-size:14px !important;
   }

   .vs--multiple .vs__deselect path{
        fill:#4A7BEF !important;
   }

   .vs__actions svg path{
        d: 'M9 1H2L5.54321 5L9 1Z' !important;
        fill: #4A7BEF !important;
        stroke:#4A7BEF !important;
   }

   .round-image {
      width: 194px;
      height: 194px;
      border-radius: 50%;
      object-fit: cover;
    }

    #add-new-merge .modal-content{
        height: auto !important;
    }

    .autoheight{
        height: auto !important;
    }

    .flex-item-1{
        flex: 1;
    }

    .iframe{
        width: 100%;
        height:600px;
    }

    .overmodal{
        z-index: 99999!important;
    }

    .allmodal{
        backdrop-filter: blur(1.75px);
        background-color:rgba(0, 0, 0, 0.5);
    }
    .margin-auto{
        margin-left: auto;
    }

    .table-responsive{
        scrollbar-width: thin;
        scrollbar-color: #4A7BEF transparent;
    }

    .nav-line-tabs{
        /*overflow-x: scroll;*/
        /*overflow-y: hidden;*/
        scrollbar-width: thin;
        scrollbar-color: #4A7BEF transparent;
    }

    .dropzone {
        background: white !important;
        border-radius: 5px !important;
        border: 2px dashed #C1C1C1 !important;
        border-image: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 250px !important;
    }

    .dz-message{
        flex-direction: column;
        gap:19px;
    }

    .drop_section_2 span{
        font-weight: 600;
        font-size: 20px;
        line-height: 27.24px;
        color: #000;
    }

    .drop_section_3 span{
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color:#878787;
    }

    .colorchange{
        color:#4A7BEF !important;
    }

    .vs__dropdown-toggle{
        margin-bottom: 0px !important;
    }

    .candidate_box {
        border-radius: 10px;
        border: 1px solid #C1C1C1;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .candidate_text {
        font-weight: 600;
        font-size: 14px;
        color: #000000;
        text-align: center;
    }

    #add-new-fullcontact{
        z-index: 99999!important;
    }

@media (max-width: 767px) {
    .dropdown-custome ul li:hover .dropdown-custome2.dropdown-custome3{
        top: 0px;
        /* left: 200px; */
    }
    .dropdown-custome ul.scroller {
        padding: 6px 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        overflow: scroll;
        height: 271px;
    }
}

.company-card-wrap .actiontap-bar{
    overflow-x: scroll;
    scrollbar-width:none;
}

.actiontap-bar2{
    overflow-x: scroll;
}

.cardtab{
    padding:0.1px 2.25rem !important;
}

.maincom, .dashcom{
    font-size: 17.5px !important;
    font-weight: 400 !important;
}

.subcom, .dashcomsub{
    font-size: 12.5px !important;
    font-weight: 400 !important;
}

.border2{
    border-bottom: 1px solid #4A7BEF !important;
}

.draggablecandidate{
    min-height: 50vh;
}

.dropdown-custome .dropdown-custome2 ul {
      box-shadow: none;
   }

   .dropdown-custome .dropdown-custome2 {
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
      padding-bottom: 1px;
   }

   .add-filter-wrap .dropdown-custome2 ul li:last-child {
      padding: 0px;
   }

   .filter-btn-wrap {
      margin: 12px 20px;
   }

   .dropdown-custome2 ul.add-filter {
      height: 300px;
      overflow-y: scroll;
      border-radius: 10px 10px 0px 0px;
   }

   /* padding: 12px 20px; */
   @media (max-width: 767px) {
      .dropdown-custome2 ul.add-filter{
         height: 150px;
      }
   }

   .deffrent-hight .dropdown-custome2.dropdown-custome3 .add-filter{
      height: auto !important;
   }

.dz-preview {
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}

.dz-preview .dz-filename {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

.dz-preview .dz-size {
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}

.dz-preview .dz-progress {
  background: #D9D9D9;
  border-radius: 3px;
  overflow: hidden;
  height: 6px;
  margin-top: 9px;
  margin-bottom: 5px;
}

.dz-preview .dz-upload {
  background: #66ccff;
  height: 100%;
  width: 50%; /* Adjust width dynamically with JavaScript */
}

.dz-preview .dz-error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.dz-preview .dz-remove2 {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #878787;
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
}

.dz-preview .dz-pr {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #878787;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.dz-remove{
    display: none;
}

.iconpass{
    position: relative;
    float: right;
    bottom: 35%;
    right: 10px;
    display: flex;
    align-items: center;
}

.iconeye i {
    font-size: 15px;
    color: black;
    padding-right: 4px;
}

.switch {
  position: relative;
  width: 42px;
  height: 24px;
}

.switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DEE2E6;
  border-radius: 14px;
  transition: background-color 0.3s;
}

.switch-label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.switch-input:checked + .switch-label {
  background-color: #4A7BEF;
}

.switch-input:checked + .switch-label:before {
  transform: translate(18px, -50%);
}

.flex-grow-half{
    flex-grow:0.5;
}

.w-0{
    width: 0%;
}
@media (min-width: 768px) {
    .width-custom{
        width:13.67% !important;
    }
}

.btn-brown{
    background-color: #be6100 !important;
}

/*// Dasbhard css*/
.dash-container {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.stat {
    text-align: center;
}

.stat h2 {
    margin: 0;
    color: #4A7BEF;
}

.stat p {
    margin: 5px 0 0;
    color: #000000;
}

.tabs {
    display: flex;
    justify-content: center;
    background-color: #EDF1FD;
    border-radius: 25px;
    /*padding: 5px;*/
}

.tab-button {
    padding: 6px 51px;
    border: none;
    margin: 0;
    cursor: pointer;
    border-radius: 25px;
    background-color: transparent;
    color: #000;
}

.tab-button.active {
    background-color: #4A7BEF;
    color: white;
}

.chart-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.profile-pic{
    height: 70px;
    width:70px;
    border-radius: 50%;
    object-fit: cover;
}

.ml-auto{
    margin-left: auto;
}

.divider::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    margin: 0 0 18px 0px;
}

.divider-popover::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    margin: 8px 0px 0px 0px;
}

.box-max{
    max-height: 240px !important;
}

.vc-title{
    font-weight: 700!important;
    font-size: 20px !important;
}

.vc-title, .vc-arrow {
    background: #0000!important;
}

.vc-header{
    margin-bottom: 20px !important;
}

.vc-weeks .vc-day {
  border: 0.76px solid #EAEAEA;
  padding: 5px;
  box-sizing: border-box;
}

.vc-weeks .vc-day.vc-highlight {
  border-color: transparent;
}

.vc-weeks .vc-day-content.vc-highlight {
  background-color: #007bff !important;
  color: white !important;
}

.vc-weeks .vc-day-content.vc-dot::before {
  background-color: white !important;
}

.vc-weeks .vc-day-content.vc-highlight .vc-day-number {
  color: white !important;
}

.vc-day.is-today{
    background:#4A7BEF!important;
}
.vc-day.is-today .vc-dot{
    background:#FFF!important;
}

.is-today .vc-day-content{
    color: #fff !important;
}

.vc-dots{
    padding-bottom: 3.7px !important;
}

.vc-popover-content.vc-light{
    background: #fff !important;
}

@media (max-width: 768px) {
  .stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stat {
     flex: 1 1 calc(50% - 20px);
    max-width: 45%;
    margin: 10px;
  }

  .tabs {
    flex-direction: column;
    align-items: center;
  }

  .tab-button {
    width: 80%;
    text-align: center;
  }
}

.page-item:not(.active){
    border-radius:3px !important;
    border:1px solid #EAEAEA !important;
}

.pagination-page-nav.active:hover a{
    color: #fff !important;
}

.autocomplete-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 108%;
  width: 525px;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  max-height: 200px; /* Prevent overflow */
  overflow-y: auto;
}

.autocomplete-results li {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-results li:hover {
  background-color: #f0f0f0;
}

.loading {
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  text-align: center;
  z-index: 1000;
}

.notmove{
    cursor: default;
}
.icon-select{
    cursor: pointer;
}

.pr-20{
    padding-right: 20px;
}

.resize-handle-corner {
  position: absolute;
  /*top: 3px;*/
  left: -15px;
  width: 30px;
  height: 30px;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /
}

.resize-handle-corner i {
  font-size: 16px;
  color: black;
}

.resize-handle-corner:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.dp__input_icon_pad{
    width: 250px !important;
    height: 42.55px !important;
    border-color:#AAAAAA !important;
    /*color:#878787 !important;*/
    border-radius:.475rem !important;
    font-size:1.1rem !important;
}

.dp__action_cancel{
    display: none !important;
}

.dp__action_button{
    background:#4A7BEF!important;
    padding:calc(.75rem + 1px) calc(1.5rem + 1px) !important;
    font-weight:500 !important;
    text-align:center !important;
    vertical-align:middle !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.customheight{
    height: auto !important;
}
.customheight .checkbox-wrap label{
    text-wrap:balance;
}

.single-date .dp__input_icon_pad{
    width: 100% !important;
}

.table-responsive {
    max-height: 700px !important;
}

/* For extra-large desktop screens */
@media (min-width: 1600px) {
    .table-responsive {
        max-height: 900px !important;
    }
}

@media (max-width: 768px) {
    .table-responsive {
        max-height: none !important;
    }
}
.top-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  height: 20px;
  scrollbar-width:thin !important;
  scrollbar-color:#4A7BEF transparent !important;
}

.no-link{
    color:#000000 !important;
}

.arrow-expand{
    font-size: 1.5rem !important;
    font-weight: bolder !important;
    color: #4A7BEF !important;
    cursor: pointer !important;
}
.comment-cell {
  white-space: normal;
  word-break: break-word;
}

.expanded-row td {
  vertical-align: top;
}

.expanded-comment {
  white-space: normal;
  word-break: break-word;
  vertical-align: top;
  text-align:justify;
  min-width:375px;
}

.expanded-comment2 {
  white-space: normal;
  vertical-align: top;
  max-width: 500px;
}

.dataTableThead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.dataTableTheadremark{
    top: -20px !important;
}

.disabled-icon{
    color: #a1a5b7 !important;
}

.no-wrap{
    white-space:nowrap;
}

.text-danger{
    color: red !important;
}
.text-danger a{
    color: red !important;
}

.height-auto{
    height: auto !important;
}

.simple-word-wrap {
    word-wrap: break-word; /* Allows breaking long words to wrap into the next line */
    overflow-wrap: break-word; /* Ensures compatibility with modern browsers */
    white-space: normal; /* Allows text to wrap naturally to the next line */
}

.pt-8p{
    padding-top: 8px !important;
}

.select-icon .icon-select2:after{
    bottom: 31px !important;
}

.select-icon .icon-select2:before{
    top: 15px !important;
}

.font-size-15{
	font-size: 15px !important;
}

.search-icon:hover{
    color: #4A7BEF;
    background-color: #fff !important;
}
.search-icon{
    color: #fff;
    background-color: #4A7BEF !important;
    border-color: #4A7BEF !important;
}

button.search-icon svg {
  color: #fff;
}

button.search-icon:hover svg {
  color: #4A7BEF;
}

.searchkeyword{
    padding-right:55px;
    width: 400px !important;
}

@media (max-width: 767px) {
    .searchkeyword {
        width: 100% !important;
    }
}

.table-responsive .font-14{
    font-size: 15px !important;
}

.margin-left-75{
    margin-left: 0.75rem !important;
}

.subcheckbox{
    margin-top: 1px !important;
}

.logo{
    width: 60px;
}

.comment-cell{
    text-align: justify;
}

.simple-word-wrap{
    text-align: justify !important;
}

.mr-18{
    margin-right: 18px;
    width:fit-content;
    display: flex;
    align-items: center;
}

.menu-title2{
    font-weight: 600;
    color: var(--black-color);
    font-size: 15px;
    line-height: normal;
    transition: .2s all ease-in-out;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.menu-link2{
    cursor: pointer;
    display: flex;
    align-items: center;
    outline: 0 !important;
}

.menu-icon2{
    width: fit-content;
    margin-right: 12px;
    justify-content: flex-start;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.sidebar-hamburger{
    width: 30px;
}

#kt_aside_toggle .svg-icon{
    /* border:3px solid black; */
    padding:1.5px;
    margin-right: 9px;
}

#kt_aside_logo{
    padding: 0px !important;
    justify-content:right !important;
}

.logo2{
    width: 48px;
}

.svg-icon-11{
    margin-left: 7px !important;
}

.drop-zone-fix {
    text-align: center !important;
    margin: 2em 0 !important;
}

.form-label-light{
    color: #878787 !important;
    line-height: 16.34px !important;
}

.border-important{
    border: 1px solid #C1C1C1 !important;
}

.td-word-wrap{
    min-width: 400px;
    overflow-wrap: break-word;
    white-space: break-spaces;
}

.font-10{
    font-size: 10px;
}

.line-height-1{
    line-height: 1;
}

.opacity-7{
    opacity: 0.7;
}

.max-200-wrap {
    display: inline-block;
    width: max-content;
    max-width: 200px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.drag-handle {
    cursor: grab;
    user-select: none;
}

.sortable-ghost {
    opacity: 0.5;
}

.sortable-drag {
    background: #f5f8ff;
}

.custom-secondary-hover:hover {
    background-color: #ed9f2a !important;
    color: #fff !important;
  }

.custom-primary-hover:hover {
    background-color: #2c62e2 !important;
    color: #fff !important;
}
