@charset "UTF-8";
/**
* Template Name: Anyar - v4.8.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  direction: rtl;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.main-section {
  padding: 140px 0;
  /* background: url("../img/about-bg.png") top center no-repeat; */
  position: relative;
}

.update-link:hover {
  background-color: #28a745; /* ירוק Bootstrap */
  color: white; /* כדי שייראה טוב על רקע ירוק */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(5, 87, 158, 0.9);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  top: 0px;
}

#header.header-scrolled {
  background: rgba(5, 87, 158, 0.9);
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* קונטיינר ראשי */
.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* גובה מלא של המסך */
  background-color: #f5f5f5;
  overflow: hidden;
}

/* תמונה צמודה למעלה, לעולם לא נחתכת */
.hero-img {
  position: absolute;
  padding-top: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  object-position: top center;
  transition: object-position 0.3s ease;
}

/* כפתור */
.hero-button-container {
  position: absolute;
  top: 25%; /* מיקום בשליש העליון */
  left: 60%;
  transform: translate(-50%, -200px);
  opacity: 0;
  animation: slideDown 2s ease-out forwards;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-button:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* אנימציה של ירידה */
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -200px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/* רספונסיביות */
@media (max-width: 768px) {
  .hero-button-container {
    top: 30%;
  }
  .hero-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
  .hero-img {
    object-position: top 55%; /* "זז" טיפה ימינה כדי למנוע חיתוך מצד שמאל */
  }
}
/*************************************************/
#hero:before {
  /* content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# hero after
--------------------------------------------------------------*/
.hero-after {
  position: relative;
  background: rgba(6, 101, 183, 0.9);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Sections About
--------------------------------------------------------------*/
.about-section {
  background: linear-gradient(135deg, #f9f9f9, #eef3f8);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.about-container {
  display: flex;
  flex-direction: row-reverse; /* ימין לשמאל */
  gap: 40px;
  max-width: 1200px;
  align-items: center;
  direction: rtl;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.about-text {
  flex: 1.2;
  color: #333;
}

.about-text h1 {
  font-family: "Assistant", sans-serif;
  font-size: 2.3rem;
  color: #0056b3;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: right;
  }
  .about-image img {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# nav-link style
--------------------------------------------------------------*/
.nav2-link {
  background: green;
  /* margin-left:30px;
  margin-right:30px; */
}

.nav2-link:hover {
  background: red;
  /* margin-left:30px;
  margin-right:30px; */
}

.nav-item-active2 {
  background: green;
  margin-left: 3px;
  margin-right: 3px;
}

.nav-item-active2:hover {
  background-color: red; /* Change background color on hover */
}

.active-nav {
  color: orange !important;
}

.nav-main {
  display: flex; /* establish flex container */
  flex-wrap: wrap;
  justify-content: center; /* center items vertically, in this case */
  align-items: center; /* center items horizontally, in this case */
  flex-direction: row;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: red;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

.nav2-item {
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .nav2-item {
    margin: -10px;
    padding: -10px;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: blue;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #f6b024;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.nav-id-info {
  color: red;
}

/* Change the background color of the Flatpickr calendar */
.flatpickr-calendar {
  background-color: lightblue; /* Set your desired background color */
}

/* Change the background color of the selected date */
.flatpickr-day.selected {
  background-color: darkblue; /* Set your desired background color */
}

/* Change the background color of the date field */
#myDatePicker {
  background-color: white; /* Set your desired background color */
  padding: 5px; /* Optional: Add padding for better visual appearance */
}

.dashboard-container {
  display: flex;
}

.dashboard-content {
  flex: 1;
  padding: 20px;
  display: flex; /* Added to make the charts flex containers */
  flex-direction: column; /* By default, arrange charts in a column */
}

.chart-container {
  margin-bottom: 20px; /* Add spacing between charts */
}

.dashboad-style {
  width: 50%;
}

@media (max-width: 768px) {
  .dashboad-style {
    width: 100%;
  }
}
.admin {
  padding: 10px 0;
  /* background: url("../img/about-bg.png") top center no-repeat; */
}

#admin-container {
  width: 100%;
  min-height: 40px;
  margin-top: 60px;
  background-color: #0880e8;
  width: 100%;
  /* background-color: #0880e8; */
  /* box-shadow: -2px -2px 5px white,2px -2px 5px white; */
}

#admin-container-role {
  width: 100%;
  margin-top: 60px;
  margin-bottom: -60px;
  background-color: orange;
  width: 100%;
  /* background-color: #0880e8; */
  /* box-shadow: -2px -2px 5px white,2px -2px 5px white; */
}

#admin-container > nav {
  width: 100%;
  display: flex;
  max-height: 60px;
}

#admin-container > nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /*   min-width:60%; */
}

#admin-container > nav > ul > li {
  line-height: 40px;
  margin: 0 0px;
  padding: 0;
  text-align: center;
  display: inline-block;
  /* background-color:green; */
  min-width: 150px;
}

#admin-container > nav > ul > li > a {
  margin: 0 10px;
  color: white;
  min-width: 50px;
}

#admin-container > nav > ul > li:hover {
  border-bottom: 2px solid white;
  /* background-color: red; */
  min-width: 150px;
}

.admin-form {
  direction: rtl;
}

.admin-nav {
  margin-top: 0px;
}

.admin-nav .btn:hover {
  background-color: red;
}

.admin-nav a:hover {
  background-color: red;
}

.nav-myadmin {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .admin-nav {
    margin-top: 0px;
  }
  .nav-myadmin {
    margin-bottom: 180px;
  }
  #admin-container > nav > ul > li > a {
    margin-bottom: 0px;
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #05579e;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  background: #05579e;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0880e8;
}

#footer .footer-top {
  background: rgba(5, 87, 158, 0.9);
  padding-top: 60px;
}

#footer .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .social-links a {
  font-size: 16px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.1); */
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  /* background: #f6b024; */
  color: #fff;
  text-decoration: none;
}

#footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}

.break-word {
  width: 600px !important; /* Set the maximum width for the cell */
  word-break: break-all !important; /* Force break at any character */
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.radio-right {
  float: right;
}

::-webkit-input-placeholder {
  text-align: right;
  font-weight: bold;
  font-family: "Times New Roman", Georgia, Serif;
}

:-moz-placeholder {
  text-align: center;
}

.signup-error {
  margin: 20px;
  padding: 20px;
  background: #ff6666;
}

.tables-box {
  direction: rtl;
  display: flex;
  flex-wrap: nowrap;
  width: 1500px;
  height: 600px;
}

.table1-box {
  background-color: orange;
  overflow: auto;
  width: 15%;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}

.residentsTable {
  overflow-y: auto;
  height: 500px;
}

.residentsTable thead th {
  position: sticky;
  top: 0;
  background: #ABDD93;
}

.residentsTable table {
  border-collapse: collapse;
  width: 100%;
}

.selected-main {
  padding: 50px 0;
  /* background: url("../img/about-bg.png") top center no-repeat; */
  position: relative;
}

.selected-admin {
  margin-top: -50px;
  /* background: url("../img/about-bg.png") top center no-repeat; */
  position: relative;
}

.file-table-hover:hover {
  background-color: #00FFFF !important; /* Set your desired hover color */
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex3-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex4-container {
  display: flex; /* establish flex container */
  flex-wrap: wrap;
  flex-direction: row; /* make main axis horizontal, CHANGE HERE REST IS SAME */
  justify-content: center; /* center items vertically, in this case */
  align-items: center; /* center items horizontally, in this case */
  /* height: 280px; */
}

.flex4-container > .box {
  position: static;
  background-color: #43C6DB;
  width: 250px;
  height: 180px;
  margin: 30px;
  color: white;
  text-align: center; /* will center text in <p>, which is not a flex item */
  border: 2px solid orange;
  border-radius: 30px 10px;
}

.flex5-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex51-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.flex55-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.flex6-container {
  display: flex;
  flex-direction: row;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.flex7-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.flex8-container {
  display: flex;
  flex-direction: column; /* Align items in a column (vertical) */
  justify-content: space-between; /* Distribute space evenly between items */
  align-items: center; /* Center items horizontally */
  background-color: #f0f0f0;
}

.flex8-item {
  padding: 20px;
  margin: 10px;
}

.push {
  margin-left: auto;
}

.right-end {
  margin: 300px;
  padding: 300px;
}

.residents-error {
  background-color: #3498db; /* Set background color */
  color: #A52A2A; /* Set text color */
  text-align: center; /* Center the text horizontally */
  font-weight: 600;
  margin: 10px; /* Set margin around the boxes */
  padding: 20px; /* Set padding within the boxes */
}

textarea {
  width: 550px;
  height: 70px;
}

.radio-sign {
  width: 10px;
  margin-left: 2px;
}

.radio-text {
  width: 130px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.form-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-form {
  border-radius: 8px;
  height: 38px;
  border: 1px solid #C0C0C0;
}

.select-form2 {
  border-radius: 8px;
  height: 28px;
  border: 1px solid #C0C0C0;
}

.form-sub {
  width: 1300px;
}

.form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.vert_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.fa option {
  font-weight: 900;
}

.datepicker-container {
  z-index: 1000; /* Adjust the value as needed */
}

.input-group-text {
  padding: 100px;
  margin: 100px;
  left: 400px;
}

.date-style {
  background: white;
}

/* 
label{
  width: calc(100%/6);
} */
@media screen and (max-width: 768px) {
  .selected-forms {
    width: 100%;
  }
  .form-sub {
    width: 95%;
  }
  .flex4-container :nth-child(1) {
    order: 3;
  }
  .flex4-container :nth-child(2) {
    order: 2;
  }
  .flex4-container :nth-child(3) {
    order: 1;
  }
  .nav-main {
    direction: rtl;
  }
  textarea {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .form-sub {
    width: 900px;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

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