@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Italic.woff') format('woff'),
        url('../fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff') format('woff'),
        url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* user defined */
.required-label::after {
    content: " *";
    color: red;
}


.cstm_btn {
    color: #ffffff !important;
    background-color: #2eacb3 !important;
    border: 1px solid #2eacb3 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 12px 10px;
    border-radius: 5px;
}

.cstm_btn:hover {
    color: #2eacb3 !important;
    background-color: transparent !important;
}

.take_radio_box label {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-left: 30px;
    cursor: pointer;
}

.take_radio_box label i {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 15px;
    background: #D9D9D9;
    color: #D9D9D9;
    font-size: 11px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.take_radio_box input:checked+label i {
    background: #2eacb3;
    color: #ffffff;
}

.cstm_side_modal .take_radio_box label i {
    background: #000000;
}

.cstm_side_modal .take_radio_box .fa-check:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 15px;
    display: inline-block;
    border: 2px solid;
    border-color: transparent;
    background: #ffffff !important;
}

.cstm_side_modal .take_radio_box input:checked+label .fa-check:before {
    border-color: #ffffff;
    background: none !important;
}

.take_checkbox_box label {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-left: 25px;
    cursor: pointer;
}

.take_checkbox_box label i {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    background: transparent;
    color: transparent;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    text-align: center;
    border: 1px solid #000000;
    line-height: 16px;
}

.take_checkbox_box input:checked+label i {
    background: #2eacb3;
    border-color: #2eacb3;
    color: #ffffff;
}

/* Sidebar style */
#sidebarNav {
    padding-top: 25px;
}

/* Footer Style */
footer.footer.copyright a {
    color: #2eacb3;
}

/* Main Page Navigation */
.page-navigation .breadcrumb-item {
    font-size: 16px;
}

/* Dashboard page style */
.dash-box {
    padding: 22px 20px;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    margin-bottom: 5px;
}

.dash-box h3 {
    width: 40%;
    font-size: 38px;
    font-weight: 500;
    margin: 0;
    color: #2eacb3;
    text-align: right;
    text-transform: uppercase;
}

.dash-box p {
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #2eacb3;
    text-align: left;
    text-transform: uppercase;
}

.dash-box p span {
    display: block;
    font-weight: 600;
    margin: 0;
    color: #000000;
    margin-top: 2px;
    font-size: 20px;
}

.support-ticket-main .card-header .card-title,
.pro_list_request .card-header .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.support-ticket-main .card-header .btn,
.pro_list_request .card-header .btn {
    color: #2eacb3;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.support-ticket-main .card-header .btn:hover,
.pro_list_request .card-header .btn:hover {
    color: #000000;
}

.support-ticket-main>.card-body {
    padding-top: 18px;
    padding-bottom: 18px;
    overflow-y: auto;
    max-height: 260px;
}

.support-ticket-main>.card-body>.row {
    margin-bottom: 18px !important;
}

.support-ticket-main>.card-body>.row:last-child {
    margin-bottom: 0 !important;
}

.support-ticket-main .bg-pink {
    background-color: #D00A66 !important;
}

.support-ticket-main small {
    color: #000000 !important;
    font-size: 12px !important;
}

.veri_request h5 {
    font-size: 14px;
    font-weight: 600;
}

.veri_request small {
    font-weight: 600;
}

.veri_request li small {
    font-weight: 400;
}

.support-ticket-main .card-header .card-heading,
.pro_list_request .card-header .card-heading {
    width: calc(100% - 60px) !important;
}

.support-ticket-main .card-header>a.btn,
.pro_list_request .card-header>a.btn {
    width: 60px !important;
}

.pro_list_request .left-part {
    width: 100px !important;
    max-width: 100px !important;
    flex: none !important;
    padding-right: 8px;
}

.pro_list_request .left-part img {
    width: 100% !important;
    max-width: 100% !important;
}

.pro_list_request .right-part {
    width: calc(100% - 100px) !important;
    max-width: calc(100% - 100px) !important;
    flex: none !important;
    padding-left: 8px;
}

.pro_list_request>.card-body {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow-y: auto;
    max-height: 260px;
}

.pro_list_request>.card-body>.row {
    margin-bottom: 25px !important;
}

.pro_list_request>.card-body>.row:last-child {
    margin-bottom: 0 !important;
}

.select_arrow {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
.select_arrow::-ms-expand {
    display: none;
}

.select_arrow {
    background-image: url("../../assets/img/svg-images/down.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 30px 0px 15px;
    background-position-x: calc(100% - 15px);
    background-position-y: center;
}

/* Product inner wrap style */
.custom-table thead {
    background: #2eacb3;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #F0F0F0;
}

.section-order-table .table-striped tbody tr:nth-of-type(even) {
    background: #FFFFFF !important;
}

.custom-table .table-bordered td,
.table-bordered th {
    border: 0;
}

.custom-table tr>td:nth-child(1) {
    padding-left: 20px;
}

.custom-table tr>th:nth-child(1) {
    padding-left: 20px;
}

.custom-table th.border-top-0 {
    width: 300px;
}

.custom-table tr {
    height: 52px;
}

.custom-table span {
    margin-left: 10px;
}

.take_btn {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    border-radius: 5px;
    border: none;
    border: 1px solid #000000;
    color: #000;
    height: 38px;
    min-width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.take_btn:hover {
    background-color: #2eacb3;
    color: #ffffff;
    border: 1px solid #2eacb3;
}

.btn.take_btn i svg {
    width: auto !important;
    filter: brightness(0);
    margin-left: 8px;
}

.btn.take_btn:hover i svg {
    filter: brightness(1);
}

.custom-table label {
    margin-top: 15px;
}

.custom-table label.badge {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 1px 8px;
    border-radius: 3.5px;
    width: 90px;
    height: 22px;
}


.custom-table .page-link {
    border: 0.5px solid #595959;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
}

.custom-table .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #2eacb3;
    border-color: #2eacb3;
}

.custom-table .pg-pre {
    color: #595959;
}

.custom-table h4.card-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #595959;
    text-transform: inherit !important;
}

.custom-table input.select-item {
    height: 16px;
    width: 16px;
}

.custom-table .bg-img {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    line-height: 40px;
}

.custom-table .bg-img img {
    border-radius: 5px;
}

.custom-table th {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.custom-table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    border: 0;
}

.card-header select.form-control {
    width: 69px;
    height: 38px;
    border: 0.5px solid #000000;
    border-radius: 5px;
    cursor: pointer;
}

.section-order-table .table-responsive {
    max-height: 378px;
}

.custom-table .dating-contant table tr td:nth-child(2) {
    display: table-cell;
}

.custom-table a:hover path {
    stroke: #2eacb3;
}

img.active_border {
    border: 2px solid #2eacb3 !important;
}

.active_size {
    border: 1px solid #2eacb3 !important;
}

.custom-table .btn-wrap .btn i svg {
    width: auto !important;
    filter: brightness(0);
    margin-left: 8px;
}

.custom-table .btn:hover i svg {
    filter: brightness(1);
}

.custom-table button.btn.btn-first {
    background: #fff;
    border: 0.5px solid #000000;
    border-radius: 5px;
    color: #000;
    width: 133.49px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-table button.btn.btn-secondary {
    border: 0.5px solid #2eacb3;
    background: #2eacb3;
    width: 133.49px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-table .form-control {
    height: 40px;
    border: 0.5px solid #000000;
    color: #000000;
}

.custom-table .select-label label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    color: #000000;
    padding: 15px 0px 5px 0px;
}

.text-muted td a.name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
}

.custom-table .btn-wrap .btn i svg {
    width: auto !important;
}

.custom-table a i svg {
    width: 17px !important;
}

.modal.cstm_side_modal {
    padding: 0 !important;
}

.modal.cstm_side_modal .modal-dialog {
    width: 100%;
    max-width: 365px;
    margin: 0 0 0 auto;
}

.modal.cstm_side_modal .modal-content {
    border-radius: 0;
    border: none;
    min-height: 100vh;
}

/* Welcome page style */
.welcome-back {
    min-height: 100vh;
    background-color: #EEEEEE;
    background-image: url('../img/images/11.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-back h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.welcome-back .forgot-form h1 {
    margin-bottom: 10px;
}

.welcome-back .forgot-form p.for-para {
    font-size: 14px;
}

.welcome-back img.logo {
    width: 100%;
    max-width: 170px;
    margin-bottom: 20px;
}

.welcome-back h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    margin-top: 30px;
}

.welcome-back h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.welcome-back h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}

.welcome-back .form-control {
    border: 0.5px solid #000000;
    border-radius: 5px;
    color: #a6a9b7;
    width: 100%;
    height: 50px;
    display: inline;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 14px;
    color: #000;
}

.welcome-back button.btn.btn-primary:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.welcome-back button.btn.btn-primary {
    width: 334.71px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    border-radius: 5px;
    text-transform: uppercase;
}

.welcome-back .form-check label:before {
    border: 1px solid #000000;
    border-radius: 3px;
}

.welcome-back p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.welcome-back .login-form {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.welcome-back .secnd-input {
    position: relative;
}

.welcome-back .secnd-input .eye-icn {
    position: absolute;
    top: 20px;
    bottom: 0px;
    right: 19px;
}

.welcome-back .form-check {
    padding: 2px 0 2px 31px;
}

.welcome-back .form-check-label {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.welcome-back a {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}

/* forgot password style */
p.for-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

/* digit code style */
h3.count {
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
}

.counter-section .counter {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* new password style */
.newpass-input {
    border-radius: 12px !important;
}

/* refund view request  */
.delivery {
    border: 0.5px solid #000000;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}

.refund-product-view a {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    display: flex;
}

.refund-product-view h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    display: flex;
}

.refund-product-view h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.order_detail_boxes {
    gap: 20px;
}

.refund-product-view p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.seller-name h2 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #595959;
}

.order_all_boxes {
    gap: 20px;
}

.big-right img {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    padding: 33px 30px;
    border-radius: 80px;
}

.down-pdf {
    font-size: 14px;
    line-height: 21px;
    color: #2eacb3;
    border: 1px solid #2eacb3;
    border-radius: 8px;
    padding: 12px;
    background: #FFFFFF;
    width: 100%;
    max-width: 145px;
}

.down-pdf:hover {
    color: #ffffff;
    background: #2eacb3;
}

.refund-product-view i {
    padding-right: 5px;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    accent-color: #2eacb3;
}

.product-detail p {
    width: 100%;
    max-width: 250px;
}

.take_radio_boxs {
    width: 100%;
    max-width: 250px;
}

.edit-delivery a.edit {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #2eacb3;
}

.ph-number a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.refund-product-view a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.send-btn {
    text-align: end;
}

.send-btn button {
    width: 133.49px;
    height: 38px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
}

.send-btn button:hover {
    background: #2eacb3;
    border: #2eacb3;
    color: #ffffff;
}

.refund-product-view .form-control {
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    height: 93px;
}

.product-detail .bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

textarea.form-control {
    height: auto;
    border: 0.5px solid #000000;
}

/* seller deteils style */
.tabing ul li a {
    font-weight: 600;
    font-size: 14.95px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #595959;
}

.table-striped tbody tr.unread-tr {
    background: #FFDBDC;
    border: 0.5px solid #FFFFFF;
}

.all-personal-detail {
    max-width: 643px;
    width: 100%;
}

.Seller h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    text-align: initial;
}

.Seller h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: initial;
}

.order_all_boxes p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
}

.tabing .tab .nav.nav-tabs li a {
    padding: 20px;
}

.disable-btn .disable {
    background: #2eacb3;
    border-radius: 5px;
    width: 100%;
    max-width: 102px;
    margin: 0 0 0 auto;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.reset_submit {
    width: 100%;
    max-width: initial !important;
}

.disable-btn .disable:hover {
    background: #c92e2e;
}

h3.modal_green {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #10BB69;
}

.disable-btn .modal-content {
    width: 500px;
    min-height: 215px;
    background: #FFFFFF;
    border-radius: 12px;
}

button.btn.disable.btn-submit {
    width: 100%;
    max-width: 334.71px;
    height: 50px;
    background: #2eacb3;
    border-radius: 5px;
}

.modal-boxes {
    width: 400px !important;
}

.disable-btn h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}

.btn.modal-btn {
    border: 1px solid #2eacb3;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 30px;
    color: #2eacb3;
    min-width: 120px;
}

.btn.modal-btn:hover {
    color: #FFFFFF;
    background: #2eacb3;
}

a.btn.modal-btn.active {
    background-color: #2eacb3;
    color: #fff;
    border: 1px solid #2eacb3;
}

a.btn.modal-btn.active:hover {
    background-color: #fff;
    color: #2eacb3;
}

.disable-btn .modal-footer {
    border-top: none;
    gap: 20px;
}

.all-deteils .order-bx {
    border: 1px dashed #000000;
    width: 20%;
    height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6.18px;
}

.all-deteils .order-box {
    border: 1px dashed #000000;
    width: 100%;
    max-width: 150px;
    height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6.18px;
}

.order-bx h3 {
    margin: 0;
}

.all-personal-detail h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #595959;
}

.all-personal-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
}

.all-personal-detail .col-md-8 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
}

.personal {
    border-bottom: 1px solid #E7E7E7;
}

.personal h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
    padding-bottom: 10px;
}

.document-pdf {
    width: 188px;
    height: 49px;
    background: #EEEEEE;
    border-radius: 6px;
    padding: 5px 17px;
}

.document-pdf:hover {
    box-shadow: 1px 1px 7px #808080;
}

.doc-txt {
    padding-left: 14px;
}

.document-pdf h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0;
}

.ask-btn {
    background: #2eacb3;
    width: 200px;
    height: 38px;
    border-radius: 5px;
}

.ask-btn:hover {
    background: #c92e2e;
}

.ask-btn a {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    padding: 5px 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.accpect {
    width: 116px;
    height: 38px;
    background: #10BB69;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.accpect:hover {
    background: #08a65a;
}

.fot-btn a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.reject {
    width: 116px;
    height: 38px;
    background: #2eacb3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.reject:hover {
    background: #c92e2e;
}

/* custom-product-detail style */
.horse-contant h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
}

.horse-contant p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.texes {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.stock {
    border-bottom: 1px solid #E7E7E7;
}

.horse-colour {
    gap: 30px;
}

.horse-box img {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 4px;
}

.horse-box img:hover {
    border: 2px solid #2eacb3;
}

.all-size {
    gap: 8px;
}

.all-size h4 {
    padding: 12px 0px 12px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.product-detail .form-check-input {
    position: relative;
}

.all-size .size {
    width: 100px;
    height: 46px;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
}

.all-size .size:hover {
    border: 1px solid #2eacb3;
}

.horse-description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #595959;
}

a.green-status {
    background: #10BB69;
    border-radius: 3px 0px 0px 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-right: 10px;
}

.additional-description th {
    width: 208px;
    background: #F0F0F0;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #E1E1E1;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.additional-description td {
    width: 300px;
    background: #F0F0F0;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #E1E1E1;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.edit-disbale {
    gap: 20px;
}

.edit-btn {
    width: 100%;
    max-width: max-content;
    height: 38px;
    border: 1px solid #2eacb3;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #2eacb3;
    padding: 10px 30px;
    height: auto;
}

.edit-btn.active,
.edit-btn:hover {
    background: #2eacb3;
    border: 1px solid #2eacb3;
    color: #FFFFFF;
}

.edit-btn.active:hover {
    background: none;
    border: 1px solid #2eacb3;
    color: #2eacb3;
}

/* edi product style */
.drag-border.p-20 {
    border: 0.5px solid #000000;
    border-radius: 5px;
}

.drag {
    border: 0.5px solid #000000;
    border-radius: 5px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-box-btn {
    display: flex;
    gap: 20px;
}

.dragbtn-box {
    border: 0.5px solid #000000;
    border-radius: 5px;
    display: flex;
    padding: 8px;
    gap: 10px;
    align-items: center;
}

label {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #000000 !important;
}

.edit-product .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    color: #000000;
    border: 0.5px solid #000000;
    border-radius: 5px;
}

.edit-topheading h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}

.drag p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #595959;
}

.box-head {
    background: #7A7A7A;
    border-radius: 6.18px 6.18px 0px 0px;
    text-align: center;
}

.box-head h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 5px;
    margin: 0;
}

.seller-box {
    border: 0.5px solid #000000;
    border-radius: 6.18px;
    min-height: 180px;
    height: 100%;
}

.box-contant p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.downlord-btn a {
    background: #2eacb3;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.downlord-btn a:hover {
    background: #c92e2e;
}

.id-order {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}

p.green-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2E7D32;
}

.light-bold {
    font-weight: 500 !important;
}

.txt-bold {
    font-weight: 600 !important;
}

.edit-border {
    border-bottom: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
}

/* chat style */
.chat-msg-content {
    max-width: 500px;
    width: 100%;
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content {
    background-color: #FFEAEB;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #595959;
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
    margin-right: 8px;
    background: #D4000D !important;
}

.bg-img {
    width: 50px;
    height: 60px;
    line-height: 60px;
}

span.input-group-text {
    width: 109px;
    height: 38px;
    background: #D4000D;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.mark-btn button {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000000;
    width: 100%;
    max-width: 183px;
    height: 38px;
    padding: 5px 15px;
    background: transparent;
    border-radius: 5px;
}

.mark-btn button:hover {
    background: #2eacb3;
    border: #2eacb3;
    color: #FFFFFF;
}

.app-chat-msg-title h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
}

.chat-header {
    padding: 20px 20px 0px 20px;
}

.text-center h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.chat-img h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.chat-header h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #000000;
}

.text-success {
    color: #53ABE7 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
}

.chating .input-group.mb-0 {
    width: 89% !important;
}

.app-chat-type {
    background-color: #ffffff;
}

.app-chat-type .form-control {
    height: 38px;
    border: 0.5px solid #000000;
    border-radius: 5px;
}

.chat-time p {
    color: #a6a9b7;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.714rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

/* slick syaing */
.slick_syncing {
    border: 1px solid #E8EBED;
    border-radius: 6px;
    padding: 20px;
}

.sld-wrp {
    width: 100%;
    margin: 0 auto;
}

/* .sld-wrp .slider-for {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
} */

.sld-wrp .slide-container {
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40vh;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.sld-wrp .slide-btn {
    text-align: center;
    padding: 0px 6px;
}

.sld-wrp .slide-btn .slick-slide img {
    width: 0px;
    height: auto;
}

.sld-wrp .slide-btn .slick-slide.slick-active img {
    width: 100%;
}

.sld-wrp .slide-container h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.sld-wrp .slick_syncing {
    padding: 20px 0px;
    border: 1px solid #E8EBED;
}


.sld-wrp ul.slick-dots {
    display: none !important;
}

.sld-wrp .slick-prev {
    left: 0 !important;
    z-index: 99;
    width: 25px !important;
    height: 25px !important;
}

.sld-wrp .slick-prev:before {
    content: '';
    background-image: url("../../assets/img/svg-images/left-icn.svg");
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    background-size: 100% 100%;
}

.sld-wrp .slick-next {
    right: 0px !important;
    z-index: 99;
    width: 25px !important;
    height: 25px !important;
}

.sld-wrp .slick-next:before {
    content: '';
    background-image: url("../../assets/img/svg-images/right-icn.svg");
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    background-size: 100% 100%;
}

.sld-wrp .slider-nav .slick-list::before {
    content: '';
    width: 50px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.sld-wrp .slider-nav .slick-list::after {
    content: '';
    width: 50px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}


.category_field label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.category_field .form-control {
    width: 100%;
    max-width: 324px;
    height: 38px;
    border: 0.5px solid #000000;
    border-radius: 5px;
}

.category_field [placeholder=""] {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    opacity: 0.5;
}

.cstm_side_modal h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.raido-filer input.form-check-input {
    accent-color: #2BBA08;
    width: 16px;
    height: 16px;
}

.reset_btn {
    display: flex;
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.reset_btn:hover {
    background: #2eacb3;
    color: #ffffff;
    border: #2eacb3;
}

.raido-filer h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.raido-filer label.form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.tag-filter .take_checkbox_box label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.tag-filter .take_checkbox_box input:checked+label i {
    background: #ffffff;
    border: 0.5px solid #000000;
    color: #000000;
}

.product-detail h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
}

.cstm_side_modal select {
    color: #000000;
}

.eye_icn_field {
    padding: 15px 32px 15px 14px !important;
}

.disable-btn {
    width: 100%;
    max-width: 142px;
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li a {
    color: #000;
}

.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li a:hover {
    color: #2eacb3 !important;
}

.view-btn {
    width: 10%;
}

#filtermodal .take_btn:hover svg path {
    fill: #fff;
}

h2.modal-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.page-title h3 {
    font-size: 20px;
}
th {
    font-weight: 600;
}

#document-forms-container .document-form  label {
    margin-top: 0!important;
}

.padding-0 > div:first-child {
    padding: 0;
}

#filtermodal select {
    width: 100%!important;
}

.ck-content p {
    margin-top: 3px!important;
    color: #000000;
}

.quotation-table  th.border-top-0 {
    width: auto !important;
    min-width: 110px;
}

/* Disable transitions on MetisMenu to prevent flickering */
.metismenu .collapsing {
    transition: none !important;
    display: none !important; /* Prevent intermediate collapsing state from showing */
}

.metismenu .has-arrow:after {
    transition: none !important;
}

/* Ensure only active submenus are visible */
.metismenu ul {
    display: none;
}

.metismenu li.active > ul,
.metismenu .collapse.in {
    display: block !important;
}

/* Force immediate display for MetisMenu submenus */
.metismenu .collapse {
    display: none;
    transition: none !important;
}

.metismenu .collapse.in {
    display: block !important;
    transition: none !important;
}

ul.errorlist {
    position: absolute;
    right: 15px;
    font-size: 10px;
    bottom: -15px;
}

label span.text-danger {
    margin-left: -3px;
}

.hide{
    display: none;
}

tr.width-custom td:last-child {
    min-width: 160px;
}

.sync{
    color: red;
    margin-right: 16px;
    padding-top: 5px;
}
.ck-content ol, .ck-content ul {
    padding-left: 20px;
    color: #000000;
}
label {
    display: block;
}

.w-70px {
    min-width: 70px;
}