.shared-section {
    background-color: rgba(0, 38, 62, 0.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;
    height: 45px;
}

/* .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;
    height: 100%;
    width: 100%;
}

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

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

.custom-textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    overflow-y: auto;
    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: 0.75;
}

body.arabic-version input {
    direction: ltr;
    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;
    }
}

#Careers .contact-button {
    width: 8rem;
    height: 2.8rem;
}

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

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