.generate-address {
	padding-bottom: 15px;
}

.modal-footer .btn-success {
	background-color: #4aa23c;
	border-color: #4aa23c;
}
.btn-primary.withdraw-btn {
    background-color: #fe687a;
    border-color: #fe687a;
}
.btn-primary.withdraw-btn:hover, .btn-primary.withdraw-btn:focus, .btn-primary.withdraw-btn:active {
    background-color: #f25669;
    border-color: #f25669; box-shadow: none;
}
.modal-footer .fa {
    font-family: 'FontAwesome' !important;
    margin-right: 5px;
}

.btn-primary.withdraw-btn:not(:disabled):not(.disabled):active{
	background-color: #f25669 !important;
    border-color: #f25669 !important; box-shadow: none;
}
.row.form-mb {
    margin-bottom: 10px;
}
.hm-5col .card-inner {
    text-align: center;
}
.top-btn em.icon img {
    max-width: 32px;
}

.newtable a {
	padding: 1px 4px;
	color: #fff !important;
	border-radius: 2px;
}
.dark-mode .custom-file-label::after{
	background: #273648 !important;
}
a.eye {
	background-color: #ff9f43;
}

a.edit-user {
	background-color: #4643ff !important;
}

a.verify-doc {
	background-color: #bf43ff;
}

a.delete-user {
	background-color: #ff4444;
}

.newtable a:hover {
	opacity: 0.8;
}

span#close {
	font-weight: 500;
}

span#cancel {
	font-weight: 500;
}

span#open {
	font-weight: 500;
}



/****New css***/
.row-height [class^="col"] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}
.hm-5col .card {
    width: 100%;
}
.login-section {
    background-image: url(/theme/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-section:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
}
.login-terms {
    margin-top: 10px;
}
.login-term {
    overflow: auto;
    max-height: 400px;
}
/****Scroll style***/
.login-term::-webkit-scrollbar {
  width: 4px; border-radius: 2px;
}
 
.login-term::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/ background-color: #dbdfea;
}
 
.login-term::-webkit-scrollbar-thumb {
  background-color: #252f3b; 
  outline: 0px solid slategrey;
}

.pwd {
    position: relative;
}
span.pwd-eyes {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    z-index: 1024;
    font: normal normal normal 14px/1 FontAwesome !important;
}
.code-num .select2-container .select2-selection--single {
    height: 44px;
}
.code-num .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}
.depo-info h6 {
    font-size: 14px;
}
.depo-info h6 span {
    font-weight: 400;
}
.depo-info {
    margin-bottom: 15px;
}

.social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-link ul li {
    display: inline-block; margin-right: 5px;
}
.social-link ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #182536;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}
.social-link ul li a:hover{ color: #0971fe; }
.social-link .fa {
    font-family: 'FontAwesome' !important;
}
.social-link {
    margin-top: 15px;
}
/***END****/
.hm-5col .nk-iv-wg2-amount {
    color: #fff;
}
.light-mode .card.bg-c-yellow .nk-iv-wg2-amount, .light-mode .card.bg-c-purple .nk-iv-wg2-amount, .light-mode .card.bg-c-green .nk-iv-wg2-amount, .light-mode .card.bg-c-pink .nk-iv-wg2-amount, .light-mode .card.bg-c-blue .nk-iv-wg2-amount, .light-mode .card.bg-c-red .nk-iv-wg2-amount{
	color: #fff;
}
.light-mode .card.bg-c-yellow h6, .light-mode .card.bg-c-purple h6, .light-mode .card.bg-c-green h6, .light-mode .card.bg-c-pink h6, .light-mode .card.bg-c-blue h6, .light-mode .card.bg-c-red h6{
	color: #fff;
}
.light-mode .quicklinks .preview-icon-wrap span{
    background: #f5f6fa;
}
.light-mode .social-link ul li a{
	background-color: #eef5ff;
	color: #0971fe;
}

.dark-mode .card.bg-c-yellow, .light-mode .card.bg-c-yellow {
    background: -webkit-gradient(linear,left top,right top,from(#fe9365),to(#feb798));
    background: linear-gradient(to right,#fe9365,#feb798);
}
.dark-mode .card.bg-c-purple, .light-mode .card.bg-c-purple {
    background: -webkit-gradient(linear,left top,right top,from(#9927e5),to(#c577f6));
    background: linear-gradient(to right,#9927e5,#c577f6);
}
.dark-mode .card.bg-c-green, .light-mode .card.bg-c-green{
	background: -webkit-gradient(linear,left top,right top,from(#0ac282),to(#0df3a3));
    background: linear-gradient(to right,#0ac282,#0df3a3);
}
.dark-mode .card.bg-c-pink, .light-mode .card.bg-c-pink{
    background: -webkit-gradient(linear,left top,right top,from(#fe5d70),to(#fe909d));
    background: linear-gradient(to right,#fe5d70,#fe909d);
}
.dark-mode .card.bg-c-blue, .light-mode .card.bg-c-blue{
	background: -webkit-gradient(linear,left top,right top,from(#01a9ac),to(#01dbdf));
    background: linear-gradient(to right,#01a9ac,#01dbdf);
}

.dark-mode .card.bg-c-red, .light-mode .card.bg-c-red {
    background: -webkit-gradient(linear,left top,right top,from(#0262e4),to(#4695ff));
    background: linear-gradient(to right,#0262e4,#4695ff);
}

.user-toggle .user-avatar.sm>img{
	height:100%;
}


/**END**/

.ticketstatus span.badge{
	margin-left: 8px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
}

body.sidebar-collapse .sidebar-menu .treeview-menu>li>a {
	color: #212121 !important;
}

.user-thrd .media-body.photo-contant {
	background-color: #182536;
}

.ticket-col .media-body.photo-contant p {
	margin-bottom: 5px;
}

.ticket-col .media-body.photo-contant {
	border-radius: 5px;
	position: relative;
	padding: 10px;
}

.ticket-col .media-body.photo-contant p.datetime {
	/* font-family: 'GothamMedium';*/
	font-size: 12px;
}

/* button#ticket-statusb {
	border-radius: 40px;
	padding: 9px 25px;
} */

.admin-thrd .media-body.photo-contant {
	background-color: #28313d;
    color: #fff;
}
.img-box {
    background: #0d141d;
    width: 150px;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 30px 0 0 0;
}
.img-box img {
    object-fit: cover;
}
.ticket-col .media-body.photo-contant a h6 {
	margin-bottom: 5px;
}

.admin-thrd .media-body.photo-contant a h6 {
	color: #fff;
}

.admin-thrd .media-body.photo-contant p.datetime {
	color: #fff;
	opacity: 0.8;
}

.chat-header {
	display: flex;
	gap: 7px;
}

.mediass.admin-thrd {
	padding-left: 53px;
}

.boxbg {
	border: 2px solid rgba(255, 255, 255, 0.51);
	border-radius: 18px;
	box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
	background-color: #fff;
	padding: 15px;
}

.boxbg:hover {
	text-decoration: none;
	color: #212121;
}

.small-box.boxbg .icon {
	position: relative;
	top: inherit;
	right: inherit;
	float: left;
	height: 70px;
	width: 70px;
	text-align: center;
	font-size: 30px;
	line-height: 74px;
	background: #6639e4;
	border-radius: 100%;
	color: #ffd72e;
}

.small-box.boxbg .inner {
	padding: 10px 10px 10px 0;
	margin-left: 90px;
}

.small-box.boxbg p {
	font-family: 'GothamMedium';
	color: #000;
	text-transform: uppercase;
}

a.btn.bluebtn {
	background: #6639e4;
	color: #fff;
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	border: 1px solid #6639e4;
	min-width: 120px;
	margin-top: 15px;
}

a.btn.bluebtn:hover {
	background: #ffe930;
	color: #212121;
	border: 1px solid #ffe930;
}

.level-setting .form-inline .form-group {
	margin-right: 0;
	margin-bottom: 15px;
}

.level-setting .form-inline .form-control {
	width: 100%;
	padding-left: 0px;
}

.login-block .form-control {
	padding: 0.6875rem 1rem;
    height: auto;
}

.ulogo img {
	width: 150px;
}

.user-panel>.image>img {
	max-width: 60px;
	border: none;
}

.profile-user-img {
	width: 60px;
	height: 60px;
}

.light-logo img {
	width: 120px;
}

.sidebar-collapse .user-panel>.image>img {
	max-width: 60px;
	margin: 0px;
	height: 60px;
}

.bg1 {
	background-color: #ff7426;
}

.bg2 {
	background-color: #1eaae7;
}

.bg3 {
	background-color: #2bc155;
}

select {
	background-image: url(../../images/select-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: 23px !important;
	border-bottom: 1px solid #d9d9d9 !important;
}

.tab-content .form-group label {
	font-family: 'GothamMedium';
	text-transform: uppercase;
	color: #212529;
	padding: 12px 0 0;
}

.dataTables_length select {
	background-size: 12px !important;
}

.dataTables_info,
.dataTables_length,
.dt-buttons {
	display: initial;
	padding-top: 5px;
}

img.login-logo {
	width: 170px !important;
	margin: 0px 20px auto !important;
}

.login-section .box {
	border-radius: 5px !important;
	/* box-shadow: 0 0 20px rgba(000, 000, 000, 0.2); */
	padding: 30px;
	background:#141c26;
	border: 1px solid #1d2d40;
	margin:0px;
}

h3.text-center.login-text {
	font-size: 20px;
	float: left;
	width: 100%;
	padding: 30px 0 15px 0;
	margin: 0;
}

.login-block #infoMessage {
    margin-bottom: 10px;
}

.login-block #infoMessage .alert{
	padding: 10px 4rem 10px 10px;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
}

.login-block .alert-dismissible .close:after{
	display:none;
}

.sub-btn {
	width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    max-width: 100%;
    margin: 10px 0 20px 0;
    font-weight: 700;
}

/* .sub-btn:hover {
	background-color: #ffd72e;
	color: #212121;
	border-color: #ffd72e;
} */

button:focus {
	outline: none !important;
}

.fog-pwd a {
	float: left;
	text-align: right;
	width: 100%;
}

.div-der {
	background: #e5e5e9;
	height: 1px;
	width: 95%;
	margin: 0px auto;
}

.login-block .form-group {
	margin: 0px 0 10px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-left: 0;
	font-size: 14px;
	border-top: 0;
	border-right: 0;
	padding-left: 0;
}

.box form {
	float: left;
	width: 100%;
}

p.forget-text {
	white-space: nowrap;
}


.login-block {
	max-width: 100%;
	margin: 0px auto;
	text-align: center;
}


/* 10 April 2019 */

.user-panel {
	background: transparent;
	padding: 30px 0;
	border-bottom: 1px solid #413f3f;
}

.user-panel>.info {
	padding: 5px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
}

.user-panel>.info>p {
	font-weight: 700;
	margin: 0;
	color: #8b9099;
	padding: 10px;
}

.skin-blue-light .main-header .navbar {
	box-shadow: none !important;
	background-color: #131416 !important;
	border-bottom: none;
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
	color: #fff !important;
	font-size: 24px;
	position: absolute;
}

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
	background-color: #ffffff;
	box-shadow: none;
	border-right: 1px solid #efefef;
}

.skin-blue-light .sidebar-menu>li.active>a {
	font-family: 'GothamProRegular';
	color: #ffd72e !important;
	background: transparent;
}

.sidebar-menu>li>a {
	padding: 0px 10px 0px 13px !important;
	display: block;
	color: #fff !important;
	text-transform: uppercase;
}

.sidebar-menu>li>a>.fa {
	width: 20px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	margin-right: 0px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0px;
	color: #fff;
}

.sidebar-menu>li.active>i {
	color: #fff;
}

.sidebar-menu .active .fa {
	color: #ffd72e !important;
	font-size: 14px;
}

.sidebar-menu li:hover .fa {
	color: #ffd72e;
}

.sidebar-menu>li:hover a {
	color: #ffd72e !important;
}

.sidebar-menu .fa:hover {
	color: #ffd72e !important;
}

.info a {
	color: #8b9099 !important;
	font-weight: 600;
	font-size: 12px !important;
	padding: 10px 0 !important;
}

ol.breadcrumb {
	display: none;
}

.profile-user-info .text-muted {
	color: #249cdd !important;
	font-weight: 600;
	font-size: 16px;
}


/*.tab-content button {
    background: #6639e4;
	border-color: #6639e4;
     border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
    border-radius: 40px;
    padding: 12px 20px;
    min-width: 100px;
    border: 0;
    display: inline-block;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-family: 'GothamMedium';
}
.tab-content button:hover{
   background:#6639e4;
    color:#fff !important;
 
}  */

.white-block {
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.clearfix {
	clear: both;
}

.row-eq-height .white-block.clearfix {
	height: 100%;
}


/* 11 April 2019 */

.profile-block-section .nav-tabs-custom>.tab-content {
	background: #fff;
	padding: 10px;
	border-radius: 0;
	position: relative;
}

.profile-block-section .tab-content:after {
	background: url(https://cubeglobalfx.com/theme/images/watermark.png) no-repeat center;
	background-size: 80%;
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	opacity: 0.2;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	opacity: 0.1;
}

.profile_block {
	background: #eaeaea;
	padding: 20px;
}

.profile-user-info {
	margin-top: 0;
}

.profile-row-block .white-block.clearfix {
	text-align: center;
	padding: 20px;
}

.profile-row-block .white-block.clearfix {
	text-align: center;
	padding: 20px;
}

.profile-row-block i {
	font-size: 30px;
	color: #5826e6;
	margin-bottom: 12px;
	float: left;
	width: 100%;
}

h5.profile-title {
	font-size: 14px;
	color: #2a2a2a;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
}

span.profile-text {
	font-size: 14px;
	font-weight: 400;
}

.white-box {
	background: #ffffff;
	box-shadow: 0 10px 35px -30px #0009;
	margin-bottom: 20px;
}

.profile-right-block .white-block.clearfix {
	background: #fff;
	margin: 0;
	transition: all .2s ease-in-out;
	cursor: pointer;
	border-radius: 20px;
	box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
}

.row.m-t-20 {
	margin-top: 20px;
}

span.profile-text {
	color: #8a8a8a;
}

.profile-right-block .white-block.clearfix:hover {
	transform: scale(1.1);
}

.profile-right-block {
	padding: 60px;
}

.heading-title h1 {
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #111;
}

.p-r-0 {
	padding-right: 0;
	border-right: 1px solid #e6e6e6;
}

.heading-title {
	margin: 0;
}

.b-size {
	font-size: 18px !important;
}

.box-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

a.logout-btn {
	background: #6639e4;
	color: #fff;
	padding: 5px;
	width: 110px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	margin: 0 10px;
	line-height: 24px;
}

a.logout-btn:hover {
	background: #ffd72e;
	color: #000;
	/* border: 1px solid #ffd72e;*/
}

.box.box-default.proof-col {
	border-radius: 20px;
	box-shadow: 0 1px 0 0 #1593fd, 0 -1px 0 0 #5826e6, 1px 0 0 0 #1593fd, -1px 0 0 0 #1593fd, 1px -1px 0 0 #5826e6, -1px 1px 0 0 #1593fd, 1px 1px 0 0 #1593fd, -1px -1px 0 0 #5826e6;
}

.small-box.boxbg .icon img {
	max-width: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a.edit-tab {
	background: #6639e4 !important;
	color: #fff !important;
	font-family: 'GothamProRegular';
	border-radius: 40px !important;
	padding: 5px 15px !important;
	position: relative;
	top: 8px;
}


/* #example1 a {
    color: #6639e4;
}
#example1 a:hover {
    color: #131416;
} */

.level-setting input.form-control {
	border-bottom: 1px solid #ccc;
}

.vtabs .tab-content {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	width: 70%;
}

.admin-dashboard .box-body .form-control {
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding-left: 0px;
}

.admin-dashboard .box-body .form-control:focus {
	border-color: #6639e4;
}

.admin-dashboard .table a {
	text-decoration: none;
	margin: 2px;
	float: left;
}

.admin-dashboard button#subBtn {
	border-radius: 120px;
	width: 120px;
}


/* 12 April 2019 */

.ribbon-container {
	position: relative;
	font-size: 18px;
	line-height: 18px;
	width: 190px;
}

.ribbon-container span {
	display: block;
	padding: 0px 20px;
	position: relative;
	background: #ffe930;
	overflow: visible;
	height: 34px;
	margin-left: 0px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	line-height: 34px;
}

.ribbon-container span:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0;
	right: -18px;
	border-top: 17.5px solid #ffe930;
	border-bottom: 17.5px solid #ffe930;
	border-right: 17.5px solid transparent;
	border-left: 17.5px solid transparent;
}


/* .modal-footer button {
    width: 120px;
    background: #6639e4;
    font-size: 13px;
    color: #fff !important;
    border-radius: 40px;
    padding: 12px 20px;
    min-width: 100px;
    border: 0;
    display: inline-block;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-family: 'GothamMedium';
}
.modal-footer button:hover{ background-color: #ffd72e; color: #212121 !important; } */

.edit_profile label.custom-file-label {
	padding: 7px !important;
}

.edit_profile .custom-file {
	margin: 10px 0;
}

.modal-footer.assign-footer {
	border-top: 0;
}

.form-input input.form-control {
	border-bottom: 1px solid #d9d9d9;
}

.bluebtn {
	background: #6639e4;
	color: #fff;
	padding: 5px;
	width: 110px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	margin: 0 0px;
	line-height: 24px;
}

.bluebtn:hover {
	background-color: #ffd72e;
	color: #212121;
}

#leadForm button#saveBtn,
.save .bluebtn {
	position: relative;
	top: 24px;
}

.seo-details-btn .btn.btn-success- {
	position: relative;
	top: 50px;
}

.email-card .card-block {
	padding-top: 30px;
}

.ticket-col {
	margin-top: 25px;
}

.ticket-col .mediass {
	margin-bottom: 25px;
	display: flex;
	gap: 15px;
}

.chat-reply-col {
	/* background-color: #f5f5f5; */
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px;
}

.chat-reply-col textarea {
	padding: 10px;
}


/*.table>thead>tr>th {
    background: #e4e4e4;
    color: #2a2a2a;
   font-family: 'GothamBold';
}*/


/* .table>thead>tr>th {
    background: #131416;
    color: #fff;
    font-family: 'GothamBold';
} */

tfoot {
	display: none !important;
}

.dataTables_filter input {
	border-radius: 5px;
	padding: 5px;
}

.add-btn {
	background: #6639e4;
	height: 31.5px;
	-webkit-appearance: none;
	color: #fff;
	padding: 5px 12px;
	float: right;
	text-align: center;
	text-transform: capitalize;
	border-radius: 40px;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	font-family: 'GothamMedium';
	border: 1px solid #6639e4;
	text-transform: uppercase;
}

.add-btn:focus {
	outline: none;
}

.add-btn:hover {
	background: #ffe930;
	color: #212529;
	border: 1px solid #ffe930;
}


/* .modal .input-group > .form-control {
    border-bottom:1px solid #e9ecef;
}  */

.box-footer button {
	background: #6639e4;
	color: #fff;
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	border: 1px solid #6639e4;
	min-width: 120px;
}

.box-footer button:hover {
	background: #ffe930;
	color: #212121;
	border: 1px solid #ffe930;
}

.modal span.err {
	float: left;
	width: 100%;
}

.box-footer {
	text-align: center;
}

.dataTables_length select {
	padding: 0px !important;
}

.admin-sidebar .info {
	border: none;
}

.manager-block .ulogo img {
	width: 60px;
	border-radius: 50px;
}

.admin-dashboard .small-box {
	border-radius: 5px;
}


/* 18 April 2019*/

.agree-terms {
	padding: 15px 20px 0;
	font-weight: 600;
}

/* .agree-terms label {
	font-weight: bold;
	color: #2a2a2a;
}

.agree-terms a {
	color: #6639e4;
} */

#updatePassFrm .modal-title {
	display: inline-block;
	margin: 0 auto;
}

.field-row {
	margin: 0 0 15px 0;
}

.field-row:nth-last-child(1) {
	margin: 0;
}

.textbox {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable {
	border: none;
}

.table thead tr:last-child th {
	border: none;
	border-bottom: 1px solid #dbdfea;
}

.dataTables_filter input.form-control {
	margin-left: 12px;
}

.nk-refwg-url .form-control-wrap {
	width: auto;
	display: inline-block;
	padding: 0.4375rem 1rem 0.4375rem 40px;
	border: 1px solid #384d69;
	border-radius: 4px;
}

.nk-refwg-url .form-control-wrap .form-icon {
	left: 0px;
}

.nk-refwg-url .form-control-wrap a.copyButton {
	margin-left: 10px;
	color: #16ad4b;
}

.tab-content .profile-ud.wider {
	align-items: center;
}

.tab-content .profile-ud input,
.tab-content .profile-ud textarea,
.tab-content .profile-ud select {
	color: #526484;
	/* font-weight: 500; */
	background: none;
	border-bottom: 1px solid #384d69;
	font-size: 14px;
}

.tab-content .profile-ud input:focus,
.tab-content .profile-ud textarea:focus,
.tab-content .profile-ud select:focus {
	background: none;
}

.nav-tabs .nav-link:hover {
	background: none;
}

.nav-tabs .nav-link.active:focus {
	color: #0971fe;
	border: none;
	background-color: transparent;
}

.userinfocard .overline-title-alt {
	font-size: 13px;
}

.modal-body label {
	margin: 0 0 7px 0;
	font-weight: 500;
	color: #8094ae;
}

.modal-body input.form-control,
.modal-body textarea.form-control {
	background: none;
	border: 1px solid #dbdfea;
	border-radius: 4px;
	padding: 0.6875rem 1rem;
	/* font-size: .9375rem; */
}

.modal-body input.form-control {
	height: calc(2.625rem + 2px);
}

.modal-body .form-control:focus {
	background: none;
	border: 1px solid #dbdfea;
}

.daterangepicker {
	background-color: #0d141d;
	border-radius: 4px;
	border: 2px solid #1d2d40;
}

.daterangepicker:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid #0d141d;
	border-left: 6px solid transparent;
}

.daterangepicker .drp-buttons {
	border-top: 1px solid #1d2d40;
}

.daterangepicker .calendar-table {
	border: 1px solid #1d2d40;
	border-radius: 4px;
	background-color: #141c26;
}





.light-mode .daterangepicker {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #fff;
}

.light-mode .daterangepicker:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

.light-mode .daterangepicker .drp-buttons {
	border-top: 1px solid #fff;
}

.light-mode .daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}



.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #0971fe;
	border-color: transparent;
	color: #fff;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #1d344b;
	color: #fff;
}
.light-mode .daterangepicker td.off,
.light-mode .daterangepicker td.off.in-range,
.light-mode .daterangepicker td.off.start-date,
.light-mode .daterangepicker td.off.end-date {
	background-color: #ccc;
	color: #000;
}
.daterangepicker td.in-range {
	background-color: #0971fe;
	color: #fff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #0971fe;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	border: solid #384d69;
	border-width: 0 2px 2px 0;
}

.daterangepicker th.available:hover span {
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.daterangepicker .drp-buttons .btn.applyBtn {
	background: #16ad4b;
	border-radius: 4px;
	border-color: #16ad4b;
}

.nk-help-img {
	width: 120px;
	margin-right: 0;
	margin-bottom: 1.5rem;
	flex-shrink: 0;
	text-align: center;
	padding: 0.125rem;
}

.text-center .nk-help-img {
	margin-left: auto;
	margin-right: auto;
}

.support-card .nk-help-plain {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.nk-help-plain .nk-help-img {
	margin-bottom: 1.25rem;
}

.nk-help-plain .nk-help-action {
	margin-top: auto;
	padding: 0;
}

.nk-help-plain .nk-help-text {
	padding: 0;
	margin-bottom: 1.5rem;
}

.quicklinks .preview-icon-box {
	padding: 20px 10px;
}

.quicklinks .preview-icon-name {
	font-size: 13px;
	font-weight: 500;
}

.quicklinks .preview-icon-wrap {
	display: flex;
	justify-content: center;
}

.quicklinks .preview-icon-wrap span {
	width: 70px;
	height: 70px;
	background: #182536;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.depamtblock form{
	display: flex;
    align-items: flex-start;
}

.depamtblock form .form-control-wrap{
	margin-right:10px;
}

.withdraw-nk-block form{
	width:100%;
	max-width:960px;
}

span.err {
    color: #e85347;
    font-size: 11px;
    font-style: italic;
    /* margin: 5px 0 0 0;
    display: inline-block; */
}

.add-ticket {
    display: flex;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #1d2d40;
}

.add-ticket div {
    padding-right: 30px;
}

.add-ticket .list-group-item{
	padding:0 0 1rem 0;
	border:none;
	color:#b6c6e3;
	font-size:0.875rem;
	font-weight:500;
	position:relative;
}

.add-ticket .list-group-item:hover{
	color:#fff;
}

.add-ticket .list-group-item.active{
	color:#0971fe;
}

.add-ticket .list-group-item.active:after {
	content:'';
	position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0971fe;
}

.table-bordered tr th{
	color: #8094ae;
    font-weight: 700;
}

.table-bordered tr th:first-child,
.table-bordered tr td:first-child{
	border-left:none;
}

.table-bordered tr th:last-child,
.table-bordered tr td:last-child{
	border-right:none;
}

.addticket-block form{
	width:100%;
	max-width:900px;
}

.text-success{
	margin-top:10px;
	font-size:12px;
}

h6.f-right {
    font-size: 12px;
	font-weight: 500;
}

.sweet-alert{
	background-color:#141c26 !important;
}

.sweet-alert p{
	color:#b6c6e3 !important;
}

/* .sweet-alert .sa-icon{
	width: 60px !important;
    height: 60px !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body{
	height:28px !important;
} */

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success .sa-fix{
	display:none !important;
}

div.dataTables_wrapper div.dataTables_processing{
	background-color:#000 !important;
}

h5#address_input {
    font-size: 18px;
    font-weight: 500;
}

.card.email-card {
    box-shadow: none !important;
    margin: 0px;
}

.card.email-card .card-header {
    display: initial;
	padding: 0px;
    background: none;
}

.card.email-card .card-header h5{
	margin:0px;
	font-weight: 500;
}

.card.email-card .card-header h6{
	margin-top:6px;
	color: #b6c6e3;
}

.ticketkit button#ticket-statusb{
	margin-top:-130px;
}

select.form-control option{
	padding:5px;
	font-size: 13px;
}

#blcDetail .table{
	table-layout:fixed;
}

#blcDetail .table th, 
#blcDetail .table td{
	border:1px solid #dbdfea;
}

#blcDetail .table th {
    font-weight: 500;
}

.dt-button:before {
	font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    width: 2.125rem;
    font-family: "Nioicon";
}
.dt-buttons span {
    display: none;
}

.dt-button {

    font-family: "DM Sans",sans-serif;
    font-weight: 700;

    text-align: center;
    vertical-align: middle;
    user-select: none;
  
    border: 1px solid transparent;
    padding: 0.4375rem 1.125rem;
    font-size: .8125rem;
    line-height: 1.25rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.dark-mode .btn-outline-light, .dark-mode .dt-button, .dt-button .dark-mode {
    border-color: #3c4d62;
    color: #b7c2d0;
	background: #141c26;
}
.dark-mode .dt-buttons .dt-button:not(.btn-dim):not(:disabled):not(.disabled):hover{
	color: #8091a7;
    background: #1b2531;
}
.dt-buttons>.dt-button:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dataTables_length label, .dataTables_filter label {
    font-size: 12px;
}
.dataTables_length select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    margin: 0 8px;
}
.dataTables_wrapper {
    justify-content: space-between;
}
.admintb a.eye, .admintb a.edit-user, .admintb a.verify-doc, .admintb a.delete-user, .admintb a.active-user {
    color: #fff !important;
    padding: 4px 4px 3px;
    line-height: normal;
    /* display: inline-flex; */
    border-radius: 2px;
}
.admintb td, .admintb th {
    font-size: 12px;
}
.admintb a.active-user {
    background: #28c76f;
}
.dark-mode hr {
    border-top: 1px solid rgb(183 194 208 / 25%);
}
.form-group label.form-label {
    font-size: 12px;
}

.dataTables_wrapper .dt-buttons a.dt-button {
    position: relative;
}
.dataTables_wrapper .dt-buttons a.dt-button:after {
	
    position: absolute;
    left: -13px;
    opacity: 0;
    font-size: 11px;
    background: #1d2937;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    min-width: 60px;
    line-height: 22px;
    bottom: -25px;;
}
.dataTables_wrapper .dt-buttons a.dt-button.buttons-copy:after{
	content: 'Copy';
}
.dataTables_wrapper a.dt-button:hover:after{
	opacity:1;
}

.dataTables_wrapper .dt-buttons a.dt-button.buttons-csv:after {
	content: 'CSV';
}

.dataTables_wrapper .dt-buttons a.dt-button.buttons-excel:after {
	content: 'Excel';
}

.dataTables_wrapper .dt-buttons a.dt-button.buttons-pdf:after {
	content: 'PDF';
}

.dataTables_wrapper .dt-buttons a.dt-button.buttons-print:after {
	content: 'Print';
}

a.nk-menu-link.nk-menu-toggle i.fa {
    display: none;
}

@media screen and (min-width:1200px) and (max-width:1370px) {
	.quicklinks .preview-icon-box {
		padding: 10px 10px;
	}
	.quicklinks .preview-icon-name {
		font-size: 11px;
	}
	.quicklinks .preview-icon-wrap span {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width:1240px) {
	.small-box.boxbg .icon {
		height: 50px;
		width: 50px;
		font-size: 23px;
		line-height: 50px;
	}
	.small-box.boxbg .inner {
		margin-left: 61px;
	}
}

@media only screen and (max-width:1199px) {
	.small-box.boxbg .icon {
		height: 70px;
		width: 70px;
		font-size: 30px;
		line-height: 70px;
	}
	.small-box.boxbg .inner {
		margin-left: 90px;
	}
	.dataTables_length {
		margin-bottom: 15px !important;
		display: block;
	}
}

@media only screen and (max-width:991px) {
.hm-5col .col {
    flex-basis: 50%;
    padding-bottom: 0px !important;
}
.hm-5col .col .card {
    margin-bottom: 15px;
}


	.dataTables_length {
		margin-bottom: 15px !important;
		display: block;
	}
	.dt-buttons {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.dataTables_filter {
		float: none;
	}
	#leadForm button#saveBtn,
	.save .bluebtn {
		top: 0px;
	}
	#logoForm img {
		margin-top: 15px;
	}
	.addseo.text-right {
		text-align: left !important;
		margin-top: 15px;
	}
	.vtabs .tabs-vertical {
		width: 100%;
		display: block;
	}
	.vtabs .tab-content {
		display: block;
		width: 100%;
	}
	.profile-right-block {
		padding: 40px !important;
	}
	.edit_profile .box-body {
		padding: 0;
	}
	.vtabs .control-label {
		padding-left: 15px !important;
		padding-right: 15px;
	}
	.vtabs {
		display: block;
	}
	.row.row-eq-height button.btn {
		margin-top: 10px;
	}
	.fog-pwd a {
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
.sign-footer a.btn.btn-primary {
    margin-bottom: 10px;
    padding: 10px 11px;
}
.top-btn .btn-icon.btn-xl .icon {
    width: 52px;
}
	
	.row.form-mb {
    margin-bottom: 0;
}
.form-mb .col-md-4 {
    margin-bottom: 10px;
}
.form-mb .col-md-6 {
    margin-bottom: 10px;
}
.depo-info h6 {
    margin-bottom: 9px !important;
}
.nk-block-between.dash-head {
    flex-direction: column;
}
.dash-head .nk-block-head-content {
    margin-bottom: 15px;
}
	.card.email-card h5.card-header-text {
		margin-right: 0;
	}
	.small-box.boxbg .icon {
		display: block;
	}
	.small-box.boxbg .inner {
		text-align: left;
	}
	.box-header .col-md-3.pull-right {
		margin-top: 25px;
	}
	.dt-buttons .dt-button {
		margin-bottom: 5px;
	}
	.add-btn {
		float: left;
		margin: 0 0px;
	}
	.modal-footer button {
		padding: 10px 11px !important;
		margin-bottom: 10px;
	}
	h3 {
		line-height: 26px;
	}
	.email-card .card-header {
		flex-direction: column;
	}
	.referral-col span {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.box-header .col-lg-4.col-md-12.pull-right {
		margin-top: 15px;
	}
	.referral-col {
		margin-top: 20px;
	}
	.tab-content .pad{
		padding-left:0px;
		padding-right:0px;
	}
	.tab-content .profile-ud.wider{
		display: inline-block;
		width: 100%;
	}
	.tab-content .wider .profile-ud-label{
		margin:0 0 5px 0;
	}
	.profile-ud-item {
		margin-bottom: 5px;
	}
	#profileKycForm .profile-ud-item {
		margin-bottom: 15px;
	}
	.nk-menu-sub .nk-menu-link{
		padding-top:0.625rem !important;
		padding-bottom:0.625rem !important;
	}
	.table.dataTable,
	.table{
		white-space:nowrap;
	}
	.card-title-group .card-title h6.title {
		font-size: 15px;
	}
	.depamtblock form{
		width: 100%;
		display:inline-block;
	}
	.depamtblock form button{
		margin-top:10px;
	}
	.form-label{
		font-size:14px !important;
	}
	.form-control{
		font-size:13px !important;
		min-height:38px;
	}
	.add-ticket .list-group-item{
		font-size:12px;
	}
	a.btn {
		font-size: 13px;
		padding: 8px 17px;
	}
	button.btn {
		font-size: 13px;
		padding: 8px 17px;
	}
	.custom-file{
		height:38px !important;
	}
	.custom-file-label{
		height: 38px !important;
		line-height: 26px !important;
	}
	.custom-file-label::after{
		height: 38px !important;
		line-height: 26px !important;
	}
	.chat-header{
		width:100%;
		display:inline-block;
	}
	.chat-reply-col{
		margin-top:0px;
	}
	.login-section .box{
		padding:15px;
	}
	.login-block .form-control{
		min-height:38px;
	}
	h5#address_input{
		font-size: 14px;
		line-height: 20px;
	}
	.paging_simple_numbers .pagination .paginate_button{
		border:none;
		background: none;
	}
	.dataTables_length label, .dataTables_filter label{
		align-items: center;
	}
	.table thead th{
		font-size:12px !important;
	}
}

@media only screen and (max-width:575px) {
.hm-5col .col {
    flex-basis: 100%;
}
.hm-5col .col .card {
    margin-bottom: 0;
}
.hm-5col .col:last-child .card {
    margin-bottom: 15px;
}

	}


@media only screen and (max-width:425px) {
	.card-aside-wrap {
		display: inline-block !important;
	}
	.nk-refwg-url .form-control-wrap {
		display: flex;
	}
	.nk-refwg-url #secretInfo {
		white-space: nowrap;
		width: 75%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
	}
	.nk-refwg-url .form-control-wrap a.copyButton {
		margin-left: auto;
	}
	.add-ticket div {
		padding-right: 8px;
	}
}

@media only screen and (max-width:375px) {
	.add-ticket .list-group-item{
		font-size: 10.5px;
		font-weight: normal;
	}
}