body {
  font-family: 'Roboto', sans-serif;
}

.min_vh80 {
  min-height: 75vh !important;
}


/* Override input fields */

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #FEE016 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
}

.fs-7 {
  font-size: 0.90rem !important;
}

.fs-8 {
  font-size: 0.80rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.container_noti {
  background-color: red;
  position: relative;
  float: right;
}

.noti_ucontent {
  position: absolute;
  top: -7px;
  right: -3px;
  background-color: rgb(255, 0, 0);
  color: #ffd4d4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
  font-weight: bolder;
}


.bg-login-image {
  background: url("../images/login_bg.png");
  background-position: center;
  background-size: cover;
}

hr {
  margin-top: 0.5rem !important;
  margin-right: 0px;
  margin-bottom: 0.5rem !important;
  margin-left: 0px;
}

.m_line1 {
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  display: block;
  margin-bottom: 4px;
  margin-top: 10px;
}

.imgSize1 {
  width: 54px;
}

.active {}

.dropzone1 {
  border: 3px solid #FFF;
  background: #000;
  height: auto;
  width: 100%;
}



/* Scroll 6 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);

}

::-webkit-scrollbar-thumb {
  background-color: #00AF6E;
  border-radius: 10px;
}



.btn_bg_blue {
  line-height: 42px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #008DCA;
  border-color: #58CCFE;
  background-color: rgb(138, 219, 255, 0.4);
}


.fullScreenM {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 400%;
  background-color: #FFFFFF;
}