/* Global Style Start */
html, body{
	width:100%;
	height:100%;
}
body {
	background: #4359ff; /* For IE */
	background: var(--primary-bg_custom-color, #4359ff);
	color: #8383a1;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight:400;
	overflow-x:hidden;
}
img {
	max-width: 100%;
	height: auto;
}
iframe{
	max-width:100%;
}
a {
	color: #4359ff; /* For IE */
	color: var(--primary-bg_custom-color, #4359ff);
}
.wa-text-primary{
	color:#0d96ef !important;
	color: var(--primary-btn-txt_custom-color, #0d96ef) !important;
}
.wa-btn{
	border-radius:0;
	padding:12px 40px;
	border:none;
	cursor:pointer;
}
.wa-btn-primary{
	background-color: #0d96ef; /* For IE */
	background-color: var(--primary-btn-txt_custom-color, #0d96ef);
	color:#ffffff;
}
.wa-btn-lg{
	padding:15px 60px;
}
button:disabled {
    opacity:0.4;
	cursor:not-allowed;
}
.deposits-component div:not(:first-child)  {
    margin-top:2vh;
}
.wa-btn-secondary{
	background:#5e80ff; /* For IE */
	background: var(--secondary-btn-txt_custom-color, #5e80ff);
	color:#ffffff !important;
}
.wa-btn-secondary:hover{
	background:#486ae9;
	background: var(--secondary-btn-txt_custom-color_hover, #486ae9);
}
.wa-btn-sm{
	font-size:12px;
	padding:6px 20px;
}
.wa-btn-outline-secondary{
	border-color: #5e80ff; /* For IE */
	border-color: var(--secondary-btn-txt_custom-color, #5e80ff);
	color:#5e80ff !important; /* For IE */
	color: var(--secondary-btn-txt_custom-color, #5e80ff) !important;
}
.wa-btn-outline-secondary:hover{
	background:#5e80ff; /* For IE */
	background: var(--secondary-btn-txt_custom-color, #5e80ff);
	color:#ffffff !important;
}
.wa-btn-outline-lightblue{
	border-color:#d7e2f4;
	color:#888888 !important;
}
.wa-btn-outline-lightblue:hover{
	background:#e4effd;
	color:#888888 !important;
	border-color:#d7e2f4;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eeeeee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bcbfcc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.wa-btn-success{
	background:#18d0b2;
	color:#ffffff !important;
}
.wa_full{
	width:100%;
	float:left;
}
.wa-btn-blue{
	background:#1e55f7; /* For IE */
	background: var(--primary-btn_custom-color, #1e55f7);
	color:#ffffff !important;
	border-color:#1e55f7; /* For IE */
	border-color: var(--primary-btn_custom-color, #1e55f7);
}
.wa-btn-outline-blue{
	color:#1e55f7; /* For IE */
	color: var(--primary-btn_custom-color, #1e55f7);
	border-color:#1e55f7; /* For IE */
	border-color: var(--primary-btn_custom-color, #1e55f7);
}
.wa-btn-outline-blue:hover{
	background:#1e55f7; /* For IE */
	background: var(--primary-btn_custom-color, #1e55f7);
	color:#ffffff;
}
.wa-btn-blue:hover{
	background:#00C; /* For IE */
	background: var(--primary-btn_custom-color_hover, #00C);
}
.wa-btn-light{
	background:#f4f5f9;
	color:#9ca2ac;
	border-color:#f4f5f9;
}
.btn.wa-btn-light{
	border-color:#e1e4ef;
}
.wa-btn-light::placeholder{
	color:#9ca2ac;
}
.wa-btn-warning{
	background:#ffd46d;
}
.wa-text-success{
	color:#33cc00 !important;
}
.wa-text-danger{
	color:#e75059 !important;
}
.wa-btn-info{
	color:#ffffff !important;
	background:#9900cc !important;
	border-color:#9900cc;
}
.wa-btn-info:hover{
	background:#660099 !important;
}
/* Global Style End */
.wa_body{
	padding:60px 40px;
	position:relative;
	height:100%;
	display:table;
}
.wa_body_in{
	display:table-cell;
	vertical-align:middle;
}
.wa_pagewrapper{
	width:100%;
	max-width:1180px;
	height:100%;
	position:relative;
	margin:auto;
	background:#ffffff;
	border-radius:40px;
	overflow:hidden;
	/*overflow-y:auto;*/
}
.wa_loginwrapper{
	border-radius:40px 0 40px 40px;
	height:auto;
}
.wa_login{
	width:100%;
	float:left;
}
.wa_login_left{
	padding:70px 95px 50px 95px;
	width:100%;
	float:left;
}
.wa_login_left p{
	color:#bcbfcc;
	margin:0;
	font-size:13px;
}
.wa_login_left h6{
	color:#bcbfcc;
	margin:0;
}
.wa_login_left h2{
	color:#bcbfcc;
	margin:25px 0;
	font-size:24px;
}
.wa_loginform{
	margin:40px 0 0 0;
}
.wa_loginform .form-control{
	border-radius:0;
	background:#f6f6f9;
	height:60px;
	border-color:#d7d5df;
	color:#8383a1;
	padding-left:55px;
}
.wa_loginform .form-control::placeholder{
	color:#bcbfcc;
}
.wa_loginform .form-group{
	position:relative;
}
.wa_loginform .form-group i.icon {
    color: #bcc5da;
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 24px;
}
.wa_loginform .wa-btn{
	margin-top:20px;
	min-width:200px;
}
.wa_login_right{
	width:100%;
	float:left;
	padding:100px 50px 0 50px;
	background:url(../images/loginbg.png) no-repeat right top;
	background-size:contain;
}
.wa_login_footer{
	width:100%;
	float:left;
	padding: 20px 95px 60px 95px;
}
.wa_login_footer span a{
	color:#bcbfcc;
	text-decoration:none;
}
.wa_pamentcard{
	width:100%;
	float:left;
	text-align:left;
	border-top:1px #bcbfcc solid;
	padding-top:10px;
	margin-top:10px;
}
.wa_pamentcard a img{
	margin:0 3px;
}
.wa_social{
	width:100%;
	float:left;
	text-align:center;
	padding-right:75px;
	margin:50px 0;
}
.wa_social a img{
	margin:5px;
}
.wa_social a:hover img{
	opacity:0.7;
}
.otp-time{
	margin-top:10px !important;
}
.wrong-otp .form-control{
	border-color:red;
}
.wrong-otp small{
	color:red;
	position:absolute;
	right:0;
	top:4px;
}
.wa_loginform input[type=checkbox]{
    width: 16px;
    height: 16px;
    top: 5px;
    position: relative;
}
.wa_sidebar{
	width:225px;
	float:left;
	background:#e4effd;
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
	overflow-y:auto;
	padding:50px 30px;
}
.wa_maincontent{
	width:100%;
	float:right;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding:50px 40px;
	padding-left:265px;
	overflow:hidden;
	overflow-y:auto;
	background:#f4f9ff;
}
.wa_sidebar .logo{
	width:100%;
	float:left;
	padding:20px 0;
}
.wa_sidebar .logo img{
	width:100px;
}
.wa_sidebar .wa_notification{
	width:100%;
	float:left;
	border-bottom:1px #d7e2f4 solid;
	text-align: left;
	padding:20px 0;
}
.wa_sidebar .wa_notification a i{
	border:2px #d7e2f4 solid;
	padding:9px 5px;
	border-radius:30px;
	width:34px;
	height:34px;
	text-align:center;
	margin:0px 5px 0px 0px;
}
.wa_sidebar .wa_notification a{
	position:relative;
}
.wa_sidebar .wa_notification a sup {
    background: #e7505a;
    color: #ffffff;
    padding: 9px 6px;
    border-radius: 30px;
    position: absolute;
    top: -13px;
    right: 0;
    font-size: 10px;
}
.wa-drop {
    border: none;
    box-shadow: #a6bad4 0 0 15px;
	padding:5px;
	margin-top:12px;
}
.wa-drop:before {
    background: #ffffff;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: -7px;
    left: 20px;
    content: '';
}
.wa-drop a{
    padding:5px;
	display:block;
	color:#b0b7c2;
	font-size:12px;
}
.wa-drop a span img{
	margin-right:10px;
}
.lang, .noti{
	display:inline-block;
}
#noti_bdy {
	max-height: 300px;
	min-height: 100px;
	overflow-y: scroll;
}
.noti .wa-drop {
    width: 215px;
    left: 5px !important;
	padding:0;
}
.noti .wa-drop:before {
    left: 100px;
}
.noti_hd{
	border-bottom:1px #cccccc solid;
	padding:15px 5px;
	margin:0;
	font-size:12px;
	color:#b0b7c2;
	text-align:center;
}
.noti_ftr{
	border-top:1px #cccccc solid;
	padding:15px 5px;
	margin:0;
	font-size:12px;
	text-align:center;
}
.noti_ftr a{
	padding:0;
}
.noti_list{
	padding-left:50px !important;
	color:#000000 !important;
	text-decoration:none !important;
	padding:7px 8px;
}
.noti_list small{
	color:#c1c9d0;
}
.noti_list span{
	position:absolute;
	left:6px;
	top:6px;
}
.noti_list span img{
	margin:0;
	height:32px;
}
.wa_nav{
	width:100%;
	float:left;
	padding:15px 0;
	border-top:1px #d7e2f4 solid;
}
.wa_nav ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.wa_nav ul li a{
	color:#172447; /* For IE */
	color: var(--dark_custom-color, #172447);
	padding:7px 0;
	width:100%;
	float:left;
	text-decoration:none !important;
}
.wa_nav ul li a:hover{
	font-weight:bold;
}
.wa_nav ul li.active a{
	font-weight:bold;
}
.wa_short li a{
	color:#747e99 !important;
	font-weight:normal !important;
}
.wa_short li.active a, .wa_short li a:hover{
	color: #172447 !important; /* For IE */
	color: var(--dark_custom-color, #172447) !important;
}
.wa_userinfo{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:50px;
}
.wa_username{
	float:left;
	padding-left:20px;
}
.wa_username big{
	color: #172447; /* For IE */
	color: var(--dark_custom-color, #172447);
	font-size:22px;
}
.wa_username a{
	color: #172447; /* For IE */
	color: var(--dark_custom-color, #172447);
	text-decoration:none !important;
}
.wa_userbalance{
	float:right;
	background:#fdd425;
	padding:12px 40px;
	text-align:center;
	border-radius:50px;
	color:#000000;
	font-size:14px;
}
.wa_userbalance hr{
	margin:5px 0;
	border-top-color:#000000;
}
.wa_userpic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eeeeee;
    position: absolute;
    top: -5px;
    left: -85px;
    z-index: 9;
}
.wa_userpic i {
	color: #4359ff; /* For IE */
	color: var(--primary-bg_custom-color, #4359ff);
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fff;
    border: 1px #ffffff solid;
    border-radius: 30px;
    padding: 2px 0px;
	cursor:pointer;
}
.wa_userpic img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
	border: 5px #ffffff solid;
	max-width:none;
}
.wa_username .btn-sm {
    padding: 4px 15px;
    font-size: 12px;
}
.wa_section{
	width:100%;
	float:left;
	background:#ffffff;
	border-radius:30px;
	box-shadow:rgba(67,89,255,0.1) 0 0 20px;
	margin:15px 0;
	position:relative;
}
.wa_heading{
	color:#172447 !important; /* For IE */
	color: var(--dark_custom-color, #172447) !important;
	padding:20px 25px;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px #d7e2f4 solid;
	margin:0;
}
.wa-title{
	color: #172447 !important; /* For IE */
	color: var(--dark_custom-color, #172447) !important;
	font-size:18px;
	font-weight:normal;
	margin: 0;
}
.wa_title i img{
	height:28px;
	margin-right:5px;
}
.wa_heading i img{
	height:28px;
	margin-right:5px;
}
.wa_listholder{
	width:100%;
	float:left;
	height:365px;
	overflow:hidden;
	overflow-y:auto;
	position:relative;
	border-bottom:1px #f0f3f6 solid;
}
.wa_listing{
	width:100%;
	float:left;
	padding:20px;
	position:relative;
	padding-left:90px;
	border-bottom:1px #f0f3f6 solid;
}
.wa_listing strong{
	color: #172447; /* For IE */
	color: var(--dark_custom-color, #172447);
	font-weight:500;
}
.wa_listing .listicon{
	position:absolute;
	top:15px;
	left:30px;
	background:#f0f3f6;
	border:2px #ffffff solid;
	border-radius:30px;
	width:50px;
	height:50px;
	text-align:center;
	padding-top:10px;
}
.wa_listing .listicon img{
	height:17px;
}
.wa_listing:hover{
	background:#f0f3f6;
}
.wa_listbtn{
	position:absolute;
	left:0;
	bottom:-17px;
	text-align:center;
	width:100%;
}
.panelprice{
	position:absolute;
	right:15px;
	margin-top:-10px;
	font-weight:700 !important;
}
.wa-text-darkblue{
	color: #172447 !important; /* For IE */
	color: var(--dark_custom-color, #172447) !important;
}
.wa_welcome{
	width:100%;
	float:left;
	height:100%;
	background:rgba(0,0,0,0.5);
	display:table;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	padding:30px;
}
.wa_welcome_in{
	display:table-cell;
	vertical-align:middle;
}
.wa_welcomealert{
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.wa_welcomebox{
	width:100%;
	float:left;
	background:#ffffff;
	border-radius:6px;
	overflow:hidden;
	text-align:center;
}
.wa_welcomebox .btn{
	min-width:120px;
	margin:2px 8px;
}
#menutoggle {
    right: 40px;
    position: absolute;
    top: 0px;
    z-index: 9;
    padding: 7px 15px;
	display:none;
}
.wa_profile_crop .form-control-sm{
	height:37px;
}
.wa-alert {
    position: absolute;
	z-index: 99;
    width: 75%;
	left: 0;
	right: 0;
	margin: 0 auto;
    top: 0;
    padding: 15px 50px;
    font-size: 13px;
}
.wa-alert i.icon{
	position: absolute;
	left:12px;
	top:20px;
}
.wa-alert-violet {
    color: #ffffff;
    background-color: rgba(160, 0, 226, 0.8);
    border-color: rgba(160, 0, 226, 0.8);
}

.wa_upload{
    display: none;
}
.wa-input{
	border-radius:0;
}
.modal .wa_welcome{
	background-color:transparent;
}

.wa_customform .form-control {
    background: #ffffff;
    height: 45px;
    border-color: #ccccff;
}
.wa_customform .form-group i.icon {
    color: #bcc5da;
    position: absolute;
    top: 42px;
    left: 20px;
    font-size: 24px;
}
.wa_tab .nav-link{
    background: #f2f8ff;
    color: #888888;
    border:#d7e2f4 1px solid;
	margin:5px;
}
.wa_tab .nav-link.active{
    background-color: #00cc99;
}
.wa_tab_settings .nav-link.active{
    background-color: #9900cc;
}
.squaredThree {
  width: 25px;
  position: relative;
  margin: 0 auto;
}
.squaredThree label {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 4px;
  border:1px #cccccc solid;
}
.squaredThree label:after {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: 5px;
    border: 3px solid #202907;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label {
  	background: #3366ff;
	background: var(--checkbox-bg_custom-color, #3366ff);
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-color:#ffffff;
}

.wa_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.wa_table tr {
	padding: 5px;
	border-bottom:1px #eaedf1 solid;
}
.wa_table tr:hover{
	background-color:#f2f5f8;
}
.td_hidden{
	opacity:0;
	transition:all ease-in-out 0.5s;
}
.wa_table tr:hover .td_hidden{
	opacity:1;
}
.wa_table th, .wa_table td {
	padding: 10px;
	text-align: center;
}
.wa_table th {
	text-transform: capitalize;
	font-size: 12px;
	font-weight:normal;
	background:#ebedee;
	color:#425063;
}
.wa_table strong.wa-text-darkblue{
	font-weight:500;
}
 @media screen and (max-width: 1199px) {
.wa_table {
	border: 0;
}
.wa_table thead {
	display: none;
}
.wa_table tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
}
.wa_table td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
.wa_table td:last-child {
	border-bottom: 0;
}
.wa_table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right:20px;
}
}

.wa_extand{
	height:auto !important;
}
.wa_minimize{
	background:#3bbbe9 !important;
	color:#ffffff !important;
}
.wa_pagination{
	margin:0;
}
.wa_pagination .page-link {
    padding: 4px 10px;
    color: #7f7f7f;
    background-color:transparent !important;
    border: none !important;
	box-shadow:none;
	font-size:12px;
}
.wa_pagination li:not(.active) .page-link:hover {
	color:#03a9f5 !important;
}
.wa_pagination li.active {
    border-radius:30px;
	overflow:hidden;
	background:#03a9f5 !important;
}

.wa_price{
	width: 130px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.wa_price_unit{
	width: 50px;
    display: inline-block;
    margin: 0 5px;
}

.wa_chatbox{
	width:100%;
	display:block;
	height:400px;
	overflow:hidden;
	position:relative;
	padding:15px 0;
	background:#ffffff;
	overflow-y:auto;
}
.wa_chattext{
	width:100%;
	bottom:0;
	left:0;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:10px 5px;
}
.wa_chattext .badge-pill {
    border-radius:10rem !important;
	margin-left:5px !important;
}
.wa_chattext .btn-sm {
    padding: 0 12px;
    font-size: 14px;
}
.wa_chat{
	width:100%;
	display:block;
	position:relative;
	margin:7px 0;
	float:left;
}
.wa_chat .user{
	float:right;
	width:auto;
}
.wa_chat .user span{
	background:#1395b8;
	padding:10px;
	border-radius:6px;
	overflow:hidden;
	display:block;
	color:#ffffff;
	font-size:13px;
}
.wa_chat .user span + p{
	color:#999999;
	text-align:right;
	margin:5px 0 0 0;
	font-size:12px;
}

.wa_chat .support{
	float:left;
	width:auto;
	position:relative;
	padding-left:50px;
}
.wa_chat .support .icon{
	width:40px;
	height:40px;
	background:#f2f4fd;
	border-radius:30px;
	padding:10px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.wa_chat .support .icon img{
	width:20px;
	height:20px
}
.wa_chat .support span{
	background:#f2f4fd;
	padding:10px;
	border-radius:6px;
	overflow:hidden;
	display:block;
	color:#666666;
	font-size:13px;
}
.wa_chat .support span + p{
	color:#999999;
	text-align:left;
	margin:5px 0 0 0;
	font-size:12px;
}
.trimsize{
	width:50%;
}

footer{
	color:#ffffff;
	font-size:10px;
	display:block;
	text-align:center;
	padding-top:30px;
}
/* Media Style Start */
@media (max-width: 1366px) {
.wa_login_left {
    padding: 50px 70px 25px 70px;
}
.wa_login_right {
    padding:50px 100px 0 30px;
}
.wa_social {
    margin-top: 40px;
    padding-right: 135px;
}
.wa_login_footer {
    padding: 20px 70px;
}
}
@media (max-width: 1199px) {
.wa_body {
    padding: 50px;
}
.wa_login_right {
    padding:50px 50px 0 0;
}
.wa_userbalance {
    padding: 12px 20px;
}
}
@media (max-width: 1100px) {
.wa_userbalance {
    padding: 12px 20px;
}
}
@media (max-width: 1090px) {
.wa_userbalance {
    width: 100%;
    margin-top: 30px;
}
.wa_userinfo {
    margin-bottom: 30px;
}
#faq{
	width:100% !important;
}
}
@media (max-width: 991px) {
.wa_loginwrapper {
    border-radius: 40px;
    overflow: hidden;
    max-width: 450px;
}
.wa_body {
    padding: 30px 15px;
    height: auto;
}
.wa_pagewrapper {
    height: auto;
}
.wa_login_right {
    display: none;
}
.wa_social {
    margin: 0;
    padding: 30px;
}
.wa_login_left {
    padding: 40px 50px;
    text-align: center;
}
.wa_login_footer {
    padding: 20px 50px;
}
.wrong-otp small {
    position: relative;
}
}
@media (max-width: 820px) {
.panelprice {
    position: relative;
    right: 0;
    margin-top: 10px;
    display: block;
}
}
@media (max-width: 767px) {
.wa_sidebar {
    position: fixed;
    top: 0;
    left: -225px;
	z-index:99;
	transition:all ease-in-out 0.5s;
}
.wa_sidebar_show {
    left:0;
	transition:all ease-in-out 0.5s;
}
.wa_maincontent {
    position: relative;
    padding-left: 40px;
}
.wa_sidebar .logo {
    text-align: center;
}
.wa_username {
    padding-left: 100px;
}
.wa_userpic {
    left: 0;
}
#menutoggle {
    display:inline-block;
}
.wa_tab.nav-justified .nav-item {
    flex-basis: auto;
    flex-grow: unset;
    width: 100%;
}
#exchange_form {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
}

@media (max-height: 612px) {
	#noti_bdy {
		height: 100%;
		/*overflow-y: scroll;*/
	}
	.noti .wa-drop {
		margin-top: 175px;
	}
}

@media (max-width: 420px) {
	.wa_maincontent {
		position: relative;
		width: 100%;
		padding: 50px 10px !important;
	}
	#exchange_form > .wa-btn-light {
		padding-right: 1.0rem !important;
		padding-left: 1.0rem !important;
	}
}

/* Media Style End */