.left_{
  float: left;
}

.lright_{
  float: right;
}

.both_{
  clear: both;
}

.mb_5{
  margin-bottom: 5px;
}
.mb_10{
  margin-bottom: 10px;
}
.mb_15{
  margin-bottom: 15px;
}
.mb_20{
  margin-bottom: 20px;
}
.mb_25{
  margin-bottom: 25px;
}
.mb_30{
  margin-bottom: 30px;
}

.mb_40{
  margin-bottom: 40px;
}

.mb_50{
  margin-bottom: 50px;
}


.font_size_14pt{
  font-size: 14pt;
}

.font_size_16pt{
  font-size: 16pt;
}

.font_size_20pt{
  font-size: 20pt;
}

.font_size_24pt{
  font-size: 24pt;
}

.font_size_32pt{
  font-size: 32pt;
}

.font_size_34pt{
  font-size: 34pt;
}

.font_weight_900{
  font-weight: 900;
}



.logImg_{
  width: 60px;
}

.taketicket{
  border: #dd8471 2px dashed;
  padding: 10px 80px;
}

.taketicket > div{
  margin-bottom: 10px;
}

.taketicket .t_seconds{
  color: #dd8471;
}

.taketicket .t_number{
  color: #dd8471;
  font-size: 26pt;
}

.t_previous {
  width: 100%;
  background-color: #dd8471;
  border: none;
  height: 49px;
  border-radius: 49px;
  color: #fff;
  cursor: pointer;
  padding: 2px 15px;
}

.family_google{
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing:6px;
}

.input-field {
  position: relative;
}

.toggle-visibility {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

.signin-signup label {
  display: block;
  font-weight: 900;
  color: #333;
}

.signin-signup label:after {
  content: "*";
  color: #dd8471;
}


.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #E6A79980;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #4F4F4F;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.footer p {
  margin: 5px 0;
}


.llinefooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #ffffff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.llinefooter p {
  margin: 5px 0;
}