﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fafafa;
    overflow-x: hidden;
    font-family: MerriweatherSans, sans-serif;
    letter-spacing: 0.3px;
}

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;
}

@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;
}

.Loader-main {
    background: rgba(51, 63, 104,0.7);
    background-size: 25vmin;
    background-repeat: no-repeat;
    background-position: center 40%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.progress {
    width: 100%;
    max-width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    overflow: hidden;
    right: 0;
    z-index: 1;
}

    .progress:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #002746;
        animation: load 15s linear;
    }

.loader-logo {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

.loader-box {
    width: 60px;
    height: 60px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate1 {
    25% {
        transform: translateY(9px);
    }

    50% {
        transform: translateY(18px);
    }

    75% {
        transform: translateY(9px);
    }

    100% {
        transform: translateY(0);
    }
}

.loader-shadow {
    width: 55px;
    height: 4px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

.loader-logo-innar {
    position: absolute;
    width: 50%;
    top: 12%;
    left: 15%;
    animation: animate1 .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}

@-moz-keyframes load {
    0% {
        width: 0;
    }

    10% {
        width: 5%;
    }

    20% {
        width: 15%;
    }

    30% {
        width: 25%;
    }

    40% {
        width: 30%;
    }

    50% {
        width: 44%;
    }

    60% {
        width: 50%;
    }

    70% {
        width: 72%;
    }

    80% {
        width: 84%;
    }

    90% {
        width: 92%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }

    10% {
        width: 5%;
    }

    20% {
        width: 15%;
    }

    30% {
        width: 25%;
    }

    40% {
        width: 30%;
    }

    50% {
        width: 44%;
    }

    60% {
        width: 50%;
    }

    70% {
        width: 72%;
    }

    80% {
        width: 84%;
    }

    90% {
        width: 92%;
    }

    100% {
        width: 100%;
    }
}

@keyframes load {
    0% {
        width: 0;
    }

    10% {
        width: 5%;
    }

    20% {
        width: 15%;
    }

    30% {
        width: 25%;
    }

    40% {
        width: 30%;
    }

    50% {
        width: 44%;
    }

    60% {
        width: 50%;
    }

    70% {
        width: 72%;
    }

    80% {
        width: 84%;
    }

    90% {
        width: 92%;
    }

    100% {
        width: 100%;
    }
}

::selection {
    background-color: #d5e2f3;
    color: #083050;
}

::-webkit-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 14px;
    /*font-family: optima, sans-serif;*/
}

::-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 14px;
    /*font-family: optima, sans-serif;*/
}

:-ms-input-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 14px;
    /*font-family: optima, sans-serif;*/
}

:-moz-placeholder {
    color: #b4b4b4 !important;
    font-weight: 400;
    font-size: 14px;
    /*font-family: optima, sans-serif;*/
}

input[type="password"] {
}

.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: #333;
        font-size: 14px;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        border-bottom: 1px solid #f5f5f5;
        font-weight: 600;
        line-height: normal;
        padding: 10px 20px 10px 20px;
        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;
}

tr.shown td.details-control {
    background: url('../images/minus.svg') no-repeat center center;
    background-size: 18px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    background-color: #fafafa;
}

.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: #083050;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8,48,80,.25);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #083050;
}

.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;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent !important;
    font-weight: normal !important;
    color: #454545 !important;
    text-align: center;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #083050 !important;
        background: #083050 !important;
        color: #fff !important;
    }

.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;
}

/*========== Custom Checkbox ==========*/

.cust-chk-bx {
    display: block;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

    .cust-chk-bx input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.cust-chkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    /*border-radius: 3px;*/
    border: 1px solid #c8c8c8;
    transition: all 0.3s;
}

.cust-chk-bx input:checked ~ .cust-chkmark {
    background-color: #333;
    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: 7px;
    top: 4px;
    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 .2rem rgba(78,87,93,.25);
}

/*======= Custom radio  button ======*/

.cust-radio-btn {
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    -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 #333;
    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: #333;
}

.cust-radio-btn input:focus ~ .cust-radio-chkmark {
    box-shadow: 0 0 0 0.17rem rgba(208, 208, 208, 0.7);
}

.login-logo-wrap {
    max-width: 380px;
    padding: 15px 0 15px 0;
}

.login-logo {
    width: 150px;
    margin: 10px auto;
}

.login-lft-ring-wrap {
    max-width: 450px;
    margin-top: 15%;
}

.login-right-col-wrap {
    height: 100vh;
}

.right-col-line-1 {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .right-col-line-1 h1 {
        color: #083050;
        margin-bottom: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 20px;
        font-weight: 600;
    }

    .right-col-line-1 p {
        color: #333;
        font-size: 14px;
        margin-bottom: 0;
    }

.right-col-line-2 {
    padding-top: 10px;
}

.form-group-label {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.forgot-pass-link {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .forgot-pass-link:hover,
    .forgot-pass-link:focus {
        text-decoration: underline;
        color: #333;
    }

.font-weight-bold {
    font-weight: 600 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.signup-link-lgn,
.signup-link-lgn a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .signup-link-lgn a {
        color: #083050;
        font-weight: 500;
    }

        .signup-link-lgn a:hover {
            text-decoration: underline;
        }

.registration-box-wrap {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.register-back-button a {
    border: 0;
    background: #083050;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 3px;
    display: inline-block;
}

    .register-back-button a i {
        margin-right: 5px;
        font-size: 18px;
    }

.box-filed-heding-wrapper {
    position: relative;
    display: flex;
    padding-bottom: 5px;
}

    .box-filed-heding-wrapper:before {
        content: '';
    }

    .box-filed-heding-wrapper h1 {
        color: #333;
        font-size: 20px;
        font-weight: normal;
        display: inline-block;
        margin: 0;
        padding-right: 15px;
    }

.box-filed-heding-border {
    height: 1px;
    background: #c8c8c8;
    width: 100%;
}

.requird-fil-start {
    color: #ff0000;
}

.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: #333;
    font-size: 14px;
    font-weight: 600;
    background: #fafafa;
    position: relative;
    top: 0;
    float: left;
    margin-top: -35px;
    padding: 0 15px 0 5px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5d5157;
    border-color: transparent;
    color: #fff;
}

.fild-calender-icn-main {
}

.fild-calender-icn {
    width: 17px;
    opacity: 0.6;
    position: absolute;
    right: 15px;
    top: 10px;
}

.menu-toggle-icn {
    width: 27px;
}

.filter-option-inner-inner {
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}
/*.header-main-fix:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset -4px -4px 5px rgba(0, 0, 0,  0.4);
    z-index: -1;
}
.sidebar:before {
    box-shadow: inset -4px -5px 5px rgba(0, 0, 0,  0.4);
    z-index: 4;
    top: 55px;
}*/

.slect-noborder .dropdown-toggle {
    border: 0;
    height: 32px;
    padding: 5px 10px;
    box-shadow: none !important;
}

    .slect-noborder .dropdown-toggle:after {
        margin-left: 10px;
    }


/*--- Search result ---*/
.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;
}

.page-header-name h1 {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-box-main {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.04);
}

    .table-box-main .cust-chkmark {
        height: 20px;
        width: 20px;
    }

    .table-box-main .cust-chk-bx .cust-chkmark:after {
        left: 6px;
        top: 3px;
    }

    .table-box-main .cust-chk-bx {
        line-height: 20px;
    }

.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: 600;
            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-block {
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    width: 25px;
    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;
}

.al-table-top-info {
}

    .al-table-top-info ul li {
        display: inline-block;
        color: #333;
        font-weight: 500;
        font-size: 12px;
        border-right: 1px solid #A1A1A1;
        padding: 0 8px 0 5px;
        text-transform: uppercase;
    }

        .al-table-top-info ul li:last-child {
            border-right: 0;
        }

.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: #333;
            -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: #002746;
                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);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #333;
}

.tooltip-inner {
    background-color: #333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.result-view-change-wrapper {
    padding-left: 10px;
    margin-left: 10px;
}

    .result-view-change-wrapper ul {
        background: #333;
        border-radius: 4px;
        overflow: hidden;
        padding: 2px 2px;
        margin-top: -1px;
        border-bottom: none;
    }

        .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: #333;
            }

.table-box-main .datatable-custom-wrapper table {
}

    .table-box-main .datatable-custom-wrapper table thead {
    }

        .table-box-main .datatable-custom-wrapper table thead tr th {
            background-color: #083050;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            padding: 6px 8px;
            border-right: 1px solid #919191;
            border-bottom: 1px solid #919191;
            white-space: nowrap;
            text-align: center;
            font-weight: 500;
            letter-spacing: 0.3px;
            padding-right: 12px;
            padding-left: 12px;
        }

.modal-header-cust {
    background: #083050;
    color: #fff;
    border-radius: 3px;
}

    .modal-header-cust .close {
        opacity: 1;
        color: #fff;
    }

.datatable-custom-wrapper table tbody tr td {
    color: #333;
    font-weight: 400;
    border-right: 1px solid #e0e3ef;
    border-bottom: 1px solid #e0e3ef;
    border-top: 0 solid #e0e3ef !important;
    text-align: center;
    padding: 3px 7px;
    white-space: nowrap;
    font-size: 12px;
}

    .datatable-custom-wrapper table tbody tr td .pls-dtl-txt-normal {
        white-space: normal;
        word-break: break-word;
    }

.table-box-main .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #e0e3ef;
}

tr.group {
    background: #DBCCE7 !important;
}

    tr.group td {
        color: #470a68 !important;
    }

.table-box-main .datatable-custom-wrapper table tbody tr.group td {
    color: #333;
    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: #333;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: 600;
}

.grid-media-col ul li a {
    display: block;
    color: #333;
    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 #333;
        border-radius: 3px;
        background: #fff;
        color: #333 !important;
        font-weight: 600;
        background: #fff;
        padding: 0.4em 0.8em;
        line-height: normal;
    }

        .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: #083050;
        }

        .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 #083050 !important;
            background-color: #083050 !important;
            background: #083050 !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 #083050;
            background-color: #083050 !important;
            background: #083050 !important;
        }

.table-box-main table.dataTable thead .sorting_asc {
    background-image: url(../plugins/datatable/images/arrow_long_up_icon.svg);
    background-size: 11px;
    /*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;
    /*padding-left: 13px;*/
}

.table-box-main table.dataTable thead .sorting {
    background-image: none;
}

.table-box-main .dataTables_wrapper .dataTables_length, .table-box-main .dataTables_wrapper .dataTables_filter,
.table-box-main .dataTables_wrapper .dataTables_info, .table-box-main .dataTables_wrapper .dataTables_processing,
.table-box-main .dataTables_wrapper .dataTables_paginate {
    color: #1d1d1d;
}

/*==Search==*/
.simplebar-scrollbar:before {
    background: #083050;
}

.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: #333;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 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(8,48,80,0.2);
        color: #333;
    }

.shape-name {
    color: #333;
    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: #333;
    -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: #333;
    }

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: 0 2px 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 13px;
        color: #333;
        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(8,48,80,0.2);
            color: #333;
        }

.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;
}

.Colortabs {
    border: 0;
}

    .Colortabs .nav-item {
        border: 0;
    }

        .Colortabs .nav-item .nav-link {
            border: 0;
            padding: 0;
            font-weight: 500;
        }

            .Colortabs .nav-item .nav-link.active {
                color: #083050;
                background: transparent;
                text-decoration: underline;
                text-underline-offset: 2px;
            }

.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: #083050;
    box-shadow: 0 0 0 .20rem rgba(8,48,80,.25);
}

.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;
}

.color-white-fancy-tab {
    border: 0;
    padding-top: 4px;
}

    .color-white-fancy-tab li a {
        color: #969696;
        font-weight: 600;
        font-size: 11px;
    }

        .color-white-fancy-tab li a.active {
            color: #333;
        }

.ston-src-right-serc-box {
}

.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;
        /*width: 22px;*/
        color: #fff !important;
        text-align: center;
        font-size: 18px;
        margin: 0 auto 5px auto;
        position: relative;
        z-index: 1;
    }

.advance-src-heding-main {
    color: #333;
    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: -1;
    }

    .advance-src-heding-main span {
        background: #fafafa;
        padding: 0 10px;
        display: inline-block;
    }

ul.row-shape li.active .shape-img,
ul.row-shape li.active .color_img {
    background: #083050;
}

    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: #083050 !important;
    color: #fff !important;
}

.carat-weight-dropdown {
}

.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: #333;
    }

        .size-carat-click-div span a {
            color: #333 !important;
            font-weight: 800;
            font-size: 14px;
        }

/****************************************** Ashvin Css Start ********************************************************/
.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: #333;
            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: #333;
                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;
    }

.d_dna {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

    .d_dna img {
        width: 170px;
    }

.diamonddna_sec {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

    .diamonddna_sec .dd_slider_video {
        width: 100%;
        display: inline-block;
        border: 1px solid #e6e6e6;
        padding: 15px 20px;
        height: 100%;
    }

    .diamonddna_sec .dd_left_box_inner .nav-tabs {
        border-bottom: none;
    }

        .diamonddna_sec .dd_left_box_inner .nav-tabs .nav-link {
            border: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            text-transform: uppercase;
            padding: 0px;
            position: relative;
            padding-right: 15px;
            margin-right: 10px;
            font-size: 18px;
            line-height: 15px;
            font-weight: 600;
            color: #787878;
        }

            .diamonddna_sec .dd_left_box_inner .nav-tabs .nav-link.active, .diamonddna_sec .dd_left_box_inner .nav-tabs .nav-link:hover {
                color: #333;
            }

        /*.diamonddna_sec .dd_left_box_inner .nav-tabs .nav-link::after {
                content: "/";
                position: absolute;
                right: 0;
                top: 0;
            }*/

        .diamonddna_sec .dd_left_box_inner .nav-tabs .nav-item:last-child .nav-link {
            padding: 0px;
            margin: 0px;
        }

            .diamonddna_sec .dd_left_box_inner .nav-tabs .nav-item:last-child .nav-link::after {
                display: none;
            }

    .diamonddna_sec .dd_left_box_inner .tab_title_icon {
        width: 100%;
        display: inline-block;
        margin-bottom: 22px;
    }

    .diamonddna_sec .dd_left_box_inner .dd_icon_main .dd_icon_ul li {
        margin-right: 6px;
    }

        .diamonddna_sec .dd_left_box_inner .dd_icon_main .dd_icon_ul li:last-child {
            margin-right: 0px;
        }

        .diamonddna_sec .dd_left_box_inner .dd_icon_main .dd_icon_ul li i {
            width: 36px;
            height: 36px;
            border: 1px solid #565656;
            display: inline-block;
            text-align: center;
            line-height: 36px;
            border-radius: 100%;
        }

            .diamonddna_sec .dd_left_box_inner .dd_icon_main .dd_icon_ul li i:hover {
                background-color: #fff;
            }

i.dd_icon {
    font-size: 18px;
}

.diamonddna_sec .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0 !important;
    border: 1px solid #c4cdd3;
}

.dd_right_box_inner .dd_title_box {
    margin-bottom: 10px;
}

    .dd_right_box_inner .dd_title_box h5 {
        font-size: 18px;
        font-weight: 600;
        color: #ccc;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .dd_right_box_inner .dd_title_box h6 {
        font-size: 14px;
        font-weight: 600;
        color: #ccc;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

.dd_right_box_inner .dd_right_content .dd_right_con_box {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
}


.dd_right_box_inner .dd_right_con_box ul li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .dd_right_box_inner .dd_right_con_box ul li:last-child {
        margin-bottom: 0px;
    }

    .dd_right_box_inner .dd_right_con_box ul li span {
        display: table-cell;
    }

    .dd_right_box_inner .dd_right_con_box ul li .title {
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        color: #000;
        width: 140px;
    }

    .dd_right_box_inner .dd_right_con_box ul li .details {
        font-size: 13px;
        line-height: 13px;
        font-weight: 600;
        color: #000;
    }

.diamonddna_bottom {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

    .diamonddna_bottom .dd_title_box h5 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .diamonddna_bottom .dd_title_box {
        margin-bottom: 20px;
    }

.diamonddna_bottom_inner {
    width: 100%;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
}

.compaire-stone-left-heading tr td {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.compaire-stone-table tr td {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.compaire-stn-head {
    font-weight: 600;
}

.compaire-stn-btn {
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #333;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px;
    margin-left: 5px;
}

.over-flow-scroll {
    overflow: auto;
    border-right: 1px solid #e2e2e2;
}

.my-confirm-stone-info-ul li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 5px;
}

.tbl-inner-had h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 15px 0 10px 0;
}


/*Dashboard*/

.dash-shadow-box-wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 5px;
}

.dash-stone-info-row {
    padding: 10px 15px;
}

.dash-stone-info-1 h2 {
    font-size: 32px;
    color: #333f68;
    font-weight: 600;
    margin-bottom: 0;
}

.dash-stone-info-1 p {
    margin: 5px 0 3px 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.box-stone-quick-link {
}

    .box-stone-quick-link li {
    }

        .box-stone-quick-link li a {
            color: #333f68;
            font-weight: 600;
            font-size: 11px;
            display: inline-block;
            padding: 0 5px;
            transition: all 0.3s;
        }

            .box-stone-quick-link li a:hover {
                text-decoration: underline;
            }

.dash-stone-info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50px;
    padding: 16px 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .dash-stone-info-icon img {
        position: relative;
        z-index: 1;
        transition: all 0.3s;
    }

    .dash-stone-info-icon:before {
        content: '';
        background-color: var(--tooltip-color);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.2;
        transition: all 0.3s;
    }

.dash-stone-info-row:hover .dash-stone-info-icon:before {
    opacity: 1;
}

.dash-stone-info-row:hover .dash-stone-info-icon img {
    filter: grayscale(1) brightness(5);
}

.dash-contact-executive-heading {
    padding: 15px 15px;
    border-bottom: 1px solid #e3e7f3;
}

    .dash-contact-executive-heading h4 {
        color: #333;
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 0 10px;
    }

.dash-contact-executive-info {
    padding: 15px 0;
}

.c-executive-profile {
    padding: 0 15px;
}

    .c-executive-profile img {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.c-executive-name h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.c-executive-name h6 {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

ul.contact-executive-socialmedia {
    border-top: 1px solid #e3e7f3;
    margin: 0 10px;
    padding: 5px 0 5px 0;
}

    ul.contact-executive-socialmedia li a {
        display: block;
        background: #fff;
        width: 45px;
        padding: 10px 12px;
        margin: 10px 7px;
        height: 45px;
        border-radius: 50%;
        transition: all 0.3s;
        border: 1px solid #333;
    }

        ul.contact-executive-socialmedia li a:hover {
            background: #333;
        }

            ul.contact-executive-socialmedia li a:hover img {
                filter: grayscale(1) brightness(5);
            }

.dash-card-heading-row {
}

.dash-contact-executive-main {
    margin: 7px 0 10px 0;
}

.dash-card-heading-row h4 {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}

.dash-card-heading-row .color-white-fancy-tab h4 {
    color: #787878;
}

.dash-card-heading-row .color-white-fancy-tab li a.active h4 {
    color: #333f68;
}

.dash-seeall-link {
    color: #333;
    font-size: 13px;
    line-height: normal;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
}
/*7-9-20*/
.save-src-height {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 5px;
    margin: 5px 0 10px 0;
    min-height: 240px;
}

.save-src-row {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0;
    transition: all 0.3s;
}

    .save-src-row:hover {
        background-color: #f8f9fa;
    }

.save-src-cretarea {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    /*margin: 0 0 3px 0;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.save-src-date-tlt ul {
    display: flex;
}

    .save-src-date-tlt ul li {
        color: #333;
        font-size: 14px;
        margin: 0 5% 0 0;
        white-space: nowrap;
    }

.save-src-arrow-right {
    max-width: 14px;
    opacity: 0.75;
    display: block;
    padding: 10px 0;
    transition: all 0.3s;
}

    .save-src-arrow-right:hover {
        opacity: 1;
    }

.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;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        padding: 6px 8px;
    }

    .dash-src-table .table thead th {
        background-color: #333;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    .dash-src-table .table tbody td {
        padding: 10px 10px;
        color: #333;
        /*font-weight: 500;*/
    }

.dash-card-heading-row h4 span {
    color: #787878;
}

.excusive-detail-row {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.excusive-main-image {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 205px;
}

.excusive-main-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: url(../images/excusive-shape.png);
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
}

.slider-navigation-custom .slick-dots {
    bottom: -20px;
}

    .slider-navigation-custom .slick-dots li {
        width: auto;
        height: 15px;
    }

        .slider-navigation-custom .slick-dots li button {
            width: 8px;
            height: 8px;
            padding: 0;
            background: #a6aaac;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .slider-navigation-custom .slick-dots li.slick-active button {
            background: #083050;
            width: 8px;
        }

        .slider-navigation-custom .slick-dots li button:before {
            display: none;
        }

.excusive-diamond-details ul {
    padding-bottom: 15px;
}

    .excusive-diamond-details ul li {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 0 5% 0 0;
        display: inline-block;
    }

        .excusive-diamond-details ul li:last-child {
            margin: 0;
        }

        .excusive-diamond-details ul li.bold-text {
            font-size: 15px;
            font-weight: 600;
        }

.excusive-detail-row .view-more a.btn {
    color: #333 !important;
}

    .excusive-detail-row .view-more a.btn.focus, .excusive-detail-row .view-more a.btn:focus {
        box-shadow: none !important;
    }

.list-delet-border.inner-page-heading-border:before {
    content: none;
}

i.table-icon {
    max-width: 16px;
    filter: grayscale(10);
    opacity: 0.5;
    font-size: 16px;
}

    i.table-icon:hover {
        filter: none;
        opacity: 1;
    }

.order-list-form {
    padding: 10px 15px 15px 15px;
    background-color: #fff;
    margin: 0 0 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

    .order-list-form .login-field-button-comman {
        padding: 8px 10px;
        font-size: 14px;
    }

.bottom-btn-name .btn {
    padding: 9px 10px 4px 10px;
}

.my-confirm-stone-info-ul li {
    display: inline-block;
    padding-right: 10px;
}

.table-box-main .tbl-footer-row .dataTables_filter input[type=search] {
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.clsFont {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 12px;
    /* font-weight: 700; */
}

.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;
            }

.grid-pair-head {
    height: 38px;
    color: #083050;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #e0e3ef;
    border-bottom: 1px solid #e0e3ef;
    background: #d5e2f3;
}

.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: 12px;
    color: #333;
    text-transform: uppercase;
}

.pls-dtl-txt-normal {
    font-weight: 400;
    color: #333;
    font-size: 12px;
    white-space: normal;
}

.grd-collapse-srt-vio li a {
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    transition: all 0.3s;
}

    .grd-collapse-srt-vio li a:hover {
        background: #333;
        color: #fff;
    }

.datatable-height-fit-screen {
    overflow: hidden;
}

/*Order Success & Cancel - Start*/
.order_success_main {
    background-color: #ffffff;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
    margin-top: 35px;
    width: 560px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 2px solid #333;
}

    .order_success_main h1 {
        color: #333;
        font-weight: 700;
        font-size: 35px;
        padding-left: 100px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .order_success_main p {
        color: #333;
        font-size: 16px;
        /*letter-spacing: 2px;*/
        padding-left: 100px;
    }

.order_success_btn_div {
    text-align: right;
    -webkit-transform: translate(0%,45%);
    transform: translate(0%,45%);
    padding-right: 30px;
    padding-left: 30px;
}

.icn_order_success {
    -webkit-transform: translate(-50%,9%);
    transform: translate(-50%,9%);
    position: absolute;
    width: 150px;
}


/*Order Success & Cancel - End*/

/*Order Checkout - Start*/
.order_summary_main {
    border-radius: 5px;
    margin-top: 10px;
}

.order_summary_header {
    background-color: #333;
    /*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*/

/*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*/

.header-round-item-count {
    font-family: MerriweatherSans, sans-serif;
    position: absolute;
    /* top: 0;
    right: 5px;*/
    top: -10px;
    right: -11px;
    padding: 0 3px;
    background: #083050;
    min-width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

input::-webkit-input-placeholder {
    font-family: MerriweatherSans;
}

input:-ms-input-placeholder {
    font-family: MerriweatherSans;
}

input:-moz-placeholder {
    font-family: MerriweatherSans;
}

input::-moz-placeholder {
    font-family: MerriweatherSans;
}

.dd_left_box_main, .dd_left_box_main {
    display: flex;
}

.dd_left_box_inner, .dd_left_box_inner {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.bg-purple {
    background-image: url("/Content/images/background/Artboard 3.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
    /*box-shadow: inset 0 0 0 1000px rgba(255,255,255,.5);*/
}


.loginmain {
    width: 100%;
    /* display: inline-block; */
    position: relative;
}

    .loginmain .loginformbox {
        position: absolute;
        top: 50%;
        right: 150px;
        background: #f9f9f9;
        display: inline-block;
        margin: 0 auto !important;
        padding: 10px;
        width: 350px;
        transform: translateY(-50%);
    }

    .loginmain .curved-logo {
        display: block;
        position: absolute;
        right: 128px;
        top: -45px;
        width: 91px;
        z-index: 99;
    }

    .loginmain .loginform {
        width: 100%;
        display: inline-block;
        padding: 45px 15px 5px;
    }

    .loginmain .forgottxt a {
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }

    .loginmain .signup-link-lgn {
        font-size: 12px;
        line-height: 12px;
    }

    .loginmain .modal-lg, .modal-xl {
        max-width: 600px;
    }

    .loginmain .carousel-indicators li {
        width: 10px;
        height: 10px;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 100%;
        background-color: transparent;
        border: 2px solid #fff;
    }

        .loginmain .carousel-indicators li.active {
            background-color: #fff;
        }

    .loginmain .clockImageTab {
        width: 100%;
        display: inline-block;
        padding: 30px 0px;
        text-align: center;
    }

    .loginmain .jcgmt-container {
        float: inherit;
        display: inline-block;
        padding: 25px 10px;
        width: 160px;
    }

    .loginmain .footer-bootom {
        width: 100%;
        display: flex;
        background: #e9e9e9;
        padding: 10px;
        align-items: center;
        justify-content: space-between;
    }

        .loginmain .footer-bootom .copyright-div {
            font-size: 12px;
            line-height: 12px;
            font-weight: 400;
            color: #666;
        }

    .loginmain .footer-links a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        color: #666;
    }



@media (min-width:1830px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .order_success_main {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
    }
}

@media (max-width:1199px) {
    .srv_boxes_main {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:991px) {
    .header-rght-side {
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
    }

    .header-nfcn-lnguj-main {
        padding: 0 0;
    }

    .header-rght-item, .header-user-profile {
        width: 100%;
    }

    .header-nfcn-lnguj-main .header-rght-item {
        padding: 6px 15px;
        height: auto;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        margin: 0;
        font-size: 12px;
    }

    .header-user-profile-inner {
        width: 100%;
    }

    .header-user-profile {
        padding: 10px 15px 10px 15px;
    }

    .sidebar .sidebar-wrapper {
        height: calc(100vh - 10px);
    }

    .navbar-toggler-right {
        display: block;
    }

    .src-rest-topbtn {
        position: fixed;
        bottom: 0;
        z-index: 10;
        left: -2px;
        right: 0;
        margin: 0 !important;
        background: #083050;
        padding-left: 10px;
        padding-right: 10px;
    }

        .src-rest-topbtn ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            white-space: nowrap;
            text-align: center;
            overflow-y: auto;
            overflow-x: visible;
        }

            .src-rest-topbtn ul li {
                width: 100%;
                margin: 0;
            }

                .src-rest-topbtn ul li a {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    background: #083050;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    padding: 0 10px 5px 10px;
                    color: #fff;
                    width: auto;
                    height: auto;
                }

    .advance-src-wrapper ul li .mbl-menu-icn {
        display: block;
    }

    span.mbl-btn-text {
        display: block;
        color: #fff;
        line-height: normal;
        padding: 0 0 0 0;
        font-weight: 500;
    }

    .tooltip {
        display: none !important;
    }

    .search-left-title-fxwith {
        max-width: 100%;
        min-width: 100%;
        padding-left: 15px;
    }

    .stn-src-left-heading {
        padding-bottom: 5px;
    }

    .advance-src-wrapper .btn {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 12px !important;
        padding: 8px 10px 5px 10px !important;
        white-space: nowrap;
    }

    .advance-src-wrapper ul li img {
        display: block;
    }

    .advance-src-wrapper ul {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

        .advance-src-wrapper ul li {
            width: 100%;
            align-self: center;
        }

            .advance-src-wrapper ul li a {
                color: #fff !important;
                white-space: nowrap !important;
            }

    .advance-src-wrapper {
        overflow: auto;
        background: #083050;
        padding-top: 0;
        padding-bottom: 0;
    }

        .advance-src-wrapper .bottom-btn-name .login-field-button-comman {
            color: #fff !important;
            padding: 5px 0;
        }

            .advance-src-wrapper .bottom-btn-name .login-field-button-comman span {
                font-size: 12px;
                white-space: nowrap;
                font-weight: 500;
            }

    .srv_sec_boxes {
        margin-bottom: 60px;
    }

    .result-view-change-wrapper {
        padding-left: 0;
        margin-left: 0;
        /*margin: 15px 0;*/
    }

    .diamonddna_sec .dd_left_box_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

        .diamonddna_sec .dd_left_box_main:last-child {
            margin-bottom: 0px;
        }

    .pagination-sticky {
        position: sticky;
        position: -webkit-sticky;
        bottom: 60px;
        background: #fafafa;
        z-index: 10;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        box-shadow: 0 -5px 10px rgb(0 0 0 / 10%);
        padding: 10px 0 5px 0;
    }

    .fitscreen-height-main {
        padding-bottom: 10px !important;
    }

    /*Ashvin New Login Page CSS*/
    .loginmain .container {
        max-width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .productDetailsPanel .leftsidebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .productDetailsPanel .rightsidebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*Ashvin New Login Page CSS*/
}

@media (max-width:767px) {
    .icn_order_success {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        width: 150px;
    }

    .dd_left_box_main, .dd_left_box_main {
        display: flex;
    }

    .page-header-name h1 {
        font-size: 16px;
    }

    .carat-weight-dropdown {
        min-width: 320px;
    }

    .srv_boxes_main {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .login-logo-wrap {
        max-width: 250px;
        margin: 0 auto;
    }

    .login-lft-ring-wrap {
        margin-top: 0;
    }

    .login-right-col-wrap {
        height: auto;
    }

    .right-col-line-1 h1 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 26px;
    }

    .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 {
            padding-left: 0px;
            text-align: center;
            margin-top: 90px;
        }

        .order_success_main p {
            padding-left: 0px;
            text-align: center;
        }

    .order_success_btn_div {
        text-align: center;
        -webkit-transform: translate(0%,45%);
        transform: translate(0%,45%);
        padding-right: 15px;
        padding-left: 15px;
    }

    /*Ashvin New Pages CSS 30-09-22*/

    .loginmain .carousel-inner {
        height: 450px !important;
        min-height: 450px !important;
        max-height: 450px !important;
    }

    .loginmain .loginformbox {
        right: 50px;
    }

    .leftsidebox {
        margin-bottom: 20px;
    }

    .leftsidebox, .rightsidebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rsbmain {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .prodetails .footer-cont {
        width: 100%;
        display: inline-block !important;
        align-items: inherit !important;
        justify-content: inherit !important;
        text-align: center;
    }

    .prodetails .copyright-div {
        margin-bottom: 5px;
    }
    /*Ashvin New Pages CSS 30-09-22*/
}

@media (max-width:480px) {
    .result-view-change-wrapper ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 1px 6px;
    }

    .srv_boxes_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dd_right_box_inner .dd_right_con_box ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .dd_right_box_inner .dd_title_box {
        display: inline-block !important;
    }

        .dd_right_box_inner .dd_title_box h5 {
            margin-bottom: 10px;
        }

    .loginmain .loginformbox {
        width: 100%;
        right: 0px;
    }

    .loginmain .curved-logo {
        right: 190px;
    }

    /*Ashvin New Pages CSS 30-09-22*/
    .content-pro-div2 {
        margin-bottom: 10px;
    }

    .det-fields {
        padding: 15px 10px;
    }
    /*Ashvin New Pages CSS 30-09-22*/
}
