@charset "utf-8";
html,
body{
    height: 100%;
    width: 100%;
}
html{}
body{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
}
.wrapper{
    background-color: black;
    height: 100%;
    position: relative;
    width: 100%;
}
.codeFormWr{
    background: repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: center -30px;
    height: 257px;
    left: 50%;
    margin: -128px 0 0 -554px;
    position: absolute;
    top: 50%;
    width: 1108px;
}
.codeFormCont{
    background: url("login/login-panel-back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -70px;
    height: 152px;
    left: 50%;
    margin: 0 0 0 -339px;
    position: absolute;
    width: 678px;
    z-index: 10;
}
.codeFormCont button{
    background: url("login/log-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 50px;
    text-transform: capitalize;
    top: 53px;
    width: 83px;
}
.codeFormCont button:hover{
    background-position: 0 -50px;
}
.codeFldLbl, .codeFld, .codeFormCont button{
    font: 23px/100% MyriadPro-BoldCond,Tahoma,Geneva,sans-serif;
}
.codeFld{
    background: url("login/code-field-back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 1);
    height: 34px;
    padding: 5px;
    position: absolute;
    right: 140px;
    top: 54px;
    width: 284px;
}
.codeFldLbl{
    color: rgba(255, 255, 255, 1);
    height: 32px;
    left: 60px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 186px;
}

.infoMsgWr{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    animation: fadeOut 1s;
}

.infoMsgWr.shopInfoMsgWr{
    display: block;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.infoMsg{
    background: url('login/progress_animation.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border: 2px outset white;*/
    height: 39px;
    left: 50%;
    margin: -20px 0 0 -110px;
    position: absolute;
    top: 50%;
    width: 221px;
}
.infoMsgStrWr{
    display: none;
}

.err .infoMsg{
    background: none repeat scroll 0 0 #000;
    border: 5px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 1);
    height: 100px;
    left: 50%;
    margin: -55px 0 0 -155px;
    position: absolute;
    top: 50%;
    width: 300px;
}
.err .infoMsgStrWr{
    background: none no-repeat scroll 0 0 rgba(36, 4, 0, 1);
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 1) inset;
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.err .infoMsgStr{
    font: 22px/100% MyriadPro-BoldCond,Tahoma,Geneva,sans-serif;
    color: #fff;
}

.gameFrame{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sptLnk{
    bottom: -180px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.sptLnk-container{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
}

.social-link{
    color: #fff;
    font: 16px/120% MyriadPro-Cond,Tahoma,Geneva,sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.social-link:hover{
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    text-decoration: none !important;
}

.social-link:hover span,
.social-link:hover .social-title,
.social-link:hover .social-contact{
    text-decoration: none !important;
}

.social-link img{
    width: 35px;
    height: 35px;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.social-link:hover img{
    transform: scale(1.15) rotate(5deg);
}

.social-link span{
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.social-title{
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-decoration: none !important;
}

.social-contact{
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    text-decoration: none !important;
}

.sptLnk a{
    color: #fff;
    font: 25px/100% MyriadPro-Cond,Tahoma,Geneva,sans-serif;
    text-decoration: none;
}
.sptLnk a:hover{
    text-decoration: underline;
}
.sptLnk a span{

}
noscript{
    height: 100%;
    width: 100%;
}

/* Responsive Design */



/* Tablet portrait (768px and down) */
@media (max-width: 767px) and (min-width: 481px) {
    .codeFormWr{
        padding-top: 120px;
        background-position: center -10px;
        top: 45%;
    }
    
    .codeFormCont{
        width: 95%;
        max-width: 500px;
        height: auto;
        padding: 15px;
        padding-bottom: 25px;
    }
    
    .codeFld{
        width: 55%;
        left: 10%;
        font-size: 16px;
        top: 45px;
    }
    
    .codeFldLbl{
        font-size: 18px;
        left: 10%;
        top: 15px;
    }
    
    .codeFormCont button{
        right: 10%;
        top: 45px;
        font-size: 18px;
        width: 75px;
    }
    
    .sptLnk{
        position: relative !important;
        bottom: auto !important;
        margin-top: 40px !important;
    }
    
    .sptLnk-container{
        flex-direction: column !important;
        align-items: center;
        gap: 8px;
    }
    
    .social-link{
        width: 90%;
        max-width: 350px;
        min-width: auto;
        flex-direction: row !important;
        justify-content: flex-start;
        align-items: center;
        padding: 12px 15px;
    }
    
    .social-link img{
        width: 35px;
        height: 35px;
        margin-bottom: 0 !important;
        margin-right: 15px !important;
        flex-shrink: 0;
    }
    
    .social-link span{
        text-align: left !important;
    }
    
    .social-link .social-title,
    .social-link .social-contact{
        display: inline !important;
        margin: 0 !important;
    }
    
    .social-link .social-title::after{
        content: " " !important;
    }
    
    .social-title{
        font-size: 14px;
    }
    
    .social-contact{
        font-size: 14px;
        margin-top: 0 !important;
        margin-left: 5px !important;
    }
}

/* Mobile (480px and down) */
@media (max-width: 480px) {
    html, body {
        overflow-x: hidden;
    }
    
    .codeFormWr{
        padding-top: 100px;
        width: 100%;
        background-position: center 0px;
        background-size: 90%;
        top: 40%;
    }
    
    .codeFormCont{
        width: 90%;
        max-width: 400px;
        height: auto;
        padding: 12px;
        padding-bottom: 20px;
        background-size: 100% 100%;
    }
    
    .codeFld{
        width: 50%;
        left: 8%;
        font-size: 14px;
        top: 40px;
        padding: 5px;
    }
    
    .codeFldLbl{
        font-size: 16px;
        left: 8%;
        width: auto;
        top: 12px;
    }
    
    .codeFormCont button{
        width: 65px;
        height: 45px;
        font-size: 16px;
        top: 40px;
        right: 8%;
        left: auto;
    }
    
    .sptLnk{
        position: relative !important;
        bottom: auto !important;
        margin-top: 30px !important;
    }
    
    .sptLnk-container{
        width: 100%;
        padding: 0 10px;
        flex-direction: column !important;
    }
    
    .social-link{
        width: 95%;
        min-width: auto;
        max-width: 350px;
        flex-direction: row !important;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 12px;
    }
    
    .social-link img{
        width: 30px;
        height: 30px;
        margin-bottom: 0 !important;
        margin-right: 12px !important;
        flex-shrink: 0;
    }
    
    .social-link .social-title,
    .social-link .social-contact{
        display: inline !important;
        margin: 0 !important;
    }
    
    .social-link .social-title::after{
        content: " " !important;
    }
    
    .social-title{
        font-size: 13px;
    }
    
    .social-contact{
        font-size: 12px;
        margin-left: 3px !important;
    }
}

/* Very small mobile (360px and down) */
@media (max-width: 360px) {
    .codeFormWr{
        padding-top: 80px;
        background-size: 95%;
    }
    
    .codeFld{
        font-size: 13px;
        width: 48%;
        left: 6%;
    }
    
    .codeFldLbl{
        font-size: 15px;
        left: 6%;
        top: 10px;
    }
    
    .codeFormCont{
        padding: 10px;
    }
    
    .codeFormCont button{
        font-size: 15px;
        width: 60px;
        height: 42px;
        right: 6%;
        top: 38px;
    }
    
    .social-link{
        padding: 9px 10px;
        flex-direction: row !important;
    }
    
    .social-link img{
        width: 28px;
        height: 28px;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }
    
    .social-link .social-title,
    .social-link .social-contact{
        display: inline !important;
        margin: 0 !important;
    }
    
    .social-title{
        font-size: 12px;
    }
    
    .social-contact{
        font-size: 11px;
        margin-left: 3px !important;
    }
}

@charset "utf-8";

@font-face{
    font-family: 'MyriadPro-BoldCond';src: local('MyriadProBoldCondensed'), url('/login/static/resources/fonts/myriad/MyriadPro-BoldCond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Cond';src: local('MyriadProCondensed'), url('/login/static/resources/fonts/myriad/MyriadPro-Cond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Regular';src: local('MyriadProRegular'), url('/login/static/resources/fonts/myriad/MyriadPro-Regular.woff') format('woff');
}

/*@import url("https://fnt.webink.com/wfs/webink.css/?project=CDF9C1E6-5739-4B88-8860-D581D2BA303B&fonts=8C5B073A-F3EB-BF79-99E3-C3C42439FD61:f=MyriadPro-BoldCond,39FEB533-C926-4578-87C0-2D25696AA0F9:f=MyriadPro-Cond,73E6C83D-7F13-A8AE-4770-C315AE5061C3:f=MyriadPro-Regular");*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* SweetAlert2 Custom Styles */
.my-swal-popup {
    font-family: Arial, sans-serif !important;
}

.my-swal-title {
    font-family: Arial, sans-serif !important;
}

.my-swal-text {
    font-family: Arial, sans-serif !important;
}

.swal2-container {
    z-index: 99999 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible !important;
    padding-right: 0 !important;
}

body.swal2-shown .wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.7) !important;
}

html.swal2-shown,
html.swal2-shown body {
    overflow: hidden !important;
    height: 100% !important;
}