﻿.bg-header {
    background: #F2AA4C;
}
.bg-mall {
    background: url(https://papers.co/wallpaper/papers.co-vy77-circle-orange-simple-minimal-pattern-background-36-3840x2400-4k-wallpaper.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-body {
    background: linear-gradient(rgba(0, 0, 0,0.45),rgba(0, 0, 0,0.45)), url(img/bg-3.jpg) /*no-repeat center center fixed*/;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-custom-mall {
    color: #e88565 !important;
}
.bg-signup {
    background: url(img/bg-4.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mt-20 {
    margin-top: 20rem !important;
}
.mt-18 {
    margin-top: 18rem !important;
}
.mb-4x {
     margin-bottom: 2.1rem !important;
}
.mb-10 {
    margin-bottom: 10rem !important;
}

.bg-theme-1 {
    background-color: #F2AA4C !important;
}

.bg-theme-card {
    background-color: #16CC80 !important;
}

.logo {
    width: 200px !important;
    height: 60px !important;
}

hr.new1 {
    margin-top: 0px;
    border: 2px solid white;
}

hr.new2 {
    margin-top: 0px;
    border: 0.5px solid #808080;
}
.navbar-toggler-icon i {
    font-size: 28px;
}
.card-padding {
    padding-right: 10%;
    padding-left: 13%;
}

.py-6 {
    padding-top: 5rem !important;
}

.mb-1x5 {
    padding-bottom: 1.55rem !important;
}

.text-theme-1 {
    color: #F2AA4C !important;
}

.box-otp {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
}

#ajax-loader-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../assets/loading.gif") 50% 50% no-repeat;
}

.swal2-container {
    z-index: 1000000 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.box-otp {
    padding: 10px;
    margin: 1px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
}
.text-yellow {
    color: #F2AA4C !important;
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0;
    right: auto;
    border-left: 2px solid #F2AA4C;
    border-bottom: 0;
}
.nav-link li a {
    color:white !important;
}
@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #fff !important;
    }
    .navbar-collapse .navbar-toggler span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        opacity: 1;
        background: #F2AA4C;
    }
    .inplay-logo {
        width: 150px !important;
        max-width: 100% !important;
    }
}
.dropdown-menu {

    background-color: #212529;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4375rem;
    box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
}
    .dropdown-menu a {
        color: #F2AA4C;
    }
    .dropdown-menu a {
        color: #F2AA4C;
    }
.dropdown-menu .dropdown-header h6 {
    color: #F2AA4C !important;
}
@media (min-width: 768px) {
    .navbar .dropdown-menu-arrow:before {
        background: #212529;
    }
}
.dropdown-divider {
  
    border-top: 1px solid #F2AA4C;
}
.prof-img {
    
    width: 180px;
    height: 180px;
}
.prof-img-small {
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
}
.id-image {
    width:100%;
    max-width: 280px;
    max-height: 160px;
}
/*.inplay-logo {
    width: 250px !important;
    max-width: 100% !important;
}*/
@charset "UTF-8";
.profile-user-img {
	width: 180px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: auto;
	margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: -30px;
	z-index: 1;
	top: 90px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #212529;
	border: 1px solid #d2d6de;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input+label:hover {
	background: #212529;
	border-color: #F2AA4C;
}
.avatar-upload .avatar-edit input+label:after {
	content: "\f030";
	font-family: "FontAwesome";
	color: #F2AA4C;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 34px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: auto;
	margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 20px;
	z-index: 1;
	top: 90px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
}
@media only screen and (max-width: 414px) {
.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: auto;
	margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 30px;
	z-index: 1;
	top: 90px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
}
.form__radios {
  display: grid;
  grid-gap: 0.5em;
  gap: 1em;
  
}

.form__radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
}

.form__radio label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-gap: 1em;
  gap: 1em;
}
.button-padding button  {
   margin-top: 10px;
}
.navbar .navbar-toggler .icon-bar {
    color: white !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.carousel .carousel-item {
    height: 20em;
    border-radius: 10px;
}

    .carousel .carousel-item > *:first-child {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        border-radius: 10px;
    }
.mdi-36px {
    font-size: 39px;
    margin-right: 10px
}
.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .faq-nav .nav-link {
        position: relative;
        display: block;
        margin: 0;
        padding: 13px 16px;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        color: #616161;
        transition: background-color 0.2s ease;
    }

        .faq-nav .nav-link:hover {
            background-color: #f6f6f6;
        }

        .faq-nav .nav-link.active {
            background-color: #f6f6f6;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.87);
        }

        .faq-nav .nav-link:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom: 0;
        }

        .faq-nav .nav-link i.mdi {
            margin-right: 5px;
            font-size: 18px;
            position: relative;
        }

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .tab-content .card {
        border-radius: 0;
    }

    .tab-content .card-header {
        padding: 15px 16px;
        border-radius: 0;
        background-color: #f6f6f6;
    }

        .tab-content .card-header h5 {
            margin: 0;
        }

            .tab-content .card-header h5 button {
                display: block;
                width: 100%;
                padding: 0;
                border: 0;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.87);
                text-align: left;
                white-space: normal;
            }

                .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
                    text-decoration: none;
                }

    .tab-content .card-body p {
        color: #616161;
    }

        .tab-content .card-body p:last-of-type {
            margin: 0;
        }

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


/* ---------------------- BANNERS ---------------------------- */

/* DESKTOP */
.banner-1 {
    background-image: url(img/banners/banner_1_desktop.png);
}
.banner-2 {
    background-image: url(img/banners/banner_2_desktop.png);
}




/* TABLET */
@media only screen and (max-width: 1024px) {
    .banner-1 {
        background-image: url(img/banners/banner_1_tablet.png);
    }
    .banner-2 {
        background-image: url(img/banners/banner_2_tablet.png);
    }
}
/* MOBILE */
@media only screen and (max-width: 414px) {
    .banner-1 {
        background-image: url(img/banners/banner_1_mobile.png);
    }
    .banner-2 {
        background-image: url(img/banners/banner_2_mobile.png);
    }
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    /*background-color: rgba(0,0,0, 0.9);*/ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    /*top: 25%;*/ /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    /*font-size: 36px;*/
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}


    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        /*font-size: 20px*/
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-bottom-nav__item-content a {
    color: #525f7f;
}
.mobile-bottom-nav__item--active a {
    color: #e88565;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}
.game-icons {
    width:100%;
    height: auto;
}