/**
* 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
--------------------------------------------------------------*/
/**
* Template Name: Medicio
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: #D3D3D3;
  direction: rtl;
}

a {
  color: #3fbbc0;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header-sub-category {
  margin: -10px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header.header-scrolled {
  top: 0;
}

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

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

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

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #5ec6ca;
  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 #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

.topbar-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 2rem;
}

.topbar-name {
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

.image-body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.responsive-image {
  width: 100%;
  height: auto;
  display: block;
}

.title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* Optional: Text color */
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

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

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

.main-index {
  padding-top: 100px;
}

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

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-pdf-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; /* Space between video and PDF */
  margin-bottom: 20px; /* Space between video-PDF and gallery */
  gap: 20px;
}

.video-container,
.pdf-container {
  resize: both;
  overflow: auto;
  border: 1px solid blue;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 600px; /* Default width */
  height: 450px; /* Default height */
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.pdf-container embed {
  width: 100%;
  height: 100%;
}

.images-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; /* Align items to the start */
  gap: 20px;
}

.images-gallery img {
  width: 280px;
  height: 230px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease; /* Add transition for smooth scaling */
  z-index: 0; /* Ensure image is behind description */
}

.images-gallery img:hover {
  transform: scaleX(1.1); /* Increase size horizontally on hover */
}

.close-icon {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
}

.title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.title-text {
  width: 600px;
  text-align: center;
  font-size: 20px;
  background-color: #3fbbc0;
}

.image-text {
  bottom: 5;
  left: 0;
  width: 280px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  margin-top: -2px;
  /* padding: 5px; */
  border-radius: 5px;
  overflow-wrap: break-word; /* Option 2: Overflow wrapping */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
  .video-pdf-container {
    flex-wrap: wrap;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .video-pdf-container {
    flex-wrap: wrap;
  }
}
/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

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

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

.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: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.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: #3fbbc0;
}

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

.nav-link {
  font-size: 16px !important;
  color: black !important;
}

.nav-link:hover {
  color: orange !important;
}

.active-nav {
  color: #3fbbc0 !important;
  text-decoration: underline !important;
}

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

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

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 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: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.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: #3fbbc0;
}

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

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

.admin-category-menu:hover {
  color: orange;
}

@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: #3fbbc0;
  background: blue;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #3fbbc0;
}

#footer .footer-info {
  background: #3fbbc0;
  padding: 20px;
}

#footer .footer-copyright {
  color: white;
  background: blue;
  padding: 20px;
}

#footer h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

#footer p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footer h4 {
  font-size: 16px;
  font-weight: 600;
  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: #3fbbc0;
  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: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

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

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

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

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

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

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

.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-direction: column;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.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-wrap: wrap;
  flex-direction: row;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

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

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

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