.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}


/*****----adjustment--------*****/

.no-margin {
    margin: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-150 {
    margin-bottom: 150px !important;
}

.m-b-200 {
    margin-bottom: 200px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-130 {
    margin-top: 130px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}


/*Margins*/

.col-no-margin {
    padding: 0 !important;
}

.col-no-margin [class^="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.row.col-mdall-margins [class^="col-"] {
    margin: 0 0 20px 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.p-150 {
    padding: 150px !important;
}

.p-200 {
    padding: 200px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-b-110 {
    padding-bottom: 110px !important;
}

.p-b-120 {
    padding-bottom: 120px !important;
}

.p-b-130 {
    padding-bottom: 130px !important;
}

.p-b-140 {
    padding-bottom: 140px !important;
}

.p-b-150 {
    padding-bottom: 150px !important;
}

.p-b-200 {
    padding-bottom: 200px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-110 {
    padding-top: 110px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-130 {
    padding-top: 130px !important;
}

.p-t-140 {
    padding-top: 140px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

.p-t-200 {
    padding-top: 200px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}


/*Homepage Slider*/

.home-slider h4 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    position: absolute;
    bottom: 15px;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.home-slider p {
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    color: #FFFFFF;
    opacity: 0.5;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
}

.home-round-slider {
    padding-top: 10px;
}

.home-round-slider img {
    border-radius: 200px;
    margin-left: auto;
    margin-right: auto;
}

.home-img-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25px;
    left: 50%;
    margin-left: -170px!important;
    opacity: 0.7;
}

.home-img-2 {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
}

.home-img-3 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25px;
    right: 50%;
    margin-right: -170px!important;
    opacity: 0.7;
}

.home-round-slider h3 {
    text-align: center;
    padding-top: 20px;
}

.home-round-slider em {
    display: block;
    font-style: normal;
    text-align: center;
}

.center-socials {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}


/*Sidebar Settings*/

.sidebar-dark .sidebar-logo {
    background-image: url(../images/sidebar_logo_light.png);
}

.sidebar-light .sidebar-logo {
    background-image: url(../images/sidebar_logo_dark.png);
}

.sidebar-logo {
    background-repeat: no-repeat;
    width: 180px;
    height: 50px;
    background-size: 180px 50px;
    margin-left: 20px;
}

.submenu .sidebar-logo {
    margin-left: 0px;
    height: 90px;
    /* double the height of your logo image*/
    background-position: 20px;
    width: 100%;
}


/*Footer*/

.footer {
    padding: 30px 0px 30px 0px;
}

.footer-dark {
    background-color: #0c1117;
}

.footer-light {
    background-color: #ecf0f1;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

.footer-dark .decoration {
    background-color: rgba(255, 255, 255, 0.05);
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-logo {
    background-image: url(../images/preload-logo.png);
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.copyright-text {
    margin-bottom: 0px;
    margin-top: -10px;
    margin-bottom: 0px;
}

.footer p {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-socials {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.footer-socials a {
    margin-left: 2px!important;
    margin-right: 2px!important;
}

.menu-bottom-bar-text em{
    font-size: 9px !important;
}


/*Header*/

.header-dark {
    background-color: #0c1117;
}

.header-light {
    background-color: #ecf0f1;
}

.header-transparent {
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 2px solid #ccb66a
}

.header {
    position: fixed;
    left: -250px!important;
    right: -250px!important;
    top: 0px;
    height: 60px;
    z-index: 99;
}

.header-icon-1 {
    left: 260px;
    top: 5px
}

.header-icon-2 {
    left: 310px;
}

.header-icon-3 {
    right: 310px;
}

.header-icon-4 {
    right: 250px;
}

.header-logo {
    position: absolute;
    background-image: url(../images/preload-logo.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: 15px;
    left: 50%;
}

.header-dark a {
    color: #FFFFFF;
}

.header-light a {
    color: #1f1f1f;
}

.header-transparent a {
    color: #FFFFFF;
}

.header-icon .fa-plus {
    line-height: 60px!important;
    font-size: 12px;
}

.header-icon i {
    transition: all 250ms ease;
}

.header-icon {
    margin-top: 5px;
}

.header-icon img {
    margin: 0 auto;
}


/*Footer Menu*/

.footer-menu {
    height: 60px;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    bottom: 0px;
    left: -25px!important;
    right: -25px!important;
    transition: all 250ms ease;
    border-top: 2px solid #ccb66a;
}

.footer-menu .menu-bottom-bar {
    padding-left: 23px;
    padding-right: 23px;
}


/*Header Menu*/

@media (min-width:768px) {
    .header-menu {
        left: 60px;
        margin-top: 70px!important;
        margin-top: 21px;
        width: 320px;
    }
}

.header-menu {
    margin-top: 60px!important;
    z-index: 9;
    background-color: #FFFFFF;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: none!important;
    -moz-transform: translateX(0px) translateY(-500px);
    -webkit-transform: translateX(0px) translateY(-500px);
    -o-transform: translateX(0px) translateY(-500px);
    -ms-transform: translateX(0px) translateY(-500px);
    transform: translateX(0px) translateY(-500px);
    transition: all 250ms ease;
}

.header-menu-overlay {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

.header-menu-active {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.show-header-menu {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 250ms ease;
}

.header-rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 250ms ease;
}

.header-menu a {
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
    padding-right: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #4d4d4d;
    transition: all 250ms ease;
}

.header-menu a:hover {
    color: #000000;
    transition: all 250ms ease;
}

.header-menu-dark a:hover {
    background-color: rgba(255, 255, 255, 0.05)!important;
}

.header-menu-light a:hover {
    background-color: rgba(0, 0, 0, 0.05)!important;
}

.header-menu a i:first-child {
    font-size: 16px;
    color: #1f1f1f;
    width: 60px;
    text-align: center;
}

.header-menu a i:last-child {
    float: right;
    line-height: 60px;
    width: 12px;
    font-size: 6px;
}

.active-header-item {
    font-size: 14px!important;
    color: #1f1f1f!important;
    font-weight: 800!important;
}

.active-header-item i:last-child {
    color: #2ecc71!important;
    font-size: 8px!important;
}

.header-menu-dark {
    background-color: #0e141b;
}

.header-menu-dark .active-header-item {
    color: #FFFFFF!important;
}

.header-menu-dark .active-header-item i:first-child {
    color: #FFFFFF;
}

.header-menu-dark a {
    color: #b5b5b5;
}

.header-menu-dark a i:first-child {
    color: #999999;
}

.header-menu-dark a i:last-child {
    color: #585555;
}

.header-menu-dark a:hover {
    color: #FFFFFF!important;
}

.no-pointer {
    pointer-events: none!important;
}

.no-visibility {
    opacity: 0!important;
}


/*//////////*/


/*Modal Menu*/


/*//////////*/

.modal-menu-dark {
    background-color: #0e141b;
}

.modal-menu-dark a {
    color: #647282!important;
}

.modal-menu-dark .active-modal-item em,
.modal-menu-dark .active-modal-item i:first-child {
    color: #FFFFFF!important;
}

.modal-menu-dark-background {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-menu-dark a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.modal-menu-light {
    background-color: #ecf0f1!important;
}

.modal-menu-light a {
    color: #647282!important;
}

.modal-menu-light .active-modal-item em,
.modal-menu-light .active-modal-item i:first-child {
    color: #1f1f1f!important;
}

.modal-menu-light-background {
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-menu-light a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal-menu-background {
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.active-modal-menu-background {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.show-modal-menu {
    font-size: 10px;
}

.modal-menu {
    background-color: #0e141b;
    -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    max-height: 440px;
    margin-top: -220px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 99999;
    overflow: scroll;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.active-modal-menu {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.modal-menu a {
    color: #647282;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-menu .fa-mobile {
    font-size: 26px!important;
}

.modal-menu a i:first-child {
    position: absolute;
    height: 55px;
    line-height: 57px;
    font-size: 18px;
    width: 55px;
    text-align: center;
    left: 0px;
}

.modal-menu a i:last-child {
    position: absolute;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    right: 28px;
    font-size: 6px;
}

.modal-menu a em {
    font-size: 13px;
    padding-left: 35px;
    font-style: normal;
    color: #647282;
}

.active-modal-item em,
.active-modal-item i:first-child {
    color: #FFFFFF!important;
}

.active-modal-item i:last-child {
    color: #2ecc71;
}

.close-modal-menu i:last-child {
    color: #c0392b!important;
}


/*/////////////*/


/*Material Menu*/


/*/////////////*/

.material-menu {
    opacity: 1;
    transition: all 250ms ease;
}

.material-menu-dark .material-label {
    color: #cacaca;
}

.material-menu-dark-background {
    background-color: rgba(0, 0, 0, 0.8);
}

.material-menu-light .material-label {
    color: #1f1f1f;
}

.material-menu-light-background {
    background-color: rgba(255, 255, 255, 0.9);
}

.material-menu i {
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.material-menu a {
    position: fixed;
    z-index: 999999;
    transition: all 250ms ease!important;
}

.material-menu a i {
    transition: all 250ms ease!important;
}

.material-menu a i:hover {
    transition: all 250ms ease!important;
}

.material-menu-right a {
    right: 30px;
}

.material-menu-left a i {
    position: absolute;
    left: 30px;
    margin-top: -45px;
}

.material-menu-left a em {
    position: absolute;
    width: auto;
    left: 100px;
    margin-top: -40px;
    height: 34px;
    line-height: 20px;
    margin-left: -10px;
}

.material-menu-deploy {
    bottom: 20px;
}

.material-menu-close {
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 175ms;
}

.material-menu-1 {
    bottom: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 150ms;
}

.material-menu-2 {
    bottom: 140px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 125ms;
}

.material-menu-3 {
    bottom: 200px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 100ms;
}

.material-menu-4 {
    bottom: 260px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 75ms;
}

.material-menu-5 {
    bottom: 320px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 50ms;
}

.material-menu-6 {
    bottom: 380px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 25ms;
}

.material-menu-background {
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    transition-delay: 250ms;
}

.mm-c {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 25ms;
}

.mm-1 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 50ms;
}

.mm-2 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 75ms;
}

.mm-3 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 100ms;
}

.mm-4 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 125ms;
}

.mm-5 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 150ms;
}

.mm-6 {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 175ms;
}

.mm-bg {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
    transition-delay: 0s
}

.material-menu .fa-mobile {
    font-size: 20px;
}

.material-label {
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}

.material-menu-background {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999998;
}


/*Sliding Menu*/

.sliding-menu-button {
    margin-top: 30px!important;
    margin-bottom: 20px!important;
}

.sliding-menu * {
    backface-visibility: hidden;
    transform: translateZ(0);
}

.sliding-menu {
    min-height: 400px;
    max-height: 500px;
    overflow: hidden;
}

.sliding-content {
    margin-top: 30px;
}

.sliding-menu-active {
    transform: translateY(60px)!important;
    transition: all 250ms ease;
}

.sliding-menu-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sliding-menu,
.sliding-content {
    transform: translateY(-350px);
    transition: all 250ms ease;
}

.sliding-menu-light {
    background-color: #FFFFFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.sliding-menu-light a {
    color: #1f1f1f;
}

.sliding-menu-light a em {
    color: #9b9b9b;
}

.sliding-menu-light .sliding-menu-socials a:hover {
    color: #1f1f1f!important;
}

.sliding-menu-light .sliding-menu-socials {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.sliding-menu-dark {
    background-color: #0e141b;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.sliding-menu-dark a {
    color: #FFFFFF;
}

.sliding-menu-dark a em {
    color: #999999;
}

.sliding-menu-dark .sliding-menu-socials a:hover {
    color: #FFFFFF!important;
}

.sliding-menu-dark .sliding-menu-socials {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.active-sliding-menu {
    font-weight: 400!important;
}

.sliding-menu a:hover {
    color: #27ae60;
    transform: scale(1.05, 1.05);
    transition: all 250ms ease;
}

.sliding-menu a:first-child {
    padding-top: 20px;
}

.sliding-menu a:last-child {
    padding-bottom: 20px;
}

.sliding-menu a {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 250ms ease;
}

.sliding-menu a em {
    display: block;
    margin-top: -10px;
    font-size: 12px;
    font-style: normal;
    text-transform: none;
    transition: all 250ms ease;
}

.sliding-menu-socials {
    width: 180px;
    margin: 20px auto 0 auto;
    padding-bottom: 0px;
    padding-top: 15px;
}

.sliding-menu-socials a {
    padding: 0px!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.open-sliding-menu {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.active-open-sliding-menu {
    -moz-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    -o-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    transition: all 250ms ease;
}

.btn-gold {
    margin-bottom: 0;
    text-align: center;
    background: #ccb66a;
    border-radius: 0.3rem;
    line-height: 30px;
    color: #000000;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 3px 5px;
}

.btn-gold:hover {
    color: #452f00!important;
}

.status {
    width: 100%;
    border-top: none;
}

.status td {
    border-right: none;
    border-bottom: none;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    /*width: 33.33%;*/
    font-size: 0.9rem;
}

.status tbody {
    background: rgb(163, 110, 17);
    background: -moz-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
}

.status td span {
    background-color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 0.3rem;
    color: #6c757d
}

.status td span img {
    display: inline;
    margin-right: 4px;
    margin-bottom: 4px;
}

.td-first-col img {
    display: inline;
    margin-right: 4px;
    margin-bottom: 4px;
}

.td-first-col {
    text-align: left;
    padding-left: 1rem
}

.kiosk div:nth-child(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
}


/* .kiosk {} */

.kiosk div {
    float: left;
    width: 30%;
    margin-bottom: 20px;
}

.btn-enter {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 19vw;
    background: rgb(163, 110, 17);
    background: -moz-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    color: #000;
    margin: auto 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.btn-enter:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 204, 0, 0.93);
    -moz-box-shadow: 0px 0px 10px 3px rgba(255, 204, 0, 0.93);
    box-shadow: 0px 0px 10px 3px rgba(255, 204, 0, 0.93);
    margin-bottom: 1px;
}

.menu-icon {
    position: relative;
    display: inline;
    margin-bottom: 5px;
    width: 42px;
}

.black{
    background-color: black!important;
    opacity: 0.5;
}

.black2{
    background-color: black!important;
    opacity: 0.5;
}

.blackbtn{
    opacity: 0.5;
}

.open{
    opacity: 1!important;
}

.addborder{
    border: 3px solid#ccb66a;
    border-radius: 10px;
    margin-bottom: 10px;
}

.removeBorder{
    border: none;
    margin-bottom: 0px;
}

.text-shake{
    padding-left: 6px;
    color:white;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes pulse {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1.0);}
  }

.image-shake{
    animation-name: shakeAnim;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes rotation {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(45deg);
    }
  }

@keyframes shakeAnim {
    0% { transform: rotate(0); }
    15% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    45% { transform: rotate(7deg); }
    60% { transform: rotate(-7deg); }
    75% { transform: rotate(4deg); }
    85% { transform: rotate(-4deg); }
    92% { transform: rotate(2deg); }
    100% { transform: rotate(0); }
  }

  @keyframes shake {
    0% {left: 0}
    1% {left: -3px}
    2% {left: 5px}
    3% {left: -8px}
    4% {left: 8px}
    5% {left: -5px}
    6% {left: 3px}
    7% {left: 0}
  }

.wallet-amount {
    line-height: 60px;
    font-size: 1rem;
    text-align: right;
    background-color: #000;
    padding: 5px 10px;
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 0.5rem;
    margin-right: 5px
}

.greeting-bar {
    margin-top: 60px;
    height: 60px;
    margin-left: 0!important;
    margin-right: 0!important;
}

.greeting-bar p {
    line-height: normal;
    margin-bottom: 0;
    color: #fff
}

.m-auto {
    margin: auto;
}

.top-button {
    padding-top: 10px!important;
}

.function-btn {
    padding: 0;
    padding-right: 1rem;
    text-align: right;
}

.function-btn .col-4 {
    max-width: 28%;
}

.p-r-0 {
    padding-right: 0;
}

.btn-action {
    width: 100%;
    margin: -1rem auto 1rem;
    text-align: center;
}

.btn-action img {
    display: inline;
    margin-bottom: 5px;
}

.btn-action a {
    display: inline;
    padding: 0.3rem 2rem;
    margin: 0.2rem;
    background: rgb(163, 110, 17);
    background: -moz-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    border-radius: 0.3rem;
    font-size: 0.9rem;
    color: #000000;
}

.user-withdraw {
    max-width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #6c757d;
}

.user-withdraw th {
    background-color: #6c757d;
    text-align: center;
    color: #000;
    padding: 1rem;
    border: 1px solid #6c757d!important;
}

.user-withdraw th img {
    display: inline;
    margin-bottom: 5px;
}

.user-withdraw td {
    border: none;
    text-align: right;
    background-color: #19190b;
    color: #6c757d;
    font-size: 0.9rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.border-yellow {
    border-left: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
    border-top: none;
}

.first-left {
    text-align: left!important;
    padding-left: 1rem!important;
}

.required-form label {
    color: #ccb66a;
}

.new_Btn {
    border: 1px solid #6c757d;
    border-radius: 0.5rem;
    color: #6c757d;
    cursor: pointer;
    text-align: center;
    padding: 12px;
}

#html_btn {
    display: none;
}

#receipt {
    display: none;
}

.bank-details {
    background-color: rgba(0, 0, 0, 0);
    color: #6c757d;
    border: none;
    margin-bottom: 0;
}

.bank-details th {
    background-color: rgba(0, 0, 0, 0);
    color: #6c757d;
    border: none;
    padding-top: 9px;
    padding-bottom: 9px;
}

.bank-details tr {
    background-color: rgba(0, 0, 0, 0);
    color: #6c757d;
    border: none;
}

.bank-details td {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    color: #6c757d;
    border: none;
}

.bank-details td a {
    color: #6c757d;
    text-align: right;
}

.bank-details td img {
    display: inline;
}

.b-t {
    padding: 10px;
    border: 1px solid #6c757d;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}

.bank-list img {
    max-width: 18%;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 10px;
}

.bank-list img:hover {
    border: #ccb66a 2px solid;
    border-radius: 10px;
    padding: 0.2rem;
}

.activateit {
    border: #ccb66a 2px solid;
    border-radius: 10px;
    padding: 0.2rem;
}

.bank-list {
    margin-bottom: 15px;
}

.languages-list img {
    max-width: 20%;
    display: inline-block;
    margin-left: 3px;
}

.languages-list {
    margin-bottom: 15px;
}

.sec-head {
    color: #ccb66a;
    text-align: center;
    position: absolute;
    padding: 0 20px;
    background-color: #000;
}

.sec-head-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 50px
}

.m-b-6rem {
    margin-bottom: 6rem!important;
}

.m-b-0 {
    margin-bottom: 0!important;
}

.active {
    background-color: #ccb66a;
    color: #000000!important;
}

.active i {
    color: #000000;
}

.promotion img {
    border: 1px solid #6c757d;
}

.promotion a {
    margin-bottom: 10px;
    text-align: center;
    background-color: #6c757d;
    color: #000000;
    background: #ccb66a;
    font-size: 0.9rem;
    padding: 0.5rem;
    font-weight: 600;
}

/* .sec-head-container svg {
    display: none;
} */

.topwinner img {
    border: 1px solid #6c757d;
}

.topwinner p {
    color: #000000;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem 0;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.topwinner span {
    background-color: #000;
    padding: 0 1rem;
    color: #6c757d;
    border-radius: 0.3rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.winner-info {
    text-align: center;
    background-color: #6c757d;
    background: rgb(163, 110, 17);
    background: -moz-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    margin-bottom: 20px;
    padding: 0 0 10px 0;
}

.modal-body h6 {
    color: #fff;
    margin-top: 10px;
    font-size: 1.2rem;
}

.modal-body p {
    line-height: normal;
    text-align: justify;
}


/* .modal-body img {
    border: 1px solid #6c757d;
} */

.login-box {
    margin: 5% 5% 5%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15% 5% 5%;
    border: 1px solid #ccb66a;
    border-radius: 0.5rem;
}

.login-container {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.p-lr-4 {
    padding: 0 2rem 0 2rem;
}

.text-yellow {
    color: #ccb66a;
}

.btn-sign {
    font-size: 0.8rem!important;
    font-weight: 600!important;
    border: 1.5px solid #6c757d;
    padding: 3px 20px!important;
    margin-left: 3px;
    margin-right: 3px;
}

.btn-sign:hover {
    background: rgb(89, 44, 15);
    background: -moz-linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    background: -webkit-linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    background: linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    color: #6c757d;
}

.btn-signup {
    font-size: 0.8rem!important;
    font-weight: 600!important;
    border: 1.5px solid #ffffff;
    color: #1e1e1e;
    background: rgb(89, 44, 15);
    background: -moz-linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    background: -webkit-linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    background: linear-gradient(0deg, rgb(140 142 138) 0%, rgb(238 240 242) 100%);
    padding: 3px 20px!important;
    margin-left: 3px;
    margin-right: 3px;
}

.btn-signup:hover {
    background: #ccb66a;
    background: -moz-linear-gradient(0deg, rgb(151 123 2) 0%, rgb(228 255 5) 100%);
    background: -webkit-linear-gradient(0deg, rgb(151 123 2) 0%, rgb(228 255 5) 100%);
    background: linear-gradient(0deg, rgb(151 123 2) 0%, rgb(204 182 106) 100%);
    color: #000!important;
}

.btn-signup a {
    color: #000;
    line-height: 20px;
}

.btn-sign a {
    color: #000;
    line-height: 20px;
}

.login-label {
    color: #c1d0dd;
    font-size: 0.8rem;
    line-height: 40px;
    font-weight: 600
}

.p-l-0 {
    padding-left: 0!important;
}

.login-input {
    border: 0.5px solid #6c757d!important;
    background-color: #ffffff1c!important;
    height: 40px!important;
    margin-left: 60px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.login-footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    bottom: 20px;
}

.login-footer p {
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 0
}

.login-footer2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.login-footer2 p {
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 0
}

.select-lan-title {
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 600
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-10 {
    margin-bottom: 10px!important;
}

.m-b-20 {
    margin-bottom: 20px!important;
}

.forget-password {
    font-size: 0.8rem;
    text-decoration: underline;
    color: #6c757d;
    margin-top: 10px;
}

.side-bar-box {
    background: rgb(163, 110, 17);
    background: -moz-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(163, 110, 17, 1) 0%, rgba(254, 214, 0, 1) 100%);
    padding: 0.5rem;
    border-radius: 0.3rem 0 0 0.3rem;
    margin: 0.3rem 0;
}

.side-bar-container {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 10;
}

.history-title {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: 1rem;
    font-weight: 700;
}

.history-title h6 {
    margin-bottom: 0;
}

.table-history {
    border: none!important;
}

.table-history th {
    min-width: 5.5rem;
}

.table-history thead th {
    background-color: #ccb66a;
    color: #000;
    border: none!important;
}

.table-history tr td {
    border: none!important;
    background-color: #2d2a2a;
    border: 1px solid #fff;
    color: #fff;
}

.table-history tbody {
    border: none!important;
}

.table-history tr td:first-child {
    text-align: center!important;
}

.contact-list img {
    width: 4rem;
    display: flex;
    justify-content: center;
    margin: auto;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.contact-list p {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
}

.message-box span {
    color: #fff;
    font-size: 0.8rem;
}

.message-box {
    border: 1px solid #6c757d;
    padding: 15px;
}

.message-box h5 {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
}

.message-box span {
    font-size: 0.8rem;
    color: #fff;
    width: 100%;
}

.btn-read {
    padding: 0.1rem 2rem;
}

.message-box .card {
    background-color: #000;
    color: #fff;
    line-height: normal;
    font-size: 0.9rem;
}

.message-box .card-body {
    padding: 0 0 1.25rem 0;
}

.message-row {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6c757d6e;
}

.top-winner img {
    display: inline-block;
}

html {
    scroll-behavior: smooth!important;
}

.bg-lg {
    background-image: url(../images/desktop-bg.jpg)!important;
    max-width: 100%;
    height: auto;
    background-size: auto;
    background-position: center bottom;
}

.iphone-x {
    position: relative;
    margin: 60px auto 40px;
    width: 400px;
    height: 780px;
    background-color: #7371ee;
    background-image: linear-gradient(60deg, #7371ee 1%, #a1d9d6 100%);
    border-radius: 40px;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111, 0px 0px 30px 20px black;
}

.iphone-x:before,
.iphone-x:after {
    content: ''!important;
    position: absolute!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    z-index: 9999;
}

.iphone-x:before {
    top: 0px!important;
    width: 56%!important;
    height: 30px!important;
    border-radius: 0px 0px 40px 40px!important;
}

.iphone-x i,
.iphone-x b,
.iphone-x s,
.iphone-x span {
    position: absolute;
    display: block;
    color: transparent;
    z-index: 9999;
}

.iphone-x i {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, 0.2);
}

.iphone-x b {
    left: 10%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, 0.2);
}

.iphone-x b:after {
    content: '';
    position: absolute;
    background-color: #2d4d76;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}

.iphone-x s {
    top: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 70px;
    font-weight: 100;
    padding-top: 60px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
}

.msg-btn {
    display: inline;
    background-color: #6c757d;
    border-radius: 0.2rem;
    padding: 4px;
    margin-bottom: 5px;
}

.top-button .btn-gold:hover {
    color: #452f00!important;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.coming-soon {
    display: flex;
    justify-content: center;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

.header-wk {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #6c757d;
    z-index: 99;
    background-color: #000;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 10px;
}

.lds-ellipsis div {
    position: absolute;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.vendor p {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #21201d;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    width: 100%;
    background-color: #000000;
}

.vendor-list .vendor p {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #21201d;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    /* border: 1px solid #ccb66a; */
}

.vendor p span {
    font-weight: 400;
}

.vertical-row.row,
.vertical-row>.row {
    display: flex;
    align-items: center;
}

.vendor p img {
    float: right;
    width: 20px;
    margin-top: 5px;
}

.close {
    color: #ccb66a!important;
    opacity: 1!important;
    text-shadow: none!important;
}

.close:focus {
    outline: none;
    box-shadow: none;
}

.modal-body p {
    color: #ccb66a;
    font-size: 0.7rem;
    margin-top: 5px;
}

.download img {
    max-width: 70px;
    margin: 0 auto;
}

.download p {
    text-align: center;
}

.download h6 {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 30px;
}

.download h6 span {
    background-color: #ccb66a;
    border-radius: 3px;
    padding: 3px 5px;
    color: #000;
    font-weight: bold;
}

.contact-list p {
    text-align: center;
    font-size: 0.85rem;
}

.winner-table {
    background: none;
}

.winner-table td {
    text-align: left;
    padding-left: 10px;
    border: none;
    background: none;
    color: #fff;
    line-height: normal;
    border: #6f5801 1px solid;
    border-top: none;
    font-size: 0.8rem;
}

.winner-date span {
    background-color: #ccb66a;
    border-radius: 3px;
    padding: 3px 5px;
    color: #000;
    font-size: 0.8rem;
}

.withdraw-list span {
    padding: 4px 5px;
    color: #fff;
    font-size: 0.6rem;
}

.withdraw-list div {
    color: #fff;
    font-size: 0.6rem;
}

.bd1 {
    border: 1px solid #6f5801;
}

.promotion .card {
    background-color: #1d1c1c;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 0;
}

.promotion a:hover {
    color: #664200!important;
    text-decoration: none!important;
}

.vendor-list {
    margin-bottom: 20px;
    border: 2px solid #ccb66a;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: block;
}

.sidenav a {
    padding: 8px 32px 20px 32px;
    text-decoration: none;
    font-size: 0.85rem;
    color: #ccb66a;
    display: block;
    transition: 0.9s;
    text-align: center;
}

.sidenav a img {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 50px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

#overlaybg {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111111ad;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.alert-msg {
    text-align: center!important;
    font-size: 1rem!important;
}

.burger {
    float: right;
    margin-right: 15px;
}

.menu-mt {
    margin-top: 80px;
}

.btn-100 {
    width: 100%
}

@media screen and (max-width: 376px) {
    .btn-gold {
        font-size: 0.7rem;
        padding: 1px 10px;
    }
}

@media screen and (max-width: 321px) {
    .btn-gold {
        font-size: 0.7rem;
        padding: 1px 5px;
    }
    .vendor p {
        font-size: 0.8rem;
    }
    .menu-mt {
        margin-top: 30px;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tac {
    text-align: center;
}

.pending-msg {
    top: 35%;
}

.pending-msg a {
    color: #ffffff
}

.modalbg {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-header2 {
    padding: 0 10px 30px 10px;
}

.modal-close {
    color: white!important;
    font-size: 30px!important;
    opacity: 1!important;
}

.sidebtn {
    right: 0;
	height: 66px;
	bottom: 35%;
	position: fixed;
    z-index: 99;
    /* border: solid #ccb66a; */
    border-width: 3px 0px 3px 3px;
    /* background: #0c1117; */
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
}

.sidebtn.angpau {
    top: 10%;
}

.sidebtn img {
	width:50px;
	height:50px;
}

.rebateDetail {
    text-align: center;
    color: #ccb66a;
    font-weight: bold;
    font-size: 20px;
}

.referralDetail {
    text-align: center;
    color: #ccb66a;
    font-weight: bold;
    font-size: 20px;
}

/* .badge-red{
    min-width: 10px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
} */

.badge-red{
    position: absolute;
    top: 0;
    right: 22px;
    height: 100%;
}

#count{
    position: relative;
    top: -10px;
    right: 0px;
    background: red;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 0.8rem;
}

.marquee {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccb66a;
}

@media screen and ( max-width: 350px ) {
    .marquee {
    position: absolute;
    color: yellow;
    bottom: -3px;
    margin-left: 8%;
    font-size: 3.5vw;
}
}

.rowAttendance {
    display: flex;
    text-align: center;
  }

/* Create three equal columns that sits next to each other */
.columnAttendance {
    flex: 20%;
    padding: 5px;
    max-width: 20%;
}

.attendanceDay{
    color:#ccb66a;
    font-size:small;
}

.attendancePrize{
    color:#ccb66a;
    font-size:small;
    border: solid 2px;
    border-radius: 5px;
}

.hitMonthly{
    text-align: center;
    color: #ccb66a;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

.form-check-label {
    margin-left: 10px;
}

.rebate-text{
    font-size: 14px;
}

.last-rebate-text{
    font-size: 12px;
}

.last_sync_text{
    color: white;
}

.icon-font{
    color: white;
    font-size: 12px;
    justify-content: center;
    display: flex;
    font-style: normal;
    position: relative;
}

.withdrawDisplay{
    background-color: #000000;
    margin-top: -17px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.withdrawDetails{
    margin-bottom: 10px;
    margin-top: 10px;
    background: #21201d;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    width: 100%;
    background-color: #000000;
    border: 2px solid #ccb66a;
}

.detailsLeft{
    border-right: unset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.detailsRight{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* float treasure  */
.float_treasure{
    position: absolute;
    bottom: 115px;
    right: 10px;
    z-index: 1;
    border-radius: 50%;
    width: 60px;
	height: 60px;
    background-color: #fff;
}

.float_treasure a {
	height: 100%;
}

.float_treasure a div{
	height: 100%;
    display: flex;
}

.treasure_icon{
	width: 75%;
    margin: auto;
}

/* #claim_btn{
    margin-top: 10px;
} */

.claim_btn_icon{
    background: #000;
    border: 2px solid #ffcc00;
    border-radius: 10px;
    width: 62%;
    text-align: center;
    margin: auto;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
}

#claim_special_form, #claim_win_form{
    color: #fff;
    margin: 5%;
}

#openTreasure img{
    height: 55px;
}

#openTreasure .prize{
    height: 76px;
    background: #000;
}

#openTreasure a{
    top: 8px;
    color: #fff;
}

/* end float */

/*-----------SLOT MACHINE--------------*/
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
  
#app {
    background-image: url(../images/slotmachine/slot-machine.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
    width: 100%;
    height: 100%;
    /* background: #1a2b45; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.doors {
    display: flex;
}

.door {
    width: 100px;
    height: 110px;
    overflow: hidden;
    margin: -10px;
}

.boxes {
    transition: transform 1s ease-in-out;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

.buttons {
    margin: 1rem 0 2rem 0;  
}

button {
    cursor: pointer;
    font-size: 1.2rem;
    margin: 0 0.2rem;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.info {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#spinner{
    margin-bottom: 0;
    text-align: center;
    background: #ccb66a;
    border-radius: 0.3rem;
    line-height: 30px;
    color: #000000;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 3px 5px;
    width: 100%;
}

#tnc_list img{
    width: 15px;
    float: left;
}

.bonusTable{
    /* border: 1px solid #ccb66a;
    border-radius: 0.5rem; */
    margin-bottom: 15px; 
}

.bonusList{
    background-color: rgba(0, 0, 0, 0);
    color: #6c757d;
    border: none;
    margin-bottom: 0;
    border-collapse: separate !important;
}

.bonusList th{
    font-size:12px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccb66a;
    padding: 8px;
}

.bonusList td{
    background: black;
    color:white;
    font-size:12px;
    border:none;
    border-left:1px solid #ccb66a;
    /* border-right: 1px solid #ccb66a; */
    border-bottom: 1px solid #ccb66a;
}

/*---------END SLOT MACHINE--------------*/