/*========= Start forgot password  =========*/
.sign .right form h2:before,
.forgot-password form h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  border-radius: 20px;
  background-color: var(--clr-primary);
  bottom: 0;
  right: 0;
}

/*========= End forgot password  =========*/

/*========= Start Home  =========*/
.notification_all .notification_dropdown,
body > .home header .sec__right nav > ul > li .notification_dropdown,
body > .home header .sec__right nav > ul > li.profile > .profile_dropdown{
  right: 0;
}
.dropdown-menu-lang {
  right: 0;
}
/*========= End Home  =========*/

/* Start Admin Area */
.admin_area .dashboard_header .sec_right :is(.notification .notification_menu,.avatar .avatar_menu ){
  right: 0;
}
.admin_area .container_content .navigation nav ul li ul li a {
  padding-right: 65px !important;
}
.admin_area .container_content .navigation nav ul li a.active::before {
  border-left-color: #f4f5fd;
  left: 0px;
}
/* End Admin Area */
.navigation {
  left: -100%;
} 
.navigation.open {
  left: 0px;
}

@media screen and (max-width: 770px) {
  
  .admin_area .container_content .content {
    margin-inline: 15px;
  }
}

.btns-change-request:has(#btn_leave_request.active)::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  width: 50%;
  background-color: var(--clr-primary);
  z-index: 1;
}

.btns-change-request:has(#btn_request_permission.active)::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  background-color: var(--clr-primary);
  z-index: 1;
}
.home-content .right .post .header-post .right .menu-post .dropdown-post {
  right: 0;
}
