body {
  font-family: Arial, Helvetica, sans-serif;
}

/* HEADER  */

.header {
  width: 100%;
  background: #fff;
  padding: 10px 24px;
  /*border-bottom: 1px solid #dcdcdc;*/
  z-index: 1001;
  position: fixed;

}

.page-conent {
  margin-top: 50px;
}   
  

#navbarDropdown.nav-link {
  padding: 8px;
  cursor: pointer;
  border-bottom: unset;
}


/* SIDEBAR */

.sidebar {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 3.75rem - 1px);
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  box-shadow: 0 0.125rem 9.375rem rgba(90,97,105,.1), 
              0 0.25rem 0.5rem rgba(90,97,105,.12), 
              0 0.9375rem 1.375rem rgba(90,97,105,.1), 
              0 0.4375rem 2.1875rem rgba(165,182,201,.1);
}
.sidebar li.nav-item {
  display: flex;
  border-bottom: 1px solid #e1e5eb;
  justify-content: space-between;
}
.nav-link {
  display: inline-block;
  padding: 1rem;
  margin-top: 1px;
  border-bottom: 1px solid #e1e5eb;
  font-weight: 400;
  color: #707070;
  cursor: pointer;
  vertical-align: middle;
  line-height: 2.1;
}
i.fas.fa-angle-down {
  padding: 1.3rem 1rem;
}
.sidebar .nav-link.active {
  background-color: #fbfbfb;
  color: #007bff;
}

/* EXTRA  */
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.col-md-10.page-body.offset-lg-2 {
    margin-top: 5%;
}
.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 305px;
  max-height: 100%;
  position: fixed;
  left: 0;
  z-index: 999;
  background: #fff;
  top: 63px;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    color: #707070;
    display: flex;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 0;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
  color: #1D1C1C;
}

.sidebar-wrapper .sidebar-menu ul li a:active {
  color: #1D1C1C;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 11px;
  transform: rotate(90deg);
  right: 17px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 15px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
    padding-top: 3px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(270deg);
  right: 17px;
}

/* PAGE CONTENT  */

.page-conent {
position: absolute;
width: 83%;
right: 0;
padding: 1rem 0;
}
.image-here .img{
text-align: center;
}
.value:focus {
outline: unset;
}
.value {
-webkit-appearance: unset;
text-rendering: unset;
letter-spacing: unset;
word-spacing: unset;
text-transform: unset;
text-indent: unset;
text-shadow: unset;
text-align: unset;
align-items: unset;
box-sizing: unset;
margin: unset;
border-width: unset;
border-style: unset;
border-color: unset;
box-shadow: none;
background-color: unset;
text-align: center;
border-radius: 25px;
border-image: unset;
}

.alert.flash-msg {
  position: fixed !important;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1.5%!important;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index:1001;
  text-align: left;
  bottom: 0px;
  right: 0px;
  width: 30%;
  top:unset;
}





/* GAME SUBSCRIPTION */
/*.gamelist_subscription_box{
  display: flex!important;
  border: 1px solid red;
  width: 100%;
}

.gamelist_subscription_box p{
  margin: 0px;
}


.gamelist_subscription_box .gsb1, .gamelist_subscription_box .gsb2 {
width: 30%;
border: 1px solid blue;
display: flex;
justify-content: space-around;
}*/

.pg-container {
  border: solid 1px #cecece;
  border-radius: 0.3rem;
  width: 24%;
  float: left;
  margin: 1rem 0.5%;
  justify-content: space-between;
  position: relative;
  height: 69px;
  padding: 0;
}
.pg-container img {
    width: 100%;
    border-radius: 0.3rem;
}
.pg-container input[type=checkbox] {
  position: absolute;
  top: -4px;
  right: 4px;
}

.pg-container h3 {
margin-bottom: 0;
}
.pg-container input {
margin: 11px 0;
}

.m-thirdrow .players-cont {
    width: 325px;
}
.m-clientsToday {
    width: 100%;
}

.m-thirdrow .m-clientsToday h1 {
    font-size: 26px;
    margin-left: 13px;
}
.m-thirdrow .m-clientsToday p {
    font-size: 12px;
    margin: 0;
    margin-left: 15px;
}

.availability-btn {
  border: none;
  background: none;
  outline: none;
}

.availability-btn:focus {
  border: none;
  background: none;
  outline: none;
}

DIV.table 
{
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: grey;
}
FORM.tr, DIV.tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
SPAN.td, SPAN.th
{
    display:table-cell;
}


.table .th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: inherit;
}

.table .th, .table .td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

div.thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

div.tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}



.s-Approved {
  background-color: #5cae4f;
  border:none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}
.s-Pending {
  background-color: #292929;
  border:none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}
.s-Rejected {
  background-color: #cb1b21;
  border:none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}
.s-Cancel {
  background-color: #cb1b21;
  border:none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}

.s-Failed {
  background-color: #cb1b21;
  border:none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}


.s-Processing{
  background-color: #5cae4f;
  border: none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}

.s-Held{
  background-color: #6c757d;
  border: none;
  border-radius: 1rem;
  padding: 0 3px;
  color:#fff;
}

.q-status option {
  background-color: #292929;
}

.third_row_body_content select,
.fourth_row_body_content select,
.fifth_row_body_content select {
    font-size: 10px;
    font-weight: bold;
    width: 117px;
        margin-left: 15px;
    text-transform: uppercase;
}


.remove_padding_ {
  padding: 0;
}

.view-button {
    padding: 0;
    width: 140px;
    text-align: right;
    flex: 0 0 11.666667%;
}


.remove_padding_ .form-group {
  padding: 0;
  width: 140px;
}

.remove_padding_ select, .remove_padding_ input {
    height: 34px;
    font-size: 12px;
}
.remove_padding_ .form-group select, .remove_padding_ .form-group input {
  width:  106px;
  height: 34px;
  font-size: 12px;
}

.view-button button,.view-button input {
  width: 106px;
  height: 34px;
  padding: 0;
  font-size: 12px;
}
div#payGatewayContent {
  padding: 0;
}

.pg-container {
  border: solid 1px #cecece;
  border-radius: 0.3rem;
  width: 244px;
  float: left;
  margin: 1rem 0;
  justify-content: space-between;
  position: relative;
  height: 66px;
  padding: 0;
  margin-right: 15px;
}


._player_abouts_.box-container {
    width: 68%;
    padding: 1.5rem;
}

._porfile_.d-flex i.fa.fa-user-circle.profile_picture {
    font-size: 75px;
}

._player_ {
    padding: 18px 20px;
}

._player_recent_activity ._first_column{
    width: 40%;
}
._player_recent_activity ._second_column {
    width: 45%;
    margin-left: 50px;
}

._player_recent_activity ._first_column h6, ._player_recent_activity ._second_column h6 {
    padding: 8px 0;
    width: 130px;
    font-size: 12px;
}
._player_balance.box-container {
    width: 30%;
    margin-left: 24px;
    text-align: center;
    padding: 80px 0;
}

._player_balance.box-container h5 {
    font-size: 34px;
}
._filters_input.row {
    padding: 10px 0;
}
._filters_input .row,
._filters_input.row {
  margin-left: 0;
  margin-right: 0;
}
._filters_input.row ._filter_col_1,
._filters_input.row ._filter_col_2,
._filters_input.row ._filter_col_3 {
    width: 30%;
    justify-content: space-between;
}
._filters_input.row ._filter_col_1 input, ._filters_input.row ._filter_col_2 input, ._filters_input.row ._filter_col_3 input {
    height: 21px;
    border: solid 1px #e1e5eb;
        width: 163px;
}

._filters_input.row ._filter_col_1 select, ._filters_input.row ._filter_col_2 select, ._filters_input.row ._filter_col_3 select {
    height: 21px;
    border: solid 1px #e1e5eb;
        width: 163px;
}

._filters_input.row ._filter_col_1, ._filters_input.row ._filter_col_2, ._filters_input.row ._filter_col_3 {
    width: 24%;
    justify-content: space-between;
    margin-right: 30px;
}

._filters_input.row ._filter_col_1 h6, ._filters_input.row ._filter_col_2 h6, ._filters_input.row ._filter_col_3 h6 {
    font-size: 12px;
    line-height: 170%;
}
._filter_col_3._buttons {
    text-align: right;
}

._filter_col_3._buttons button {
    height: 37px;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0;
    margin-left: 5px;
}

._filters_input.row input:focus {
    outline: none;
}
._filters_input.row select:focus {
    outline: none;
}
.modal-dialog.trans_details_x {
    max-width: 800px;
    margin: 5.75rem auto;
}
._trans_details_box.card {
    width: 1000px;
}

._first_column_,._scnd_column_ {
    width: 500px;
}

._first_column_ h6, ._scnd_column_ h6 {
    width: 132px;
    font-size: 13px;
}

._first_column_ h5,._scnd_column_ h5 {
    font-size: 13px;
}

.card-body.scnd_section {
    border-top: 1px solid #efefef;
}

._box_container .box_img_cont {
    width: 150px;
    height: 108px;
    background: #efefef;
}
._button_outcome {
    text-align: right;
    margin-top: 10px;
}
._button_outcome button {
    border: unset;
    border-radius: unset;
    height: 30px;
    font-size: 12px;
}
button._view_trans_details {
    border: unset;
    background: unset;
    outline: unset;
    color: #3490dc;
}

.buttons-csv{
  display: none !important;
}

.buttons-excel{
  display: none !important;
}



.switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 22px;
}

.switch input.alCheckbox {display:none;}

input.alCheckbox:checked + .slider {
  background-color: #2ab934;
}

input.alCheckbox:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input.alCheckbox:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
}

input.alCheckbox:checked + .slider {
  background-color: #2ab934;
}

input.alCheckbox:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input.alCheckbox:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
}

input.alCheckbox:checked+ .slider .on
{display: block;}

input.alCheckbox:checked + .slider .off
{display: none;}

.switch input.togBtn {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.togBtn:checked + .slider {
  background-color: #2ab934;
}

input.togBtn:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input.togBtn:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(39px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input.togBtn:checked+ .slider .on
{display: block;}

input.togBtn:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}



._settings_content.d-flex {
    margin: 10px 0;
}

._settings_content.d-flex h6 {
    width: 473px;
    line-height: 2;
}

._settings_content.d-flex input {
    height: 30px;
    margin-left: 25px;
    border: unset;
    border-bottom: 1px solid #00000012;
}
._settings_content.d-flex input:focus {
  outline: unset;
}
._settings_content.d-flex button {
    height: 30px;
    margin-left: 10px;
    background: #3490dc;
    color: #fff;
    border: unset;
    font-size: 12px;
    padding: 0 20px;
}

/* .loading {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: absolute;
    z-index: 900;
    top: 0;
    border-radius: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.28);
} */
.loading {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  z-index: 900;
  top: 0;
  border-radius: 0;
  left: 0;
  background-color: rgba(228 223 223 / 0%);
} 

.loading-box {
    text-align: center;
    transform: translateY(50%);
    position: absolute;
    /* top: 50%; */
    left: 0;
    right: 0;
    bottom: 50%;
}
.modal_loading {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  z-index: 900;
  top: 0;
  border-radius: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.28);
}

/**/
.dataTables_wrapper .dataTables_processing {
    /*display: none!important;*/
    /* position: absolute!important;
    top: -169px!important;
    left: 50%!important;
    width: 104%!important;
    height: 200vh!important;
    margin-left: -52%!important;
    text-align: center;
    font-size: 1.7em!important;
    background: none!important;
    background-color: rgba(0, 0, 0, 0.28)!important;
    color: black!important;
    padding-top: 120px!important; */
  }


a.dt-button.buttons-excel.buttons-html5 {
    display: none;
}

/* DATA TABLES PROCESSING CHANGES */
/*.dataTables_wrapper .dataTables_processing {
    position: absolute!important;
    top: -170px!important;
    width: 100vw!important;
    height: 100vh!important;
    text-align: center;
    background: none!important;
    background-color: rgba(228 223 223 / 65%)!important;
    background-color: rgba(228 223 223 / 65%)!important;
    color: black!important;
    border: 1px solid black;
}*/

.dataTables_wrapper .dataTables_processing {
    position: absolute!important;
    top: -160px!important;
    left: 50%!important;
    /*width: 104%!important;*/
    height: 200vh!important;
    /*margin-left: -52%!important;*/
    text-align: center;
    font-size: 1.7em!important;
    background: none!important;
    /*background-color: rgba(0, 0, 0, 0.28)!important;*/
     /*background-color: rgba(228 223 223 / 65%)!important;*/
    color: black!important;
    padding-top: 215px!important;
    z-index: 1;
  }

/*.loading {*/
/*    width: calc(100% + 1px)!important;
    height: 100vh!important;
    position: absolute!important;
    z-index: 900!important;
    top: 0!important;
    border-radius: 0!important;
    left: 0!important;
    background-color: rgba(228 223 223 / 65%)!important;
}

.loading-box {
    text-align: center!important;
    transform: translateY(50%)!important;
    position: absolute!important;
    top: 50%!important;
    left: 0!important;
    right: 0!important;
    bottom: 50%!important;
}
.modal_loading {
  width: calc(100% + 1px)!important;
  height: calc(100% + 1px)!important;
  position: absolute!important;
  z-index: 900!important;
  top: 0!important;
  border-radius: 0!important;
  left: 0!important;
  background-color: rgba(0, 0, 0, 0.28)!important;
}*/