html,body{
     font-family: "Old Standard TT", sans-serif;
 }
 /* dot pulse loader  */
.spinner2 {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner2 > div {
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

 .tab-only{
      display:none 
    }
    .s-tab-only{
         display:none 
    }
    .mob-only{
         display:none;
    }
   .desk-only{
       display:block;
   }
  .mobile-only{
       display:none;
   }
   .pc-only{
       display:block;
   }
 
.error {
    border-color: #ca2635f5 !important;
    color: #ca2635f5 !important;
}
.msg{
    font-size:15px;
    font-weight:200;
}
.f-gray{
     color: gray;
 }
 .f-black{
      color: #222;
 }
  .lg-only{
     display:block;  
  } 
  .sd-only{
      display:none;    
  }
.bx-primary-btn{
    background-color: #0C8CE9 !important;
    border-color: #0C8CE9 !important;
    transition: all 0.2s ease;  
 }
 
 .message-count {
    background-color: #0c8ce9f0;
    padding: 3px 6px;
    position: relative;
    top: -5px;
    border-radius: 3px;
    color: #fff;
}