﻿.ico-admin:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}

.quotes-table-section button.inputs>.required,
.rfp-textarea-title .required {
    color: red
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

.header-requestquote-btn {
    display: flex;
    align-items: center;
}

.verified-symbol {
    display: inline-block;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: green;
    margin-left: 9px;
}

.vendor-info-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.product-detail-vendor-page .master-wrapper-content {
    padding-top: 0;
}

.vendor-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border: 2px solid #80b7cf;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 10px;
    margin: 0 10px;
}

.vendor-card-left {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.vendor-company-logo {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

#vendor-verified-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#vendor-verified-icon svg {
    width: 20px;
    height: 20px;
}

.vendor-card-middle {
    flex: 1;
    padding: 20px;
}

.vendor-card-middle p {
    font-size: 14px;
    color: #666;
}

.vendor-card-buttons {
    padding: 20px;
    display: flex;
    background-color: #f9f9f9;
    gap: 10px 15px;
}

.vendor-info-container h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/*.vendor-description {
    display: none
}*/

.vendor-address {
    margin-bottom: 15px
}

/* RFQ Form */
.request-form-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
}

.request-form-wrap .survey-type-wrap label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    white-space: normal;
}


.vendor-name-wrap .vendor-name,
.product-name-wrap .product-name {
    font-weight: 500;
    color: #9095A0;
    margin: 0;
}

.rfq-btn,
.rfp-btn {
    margin-top: 20px;
}

div.form-group.tnc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

div.tnc-wrap label {
    display: flex;
    align-items: center;
    column-gap: 6px;
    width: auto;
}

.tnc-wrap input[type="checkbox"]+label::before {
    max-width: 16px;
    width: 100%;
    margin-right: 0;
}

.tnc-wrap input[type="checkbox"]:checked+label::before {
    max-width: 16px;
    width: 100%;
}

.request-form-outer .title,
.become-seller-page .topic-block-title {
    margin-bottom: 40px;
}


    .request-form-outer .title h2,
    .become-seller-page .topic-block-title h2,
    .purchase-detail-page h2 {
        line-height: 120%;
        font-weight: 800;
        color: var(--primery-dark-blue);
    }

.rfq-form .input-selectgroup {
    display: flex;
    gap: 15px;
    width: 100%;
}

.rfq-form .document-language-wrap .input-selectgroup {
    gap: 5px 15px;
}

.survey-place-wrap {
    width: 100%;
    margin: 0;
    padding-top: 26px;
}

.survey-place-note,
.survey-txt {
    font-size: 12px;
    text-align: start;
    white-space: initial;
    color: #9095a0;
}

.survey-place-note {
    margin-top: 5px;
}

.upload-field-inner .image {
    display: inline-block;
}

/* Apply Vendor */
.apply-vendor-page .topic-block {
    margin-bottom: 40px;
    text-align: center;
}

.add-vendor-form .add-vendor-title {
    margin-bottom: 20px;
}

.apply-vendor-page .form-fields {
    margin-bottom: 20px;
}

.vendor-btn-group {
    display: flex;
    column-gap: 12px;
}

#registration-details .vendor-btn-group,
#management-details .vendor-btn-group {
    margin-top: 20px;
}

.rfp-form .upload-input-field,
.rfq-form .upload-input-field {
    margin-top: 20px;
}

/*.fileupload-wrap label,
.addmore-file-btn {
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background: #565c6c;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    padding: 3px 13px;
    position: relative;
    transition: all 0.3s;
}*/


.addmore-file-btn::before {
    content: 'i';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

/*.fileupload-wrap input {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}*/
.fileupload-wrap {
    position: relative;
    margin-top: 0;
    max-width: 100%;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 4px;
    min-height: 36px;
}

.custom-file-input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -5;
}

.custom-file-label {
    position: relative;
    height: 28px;
    background: #006f9e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
}

.request-form-wrap .file-upload-entry-item .filename,
.add-vendor-form .file-upload-entry-item .filename,
.request-quote-form .file-upload-entry-item .filename {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.request-form-wrap .file-upload-entry-item .filename,
.add-vendor-form .file-upload-entry-item .filename,
.request-quote-form .file-upload-entry-item .filename {
    position: relative;
    text-align: left;
    margin-left: 6px;
}

.add-vendor-form .valid-msg,
.add-vendor-form .invalid-msg {
    font-size: 14px;
    margin-top: 2px;
}

.file-uploaditem-wrap>input {
    margin-bottom: 15px;
}

.add-vendor-form .valid-msg {
    color: #198754;
}

.add-vendor-form .invalid-msg {
    color: #dc3545;
}

.hide-msg {
    display: none;
}

.add-vendor-form .telfield-wrap .iti {
    width: 100%;
}

.add-vendor-form .upload-input-field {
    margin-top: 20px;
}


/* RFP form */
.request-form-wrap .selectboxes-container>div:first-child,
.rfp-timeline-wrap {
    margin-top: 20px;
}

.disabled-section {
    pointer-events: none;
    opacity: 0.5;
}

.rfp-textarea-title {
    text-align: center;
    padding-top: 20px;
}

.rfp-textarea-title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.rfp-textarea-title p {
    font-size: 14px;
}

.rfp-form .textarea-select-wrap,
.request-form-outer .add-new-field-popup .new-field-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.add-new-field-popup .invalid-feedback {
    display: block;
    margin: 2px 0 0;
    font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
    text-align: left;
    white-space: normal;
}

.add-new-field-popup .new-field-wrap {
    flex-wrap: wrap;
}

.rfp-form .textarea-select-wrap label {
    margin-bottom: 0;
}

.rfp-form .textarea-select-wrap select option {
    background-color: #F8F9FA;
}

.rfp-form .textarea-select-wrap::after,
.request-form-outer .add-new-field-popup .new-field-wrap::after {
    content: none;
}

.rfp-form .textarea-select-wrap select,
.request-form-outer .add-new-field-popup .new-field-wrap select {
    width: auto;
    background-color: #F3F4F6;
    color: #8c8c8c;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.request-quote-form .file-uploaditem-wrap,
.request-form-wrap .file-uploaditem-wrap,
.add-vendor-form .file-uploaditem-wrap {
    margin-bottom: 15px;
    text-align: left;
}

.file-uploaditem-wrap .size-alert {
    margin-top: 5px;
    display: block;
}

.request-quote-form .file-upload-entry-item,
.request-form-wrap .file-upload-entry-item,
.add-vendor-form .file-upload-entry-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.filesize-error {
    display: block;
    margin-top: 4px;
}

.rfp-form .file-upload-entry-item span,
.rfq-form .file-upload-entry-item span,
.add-vendor-form .file-upload-entry-item span {
    font-size: 12px;
}

.request-quote-form .choose-file-btn span,
.request-form-wrap .choose-file-btn span,
.add-vendor-form .choose-file-btn span {
    display: block;
    font-size: 12px;
}

.rfp-form .upload-field-inner>label,
.add-vendor-form .upload-field-inner>label {
    display: block;
    max-width: calc(100% - 10px);
    width: auto;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: bold;
    color: #444;
    text-align: left;
    white-space: normal;
}



.rfp-timeline-wrap h6 {
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.addmore-file-wrap .addmore-file-btn {
    margin-bottom: 5px;
}

.addmore-file-wrap p {
    font-size: 12px;
    margin-bottom: 8px;
}

.add-newfield-btn {
    text-align: right;
}

.rfp-btn,
.request-form-outer .add-new-field-popup .btns {
    display: flex;
    gap: 12px;
}

.request-form-outer .add-new-field-popup .btns {
    margin-top: 20px;
    justify-content: center;
}

.request-form-outer .add-new-field-popup .btns button {
    justify-content: center;
}

.request-form-outer .add-new-field-popup .new-field-wrap input {
    max-width: 230px;
}

.request-form-outer .add-new-field-popup .popup-title {
    margin-bottom: 20px;
}

.request-form-outer .add-new-field-popup .popup-title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}



.request-form-outer .popup,
.request-viewquotes-container .popup,
.staff-list .popup,
.view-proposal-page .popup,
.quote-status-popup.popup,
.chat-page .quote-proposal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1111;
}

.request-form-outer .popup-content,
.request-viewquotes-container .popup-content,
.view-proposal-page .popup-content,
.staff-list .popup-content,
.quote-status-popup .popup-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    width: calc(100% - 20px);
    max-width: 480px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.request-form-wrap .product-name-wrap .ui-autocomplete {
    width: 100% !important;
}

/* RFQ list */
.rfq-list-container .title,
.rfp-list-container .title,
.request-viewquotes-container .title {
    margin-bottom: 25px;
}

.request-viewquotes-container .request-view-details {
    margin-bottom: 25px;
}

#accept-quote-btn {
    margin-top: 10px;
}

.manage-permissions-container .user-info-wrapper {
    margin: 20px 0;
}

.manage-permissions-container .user-info {
    display: flex;
    gap: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.manage-permissions-container .user-info .label {
    width: 80px;
    font-weight: bold;
}

.manage-permissions-container .action-buttons {
    display: flex;
    justify-content: space-between;
}

.manage-permissions-container .action-buttons .btn {
    margin: 0;
}

.rfq-list-container .rfq-list,
.rfp-list-container .rfp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.quotes-list-detail-wrapper,
.quotes-table-section {
    margin-bottom: 24px;
}

.quotes-list-detail-wrapper,
.rfq-list-container .rfq-item,
.rfp-list-container .rfp-item {
    background-color: #ffffff;
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001F;
    position: relative;
}

.rfq-list-container .createExpiry-date-wrap,
.rfp-list-container .createExpiry-date-wrap {
    display: flex;
}

.rfq-list-container .rfq-details > div,
.rfp-list-container .rfp-details > div {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    background: url(../img/three-dots.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.quote-dropdown-content {
    max-width: 230px;
    position: absolute;
    right: 20px;
    top: 42px;
    box-shadow: 0 0 12px #0000001f;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.rfq-list-container .rfq-details .id,
.rfp-list-container .rfp-details .id {
    color: var(--gray5);
    font-weight: 600;
    margin-bottom: 8px;
}

.rfq-right-side > div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
}

.rfq-list-container .rfq-details .name,
.rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
}

.rfq-list-container .rfq-details,
.rfp-list-container .rfq-details,
.order-item .order-left-side {
    width: 55%;
}

.rfq-list-container .rfq-right-side,
.rfp-list-container .rfq-right-side,
.order-item .order-right-side {
    width: 40%;
    text-align: right;
}

.rfq-actions > div:not(:last-child),
.rfp-actions > div:not(:last-child) {
    margin-bottom: 5px;
}

.rfq-actions .view-quote-link,
.rfq-actions .rfq-link,
.rfp-actions .view-quote-link,
.rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
}

.rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
}

.rfq-actions .view-quote-link,
.rfp-actions .view-quote-link {
    padding-right: 12px;
}

.rfq-list-warpper,
.order-list .info {
    display: flex;
    justify-content: space-between;
}

.rfq-right-side .proposal-approval-status {
    text-align: right;
}

.rfq-date-wrapper {
    display: flex;
    gap: 16px;
}

    .rfq-date-wrapper > div {
        width: 49%;
    }

    .rfq-date-wrapper span {
        font-size: 12px;
        line-height: 130%;
        font-weight: 400;
        display: block;
    }

    .rfq-date-wrapper .label {
        color: var(--gray5);
        margin-bottom: 2px;
    }

.rfq-actions p,
.rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
}

.rfq-actions p,
.rfp-actions p {
    color: #171A1F;
}

.rfq-right-side .proposal-approval-status span,
.rfq-right-side .proposal-approval-status span,
.order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.proposal-approval-status.approved span {
    background-color: #00CC00;
}

.proposal-approval-status.pending span,
.order-list .order-status.pending {
    background-color: #FF9812;
}

.rfq-item .rfq-actions {
    display: flex;
    gap: 10px;
}

.request-form-wrap textarea,
.popup-content textarea,
.add-vendor-form textarea {
    resize: none;
}

.view-quote-page .title,
.view-quote-page .quote-proposal-title {
    color: var(--primery-dark-blue);
}

.view-quote-page .card {
    background: transparent !important;
}
/*Vendor info*/
.vendorinfo-container .title h2 {
    font-size: 24px;
    color: #171A1F;
    line-height: 30px;
}

.vendorinfo-container .secondary-title h4 {
    font-size: 20px;
    color: #171A1F;
    line-height: 26px;
}

.vendorinfo-container .page-body {
    max-width: initial;
}

.iti__country-name {
    font-size: 14px;
}

.vendorinfo-container .inputs p,
.vendorinfo-container .inputs a,
.vendorinfo-container .inputs span {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
}

.vendorinfo-container .inputs a {
    display: block;
    color: #3c8dbc;
}

.vendorinfo-container .inputs a:hover {
    color: #0056b3;
}

.vendorinfo-container .inputs {
    display: flex;
    gap: 4px 15px;
}

.vendorinfo-container .inputs::after {
    content: none;
}

.vendorinfo-container .right-side-content .file-item:not(:last-child) {
    margin-bottom: 8px;
}

.vendorinfo-container .file-item {
    word-break: break-all;
}

.vendorinfo-container .vendor-img-wrap {
    width: 225px;
    height: 225px;
}

.vendorinfo-container .vendor-img-wrap img {
    width: 100%;
    height: 100%;
}

/* RFQ view quote */
.request-viewquotes-container .request-viewquotes-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.request-viewquotes-buttons p,
.request-viewquotes-container .quotes-table-section p,
.closing-rfq-popup p {
    font-size: 14px;
    color: #171A1F;
}

.request-view-details p {
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--gray5);
}

.request-view-details .quotes-id {
    font-weight: 700;
}

.request-view-details .quotes-name {
    font-size: 24px;
    font-weight: 800;
    color: var(--primery-blue);
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.request-view-details .quotes-name:after {
    content: "";
    display: block;
    max-width: 300px;
    width: 100%;
    height: 2px;
    background-color: var(--primery-light-blue);
    position: absolute;
    bottom: 0;
}

.request-view-details .quotes-quantity {
    font-weight: 400;
    color: var(--gray6);
}

.request-view-details .quotes-quantity span {
    color: var(--primery-blue);
}

.request-view-details .quotes-description {
    font-size: 14px;
    color: var(--gray5);
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.request-view-details .quotes-description:after {
    content: "";
    display: block;
    max-width: 300px;
    width: 100%;
    height: 2px;
    background-color: var(--primery-light-blue);
    position: absolute;
    bottom: 0;
}

.request-view-details .quotes-additional-details .title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primery-blue);
    display: block;
    margin-bottom: 8px;
}

.request-view-details .quotes-destination span,
.request-view-details .quotes-create-expire span {
    color: var(--gray6);
    font-weight: 600;
}

.request-view-details .quotes-create-expire {
    display: flex;
    justify-content: space-between;
}

.request-viewquotes-buttons .dropdown-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}

.request-viewquotes-container .quotes-table-section p {
    margin-bottom: 24px;
}

.request-viewquotes-container .quotes-table-section p span {
    color: var(--primery-blue);
}

.request-viewquotes-container table th,
.request-viewquotes-container table td,
.staff-table-wrap table td {
    font-size: 14px;
    white-space: nowrap;
    padding: 15px 20px;
}

.request-viewquotes-container .quotes-table-wrap {
    overflow-x: auto;
}

.staff-table-wrap {
    overflow-x: auto;
}

.staff-manager-header {
    margin: 20px 0;
    padding-bottom: 20px;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #eee;
}

.existing-staff-title {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.input-btn-wrapper {
    /* background-color: #ffffff; */
    /* border: 1px solid #eeeeee; */
    /* border-radius: 40px; */
    display: flex;
    gap: 10px;
}

.staff-table-wrap table button {
    width: 100%;
}

.staff-table-wrap table a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-viewquotes-container .quotes-table-wrap table {
    width: 100%;
}

.request-viewquotes-container .quotes-table-wrap tbody {
    background-color: #ffffff;
}

.request-viewquotes-container .quotes-table-wrap a:hover {
    text-decoration: underline;
}

.request-viewquotes-container .quotes-table-wrap th,
.request-viewquotes-container .quotes-table-wrap td {
    border: 1px solid #eee;
    text-align: center;
}

.request-viewquotes-container .popup .rfq-btn,
.view-proposal-page .popup .popup-btn,
.chat-page .quote-proposal-wrapper .rfq-btn,
.staff-list .rfq-btn {
    display: flex;
    gap: 12px;
}

.closing-rfq-popup .inputs {
    margin-top: 12px;
}

.closing-rfq-popup .inputs label,
.closing-rfq-popup .inputs:first-child {
    margin: 0;
}

.closing-rfq-popup .inputs label {
    display: flex;
}

.closing-rfq-popup input[type="radio"]+label:before {
    max-width: 17px;
    width: 100%;
}

.closing-rfq-popup input[type="radio"]:checked+label:before {
    max-width: 16px;
    width: 100%;
}

.closing-rfq-popup p {
    margin-bottom: 15px;
}

.error-msg {
    display: none;
    font-size: 12px;
    color: #f00;
}

.closing-rfq-popup p {
    font-weight: 700;
    font-size: 15px;
}

.request-viewquotes-container .quotes-table-wrap .chat-now {
    text-align: center;
}

.quotes-table-wrap .chat-now span {
    display: block;
}


.quotes-table-wrap .chat-now span:last-child {
    margin-top: 5px;
}

.remove-quote a:before {
    content: "z";
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    transition: all .1s ease;
}

.remove-quote a {
    font-size: 0;
    text-align: center;
}

.request-viewquotes-container .quotes-table-wrap .remove-quote a:hover {
    text-decoration: none;
}

.rfq-approval-status {
    font-weight: 700;
}

/*Quote Perposal page*/

.quote-proposal-list-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.quote-proposal-wrapper {
    background: #f8f9fa;
}

.quote-proposal-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.quote-proposal-list,
.quote-proposal-additonal {
    padding: 20px;
    background: #fff;
}

.quote-proposal-list-item {
    display: flex;
    flex-wrap: wrap;
}

.quote-proposal-list-item .quote-proposal-label,
.quote-proposal-list-item .quote-proposal-value {
    font-size: 14px;
    color: #171A1F;
    font-weight: 400;
    line-height: 22px;
}

.quote-proposal-list-item .quote-proposal-label {
    font-weight: 700;
}

.quote-proposal-list-item .quote-proposal-value {
    color: #9095A0;
    word-break: break-word;
}

.quote-proposal-list-wrapper {
    padding: 13px 0;
}

.quote-proposal-list-wrapper .quote-proposal-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.quote-proposal-additonal .quote-proposal-list-item {
    margin-bottom: 7px;
}

.quote-proposal-additonal .quote-proposal-note {
    font-size: 14px;
    color: #9095A0;
}

.quote-buttons {
    text-align: center;
    margin-top: 20px;
}

.seller-documnet-upload {
    font-size: 14px;
}

.seller-documnet-upload-item>span {
    color: #9095A0;
}

.seller-documnet-upload-item {
    display: flex;
    gap: 0 15px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.seller-documnet-upload-item a {
    color: #171a1f;
}

.quote-status-popup p {
    font-size: 16px;
    font-weight: 500;
    color: #171A1F;
    text-align: left;
    margin-bottom: 25px;
    line-height: 26px;
}

.request-viewquotes-container .quotes-table-wrap .view-btn:hover {
    text-decoration: none;
}

.view-proposal-format-wrapper {
    background: #F8F9FA;
    margin-bottom: 20px;
    padding: 25px;
}

.view-proposal-format .proposal-subtitle {
    color: #171A1F;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

.view-proposal-format .section-title {
    font-size: 14px;
    font-weight: 700;
    color: #171A1F;
    line-height: 20px;
    margin-bottom: 10px;
}

.view-proposal-format-wrapper .proposal-section:not(:last-child) {
    margin-bottom: 18px;
}

.view-proposal-format-wrapper .content {
    font-size: 14px;
    color: #9095A0;
    font-weight: 400;
    line-height: 20px;
}

/*.quotes-table-section button {
    width: 100%;
}*/

.remove-file-btn,
.remove-picture-btn,
.picture-remove-btn,
remove-files-btn {
    border: 0;
    background: none;
    padding: 5px;
}

.remove-file-btn:before,
.remove-picture-btn:before,
.picture-remove-btn:before,
.remove-files-btn::before {
    content: "z";
    display: block;
    font-size: 10px;
    color: #8e8e8e;
    font-weight: 800;
}

.remove-picture-btn {
    display: none;
}

.remove-picture-btn.active {
    display: initial !important;
}

.upload-document-list {
    margin-bottom: 10px;
}

.upload-document-list .document-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.upload-document-list .document-item span,
.upload-document-list .document-item label {
    font-size: 12px;
}

.upload-document-list .document-item span {
    color: #9095a0;
}

.upload-document-list .document-item label {
    color: #171a1f;
    display: inline-block;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* Auction slider */

.auction-slider-container .quick-view-button,
.auction-slider-container .add-to-cart-qty-wrapper,
.auction-slider-container .prices {
    display: none;
}

.auction-slider-container .auction-duration {
    margin-bottom: 10px;
}

.auction-slider-container .auction-duration p {
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

/* Auction Product detail page */

.auction-productdetail-page .product-prices-box {
    position: initial;
    width: auto;
}

.auction-productdetail-page .aunction-custom-wrap {
    padding: 15px 10px;
    border: 1px solid #80b7cf;
    border-radius: 3px;
    background-color: #f8f9fa;
    margin-bottom: 20px;
}

.auction-productdetail-page .custom-aunction-body h6,
.auction-productdetail-page .aunction-custom-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #171A1F;
    font-weight: 500;
}

.custom-auction-head {
    margin-bottom: 10px;
}

.custom-auction-head p {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    column-gap: 4px;
}

.custom-auction-head p::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/clock.svg') no-repeat center;
    background-size: 18px;
}

.custom-auction-head h6 {
    font-size: 15px;
    line-height: 21px;
    color: #3d9e84;
    font-weight: 500;
    text-align: left;
}

.auction-productdetail-page .custom-aunction-body h6 {
    margin-bottom: 4px;
    color: #004a69;
    text-align: left;
}

.auction-productdetail-page .custom-aunction-body .item {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 12px 10px;
    gap: 15px;
}

.custom-aunction-body .item .auction-price {
    text-align: left;
}

.custom-aunction-body .item .auction-duration {
    text-align: right;
}

.auction-productdetail-page .auction-price .price,
.aunction-custom-wrap .remove-btn {
    margin-top: 4px;
}

.aunction-custom-wrap .remove-btn:hover {
    background: #eaeaea;
}

.aunction-custom-wrap .custom-aunction-body .list {
    margin-bottom: 10px;
}

.aunction-custom-wrap .add-to-wishlist {
    margin: 25px 0 0 0;
}

.aunction-custom-wrap .remove-btn {
    width: 24px;
    height: 24px;
    border: 0;
    background: #f1f1f1;
    transition: .2s ease;
}

.aunction-custom-wrap .remove-btn:after {
    content: "v";
    display: block;
    font-size: 8px;
    color: #8e8e8e;
}

.direct-purchase-product-page .overview .add-to-cart-button {
    width: 200px;
}

.direct-purchase-product-page .price-container {
    margin-bottom: 20px;
}

.direct-purchase-product-page .overview-buttons,
.direct-purchase-product-page .add-to-cart-panel {
    align-items: end;
}

.clone-button-wrapper:not(.rpf-clone-button) {
    text-align: right;
    margin-bottom: 10px;
}

.expiration-wrap .request-viewquotes-buttons,
.expiration-wrap .request-view-details p,
.expiration-wrap .quotes-table-section,
.quotes-table-section.expiration-wrap {
    pointer-events: none;
    opacity: 0.5;
}

.view-quote-link a {
    display: inline-flex;
    align-items: center;
}

/*.expiration-wrap {
    pointer-events: none;
    opacity: 0.5;
}
*/

.request-form-wrap .file-uploaditem-wrap {
    margin-top: 20px;
}

.bid-container .place-bid {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    height: 37px;
}

.bid-success-wrapper p {
    font-size: 13px;
    color: #171A1F;
    margin-bottom: 5px;
}

.congratulation-content {
    font-weight: 700;
}

.bid-controls-btn {
    display: flex;
    gap: 0 10px;
    margin-bottom: 10px;
    align-items: center;
}

.bid-controls {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    position: relative;
}

.bid-controls input {
    border: 0;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #171a1f;
    width: 120px;
    padding: 10px 20px 10px 10px;
    text-align: center;
}

.bid-controls .increase,
.decrease {
    width: 18px;
    height: 18px;
    background: #f1f1f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8e8e8e;
    position: absolute;
    right: 3px;
}

.bid-controls .increase {
    top: 3px;
}

.bid-controls .decrease {
    bottom: 3px;
}

.request-viewquotes-time {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.revenue-input {
    position: relative;
}

.revenue-input .currency-code {
    position: absolute;
    right: 41px;
    font-size: 15px;
    top: 7.5px;
}

.date-icon:after {
    content: "";
    background: url("../img/date&time.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 34px;
}



.quote-proposal-page .card,
.quote-proposal-page .view-proposal-format {
    background: #f8f9fa;
}

.vendorinfo-page .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote-proposal-page .back-btn-wrap,
.vendorinfo-page .back-btn-wrap {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.quote-checkout-btn {
    text-align: right;
    margin-top: 15px;
}

.product-grid .back-button {
    align-items: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
}

.button-wrapper {
    display: flex;
    gap: 20px;
}

.button-wrapper .button-1 {
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
}


.permission-table {
    width: 100%;
    border-collapse: collapse;
}

.permission-table .text-center {
    text-align: center;
}

.action-buttons {
    margin-top: 20px;
    text-align: left;
}

.save-btn {
    margin-right: 15px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.popup-buttons {
    margin-top: 20px;
}

.popup-buttons .btn {
    margin: 0 10px;
}


.manage-permissions-container input[type="checkbox"] {
    position: absolute !important;
    left: -99999px !important;
    visibility: visible !important;
    display: inline-block !important;
}

.manage-permissions-container input[type="checkbox"]+label:before {
    margin: 0;
}

/*   Chat-Message style*/
.chat-container {
    background-color: var(--white);
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001f;
    position: relative;
}

.html-account-page .chat-container,
.html-account-page .add-vendor-form {
    max-width: 100%;
}

.chat-container .messages {
    padding: 0 15px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    margin: 15px 0;
}

.chat-container .messages::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--primery-light-blue);
    border-radius: 10px;
}

.chat-container .messages::-webkit-scrollbar {
    border-radius: 10px;
    width: 5px;
}

.chat-container .messages::-webkit-scrollbar-thumb {
    background-color: var(--primery-dark-blue);
    border-radius: 10px;
}

.chat-title-wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    background-color: #fff;
    box-shadow: 0 0 12px 0px #0000001f;
    border-radius: 12px;
    position: relative;
}

.chat-title-wrapper span {
    font-size: 15px;
    display: block;
}

.buttons-wrapper .block-button {
    border-radius: 0 !important;
    background-color: #000;
}

.buttons-wrapper .unblock-button {
    border-radius: 0 !important;
    background-color: #46ba97;
}

.message-container {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
}

.message-container.sent {
    justify-content: flex-end;
    align-items: flex-end;
}

.message-container.received {
    justify-content: flex-start;
    align-items: flex-start;
}

.message {
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 75%;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.message-container.sent .message {
    background-color: #565e6d;
    border-bottom-right-radius: 0;
    color: #ffffff;
}

.message-container.sent .message p,
.message-container.sent .message span {
    word-wrap: break-word;
}

.message-container.sent .message .timestamp {
    color: #ffffff;
}

.message-container.received .message {
    background-color: #F3F4F6;
    border: 1px solid #ddd;
    border-bottom-left-radius: 0;
}

#sendMessageForm {
    background-color: #f2f2f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

#sendMessageForm .chat-input-container {
    order: 1;
}

.chat-btn-wrapper {
    order: 2;
}

#validationMessage {
    order: 3;
    width: 100%;
    padding: 0 12px 10px 12px;
}

.chat-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 47px);
}

.chat-input-container textarea {
    border-radius: 20px;
    border: none;
    font-size: 16px;
    background-color: transparent;
    min-height: 37px;
    max-height: 150px;
    overflow-y: auto;
    resize: none;
    box-shadow: none;
    padding: 8px 12px;
    line-height: 20px;
    height: auto;
    box-sizing: border-box;
}

.chat-input-container textarea:focus {
    outline: none;
}

.timestamp {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    text-align: right;
}

.image-preview img {
    max-width: 100px;
    margin: 5px;
    border-radius: 8px;
}

.file-preview-container {
    margin-bottom: 10px;
}

.file-preview-container {
    width: 250px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #232729;
    padding: 10px;
}

.image-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.remove-image {
    font-size: 0;
}

.remove-image::after {
    content: "";
    background: url("../img/close.svg") no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(600%) hue-rotate(190deg);
}

.image-preview {
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}

.chat-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

#deletedChat {
    float: left;
    width: 100%;
}

.custom-tab-pane {
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.custom-tab-pane.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.chat-img-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.back-to-messages {
    margin-bottom: 20px;
}

.back-to-messages .back-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/*#fileUpload {
    font-size: 0;
    height: 45px;
    width: 45px;
    overflow: auto !important;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 8px;
    border-color: transparent;
    margin-left: 10px;
}

    #fileUpload::after {
        content: "";
        background: url("../img/chat-upload-icon.svg") no-repeat center center;
        width: 45px;
        height: 45px;
        display: block;
        background-size: 25px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: var(--primery-blue);
        box-shadow: 0 2px 19px 13px #00000030;
        border-radius: 8px;
        border: 1px solid #ff7100;
        background-size: 19px;
    }

    #fileUpload:hover::after {
        background-color: #df5d00;
    }*/





.file-upload-wrapper {
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 12px;
    overflow: hidden;
}

.file-upload-wrapper input[type="file"] {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-wrapper::after {
    content: "";
    background: url("../img/chat-upload-icon.svg") no-repeat center center;
    background-size: 19px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primery-blue);
    box-shadow: 0 2px 19px 13px #00000030;
    border-radius: 8px;
    z-index: 1;
    cursor: pointer;
}

.file-upload-wrapper:hover::after {
    background-color: var(--primery-dark-blue);
}

.file-upload-wrapper.disabled::after,
.file-upload-wrapper.disabled:hover::after {
    background-color: var(--gray3);
    cursor: not-allowed !important;
}

.file-upload-wrapper.disabled input {
    cursor: not-allowed !important;
}

.file-upload-wrapper:hover::after {
    background-color: var(--primery-dark-blue);
}

/*Message*/
.message-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mymsg-item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001f;
    position: relative;
    text-align: left;
}

.mymsg-item .message-item {
    width: 100%;
}

.mymsg-delete-btn {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 8px;
}

#ActiveChat .message-header>div {
    display: flex;
    align-items: center;
}

.verify-form {
    text-align: center;
}

.verify-form+.alert-success {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.message-header .avatar-img {
    width: 60px;
    height: 60px;
}

.message-item {
    display: flex;
    align-items: end;
    gap: 5px;
    position: relative;
}

.message-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.message-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.retrieve-time-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    white-space: nowrap;
}

.message-header strong {
    font-size: 16px;
    color: #333;
}

.message-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.message-content {
    font-size: 14px;
    width: 100%;
}

.mymsg-item input[type="checkbox"]+label {
    margin: 0;
}

.message-content span {
    color: #006f9e;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.message-content p {
    font-size: 14px;
    display: block;
    word-break: break-all;
}

.message-vendor {
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
    color: #888;
}

.message-status {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

.unread {
    display: block;
}

.message-checkbox {
    margin-right: 10px;
}

.avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.message-user {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.btn-verification:disabled {
    opacity: 0.5;
    pointer-events: none;
}


.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.verification-box {
    padding: 20px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 6px;
}

.customer-info-page .verification-box {
    margin-top: 20px;
}

    .customer-info-page .verification-box h2 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 18px;
    }

.verification-box-list li {
    margin-bottom: 5px;
}

.manage-your-verifications .container > .verification-box {
    margin-bottom: 20px;
}

.manage-your-verifications .verification-box h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.verification-box p {
    margin-bottom: 20px;
}

.manage-your-verifications .verification-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.verification-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.verification-box span {
    display: block;
    margin-bottom: 15px;
}

.manage-your-verifications .verification-sections {
    display: flex;
    gap: 15px;
}

.manage-your-verifications .verification-box p {
    margin-bottom: 10px;
    text-align: left;
}

.manage-your-verifications .btn-verification {
    margin-bottom: 20px;
}

.manage-your-verifications .only-read {
    opacity: 0.5;
}

.manage-your-verifications .status-msg {
    text-align: center;
}

.only-read {
    display: flex;
    gap: 10px;
}

.select-btn-wrapper {
    width: 100%;
    display: flex;
    gap: 10px 20px;
}

.add-vendor-form .button-wrapper {
    margin-top: 0;
}

.seller-portal-title {
    margin-bottom: 20px;
}

.seller-content {
    margin-bottom: 15px;
}

.seller-portal-wrapper .button-container {
    margin-top: 20px;
}

.html-apply-service-provider-page .master-column-wrapper {
    display: block;
}

.html-apply-service-provider-page .master-wrapper-content {
    margin-bottom: 0;
}

.apply-service-provider-page .seller-portal-title {
    color: var(--primery-blue);
    margin-bottom: 15px;
}

.seller-status,
.seller-steps {
    margin-bottom: 10px;
}

.seller-status span,
.seller-steps span {
    font-weight: 900;
}

.seller-portal-wrapper .button-container {
    justify-content: start;
}

.seller-portal-wrapper .apply-reasone,
.payment-options-items {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}

.seller-portal-wrapper .apply-reasone li {
    margin-bottom: 3px;
}

.seller-portal .option-items {
    text-align: left;
}

.apply-service-provider-page>.page-body {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.payment-options-items>li {
    margin-bottom: 10px;
}

.payment-options-items>li span:first-child {
    font-weight: bold;
    font-size: 14px;
}

.payment-options-items>li a {
    text-decoration: underline;
}

.payment-options-items>li span,
.payment-options-items>li a {
    display: block;
    margin-bottom: 5px;
}

.payment-mathods th,
.payment-mathods td {
    padding: 5px;
}

.escrow-payment-option {
    margin-bottom: 20px;
}

.escrow-payment-title {
    margin-bottom: 10px;
}

.escrow-payment li {
    display: flex;
    gap: 5px;
}

.offer-escrow-title {
    margin-bottom: 8px;
    font-weight: bold;
}

.option-items {
    margin-bottom: 15px;
}

.option-items input[type="radio"]+label {
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

.apply-service-provider-page .seller-portal-wrapper {
    background: var(--primery-extralight-blue);
    border-radius: 12px;
}

.seller-portal>div>div:not(:first-child) {
    position: relative;
}

.apply-service-provider-page .seller-content {
    line-height: 24px;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 600px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 11111;
}

#sellerLocationPopup .custom-modal-content {
    padding: 0;
}

#sellerLocationMap,
#map {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.gm-style-mtc-bbw .gm-style-mtc>button {
    min-height: 37px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--primery-blue) !important;
    color: var(--white) !important;
    border: 0 !important;
    border-radius: 12px !important;
    margin: 0 10px 0 0 !important;
}

.gm-style-mtc-bbw .gm-style-mtc>button:hover {
    background-color: var(--secondary-mint) !important;
    color: var(--primery-blue) !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #565c6c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    /* Position the tooltip above the text */
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.inputs {
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
}

.select2-selection__arrow {
    display: none !important;
    /* Removes the dropdown arrow */
}

.select2-selection__rendered {
    text-align: left !important;
    /* Aligns text to the left */
}

#select2-CategoryId-container {
    height: 80px;
    /* Sets container height */
    color: #8c8c8c;
    /* Sets text color */
    border-radius: 3px;
    /* Rounds the corners */
    width: 100%;
    /* Makes it full width */
}

.select2-container--open .select2-selection {
    box-shadow: none !important;
    /* Removes shadow when open */
}

.select2-container--open .select2-selection .select2-selection__arrow {
    z-index: 9999;
    /* Ensures the arrow is on top */
}



.select2-dropdown .select2-search {
    padding: 0;
}

.select2-dropdown .select2-search .select2-search__field {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 6px 12px;
    height: 33px;
}

.select2-dropdown.select2-dropdown--above {
    border-bottom: 1px solid #66afe9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 34px !important;
    /* Adjusts position for 'above' dropdown */
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
    min-height: 43px;
    border: 1px solid #e7e7e7;
    border-radius: 12px !important;
    padding: 0 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e7e7e7;
}

.select2-results__options {
    border: 1px solid #333;
    border-radius: 0;
}

.select2-selection__choice {
    padding: 5px 15px !important;
    min-height: 31px;
}

.select2-results__options>li {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 15px;
    color: #8c8c8c;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
    height: 43px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    text-align: left;
    padding-left: 0;
}

.select2-selection__choice {
    max-width: 80%;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-selection {
    border: 1px solid #e7e7e7 !important;
}

.select2-container--open .select2-dropdown {
    /* Your custom styles here */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 300px;
    /* Adjust the width as needed */
    position: absolute;
    top: 100%;
    /* Adjust the top value as needed */
    left: 0;
    z-index: 1000;
}

.select2-results {
    max-height: 200px;
    /* Adjust the height as needed */
    overflow-y: auto;
}

.select2-container {
    position: relative;
    width: 100% !important;
    /* Adjust the width as needed */
}

.select2-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* Adjust the width as needed */
    z-index: 1000;
}

.select2-search__field {
    width: 100%;
    /* Ensure the search bar takes full width */
}

.select2-results__option.my-custom-class {
    /* Your custom styles for specific options */
    padding: 0;
    color: #333;
    width: 100%;
}


/* New RFQ front admin */
.quote-detail-wrapper {
    padding: 25px;
}

.purchase-detail-page .quote-detail-wrapper,
.quote-proposal-page .quote-detail-wrapper {
    padding: 25px 0;
}

.quotation-parties-wrapper {
    display: flex;
    gap: 25px;
}

.view-quote-page .quote-detail-wrapper>div {
    margin-bottom: 40px;
}

.quotation-data-table-wrap table {
    text-align: left;
    border-top: 1px solid var(--primery-medium-blue);
    border-left: 1px solid var(--primery-medium-blue);
}

.quotation-data-table-wrap table thead {
    border-radius: 8px 8px 0 0;
}

.quotation-data-table-wrap table tbody {
    border-radius: 0 0 8px 8px;
}

.quotation-data-table-wrap {
    background-color: #f8f9fa;
    overflow: auto;
}

.quotation-data-table-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.quotation-data-table-wrap::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.quotation-data-table-wrap::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.quotation-data-table-wrap .table-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.transport-and-custom-quotation .quotation-data-table-wrap+.quotation-data-table-wrap {
    margin-top: 20px;
}

.quotation-data-table-wrap table thead {
    background-color: var(--primery-light-blue);
    color: var(--primery-dark-blue);
}

.quotation-data-table-wrap table th {
    border-right: 1px solid var(--primery-medium-blue);
}

.quotation-data-table-wrap table tbody {
    background-color: var(--gray1);
}

.quotation-data-table-wrap table td {
    background-color: var(--gray1);
    color: var(--gray6);
    border-bottom: 1px solid var(--primery-medium-blue);
    border-right: 1px solid var(--primery-medium-blue);
}

.quotation-data-table-wrap table .related-item .related-item-wrapper {
    border: 2px solid var(--primery-blue);
    border-radius: 56px;
    padding: 4px 10px;
    color: var(--primery-blue);
    font-weight: 700;
    transition: all 0.3s ease;
}

.quotation-data-table-wrap table .related-item .related-item-wrapper:hover {
    background-color: var(--secondary-mint);
    border-color: var(--secondary-mint);
}

.quotation-data-table-wrap table .packaging-item .related-item-wrapper {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px;
}

.table-with-image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.table-bottom-wrapper {
    display: flex;
    justify-content: end;
}

.packaging-details-list-wrapper .table-bottom-wrapper {
    margin-bottom: 15px;
}

.packaging-input-grp {
    width: 100%;
    display: flex;
}

.packaging-input-grp .inputs {
    width: 100%;
    max-width: 170px;
    margin: 0;
}

.packaging-total-wrapper {
    max-width: 400px;
    width: 100%;
    margin-top: 24px;
    background-color: var(--secondary-light-mint);
    padding: 16px 28px;
    border-radius: 12px;
}

.packaging-total-wrapper .total-title,
.packaging-total-wrapper .total {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--gray6);
}

.packaging-total-wrapper .total {
    font-weight: 700;
    font-size: 20px;
}

.payment-option {
    display: block;
}

.wire-content-wrapper span {
    display: block;
    text-align: center;
}

.wire-content-wrapper .content {
    font-size: 18px;
    color: #8c8c8c;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
}

.wire-bank-detail-wrapper {
    border: 1px solid;
    padding: 25px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    margin: 15px auto;
    background-color: #f8f9fa;
}

.wire-bank-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.wire-bank-detail-wrapper .detail-content {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.wire-bank-detail-wrapper .detail-content span:first-child {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.wire-bank-detail-wrapper .detail-content span:last-child {
    font-size: 16px;
}

.wire-content-wrapper .bottom-content {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.wire-content-wrapper .code-content {
    font-size: 16px;
    font-weight: 600;
}

.edit-hide-btn {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.addmore-file-wrap {
    text-align: left;
}

.edit-hide-btn-wrapper span:not(:last-of-type) {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.edit-hide-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    /* Smooth animation */
    padding-right: 10px;
}

.edit-hide-content .inputs:first-child {
    margin-top: 15px;
}

.edit-hide-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 3px;
}

.edit-hide-content::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.edit-hide-content::-webkit-scrollbar-thumb {
    background-color: #565c6c;
    border-radius: 3px;
}

.add-vendor-form,
.request-form-outer {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.request-quote-form .request-form-inner {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    gap: 20px;
}

.right-side-wrapper {
    height: fit-content;
    padding: 15px;
    background-color: #f6f6f6;
}

.use-list-wrapper {
    list-style-type: decimal;
    padding-left: 15px;
}

.use-list-wrapper li {
    font-size: 14px;
    margin-bottom: 8px;
}

.right-side-wrapper .title {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
}

.grand-total-wrapper .btn {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.total-wrapper {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 40px;
}

.total-wrapper .total-content,
.sub-total-content {
    display: flex;
    gap: 0 16px;
    justify-content: end;
}

.total-wrapper .total-content .total-title {
    width: 150px;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.sub-total-content h5,
.sub-total-content .total {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-family);
}

.total-wrapper .total-content .total {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.checkout-total-content {
    max-width: 400px;
    width: 100%;
    background-color: var(--secondary-light-mint);
    padding: 16px;
    margin-left: auto;
    border-radius: 12px;
}

.checkout-total-content .sub-total-content {
    margin-bottom: 0;
    gap: 0 6px;
}

.view-detail-wrappper a {
    background-image: url(../img/arrow-up-right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 27px;
    background-size: 20px;
}

.view-detail-wrappper a:before {
    right: 0;
}

.industry-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}


.industry-tooltip .industry-tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #565c6c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
}

.industry-tooltip .industry-tooltiptext::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #565c6c transparent;
}

.industry-tooltip:hover .industry-tooltiptext {
    visibility: visible;
    opacity: 1;
}

#SelectedIndustry a {
    color: #97c300;
    text-decoration: none;
}

#SelectedIndustry a:hover {
    color: darkblue;
}

#IndustryId {
    padding-right: 20px;
    /* Optional: to account for dropdown icon */
}


#deliverydestinations {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.date-success {
    border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12);
    box-shadow: 0px 0px 2px #259c08;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    margin-top: 10px;
    display: none;
}

.text-grey {
    color: #8c8c8c;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.date-success .close {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.date-success .close:hover {
    color: red;
}

.rfq-list+.pager,
.rfp-list+.pager,
.order-list+.pager {
    margin-top: 20px;
}

.custom-order-summary-content .common-buttons {
    display: flex;
    justify-content: space-between;
}

.custom-order-summary-content .cart td {
    text-align: center;
}

.custom-order-summary-content .primary-btn {
    color: var(--white);
}

.quote-img-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quote-img-wrapper img {
    width: 50px;
    height: 50px;
}

.custom-table-wrapper {
    background-color: #f8f9fa;
    overflow: auto;
}

.custom-table-wrapper table {
    text-align: left;
    border-top: 1px solid var(--primery-medium-blue);
    border-left: 1px solid var(--primery-medium-blue);
    border-right: 1px solid var(--primery-medium-blue);
}

.custom-table-wrapper thead {
    background-color: var(--primery-light-blue);
    color: var(--primery-dark-blue);
    border-radius: 8px 8px 0 0;
}

.custom-table-wrapper table th {
    white-space: nowrap;
    padding: 15px 20px;
    border-right: 1px solid var(--primery-medium-blue);
}

.custom-table-wrapper table tbody {
    background-color: var(--gray1);
    border-radius: 0 0 8px 8px;
}

.custom-table-wrapper table td {
    background-color: var(--gray1);
    color: var(--gray6);
    border-bottom: 1px solid var(--primery-medium-blue);
    border-right: 1px solid var(--primery-medium-blue);
    white-space: nowrap;
    padding: 15px 20px;
}

.custom-table-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-table-wrapper::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.custom-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/* Sales Contract Page */
.sales-contract-page .note-message {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--error-dark);
    text-align: left;
}

.html-sales-contract-page .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
}

.sales-contract-page .page-title h1 {
    margin-bottom: 15px;
}

.sales-contract-page .contract-content {
    margin: 0 auto 24px;
    border: 1px solid var(--primery-medium-blue);
    border-radius: 12px;
    text-align: left;
}

.contract-content .content .bold {
    font-weight: bold;
}

.contract-content .contract-content-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.background-content .title {
    margin-bottom: 16px;
}

.background-content .title h3 {
    font-size: 18px;
}

.background-content .product-title {
    margin-bottom: 10px;
}

.background-content .content {
    margin-bottom: 5px;
}

.therefore-content .content {
    font-size: 16px;
    margin-bottom: 10px;
}

.therefore-content ol {
    list-style: auto;
    padding-left: 22px;
}

.therefore-content ol li {
    margin-bottom: 10px;
}

.approval-section ul {
    display: flex;
    max-width: 315px;
    gap: 20px;
}

.approval-section ul li span {
    display: block;
    font-weight: 700;
    color: var(--gray6);
}

.approval-section ul li .author-name {
    color: var(--primery-blue);
    margin-top: 5px;
    font-weight: 400;
}

.sales-contract-page .buttons {
    text-align: center;
}

.therefore-content .content {
    margin-bottom: 16px;
}

.agreement-section {
    text-align: center;
    margin-bottom: 10px;
}

.newsletter-email {
    position: relative;
}

.newsletter-validation {
    position: absolute;
    right: 46px;
    top: 27px;
}

.form-group.inputs.input-date .field-validation-valid {
    padding-right: 80px;
}

.edit-hide-btn-wrapper .date-icon {
    margin-bottom: 0 !important;
}

.pager li span {
    color: #fff;
}

.confirmaiton-form-msg-wrapper {
    padding: 48px;
    background-color: #F3F8FA;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.become-seller-page .confirmaiton-form-msg-wrapper {
    margin: 0;
}

.success-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 800;
    color: var(--success-dark);
    gap: 8px;
}

.success-icon {
    background: url('../img/form-success-icon.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
}

.confirmaiton-id-wrapper {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 800;
    color: var(--gray4);
    gap: 8px;
}

.confirmaiton-id-wrapper .confirmaiton-id {
    color: var(--black);
}

.bottom-banner-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.bottom-banner-wrapper p {
    display: flex;
}

.bottom-banner-wrapper .topic-block {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.bottom-banner-wrapper .topic-block-title {
    display: none;
}


/* Seller page */

.html-seller-marketplace-page .announcement-bar,
.html-seller-marketplace-page .footer,
.html-seller-marketplace-page .search-box,
.html-seller-marketplace-page .header-links ul li:not(:last-child),
.html-seller-marketplace-page .category-navigation-list-wrapper {
    display: none;
}

.html-seller-marketplace-page .header-selectors-wrapper,
.header-lower {
    justify-content: space-between;
}

#redirect-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
}

#redirect-popup:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4444;
    position: absolute;
    z-index: 1;
}

#redirect-message {
    margin: auto;
    width: 600px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.seller-store-frontside .seller-banner-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.seller-store-frontside .seller-cover-img-wrapper {
    width: 100vw;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.seller-store-frontside .seller-cover-img-wrapper {
    height: 212px;
    object-fit: cover;
}

.seller-store-frontside .logo-title-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.seller-store-frontside .logo-title-btn-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seller-store-frontside .logo-title-btn-wrapper .title-wrapper .title {
    font-size: 28px;
    font-weight: 800;
    color: var(--primery-dark-blue);
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.seller-store-frontside .verify-icon::after {
    content: "";
    background: url("../img/verify-icon.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
}

.seller-store-frontside .logo-title-btn-wrapper .btn-wrapper {
    margin-left: auto;
}

.seller-store-frontside .nop-jcarousel .carousel-title strong {
    color: var(--gray6);
}

.seller-store-frontside .main-wrapper>.title {
    color: var(--gray6);
    font-weight: 800;
    line-height: 120%;
    text-align: left;
    text-transform: capitalize;
    gap: 10px;
}

.seller-store-frontside .home-page-category-grid .item-grid {
    left: inherit
}

.seller-store-frontside .home-page-category-grid .category-item .title {
    margin-bottom: 0;
}

.seller-store-frontside .auction-seller-slider .slick-slide {
    padding: 0;
}

.seller-store-frontside .slick-slider::before {
    content: "";
    width: 16px;
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.seller-store-frontside .slick-slider::after {
    content: "";
    width: 16px;
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.html-storefront-vendor-page .master-column-wrapper {
    flex-wrap: wrap;
}

.html-storefront-vendor-page .seller-store-frontside {
    width: 100%;
}

.storefront-contactus-page {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.storefront-contactus-wrapper {
    margin-bottom: 40px;
}

.storefront-contactus-wrapper .storefront-contactus-title,
.aboutus-page-title-wrapper .aboutus-page-title {
    line-height: 120%;
    font-weight: 800;
    color: var(--primery-dark-blue);
    margin-bottom: 10px;
}

.storefront-contactus-wrapper .storefront-contactus-desc {
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
}

.storefront-aboutus-page {
    text-align: left;
}

.html-rfq-confirm-page .master-column-wrapper {
    padding-bottom: 0;
}

.storefront-aboutus-page .page-body p {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 16px;
}

@media (max-width: 1280px) {
    .auction-productdetail-page .aunction-custom-wrap {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .bid-controls-btn {
        justify-content: center;
    }
}

@media (max-width: 1024px) {

    .become-seller-page .topic-block-title h2,
    .request-form-outer .title h2,
    .purchase-detail-page h2 {
        font-size: 26px;
        text-align: center;
    }

    .vendor-card {
        flex-direction: column;
    }

    .vendor-card-middle {
        text-align: center
    }

    .vendor-info-container h2 {
        justify-content: center
    }


    .vendor-card-buttons form {
        max-width: 150px;
    }

    .vendor-card-buttons form {
        width: 100%;
    }

    .quote-proposal-list-item {
        column-gap: 15px;
    }

    .quote-proposal-wrapper {
        padding: 20px;
    }

    .manage-your-verifications .verification-sections>div {
        width: 100%;
    }

    #openSellerLocationButton {
        display: flex;
        justify-content: flex-start;
        position: relative;
        z-index: 0;
        padding: 16px 18px !important;
        font-size: 13px;
        line-height: 17px;
        background-color: #f6f6f6;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase;
        width: auto;
        height: auto;
        border-top: 3px solid #fff;
        border-radius: 0;
    }

    #openSellerLocationButton span {
        display: block;
        line-height: 18px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    .master-column-wrapper {
        padding: 40px 10px 40px;
    }

    .rfq-main-wrapper .confirmaiton-form-msg-wrapper {
        margin-bottom: 40px;
    }

    .rfq-main-wrapper .confirmaiton-form-msg-wrapper {
        gap: 20px;
    }

    .view-quote-page .quote-detail-wrapper {
        padding: 25px 0;
    }

    .html-purchase-quote-page .center-1 {
        padding: 0 10px;
    }

    .seller-store-frontside .product-slider,
    .seller-store-frontside .category-slider,
    .seller-store-frontside .single-image-slider {
        margin: 0 -10px;
    }

    .seller-store-frontside .slick-slide {
        padding: 0 10px;
    }

    .seller-store-frontside .slick-slider::before {
        width: 10px;
    }

    .seller-store-frontside .slick-slider::after {
        width: 10px;
    }

    .seller-store-frontside .single-image-slider .img-responsive {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .seller-store-frontside .main-wrapper>.title {
        font-size: 28px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seller-store-frontside .main-wrapper:not(:last-child) {
        margin-bottom: 40px;
    }

    .html-storefront-vendor-page .seller-store-frontside {
        padding: 40px 10px 0;
        order: 3;
    }

    .html-storefront-vendor-page .seller-store-frontside .seller-banner-wrapper {
        margin-bottom: 0;
    }

    .seller-store-frontside .seller-cover-img-wrapper {
        top: -40px;
    }

    .storefront-contactus-wrapper .storefront-contactus-title {
        font-size: 26px;
        text-align: center;
    }

    .storefront-contactus-wrapper .storefront-contactus-desc {
        text-align: center;
    }

    .aboutus-page-title-wrapper {
        margin-bottom: 30px;
    }

    .main-wrapper>.component-image:not(.single-image-slider) {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }

    .seller-cover-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .seller-store-frontside .seller-cover-img-wrapper {
        height: 270px;
    }

    .html-apply-service-provider-page .master-column-wrapper {
        padding: 40px 10px 40px;
    }

    .three-image-slider .component-image,
    .four-image-slider .component-image {
        padding-top: 100%;
    }
}

@media (max-width:1024px) and (min-width:481px) {
    .vendor-card-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .vendorinfo-container .inputs {
        flex-direction: column
    }

    .request-viewquotes-container .quotes-table-section p,
    .closing-rfq-popup p,
    .quote-status-popup p {
        text-align: center;
    }

    .vendorinfo-container .left-side-content {
        font-weight: bold;
    }

    .vendorinfo-container .right-side-content {
        width: 100%;
    }

    .request-viewquotes-container .popup .rfq-btn,
    .chat-page .quote-proposal-wrapper .rfq-btn,
    .staff-list .rfq-btn {
        justify-content: center
    }

    .quote-proposal-page,
    .view-proposal-page {
        padding: 0 20px;
    }

    .rfq-list-container .rfq-item,
    .rfp-list-container .rfp-item {
        width: 100%;
    }

    .quote-proposal-wrapper {
        padding: 20px;
    }

    .request-viewquotes-container .request-view-details {
        margin-bottom: 15px;
    }

    .manage-your-verifications .verification-sections {
        flex-direction: column;
    }

    .manage-your-verifications .verification-box h2 {
        font-size: 20px;
    }

    .apply-service-provider-page>.page-body {
        row-gap: 30px;
    }

    .apply-service-provider-page .seller-portal-wrapper {
        width: 100%;
        padding: 30px;
    }

    .apply-service-provider-page .seller-portal-title {
        font-size: 24px;
    }

    .select-btn-wrapper {
        flex-direction: column;
    }

    .select-btn-wrapper .button-wrapper {
        flex-wrap: wrap;
    }

    .wire-bank-detail-wrapper .detail-content {
        flex-direction: column;
    }

    .quotation-parties-wrapper {
        flex-direction: column;
    }

    .view-quote-page .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .view-quote-page .quote-proposal-title {
        font-size: 24px;
    }

    .view-quote-page {
        padding: 0;
    }

    .therefore-content,
    .background-content,
    .agreement-content {
        margin-bottom: 40px;
    }

    .sales-contract-main-title {
        font-size: 30px;
    }

    .aboutus-page-title-wrapper .aboutus-page-title {
        font-size: 30px;
    }

    .seller-store-frontside .logo-title-btn-wrapper {
        gap: 10px;
        flex-direction: column;
    }

    .logo-title-btn-wrapper .seller-logo {
        width: 100px;
        height: 100px;
    }

    .seller-store-frontside .logo-title-btn-wrapper .btn-wrapper {
        margin-left: inherit;
    }

    .seller-store-frontside .logo-title-btn-wrapper .title-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {


    .request-form-wrap .file-upload-entry-item .filename,
    .add-vendor-form .file-upload-entry-item .filename,
    .request-quote-form .file-upload-entry-item .filename {
        width: 110px;
    }

    .request-quote-form .choose-file-btn span,
    .request-form-wrap .choose-file-btn span,
    .add-vendor-form .choose-file-btn span {
        margin-top: 4px;
    }

    .rfp-form .textarea-select-wrap,
    .request-form-outer .add-new-field-popup .new-field-wrap {
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 12px;
    }

    .staff-manager-header {
        flex-direction: column;
    }

    .seller-portal-wrapper .button-container {
        justify-content: center;
        flex-direction: column;
    }

    .customer-info-page .verification-box p,
    .verification-box .verification-box-list,
    .customer-info-page .verification-box span,
    .manage-your-verifications .verification-box p,
    .service-provider-portal-page .seller-content,
    .service-provider-portal-page .apply-reasone {
        font-size: 14px;
        line-height: 24px;
    }

    .apply-service-provider-page .seller-portal-wrapper {
        text-align: center;
    }

    .apply-service-provider-page .seller-content {
        font-size: 15px;
    }

    .secondary-upload-field-inner .file-upload-entry-item {
        flex-wrap: wrap
    }

    .table-bottom-wrapper,
    .packaging-input-grp {
        flex-direction: column;
        align-items: center;
    }

    .packaging-total-wrapper {
        text-align: center;
    }

    .checkout-total-content .sub-total-content {
        justify-content: center;
    }

    .grand-total-wrapper .quote-checkout-btn {
        text-align: center;
    }

    .direct-purchase-product-page .overview .add-to-wishlist {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .direct-purchase-product-page .cart-button-container {
        position: relative;
        bottom: 8px;
    }

    .sales-contract-page .note-message {
        font-size: 14px;
    }

    .sales-contract-page .contract-content {
        padding: 20px;
    }

    .content,
    .therefore-content ol li {
        font-size: 14px;
        line-height: 22px;
    }

    .sales-contract-page .buttons .primary-btn {
        padding: 10px 20px;
    }

    .therefore-content ol {
        padding-left: 15px;
    }

    .message-item {
        flex-direction: column-reverse;
    }

    #deletedChat .message-header {
        flex-wrap: wrap;
        align-items: start;
    }

    #deletedChat .message-content {
        order: 3;
    }

    .retrieve-time-wrapper {
        width: calc(100% - 70px);
    }

    #deletedChat .message-time {
        justify-content: end;
    }

    .mymsg-item {
        flex-direction: column;
        gap: 5px;
        align-items: start;
    }

    .message-time {
        width: 100%;
    }

    #ActiveChat .message-header>div {
        flex-direction: column;
        align-items: start;
    }

    .chat-page .chat-btn-wrapper {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .vendor-card-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rfp-btn {
        flex-direction: column;
        align-items: start
    }

    .input-selectgroup {
        flex-direction: column;
    }

    .request-viewquotes-container .request-viewquotes-buttons {
        flex-wrap: wrap;
    }

    .request-viewquotes-buttons p {
        width: 100%;
        text-align: center;
    }

    .quote-proposal-list-item .quote-proposal-label,
    .quote-proposal-list-item .quote-proposal-value {
        width: 100%;
    }

    .custom-order-summary-content .common-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media(min-width: 481px) and (max-width: 767px) {
    .quote-proposal-list-item .quote-proposal-label {
        width: calc(50% - 8px);
    }

    .quote-proposal-list-item .quote-proposal-value {
        width: calc(50% - 7px);
    }
}

@media (min-width: 481px) {

    .rfq-form .input-selectgroup select {
        max-width: 150px;
    }

    .rfq-form .document-language-wrap .input-selectgroup {
        align-items: center;
    }
}

@media (min-width: 576px) {


    .request-quote-form .choose-file-btn span,
    .request-form-wrap .choose-file-btn span,
    .add-vendor-form .choose-file-btn span {
        margin-top: 3px;
    }

    .rfp-form .textarea-select-wrap,
    .request-form-outer .add-new-field-popup .new-field-wrap {
        justify-content: space-between;
    }

    .secondary-upload-field-inner {
        width: 100%;
    }

    .secondary-upload-field-inner .fileupload-wrap {
        width: 100%;
    }

    .grand-total-wrapper .quote-checkout-btn {
        text-align: left;
    }

    .checkout-total-content .sub-total-content {
        justify-content: inherit;
    }

    .sales-contract-page .contract-content {
        padding: 32px;
    }

    .approval-section ul {
        justify-content: space-between;
    }

    .message-content {
        margin-right: 10px;
    }

    .retrieve-time-wrapper {
        margin-left: auto;
    }

    .chat-btn-wrapper {
        float: right;
    }

    .customer-info-page .verification-box p,
    .verification-box .verification-box-list,
    .customer-info-page .verification-box span,
    .manage-your-verifications .verification-box p,
    .service-provider-portal-page .seller-content,
    .service-provider-portal-page .apply-reasone {
        font-size: 15px;
        line-height: 24px;
    }

    .staff-manager-header {
        align-items: center;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .quote-proposal-list-item .quote-proposal-label {
        width: 125px;
    }

    .quote-proposal-list-item .quote-proposal-value {
        width: calc(100% - 140px);
    }

    .custom-order-summary-content .cart tr {
        width: 100%;
    }

    .logo-wrapper {
        width: 100%;
    }

    .seller-store-frontside .logo-title-btn-wrapper .title-wrapper {
        width: 60%;
    }

    .seller-store-frontside .logo-title-btn-wrapper .btn-wrapper {
        width: 37%;
        text-align: right;
    }

    .seller-store-frontside .logo-title-btn-wrapper {
        flex-wrap: wrap;
    }

    .apply-service-provider-page>.page-body {
        gap: 20px;
    }

    .apply-service-provider-page .seller-portal-wrapper {
        width: calc(50% - 10px);
        padding: 30px;
    }

    .apply-service-provider-page .seller-portal-title {
        font-size: 24px;
    }

    .apply-service-provider-page .seller-content {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .selectboxes-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .selectboxes-container>div {
        width: calc((100% - 20px)/2)
    }

    .rfq-list-container .rfq-item,
    .rfp-list-container .rfp-item {
        width: calc((100% - 25px)/2)
    }

    .rfp-form .textarea-select-wrap {
        margin-bottom: 10px;
    }

    .apply-vendor-page {
        max-width: initial;
        margin: initial;
    }

    .vendorinfo-container .secondary-title h4 {
        text-align: start;
    }

    .vendorinfo-container .left-side-content {
        font-weight: bold;
        max-width: 200px;
        width: 100%;
    }

    .vendorinfo-container .vendor-info-profile {
        margin: auto;
        margin-bottom: 15px;
    }

    .vendorinfo-container .right-side-content {
        width: 60%;
    }

    .request-viewquotes-upperwrap {
        position: relative;
    }

    .select-btn-wrapper .button-wrapper {
        margin-top: 0;
    }

    .request-viewquotes-container .popup .rfq-btn,
    .chat-page .quote-proposal-wrapper .rfq-btn,
    .staff-list .rfq-btn {
        justify-content: end;
    }

    .closing-rfq-popup p {
        text-align: start;
    }

    .view-proposal-page .popup .popup-btn {
        justify-content: end
    }

    .wire-content-wrapper .content {
        max-width: 50%;
    }

    .wire-bank-detail-wrapper .detail-content span:first-child {
        max-width: 130px;
        text-align: right;
    }

    .quotation-parties-wrapper>div {
        width: 50%;
    }

    .view-quote-page .title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .view-quote-page .quote-proposal-title {
        font-size: 45px;
    }

    .sales-contract-main-title {
        font-size: 45px;
    }

    .therefore-content,
    .background-content,
    .agreement-content {
        margin-bottom: 40px;
    }

    .aboutus-page-title-wrapper .aboutus-page-title {
        font-size: 45px;
    }

    .logo-title-btn-wrapper .seller-logo {
        width: 150px;
    }

    .two-image-slider .slick-slide .component-image img,
    .single-image-slider .slick-slide .component-image img {
        max-height: 515px;
        object-fit: cover;
    }
}

.slick-slide {
    position: relative;
    overflow: hidden
}

.three-image-slider .component-image,
.four-image-slider .component-image {
    display: block;
    position: relative;
    height: 100%;
    z-index: 2;
}

.three-image-slider .component-image img,
.four-image-slider .component-image img {
    display: block;
    position: absolute;
    max-height: 100%;
    top: 0;
    object-position: 50% 50%;
    object-fit: cover;
    margin: auto;
}

.four-image-slider .component-image {
    padding-top: 100%;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .purchase-detail-page {
        max-width: 90%;
        margin: 0 auto;
    }

    .three-image-slider .component-image {
        padding-top: 90%;
    }
}

@media (min-width: 1025px) {

    .become-seller-page .topic-block-title h2,
    .request-form-outer .title h2,
    .purchase-detail-page h2 {
        font-size: 45px;
    }

    .vendor-card-buttons {
        flex-direction: column;
    }

    .quote-proposal-page .quote-proposal-label,
    .quote-proposal-list-wrapper .quote-proposal-label,
    .quote-proposal-additonal .quote-proposal-label {
        width: calc(30% - 14px);
        text-align: right;
    }

    .quote-proposal-page .quote-proposal-value,
    .quote-proposal-list-wrapper .quote-proposal-value,
    .quote-proposal-additonal .quote-proposal-value {
        width: calc(70% - 14px);
    }

    .quote-proposal-additonal .quote-proposal-note {
        width: 50%;
        margin: 0 auto;
    }

    .quote-proposal-list-item {
        gap: 20px;
    }

    .quote-proposal-wrapper {
        padding: 25px;
    }

    .manage-your-verifications .verification-sections>div {
        width: 50%;
    }

    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        color: var(--primery-blue);
    }

    .master-column-wrapper {
        padding: 80px;
    }

    .rfq-main-wrapper .confirmaiton-form-msg-wrapper {
        margin-bottom: 80px;
    }

    .confirmaiton-form-msg-wrapper {
        gap: 32px;
    }

    .quotation-data-table-wrap table th,
    .quotation-data-table-wrap table td {
        font-size: 16px;
    }

    .request-viewquotes-container .quotes-table-section p {
        font-size: 16px;
    }

    .seller-store-frontside .product-slider,
    .seller-store-frontside .category-slider,
    .seller-store-frontside .single-image-slider {
        margin: 0 -16px;
    }

    .seller-store-frontside .slick-slide {
        padding: 0 16px;
    }

    .seller-store-frontside .slick-slider::before {
        width: 16px;
    }

    .seller-store-frontside .slick-slider::after {
        width: 16px;
    }

    .seller-store-frontside .main-wrapper>.title {
        font-size: 32px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .seller-store-frontside .main-wrapper:not(:last-child) {
        margin-bottom: 80px;
    }

    .custom-table-wrapper table th,
    .custom-table-wrapper table td {
        font-size: 16px;
    }

    .html-storefront-vendor-page .seller-store-frontside {
        padding: 80px 80px 0;
    }

    .html-storefront-vendor-page .center-2 {
        padding-top: 0;
    }

    .storefront-contactus-wrapper .storefront-contactus-title {
        font-size: 45px;
    }

    .aboutus-page-title-wrapper {
        margin-bottom: 40px;
    }

    .main-wrapper>.component-image:not(.single-image-slider) {
        width: calc(100% + 32px);
        position: relative;
        left: -16px;
    }

    .seller-store-frontside .logo-title-btn-wrapper .title-wrapper {
        max-width: 350px;
    }

    .html-apply-service-provider-page .master-column-wrapper {
        padding: 80px;
    }

    .apply-service-provider-page>.page-body {
        gap: 50px;
    }

    .apply-service-provider-page .seller-portal-wrapper {
        width: calc(50% - 25px);
        padding: 40px;
    }

    .apply-service-provider-page .seller-portal-title {
        font-size: 32px;
    }
}

@media (min-width: 1281px) {
    .auction-productdetail-page .overview .prices {
        margin: 20px 0 25px;
    }

    .auction-productdetail-page .product-prices-box {
        text-align: start;
    }

    .overview .add-to-cart {
        margin-left: initial;
    }

    .checkout-content-wrapper {
        max-width: 70%;
        margin: 0 auto;
    }

    .purchase-detail-page {
        max-width: 70%;
        margin: 0 auto;
    }

    .three-image-slider .component-image {
        padding-top: 60%;
    }

    .four-image-slider .component-image {
        padding-top: 100%;
    }
}

/* RFP ViewProposals HTML Content Styling */
.quotes-description,
.quotes-additional-details {
    margin-bottom: 15px;
}

.quotes-description .title,
.quotes-additional-details .title {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.quotes-description .content,
.quotes-additional-details .content {
    margin-left: 0;
    padding: 10px 0;
    line-height: 1.6;
    word-wrap: break-word;
}

.quotes-description .content p,
.quotes-additional-details .content p {
    margin-bottom: 10px;
    margin-top: 0;
}

.quotes-description .content h1,
.quotes-description .content h2,
.quotes-description .content h3,
.quotes-description .content h4,
.quotes-description .content h5,
.quotes-description .content h6,
.quotes-additional-details .content h1,
.quotes-additional-details .content h2,
.quotes-additional-details .content h3,
.quotes-additional-details .content h4,
.quotes-additional-details .content h5,
.quotes-additional-details .content h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.quotes-description .content ul,
.quotes-description .content ol,
.quotes-additional-details .content ul,
.quotes-additional-details .content ol {
    margin: 10px 0;
    padding-left: 20px;
}

.quotes-description .content li,
.quotes-additional-details .content li {
    margin-bottom: 5px;
}

.quotes-description .content strong,
.quotes-description .content b,
.quotes-additional-details .content strong,
.quotes-additional-details .content b {
    font-weight: bold;
}

.quotes-description .content em,
.quotes-description .content i,
.quotes-additional-details .content em,
.quotes-additional-details .content i {
    font-style: italic;
}

.quotes-description .content a,
.quotes-additional-details .content a {
    color: #007bff;
    text-decoration: underline;
}

.quotes-description .content a:hover,
.quotes-additional-details .content a:hover {
    color: #0056b3;
}

.html-seller-store-front .admin-header-links,
.html-seller-store-front .search-box,
.html-seller-store-front .notification-wrapper,
.html-seller-store-front .header-link-btn:not(:last-child) {
    display: none;
}

textarea {
    max-width: 850px;
}

.customer-info-page .verification-box {
    margin-top: 20px;
}

.customer-info-page .verification-box h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.verification-box-list li {
    margin-bottom: 5px;
}

.manage-your-verifications .container>.verification-box {
    margin-bottom: 20px;
}

.manage-your-verifications .verification-box h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.verification-box p {
    margin-bottom: 20px;
}

.manage-your-verifications .verification-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.verification-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.verification-box span {
    display: block;
    margin-bottom: 15px;
}

.manage-your-verifications .verification-sections {
    display: flex;
    gap: 15px;
}

.manage-your-verifications .verification-box p {
    margin-bottom: 10px;
    text-align: left;
}

.manage-your-verifications .btn-verification {
    margin-bottom: 20px;
}

.manage-your-verifications .only-read {
    opacity: 0.5;
}

.manage-your-verifications .status-msg {
    text-align: center;
}

/************************/
/*CSS WORKS*/

/*Custom Reset*/
input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

/*Custom Reset*/

/*Helpers*/
.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-t--5 {
    margin-top: -5px !important;
}

.m-t--10 {
    margin-top: -10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-400 {
    font-weight: 400 !important;
}

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

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.help-text {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-size: 12px;
    font-weight: 400;
    color: #5E696E;
}

.radius-12 {
    border-radius: 12px !important;
}

.n-b {
    border: none !important;
}

/*Helper*/

/*Custom Grid*/
.col-md-12,
.col-md-6 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.col-md-12 {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

/*Custom Grid*/

/*Common*/
.genHelpText {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    color: #232729;
}

.genHelpText p {
    width: auto;
    max-width: 80% !important;
    float: left !important;
    display: block;
}

.genHelpText h5 {
    width: auto;
    max-width: 80% !important;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #004A69;
}

.genHelpText span {
    width: auto;
    max-width: 20% !important;
    float: right !important;
    display: block;
}

.hint {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #398613;
}

/*Common*/

   /* REGISTER MOBIL & TABLET VIEW CSS */

@media (max-width: 1024px) {
    .html-registration-page .page-body.formBody {
        padding: 10px 20px 20px 20px;
    }
    .html-registration-page .page.formPage .page-title {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .html-registration-page .page-subTitle {
        height: auto;
        font-size: 16px;
    }
    .html-registration-page .genHelpText {
        height: auto;
        margin-bottom: 20px;
    }
    .html-registration-page .genHelpText p,
    .html-registration-page .genHelpText span {
        float: none !important;
        max-width: 100% !important;
        margin-bottom: 8px;
    }
    .html-registration-page .company-card-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .html-registration-page .company-card-actions .m-r-5 {
        margin-right: 0;
    }
    .html-registration-page .company-card-actions .primary-btn {
        width: 100% !important;
    }
    .html-registration-page .col-md-6 {
        width: 100%;
    }
    .html-registration-page #CompanySearch {
        width: 100% !important;
    }
    .html-registration-page #search-results {
        width: 100%;
    }
    .html-registration-page .formFields-md6 {
        width: 100%;
    }
}

/* CHECKOUT PROGRESS MOBIL & TABLET VIEW CSS */
@media (max-width: 1024px) {
    .checkout-list-wrapper .list-items {
        overflow-x: visible;
        gap: 0;
        padding: 0 10px;
    }
    .checkout-list-wrapper .list-item {
        min-width: 0;
        font-size: 12px;
    }
    .checkout-list-wrapper .list-item .list-item-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .checkout-list-wrapper .list-item:not(:last-child)::before {
        right: calc(-50% + 24px);
        width: calc(100% - 48px);
        top: 16px;
    }

    /* Shopping Cart Table - Card Layout */
    .custom-order-summary-content .custom-table-wrapper {
        overflow-x: visible;
        background-color: transparent;
    }
    .custom-order-summary-content .custom-table-cart {
        display: block;
        width: 100%;
        border: none;
    }
    .custom-order-summary-content .custom-table-cart thead {
        display: none;
    }
    .custom-order-summary-content .custom-table-cart tbody {
        display: block;
        width: 100%;
        background-color: var(--white);
    }
    .custom-order-summary-content .custom-table-cart tr.cart-item-row {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--primery-medium-blue);
        border-radius: 0;
        margin-bottom: 12px;
        padding: 16px;
        background-color: var(--gray1);
    }
    .custom-order-summary-content .custom-table-cart td {
        display: block;
        border: none !important;
        border-bottom: 1px solid #c4c8cd !important;
        padding: 8px 0;
        white-space: normal;
        background-color: transparent;
    }
    .custom-order-summary-content .custom-table-cart td:last-child {
        border-bottom: none !important;
    }
    .custom-order-summary-content .custom-table-cart td:nth-child(1):before {
        content: "Product";
    }
    .custom-order-summary-content .custom-table-cart td:nth-child(2):before {
        content: "Vendor";
    }
    .custom-order-summary-content .custom-table-cart td:nth-child(3):before {
        content: "Total";
    }
    .custom-order-summary-content .custom-table-cart td:nth-child(4):before {
        content: "Status";
    }
    .custom-order-summary-content .custom-table-cart td:before {
        font-family: inherit;
        font-weight: 700;
        color: var(--primery-dark-blue);
        display: block;
        margin-bottom: 2px;
        font-size: 12px;
    }
    .custom-order-summary-content .custom-table-cart td:last-child {
        text-align: left;
    }
    .custom-order-summary-content .custom-table-cart td a {
        margin-top: 4px;
    }
    .custom-order-summary-content .custom-table-cart td .secondary-btn {
        background-color: transparent;
        border: 1px solid var(--primery-blue) !important;
        color: var(--primery-blue);
    }
    .custom-order-summary-content .common-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .custom-order-summary-content .common-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

/*Custom Page Structers*/
.page.formPage {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.page-body.formBody {
    width: 100%;
    max-width: 850px;
    padding: 10px 40px 40px 40px;
    margin: auto;
    background-color: #F6F7F9 !important;
    text-align: start;
}

/*Custom Page Structers*/

/*Form Elements*/
div.formFields-md6 {
    width: 50%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

div.form-fields {
    margin-top: 20px;
}

div.form-fields ul {
    padding: 0;
    margin: 6px 16px;
    list-style: none;
}

div.form-group label,
div.form-fields label,
div.inputs label {
    width: 100%;
    padding: display block;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #232729;
}

div.form-group label,
div.form-fields label,
div.inputs label {
    margin-bottom: 5px;
}
    div.form-group label, div.form-fields label {
        margin-bottom: 5px;
    }

div.form-actions {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    display: block;
}

/* Form Input */
.form-input,
.form-group input, .form-group input[type=text], .form-group input[type=url],
.form-group select,
.form-fields input, .inputs input,
.form-fields input[type=text], .inputs input[type=text],
.form-fields input[type=url], .inputs input[type=url],
.form-fields select, .inputs select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
}

    .form-input,
    .form-group input:focus, .form-group input[type=text]:focus, .form-group input[type=url]:focus,
    .form-group select:focus,
    .form-fields input:focus, .inputs input:focus,
    .form-fields input[type=text]:focus, .inputs input[type=text]:focus,
    .form-fields input[type=url]:focus, .inputs input[type=url]:focus,
    .form-fields select:focus, .inputs select:focus {
        outline: none;
        box-shadow: none;
    }

    .form-input,
    .form-group input::placeholder,
    .form-group input[type=url]::placeholder,
    .form-fields input::placeholder,
    .inputs input::placeholder {
        padding-left: 15px !important;
        line-height: 130%;
        letter-spacing: 2%;
        color: #849095;
    }

.form-group input[type=url]::placeholder {
    padding-left: 15px;
}

.form-group select {
    min-height: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
}

.form-section input,
.form-section select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
}

span.required-indicator,
.required {
    line-height: 130%;
    letter-spacing: 0%;
    font-size: 16px;
    font-weight: 700;
    color: #DB3700;
}

/*Form Validation*/
.customValidation {}

.error {
    border-color: #DB3700 !important;
}

/*Form Validation*/

/*Custom Radio Button*/
div.option {
    width: 179px;
    height: 60px;
    padding: 18px 0;
    display: block;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    background: #FFFFFF;
    text-align: center;
    color: #004A69;
}

div.option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

div.option:hover,
div.option.active {
    cursor: pointer;
    border-color: #80B7CF;
    background: #D7F3FF;
}

div.option .box {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    border: 1px solid #006F9E;
    background: #FFFFFF;
}

div.option label {
    width: auto;
    max-width: 160px;
    margin: 0 auto;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

div.option.active label {
    font-weight: 600;
    color: #004A69;
}

div.option .box.checked {
    background: #006F9E;
    border-color: #006F9E;
}

div.option .box.checked::after {
    position: absolute;
    top: 2px;
    left: 3px;
    content: '\2714';
    line-height: 8px;
    font-size: 12px;
    color: #FFFFFF;
}

/*Custom Radio Button*/

/*Custom MultiSelect*/
.custom-multiselect {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.multiselect-header {
    width: 100%;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 16px;
}

.multiselect-placeholder {
    flex: 1;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 2%;
    color: #849095;
}

.multiselect-placeholder.has-selection {
    color: #374151;
}

.multiselect-arrow {
    padding: 4px;
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.multiselect-header.open .multiselect-arrow {}

.multiselect-dropdown {
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
}

.multiselect-dropdown.show {
    display: block;
}

.multiselect-option {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 8px;
    transition: background-color 0.2s;
    cursor: pointer;
    text-align: left;
}

.multiselect-option:hover {
    background-color: #f3f4f6;
}

.multiselect-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

.multiselect-option label {
    margin: 0;
    flex: 1;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
}

.multiselect-header-item {
    padding: 8px 16px;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
}

.multiselect-header-item span {
    display: block;
    text-align: left;
}

.multiselect-search {
    border-radius: 0 !important;
}

/*Custom MultiSelect*/

/*Custom FileUpload*/
.uploadFile {
    width: 100%;
    height: auto;
    min-height: 36px;
    padding: 6px 4px;
    position: relative;
    overflow: hidden;
    resize: none;
    border-radius: 12px;
    border: 1px solid #DDE0E2;
    background-color: #FFFFFF;
}

.uploadFile i {
    width: 100px;
    height: 33px;
    padding: 5px 10px;
    resize: none;
    border-radius: 10px;
    background-color: #004A69;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.uploadFile [type=file] {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: right;
    font-size: 999px;
}

/*Custom FileUpload*/

/*Buttons*/
.primary-btn {
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: none;
    background-color: #004A69;
    color: #FFFFFF;
}

.btn-red {
    background-color: #FF4735;
}

.btn-outline {
    border: 1px solid #004A69;
    background-color: #FFFFFF;
    color: #004A69;
}

.btn-xs {
    width: 110px !important;
}

.btn-small {
    width: 80px !important;
}

.btn-sm {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 13px !important;
}

/*Buttons*/

/*Headers - Titles*/
.page-title {
    width: 100%;
    text-align: left !important;
}

.page-title h1 {
    line-height: 120% !important;
    font-size: 45px !important;
    letter-spacing: -2px !important;
    color: #004A69;
}

.page-subTitle {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-weight: 700;
    font-size: 20px;
    color: #004A69;
}

/*Headers - Titles*/

/*Pages*/

/*Company Search Form*/
.company-card {
    padding: 0;
    margin: 0;
}

    .company-card p.description {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 40px;
        float: left;
        display: block;
        line-height: 140%;
        letter-spacing: 0%;
        font-size: 16px;
    }

.company-card-header {
    width: 100%;
    display: block;
}

.company-card-header span {
    width: 20%;
    float: left;
    display: block;
}

.company-card-body .found-company-link,
.company-card-body .found-company-address {
    font-size: 16px;
    font-weight: 600;
    color: #006F9E;
}

.company-card-body .found-company-link {
    margin-right: 2px;
    float: left;
    display: block;
}

.company-card-body .found-company-address {
    float: left;
    display: block;
}

#CompanySearch {
    width: 400px !important;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    color: #2D2C35;
}

#search-results {
    width: 400px;
    height: 160px;
    padding: 6px;
    margin-top: -3px;
    position: relative;
    overflow: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
}

#search-results .list-group-item {
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    float: left;
    display: block;
    cursor: pointer;
    text-align: left;
    border-bottom: none;
    color: #849095;
}

#search-results .list-group-item:hover {
    background: #F4F7F8;
}

#search-results .list-group-item.selected {
    background: #E9F2FF;
    border-left: 4px solid #0D6EFD;
}

#search-results .badge-area {
    color: #6B6F72;
    font-size: 0.85rem;
}

/*Company Search Form*/

/*Company Registration Form*/
.account-type-selection {
    width: 100%;
    margin-top: 40px;
    display: block;
    font-size: 16px;
    color: #232729;
}

.account-type-selection span {
    border-bottom: 2px solid #006F9E;
    cursor: pointer;
    font-weight: 600;
    color: #006F9E;
}

.type-options {
    margin-top: 30px;
}

.type-options div.option {
    margin-right: 5px;
}

/*Company Registration Form*/

/*Company Brand Form*/
/*Company Brand Form*/

/*Dashoard*/
.master-wrapper-content {
    background: #F5FCFF !important;
}

.master-column-wrapper {}

div.center-2 {
    width: 100% !important;
    padding: 0 !important;
    margin: 50px !important;
}

.page.account-page {
    width: 100% !important;
}

.page.account-page .page-body {
    padding: 30px !important;
    margin: 0;
    background: #FFFFFF !important;
}

.dashboard-header h1,
h1.section-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 45px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

.ready-to-trade-section {
    width: 100%;
    height: 130px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #FFFFFF;
}

.progress-header {
    width: 50%;
    margin-bottom: 0;
    float: left;
    display: block;
}

.progress-header span.title {
    width: 100%;
    display: block;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #004A69;
}

    .progress-header p {
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #004A69;
    }

.progress-bar-container {
    width: 50%;
    padding: 30px 0;
    margin-bottom: 10px;
    float: left;
    display: block;
}

    .progress-bar-container .progress-bar {
        width: 95%;
        height: 10px;
        float: right;
        display: block;
        background: #E5F2FF;
        border-radius: 6px;
        overflow: hidden;
    }

    .progress-bar-container span.completion-percentage {
        width: 5%;
        height: 11px;
        float: left;
        display: block;
        line-height: 11px;
        letter-spacing: 0%;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #151619;
    }

.progress-fill {
    height: 100%;
    background: #0171F8;
    transition: width 0.3s ease;
}

.ready-to-trade-section p {
    width: 100%;
    padding-bottom: 20px;
    margin-top: -15px;
    float: left;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #004A69;
}

/* Missing Trade Accordion */
.missing-trade-accordion {
    width: fit-content;
    margin-bottom: 25px;
    border: none;
    border-radius: 8px;
    background: #EDF0F2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.missing-trade-accordion.open {
    width: 100%;
    background: rgba(225, 139, 0, 0.03);
    border: 1px solid #F0E0D0;
    border-radius: 10px;
}

.missing-trade-header {
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    border-radius: 8px;
}

.missing-trade-accordion:not(.open) .missing-trade-header:hover {
    background: #E3E6E9;
}

.missing-trade-accordion.open .missing-trade-header {
    padding: 20px 30px;
}

.missing-trade-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #14181F;
}

.missing-trade-accordion.open .missing-trade-title {
    font-size: 16px;
    font-weight: 700;
    color: #004A69;
}

.missing-trade-arrow {
    font-size: 22px;
    color: #14181F;
    line-height: 0;
    display: flex;
    align-items: center;
}

.missing-trade-accordion.open .missing-trade-arrow {
    color: #004A69;
}

.missing-trade-body {
    display: none;
}

.missing-trade-accordion.open .missing-trade-body {
    display: block;
}

.missing-trade-desc {
    padding: 0 30px 20px;
    margin: 0;
    border-bottom: 1px solid #F0E0D0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.missing-trade-accordion .onboarding-sections-grid {
    width: auto;
    padding: 24px 30px 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
    border: none;
    border-radius: 0;
    background: transparent;
}

/* Sell on Karavan Button */
.sell-on-karavan-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border: 0.5px solid rgba(51, 72, 255, 0.2);
    border-radius: 8px;
    background: #F0F7FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3348FF;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.sell-on-karavan-btn:hover {
    background: #D8DFFF;
    color: #3348FF;
    text-decoration: none;
}

.sell-on-karavan-btn svg {
    stroke: #3348FF;
}

/* Standalone onboarding grid (fallback) */
.onboarding-sections-grid {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #FFFFFF;
}

.onboarding-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.onboarding-group-title {
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 120%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #004A69;
}

.onboarding-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.onboarding-icon.check {
    fill: #34A853;
}

.onboarding-icon.minus {
    fill: #F5A623;
}

.onboarding-item {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.onboarding-item.complete span {
    color: #34A853;
    font-weight: 500;
}

.ready-to-trade-badge {
    display: inline-block;
    padding: 3px 12px;
    margin-left: 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

.ready-to-trade-badge.ready {
    background: #E6F4EA;
    color: #34A853;
}

.ready-to-trade-badge.not-ready {
    background: #FFF3E0;
    color: #F5A623;
}

.vendor-type-badges {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.vendor-type-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.vendor-type-badge.seller {
    background: #E6F4EA;
    color: #34A853;
}

.vendor-type-badge.buyer {
    background: #E5F2FF;
    color: #0171F8;
}

.vendor-type-badge.service-provider {
    background: #F3E8FD;
    color: #7C3AED;
}

.vendor-type-badge.unknown {
    background: #F5F5F5;
    color: #999;
}

.progress-header-top {
    display: flex;
    align-items: center;
}

.dashboard-tabs {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    margin-bottom: 30px;
    display: flex;
    gap: 0;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #F5FCFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.dashboard-tab {
    height: 37px;
    padding: 5px 24px;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #004A69;
}

.dashboard-tab.active,
.dashboard-tab:hover {
    background: #004A69;
    color: #FFFFFF;
}

#tab-content-area {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #FFFFFF !important;
}

.dashboard-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .dashboard-container .accordion-section {
        width: 100% !important;
        margin-bottom: 10px;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        overflow: hidden;
    }

.dashboard-container .accordion-section .accordion-header {
    height: 62px;
    background: #FFFFFF;
}

            .dashboard-container .accordion-section .accordion-header .section-title {
                line-height: 20px;
                letter-spacing: 0;
                font-weight: 500;
                font-size: 20px;
                color: #004A69;
            }

            .dashboard-container .accordion-section .accordion-header .accordion-icon {
                padding: 4px;
                margin-top: -1px;
                margin-right: 5px;
                float: right;
                display: inline-block;
                border: solid #888888;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
            }

            .dashboard-container .accordion-section .accordion-header.active .accordion-icon {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
            }

.addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.address-card {
    background: #FFFFFF;
    border: 1px solid #F4F5F6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    transition: none;
}

.address-card:hover {
    transform: none;
    box-shadow: none;
}

.address-type-badge {
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
}

.address-type-badge.default {
    background: none;
}


.address-card-body {
    padding: 20px;
}

.address-info-row {
    width: 100%;
    margin-bottom: 12px;
    float: left;
    display: block;
}

.address-info-row.full-width {
    width: 100%;
}

.address-info-row .info-label {
    width: auto;
    max-width: 15%;
    margin-right: 5px;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 600 !important;
    color: #040404;
}

.address-info-row .info-value {
    width: auto;
    max-width: 85%;
    float: left;
    display: block;
    font-size: 15px;
    font-weight: 600 !important;
    color: #040404;
}

.address-actions {
    width: 100%;
    margin-top: 30px;
    float: left;
    display: block;
}

.action-btn {
    margin-right: 5px;
    float: left;
    display: block;
}

.action-btn i {
    font-size: 14px;
}

    .action-btn .btn-text {
        display: none;
    }

.action-btn:hover {
    transform: none;
    box-shadow: none;
}

.edit-btn:hover {}

.delete-btn:hover {}

@media (min-width: 769px) {
    .action-btn .btn-text {
        display: inline;
    }

    .action-btn {
        min-width: 80px;
        justify-content: center;
    }
}

.add-new-card {
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FFFFFF;
}

.add-new-card:hover {
    transform: none;
    box-shadow: none;
}

.add-new-content {
    text-align: center;
}

.add-new-content span {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #004A69;
}

@media (max-width: 768px) {
    .addresses-grid {
        grid-template-columns: 1fr;
    }
}

/* Modal Styles */
.address-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

.address-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-modal-content {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.address-modal-header {
    width: 100%;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-bottom: none;
}

    .address-modal-header h2 {
        width: 100%;
        margin: 0;
        text-align: center;
        font-family: 'Montserrat';
        font-size: 24px;
        font-weight: 700;
        color: #232729;
    }

.close-modal {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #6c757d;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

    .close-modal:hover {
        background: #f8f9fa;
        color: #212529;
    }

.address-modal-body {
    padding: 12px 30px;
    overflow-y: auto;
    flex: 1;
    background: white;
}

.loading-spinner {
    text-align: center;
    padding: 40px;
    color: #6c757d;
    font-size: 18px;
}

.loading-spinner i {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal form styles */
.address-modal-body .address-edit-page {
    max-width: 100%;
}

.address-modal-body .edit-address {
    background: white;
}

/* Show buttons in modal */
.address-modal-body .buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    display: flex !important;
    gap: 12px;
    justify-content: flex-end;
}

    .address-modal-body .buttons button {
        padding: 11px 28px;
        border-radius: 6px;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.2s;
        border: none;
        display: inline-block !important;
    }

    .address-modal-body .buttons .save-button,
    .address-modal-body .buttons .save-address-button {
        background: #003d5c;
        color: white;
    }

        .address-modal-body .buttons .save-button:hover,
        .address-modal-body .buttons .save-address-button:hover {
            background: #002940;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0, 61, 92, 0.3);
        }

    .address-modal-body .buttons .cancel-button {
        background: #e9ecef;
        color: #495057;
    }

        .address-modal-body .buttons .cancel-button:hover {
            background: #dee2e6;
        }

.address-modal-body .edit-address .phone-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.address-modal-body .buttons {
    width: 100%;
    padding-top: 0;
    margin-top: 12px;
    border-top: none;
    text-align: center;
}

.address-modal-body .edit-address .buttons .primary-btn {
    margin: 0 auto;
}

/*Butonlar buraya alınacak*/
.address-modal-footer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    border: 1px solid red;
}

/*Butonlar buraya alınacak*/


/* Hide original form styles that conflict */
.address-modal-body .address-edit-page>style {
    display: none !important;
}

@media (max-width: 768px) {
    .address-modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .address-modal-header {
        padding: 20px;
    }

    .address-modal-header h2 {
        font-size: 20px;
    }

    .address-modal-body {
        padding: 20px;
    }
}

/*Staff Management*/
.staff-management-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.staff-header {
    margin-bottom: 24px;
}

    .staff-header .section-title {
        font-size: 24px;
        font-weight: 600;
        color: #003d5c;
        margin: 0;
    }

.user-list-table {
    margin-bottom: 24px;
}

.staff-table {
    width: 100%;
    border-collapse: collapse;
}

    .staff-table thead {
        background: #f8f9fa;
    }

    .staff-table th {
        padding: 16px;
        text-align: left;
        font-weight: 600;
        color: #666;
        font-size: 14px;
        border-bottom: 2px solid #e0e0e0;
    }

    .staff-table td {
        padding: 16px;
        border-bottom: 1px solid #e0e0e0;
    }

.user-row {
    transition: background 0.2s ease;
}

    .user-row:hover {
        background: #f8f9fa;
    }

.user-name {
    font-weight: 500;
    color: #003d5c;
}

.user-role {
    color: #666;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.status-verified {
    background: #e8f5e9;
    color: #2e7d32;
}

.status-not-verified {
    background: #fff3e0;
    color: #e65100;
}

.btn-view {
    background: #003d5c;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s ease;
}

    .btn-view:hover {
        background: #002a40;
    }

.add-user-form-section {
    margin-bottom: 32px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
}

.invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.invite-form-wrapper .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

        .invite-form-wrapper .form-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 14px;
        }

.btn-invite-user {
    background: #003d5c;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease;
    white-space: nowrap;
}

    .btn-invite-user:hover {
        background: #002a40;
    }

/* Multiselect styles */
.custom-multiselect {
    position: relative;
    width: 100%;
}

.multiselect-header {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .multiselect-header:hover {
        border-color: #9ca3af;
    }

    .multiselect-header.open {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.multiselect-placeholder {
    color: #6b7280;
    flex: 1;
}

    .multiselect-placeholder.has-selection {
        color: #374151;
    }

.multiselect-arrow {
    color: #9ca3af;
    font-size: 0.75rem;
    transition: transform 0.2s;
}

.multiselect-header.open .multiselect-arrow {
    transform: rotate(180deg);
}

.multiselect-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

    .multiselect-dropdown.show {
        display: block;
    }

.multiselect-option {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    cursor: pointer;
}

    .multiselect-option:hover {
        background-color: #f3f4f6;
    }

    .multiselect-option input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
    }

    .multiselect-option label {
        flex: 1;
        margin: 0;
        cursor: pointer;
        font-size: 14px;
        color: #374151;
    }

.multiselect-header-item {
    padding: 8px 16px;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.legal-notice {
    background: #fff9e6;
    border-left: 4px solid #ffb300;
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 8px;
    display: flex;
    gap: 16px;
}

.notice-icon {
    color: #ffb300;
    font-size: 24px;
    flex-shrink: 0;
}

.notice-content p {
    margin: 0 0 12px 0;
    color: #666;
    line-height: 1.6;
}

.notice-content p:last-child {
    margin-bottom: 0;
}

.notice-regulation {
    font-weight: 500;
}

.verification-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
}

.verification-header {
    margin-bottom: 20px;
}

.verification-status {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.verification-status.not-verified {
    background: #fff3e0;
    color: #e65100;
}

.verification-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.required {
    color: #ea4335;
}

.form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: #4285f4;
}

select.form-control {
    appearance: auto;
    background-color: white;
}

select[multiple].form-control {
    min-height: 120px;
}

.form-hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-wrapper label {
    cursor: pointer;
    margin-bottom: 0;
}

.checkbox-description {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    margin-top: 4px;
}

.legal-representative-checkbox {
    background: #f0f7ff;
    border-color: #4285f4;
}

.form-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.btn-complete-declaration {
    background: #003d5c;
    color: white;

.no-users-message {
    text-align: center;
    padding: 60px 20px;
}

.no-users-message p {
    color: #666;
    margin-bottom: 20px;
}

.add-user-form-section {
    padding: 24px;
    margin-bottom: 32px;
    background: #F9FDFF !important;
    border-radius: 8px;
}

.invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.invite-form-wrapper .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.invite-form-wrapper .form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

#verificationSection {
    border: 1px solid #80B7CF !important;
    border-radius: 8px !important;
    background: #F9FDFF !important;
}

/*Customer Dashoard Staff Management*/

/*Customer Dashoard Verification*/
.verifications-container {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.verification-info-banner {
    padding: 20px 30px;
    border: 1px solid #FFEED3;
    border-radius: 8px;
    background: #FEFFF4;
}

.verification-info-banner .info-content h3 {
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.verification-info-banner .info-content p {
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #1A1D1F;
}

ul.verification-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.verification-benefits li {
    padding-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #1A1D1F;
}

ul.verification-benefits li:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    content: "•";
    font-size: 18px;
    font-weight: 800;
    color: #1A1D1F;
}

.verification-section {
    background: #FFFFFF;
}

.verification-section h2.section-title {
    margin: 0;
    margin-bottom: 20px;
    border: none;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #004A69;
}

.verification-table-wrapper {
    overflow-x: auto;
}

verification-table-wrapper .verification-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
}

.verification-table-wrapper .verification-table thead tr,
.verification-table-wrapper .verification-table thead th {
    border: none;
    background: #FFFFFF;
    letter-spacing: -1%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #33383F;
}

.verification-table-wrapper .verification-table thead th {
    padding: 14px 16px;
    text-align: left;
}

.verification-table-wrapper .verification-table tbody tr {
    border: none;
    border-top: 1px solid #EFEFEF;
    letter-spacing: -1%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #6F767E;
}

.verification-table-wrapper .verification-table td {
    padding: 16px;
    vertical-align: middle;
}

.page.account-page.verifications-page {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.page.account-page.verifications-page .page-body {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.page.account-page.verifications-page .verifications-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.page.account-page.verifications-page .verifications-container .verification-intro {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #FFE2B3;
    border-radius: 10px;
    background: #FEFFF4;
}

.page.account-page.verifications-page .verifications-container .verification-intro span.title {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.page.account-page.verifications-page .verifications-container .verification-intro p {
    width: 100%;
    display: block;
    line-height: 40px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600 !important;
    color: #1A1D1F;
}

.page.account-page.verifications-page .verifications-container .verification-intro ul {
    width: 100%;
    display: block;
}

.page.account-page.verifications-page .verifications-container .verification-intro ul li {
    width: 100%;
    padding-left: 5px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600 !important;
    color: #1A1D1F;
}

.page.account-page.verifications-page .verifications-container .verification-intro ul li:before {
    content: "•";
    margin-right: 5px;
    font-weight: 600;
    color: #1A1D1F;
}



.verification-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.verification-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

.verification-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #003d5c;
    margin: 0 0 20px 0;
}

.verification-status {
    margin-bottom: 20px;
    font-size: 14px;
}

.verification-status strong {
    color: #333;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.status-in-progress {
    background: #fff3cd;
    color: #856404;
}


.status-pending {
    background: #f8d7da;
    color: #721c24;
}

.verification-cell {
    min-width: 200px;
}

.verification-cell .verification-status-wrapper span.status-text {
    margin-right: 10px;
    background: none;
    font-size: 14px;
    font-weight: 800;
}

.verification-cell .verification-status-wrapper span.status-text.status-not-verified {
    color: #E18B00;
}

.verification-cell .verification-status-wrapperspan.status-text.status-verified {
    color: #21B500;
}

.verification-cell .verification-status-wrapperspan.status-text.status-pending {
    background: #F8D7DA;
    color: #721C24;
}

.btn-start-verification,
.btn-start-verification:hover,
.btn-verification {
    width: auto !important;
    min-width: 100px;
    padding: 6px 12px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: none;
    border-radius: 20px;
    border: 1px solid #004A69;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color: #004A69;
}

.btn-verification {
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
    cursor: not-allowed;
    text-transform: lowercase;
}

.btn-verification:not(:disabled) {
    cursor: pointer;
    background: #4285F4;
    color: #FFFFFF;
}

.btn-verification:not(:disabled):hover {
    background: #357AE8;
}

.verification-steps {
    margin-top: 25px;
}

.verification-steps h4 {
    font-size: 16px;
    font-weight: 600;
    color: #003d5c;
    margin: 0 0 15px 0;
}

.verification-steps ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.verification-steps li {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.verification-steps li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #4285f4;
    font-weight: bold;
}

.verification-steps strong {
    color: #003d5c;
    font-weight: 600;
}

.verification-note {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .verification-cards {
        grid-template-columns: 1fr;
    }

    .verifications-container {
        padding: 25px;
    }
}

/*Customer Dashoard Verification*/

/* Compliance Badge Styles */
.compliance-cell {
    min-width: 140px;
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.compliance-badge.compliance-super {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1A1D1F;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.compliance-badge.compliance-good {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.compliance-badge.compliance-none {
    background: #F5F5F5;
    color: #9E9E9E;
    border: 1px solid #E0E0E0;
}

/* Current User Row Highlight */
.current-user-row {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%) !important;
}

.current-user-row:hover {
    background: linear-gradient(135deg, #BBDEFB 0%, #90CAF9 100%) !important;
}

.current-user-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #2196F3;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/*Customer Dashoard Service Provider*/
.service-providers-container {
    padding: 0px !important;
    margin: 0px !important;
    background: #FFFFFF;
    border-radius: 0px !important;
    box-shadow: none;
}

.provider-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.provider-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.provider-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: #2C5F7C;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-wrapper {
    background: #F0F5F8;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-icon {
    width: 40px;
    height: 40px;
}

.selection-circle {
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.selection-circle.selected {
    border-color: #2C5F7C;
    background: #2C5F7C;
    position: relative;
}

.selection-circle.selected::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.provider-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2C5F7C;
    margin: 0 0 12px 0;
}

.provider-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 992px) {
    .provider-cards-grid {
        grid-template-columns: 1fr;
    }

    .service-providers-container {
        padding: 25px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .provider-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*Customer Dashoard Service Provider*/

/*Customer Dashoard Company Info*/
.dashboard-container {
    background: #FFFFFF !important;
    padding: 0 !important;
}

.company-info-container {
    background: #FFFFFF !important;
    padding: 0 !important;
    max-width: 1200px;
}

.company-info-page h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

.company-info-container .accordion-section {
    width: 100% !important;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.company-info-container .accordion-section .accordion-header {
    height: 62px;
    background: #FFFFFF;
}

.company-info-container .accordion-section .accordion-header .section-title {
    margin: 0;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
    color: #1A3353;
}

.company-info-container .accordion-section .accordion-header .accordion-icon {
    padding: 4px;
    margin-top: -1px;
    margin-right: 5px;
    float: right;
    display: inline-block;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}

.company-info-container .accordion-section .accordion-header.active .accordion-icon {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*Customer Dashoard Company Info*/

/*Customer Dashoard Personal Info*/
.customer-info-page {}

.customer-info-page h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

/*Customer Dashoard Personal Info*/

/*Customer Dashoard Documents*/
.page.account-page.company-info-page.documents .missing-documents-alert {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #FFE2B3;
    border-radius: 10px;
    background: #FEFFF4;
}

.page.account-page.company-info-page.documents .missing-documents-alert .alert-header {
    padding: 12px 20px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #FFEEBA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FFF3CD;
    font-weight: 600;
    color: #856404;
}

.page.account-page.company-info-page.documents .missing-documents-alert .alert-header i {
    margin-top: -4px;
    text-transform: none !important;
    font-style: normal !important;
}

.page.account-page.company-info-page.documents .missing-documents-alert .alert-content {
    padding: 16px 20px;
    color: #856404;
}

.page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list {
    padding-left: 20px;
    margin: 10px 0 0 0;
}

.page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list li {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page.account-page.company-info-page.documents .upload-section {
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.08);
    background: #FFFFFF;
}

.page.account-page.company-info-page.documents .upload-section .section-header {
    padding: 14px 22px;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
}

.page.account-page.company-info-page.documents .upload-section .section-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.page.account-page.company-info-page.documents .upload-section .upload-content {
    padding: 22px;
}

.page.account-page.company-info-page.documents .upload-section .upload-content .upload-info {
    padding: 10px;
    text-align: center;
}

.page.account-page.company-info-page.documents .upload-section .upload-content .upload-info p {
    margin-bottom: 18px;
    font-size: 15px;
    color: #343A40;
}

.page.account-page.company-info-page.documents .btn-upload-prompt {
    padding: 10px 20px;
    margin-top: 18px;
    border: 1px solid #e0e0e0;
    padding: 14px 32px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    background: #FFFFFF;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.page.account-page.company-info-page.documents .btn-upload-prompt:hover {
    background: #17A2B8;
}

.page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal {
    padding: 12px 28px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.2s;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal:hover {
    background: #17A2B8;
}

.page.account-page.company-info-page.documents .section-header {
    padding: 14px 22px;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
}

.page.account-page.company-info-page.documents .section-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.page.account-page.company-info-page.documents .custom-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.page.account-page.company-info-page.documents .modal-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.page.account-page.company-info-page.documents .modal-dialog {
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #FFFFFF;
}

.page.account-page.company-info-page.documents .modal-content {
    display: flex;
    align-items: center;
    background: #20C997;
    color: #FFFFFF;
}

.page.account-page.company-info-page.documents .close-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
}

.page.account-page.company-info-page.documents .close-btn::before,
.page.account-page.company-info-page.documents .btn-secondary::before {
    display: none;
}

.page.account-page.company-info-page.documents .modal-body {
    padding: 20px;
    flex: 1;
}

.page.account-page.company-info-page.documents .modal-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #E9ECEF;
    background-color: #F8F9FA;
}

.page.account-page.company-info-page.documents .btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    justify-content: center;
}

.page.account-page.company-info-page.documents .btn-secondary {
    background: #6C757D;
    color: #FFFFFF;
}

.page.account-page.company-info-page.documents .btn-success {
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.page.account-page.company-info-page.documents .btn-success::before {
    display: none;
}

.page.account-page.company-info-page.documents .documents-list-container {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
}

.page.account-page.company-info-page.documents .documents-list-container .no-documents {
    padding: 50px 20px;
    text-align: center;
    color: #6C757D;
}

.page.account-page.company-info-page.documents .documents-list-container .no-documents-icon {
    margin-bottom: 18px;
    font-size: 54px;
    color: #E9ECEF;
}

.page.account-page.company-info-page.documents .documents-list-container .no-documents h3 {
    margin-bottom: 10px;
    color: #343a40;
}

.page.account-page.company-info-page.documents .upload-section {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
}

.page.account-page.company-info-page.documents .upload-fields {
    padding: 0;
}

/****CANLI GÖREMEDIK****/
.page.account-page.company-info-page.documents .search-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
}

.page.account-page.company-info-page.documents .search-row {
    display: flex;
    gap: 18px;
    align-items: end;
    flex-wrap: wrap;
}

.page.account-page.company-info-page.documents .search-field {
    flex: 1;
    min-width: 180px;
}

.page.account-page.company-info-page.documents .search-button-field {
    flex: 0 0 auto;
}

.page.account-page.company-info-page.documents .field-label {
    display: block;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 8px;
    font-size: 14px;
}

.page.account-page.company-info-page.documents .form-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}

.page.account-page.company-info-page.documents .btn-search {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.page.account-page.company-info-page.documents .btn-search:hover {
    background: #0056b3;
}



.page.account-page.company-info-page.documents .documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
    padding: 22px;
}

.page.account-page.company-info-page.documents .document-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.06);
    transition: box-shadow 0.2s;
}

.page.account-page.company-info-page.documents .document-card:hover {
    box-shadow: 0 6px 18px rgba(32, 201, 151, 0.12);
    border-color: #20c997;
}

.page.account-page.company-info-page.documents .document-header {
    background: #f8f9fa;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e9ecef;
}

.page.account-page.company-info-page.documents .document-icon {
    font-size: 30px;
    flex-shrink: 0;
}

.page.account-page.company-info-page.documents .document-title {
    flex: 1;
    min-width: 0;
}

.page.account-page.company-info-page.documents .document-title h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
    color: #343a40;
}

.page.account-page.company-info-page.documents .document-filename {
    font-size: 12px;
    color: #6c757d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page.account-page.company-info-page.documents .document-status {
    flex-shrink: 0;
}

.page.account-page.company-info-page.documents .status-badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.page.account-page.company-info-page.documents .status-approved {
    background: #e6fffa;
    color: #20c997;
    border: 1px solid #20c997;
}

.page.account-page.company-info-page.documents .status-pending {
    background: #fffbe6;
    color: #ffc107;
    border: 1px solid #ffc107;
}

.page.account-page.company-info-page.documents .status-rejected {
    background: #ffe6e6;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.page.account-page.company-info-page.documents .document-info {
    padding: 12px 18px;
    background: #fff;
}

.page.account-page.company-info-page.documents .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.page.account-page.company-info-page.documents .info-label {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.page.account-page.company-info-page.documents .info-value {
    font-size: 13px;
    color: #343a40;
    font-weight: 600;
}

.page.account-page.company-info-page.documents .document-actions {
    padding: 12px 18px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,61,92,0.2);
}

    .btn-complete-declaration:hover {
        background: #002a40;
        box-shadow: 0 4px 8px rgba(0,61,92,0.3);
        transform: translateY(-1px);
    }
.page.account-page.company-info-page.documents .btn-action {
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.page.account-page.company-info-page.documents .btn-download {
    background: #20c997;
    color: #fff;
}

.page.account-page.company-info-page.documents .btn-download:hover {
    background: #17a2b8;
}

.page.account-page.company-info-page.documents .btn-delete {
    background: #dc3545;
    color: #fff;
}

.page.account-page.company-info-page.documents .btn-delete:hover {
    background: #c82333;
}

.page.account-page.company-info-page.documents .pagination-section {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 16px 22px;
    text-align: center;
}

.page.account-page.company-info-page.documents .pagination-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 12px;
}

.page.account-page.company-info-page.documents .pagination-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.page.account-page.company-info-page.documents .btn-pagination {
    padding: 7px 14px;
    background: #fff;
    color: #343a40;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    min-width: 36px;
    justify-content: center;
}

.page.account-page.company-info-page.documents .btn-pagination:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.page.account-page.company-info-page.documents .btn-current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}


.page.account-page.company-info-page.documents .form-group {
    margin-bottom: 18px;
}

.page.account-page.company-info-page.documents .required {
    color: #dc3545;
}

.page.account-page.company-info-page.documents .form-file {
    width: 100%;
    padding: 8px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background: #fff;
}

.page.account-page.company-info-page.documents .file-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 8px;
    line-height: 1.4;
}

.page.account-page.company-info-page.documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/****CANLI GÖREMEDIK****/


@media (max-width: 768px) {
    .page.account-page.company-info-page.documents .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .page.account-page.company-info-page.documents .search-field {
        min-width: 100%;
    }

    .page.account-page.company-info-page.documents .upload-content,
    .page.account-page.company-info-page.documents .search-section {
        padding: 14px 10px;
    }

    .page.account-page.company-info-page.documents .documents-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .page.account-page.company-info-page.documents .document-header,
    .page.account-page.company-info-page.documents .document-info,
    .page.account-page.company-info-page.documents .document-actions {
        padding: 10px 12px;
    }

    .page.account-page.company-info-page.documents .pagination-section {
        padding: 10px;
    }

    .page.account-page.company-info-page.documents .modal-dialog {
        margin: 10% 5px;
        width: calc(100% - 10px);
    }
}

/*Customer Dashoard Documents*/

/*Customer Dashoard Company Address*/
.center-2 h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

/*Customer Dashoard Company Address*/

/*Customer Dashoard Contracts*/
.page.account-page.customer-info-page {}

.contracts-section {
    box-shadow: none !important;
}

.btn-icon,
.btn-modal {
    position: relative;
}

/* Close icon */
.close-btn::before,
.btn-secondary::before {
    content: "✕";
    font-weight: bold;
    margin-right: 5px;
}

/* Download icon */
#download-pdf-btn::before,
.btn-primary::before {
    content: "⬇";
    font-weight: bold;
    margin-right: 5px;
}

/* New tab icon */
#open-new-tab-btn::before {
    content: "↗";
    font-weight: bold;
    margin-right: 5px;
}

/* Approve icon */
.btn-success::before {
    content: "✓";
    font-weight: bold;
    margin-right: 5px;
}

/* View icon (table da) */
.btn-view::before {
    content: "👁/✓";
    margin-right: 5px;
}

/* Download icon (table da) */
.btn-download::before {
    content: "⬇";
    margin-right: 5px;
}

/* Search icon */
.btn-search::before {
    content: "🔍";
    margin-right: 5px;
}

/* Contract icon */
#modal-title::before {
    content: "📄";
    margin-right: 8px;
}

/* Fallback - eğer ::before çalışmazsa */
.fas,
.fa {
    display: none;
}

/* ✅ Loading State */
.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
}

.loading-state i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #007bff;
}

/* ✅ Error State */
.error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #d32f2f;
    background: #ffebee;
    margin: 20px;
    border-radius: 8px;
    border: 1px solid #ffcdd2;
}

.error-state i {
    font-size: 32px;
    margin-bottom: 15px;
}

/* ✅ Fallback Download Button */
.btn-download-fallback {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-download-fallback:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ✅ Page Layout - Footer Sorunu Çözümü */
.customer-info-page {
    /* Footer problemi için doğal layout */
}

.page-body {}

/* ✅ Search Section - Customer Info Stili */
.search-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
}

.search-container {
    max-width: 100%;
}

.search-row {
    display: flex;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
}

.search-field {
    flex: 1;
    min-width: 200px;
}

.search-button-field {
    flex: 0 0 auto;
}

.field-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background-color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.btn-search {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

/* ✅ Contracts Section */
.contracts-section {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-header {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
    padding: 15px 25px;
}

.section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* ✅ Table Styling */
.contracts-table-wrapper {
    overflow-x: auto;
}

.contracts-table {
    width: 100%;
    border-collapse: collapse;
}

.contracts-table thead {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contracts-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contracts-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle;
}

.contract-row {
    transition: all 0.3s ease;
}

.contract-row:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contract-name strong {
    color: #2c3e50;
    font-weight: 600;
}

.contract-type {
    color: #6c757d;
    font-size: 14px;
}

.assigned-date {
    color: #6c757d;
    font-size: 13px;
}

/* ✅ Status Badges */
.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.status-pendingapproval {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-approved {
    background: linear-gradient(135deg, #d1edff 0%, #b8e6b8 100%);
    color: #155724;
    border: 1px solid #b8e6b8;
}

.status-rejected {
    background: linear-gradient(135deg, #f8d7da 0%, #f1b0b7 100%);
    color: #721c24;
    border: 1px solid #f1b0b7;
}

/* ✅ Action Buttons */
.action-buttons {
    display: flex;
    gap: 8px;
}

.btn-action {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-view {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
}

.btn-download {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

/* ✅ No Contracts Section */
.no-contracts {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-contracts-icon {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-contracts h3 {
    color: #495057;
    margin-bottom: 10px;
}

/* ✅ ENHANCED MODAL STYLES FOR PDF */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
    position: relative;
    margin: 2% auto;
    max-width: 1200px;
    /* ✅ PDF için daha büyük */
    width: 95%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

.modal-lg {
    max-width: 1400px;
    /* ✅ Daha da büyük */
    width: 98%;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-content {
    display: flex;
    flex-direction: column;
    max-height: 95vh;
    /* ✅ Yükseklik artırıldı */
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-icon {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: all 0.2s;
    font-size: 14px;
}

.btn-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.btn-icon i {
    margin-right: 4px;
}

.close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
    /* ✅ PDF için scroll yönetimi */
    max-height: calc(95vh - 120px);
    /* Header ve footer için alan bırak */
}

/* ✅ PDF CONTENT STYLES */
#pdf-content {
    height: 100%;
    padding: 0;
}

#pdf-iframe {
    width: 100%;
    height: 700px;
    /* ✅ Daha yüksek */
    border: none;
    border-radius: 0;
}

.btn-complete-declaration:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,61,92,0.2);
}

    .no-users-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
}

.loading i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #007bff;
}

/* ✅ HTML Content (Fallback) */
.contract-content-wrapper {
    max-height: 650px;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.contract-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.contract-content-wrapper th,
.contract-content-wrapper td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.contract-content-wrapper th {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* ✅ Error Content */
#error-content {
    padding: 40px 20px;
    text-align: center;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 20px;
    border-radius: 4px;
}

#error-content i {
    font-size: 32px;
    margin-bottom: 15px;
}

.modal-footer {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0;
    /* ✅ Footer sabit kalsın */
}

.btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-modal:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #6f42c1 100%);
    color: white;
}

.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

/* ✅ Alerts */
.alert {
    padding: 15px 20px;
    border-radius: 6px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ✅ Responsive Design for PDF Modal */
@media (max-width: 1200px) {
    .modal-dialog {
        width: 98%;
        margin: 1% auto;
    }

    #pdf-iframe {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .search-row {
        flex-direction: column;
        gap: 15px;
    }

    .search-field {
        min-width: 100%;
    }

    .action-buttons {
        flex-direction: column;
        gap: 4px;
    }

    .modal-dialog {
        margin: 2% 1%;
        max-width: none;
        width: 98%;
    }

    .modal-body {
        max-height: calc(90vh - 120px);
    }

    #pdf-iframe {
        height: 500px;
    }

    .contract-content-wrapper {
        padding: 15px;
        max-height: 500px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 8px;
    }

    .modal-header-actions {
        gap: 5px;
    }

    .btn-icon {
        padding: 6px 8px;
        font-size: 12px;
    }

    .contracts-table-wrapper {
        overflow-x: scroll;
    }
}

@media (max-width: 480px) {
    .search-section {
        padding: 15px;
    }

    .contracts-table th,
    .contracts-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    #pdf-iframe {
        height: 400px;
    }

    .modal-dialog {
        margin: 1% 2px;
    }
}

/*Customer Dashoard Contracts*/

/*Customer Dashoard RFQ*/
/* RFQ list */
.rfq-list-container .title,
.rfp-list-container .title,
.request-viewquotes-container .title {
    margin-bottom: 25px;
}

.request-viewquotes-container .request-view-details {
    margin-bottom: 25px;
}

/* RFQ view quote */
.request-viewquotes-container .request-viewquotes-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.request-viewquotes-buttons p,
.request-viewquotes-container .quotes-table-section p,
.closing-rfq-popup p {
    font-size: 14px;
    color: #171A1F;
}

.rfq-list-container .rfq-list,
.rfp-list-container .rfp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.quotes-list-detail-wrapper,
.rfq-list-container .rfq-item,
.rfp-list-container .rfp-item {
    background-color: #ffffff;
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001F;
    position: relative;
}

.rfq-list-container .createExpiry-date-wrap,
.rfp-list-container .createExpiry-date-wrap {
    display: flex;
}

.rfq-list-container .rfq-details>div,
.rfp-list-container .rfp-details>div {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    background: url(../img/three-dots.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.quote-dropdown-content {
    max-width: 230px;
    position: absolute;
    right: 20px;
    top: 42px;
    box-shadow: 0 0 12px #0000001f;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.rfq-list-container .rfq-details .id,
.rfp-list-container .rfp-details .id {
    color: var(--gray5);
    font-weight: 600;
    margin-bottom: 8px;
}

.rfq-right-side>div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
}

.rfq-list-container .rfq-details .name,
.rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
}

.rfq-list-container .rfq-details,
.rfp-list-container .rfq-details,
.order-item .order-left-side {
    width: 55%;
}

.rfq-list-container .rfq-right-side,
.rfp-list-container .rfq-right-side,
.order-item .order-right-side {
    width: 40%;
    text-align: right;
}

.rfq-actions>div:not(:last-child),
.rfp-actions>div:not(:last-child) {
    margin-bottom: 5px;
}

.rfq-actions .view-quote-link,
.rfq-actions .rfq-link,
.rfp-actions .view-quote-link,
.rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
}

.rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
}

.rfq-actions .view-quote-link,
.rfp-actions .view-quote-link {
    padding-right: 12px;
}

.rfq-list-warpper,
.order-list .info {
    display: flex;
    justify-content: space-between;
}

.rfq-right-side .proposal-approval-status {
    text-align: right;
}

.rfq-date-wrapper {
    display: flex;
    gap: 16px;
}

.rfq-date-wrapper>div {
    width: 49%;
}

.rfq-date-wrapper span {
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    display: block;
}

.rfq-date-wrapper .label {
    color: var(--gray5);
    margin-bottom: 2px;
}

.rfq-actions p,
.rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
}

.rfq-actions p,
.rfp-actions p {
    color: #171A1F;
}

.rfq-right-side .proposal-approval-status span,
.rfq-right-side .proposal-approval-status span,
.order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.proposal-approval-status.approved span {
    background-color: #00CC00;
}

.proposal-approval-status.pending span,
.order-list .order-status.pending {
    background-color: #FF9812;
}

.rfq-item .rfq-actions {
    display: flex;
    gap: 10px;
}

.request-form-wrap textarea,
.popup-content textarea,
.add-vendor-form textarea {
    resize: none;
}

.view-quote-page .title,
.view-quote-page .quote-proposal-title {
    color: var(--primery-dark-blue);
}

.view-quote-page .card {
    background: transparent !important;
}


.rfq-right-side>div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
}

.rfq-list-container .rfq-details .name,
.rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
}

.rfq-list-container .rfq-details,
.rfp-list-container .rfq-details,
.order-item .order-left-side {
    width: 55%;
}

.rfq-list-container .rfq-right-side,
.rfp-list-container .rfq-right-side,
.order-item .order-right-side {
    width: 40%;
    text-align: right;
}

.rfq-actions>div:not(:last-child),
.rfp-actions>div:not(:last-child) {
    margin-bottom: 5px;
}

.rfq-actions .view-quote-link,
.rfq-actions .rfq-link,
.rfp-actions .view-quote-link,
.rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
}

.rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
}

.rfq-actions .view-quote-link,
.rfp-actions .view-quote-link {
    padding-right: 12px;
}

.rfq-list-warpper,
.order-list .info {
    display: flex;
    justify-content: space-between;
}

.rfq-right-side .proposal-approval-status {
    text-align: right;
}

.rfq-date-wrapper {
    display: flex;
    gap: 16px;
}

.rfq-date-wrapper>div {
    width: 49%;
}

.rfq-date-wrapper span {
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    display: block;
}

.rfq-date-wrapper .label {
    color: var(--gray5);
    margin-bottom: 2px;
}

.rfq-actions p,
.rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
}

.rfq-actions p,
.rfp-actions p {
    color: #171A1F;
}

.rfq-right-side .proposal-approval-status span,
.rfq-right-side .proposal-approval-status span,
.order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.proposal-approval-status.approved span {
    background-color: #00CC00;
}

/*Customer Dashoard RFQ*/

/*Customer Dashoard Order List*/
#custom-order-tabs {
    display: flex;
    max-width: fit-content;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto;
}

/* Tab Content Styles for Documents */
.custom-order-documents .section {
    margin-bottom: 25px;
}

.custom-order-documents .document-upload-row {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #17a2b8;
}

.custom-order-documents .file-upload-container {
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    min-height: 80px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-order-documents .file-upload-container:hover {
    border-color: #97c300;
    background: #f8fff0;
}

.custom-order-documents .file-upload-container.disabled {
    cursor: not-allowed;
    background: #f5f5f5;
}

.custom-order-documents .file-upload-container input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 2;
}

.custom-order-documents .file-upload-container::before {
    content: "📎";
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.custom-order-documents .upload-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-order-documents .filename-display {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    display: block;
    font-style: italic;
    word-break: break-all;
}

.custom-order-documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* No Data Section */
.custom-order-documents .no-data {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}

.custom-order-documents .no-data .title {
    margin-bottom: 15px;
}

.custom-order-documents .no-data .title strong {
    color: #6c757d;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-order-documents .no-data .title strong::before {
    content: "📄";
    font-size: 24px;
}

/* Section Title */
.custom-order-documents .section .title {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #97c300;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-order-documents .section .title strong {
    color: #495057;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-order-documents .upload-documents .title strong::before {
    content: "📤";
    font-size: 18px;
}

.custom-order-documents .documents .title strong::before {
    content: "📋";
    font-size: 18px;
}

/* Hint Message */
.custom-order-documents .hint {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 20px 0;
    color: #1565c0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-order-documents .hint::before {
    content: "ℹ️";
    font-size: 16px;
}

@media (max-width: 768px) {
    .staff-management-container {
        padding: 20px;
    }

    .staff-table {
        font-size: 14px;
    }

    .custom-order-documents .add-more-button {
        background: #17a2b8;
        border-color: #17a2b8;
        color: white;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 6px;
        cursor: pointer;
    }

        .custom-order-documents .add-more-button:hover {
            background: #138496;
            border-color: #117a8b;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
        }

    .staff-table th,
    .staff-table td {
        padding: 12px 8px;
    }

    .custom-order-documents .add-more-button:disabled {
        background: #6c757d;
        border-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .legal-notice {
        flex-direction: column;
    }

    .custom-order-documents .remove-row-button {
        background: #dc3545;
        border-color: #dc3545;
        color: white;
        transition: all 0.3s ease;
        padding: 8px 15px;
        white-space: nowrap;
        border-radius: 6px;
        cursor: pointer;
    }

        .custom-order-documents .remove-row-button:hover {
            background: #c82333;
            border-color: #bd2130;
        }

    .custom-order-documents .btn-replace {
        background: #ffc107;
        border-color: #ffc107;
        color: #000;
        transition: all 0.3s ease;
        margin-right: 5px;
    }

        .custom-order-documents .btn-replace:hover {
            background: #e0a800;
            border-color: #d39e00;
        }

    .custom-order-documents .btn-delete {
        background: #dc3545;
        border-color: #dc3545;
        color: white;
        transition: all 0.3s ease;
    }

        .custom-order-documents .btn-delete:hover {
            background: #c82333;
            border-color: #bd2130;
        }

    .custom-order-documents .upload-all-button {
        background: #28a745;
        border-color: #28a745;
        color: white;
        font-weight: 600;
        padding: 12px 24px;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        border-radius: 6px;
        cursor: pointer;
    }

        .custom-order-documents .upload-all-button:hover {
            background: #218838;
            border-color: #1e7e34;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
        }
    /* Document Type Badge */
    .document-type-badge {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        background: #e9ecef;
        color: #495057;
    }
    /* Upload Rows Container */
    .upload-rows-container {
        margin-bottom: 20px;
    }
    /* Label styling */
    .custom-order-documents label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #495057;
        font-size: 14px;
    }

    .custom-order-documents select.form-control {
        width: 100%;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        font-size: 14px;
    }

    .custom-order-documents .readonly-type {
        width: 100%;
        padding: 10px;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        background: #f8f9fa;
        font-size: 14px;
        color: #495057;
    }
    /* Responsive */
    @media (max-width: 768px) {
        .custom-order-documents .document-upload-row {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .custom-order-documents .no-data {
        }
    }
    /*Customer Dashoard Order List*/

    .invite-form-wrapper {
        grid-template-columns: 1fr;
    }

    .category-navigation-title:before {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        margin-left: 1px;
    }
    /*Category Navigation*/
    /* Custom Checkout */
    .custom-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .custom-modal-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    /*Staff Management*/
    /*Staff Management*/
    /*Dashboard*/
    /*Company Info*/
    .dashboard-container {
        background: #FFFFFF !important;
        padding: 0 !important;
    }

    .modal-title {
        font-size: 20px;
        font-weight: bold;
    }

    .custom-modal-close {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .modal-body {
        display: flex;
        gap: 10px;
    }

        .modal-body .btn {
            padding: 10px 15px;
            font-size: 16px;
            border-radius: 6px;
            width: 100%;
        }
    /* Customer */
    .address-list-page .no-addresses-section {
        max-width: 600px;
        margin: 40px auto;
    }

    .address-list-page .add-first-address {
        margin-top: 24px;
    }

    .company-info-container {
        background: #FFFFFF !important;
        padding: 0 !important;
        max-width: 1200px;
    }
    /*Company Info*/

    .company-info-form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .accordion-section {
        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        cursor: pointer;
        background: #ffffff;
        transition: background 0.2s ease;
    }

        .accordion-header:hover {
            background: #f8f9fa;
        }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 24px;
    }

}

.accordion-header:hover {
            padding: 24px;
            border-top: 1px solid #e0e0e0;
        }

    .form-grid {
        display: grid;
.accordion-content.active {
    max-height: 5000px;
    padding: 24px;
    border-top: 1px solid #e0e0e0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    }

    .input-with-select {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .revenue-input {
        grid-column: 1;
    }

    .currency-select {
        grid-column: 2;
        width: 100px;
    }

    .form-actions {
        margin-top: 8px;
    }

    @media (max-width: 768px) {
        .form-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .accordion-header {
            padding: 16px 20px;
        }

        .accordion-content.active {
            padding: 20px;
        }

        .input-with-select {
    }

    .currency-select {
        width: 100%;
    }
}

/* Personal Info */
.personal-info-container {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    max-width: 600px;
}

.personal-info-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.personal-info-container .form-row {
    gap: 16px;
    max-width: 100%;
}

.personal-info-container .form-input::placeholder {
    color: #999999;
}

.customer-info-page .page-title {
    display: none;
}

    .customymsg-container {
        margin-top: 20px;
    }
    /* Chat list and detail*/
    .message-item > a {
        text-decoration: none;
        color: inherit;
    }

    .message-container .message a img {
        width: auto;
        height: 100px;
        max-width: 100%;
        border-radius: 4px;
        display: block;
        margin: 0;
    }

    .message .file-item a {
        font-size: 16px;
    }

        .message .file-item a span {
            margin-right: 15px;
        }

    .message .with-product a {
        color: blue;
        text-decoration: underline
    }
    /* Order */
    .customer-shipment-tracking-container {
        margin-top: 20px;
    }

        .customer-shipment-tracking-container .tracking-info-card {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.tracking-info-card .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0;
}

.tracking-info-card .form-group:last-child {
    margin-bottom: 0;
}

.tracking-label {
    font-weight: 600;
    color: #333;
    margin-right: 15px;
    min-width: 150px;
    font-size: 14px;
}

.tracking-value {
    color: #666;
    font-size: 14px;
    flex: 1;
}

.badge-status {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.badge-pending {
    background-color: #f39c12;
    color: white;
}

.badge-inprogress {
    background-color: #00c0ef;
    color: white;
}

.badge-delivered {
    background-color: #00a65a;
    color: white;
}

.badge-cancelled {
    background-color: #dd4b39;
    color: white;
}

.tracking-history-section {
    margin-top: 30px;
}

.tracking-history-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tracking-history-title i {
    margin-right: 8px;
    color: #00a65a;
}

.tracking-history-table {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tracking-history-table table {
    width: 100%;
    margin: 0;
}

.tracking-history-table thead {
    background-color: #f8f9fa;
}

.tracking-history-table th {
    padding: 12px 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
    font-size: 13px;
    text-align: left;
}

.tracking-history-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    vertical-align: middle;
}

.tracking-history-table tbody tr:last-child td {
    border-bottom: none;
}

.tracking-history-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.tracking-history-table tbody tr.active {
    background-color: #e8f5e8;
    border-left: 4px solid #00a65a;
}

.tracking-number-code {
    background-color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 12px;
    color: #495057;
}

.no-tracking-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

.no-tracking-message i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 15px;
    display: block;
}

.tracking-created-date {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
}

.tracking-created-date i {
    margin-right: 6px;
}

.customer-product-details {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.customer-product-details .product-header {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.product-header .product-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.product-header .product-subtitle {
    font-size: 14px;
    color: #777;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-header .product-subtitle span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.customer-product-details .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.customer-product-details .stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.customer-product-details .stat-card.price {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.customer-product-details .stat-card.quantity {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.customer-product-details .stat-card.weight {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.customer-product-details .stat-card.volume {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.customer-product-details .stat-label {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.customer-product-details .stat-value {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.customer-product-details .detail-tabs {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    gap: 5px;
}

.customer-product-details .detail-tab {
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    background: #f5f5f5;
    color: #666;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    font-size: 14px;
}

.customer-product-details .detail-tab:hover {
    background: #e8e8e8;
    color: #333;
}

.customer-product-details .detail-tab.active {
    background: white;
    color: #667eea;
    border-bottom: 2px solid #667eea;
    margin-bottom: -2px;
}

.customer-product-details .tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.customer-product-details .tab-panel.active {
    display: block;
}

.customer-product-details .info-section {
    margin-bottom: 25px;
}

.customer-product-details .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.short-description {
    margin-bottom: 15px;
}

.customer-product-details .section-title i {
    color: #667eea;
}

.customer-product-details .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.info-grid .info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-grid .info-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.info-grid .info-value {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.info-grid .info-value.highlight {
    color: #667eea;
    font-weight: 600;
}

.info-grid .info-value code {
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
    color: #d63384;
}

.info-grid .info-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.info-grid .badge-success {
    background: #d4edda;
    color: #155724;
}

.info-grid .badge-danger {
    background: #f8d7da;
    color: #721c24;
}

.info-grid .badge-info {
    background: #d1ecf1;
    color: #0c5460;
}

.info-grid .badge-warning {
    background: #fff3cd;
    color: #856404;
}

.no-data-message {
    text-align: center;
    padding: 30px;
    color: #999;
    font-style: italic;
}

.product-survey-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.product-survey-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.product-survey-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px 25px;
    color: white;
}

.product-card-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.product-meta {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.product-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.product-meta .meta-item i {
    opacity: 0.8;
}

.completion-badge {
    text-align: center;
}

.completion-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-weight: 700;
    font-size: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.completion-badge.complete .completion-circle {
    background: #28a745;
    border-color: #218838;
}

.completion-badge.partial .completion-circle {
    background: #ffc107;
    border-color: #e0a800;
    color: #333;
}

.completion-badge.pending .completion-circle {
    background: #6c757d;
    border-color: #5a6268;
}

.completion-badge small {
    display: block;
    font-size: 11px;
    opacity: 0.9;
}

.product-survey-card-body {
    padding: 0;
}

.survey-table {
    margin: 0;
}

.survey-table thead {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.survey-table thead th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 10px;
}

.survey-table tbody tr {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.survey-table tbody tr:hover {
    background-color: #f8f9fa;
    border-left-color: #667eea;
}

.survey-table tbody td {
    padding: 15px 10px;
    vertical-align: middle;
}

.row-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    margin: 0 auto;
}

.attribute-name-cell {
    display: flex;
    align-items: start;
    gap: 10px;
}

.attribute-icon {
    color: #667eea;
    font-size: 16px;
    margin-top: 2px;
}

.attribute-name-cell strong {
    color: #333;
    font-size: 14px;
}

.attribute-name-cell code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    color: #d63384;
}

.type-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.type-badge i {
    font-size: 12px;
}

.type-target {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 1px solid #b1dfbb;
}

.type-range {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    border: 1px solid #ffc107;
}

.type-unknown {
    background: #e9ecef;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.value-box {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid;
}

.value-target {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    border-color: #b1dfbb;
}

.value-range {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border-color: #ffc107;
}

.value-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 5px;
    font-weight: 600;
}

.value-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.value-content i {
    color: #28a745;
}

.value-range-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.range-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.range-label {
    font-size: 11px;
        color: #666;
        font-weight: 600;
    }

    .range-item strong {
        color: #333;
        font-size: 14px;
    }

    .range-divider {
        color: #ffc107;
        font-size: 14px;
    }

    .no-value {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #999;
        font-style: italic;
        font-size: 13px;
    }

    .document-cell {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .document-preview {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #dc3545, #c82333);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
    }

    .document-actions {
        display: flex;
        gap: 5px;
    }

    .btn-action {
        width: auto;
        height: auto;
        border-radius: 6px;
        border: 1px solid;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 12px;
    }

    .btn-view {
        color: #007bff;
        border-color: #007bff;
    }

        .btn-view:hover {
            background: #007bff;
            color: white;
        }

    .btn-download {
        color: #28a745;
        border-color: #28a745;
    }

        .btn-download:hover {
            background: #28a745;
            color: white;
        }

    .document-filename {
        font-size: 10px;
        color: #666;
        text-align: center;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .no-document {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        color: #999;
    }

        .no-document i {
            font-size: 24px;
            opacity: 0.5;
        }

        .no-document span {
            font-size: 11px;
            font-style: italic;
        }

    .status-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 600;
    }

    .status-complete {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .status-partial {
        background: #fff3cd;
        color: #856404;
        border: 1px solid #ffeaa7;
    }

    .status-pending {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .product-stats-footer {
        display: flex;
        justify-content: space-around;
        padding: 15px 20px;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
    }

    .stat-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #666;
    }

        .stat-item i {
            font-size: 16px;
        }

        .stat-item strong {
            color: #333;
            font-weight: 600;
        }

    .stat-success i {
        color: #28a745;
    }

    .stat-warning i {
        color: #ffc107;
    }

    .stat-info i {
        color: #17a2b8;
    }

    .no-attributes-message {
        text-align: center;
        padding: 40px 20px;
        color: #999;
    }

        .no-attributes-message i {
            font-size: 48px;
            margin-bottom: 15px;
            opacity: 0.5;
        }

    .empty-state-icon {
        font-size: 80px;
        color: #dee2e6;
        margin-bottom: 20px;
    }

    .total-calculation {
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        padding: 20px;
        border-radius: 8px;
    }

        .total-calculation .section-title {
            border-bottom: 2px solid #4caf50;
        }

    .info-grid .info-value.weight-value {
        font-size: 20px;
        font-weight: 700;
        color: #667eea;
    }

    .info-grid .info-value.volume-value {
        font-size: 20px;
        font-weight: 700;
        color: #17a2b8;
    }

    .info-grid .info-value.total-weight-value {
        font-size: 20px;
        font-weight: 700;
        color: #ffc107;
    }

    .info-grid .info-value.total-package-value {
        font-size: 20px;
        font-weight: 700;
        color: #6c757d;
    }

        .info-grid .info-value.weight-value small,
        .info-grid .info-value.volume-value small,
        .info-grid .info-value.total-weight-value small,
        .info-grid .info-value.total-package-value small {
            color: #999;
            font-size: 13px;
        }

    .no-data-message .fa-info-circle {
        font-size: 48px;
        color: #ddd;
        margin-bottom: 10px;
    }
    /* ===== Cotract Page ===== */
    .custom-order-contracts {
        padding: 20px 0;
    }

        .custom-order-contracts .section {
            margin-bottom: 25px;
        }

    .no-contracts {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

    .far,
    .far:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 400;
    }

    .no-contracts > i {
        font-size: 64px;
        color: #ddd;
        margin-bottom: 20px;
    }

    .no-contracts h3 {
        font-size: 20px;
        color: #555;
        margin-bottom: 10px;
    }

    .no-contracts p {
        color: #777;
        margin-bottom: 20px;
    }

    .no-contracts .info-box {
        background: #e7f3ff;
        border: 1px solid #b3d9ff;
        border-radius: 6px;
        padding: 15px;
        margin: 20px auto 0;
        max-width: 600px;
        text-align: left;
    }

        .no-contracts .info-box i {
            color: #0066cc;
            margin-right: 8px;
        }

    .contract-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }

        .contract-modal-overlay.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .contract-modal-container {
        background: white;
        width: 95%;
        max-width: 1200px;
        height: 90vh;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .contract-modal-header {
        background: #4154f1;
        color: white;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .contract-modal-header h3 {
            margin: 0;
            font-size: 20px;
        }

    .contract-modal-close {
        background: transparent;
        border: none;
        color: white;
        font-size: 28px;
        cursor: pointer;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

        .contract-modal-close:hover {
            background: rgba(255,255,255,0.2);
        }

    .contract-modal-body {
        flex: 1;
        position: relative;
        background: #525659;
    }

    .contract-pdf-viewer {
        width: 100%;
        height: 100%;
        border: none;
    }

    .contract-loading-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }

        .contract-loading-spinner i {
            font-size: 48px;
            animation: contract-spin 1s linear infinite;
        }

    @keyframes contract-spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .custom-order-contracts .section .title {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 15px 20px;
        border-radius: 8px;
        border-left: 4px solid #4154f1;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

        .custom-order-contracts .section .title strong {
            color: #495057;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .custom-order-contracts .section .title strong::before {
                content: "📋";
                font-size: 18px;
            }

    .contracts-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .contract-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

        .contract-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            transform: translateY(-4px);
        }

        .contract-card.status-approved {
            border-left: 4px solid #28a745;
        }

        .contract-card.status-rejected {
            border-left: 4px solid #dc3545;
        }

        .contract-card.status-pending {
            border-left: 4px solid #ffc107;
        }

    .contract-header {
        background: #4154f1;
        color: white;
        padding: 20px;
    }

        .contract-header h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
            font-weight: 600;
        }

    .contract-date {
        font-size: 13px;
        opacity: 0.9;
    }

    .contract-body {
        padding: 20px;
    }

    .info-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .info-row:last-child {
            border-bottom: none;
        }

    .contract-body .info-label {
        font-weight: 600;
        color: #555;
        font-size: 14px;
    }

    .contract-body .info-value {
        color: #333;
        font-size: 14px;
    }

    .contract-body .badge-status {
        display: inline-block;
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
    }

        .contract-body .badge-status.pending {
            background: #fff3cd;
            color: #856404;
        }

        .contract-body .badge-status.approved {
            background: #d4edda;
            color: #155724;
        }

        .contract-body .badge-status.rejected {
            background: #f8d7da;
            color: #721c24;
        }

        .contract-body .badge-status.no-approval {
            background: #e2e3e5;
            color: #383d41;
        }

    .contract-actions {
        padding: 15px 20px;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .contract-actions .button-2 {
            flex: 1;
            min-width: 120px;
            text-align: center;
            padding: 10px 16px;
            font-size: 14px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            border: none;
        }

        .contract-actions .btn-view-contract {
            background: #4154f1;
            color: white;
        }

            .contract-actions .btn-view-contract:hover {
                background: #324cdd;
            }

        .contract-actions .btn-download-contract {
            background: #17a2b8;
            color: white;
        }

            .contract-actions .btn-download-contract:hover {
                background: #138496;
            }

        .contract-actions .btn-approve-contract {
            background: #28a745;
            color: white;
        }

            .contract-actions .btn-approve-contract:hover {
                background: #218838;
            }

        .contract-actions .btn-reject-contract {
            background: #dc3545;
            color: white;
        }

            .contract-actions .btn-reject-contract:hover {
                background: #c82333;
            }
    /* Custom Vendor */
    .vendor-bank-details-page .bank-details-container {
        padding: 20px;
    }

    .vendor-bank-details-page .bank-details-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .bank-details-container .bank-details-header h2 {
        margin: 0;
        font-size: 1.3rem;
        color: #333;
    }

    .bank-details-container .add-bank-btn {
        background-color: #4caf50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .bank-details-container .add-bank-btn:hover {
            background-color: #45a049;
        }

    .bank-details-container .no-bank-details {
        text-align: center;
        padding: 60px 20px;
        background: #f9f9f9;
        border-radius: 10px;
    }

        .bank-details-container .no-bank-details i {
            font-size: 48px;
            color: #ccc;
            margin-bottom: 15px;
        }

        .bank-details-container .no-bank-details p {
            color: #666;
            margin-bottom: 20px;
        }

    .add-bank-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }

        .add-bank-modal.active {
            display: flex;
        }

        .add-bank-modal .modal-content {
            background: white;
            padding: 30px;
            border-radius: 10px;
            width: 90%;
            max-width: 550px;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
        }

    .delete-confirmation-modal {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }

        .delete-confirmation-modal.active {
            display: flex !important;
        }

        .add-bank-modal .modal-header,
        .delete-confirmation-modal .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #e5e5e5;
            background: transparent;
            color: inherit;
        }

            .add-bank-modal .modal-header h3,
            .delete-confirmation-modal .modal-header h3 {
                margin: 0;
                font-size: 1.2rem;
            }

        .add-bank-modal .modal-close,
        .delete-confirmation-modal .modal-close {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
        }

            .add-bank-modal .modal-close:hover {
                color: #333;
            }

    .add-bank-modal .form-group {
        display: block;
        margin-bottom: 15px;
    }

        .add-bank-modal .form-group input[type="text"],
        .add-bank-modal .form-group input[type="tel"],
        .add-bank-modal .form-group input[type="number"] {
            padding: 10px;
            border: 1px solid #ddd;
            font-size: 14px;
        }

    .add-bank-modal .form-check {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .add-bank-modal .modal-footer,
    .delete-confirmation-modal .modal-footer {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 20px;
        border-top: 1px solid #e5e5e5;
        padding: 15px 0 0 0;
        background: transparent;
    }

    .add-bank-modal .btn-cancel,
    .delete-confirmation-modal .btn-cancel {
        background: #f5f5f5;
        color: #333;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
    }

    .add-bank-modal .btn-save,
    .delete-confirmation-modal .btn-save {
        background: #4caf50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .delete-confirmation-modal .btn-save {
        background: #f44336
    }

        .add-bank-modal .btn-save:hover,
        .delete-confirmation-modal .btn-save:hover {
            background: #45a049;
        }

        .delete-confirmation-modal .btn-save:hover {
            background: #e1473c
        }

    .add-bank-modal .required-indicator {
        margin-left: 3px;
    }

    .add-bank-modal .form-group input:invalid:not(:placeholder-shown) {
        border-color: #f44336;
    }

    .add-bank-modal .form-group input:valid:not(:placeholder-shown) {
        border-color: #4caf50;
    }

    .add-bank-modal .form-group .field-hint {
        font-size: 12px;
        color: #888;
        margin-top: 4px;
        display: block;
    }

    .add-bank-modal .form-group .field-error {
        font-size: 12px;
        color: #f44336;
        margin-top: 4px;
        display: none;
    }

    .add-bank-modal .form-group input:invalid:not(:placeholder-shown) + .field-hint {
        display: none;
    }

    .add-bank-modal .form-group input:invalid:not(:placeholder-shown) ~ .field-error {
        display: block;
    }

    .add-bank-modal .form-group input::placeholder {
        color: #aaa;
        font-style: italic;
    }

    .add-bank-modal .form-group input.validation-error {
        border-color: #f44336 !important;
        background-color: #fff5f5;
        animation: shake 0.3s ease-in-out;
    }

    @keyframes shake {
        0%, 100% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-5px);
        }

        75% {
            transform: translateX(5px);
        }
    }

    .toast-notification {
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 15px 25px;
        border-radius: 5px;
        color: white;
        font-weight: 500;
        z-index: 10000;
        display: none;
    }

        .toast-notification.success {
            background: #4caf50;
        }

        .toast-notification.error {
            background: #f44336;
        }

        .toast-notification.show {
            display: block;
            animation: slideIn 0.3s ease;
        }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .bank-cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 20px;
    }

    .bank-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        transition: box-shadow 0.3s ease;
    }

        .bank-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .bank-card.is-default {
            border-color: #4caf50;
            border-width: 2px;
        }

        .bank-card .default-badge {
            position: absolute;
            top: -10px;
            right: 15px;
            background: #4caf50;
            color: white;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 11px;
            font-weight: 600;
        }

        .bank-card .bank-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .bank-card .bank-name {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
            margin: 0;
        }

        .bank-card .bank-card-actions {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

    .bank-card-actions button {
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 13px;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
    }

    .bank-card-actions .edit-btn {
        background: #e3f2fd;
        border-color: #2196f3;
        color: #1976d2;
    }

        .bank-card-actions .edit-btn:hover {
            background: #2196f3;
            color: white;
            border-color: #2196f3;
        }

    .bank-card-actions .delete-btn {
        background: #ffebee;
        border-color: #f44336;
        color: #c62828;
    }

        .bank-card-actions .delete-btn:hover {
            background: #f44336;
            color: white;
            border-color: #f44336;
        }

    .bank-card-actions .default-btn {
        background: #e8f5e9;
        border-color: #4caf50;
        color: #2e7d32;
    }

        .bank-card-actions .default-btn:hover {
            background: #4caf50;
            color: white;
            border-color: #4caf50;
        }

    .bank-info-row {
        display: flex;
        margin-bottom: 8px;
        font-size: 14px;
    }

        .bank-info-row .bank-info-label {
            font-weight: 500;
            color: #666;
            width: 120px;
            flex-shrink: 0;
        }

        .bank-info-row .bank-info-value {
            color: #333;
            word-break: break-word;
        }

    .loader-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }

        .loader-container .circle {
            fill: none;
            stroke-width: 4;
            animation: rotate 2s linear infinite;
        }

            .loader-container .circle.outer {
                stroke: #006f9e;
                stroke-dasharray: 314;
                stroke-dashoffset: 314;
                animation: dash 2s ease-in-out infinite;
            }

            .loader-container .circle.inner {
                stroke: #006f9e;
                stroke-dasharray: 157;
                stroke-dashoffset: 157;
                animation: dash 2s ease-in-out infinite reverse;
                opacity: 0.6;
            }

        .loader-container .dots {
            fill: #006f9e;
            animation: pulse 2s ease-in-out infinite;
        }

    @keyframes rotate {
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 314;
        }

        50% {
            stroke-dashoffset: 0;
        }

        100% {
            stroke-dashoffset: -314;
        }
    }

    @keyframes pulse {
        0%, 100% {
            opacity: 0.2;
        }

        50% {
            opacity: 1;
        }
    }

    .delete-confirmation-modal .modal-content {
        max-width: 400px;
    }

    .finance-app-page .page-title h1,
    .logistics-app-page .page-title h1 {
        color: #343a40;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    /* Logistics App pages */
    .logistics-apps-container {
        margin-top: 20px;
    }

        .logistics-apps-container .app-card {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .logistics-apps-container .app-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background: #f8f9fa;
        }

        .logistics-apps-container .app-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .logistics-apps-container .app-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
        }

        .logistics-apps-container .app-status,
        .logistics-apps-container .address-status {
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.85rem;
            font-weight: 500;
        }

            .logistics-apps-container .app-status.registered,
            .logistics-apps-container .address-status.registered {
                background: #d4edda;
                color: #155724;
            }

            .logistics-apps-container .app-status.not-registered,
            .logistics-apps-container .address-status.not-registered {
                background: #f8d7da;
                color: #721c24;
            }

        .logistics-apps-container .app-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logistics-apps-container .btn-register {
            background: #28a745;
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
            text-decoration: none;
        }

            .logistics-apps-container .btn-register:hover {
                background: #218838;
                color: #fff;
            }

            .logistics-apps-container .btn-register.re-register {
                background: #ffc107;
                color: #212529;
            }

                .logistics-apps-container .btn-register.re-register:hover {
                    background: #e0a800;
                }

        .logistics-apps-container .btn-address-register {
            background: #28a745;
            color: #fff;
            border: none;
            padding: 5px 12px;
            border-radius: 4px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 0.8rem;
            text-decoration: none;
        }

            .logistics-apps-container .btn-address-register:hover {
                background: #218838;
                color: #fff;
            }

            .logistics-apps-container .btn-address-register.re-register {
                background: #ffc107;
                color: #212529;
            }

                .logistics-apps-container .btn-address-register.re-register:hover {
                    background: #e0a800;
                }

        .logistics-apps-container .btn-detail {
            background: #007bff;
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

            .logistics-apps-container .btn-detail:hover {
                background: #0056b3;
            }

        .logistics-apps-container .app-addresses {
            padding: 20px;
            border-top: 1px solid #e0e0e0;
        }

        .logistics-apps-container .addresses-table {
            width: 100%;
            border-collapse: collapse;
        }

            .logistics-apps-container .addresses-table th,
            .logistics-apps-container .addresses-table td {
                padding: 12px;
                text-align: left;
                border-bottom: 1px solid #e0e0e0;
            }

            .logistics-apps-container .addresses-table th {
                background: #f1f1f1;
                font-weight: 600;
                color: #333;
            }

            .logistics-apps-container .addresses-table tr:last-child td {
                border-bottom: none;
            }

        .logistics-apps-container .no-addresses,
        logistics-apps-container .no-apps {
            color: #666;
            font-style: italic;
        }
    /* Product detail page*/
    .qty-limit-warning,
    .product-limit-warning {
        color: red;
    }

    .direct-purchase-tier-prices {
        margin-bottom: 20px;
    }

        .direct-purchase-tier-prices .price-breaks-header {
            margin-bottom: 10px;
        }

        .direct-purchase-tier-prices .price-breaks-container {
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
        }

    .price-breaks-container .quantity-row,
    .price-breaks-container .price-row {
        display: flex;
        align-items: center;
    }

    .price-breaks-container .quantity-label,
    .price-breaks-container .price-label {
        width: 100px;
        padding: 10px;
        background-color: #f8f8f8;
        font-weight: bold;
    }

    .price-breaks-container .quantity-option,
    .price-breaks-container .price-option {
        flex: 1;
        text-align: center;
        padding: 10px;
        cursor: pointer;
    }

    .price-breaks-container .quantity-option {
        background-color: #f0f0f0;
        transition: background-color 0.3s;
    }

        .price-breaks-container .quantity-option:hover,
        .price-breaks-container .quantity-option.active {
            background-color: #006f9e;
            color: white;
        }

    .price-breaks-container .price-row {
        border-top: 1px solid #ddd;
    }

    .price-loading {
        opacity: 0.6;
        position: relative;
    }

        .price-loading::after {
            content: "...";
            position: absolute;
            margin-left: 5px;
            animation: pulse 1s infinite;
        }

    @keyframes pulse {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }
    }

    .password-requirements {
        margin-top: 8px;
        font-size: 0.9em;
    }
    /* RFP Request */
    .rfp-form-wrapper .address-display {
        margin-top: 10px;
    }

    .rfp-form-wrapper .selected-address {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
        margin-top: 5px;
        font-size: 14px;
    }

    .rfp-form-wrapper .terms-and-conditions-checkbox {
        margin: 20px 0;
    }

        .rfp-form-wrapper .terms-and-conditions-checkbox .inputs {
            display: flex;
            align-items: center;
        }

        .rfp-form-wrapper .terms-and-conditions-checkbox input[type="checkbox"] {
            margin-right: 10px;
            width: auto;
        }

        .rfp-form-wrapper .terms-and-conditions-checkbox label {
            margin-bottom: 0;
        }

        .rfp-form-wrapper .terms-and-conditions-checkbox a {
            color: var(--button-1-bg-color, #4ab2f1);
            text-decoration: underline;
            margin-left: 5px;
        }

    .rfp-form-wrapper .primary-btn,
    .rfp-form-wrapper .button-1 {
        display: inline-block;
        min-width: 150px;
        padding: 10px 20px;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background-color: var(--button-1-bg-color, #4ab2f1);
        color: #fff;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .rfp-form-wrapper .primary-btn:hover,
        .rfp-form-wrapper .button-1:hover {
            background-color: var(--button-1-hover-bg-color, #248ece);
        }

    .rfp-form-wrapper .secondary-btn,
    .rfp-form-wrapper .btn-2 {
        display: inline-block;
        min-width: 150px;
        padding: 10px 20px;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background-color: #fff;
        color: #4ab2f1;
        text-transform: uppercase;
        border: 1px solid #4ab2f1;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .rfp-form-wrapper .secondary-btn:hover,
        .rfp-form-wrapper .btn-2:hover {
            background-color: #f9f9f9;
        }

    .html-rfp-form-page .custom-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .terms-conditions-popup .popup-content {
        max-width: 600px;
        width: 90%;
    }

    .terms-conditions-popup h4 {
        margin-top: 15px;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .terms-conditions-popup p {
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .terms-conditions-popup .popup-content {
        margin: 10% auto;
    }

    .terms-conditions-popup .popup-title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

        .terms-conditions-popup .popup-title h3 {
            margin: 0;
        }

    .terms-conditions-popup .btns {
        margin-top: 20px;
        text-align: right;
    }

    .rfp-form-wrapper .form-group textarea.form-control {
        width: 100%;
        min-height: 150px;
    }

    .ck-editor__editable {
        min-height: 150px;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 100% !important;
    }

    .ck-editor__editable_inline {
        border: 1px solid #ddd;
        padding: 10px;
    }

    .ck.ck-editor {
        width: 100% !important;
    }

    .ck.ck-editor__main {
        width: 100% !important;
        min-height: 150px;
    }

    .ck.ck-content {
        min-height: 150px;
    }

    .form-section {
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background-color: #fafafa;
        width: 100%;
        box-sizing: border-box;
    }

    .rfp-form-wrapper .request-form-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .rfp-form-wrapper .request-form {
        flex-grow: 1;
        width: 70%;
    }

    .rfp-form-wrapper .rfp-form.request-quote-form {
        width: 100%;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        padding: 20px;
        border: 1px solid #eee;
        border-top: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .form-section h4 {
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }

    .input-fields-section .ck-editor__editable_inline {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 200px !important;
    }

    .rfp-form-wrapper .input-fields-section {
        margin-bottom: 35px;
        width: 100%;
    }

    .rfp-form-wrapper .rfp-textarea-title h3 {
        color: #2c3e50;
        margin-bottom: 15px;
        font-size: 1.4em;
        font-weight: 600;
    }

    .rfp-form-wrapper .rfp-textarea-title p {
        color: #7f8c8d;
        margin-bottom: 15px;
        font-style: italic;
    }

    .rfp-form-wrapper .form-group.inputs {
        margin-bottom: 20px;
        width: 100%;
    }

        .rfp-form-wrapper .form-group.inputs label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #444;
        }

    .rfp-form-wrapper .inputs.textarea-select-wrap label {
        flex-grow: 1;
    }

    .rfp-form-wrapper .inputs.textarea-select-wrap .select {
        width: 120px;
        min-width: 120px;
    }

    .rfp-form-wrapper .field-validation-error {
        display: block;
        margin-top: 5px;
        color: #e74c3c !important;
        font-size: 13px;
        font-weight: bold;
    }

    .rfp-form-wrapper .required-textarea-note {
        display: block;
        font-size: 12px;
        color: #888;
        margin-top: 4px;
        font-style: italic;
    }

    .rfp-form-wrapper .form-group label.required:after {
        content: '*';
        color: #e74c3c;
        margin-left: 3px;
    }

    .rfp-form-wrapper .input-error {
        border: 2px solid #e74c3c !important;
        background-color: #fef0ef !important;
    }

    .rfp-form-wrapper .validation-summary-errors {
        margin: 20px 0;
        padding: 15px;
        background-color: #fef0ef;
        border: 2px solid #e74c3c;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(231, 76, 60, 0.15);
        animation: shake 0.5s ease-in-out;
    }

    @keyframes shake {
        0%, 100% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-5px);
        }

        75% {
            transform: translateX(5px);
        }
    }

    .rfp-form-wrapper .validation-summary-title {
        font-weight: bold;
        color: #e74c3c;
        margin-bottom: 15px;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

        .rfp-form-wrapper .validation-summary-title:before {
            content: '⚠️';
            margin-right: 10px;
            font-size: 20px;
        }

    .rfp-form-wrapper #validation-errors-list {
        margin: 0;
        padding-left: 25px;
        counter-reset: error-counter;
    }

        .rfp-form-wrapper #validation-errors-list li {
            margin-bottom: 8px;
            color: #e74c3c;
            font-weight: 500;
            cursor: pointer;
            padding: 5px;
            border-radius: 4px;
            transition: background-color 0.2s ease;
            counter-increment: error-counter;
            position: relative;
        }

            .rfp-form-wrapper #validation-errors-list li:before {
                content: counter(error-counter) ". ";
                font-weight: bold;
            }

            .rfp-form-wrapper #validation-errors-list li:hover {
                background-color: rgba(231, 76, 60, 0.1);
                transform: translateX(5px);
            }

    .rfp-form-wrapper .field-validation-error {
        display: block;
        margin-top: 8px;
        color: #e74c3c !important;
        font-size: 13px;
        font-weight: 600;
        background-color: #fef0ef;
        padding: 8px 12px;
        border-radius: 4px;
        border-left: 4px solid #e74c3c;
        animation: fadeInUp 0.3s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .rfp-form-wrapper .input-validation-error,
    .rfp-form-wrapper .form-control.input-validation-error {
        border: 2px solid #e74c3c !important;
        background-color: #fef0ef !important;
        box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25) !important;
    }

        .rfp-form-wrapper .input-validation-error:focus,
        .rfp-form-wrapper .form-control.input-validation-error:focus {
            border-color: #e74c3c !important;
            box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25) !important;
        }

    .rfp-form-wrapper textarea.input-validation-error {
        border: 2px solid #e74c3c !important;
        background-color: #fef0ef !important;
    }

    .rfp-form-wrapper .ck-editor__editable.input-validation-error {
        border: 2px solid #e74c3c !important;
        background-color: #fef0ef !important;
    }

    .rfp-form-wrapper .input-validation-success {
        border: 2px solid #27ae60 !important;
        background-color: #f0fff4 !important;
    }

    .scroll-to-error {
        animation: highlightError 2s ease-in-out;
    }

    @keyframes highlightError {
        0%, 100% {
            background-color: transparent;
        }

        50% {
            background-color: rgba(231, 76, 60, 0.1);
        }
    }

    .rfp-form-wrapper.request-form-outer {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .request-form-outer .title {
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        background-color: #f8f8f8;
        border-radius: 5px 5px 0 0;
        padding: 20px;
    }

        .request-form-outer .title h2 {
            color: #444;
            font-size: 28px;
            font-weight: 600;
            margin: 0;
            display: flex;
            align-items: center;
        }

            .request-form-outer .title h2:before {
                content: '';
                display: inline-block;
                width: 4px;
                height: 24px;
                background-color: #4ab2f1;
                margin-right: 15px;
                border-radius: 2px;
            }

    .rfp-form-wrapper .right-side-wrapper {
        background-color: #f9f9f9;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        border: 1px solid #e7e7e7;
        width: 100%;
    }

        .rfp-form-wrapper .right-side-wrapper .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            display: block;
            color: #333;
        }

    .ck-placeholder::before {
        display: none !important;
    }

    .rfp-form-wrapper #placeOfSurveyContainer {
        margin-bottom: 20px;
    }

        .rfp-form-wrapper #placeOfSurveyContainer label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #444;
        }

        .rfp-form-wrapper #placeOfSurveyContainer .input-wrapper {
            position: relative;
            transition: all 0.3s ease;
        }

            .rfp-form-wrapper #placeOfSurveyContainer .input-wrapper.focused {
                transform: translateY(-2px);
            }

        .rfp-form-wrapper #placeOfSurveyContainer input.form-control {
            height: 40px;
            padding: 8px 12px;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            color: #444;
            transition: all 0.3s ease;
            font-size: 14px;
            box-shadow: none;
        }

            .rfp-form-wrapper #placeOfSurveyContainer input.form-control:focus {
                border-color: #4ab2f1;
                outline: none;
                box-shadow: 0 0 6px rgba(74, 178, 241, 0.3);
                background-color: #f8fcff;
            }

            .rfp-form-wrapper #placeOfSurveyContainer input.form-control::placeholder {
                color: #999;
                opacity: 0.7;
            }

    .rfp-form-wrapper .survey-section-container {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .rfp-form-wrapper .survey-type-wrap {
        margin-bottom: 10px;
    }

        .rfp-form-wrapper .survey-type-wrap input[type="checkbox"] {
            margin-right: 8px;
        }

    .rfp-form-wrapper #surveyOptionsContainer {
        background-color: #f9f9f9;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #e7e7e7;
        margin-top: 10px;
    }

    .rfp-edit-page .content-display {
        margin-top: 10px;
        padding: 15px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        background-color: #fafafa;
        min-height: 100px;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        position: relative;
        overflow-y: auto;
        resize: vertical;
        width: 100%;
        display: block;
        cursor: default;
        user-select: text;
        -webkit-user-select: text;
        text-align: left;
    }

    .content-display::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.03), transparent);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .rfp-edit-page .content-display::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 12px;
        height: 12px;
        background: transparent;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0.7;
    }

    .rfp-edit-page textarea.form-control {
        padding: 15px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        background-color: #f9f9f9;
        min-height: 100px;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        width: 100%;
        resize: vertical;
        text-align: left;
    }

        .rfp-edit-page textarea.form-control.html-editor {
            display: none;
        }

    .rfp-edit-page .content-display p, .rfp-edit-page .content-display div, .rfp-edit-page .content-display span,
    .rfp-edit-page .content-display li, .rfp-edit-page .content-display ul, .rfp-edit-page .content-display ol,
    .rfp-edit-page .content-display h1, .rfp-edit-page .content-display h2, .rfp-edit-page .content-display h3,
    .rfp-edit-page .content-display h4, .rfp-edit-page .content-display h5, .rfp-edit-page .content-display h6,
    .rfp-edit-page .content-display table, .rfp-edit-page .content-display tr, .rfp-edit-page .content-display td,
    .rfp-edit-page .content-display th, .rfp-edit-page .content-display blockquote {
        text-align: left;
    }

    .rfp-edit-page .content-display p {
        margin-bottom: 12px;
    }

    .rfp-edit-page .content-display ul,
    .rfp-edit-page .content-display ol {
        margin-bottom: 12px;
        padding-left: 20px;
    }

    .rfp-edit-page .content-display h1, .rfp-edit-page .content-display h2, .rfp-edit-page .content-display h3,
    .rfp-edit-page .content-display h4, .rfp-edit-page .content-display h5, .rfp-edit-page .content-display h6 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 1.2;
    }

    .rfp-edit-page .content-display * {
        text-align: left !important;
    }

    .rfp-edit-page .terms-and-conditions-checkbox {
        margin: 20px 0;
    }

        .rfp-edit-page .terms-and-conditions-checkbox input[type="checkbox"] {
            margin-right: 10px;
            width: auto;
        }

        .rfp-edit-page .terms-and-conditions-checkbox label {
            margin-bottom: 0;
        }

        .rfp-edit-page .terms-and-conditions-checkbox a {
            color: #4ab2f1;
            text-decoration: underline;
            margin-left: 5px;
        }

    .rfq-edit-wrapper .form-control.readonly {
        background-color: #d3d3d3
    }

    .html-rfq-form-page .custom-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .staff-manager-view-page .input-btn-wrapper .inputs {
        margin-top: 0;
    }

    .staff-manager-view-page .multiselect-header {
        padding: 12px 16px;
        border-radius: 8px;
        cursor: pointer;
        transition: border-color .2s,box-shadow .2s;
    }

        .staff-manager-view-page .multiselect-header:hover {
            border-color: #9ca3af;
        }

        .staff-manager-view-page .multiselect-header:focus-within {
            outline: none;
        }

    .staff-manager-view-page .multiselect-dropdown {
        border: 1px solid #d1d5db;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
    }

        .staff-manager-view-page .multiselect-dropdown.show {
            display: block;
        }

    .staff-manager-view-page .multiselect-arrow {
        transition: transform 0.2s;
    }

    .staff-manager-view-page .multiselect-header.open .multiselect-arrow {
        transform: rotate( 227deg);
    }

    .aunction-custom-wrap .auction-bid-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .aunction-custom-wrap .auction-bid-line p {
            margin: 0;
        }

    .bid-container .disabled {
        opacity: 0.5;
        pointer-events: none;
    }

        .bid-container .disabled a {
            cursor: not-allowed;
            color: gray;
        }

        .bid-container .disabled input {
            background-color: #f0f0f0;
            cursor: not-allowed;
        }

    .overview-shipping {
        margin-bottom: 32px;
    }

    .overview-shipping-title {
        color: #006f9e;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .shipping-options {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }

    .shipping-card {
        display: flex;
        align-items: center;
        padding: 15px;
        border: 1px solid #80b7cf;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        flex: 1;
        min-width: 200px;
    }

        .shipping-card:hover {
            background-color: #f9f9f9;
        }

        .shipping-card input[type="radio"] {
            margin-right: 15px;
        }

    .card-content {
        flex-grow: 1;
    }

        .card-content h4 {
            margin: 0;
            font-size: 16px;
            color: #004a69;
        }

        .card-content p {
            margin: 5px 0 0;
            font-size: 14px;
            color: #232729;
        }

    .shipping-address {
        margin-top: 20px;
        font-size: 14px;
    }

        .shipping-address a {
            margin-left: 10px;
            color: #006f9e;
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .shipping-address a:hover {
                color: #004a69;
                text-decoration: underline;
            }

    .shipping-card.selected {
        border-color: var(--secondary-mint);
        background-color: rgba(151, 195, 0, 0.05);
    }

    .shipping-address-selection {
        margin-top: 20px;
    }

        .shipping-address-selection .form-control {
            display: block;
            line-height: 1.42857143;
        }

            .shipping-address-selection .form-control:focus {
                border-color: #006f9e;
                outline: 0;
            }

        .shipping-address-selection .new-address-link {
            margin-top: 10px;
            color: #006f9e;
            font-size: 14px;
            transition: all .3s ease;
            display: inline-block;
        }

            .shipping-address-selection .new-address-link:hover {
                text-decoration: underline;
            }

            .shipping-address-selection .new-address-link:before {
                content: "+";
                display: inline-block;
                margin-right: 5px;
                font-weight: bold;
            }
    /* Bank Account wrapper */
    .bank-account-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 100vh;
        background: #f9f9f9;
    }

        .bank-account-wrapper .sipay-header {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 12px;
            padding: 22px;
            box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
            width: 100%;
            font-size: 20px;
            font-weight: 700;
        }

        .bank-account-wrapper .bank-account-container {
            max-width: 780px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin: auto;
        }

        .bank-account-wrapper .section-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }

            .bank-account-wrapper .section-header span {
                font-size: 20px;
                font-weight: 700;
            }

        .bank-account-wrapper .bank-details,
        .bank-account-wrapper .button-container {
            width: 100%;
        }

    .bank-account-container .form-group {
        margin-bottom: 28px;
    }

    .bank-account-container .detail-wrapper {
        display: flex;
        width: 100%;
        gap: 0 60px;
    }

    .bank-account-container textarea {
        max-width: 100%;
        min-width: 100%;
        min-height: 150px;
    }

    .bank-account-container .bank-info,
    .bank-account-container .instructions {
        width: calc((100% - 60px) / 2);
    }

    .bank-account-container .primary-btn {
        background-color: #006f9e;
        border-radius: 12px;
        transition: .3s all;
    }

        .bank-account-container .primary-btn:hover {
            background-color: #89FFDF;
        }

        .bank-account-container .primary-btn:active {
            background-color: #004A69 !important;
        }

        .bank-account-container .primary-btn:disabled {
            background-color: #DDE0E2;
            cursor: not-allowed;
        }

            .bank-account-container .primary-btn:disabled:hover,
            .bank-account-container .primary-btn:disabled:active {
                background-color: #DDE0E2 !important;
            }

    .message .file-item a {
        font-size: 16px;
    }

    .message .chat-img {
        width: auto;
        height: 100px;
        max-width: 100%;
        border-radius: 4px;
        display: block;
        margin: 0;
    }

    .massage-upload-document .file-item span {
        margin-right: 15px;
    }

    .contract-content #contractDetails .pdf-container {
        width: 100%;
        height: 600px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

        .contract-content #contractDetails .pdf-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

    .contract-content .pdf-loading {
        display: none;
        text-align: center;
        padding: 20px;
    }

    .contract-content .pdf-error {
        display: none;
        text-align: center;
        padding: 20px;
        color: red;
    }

    #AdjustedShortDescription.form-control:read-only {
        background-color: #d3d3d3;
    }

    .wizard .valid-msg,
    .vendor-bankaccounts-page .fieldset .valid-msg {
        color: green !important;
    }

    .wizard .invalid-msg,
    .wizard #RFPNotificationnotification-warning,
    .wizard #notification-warning,
    .vendor-bankaccounts-page .fieldset .valid-msg {
        color: red !important;
    }

    .wizard .form-fields a {
        margin: 5px 0;
        display: block;
    }

    .wizard #address-warning {
        color: #ffc107;
        margin-top: 5px;
    }

    .wizard .choose-file-btn .valid-msg {
        color: red;
    }

    .vendor-bankaccounts-page .fieldset .vendor-btn-group {
        margin-top: 20px;
    }

    .request-proposal-page .terms-conditions-popup {
        display: none;
        z-index: 11110
    }

        .rfp-edit-page .terms-conditions-popup .popup-body,
        .request-proposal-page .terms-conditions-popup .popup-body {
            max-height: 400px;
            overflow-y: auto;
            padding: 20px;
        }

    .request-proposal-page .request-form > .validation-summary-errors {
        margin-bottom: 25px;
    }

        .request-proposal-page .request-form > .validation-summary-errors .message-error {
            margin-bottom: 15px;
            color: #666;
            font-style: italic;
        }

    .rfq-main-wrapper .request-form textarea:read-only {
        background-color: #d3d3d3;
    }

    .product-item .cart-qty-over-limit {
        color: red;
    }

    @media (max-width:991px) {
        .bank-account-container .section-header {
            justify-content: center;
        }

        .bank-account-container .detail-wrapper {
            flex-direction: column;
            align-items: center;
        }

        .bank-account-container .button-container {
            margin-top: 28px;
            justify-content: center;
        }

        .bank-account-container .bank-info,
        .bank-account-container .instructions {
            width: 80%;
        }
    }

    @media (max-width: 768px) {
        .personal-info-container {
            padding: 24px 16px;
            border-radius: 0;
        }

        .personal-info-form {
            gap: 20px;
        }

        .personal-info-container .form-row {
            gap: 20px;
        }
        /* Order */
        .tracking-info-card .form-group {
            flex-direction: column;
            align-items: flex-start;
        }

        .tracking-label {
            margin-bottom: 5px;
            min-width: auto;
        }

        .tracking-history-table {
            overflow-x: auto;
        }

            .tracking-history-table table {
                min-width: 600px;
            }

        .customer-product-details .stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .info-grid {
            grid-template-columns: 1fr;
        }

        .customer-product-details .detail-tabs {
            overflow-x: auto;
        }

        .customer-product-details .detail-tab {
            padding: 10px 16px;
            font-size: 13px;
            white-space: nowrap;
        }

        .product-meta {
            flex-direction: column;
            gap: 8px;
        }

        .product-stats-footer {
            flex-wrap: wrap;
            gap: 10px;
        }

        .survey-table thead th {
            font-size: 10px;
            padding: 8px 5px;
        }

        .survey-table tbody td {
            padding: 10px 5px;
        }

        /* ===== Cotract Page ===== */
        .contracts-grid {
            grid-template-columns: 1fr;
        }

        .contract-actions {
            flex-direction: column;
        }

            .contract-actions .button-2 {
                width: 100%;
            }
    }
}

/* TreeSelect - Emporium theme override */
#location-treeselect-container .treeselect-input {
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    min-height: 36px;
    background: #FFFFFF;
    font-size: 14px;
}

#location-treeselect-container .treeselect-input--focused {
    border-color: #004A69;
    box-shadow: none;
}

#location-treeselect-container .treeselect-input__tags-element {
    font-size: 14px;
    color: #374151;
}

#location-treeselect-container .treeselect-input__edit {
    font-size: 14px;
    color: #374151;
}

#location-treeselect-container .treeselect-input__edit::placeholder {
    color: #849095;
}

#location-treeselect-container .treeselect-list {
    border: 1px solid #DDE0E2;
    border-radius: 0 0 12px 12px;
    border-top: 0;
}

#location-treeselect-container .treeselect-list__item--checked {
    background-color: rgba(0, 74, 105, 0.08);
}

#location-treeselect-container .treeselect-list__item--focused {
    background-color: #f3f4f6;
}
}