* {
    font-family: Titilium, Arial, Helvetica, sans-serif;
}

iframe {
    width: 100%;
    height: 50vh;
    margin-bottom: 10px;
}


.terms-check {
    text-align: center;
}

.disabled-button {
    background: rgb(184, 184, 184) !important;
    box-shadow: none !important;
}

.disabled-button:hover {
    cursor: default !important;
}

a.disabled {
    pointer-events: none;
}

.form-content .modal-body p {
    margin-bottom: 20px;
}

.form-content .modal-body .form-button {
    margin-top: 5px;
}

.hidden {
    display: none;
}

.form-holder .form-content {
    padding: 50px;
    align-items: flex-start;
}

.form-content h3.form-title {
    margin-bottom: 10px;
}

.nav-tabs {
    margin-bottom: 1.8rem;
}

.modal-body a {
    font-family: Titilium-Bold, Arial, Helvetica, sans-serif;
}

.terms-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#premium .img-holder {
    background-color: #afca0b;
}

/* #premium label,
#premium h3,
#premium a,
#premium .form-subtitle {
    color: #240b4c
} */

#premium .form-content input[type="checkbox"]:not(:checked)+label:before {
    border-color: #240b4c;
}

#premium .form-content input[type="checkbox"]:checked+label:before {
    background: #240b4c
}

#premium .nav-tabs .nav-item .nav-link.active:before {
    background-color: #afca0b;
}

#medio .nav-tabs .nav-item .nav-link.active:before {
    background-color: #2f9df8;
}

#premium form button:not(.close) {
    background-color: #022c5d;
    box-shadow: 0 3px 6px #022c5d;
}

#medio form button:not(.close) {
    background-color: #2f9df8;
    box-shadow: 0 3px 6px #2f9df8;
}

.end-section {
    margin-top: 100px;
}

.end-section p {
    margin-top: 30px;
}

.form-body {
    height: auto;
}

.in-form-subtitle {
    margin-top: 20px;
}

.input-row {
    display: flex;
    align-items: center;
}

.form-content .form-items {
    max-width: 550px;
}

@media (min-width:1200px) {
    .wide-modal .modal-dialog {
        max-width: 1150px;
    }
}


@media only screen and (max-width: 1199px) {
    .wide-modal .modal-dialog {
        max-width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    .form-body {
        background-color: rgba(47, 157, 248, 0.1);
    }

    .form-content {
        background-color: transparent;
    }

    #form-logo {
        width: 150px;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    iframe {
        height: 70vh;
    }

    .wide-modal .modal-dialog {
        max-width: 100%;
    }
}

@font-face {
    font-family: Titilium;
    src: url('../webfonts/TitilliumWeb-Regular.ttf');
}

@font-face {
    font-family: Titilium-Bold;
    src: url('../webfonts/TitilliumWeb-Bold.ttf');
}


@font-face {
    font-family: Titilium-Italic;
    src: url('../webfonts/TitilliumWeb-Italic.ttf');
}