/* ***************************************************
** Theme Name: WATM
** Theme URI: https://
** Description: 
** Author: Ahmed EL-AwaDy
** Author URI: https://www.facebook.com/ahmed.el3awady
** Author Mobile: ( +2 ) 01020403283
** Version: 1.0
****************************************************** */
/*scrollbar theme*/

:root {
  --main-color: #fcecca;
  --secondary-color: #210a58;
  --green-color: #15514f;
  --dark-red-color: #af5759;

  --white-color: #fff;
  --black-color: #000;
  --light-font-ar: "Tajwal-Light-Ar";
  --medium-font-ar: "Tajwal-Medium-Ar";
  --bold-font-ar: "Tajwal-Bold-Ar";
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #e8e8e8;
}

::-webkit-scrollbar-thumb:hover {
  background: #b91847;
}

::-webkit-scrollbar-thumb {
  background-image: var(--gradient-color);
}

button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 0;
}

@font-face {
  font-family: "Tajwal-Light-Ar";
  src: url("../../fonts/ar/IBMPlexSansArabic-Light.ttf");
}

@font-face {
  font-family: "Tajwal-Medium-Ar";
  src: url("../../fonts/ar/IBMPlexSansArabic-Medium.ttf");
}

@font-face {
  font-family: "Tajwal-Bold-Ar";
  src: url("../../fonts/ar/IBMPlexSansArabic-Bold.ttf");
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: baseline;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
  color: var(--main-color-1);
}

img {
  max-width: 100%;
}

body {
  font-family: var(--medium-font-ar);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 17px;
  outline: none;
  overflow-x: hidden;
  text-align: right;
  direction: rtl;
  /* position: relative; */
  background-color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bold-font-ar);
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: var(--light-font-ar);
  color: #1f1f1f;
}

::-webkit-input-placeholder {
  color: var(--dark-red-color) !important;
}

:-ms-input-placeholder {
  color: var(--dark-red-color) !important;
}

::placeholder {
  color: var(--dark-red-color) !important;
}

.btn-style-1 {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 5px;
  justify-content: center;
  font-family: var(--medium-font-ar);
  background-image: linear-gradient(45deg,
      var(--main-color) 50%,
      transparent 50%);
  background-position: 100%;
  background-size: 400%;
  background-color: var(--secondary-color);
  transition: background 500ms ease-in-out;
  height: 40px;
  margin: 0 auto;
  padding-inline: 25px;
  color: var(--light-blue-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  border-radius: 25px;
}

.btn-style-1:hover {
  color: var(--white-color);
  background-position: 0;
  border-color: var(--main-color);
}

header {
  padding-block: 1rem;
}

section {
  position: relative;
  overflow: hidden;
  padding-block: 3rem !important;
}

/* fix iphone errors */
/* .hero_section {
  height: 90vh;

  &::after {
    content: "";
    background-image: url("../../images/all/shape.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-animation: rotating 20s linear infinite;
  }

  .title_hero_section {
    font-family: var(--light-font-ar);
    color: var(--main-color);
    font-size: 2rem;
    line-height: 3rem;

    span {
      font-family: var(--bold-font-ar);
    }
  }
} */


.hero_section {
  height: 90vh;
}

.hero_section::after {
  content: "";
  background-image: url("../../images/all/shape.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-animation: rotating 20s linear infinite;
}

.hero_section .title_hero_section {
  font-family: var(--light-font-ar);
  color: var(--main-color);
  font-size: 2rem;
  line-height: 3rem;
}

.hero_section .title_hero_section span {
  font-family: var(--bold-font-ar);
}

/* fix ipone errors */
/* .dates_section {
  .single_card_date {
    background-color: var(--main-color);
    border-radius: 25px;
    overflow: hidden;
    padding-top: 2rem;

    h4 {
      padding-inline: 2rem;
      font-size: 2rem;
      font-family: var(--bold-font-ar);
      display: flex;
      flex-direction: column;
      gap: 0.2rem;
      color: var(--secondary-color);

      span {
        font-size: 1rem;
        font-family: var(--light-font-ar);
      }
    }

    h5 {
      padding: 1.5rem 2rem;
      font-family: var(--light-font-ar);
      display: flex;
      flex-direction: column;
      color: var(--dark-red-color);
      font-size: 2rem;

      span {
        font-size: 1rem;
      }
    }

    h6 {
      padding-inline: 2rem;
      font-size: 2rem;
      font-family: var(--light-font-ar);
      color: var(--secondary-color);
    }

    button {
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      margin-top: 2rem;
      background-color: var(--green-color);
      padding-block: 1.2rem;
      font-size: 1.2rem;
      color: var(--main-color);

      &:hover {
        background-color: var(--dark-red-color);
      }
    }
  }
} */

.dates_section .single_card_date {
  background-color: var(--main-color);
  border-radius: 25px;
  overflow: hidden;
  padding-top: 2rem;
}

.dates_section .single_card_date h4 {
  padding-inline: 2rem;
  font-size: 2rem;
  font-family: var(--bold-font-ar);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--secondary-color);
}

.dates_section .single_card_date h4 span {
  font-size: 1rem;
  font-family: var(--light-font-ar);
}

.dates_section .single_card_date h5 {
  padding: 1.5rem 2rem;
  font-family: var(--light-font-ar);
  display: flex;
  flex-direction: column;
  color: var(--dark-red-color);
  font-size: 2rem;
}

.dates_section .single_card_date h5 span {
  font-size: 1rem;
}

.dates_section .single_card_date h6 {
  padding-inline: 2rem;
  font-size: 2rem;
  font-family: var(--light-font-ar);
  color: var(--secondary-color);
}

.dates_section .single_card_date button {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 2rem;
  background-color: var(--green-color);
  padding-block: 1.2rem;
  font-size: 1.2rem;
  color: var(--main-color);
}

.dates_section .single_card_date button:hover {
  background-color: var(--dark-red-color);
}


/* fix iphone errors */
/* .instructions_sections {
  ul {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;

    li {
      display: flex;
      align-items: center;
      gap: 3rem;

      .icon {
        animation: rotating 30s linear infinite;
        -webkit-animation: rotating 30s linear infinite;

        img {}
      }

      h2 {
        color: var(--main-color);
        display: flex;
        flex-direction: column;
        font-size: 2.2rem;
        gap: 0.2rem;

        span {
          font-family: var(--light-font-ar);
          font-size: 1.5rem;
        }
      }
    }
  }
} */


.instructions_sections ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.instructions_sections ul li {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.instructions_sections ul li .icon {
  animation: rotating 30s linear infinite;
  -webkit-animation: rotating 30s linear infinite;
  width: 100px;
  height: 100px;
}

.instructions_sections ul li .icon img {
  width: 100px;
  height: 100px;
}

.instructions_sections ul li h2 {
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  gap: 0.2rem;
}

.instructions_sections ul li h2 span {
  font-family: var(--light-font-ar);
  font-size: 1.5rem;
}



/* fix iphone errors */
/* .section_description {
  margin-top: 4rem;
  margin-bottom: 2rem;

  h4 {
    color: var(--main-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  p {
    font-size: 1rem;
    color: var(--main-color);
    line-height: 2rem;
  }
} */

.section_description {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.section_description h4 {
  color: var(--main-color);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section_description p {
  font-size: 1rem;
  color: var(--main-color);
  line-height: 2rem;
}

/* fix iphone errors */
/* .footer_info {
  text-align: center;
  padding-block: 1rem;

  h6 {
    font-size: 1.2rem;
    font-family: var(--light-font-ar);
    color: var(--main-color);
    margin-bottom: 1rem;
  }

  ul {
    display: flex;
    gap: 1.5rem;
    justify-content: center;

    li {
      color: var(--main-color);

      a {
        color: var(--main-color);
        font-size: 1.2rem;
      }
    }
  }
} */


.footer_info {
  text-align: center;
  padding-block: 1rem;
}

.footer_info h6 {
  font-size: 1.2rem;
  font-family: var(--light-font-ar);
  color: var(--main-color);
  margin-bottom: 1rem;
}

.footer_info ul {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.footer_info ul li {
  color: var(--main-color);
}

.footer_info ul li a {
  color: var(--main-color);
  font-size: 1.2rem;
}



/* fix iphone errors */
/* .startModal {
  overflow: hidden;

  .modal-dialog {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;

    .modal-content {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      min-width: 100%;
      min-height: 100%;
      background-color: transparent;
      position: relative;

      .modal-header {
        border-color: transparent;
        position: absolute;
        top: 0;
        z-index: 8;
      }

      .modal-body {
        padding: 0;
      }
    }
  }
} */

.startModal {
  overflow: hidden;
}

.startModal .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.startModal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: transparent;
  position: relative;
}

.startModal .modal-dialog .modal-content .modal-header {
  border-color: transparent;
  position: absolute;
  top: 0;
  z-index: 8;
}

.startModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}


@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}


/* Form */

.form {
  width: 100%;
  height: 100%;
}

.input-group {
  margin: 0.5rem 0;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  transform-origin: top;
  animation: animate 0.5s;
}

/* fix iphone errors */
/* .form-step {
  height: 100%;
  padding: 1rem;
  position: relative;
  isolation: isolate;

  &::after {
    content: "";
    background-image: url("../../images/all/shape.png");
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-animation: rotating 20s linear infinite;
  }

  &.bg-dark-red {
    background-color: var(--dark-red-color);

    &::after {
      filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(6292%) hue-rotate(252deg) brightness(95%) contrast(109%);
    }
  }

  &.bg-secondary {
    background-color: var(--secondary-color) !important;
  }

  .step_title {
    h3 {
      font-size: 1.5rem;
      color: var(--main-color);
      margin-bottom: 2rem;
    }

    p {
      font-size: 1.1rem;
      color: var(--main-color);
      font-family: var(--medium-font-ar);
      width: 80%;
      line-height: 2rem;
    }
  }

  .form-group {
    width: 100%;
    margin-block: 1rem;

    input {
      width: 100%;
      border-radius: 15px;
      border-color: var(--main-color);
      height: 45px;
      background-color: var(--main-color);
      color: var(--secondary-color);
      text-align: start;
      direction: rtl;
    }

    textarea {
      width: 100%;
      border-radius: 15px;
      border-color: var(--main-color);
      height: 110px;
      background-color: var(--main-color);
      color: var(--secondary-color);
    }

    label {
      font-family: var(--bold-font-ar);
      color: var(--main-color);
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
    }
  }

  .btn-next,
  .btn-prev {
    color: var(--main-color);
    font-family: var(--bold-font-ar);
    font-size: 1.1rem;
  }
} */


.form-step {
  height: 100%;
  padding: 1rem;
  position: relative;
  isolation: isolate;
}

.form-step::after {
  content: "";
  background-image: url("../../images/all/shape.png");
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-animation: rotating 20s linear infinite;
}

.form-step.bg-dark-red {
  background-color: var(--dark-red-color);
}

.form-step.bg-dark-red::after {
  filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(6292%) hue-rotate(252deg) brightness(95%) contrast(109%);
}

.form-step.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.form-step .step_title h3 {
  font-size: 1.5rem;
  color: var(--main-color);
  margin-bottom: 2rem;
}

.form-step .step_title p {
  font-size: 1.1rem;
  color: var(--main-color);
  font-family: var(--medium-font-ar);
  width: 80%;
  line-height: 2rem;
}

.form-step .form-group {
  width: 100%;
  margin-block: 1rem;
}

.form-step .form-group input {
  width: 100%;
  border-radius: 15px;
  border-color: var(--main-color);
  height: 45px;
  background-color: var(--main-color);
  color: var(--secondary-color);
  text-align: start;
  direction: rtl;
}

.form-step .form-group textarea {
  width: 100%;
  border-radius: 15px;
  border-color: var(--main-color);
  height: 110px;
  background-color: var(--main-color);
  color: var(--secondary-color);
}

.form-step .form-group label {
  font-family: var(--bold-font-ar);
  color: var(--main-color);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.form-step .btn-next,
.form-step .btn-prev {
  color: var(--main-color);
  font-family: var(--bold-font-ar);
  font-size: 1.1rem;
}


.btn-close {
  filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(456%) hue-rotate(200deg) brightness(115%) contrast(100%);
}

/* START:: ---------------------------------------- DASHBOARD ------------------------------------ */
.main {
  background-color: var(--white-color);
  height: 100vh !important;
  overflow-y: auto;
  position: relative;
  padding-bottom: 1rem;
}

.main .sidebar_dashboard {
  position: fixed;
  top: 0;
  width: 300px;
  right: 0;
  height: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 35px 1px rgb(0 0 0 / 8%);
}

.main .sidebar_dashboard .head_side {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

.main .sidebar_dashboard .head_side .logo img {
}

.main .sidebar_dashboard .body_side {
  height: calc(100% - 200px);
}

.main .sidebar_dashboard .body_side ul li {
  padding-inline: 1.5rem;
  position: relative;
  isolation: isolate;
}

.main .sidebar_dashboard .body_side ul li::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 5px;
  height: 80%;
  width: 3px;
  border-radius: 5px;
  background-color: var(--secondary-color);
  transition: all 0.4s ease-in-out;
  animation-duration: 0.4s;
}

.main .sidebar_dashboard .body_side ul li::after {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--secondary-color);
  opacity: 0.2;
  isolation: auto;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.main .sidebar_dashboard .body_side ul li:hover,
.main .sidebar_dashboard .body_side ul li.active {
  /* Styles for hover and active states */
}

.main .sidebar_dashboard .body_side ul li:hover::before,
.main .sidebar_dashboard .body_side ul li.active::before {
  right: 5px;
}

.main .sidebar_dashboard .body_side ul li:hover::after,
.main .sidebar_dashboard .body_side ul li.active::after {
  right: 0;
}

.main .sidebar_dashboard .body_side ul li:hover a,
.main .sidebar_dashboard .body_side ul li.active a {
  color: var(--secondary-color);
}

.main .sidebar_dashboard .body_side ul li:hover a .icon img,
.main .sidebar_dashboard .body_side ul li.active a .icon img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(39%) saturate(7430%) hue-rotate(255deg) brightness(95%) contrast(106%);
}

.main .sidebar_dashboard .body_side ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.3rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-block: 1rem;
  color: var(--green-color);
  transition: all 0.3s ease-in-out;
}

.main .sidebar_dashboard .body_side ul li a .icon {
  transition: all 0s ease-in-out;
}

.main .sidebar_dashboard .body_side ul li a .icon img {
  transition: all 0s ease-in-out;
}

.main .page_content {
  padding-inline-start: 300px;
  padding-block: 0 !important;
  height: 100vh;
  overflow-y: auto;
}

.main .page_content .app_bar__container .app_bar_dash {
  position: fixed;
  top: 0;
  width: calc(100% - 300px);
  height: 80px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  padding-inline: 1.5rem;
  z-index: 999;
  box-shadow: 0px 0px 35px 1px rgb(0 0 0 / 8%);
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group {
  position: relative;
  width: 160px;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown {
  height: 45px;
  width: 160px;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-toggle {
  height: 45px;
  width: 160px;
  border: 0;
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  color: var(--green-color);
  gap: 0.5rem;
  padding: 0;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-toggle::after {
  border: 0;
  background-image: url('../../images/icons/dropdown_arrow_gray.svg');
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-menu {
  width: 160px !important;
  max-width: 160px !important;
  min-width: 160px !important;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 0;
  transform: none !important;
  max-height: 0;
  overflow: hidden;
  top: calc(100% + 1rem) !important;
  transition: max-height 0.3s ease-in-out;
  display: block !important;
  opacity: 0;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-menu.show {
  max-height: 500px;
  transition: max-height 1s ease-in-out;
  opacity: 1;
  height: max-content;
  box-shadow: 0px 0px 35px 1px rgb(0 0 0 / 8%);
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-menu li {
  padding: 0 0.6rem;
  color: var(--green-color);
  font-size: 1rem;
  text-align: start;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main .page_content .app_bar__container .app_bar_dash .profile_and_actions .form-group .dropdown .dropdown-menu li button {
  color: var(--green-color);
  font-size: 1rem;
  text-align: start;
  padding: 0.7rem 0;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main .page_content .content {
  padding-inline: 1.5rem;
  padding-block: 80px 1rem !important;
  height: 100%;
}

.main .page_content .content .page_title {
  height: 200px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.main .page_content .content .page_title h1 {
  font-size: 2rem;
  color: var(--main-color);
}

.main .page_content .content .single_section {
  margin-block: 2rem;
}

.main .page_content .content .single_section .title_section {
  display: flex;
  gap: 1rem;
}

.main .page_content .content .single_section .title_section h3 {
  font-size: 1.5rem;
}

.main .page_content .content .single_section .title_section button {
  text-decoration: underline;
}




@-webkit-keyframes a-ripple {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 2;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
  -webkit-animation: a-ripple 0.4s ease-in;
  animation: a-ripple 0.4s ease-in;
}

.number_of_seats {
  margin-top: .7rem;
}

.number_of_seats h5 {
  border-radius: 25px;
  background-color: var(--secondary-color);
  color: var(--main-color);
  font-size: 1.2rem;
  margin: 0;
  display: flex;
  gap: .5rem;
  align-items: center;
  padding: .7rem;
  justify-content: center;
}

.number_of_seats h5 .icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.number_of_seats h5 .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(1376%) hue-rotate(182deg) brightness(94%) contrast(84%);
}


.button-add {
  overflow: hidden;
  position: relative;
  background-color: var(--green-color);
  height: 45px;
  border-radius: 10px;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--main-color);
}

a,
button {
  position: relative !important;

}

.add_new_form {
  .modal-dialog {
    max-width: 700px;

    .modal-body {
      padding-block: 2rem;

      .form-group {}

      .form-control {
        background-color: var(--secondary-color);
        height: 55px;
        border-radius: 15px;
        color: var(--main-color);
        text-align: right !important;
        direction: rtl !important;
        position: relative;

        &::-webkit-input-placeholder {
          color: var(--main-color) !important;
        }

        &:-ms-input-placeholder {
          color: var(--main-color) !important;
        }

        &::placeholder {
          color: var(--main-color) !important;
        }

      }

      /* Hide the default calendar icon */
      input[type="date"].custom-datepicker::-webkit-calendar-picker-indicator {
        opacity: 0 !important;
        text-align: start;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
      }

      input[type="time"]::-webkit-calendar-picker-indicator {
        opacity: 0 !important;
        text-align: start;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
      }

      .form-select {
        background-image: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23081 0.759979C9.07769 0.6429 8.88076 0.586533 8.68292 0.603157C8.48508 0.619781 8.30235 0.708048 8.17455 0.848731L5.00009 4.37182L1.82559 0.848789C1.69816 0.707554 1.51529 0.61893 1.31721 0.602413C1.11913 0.585895 0.922076 0.642838 0.769388 0.760713C0.616699 0.878588 0.520888 1.04774 0.503031 1.23096C0.485174 1.41418 0.546734 1.59645 0.674169 1.73769L4.42438 5.90029C4.49473 5.97833 4.58277 6.04111 4.68225 6.08419C4.78174 6.12728 4.89024 6.14961 5.00009 6.14961C5.10994 6.14961 5.21845 6.12728 5.31793 6.08419C5.41742 6.04111 5.50545 5.97833 5.57581 5.90029L9.32602 1.73763C9.45341 1.59625 9.51493 1.41389 9.49708 1.23058C9.47923 1.04728 9.38346 0.878022 9.23081 0.759979Z" fill="%23fff"/></svg>');
        padding: .375rem .75rem .375rem 2.25rem;
        background-position: left .75rem center;
        background-size: 12px 8px;
      }
    }

    .modal-header {
      padding-block: 1rem;
      justify-content: start;
      font-size: 1.2rem;
      font-family: var(--medium-font-ar);

      button {
        margin: 0 !important;
        filter: brightness(0) saturate(100%) invert(12%) sepia(92%) saturate(4962%) hue-rotate(357deg) brightness(91%) contrast(108%) !important;
        font-size: 1rem;
      }
    }

    .modal-footer {
      button {
        border-radius: 10px;
        height: 45px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;

        justify-content: center;

      }

      .btn-primary {
        background-color: var(--green-color);
        padding-inline: 1rem;
        gap: .5rem;
        color: var(--main-color);
      }
    }
  }
}

.main-card {
  background-color: var(--white-color);
  border-radius: 10px;
}

.main-card .main-table {
  overflow-x: auto;
  overflow-y: hidden;
}

.main-card .table {
  border-radius: 15px;
  overflow: hidden;
}

.main-card .table thead {
  background-color: var(--green-color);
}

.main-card .table thead tr th {
  padding-block: 1rem;
  color: var(--main-color);
  font-family: var(--medium-font-ar) !important;
  border-bottom: 0 !important;
  text-align: center;
}

.main-card .table tbody tr td {
  text-align: center;
  padding-block: 1.2rem;
  vertical-align: middle;
}

.main-card .table tbody tr td span.chip_status {
  display: flex;
  width: 100px;
  background-color: var(--secondary-color);
  height: 35px;
  border-radius: 10px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--medium-font-ar);
  color: var(--main-color);
}

.main-card .table tbody tr td span.pending {
  background-color: #FFD366;
  color: var(--secondary-color);
}

.main-card .table tbody tr td span.completed {
  background-color: #1DB82B;
  color: var(--main-color);
}


.pagination {
  margin-block: 1rem;
  display: flex;
  justify-content: center;
}

.pagination ul {
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: center;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--green-color);
}

.pagination ul li a:hover,
.pagination ul li a.active {
  background-color: var(--green-color);
  color: var(--main-color);
}


.buttons_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.buttons_head button {
  height: 45px;
  background-color: var(--green-color);
  border-radius: 10px;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--main-color);
  /* background-color: rgb(33 10 88 / 20%); */
}


.auth_page {
  width: 100%;
  height: 100vh;
}

.auth_page::after {
  content: "";
  background-image: url("../../images/all/shape.png");
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-animation: rotating 20s linear infinite;
}

.auth_page .login-form {
  /* max-height: 400px; */
  padding: 1.5rem;
  background-color: #fffffff0;
  border-radius: 10px;
  overflow: hidden;
}

.auth_page .login-form form {
  width: 100%;
}

.auth_page .login-form form .head_form {
  width: 100%;
  text-align: center;
}

.auth_page .login-form form .head_form .logo {
  padding-block: 2rem;
}

.auth_page .login-form form .head_form .logo img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(70%) saturate(7499%) hue-rotate(264deg) brightness(80%) contrast(117%);
}

.auth_page .login-form form .head_form h3 {
  font-size: 1.3rem;
  color: var(--green-color);
  margin-bottom: .5rem;
}

.auth_page .login-form form .head_form p {
  font-size: 1.1rem;
  font-family: var(--medium-font-ar);
}

.auth_page .login-form form .body_form {
  margin-top: 2rem;
}

.auth_page .login-form form .body_form .form-group {
  margin-bottom: 1rem;
}

.auth_page .login-form form .body_form .form-control {
  background-color: transparent;
  height: 48px;
  border-radius: 15px;
  color: var(--black-color);
  text-align: right !important;
  direction: rtl !important;
  position: relative;
  border-color: var(--green-color);
}

.auth_page .login-form form .body_form .form-control::-webkit-input-placeholder {
  color: var(--green-color) !important;
}

.auth_page .login-form form .body_form .form-control:-ms-input-placeholder {
  color: var(--green-color) !important;
}

.auth_page .login-form form .body_form .form-control::placeholder {
  color: var(--green-color) !important;
}

.auth_page .login-form form .body_form button {
  height: 48px;
  background-color: var(--green-color);
  width: 100%;
  border-radius: 10px;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--main-color);
  /* background-color: rgb(33 10 88 / 20%); */
}

.side_bar_overLay {
  display: none;
}

@media (max-width: 1199.98px) {}

@media only screen and (max-width: 767px) {

  .logo_site img {
    width: 100px;
    height: 60px;
  }

  section {
    padding-block: 1rem !important;
  }

  .hero_section .title_hero_section {
    font-size: 1.5rem;
  }

  .hero_section::after {
    background-size: 300px;
  }

  .dates_section .single_card_date {
    padding-top: 1rem;
  }

  .dates_section .single_card_date h5 {
    padding: 1rem;
    padding-inline: 1rem;
    font-size: 1.5rem;
  }

  .dates_section .single_card_date h5 span {
    font-size: 0.8rem;
  }

  .dates_section .single_card_date h4 {
    padding-block: 0;
    padding-inline: 1rem;
    font-size: 1.5rem;
  }

  .dates_section .single_card_date h4 span {
    font-size: 0.8rem;
  }

  .dates_section .single_card_date h6 {
    padding-block: 0;
    padding-inline: 1rem;
    font-size: 1.5rem;
  }

  .dates_section .single_card_date button {
    margin-top: 1rem;
  }

  .instructions_sections ul li {
    gap: 1.5rem;
  }

  .instructions_sections ul li .icon {
    width: 80px;
    height: 80px;
  }

  .instructions_sections ul li .icon img {
    width: 100%;
    height: 100%;
  }

  .instructions_sections ul li h2 {
    width: calc(100% - 90px);
    font-size: 1.5rem;
  }

  .instructions_sections ul li h2 span {
    font-size: 1rem;
  }

  .toggle_side_bar {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-bottom: 1rem;
    margin: 0;
  }

  .toggle_side_bar span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: var(--main-color);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .toggle_side_bar span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  .toggle_side_bar span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  .toggle_side_bar span:nth-child(1),
  .toggle_side_bar span:nth-child(2) {
    top: 0px;
  }

  .toggle_side_bar span:nth-child(3),
  .toggle_side_bar span:nth-child(4) {
    top: 0.7rem;
  }

  .toggle_side_bar span:nth-child(5),
  .toggle_side_bar span:nth-child(6) {
    top: 1.4rem;
  }

  .toggle_side_bar.open span:nth-child(1),
  .toggle_side_bar.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .toggle_side_bar.open span:nth-child(2),
  .toggle_side_bar.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .toggle_side_bar.open span:nth-child(1) {
    left: 0px;
    top: 7px;
  }

  .toggle_side_bar.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  .toggle_side_bar.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .toggle_side_bar.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .toggle_side_bar.open span:nth-child(5) {
    left: 0px;
    top: 18px;
  }

  .toggle_side_bar.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
  }

  .menu_collapse {
    overflow: hidden;
    height: max-content;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    display: none;
    background-color: var(--white-color);
    z-index: 8;
    position: relative;
  }

  .overLay_side_menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 73 86 / 30%);
    z-index: 8;
    backdrop-filter: blur(3px);
    right: -100%;
  }

  .main .sidebar_dashboard {
    right: -100%;
    z-index: 99999;
    background-color: var(--white-color);
    isolation: isolate;
  }

  .main .sidebar_dashboard.hidden_sidebar {
    right: 0%;
  }

  .main .page_content {
    padding: 0 !important;
  }

  .main .page_content .app_bar__container .app_bar_dash {
    width: 100%;
    padding-inline: 1rem;
  }

  .main .page_content .content {
    padding-inline: 1rem;
  }

  .main .page_content .content .page_title {
    padding: 1rem;
  }

  .main .page_content .content .single_section .title_section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main .page_content .content .dates_section {
    padding: 0;
    margin: 0;
  }

  .main .buttons_head {
    margin-top: 1rem;
    flex-direction: column;
    gap: .5rem;
  }

  .main .buttons_head button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .main .number_of_seats {
    margin-top: 1rem !important;
  }

  .side_bar_overLay {
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 20%);
    width: 100%;
    z-index: -1;
    display: none;
  }
}

.error-message{
  color: #fff;
  margin-top: 10px;
}





#single-event-payment-modal .single_card_date {
  background-color: var(--main-color);
  border-radius: 25px;
  overflow: hidden;
  padding-top: 2rem;
}

#single-event-payment-modal .single_card_date h4 {
  padding-inline: 2rem;
  font-size: 2rem;
  font-family: var(--bold-font-ar);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--secondary-color);
}

#single-event-payment-modal .single_card_date h4 span {
  font-size: 1rem;
  font-family: var(--light-font-ar);
}

#single-event-payment-modal .single_card_date h5 {
  padding: 1.5rem 2rem;
  font-family: var(--light-font-ar);
  display: flex;
  flex-direction: column;
  color: var(--dark-red-color);
  font-size: 2rem;
}

#single-event-payment-modal .single_card_date h5 span {
  font-size: 1rem;
}

#single-event-payment-modal .single_card_date h6 {
  padding-inline: 2rem;
  font-size: 2rem;
  font-family: var(--light-font-ar);
  color: var(--secondary-color);
}

#single-event-payment-modal .single_card_date button {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 2rem;
  background-color: var(--green-color);
  padding-block: 1.2rem;
  font-size: 1.2rem;
  color: var(--main-color);
}

#single-event-payment-modal .single_card_date button:hover {
  background-color: var(--dark-red-color);
}
