.content-wrapper {
	background: #D8DCE3;
}
.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
	background: #fff;
}

.small-box.bg-info {
	background: #ffffff !important;
	min-height: 210px;
}

.small-box.bg-info h3 {
	color: #269EAB !important;
	transition: color .5s ease;
	font-size: 25px;
}
.small-box.bg-info p {
	color: #4f5b71;
	/* font-family: OpenSansBold; */
	font-size: 14px;
	max-width: 100%;
	text-transform: uppercase;
	transition: color .5s ease;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	border-bottom: 1px solid gainsboro;
	padding-top: 5px;
}

.small-box.bg-info p:hover {
	font-size: 16px;
	color: #259CA8;
}
.small-box.bg-info:hover h3{
 color: #026E79 !important;
}
.small-box.bg-info p b,
.small-box.bg-info p strong {
	font-weight: bolder;
	color: darkblue;
	font-size: 18px;
}
.small-box.bg-info p span {
	color: #762192;
	font-size: 20px;
}

.small-box.bg-info p:hover span{
	color: gold;
}
.small-box.bg-info p:hover b,
.small-box.bg-info p:hover strong {
	color: blue;
}

.agent-icon{
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/agents.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.diposit-icon {
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/diposit.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.withdraws-icon{
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/withdraws.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.commissions-icon{
	width: 50px;
	height: 50px;
	text-indent: -99999px;
	background: url(../images/commissions.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

a {
	color: #269EAB;
}
.btn-primary {
	background-color: #269eab;
	border-color: #269eab;
	box-shadow: none;
	color: #fff;
}
/* ---------sidebar------------ */
.no-padding{
	padding: 0 !important;
}
.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-footer,
.sidebar-mini.sidebar-collapse .main-header {
	margin-left: 0 !important;
}
.main-sidebar.sidebar-dark-primary.elevation-4 {
	background: #fff;
	height: 100vh;
}
.sidebar {
	padding: 0;
}
.brand-link {
	background: #3B4354;
}

.nav-icon.fas {
	color: #269EAB;
}

.nav-sidebar .nav-link p {
	display: inline-block;
	margin: 0;
	color: #4f5b71;
	font-family: OpenSansExtraBold,Arial,sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
}
.nav-sidebar .nav-link.active {
	background: linear-gradient(90deg, #269CAB 0%, #2675AB 100%);
}
.nav-sidebar .nav-link.active p{
	color: #ffffff;
}
.nav-sidebar .nav-link.active .nav-icon.fas {
	color: #ffffff;
}

.user-panel.mt-3.pb-3.mb-3.d-flex {
	margin-bottom: 0 !important;
}

/* ------------sidebar-dropdown--------- */

.nav-item.menu-open {
	background: #F6F7F8;
}
.nav.nav-treeview .nav-link p {
	color: #65738f;
	font-size: 11px;
	transition: color .2s ease-in-out;
	font-weight: 500;
}

.nav.nav-treeview .nav-link.active {
	background: none !important;
}

.nav.nav-treeview .nav-link:hover p,
.nav.nav-treeview .nav-link.active p{
	color:#269EAB;
}
.nav.nav-treeview .nav-link .nav-icon{
	font-size:13px;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
	background-color: #9fa8bc;
	border-radius: 50%;
	height: 5px;
	width: 5px;
	left: -.29em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
	display: inline-block !important;
	margin-top: -2px;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .fa-arrow-right {
	text-indent: -9999px;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link:hover > .nav-icon,
.nav-sidebar .nav-treeview > .nav-item > .nav-link.active > .nav-icon{
	background-color: #269eab;
box-shadow: 0 0 0 .1666666667em #f6f7f8,0 0 0 .25em #269eab;
}

.nav-sidebar > .nav-item.menu-open > .nav-link.active::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 38px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #269EAB;
	clear: both;
}

.nav-sidebar > .nav-item > .nav-treeview {
	margin: .5833333333em 1.5833333333em;
	border-left: 1px solid #dbdfe6;
}

/* -------dashboard input------ */
.btn-sm,
.form-control-sm {
	font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;
}

/* --------- sidebr-tab ----- */
#sidebar-tab {
	background: #464F61;
}
#sidebar-tab .nav-link{
	width: 100%;
}
#sidebar-tab .nav-item {
	width: 33.3%;
}

#sidebar-tab .fa,
#sidebar-tab .fas {
	color: #fff;
	font-size: 18px;
}
#sidebar-tab .nav-link.active{
	background: #ffffff;
	border-radius: 0;
}
#sidebar-tab .nav-link.active .fa,
#sidebar-tab .nav-link.active .fas{
	color: #269EAB;
}
.sidebar .nav-item .nav-link{
	width: 100% !important;
	border-radius: 0;
}



/* -----------toggle sidebar -------- */
.main-sidebar.sidebar-dark-primary.elevation-4,
.content-wrapper,
.main-header.navbar.navbar-expand.navbar-white.navbar-light{
	transition: .5s;
}
.main-sidebar.sidebar-dark-primary.elevation-4.hide {
	width: 0;
}
.content-wrapper.hide {
	margin-left: 0 !important;
}
.main-header.navbar.navbar-expand.navbar-white.navbar-light.hide{
	margin-left: 0;
}

/* -------- login Page--------- */

body.login-page {
	background:url("../images/bg.jpg");
}
body.login-page .login-box, body.login-page .register-box {
	min-width: 430px;
	border-radius: 0;
	margin: 12% auto;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:url("../images/dot.png");
	z-index: 2;
	cursor: pointer;
}

body.login-page .card-primary.card-outline {
	border-top: unset;
	background: #242731;
	color: #fff;
	min-height: 350px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	opacity: 0.9;
}
body.login-page .card-primary.card-outline .card-header {
	border-bottom: unset;
	margin-top: 20px;
}
body.login-page .card-primary.card-outline .card-header img {
	max-width: 35px;
	margin-right: 5px;
	border-radius: 3px;
	background: #DAE3F2;
	padding: 1px;
}
body.login-page .card-primary.card-outline .card-header
strong {
	text-transform: uppercase;
	font-size: 23px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
}
body.login-page .card-primary.card-outline .card-header
strong span {
	color: #31C1D2;
}
body.login-page .card-primary.card-outline form {
	max-width: 316px;
	margin: 0 auto;
}
body.login-page .login-box .form-control {
	font-family: Open Sans,Tahoma,Arial,sans-serif;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 0 3px 3px 0;
	box-shadow: none;
	color: #65738f;
	font-size: 13px;
	height: 35px;
	line-height: 2;
	margin-bottom: 0;
	padding: 5px 12px;
	transition: none;
}
body.login-page .login-box .input-group-text {
	background: #fff;
	border: none;
	border-radius: 3px 0 0 3px;
}
body.login-page .login-box .btn.btn-primary.btn-block {
	background: #32c2d2;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	height: 42px;
	line-height: 1.42857143;
	margin: 6px 0;
	padding: 10px 12px 9px;
	text-align: center;
	touch-action: manipulation;
	transition: all .2s ease-out 0s;
	user-select: none;
	text-transform: uppercase;
}
body.login-page .login-box .btn.btn-primary.btn-block:hover {
	background: #269eab !important;
}
/* ===========select design ================ */
.color-dropdown {
	background: none;
	border: none;
}

#colorMenu{
	display: none;
}

#amount-filter ul{
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#colorMenu ul {
	list-style: none;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	margin: 0;
	padding: 0;
}
#amount-filter ul li,
#colorMenu ul li {
	padding: 2px 25px;
	margin: 2px 0;
}
#colorMenu ul li:hover {
	background: #F2F4F5;
}
input[type="checkbox"], input[type="radio"],
.form-check-input {
	margin-left: unset;
	margin-top: unset;
	position: unset;
	width: 20px;
	height: 20px;

}
.combine_filter-opt input[type="checkbox"] {
display: block;
float: right;
}

.row.color-filter-option {

	padding: 0 0 10px;
}
#color-filter {
	display: none;
	padding: 0;
	margin-top: -6px;
}
#colorCheck.form-check-input:checked {
	background-color: #015a07;
	border-color: #015a07;
}
.getgreen.form-check-input:checked {
	background-color: #015a07 !important;
	border-color: #015a07 !important;
}
.getyellow.form-check-input:checked {
	background-color: #FAD02C !important;
	border-color: #FAD02C !important;
}
.getorrange.form-check-input:checked {
	background-color: #ee4502 !important;
	border-color: #ee4502 !important;
}

.all-match-check.form-check-input:checked {
	background-color: #015a07 !important;
	border-color: #015a07 !important;
}
.two-match-check.form-check-input:checked {
	background-color: #FAD02C !important;
	border-color: #FAD02C!important;
}

.one-match-check.form-check-input:checked {
	background-color: #ee4502 !important;
	border-color: #ee4502 !important;
}
.form-check-input:focus {
	outline: 0;
	box-shadow: unset;
}
.get-color{
	width: 20px;
	height: 20px;
	border:1px solid #dee2e6;;
	border-radius: .25em;
	margin: 2px auto;
	text-align: center;
}
.color-box{
	width: 20px;
	height: 20px;
	border:1px solid #a3a4a6;;
	border-radius: .25em;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.all-match-color{
	background-color: #015a07;
	border:1px solid #015a07;
}
.two-match-color{
	background-color: #FAD02C;
	border:1px solid #FAD02C;
}
.one-match-color{
	background-color: #ee4502;
	border:1px solid #ee4502;
}
.combine_filter-opt {
	padding: 5px;
	display: block;
	max-width: 60px;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.pdt td:first-child {
	white-space: unset;
}

/* ===========End select design ================ */
.custom-switch.automation {
	padding: 5px;
	border: 1px solid #138496;
	border-radius: 5px;
	text-align: center;
}




@media screen and (min-width: 1025px) and (max-width: 1280px) {

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
	}
	.card-body.table-responsive{
		padding: 0;

	}
}
a.reloadBtn {
    float: right;
    width: 35px;
    text-align: center;
    font-size: 25px;
}
.spin{
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
     /* transform: rotate(0.3rad);/ */
     /* transform: rotate(3grad); */
     /* transform: rotate(.03turn);  */
	 color: #259CA8;
  }

  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.align-middle.text-center.dengerSign {
	background: radial-gradient(circle, rgba(251, 63, 185, 0.02) 0%, rgba(252, 70, 118, 0.12) 100%);
}
/* ============copy==== */
.copy-text {
	position: relative;
	padding: 3px;
	display: flex;
	max-width: 300px;
	margin: 0 auto;
}
.copy-text input.text {
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	background: #138496;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

#amount-filter .form-select.form-select-sm {
	display: inline-block;
	width: auto;
}
#amount-filter .custom-control-label {
	vertical-align: middle;
	margin-top: 5px;
}
#amount-filter p{
	margin-top: 5px;
	vertical-align: middle;
}
.col-md-1.rlBtn {
	position: absolute;
	right: 0;
}

/* .col-md-6.col-sm-12.auContainer {
	min-width: 776px;
}
.col-md-2.colour_btn {
	min-width: 128px;
} */

.table thead th {
	border-bottom: unset;
	vertical-align: bottom;
	background: #051e37;
	color: #fff;
}
.table thead th+th,
.table thead td+td{
	min-width: 62px;
}
.list_bank .table thead th+th{
	min-width: 76px;
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #fff;
	vertical-align: middle;
}
.table tr {
	background: #f0f8ffc2;
}
.card.journal_table {
	padding: 10px;
}
.card.journal_table label {
	display: block;
}

.card.accounce_search {
	padding: 10px;
}

.modal-content.sms_body {
	white-space: initial;
	padding: 5px 0 0;
	max-width: 150px;
	margin-left: 83px;
	background: #f8f8fffa;
}
.close.sms_close{
	opacity: 1;
}
.close.sms_close span {
	position: absolute;
	top: -12px;
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	color: #b90404;
}
.m-sms {
	font-size: 10px;
	color: #000;
	font-weight: 500;
	line-height: 1.15;
}
.modal.m_sms_modal.show {
	position: absolute;
	z-index: 99999;
	top: 39px;
	left: -44px;
}
.p_diposit .modal.m_sms_modal.show {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: unset;
}

tbody tr{
	position: relative;
}
.modal.m_sms_modal {
	display: none !important;
  }

  .modal-backdrop {
	background-color: transparent !important;
}

/* for widthrow checkbox */
/* Hide the default checkbox */
.w_check {
	display: none;
  }

  /* Style the custom checkbox */
  .w_check + .checkmark {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #67677499;
	border-radius: 2px;
}

  /* Replace the checkmark with a cross sign */
  .w_check:checked + .checkmark::before {
	content: "X";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 19px;
	color: #fff;
}

  /* Style the label text */
  .w_check + .checkmark::after {
	content: "";
  }

  .w_check + .checkmark::before,
  .w_check + .checkmark::after {
	display: inline-block;
  }

  .w_check + .checkmark::after {
	width: 20px;
	height: 20px;
	background-color:transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	opacity: 0.5;
  }

  .w_check:checked + .checkmark {
	background-color: rgb(133, 5, 5);
	border-color: rgb(133, 5, 5);
  }
  .wCheckbox {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	display: flex;
	text-align: center;
	width: 60px;
	justify-content: center;
	padding-top: 6px;
}
.wCheckbox.after_accept{
	box-shadow: none;
	width: unset;
}
.wCheckbox label{
	margin: 0;
}

.wCheckbox input[type="checkbox"] {
	margin-right: 3px;
}

.w_check_box .dropdown-content {
	 display: none;
	 position: absolute;
	 background-color: #f9f9f9;
	 min-width: 160px;
	 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 padding: 12px 16px;
	 z-index: 1;
   }

  .w_check_box.dropdown:hover .dropdown-content {
	 display: block;
   }
   .w_check_box label {
   display: block;
}
#wd {
   border: none;
   background: transparent;
}

.wCheckbox .fa.fa-check {
	font-size: 14px;
	border: 2px solid #0c8a0c;
	margin: 3px;
	padding: 3px;
	border-radius: 3px;
	background: #0c8a0c;
	color: #fff;
	width: 22px;
	height: 22px;
}
.wCheckbox .fa.fa-close {
	font-size: 14px;
	border: 2px solid #a00808;
	margin: 3px;
	padding: 3px;
	border-radius: 3px;
	background: #a00808;
	color: #fff;
	width: 22px;
	height: 22px;
}
.wCheckbox input[type="checkbox"]:checked {
	background: #0c8a0c;
	accent-color: #0c8a0c;
}

/* ------------- responsive css -------- */
@media only screen and (max-width: 1700px) {
	.col-md-7.col-sm-12.auContainer {
		min-width: 800px !important;
		display: block;
		margin-top: 5px;
	}
	.rlBtn {
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	table td .wCheckbox{
		display: block;
		width: unset;
		box-shadow: none;
	}
	table td .wCheckbox .fa{
		display: block;
	}
	.modal.m_sms_modal.show {
		display: block !important;
	  }

	.col-md-1.rlBtn {
		position: absolute;
		right: 0;
		top: 70px;
	}
	.col-md-7.col-sm-12.auContainer {
		min-width: unset !important;
		display: unset;
	}

	.main-sidebar.sidebar-dark-primary.elevation-4,
	.content-wrapper,
	.main-header.navbar.navbar-expand.navbar-white.navbar-light{
		transition: .5s;
	}
	.main-sidebar.sidebar-dark-primary.elevation-4.hide {
		width: unset;
	}
	.content-wrapper.hide {
		margin-left: unset !important;
	}
	.main-header.navbar.navbar-expand.navbar-white.navbar-light.hide{
		margin-left: unset;
	}

	body.login-page .login-box, body.login-page .register-box {
		min-width: unset;
		border-radius: 0;
		margin: 10% auto;
	}
	a.reloadBtn {
		position: absolute;
		top: -97px;
		right: 0;
	}
	/* .custom-switch.automation {
		margin: 5px;
		max-width: 250px;
	} */

	.card {
		margin-top: 20px;
	}
.pending_diposit_list .column_setting.card{
	margin-top: 0;
}
.pending_diposit_list a.reloadBtn {
	position: absolute;
	top: -80px;
	right: 0;
}
/* -----------table-------------- */
.table td, .table th {
	font-size:10px !important;
	/* width: 30vw; */
	min-width: unset;
	margin: auto;
	text-align: justify;
	/* word-break: break-word; */
	white-space: inherit;
	/* overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word; */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	padding: 3px !important;
}

/* .pending_diposit_list .table td,
.pending_diposit_list .table th{
	white-space: pre-line !important;
} */

.text-sm {
	font-size: 10px !important;
}

.list_queries .table td, .list_queries .table th,
.list_bank .table td, .list_bank .table th {
	white-space: inherit;
}
.list_bank .table th .text-muted {
	color: #6c757d !important;
	font-size: 10px;
}
.list_bank .table .text-sm {
	font-size: 10px !important;
}
.list_bank .table.table-hover.text-nowrap {
	min-width: 430px;
}
.u_info.align-middle.text-center,
.uim.align-middle.text-center {
	width: 25vw;
	min-width: 105px;
	max-width: 105px;
  }
  .u_info.align-middle.text-center p,
  .uim.align-middle.text-center p {
	max-width: 105px;
	white-space: break-spaces;
}

/* .table td.cfo, .table th.cfo{
width: unset;
font-size: 0px !important;
} */

.combine_filter-opt {
	padding: 0;
	max-width: 20px;
	box-shadow: unset;
}
.color-box {
	margin: 0 auto 2px;
}
.table td .btn.btn-outline-danger.btn-sm,
.table td .btn.btn-outline-info.btn-sm {
	display: block;
	margin:5px auto;
	white-space: nowrap;
	font-size: 11px !important;
	padding: 1px;
}
.btn-sm, .form-control-sm {
	margin: 5px 0;
}
.small-box.bg-info {
	background: #ffffff !important;
	min-height: unset;
}

.agent-icon,
.diposit-icon,
.commissions-icon,
.withdraws-icon {
	margin-bottom: 0;
}


  }








  /* body.login-page {
	background: url("../images/bg-n.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
} */


