:root{
	--process-width:0%;
}
.navbar-light .navbar-brand {
    color: #000;
}
#content .card-header {
    padding: 0;
    background: 0 0;
}
#content .card-header h3 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.account-filter {
    box-shadow: inset 0 -1px 3px 1px #ddd;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
.account-filter .searchBtn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 12px;
    background-color: #36b9cc;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    border-color: #36b9cc;
    margin-top: 19px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    display: block;
}
.account-filter .searchBtn i {
    margin-right: 3px;
}
.account-filter label {
    color: #222;
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
}
.account-filter .form-control {
    border-color: #eee;
    color: #000;
    font-size: 13px;
    height: 40px!important;
    border-radius: .35rem;
    width: 100%!important;
}
.process-timer{padding: 0;display:inline-block;position:relative;}
.process-timer:after{
    position:absolute;
    bottom: 1px;
    left: 5px;
    height: 2px;
    width: calc(var(--process-width) - 10px);
    background-color: #01c000;
    display:block;
    content:'';
    transition:0.3s;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
}

/*.process-timer:after{
    right:0;
    width:100%;
}*/
.select2, .select2-selection {
    border-color: #eee;
    color: #000;
    font-size: 13px;
    height: 40px!important;
    border-radius: .35rem;
    overflow: auto;
    width: 100%!important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #eee!important;
}
.select2-dropdown {
    border: 1px solid #eee!important;
}
.select2-dropdown ul li {
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.select2-dropdown ul li:last-child {
    border-bottom: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-dropdown ul li.ctive, .select2-dropdown ul li:hover {
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    border: 1px solid #fff!important;
    margin: 0!important;
    padding-left: 18px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
    border-color: #fff!important;
    padding: 2px 4px!important;
    font-size: 10px!important;
    line-height: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-image: linear-gradient(180deg, #258391 10%, #36b9cc 100%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff!important;
    font-size: 8px;
    display: flex;
    align-items: center;
    padding: 2px;
}
.account-filter .form-control:focus {
    box-shadow: 0 0 0 2px rgb(104 199 215/29%);
}
.account-filter .filter-count {
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    background-color: #36b9cc;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    border-color: #36b9cc;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}
.order_list_table {
    border: 1px solid #36b9cc;
}
.order_list_table thead td {
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    color: #fff;
    padding: 2px 8px;
}
.order_list_table tbody td {
    vertical-align: middle;
    font-size: 12px;
    border: none;
    padding: 2px 8px;
}
.order_list_table tbody tr.back:hover {
    background: #9cd3eb!important;
}
.order_list_table tbody tr.lay:hover {
    background: #f09a9e!important;
}
.order_list_table tbody tr.back:hover td, .order_list_table tbody tr.lay:hover td {
    font-weight: 600;
}
.order_list_table tbody tr {
    border-bottom: 1px solid #fff!important;
}
.table-ip, .table-place-time {
    font-size: 10px!important;
}
.table-match-time {
    font-size: 11px!important;
}
.account-filter .col-md-2 {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 0;
}
#accordionExample .card{
	border-radius: 0;
}
#accordionExample{
	margin-bottom: 30px;
}
#accordionExample .card .card-header button{
    color: #000;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0;
    border: none;
}
#accordionExample .card .card-header button:hover{
	text-decoration: none;
}
#accordionExample .card .card-header button[aria-expanded="true"]{
	background: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
	color: #fff;
}
#accordionExample .card .card-header button[aria-expanded="false"]{
	background: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
}
#accordionExample .card-body{
	padding: 0;
	background:#f9f9f9;
}
#accordionExample .card-body table{
    border: 1px solid #e1e1e1;
    border: none;
    margin: 0;
}
#accordionExample .card-body table thead th{
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
}
#accordionExample .card-body table tbody td{
    padding: 5px 10px;
    font-size: 13px;
    border: none;
    vertical-align: middle;
    color: #333;
}
#accordionExample .card-body table tbody td a{
	color: #000;
	width: 100%;
	display: block;
	text-decoration: none;
}
#accordionExample .card-body table tbody tr:nth-child(odd){
	background: #f5f5f5;
}
#accordionExample .card-body table tbody tr:nth-child(even){
	background: #f7f7f7;
}
#accordionExample .card-body table tbody tr{
    border-bottom: 1px solid #e1e1e1;
}
#accordionExample .card-body table tbody tr:hover{
	background: #dddddd;
}
#accordionExample .card-body table tbody td span{
	font-size: 10px;
	color: #333;
	/* display: block; */
}
.bm_active,
.fancy_active,
.custom_active{
	height: 20px;
	width: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 8px !important;
	font-weight: 800;
}
.bm_active{
	background: #ff0000;
	color: #fff !important;
}
.fancy_active{
	background: #0cc000;
	color: #fff !important;
}
.custom_active{
	background: #fd6e00;
	color: #fff !important;
}
.in_play{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	text-transform: uppercase;
	font-size: 9px !important;
	background: #11a000;
	padding: 3px 6px;
	border-radius: 2px;
	color: #fff !important;
}
.bet_allow{
	font-size: 10px !important;
	border: 1px solid #000000 !important;
	padding: 2px 4px;
	border-radius: 3px;
	color: #000000 !important;
	float: right;
	background: #68c7d7;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.user_list .card-header{
	align-items: center;
}
.user_list .card-header h6{
	text-transform: uppercase;
}
.user_list table th{
	text-transform: uppercase;
	background: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
	color: #fff;
	border: none;
	padding: 7px 10px;
	font-size: 15px;
}
.user_list table td{
	border: 1px solid #eee;
	padding: 7px 10px;
	color: #666;
	font-size: 13px;
}
.user_list table td a{
	font-size: 12px;
	text-transform: uppercase;
}
.user_list .btn-dark,
.scroll-to-top{
	background: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
	border-color: #36b9cc;
}
@media(min-width:767.98px) {
	.sidebar.toggled .sidebar-brand .sidebar-brand-text{
		display: block !important;
	}
}
@media(max-width:767.98px) {
    .container-fluid {
    	padding: 0 5px;
	}
	.account-filter .col-md-2 {
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 5px;
	    padding: 0 3px;
	}
	table td {
	    white-space: nowrap;
	}
	.account-filter label {
	    text-align: right;
	    font-size: 9px;
	}
	.account-filter .searchBtn {
	    margin-top: 16px;
	}
	.account-filter {
	    padding: 5px;
	}
	.navbar-light .navbar-brand {
	    font-size: 12px;
	}
	#sidebarToggleTop {
	    margin-right: 3px!important;
	}
}
