.profile .profile-data .profile-data-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: uppercase;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.profile .profile-data .profile-data-title {
    font-size: 12px;
    font-weight: 600;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.xn-profile {
    cursor: pointer;
}

.small-text {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    /*color: #22262e;*/
    width: 100%;
}

.btn-success {
    background-color: #1caf9a;
    border-color: #1caf9a;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
/* .btn-success.focus, */
/* .btn-success.active, */
.open>.dropdown-toggle.btn-success {
    background-color: #1caf9a;
    border-color: #1caf9a;
    text-decoration: none !important;
}

.btn-capture {
    background-color: #32C8FA;
    border-color: #32C8FA;
    color: #FFFFFF;
}

.btn-capture:hover,
.btn-capture:focus,
.btn-capture:active,
/* .btn-capture.focus, */
/* .btn-capture.active, */
.open>.dropdown-toggle.btn-capture {
    background-color: #32C8FA;
    border-color: #32C8FA;
    color: #FFFFFF;
    text-decoration: none !important;
}

.padleft {
    margin-left: 20px;
}

/* SWITCH */
.switch {
    padding-top: 0.5px;
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span:after {
    left: 21px;
}

.switch input:checked+span {
    background-color: #1caf9a;
}

.switch input:disabled+span {
    background-color: #CCC;
}

.switch span {
    position: relative;
    width: 50px;
    height: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #E04B4A;
    border: 1px solid #E5E5E5;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-color: rgba(0, 0, 0, 0.1);
    left: 0px;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.switch.switch-small {
    margin: 0px 0px 0px;
}

.switch.switch-small input:checked+span:after {
    left: 21px;
}

.switch.switch-small span {
    width: 40px;
    height: 16px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.switch.switch-small span:after {
    width: 16px;
}

/* END SWITCH */
/* Login-App */
.login-App {
    width: 100%;
    height: 50px;
    float: left;
    margin-bottom: 10px;
}

.App-Name {
    margin-left: 25%;
    font-family: Georgia;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    color: white;
}

/* Login-App */

.darkslategrey {
    background-color: darkslategrey;
}

.tf-total {
    background-color: #073642;
}

.tf-plain {
    background-color: #F1F5F6;
}

.green {
    background-color: #1caf9a;
}

.lime {
    background-color: #00FF00;
}

.pink {
    background-color: #FDB2EC;
}

.red {
    background-color: red;
}

.yellow {
    background-color: yellow;
}

.paymode {
    background-color: #64E1FA;
}

.payforce {
    background-color: #00BEFF;
}

.bg-warn {
    background: #FBB300;
}

.bg-noty {
    background: #00D9FB;
}

.th-black {
    background-color: #000;
}

.txt-right {
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
}

.minus,
.blocked,
.unclaim,
.RedBold {
    color: red;
    font-weight: 600;
}

.RedCard {
    color: red;
}

.txt-tf {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: right;
    white-space: nowrap;
}

.txt-tf-plain {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.tf-td {
    align: right;
}

.txt-data {
    text-align: right;
    border-left: 1px solid #E5E5E5;
    vertical-align: middle;
    white-space: nowrap;
}

.tf-tbox {
    text-align: right;
    padding-right: 2px;
    font-weight: 600;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color:black;*/
    width: 100%;
}

.txbox-right {
    text-align: right;
    padding-right: 2px;
}

.border {
    border-left: 1px solid #E5E5E5;
}

.border-right {
    border-right: 1px solid #E5E5E5;
}

.border-white {
    border-left: 1px solid #FFFFFF;
}

.pos-left {
    float: left;
    padding-left: 8px;
}

.pos-right {
    float: right;
    padding-right: 0px;
}

.wallet {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.btn-small {
    width: 80%;
    align-self: right;
    font-weight: 600;
}

/* TOPALERTS */
.alert-mini {
    padding: 5px;
}

.clickable,
.DTime_Detail,
.DTime_Bets,
.PLR_DTDetail,
.BackPage,
.User_Bal,
.UMax_Bal,
.DTime_Sale,
.Draw_Sale,
.Game_Sale,
.Past_Sale,
.User_Pass,
.User_OTP,
.User_Reset,
.User_Edit,
.User_Delete,
.User_Ban,
.User_Payout,
.UnBan {
    cursor: pointer;
}

/*----------Num Control---------*/
.mxb,
.xbh,
.txb {
    /*line-height: 18px;
    font-size: 18px;
    font-weight: 700;*/
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.mxb-lbl,
.xbh-lbl,
.txb-lbl {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    /*text-align: center;*/
}

.mxb-left,
.mxb-right,
.xbh-left,
.xbh-right,
.txb-left,
.txb-right {
    padding: 0px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.mxb-tbox,
.xbh-tbox,
.txb-tbox {
    display: none;
}

.NumControl {
    text-align: center;
    vertical-align: middle;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.NumControl.NumControl-Display {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.NumControl.NumControl-Left,
.NumControl.NumControl-Right {
    padding: 0px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}


/*----------Num Control---------*/
.fw {
    display: block;
    font-weight: 500;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.fw-dark,
.fw-dark>a,
.fw-dark>a:hover {
    background: #889497;
    color: white;
}

.fw-primary,
.fw-primary>a,
.fw-primary>a:hover {
    background: #000;
    color: white;
}

.fw-warning,
.fw-warning>a,
.fw-warning>a:hover {
    background: #FFB900;
    color: white;
}

.fw-info,
.fw-info>a,
.fw-info>a:hover {
    background: #1caf9a;
    color: white;
}

.fw-danger,
fw-error,
.fw-danger>a,
.fw-error>a,
.fw-error>a:hover,
.fw-danger>a:hover {
    background: red;
    color: white;
}

.fw-success,
.fw-success>a,
.fw-success>a:hover {
    background: #06C21D;
    color: white;
}

.fw-noty,
.fw-noty>a,
.fw-noty>a:hover {
    background: #03B8E1;
    color: white;
}

.fw-title,
.fw-title>a,
.fw-title>a:hover {
    text-decoration: none;
    color: white;
}

.fw-lg {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0px 0px 5PX;
}

.fw-lg-center {
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px 0px;
}

.fw-sm {
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.fw-sm-center {
    text-align: center;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.fw-xs {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 400;
}

.fw-xs-center {
    text-align: center;
    padding: 3px 0px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
}

.RedIcon {
    color: red;
    font-size: 16px;
    /*font-weight: 600;*/
}

.BlackIcon {
    color: black;
    font-size: 16px;
    /*font-weight: 600;*/
}

.GreenIcon {
    color: #00FF00;
    font-size: 16px;
    /*font-weight: 600;*/
}

/*
html,body,li{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}
*/

.td-text {
    padding: 4px 5px !important;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    vertical-align: middle !important;
    white-space: nowrap;
}

.td-text-right {
    text-align: right;
    white-space: nowrap;
    padding: 3px 5px !important;
    /*border-left: 1px solid #E5E5E5;*/
    vertical-align: middle !important;
}

.tf-txt {
    padding: 5px !important;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle !important;
}

.tf-txt-right {
    padding: 5px !important;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle !important;
}

.tf-txt-plain {
    padding: 5px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle !important;
}

.tf-txt-plain-right {
    padding: 5px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle !important;
}

.th-text {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 13px !important;
    padding: 5px 5px !important;
    vertical-align: middle !important;
}

.th-text-right {
    font-weight: 600;
    white-space: nowrap;
    font-size: 13px !important;
    padding: 5px 5px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

/*------------------------------------*/
.main_form {
    padding: 1rem;
}

.form_group {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.input_label {
    display: flex;
    justify-content: start;
    outline: none;
    /*border: 1px solid black;
    border-radius: 4px;*/
    overflow: hidden;
}

.input_label .label {
    background: black;
    color: white;
    font-weight: 700 !important;
    padding: .5rem .8rem;
}

.input_label input {
    border: none;
    outline: none;
    padding: 0 .5rem;
}

.toggle_group {
    margin-top: 1rem;
    display: flex;
    gap:0.5rem;
    /*grid-template-columns: repeat(4, 1fr);*/
    justify-content: space-between;
    align-items: center;
}

.switch_wrapper {
    margin-top: 1rem;
    display: flex;
    width:100%;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0;
    border-radius: 8px;
    box-shadow: rgb(149 157 165 / 25%) 0px 8px 24px;
}

.button_group {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.page-container .page-content{
    min-height: calc(100vh);
}

.Full-Width{
    width: 100%;
    padding: 5px 10px;
    /* margin: 0px 0px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Full-Width .custom-control-panel{
    width: 100%;
    padding: 5px;
    /* min-height: 20px; */
    border:#424242 1.5px solid;
    border-radius: 5px;

    /* display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center; */
}
.Full-Width .custom-control-panel .control-wrapper{
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
.Full-Width .custom-control-panel .control-wrapper .w100{
    width: 100%;
}
.Full-Width .custom-control-panel .control-wrapper .wAuto{
    width:auto;
}

.page-content .page-content-wrap .Extra_Control{
    display: none;
}

.spinner {
    /* width: 48px;
    height: 48px; */
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: spinner_rotation 1s linear infinite;
}

@media only screen and (max-width: 444px) {
    .Full-Width .custom-control-panel{
        border:#252525 1px solid;
    }

    .Full-Width .custom-control-panel .control-wrapper{
        gap: 0.5rem;
    }
}


.noty-fadeInOpen {
    animation: fadeInOpen 1s;
  }
  
  .noty-fadeOutClose {
    animation: fadeOutClose 1s;
  }

  @keyframes spinner_rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  
  @keyframes fadeInOpen {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOutClose {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

















::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: #181818;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #181818;
  }