
#signin{
    font-size: 30px;
    color: #6FC5BA;
}

.navbar-brand-box img{
    width: 100px;
    height: 60px;
}

.logo-lg img{
    width: 128px;
    height: 50px;
}

.bangla{
    margin-top: 17px;
}

.bx-home-circle{
    font-size: 35px;
    color: wheat;
    padding-top: 10px;
}

.bg-overlay{
    opacity: 1!important;
}

.auth-logo-dark{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

/* .dataTables_processing {
  font-size: 25px;
  background-color: #F2F2F5;
  color: #556EE6;
} */

/* loader */
/* HTML: <div class="loader"></div> */
/* .dataTables_processing {
    height: 27px;
    aspect-ratio: 5;
    --c: #1da7ca 90deg,#0000 0;
    background:
     conic-gradient(from 135deg at top   ,var(--c)),
     conic-gradient(from -45deg at bottom,var(--c)) 12.5% 100%;
    background-size: 20% 50%;
    background-repeat: repeat-x;
    clip-path: inset(0 60% 0 0);
    animation: l5 .8s infinite linear alternate;
  }
  @keyframes l5{
    to {clip-path: inset(0 0 0 60%)}
  } */

  /* HTML: <div class="loader"></div> */
.dataTables_processing {
    --s: 25px;
    --g :5px;

    width: calc(3*(1.353*var(--s) + var(--g)));
    aspect-ratio: 3;
    background:
      linear-gradient(#ff1818 0 0) left/33% 100% no-repeat,
      conic-gradient(from -90deg at var(--s) calc(0.353*var(--s)),
        #fff 135deg,#666 0 270deg,#aaa 0);
    background-blend-mode: multiply;
    --_m:
      linear-gradient(to bottom right,
         #0000 calc(0.25*var(--s)),#000 0 calc(100% - calc(0.25*var(--s)) - 1.414*var(--g)),#0000 0),
      conic-gradient(from -90deg at right var(--g) bottom var(--g),#000 90deg,#0000 0);
    -webkit-mask: var(--_m);
            mask: var(--_m);
    background-size:   calc(100%/3) 100%;
    -webkit-mask-size: calc(100%/3) 100%;
            mask-size: calc(100%/3) 100%;
    -webkit-mask-composite: source-in;
            mask-composite: intersect;
    animation: l7 steps(3) 1.5s infinite;
  }
  @keyframes l7 {
    to {background-position: 150% 0%}
  }

.mm-active .active{
    background-color: #6FC5BA;
}

.from{
    width: 21%;
}

#from{
    margin-right: 10px;
}

.button{
    margin-top: 37px;
}
