/* @font-face {
    font-family: 'SF Pro Display' !important;
    font-weight: normal;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro Display' !important;
    font-weight: 500;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro Display' !important;
    font-weight: 600;
    font-style: normal;
    src: url('https://d1t11jpd823i7r.cloudfront.net/font/SFUIDisplay-Semibold.ttf') format('truetype');
}

body, html {
    background: #ffffff;
    font-family: 'SF Pro Display' !important;
    font-style: normal;
    font-weight: normal;
    overflow: scroll;
    min-height: 100%;
    margin: 0;
    width: 100%;
    color: #121131;
} */

.navbar {
    position: relative;
    min-height: 64px;
    border: 1px solid transparent;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 32px;
    background-color: white;
    text-align: center;
    display: block;
}

.elsa-modal .modal-content {
    width: 688px;
    margin: auto;
    border: 1px solid #D1D1D6;
    box-sizing: border-box;
    border-radius: 8px;
}

.elsa-modal .modal-title {
    font-size: 24px;
    margin-left: 9px;
}

.elsa-modal .modal-body {
    padding: 25px;
}

nav img {
    height: 41px;
    margin: 2px 0 16px 60px;
    float: left;
}

.header-text {
    font-size: 14px;
    line-height: 22px;
    float: right;
    margin: 0px 60px 30px 0px;
}

.header-text .email {
    margin: auto;
}

.header-text .log-out {
    color: #EB5757;
    text-align: right;
    cursor: pointer;
}

#card-error {
    text-align: left;
    line-height: 17px;
    width: 100%;
    margin-top: -0.55rem;
    font-size: 80%;
    color: #dc3545;
}

.card-box {
    margin-bottom: 5px;
    flex-grow: 1;
    padding-right: 3px;
}

.paypal-box {
    padding-left: 3px;
}

.stripe-form-group {
    margin-bottom: 1rem;
}

.card-element {
    border-radius: 4px 4px 0 0;
    padding: 10px 10px 10px 10px;
    display: flex;
    border: 1px solid #d1d8e0;
    height: 44px;
    width: 100%;
    background: white;
    align-items: center;
}

.card-element > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(3px);
}

.card-element-error {
    border: 1px solid #dc3545 !important;
    color: red !important;
}

.card-month {
    width: 45%;
    border: none;
}

.card-year {
    width: 45%;
    border: none;
}

.card-number {
    border: none;
    margin: auto auto auto -15px;
    float: left;
}

.card-number:focus, .card-cvc:focus, .card-year:focus, .card-month:focus {
    box-shadow: none;
}

.card-cvc {
    width: 80%;
    border: none;
    margin: auto;
    background-color: #ffffff00;
}

#card-expired, #card-cvc {
    display: flex;
    align-items: center;
}

#payment-request-button {
    margin-bottom: 32px;
}

#package-form .form-select {
    height: 66px;
    border-radius: .25rem;
    color: #D1D1D6;;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#package-form .label-change {
    z-index: 100;
    background: none;
    border: none;
    font-size: 18px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
}

.package-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0 1.25rem 0 1.25rem;
    cursor: pointer;
}

.price-hr {
    border: 0;
    border-top: 43px solid rgba(0, 0, 0, .1);
    margin-right: 4rem;
}

.package-info .duration {
    color: #478DFF;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 1rem 0rem;
}

.package-info .price {
    color: #8E8E93;
    font-size: 0.875rem;
    line-height: 1.65rem;
    font-weight: 400;
    padding: 7px 0;
    white-space: nowrap;
}

.package-info .ppm {
    color: #322F65;
    font-size: 1.25rem;
    line-height: 1.75rem;
    float: right;
    font-weight: 600;
}

.dropdown-packages {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 66px;
    background-color: white;
    border: 2px solid #D4D6E2;
    border-radius: 4px;
    box-shadow: #cacaca 0px 0px 16px 0px;
}

.mr-64 {
    margin-right: 4rem;
}

.package-active {
    background-color: #EBF8FF;
}

.d-none {
    display: none;
}

/* Buttons and links */
#stripe-form button {
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    color: #ffffff;
    font-family: 'SF Pro Display', sans-serifs !important;
    border-radius: 28px;
    border: 0;
    padding: 12px 16px;
    font-size: 18px;
    height: 56px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    margin-top: 24px;
}

#stripe-form button:hover {
    filter: contrast(115%);
}

#stripe-form #submit-stripe:focus {
    outline: none !important;
}

#stripe-form button:disabled {
    opacity: 0.5;
    cursor: default;
}

#js-elsa-upgrade .modal-dialog-centered {
    width: 100%;
}

#js-elsa-upgrade .active {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%) border-box;
    border: 2px solid transparent;
}

#package-form:after {
    content: "";
    border-bottom: 3px solid #478DFD;
    border-right: 3px solid #478dfd;
    transform: rotate(45deg);
    right: 30px;
    top: 25px;
    position: absolute;
    z-index: 103;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

#tooltip-question {
    float: right;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 340px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 104;
    bottom: 125%;
    left: unset;
    right: -1013%;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.elsa-upgrade-error {
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 24px;
}

#js-elsa-upgrade .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    position: absolute;
    padding: 9px 20px;
    color: #fff;
    width: max-content;
    margin: auto;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 65px;
    background: #27AE60;
    border-radius: 8px;
    z-index: 99;
}

.alert-success img {
    vertical-align: bottom;
}

#js-elsa-upgrade .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#js-elsa-upgrade label {
    font-size: 14px;
    color: #121131;
    opacity: 0.6;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef00;
    opacity: 1;
}

.mobile {
    display: none;
}

.desktop {
    display: unset;
}

@media (max-width: 575px) {
    .tooltip .tooltiptext {
        width: 270px !important;
    }
    .tooltip .tooltiptext::after {
        left: 37% !important;
    }
    .mobile {
        display: unset;
    }

    .desktop {
        display: none;
    }

    .package-info .duration {
        font-size: 0.8rem;
    }

    .package-info .ppm {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .package-info .price {
        font-size: 0.7rem;
        line-height: 1.25rem;
        padding: 11px 0;
    }

    #package-form .form-select {
        height: 60px;
    }

    .mr-64 {
        margin-right: 1rem;
    }

    #package-form:after {
        right: 20px;
        top: 23px;
    }

    .package-info {
        padding: 0 0.5rem;
    }

    .price-hr {
        margin-right: 3rem;
    }

    .card-box {
        margin-bottom: 5px;
        flex-grow: 1;
        padding-right: 15px;
    }

    .paypal-box {
        padding-left: 15px;
    }

    .card-element {
        padding: 8px 4px;
        height: 40px;
    }

    .p-00 {
        padding: 0px;
    }

    .card-year {
        margin-left: -2px;
    }

    .card-month {
        margin: 0px -8px 0px 4px;
        height: 38px;
    }

    .elsa-modal .modal-body {
        padding: 15px
    }

    .card-number {
        margin-left: -36px;
        width: 165%;
        height: 38px;
    }

    .navbar {
        margin-bottom: unset;
    }

    .navbar .mobile {
        display: flex;
        justify-content: space-between;
    }

    .navbar .mobile img {
        margin: unset;
    }

    .navbar .mobile .header-text {
        margin: unset;
    }

    .elsa-modal .modal-content {
        border: unset;
    }
}