/* @font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    font-style: normal;
    src: url('../fonts/Roboto-Thin.woff') format('woff'),
         url('../fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Black';
    font-style: normal;
    src: url('../fonts/Avenir-Black.woff') format('woff'),
         url('../fonts/Avenir-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Heavy';
    font-style: normal;
    src: url('../fonts/Avenir-Heavy.woff') format('woff'),
         url('../fonts/Avenir-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: 'AvenirNext-Medium';
    font-style: normal;
    src: url('../fonts/AvenirNext-Medium.woff') format('woff'),
         url('../fonts/AvenirNext-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Roman';
    font-style: normal;
    src: url('../fonts/Avenir-Roman.woff') format('woff'),
         url('../fonts/Avenir-Roman.ttf') format('truetype');
} */
*{
    font-family: 'Roboto', sans-serif !important;
}
.h4-custom {
    font-size: 22px !important;
    color: #20358E !important;
    font-weight: 700;
}
.py-5-custom {
    padding-top: 1.5rem !important;
}
.img-lg-custom {
    max-height: 100px;
    /* max-width: 100px; */
    width: auto;
    height: auto;
}
.img-lg-custom-text {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    font-size: 40px;
}
.info-wrapper {
    width: 80%;
    margin: auto;
}
.link-title {
    color: #6F727D !important;
    font-size: 14px !important;
}

.grid-chart {
    border-radius: 20px !important;
}

@media(max-width:576px){
    .grid-chart {
        border-radius: unset !important;
    }
    .content-viewport {
        margin-top: 5px;
        border-radius: unset !important;

    }   
}

/*Scrollbar begin*/
.sidebar::-webkit-scrollbar {
    width: 5px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    border-radius: 10px;
}


/*Scrollbar end*/

.navbar-dropdown .dropdown-body {
    height: 195px !important;
    overflow-x: hidden !important;
    padding-top: 0px !important;
}
.navbar-dropdown .dropdown-header {
    border-bottom: 2px solid #E0E0E0 !important;
    padding: 15px 20px 10px 15px !important;
}
.dropdown-list .content-wrapper {
    width: 100% !important;
}
.notification-listing {
    border-bottom: 1px solid #E0E0E0;
    padding: 7px;
}
.notification-name {
    color: #868e96;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}
.notification-amount {
    color: #868e96;
    font-size: 12px;
}
.notification-status-paid {
    color: #2273dc;
    font-size: 12px;
}
.notification-status-late {
    color: #d0021b;
    font-size: 12px;
}

/*Notification Scrollbar begin*/
.dropdown-body::-webkit-scrollbar {
    width: 5px;
}
.dropdown-body::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    border-radius: 10px;
}
/*Notification Scrollbar end*/
#load-block{
    width: 100%;
    height: 100%;
}
.load-main-block {
    width: 100%;
    height: 100%;
    margin: auto 0;
}
.loader-img {
    margin-top: 200px;
    width: 100px;
    height: 100px;
}
.img-ss {
    width: 20px !important;
    height: 20px !important;
}
.btn:not(.social-icon-btn).social-btn-outlined {
    border: 1px solid #f2f2f2;
    color: #4a4a4a;
    width: 120px;
    background-color: #fff;
    text-transform: capitalize;
    /* -moz-box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5);
    -webkit-box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5);
    box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5); */
}
.btn:not(.social-icon-btn).add-item {
    border: 1px solid #f2f2f2;
    color: #4a4a4a;
    width: 145px;
    background-color: #fff;
    -moz-box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5);
    -webkit-box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5);
    box-shadow: 0px 8px 7px 2px rgb(227, 227, 227, 0.5);
}
.btn.social-btn-outlined i.small {
    margin-right: 20px !important;
    margin-left: -30px !important;
    color: #4a4a4a;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    padding: 4px 6px 4px 6px;
}
.btn.social-btn-outlined i.medium {
    margin-right: 8px !important;
    margin-left: 0px !important;
    color: #4a4a4a;
    border: none;
    border-radius: 0;
    padding: 0;
}
.add-item {
    width: 140px;
    height: 40px;
    background: rgb(237, 237, 237);
    border: none;
    border-radius: 8px;
    color: rgb(132, 132, 132);
    font-size: 16px;
    font-weight: 400;
}
.split-header {
    width: 100% !important;
}
.split-sub-header {
    width: 100% !important;
}
.rectangle {
    height: 10px;
    width: 25px;
    border-radius: 10px;
    background-color: #00a6ff;
    display: inline-block;
}
.rectangle-darked {
    height: 10px;
    width: 25px;
    border-radius: 10px;
    background-color: #1956a6;
    display: inline-block;
}
.form-title {
    width: fit-content;
    padding: 8px 10px;
    line-height: 1;
    background-color: rgb(0, 166, 255, 0.15);
    color: rgb(0, 166, 255);
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
}
label, p {
    font-weight: 500;
}
label.invoicing_total_label {
    margin-top: 10px;
}
input.form-control {
    border: 0;
    /* border-radius: 5px !important; */
    /* height: 50px !important; */
    background-color: #F5F7FC;
    margin-top: 10px;
    /*font-size: 14px !important;*/
}
@media (min-width: 1400px) {
    input.form-control {
        /* border: 2px solid rgba(210, 223, 245) !important; */
    }
}
/*--------------*/
@media (max-width: 1400px) {
    .custom-form .input-group-addon {
        border: 1px solid rgba(210, 223, 245) !important;
    }
}
@media (min-width: 1401px) {
    .custom-form .input-group-addon {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}
@media screen and (min-width: 641px) {
    .custom-form label {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 640px) {
    .custom-form label {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 641px) {
    input.form-control {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 640px) {
    input.form-control {
        font-size: 14px !important;
    }
}
/*----------------*/
input.form-control::placeholder {
}
textarea.form-control::placeholder {
    color: rgb(177, 177, 177) !important;
}
select.form-control {
    border: 1px solid rgba(210, 223, 245) !important;
    border-radius: 5px !important;
    height: 50px !important;
    font-size: 14px !important;
}
@media (min-width: 1400px) {
    select.form-control {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}

@media (min-width: 1401px) {
    .all_items_wrapper .remove-invoice-item {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}
@media (max-width: 1400px) {
    .all_items_wrapper .remove-invoice-item {
        border: 1px solid rgba(210, 223, 245) !important;
    }
}

@media (min-width: 1401px) {
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}
@media (max-width: 1400px) {
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 1px solid rgba(210, 223, 245) !important;
    }
}

@media (min-width: 1401px) {
    .select2-container--default .select2-selection--multiple {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}
@media (max-width: 1400px) {
    .select2-container--default .select2-selection--multiple {
        border: 1px solid rgba(210, 223, 245) !important;
    }
}

.bootstrap-tagsinput {
    border-radius: 5px !important;
}
@media (min-width: 1401px) {
    .bootstrap-tagsinput {
        border: 2px solid rgba(210, 223, 245) !important;
    }
}
@media (max-width: 1400px) {
    .bootstrap-tagsinput {
        border: 1px solid rgba(210, 223, 245) !important;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: right !important;
    }    
}
@media screen and (max-width: 640px) {
    .add-payment-link {
        font-size: 14px !important;
    }    
}

.form-hr {
    margin-top: 0px !important;
    border-top: 3px dashed rgba(210, 223, 245) !important;
}
.inv-rec-wrapper {
    background: #fff !important;
    border-radius: 20px !important;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn-attachment {
    width: 260px;
    height: 40px;
    background: #fff;
    border: 1px solid rgb(210, 223, 245) !important;
    border-radius: 8px !important;
    color: rgb(162, 162, 163);
    font-size: 15px !important;
    font-weight: 400 !important;
}
@media (min-width: 1400px) {
    .btn-attachment {
        border: 2px solid rgb(210, 223, 245) !important;
    }
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
div.dt-buttons {
    display: none !important;
}
.dataTables_length label {
    display: none !important;
}
table.dataTable tbody tr {
    height: 63px !important;
    /* background-color: rgb(250,250,250) !important; */
}
table.dataTable tbody tr:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
    /* background-color: #fff !important;
    -webkit-box-shadow: rgba(102, 102, 102, 0.09) 0px 0 15px;
    -moz-box-shadow: rgba(102, 102, 102, 0.09) 0 0 15px;
    box-shadow: rgba(102, 102, 102, 0.09) 0 0 15px;
    border-radius: 10px !important;
    opacity: 1; */
}
.dataTables_wrapper table {
    border-collapse: separate !important;
    border-spacing: 0 5px !important;
}
.dataTables_wrapper table tbody tr td:first-child {
    border-top-left-radius: 0px !important;
    padding-left: 20px !important;
    border-bottom-left-radius: 0px !important;
}
.dataTables_wrapper table tbody tr td:last-child {
    border-top-right-radius: 0px !important;
    padding-right: 20px !important;
    border-bottom-right-radius: 0px !important;
}
.table:not(.table-dark) thead, .table:not(.table-dark) tfoot, table:not(.table-dark) thead, table:not(.table-dark) tfoot {
    background: transparent !important;
}
table.dataTable thead tr th:first-child {
    padding-left: 20px !important;
}
table.dataTable tbody tr td {
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-top: none !important;
    border-bottom: 1px solid #EDEDED;
}
.badge-btn {
    background-color: transparent !important;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    color: #B9B9B9 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background-color: transparent !important;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #B9B9B9 !important;
}
.dropdown.dt-vw-del-dpdwn button {
    border: none !important;
    background-color: transparent !important;
    color: #B9B9B9 !important;
}
.dropdown-menu a.dropdown-item {
    background-color: #E1F5FF !important;
}
.dropdown-menu a.dropdown-item:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.dropdown-menu a.dropdown-item span {
    margin-right: 10px !important;
}
/*.reset-dataTable table.dataTable tbody tr.even td.sorting_1, .reset-dataTable table.dataTable tbody tr.odd td.sorting_1 {
    background-color: #E1F5FF !important;
}
.reset-dataTable table.dataTable tbody tr.even td.sorting_1, .reset-dataTable table.dataTable tbody tr.odd td.sorting_1:hover {
    background-color: #fff !important;
}
.reset-dataTable table.dataTable tbody tr.odd td.sorting_1, .reset-dataTable table.dataTable tbody tr.odd td.sorting_1 {
    background-color: #E1F5FF !important;
}
.reset-dataTable table.dataTable tbody tr.odd td.sorting_1, .reset-dataTable table.dataTable tbody tr.odd td.sorting_1:hover {
    background-color: #fff !important;
}
.reset-dataTable table.dataTable thead tr th:not(.no-event).sorting_asc {
    background-size: 16px;
    background-position: right center;
    background-position: calc(100% - 7px) center;
    background-image: url(../img/arrowU.svg);
    background-repeat: no-repeat;
}
.reset-dataTable table.dataTable thead tr th:not(.no-event).sorting_desc {
    background-size: 16px;
    background-position: right center;
    background-position: calc(100% - 7px) center;
    background-image: url(../img/arrowD.svg);
    background-repeat: no-repeat;
}*/
.start_stop_tax {
    display: flex;
}
.start_stop_tax .msg {
    color: #000 !important;
}
.pos_Status_cncl:active, .pos_Status_cncl:focus, .pos_Status_cncl:hover, a.pos_Status_cncl:active, a.pos_Status_cncl:focus, a.pos_Status_cncl:hover {
    color: red !important;
}
.pos_Status_cncl, a.pos_Status_cncl {
    color: red !important;
}
.pos_Status_c:active, .pos_Status_c:focus, .pos_Status_c:hover, a.pos_Status_c:active, a.pos_Status_c:focus, a.pos_Status_c:hover {
    color: rgb(0, 166, 255) !important;
}
.pos_Status_c, a.pos_Status_c {
    /* color: rgb(0, 166, 255) !important; */
}
.sidebar .navigation-menu li .navigation-submenu li a span{
    padding-left: 6px;
    font-size: 14px !important;
    background-color: transparent;
    border-radius: 5px;
}
.sidebar .navigation-menu li .navigation-submenu li a{
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}
.sidebar .navigation-menu li .navigation-submenu li a.active, .sidebar .navigation-menu li .navigation-submenu li a:hover {
    background-color: rgba(22, 49, 92, 0.1);
    color: rgba(32, 53, 142, 1);
    border-radius: 5px;
}
.slide-item.active span, .slide-item:hover span, .slide-item:focus span{

}
.modal-header .close {
    padding: 0px !important;
}
.modal .modal-dialog .close {
    top: 0px !important;
    right: 0px !important;
}
.modal-content {
    border-radius: 10px !important;
}
#message_popup .modal-header {
    /*height: 60px !important;*/
    border-bottom: none !important;
}
#message_popup .modal-header .form-title {
    margin-bottom: 0px !important;
}
#message_popup .modal-footer {
    border-top: none !important;
}
.sidebar .navigation-menu li .navigation-submenu li{
    border-left: 2px solid rgba(22, 49, 92, 0.1);
}
.sidebar .navigation-menu li .navigation-submenu li.active {
    /* border-right: 4px solid rgb(0, 166, 255); */
    border-left: 2px solid rgba(22, 49, 92, 1);
}
.navigation-submenu li{
    padding: 3px 0;
}
.custom_range_selector {
    /* max-width: 350px !important; */
    /* margin-top: 5px !important; */
}
.custom_employee_selector {
    width: 160px !important;
}
.custom-form .form-control:disabled, .custom-form .form-control[readonly] {
    background-color: #fff !important;
}
.custom-form .input-group-addon {
    /*border: 1px solid rgba(210, 223, 245) !important;*/
    background-color: #fff !important;
    height: 40px !important;
}
.input-group-text {
    background-color: #fff !important;
    border: none !important;
}
table.dataTable.no-footer {
    border: none !important;
}
.dataTables_wrapper .dataTables_filter input {
    width: 230px !important;
    height: 50px!important;
    color: #4a4a4a;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding-right: 35px;
    padding-left: 40px;
    font-weight: normal;
    border-radius: 10px;
    /*background-image: url(new_assets/img/search.png);*/
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 15px center;
    border: none;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
    color: rgb(177, 177, 177);
}

.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
    color: rgb(177, 177, 177);
}

.dataTables_wrapper .dataTables_filter input::placeholder {
    color: rgb(177, 177, 177);
}
@media (min-width: 1200px) {
    .table thead tr th, .table tfoot tr th, table thead tr th, table tfoot tr th {
        font-size: 16px;
    }
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none !important;
}
.table.dataTable tbody td {
    border-top: none !important;
}
.employee_date_range {
    margin-top: 10px !important;
}
.custom-chart-label span {
}
.sidebar .user-profile .user-name {
}
.custom-form label {
    font-weight: 600 !important;
    /*font-size: 14px !important;*/
}
.btn {
}
.highcharts-axis-labels text {
}
.highcharts-tooltip text {
}
@media (max-width: 1000px) {
    .page-title {
        margin-left: 0rem !important;
    }
}
/**:focus {
    outline: none;
}*/
textarea:focus, input:focus, select:focus{
    outline: none !important;
}
@media (max-width: 991.98px) {
    .header-fixed .sidebar {
        margin-top: 76px;
    }
    .sidebar .navigation-menu {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1120px) {
    .custom-chart-label span {
        font-size: 10px !important;
    }
    .custom-chart-label {
        padding-right: 0px;
    }
    .rectangle {
        height: 8px !important;
        width: 15px !important;
    }
    .rectangle-darked {
        height: 8px !important;
        width: 15px !important;
    }
}
@media screen and (max-width: 600px) {
    .h4-custom {
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }
    .custom_range_selector{
        width: 100%;
        text-align: left;
        margin-left: 15px;
    }
    select#employee {
        font-size: 14px !important;
        margin-left: 15px;
    }
    #chart_row_second{
        padding: 0;
    }
    select.form-control{
        background-position: center right 15px !important;
    }
    .custom_employee_selector {
        width: auto !important;
    }
}
@media screen and (max-width: 380px) {
    .btn:not(.social-icon-btn).social-btn-outlined {
        font-size: 10px !important;
    }
    /*.btn i {
        font-size: 12px !important;
    }*/
    .btn.social-btn-outlined i.small {
        margin-left: -10px !important;
    }
    /*.btn.social-btn-outlined i.medium {
        margin-left: -7px !important;
    }*/
}
@media screen and (max-width: 950px) {
    .link-title {
        font-size: 12px !important;
    }
    .sidebar .navigation-menu li .navigation-submenu li a {
        font-size: 12px !important;
    }
}
.daterangepicker .ranges li:hover {
    color: #007bff !important;
}



/********************************************/


.sidebar{
    position: fixed;
    border-radius: 15px;
    margin-left: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 75px;
    height: 81.80% !important;
    min-height: 0;
    width: 230px;
    max-height: calc(100% - 160px);
    z-index: 1;
    background: #fff;
    border-right: 1px solid rgba(67, 87, 133, .2);
    box-shadow: 0 0 0 0 rgba(111, 134, 230, 0.13), 0 4px 16px 0 rgba(179, 187, 195, 0.36);
    transition: left 0.3s ease, width 0.3s ease;
}
.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8e9cad;
    width: 100%;
    padding: 20px 17px 12px 17px;
    display: inline-block;
    border-bottom: none;
}
.app-sidebar__toggle {
    padding: 0 5px;
    color: #031938;
    line-height: 2.4;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}
.app-sidebar__user img {
    padding: 5px;
    width: 45px;
}
.sidebar .navigation-menu{
    height: calc(100vh - 340px);
    overflow-x: hidden;
    scrollbar-width: thin;
}
.sidebar .navigation-menu li .navigation-submenu{
    background-color: transparent !important;
}
.sidebar .navigation-menu li a{
    /* background-color: transparent !important; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px 15px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #6F727D;
    border-bottom: none;
    border-left: transparent;
}
.side-menu__item.active, .side-menu__item:hover, .side-menu__item:focus
{
    text-decoration: none;
    color: #20358E;
    /* background: linear-gradient(to right, #4a32d4 0%, #2575fc 100%); */
    border-left: 3px solid #20358E;
}
.navigation-menu a{
        text-decoration: none;
    color: #20358E;
    /* background: linear-gradient(to right, #4a32d4 0%, #2575fc 100%); */
    border-left: 3px solid #20358E;
}
.navigation-menu>li>a.active , .navigation-menu>li>a:hover{
    border-left: 3px solid #20358E;
    color: #20358E !important;
}
.navigation-menu>li>a.active>span , .navigation-menu>li>a span:hover{
    color: #20358E !important;
}
.link-title{

}
.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"]:after{
    right: 10px;
    content: "\f40a";
}
.sidebar-foot-sm{
    font-size: 14px;
    font-weight: 400;
    color: #6F727D !important;
    margin-bottom: 8px;
}
.sidebar-foot-md{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}
.sidebar-foot-div
{
    padding: 20px 20px 20px 20px !important;
    border-top: 1px solid rgba(32, 53, 142, 0.1);
}
.sidebar-foot-hr{
    margin-bottom: 0.6rem;
}
.sidebar .navigation-menu>li:not(.nav-category-divider)>a[data-toggle="collapse"][aria-expanded="true"]{
    background-color: transparent !important;
}
.navigation-menu li a{
    border-left: 3px solid #20358E;
}
.sidebar .navigation-menu{
    margin-top: 8px !important;
}


/**********dashboard_css*******/
.dashboard_iconbar{
    display: flex;
}
.approved_lt{
    width: 62px;
    height: 62px;
    border-radius: 10px;
    padding-top: 12px;
}
.approved_lt img{
    width: 36px;
}
.approved_rt{
    line-height: normal;
    text-align: left;
}
.green_colour_custom{
    color: #5BC980;
}
.orange_colour_custom{
    color: #EEBF04;
}
.blue_colour_custom{
    color: #0B9BCF;
}
.red_colour_custom{
    color: #DA2637;
}
.order_chart_lt{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding-top: 10px;
}
.order_chart_lt img{
    width: 20px !important;
}
.order_chart{
    display: flex;
}
.border_custom{
    border-bottom: 1px solid #EDEDED;
}
.top_card, .summary_card {
    padding: 2rem !important;
    box-shadow: none !important;
}
.card{
    border: 0 !important;
    border-radius: 15px !important;
}
.modal-header{
    border-bottom: none !important;
}
.bg-custom-sky {
    background-color: #E7F5FF;
}
.modal-title{
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500 !important;
    margin-left: 12px;
}
.btn-custom-close {
    width: 30px;
    min-width: 30px;
    color: #70727C;
    border-radius: 8px !important;
    border: 2px solid #6F727D !important;
    text-align: center;
    padding: 0px !important;
    cursor: pointer !important;
    font-size: 25px !important;
    line-height: 1;
    width: 20px;
    height: 30px;
    margin: 0 !important;
    font-weight: 400 !important;
}
.custom-select-wrapper select{
    border-bottom: 1px solid #D7D7D7 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
    padding: 10px 10px 10px 0;
}
.underline-input-wrapper input{
    background-color: transparent !important;
    border-bottom: 1px solid #D7D7D7 !important;
    margin-top: 0;
    padding: 0px 10px 15px 0;
    border-radius: 0.4 !important;
}
.underline-input-wrapper select{
    background-color: transparent !important;
    border-bottom: 1px solid #D7D7D7 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-top: 0;
    padding: 0px 10px 5px 0;
    border-radius: 0 !important;
}
.underline_label_custom{
    margin-bottom: 0;
}
.btn-filter {
    color: #fff;
    background-color: #20358E;
    border: 1px solid #20358E;
}
.btn_first:hover, .btn_first:focus {
    color: #20358E;
    background-color: #fff;
    border: 1px solid #20358E;
}
#btn-filter{
    width: 143px;
    text-transform: capitalize !important;
    /* border: 1px solid #F5F7FC; */
    border: 1px solid #20358E;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    /* background-color: #F5F7FC; */
    background-color: #20358E;
    /* color: #333333; */
    color: #fff;
    box-shadow: none;
    height: 50px;
    max-height: 50px;
}
#btn-filter:hover{
    background-color: #fff;
    /* color: #333333; */
    color: #20358E;
    border: 1px solid #20358E;
    /* border: 1px solid #F5F7FC; */
}
.table_th_custom th{
    background: #F5F7FC !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #384b6e !important;
}
.table_th_custom th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.table_th_custom th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.table_th_custom td{
    color: #6F727D !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 15px !important;
}
.button_container{
    display: flex;
    justify-content: end;
}
/* @media (max-width: 767.98px) {
    .page-body .page-content-wrapper {
        padding: 80px 10px 0px 10px;
    }
} */
@media (max-width: 992px) {
    .top_card, .summary_card {
        padding: 1rem !important;
    }
    .dashboard_iconbar{
        margin-bottom: 12px;
    }
    .table-responsive-sm {
        overflow-x: auto;
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: table;
    }
}





/*****************FORM FLOATING CSS STARTS FROM HERE***************************/

.form-select2, .form-floating>.form-select2 {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    height: calc(3rem + 2px);
    font-weight: 600 !important;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 0.5px solid #88CFFD;*/
    border: 0.5px solid #D7D7D7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .4rem;
    /*box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: url(../images/arrowD.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center right 8px !important;
    background-size: 18px auto !important;
    cursor: pointer;
}

.form-select2:focus, .form-floating>.form-select2:focus {
	/*border: 0.5px solid #4a32d4;*/
	border: 0.5px solid #88CFFD;
	outline: 0;
	box-shadow: none;
}

.form-floating {
	position: relative
}

.form-floating>.form-control2, .form-floating>.form-select2 {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: .9rem 1rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	color: #959ca9;
	font-weight: 100;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}

}

.form-floating>.form-control2 {
	padding: .6rem 0.8rem;
}

.form-floating>.form-control2::-moz-placeholder {
	color: transparent;
}

.form-floating>.form-control2:-ms-input-placeholder {
	color: transparent;
}

.form-floating>.form-control2::placeholder {
	color: transparent;
}

.form-floating>.form-control2:not(:-moz-placeholder-shown) {
	padding-top: 1rem;
	padding-bottom: .2rem;
}

.form-floating>.form-control2:not(:-ms-input-placeholder) {
	padding-top: 1rem;
	padding-bottom: .2rem;
}

.form-floating>.form-control2:focus, .form-floating>.form-control2:not(:placeholder-shown) {
	padding-top: 1rem;
	padding-bottom: .2rem;
}

.form-floating>.form-control2:-webkit-autofill {
	padding-top: 1rem;
	padding-bottom: .2rem;
}

.form-floating>.form-select2 {
	padding-top: 1rem;
	padding-bottom: .2rem;
}

.form-floating>.form-control2:not(:-moz-placeholder-shown)~label {
	opacity: 1;
	transform: scale(.8) translateY(-.4rem) translateX(.2rem);
}

.form-floating>.form-control2:not(:-ms-input-placeholder)~label {
	opacity: 1;
	transform: scale(.8) translateY(-.4rem) translateX(.2rem);
}

.form-floating>.form-control2:focus~label,
.form-floating>.form-control2:not(:placeholder-shown)~label,
.form-floating>.form-select2~label {
	opacity: 1;
	transform: scale(.7) translateY(-.4rem) translateX(.2rem);
	color: #20358E;
}

.form-floating>.form-control2:-webkit-autofill~label {
	opacity: 1;
	transform: scale(.8) translateY(-.4rem) translateX(.2rem);
}

.form-floating>textarea.form-control2:not(:-moz-placeholder-shown) {
	padding-top: 1.3rem;
}

.form-floating>textarea.form-control2:not(:-ms-input-placeholder) {
	padding-top: 1.3rem;
}

.form-floating>textarea.form-control2:focus, .form-floating>textarea.form-control2:not(:placeholder-shown) {
	padding-top: 1.3rem;
}

.form-floating>textarea.form-control2:-webkit-autofill {
	padding-top: 1.3rem;
}
.form-control2 {
	display: block;
	width: 100%;
	padding: .6rem 1rem;
	font-size: 1.1rem !important;
	font-weight: 400;
	line-height: 1.7;
	color: #60697b;
	background-color: #fff;
	background-clip: padding-box;
	border: 0.5px solid #88CFFD;
	/* border: 0.5px solid #D7D7D7; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .4rem;
	box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control2 {
		transition: none
	}

}

.form-control2[type=file] {
	overflow: hidden
}

.form-control2[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control2:focus {
	color: #212529;
	background-color: #fff;
	border: 0.5px solid #88CFFD;
	outline: 0;
	box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04), unset;
}

.form-control2::-webkit-date-and-time-value {
	height: 1.7em
}

.form-control2::-moz-placeholder {
	color: #959ca9;
	opacity: 1
}

.form-control2:-ms-input-placeholder {
	color: #959ca9;
	opacity: 1
}

.form-control2::placeholder {
	color: #959ca9;
	opacity: 1
}

.form-control2:disabled, .form-control2[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.form-control2::file-selector-button {
	padding: .6rem 1rem;
	margin: -.6rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control2::file-selector-button {
		transition: none
	}

}

.form-control2:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control2::-webkit-file-upload-button {
	padding: .6rem 1rem;
	margin: -.6rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control2::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}

}

.form-control2:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

textarea.form-control2 {
	min-height: calc(1.7em + 1.2rem + 2px)
}
/***************************FORM FLOATING CSS ENDS FROM HERE**************/

.fa {
    font: normal normal normal 14px / 1 FontAwesome !important;
}



.dropdown-menu-right{
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border:1px solid #88CFFD !important;
}
.dropdown-menu a.dropdown-item{
    width: 92%;
    /* margin: 10px;  */
    margin-left:10px;
    margin-right:10px;
}
.dropdown-menu a.dropdown-item:hover{
    background-color:rgba(136, 207, 253, 0.2) !important;
    border-radius:10px !important;
}
.dropdown-menu:before{
    content:none !important;
}

  .paginate_button{
        background: transparent !important;
        border:none !important;
    }

    .pagination .page-item .page-link {
        border-radius:5px;
    }
    .pagination .page-item.active .page-link {
        background-color: #20358E; 
        color: #fff;
        border-color: #20358E;
    }
    .pagination .page-item.active .page-link:hover {
        background-color: #fff; 
        color: #20358E ;
        border-color: #20358E;
        
    }
  

    div.dataTables_wrapper div.dataTables_filter input {
        border: 1px solid rgba(210, 223, 245) !important;
    
    }
     div.dataTables_wrapper div.dataTables_filter input:focus {
        background-color: #F5F7FC;
        border:1px solid #88CFFD !important;
    }
    .dropdown-menu-right {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 0;
        border: 1px solid #88CFFD;

    }
    .dropdown-menu a{
        border-bottom: none !important;
    }
    .dropdown-menu a.dropdown-item:hover {
        background-color: rgba(136, 207, 253, 0.2) !important;
        border-radius: 10px !important;
    }
    .daterangepicker.dropdown-menu{
        min-width: unset !important;
        padding: 10px;
        /* top: 196px !important; */
        box-shadow: rgba(111, 134, 230, 0.73) 0px 0px 0px 0px, rgba(179, 187, 195, 0.77) 0px 4px 16px 0px !important;
    }
    .daterangepicker .ranges li{
        color: #6F727D !important;
        background-color: transparent !important;
        border:none !important;
    }
    .daterangepicker .ranges li:hover:not(.active){
        background-color: #E1F5FF !important;
        color: #20358E !important;
        border:none !important;
    }
    .daterangepicker .ranges li.active {
        background-color: #E1F5FF !important; 
        color: #20358E !important;
        border:none !important;
        
    }
    .daterangepicker .ranges .range_inputs .applyBtn  {
        background-color: #20358E !important;
        color: #fff !important;
        border:none !important;
        
    }
    .daterangepicker .ranges .range_inputs .applyBtn:hover,
    .daterangepicker .ranges .range_inputs .applyBtn:focus  {
        background-color: #fff !important;
        color: #20358E !important;
        border:1px solid #20358E !important;
        
    }
    .daterangepicker .ranges .range_inputs .cancelBtn  {
        background-color: #fff !important;
        color: #FF3B30 !important;
        border:1px solid #FF3B30 !important;
        
    }
    .daterangepicker .ranges .range_inputs .cancelBtn:hover ,
    .daterangepicker .ranges .range_inputs .cancelBtn:focus  {
        background-color: #FF3B30 !important;
        color: #fff !important;
        border:1px solid #FF3B30 !important;
        
    }

     table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before{
        background-color: #20358E !important;
        border: 2px solid #88CFFD !important;
        box-shadow: 0 0 3px #88CFFD !important;
    }
    .daterangepicker td.active{
        background-color: #20358E !important;
       
        font-weight: 600;
    }
    
    .table_th_custom {
		cursor: grab;
	}

	.table_th_custom.dragging {
		cursor: grabbing;
		user-select: none;
	}
  
	.table_th_custom th {
		background: #F5F7FC !important;
		padding: 15px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #384b6e !important;
	}
    .table_th_custom{
        display: block !important;
        overflow-x:auto !important;
        width: 100% !important;
        height: calc(100vh - 380px);
        scrollbar-width: thin !important;
    
    }
    .table_th_custom thead th{
        width: 50%;     
    }

     .status_success{
        color:#20358E !important;
        
    }
    .status_success:hover{
        color:#20358E !important;
        
    }
    .pos_Status_c{
        color:#28a745 !important ;
        
    }
    .pos_Status_c:hover,
    .pos_Status_c:focus
    {
        color:#28a745 !important;
    }

    .page-link{
		width:30px;
		color:#B9B9B9 !important;
	}
	.pagination .page-item.active .page-link{
		color:#fff !important;
	}
	.paginate_button{
		padding: 0 !important;
	}
	
    @media(max-width:575.75px){
        div.dataTables_wrapper div.dataTables_info{
            white-space: pre-wrap !important;
            justify-self: center;
        }
        div.dataTables_wrapper div.dataTables_paginate ul.pagination{
            justify-self: center;
        }
        .dataTables_wrapper .dataTables_paginate li.paginate_button {
            padding: 0em 0.2em !important;
        }
        .form-control.date-range-style{
            padding-right:30px !important;
        }
        div.dataTables_wrapper div.dataTables_filter label{
			width:100%;
		}
		div.dataTables_wrapper div.dataTables_filter input{
			width:100% !important;
			margin-left:0 !important;
		}
    
    
    }

table.dataTable thead th,
table.dataTable thead td {
    padding-right: 35px !important;
    white-space: nowrap;
}

table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    background-position: center right 10px !important;
}

.modal .modal-header.bg-custom-sky{
    height: 60px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.daterangepicker .ranges .range_inputs{
    display:flex;
    gap:5px;

}
.daterangepicker .ranges .range_inputs .applyBtn,
.daterangepicker .ranges .range_inputs .cancelBtn{
	width:90px !important;
}
.switch{
	--uiSwitchBgColorActive: #20358e !important;
}
