.dropdown-menu {
    text-align: right; /* Aligns text to the right */
}

.dropdown-menu .nav-item {
    direction: rtl; /* Aligns the items themselves to the right */
}
.mr-35{
    margin-right: 35px;
}
.agree-label {
    direction: rtl; /* Set direction to RTL */
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing between checkbox and text */
}

.checkbox-label input[type="checkbox"] {
    margin: 0; /* Reset margin to avoid default spacing */
}

