@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");
body {
  font-family: "Prompt", sans-serif;
  color: #252726;
  font-size: 14px;
  line-height: 1.5;
}

.navbar-brand {
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  height: inherit;
}

.navbar-default .navbar-nav > li > a {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.navbar-default .navbar-toggle {
  border: 0px;
}

.icon-group {
  display: flex;
  justify-content: center;
}

.icon-group .login {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.icon-group .login-btn {
  padding: 0;
  color: rgba(4, 4, 19, 0.56);
  cursor: pointer;
}

.icon-group .login-btn .img {
  padding: 10px;
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid rgba(82, 82, 128, 0.09);
  border-radius: 16px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-group .text-login a {
  color: rgba(4, 4, 19, 0.56);
  line-height: 38px;
  text-align: center;
}

.icon-group .login:hover a {
  color: #222230;
}

.icon-group .login:hover .login-btn .img{
  border-color: rgba(82,82,128,0.09);
  background-color: rgba(82,82,128,0.09);
}

@media (min-width: 991px) {
  .navbar-header {
    position: relative !important;
  }

  .navbar-ubonrak {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.navbar-default .navbar-toggle {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* @media (min-width: 991px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  #nav-new .nav {
    display: flex;
    align-items: center;
  }
} */