.header-bottom {
  top: 9%;
}

.header-bottom ul .menu:first-child ~ .menu i {
  transition: all 0.25s linear;
}

.header-bottom ul .menu:first-child ~ .menu > div:first-child {
  position: relative;
}

.header-bottom ul .menu:first-child ~ .menu > div:first-child::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #f7f7f7;
  position: absolute;
  top: -20%;
  right: 0%;
}

.header-top.hidden {
  display: none;
}

.sub-menu {
  position: relative;
  box-sizing: border-box;
}

.class-width {
  width: 30%;
}

.active-menu .icon-menu {
  rotate: 180deg;
}

.icon-list-menu {
  display: none;
}

.overlay-menu-bar {
  background-color: rgba(11, 28, 44, 0.53);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  transition: all 0.5s linear;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .sub-menu {
    transform: translateY(100%);
    transition: all 0.1s linear;
    background-color: white;
    color: black;
    border-radius: 10px;
    visibility: hidden;
    padding-top: 2rem;
    z-index: 10;
    position: fixed;
  }
  .menu > div:first-child:hover + .sub-menu {
    visibility: visible;
    transform: translateY(0%);
    color: get-color(primary);
  }
  .menu > div:first-child:hover span {
    color: #11B195;
  }
  .sub-menu > ul > li:hover a {
    color: #11B195;
  }
  .menu > div:first-child:hover i {
    transform: rotate(180deg);
  }
  .sub-menu:hover {
    visibility: visible;
    transform: translate(0%);
  }
}
@media screen and (max-width: 992px) {
  .icon-list-menu {
    display: block !important;
  }
  .header-input {
    display: none;
  }
  .header {
    width: 100vw;
    height: 100vh;
  }
  .header > div > .header-top .title-panel {
    display: none;
  }
  .header > div > .header-bottom {
    transform: translateX(100%);
    transition: all 0.5s ease-in;
    position: fixed;
    right: 0%;
    top: 0%;
    padding: 0px;
    align-items: start;
    padding-top: 2rem;
    width: 35%;
    border-radius: 0;
    font-size: 14px;
    z-index: 110;
    background-color: white;
    height: 100vh;
    align-items: start;
  }
  .header > div > .header-bottom.active {
    transform: translateX(0%);
  }
  .header > div > .header-bottom > ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3rem;
    padding-top: 1.5rem;
    position: absolute;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 90%;
  }
  .header > div > .header-bottom > ul > .menu {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding: 0px;
  }
  .header > div > .header-bottom > ul > .menu > div::before {
    content: none !important;
  }
  .header > div > .header-bottom > ul > .menu > div:first-child {
    justify-content: space-between;
  }
  .header > div > .header-bottom > ul > .menu .sub-menu {
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 0px;
    position: relative;
  }
  .header > div > .header-bottom > ul > .menu .sub-menu > ul {
    height: 0px;
    transition: height 0.25s ease-in;
  }
  .header > div {
    align-items: start;
  }
}
@media screen and (max-width: 473px) {
  .header > div > .header-bottom {
    width: 60%;
  }
}
.header {
  height: 100px;
}

.header .header-top {
  height: 50px;
}

.header .header-top.line-border {
  border-left: rgb(103, 101, 101) dotted 1px;
}

.header .header-top input:focus {
  outline: none;
}

.header .header-top input::placeholder {
  color: #929090;
  font-size: 12px;
  font-weight: 500;
}

.header .header-top .icon-list-menu,
.header .header-top .delete-menu {
  display: none;
}

.header .header-top.hidden {
  display: none;
}

.header .header-top .dropdown ul {
  margin-right: -5.5rem;
  box-shadow: 0px 0px 1px 1px #9a9c9d;
}

.header .header-top .dropdown ul .list-drop-down li:hover {
  background-color: #e4e6e8;
}

.header .header-top .dropdown ul .list-drop-down li:hover > .menu {
  box-sizing: border-box;
}

.header .header-top .dropdown ul .list-drop-down li:hover > .menu > ul {
  height: 0px;
}

.header .header-bottom {
  height: 50px;
}

.header .header-bottom > div :first-child {
  border-right: 1px solid lightgray;
}

body.dark {
  background-color: get-color(secondary-dark);
}

body.dark .card {
  background-color: get-color(primary-dark);
  background-color: get-color(on-primary);
  box-shadow: none;
  border: 1px solid lightgray;
}

a {
  text-decoration: none;
  color: white;
}

.line-border {
  border-left: rgb(103, 101, 101) dotted 1px;
}

.main {
  width: 100%;
}

.main .avatar-image {
  width: 50%;
  border-radius: 50%;
}

.box-shadow {
  box-shadow: 1px 1px 10px 10px #ececec;
}

.full-page-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  z-index: 10;
}

.btn_close {
  position: absolute;
  top: 20%;
  right: 20%;
  color: black;
  z-index: 11;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .main {
    padding-right: 0px;
    width: 100%;
  }
  .section-cards-report {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .search {
    width: 100%;
  }
}
@media screen and (max-width: 676px) {
  .w-md-100 {
    width: 100%;
  }
}
ul li {
  list-style: none;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  direction: rtl;
}
body.body-auth {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body a {
  text-decoration: none;
  color: black;
}

/*# sourceMappingURL=style.css.map */
