
    


@font-face {
    font-family: 'Thunder';
    src: url('/for/fonts/Thunder-BoldLC.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thunder';
    src: url('/for/fonts/Thunder-ExtraBoldLC.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thunder';
    src: url('/for/fonts/Thunder-SemiBoldLC.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



    @font-face {
        font-family: 'Barlow';
        src: url('/for/fonts/Barlow-Medium.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; min-height: 100vh; padding-top: 4.5rem;font-family:'Thunder Bold', sans-serif !important; }

nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a {
    -webkit-transition:color .24s ease-in-out;
    -moz-transition:color .24s ease-in-out;
    -o-transition:color .24s ease-in-out;
    -ms-transition:color .24s ease-in-out;
    transition:color .24s ease-in-out;
    color:#000;
}
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #fced02; color: #000; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
/*body { font-family: 'Archivo Black','Lato',sans-serif, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }*/

.logo img{
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}
body#main-body {
        background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.6) 100%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.3) 60%,
            rgba(0, 0, 0, 0.6) 100%
    ),
    url(https://stadiaconnect-cdn.s3.eu-west-1.amazonaws.com/for/img/webshop/3.jpg) center center no-repeat;
    background-size: cover;
        background-color: none;
    /*display:flex;*/
    /*justify-content: center;*/
}


.btn-primary{
    background-color: #00916f !important;
    border-color: #00916f !important;
}

.btn-primary:hover{
    background-color: #ffffff !important;
    filter: brightness(1.15);
}
.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;
    }
}


.title-text{
    font-size:40px;
    color:white;
    font-weight:700;
    text-align: center;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;

}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #777;
}

.divider:not(:empty)::before {
    margin-right: 10px;
}

.divider:not(:empty)::after {
    margin-left: 10px;
}

.icon {
    font-size: 24px;
    color: #777;
    display: flex;
    align-items: center;
}
.custom-sub-title{
    font-size:11px;
    text-align: center;
    color:#FFFFFF;
}
.custom-titles{
    font-size:30px;
    color:white;
    font-weight:900;
    text-transform: uppercase;
}

.custom-button{
    background: #ffffff;
    padding: 12px;
    width:350px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 35px;
    clip-path: none;
    color: #00916f;
    border-radius: 0px;
}

.custom-clip-path{
    clip-path: none;
}

.header-button{
    background:#ffffff !important;
    border-radius: 0px !important;
    color: #00916f !important;
    border: none !important;
    border-radius: 0px !important;

}
#language-dropdown{
    display:flex;
    align-items:center;
    margin-right:15px;
}
#language{
    background-color: transparent;
    border:none;
    color:white;
    font-size:15px;

}
#language option {
    color: black;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: flex-end !important;
    flex-direction: column;
}

.rjc-custom-icon{
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 0px !important;
}

    #logged-out {
        background: #3A3A3A !important;
        color: white !important;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        width: 245px;
        height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .logout-popup-container {
        display: none;
        position: absolute;
        right: -5px;
        top: 60px;
        justify-content: flex-end;
        align-items: center;
        margin-right: 18px;
        opacity: 0;
        transform: translateY(-60px);
        transition: opacity 1s ease, transform 1s ease;
        pointer-events: none;
        z-index: 9999;
    }

    .logout-popup-container.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }


.form-control:focus{
    border-color: #ffffff;
    box-shadow: 0 0 0 0.15rem #ffffff;
}
.input-group-text{
    font-size: 1.1rem;
}
.cashless-card{
    background-color: #ffffffcc !important;
}
.payment-card{
    background-color: #ffffffcc !important;
}
.link_mobile_app{
    color: #fff;
}
.submit-button{
    background:#ffffff !important;
    border:0px !important;
    color:#00916f !important;
}
.transfer-funds{
    background:#ffffff !important;
    border:0px !important;
    color:#00916f !important;
    border-radius:0px !important;
}
.card-details{
    background-color: #ffffffcc !important;
}

@media (min-width:768px) {
    .custom-button{
        width:450px;
        clip-path: none;

    }
    .title-text{
        font-size:50px;


    }
    .custom-sub-title{
        font-size:13px;

    }
    .custom-alert{
        width:450px !important;
    }

}
/*@media (min-width:1300px){*/
/*    !*body#main-body{*!*/
/*    !*    overflow: hidden;*!*/
/*    !*}*!*/


/*}*/

@media (min-width:1600px){
    /*body#main-body {*/
    /*    overflow: hidden;*/
    /*}*/

    .custom-titles{
        font-size:40px;

    }
    .title-text{
        font-size:70px;


    }

}

