.error {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal !important;
}
.error-length-css .sub-div label.error {
	position: relative;
	bottom: 0;
	text-overflow: initial;
	white-space: initial;
	overflow: initial;
}
.error-length-css .sub-div {
	margin-bottom: 6px;
}
.login-error-message p {
	margin: 0;
}
.chartType {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 4px;
}

.chartType button {
	margin: 0 2px;
	border-radius: 5px;
	border: none;
}

.toggle-label {
	background: #d7d1d1;
	color: #212529;
}

.chart-active {
	background: #f7a35c7d;
}

.accordion .card {
	border: none;
}

.accordion .card h2 {
	background-size: 20px;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 4px;
	line-height: 1;
	height: 46px;
}

.accordion .card h2.collapsed {
	border: none;
}
.accordion .card h2[aria-expanded="true"] {
	color: #fff;
	background: var(--themecolor);
}
.accordion .card h2[aria-expanded="false"] {
	background: #6d6d6d;
	color: #fff;
}
.accordion .card h2[aria-expanded="false"]:hover {
	color: #fff;
	background: var(--themecolor);
}
.accordion .card-body {
	padding-left: 0;
	padding-right: 0;
}
.chartType button {
	margin: 0 2px;
	border-radius: 5px;
	border: none;
}
.card.card-head-grph {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	border-radius: 0;
	margin: 0 -5px;
}

.card-head-grph .card-head {
	width: 100%;
	padding: 5px;
}

.error_page_1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding-bottom: 3rem;
}
h2.error_head_1 {
	font-size: 2.2rem;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0.8rem;
}

h3.error_head_1 {
	margin-bottom: 0.9rem;
	font-size: 1.6rem;
}
.old-bo-link {
	margin-right: 10px;
	text-decoration: underline;
}
body {
	font-family: "Quicksand", sans-serif;
	font-size: 0.9rem;
	color: var(--fontcolor);
}
.table {
	color: var(--fontcolor);
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

label {
	outline: none;
}
a {
	color: var(--themecolor);
}
a:hover {
	color: var(--linkhover);
}
button:focus {
	outline: none;
	box-shadow: none !important;
}

.loader-cont {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1111;
	background: rgba(255, 255, 255, 0.76);
}
.dashboardloader-main .loader-cont {
	position: absolute;
	z-index: 1;
	align-items: flex-start;
	padding-top: 32vh;
}
.loader-div {
	text-align: center;
	text-align: center;
	width: 70px;
	height: 70px;
	border: 4px solid rgba(0, 0, 0, 0.22);
	border-radius: 50%;
	border-bottom-color: var(--themecolor);
}

.loader-txt {
	line-height: 1;
	font-size: 1rem;
}

.loader-div i {
	font-size: 1.6rem;
	color: var(--themecolor);
}
.running-msg-main {
	background: var(--sidebar-linkcolor);
}
.running-msg {
	padding: 4px;
	color: #fff;
	margin: auto;
	display: block;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
table a {
	color: var(--themecolor);
	/* white-space: nowrap; */
}
.table td,
.table th {
	padding: 0.5em;
	vertical-align: middle;
}
.table-bordered td,
.table-bordered th {
	border: 1px solid var(--bordercolor);
}
label {
	margin-bottom: 0.2rem;
}
.form-control {
	height: calc(2.1rem + 2px);
	padding: 0.2rem 0.75rem;
	font-size: 1rem;
	caret-color: #c0c0c0;
    caret-color: rgb(192 192 192);
    caret-color: hsl(0, 1%, 34%);
}
.form-control.dropdown-toggle {
	text-align: left !important;
}

.form-control.dropdown-toggle::after {
	margin-left: auto;
	float: right;
	margin-top: 8px;
}
.dropdown-menu {
	font-size: 0.9rem;
}

.dropdown-menu.edit_rev_share table td {
	font-size: 14px;
	line-height: 1;
	border: none;
}

.dropdown-menu.edit_rev_share table tr td:last-child {
	width: 22% !important;
	padding-left: 0;
	padding-right: 2px;
}

.dropdown-menu.edit_rev_share table tr td:first-child {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 100% !important;
	/* max-width: 262px; */
	padding-right: 2px;
	padding-left: 5px;
}
.dropdown-menu.edit_rev_share table tr td b {
	width: 100% !important;
	display: block;
	padding: 5px 0px;
	border-radius: 2px;
	margin-bottom: 2px;
}
.login-box .form-control {
	height: 36px;
	padding: 0.375rem 0.75rem;
	    border: none !important;
    border-left: 1px solid !important;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.5rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: var(--themecolor);
	border-radius: 0.25rem;
	line-height: 1.3;
	font-size: 0.85rem;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: var(--themecolor);
}
.login-box-main {
	min-height: 100vh;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	background: var(--loginbodybg);
	background-position: center;
	background-size: cover;
}

.login-box {
	width: 95%;
	max-width: 380px;
	background: var(--subbg);
	padding: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
	margin: 1% auto;
}

.forcepwd-page .login-box {
	width: 100%;
	max-width: 412px;
}
.forcepwd-page .login-box h2 {
	box-shadow: none;
	border-radius: 0;
}
.forcepwd-page .login-box .form-group {
	margin-bottom: 15px;
	position: relative;
}
.forcepwd-page .login-box .btn-primary {
	margin-top: 20px;
}
.pwd_instruction {
	background: var(--vallabbg);
	margin-bottom: 6px;
	padding: 5px 7px;
	border-radius: 3px;
	border: 1px solid var(--bordercolor);
	font-size: 14px;
}

.pwd_instruction p {
	margin: 0;
}
.pwd_instruction2 {
	text-align: center;
}
.pwd_instruction2 p {
	margin-bottom: 5px;
}
.login-box .input-group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.login-box .login-button {
	margin-top: 1.3em;
}
.login-box .input-group span.input-group-addon {
	width: 35px;
	height: 36px;
	background: var(--bodybg);
	display: flex;
	align-items: center;
	padding: 5px 8px;
	border: 1px solid var(--bordercolor);
	border-radius: 5px 0 0 5px;
	border-right: 0;
	text-align: center;
	justify-content: center;
}
.login-logo {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.login-box label.error {
	min-width: 100%;
	margin-bottom: 0;
	line-height: 1;
}
.login-box .form-group {
	margin-bottom: 13px;
}
.login-box label.error {
	position: absolute;
	bottom: -15px;
}
label#captcha-error {
	position: absolute;
	bottom: -15px;
}
.login-error-message {
	position: fixed;
	top: 1%;
	width: 95%;
	max-width: 380px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index:1;
}
.login-error-message .close {
	line-height: 0.8;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-box .captcha-group {
	margin-bottom: 1.7em;
}
.captcha-group input {
	border-radius: 0 0.25rem 0.25rem 0 !important;
}
.mandatory-symbol {
	color: #f00;
	margin-left: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	display: inline-block;
}
.form-control:focus {
	color: var(--fontcolor);
	background-color: #fff;
	border-color: var(--themecolor);
	outline: 0;
	box-shadow: none;
}
.multiselect:focus {
	border-color: var(--themecolor) !important;
}
.submit-clear-section .sub-div:last-child input {
	background: #6d6d6d;
	border-color: #6d6d6d;
	color: #fff;
}
.btn-primary,
.submit-clear-section .sub-div:first-child input {
	background: var(--btncolor);
	border-color: var(--btncolor);
	color: var(--btn-textcolor);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.submit-clear-section .sub-div:first-child input:hover {
	background-color: var(--btncolorhover);
	border-color: var(--btncolorhover);
	color: var(--btn-textcolor);
	box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled,
.submit-clear-section .sub-div:first-child input:disabled {
	background-color: var(--btncolorhover);
	border-color: var(--btncolorhover);
	color: var(--btn-textcolor);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	cursor: not-allowed;
}
.submit-clear-section .form-control {
	height: auto;
}
table thead th {
	background: #6d6d6d;
	color: #fff;
	vertical-align: middle !important;
	line-height: 1;
	font-weight: normal;
}
table select {
	min-width: 110px;
	padding: 3px !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
	top: 0;
	bottom: 3px !important;
	margin: auto;
	display: flex !important;
	align-items: center;
	line-height: 1;
}
input.error {
	font-size: 0.9rem;
}
.multiselect.dropdown-toggle.btn.btn-default {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: calc(1em + 0.75rem + 2px);
	padding: 0.2rem 0.75rem;
	height: calc(2.1rem + 2px);
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
	color: #495057;
}
.btn {
	font-size: 1rem;
}
.multiselect-container {
	min-height: 0px;
	max-height: 250px;
	overflow: auto;
}

.multiselect-container .select-input {
	width: 35px;
	min-width: 35px;
	text-align: center;
	height: 22px;
}

.multigame-select a,
.multiselect-all a {
	margin-right: auto;
	display: block;
	width: 100%;
}

.multigame-select a,
.multiselect-all a {
	margin-right: auto;
	display: block;
	width: -webkit-calc(100% - 36px);
	width: calc(100% - 36px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: var(--fontcolor);
}

.multigame-select a label,
.multiselect-all a label {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block !important;
}
ul.multiselect-container.dropdown-menu.show {
	padding: 0 5px;
	width: 100%;
}
.multiselect-container label.checkbox input[type="checkbox"] {
	position: relative;
	top: 1px;
}

.multigame-select,
.multiselect-all {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	padding: 2px 2px;
}
.multiselect-all a.multiselect-all {
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
.multiselect-container {
	max-height: 280px;
}

.multiselect-container label.checkbox {
	margin-bottom: 0;
	cursor: pointer;
}
.multiselect-group a {
	color: var(--fontcolor);
	background: var(--vallabbg);
	display: block;
	padding: 2px 6px;
	border-radius: 2px;
}
.btn-group,
.btn-group-vertical {
	width: 100% !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: unset;
	margin-left: unset;
}
.header-user-details {
	margin-right: 10px;
}
.header-user-details .dropdown-menu {
	padding: 5px;
	min-width: 260px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	transform: translate3d(-217px, 25px, 0px) !important;
}
.dropdown_usr_dtls {
	display: flex;
}
.myacc_btn {
	text-align: center;
	width: 100%;
	background: var(--btncolor);
	color: var(--btn-textcolor);
	border-radius: 4px;
	padding: 3px;
	margin-top: 4px;
}
span.dropdown_usr_label {
	display: block;
	font-weight: bold;
	width: 31%;
}

span.dropdown_usr_value {
	/* color: var(--themecolor); */
	width: 69%;
}
.header-user-details .dropdown-menu p {
	margin: 0px;
}
.server-datetime-sec {
	display: flex;
}
.server-time {
	min-width: 60px;
	margin-left: 4px;
	text-align: center;
}
.header_username_txt {
	color: var(--sidebar-linkcolor);
	font-weight: var(--bold);
}
.header_subprovider {
	text-align: center;
	padding-left: 20px;
}
ul.menu-list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	width: 220px;
}

p.lable_head {
	margin: 0;
	padding: 5px;
	/* border-bottom: 1px solid var(--bordercolor); */
	/* background: var(--bodybg); */
	background: var(--sidebar-headbg);
	font-weight: bold;
}
h2 {
	border-bottom: 1px solid var(--bordercolor);
	color: var(--themecolor);
	font-size: 1.3rem;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: var(--subbg);
	border-radius: 5px;
	font-weight: 600;
	/* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31); */
}
.main-div h2 {
	background: var(--subbg);
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0px;
}
ul.sub-menu li a {
	display: block;
	padding: 6px 5px 6px 28px;
	border-top: 1px solid var(--sidebar-bordercolor);
	color: var(--sidebar-fontcolor);
}
ul.sub-menu li a:hover {
	color: var(--sidebar-linkcolor);
}
ul.sub-menu li a.active {
	color: var(--sidebar-linkcolor);
	font-weight: bold;
}
ul.sub-menu li:first-child a {
	border: none;
}
ul.menu-list{
	border-bottom: 1px solid var(--sidebar-bordercolor);
}
li.menu-icon.dash-icon p.lable_head a {
	display: block;
	background: var(--sidebar-bg);
	color: var(--sidebar-fontcolor);
	padding: 5px;
}

li.menu-icon.dash-icon p.lable_head {
	padding: 0;
}
.table-main-div > p {
	margin: 0;
}
.sidebar-section {
	min-width: 220px;
	width: 220px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
	position: relative;
	transition: 0.3s;
	background: var(--sidebar-bg);
	color: var(--sidebar-fontcolor);
}

ul.sub-menu {
	padding: 0;
	list-style: none;
}
.right-section {
	width: 100%;
	padding: 15px;
	background: var(--bodybg);
	position: relative;
}

.main-div {
	padding: 12px;
	background: var(--subbg);
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
	margin-bottom: 15px;
}
.main-div .main-div {
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.main-div .table-main-div {
	/* margin-bottom: 15px; */
	margin-bottom: 0px;
}
.table-main-div {
	overflow: auto;
}
.table-main-div .row {
	/* margin: 0 -12px; */
	margin: 0 0;
}
.table-main-div .col-sm-12 {
	padding: 0;
	flex: initial;
	/* width: calc(100% - 2px) !important; */
}
.table-main-div .col-sm-12 table {
	width: 100% !important;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}
.table-main-div .dataTables_filter {
	display: none;
}
.table-main-div table.table {
	line-height: 1;
	font-size: 0.9rem;
}
.total_section_box {
	display: flex;
	margin-right: 10px;
	background: var(--vallabbg);
	padding: 5px 10px;
	border: 1px solid var(--bordercolor);
	border-radius: 5px;
	margin-bottom: 5px;
}

.table_total_section {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	margin-bottom: 5px;
}

.total_section_box_sub2 {
	color: var(--themecolor);
	padding-left: 2px;
}
.total_section_box_sub1 {
	padding-right: 2px;
}

.main-div-input-sec {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.radio-inline-main {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 38px;
}
.radio-inline-main .radio-inline {
	margin-right: 8px;
}
.sub-div {
	width: 24%;
	margin-bottom: 16px;
	margin-right: 1%;
	position: relative;
}
.modal-sub-div {
	width: 49% !important;
}
.main-div-input-sec .sub-div.multiselect-div {
	width: 32.33%;
}
.sub-div label.error {
	position: absolute;
	bottom: -15px;
	line-height: 1.2;
	font-size: 0.85rem;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.upload-btn {
	padding: 2px;
	height: calc(1em + 0.75rem + 7px);
}
.sample_download_btn {
    height: 34px;
    margin-top: 27px;
    border-radius: 4px;
}
textarea.textarea-input {
	height: calc(1em + 0.75rem + 2px);
}
.sub-div-3 {
	width: 74%;
}
.product-listing {
	width: 100%;
}
.user-details-label label {
	min-width: 140px;
	margin-bottom: 0;
	font-weight: bold;
	padding-right: 3px;
}
.user-details-label {
	/* background: var(--vallabbg); */
	margin-bottom: 2px;
	padding: 5px 7px;
	border-radius: 3px;
	/* border: 1px solid var(--bordercolor); */
	background: transparent;
	display: flex;
	align-items: center;
}
.editpwd_info_sec i.fa.fa-info-circle {
	position: absolute;
	left: 77px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.editpwd_info_sec {
	position: relative;
}
.editpwd_info_sec2 i.fa.fa-info-circle {
    left: initial;
    right: 3px;
}

.editpwd_info_sec2 label {
    padding-right: 25px;
}
.edit_pwd_form input {
    max-width: 200px;
}
.edit_pwd_form label.error {
		position: absolute;
    bottom: -15px;
    line-height: 1.2;
    font-size: 0.85rem;
}
.edit_pwd_form .submit-clear-section {
    margin-top: 16px;
}
.edit_pwd_form .user-details-label{
	position:relative;
}

.agent_checkboxlabel {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1.3;
	font-size: 0.85rem;
}
.agent_checkboxlabel span.triple_number {
	min-width: 31px;
	text-align: right;
}
.adjust-detail-sec .user-details-label {
	padding: 4px 0;
}
.main-div-detail-sec {
	background: var(--vallabbg);
	padding: 10px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.change_pwd_link {
	margin-left: 3px;
}
.games-list-sec {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.games-list-sec .user-details-label {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 49%;
	margin-right: 1%;
	line-height: 1.2;
}

.head-sub-main,
h2.head-sub-main {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
	background: var(--vallabbg);
	padding: 5px 7px;
	border-radius: 5px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.1rem;
	border: none;
	color: var(--themecolor);
}
.head-sub-main1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
span.edit-btn a {
	padding: 2px 6px;
	background: var(--themecolor);
	color: #fff;
	display: block;
	margin-left: 4px;
	border-radius: 6px;
	font-size: 16px;
}

.head-sub-right {
	display: -webkit-flex;
	display: flex;
}
.submit-clear-section {
	display: -webkit-flex;
	display: flex;
}

.submit-clear-section {
	min-width: 100%;
	padding-top: 10px;
}

.submit-clear-section .sub-div {
	max-width: 15%;
	margin-bottom: 0;
}

.custom_checkbox_edit .customcheck {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.custom_checkbox_main {
	display: flex;
	flex-wrap: wrap;
}
.agent_checkbox {
	margin-top: 10px;
	margin-right: -1%;
}
.custom_checkbox_sub {
	width: 32.33%;
	margin-bottom: 10px;
	background: var(--vallabbg);
	padding: 6px;
	margin-right: 1%;
	border: 1px solid var(--bordercolor);
	border-radius: 5px;
}
.custom_checkbox_edit {
	max-height: 200px;
	overflow: auto;
	padding: 0 3px;
}
.games_edit_title1 {
	background: var(--vallabbg);
	padding: 5px 5px;
	border-radius: 5px;
	margin-bottom: 4px;
	font-weight: bold;
}
.games_edit_title1.header_username_txt {
	color: var(--themecolor);
}
.games_edit_title1.header_subprovider {
	text-align: center !important;
	/* padding-left: 20px; */
}
.custom_checkbox_edit .customcheck input.games_percentage {
	width: 40px;
	margin-left: auto;
	order: 2;
	display: block;
	padding: 5px;
	height: 27px;
}
label.customcheck input[type="checkbox"] {
	order: 0;
}
span.select_all_bg {
	order: 1;
	margin-right: auto;
	margin-left: 5px;
	font-weight: bold;
}
.customcheck_name {
	order: 1;
	width: calc(100% - 20px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 4px;
}

.accordian-pannel-title a {
	font-size: 1rem;
	color: var(--fontcolor);
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
textarea {
    resize: none;
}
p.lable_head i {
	margin-right: 5px;
	width: 17px;
}
.nested-accordion .panel-collapse {
	padding-left: 18px;
}
.nested-accordion .panel-collapse .list-unstyled {
	margin-bottom: 0;
}
.panel-body.nested-accordion .panel-group {
	background: var(--vallabbg);
	padding: 1px 10px;
	margin-bottom: 5px;
}
.panel-body.nested-accordion {
	margin-bottom: 10px;
}
.main-header {
	border-bottom: 1px solid var(--sidebar-bordercolor);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: var(--sidebar-bg);
	color: var(--sidebar-fontcolor);
	z-index: 10;
}
.main-header-top {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0 0 10px;
	height: 70px;
}
.help-icon {
	color: var(--themecolor);
}
.user-detail-icon,
a.logout {
	color: var(--sidebar-linkcolor) !important;
}
a.help-icon {
	position: absolute;
	top: 19px;
	right: 19px;
	line-height: 1;
}
div#help_modal .modal-dialog {
	max-width: 900px;
}

div#help_modal p {
	line-height: 1.2;
	margin-bottom: 10px;
}
.header-user {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-left: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.header-nav {
	/* display: none; */
	font-size: 36px;
	margin-right: 10px;
	color: var(--sidebar-linkcolor);
	cursor: pointer;
}
.header-logo {
	font-size: 23px;
}
.alert-popup {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1250;
	top: 0;
	width: 100%;
	max-width: 600px;
	border-radius: 0 0 5px 5px;
	background: #ff0000;
	padding: 5px 7px;
	border: 1px solid #ff0000;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
}
.alert-popup p {
	margin-bottom: 0;
}
.success-popup {
	background: #26b902;
	border: 1px solid #26b902;
}
.overlay {
	display: none;
	position: fixed;
	background: rgb(0 0 0 / 50%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.accordian-arrow i.fa.fa-angle-down {
	display: none;
}
.accordian-arrow i.fa.fa-angle-up {
	display: inline-block;
}
a.collapsed .accordian-arrow i.fa.fa-angle-up {
	display: none;
}
a.collapsed .accordian-arrow i.fa.fa-angle-down {
	display: inline-block;
}
.nested-accordion .panel-collapse {
	padding-left: 18px;
}
.dash-box-main {
	display: flex;
}

.dash-box {
	border: 1px solid var(--bordercolor);
	border-radius: 5px;
	padding: 12px 10px;
	margin-right: 10px;
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dash-box .dash-box-cont-right i {
	font-size: 32px;
}
.dash-box-main .dash-box:last-child {
	margin-right: 0;
}
.dash-box h1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
}

.dash-box h4 {
	font-size: 1.3rem;
	margin-bottom: 0.25rem;
}
.click_view {
	position: absolute;
	bottom: 3px;
	line-height: 1;
	font-size: 0.85rem;
	color: var(--themecolor);
	left: 10px;
}
.dash-box.active_plr {
	color: #78d24d;
	border-color: #78d24d;
}
.dash-box.active_plr a {
	color: #78d24d;
}

.dash-box.inactive_plr {
	color: #f5a623;
	border-color: #f5a623;
}
.dash-box.inactive_plr a {
	color: #f5a623;
}

.dash-box.suspended_plr {
	color: #e83333;
	border-color: #e83333;
}
.dash-box.suspended_plr a {
	color: #e83333;
}
.dash-box.gamepercent_plr {
	color: #f523ab;
	border-color: #f523ab;
}
.dash-box.gamepercent_plr a {
	color: #f523ab;
}
.gamepercentege_popup h2 {
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0;
}
.gamepercentege_popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
span.status_count_no {
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	text-align: right;
	line-height: 1.1;
}
span.status_count_no span {
	display: block;
	font-size: 13px;
	color: var(--fontcolor);
	letter-spacing: -0.5px;
	font-weight: normal;
}
span.status_txt {
	color: var(--fontcolor);
	font-size: 14px;
	width: 100%;
	line-height: 1.2;
}
.player_status_count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.dash-box > div:last-child {
	margin-bottom: 0;
}
.player_status_txt {
	margin-bottom: 5px;
}
.chart_detail {
	display: flex;
	margin-bottom: 10px;
}

.chart_detail_cont {
	margin-right: 10px;
}

.chart_detail_cont span {
	color: var(--themecolor);
}
.graph_tab_cont2 {
	border: 1px solid #dee2e6;
	border-top: none;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.graph_tab_list li .nav-link h6 {
	margin-bottom: 0;
}

.graph_tab_list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.graph_tab_list li.nav-item {
	width: 100%;
}

.graph_tab_list li.nav-item .nav-link {
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

.table_pagination a,
.table_pagination strong,
.dataTables_paginate a {
	padding: 5px 10px;
	background: var(--vallabbg);
	color: var(--fontcolor);
	margin: 1px;
	font-weight: normal;
	    display: inline-block;
}

.table_pagination,
.dataTables_paginate {
	text-align: center !important;
}

.table_pagination strong,
.paginate_button.current {
	background: var(--themecolor);
	color: #fff;
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.02);
}
.sidebar-section::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.sidebar-section::-webkit-scrollbar-track {
	background: #3b3364;
}

.sidebar-section::-webkit-scrollbar-thumb {
	background: #888;
}

.table-main-div::-webkit-scrollbar {
	width: 5px;
	height: 10px;
}

.table-main-div::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.table-main-div::-webkit-scrollbar-thumb {
	background: #888;
}
.userdetail_searchgame_overflow::-webkit-scrollbar {
	width: 5px;
	height: 10px;
}

.userdetail_searchgame_overflow::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.userdetail_searchgame_overflow::-webkit-scrollbar-thumb {
	background: #888;
}
.custom_checkbox_edit::-webkit-scrollbar,
.multiselect-container::-webkit-scrollbar,
.dropdown-menu.edit_rev_share::-webkit-scrollbar {
	width: 5px;
}

.custom_checkbox_edit::-webkit-scrollbar-track,
.multiselect-container::-webkit-scrollbar-track,
.dropdown-menu.edit_rev_share::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.custom_checkbox_edit::-webkit-scrollbar-thumb,
.multiselect-container::-webkit-scrollbar-thumb,
.dropdown-menu.edit_rev_share::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
table a {
    font-weight: bold;
}
/* begin-handdetails-page */

/* 
.handdetails-main-sec {
    padding: 15px;
}
.handdetails-main-top {
    padding: 0;
    box-shadow: none;
    background: transparent;
}
.handdetails-main-top .user-details-label {
    padding: 5px 0;
}
.handdetails-table-div .table-bordered td table td {
    border: none;
    padding: 0;
}
.UDpopupWrap {
    padding: 5px 0;
	    min-width: 320px;
}
.UDpopupWrap .UDFieldtitle img {
    margin-bottom: 15px;
}
.UDpopupWrap .UDFieldtitle {
    padding-bottom: 5px !important;
}
.NTblHdrWrap {
    background: #6d6d6d;
    color: #fff;
}
.TC_infoWinBet {
    display: flex;
}

.TC_NumberWrap {
    display: flex;
}

.TCwrap {
    display: flex;
}

.TC_infoWrap {
    width: 100%;
}

w {}

.TC_Left_Wrap {
    width: 100%;
}

.TC_MidWrap {
    width: 100%;
}

.Agent_Game_Det_wrap {
    padding: 12px;
    background: var(--subbg);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Agent_game_Left {
    width: 32% !important;
    margin-bottom: 0;
    margin-right: 1%;
    position: relative;
    min-width: 300px;
}

.Agent_game_tit_wrap {
    display: flex;
    width: 100% !important;
	flex-wrap: wrap;
}

.Agent_game_name {
    font-weight: bold;
    margin-right: 3px;
}

.handdetails-table-div table {
    margin-bottom: 0;
}
 */

.Agent_Game_Det_wrap {
	background-color: #6d6d6d !important;
}
.NTblHdrWrap {
	background-color: #6d6d6d !important;
}
.handdetails-common-body {
	padding: 15px;
	min-height: 100%;
	background: var(--bodybg);
	overflow: auto;
}
.NSTblHdrWrap {
	padding: 5px 2px;
}
.NTblHdrWrap {
	padding: 0px 2px;
}
.UDpopLeftWrap .UDFieldtitle {
	padding: 5px 0 !important;
}
.Agent_Game_Det_wrap {
	padding: 12px;
	background: var(--subbg) !important;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
	margin-bottom: 12px;
}

.Agent_Game_Det_wrap * {
	font-size: 14px !important;
	color: var(--fontcolor) !important;
	width: auto !important;
}

.Agent_game_name {
	color: var(--themecolor) !important;
	font-weight: bold !important;
	width: auto !important;
}

.Agent_game_Left {
	padding: 5px !important;
	width: auto !important;
}

.tableWrap {
	padding: 12px;
	background: var(--subbg) !important;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
	margin-bottom: 15px;
}

.detailstable {
	margin-bottom: 10px;
}

.userdetail_searchgame_overflow {
	overflow: auto;
	margin-bottom: 15px;
}

/* end-handdetails-page */

/* datetimepicker */
.bootstrap-datetimepicker-widget table {
	border: 1px solid #fff;
	border-top: none;
}
.bootstrap-datetimepicker-widget table th {
	border: 1px solid #fff;
	border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.day {
	border: 1px solid var(--bordercolor);
	border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: var(--themecolor);
}
.bootstrap-datetimepicker-widget table th.picker-switch:hover,
.bootstrap-datetimepicker-widget table th.prev:hover,
.bootstrap-datetimepicker-widget table th.next:hover {
	color: var(--fontcolor);
}
.bootstrap-datetimepicker-widget table td.today:before {
	content: "";
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: var(--themecolor);
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: var(--themecolor);
	color: #fff;
}
/* end-datetimepicker */

/* modal-popup-css */
.modal-header button.close {
	padding-top: 0.4rem;
}
.modal-header {
	border: none;
	padding: 10px;
}

.modal-footer {
	border: none;
	padding: 10px;
}

.modal-footer button:last-child {
	background: #6d6d6d;
	border-color: #6d6d6d;
	color: #fff;
}

.modal-body {
	padding: 10px;
}
.modal-body p {
	margin: 0;
}
.modal-dialog {
	padding: 7px;
	background: var(--bodybg);
	border-radius: 5px;
}

.modal-content {
	border: 1px solid var(--bordercolor);
	background: var(--subbg);
}

h4.modal-title {
	color: var(--themecolor);
	width: 100%;
}
.percentage_modal {
	width: 95% !important;
	max-width: 800px;
	margin: 1.75rem auto;
}
div#assign_operator_games_modal .modal-dialog,#provider_games_modal .modal-dialog,#operator_games_modal .modal-dialog {
    max-width: 1000px;
}
.popup-detail-bx1 {
    background: var(--vallabbg);
    padding: 6px;
    border: 1px solid var(--bordercolor);
    border-radius: 5px;
    margin-bottom: 10px;
}

.popup-detail-bx1 .sub-div {
    margin-bottom: 5px;
    margin-top: 5px;
}
/* end-modal-popup-css */

@media screen and (min-width: 992px) {
	/* begin-full-width-menu css*/

	/*.header-nav {
    display: none;
}
.full-width-menu .sidebar-section {
	width: 100%;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.18);
    height: auto;
    overflow: initial;
}
.full-width-menu .right-section{
	width: 100%;
}

.full-width-menu {
    display: block !important;
}

.full-width-menu ul.menu-list {
    display: flex;
	    width: 100%;
}


.full-width-menu ul.menu-list li {
    width: 100%;
    text-align: center;
    position: relative;
    border-right: 1px solid var(--sidebar-bordercolor);
	cursor: pointer;
}
.full-width-menu ul.menu-list li ul.sub-menu {
    border-right: none;
}
.full-width-menu ul.menu-list li:last-child {
    border-right: none;
}
.full-width-menu ul.menu-list li ul.sub-menu {
    display: none;
    position: absolute;
    width: 100%;
     background: var(--sidebar-bg);
    color: var(--sidebar-fontcolor);
    border: 1px solid var(--sidebar-bordercolor);
    border-top: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.31);
	z-index: 1;
	line-height: 1.2;
    font-size: 0.95rem;
}
.full-width-menu li.menu-icon p.lable_head i {
    display: block;
	margin-bottom: 6px;
}
.full-width-menu ul.menu-list li:hover ul.sub-menu {
    display: block;
}
.full-width-menu p.lable_head{
     background: var(--sidebar-bg);
    color: var(--sidebar-fontcolor);
    padding: 8px 5px;
    line-height: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.full-width-menu p.lable_head i {
    margin-right: 0;
} 
.full-width-menu li.menu-icon p.lable_head a {
    padding: 15px 5px;
} */

	/* end-full-width-menu css*/
	.sidebar-section.open {
		min-width: 0;
		width: 0;
		overflow: hidden;
		transition: 0.3s;
	}

	.sidebar-section {
		transition: 0.3s;
		height: -webkit-calc(100vh - 70px);
		height: calc(100vh - 70px);
		overflow: auto;
		z-index: 1;
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
	}
	.overlay {
		display: none !important;
	}

	.right-section {
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
		transition: 0.3s;
	}
	.right-section.full-size {
		width: 100%;
		transition: 0.3s;
	}
}

@media screen and (max-width: 991px) {
	.graph_tab_list li.nav-item .nav-link {
		border: none;
		color: #000;
		background: var(--sidebar-headbg);
		border-radius: 5px;
		margin: 3px 3px;
	}

	.graph_tab_list li.nav-item {
		width: 33.33%;
	}

	.graph_tab_list li.nav-item .nav-link.active {
    background: var(--btncolor);
    color: var(--btn-textcolor);
}

	.graph_tab_list {
		flex-wrap: wrap;
		margin: 0 -3px;
		padding-bottom: 5px;
		border: none;
	}
	.graph_tab_cont2 {
		border: 1px solid #dee2e6;
		border-top: 1px solid #dee2e6;
		border-radius: 5px;
	}
	.card-head-grph .card-head {
		width: 33.33%;
	}
	.card.card-head-grph {
		flex-wrap: wrap;
	}
	.header-nav {
		display: block;
	}
	.sidebar-section {
		width: 0;
		min-width: 0;
		overflow: auto;
		position: fixed;
		background: var(--sidebar-bg);
		color: var(--sidebar-fontcolor);
		top: 0;
		bottom: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		z-index: 11;
	}
	.sidebar-section.open {
		width: 220px;
		min-width: 220px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	ul.menu-list {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	g.highcharts-button.highcharts-reset-zoom {
		display: none;
	}
	.dash-box-main {
		flex-wrap: wrap;
	}
	.dash-box {
		margin: 1%;
		width: 48%;
	}
	.sub-div {
		width: 32.33%;
	}
	.sub-div-3 {
		width: 65.6%;
	}
	.custom_checkbox_sub {
		width: 49%;
	}
	span.edit-btn a {
		font-size: 14px;
	}
	.header-nav {
		background: var(--sidebar-headbg);
		height: 100%;
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0 10px;
	}
	.header-logo {
		background: var(--sidebar-headbg);
		height: 100%;
		display: flex;
		align-items: center;
		padding-right: 10px;
		font-size: 1.1rem;
		line-height: 1.1;
	}
	.main-header-top {
		padding: 0 0px 0 0;
	}
	.sub-div {
		margin-bottom: 10px;
	}
	.sub-div,
	.main-div-input-sec .sub-div.multiselect-div {
		width: 100%;
		margin-right: 0;
	}
	.submit-clear-section .sub-div {
		max-width: 100%;
		max-width: 200px;
		margin-right: 1%;
	}
	.submit-clear-section .sub-div:last-child {
		margin-right: 0%;
	}
	.edit_pwd_form .user-details-label {
    align-items: end;
}
	.right-section {
    padding: 10px;
}
.edit_pwd_form label.error {
    position: static;
    bottom: -15px;
    line-height: 1.2;
    font-size: 0.85rem;
    width: 100%;
    max-width: 160px;
}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	
	.graph_tab_list li.nav-item {
		width: 50%;
	}
	.card-head-grph .card-head {
		width: 50%;
	}
	.agent_checkbox {
		margin-right: 0;
	}
	.header_username_det {
		display: block;
		min-width: 97%;
		text-align: right;
	}
	.games-list-sec .user-details-label {
		width: 100%;
		margin-right: 0;
	}
	.forcepwd-page .login-box {
		width: 97%;
		max-width: 412px;
	}
	.custom_checkbox_sub {
		width: 100%;
		margin-right: 0;
	}
	.dash-box {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.dash-box-main {
		display: flex;
		flex-wrap: wrap;
	}
	.sub-div,
	.main-div-input-sec .sub-div.multiselect-div {
		width: 100%;
		margin-right: 0;
	}
	.submit-clear-section .sub-div {
		max-width: 100%;
		margin-right: 1%;
	}
	.submit-clear-section .sub-div:last-child {
		margin-right: 0%;
	}
	.right-section {
		padding: 10px;
	}
}

.hide {
	display: none;
}
.show {
	display: block;
}
table.dataTable {
	border-collapse: collapse !important;
}
.amount-format {
	text-align: right !important;
}

.win-amt {
	color: green;
}
.loss-amt {
	color: red;
}
.login-box #captImg img {

	height: 36px;
	width: 100%;
	border-radius: 5px;
}
.rightAlign {
	text-align: right;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #ececec;
	font-weight: bold;
}
.download_app_btn {
	margin-right: 10px;
	background: var(--sidebar-headbg);
	padding: 0px 6px;
	border-radius: 4px;
	color: var(--sidebar-fontcolor);
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #f8f8f8;
}
.download_app_btn img {
	width: 22px;
	padding: 2px;
	margin-right: 2px;
}
.download_app_btn:hover {
	color: var(--sidebar-fontcolor);
}
.download_app_btn i {
	color: var(--sidebar-linkcolor);
}


/* begin-css-from-theme-file */
.error,
.sub-div label.error {
    /* font-size: 12px; */
}

span.edit-btn a {
    font-size: 14px;
}
.editpwd_info_sec i.fa.fa-info-circle {
    left: 83px;
}
.editpwd_info_sec2 i.fa.fa-info-circle {
    right: 6px;
	left: initial;
}
.login-box .form-control {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}



.page-item.active .page-link {
    background: var(--btncolor);
    border-color: var(--btncolor);
    color: var(--btn-textcolor);
}

.header-nav {
    font-size: 26px;
}

ul.sub-menu li a {
    font-size: 0.95rem;
}

p.lable_head {
    color: var(--sidebar-fontcolor);
}
ul.sub-menu li a:hover {
    background: var(--linkhover);
}
.sidebar-section::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.sidebar-section::-webkit-scrollbar-thumb {
    background: #443c6f;
}

.submit-clear-section .sub-div {
    /* max-width: 11.5%; */
}

.submit-clear-section-center .sub-div {
    width: 100%;
    max-width: 135px;
}

.approve-btn {
    background: #00c359 !important;
    color: #ffffff !important;
    border-color: #00c359 !important;
}

.reject-btn {
    background: #ec6e6e !important;
    color: #ffffff !important;
    border-color: #ec6e6e !important;
}

.payout-btn {
    background: var(--btncolor) !important;
    border-color: var(--btncolor) !important;
    color: var(--btn-textcolor) !important;
}

.payout-btn:hover {
    background: var(--btncolorhover) !important;
}

.approve-btn:hover {
    background: #00d260 !important;
}

.reject-btn:hover {
    background: #fd6a6a !important;
}

.import-export-btn-section {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    align-items: flex-end;
}

.import-export-btn-section .custom-file-upload {
    padding: 4px 12px;
    border: 1px solid #ced4da;
    margin-bottom: 0;
    height: calc(1em + 0.75rem + 2px);
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
}

.import-export-btn-section {
    margin-bottom: 16px;
}

.import-export-btn-section .import-export-btn {
    margin-right: 5px;
    white-space: nowrap;
}

.import-export-btn-section .import-export-btn:last-child {
    margin-right: 0;
}


p.lable_head {
    /* color: #fff; */
}



ul.sub-menu li a.active,
ul.sub-menu li a:hover {
    color: var(--themecolor);
}


.NTblHdrWrap {
    background-color: var(--btncolor) !important;
}

.form-control[readonly] {
    background-color: transparent;
}

.payout_header {
    text-align: center;
    font-size: 16px;
    /* background: var(--themecolor); */
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.payout_body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.payout_class {
    margin-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.payout_body input {
    width: 20%;
    margin: 0.5%;
    text-align: center;
    color: var(--fontcolor);
    background: #fff !important;
    margin: 0;
    border-radius: 0;
    height: 40px;
    /* font-weight: bold; */
    /* font-size: 1.5em; */
    padding: 0.2em 0.2em;
}

.result-box-22 .payout_class:nth-child(1) input {
    color: #ff8100;
    font-size: 2.1em;
    width: auto;
    font-weight: bold;
    height: auto;
}

.result-box-22 .payout_class:nth-child(2) input {
    color: #ff8100;
    font-size: 1.2em;
    font-weight: bold;
    width: 35%;
    min-width: 105px;
}

.result-box-22 .payout_class:nth-child(3) input {
    color: #ffc800;
    font-size: 1.2em;
    width: 20%;
    font-weight: bold;
    min-width: 105px;
}

.result-box-22 .payout_class:nth-child(4) input {
    font-weight: bold;
}

.submit-clear-section-center {
    width: 100%;
    justify-content: center;
}

.submit-clear-section-center .sub-div {
    margin: 0 1%;
}

.payout_body input {
    border-color: var(--themecolor);
}

.table td,
.table th {
    white-space: nowrap;
}

.table th {
    padding: 0.7em 0.5em;
}

.win-pop-det a {
    padding: 0 4px;
}

div#win_details_popup .modal-dialog {
    max-width: 600px;
}

div#payout_report_popup_index .modal-dialog {
    max-width: 700px;
}

div#payout_report_popup .modal-dialog {
    max-width: 700px;
}

div#payout_report_popup1 .modal-dialog {
    max-width: 700px;
}

div#payout_report_popup2 .modal-dialog {
    max-width: 700px;
}

div#winner_chart_popup .modal-dialog {
    max-width: 900px;
}

div#win_details_popup .modal-dialog .main-div {
    padding: 0;
    box-shadow: none;
}

.popup-table-scroll {
    max-height: 63vh;
}

.popup-table-scroll table.table {
    margin-bottom: 0;
}

.win-details-box th {
    white-space: nowrap;
}

.result-box-22 {
    max-width: 680px;
    background: var(--themecolor);
    margin: auto;
    border-radius: 5px;
    padding: 10px;
}

.modal-header button.close {
    padding-top: 1rem;
}

.win-details-box th {
    text-align: center;
}

.graph_tab_list li.nav-item .nav-link {
    border: none;
    color: #000;
    background: var(--sidebar-headbg);
    border-radius: 5px;
    margin: 3px 3px;
}

.graph_tab_list li.nav-item .nav-link.active {
    background: var(--btncolor);
    color: var(--btn-textcolor);
}

.graph_tab_list {
    border-bottom: none;
}

.graph_tab_cont2 {
    border: none;
    margin-top: 10px;
}

.tab-pane .main-div.table-main-div {
    margin-top: 15px;
}

.graph_tab_list li.nav-item:first-child .nav-link {
    margin-left: 0;
}

.input-modal-popup .sub-div {
    width: 100%;
}

.no-overflowhidden {
    overflow: initial;
}

.submit-sub-div input {
    background: var(--btncolor);
    border-color: var(--btncolor);
    color: var(--btn-textcolor);
    max-width: 180px;
}

.submit-sub-div input:hover,
.submit-sub-div input:focus {
    background-color: var(--btncolorhover);
    border-color: var(--btncolorhover);
    color: var(--btn-textcolor);
    box-shadow: none !important;
}

.sub-div.submit-sub-div {
    display: flex;
    align-items: flex-end;
}
.sidebar-section::-webkit-scrollbar {	
    width: 3px;	
    height: 0px;
	}
@media screen and (max-width: 991px) {
    .submit-sub-div input {
        max-width: 100%;
    }
    .graph_tab_list li.nav-item:first-child .nav-link {
        margin-left: 3px;
    }
}

@media screen and (max-width: 767px) {
    .submit-clear-section .sub-div {
        /* max-width: initial; */
    }
    .header-nav,
    .header-logo {
        background: transparent;
    }
    .import-export-btn-section {
        justify-content: end;
        overflow: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    .payout_body input {
        width: 32%;
    }
}

.multiple-changepassword-common {
    display: flex;
    align-items: end;
}

.multiple-changepassword-common form {
    width: 100%;
    max-width: 400px;
    margin-right: 10px;
    position: relative;
}

.multiple-changepassword-common .sub-div {
    width: 100%;
}

.multiple-changepassword-common .submit-clear-section .sub-div {
    max-width: 100%;
}

.multiple-changepassword-common .submit-clear-section .sub-div:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .submit-sub-div input {
        max-width: 100%;
    }
    .graph_tab_list li.nav-item:first-child .nav-link {
        margin-left: 3px;
    }
}

@media screen and (max-width: 767px){
    .multiple-changepassword-common form {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .multiple-changepassword-common {
        display: block;
    }
	.multiple-changepassword-common .main-div h2 {
    padding-right: 25px;
}
}
/* end-css-from-theme-file */


.profile-common-div {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: start;
}
.profile-common-div .main-div.table-main-div {
    width: 100%;
}
.userdetails-label-main {
	min-width:365px;
    width: 43%; 
}

@media screen and (max-width: 991px) {
	.profile-common-div .main-div.table-main-div,.userdetails-label-main {
    width: 100%;
}
}
@media screen and (max-width: 1100px) {
.profile-common-div {
    flex-wrap: wrap;
}
}

.desktop_cont>div {
    max-width: 559px;
    padding: 0 15px;
	position: relative;
}
.login_txt {
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 1;	
    font-weight: bold;
}
.col-half.desktop_cont {
	position: relative;
    background: -webkit-linear-gradient(57deg, var(--themecolor), var(--linkhover));
    background: linear-gradient(57deg, var(--themecolor), var(--linkhover));
    color: #fff;
    text-align: justify;
	overflow: hidden;
}
.login-box .input-group span.input-group-addon {
    color: var(--themecolor);
}
.sidebar-section {
    background: var(--themecolor);
}

.sidebar-section * {
    color: #fff !important;
}

.prov_game_pop .modal-header {
    background: var(--themecolor);
}

.prov_game_pop .modal-header .modal-title {
    color: #fff;
}

.prov_game_pop .modal-header button.close {
    color: #fff;
    opacity: 1;
    padding: 0;
    margin-top: 0.2rem;
    margin-right: 0.4rem;
}
.popup-detail-bx1 .sub-div.modal-sub-div > p > strong {
    display: block;
    margin-top: 4px;
}

.popup-detail-bx1 .sub-div.modal-sub-div > p {
    background: var(--vallabbg);
    padding: 5px 5px;
    border-radius: 5px;
    min-width: 50%;
	    height: 100%;
}
.popup-detail-bx1 .modal-sub-div {
    width: 32.33% !important;
    margin: 0.5%;
}

.form_error {
	color: #ff0000;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 100;
    display: block;
    width: 100%;
}
.check-bx-div {
    display: flex;
    align-items: center;
    min-height: calc(2.1rem + 2px);
}

.check-bx-div .check-bx-subdiv {
    margin-right: 7px;
    display: flex;
    align-items: center;
}

.check-bx-div .check-bx-subdiv input {
    margin-right: 3px;
}
.gamesel-lst-2 {
    padding-left: 10px;
    font-size: 0.9rem;
}

.gamesel-lst-3 {
    padding-left: 10px;
    background: #fff;
    font-size: 0.9rem;
}

.gamesel-lst-3 label.customcheck {
    /* padding-left: 10px; */
}

.gamesel-lst-2 .games_edit_title1 .customcheck {
    margin: 0;
}

.gamesel-lst-3 > label.customcheck {
    /* padding-left: 10px; */
}
.gamesel-lst-2 > .games_edit_title1 {background: #e2e2e2;}
.modalpopup_width .custom_checkbox_sub {
    margin-right: 0.5%;
    margin-left: 0.5%;
}
@media screen and (min-width:992px){
	.col-half {
    min-width: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.background-white {
    background: #fff;
}
}

@media screen and (max-width:991px){
	.popup-detail-bx1 .modal-sub-div {
    width: 49% !important;
    margin: 0.5%;
}
.desktop_cont{
	display:none;
}
.col-half {
    background: -webkit-linear-gradient(57deg, var(--themecolor), var(--linkhover));
    background: linear-gradient(57deg, var(--themecolor), var(--linkhover));
}
.col-half.background-white {
    width: 100%;
    align-items: center;
    display: flex;
}
}

@media screen and (max-width:767px){
	.popup-detail-bx1 .sub-div {
    width: 100% !important;
}
}

.modalpopup_width .modal-dialog {
    max-width: 960px;
}

.modalpopup_width .main-div-input-sec .sub-div {
    width: 32.33%;
}
.modalpopup_width .custom_checkbox_sub > .games_edit_title1 {
    background: var(--themecolor);
    color: #fff;
}
@media screen and (max-width:575px){
	.modalpopup_width .custom_checkbox_sub {
    margin-right: 0;
    margin-left: 0;
}
}
@media screen and (max-width:767px){
    .modalpopup_width .main-div-input-sec .sub-div {
    width: 100%;
        margin-right:0;
}
}



.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(2) {
  top: 20px;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(3) {
  top: -20px;
  left: 160px;
  -webkit-animation: moveBounce 20s linear infinite;
          animation: moveBounce 20s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(4) {
  top: 20px;
  right: 120px;
  left: unset;
  -webkit-animation: moveBounce 30s linear infinite;
          animation: moveBounce 30s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(5) {
  top: 200px;
  left: 0;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(6) {
  top: 245px;
  left: -46px;
  -webkit-animation: rotation-t 30s linear infinite;
          animation: rotation-t 30s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(7) {
  top: 275px;
  right: 0;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area.banner-area-two .banner-main-img-wrap .banner-img img:nth-child(8) {
  top: 300px;
  right: 60px;
  -webkit-animation: rotation-t 30s linear infinite;
          animation: rotation-t 30s linear infinite;
}

.banner-area .shape1 {
  position: absolute;
  top: -4%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: .8;
}

.banner-area .shape2 {
  position: absolute;
  z-index: -1;
  top: 70%;
  left: 15%;
}

.banner-area .shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.banner-area .shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area .shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .4;
}

.banner-area .shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.banner-area .shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area .shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation-t {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}

@keyframes rotation-t {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce-top {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.shapes-main1.banner-area {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
	
}
tr.tabularinfo__subblock.collapse.show {
	display: contents;
}
.js-tabularinfo-toggle {
	text-align: center;
}
.tabularinfo__subblock th {
	background: var(--themecolor) !important;
}
.tabularinfo__subblock td {
	background: #fff !important;
}
#operator_modal_popup .modal-dialog { 
	max-width:1150px !important;
}