﻿body
{/*cursor: url('../images/santa-hat-icon.png'), auto;*/
    font-family: "Open Sans",sans-serif;
    background-color: #132332!important;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden!important;
}
.star
{
    position: absolute!important;
}
@keyframes fadeInAnimation
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.mainBg
{
    width: 100%;
    will-change: background-color;
    background-color: #132332;
}
.ngTag
{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
}
.ngTag img
{
    width: 100%;
}
.logo-image
{
    display: block;
}
.bg-color
{
    background-color: #132332;
}
.prLogoLong
{
    display: none;
}
h5
{
    font-size: 26px;
    margin: 10px 0;/*font-weight: bolder;*/
}
.progressiveJP p
{
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,.5);/*    text-shadow: 2px 2px 3px #000;*/
}
.progressiveJP
{
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #132332;
    padding: 20px;
    margin-top: -95px;
}
.brandInfo
{/*    outline-style: solid;
    outline-color: rgb(33 37 41);*/
    background-color: #00000040;
    color: #fafeff;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 115px;
    border-radius: 10px;
}
.logo-image
{/*	width: 9%;*/
    position: absolute;
    top: 0;
    left: 36px;
    background-color: rgb(0 0 0/0);
}
.mt
{
    margin-top: -60px;
}
.affLogo img
{
    margin: 0 auto;
    display: block;
}
.footerBox
{
    width: fit-content!important;
    margin: 20px auto;
}
.footerBox .footer-icons a img
{
    max-height: 32px;
    padding-inline: 2px;
    width: fit-content;
    margin: 0 auto;
    margin-block: 4px;
    display: inline;
}
.footerBox .crypto-icons a img
{
    max-height: 35px;
    padding-inline: 4px;
    margin: 0 auto;
    margin-block: 4px;
    display: inline;
}
.footer-icons
{
    justify-content: center;
    text-align: center;
}
.crypto-icons
{
    justify-content: center;
    text-align: center;
    width: fit-content!important;
    margin: 0 auto!important;
}
.footer-links
{
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.popmodal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-backdrop
{
    z-index: 998;
}
.modal-content
{
    top: 75px;
}
.modal-header h1
{
    color: #065798;
}
.modal-header
{
    background-color: #000;
    color: #065798;
}
.modal-body
{
    font-size: 18px;
    background-color: #2b2b2b;
    color: #fff!important;
}
.modal-body p
{
    color: #fff!important;
}
.modal-body h6
{
    line-height: 26px;
    margin: 20px 0 20px;
}
.modal-body ul
{
    font-size: 14px;
    padding: 10px 17px;
    color: #c7c7c7;
}
.modal-body ul.sec
{
    padding: 0 17px;
}
.modal-body a
{
    font-size: 14px;
}
.modal-footer
{
    background-color: #000;
}
.close
{
    float: right;
    font-weight: 700;/*	line-height: 0;*/
    color: #0dbaf0;
    background-color: #2b2b2b;
    text-shadow: none;
    opacity: 1;
    margin-top: 10px;
}
.close:hover
{
    color: #6d0200;
    opacity: 1;
}
.modal-title
{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
}
.footer-icons img
{
    width: 100px;
    margin: 5px;
}
.crypto-icons img
{
    height: 35px;
    margin: 5px;
}
.bg-dark
{
    background-color: #1a2b45!important;
}
.icons
{
    max-width: 100px;
    float: left;
    margin-inline: 5px;
}
.icons img
{
    max-width: 75px;
}
.text
{/*width: calc(100% - 100px);*/
    text-align: left;
    padding-inline: 5px;
    display: flex;
}
.text h5
{
    text-align: center;
}
@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait)
{
    body
    {
        width: fit-content;
    }
    .progressiveJP
    {
        margin-top: -40px;
    }
    .star
    {
        position: fixed!important;
    }
    h5
    {
        font-size: 18px;
        padding-top: 10px;
    }
    .mt
    {
        margin-top: 0;
    }
    .btn
    {
        margin-top: 10px;
    }
    .logo-image
    {
        display: block;
        left: 30%;
    }
    .prLogoLong
    {
        width: 100px;
        display: none;
        position: absolute;
        top: 0;
        left: 36px;
        background-color: rgb(0 0 0/0);
    }
    .modal-content
    {
        z-index: 9999;
    }
}
@media screen and (min-width: 481px) and (max-width: 1180px)
{
    h5
    {
        padding-top: 15px;
        font-size: 24px;
    }
    .mt
    {
        margin-top: 0;
    }
}
.bonusCode
{
    font-weight: bold;
    color: #313131;
    -webkit-animation: colorchange 3s infinite alternate;
}
@-webkit-keyframes colorchange
{
    0%
    {
        color: #eb008b;
    }
    25%
    {
        color: #fff100;
    }
    50%
    {
        color: #01a54f;
    }
    75%
    {
        color: #00adef;
    }
    100%
    {
        color: #eb008b;
    }
}