.custom-bridge-modal {
    background: #000000eb;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.custom-bridge-content {
    max-width: 780px;
    width: 100%;
    margin: 15px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.custom-bridge-content h2 {
    font-size: 35px;
    line-height: 45px;
}

.custom-bridge-content p {
    font-size: 22px;
    line-height: 32px;
}

.custom-bridge-content h2,
.custom-bridge-content p {
    color: #fff;
}

.custom-bridge-modal .closePopup {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: 0.2s ease-in-out;
}

.custom-bridge-modal .closePopup:hover {
    background: #ff8800;
}

.custom-bridge-modal .formFlex,
.custom-bridge-modal .rightMainCont {
    width: 100%;
}

.custom-bridge-modal .formFlex > * {
    width: 50%;
    margin: 10px !important;
    height: 70px;
}

.color-orange {
    color: #ff8800;
}

.bg-orange {
    background: #ff8800 !important;
    border: 0px !important;
}

.loader {
    display: inline-block;
    background: url("../img/loader.gif") no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 720px) {
    .custom-bridge-modal br {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .custom-bridge-modal .formFlex > * {
        width: 100%;
        margin: 10px 0px !important;
    }
}
