html,
body {
    font-family: 'Otypical Headline', 'Otypical Text';
    height: 100%;
    width: 100%;
    position: relative;
}

body {position: relative; overflow-x: hidden;}
img {width: 100%;}
h1 {font-size: 48px; color: #000000; font-weight: 500;}
p {margin: 0;}
input {font-family: 'Otypical Headline', 'Otypical Text';}
button {z-index: 1; font-family: 'Otypical Headline', 'Otypical Text';}
.fixed_height{
    display: inline-block;
    width: 100%;
    height: 90.7px;
}
.fixed_page {
    margin: 0;
    min-height: calc(100% - 163px);

}
/* Default state */
a {
    color: #2C72FF; /* Default link color */
    text-decoration: none; /* Remove underline */
}

/* Hover state */
a:hover {
    color: #1B5EE4; /* Link color on hover */
    text-decoration: underline; /* Add underline on hover */
}

/* Visited state */
a:visited {
    color: #1B5EE4; /* Link color for visited links */
}

/* Active state */
a:active {
    color: #1B5EE4; /* Link color when clicked/activated */
}

/* Default state */
a.footer_link {
    color: #ffffff; /* Default link color */

}

/* Hover state */
a.footer_link:hover {
    color: #dddddd; /* Link color on hover */

}

/* Visited state */
a.footer_link:visited {
    color: #dddddd; /* Link color for visited links */
}

/* Active state */
a.footer_link:active {
    color: #dddddd; /* Link color when clicked/activated */
}

.relative {position: relative;}
.fixed {position: absolute; bottom: 0;}

.page_content {
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
    padding-bottom:45px;
}
.page_content.no_pg{
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
    padding-bottom:0px;
}
.page_content.account_pg {
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
    padding-bottom:0px;
}
.page_content.account_pg .cards_section {
    margin: 0px auto;
    margin-top: 80px;
}
.m-top-80 {

    margin-top:80px;
}
.black_btn {
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 48px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Otypical Text';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    min-height: 48px;

    padding: 12px 24px;

}
.black_secondary_btn {
    border: 2px solid #000000;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Otypical Text';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    min-height: 48px;

    padding: 12px 24px;

}
.black_secondary_btn:hover{
    color: #ffffff;
    background-color: #444444;
    border: 2px solid #444444;
}
.black_secondary_btn:focus{
    color: #ffffff;
    border-radius: 999px;
    outline: none;
    background-color: #000000;
    border-color: #dddddd;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff;
    outline: none;
}
.black_secondary_btn:visited {
    text-decoration: none;}
.black_secondary_btn.disable_btn {
    background-color: transparent;
    color:#999;
    border: 2px solid #999;
    pointer-events: none;
}
.black_btn.disable_btn {
    background-color: #9999;
    color:#ddd;
    border: none;
    pointer-events: none;
}
.black_btn:hover {
    color: #ffffff;
    background-color: #444444;
    border: 2px solid #444444;
}
.black_btn:focus, .black_btn:active {
    color: #ffffff;
    border-radius: 999px;
    outline: none;
    background-color: #000000;
    border-color: #dddddd;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff;
    outline: none;}

.black_btn:visited {
    text-decoration: none;
}

.blue_btn {
    border: 2px solid #1B5EE4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B5EE4;
    border-radius: 48px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Otypical Text';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    min-height: 48px;

    padding: 12px 24px;

}

.blue_btn.disable_btn {
    background-color: #9999;
    color:#ddd;
    border: none;
    pointer-events: none;
}
.blue_btn:hover {
    color: #ffffff;
    background-color: #2C72FF;
    border: 2px solid #2C72FF;
}
.blue_btn:focus, .blue_btn:active {
    color: #ffffff;
    border-radius: 999px;
    outline: none;
    background-color: #1B5EE4;
    border-color: #dddddd;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff;
    outline: none;}

.blue_btn:visited {
    text-decoration: none;
}

.table_prnt {
    display: table;
}
.table_chld {
    display: table-cell;
    vertical-align: middle;
}
/* forms */
.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;

    font-size: 16px;

    border: 2px solid #DDD;

    border-radius: 8px;
}
.form-group {
    margin-bottom: 16px;
}
.dd_pg .form-group {
    margin-bottom: 32px;
}

.form-control::placeholder {
    color: #666;
    opacity: 1;
}
.form-control:hover {
    border: 2px solid #999999;
}
.form-control:active {
    border: 2px solid #000000;
}
.form-control:focus {
    border: 2px solid #000000;
}

select.form-control option {
    font-size: 16px;
    font-family: Otypical Text;
    font-style: normal;
    font-weight: 400;
    color:#000;
}
/* ========================= */
/* ========== Menu ========= */
/* ========================= */
.desktop {display: block;}
.mobile, .menu_mob {display: none;}
.mobile p {display: none!important;}

/*custom select*/
.custom-select_drop {
    position: relative;

}


.custom-select_drop select {
    display: none;
}

.select-selected {
    background-color: #fff;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #DDD;
    border-radius: 8px;
}


.select-selected:after {
    content: "";
    display: block;
    background: url("../img/millen_images/chevron_down_grey.svg") center no-repeat;
    color: #6C757D;
    display: flex;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 25px;
    cursor: pointer;
}


.select-selected.select-arrow-active:after {
    content: "";
    display: block;
    background: url("../img/millen_images/chevron_up_grey.svg") center no-repeat;
    color: #6C757D;
    display: flex;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 25px;
    cursor: pointer;
}


.select-items div,.select-selected {
    font-size: 16px;

    color: #495057;
    padding: 10px 12px;
    /*! border: 1px solid transparent; */
    /*! border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;

}


.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 88%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 2px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.form-group.error .select-selected {

    border: 2px solid #EB0E00;

}
.error .select-selected {
    background: url(../img/info_icon.svg) no-repeat 75% center;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 20px 20px;
    background-color: #ffffff;

    height: 48px !important;
    border-color: #EB0E00;
}

.share_social_pg .air_btn {
    margin:0;
}

/* end custom select*/
.air_btn {
    margin-top:40px;
    margin-bottom:24px;
}
.top_header {
    background-color: #000000;
    /* padding: 1px; */
    position: relative;
    z-index: 999;
    /* margin-left: -15px;
    margin-right: -15px; */
}

.top_header .container_menu_inside a {
    color: #ffffff;
    font-weight: 500;
    /* margin: 5px 0; */
}

.top_header .container_menu_inside a:hover {
    color: #999999;
    font-weight: 500;
    text-decoration:none;
}
.top_header .container a:hover {text-decoration: none;}

.container-fluid.menu {
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}

.logo {
    max-width: 104px;
    margin-right: 50.8px;
    cursor: pointer;
}
.container_menu_inside {
    max-width: 1337.5px;
    margin: 0 auto;
}

.menu a {
    margin: auto 32px auto 0;
    font-size: 17px;
    font-family: "Otypical Text";
    font-weight: 500;
    color: #000000;
    transition: 0.2s;
}

.menu a.active {
    position: relative;
    color: #1B5EE4;
}

.menu a.active::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 17px;
    height: 100%;
    color: #1B5EE4;
    width: 100%;
}
.menu a:focus {text-decoration: none;}
.menu a:hover {
    color: #999999;
    text-decoration: none;
}

.account img {
    max-width: 19.5px;
    width: 30px;
    margin-right: 13px;
    cursor: pointer;
}

.account a {font-weight: 400; margin: auto 0; white-space: nowrap;}
.account a:hover {text-decoration: none;}

.menu.logged_in .msisdn {

    margin-left: 4px;
}

.menu.logged_in .logout {
    color: #2C72FF;
    font-family: Otypical Text;
    font-weight: 500;
    text-decoration: underline;
}

.menu.logged_in .notifications {
    position: relative;
    width: auto;
    height: auto;
}

.menu.logged_in .notification_icon {
    background-color: #2C72FF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: 0px;
}
.menu.logged_in .notification_icon span {
    color: #ffffff;
    font-size: 11px;
    margin-top: 2px;
    font-weight: 700;
    line-height: 18px;

}
/* ========================= */
/* ====== End Menu ========= */
/* ========================= */



/* ========================= */
/* ========= Footer ======== */
/* ========================= */
footer {
    width: 100%;
    background-color: #000000;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: Otypical Text;

    position: relative;
    z-index: 1;
}
.copyright {
    color: #f6f6f6;
    font-size: 13px;
}
.footer_link {
    color: #f6f6f6;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 48px;
}
.footer_link:hover,
.footer_link:focus {
    color: #f6f6f6;
}

.social {margin-left: 0;}
.social img {
    width: 24px;
    margin-left: 24px;
}
/* ========================= */
/* ====== End Footer ======= */
/* ========================= */
.page_content.wheel_spin {
    background: url("../img/millen_images/light_glow.png") center no-repeat;
    background-size: cover;

}
.modal-body.change_passw {
    margin-top: 40px;
}
/* Prize Modal */

.modal-body .prize {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.modal.prize .modal-body {margin: 30px auto;}

.modal-body .prize_drop {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ACD7D3;
    border-radius: 80px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 8px;
}

.modal-body .prize_drop p {
    font-family: 'Otypical Text';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;

}

.modal-footer p {
    font-size: 16px;
    font-weight: 300px;
    margin-top: 0px;
    line-height: 23px;
}

.telco .modal-body .prize {
    max-width: 80px;
}

.modal-content {width: auto; margin: auto; max-width: 480px;
    min-width: 480px; padding: 32px 48px;border-radius: 24px; border: none;}
.modal-footer>:not(:last-child) {margin-right: 0;}


/* End Prize Modal */


/* Menu on Scroll */
.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;

    -webkit-box-shadow: 0px 8px 6px -10px #000000;
    box-shadow: 0px 8px 6px -10px #000000;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.container-fluid.menu.fixed-menu {
    position: fixed;
    top: 31px;
    left: 0;
    width: 100%;
}
/* End Menu on Scroll */

/* SWIPER CAROUSEL */

.swiper {
    width: 100%;
    height: 100%;
}
.slide_contains.only_white {
    max-width: 240px;
    background: #ffffff;
    width: 100%;
    padding: 32px 32px 10px 32px;
    border-radius: 24px;

}
.slide_contains {
    max-width: 240px;
    background: #EEF7F6;
    width: 100%;
    padding: 32px 32px 10px 32px;
    border-radius: 24px;
}

.acc_prize_carousel .slide_contains {

    max-width: 240px;
    background: #EEF7F6;
    width: 100%;
    padding: 32px 10px 10px 10px;
    border-radius: 24px;

}
.acc_prize_carousel.physical .slide_contains {
    display: table;
    max-width: 384px;
    background: #E8E7FF;
    width: 100%;
    padding: 32px;
    border-radius: 24px;
    margin: 0 auto;

}
.acc_prize_carousel.physical .slide_contains .slide_contains_image {
    display: table-cell;
    vertical-align: middle;
}
.acc_prize_carousel.physical .slide_contains .slide_contains_text {
    display: table-cell;
    vertical-align: middle;
}
.acc_prize_carousel.physical .swiper-slide .width_slide{
    width:100%;

}
.swiper-slide {
    text-align: center;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.swiper-pagination {
    position: relative;

}
/* END SWIPER CAROUSEL */


/* ========================================================================= */
/* =========================== MEDIA QUERIES =============================== */
/* ========================================================================= */


@media (max-width: 992px) {
    /* Menu */
    .menu .container,
    .top_header .container {
        max-width: 850px;
    }
    .account img {margin-right: 0;}
    .menu.logged_in .notifications {
        width: fit-content;
        margin: 0 auto;
    }
    .menu.logged_in .msisdn {margin: 0 auto;}
    .menu.logged_in .notification_icon {}
    /* End Menu */

}

@media (max-width: 854px) {
    .menu a {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) and (min-height:768px) {
    .copyright {margin-right: 15px;}
}
@media screen and (max-width:768px) and (min-height:1024px) {
    .menu.logged_in .logout {display: none!important;}
    /* .menu_mob .main-nav {top: 162px!important;} */
    .menu .container.py-md-4 {padding-top: 5px!important; padding-bottom: 5px!important;}
}
@media (max-width: 767px) {
    .menu.logged_in .notification_icon {
        /* top: -7px;*/
        right: -12px;
    }

}
@media (max-width: 768px) {
    /* Menu */
    .desktop {display: none;}
    .mobile, .menu_mob {display: block;}
    .mobile p {display: flex!important;}


    /* Navigation menu */

    .container-fluid.menu {

    }

    .nav-icon  {
        width: 22px;
        height: 25px;
        /* position: absolute; */
        /* right: 25px; */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }

    .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000000;
        border-radius: 100px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .nav-icon span:nth-child(1) {top: 3px;}

    .nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {top: 13px;}

    .nav-icon span:nth-child(4) {top: 23px;}

    .nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }



    .menu_mob {
        /* background: rgba(0, 0, 0, .2); */
        background: #ffffff;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background-position: top;
        background-repeat: repeat;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        text-align: center;
        top: 0;
        transition: all 0.42s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 10;
        overflow-y: hidden;
    }
    .menu_mob.open {
        opacity: 1;
        visibility: visible;
    }
    .menu_mob.open li:nth-child(1) {
        animation-delay: 0.1s;
    }
    .menu_mob.open li:nth-child(2) {
        animation-delay: 0.2s;
    }
    .menu_mob.open li:nth-child(3) {
        animation-delay: 0.3s;
    }
    .menu_mob.open li:nth-child(4) {
        animation-delay: 0.4s;
    }
    .menu_mob.open li:nth-child(5) {
        animation-delay: 0.5s;
    }
    .menu_mob.open li:nth-child(6) {
        animation-delay: 0.6s;
    }
    .menu_mob.open li:nth-child(7) {
        animation-delay: 0.7s;
    }
    .menu_mob.open li:nth-child(8) {
        animation-delay: 0.8s;
    }
    .menu_mob.open li:nth-child(9) {
        animation-delay: 0.9s;
    }
    .menu_mob.open li:nth-child(10) {
        animation-delay: 1s;
    }
    .menu_mob.open li {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: fadeInUp;
    }
    .menu_mob ul:hover a {
        opacity: 0.7;
    }
    .menu_mob ul a {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: opacity 0.3s ease-in-out;
    }
    .menu_mob ul a:hover {
        opacity: 1;
    }
    .menu_mob .main-nav {
        position: relative;
        top: 115px;
        border-top: 1px solid #DDD;
        /* transform: translateY(-50%); */
        /* max-width: 350px; */
        width: 100%;
        margin: 0 auto;
    }
    .menu_mob .main-nav ul {
        list-style: none;
        margin: 0;
        padding: 32px 24px;
    }
    .menu_mob .main-nav a {
        color: #000000;
        display: block;
        font-size: 32px;
        font-weight: 400;
        padding-bottom: 24px;
        text-decoration: none;
        transition: 0.2s;
        font-weight: 500;
        text-align:left;

        /* text-transform: uppercase; */
    }
    .menu_mob .main-nav a:hover {
        color: #999999;
    }

    .menu_mob .main-nav a:first {
        padding-top: 0;
    }

    .menu_mob nav li {

    }

    .logout {
        border: 1px solid #F0D2AA;
        border-radius: 12px;
        max-width: 192px;
        margin: 20px auto 0 auto;
        background-color: #00000033;
        transition: 0.2s;
    }

    .logout:hover {
        background-color: #F0D2AA1A;
    }

    .logout:active,
    .logout:focus {
        background-color: #00000033;
        color: #E69173;
        border: 1px solid #E69173;
    }

    .logout a:focus {color: #E69173!important;}
    .logout a {font-size: 18px!important;}

    .nav_border {
        border-left: 3px solid #ffffff;
        height: 75px;
        margin: 0 10px
    }
    .account a {
        font-weight: 400;
        margin: auto 0;
        white-space: nowrap;
    }
    .menu .mobile p {
        color: #434345;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 15px;
        z-index: 999;
    }
    .menu a {font-size: 15px;}

    /* .menu .mobile p:hover {color: #000000;} */

    .menu.logged_in .logout {
        text-decoration: underline;
        background: none;
        background-color: #ffffff;
        border: none;
        margin-left: auto;
    }
    .menu.logged_in .msisdn {margin-right: 0px;}

    /* End Navigation Menu */
    /* End Menu */


    /* Footer */
    .footer_link {margin-left: 0;}
    .social {
        margin-right: 17px;
        margin-left: 0;
    }
    .social img {margin-left: 0;}
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyright, .footer_link {font-size: 17px;}
    /* End Footer */

    /* Menu on Scroll */
    .is-stuck {
        -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
        -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
        animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
        box-shadow: none;
    }
    /* End Menu on Scroll */
}
@media (max-width: 576px) {}
@media (max-width: 505px) {
    .modal-content {min-width: 100%;}
}
@media (max-width: 480px) {

    h1 {font-size: 32px;}

    /* Menu */
    .menu .mobile p, .menu a {font-size: 14px;}
    .nav_border {height: 65px;}

    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
        top: 11px;
    }
    .nav-icon span:nth-child(4) {
        top: 20px;
    }
    .menu_mob .main-nav a {font-size: 22px;}
    .menu_mob .main-nav {top: 115px;}

    .menu.logged_in .logout {font-size: 16px;}
    /* End Menu *

    /* Footer */
    footer {margin-top: 0px; padding-top: 25px; padding-bottom: 25px;}
    .copyright, .footer_link {font-size: 13px;}
    .copyright {white-space: nowrap;}

    /* End Footer */


    /* Prize Modal */

    .modal-footer p {font-size: 16px;}
    .modal.prize .modal-body {margin: 50px auto;}
    /* End Prize Modal */


}
@media (max-width: 360px) {
    /* Menu */
    .menu .mobile p, .menu a {font-size: 12px;}
    /* End Menu */

    /* Footer */
    .copyright, .footer_link {
        font-size: 17px;
    }
    footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* End Footer */

    /* Prize Modal */

    /* End Prize Modal */
}
@media (max-width: 320px) {
    /* Prize Modal */

    /* End Prize Modal */
}
@media (max-width: 280px) {
    /* Modals */
    .modal-content {padding: 15px;}
    .modal-title {margin-top: 13px;}
    /* End Modals */
}






/* ================ */
/* == Animations == */
/* ================ */

/* Animatiion Fade In */
@-webkit-keyframes animation-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animation-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animation-fade-in {
    -webkit-animation: animation-fade-in 1020ms linear;
    animation: animation-fade-in 1020ms linear;
}
/* End Animatiion Fade In */


/* Animation Scale In */
@-webkit-keyframes animation-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animation-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animation-scale-in {
    -webkit-animation: animation-scale-in 300ms 300ms linear forwards;
    animation: animation-scale-in 300ms 300ms linear forwards;
    opacity: 0;
}
/* End Animation Scale In */



/* Animation Scale In BTN */
@-webkit-keyframes animation-scale-in-btn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animation-scale-in-btn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animation-scale-in-btn {
    -webkit-animation: animation-scale-in-btn 500ms 500ms linear forwards;
    animation: animation-scale-in-btn 500ms 500ms linear forwards;
    opacity: 0;
}
/* End Animation Scale In BTN */



.float {
    animation-name: ani-float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes ani-float {
    0% { transform: translate(0px,  0px); }
    50% { transform: translate(0px, 10px); }
    100% { transform: translate(0px, -0px); }
}







@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}





/* Game */
/* .ppGameBox {
    position: fixed!important;
    width: 100%!important;
}

.ppGameBox .gameRoom {
    margin: 8vh auto 0 auto!important;
} */

/* #ppsGameModal .modal-dialog {max-width: fit-content!important;}

@media only screen and (max-width: 480px) {
    #ppsGameModal .modal-dialog {max-width: 800px;}
} */
