.font-10{
    font-size: 10px;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.mb2{
    margin-bottom: 2px;
}
.active-tab {
    color: #673ab7;
    background: rgba(0,0,0,.08);
    border-color: #673ab7;
}
.my-tab {
  position: unset;
  box-shadow: none;
  padding: 10px;
  margin: 0;
}
.no-gutters2{
margin-left: 0; margin-right: 0; --bs-gutter-x: 0;
}
.message-list li .ban {
      position: relative;
}
.message-list li .ban::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #ff0434;
  border: 3px solid #fff;
  border-radius: 50px;
}
.otp-input {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0 8px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
  }
.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.f-18{
    font-size: 18px;
    cursor: pointer;
}
.f-20{
    font-size: 20px;
    cursor: pointer;
}
.bg-default-light {
  background-color: #d0cdf4 !important;
}
.bg-danger-light {
  background-color: #fed8d8  !important;
}
.text-default {
  color: #3629b7;
}
.header-icon-mute{color: #a19fa8;}
.header.transparent .main-bar.sticky-header .header-content .header-icon {
  color: #a19fa8;
}
.header.transparent .main-bar .header-icon {
  color: #FFFFFF;
}
.pointer{cursor: pointer}
.input-group {
  margin-bottom: 4px;
}
.icon {

    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-align: center;

}
.icon-80 {
  height: 80px;
  line-height: 80px;
  width: 80px;
}
.icon-60 {
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.icon-50 {
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.icon-40 {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.icon-36 {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.icon-30 {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.icon-20 {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.icon-10 {
  height: 10px;
  line-height: 10px;
  width: 10px;
}
.slider{
    max-height: 200px;
    /*max-width: 300px;*/
}
.menu-item,
.menu-open-button {
   background: #ffffff;
   /*border: #0b2e13 solid;*/
   border-radius: 100%;
   width: 80px;
   height: 80px;
   /*position: absolute;*/
   color: #FFFFFF;
   text-align: center;
   line-height: 80px;

}
.red {
   /*background-color: #FE4365;*/
   box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15),-1px -1px 1px 1px rgba(0, 0, 0, 0.15);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
   color: #FE4365;
   text-shadow: none;
   background: #EEEEEE;
}
.banner-wrapper{
   padding-top: 55px!important;
}
.toast-error {
  background-color: #f75a5b;
}
.toast-success {
  background-color: #56c760;
}
.toast-info {
  background-color: #f0a901;
}
#toast-container > div {
    border-radius: 15px;
}
.toast {
  border: none;
  font-size: 0.75rem;
}
