.custom-form__buttons {
    display: flex;
    gap: 10px;
}

.password-wrapper {
    position: relative;
}

#reg_pass {
    width: 100%;
    padding-right: 35px;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.role-selection {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 20px;
}

.role-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.role-card {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    text-align: center;
    transition: transform 0.2s;
}

.role-card:hover {
    transform: scale(1.05);
}

.role-icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.role-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.role-content p {
    font-size: 14px;
    color: #555;
}



input[type="radio"]:checked+.role-card {
    background-color: #f0f8ff;
    border-color: #4e73df;
}

.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
    user-select: none;
    z-index: 10;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.password-toggle:hover {
    color: #6b7280;
    background-color: rgba(0, 0, 0, 0.05);
}

.password-toggle i {
    font-size: 16px;
}

.password-field .custom-form-control {
    padding-right: 50px;
}


.search-field.spinner-border.text-primary {
    color: #0f3263;
}

.login-using-phone .iti {
    width: 100% !important;
}

.custom-form-loging .custom-btn-success {
    width: 100% !important;
    margin-bottom: 10px;
}

/* public page badge satus */
.status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding: 6px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.status-badge.active, .status-badge.ivs-active {
    background-color: #e9f7ef;
}

.status-badge.ivs-pending {
    background-color: #e9e9e9;
}

.status-badge.active .dot, .status-badge.ivs-active .dot {
    background-color: #28a745;
}

.status-badge.ivs-pending .dot {
    background-color: #000;
}

.status-badge.active .status, .status-badge.ivs-active .status {
    color: #28a745;
    font-weight: 600;
}

.status-badge.expired {
    background-color: #fdecea;
}

.status-badge.expired .dot {
    background-color: #dc3545;
}

.status-badge.expired .status {
    color: #dc3545;
    font-weight: 600;
}

.status-badge .label {
    color: #333;
}

.status-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 8px;
    display: inline-block;
}

@media (max-width: 768px) {
    .status-container {
        margin-bottom: 12px;
    }

    .status-badge {
        font-size: 14px;
        padding: 5px 12px;
    }
}

/* verify-an-offering */

.search-offering .bdt-serach input {
    padding: 23px 10px 23px 25px;
    border-radius: 90px;
}

.search-offering .bdt-serach {
    width: 100%;
    max-width: 770px;
    margin: auto;
    border: 1px solid #C1C5C9;
    border-radius: 90px;
    position: relative;
    display: flex;
    padding: 3px;
}

.search-offering .bdt-serach button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    min-width: 88px;
    border-radius: 60px !important;
    font-size: 22px !important;
    cursor: pointer;
}

.serchingWraper {
    display: flex;
    gap: 20px;
}

.serchingTabes {
    flex: 0 0 310px;
    width: 310px;
}

.serchingContent {
    flex-grow: 1;
}

.serchingTabes ul {
    background: #023566;
    padding: 43px 20px;
    border-radius: 20px;
    border: 1px solid #E2E6EA;
    list-style: none;
    margin: 0;
}

.serchingTabes ul li {
    list-style: none;
    padding: 20px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #809AB3;
    font-weight: 400;
    font-family: "Figtree", Sans-serif;
}

/* .serchingTabes ul li:last-child {
    border-bottom: 0 !important;
} */

.serchingCard {
    padding: 30px 20px;
    border: 1px solid #E2E6EA;
    border-radius: 20px;
    margin-bottom: 20px;
}

.serchingInfoCard {
    padding: 30px 20px;
    border: 1px solid #E2E6EA;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4C4C4C;
    font-weight: 400;
}

.serchingCard ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.serchingCard ul li {
    list-style: none;
    padding: 20px 9px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Figtree", Sans-serif;
}

.serchingListDetails li {
    justify-content: space-between;
}

.serchingCardTitle {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Figtree", Sans-serif;
    text-align: center;
}

.serchingListOption input[type="checkbox"] {
    height: 18px;
    width: 18px;
    border: 1px solid #8F8F8F !important;
    border-radius: 5px !important;
    appearance: none;
    background-color: white;
    position: relative;
}

.serchingListOption input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50 !important;

}

.serchingListOption input[type="checkbox"]:checked::before {
    content: '✔';

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.serchingBadge {
    text-align: center;
    margin-bottom: 30px;
}

.serchingSection {
    margin-top: 40px;
}

.serchingBadge .status-badge {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 0;
}

.noResultFound {
    text-align: center;
    margin: 100px 0;
}

.noResultFound p {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
}

@media screen and (max-width:991.99px) {
    .serchingWraper {
        flex-direction: column;
    }

    .serchingTabes {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}