
@font-face {
  font-family: 'Gilroy-SemiBold';
  
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype'), /* Modern Browsers */
       url('../fonts/Gilroy-Bold.ttf') format('truetype'); /* Older Browsers */
  font-weight: normal;
  font-style: normal;
}



body
{
  font-family: 'Gilroy-SemiBold', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color:#000 ! important;

}


::-webkit-scrollbar {
  width:  0.5px;
}

::-webkit-scrollbar-track {
  border-radius:  0.5px;
}

::-webkit-scrollbar-thumb {
  border-radius:  0.5px;
}

::-webkit-scrollbar-corner{
  border-radius: 0.5px;
}

/* The vertical thumb*/
::-webkit-scrollbar-thumb:vertical {
  height: 0.5px;
  background-color:#FF0000;
}

/* The vertical thumb*/
::-webkit-scrollbar-thumb:horizontal {
  height: 0.5px;
  background-color:#FF0000;
}


        .help-block
        {
          color:red ! important;
          font-size: 14px ! important;
        }

        .is-invalid
        {
          color:red ! important;
          font-size: 14px ! important;
        }


        html, body {
          max-width: 100%;
          overflow-x: hidden;
      }

      .vb
      {
       margin-top:7px ! important;
      }
      .vbx
      {
       margin-top:6px ! important;
      }

      .bnn
      {
       margin-top:1px ! important;
       margin-left: 15px ! important;
      }

      .containerm
      {
          padding: 8px  ! important ;
      }

    div.dt-buttons {
      float: right;
      margin-left:10px ! important;
      margin-bottom:5px ! important;
  }
    



  fieldset.scheduler-border 
  {
    border: 1px groove #333 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #333;
            box-shadow:  0px 0px 0px 0px #333;
            border-radius:5px ! important;

}

    legend.scheduler-border {
        font-size: 0.9em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }



    


.mb{
  color:#009adf ! important;
  font-weight:bold ! important;
  font-size: 0.9em;
 
}

.menu-icon
{
  color:#565656 ! important;
}

.mbz{
  color:#009adf ! important;
  font-weight:bold ! important;
  font-size: 0.8em;
 
}

.biu{
  color:#fafafa ! important;
  font-weight:bold ! important;
  font-size: 1.2em;
 
}



a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


.nav-text
{
  margin-top:20px ! important;
  font-weight: 500;
  color:#2c2c2c ! important
}

.has-error
{
  color:#FF0000 ! important;
}




.form-label {
  margin-bottom: .2rem
}

.topbar {
  background-color:#fff ! important;
}

.nav-link
{
  color:#fff ! important;
}