@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiArmlw.woff2)
    format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
body {
  margin: 0;
}
.body * {
  font-family: 'Roboto', serif;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.login100-form {
  /* width: 560px; */
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  /* padding: 173px 55px 55px 55px; */
}
.login100-more {
  /* width: calc(100% - 560px); */
  /* background-color: #fec800; */
  background: linear-gradient(to right, #a17500, #fec800);
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  position: relative;
  z-index: 1;
}
.login-logo {
  font-family: 'Bernard MT Condensed', serif;
}
.login-logo img {
  width: 170px;
}
.login-logo h1 {
  color: #000;
  letter-spacing: 2px;
}
.login-logo h5 {
  color: #fff;
  letter-spacing: 2px;
}
.logo-img-top {
  margin-top: auto;
  width: 120px;
}
.copyright,
.version,
.login-form {
  font-family: 'Roboto', serif;
}
.copyright,
.version {
  font-size: 12px;
}
.login-title {
  font-family: 'Roboto', serif;
  font-weight: bold;
}
.login-label {
  font-family: 'Roboto', serif;
  font-weight: bold;
}
#login-username,
#login-password {
  width: 240px;
}
.text-muted,
#login-username,
#login-password {
  font-family: 'Roboto', serif;
}
.btn-login {
  font-family: 'Roboto', serif;
  width: 200px;
}
.preloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f6f9;
  height: 100vh;
  width: 100%;
  transition: height 200ms linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.header {
  background: linear-gradient(to right, #a17500, #fec800);
}
.logo-admin-01 {
  width: 73px;
}
.logo-admin-02 {
  height: 70px;
}

.logo-title {
  margin-top: 7px;
  font-family: 'Bernard MT Condensed', serif;
  font-size: 30px;
  letter-spacing: 2px;
}
.logo-title-mini {
  margin-top: 14px;
  font-family: 'Bernard MT Condensed', serif;
  font-size: 20px;
}
.navbar-nav .nav-link.active,
.home.active,
.user-admin.active,
.navbar-nav .show > .nav-link {
  border-radius: 10px;
  background: linear-gradient(to right, #a17500, #fec800);
  color: var(--bs-navbar-active-color);
  font-weight: bold;
  color: #fff;
}
.home.active,
.user-admin.active {
  padding: 5px 15px;
}
.admin-avatar {
  width: 25px;
}
.text-muted {
  font-size: 10;
  color: #8a8989;
  font-style: italic;
}
.v-middle {
  /* display: flex; */
  vertical-align: middle;
}
