.sign-up-text {
    vertical-align: middle;
    display: table-cell;
    font-weight: bold; 
    padding-top: 3px; 
}

.sign-up-section {
    margin-top: 100px;
}

#sign-up-submit {
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    background: white;
    border-radius: 16px;
    display: table;
    text-align: center;
}

#partner-submit {
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    margin-top: 40px;
    height: 45px;
    background: #5C9BFF;
    border-radius: 16px;
    border: none;
    display: table;
    text-align: center;
    font-weight: bold; 
    color: white!important;
}

.main-phone-large {
    height: 450px;
}

.main-phone-small {
    height: 340px;
}

.social-media-page {
    padding-top: 120px;
}

.left-soon-container, .right-soon-container {
    display: table;
    position: absolute;
    width: 40%;
    height: 500px;
    border-radius: 20px;
    box-shadow: #000000 0px 0px 4px;
}

.left-soon-container {
    margin-left: 100px;
}

.right-soon-container {
    right: 0;
    margin-right: 100px;
}

.soon-text {
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.modal {
    padding-right: 0px!important;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal-dialog {
    margin-top: 25px;
}

.modal-partner-title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 40px;
    text-align: center;
}

.modal-partner-description {
    text-align: center;
}

#modal-form {
    margin: 40px;
}

.modal-field {
    width: 100%;
    height: 45px;
    background: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
    border: 2px solid black;
    border-radius: 10px;
}

.modal-field-text {
    margin-bottom: 8px;
    margin-top: 30px;   
}

.modal-content {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important; 
}

.modal-dialog,
.modal-content {
    height: calc(100% - 25px);
}

.modal-body {
    max-height: 100%;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.modal-body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.close {
    position: fixed;
    right: 0;
    padding-right: 15px!important;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "▼";
    font-size: 10px;
    top: 16px;
    right: 20px;
    position: absolute;
    pointer-events: none;
}

#email {
    width: 100%!important;
}

@media (min-width: 1500px) {
    .container-page-medium {
        height: calc(100vh - 100px);
    }
}

@media (min-width: 1600px) {
    .container-page-medium {
        height: calc(100vh - 100px);
    }

    .left-soon-container, .right-soon-container {
        width: 33%;
    }
}

@media (max-width: 1280px) {
    .right-info-container-large {
        margin-right: 50px;
    }

    .main-phone-large  {
        height: 400px;
    }

    .main-phone-small {
        height: 300px;
    }

    .width-600 {
        width: 500px;
    }
}

@media (max-width: 1170px) {
    .main-phone-large  {
        height: 370px;
    }

    .main-phone-small {
        height: 285px;
    }

    .title-text {
        width: 480px;
    }
}

@media (max-width: 1150px) {
    .width-600 {
        width: 400px;
    }

    .right-info-container-large, .title-text {
        width: 380px;
    }
}

@media (max-width: 1050px) {
    .title-text {
        width: 460px;
    }
}

@media (max-width: 991px) {
    .sign-up-section {
        margin-top: 30px;
    }

    .right-phones-container-small, .left-phones-container-small, .sign-up-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-soon-container, .right-soon-container {
        order: 3;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 60px;
        position: relative;
        width: 40%;
        height: 380px;
    }

    .main-phone-large  {
        height: 300px;
    }

    .main-phone-small {
        height: 235px;
    }

    .main-phones-container {
        margin-top: -90px;
    }
}

@media (max-width: 431px) {
    .left-soon-container, .right-soon-container {
        height: 240px;
        width: 80%;
    }
    
    .soon-text {
        font-size: 36px;
    }
}

@media (max-width: 431px) {
    .main-phones-container {
        margin-top: 0px;
    }
    
    .main-phone-large  {
        width: 44%;
        height: auto;
        margin-right: 20px
    }
    
    .main-phone-small {
        width: 41%;
        height: auto;
    }
}

@media (max-width: 386px) {
    .container-page {
        min-height: 880px;
    }
}