
.ng-select.select_container .ng-value {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 100px;
    padding: 5px 20px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.phone_text {
    direction: ltr;
    text-align:right;
}
.otp_container {
    width: 40% !important;
    margin-bottom: 150px !important;
    margin-top: 100px !important;
    direction: rtl;
    align-items: center !important;
}

.full-width {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.full-width2 {
    display: flex !important;
    flex-direction: column !important;
}


.mobile_nav {
    display: none;
}

.success_button_modal{
    width:20%
}

.center_edit_profile {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success_button_modal {
    font-weight:800;
    width: 100%;
    margin-top:20px;
    background-color: white;
    min-height: 45px;
    color: #222;
    border: none;
    outline: none;
    border-radius: 1000px;
}


.input_container_4 {
    width: 100%;
}

.change_mobile_custom #phone {
    margin-right: 110px !important;
    width: 100% !important;
}

.telephone-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    margin-bottom: 40px
}

.otp_input_container {
    width: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
}

.otp-input {
    margin: 0px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
    min-width: 50px !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    border: 1px solid white !important;
    outline: none !important;
    color: #fff !important;
    font-size: 20px !important;
    margin-left:10px !important ;
    font-weight: 700 !important;
    text-align: center !important;
}

.form-group{
    display: flex;
    gap: 20px;
}

.success_feedback_div {
    width: 100% !important;
    justify-content: center !important;
    padding-bottom: 25px;
}

.interests_container_success{
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: end !important;
    margin-bottom: 50px !important;
}

.success_cities_container {
    display: flex !important;
    flex-direction:column !important;
    gap:40px !important;
    width: 90%;
    justify-content: center;
    align-items: flex-start
}


.mobile_search {
    display: none
}

.otp-form-container{
    display:flex !important;
    flex-direction:column !important;
    align-self: center !important;
}

.form-info-txt {
    margin-top: 50px
}

.confirm_button{
    width: 100% !important;
}


.profile_container {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 80%;
    margin: auto;
    display: flex;
    margin-top: 90px;
    flex-direction: row;
    gap: 40px;
    direction:rtl;
    align-items: flex-start;
    margin-bottom:50px;
}

.data_container {
    display: flex;
    flex-direction: column;
    width: 80% !important;
}

.username {
    font-size: 35px;
    font-weight: 800;
}

.text_field {
    font-size: 20px;
    font-weight: 500;
}


.field_title {
    display: flex;
    gap: 7px;
    align-items: center;
}

.name_and_edit {
    display: flex;
    justify-content: space-between;
}

.edit_button {
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    outline: none;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
}


.main_profile_container {
    display: flex;
    gap: 30px;
    width: 80%;
    padding-top: 200px;
    padding-bottom: 60px;
    margin: auto;
    direction: rtl;
}

.main_profile_page_inner_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.profilepic_container {
    width: min-content;
    position: relative;
}

.profile_image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
}

.edit_pic_icon {
    display: flex;
    width: 40px !important;
    height: 40px !important;
    justify-content: center;
    background-color: white;
    border: 2px solid rgba(36, 15, 110, 1);
    border-radius: 100px;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.pen_icon {
    justify-self: center;
}

.file_input {
    display: none;
}

.main_profile_content_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column !important
}

.general_info_title_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.general_info_container_profile {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.general_info_title {
    font-size: 21px;
    font-weight: 500;
    color: white
}

.edit_profile_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    min-height: 45px;
    background-color: white;
    color: black;
    min-width: 100px;
    outline: none;
    border: none;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}


.first_input_row {
    display: flex;
    gap: 20px;
    width: 95%;
    margin: auto;
    padding-bottom: 10px;
}

.first_input_row_2 {
    display: flex;
    gap: 20px;
    width: 100% !important; 
    margin:auto !important;
    direction: rtl;
}

.first_input_row_3 {
    display: flex;
    gap: 20px;
    width: 95% !important;
    margin: auto !important;
    direction: rtl;
}

.input_container_2 {
    width: 95% !important;
    margin: auto !important;
    direction: rtl;
    min-height: 125px;
}

.input_container_4 {
    width: 100% !important;
    margin: auto !important;
    direction: rtl;
}

.first_input_row_alt {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    width: 95%;
    margin: auto;
    padding-bottom: 10px;
}

.general_info_container {
    background-color: rgba(255, 255, 255, 0.07);
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(116, 116, 116, 1);
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.input_container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 50%;
}

.loginform_input, .form-control {
    border-radius: 100px;
    text-indent: 20px;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
}

.custom_form_label {
    color: white;
    font-size: 23px;
    font-weight: 800;
}

.form_icon {
    width: 22px;
}

.form_field_tel_profile {
    border-radius: 100px;
    background-color: white;
    border: 1px solid #2A303C;
    text-indent: 20px;
    width: 75%;
    outline: none;
    min-height: 45px;
}

.number_selector_profile {
    width: 25%;
    border-radius: 100px;
    min-height: 45px;
    background-color: white;
    border: 1px solid #2A303C;
    text-indent: 10px;
    outline: none;
}

.name_container_alt_profile {
    display: flex;
    width: 100%;
    gap: 10px;
}

.tag_container {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 100px;
    padding: 5px 20px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.first_input_row_interests {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    margin: auto;
}

.notifications_text {
    color: white;
    font-size: 17px;
}

.save_changes_button {
    align-self: flex-end;
    color: black;
    background-color: white;
    border-radius: 100px;
    height: 45px;
    width: 20%;
    outline: none;
    border: none;
    font-weight: 700;
}

.switch-container {
    position: relative;
    display: inline-block;
}

#phone {
    border-radius: 100px;
    height: 45px;
    outline: none;
    border: none;
    width: 100% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 197, 37, 1);
    border-radius: 34px;
    transition: .4s;
    color:white
}

    .slider:before {
        position: absolute;
        content: "";
        height: 40px;
        width: 60px;
        border-radius: 20px;
        left: 0;
        bottom: 0;
        background-color: white;
        color: green;
        transition: .4s;
    }

input:checked + .slider {
    background-color: white;
}

    input:checked + .slider:before {
        transform: translateX(60px);
        background-color: rgba(59, 197, 37, 1);
    }

.labels {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    z-index: 1;
    color: white;
}

    .labels::before {
        content: attr(data-off);
    }

    .labels::after {
        content: attr(data-on);
    }

input:checked ~ .labels::before {
    color: white !important;
}

input:checked ~ .labels::after {
    color: rgba(59, 197, 37, 1) !important;
}

input:not(:checked) ~ .labels::before {
    color: white !important;
}

input:not(:checked) ~ .labels::after {
    color: rgba(59, 197, 37, 1) !important;
}

.places_togo_card_profile {
    display: flex;
    position: relative;
    width: 465px;
    height: 340px;
    border-radius: 20px;
}

.fav_widget {
    width: 20px !important;
    height: 20px !important;
    background-color: black;
    position: absolute;
    align-self: center;
    border-radius: 100px;
    top: 20px;
    right: 20px;
    padding: 10px;
}

.tag_live_profile {
    background-color: rgba(20, 20, 20, 1);
    border-radius: 100px;
    width: 15%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 20px;
    color: white;
    text-align: center;
    margin-left: 2%;
}

.acivity_container {
    display: flex;
    flex-direction: column;
}

.profile_page_location {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.profile_item_description {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
    margin-left: 2%;
}

.profile_page_activity_title {
    font-size: 30px;
    font-weight: 800;
}


.profile_page_activity_subtitle {
    font-size: 19px;
    font-weight: 500;
}

.featured_events_title_date_and_time_profile {
    display: flex;
    width: 100%;
    gap: 20px;
    font-weight: 700;
}

.delete_account_section {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.delete_account_button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #DF3232;
    border: none;
    outline: none;
    min-height: 45px;
    width: 30%;
    color: white;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}

.button_text {
    font-weight: 700;
}

.interests_container {
    padding-top: 50px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.interests_name {
    font-size: 13px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #fff;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.custom_search{
    padding-right: 75px;
    padding-left: 0px!important
}



.success_cities_container {
    display: flex !important;
    width: 40% !important;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
    margin: auto !important;
    margin-bottom: 50px !important
}

.custom_profile_header_cta {
    width: 100% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.validation_class, .invalid-feedback {
    color: #ED4337;
    font-size: 15px;
}

.validation_input.ng-invalid, .input-validation-error {
    border: none; /* Remove the original border */
    box-shadow: inset 0 0 0 2px #ED4337 !important; /* Create an inner border */
    background-clip: padding-box; /* Prevent the inner border from overlapping the content */
}

/*select {
    text-indent: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}*/

.list_of_cities_container_scrollable {
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox */
    scrollbar-color: grey #f1f1f1; /* For Firefox */
}

    /* WebKit browsers */
    .list_of_cities_container_scrollable::-webkit-scrollbar {
        width: 10px;
    }

    .list_of_cities_container_scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .list_of_cities_container_scrollable::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 10px;
        box-shadow: inset 0 0 5px grey;
    }

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}


input[type="tel"].custom_profile_tel {
    border-radius: 100px;
    height: 45px;
    outline: none;
    border: none;
    width: 93% !important
}

input[type="password"] {
 padding:0px
}


.change_password_form_group, .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 20px;
}

.force_direction_arabic {
    direction: rtl;
}

.latest_change_pass_form_group{
    padding-bottom: 40px;
}

.notifications_text {
    width: 90%;
    margin: auto
}


.name_container_alt_profile #phone{
    width: 100% !important;
}

.gender_div_view {
    display: flex;
    gap: 10px;
    align-items: center;
}

.button_del {
    background-color: transparent;
    border: none;
    outline: none;
    color: white
}

.change_email_container {
    display: flex;
    width: 40%;
    justify-content: center;
    direction: rtl;
    margin: auto;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start !important;
    margin-bottom: 60px;
}

.first_input_row_3_last_child {
    margin-top: 20px !important;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.custom-select {
    position: relative;
    display: block;
    /*font-family: Arial, sans-serif;*/
}
.clickable_div
{
    cursor:pointer;
}
.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    color: black;
    cursor: pointer;
}
.custom-select-trigger.input-validation-error
{
    border:none;
}
    .custom-select-trigger .arrow {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333;
    }

.custom-options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    z-index: 10;
    color: black;
    max-height: 200px;
    overflow-y: auto; 
}

.custom-option {
    padding: 10px 15px;
    cursor: pointer;
    color: black;
}

    .custom-option:hover {
        background-color: #f2f2f2;
    }

.custom-select.open .custom-options {
    display: block;
}

.custom-select.open .custom-select-trigger .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.anchor_tag_image {
    width: 100%
}

.owl-stage {
    margin-left: 30px !important;
}


@media only screen and (max-width: 768px) {

    .name_and_edit {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 15px
    }

    .data_container {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .profile_container {
        margin-top: 20px;
        margin-bottom: 50px;
        width: 90%;
        margin: auto;
        display: flex;
        margin-top: 90px;
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .first_input_row_3 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 95% !important;
        margin: auto !important;
        direction: rtl;
    }

    .owl-stage {
        margin-left: 0px !important;
    }


    .first_input_row_3_last_child{
        margin-top:20px !important;
    }

    .change_email_container {
        display: flex;
        width: 90%;
        justify-content: center;
        direction: rtl;
        margin: auto;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start !important;
        margin-bottom: 60px;
    }

    .main_profile_container {
        display: flex;
        gap: 30px;
        width: 90%;
        padding-top: 200px;
        padding-bottom: 60px;
        margin: auto;
    }

    .general_info_container_profile {
        width: 100% !important;
        margin: auto !important;
        border-radius: 20px !important;
        margin-top: 20px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .general_info_container_profile_inner {
        width: 90%;
        margin: auto;
        margin-top: 20px
    }

    .success_cities_container {
        display: flex !important;
        width: 80% !important;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        gap: 20px;
        margin: auto !important;
        margin-bottom: 50px !important
    }

    .general_info_container {
        align-self: center !important;
    }


    .form-info-txt {
        text-align: center;
            width:100%
    }

    .form-info-txt span {
        text-align: center
    }

    .counter_container{
        width:100%
    }

    .otp-input {
        margin: 0px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-height: 40px !important;
        min-width: 40px !important;
        background-color: transparent !important;
        border-radius: 10px !important;
        border: 1px solid white !important;
        outline: none !important;
        color: #fff !important;
        font-size: 20px !important;
        margin-left: 10px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    .otp_container {
        width: 90% !important;
        margin-bottom: 150px !important;
        margin-top: 100px !important;
        direction: rtl;
        margin-bottom: 10px;
    }

    .otp_input_container{
        width:100%;
        display: flex;
        gap:20px
    }

    .otp_input{
        margin:0px !important;
    }

    .mobile_nav {
        position: fixed; /* Change to fixed to cover the whole screen */
    width: 100%;
    background-image: url("../../images/mobile_nav.svg");
    height: 100vh;
    top: 0;
    z-index: 100;
    padding-top: 30px;
    direction: rtl;
    overflow-y: auto; /* Enable vertical scrolling */
}

    .mobile_search {
        position: fixed; /* Change to fixed to cover the whole screen */
        width: 100%;
        background-image: url("../../images/mobile_nav.svg");
        height: 100vh;
        top: 0;
        z-index: 100;
        padding-top: 30px;
        direction: rtl;
        overflow-y: auto; /* Enable vertical scrolling */
    }

    .close_icon {
        width: 15px;
    }

    .close_icon_search {
        width: 15px;
    }

    .mobile_nav_header {
        align-items: center;
        width: 90%;
        margin: auto;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .mobile_nav_body {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 90%;
        margin: auto;
        margin-top: 40px
    }

    .mobile_nav_register_login {
        background-color: white;
        color: black;
        border-radius: 100px;
        width: 90%;
        margin: auto;
        outline: none;
        text-align: center;
        border: none;
        padding-top:10px;
        padding-bottom:10px;
        font-weight: 800;
    }

    .accordion {
        margin-top: 30px;
        display: flex;
        gap: 20px;
        flex-direction: column
    }

    .accordion_divider {
        width: 100%;
        margin: auto;
        height: 0.5px;
        background-color: #ABABAB;
    }

    .accordion-header {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .help_p_tag {
        margin-top: 20px
    }

    .accordion-content {
        display: none;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        margin: auto;
        margin-top: 15px;
    }

    .accordion-item {
        font-size: 14px
    }

    .nav_item {
        font-size: 10px;
    }

    .view_all_mobile_cta {
        display: flex;
        gap: 15px
    }

    .expand_more_arrow_mobile {
        width: 7px;
        rotate: 180deg !important;
    }

    .expand_more_arrow {
        rotate:0deg !important;
    }

    .custom_mobile_searchbar {
        width: 100%;
        margin-right: 5%;
        margin-left: 2%;
        border-radius: 100px;
        height: 45px;
        padding-right: 12%;
        box-sizing: border-box;
        outline: none;
        border: none;
    }

    .custom_search_bar_container_mobile {
        display: flex;
        width: 90%;
        position: relative;
        align-items: center; 
    }

    .close_icon_container {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 3%;
    }

    .mobile_nav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .search_icon_inner {
        position: absolute;
        right: 29px;
        height: 20px;
        width: 20px;
    }

    .city_mobile_container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }

    .cities_mobile_container_selection {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .city_inner_selection {
        width: 30%;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .city_inner_selection_active {
        width: 30%;
        background-color: white;
        border: 1px solid white;
        color: black;
        border-radius: 100px;
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .event_activity_inner_mobile {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 40px;
    }

    .custom_select_inner_mobile {
        direction: rtl;
        width: 100%;
        border-radius: 100px;
        border: none;
        background-color: white;
        height: 45px;
        outline: none;
        padding-right: 10px;
        font-size: 15px;
        -webkit-appearance: none; /* Hide the default arrow in Safari and Chrome */
        -moz-appearance: none; /* Hide the default arrow in Firefox */
        appearance: none; /* Hide the default arrow */
        background-image: url("../../images/arrow_down_custom.svg");
        background-repeat: no-repeat;
        background-position: left 10px center; /* Position the custom arrow */
        background-size: 15px; /* Adjust the size of the custom arrow */
    }

    .custom_serach_button_mobile_container {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .custom_search_button_mobile_inner {
        width: 100%;
        background-color: white;
        color: black;
        outline: none;
        border: none;
        height: 40px;
        border-radius: 100px;
        margin-top: 45px;
        font-weight: 700;
    }

    .when_mobile_custom_container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }

    .when_dates_custom_mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px
    }

    .timing_custom_mobile_inner {
        width: 30%;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .timing_custom_mobile_inner_active {
        width: 30%;
        background-color: white;
        border: 1px solid white;
        border-radius: 100px;
        display: flex;
        gap: 5px;
        color: black;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .timing_custom_mobile_inner_select {
        width: 36%;
        border-radius: 100px;
        border: 1px solid white;
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        outline: none;
        color: white;
        padding-right: 10px;
        font-size: 15px;
        -webkit-appearance: none; /* Hide the default arrow in Safari and Chrome */
        -moz-appearance: none; /* Hide the default arrow in Firefox */
        appearance: none; /* Hide the default arrow */
        background-image: url("../../images/arrow.svg");
        background-repeat: no-repeat;
        background-position: left 12px center; /* Position the custom arrow */
        background-size: 12px; /* Adjust the size of the custom arrow */
    }



}

form input:disabled {
    color: black;
}