.shared-section {
    background-color: rgba(0, 38, 62, .1);
    height: 9rem;
    width: 100%;
    color: rgba(0, 38, 62);
    ;
}




input {
    border-radius: 4rem !important;
}


.phone-input {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4rem;
    overflow: hidden;
}

.country-code {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    width: 25%;
}

.number-input {
    border: none;
    outline: none;
}

button:hover {
    background-color: white;
    /* تغيير لون الخلفية عند التحويم */
    color: rgba(0, 38, 62);
    /* تغيير لون النص عند التحويم */
    border: 1px solid rgba(0, 38, 62);
    /* تغيير لون الحدود عند التحويم */
}


.contact-button {
    width: 11rem;
    height: 2.8rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}


.spanColor {
    color: var(--secondary-color);
}

.custom-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 4px dashed #ccc;
}


#cvUploader {
    border: 2px dashed #aaa;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

#cvUploader.dragover {
    background-color: #f1f1f1;
}

#cvUploader img {
    width: 30px;

}

#cvUploader p {
    margin: 5px 0;
    opacity: 75%;
}


.select-wrapper select {
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
    appearance: none;
    background-image: url('../Assets/Icons/Vector2.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 1rem;
    padding: .5rem;
}

body.arabic-version .country-code {
    border-right: 1px solid #ccc;
    border-left: none;
}

body.arabic-version input {
    direction: ltr;
    text-align: right;
}

body.arabic-version .select-wrapper select {
    background-position: 5%;
    text-align: right;
}


@media (max-width: 576px) {
    .col-md-6 {
        padding: 1rem !important;
        box-sizing: border-box;
        width: 100%;
    }
}





@media (max-width: 576px) {

    .first-section,
    .second-section {
        width: 100% !important;
    }
}

#Application-form .contact-button {
    width: 8rem;
}

#Application-form .first-section {
    padding-top: 2rem !important;
}

.livewire-form-submit {
    box-shadow: 0px 0px 40px 0px #B6B6B633 !important;
    margin-bottom: 6rem !important;
}