.account_bg {
	background-color: #1f1f1f;
	border-radius: 5px;
	}

.border-2e2e2e {
	border-bottom: 2px solid #2e2e2e;
	}

.bg_14 {
	background-color: #141414 !important;
	}

.theme_container_full {
	min-width: 1180px;
	}

a {
	color: #ffffff;
	}

a:hover {
	color: #44d62c;
	}

.btn-green {
	background: #44d62c;
	border: 1px solid #44d62c;
	color: #000000;
	font-size: 0.8em;
	padding: 0.25rem 0.75rem;
	border-radius: 3px;
	text-transform: uppercase;
	}

h6 {
	font-size: 0.8rem !important;
	}

/* deposit page */
.text-green {
  color: #44d62c;
}

.bg-input {
	background-color: #171717;
	padding: 0.5rem;
	color:#fff;
	border: 1px solid #373737;
	border-radius: 3px;
	font-size: 0.8rem;
	}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #44d62c;
	color: #000000;
	border: 1px solid #44d62c;
	}

.nav-tabs .nav-link {
	background: #242424;
	color: #FFFFFF;
	border: 1px solid #2e2e2e;
	}

a.tablinks1{
	background-color: #242424;
	border: 1px solid #2e2e2e;
	display: block;
	color: #FFFFFF;
	border-radius: 3px;
	}

a.tablinks1.active {
	background-color: #1a1a1a;
	border: 1px solid #44d62c;
	display: block;
	color: #FFFFFF;
	border-radius: 3px;
	}

a.tablinks2{
	background-color: #242424;
	border: 1px solid #2e2e2e;
	display: block;
	color: #FFFFFF;
	border-radius: 3px;
	}

a.tablinks2.active {
	background-color: #1a1a1a;
	border: 1px solid #44d62c;
	display: block;
	color: #FFFFFF;
	border-radius: 3px;
	}
.date-select-bg {
    background: 0 0;
    background-image: url(../images/calender.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal-close-icon {
    position: absolute;
    font-size: 50px;
    top: -10px;
    right: 15px;
    color: #565656f5;
}
.control-label {
    font-weight: bold;
    color: white;
    font-size: 12px;
	padding-bottom: 5px;
}
.ui-input2 {
    width: 100%!important;
    /* margin: 10px 0 10px 0!important; */
    -ms-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding: 5px 10px;
    font-size: 0.8rem;
    background: transparent;
    color: white;
    border: 1px solid #383838;
    border-radius: 3px;
    /* box-shadow: inset 0 2px 4px 0 #b8c3d6; */
    line-height: 30px;
}
.gm-btn {
    border-radius: 30px;
    background: #1a1717;
    color: #fff!important;
    border: 1px solid #44d62c;
    font-weight: bold;
}
.position-scroll-cs {
    position: fixed;
    bottom: 50%;
    right: 0;
}
.border-scroll-cs{
    border : 1px solid #dee2e638!important;
}