.background_form[data-v-b448f951] {
  background-color: var(--grey-white);
}
.auth[data-v-b448f951] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 80svh;
}
.background_image[data-v-b448f951] {
  background: var(--red-gradient), url(./bg-auth-girl.DlKesl7x.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateY(180deg);
}
.form_container[data-v-b448f951] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
}
.form[data-v-b448f951] {
  display: flex;
  flex-direction: column;
  width: clamp(300px, 420px, 460px);
}
#logo_div[data-v-b448f951] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo[data-v-b448f951] {
  width: 220px;
}
@media screen and (max-width:1300px) {
  .form[data-v-b448f951] {
    display: grid;
    grid-template-rows: 180px 1fr;
    width: 100%;
  }
}
@media screen and (max-width:360px) {
  .form[data-v-b448f951] {
    display: grid;
    grid-template-rows: 180px 1fr;
    width: 100%;
  }
}
.header[data-v-b448f951] {
  font-size: 1.4rem;
}
.password_criteria[data-v-b448f951] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 11fr;
  height: 70px;
  width: 100%;
}
.criteria[data-v-b448f951] {
  align-items: center;
  display: flex;
  gap: 15px;
}
.green_circle[data-v-b448f951],
.red_circle[data-v-b448f951] {
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.green_circle[data-v-b448f951] {
  background-color: var(--green);
}
.red_circle[data-v-b448f951] {
  background-color: var(--red);
}
.text[data-v-b448f951] {
  font-size: .8rem;
}
@media screen and (max-width:800px) {
  .text[data-v-b448f951] {
    font-size: .65rem;
  }
}
@media screen and (max-width:1100px) {
  .auth[data-v-b448f951] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100svh;
    width: 100%;
  }
  .background_image[data-v-b448f951] {
    display: none !important;
  }
}
.sidebar[data-v-54125c10],
.sidebar2[data-v-54125c10] {
  box-shadow: 0 0 10px 1px #0003;
  overflow-y: scroll;
  position: sticky;
  top: 0;
  width: 100%;
}
.sidebar2[data-v-54125c10]:hover,
.sidebar[data-v-54125c10]:hover {
  overflow-y: scroll;
}
.sidebar2[data-v-54125c10]::-webkit-scrollbar,
.sidebar[data-v-54125c10]::-webkit-scrollbar {
  width: 2px;
}
.sidebar2[data-v-54125c10]::-webkit-scrollbar-thumb,
.sidebar[data-v-54125c10]::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
}
.sidebar2[data-v-54125c10]:hover::-webkit-scrollbar-thumb,
.sidebar[data-v-54125c10]:hover::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 10px;
}
.nav_btn[data-v-54125c10] {
  margin: 0;
}
.hide_nav_bar[data-v-54125c10] {
  display: none;
}
.dashboard[data-v-54125c10] {
  grid-template-columns: 255px 1fr;
  height: 100%;
  position: relative;
  width: 100%;
}
.dashboard[data-v-54125c10],
.section[data-v-54125c10] {
  display: grid;
  overflow: hidden;
}
.section[data-v-54125c10] {
  grid-template-columns: 1fr;
  grid-template-rows: 60px calc(100vh - 60px);
}
.modals[data-v-54125c10] {
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
}
.inner_container[data-v-54125c10],
.modals[data-v-54125c10] {
  display: flex;
  height: 100%;
  width: 100%;
}
.inner_container[data-v-54125c10] {
  background-color: var(--menu-bg);
  flex-direction: column;
  gap: 10px;
  overflow-y: scroll;
  padding: 10px 20px 25px;
}
.topbar[data-v-54125c10] {
  box-shadow: 5px 4px 10px 1px #0003;
  height: 100%;
  padding: 0 25px;
  position: relative;
  width: 100%;
}
.topbar[data-v-54125c10],
.userInformations[data-v-54125c10],
.username_profil[data-v-54125c10] {
  align-items: center;
  display: flex;
  justify-content: end;
}
.userInformations[data-v-54125c10] {
  gap: 25px;
  position: relative;
}
.bell_icon[data-v-54125c10] {
  font-size: 1.5rem;
  position: relative;
}
.notifications[data-v-54125c10] {
  align-items: center;
  background-color: #f11c1c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: .7rem;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: -2px;
  width: 20px;
}
.name[data-v-54125c10] {
  font-size: 1rem;
}
.name[data-v-54125c10],
.role[data-v-54125c10] {
  text-align: end;
}
.role[data-v-54125c10] {
  color: gray;
  font-size: .8rem;
}
.username_profil[data-v-54125c10] {
  gap: 10px;
}
.profil[data-v-54125c10] {
  align-items: center;
  background-color: #d4d4d4;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 45px;
  justify-content: center;
  position: relative;
  width: 45px;
}
.profil img[data-v-54125c10] {
  border-radius: 50%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
}
.active_profil[data-v-54125c10] {
  background-color: green;
  border-radius: 50%;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}
.option-enter-active[data-v-54125c10],
.option-leave-active[data-v-54125c10] {
  transition: opacity .8s ease;
}
.option-enter-from[data-v-54125c10],
.option-leave-to[data-v-54125c10] {
  opacity: 0;
}
.user_options[data-v-54125c10] {
  align-items: center;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  padding: 10px 20px;
  right: 5px;
  top: 100%;
  width: 180px;
}
.user_notifications[data-v-54125c10],
.user_options[data-v-54125c10] {
  background-color: #fff;
  box-shadow: 2px 5px 10px 1px #00000040;
  gap: 15px;
  position: absolute;
  z-index: 100;
}
.user_notifications[data-v-54125c10] {
  border-radius: 6px;
  display: grid;
  grid-template-rows: 35px 1fr;
  min-height: 100px;
  right: 220px;
  top: 70px;
  width: 450px;
}
.notif_header[data-v-54125c10] {
  align-items: center;
  display: flex;
  justify-content: start;
  padding: 10px 25px 0 40px;
}
.inbox[data-v-54125c10] {
  border-bottom: 2px solid #000;
}
.notif_icon[data-v-54125c10] {
  background-color: var(--red);
  border-radius: 2px;
  color: var(--white);
  font-size: .6rem;
  padding: 1px 5px;
}
.notifications_list[data-v-54125c10] {
  padding: 5px 40px;
}
.notification_row[data-v-54125c10] {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  padding: 5px 0;
}
.notification_row .icon[data-v-54125c10] {
  align-items: center;
  background-color: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.user_options div[data-v-54125c10],
.user_options div a[data-v-54125c10] {
  width: 100%;
}
.manage[data-v-54125c10] {
  align-items: center;
  display: flex;
  gap: 15px;
}
.logout a[data-v-54125c10]:hover,
.my_profil a[data-v-54125c10]:hover {
  color: red;
}
.navigation-button:hover button[data-v-54125c10] {
  color: #fff;
}
.actions[data-v-54125c10],
.list_value[data-v-54125c10] {
  align-content: center;
}
.list_value[data-v-54125c10] {
  word-break: break-all;
  word-wrap: break-word;
}
.actions[data-v-54125c10] {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 15px;
}
.sidebar2[data-v-54125c10] {
  display: none;
}
@media screen and (max-width:1200px) {
  .menu[data-v-54125c10],
  .topbar[data-v-54125c10] {
    justify-content: space-between;
  }
  .menu[data-v-54125c10] {
    align-items: center;
    border: 1px solid var(--red);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 40px;
    padding: 4px;
    width: 40px;
  }
  .menu[data-v-54125c10],
  .menu_bars[data-v-54125c10] {
    border-radius: 5px;
  }
  .menu_bars[data-v-54125c10] {
    background-color: var(--red);
    height: 4px;
    width: 100%;
  }
  .dashboard[data-v-54125c10] {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .user_notifications[data-v-54125c10] {
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 2px 5px 10px 1px #00000040;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    max-width: 320px;
    min-height: 400px;
    min-width: 200px;
    padding: 10px 5px;
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%);
    z-index: 100;
  }
  .sidebar[data-v-54125c10] {
    display: none;
  }
  .sidebar2[data-v-54125c10] {
    background-color: var(--white);
    display: block;
    height: 100svh;
    left: 0;
    position: absolute;
    top: 0;
    width: 260px;
    z-index: 10;
  }
  .hide_nav_bar[data-v-54125c10] {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
  }
  .hide_navbar_icon[data-v-54125c10] {
    align-items: center;
    background-color: var(--white);
    border: 2px solid var(--red);
    border-radius: 6px;
    box-shadow: var(--shadow);
    color: var(--red);
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 2px;
    width: 40px;
    z-index: 1000;
  }
}
