.error,
.custom-error,
.error-message {
    color: #dc3545 !important;
    font-size: .875em;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.dataTables_info {
    color: #595959;
    font-size: 16px;
    font-weight: 600;
}

table.dataTable thead .sorting {
    background: url('../img/datatable_images/sort_both.png') no-repeat center right !important;
}

table.dataTable thead .sorting_asc {
    background: url('../img/datatable_images/sort_asc.png') no-repeat center right !important;
}

table.dataTable thead .sorting_desc {
    background: url('../img/datatable_images/sort_desc.png') no-repeat center right !important;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../img/datatable_images/sort_asc_disabled.png') no-repeat center right !important;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../img/datatable_images/sort_desc_disabled.png') no-repeat center right !important;
}

.table {
    width: 100% !important;
}

.dataTables_empty {
    text-align: center;
}

.hidden {
    display: none;
}

#loading {
    text-align: center;
    padding: 20px;
}

.info-badge {
    color: #BE9811;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #BE9811;
    background: #F5EED4;
    padding: 3px 15px;
    width: 100px;
    text-align: center;
}


.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.status-badge.completed {
    background-color: #e6f7ee;
    color: #00a651;
}

.status-badge.pending {
    background-color: #fff7e6;
    color: #ff9900;
}

/* Add this to your CSS */
.profile-upload-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.profile-preview {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--v3-accent-1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-preview img {
    max-width: 20px;
}

.profile-preview h2 {
    font-size: 14px;
}

.profile-preview span {
    font-size: 12px;
}

.profile-preview.has-image {
    background-color: transparent;
}

.profile-preview i {
    font-size: 40px;
    color: #aaa;
}

.profile-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.change-pass-admin .password-input {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #F5F5F5;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-right: 70px;
}

.change-pass-admin .toggle-password {
    position: absolute;
    right: 25px;
    top: 17px;
    cursor: pointer;
}

.iti.iti--allow-dropdown .phone-number-restriction {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0;
}

.imagePreviewContainer-main {
    margin-top: 10px;
}

.rtl-ver {
    direction: rtl;
    text-align: right;
}
.rtl-ver .__contact-mobile {
    transform: scaleX(1);
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.rtl-ver .pre-text {
    word-break: break-word;
    white-space: normal;
    text-align: right;
}
.pre-text{
    text-align: left;
    word-break: break-word;
    white-space: normal;
    direction: ltr;
    unicode-bidi: embed;
}

.custom-loading {
    position: relative;
    padding-left: 15px;
}

.custom-loading::before {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    animation: spinner-border .75s linear infinite;
    vertical-align: text-bottom;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    margin-right: 5px;
    content: "";
    position: relative;
    top: -4px;
}

.imagePreviewContainer-main {
    grid-template-columns: repeat(3, 1fr);
}

.payment-method-container h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.form-check-input:checked {
    background-color: #03bfa6;
    border-color: #03bfa6;
}

.payment-method-container h2::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, #03bfa6 0%, #62B9B3 100%);
}

.rtl-ver .form-check .form-check-input {
    float: right;
    margin-left: 1.5em;
}

.rtl-ver .payment-method-container h2::before{
    right: -40px;
    border-radius: 12px 0 0 12px;
}

.payment-container-form {
    padding: 68px 0;
}

.stage {
    height: auto;
}

.footer-terms a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.footer-terms{
    text-align: right;
    position: absolute;
    width: fit-content;
    right: 24px;
    top: -2px;

}

.shipping-form-container .select-menu {
    border-radius: 12px;
    border: 1px solid #BEBDBD;
    background: #F5F5F5;
    padding: 15px 22px;
    appearance: none;
    text-align: left;
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../img/arrow-down.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95%;
    min-height: 60px;
    min-width: 240px;
}

.term-container h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    padding: 14px 20px;
    z-index: 9;
}

.term-container h5::after {
    border-radius: 8px;
    opacity: 0.16;
    background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.rtl-ver .term-container h5::before{
    right: 0;
}
.rtl-ver .term-container ul{
    padding-right: 40px;
    padding-left: 0;
}
.term-container h5::before {
    width: 4px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    background: linear-gradient(90deg, #03bfa6 0%, #62B9B3 26.98%);
}

.term-card{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 010px rgb(206 206 206 / 50%);
}
.term-container{
    margin-bottom: 30px;
}

.term-content-body{
    padding-left: 20px;
}

.term-container .term-content-body p:last-child,.term-container:last-child{
    margin-bottom: 0;
}
.term-container .term-content-body p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.term-container ul {
    padding-left: 40px;
}

.term-container ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

.trade-park-logo {
    max-width: 238px;
}

@media screen and (max-width:768px) {
    .imagePreviewContainer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-terms {
        text-align: center;
        position: relative;
        width: fit-content;
        margin: 10px auto 0;
    }
}

@media screen and (max-width:576px) {
    .term-card {
        padding: 20px;
    }
    .term-container ul {
        padding-left: 20px;
    }
    .term-container h5 {
        font-size: 16px;
    }
    .term-container h6{
        font-size: 16px;
    }
}

@media screen and (max-width:400px) {
    .imagePreviewContainer-main {
        grid-template-columns: repeat(1, 1fr);
    }
}
