

body {
    /*cursor: url('../images/santa-hat-icon.png'), auto;*/
    font-family: 'Open Sans', sans-serif;
    background-color: #1a2b45 !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: #212529;
}

.ngTag {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
}

    .ngTag img {
        width: 100%;
    }

.logo-image {
    display: block;
}

.bg-color {
    background-color: #1a2b45;
}

.prLogoLong{
    display:none;
}

h5 {
    font-size: 30px;
    /*font-weight: bolder;*/
}


.progressiveJP p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    /*    text-shadow: 2px 2px 3px #000;*/
}

.progressiveJP {
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1a2b45;
    padding: 20px;
    margin-top: -60px;
}

.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: 0px;
    left: 36px;
    background-color:rgb(0 0 0 / 0.00);
}


.mt {
    margin-top: -60px;
}

.bank-img {
    text-align: center;
    filter: grayscale(100%);
}

    .bank-img img {
        margin: 0 10px 0;
        max-width: 159px;
    }

.modal-content {
    top: 75px;
}

.modal-header h1 {
    color: #065798;
}

.modal-header {
    background-color: black;
    color: #065798;
}

.modal-body {
    font-size: 18px;
    background-color: #2b2b2b;
    color: #ffffff !important;
}

    .modal-body p {
        color: #ffffff !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: black;
}

.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: #ffffff;
    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;
}

.star{
    position: fixed !important;
}
    h5 {
        font-size: 21px;
        padding-top: 10px;
    }

    .mt {
        margin-top: 0px;
    }

    .btn {
        margin-top: 10px;
    }

    .logo-image {
        display: block;
        left: 30%;
    }

    .prLogoLong {
        width: 100px;
        display: none;
        position: absolute;
        top: 0px;
        left: 36px;
        background-color: rgb(0 0 0 / 0.00);
    }

    .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 {
    
    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;
    }
}