@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext);/* change view */

.change-view-enter {
  opacity: 0;
  margin-top: -2rem;
  transform: scale(0.9);
}

.change-view-enter-active {
  transition: all 0.5s ease-in-out;
}

.change-view-enter-to {
  opacity: 1;
  margin-top: 0;
  transform: scale(1);
}

.change-view-leave {
  opacity: 1;
  margin-top: 0;
  transform: scale(1);
}

.change-view-leave-active {
  transition: all 0.5s ease-in-out;
}

.change-view-leave-to {
  opacity: 0;
  margin-top: 2rem;
  transform: scale(0.9);
}

/* fadding */

.fadding-enter {
  opacity: 0;
}

.fadding-enter-active {
  transition: opacity 0.5s ease-in-out;
}

.fadding-enter-to {
  opacity: 1;
}

.fadding-leave {
  opacity: 1;
}

.fadding-leave-active {
  transition: opacity 0.5s ease-in-out;
}

.fadding-leave-to {
  opacity: 0;
}

/* fadeout */

.fadeout-enter {
  opacity: 1;
}

.fadeout-enter-active {
  transition: opacity 0.5s ease-in-out;
}

.fadeout-enter-to {
  opacity: 1;
}

.fadeout-leave {
  opacity: 1;
}

.fadeout-leave-active {
  transition: opacity 0.5s ease-in-out;
}

.fadeout-leave-to {
  opacity: 0;
}

/*  Left menu */

.left-menu {
  font-family: "Lato", sans-serif;
  background-color: white;
  min-width: 300px;
  width: 300px;
  transition: all 0.5s ease-in-out;
  padding: 1rem 0;
  overflow-x: hidden;
}

.left-menu__link {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.left-menu__icon {
  height: 35px;
  min-width: 35px;
  max-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 17.5px;
}

.left-menu__icon i {
  font-size: 22px;
  line-height: 100%;
  color: #1d1d1d;
}

.left-menu__link > span {
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 0.866rem;
  padding-right: 40px;
  white-space: nowrap;
}

.left-menu__link > .left-menu__arrow {
  position: absolute;
  right: 20px;
  padding: 0;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}

.left-menu__link > .left-menu__arrow--expanded {
  transform: rotate(0deg);
}

.left-menu__item {
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

.left-menu__inner {
  position: relative;
}

.left-menu__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  top: 12px;
  right: -8px;
  background-color: #ececec;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

.left-menu__inner:hover .left-menu__link span {
  color: #D32F2F;
}

.left-menu__group {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.left-menu__group .left-menu__item {
  margin: -2px 0;
}

.left-menu__group .left-menu__link::before {
  content: "";
  display: block;
  border-left: 1px dashed #1d1d1d;
  height: 35px;
  position: absolute;
  left: 37px;
  top: 0;
}

.left-menu__group .left-menu__link > span {
  text-transform: none;
}

.left-menu__group .left-menu__link > span::before {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px dashed #1d1d1d;
  position: absolute;
  top: 18px;
  left: 40px;
}

.left-menu__group .left-menu__inner .left-menu__link {
  padding-left: 10px;
  margin-left: -10px;
  background-color: white;
  position: relative;
  z-index: 2;
}

.left-menu__group .left-menu__inner--active::after {
  opacity: 1;
}

.left-menu__inner--active.left-menu__inner--single::after {
  opacity: 1;
}

.left-menu__inner--active .left-menu__icon {
  background-color: white;
}

.left-menu__inner--active .left-menu__icon i {
  color: #D32F2F;
}

.left-menu__inner--active .left-menu__link span {
  color: #D32F2F;
  font-weight: 600;
}

.left-menu--collapsed {
  width: 70px;
  min-width: 70px;
}

.left-menu--collapsed .left-menu__logo {
  justify-content: center;
}

.left-menu--collapsed .left-menu__logo .mdi {
  width: auto;
  height: auto;
  border: none;
  color: #D32F2F;
}

.left-menu--collapsed .left-menu__logo-link {
  display: none;
}

.left-menu--collapsed .left-menu__link > .left-menu__arrow {
  opacity: 0;
}

.left-menu--collapsed .left-menu__inner--active::after {
  opacity: 1;
}

@media all and (max-width:1199px) {
  .left-menu {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 72px;
    height: calc(100vh - 72px);
    overflow-y: auto;
    width: 50%;
    min-width: 50%;
  }

  .left-menu--collapsed {
    width: 0px;
    min-width: 0px;
  }
}

@media all and (max-width:575px) {
  .left-menu {
    width: 100%;
    min-width: 100%;
  }

  .left-menu--collapsed {
    width: 0px;
    min-width: 0px;
  }
}

.left-menu--dark {
  background-color: #FFEB3B;
}

.left-menu--dark .left-menu__inner--active .left-menu__icon {
  background-color: #FFEB3B;
}

.left-menu--dark .left-menu__inner::after {
  background-color: black;
}

.left-menu--dark .left-menu__group .left-menu__inner .left-menu__link {
  background-color: black;
}

.left-menu--dark .left-menu__group .left-menu__inner .left-menu__link span {
  color: white;
}

.left-menu--dark .left-menu__group .left-menu__link::before,
.left-menu--dark .left-menu__group .left-menu__link > span::before {
  border-color: #FFEB3B;
}

.left-menu--dark .left-menu__group .left-menu__icon {
  background-color: black;
}

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100001;
  background: #303641;
  transition-delay: 1.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-screen__container {
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-bottom: 4rem;
  padding: 0 3rem;
}

.splash-screen__logo {
  max-width: 100%;
  height: auto;
}

.splash-screen__squares {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.splash-screen__square--1 {
  width: 10px;
  height: 10px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #a9fd82;
  margin: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

.splash-screen__square--1:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a9fd82;
  opacity: 0.7;
  -webkit-animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.splash-screen__square--2 {
  width: 10px;
  height: 10px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #9bfd6e;
  margin: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

.splash-screen__square--2:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9bfd6e;
  opacity: 0.7;
  -webkit-animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.splash-screen__square--3 {
  width: 10px;
  height: 10px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #8dfc5a;
  margin: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

.splash-screen__square--3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8dfc5a;
  opacity: 0.7;
  -webkit-animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.splash-screen__square--4 {
  width: 10px;
  height: 10px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #80fc46;
  margin: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

.splash-screen__square--4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #80fc46;
  opacity: 0.7;
  -webkit-animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.splash-screen__square--5 {
  width: 10px;
  height: 10px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #72fc32;
  margin: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50%, 75% {
    transform: scale(2.5);
  }

  78%, 100% {
    opacity: 0;
  }
}

.splash-screen__square--5:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #72fc32;
  opacity: 0.7;
  -webkit-animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.splash-screen__line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.splash-screen__text {
  text-align: center;
  font-size: 0.733rem;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 300;
}

body,
html {
  font-size: 15px;
  overflow-y: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  height: 100vh;
}

.auth {
  overflow-y: scroll;
  height: 100vh;
  padding-top: calc(25vh + 15px);
}

.auth__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 25vh;
  width: 100%;
  background: url(/images/banner.jpg?b989fed8996f5572205344e81ec5ce3e) no-repeat center center;
  background-size: cover;
}

.auth__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.master-layout {
  overflow-y: scroll;
  height: 100vh;
}

.master-layout__flex {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 72px);
}

.master-layout .right-side {
  padding: 0 2rem 4rem 2rem;
  flex-grow: 1;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #ececec;
}

.master-layout .right-side--dark {
  background-color: black;
}

.page-not-found__content {
  padding: 4rem 0;
  text-align: center;
  font-weight: 300;
}

.page-not-found__title {
  font-size: calc(6 * 1.4rem);
}

.page-not-found__subtitle {
  font-size: 1.133rem;
  margin-bottom: 2rem;
}

.page-not-found__description {
  font-size: 0.866rem;
  margin-bottom: 2rem;
}

.cursor-pointer {
  cursor: pointer;
}

.head-background {
  margin-top: -28px;
  margin-left: -2rem;
  margin-right: -2rem;
  color: white;
  margin-bottom: 3rem;
  background: url(/images/banner.jpg?b989fed8996f5572205344e81ec5ce3e) no-repeat center center;
  background-size: cover;
}

.head-background__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  min-height: 20vh;
  padding: 2rem;
}

.head-background__title {
  font-size: calc(2.5 * 1rem);
  font-weight: 400;
  padding: 0.5rem 0;
}

.head-background__text {
  font-size: 0.866rem;
  opacity: 0.55;
  font-weight: 400;
}

.head-background__item {
  padding: 0.25rem 0;
}

.head-background__item i {
  margin-right: 0.5rem;
}

.head-background__item i,
.head-background__item span {
  line-height: 1rem;
}

.v-toolbar__title {
  font-family: "Lato", sans-serif;
}

.v-input.v-text-field--outlined.v-input--is-readonly .v-input__slot {
  background-color: #f3f3f3;
}

.v-input.v-text-field--outlined.v-input--is-readonly.white .v-input__slot {
  background-color: white;
}

.vue-treeselect__control {
  height: 40px;
  border-color: rgba(0, 0, 0, 0.25);
}

.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  line-height: 40px;
  font-size: 1rem;
}

