span.status {
bottom: 20px;
right: 200px;
}
.bottom {
margin-right: 35px;
}
input[type="checkbox"]:checked + label::before {

background-color: #fb2e9a00;
border-color: #fb2e9a;
color: #fff;

}
input[type="checkbox"] + label::before {

    border: 0 solid #000;
    border-radius: 1.2em;
    color: transparent;
    content: "\ea55";
    display: inline-block;
    font-size: 11px;
    height: 13px;
    line-height: 9px;
    margin-right: 8px;
    padding-left: 2px;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 13px;

}
.setting-row input:checked + label::before {
  color: #fff;
  content: attr(data-on-label);
  left: 0.21667rem;
  right: auto;
  top: -3px;
}
.setting-row input:checked + label::after {

    background-color: #f7f7f7;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
left: 1.167rem;

}

.setting-row input + label::after {
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: none;
  content: "";
  height: 9px;
left: 0.267rem;
  top: 3px;
  position: absolute;
  transition: all 0.1s ease-in-out 0s;
  width: 9px;
}

.setting-row input + label {
  background-color: #989dbd;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  height: 15px;
  line-height: 1;
  padding: 0.16667rem;
  position: relative;
  text-align: center;
  transition: all 0.1s ease-in-out 0s;
  width: 32px;
  border-radius: 10px;
}

.panel-title {
  color: #515365;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}




div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #F73297;

  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #F73297;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #F73297;
  background-image: #F73297;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #F73297;
}

div.bhoechie-tab-content{

  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


div.bhoechie-setting-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #F73297;

  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-setting-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-setting-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-setting-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-setting-tab-menu div.list-group>a .glyphicon,
div.bhoechie-setting-tab-menu div.list-group>a .fa {
  color: #F73297;
}
div.bhoechie-setting-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-setting-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-setting-tab-menu div.list-group>a.active,
div.bhoechie-setting-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-setting-tab-menu div.list-group>a.active .fa{
  background-color: #F73297;
  background-image: #F73297;
  color: #ffffff;
}
div.bhoechie-setting-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #F73297;
}

div.bhoechie-setting-tab-content{

  padding-left: 10px;
  padding-top: 0px;
}

div.bhoechie-setting-tab div.bhoechie-setting-tab-content:not(.active){
  display: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .15rem 0.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
    border-top-color: rgba(0, 0, 0, 0.125);
    border-right-color: rgba(0, 0, 0, 0.125);
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-left-color: rgba(0, 0, 0, 0.125);
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff009b;
  border-color: #ff009b;
}



:checked + label::before {

    content: "✓";
    background-color: #fb2e9a;
    transform: scale(1);
    z-index: -1;

}
label::before {

    content: " ";
    display: block;
    z-index: 1;
    position: absolute;
    top: -12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: white;
    transition-duration: 0.4s;

}
*, ::after, ::before {

    box-sizing: border-box;

}

.jplist-preloader {
  float: right;
  height: 30px;
  margin: 10px 10px 0 0;
  line-height: 30px;
}
.jplist-hide-preloader {
  display: none;
}







      .example {
        position: relative;
        padding: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
        display: block;
        cursor: pointer;
        overflow: hidden;
      }
      .content {
        opacity: 0;
        font-size: 13px;
        z-index: 100;  
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-color: rgba(13, 12, 12, 0.5);
        width: 200px;
        height: 200px;
        padding-left: 10px;
padding-right: 10px;
        -webkit-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        -ms-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        text-align: center;
      }
      .example .content:hover {
        opacity: 100;
      }
      .example .content .text {
        height: 0;
        opacity: 1;
        transition-delay: 0s;
        transition-duration: 1.4s;
        margin-right: 35px;
      }
      .example .content:hover .text {
        opacity: 1;
transform: translateY(20px);
      }

      .age {
font-size: 12px;
}
      .online_page {
  background-color: #75e675 !important;
}
.online_icon_page {
  position: absolute;
top: 0.1em;
  right: 0em;
  bottom: 0.2em;
  width: 13px;
  height: 13px;
  border: #fff solid 1.5px;
  border-radius: 50%;
  background-color: #4cd137;
}

nav::before {

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
background: #f1f2f6;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;

}

.popover {
    z-index: 2022222222222260 !important;
}
p {
  font-weight: bold;
  color: #313139;
}

.card.is-loading .image,
.card.is-loading h2,
.card.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 0.5s shine linear infinite;
}
.card.is-loading .image {
max-height: 160px;
  min-height: 160px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card.is-loading h2 {
  height: 30px;
}

.card.is-loading p {
  height: 70px;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}


.card .image img {
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
.mydiv {
position: relative;
top: -49px;
margin-left: 10px;
font-size: 10px;
}
}

@media only screen and (min-width: 768px) {
.mydiv {
position: relative;
top: 15px;
margin-left: 20px;
}
}