﻿.benngi-logout {
    max-width: 250px;
    width: 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.application {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: black;
}

    .application .link a {
        color: white;
    }

    .application .fa-lg {
        font-size: 1.8em;
    }

.application-header {
    color: #80ad12;
    font-weight: bold;
}

.hostUrl {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    text-align: left !important;
}

.application-name {
    flex-grow: 1;
    text-align: left;
}

    .application-name h5 {
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 1em;
        font-weight: bold;
    }

        .application-name h5 a {
            color: black;
        }

.application-icon {
    display: inline-block;
    background-color: WhiteSmoke;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.application-name div {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

#applications .list-group-item {
    background-color: transparent !important;
}

.custom-control-label {
    cursor: pointer;
}

.checkbox .switch {
    vertical-align: middle;
    margin-right: .5rem;
}

.spinner {
    animation: spin-animation 0.5s infinite;
    display: inline-block;
    margin-left: 5px;
}

#qrCode img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0px;
}

    .validation-summary-errors ul li {
        text-align: center;
        color: #721c24;
        background-color: #f8d7da;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        border-color: #f5c6cb;
    }

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.primary-text-color {
    color: #7fa245;
}

.secondary-text-color {
    color: #105888;
}

.white-font-color {
    color: white;
}

.benngihealth-bckrnd-cicle {
    background: url('/images/White_HalfCircle.svg') no-repeat;
    background-size: 100%;
    height: 150px;
}

.fz-50 {
    font-size: 50px;
}

.w-250px {
    width: 250px;
}

.bennghealth-text {
    position: relative;
    z-index: 100;
}

.blue-blob {
    position: absolute;
    width: 600px;
    top: -30px;
    left: -100px;
    rotate: 25deg;
    z-index: 0;
}

    .blue-blob img {
        max-width: 100%;
    }

.orange-blob {
    position: absolute;
    right: -80px;
    bottom: -150px;
    z-index: 0;
}

    .orange-blob img {
        max-width: 100%;
    }

.orange-dot {
    position: absolute;
    width: 100px;
    right: 550px;
    bottom: 100px;
}

    .orange-dot img {
        max-width: 100%;
    }

.benngihealth-details {
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
}

    .benngihealth-details li, .benngihealth-details p {
        font-size: 1.2em;
    }

    .benngihealth-details .logo {
        font-size: 5em;
        text-decoration: none;
    }

    .benngihealth-details .benefits {
        padding-left: 15px;
    }
        .benngihealth-details .benefits li {
            list-style-image: url("/images/GreenCross.svg");
        }

            .benngihealth-details .benefits li::marker {
                font-size: 1.5em;
            }

    .benngihealth-details .container {
        max-width: 550px;
        margin: 0 auto;
    }

    .benngihealth-details .empty-block-38 {
        height: 38vh;
    }

    .benngihealth-details .empty-block-5 {
        height: 5vh;
    }

.main-image {
    background: url("/images/GuyInWaitingRoom-01.png") no-repeat center;
    width: 50%;
    position: absolute;
    height: 442px;
    top: 56%;
    background-size: 66%;
}

.benngihead-image {
    max-height: 150px;
}

.form-control {
    font-size: 1rem !important;
}

#regForm {
    /*margin: 100px 0;*/
}

.mobile-membership {
    background-color: #9fce4f;
    border-radius: 15px;
}

    .mobile-membership .price-details {
        text-align: left;
        margin: 0 40px;
    }

    .mobile-membership ul {
        padding-left: 0px;
        list-style-type: disclosure-closed;
        list-style-position: inside;
    }

    .mobile-membership .join-block {
        background-color: white;
        border-radius: 28px;
        padding: 15px 10px;
        margin: 0 36px;
    }

.promotion {
    display: none;
}

.benafica-client {
    background-color: #9fce4f;
    border-radius: 10px;
    margin: 0 90px;
    padding: 10px 0;
    color: white;
}

.benngihealth-pricing li {
    list-style-type: disclosure-closed;
}

.benngihealth-pricing li::marker {
    color: #105888;
}

@media only screen and (max-device-width: 600px) {
    .cloud-left {
        max-width: 35%;
    }

    .cloud-right {
        max-width: 35%;
    }

    .benngi-mobile-logo {
        max-width: 80% !important;
    }

    #regForm {
        margin: 0;
    }

    .login-title {
        font-size: 1.9em !important;
    }

    .promotion {
        display: block;
        background-color: #9fce4f;
        border-radius: 10px;
        color: white;
        padding: 13px 10px;
        margin: 15px 10px;
    }

    .success-registration p, .success-registration span {
        font-size: 1em;
        color: #333;
    }

    .success-registration span {
        font-size: 0.85em;
    }

    .benafica-client {
        margin: 0 10px;
    }
}

.invitation-background {
    background-color: #6ABDAF;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.75rem;
}

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol.symbol-50 .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.75rem;
}

.bg-primary-blue {
    background-color: #325d88 !important;
}

.btnFAQ {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.faqItem {
    white-space: nowrap !important;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0 !important
}

.faqImg{
    padding: 1em;
    width: 75%;
    height: auto;
}

.mw-350px {
    max-width: 350px;
}