﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.4; font-size:15px; margin:0 auto; background: #151515; color:#fff; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button:focus, input:focus {
	outline: none;
}
.hide {display:none;}

/*//////PROVIDER COLOR CLASS//////*/

/* pp - PRAGMATIC PLAY*/
.pp .header-top, .pp .main-menu ul li a:hover, .pp button.login-btn, .pp button.reg-btn:hover, .pp .home-sec h2, .pp .comm_button, .pp .copyright, .pp button.submit-btn, .pp .input-field input, .pp .bank-acc table td span, .pp .user span, .pp .acc-cat { border-color:#f19021; color:#f19021;}
.pp button.login-btn:hover, .pp button.reg-btn, .pp .comm_button:hover, .pp .modal-dialog .modal-header, .pp button.submit-btn:hover, .pp button.otp-btn{ background:#f19021; border-color: transparent; color: #fff;}


/*//////PROVIDER COLOR CLASS//////*/

/** Header **/
.header-top {
    background: #000;
    border-bottom: 2px solid;
    height: auto;
}
.logo {
    padding: 3px 0;
}
.flex-menu {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
	font-weight: 700;
	margin: 0 15px;
}

button.login-btn {
    background: transparent;
    text-transform: uppercase;
	border: 1.5px solid;
	font-weight: 700;
    width: 130px;
    height: 35px;
    border-radius: 35px;
    padding: 6px;
	transition: 0.3s;
}
button.login-btn:hover {
	color: #fff;
	transition: 0.3s;
}
button.reg-btn {
    text-transform: uppercase;
	border: 1.5px solid;
	font-weight: 700;
    width: 130px;
    height: 35px;
    border-radius: 35px;
    padding: 6px;
	transition: 0.3s;
	margin-left: 10px;
}
button.reg-btn:hover {
	background: transparent;
	transition: 0.3s;
}
.burger-btn {
	display: none;
}

/** Footer **/
.footer-sec {
	background: #000;
	text-align: center;
	padding: 30px 0 20px;
	font-size: 13px;
}



/** Home **/
.home-sec {
	text-align: center;
	padding: 30px 0;
}
.home-sec h2 {
	font-size:40px;
	font-weight: 400;
}
.about-text {
	max-width: 900px;
	margin: auto;
}
.spbox {
	margin: 20px 0;
}
.spbox a {
    /*max-width: 540px;*/
    overflow: hidden;
    display: block;
}
.spbox a img {
	transition: 0.4s;
}
.spbox a:hover img {
	transform: scale(1.08);
	transition: 0.4s;
	filter: brightness(1.15);
}
.comm_button {
    background: transparent;
    text-transform: uppercase;
	border: 1.5px solid;
    font-weight: 700;
    width: 140px;
    height: 35px;
    margin: auto;
    border-radius: 35px;
    padding: 6px;
    transition: 0.3s;
    display: block;
    margin-top: 15px;
}
.comm_button:hover {
	color: #fff;
	transition: 0.3s;
}
.acc-sec .col-md-12 { padding:0px;}
.acc-sec form {
    width: 70%;
    margin: 0px auto;
}
.acc-cat {
	text-align: center;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0px;
	border:1px solid;
}
.bank {
    list-style: none;
    display: flex;
    padding: 0px;
}
.bank li img{ filter: grayscale(1); border-radius:10px; margin-right: 20px;}
.bank li.active img, .bank li a:hover img { filter: none;}
.bank-acc table td {
    border: 1px solid #3e3e3e;
    padding: 10px;
}
.user { text-align:center; margin-top: 20px;}

@media (max-width:991px) {
.header-top {
    height: auto;
}	
.logo {
    padding: 3px 0;
    display: inline-block;
    max-width: 120px;
}	
.flex-menu {
    justify-content: flex-end;
}	
.main-menu {
    display: none;
}
.login-col {
    margin-right: -10px;
}
.burger-btn {
	display: inline-block;
}	
button.burger-btn {
    background: none;
    border: none;
    padding: 0;
	color:#ffffff;
	font-size: 20px;
}
}

@media (max-width:600px) {	
.header-top {
    height: auto;
}	
.logo {
    padding: 3px 0;
    max-width: 110px;
	margin-left: 15px;
}
.home-sec h2 { font-size:20px;}
.about-text { font-size:12px;}
.mb-3 { font-size: 10px;}
.acc-sec form {
    width: 100%;
	}
.bank li img{ max-width: 80%;}
button.login-btn {
    width: 70px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
}
button.reg-btn {
    width: 75px;
    height: 30px;
    padding: 5px;
    margin-left: 0px;
    font-size: 13px;
}
.rg-field {
    display: grid;
    grid-template-columns: auto;
}
.input-field input.verify {
    width: 100%;
}	
button.otp-btn {
	width: auto;
    margin-top: 8px;
}	
}

.modal form label {
    color: #fff;
}

.modal form label.error {
    color: #ff0000;
}

.v-code-input {
    position: relative;
}

.v-code-input img {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 100px;
}






























