﻿html,
body {
    width: 100%;
}

body {
    margin: 0;
    padding: 40px 0 0 0;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #F5F5F5;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    color: #333;
    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;
}

/*------ Segoe UI-------*/
@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-Semilight.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-SemiBold.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe UI-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
/*---------------------*/

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: .125rem;
    font-size: 14px;
    padding: 0;
    /*border-radius: 8px;*/
    overflow: hidden;
}

    .dropdown-menu .dropdown-item {
        color: #323232;
        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;
        border-bottom: 1px solid #f9f4f7;
    }

.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(255,108,171,0.20);
}

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: #323232;
}*/

.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: #FF7EB6;
    box-shadow: 0 0 0 0.2rem rgba(255,108,171,0.15);
    outline: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FF7EB6;
}

.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: 450px;*/
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index: 1;
}

.login-logo {
    padding: 0 70px;
}

.login-inner-box {
    background: #F5F5F5;
    padding: 35px;
    margin-top: 15px;
    border-radius: 5px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.4) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}


.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: 150px;
    min-width: 150px;
    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 2px 0 5px;
    }

        .header-menu-list .menu-list-item .menu-list-icon i {
            font-size: 22px;
            color: #1D1D1D;
        }

    .header-menu-list .menu-list-item .menu-list-txt {
        color: #1e1e1e;
        font-size: 14px;
        line-height: 14px;
        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: #323232;
        font-weight: 600;
        font-size: 13px;
    }

    .header-profile-txt h5 {
        color: #323232;
        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: 14px;
    }

.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(255,108,171,0.20);
}

.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: 16px;
    color: #323232;
    padding: 8px 0;
    text-transform: uppercase;
}

.highcharts-credits {
    display: none;
}

.header-menu-list {
}

.clck-filter-main {
    overflow: auto;
}

.col-form-label {
    font-weight: 500;
    font-size: 14px;
    color: #323232;
    padding: 0 0;
    text-transform: capitalize;
    line-height: normal;
    padding: 3px 1px;
}


/*========  AG Gride Custom ==========*/
.ag-theme-balham {
    font-weight: 500 !important;
}

    .ag-theme-balham .ag-row {
        color: #4A4A4A !important;
    }

.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;
    font-weight: 400;
    font-size: 13px;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
}

    .ag-theme-balham .ag-ltr .ag-cell i {
        font-size: 18px;
        line-height: 26px !important;
    }

.ag-theme-balham .ag-floating-bottom .ag-cell {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #323232;
}

.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked:after {
    color: #FF7EB6 !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: #EAEAEA !important;
}

.ag-theme-balham .ag-header-cell-text {
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

/*.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 ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
}

    .grd-ImgVido ul li a {
        display: block;
    }

        .grd-ImgVido ul li a i {
            font-size: 18px;
            color: #343D48;
        }

        .grd-ImgVido ul li a img {
            width: 16px;
        }

.grd-ImgVido a {
    font-size: 18px;
    line-height: 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;
    }

.grid-icon{
    height: 20px;
}

.grid-icon a img, .grid-icon a i {
    max-width: 21px;
    opacity: 0.8;
}

.grid-icon a:hover img, .grid-icon a:hover i {
    filter: none;
    opacity: 1;
}

/*======== 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: #323232;
            font-size: 14px;
            font-weight: 500;
            margin: 10px 0 0 5px;
            padding: 7px 20px;
        }

            .tabs-custom .nav-item .nav-link.active {
                background: #ff7eb6;
                border-color: #ff7eb6;
                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: #323232;
    padding: 0 1px;
    overflow: hidden;
    border-radius: 3px;
}

    .status-tabs-wrap li {
        color: #323232;
        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: #323232;
            color: #fff;
        }

.result-view-change-wrapper {
    padding-left: 10px;
    margin-left: 10px;
}

    .result-view-change-wrapper ul {
        background: #323232;
        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: #323232;
            }


.table-box-main {
    background: #fff;
}

    .table-box-main table thead tr th {
        background: #EAEAEA;
        color: #4A4A4A;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px 10px;
        border-right: 1px solid #bdc3c7;
        border-bottom: 1px solid #bdc3c7;
        white-space: nowrap;
        text-align: center;
        font-weight: 500;
        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: #323232;
        font-weight: 500;
        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: 13px;
    }

    .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: #323232 !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: #FF7EB6 !important;
    text-decoration: none !important;
    /*text-underline-offset: 2px;*/
    /*font-weight: 600;*/
}

.grid-media-col ul li a {
    display: block;
    color: #323232;
    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 #323232;
        border-radius: 3px;
        background: #fff;
        color: #323232 !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: #323232;
        }

        .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 #323232 !important;
            background-color: #323232 !important;
            background: #323232 !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 #FF7EB6 !important;
            background-color: #FF7EB6 !important;
            background: #FF7EB6 !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: #FF7EB6;
}

.stn-serch-bdr-btm {
    padding-top: 0px;
    position: relative;
    /*padding: 0.5rem 0 0.5rem;*/
    /*padding-bottom: 0.225rem;*/
    padding: 0.2rem 0 0.2rem;
}
/*.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: #323232;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
    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: 1px;
}

    .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;
    transition: all 0.3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .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(255,108,171,0.15);
        color: #323232;
    }

.shape-name {
    color: #323232;
    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: #323232;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    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: #323232;
    }

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: #323232;
        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;
        border-radius: 5px;
    }

     /*   ul.color-whit-box li:hover {
            background: rgba(255,108,171,0.15);
            color: #323232;
        }*/

        ul.color-whit-box li:hover {
            background: rgba(255, 108, 171, 0.2);
            border-color: #ff7eb6;
        }

ul.filter-box li {
    padding: 3px 10px;
    border: 1px solid #ced4da;
    margin: 3px 1px 3px 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    color: #323232;
    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(255,108,171,0.2);
        color: #323232;
    }

    ul.filter-box li.active {
        background: #FF7EB6;
        color: #fff;
        border-color: #ff7eb6;
    }

.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: #FF7EB6;
                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 #d885a8 !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 #323232;
    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 #323232;
        border-right: 1px solid #323232;
    }

        .filter-tabs-wrap ul li.active {
            background: #323232;
            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 #323232;
        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: rgba(255, 108, 171, 0.2);
    border-color: #ff7eb6;
}

    /*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 {
    /* color: #fff; */
    background: rgba(255, 108, 171, 0.2);
    border-color: #ff7eb6;
}


.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: #323232;
    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: #323232;
    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: #323232;
    text-transform: uppercase;
}

.pls-dtl-txt-normal {
    font-weight: 400;
    color: #333;
    font-size: 13px;
    white-space: normal;
}

.modal-header-cust {
    background: #FF7EB6;
    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;
}

.fileinput-upload-button {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 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: 5px;
            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: 3px;
            }

.status-available {
    color: #1AAF5D;
}

    .status-available span {
        background: #1AAF5D;
        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: #f39c12;
}

    .status-memo span {
        background: #f39c12;
        color: #fff;
    }

        .status-memo span:before {
            content: 'M';
        }


.status-out {
    color: #ffc21c;
}

    .status-out span {
        background: #ffc21c;
        color: #fff;
    }

        .status-out span:before {
            content: 'O';
        }

.status-hold {
    color: #ff0000;
}

    .status-hold span {
        background: #ff0000;
        color: #fff;
    }

        .status-hold span:before {
            content: 'H';
        }

.status-sold {
    color: #757575;
}

    .status-sold span {
        background: #757575;
        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;
}

.status-M {
    background: #f39c12;
}

.status-O {
    background: #ffc21c;
}

.status-H {
    background: #FF0000;
}

.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: #323232;
    }

        .size-carat-click-div span a {
            color: #323232 !important;
            font-weight: 800;
            font-size: 14px;
        }
.srv_boxes_main {
    display: flex;
}
.srv_box_inner {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.059));
    padding: 10px;
    border-radius: 5px;
    /*margin-top: 15px;*/
    margin-bottom: 25px;
    position: relative;
}

    .srv_box_inner.active {
        background: rgba(255, 108, 171, 0.2) !important;
        border: 1px solid #ff7eb6;
        box-shadow: 0px 0px 3px rgba(255, 108, 171, 0.25);
        /*   border: 1px solid #FF6CAB;
        box-shadow: 0px 0px 3px rgba(255, 108, 171,1);*/
    }
        .srv_box_inner.active .hr::before {
            background: rgba(255, 108, 171, 0.50) !important;
        }
       /* .srv_box_inner.active:before {
            content: '';
            position: absolute;
            background: #FF6CAB;
            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: #323232;
            /*text-transform: uppercase;*/
            overflow: hidden;
        text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px;
            font-weight: 600;
            word-spacing: 5px;
        }

            .srv_box_inner .srv_content_box h6 a {
                padding-right: 5px;
                color: #FF7EB6;
            }

            .srv_box_inner .srv_content_box h6 .cart-status-color-bottom {
                display: inline-block;
            }
        .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: #323232;
                font-weight: 600;
            }


.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 #71777b;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #323232;
            -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: #323232;
                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: #323232;
    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 - 201px);
}

.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: #FF7EB6;
    box-shadow: 0 0 0 0.2rem rgba(255,108,171,0.15);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #5f5258;
    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: #323232;
}

/* 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: #323232;
    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: #323232;
        color: #fff;
        font-weight: 600;
    }

    .dash-src-table .table tbody td {
        padding: 10px 10px;
        color: #323232;
        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: #323232;
    /*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 #323232;
}

@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: #323232;
    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: #323232;
    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: 15px;
    color: #323232;
    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: #FF7EB6;
    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: #c8c8c8;
    /*box-shadow: 0 0 0 .15rem rgba(50,50,50,.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: #323232;
    -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: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #32323269;
    border-radius: 50%;
    transition: all 0.3s;
}

.cust-radio-btn input:checked ~ .cust-radio-chkmark {
    background-color: #fff;
    border: 1px solid #FF7EB6;
}

.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: #FF7EB6;
}

/*.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: #323232;
    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 #323232;
    transition: all 0.3s;
}

.cust-chk-bx2 input:checked ~ .cust-chkmark2 {
    background-color: #fff;
    border-color: #323232;
}

.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 #323232;
    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: #323232;
    box-shadow: 0 0 0 .2rem rgba(50,50,50,.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: #FFE2EE;
}

input::-webkit-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
}

input:-ms-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
}

input:-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
}

input::-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 13px;
}

.chosen-disabled {
    opacity: 1 !important;
}

    .chosen-disabled .chosen-single {
        background-color: #e9ecef !important;
    }

.grid-pair-head {
    height: 38px;
    color: #FF7EB6;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #e0e3ef;
    border-bottom: 1px solid #e0e3ef;
    background: #dbcce7;
}

.card {
    border-radius: 0 !important;
    border-color: #bdc3c7 !important;
}

.card-header {
    background-color: #EAEAEA;
    color: #4A4A4A;
    padding: 6px 16px;
    border-radius: 0 !important;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.bg-purple {
    background-image: url("/Content/images/login-bg.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
}

.ag-root ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/*
.ag-root ::-webkit-scrollbar-button {
    background: #ccc
}

.ag-root ::-webkit-scrollbar-track-piece {
    background: #888
}

.ag-root ::-webkit-scrollbar-thumb {
    background: #eee
}*/


/*============= Ag Grid Custome ===========*/

 /*ag-theme-balham .ag-header {
    font-weight: 400 !important;
    font-size: 15px !important;
    background-color: #EAEAEA !important;
    color: #4A4A4A !important;
    border-bottom: 1px solid #D9D9D9;
}

.ag-root-wrapper {
    border: 1px solid #D9D9D9 !important;
}

.ag-theme-balham {
    font-weight: 400 !important;
    font-family: BrandonGrotesque !important;
    border-bottom: 3px solid #737791;
}

    .ag-theme-balham .ag-icon {
        color: #4A4A4A !important;
    }

.ag-header-cell-menu-button {
    position: absolute;
    right: 3px;
}

.ag-cell {
    text-align: center;
}

.ag-theme-balham .ag-row {
    border-color: #D9D9D9;
}

.ag-theme-balham .ag-row-selected {
    background-color: rgba(255, 57, 141, 0.20) !important;
    border-color: #fff !important;
}

.ag-row-selected:before {
    background-color: rgba(255, 57, 141, 0.20) !important;
}

.ag-row-hover.ag-row-selected:before {
    background-color: rgba(255, 57, 141, 0.20) !important;
    background-image: none !important;
}

.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ag-theme-balham .ag-ltr .ag-cell {
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 400;
    color: #343D48 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: none !important;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: break-spaces;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-right: 1px solid #D9D9D9 !important;
}

.ag-theme-balham .ag-cell {
    padding-left: 0;
    padding-right: 0;
}

.ag-header-cell {
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}*/
/*.ag-cell-wrapper {
    text-align: center;
    height: 100%;
}

    .ag-cell-wrapper .ag-selection-checkbox {
        margin-right: 0 !important;
    }

.ag-theme-balham .ag-icon-checkbox-checked:before, .ag-theme-balham .ag-icon-checkbox-checked-readonly:before {
    content: none;
}

.ag-theme-balham .ag-icon-checkbox-unchecked:before, .ag-theme-balham .ag-icon-checkbox-unchecked-readonly:before {
    content: none;
}

.ag-theme-balham .ag-icon-checkbox-indeterminate:before, .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly:before {
    content: none;
}

.ag-theme-balham .ag-icon-checkbox-unchecked {
    background-image: url('../images/blank-check-box.svg') !important;
}

.ag-theme-balham .ag-icon-checkbox-indeterminate {
    background-image: url('../images/check-minus.svg') !important;
}

.ag-theme-balham .ag-icon-checkbox-checked, .ag-theme-balham .ag-icon-checkbox-indeterminate, .ag-theme-balham .ag-icon-checkbox-unchecked {
    background-color: transparent;
}

.ag-theme-balham .ag-icon-checkbox-checked {
    background-image: url('../images/check-mark-check.svg') !important;
}*/
.ag-cell-wrapper.ag-row-group {
    align-items: center !important;
}

.ag-theme-balham .ag-group-expanded {
    margin-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-size: cover !important;
    background-image: url('../images/minus-icon.svg') !important;
    cursor: pointer;
}

    .ag-theme-balham .ag-group-expanded .ag-icon {
        display: none;
    }

.ag-theme-balham .ag-group-contracted {
    margin-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-size: cover !important;
    background-image: url('../images/plus-icon.svg') !important;
    cursor: pointer;
}

    .ag-theme-balham .ag-group-contracted .ag-icon {
        display: none;
    }

.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
    top: 0;
}

/*span.ag-selection-checkbox {
    width: 100%;
    margin-top: -10px;
}

.ag-paging-panel {
    height: 50px !important;
    border-top-color: inherit !important;
    border-top: inherit !important;
}

.ag-paging-page-summary-panel .ag-icon {
    background: #ff7eb6;
    color: #ffffff !important;
    border-radius: 5px;
    box-shadow: 0px 8px 24px rgba(231, 146, 182, 0.27);
    -webkit-box-shadow: 0px 8px 24px rgba(231, 146, 182, 0.27);
    -moz-box-shadow: 0px 8px 24px rgba(231, 146, 182, 0.27);
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    font-size: 25px !important;
}

.ag-cell-focus, .ag-cell-no-focus {
    border-left: 1px solid #fff0 !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #fff0 !important;
    border-bottom: 1px solid #fff0 !important;
}

.no-border.ag-cell:focus {
    border: none !important;
    outline: none;
}

.ag-theme-balham .ag-header-row:first-child .ag-header-cell, .ag-theme-balham .ag-header-row:first-child .ag-header-group-cell {
    border-top-width: 0;
    border-right-width: 1px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D9D9D9;
}

.ag-theme-balham .ag-header-cell::after, .ag-theme-balham .ag-header-group-cell::after {
    border-right: 1px solid rgba(255, 255, 255,0.8) !important;
    height: 100% !important;
    margin-top: 0 !important;
    content: inherit;
    background-color: transparent !important;
    border: none !important;
}

.grid-expand-colm {
    background: #fafafa;
    overflow: auto;
}

    .grid-expand-colm table tr td {
        padding: 5px 3px;
        font-size: 13px;
        color: #323232;
        font-weight: 400;
        white-space: normal;
        border-bottom: 1px solid #dee2e6;
        font-weight: 600 !important;
    }

        .grid-expand-colm table tr td:first-child {
            font-weight: 500;
            white-space: nowrap;
        }

        .grid-expand-colm table tr td:last-child {
            color: #222;
            font-weight: 400;
        }

.ag-header-cell-menu-button {
    position: absolute;
    right: 3px;
    opacity: 1 !important;
}

.ag-theme-balham .ag-header-cell-label {
    width: calc(100% - 0px) !important;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A4A4A;
    letter-spacing: 0.02em;
}

.grd-ImgVido ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
}

    .grd-ImgVido ul li a {
        display: block;
    }

        .grd-ImgVido ul li a i {
            font-size: 18px;
            color: #343D48;
        }

        .grd-ImgVido ul li a img {
            width: 16px;
        }*/


.StoneImageUl a img {
    width: 35px;
    height: 35px;
    line-height: 35px;
    object-fit: cover;
    transform: scale(2.2);
}

/*.ag-theme-balham .ag-paging-number, .ag-theme-balham .ag-paging-row-summary-panel-number {
    font-weight: 700;
    color: #4A4A4A;
}

.ag-theme-balham .ag-paging-panel {
    height: 45px !important;
    font-size: 15px;
    font-weight: 600;
}

.grid-expand-view-img {
    max-width: 22%;
}

.grid-expand-view-tbl {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}

.grid-expand-view-tbl-last {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked:after {
    color: #FF7EB6 !important;
}

.ag-theme-balham .ag-checkbox-input-wrapper:after {
    color: #D9D9D9 !important;
}

.ag-header-cell-menu-button {
    display: none;
}

span.ag-group-value {
    padding-left: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FF7EB6;
}

.ag-group-child-count {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FF7EB6;
}*/

/*.ag-theme-balham .ag-checkbox-input-wrapper:after {
    content: "\f077" !important;
    border: none;
    color: #4A4A4A !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 0;
}*/


/*.ag-theme-balham .ag-checkbox-input-wrapper:after {
    background-image: url(../images/blank-check-box.svg) !important;
}

.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked:after {
    background-image: url(../images/check-mark-check.svg) !important;
}*/


.listtoneinfo {
     overflow-y: hidden; 
    -webkit-overflow-scrolling: touch;
     overflow-x: auto; 
}

    .listtoneinfo .tableexpandboxes {
        margin-bottom: 25px;
        display: table-cell;
        vertical-align: top;
        white-space: nowrap;
        margin: 0 5px;
    }

.tableexpandbox {
    width: 100%;
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    /*margin-bottom: 25px;*/
}

    .tableexpandbox .teiboxes:first-child {
        border-radius: 10px 10px 0px 0px;
    }

    .tableexpandbox .teiboxes:last-child {
        border-radius: 0px 0px 10px 10px;
    }

    .tableexpandbox .teiboxes {
        border-bottom: 1px solid #D9D9D9;
    }

        .tableexpandbox .teiboxes:last-child {
            border-bottom: none;
        }

        .tableexpandbox .teiboxes p {
            font-weight: 400;
            font-size: 13px;
            line-height: 13px;
            color: #4A4A4A;
            padding: 10px 10px;
            /*text-transform: uppercase;*/
            word-wrap: break-word;
            max-width: 300px;
            white-space: break-spaces;
            margin: 0;
        }

            .tableexpandbox .teiboxes p:first-child {
                white-space: nowrap;
                text-align: left;
                font-weight: 500;
            }

            .tableexpandbox .teiboxes p:last-child {
                padding-left: 0px;
                text-align: right;
            }

        .tableexpandbox .teiboxes:nth-child(odd) {
            background: rgba(244, 244, 244, 0.5);
        }

        .tableexpandbox .teiboxes:nth-child(even) {
            background: rgba(255, 255, 255, 0.5);
        }

.hr {
    /*border-bottom: 2px solid #D9D9D9;
    margin: 15px 0px;
    opacity: 0.5;*/
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 10px 0px;
    line-height: 10px;
}

    .hr::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #e2e2e2;
        line-height: 10px;
    }

.products_main_img_box {
    width: 100%;
    /*background-color: white;*/
    overflow: hidden;
    height: 250px;
    object-fit: contain;
}

.products_inner_img_box {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

    .products_inner_img_box img {
        transition: all 0.2s;
        border-radius: 5px;
        max-width: 100%;
        max-height: 100%;
    }

    .products_inner_img_box.small_img {
        transform: scale(1.5);
    }

    .products_inner_img_box.big_img {
        transform: scale(1);
    }

.imagemodal .modal-header {
    background-color: transparent;
    border: none;
    padding: 0;
}
.imagemodal .modal-content {
    background-color: transparent;
}

.imagemodal .modal-header .btn-close {
    position: absolute;
    right: -1px;
    top: 2px;
    background: no-repeat;
    line-height: 0;
    text-align: center;
    z-index: 99;
    opacity: 1;
    font-size: 25px;
}
