﻿@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Fredoka+One&family=Outfit&display=swap');
:root {
    --gold_color_1: #DFC46E;
    --gold_color_2: #514424;
    --gold_color_3: #685C35;
    --gold_background: url('gold_bg.png');
    --plat_color_1: #515151;
    --plat_color_2: #FDFDFD;
    --plat_color_3: #565656;
    --plat_background: url('platinum.png');
    --dia_color_1: #2E4764;
    --dia_color_2: #005A7A;
    --dia_color_3: #FFFFFF;
    --dia_background: url('diamond_bg.png');
}

.text-dia {
    color: var(--dia_color_1);
}
.text-dia-2 {
    color: var(--dia_color_2);
}
.text-dia-3 {
    color: var(--dia_color_3);
}

.bg-dia-2 {
    background: var(--dia_color_1);
}


.text-gold {
    color: var(--gold_color_1);
}
.text-gold-2 {
    color: var(--gold_color_2);
}
.text-gold-3 {
    color: var(--gold_color_3);
}
.text-plat {
    color: var(--plat_color_1);
}

.text-plat-2 {
    color: var(--plat_color_2);
}

.text-plat-3 {
    color: var(--plat_color_3);
}


.bg-dia {
    background: var(--dia_background);
}
.bg-gold {
    background: var(--gold_background);
    background-size: cover;
}
.bg-plat {
    background: var(--plat_background);
    background-size: cover;
}
.bg-dia-2 {
    background: var(--dia_color_1);
}
.bg-plat-2 {
    background: var(--plat_color_1);
}
.bg-gold-2 {
    background: var(--gold_color_2);
}
* {
    font-family: 'Outfit', sans-serif;
}
.bg-inplay {
    background-color: #2b2d42 !important;
}
.bg-inplay-2 {
    background-color: #edf2f4 !important;
}
.bg-inplay-3 {
    background-color: #edf2f4 !important;
}
.text-inplay-muted {
    color: #9d9a8c !important;
}
.text-inplay {
    color: #E4930E !important;
}
.text-white {
    color: white !important;
}
.form-switch .form-check-input:checked {
    border-color: #ff5151 !important;
    background-color: #ff5151 !important;
}
.navbar-vertical .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    color: #5b5b5b !important;
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
    color: #d90429 !important;
    background-color: #dbdfe1;
}
.banner {
    height: 368px;
    min-height: 368px;
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #d90429 0%, #d90429 100%) !important;
}
.bg-gradient-primary {
    background-image: linear-gradient(310deg, #a90000 0%, #ff5151 100%);
}
.inplay-logo {
    width:100%;
   
    padding: 2rem;
    
}
.header-text {
    color: #E4930E;
    font-family: 'Carter One', cursive;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.jackpot-card {
    height: 250px !important;
}
@media (max-width: 991.98px) {
    .navbar.navbar-transparent .navbar-collapse {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .navbar.navbar-transparent .navbar-collapse.collapsing {
            background: #fff;
        }

        .navbar.navbar-transparent .navbar-collapse.show {
            background: #fff;
        }

            .navbar.navbar-transparent .navbar-collapse.show .nav-link,
            .navbar.navbar-transparent .navbar-collapse.show i {
                color: #344767;
            }

    .g-sidenav-show .navbar:not(.sidenav).navbar-main .navbar-collapse,
    .g-sidenav-show .navbar:not(.mixed-navbar) .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }

    .g-sidenav-show .navbar:not(.sidenav).navbar-main .navbar-nav,
    .g-sidenav-show .navbar:not(.mixed-navbar) .navbar-nav {
        flex-direction: row;
    }

    .navbar.navbar-transparent .navbar-collapse {
        box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
    }
}

.game-logo img {
    width:350px;
    max-width: 100%;
  
}
.game-logo div {
    /*padding: 5px;*/
    padding-left: 5px;
    margin-bottom: 0.5rem;
}

.id-image {
    width: 100%;
    max-width: 280px;
    max-height: 160px;
}
.avatar-promotion {
    width: 100% !important;
    max-width: 150px;
}
#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('loading.gif') 50% 50% no-repeat;

}

.slider-button {
    /*height: 3rem;
    width: 5px;*/
   
    border-radius: 100px;
    color: #fff !important;
    margin-left: 5px;
    
}
    .slider-button i {
        color: #fff !important;
        align-content: center;
        justify-content: center;
        text-align: center;
        font-size: 15pt !important;
    }
    .slider-button svg {
        display: block;
        margin: auto;
        align-content: center;
        justify-content: center;
        text-align: center;
    }
.header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding: 0.3rem 1.5rem;*/
}
/*rgba(169, 0, 0, 1)*/

.header-title {
    position: relative;
    min-width: 28rem;
    max-width: 82.5%;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    background: linear-gradient(to right,rgba(169, 0, 0,1),rgba(169, 0, 0,0.5),rgba(169, 0, 0,0));
    border-left: 5px solid #fff;
    color: #E4930E;
    font-family: "888-Bold",verdana,sans-serif;
}
    .header-title h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }
.slider-buttons {
    margin: 0;
    display: flex;
    margin-top: 6px;
    
}

/*.games-slide img:hover {
    
    box-shadow: 0px 0px 15px #fff;
}*/
.games-slide img {
    padding: 5px;
}

/*.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;
    }*/
/* ################################################################################################################ */
.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;
        font-size: 10pt;
        font-weight: normal;
    }

.payment-logo {
    max-width: 80px;
    height: 20px;
}

.text-channel {
    color: #000 !important;
}

.text-channel-na {
    color: #e5e5e5 !important;
}

.na {
    cursor: not-allowed !important;
}

input[name="payment-method"]:checked + label {
    color: red !important;
    font-size: 500px;
}
.accordion-button::after {
    background-image: url(../assets/plus.svg);
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/plus.svg);
    transform: rotate( 180deg );
}
.disable-fn {
    background-color: #f3f3f3;
    
    cursor: not-allowed;
}
    .disable-fn label {
        color: #e5e5e5 !important;
         cursor: not-allowed;
    }
.disable-fn img {
    opacity: 0.2;
}
/* ############################################################################################################### */

.button-padding button {
    margin-top: 10px;
}
.button-amount {
    font-size: 11pt;
}

.form__radio label {
    font-size: 10pt;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #04050d;
    border-color: #04050d;
}


/*##############################################################################################*/
.box-shadow {
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}
.da-card{
	position: relative;
    overflow: hidden;
}
.da-card .da-card-content{
	padding: 20px 15px;
	background: #ffffff;
	font-size: 14px;
}
.da-card .da-card-photo{
	position: relative;
	overflow: hidden;
}
.da-card .da-card-photo img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.da-card .da-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	background: rgba(19,30,34,0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-overlay.da-slide-left{
	left: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-left{
	left: 0;
}
.da-card .da-overlay.da-slide-right{
	right: -100%;
	left: inherit;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-right{
	right: 0;
}
.da-card .da-overlay.da-slide-top{
	top: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-top{
	top: 0;
}
.da-card .da-overlay.da-slide-bottom{
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.da-card .da-card-photo:hover .da-overlay.da-slide-bottom{
	top: 0;
}
.da-card .da-card-photo:hover img{
	-ms-transform: scale(1) translateZ(0);
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}
.da-card .da-card-photo:hover .da-overlay{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.da-card .da-card-photo:hover .da-social{
	opacity: 1;
}
.da-card .da-social{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.da-card .da-social h5 {
	position: absolute;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 500;
}
.da-card .da-social ul li{
	float: left;
}
.da-card .da-social ul li a{
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #ffffff;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 0px 1px #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-card .da-social ul li:first-child a{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.da-card .da-social ul li:last-child a{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.da-card .da-social ul li a:hover{
	background: #ffffff;
	color: #1b00ff;
}
.clearfix li {
    list-style-type: none;
}
.center-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E4930E !important;
    outline: 0;
    box-shadow: 0 0 0 2px #e4bc7b;
}
.input-group input {
    height: 100%;
    min-height: 41.5px;
}

.text-link-hover:hover {
    color: #E4930E !important;
}
.grecaptcha-badge {
    visibility: hidden;
}
.custom-loader {
    animation: none !important;
    border-width: 0 !important;
}

/* LOCALE */
.locale-selector img {
    opacity: 0.5;
    border: 2px solid #fff;
}

.locale-selector .active-locale {
    opacity: 1;
}
.size img {
    width: 29px !important;
    height: 29px !important;
}
#editText {
    cursor: pointer !important;
}
.inplay-logo-new { 
    width: 200px !important;
    height: 90px !important;
}
.secure-logo {
    width: 100px !important;
    height: 30px !important;
}
.secure-payment-type-logo {
    height: 30px !important;
    max-width: 100%;
}
.text-inplay-new {
    color: #f04e24 !important;
}
.bg-inplay-new {
    background: #f04e24 !important;
}
.details p {
    width: calc(100% - 20px);
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #280031;
}
.countdown-label {
    font-size: 15.5px;
    line-height: 40px !important;
}
.countdown-timer {
    font-weight: bold;
    color: white;
    font-size: 24px;
}
.p-20 {
    padding: 5rem;
}
.card-section {
    position: relative;
    bottom: 60px;

}
.shadow {
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.75);
}
.card-block {
    padding: 80px;
}

.section-title {
    margin-bottom: 60px;
}
.bg-fortunepay {
    background: #1f295d !important;
}
.bg-fortunepay2 {
    background: #fdb713 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
img[data-payment-type="Dragon Pay"] {
    content: url('payment-logo/dpay_logo.png');
}
img[data-payment-type="Paymaya"] {
    content: url('payment-logo/mayalogo.png');
}
img[data-payment-type="GCash"] {
    content: url('payment-logo/gcashlogo.png');
}
img[data-payment-type="Fortune Pay"] {
    content: url('payment-logo/fpay_logo.png');
}
img[data-payment-type="Shopee Pay"] {
    content: url('payment-logo/spay_logo.png');
}
img[data-payment-type="EPlayment"] {
    content: url('payment-logo/eplay_logo.png');
}
