﻿:root {
    --text-td: #cab07d;
}
/* add aqar section start */
.add-aqar {
    padding-top: 34px;
    padding-bottom: 90px;
}
button.Featured {
    color: var(--text-td)!important;
}
.add-aqar-main {
    padding-top: 80px;
}
.overview-element .icon i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before, span[class^="flaticon-"]:before, span[class*=" flaticon-"]:before {
    line-height: 2
}
.add-aqar-main .section-title h2 {
    color: var(--rustic-umber);
    margin-bottom: 12px;
}

    .add-aqar-main .section-title p {
        color: #5a5f69;
    }

    .add-aqar-main .section-title {
        margin-bottom: 32px;
    }
.featured__btn {
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    background-color: var(--text-td);
    padding: 4px 20px;
    border-radius: 40px;
    color: #fff;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.add-aqar-form {
    padding: 32px 40px;
    border-radius: 24px;
    border: 1px solid #f1f2f7;
}

    .add-aqar-form .form-wrapper {
        max-width: 100%;
    }

.form-block-title {
    color: #cab07d;
    margin-bottom: 20px;
    font-size: 24px;
}

.form-block-inner-title {
    color: var(--text-td);
    margin-bottom: 20px;
}

.add-aqar-form .input-label {
    font-size: 20px;
    line-height: 1;
    color: #5a5f69;
    margin-bottom: 16px;
}

.add-aqar-form .input-field {
    font-size: 18px;
    color: var(--text-td);
    padding-inline: 20px;
    display: block !important;
}
.add-aqar-form .form-btn:not(.btn-regular) {
    background-color: #cab07d;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.add-aqar-form .form-btn {
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
}
.theme-btn {
    height: 52px;
    background-color: #cbb07d;
    color: #fff;
    font-size: 16px;
    border-color:#fff;
}
.form-block-wrapper {
    gap: 48px;
}

.add-aqar-form .form-input-list {
    gap: 40px;
}

.add-aqar-form .form-condition input:checked ~ .input-field {
    border-color: var(--rustic-umber);
    background-color: var(--rustic-umber);
    display: block !important;
}

.property-type-list {
    gap: 24px;
}

    .property-type-list .input-field {
        width: 132px;
    }

.input-field input:last-child {
    text-align: end;
}

.input-field input {
    color: var(--text-td);
    
}

    .input-field input::placeholder {
        color: #858b95;
    }

.interface-select {
    max-width: 33%;
}

.add-aqar-form .form-btn {
    border-radius: 20px;
    max-width: 280px;
    width: 100%;
}

    .add-aqar-form .form-btn:hover {
        background-color: var(--golden-sand);
    }

.street-num-select {
    gap: 40px;
}

.nice-select.input-field {
    padding-left: 20px;
    padding-right: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
}

    .nice-select.input-field::after {
        width: 12px;
        height: 12px;
        border-width: 2px;
        border-color: #8f959f;
        right: 20px;
        margin-top: -8px;
    }

.nice-select .list {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

.add-aqar-form .input-icon {
    right: 20px;
    pointer-events: none;

}

    .add-aqar-form .input-icon img {
        width: 24px;
    }

.form-condition {
    cursor: pointer;
    gap: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #5a5f69;
}

.input-field {
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    height: 56px;
    font-size: 12px;
    color: #323232;
    transition: all 0.3s;
}
.checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #dbdde2;
    border-radius: 2px;
    transition: all 0.3s;
}
.form-condition input:checked ~ .input-field {
    background-color: #907d59;
    color: #fff;
}
.upload-box, .preview-box {
    width: 100%;
    height: 200px;
}

.upload-box {
    border: 1px dashed var(--rustic-umber);
    background: var(--Colors-C1-color-1-50, #fcf9f2);
    cursor: pointer;
}
    .upload-box .upload-placeholder {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #999;
        font-size: 1.2rem;
    }
.upload-placeholder {
    gap: 10px;
}
.checkbox i {
    font-size: 0;
    color: #fff;
    transition: all 0.3s;
}
.form-condition input:checked ~ .checkbox {
    background-color: #cbb07d;
    border-color: #cbb07d;
}
    .form-condition input:checked ~ .checkbox i {
        font-size: 14px;
    }

.checkbox-button-input {
    opacity: 0;
    position: absolute;
}

.checkbox-button-box {
    width: 48px;
    height: 48px;
    border:1px solid #00112d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.nav-link {
    color: #00112d;
}
.navpill-style1 .nav-link.completed {
    background-color: #181A20;
    color: #ffffff;
}
.checkbox-button-input:checked + .checkbox-button-box {
}

.checkbox-button-input:not(:checked) + .checkbox-button-box {
    color: #00112d;
}

.option-radio, .option-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

    .option-radio input, .option-checkbox input {
        display: none;
    }

    .option-radio span, .option-checkbox span {
        font-weight: 500;
    }

    .option-radio input:checked + span {
        background-color: #00112d;
        color: white;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        text-align: center;
    }

.text-danger {
    color: #dc3545 !important;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block;
}

.is-invalid {
    border-color: #dc3545 !important;
}
.badge-district {
    background-color: #cbb07c; /* ÐåÈí */
    color: #fff; /* äÕ ÏÇßä */
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

    .badge-district:hover {
        background-color: #e2e2e2;
        color: #333; /* äÕ ÏÇßä */
    }

    .badge-district .btn-close {
        opacity: 0.6;
        font-size: 10px;
        margin-inline-start: 4px;
    }

        .badge-district .btn-close:hover {
            opacity: 1;
        }
.table-style3 .icon{
    font-size:20px
}
.custom_checkbox input:checked + .checkbox-button-box::after {
    content: "✔";
    color: #000000;
    font-weight: bold;
}

/* ❌ حالة unchecked */
.custom_checkbox input:not(:checked) + .checkbox-button-box::after {
    content: "✖";
    color: #000000;
    font-weight: bold;
}

