  
 .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  bottom: -3px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #1403f9;
}

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

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

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

.slider.round:before {
  border-radius: 50%;
}
  
  .selectord{
   
  }
  .selectord.shown{
    display: none;
    border: none;
  }
  .switch-wrap{
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    background: #57555520;
    /* border: 1px solid #ffffff20; */
    padding: 10px 20px 10px 10px;
    /* border-radius: 15px; */
    border: solid 1px #d9d9d9;
  }
  .switch-wrap label{
    margin: 0;
  }
  .switch-wrap .switch {
    bottom: 0;
    margin-right: 5px;
    top: -2px;
  }
  /* Switch group */
.orders-history__margin-table .table-bg .switch-group{
 display:flex;
 flex-direction:row;
 justify-content:normal;
 align-items:center;
 float:none;
 visibility:visible;
 transform:translatex(0px) translatey(0px);
}

/* Button */
#copy-orders-btn{
 top:-10px;
 margin-left:7px;
 font-weight:600;
 font-size:15px;
 transform:translatex(0px) translatey(0px);
}

/* Label */
.switch-group .switch-wrap label{
 color:#474747;
 font-weight:500;
 font-family:Verdana,Geneva,sans-serif;
}

/* Span Tag */
.switch-wrap .switch span{
 background-color: rgb(39 128 227) !important;
}

/* Switch wrap */
.table-bg .switch-group .switch-wrap{
 background-color:#ffffff;
 color:rgb(102 205 211);
}

.sanjot-moon {
    position: relative;
    float: right;
    /* margin-right: 15px; */
    padding: 9px 10px;
    margin-top: 6px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    /* color: #fff; */
}


#social-btn {
    background-color: #ff4b36;
    padding: 0 0;
    background-image: url(https://storage.perfectcdn.com/9b5331/ttltxr4cyiqn1wmw.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.social-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 6px
}

ul.social-btn-wrap li {
    flex-grow: 1
}

.CatFltr {
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
        background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 15px;
    color: #2a2b35 !important;
    
    font-size: 16px;
    text-decoration: none !important;
    margin: 9px;
    gap: 10px
}

.CatFltr i {
    font-size: 20px;
    margin-right: 10px
}


.rankcard {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tgcard small,
.wpcard small {
  line-height: 1.3;
  color: #ffffff99;
  display: block;
  font-size: 14px
}

.wpcard i,
.wpcard p b {
  color: #17d217
}

.tgcard p,
.wpcard p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600
}

.tgcard i,
.wpcard i {
  font-size: 50px
}

.tgcard i,
.tgcard p b {
  color: #39acdf
}

.tgcard,
.wpcard {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
  padding: 15px;
  cursor: pointer;
      margin-bottom: 20px;
}

.fullbgwacard div p{
 font-size:22px;
}

/* Small Tag */
.fullbgwacard div small{
 font-size:16px;
}

/* Paragraph */
.fullbgtgcard div p{
 font-size:22px;
}

/* Small Tag */
.fullbgtgcard div small{
 font-size:16px;
}

.orderid-copy-sanjot {
color: #000;
    margin-bottom: 0;
    margin-top: 2px;
}



body.dark {
  /* color: #333333; */
  color: #ffffff;
  background: #252525;
  }
body.dark .form-control {
  /* color: #333333; */
  /* background-color: #ffffff; */
  color: #ffffff;
  background-color: #252525;
  /* border: 1px solid #cccccc; */
  border: 1px solid #212121;
  }
 body.dark .form-control[disabled], body.dark .form-control[readonly], body.dark fieldset[disabled] .form-control {
  /* background-color: #e6e6e6; */
  background-color: #252525;
  }
body.dark .well {
  /* background-color: #f5f5f5; */
  /* border: 1px solid #e3e3e3; */
  background-color: #3b3b3b;
  border: 1px solid #434343;
}

body.dark .CatFltr {
  /* background-color: #f5f5f5; */
  /* border: 1px solid #e3e3e3; */
  background-color: #3b3b3b;
  border: 1px solid #434343;
  /* color: #2a2b35 !important; */
  color: #ffffff !important;
  }
body.dark .tgcard, body.dark .wpcard {
  /* color: #000; */
  color: #ffffff;
  /* background-color: #f5f5f5; */
  background-color: #3b3b3b;
}


body.dark .border-solid {
  /* border: 1px solid #ddd; */
  border: 1px solid #3b3b3b;
}
body.dark .border-rounded {
  /* background: #fff; */
  background: #252525;
}


body.dark pre {
  /* color: #333333; */
  /* background-color: #f5f5f5; */
  color: #ffffff;
  background-color: #252525;
}
body.dark .orderid-copy-sanjot {
    color: #ffffff;
}

body.dark .switch-wrap {
  /* border: solid 1px #d9d9d9; */
  border: solid 1px #4b4b4b;
}