body {

    background-color: #0063ff;
    font-size: 12px;
    position: relative;
    height: 100vh !important;
}

p {
    padding-left: 14px;
}

#login_box, #logo_mobility_small_screen {

    max-width: 500px;
    margin: 0;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    -ms-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
}

@media screen and (max-width: 768px) {
    #login_box, #logo_mobility_small_screen {
        -ms-transform: translate(-50%, 6%);
        transform: translate(-50%, 6%);
    }
}

#footer {
    background-color: #ededed;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

.close.cookie-privacy {

    background-color: #007bff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {

    background-color: #0069d9;
    opacity: 1;
}

.text-white-opacity {
    color: #0063ff !important;
    opacity: 0.7;
}

#login_btn {
    color: #ffffff !important;
}

.mfp-close {
    font-weight: 900;
    font-size: 30px !important;
}

/* @media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    #login_box{

        padding-top: 20vh;
    }
} */

@media (min-width: 1920px) {

    /* #login_box{

        padding-top: 25vh;
    } */
}

.settings-footer {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    padding: 15px 20px;
    background-color: #f7f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.settings-footer-text {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
}

.settings-footer-copyright {
    align-self: stretch;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7e7e7e;
}

.settings-footer-text span {
    text-decoration: underline;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.custom-modal-content {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 30px !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    pointer-events: auto;
}

.custom-modal-content .ic-logo {
    width: 141px;
    height: 30px;
    flex-grow: 0;
    object-fit: contain;
}

.modal-title {
    align-self: stretch;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.modal-filter-container {
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
    max-height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.custom-modal-body {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    padding: 0;
}

.modal-text {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
    align-self: stretch;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
@media (min-width: 768px) {
    .modal-text {
        max-height: calc(100vh - 250px) !important;
    }
}

.modal-text ul {
    padding-left: 20px;
}

.modal-input-container, .modal-input-container-text-area {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    border-radius: 10px;
}

.modal-input-container {
    height: 57px;
}

.modal-input-container-text-area {
    min-height: 121px;
}

.modal-input-container label, .modal-input-container-text-area label {
    text-transform: uppercase;
    align-self: stretch;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: left;
    color: #000;
}

.modal-input-container input, .modal-input-container-text-area .text-area {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    padding: .375rem .75rem;
    border-radius: 10px;
    border: solid 1px #d9d9d9;
    outline: none;
}

.custom-modal-footer {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.modal-button {
    height: 30px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    border-radius: 10px;
    cursor: pointer;
}

.modal-button-text {
    padding: 3px 5px;
    flex-grow: 0;
    font-family: SofiaPro, serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #0063ff;
}

.bg-blue {
    background-color: #0063ff
}