html {
    font-size: 12px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-light {
    color: #212529;
    background-color: #f3f5f6;
    border-color: #f3f5f6;
}

    .btn-light:hover {
        color: #212529;
        background-color: #dde3e6;
        border-color: #d6dde0;
    }

.modal-header {
    border-bottom: 1px solid #ddd;
    border-bottom-color: #96191c;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    color: #96191c;
}

.form-label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #2a3547;
    margin-top: 10px;
}

.modal-footer {
    border-top: 1px solid #ddd;
}

.modal-dialog button.bootbox-close-button.close {
    display: none;
}

.btn {
    --bs-btn-border-radius: 0.25rem;
    display: inline-block;
    padding: .365rem .65rem;
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
}

/*scrollheight css start*/

.scrollheight .dt-layout-table .dt-layout-cell {
    /*height: calc(100vh - 420px);*/
    overflow: auto;
    overflow-x: auto;
    padding-top: 0px;
    /*min-height: calc(100vh - 381px);*/
}

    .scrollheight .dt-layout-table .dt-layout-cell table.dataTable thead {
        white-space: nowrap;
        position: sticky;
        width: 100%;
        top: -1px;
        background: #eee;
    }

/*scrollheight css end*/
.dt-layout-table .dt-layout-cell table.dataTable th, .dt-layout-table .dt-layout-cell table.dataTable td {
    font-size: 13px;
}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link, .sidebar-nav ul .sidebar-item.selected > .sidebar-link.active, .sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: #96191c;
    color: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: rgba(150, 25, 28, 0.1);
    color: #96191c;
}

li.sidebar-item {
    margin-top: 3px;
}

.content-wrapper {
    padding: 10px;
    padding-top: calc(70px + 15px);
}

.table {
    --bs-table-border-color: #ddd;
    --bs-table-striped-bg: #ddd;
}

body div.dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid #96191c;
    background-color: #96191c;
    background: linear-gradient(0deg, #96191c, #9b2123, #a12829, #a62e30, #ac3536, #b13b3d, #b64143, #bb474a);
}

.error-class {
    color: #9a1128;
    margin-bottom: 5px
}

/*cart page css start*/
.total_price {
    border-bottom: 1px solid #ddd;
    text-align: center;
}
/*cart page css end*/

/*product group tool page css start*/

.filter_section {
    position: relative;
}

.product_grp_content fieldset legend {
    font-size: 14px;
    position: absolute;
    top: 9px;
    background: #fff;
    padding: 5px;
    display: inline-block;
    width: auto;
}
.custom_with {
    width: 100px !important;
    text-align: center !important;
}
.product_grp_content fieldset {
    border: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
    height: 100%;
}

.cart_section table tr {
    width: 48%;
    display: inline-block;
    padding: 11px 5px;
}

.cart_section table {
    width: 100%;
}
/*product group tool page css end*/


/*checkbox css start*/
input[type="checkbox"]:checked:focus {
    border-color: #96191c !important;
    box-shadow: 0 0 0 0.25rem rgb(225 182 183) !important;
}

input[type="checkbox"]:focus {
    border-color: #96191c !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(225 182 183) !important;
}

input[type="checkbox"]:checked {
    border-color: #96191c !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(225 182 183) !important;
    background-color: #96191c !important;
}
/*checkbox css end*/
.cart_section {
    position: relative;
}

.cart_icon {
    position: absolute;
    right: 48px;
    top: 36px;
}

    .cart_icon i {
        font-size: 22px;
        color: #000;
    }

    .cart_icon span#cartCount {
        background: #96191c;
        width: 18px;
        height: 18px;
        line-height: 18px;
        padding: 0;
        color: #fff;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
        position: absolute;
        top: -6px;
        left: 13px;
    }
.wcs_collaps .btn.openFillters {
    background: #96191c;
}
.wcs_collaps .openFillters i:after {
    content: "";
    border-top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-top: 10px;
    line-height: normal;
    height: 7px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.wcs_collaps .collapsed.openFillters i:after {
    transform: rotate(180deg)
}


/*action button icons css start*/
.action-button {
    font-size: 14px;
    padding: 0.3rem;
}
/*action button icons css end*/


/*new css form input and select box */

div .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    border: none;
    width: 30px;
}
div .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    
    transform: rotate(-180deg);
    background-position: center right 5px;
}
div .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5a6a85;
    line-height: 35px;
}
div .select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid #dfe5ef;
}
div .select2-container .select2-selection--single {
    height: 37px;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e9ecef !important;
    color: #212529!important;
}
.select2-container--default .select2-results__option--selected {
    color: #212529 !important;
    background-color: #e9ecef !important;
}

.togglePassword, .toggleConfirmPassword {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {
    .product_grp_content fieldset legend {
        top: 2px;
    }
}
