html,
body {
    width: 100%;
}

body {
    margin: 0;
    padding: 40px 0 0 0;
    font-size: 14px;
    font-family: 'MerriweatherSans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #f0f0f0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    color: #1e1e1e;
    text-decoration: none;
}

:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

/*Hold Stone Popup - Start*/
.hold-head {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    background: #fafafa;
    padding: 0 20px;
}

.hold-by-col {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
}
/*Hold Stone Popup - End*/
@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: MerriweatherSans;
    src: url('../fonts/MerriweatherSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.05);
    box-shadow: 0 0 12px 4px rgba(0,0,0,.05);
    border-radius: .125rem;
    font-size: 14px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

    .dropdown-menu .dropdown-item {
        color: #1d1d1d;
        font-size: 14px;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        /*border-bottom: 1px solid #f5f5f5;*/
        font-weight: 600;
        line-height: normal;
        padding: 10px 15px 10px 15px;
        transition: all 0.3s;
    }

td.details-control {
    background: url('../images/plus.svg') no-repeat center center;
    cursor: pointer;
    padding: 0 20px !important;
    background-size: 18px;
}

.details-History span {
    background: url('../images/i.svg') no-repeat center center;
    cursor: pointer;
    padding: 0 20px !important;
    background-size: 18px;
}

tr.shown td.details-control {
    background: url('../images/minus.svg') no-repeat center center;
    background-size: 18px;
}

/*.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #4d454a;
}*/

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: #f3f7f8;
}

.dropdown-arrow-remove.dropdown-toggle::after {
    display: none;
}

.simplebar-track.simplebar-horizontal {
    height: 9px;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    height: 44px;
    padding: 10px 10px;
    background: #fff !important;
    outline: none !important;
    font-weight: 400;
    font-size: 15px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    border-color: #790246;
    box-shadow: 0 0 0 0.2rem rgba(121,2,70,0.25);
    outline: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #790246;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
    border: 0;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 10px 8px 4px 8px;
}


.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.header-rght-item .bootstrap-select .btn-light {
    border: 0;
    background: transparent !important;
}


.login-center-wrap {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.login-logo {
    padding: 0 30px;
}

.login-inner-box {
    background: #fff;
    padding: 20px 20px;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.fixed-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0;
    z-index: 1040;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-logo {
    width: 176px;
    min-width: 176px;
    margin-right: 15px;
}

.header-menu-list .menu-list-item {
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

    .header-menu-list .menu-list-item:hover {
        background: #f5f5f5;
    }

    .header-menu-list .menu-list-item .menu-list-icon {
        width: 22px;
        margin: 0 5px;
    }

    .header-menu-list .menu-list-item .menu-list-txt {
        color: #1e1e1e;
        font-size: 13px;
        line-height: 13px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 5px;
    }

.header-profile-image img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    object-fit: cover;
}

.header-profile-txt {
    margin-left: 10px;
}

    .header-profile-txt h6 {
        margin-bottom: 3px;
        color: #1e1e1e;
        font-weight: 600;
        font-size: 13px;
    }

    .header-profile-txt h5 {
        color: #1e1e1e;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
    }

.header-bar-icn {
    padding: 8px;
    font-size: 18px;
    display: none;
}

.submenu-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    padding: 0 0;
    z-index: 1;
}

    .submenu-wrap ul {
        background-color: #fff;
        display: none;
        font-weight: 500;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        font-size: 13px;
    }

.header-menu-list .menu-list-item:hover .submenu-wrap > ul {
    display: block;
}

.submenu-wrap ul li {
    position: relative;
    text-transform: uppercase;
}

    .submenu-wrap ul li ul {
        position: absolute;
        right: 0;
        top: 0;
        width: 200px;
        padding: 0 0;
        z-index: 1;
        left: 100%;
        display: none;
    }

.submenu-link {
    border-bottom: 1px solid #f9f4f7;
    padding: 10px;
    transition: all 0.3s;
}

.submenu-wrap ul li:hover {
    background-color: rgba(121,2,70,0.2);
}

.btn-xs-sm {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: .2rem;
    border-color: #dcdcdc;
    color: #323232;
    background: #fff;
}

.dash-sticky-filter {
    background: #fff;
    position: sticky;
    top: 43px;
    z-index: 90;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.page-heading-inner {
    font-weight: 700;
    font-size: 15px;
    color: #1e1e1e;
    padding: 10px 0;
    text-transform: uppercase;
}

.highcharts-credits {
    display: none;
}

.header-menu-list {
}

.clck-filter-main {
    overflow: auto;
}

.col-form-label {
    font-weight: 500;
    font-size: 13px;
    color: #1d1d1d;
    padding: 0 0;
    text-transform: capitalize;
    line-height: normal;
}


/*========  AG Gride Custom ==========*/

.ag-header-cell-label, .ag-header-group-cell-label {
    justify-content: center;
}

.ag-theme-balham .ag-ltr .ag-cell {
    border-right-width: 1px;
    text-align: center;
}

.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked:after {
    color: #790246 !important;
}

.ag-theme-balham .ag-paging-button .ag-icon {
    font-size: 25px !important;
}

.ag-theme-balham .ag-row-selected {
    background-color: whitesmoke !important;
}

.ag-theme-balham .ag-header {
    background-color: #790246 !important;
    border-bottom: 1px solid #bdc3c7 !important;
    border-bottom-color: #790246 !important;
}

.ag-theme-balham .ag-header-cell-text {
    color: #fff;
    text-transform: uppercase;
}

.ag-theme-balham .ag-header-icon {
    color: #fff !important;
}

.ag-theme-balham .ag-ltr .ag-cell {
    border-color: transparent !important;
    border-right-color: #e6e6e6 !important;
}

.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
    border-top-color: #0091ea !important;
    border-top-color: var(--ag-range-selection-border-color,var(--ag-balham-active-color,#0091ea)) !important;
}

.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
    border-bottom-color: #0091ea !important;
    border-bottom-color: var(--ag-range-selection-border-color,var(--ag-balham-active-color,#0091ea)) !important;
}

.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
    border-left-color: #0091ea !important;
    border-left-color: var(--ag-range-selection-border-color,var(--ag-balham-active-color,#0091ea)) !important;
}

.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
    border-right-color: #0091ea !important;
    border-right-color: var(--ag-range-selection-border-color,var(--ag-balham-active-color,#0091ea)) !important;
}

.ag-theme-balham .ag-header-cell:after, .ag-theme-balham .ag-header-group-cell:after {
    height: 100% !important;
    top: 0 !important;
}

.grd-ImgVido a {
    font-size: 18px;
    color: #666;
    transition: all 0.3s;
}

    .grd-ImgVido a img {
        max-width: 21px;
        /*filter: grayscale(10);*/
        opacity: 0.8;
    }

    .grd-ImgVido a:hover img {
        filter: none;
        opacity: 1;
    }

    .grd-ImgVido a:hover {
        color: #023059;
    }


/*======== End AG Gride Custom ==========*/
.bottom-row-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #fff;
    padding: 8px 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 1040;
}

.tabs-custom {
    border: 0;
}

    .tabs-custom .nav-item {
    }

        .tabs-custom .nav-item .nav-link {
            background: #e1e1e1;
            color: #5a5a5a;
            font-size: 15px;
            font-weight: 500;
            margin: 10px 0 0 5px;
            padding: 7px 20px;
        }

            .tabs-custom .nav-item .nav-link.active {
                background: #790246;
                border-color: #790246;
                color: #fff;
            }

.card-head-minus {
    text-transform: uppercase;
    margin: -10px 10px 0 10px;
    color: #323232;
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: auto;
    max-width: max-content;
    background: #fff;
    padding: 1px 10px;
    font-size: 13px;
    font-weight: 700;
}


.file {
    display: none;
}

.file-name {
    position: relative;
    overflow: hidden;
}

.status-tabs-wrap {
    width: 100%;
    background: #4d454a;
    padding: 0 1px;
    overflow: hidden;
    border-radius: 3px;
}

    .status-tabs-wrap li {
        color: #4d454a;
        background: #fff;
        padding: 5px 10px;
        font-weight: 600;
        font-size: 14px;
        margin: 2px 1px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .status-tabs-wrap li:hover {
            background: #4d454a;
            color: #fff;
        }

.result-view-change-wrapper {
    padding-left: 10px;
    margin-left: 10px;
}

    .result-view-change-wrapper ul {
        background: #1e1e1e;
        border-radius: 4px;
        overflow: hidden;
        padding: 2px 2px;
        margin-top: -1px;
    }

        .result-view-change-wrapper ul li a {
            display: block;
            width: 37px;
            height: 37px;
            text-align: center;
            line-height: 41px;
            padding: 0 9px;
            border-radius: 3px;
            font-size: 19px;
            color: #71797d;
        }

            .result-view-change-wrapper ul li a.active {
                background: #fff;
                color: #1e1e1e;
            }


.table-box-main {
    background: #fff;
}

    .table-box-main table thead tr th {
        background: #790246;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px 10px;
        border-right: 1px solid #e0e3ef;
        border-bottom: 1px solid #e0e3ef;
        white-space: nowrap;
        text-align: center;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .table-box-main .cust-chkmark2 {
        height: 19px;
        width: 19px;
    }

    .table-box-main .cust-chk-bx2 .cust-chkmark2:after {
        left: 6px;
        top: 3px;
    }

    .table-box-main table tbody tr td {
        color: #1e1e1e;
        font-weight: 400;
        border-right: 1px solid #e0e3ef;
        border-bottom: 1px solid #e0e3ef;
        border-top: 0 solid #e0e3ef !important;
        text-align: center;
        padding: 3px 10px;
        white-space: nowrap;
        font-size: 12px;
    }

    .table-box-main .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #e0e3ef;
    }

    .table-box-main table tbody tr td .pls-dtl-txt-normal {
        white-space: normal;
        word-break: break-word;
    }

tr.group {
    background: #fdf8f7 !important;
}

.table-box-main .datatable-custom-wrapper table tbody tr.group td {
    color: #1e1e1e !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border-top: 1px solid #e0e3ef !important;
    border-bottom: 1px solid #e0e3ef !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #faf5f4;
}

.Lotno-text {
    color: #333f68 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 600;
}

.grid-media-col ul li a {
    display: block;
    color: #1d1d1d;
    margin: 0 5px;
    font-size: 16px;
}

.tbl-footer-row {
    margin: 0;
}

.table-box-main table.dataTable.stripe tbody tr.odd, .table-box-main table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

.table-box-main table.dataTable.stripe tbody tr.odd, .table-box-main table.dataTable.display tbody tr.even {
    background-color: #f5f5f5;
}

.table-box-main table.dataTable.hover tbody tr:hover, .table-box-main table.dataTable.display tbody tr:hover {
    background-color: #fff;
}

.table-box-main .dataTables_wrapper .dataTables_length {
    float: none;
}

.table-box-main .dataTables_length label {
    margin: 0;
}

.table-box-main .dataTables_wrapper .dataTables_info {
    padding: 0;
}

.table-box-main .dataTables_wrapper .dataTables_paginate {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button,
    .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .pagination-cust .page-item .page-link {
        border: 1px solid #1e1e1e;
        border-radius: 3px;
        background: #fff;
        color: #1e1e1e !important;
        font-weight: 600;
        background: #fff;
        padding: 0.4em 0.9em !important;
    }

        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            color: white !important;
        }

        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button:active,
        .pagination-cust .page-item .page-link:hover,
        .pagination-cust .page-item .page-link:active {
            color: white !important;
            background: #1d1d1d;
        }

        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            color: white !important;
            border: 1px solid #1d1d1d !important;
            background-color: #1d1d1d !important;
            background: #1d1d1d !important;
            box-shadow: none;
        }

        .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-box-main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
        .pagination-cust .page-item.active .page-link,
        .pagination-cust .page-item.active .page-link:hover {
            color: #fff !important;
            border: 1px solid #790246 !important;
            background-color: #790246 !important;
            background: #790246 !important;
        }

.table-box-main table.dataTable thead .sorting_asc {
    background-image: url(../plugins/datatable/images/arrow_long_up_icon.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center right;
    /*padding-left: 13px;*/
}

.table-box-main table.dataTable thead .sorting_desc {
    background-image: url(../plugins/datatable/images/arrow_down_long_icon.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center right;
    /*padding-left: 13px;*/
}

.table-box-main table.dataTable thead .sorting {
    background-image: none;
}

/*==Search==*/
.simplebar-scrollbar:before {
    background: #4d454a;
}

.stn-serch-bdr-btm {
    padding-top: 5px;
    position: relative;
}

/*.stn-serch-bdr-btm:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background: #dfe4f7;
}*/

.search-left-title-fxwith {
    /*max-width: 150px;*/
    /*min-width: 150px;*/
    /*text-align: left;*/
    padding: 0 25px;
}

.search-right-width-clc {
    position: relative;
}

    .search-right-width-clc:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #e2e2e2;
    }

.stn-src-left-heading h2 {
    font-size: 13px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
    display: inline-block;
}

.src-shape-main-pcscroll {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding-bottom: 8px;
}

    .src-shape-main-pcscroll .bootstrap-select > .dropdown-toggle {
        border: 1px solid transparent;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .src-shape-main-pcscroll .filter-option-inner-inner {
        font-weight: 500;
    }

ul.row-shape {
}

    ul.row-shape li {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
        margin: 0 0 5px;
    }

.shape-img,
.color_img {
    min-width: 78px;
    border: 0 solid #e5e7ec;
    margin: 10px auto 10px auto;
    padding: 4px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    /*margin-top: 5px;*/
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

    .shape-img img,
    .color_img img {
        display: inline-block;
        width: 45px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .shape-img:hover,
    .color_img:hover {
        background: rgba(121,2,70,0.2);
        color: #1e1e1e;
    }

.shape-name {
    color: #433a3e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carat-weight-plus {
    cursor: pointer;
    webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 1px auto 1px auto;
    padding: 0 0;
    background: #fff;
    color: #433a3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
}

    .carat-weight-plus:hover {
        background: rgba(176, 154, 150,0.2);
        color: #433a3e;
    }

ul.color-whit-box {
}

    ul.color-whit-box li {
        /*padding: 8px 10px;*/
        padding: 7px 11px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 5px 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 13px;
        color: #1e1e1e;
        font-weight: 500;
        background: #fff;
        white-space: nowrap;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #ddd;
    }

        ul.color-whit-box li:hover {
            background: rgba(121,2,70,0.2);
            color: #1e1e1e;
        }

ul.filter-box li {
    padding: 3px 10px;
    border: 1px solid #ddd;
    margin: 3px 1px 3px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    color: #433a3e;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    ul.filter-box li:hover {
        background: rgba(121,2,70,0.2);
        color: #433a3e;
    }

    ul.filter-box li.active {
        background: #790246;
        color: #fff;
    }

.form-carat {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 8px 10px;
    height: auto;
    border: 1px solid #ddd;
}

.all-color-btn .color_img {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.my-confirm-stone-info-ul li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 5px;
}

.Colortabs {
    border: 0;
}

    .Colortabs .nav-item {
        border: 0;
    }

        .Colortabs .nav-item .nav-link {
            border: 0;
            padding: 0;
            font-weight: 500;
            color: #323232;
        }

            .Colortabs .nav-item .nav-link.active {
                color: #da94b0;
                background: transparent;
                text-decoration: underline;
                text-underline-offset: 2px;
            }

.carat-weight-dropdown {
    min-width: 500px;
    cursor: default;
}

.advance-src-wrapper {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.chosen-container-active .chosen-choices {
    border: 1px solid #790246 !important;
}

.chosen-container-multi .chosen-choices {
    box-shadow: none;
    border-radius: .2rem;
    background-image: none;
    border: 1px solid #ced4da;
}

.filter-tabs-wrap ul {
    border: 2px solid #4d454a;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .filter-tabs-wrap ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        border-left: 1px solid #4d454a;
        border-right: 1px solid #4d454a;
    }

        .filter-tabs-wrap ul li.active {
            background: #4d454a;
            color: #fff;
        }

.result-summary li {
    color: #323232;
    font-weight: 500;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
}

    .result-summary li:before {
        content: '';
        position: absolute;
        right: 0;
        top: 3px;
        bottom: 3px;
        width: 1px;
        background: #171717;
    }

    .result-summary li:last-child:before {
        display: none;
    }

.filterd-tags, .filterd-tags li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .filterd-tags li {
        background-color: #fff;
        box-shadow: 0 0 0 1.1px #4d454a;
        border-radius: 50px;
        padding: 1px 5px 2px 7px;
        margin: 3px;
        transition: all .3s;
    }

        .filterd-tags li .filterd-tags-name {
            color: #787878;
            font-size: 12px;
            font-weight: 700;
            margin-right: 5px;
            text-transform: uppercase;
            margin-top: 1px;
        }

        .filterd-tags li .filterd-tags-clsoe {
            max-width: 15px;
            min-width: 15px;
            cursor: pointer;
        }

ul.row-shape li.active .shape-img,
ul.row-shape li.active .color_img {
    background: #790246;
}

    ul.row-shape li.active .shape-img img {
        filter: brightness(10);
    }

ul.row-shape li.active .shape-name {
    color: #fff;
}

ul.color-whit-box li.active {
    background: #790246;
    color: #fff;
}


.seller-dash-filterd-tags, .seller-dash-filterd-tags li {
    display: flex;
    align-items: center;
}

    .seller-dash-filterd-tags li {
        background-color: transparent;
        box-shadow: 0 0 0 1.1px #b4b4b4;
        border-radius: 50px;
        padding: 3px 8px 4px 9px;
        margin: 3px;
        transition: all .3s;
    }

        .seller-dash-filterd-tags li:first-child {
            box-shadow: none;
            margin: 0;
            cursor: pointer;
            background: transparent;
            cursor: default;
        }

        .seller-dash-filterd-tags li .filterd-tags-name {
            color: #787878;
            font-size: 12px;
            font-weight: 700;
            margin-right: 5px;
            text-transform: capitalize;
            margin-top: 1px;
        }

        .seller-dash-filterd-tags li .filterd-tags-clsoe {
            max-width: 15px;
            min-width: 15px;
            cursor: pointer;
            filter: grayscale(1);
        }

.trade-screener-box-head {
    text-align: center;
    background: #4d454a;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
}

.trade-screener-detail-tbl {
    height: 429px;
    margin-bottom: 20px;
}

    .trade-screener-detail-tbl tr {
        border-color: #e6e6e6;
    }

        .trade-screener-detail-tbl tr th {
            background: #f5f5f5;
            color: #323232;
            padding: 5px 10px;
            border-color: #e6e6e6;
        }

        .trade-screener-detail-tbl tr td {
            color: #464646;
            background: #fff;
            border-color: #e6e6e6;
        }

.trade-screener-dtl-gray-txt {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 500;
}

.trade-screener-dtl-green-txt {
    color: #2cb026;
    font-size: 13px;
    font-weight: 500;
}

.Model-Animation.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.Model-Animation.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-opacity: 1;
    opacity: 1;
}

.fild-calender-icn {
    width: 17px;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.pls-dtl-txt {
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
}

.pls-dtl-txt-bold {
    font-weight: 600;
    font-size: 13px;
    color: #4e575d;
    text-transform: uppercase;
}

.pls-dtl-txt-normal {
    font-weight: 400;
    color: #757575;
    font-size: 13px;
    white-space: normal;
}

.modal-header-cust {
    background: #1E1E1E;
    color: #fff;
    padding: 10px 10px;
}

    .modal-header-cust .modal-title {
        font-size: 16px;
    }

    .modal-header-cust .btn-close {
        opacity: 1;
        color: #fff;
        background-image: none;
        font-size: 28px;
        line-height: 0;
        padding: 5px 5px;
    }

.kv-fileinput-caption {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 0 !important;
}

.btn-file {
    font-size: 13px;
    padding: 5px 5px;
}

@media screen and (min-width: 1200px) {
    .submenu-wrap ul li:hover ul {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .header-menu-list {
        position: fixed;
        overflow: auto;
        top: 0;
        left: -230px;
        background: #fff;
        width: 230px;
        display: block !important;
        z-index: 99;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        bottom: 0;
        transition: all 0.3s;
    }

    .submenu-wrap {
        display: none;
    }

    .menu-derk-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 5;
    }

    .mbl-menu-open.header-menu-list {
        left: 0;
    }

    .sub-menu-open .submenu-wrap {
        display: block;
    }

    li.sub-menu-open ul {
        display: block !important;
    }

    .header-bar-icn {
        display: block;
    }

    .submenu-wrap {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .header-menu-list .menu-list-item {
        flex-wrap: wrap;
    }

    .submenu-wrap ul li ul {
        position: relative;
        left: 5px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .header-logo {
        width: 110px;
        min-width: 110px;
        margin-right: 0;
    }

    .header-profile-txt h6,
    .header-profile-txt h5 {
        display: none;
    }
}

.cart-status-color-bottom {
    white-space: nowrap;
}

    .cart-status-color-bottom ul {
        padding: 3px 0 3px 0;
    }

        .cart-status-color-bottom ul li {
            font-size: 13px;
            text-align: center;
            display: inline-block;
            font-weight: 500;
            margin-right: 10px;
            text-transform: uppercase;
        }

            .cart-status-color-bottom ul li span {
                width: 20px;
                height: 20px;
                display: inline-block;
                text-transform: capitalize;
                margin-right: 5px;
                text-align: center;
                line-height: 20px;
                margin: 0 auto;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin-right: 5px;
            }

.status-available {
    color: #238c00;
}

    .status-available span {
        background: #238c00;
        color: #fff;
    }

        .status-available span:before {
            content: 'A';
        }

.status-new {
    color: #2693ff;
}

    .status-new span {
        background: #2693ff;
        color: #fff;
    }

        .status-new span:before {
            content: 'N';
        }

.status-memo {
    color: #dbb01b;
}

    .status-memo span {
        background: #dbb01b;
        color: #fff;
    }

        .status-memo span:before {
            content: 'M';
        }

.status-hold {
    color: #ff0000;
}

    .status-hold span {
        background: #ff0000;
        color: #fff;
    }

        .status-hold span:before {
            content: 'H';
        }

.status-sold {
    color: #ff941b;
}

    .status-sold span {
        background: #ff941b;
        color: #fff;
    }

        .status-sold span:before {
            content: 'S';
        }

.status-block {
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    width: auto;
    text-transform: capitalize;
    font-size: 11px;
}

.status-A {
    background: #1aaf5d;
}

.status-C {
    background: #ffc21c;
}

.status-S {
    background: #ff941b;
}

.status-CR {
    background: #f39c12;
}

.status-BR {
    background: #8e44ad;
}

.status-SM {
    background: #69f;
}

.status-B {
    background: #e74c3c;
}

.carat-weight-dropdown {
    min-width: 500px;
    cursor: default;
}

    .carat-weight-dropdown li {
        border-bottom: 1px solid #dfe4f7;
    }

.size-carat-click-div ul .cust-cel-col {
    padding: 3px;
}

.size-carat-click-div {
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 2px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .size-carat-click-div span {
        padding: 5px 5px;
        white-space: nowrap;
        border: 0;
        font-size: 12px;
        border-radius: 3px;
        width: 100%;
        background: #fff;
        font-weight: 400;
        border: 1px solid #e5e7ec;
        color: #433a3e;
    }

        .size-carat-click-div span a {
            color: #433a3e !important;
            font-weight: 800;
            font-size: 14px;
        }

.srv_box_inner {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .srv_box_inner.active {
        box-shadow: 0 0 4px rgba(47, 137, 23, 1);
    }

        .srv_box_inner.active:before {
            content: '';
            position: absolute;
            background: #2f8917;
            width: 5px;
            height: 40px;
            left: 0;
            bottom: 15px;
            z-index: 1;
        }

    .srv_box_inner .srv_img_box img {
        border-radius: 5px;
    }

    .srv_box_inner .srv_content_box {
        width: 100%;
        display: inline-block;
        padding: 15px 8px 0px;
    }

        .srv_box_inner .srv_content_box h6 {
            font-size: 13px;
            color: #4e575d;
            /*text-transform: uppercase;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .srv_box_inner .srv_content_box .srv_ul {
            width: 100%;
            display: inline-block;
        }

            .srv_box_inner .srv_content_box .srv_ul li h5 {
                margin-bottom: 0px;
                font-size: 13px;
                color: #4e575d;
                font-weight: 600;
            }

.products_main_img_box {
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.products_inner_img_box {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

    .products_inner_img_box img {
        transition: all 0.2s;
        object-fit: cover;
    }

.srv_box_inner .img_txt {
    position: absolute;
    top: 20px;
    left: -5px;
}

.pagination-sticky {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background: #fafafa;
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0 5px 0;
}

.pagination-cust .page-item {
    margin-right: 4px;
}

.srv_box_inner .img_txt p {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 4px;
    left: -3px;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}

.srv_box_inner .p_type {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 5px 8px;
    border-radius: 50px;
}

    .srv_box_inner .p_type h6 {
        font-size: 11px;
        line-height: 10px;
        font-weight: 600;
        color: #238c00;
        text-transform: uppercase;
        margin: 0;
        padding: 0px;
    }

.src-rest-topbtn {
    margin: 0 0 0 0;
    position: relative;
    border-left: 1px solid #dfe4f7;
    z-index: 50;
}

    .src-rest-topbtn ul li {
        display: inline-block;
        margin: 0 0 0 4px;
    }

        .src-rest-topbtn ul li a {
            display: block;
            background: #ffffff;
            -webkit-box-shadow: 0 0 2px 1px #71777b;
            -moz-box-shadow: 0 0 2px 1px #71777b;
            box-shadow: 0 0 2px 1px #1e1e1e;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #1e1e1e;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            overflow: hidden;
        }

            .src-rest-topbtn ul li a:hover {
                background: #1d1d1d;
                color: #fff;
            }

img.src-img-btn {
    width: 20px;
    height: 20px;
    object-fit: contain;
    /* filter: brightness(0) invert(0.2); */
    z-index: 3;
    position: relative;
}

i.src-img-btn {
    position: relative;
    top: 4px;
    font-size: 19px;
}

span.mbl-btn-text {
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
}

.src-rest-topbtn ul li a:hover img.src-img-btn,
.src-rest-topbtn ul li a:focus img.src-img-btn {
    filter: brightness(10);
}

/*.advance-src-wrapper {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

    .advance-src-wrapper ul li .mbl-menu-icn {
        display: none;
        color: #fff !important;
        text-align: center;
        font-size: 18px;
        margin: 0 auto 5px auto;
        position: relative;
        z-index: 1;
    }*/

.advance-src-heding-main {
    color: #433a3e;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0 30px 0;
    position: relative;
    text-align: center;
}

    .advance-src-heding-main:before {
        content: '';
        background: #dfe4f7;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        z-index: 9;
    }

    .advance-src-heding-main span {
        background: #fafafa;
        padding: 0 10px;
        display: inline-block;
        z-index: 10;
        position: relative;
    }

.fitscreen-height-main {
    min-height: calc(100vh - 130px);
}

.fitscreen-height-main {
    /* box-shadow: -4px -4px 5px rgb(0 0 0 / 5%); */
    position: relative;
    /* z-index: 55; */
    /*border-top-left-radius: 14px;*/
    padding: 0px 15px 15px 15px;
    background: #fafafa;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    /*height: 45px;*/
    /*padding: 10px 10px;*/
    height: auto;
    padding: 8px 10px;
    background: #fff !important;
    outline: none !important;
    font-weight: 400;
    font-size: 15px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}


.bootstrap-select .dropdown-menu {
    padding: 0;
    box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
    border: 0;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 10px 8px 4px 8px;
}

.bootstrap-select .form-control:focus {
    border-color: #790246;
    box-shadow: 0 0 0 .20rem rgba(190,162,162,.25);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #1d1d1d;
    top: 10px;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.filter-option-inner-inner {
    font-weight: 400;
    line-height: 1.5;
    color: #4d454a;
}

/* Order Checkout - START */
.filed-squre-box-main {
    position: relative;
    padding: 25px 15px 10px 15px;
    border: 1px solid #c8c8c8;
    margin: 25px 0 0 0;
}

.filed-squre-box-heading-name {
    color: #4e575d;
    font-size: 14px;
    font-weight: 600;
    background: #fafafa;
    position: relative;
    top: 0;
    float: left;
    margin-top: -35px;
    padding: 0 15px 0 5px;
}

.order-detail-inner {
    padding: 5px 0;
}

    .order-detail-inner ul {
        display: flex;
    }

        .order-detail-inner ul li {
            width: 100%;
            padding: 5px 0 5px 0;
            font-size: 13px;
            font-weight: 600;
            color: #323232;
            text-transform: uppercase;
            position: relative;
        }

            .order-detail-inner ul li:first-child {
                max-width: 200px;
            }

.dash-src-table {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 5px;
    margin: 5px 0 10px 0;
}

    .dash-src-table .table-bordered td, .dash-src-table .table-bordered th {
        border: 1px solid #e3e7f3 !important;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        padding: 6px 8px;
    }

    .dash-src-table .table thead th {
        background-color: #4e575d;
        color: #fff;
        font-weight: 600;
    }

    .dash-src-table .table tbody td {
        padding: 10px 10px;
        color: #5a5a5a;
        font-weight: 500;
    }

.dash-card-heading-row h4 span {
    color: #787878;
}

/* Order Checkout - END */

/*Order Checkout - Start*/
.order_summary_main {
    border-radius: 5px;
    margin-top: 10px;
}

.order_summary_header {
    background-color: #4e575d;
    /*border-top: 1px solid #e0e3ef;
    border-left: 1px solid #e0e3ef;
    border-right: 1px solid #e0e3ef;
    border-bottom: 2px solid #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

    .order_summary_header h3 {
        color: #ffffff;
        font-weight: 500;
        margin: 0;
        font-size: 13px;
        padding: 8px;
    }

.order_summary_body {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e3ef;
    border-left: 1px solid #e0e3ef;
    border-right: 1px solid #e0e3ef;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .order_summary_body h2 {
        color: #323232;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding: 10px 5px 10px 5px;
        display: inline-block;
    }

    .order_summary_body h3 {
        color: #323232;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding: 10px;
        display: inline-block;
        float: right;
        padding: 10px 5px 10px 5px;
    }

    .order_summary_body div {
        border-bottom: 1px solid #F0F0F0;
        margin-left: 10px;
        margin-right: 10px;
    }

        .order_summary_body div:last-child {
            border-bottom: 0;
            margin-left: 10px;
            margin-right: 10px;
        }
/*Order Checkout - End*/

/*Order Success & Cancel - Start*/
.order_success_main {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    margin-top: 35px;
    width: 560px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 2px solid #433A3E;
}

@media (min-width:768px) and (max-width:1199px) {
    .order_success_main {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
    }
}

@media (max-width:767px) {
    .order_success_main {
        width: 100%;
        float: left;
        position: relative;
        -webkit-transform: translate(-50%,50%);
        transform: translate(-50%,50%);
        left: 50%;
        margin-top: 0;
    }
}

.order_success_main h1 {
    color: #433A3E;
    font-weight: 700;
    font-size: 35px;
    padding-left: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .order_success_main h1 {
        padding-left: 0px;
        text-align: center;
        margin-top: 90px;
    }
}

.order_success_main p {
    color: #433A3E;
    font-size: 16px;
    /*letter-spacing: 2px;*/
    padding-left: 100px;
}

@media (max-width:767px) {
    .order_success_main p {
        padding-left: 0px;
        text-align: center;
    }
}

.order_success_btn_div {
    text-align: right;
    -webkit-transform: translate(0%,45%);
    transform: translate(0%,45%);
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width:767px) {
    .order_success_btn_div {
        text-align: center;
        -webkit-transform: translate(0%,45%);
        transform: translate(0%,45%);
        padding-right: 15px;
        padding-left: 15px;
    }
}

.icn_order_success {
    -webkit-transform: translate(-50%,9%);
    transform: translate(-50%,9%);
    position: absolute;
    width: 150px;
}

@media (max-width:767px) {
    .icn_order_success {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        width: 150px;
    }
}
/*Order Success & Cancel - End*/

/*========== Custom Checkbox New ==========*/
.cust-chk-bx {
    /*display: block;*/
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px; 
    color: #1d1d1d;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cust-chk-bx input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.cust-chkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    /*border-radius: 3px;*/
    border: 1px solid #c8c8c8;
    transition: all 0.3s;
}

.cust-chk-bx input:checked ~ .cust-chkmark {
    background-color: #1d1d1d;
    border-color: #ffffff !important;
}

.cust-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-chk-bx input:checked ~ .cust-chkmark:after {
    display: block;
}

.cust-chk-bx .cust-chkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-chk-bx input:focus ~ .cust-chkmark {
    border-color: #64585d;
    box-shadow: 0 0 0 .15rem rgba(95,83,89,.25);
}
/*========== Custom Checkbox New ==========*/

/*======= Custom radio button New ======*/
.cust-radio-btn {
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #5a5a5a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    align-items: center;
}

    .cust-radio-btn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.cust-radio-chkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #1d1d1d;
    border-radius: 50%;
    transition: all 0.3s;
}

.cust-radio-btn input:checked ~ .cust-radio-chkmark {
    background-color: #fff;
}

.cust-radio-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-radio-btn input:checked ~ .cust-radio-chkmark:after {
    display: block;
}

.cust-radio-btn .cust-radio-chkmark:after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1d1d1d;
}

.cust-radio-btn input:focus ~ .cust-radio-chkmark {
    box-shadow: 0 0 0 0.17rem rgba(208, 208, 208, 0.7);
}
/*======= Custom radio button New ======*/

/*========== Custom Checkbox ==========*/
.cust-chk-bx2 {
    /*display: block;*/
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 20px;
    height: 20px;
    font-weight: 400;
}

    .cust-chk-bx2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.cust-chkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.cust-chk-bx2 input:checked ~ .cust-chkmark2 {
    background-color: #fff;
    border-color: #790246;
}

.cust-chkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-chk-bx2 input:checked ~ .cust-chkmark2:after {
    display: block;
}

.cust-chk-bx2 .cust-chkmark2:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #790246;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-chk-bx2 input:focus ~ .cust-chkmark2 {
    border-color: #790246;
    box-shadow: 0 0 0 .2rem rgba(95,83,89,.25);
}
/*========== Custom Checkbox ==========*/

.table-cust-chk-bx {
    width: 20px;
    height: 20px;
    padding-left: 0;
    margin: 0 auto;
}

.search-rslt-wrap {
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 20px;
    background: #f0f0f0;
    z-index: 99;
    right: -300px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 0 2px #e0e3ef;
    overflow: auto;
    transition: all 0.3s;
}

    .search-rslt-wrap.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

.grid-checkbox {
    color: #fff;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 500;
}

.form-group-label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.al-table-top-info ul li {
    display: inline-block;
    color: #1d1d1d;
    font-weight: 500;
    font-size: 12px;
    border-right: 1px solid #1d1d1d;
    padding: 0 8px 0 5px;
    text-transform: uppercase;
}

    .al-table-top-info ul li:last-child {
        border-right: 0;
    }

::selection {
    background-color: #e193c0;
    color: #000;
}

input::-webkit-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: MerriweatherSans;
}

input:-ms-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: MerriweatherSans;
}

input:-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: MerriweatherSans;
}

input::-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
    font-family: MerriweatherSans;
}

.chosen-disabled {
    opacity: 1 !important;
}

    .chosen-disabled .chosen-single {
        background-color: #e9ecef !important;
    }

.grid-pair-head {
    height: 38px;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #e0e3ef;
    border-bottom: 1px solid #e0e3ef;
    background: #e9e0ce;
}

.card-header {
    background-color: #790246;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 0 !important;
}
