/* font menu hyperlink */
html {
  font-size: 16px;
}
.font-link {
    font-size: 16px !important; 
    color:red !important;
    text-decoration: underline !important;
}

.logo-img {
    height: 50px;
    width:auto;
    padding: 5px;
}

.logo-img-mobile {
    height: 35px;
    width:auto;
    padding: 3px;
}

.hr-lokasi-pendataan {
    margin-top: 6px;
    margin-bottom: 6px;
}


.t-center {
  text-align: center;
}

.t-right {
  text-align: right !important;
}

.r-margin-bottom{
  margin-bottom: 100px;
}
  
.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glyphicon-pencil::before {
  content: "\f044";
}

.glyphicon-trash::before {
  content: "\f2ed";
}

.glyphicon-eye-open::before {
  content: "\f06e";
}
