.modal__wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    gap: 0.5rem;
}

.contactModal__topBar {
    width: 35rem;
    transform: translateY(-0.3rem);
    overflow: visible;
}

.contactModal__close {
    width: 2rem;
    height: 2rem;
    background-image: url(../../assets/XbuttonMobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.contactModal {
    background-color: white;
    border-radius: 30px;
    width: 35rem;
    height: fit-content;
    padding-bottom: 1.5rem;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(229, 229, 229);
    height: 5.4rem;
    border-radius: 30px 30px 0 0;
    padding: 0 .8rem;
}

.modal__header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-right: 2rem;
    margin-top: 0.5rem;
}

.modal__header__left {
    background-image: url(../../assets/illustration6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18rem;
    height: 14rem;
    transform: translateY(-1.7rem) !important;
}

.modal__header__right h3 {
    font-weight: bold;
    padding-top: 0;
}

.modal__header__right h5 {
    padding-bottom: 0;
    padding-left: 0.3rem;
    margin-bottom: -0.5rem;

}

.modal__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    padding: 4rem 5rem !important;
    gap: 0.7rem;
    padding: 0 2.8rem;
    transform: scale(1.2);
    color: black;
}

.modal__content b {
    font-weight: bold;

    font-size: 18px;
    text-align: center;
    color: black;
}

.gatherInfo__content b {
    padding-top: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.whatsappModal__content b {

    padding-bottom: 1.2rem;
}

.modalSelector__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: .5rem 0;
}

.modalSelector__container p {
    font-size: 1.7vh;
    margin-bottom: 0.6vh;
    color: black;
}

.modalSelector__optionsRow {
    display: flex;
    gap: 1rem;
    padding-top: 0.5rem;
    z-index: 1;
    align-items: center;
    justify-content: space-around;
}

.modalSelector__option {
    width: 9vh;
    height: 3.1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45vh;
    border-radius: 50px;
    background-color: #eaeaea;
    cursor: pointer;
    color: black;
}

.modalSelector__option:hover {
    background-color: #73a1ff;
    color: white;
}

.modalSelector__option-active {
    background-color: #73a1ff;
    font-weight: bold;
    color: white !important;
}

.modalSelector__container input[type="text"] {
    border-radius: 7px;
    outline: none;
    border: 1.3px solid rgb(230, 230, 230);
    padding: .5rem 1rem;
    width: 100%;
    height: 3.8rem;
    font-size: 1.2rem;
}

.modal__button {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: rgb(255, 255, 255);
    justify-content: space-evenly;
    background-color: #25d366;
    padding: 0.4rem;
    margin-top: 1.6rem;
    width: 100%;
    max-width: 24rem;
    max-height: 4rem;
    height: 5.2vh;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transform: translateZ(0);

}

.modal__button:hover {
    background-color: #28c160;
}


.modal__button__iconWrapper {
    animation: contactWave 2s linear infinite;
    background-image: url(../../assets/waveAnimation.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8rem;
    height: 10rem;
    margin-right: -1.5rem;
    position: relative;
}

.contactModal small {
    font-size: 1rem;
    margin-top: -.8rem;
    margin-bottom: .75rem;
    color: #777777;
}

.contactModal small a {
    text-decoration-line: underline !important;
    -webkit-text-decoration-line: underline !important;
    color: #777777;

}

@keyframes contactWave {
    0% {
        transform: translateY(17%)
    }

    25% {
        transform: translateY(5%)
    }

    50% {
        transform: translateY(-7%)
    }

    75% {
        transform: translateY(-19%)
    }

    100% {
        transform: translateY(-30%)
    }
}

.modal__button__icon {
    height: 2rem;
    width: 2rem;
    transform: translate(3rem, 0.2rem);
    scale: 1.4 !important;
}

.modal__button__text {
    width: 60%;
    margin-right: -0.8rem;
    font-size: 1.9vh;
    transform: translate(-3.5rem, 0);
    margin: 0;
    font-weight: 600;
    color: white;
}

.modal__icon {
    background-image: url(../../assets/modalSVG.svg);
    filter: invert(80%) hue-rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8.4rem;
    height: 3.4rem;
}

.whatsappModal__content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.qr__content {
    display: none;
}

.whatsappModal__content h3 {
    padding-top: 0;
    margin-top: 0;
    color: #242323
}

.qr__content h3 {
    padding-top: 0;
    margin-top: 0;
    color: #242323;
    text-align: center;
    width: 85%;
}

.qr__content p {
    width: 75%;
    text-align: center;
    margin: 0;
}

.qr__content canvas {
    margin: -1rem;
}

.whatsappModal__content .pc_btn {
    border-radius: 20px;
    background-color: #075E54;
    border: none;
    outline: none;
    width: 140px;
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    align-items: center;
    justify-content: space-evenly;
}

.whatsappModal__content .mobile_btn {
    border-radius: 20px;
    background-color: #25D366;
    border: none;
    outline: none;
    width: 140px;
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.whatsappModal__content .mobile_btn:hover,
.whatsappModal__content .pc_btn:hover {
    opacity: 90%;
}