.nav-tabs .nav-link {
    border: 1px solid #d5d5d5;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.min-height-40rem{
    height: 40rem;
}
/* .sticky-box{
    position: sticky;
    top: 4.5rem;
    z-index: 999;
} */
.bg-navbar{
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.mycontent{
    background-color: #ffffff;
    min-height: 22rem;
    border: 1px solid #d5d5d5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}
.beauty-text{
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}
.font-size-30{
    font-size: 30px;
}
.font-size-29{
    font-size: 29px;
}
.font-size-28{
    font-size: 28px;
}
.font-size-27{
    font-size: 27px;
}
.font-size-26{
    font-size: 26px;
}
.font-size-25{
    font-size: 25px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-23{
    font-size: 23px;
}
.font-size-22{
    font-size: 22px;
}
.font-size-21{
    font-size: 21px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-19{
    font-size: 19px;
}
.font-size-18{
    font-size: 18px;
}
.font-size-17{
    font-size: 17px;
}
.font-size-16{
    font-size: 16px;
}
.font-size-15{
    font-size: 15px;
}
.font-size-14{
    font-size: 14px;
}
.font-size-13{
    font-size: 13px;
}
.font-size-12{
    font-size: 12px;
}
.font-size-11{
    font-size: 11px;
}
.font-size-10{
    font-size: 10px;
}

.bg-mm{
    background-color: #17316c !important;
}
.btn-deposit-sd{
    position: absolute;
    right: 20px;
    top: 2.5rem;
}
.iconbox-depo{
    width: 6%;
    float: left;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 1rem;
    top: 2rem;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 3px;
    right: 15px;
  }

  .switch input {display:none;}

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

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

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

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

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

  /*------ ADDED CSS ---------*/
  .slider:after
  {
   content:'OFF';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 49%;
   left: 65%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
  }

  input:checked + .slider:after
  {
    content:'ON';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    left: 35%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }
  /*--------- END --------*/
  .status-poin{
    position: absolute;
    right: 0;
    top: 4px;
}
   .status-box{
    width: 100px;
    padding: 5px 5px;
    text-align: center;
    transform: rotate(0deg);
  }

/* ------------------------------------ */
@media screen and (max-width: 760px) {
    body {
        font-family: "Nunito", "Arial", sans-serif;
        font-size: 12px;
    }
    .mobileone {
      display: none;
    }
    .min-height-40rem {
        height: 14rem;
        overflow: hidden;
    }
  }
