/**
* 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
--------------------------------------------------------------*/
html, body {
  font-family: "Heebo", sans-serif; /* Specify Heebo as the font family */
  color: #444444;
  background: #D3D3D3;
  direction: rtl;
}

* {
  font-family: inherit;
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #163E6A;
  z-index: 997;
  height: 85px;
  top: 0px;
}

#header.header-scrolled {
  background: #163E6A;
  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 {
  width: 100%;
  height: 92vh; /* Make the body take up the full viewport height */
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  background: url("../img/6970.jpg") center/cover no-repeat;
  /* margin-bottom: -90px; */
  z-index: 99;
  transition: 0.3s;
}

#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-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);
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 1024px) {
  #hero {
    /* height: 70vh; */
    padding: 100px 0;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    /* height: 70vh; */
    padding: 100px 0;
  }
  #hero h2 {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# 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;
}

#toggleButton {
  padding: 10px 20px;
  background-color: #0d6efd;
  color: white;
  border: 2px solid #0d6efd; /* Solid border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer;
  font-size: 16px;
}

#toggleButton:hover {
  background-color: white;
  color: #4CAF50;
}

#showButton {
  padding: 5px;
  background-color: #163E6A;
  color: white;
  border: 2px solid #163E6A; /* Solid border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer;
  font-size: 14px;
}

#showButton:hover {
  background-color: white;
  color: #163E6A;
}

#more-files {
  display: none;
}

.file_name_td {
  width: 20px; /* Set a specific width for the table cell */
}

/*--------------------------------------------------------------
# nav-link style
--------------------------------------------------------------*/
.nav-link {
  font-size: 19px !important;
}

.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: black !important;
  background: white !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: white;
  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: #1977cc;
  border-color: #1977cc;
}

.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;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main-main {
  padding-top: 70px;
}

.main-index {
  padding-top: 85px;
  background: #daf0fe;
}

.main {
  padding-top: 0px;
  margin-bottom: 0px;
}

.main .icon-box {
  text-align: center;
}

.main .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.main .icon i {
  font-size: 36px;
  line-height: 0;
}

.main .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.main .title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.main .title a {
  color: #444444;
  transition: 0.3s;
}

.main .title a:hover {
  color: #3fbbc0;
}

.main .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.main .description {
  line-height: 24px;
  font-size: 14px;
}

.home-container {
  display: flex;
  flex-direction: row;
  height: 85vh;
}

.home-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.home-left-box {
  background-color: white;
}

.home-right-box {
  background-color: #D3D3D3;
}

.home-additional-text {
  text-align: right;
}

.home-additional-text h3 {
  padding-top: 8%;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0px;
}

.full-screen-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-text {
  position: absolute;
  top: 10%;
  right: 2%; /* Adjust the distance from the right edge */
  transform: translate(-8%, 0);
  color: black;
  text-align: right;
  width: 40%;
  font-size: 3vw;
}

.image-text-title {
  font-size: 1.8vw !important;
  font-weight: bold !important;
}

.image-text h2 {
  margin: 1px; /* Adjust spacing between lines */
  font-size: 2.2vw; /* Adjust font size using viewport width */
  font-weight: bold;
}

.image-text p {
  margin: 1px 0; /* Adjust spacing between lines */
  font-size: 1.2vw; /* Adjust font size using viewport width */
}

@media (max-width: 767px) {
  .image-text-title {
    font-size: 2.8vw !important;
  }
  .image-text h2 {
    margin: 1px; /* Adjust spacing between lines */
    font-size: 3.5vw; /* Adjust font size using viewport width */
  }
  .image-text p {
    margin: 1px 0; /* Adjust spacing between lines */
    font-size: 2.5vw; /* Adjust font size using viewport width */
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .image-text-title {
    font-size: 2.5vw !important;
  }
  .image-text h2 {
    margin: 1px; /* Adjust spacing between lines */
    font-size: 2.1vw; /* Adjust font size using viewport width */
  }
  .image-text p {
    margin: 1px 0; /* Adjust spacing between lines */
    font-size: 1.7vw; /* Adjust font size using viewport width */
  }
}
/* 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: blue;
  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-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: #163E6A;
  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;
  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;
}

.footer_links a {
  color: white;
}

.footer_links a:hover {
  color: white;
  text-decoration: underline;
}

.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;
}

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

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

.tables-box {
  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;
}

.flex1-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.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;
}

.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;
}

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

.flex10-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex11-container {
  display: flex;
  flex-direction: row;
  padding-right: 15%;
}

.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;
  }
  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 */
