body {
  background: linear-gradient(135deg, #2f4165, #182133);
  width: 99vw;
  height: 100vh;
  font-family: "Kanit";
  overflow: hidden;
}

input {
  font-family: "Kanit";
}

ul {
  color: #ffff;
  list-style-type: none;
  padding: 0;
}

hr {
  border-top: 1px solid #539ce5;
}

a {
  text-decoration: none;
}

.nav-bar {
  width: 15%;
  height: 100%;
  background: #121832;
  background-image: url("../images/nav-bar.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
}

.header-nav-bar {
  width: 100%;
  height: 12%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-bar .img {
  max-width: 15%;
  height: 12%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
}

.content-nav-bar .img {
  width: 100%;
  height: 100%;
}

.nav-bar::-webkit-scrollbar {
  display: none;
}

.header-bar {
  width: 100%;
  height: 10%;
  background: #2f4165;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: drop-shadow(0 1px 6px rgb(0, 0, 0));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.header-bar-menu {
  width: 78%;
  padding: 0 0 0 15%;
}

.content-menu-bar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: 0 0 0 15px;
}

.header-menu {
  margin: 0 10px 10px 15px;
  color: #6f7b94;
}

.header-menu-l {
  margin: 0 0 10px 0;
  color: #6f7b94;
}

.header-bar-user {
  width: 26%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.header-bar-user .uptoProd {
  display: flex;
  margin: 0 8% 0 0;
}

.uptoProd .uptoProd-text {
  margin: 0 0 0 10px;
  text-align: center;
  color: #ffff;
}

.uptoProd-text:hover {
  color: #ffff;
}

.header-bar-user .user {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 8% 0 0;
}

.userUame {
  cursor: pointer;
}

.main-content {
  width: 100%;
  height: 100%;
}

.content {
  position: absolute;
  overflow: auto;
  top: 10%;
  left: 15%;
  width: 85%;
  height: 90%;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}

.content::-webkit-scrollbar {
  display: none;
}

.last-up-date {
  font-size: 14px;
}

.last-date {
  font-size: 10px;
  margin: -2px 0 0 0;
  color: #96b6fb;
  opacity: 0.5;
  margin-top: 4px;
  font-weight: 600;
  cursor: context-menu;
}

.main-background {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 85%;
  height: 90%;
  background-image: url("../images/backgroud-main.png");
  background-size: cover;
  opacity: 0.25;
}

.panel {
  display: none;
  margin: -10px 0 0 0;
  padding: 16px 0 0 65px;
}

.menu {
  width: 100%;
  height: 54px;
  margin: 20px 0 0 0;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 43px;
}
.icon {
  width: 50px;
  height: 50px;
}

.t-leaning-icon {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/Group-1205.png);
  background-size: cover;
}

.t-leaning-icon:hover {
  transition: all 0.2s ease-in-out;
  background-image: url(../images/Group-1204.png);
  background-size: cover;
}

.menu-ul-list {
  width: 95%;
  padding: 0;
}

.menu-box {
  height: 54px;
  width: 2%;
  background: #2f4165;
  position: absolute;
  left: 0;
  border-radius: 2px 0 0 2px;
}

.menu-text {
  font-size: 18px;
  color: #6f7b94;
  transition: all 0.1s ease-in;
}

.menu-text:hover {
  color: #ffff;
}

.menu-active {
  background: #292f47;
  border-radius: 2px;
}

.menu-box-active {
  background: #ffffff;
}

.menu-text-active {
  color: #ffffff;
}

.menu-lvl2 {
  color: #6f7b94;
  cursor: pointer;
  margin: 16px 0 0 0;
}

.menu-lvl2:hover {
  color: #ffff;
  transition: all ease 0.1s;
}

.log-out {
  cursor: pointer;
  margin: 0 10% 0 0;
}

.btn-log-out:hover {
  filter: invert(0%) sepia(100%) saturate(29%) hue-rotate(117deg)
    brightness(106%) contrast(106%);
  transition: all ease 0.3s;
}

.br-3 {
  border-radius: 3px;
  border: 0px;
}

.fw-500 {
  font-weight: 500;
}

.fz-0 {
  font-size: 10px;
}

.fz-1 {
  font-size: 12px;
}

.fz-2 {
  font-size: 14px;
}

.fz-3 {
  font-size: 16px;
}

.fz-4 {
  font-size: 18px;
}

.fz-5 {
  font-size: 20px;
}

.fz-6 {
  font-size: 22px;
}

.fz-7 {
  font-size: 24px;
}

.fz-8 {
  font-size: 26px;
}

.fz-9 {
  font-size: 28px;
}

.fz-10 {
  font-size: 30px;
}

.tc-white {
  color: #ffff;
}

.tc-dark-blue {
  color: #6f7b94;
}

.tc-footer-dark-blue {
  color: #6f7b94;
}

.tc-footer-dark-blue.active {
  color: #ffff;
  transition: all 0.2s ease-in;
}

.tc-footer-dark-blue:hover {
  color: #ffff;
  transition: all 0.2s ease-in;
}

.tc-blue {
  color: #539ce5;
}

.tc-red-black {
  color: #3d3d3d;
}

.tc-dark-blue-talbe {
  color: #6f7b94;
}

.tc-dark-blue-talbe:hover {
  color: #ffff;
}

.bg-dark-blue {
  background: #121832;
}

.bg-light-blue {
  background: #2f4165;
}

.bg-blue {
  background: #0055ff;
}

.bg-table-dark-blue {
  background: #0c1a33;
}

.bg-dark-blue-2 {
  background: #091126;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

input[type="text"]:disabled {
  background: #ccc;
}

@media (max-width: 1600px) {
  .menu-text {
    font-size: 14px;
  }
  .fz-0 {
    font-size: 8px;
  }

  .fz-1 {
    font-size: 10px;
  }

  .fz-2 {
    font-size: 12px;
  }

  .fz-3 {
    font-size: 14px;
  }

  .fz-4 {
    font-size: 16px;
  }

  .fz-5 {
    font-size: 18px;
  }

  .fz-6 {
    font-size: 20px;
  }

  .fz-7 {
    font-size: 22px;
  }

  .fz-8 {
    font-size: 24px;
  }

  .fz-9 {
    font-size: 26px;
  }

  .fz-10 {
    font-size: 28px;
  }
}
