﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Vox';
    src: local('Vox Regular'), local('Vox-Regular'), url('Vox-Regular.woff2') format('woff2'), url('Vox-Regular.woff') format('woff'), url('Vox-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html, body {
    font-family: 'Vox';
}

body {
    background-color: #1f364f;
}

#sl-loading {
    background: rgba(255, 255, 255, 0.25);
    cursor: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
}

.jumping-dots-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.jumping-dots-loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ff0000;
    margin: 35px 5px;
}

.jumping-dots-loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

.jumping-dots-loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

.jumping-dots-loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

#sl-copyright p{
    font-family: 'Arial';
    color: #ffffff;
    position: fixed;
    left: 1%;
    top: 97%;
    font-size: .65rem;
}

#sl-copyright img {
    position: fixed;
    left: calc(97vw - 9rem);
    top: calc(97vh - 6rem);
    height: 6em;
    z-index: 9;
}

#app {
    border-radius: 1.5rem;
    margin: auto;
    max-width: 95vw;
    max-height: 90vh;
    min-width: 95vw;
    min-height: 90vh;
    overflow: scroll;
    position: relative;
    top: 5vh;
}

    #app::-webkit-scrollbar {
        display: none;
    }

#app {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#page {
    background-color: #212529;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.modal-content {
    background-color: #212529;
}

.sidebar {
    background-image: linear-gradient(180deg,rgb(0,0,0) 0%,#000000 95%);
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    /*display: none;*/
    float: left;
    height: 90vh;
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 3.5rem;
    z-index: 9;
}

.blue-hr {
    position: relative;
    width: 70%;
    height: 1px !important;
    opacity: 1 !important;
}

    .blue-hr:after {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #0078e0;
        border-radius: 100%;
        content: "";
        top: 0;
        left: 0;
    }
    
#top-row {
    align-items: center;
    background-color: #212529;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0px solid black;
    display: flex;
    padding-left: 0px !important;
    padding-top: 1rem;
    position: sticky;
    top: 0;
    z-index: 1;
}

    #top-row a, #top-row .btn-link {
        margin-left: 1.5rem;
        text-decoration: none;
        white-space: nowrap;
    }

        #top-row .btn-link:hover {
            text-decoration: underline;
        }

.form-check-label {
    color: #ffffff;
    position: absolute;
    text-align: center;
    display: block;
    font-size: .85em;
}

.form-signin {
    width: 400px;
    padding: 15px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@@media (min-width: 768px) {
     .bd-placeholder-img-lg {
         font-size: 3.5rem;
     }
 }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a,
.dropdown-content a:hover {
    color: #ffffff;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}   


.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 0.3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: .5rem .5rem;
}

    .nav-item a.active {
        border-bottom: 0.5rem #0078e0 solid;
        color: white;
    }

    .nav-item a:hover:not(.btn) {
        border-bottom: 0.5rem #0078e0 solid;
        /*   background-color: rgba(255,255,255);*/
        color: white;
    }

.nav-link-down {
    font-size: 0.40rem;
    /*color: #B5BDC4;*/
}

.nav-link.active {
    border-bottom: 0.4rem #009cff solid;
    color: #ffffff !important;
}

.nav-link:hover {
    border-right: 0.4rem #009cff solid !important;
    border-top: none !important;
    border-bottom: none !important;
    background: rgb(10,119,215);
    background: -moz-linear-gradient(90deg, rgba(10,119,215,0) 0%, rgba(10,119,215,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(10,119,215,0) 0%, rgba(10,119,215,1) 100%);
    background: linear-gradient(90deg, rgba(10,119,215,0) 0%, rgba(10,119,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a77d7",endColorstr="#0a77d7",GradientType=1);
    cursor: pointer;
}

.nav-link-bottom:hover, .bg-bottom-blue-gradient {
    border-right: none !important;
    border-top: none !important;
    border-bottom: 0.4rem #009cff solid !important;
    background: none;
}

.nav-link-bottom, .bg-bottom-blue-gradient {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none;
    background: none;
}

.active {
    border-bottom: 0.4rem #009cff solid !important;
}

.oi {
    font-size: 1.2rem;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: rgba(255, 255, 255);
    background-color: #0078e0;
    border-color: #C0C0C0;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.no-border-left {
    border-left: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.xxsm {
    font-size: 0.75rem;
    vertical-align: middle;
    padding-bottom: 1px;
}

.card-img {
    flex: 1;
    height: 17rem;
    min-height: 17rem;
    max-height: 17rem;
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    border: 1px grey solid;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 1rem;
    overflow: hidden;
}

video,
.video-iframe {
    height: 17rem;
    min-height: 17rem;
    max-height: 17rem;
}

video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-volume-slider {
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

.card-img-food {
    flex: 1;
    height: 17rem;
    min-height: 17rem;
    max-height: 17rem;
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    border: 1px grey solid;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 1rem;
    overflow: hidden;
    background-origin: content-box;
    padding: 2vw;
}

.card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    position: relative;
}

.card-header {
    position: absolute;
    top: 0;
    color: #ffffff;
    width: 100%;
}

.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.card-img-food .card-header {
    position: absolute;
    top: 0;
    width: 12rem;
    margin: -2vw;
}

.card-img-food .card-sub-footer {
    position: absolute;
    bottom: -40px;
    width: 100%;
    width: 12rem;
    padding: .5rem 1rem;
    margin-left: -2vw;
}

.card-img-food .card-footer {
    position: absolute;
    bottom: 0;
    width: 12rem;
    margin: -2vw;
}

.app-program {
    background-size: contain;
    background-position: center center;
    background-origin: content-box;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.overlay {
    position: absolute;
    padding-top: .5rem;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.card-img:hover, .card-img-food:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    transition: 0.2s;
}

    .card-img:hover .overlay, .card-img-food:hover .overlay {
        height: 3rem;
    }

.card-no-effect:hover {
    cursor: unset;
    transform: unset;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    background: unset;
}

.card-img-overlay {
    transform: rotateY(180deg);
    background: black;
    color: black;
}

ul.list-group {
    border: none !important;
}

.font-arial {
    font-family: "Arial";
}

.font-vox {
    font-family: "Vox";
}

.zoom:hover {
    transform: scale(1.2);
    transition: transform .3s;
}

.img-40 {
    max-height: 3rem;
    width: auto;
}

    .img-40:hover {
        max-height: 3rem;
        transform: scale(1.2);
        transition: .3s;
        width: auto;
    }

.img-logo6 {
    max-height: 6rem;
    width: auto;
}

.img-logo3 {
    max-height: 4.5rem;
    width: auto;
}

.img-2rem {
    max-height: 2rem;
    width: auto;
}

    .img-2rem:hover {
        max-height: 2rem;
        transform: scale(1.2);
        transition: .3s;
        width: auto;
    }

.img-20 {
    max-height: 1.5rem;
    width: auto;
}

    .img-20:hover {
        max-height: 1.5rem;
        transform: scale(1.3);
        transition: .3s;
        width: auto;
    }

.sl-btn, .sl-bg {
    color: #ffffff;
    background-color: #0078e0;
    border-color: #C0C0C0;
}

    .sl-btn:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg td {
        border: none;
        overflow: hidden;
        padding: 10px 5px;
        word-break: normal;
    }

    .tg th {
        border: none;
        font-weight: normal;
        overflow: hidden;
        padding: 10px 5px;
        word-break: normal;
    }

    .tg thead tr {
        border-bottom: 1px solid #ffffff;
    }

#leaderboard-bg {
    display: table;
    height: 35vh;
    background-image: url('/images/leaderboard.jpg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tippy-box[data-theme~='smartlaunch'] {
    background-color: #0078e0;
    color: #ffffff;
    border-radius: 25px;
}

.col-form-label {
    font-size: 0.8rem;
    color: #ffffff;
}

div.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
.iti__flag-box, .iti__country-name {
    color: #212529;
    font-size: 16px;
}


.adyen-checkout__payment-method {
    background-color: #2d2d2d !important;
    border-color: #8a8a8a !important;
}

.adyen-checkout__payment-method--selected {
    /* Payment method that has been selected */
}

.adyen-checkout__payment-method__header {
    /* Payment method icon and name */
}

.adyen-checkout__payment-method__radio {
    /* Radio button in payment method header */
}

.adyen-checkout__payment-method__radio--selected {
    /* Selected radio button in payment method header */
}

.adyen-checkout__payment-method__name,
.adyen-checkout-form-instruction {
    color: #b9b9b9 !important;
}

.adyen-checkout__spinner__wrapper {
    /* Spinning icon */
}

.adyen-checkout__button {
    /* Buttons */
}

.adyen-checkout__button--pay {
    background-color: #121212 !important;
    border-color: #8a8a8a !important;
}

.adyen-checkout__field {
    /* Form field container */
}

.adyen-checkout__label {
    /* Form label container */
}

.adyen-checkout__label__text {
    color: #b9b9b9 !important;
}

.adyen-checkout__input {
    /* Input fields */
}

.adyen-checkout__input--error {
    /* Error state for the input fields */
}

.adyen-checkout__error-text {
    /* Error message text */
}

.adyen-checkout__card__cardNumber__input {
    /* Input field for the card number */
}

.adyen-checkout__field--expiryDate {
    /* Input field for the expiry date */
}

.adyen-checkout__field__cvc {
    /* Input field for the CVC security code */
}

.adyen-checkout__card__brands {
    height: 22px !important;
    margin-bottom: 10px !important;
}

.adyen-checkout__card__holderName {
    /* Input field for cardholder name */
}

.adyen-checkout__checkbox__input {
    /* Checkboxes */
}

.adyen-checkout__checkbox__label {
    color: #b9b9b9 !important;
}

.adyen-checkout__radio_group__input {
    /* Radio buttons */
}

.adyen-checkout__dropdown__button {
    /* Dropdown button showing list of options */
}

.adyen-checkout__dropdown__list {
    /* Dropdown list */
}

.adyen-checkout__dropdown__element {
    /* Elements in the dropdown list */
}

.adyen-checkout__link {
    /* Links */
}

.adyen-checkout__threeds2__challenge {
    background-color: #ffffff;
    border-radius: 10px;
}