:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  /* overflow-x: hidden; */
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Bio Sans";
  src: url("/fonts/BioSans-Regular.woff2") format("woff2"),
    url("/fonts/BioSans-Regular.woff") format("woff"),
    url("/fonts/BioSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bio Sans Light";
  src: url("/fonts/BioSans-Light.woff2") format("woff2"),
    url("/fonts/BioSans-Light.woff") format("woff"),
    url("/fonts/BioSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bio Sans SemiBold";
  src: url("/fonts/BioSans-SemiBold.woff2") format("woff2"),
    url("/fonts/BioSans-SemiBold.woff") format("woff"),
    url("/fonts/BioSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bio Sans Bold";
  src: url("/fonts/BioSans-Bold.woff2") format("woff2"),
    url("/fonts/BioSans-Bold.woff") format("woff"),
    url("/fonts/BioSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("/fonts/Acumin_Variable_Concept/Acumin-Variable-Concept.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Variable Concept Bold";
  src: url("/fonts/Acumin_Variable_Concept/Acumin-BdPro.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Pro Condensed Bold";
  src: url("/fonts/Acumin_Variable_Concept/Acumin_Pro_Condensed.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Pro Condensed Bold Italic";
  src: url("/fonts/Acumin_Variable_Concept/fonnts.com-Acumin_Pro_Condensed_Bold_Italic.otf")
    format("truetype");
}
@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("/fonts/Acumin_Variable_Concept/Acumin_Pro_Condensed.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Pro Bold";
  src: url("/fonts/acumin-pro/Acumin-BdPro.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro Condensed Light Italic";
  src: url("/fonts/acumin-pro/Acumin_Pro_Condensed_Light_Italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Acumin Pro Italic";
  src: url("/fonts/acumin-pro/Acumin-ItPro.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro Medium Italic";
  src: url("/fonts/acumin-pro/Acumin_Pro_Medium_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Acumin Pro Semibold Italic";
  src: url("/fonts/acumin-pro/acumin-pro-semibold-italic.otf")
    format("opentype");
}
@font-face {
  font-family: "Acumin Pro Bold Italic";
  src: url("/fonts/acumin-pro/Acumin-BdItPro.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Acumin Pro Regular";
  src: url("/fonts/acumin-pro/Acumin-RPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro Light";
  src: url("/fonts/acumin-pro/Acumin-Pro-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Acumin Pro Semi Bold";
  src: url("/fonts/acumin-pro/acumin-pro-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Pro SemiCondensed";
  src: url("/fonts/acumin-pro/acumin-pro-semi-condensed-light.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro SemiCondensed Medium";
  src: url("/fonts/acumin-pro/Acumin_Pro_SemiCondensed_Medium.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Acumin Pro Condensed Medium";
  src: url("/fonts/acumin-pro/AcuminProCond-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro Condensed Light";
  src: url("/fonts/acumin-pro/AcuminProCond-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro Wide";
  src: url("/fonts/acumin-pro/acumin_pro_wide.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Black";
  src: url("/fonts/avenir/Avenir_Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amoretta Dark Regular";
  src: url("/fonts/AmorettaDark/Amoretta_Dark_Italic.woff.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Amoretta Dark Regular";
  src: url("/fonts/AmorettaDark/Amoretta_Dark_Italic.woff.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "MyraidPro Regular";
  src: url("/fonts/myraid-pro.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Black";
  src: url("/fonts/poppins-black.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Blod";
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Medium";
  src: url("/fonts/poppinsmedium.ttf") format("truetype");
}
@font-face {
  font-family: "Acumin Pro Condensed SemiBold";
  src: url("/fonts/acuminprocondsemibol.ttf") format("truetype");
}
@font-face {
  font-family: "Acumin Pro Bold";
  src: url("/fonts/acumin-pro/Acumin_Pro_Bold.otf") format("truetype");
}
@font-face {
  font-family: "Acumin Pro Wide Bold";
  src: url("/fonts/acumin-pro/Acumin_Pro_Wide_Bold.otf") format("truetype");
}
@font-face {
  font-family: "Acumin Pro Medium";
  src: url("/fonts/acuminpromedium.ttf") format("truetype");
}
@font-face {
  font-family: "DIN 1451";
  src: url("/fonts/DINEngschriftStd.otf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue condensed";
  src: url("/fonts/Helvetica_Neue_Condensed_Black.ttf") format("truetype");
}
@font-face {
  font-family: "Greycliff Medium";
  src: url("/fonts/login/greycliff-cf-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Greycliff Bold";
  src: url("/fonts/login/greycliff-cf-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Greycliff Extra Bold";
  src: url("/fonts/login/GreycliffCF-ExtraBold.ttf") format("truetype");
}
.f-container {
  max-width: 1800px;
  width: 98%;
  margin: 0 auto;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/Myriad Pro Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
	font-family: 'Futura';
	src: url('/fonts/futura/futur.ttf') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura Bold';
	src: url('/fonts/futura/Futura Bold font.ttf') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura Light';
	src: url('/fonts/futura/futura light bt.ttf') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura_font/Futura-Bold.woff2") format("woff2"),
    url("/fonts/futura_font/Futura-Bold.woff") format("woff"),
    url("/fonts/futura_font/Futura-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura BdCn BT";
  src: url("/fonts/futura_font/FuturaBT-BoldCondensed.woff2") format("woff2"),
    url("/fonts/futura_font/FuturaBT-BoldCondensed.woff") format("woff"),
    url("/fonts/futura_font/FuturaBT-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura LtCn BT";
  src: url("/fonts/futura_font/FuturaBT-LightCondensed.woff2") format("woff2"),
    url("/fonts/futura_font/FuturaBT-LightCondensed.woff") format("woff"),
    url("/fonts/futura_font/FuturaBT-LightCondensed.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  color: rgb(var(--foreground-rgb));
  /* background: linear-gradient(to bottom,
			transparent,
			rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb)); */
}

.carnival_title {
  font-family: "Acumin Variable Concept";
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html {
  font-family: "Poppins", sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.min-h-100 {
  min-height: 100vh;
}

.h-100-vh {
  height: 100vh;
}

.bg-blue {
  background: #4f8cb9;
}

.bg-light-yellow {
  background: #f2edea;
}

.bg-secondary_color {
  background-color: #e35633;
}

.bg-secondary_color_hover {
  background-color: #ec8e77;
}

.text-secondary_color {
  background-color: #e35633;
}

.text-blue {
  color: #203851;
}

.text-bold {
  font-weight: bold;
}

.lang_swith a:nth-child(1) {
  margin-right: 10px;
}

.lang_swith {
  /* display: inline-block; */
  display: flex;
}

.col-9.text-right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.col-11.text-right,
.col-10.text-right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.col-12.text-right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.search_input {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
}

.menu_popup {
  z-index: 100;
  background: rgba(12, 145, 185, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu_popup.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.menu_popup ul.main_menu > li {
  display: block !important;
  font-size: 25px;
  text-align: center;
  margin: 10px 0 !important;
  color: #fff;
}

.menu_popup li a {
  color: #fff;
  text-transform: uppercase;
}

.menu_popup ul.main_menu > li > a:hover,
.menu_popup ul.main_menu > li > span.cursor-pointer:hover {
  background: #f04e48;
  padding: 5px 25px;
}

.menu_popup ul.main_menu {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 300px;
  left: 50%;
  margin-left: -150px;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

.menu_popup ul.main_menu ul.dropdown_menu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  padding: 0;
}

.menu_popup ul.main_menu li:hover ul.dropdown_menu {
  margin-top: 5px;
  margin-bottom: 10px;
  max-height: 500px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.menu_popup ul.main_menu ul.dropdown_menu li {
  font-size: 1rem;
  margin-bottom: 3px;
}

.menu_popup ul.main_menu ul.dropdown_menu li a:hover {
  background: #000;
  padding: 0px 5px;
}

.cd-primary-nav-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  vertical-align: middle;
  /* height:25px;
  max-width: 25px; */
}

.nav_div {
  max-width: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 3px; /* Default for mobile */

  /* Desktop styles (applies above 768px) */
  @media (min-width: 768px) {
    /* margin-top: 9px; */
    margin-top: 5px;
  }
}

.cd-primary-nav-trigger .nav_div.is-clicked .cd-menu-icon:before {
  top: 0;
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .nav_div.is-clicked .cd-menu-icon:after {
  top: 0;
  transform: rotate(225deg);
}

.cd-primary-nav-trigger .nav_div.is-clicked .cd-menu-icon {
  background: transparent !important;
}

.cd-primary-nav-trigger .cd-menu-icon {
  height: 3px;
  background-color: #212121;
  transition: background-color 0.3s;
  position: relative;
  border-radius: 50px;
}

.cd-primary-nav-trigger .cd-menu-icon:after,
.cd-primary-nav-trigger .cd-menu-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #212121;
  right: 0;
  transition: transform 0.3s, top 0.3s, background-color 0s;
  border-radius: 50px;
}

.cd-primary-nav-trigger .cd-menu-icon:before {
  top: -8px;
}

.cd-primary-nav-trigger .cd-menu-icon:after {
  top: 8px;
}

section#intro_section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #4a8197ba;
  z-index: 1;
}

section#intro_section {
  height: 58vh;
  overflow: hidden;
  position: relative;
  max-height: 480px;
}

section#intro_section .container {
  position: relative;
  height: 100%;
}

section#intro_section video {
  width: 100%;
  position: absolute;
  bottom: 0;
}

div#forget_password {
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}

div#login_form {
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}

.container.items-center {
  padding: 50px 15px;
}

.reg_form {
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}

.reg_form form > div {
  margin-bottom: 15px;
}

.circle_1,
.circle_2,
.circle_3,
.circle_4 {
  position: absolute;
  z-index: 3;
  opacity: 0;
}

.circle_1 img,
.circle_2 img,
.circle_3 img,
.circle_4 img {
  max-width: 100%;
  height: auto;
}

.circle_1.animated {
  bottom: 115px;
  left: 24%;
  margin: 0 auto;
  max-width: 290px;
}

.circle_2.animated {
  left: 15%;
  bottom: 11%;
  max-width: 250px;
}

.circle_3.animated {
  right: 33%;
  bottom: 3%;
  max-width: 256px;
}

.circle_4.animated {
  max-width: 265px;
  right: 44%;
  bottom: 13%;
  z-index: 2;
}

.zoomIn {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.intro_banner_logo {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 3%;
  opacity: 0;
}

.intro_banner_logo.zoomIn {
  opacity: 1;
}

.intro_text {
  position: absolute;
  z-index: 4;
  margin: 0 auto;
  right: 10%;
  top: 18vh;
  transform: translateX(100%) skewX(-30deg);
  opacity: 0;
  -webkit-transform: translateX(100%) skewX(-30deg);
  opacity: 0;
}

.intro_text.lightSpeedIn {
  -webkit-transform: translateX(0%) skewX(0deg);
  opacity: 1;
  transform: translateX(0%) skewX(0deg);
  opacity: 1;
}

.intro_text h4 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.intro_text h6 {
  font-size: 1rem;
}

.intro_text a {
  background: #f04e48;
  font-size: 1.3rem;
  border: 0;
  padding: 0px 30px;
  border-radius: 10px;
  margin-top: 30px;
  color: #fff;
  position: relative;
  right: -50%;
  text-decoration: none;
}

.animated_title {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.head-section {
  text-align: center;
  padding-bottom: 20px;
}

span.head1 {
  font-size: 30px;
  font-weight: 700;
}

span.head2 {
  font-size: 30px;
  margin-left: 7px;
  font-weight: 300;
}

p.description {
  font-size: 15px;
  line-height: 18px;
}

/* card */
.card {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

img.card-img-center {
  transition: all 1s linear;
  object-fit: cover;
  overflow: hidden;
  height: 137px;
  width: 100%;
}

img.card-img-center:hover {
  transform: scale(1.1);
}

.card-body.d-flex {
  margin-top: 13px;
  padding: 0px 10px;
  align-items: center;
  justify-content: space-between;
}

.card.rounded-0 {
  box-shadow: 2px 2px 14px -6px #c7bfbf;
  border: none;
}

p.card-text {
  font-size: 15px;
  font-weight: 700;
}

.card-body.d-flex p {
  font-size: 12px;
}

svg.bi.bi-envelope-fill,
svg.bi.bi-phone-fill {
  color: #00000070;
  margin-right: 10px;
}

.emailaddress {
  margin-left: 44px;
  align-items: baseline;
}

.phoneNo.d-flex {
  align-items: baseline;
}

button.btn.btn-transparent {
  margin-right: 16px;
  color: white;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  background-color: #f44336;
}

button.btn.btn-transparent:hover {
  background-color: #ffc107;
  color: black;
}

#dropdown-basic {
  border: 1px solid rgb(0, 0, 0) !important;
}

.event__details-area button.btn.btn-primary {
  border-radius: 4px;
  margin-right: 16px;
  background: transparent;
  color: black;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #00000030;
}

img.img-fluid.rounded-0 {
  margin: 18px 13px;
  width: 95%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s linear;
}

img.img-fluid.rounded-0:hover {
  transform: scale(1.1);
}

svg.bi.bi-geo-alt-fill {
  color: #00000070;
}

.location.d-flex {
  align-items: center;
  padding: 8px 0px;
}

p.card-text.location {
  font-size: 13px;
}

p.phone,
p.email {
  font-size: 13px;
}

h5.card-title {
  font-weight: 600;
}

button.btn.btn-primary.float-end {
  background: #fff6e8;
  font-weight: 300;
  border: none;
  border-radius: 7px;
}

.spa-title.d-flex {
  width: 100%;
  justify-content: space-between;
}

#home_cat .row_flex > div img {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 576px) {
  .distance_button_section .distance_card.card {
    left: 8px !important;
    top: 50px !important;
    width: 97% !important;
  }
  #events_page_result .swiper-button-next.swiper_nav_button.next_btn,
  #organisation_event_result .swiper-button-next.swiper_nav_button.next_btn {
    right: 10px !important;
  }
  #events_page_result .swiper-button-prev.swiper_nav_button.prev_btn,
  #organisation_event_result .swiper-button-prev.swiper_nav_button.prev_btn {
    left: 10px !important;
  }
  .distance_button_section .radio-group {
    justify-content: space-around !important;
  }
  .distance_button_section .connecting-line {
    top: 47% !important;
  }
  .distance_button_section .radio {
    z-index: 25 !important;
    line-height: 2 !important;
  }
  .range-picker-inner p.mb-0 {
    text-align: center !important;
  }
  #home_cat .row_flex {
    display: -webkit-block;
    /* Safari */
    display: block;
  }
  .event-footer .icon-list li {
    padding: 8px 15px !important;
  }
  #events_page_result .event-footer .icon-list li {
    margin-left: 0px;
  }
  .icon-list li {
    padding: 10px 18px !important;
  }
  .author-info.col-md-12 {
    margin-left: 20px;
  }
  #single_event_page .event__details-area .share_buttons {
    position: absolute;
    top: 22% !important;
  }
  #events_page_result .icon-list .share_buttons.shadow,
  #map_popup .icon-list .share_buttons.shadow {
    position: absolute;
    bottom: 71px !important;
  }
}

#home_cat .row_flex {
  height: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-grow: 1;
  /* Safari 6.1+ */
  -webkit-flex-shrink: 1;
  /* Safari 6.1+ */
  -webkit-flex-basis: 100px;
  /* Safari 6.1+ */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100px;
}

#home_cat .row_flex > div {
  flex-grow: 1;
  flex-shrink: 1;
  /* flex-basis: 100px; */
}

.card_top {
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.card_top img {
  display: initial;
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.card_bottom {
  background: #ffffff87;
  text-align: center;
  padding: 8px 0 15px;
}

.card_bottom h6 {
  min-height: 38px;
}

section#home_cat .card_main_bottom {
  padding: 15px 0;
}

section#home_cat .card_main_bottom h5 {
  padding: 8px;
  margin: 0;
  min-height: 55px;
}

div#category_card .card_main_bottom {
  background: #b4e2ed;
}

div#category_app_download .card_main_bottom {
  background: #f8c7c7;
}

div#category_card_4 .card_main_bottom {
  background: #ffffff;
}

div#category_card_3 .card_main_bottom {
  background: #bebbbc;
}

div#category_card .card_main_bottom button {
  background: #006d81;
}

div#category_app_download .card_main_bottom a {
  background: #ec2f35;
  cursor: default;
}
div#category_card_3 .card_main_bottom button {
  background: #223950;
  border: none;
}

button.cat_home_btn {
  background: #223950;
  padding: 5px 15px;
  color: #fff;
  border-radius: 25px;
  width: 110px;
  display: inline-block;
  font-size: 9.5pt;
}
div#category_card_4 .card_main_bottom a {
  background: #008fbc;
}

div#category_card_3 .card_main_bottom a {
  background: #223950;
}
/* #home_cat .row_flex>div:nth-child(1) {
	background: #0e6d83;
}

#home_cat .row_flex>div:nth-child(2) {
	background: #ee2c36;
}

#home_cat .row_flex>div:nth-child(3) {
	background: #203851;
}

#home_cat .row_flex>div:nth-child(4) {
	background: #a0c0b8;
} */

a.home_cat_button {
  width: 140px;
  display: inline-block;
  padding: 5px 0;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
}

.row.flex-fill {
  justify-content: center;
}

.row .footer {
  justify-content: center;
}

/* #home_cat .row_flex>div:nth-child(1) a.home_cat_button {
	background: #0e6d83;
}

#home_cat .row_flex>div:nth-child(2) a.home_cat_button {
	background: #ee2c36;
}

#home_cat .row_flex>div:nth-child(3) a.home_cat_button {
	background: #203851;
}

#home_cat .row_flex>div:nth-child(4) a.home_cat_button {
	background: #a0c0b8;
} */

.me-2 {
  margin-right: 1.5rem !important;
}
#category_app_download.card_main:hover img {
  transform: 0;
  -webkit-transition: 0;
  transition: 0;
  -o-transition: 0;
  transition: 0;
  transition: 0;
}
.card_main:hover img {
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bg_home_feature_one.h-100 {
  /* background: url('/feature_bg-2 .jpg'); */
  background-color: #f6fbfa;
  /* background-size: cover;
  background-position-y:-175px; */
  height: 100vh !important;
}

.bg_home_feature_one.h-100 img {
  width: 65%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  top: 25%;
  bottom: 20%;
}

.bg_home_feature_2.h-100 {
  background-color: #dde5eb;
}

.bg_home_feature_2.h-100 img,
.bg_home_feature_3.h-100 img,
.bg_home_feature_4.h-100 img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  top: 20%;
  bottom: 20%;
}

.bg_home_feature_3.h-100 {
  background-color: #d6d7de;
}

.bg_home_feature_4.h-100 {
  background-color: #f6fbfa;
}

a.get_started {
  background: #a0c0b8;
  font-size: 1.3rem;
  font-weight: bold;
  border: 0;
  padding: 0px 30px;
  border-radius: 10px;
  margin-top: 30px;
  color: #fff;
}

.download_buttons a.ios_btn {
  max-width: 30%;
  display: inline-block;
  margin-right: 50px;
}

.download_buttons a.google_btn {
  max-width: 34%;
  display: inline-block;
}

.download_buttons a img {
  max-width: 100%;
  height: auto;
}

#footer_section {
  background: url(/background_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

#footer_section small {
  color: #d2c4c7;
}

.row.social_icons.text-center a {
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin: 20px;
  border-radius: 50%;
}

.row.social_icons.text-center a:hover img {
  transition: all 1s;
  transform: rotateY(360deg);
}

.footer_top_cross img {
  margin-top: -30px;
}

.search_box .search_pop_up {
  position: relative;
  max-height: 60vh;
  overflow-y: scroll;
}

/* loading screen */
.loading-screen {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  height: auto;

  font-size: 2rem;
}

.loading-screen .dot {
  position: relative;

  width: 2rem;

  height: 2rem;

  margin: 0.8em;

  border-radius: 50%;
}

.loading-screen .dot::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: inherit;

  border-radius: inherit;

  animation: anime 2s ease-out infinite;
}

.loading-screen .dot:nth-child(1) {
  background-color: #4285f5;
}

.loading-screen .dot:nth-child(2) {
  background-color: #ea4436;
}

.loading-screen .dot:nth-child(3) {
  background-color: #fbbd06;
}

.loading-screen .dot:nth-child(4) {
  background-color: #34a952;
}

.loading-screen .dot:nth-child(5) {
  background-color: #cf9fff;
}

.loading-screen .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}

.loading-screen .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}

.loading-screen .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}

.loading-screen .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}

.loading-screen .dot:nth-child(5)::before {
  animation-delay: 1s;
}

@keyframes anime {
  50%,
  75% {
    transform: scale(2.5);
  }

  80%,
  100% {
    opacity: 0;
  }
}

div#eventdrop {
  width: 94% !important;
  height: 272px;
  margin-top: 10px;
  overflow: scroll;
}

#events_page .page_title {
  background: #f04e49;
  color: #fff;
  font-family: "Futura BdCn BT";
}

ol,
ul {
  padding-left: 0rem !important;
}

@media (max-width: 468px) {
  /* .circle_1.animated {
    bottom: 172px;
    left: 33%;
    margin: 0 auto;
    max-width: 234px;
}
.circle_2.animated {
  left: 34%;
  bottom: 9%;
  max-width: 250px;
}
.circle_3.animated {
  right: 32%;
  bottom: 3%;
  max-width: 256px;
}
.circle_4.animated {
  max-width: 265px;
  right: 35%;
  bottom: 21%;
  z-index: 2;
} */
  button.btn.btn-lg.mt-3.text-white {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  button.btn.text-white.footer-btn {
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (min-width: 300px) and (max-width: 468px) {
  button.btn.text-white.footer-btn {
    margin-left: -20px;
    /* padding: 10px 6px; */
    /* font-size: 13px; */
  }
}

@media (max-width: 468px) and (min-width: 768px) {
  button.btn.text-white.footer-btn {
    margin-left: -10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  button.btn.text-white.footer-btn {
    background-color: #bfe4da;
    padding: 6px 4px;
    margin-left: -20px;
  }
}

/* custom Checkbox */
.custom_checkbox label {
  position: relative;
}

.custom_checkbox label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  left: 0;
  margin: 0;
  z-index: 1;
}

.custom_checkbox label .check_span {
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #233951;
  border-radius: 7px;
  cursor: pointer;
}

.custom_checkbox label input[type="checkbox"]:checked ~ .check_span {
  background-color: #233851;
  border-color: #233851;
  color: #fff;
}

.custom_checkbox label .check_span:after {
  content: url(/icons/cat_check-icon.png);
  display: none;
  margin-left: 3px;
  margin-top: -2px;
}

.custom_checkbox label input[type="checkbox"]:checked + .check_span::after {
  display: block;
}

/* rajani css */

.account-page {
  width: 100%;
}

.use-setting {
  padding: 8px;
}

.login-information {
  background: #ef4f48;
  /* height: 85vh; */
  height: auto;
}

li.list-item-details {
  list-style: none;
  line-height: 37px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

li.list-item-details:hover {
  color: black;
}

.use-setting h6 {
  border-bottom: 1px solid white;
  display: block;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
}

.logout {
  padding: 18px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px !important;
}

span.badge.bg-success.text-light.p-2 {
  font-size: 15px;
  font-weight: 700;
}

span.badge.bg-danger.text-light.p-2 {
  font-size: 15px;
  font-weight: 700;
}

span.badge.bg-light.text-dark.p-2 {
  font-size: 15px;
  font-weight: 700;
}

button.btn.btn-light.text-dark {
  font-size: 15px;
  font-weight: 700;
}

.user-details {
  padding: 18px;
}

.media-icons a {
  font-size: 30px;
  color: black;
  margin-right: 4px;
}

.media-icons svg {
  border: 1px solid white;
  padding: 3px;
  border-radius: 20px;
  background: white;
}

a.float-end.cross_event {
  color: white;
  font-size: 30px;
  margin-top: -6px;
  margin-right: 21px;
}

.text-light.float-end {
  font-size: 10px;
}

.cross-section.bg-secondary {
  padding: 10px 0px 10px 0px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  background: #0a1522 !important;
}

.float-end > img {
  width: 35px;
  height: 50px;
}

.cross-section.bg-secondary.account {
  flex-direction: row-reverse;
  padding: 10px;
}

.cross-event.bg-secondary.event {
  padding: 15px 0px !important;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  background: #0a1522 !important;
}

.white_space_background.p-3.d-flex.justify-content-center {
  width: 81%;
}

.user-image.d-flex {
  padding: 5px 13px;
  height: 10vh;
}

label.name_image,
.email,
.password,
.organization,
.mobile_contact {
  font-size: 11px;
  color: white;
  font-weight: 600;
}

.main-section {
  background: #0091be;
  border-radius: 0px 0px 10px 10px;
}

button.btn.btn-light {
  border-radius: 4px;
  padding: 3px 4px;
  font-weight: 500;
}

.main-header img {
  background-image: radial-gradient(#213751, #4c2836, #213751);
  background: rgb(33, 55, 81);
  background: linear-gradient(
    90deg,
    rgba(33, 55, 81, 1) 0%,
    rgba(76, 40, 54, 1) 18%,
    rgba(33, 55, 81, 1) 70%
  );
  width: 100%;
  height: 20vh;
}

.main-header {
  position: relative;
}

h1.my_account {
  position: absolute;
  bottom: 0px;
  font-weight: 100;
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

.user-image.d-flex img {
  margin-top: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  /* border: 2px solid black; */
  padding: 5px;
  background: #0091be;
}

.h-100.align-item-center h4.mb-0 {
  font-size: 11pt;
  font-weight: 900;
}

@media (max-width: 1028px) {
  .is-open.card.distance_card.card.shadow {
    display: contents;
  }

  div#range-picker-body {
    padding: 0px 0px 0px 0px !important;
  }

  #filtersearchbtns .radio {
    font-size: 11px;
    width: 40px !important;
    padding: 5px 0px;
    height: 40px !important;
  }

  .range-picker-inner p.mb-0 {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .h-100.align-item-center h4.mb-0 {
    font-size: 11pt !important;
    font-weight: 900;
    text-align: initial;
    margin-left: 17px !important;
  }
}

.event_group_logo.d-flex img {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}

.event_group_logo.d-flex {
  align-items: center;
}

.user-name {
  margin-left: 20px;
  /* margin-top: 10px; */
}

.user-name h6 {
  color: white;
  font-weight: 900;
  font-size: 20px;
}

.eventGroup-image img {
  border-radius: 15px;
}

.eventGroup-card-body.d-flex {
  /* border: 2px solid red; */
  padding: 20px;
}

.eventGroup-buttonsGroup {
  display: flex;
}

.main-section_add_events {
  background: #f1f1f1;
  border-radius: 0px 0px 10px 10px;
}

.start_event.d-flex {
  align-items: baseline;
}

input[type="checkbox"] {
  margin-left: 29px;
}

.add_event_main_form {
  line-height: 12px;
}

ul.event_list_groups li.list_item1 {
  list-style: none;
}

ul.event_list_groups li.list_item1 img.me-2 {
  width: 25px;
}

a.btn.btn-transparent.fw-bolder {
  font-size: 14px;
  color: #006a82;
}

.card.card-body.bg-transparent.border-0 {
  width: 90%;
  margin-left: 40px;
}

img.social-media-cls {
  width: 40px;
  height: 40px;
}

.media-icons {
  text-align: center;
}

img.logout-btn {
  width: 20px;
  height: 20px;
}

a.btn.btn-secondary.map-button {
  position: relative;
  right: 54px;
  top: -100px;
}

.map-div {
  width: 350px;
  margin-left: auto;
}

.border-bottom-event {
  padding-top: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #fff;
}

.btn-xs {
  padding: 1px 3px;
  font-size: 12px;
}

.font-11 {
  font-size: 11px;
}

h6.eventGroup-card-title {
  font-size: 16pt;
}

.img-event-thumbnail {
  width: 100%;
}
.img-event-thumbnail1 {
  width: 100%;
}

.user.rounded-2.w-60.m-2 {
  width: 71% !important;
}

.row.action-div {
  position: relative;
  top: 90px;
}

/* search bar */
div#eventdropbar.is-active-search-bar {
  display: block;
}

#filtersearchbtns li.list-group-item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

div#eventdropbar {
  display: none;
}

header .dropdown-toggle::after {
  display: none !important;
}

div#collapseExample1 {
  max-height: 30vh;
  overflow: scroll;
}

.tick {
  display: block;
  position: relative;
  font-size: 12pt;
  cursor: pointer;
  /* font-size: 0.9rem; */
  margin: 0;
}

.tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #233851;
  border-radius: 3px;
}

.tick:hover input ~ .check {
  background-color: #f3f3f3;
}

.tick input:checked ~ .check {
  background-color: #233851;
  border-color: #233851;
  color: #fff;
}

.check:after {
  content: url("/icons/cat_check-icon.png");
  display: none;
  margin-left: 2px;
  margin-top: -4px;
}

.tick input:checked ~ .check:after {
  display: block;
}

.start_event.d-flex p {
  /* margin-top: -6px; */
  margin-right: 10px;
  font-weight: 700;
  color: #006a82;
}

.react-datepicker-wrapper {
  margin: 7px;
}

.form-select {
  --bs-form-select-bg-img: none !important;
  display: block;
  width: 100%;
  color: #006a82;
  background-color: transparent;
  font-weight: 100 !important;
  margin-top: 6px !important;
  padding: 5px 20px !important;
}

button.badge.badge-danger.bg-success.p-2.rounded-1.m-1.float-right {
  background: #39b54a !important;
  border: none;
}

.imageupload {
  text-align: center;
  min-height: 20vh;
}

.custom-radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 11px;
  color: #006a82;
}

.list_item-event_checkbox {
  color: #006a82;
  font-size: 13px;
  width: 20%;
  font-weight: 700;
}

input.ms-2.bg-light.p-1.text-dark.w-50 {
  border: 1px solid #006a82;
  border-radius: 5px;
}

span#checked {
  position: absolute;
  top: -12px;
  left: 13px;
}

div#collapseExample2 {
  text-align: -webkit-center;
}

.d-block button.btn.btn-primary {
  border-radius: 4px;
  margin-right: 16px;
  background: white;
  color: #006a82;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #00000030;
}

.custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#add_event_form .react-datepicker-wrapper {
  margin: 0;
}

.event-add-form input.form-control.error,
.event-add-form textarea.form-control.error {
  border: red 1px solid;
}

.event-add-form div#cost_section.error {
  border: red 1px solid;
}

div#contact_information.error,
div#reservation_required.error,
.event-add-form select.form-control.error {
  border: 1px red solid;
}

.event-add-form .p-5.card-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x) !important;
}

.event-add-form .input-group.error {
  border: 1px solid red;
  border-radius: 5px;
}

div#account_setting button.btn.btn-info.text-white.btnEdit {
  background: #f5ecea;
  color: #0a1522 !important;
  font-size: 10pt !important;
  border: none;
  /* width: 75px; */
  width: auto;
  font-weight: bold;
  margin-bottom: 15px;
}

div#account_setting .user-account-details {
  margin: 30px;
  margin-top: 5px;
}

div#account_setting .user-account-details label {
  font-size: 11pt;
  font-weight: 600;
  color: #0a1522;
}

div#account_setting .user-account-details.view_mode p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13pt;
}

div#account_setting hr {
  color: #fff;
  opacity: 1;
}

div#account_setting .delete-section button.btn.btn-primary {
  border: 2px solid red;
  background-color: white;
  font-size: 14px;
  /* width: 140px; */
  width: auto;
}

div#account_setting .delete-section h6 {
  color: #0a1522;
  text-transform: uppercase;
  font-size: 0.8rem;
}

div#account_setting .user-account-details.view_mode .delete-section p {
  font-size: 10pt;
  font-style: italic;
  color: #fff;
}

.account-page-top-header {
  background: #0a1521 !important;
}

/* Topheader */
.account-page-top-header.card-header.bg-dark.text-white {
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px;
}

div#cost_section .card-body > .row {
  max-width: 85%;
  margin: 0 auto;
}

div#cost_section .card-body .row input[type="radio"] {
  box-sizing: border-box;
  appearance: none;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #233951;
  border-radius: 7px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4px;
}

div#cost_section .card-body .row input[type="radio"]:checked {
  background-color: #233951;
  position: relative;
}

div#cost_section .card-body .row input[type="radio"]:checked:after {
  content: url(/icons/cat_check-icon.png);
  margin-left: 4px;
  position: absolute;
  top: -2px;
}

div#reservation_required .accordion-body > .row {
  max-width: 88%;
  margin: 0 auto;
}

div#reservation_required .accordion-body > .row input[type="radio"] {
  box-sizing: border-box;
  appearance: none;
  height: 23px;
  width: 23px;
  /* background-color: #cbc4c4; */
  border: 2px solid #233951;
  border-radius: 7px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4px;
}

div#reservation_required .accordion-body input[type="radio"]:checked {
  background-color: #233951;
  position: relative;
}

div#reservation_required .accordion-body input[type="radio"]:checked:after {
  content: url(/icons/cat_check-icon.png);
  margin-left: 4px;
  position: absolute;
  top: -2px;
}

div#contact_information .card-body > .row {
  max-width: 88%;
  margin: 0 auto;
}

.event-add-form input,
.event-add-form textarea,
.event-add-form select {
  color: #006a82;
}

.event-add-form label.custom-checkbox {
  color: #006a82;
  font-weight: bold;
}

.user-account-details .btn-block {
  width: 100%;
}

.user-account-details .padding-20 {
  padding-left: 0px;
  padding-top: 20px;
}

.user-account-details .font-14 {
  font-size: 14pt;
}

.user-account-details .btn-custom {
  background-color: #286b83 !important;
  border: 1px solid #286b83 !important;
  color: #fff !important;
}

.btn-danger-custom {
  background-color: #ed4f47 !important;
  border: 1px solid #ed4f47 !important;
  color: #fff !important;
}

.btn-danger-custom:hover {
  background-color: #ed4f47 !important;
  border: 1px solid #ed4f47 !important;
  color: #fff !important;
}

.btn-success-custom {
  background-color: #429346 !important;
  border: 1px solid #429346 !important;
  color: #fff !important;
}

.btn-success-custom:hover {
  background-color: #429346 !important;
  border: 1px solid #429346 !important;
  color: #fff !important;
}
.align-item-bottom .btn {
  font-size: 12px;
}
.user-account-details .align-item-bottom {
  position: relative;
  width: 100%;
  top: 0%;
}

.eventGroup-card-header {
  position: relative;
  margin-top: 15%;
}

.padding-left-20 {
  margin-left: 20px;
}

.cancel-popup-modal .modal-content {
  border: 2px solid red !important;
  border-radius: 20px;
  background-color: #fff !important;
}

/* .eventGroup-image img {
	border-radius: 15px;
	height: 290px;
} */

img.esc-btn {
  cursor: pointer;
  width: 30px;
  height: auto;
}

.detail-page .user-account-details {
  padding-top: 30px;
}

/* / ***********  Account css ************/

.account-page {
  width: 100%;
}

.use-setting {
  padding: 8px;
}

.login-information {
  background: #ef4f48;
  /* height: 85vh; */
  height: auto;
}

.user.rounded-2 {
  height: 80vh;
  /* background: deepskyblue; */
}

img.add_image {
  margin-right: 15px;
}

.use-setting h6 {
  border-bottom: 1px solid white;
  display: block;
  color: white;
  padding: 8px;
}

.logout {
  padding: 18px;
  color: white;
}

.user-details {
  padding: 18px;
}

.media-icons a {
  font-size: 30px;
  color: black;
  margin-right: 4px;
}

.media-icons svg {
  border: 1px solid white;
  padding: 3px;
  border-radius: 20px;
  background: white;
}

/* a.float-end.cross {
  color: white;
  font-size: 30px;
  margin-top: -23px;
  margin-right: 10px;
} */

.text-light.float-end {
  font-size: 10px;
}

.cross-section.bg-secondary.py-4 {
  border-radius: 10px 10px 0px 0px;
  background: #0a1522 !important;
}

.user-image.d-flex {
  padding: 5px 13px;
  height: 10vh;
}

.container.user-header {
  padding: 10px 40px 40px 40px;
}

button.btn.btn-light {
  border-radius: 4px;
  padding: 3px 18px;
  font-weight: 500;
}

.main-header img {
  background-image: radial-gradient(#213751, #4c2836, #213751);
  background: rgb(33, 55, 81);
  background: linear-gradient(
    90deg,
    rgba(33, 55, 81, 1) 0%,
    rgba(76, 40, 54, 1) 18%,
    rgba(33, 55, 81, 1) 70%
  );
  width: 100%;
  height: 20vh;
}

.main-header {
  position: relative;
}

h1.my_account {
  position: absolute;
  bottom: 0px;
  font-weight: 100;
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

.user-image.d-flex img {
  margin-top: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  /* border: 2px solid black; */
  padding: 5px;
  background: #0091be;
}

@media (max-width: 1028px) {
  .is-open.card.distance_card.card.shadow {
    display: contents;
  }

  div#range-picker-body {
    padding: 0px 0px 0px 0px !important;
  }

  #filtersearchbtns .radio {
    font-size: 11px;
    width: 40px !important;
    padding: 5px 0px;
    height: 40px !important;
  }

  .range-picker-inner p.mb-0 {
    text-align: center;
  }
}

/* side navbar */
.sidebar {
  background-color: #333;
  color: white;
  /* width: 250px; */
  height: 100%;
  /* position: fixed; */
  /* top: 0; */
  /* left: -250px; */
  overflow-x: hidden;
  transition: 0.5s;
}

.sidebar.show {
  left: 0;
}

.toggle-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}

nav {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 10px;
}

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
  .sidebar {
    left: -250px;
  }

  .sidebar.show {
    left: -250px;
  }
}

.app {
  display: flex;
}

.content {
  flex: 1;
  padding: 20px;
}

img.social-media-cls {
  width: 40px;
  height: 40px;
}

.media-icons {
  text-align: center;
}

img.logout-btn {
  width: 20px;
  height: 20px;
}

/* .esc-title{
  font-size: 11px;
  text-align: left;
  margin-bottom: 0px;
} */
.br-10 {
  border-radius: 10px;
}

.account-card-body {
  padding: 0px !important;
  background: #0091be;
}

.user-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}

/* .user-account-details {
  margin: 30px;
} */
.user-account-details .text-white {
  margin-bottom: 0px;
}

.account-page.loading_state .user-name {
  height: 30px;
  width: 100px;
  /* background: red; */
}

.user-account-details label {
  font-size: 16px;
}

.col-md-12.text-right.right {
  text-align: right;
}

.view_mode .form-control {
  border: none;
  background: transparent;
  color: #fff;
  padding-left: 0px;
}

.hidden {
  display: none;
}

img.img-camera {
  width: 35px !important;
  height: 35px !important;
  position: absolute;
  background: #0092be !important;
  top: 65px;
  left: 73px;
  cursor: pointer;
}

p.user-info-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 11pt;
  margin-top: 11px;
  padding-left: 0px;
}

progress {
  vertical-align: baseline;
  width: 100%;
  height: 13px;
  color: green;
  background: green;
  border-radius: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div#password_field span#show_password {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 38px;
  cursor: pointer;
}

input#input-password {
  border-radius: 5px 0 0 5px;
}

ul#autosugession_map {
  position: absolute;
  width: 95%;
  z-index: 99;
}

.btn-danger-disabled {
  background-color: #ed4f47;
  border: 1px solid #ed4f47;
  color: #fff;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.btn-success-disabled {
  background-color: #429346;
  border: 1px solid #429346;
  color: #fff;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

input#postalCode::placeholder {
  color: #fff;
}

li.share_section {
  cursor: pointer;
}

.event__details-area {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  z-index: 1000;
}
.event__details-area1 {
  background: #fff;
  position: relative; /* Required for the pseudo-element */
  padding-top: 30px; /* Add extra padding at the top */
  overflow: "hidden";
}

.btn-delete {
  background-color: #ed4e48;
  border: 1px solid #ed4e48;
  cursor: pointer;
  color: #fff;
}

.btn-delete:hover {
  background-color: #ed4e48;
  border: 1px solid #ed4e48;
  cursor: pointer;
  color: #fff;
}

.btn-cancel {
  background-color: #296d83;
  border: 1px solid #296d83;
  cursor: pointer;
  color: #fff;
}

.btn-cancel:hover {
  background-color: #296d83;
  border: 1px solid #296d83;
  cursor: pointer;
  color: #fff;
}

.no-padding.custom-model-content.modal-body {
  padding-right: 0px;
  background: transparent;
}

.modal .modal-content {
  background: transparent;
  border: none;
}

/* .modal-content {
  background: transparent;
  text-align: center;
  border: none;
} */
.fade.modal-backdrop.show {
  background: #1690bd;
  opacity: 0.5 !important;
}

.no-padding {
  padding: 0px !important;
}

/* .modal-content {
  border: none !important;
  background-color: transparent !important;
} */
.seprator-1 {
  border-bottom: 1px solid #cecece;
  margin-top: -4px;
  margin-bottom: 6px;
}
.seprator-single-event {
  border-bottom: 1px solid #cecece;
  margin-top: -4px;
  margin-bottom: 23px;
}
.seprator-single-event1 {
  border-bottom: 1px solid #cecece;
  padding-top: 23px;
}

.seprator-2 {
  border-bottom: 1px solid #cecece;
  /* margin-top: -15px; */
  margin-bottom: 0px;
}

/* img.author-image.rounded-5 {
  width: 110px;
  height: 47px;
  margin-top: -9px;
} */
img.bottom-stats-distance {
  width: 30px;
  height: auto;
}

.font-12 {
  font-size: 12px;
}

.font-15 strong {
  color: #9f9eab;
}

.category-bg-1 {
  background-color: #fff;
}

.heart-icon.text-end {
  margin-top: -10px;
}

.card.bg-1 {
  background: #f7f6f4;
  border: none;
}

.icon-list {
  /* list-style: none;
    padding: 0;
    position: relative;
    top: 20px; */
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-list li {
  /* align-items: center;
    padding: 6px;
    display: inline-flex; */
  display: flex;
  align-items: center;
  padding: 10px 18px;
  margin-right: 15px;
}

p.banner-bottom {
  padding-top: 15px;
  text-align: center;
}

.icon-list li i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.event-card {
  overflow: visible;
}

.icon-list li .fas {
  color: #007bff;
}

.going_section img.bottom-stats-going,
.like_section img.bottom-stats-likes {
  width: 25px;
  height: auto;
}

.view_section img.bottom-stats-views {
  width: 35px;
  height: auto;
}

#single_event_action li span.text,
.event__details-area .share_section span.text {
  font-weight: 600;
  font-size: 12pt;
  font-family: "Bio Sans";
}
#single_event_action.icon-list li {
  padding: 7px 0;
}
.event__details-area .view_section span.text,
.event__details-area .share_section span.text {
  color: #ed4d46;
  font-family: "Bio Sans";
}

.event__details-area .like_section span.text {
  color: #3893bc;
  font-family: "Bio Sans";
}

.event__details-area .going_section span.text {
  font-weight: 400;
  font-size: 20px;
  font-family: "Bio Sans";
}

.event__details-area .distance_section span.text {
  font-weight: 400;
  font-size: 20px;
  font-family: "Bio Sans";
}

.border-radius-10 {
  border-radius: 10px;
}

.font-10 {
  font-size: 10px;
}

/* a.view_map_btn {
  right: -42%;
  padding: 5px 10px;
  background: #0b6c81;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  font-size: 10pt;
  text-align: center;
  position: relative;
  top: -53px;
  text-decoration: none;
} */
button.view_map_btn {
  /* position: absolute; */
  right: -42%;
  /* bottom: 15px; */
  padding: 5px 10px;
  background: #0b6c81;
  color: #fff;
  font-weight: 400;
  font-family: "Bio Sans";
  border-radius: 50px;
  font-size: 10pt;
  text-align: center;
  position: relative;
  top: -53px;
  text-decoration: none;
  border: none;
}

.padding-10 {
  padding: 10px;
}

.about-event {
  font-size: 22px;
  font-family: "Bio Sans";
}

.event-info-table {
  table-layout: fixed;
}

.event-info-table > tbody > tr > th {
  color: #3792be;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Bio Sans";
  font-weight: 600;
}

.event-thumbnail {
  border-radius: 15px 0px 0px 15px;
}
.event-thumbnail1 {
  border-radius: 15px 0px 13px 15px;
}

img.img-fluid.img-cat-single {
  width: 40px;
  height: auto;
}

button#dropdown-basic {
  background: transparent;
}

@media (max-width: 576px) {
  .icon-list {
    display: block !important;
  }
}

.event-title {
  color: #233951;
  font-size: 16px !important;
}
.event-title-single {
  color: #233951;
  font-size: 21px !important;
  font-family: "Bio Sans Bold";
  font-weight: 700;
}

.down-arrow-image {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  transform: rotate(90deg);
}

.col-md-6.secondry_card a.btn.btn-question {
  background: #203850;
  box-shadow: 6px 6px 18px -3px rgba(32, 56, 80, 0.47);
  -webkit-box-shadow: 6px 6px 18px -3px rgba(32, 56, 80, 0.47);
  -moz-box-shadow: 6px 6px 18px -3px rgba(32, 56, 80, 0.47);
  color: #fff;
  width: 100%;
  font-size: 13px;
  padding: 7px;
}
img.btn-icon-going {
  width: 16px;
  height: 18px;
  margin-left: 5px;
  margin-top: -4px;
}
img.btn-icon-question {
  width: 11px;
  height: 17px;
  margin-left: 5px;
  margin-top: -3px;
}

.col-md-6.secondry_card a.btn.btn-going {
  background: #0b6c81;
  box-shadow: 6px 6px 18px -3px rgba(11, 108, 129, 0.47);
  -webkit-box-shadow: 6px 6px 18px -3px rgba(11, 108, 129, 0.47);
  -moz-box-shadow: 6px 6px 18px -3px rgba(11, 108, 129, 0.47);
  color: #fff;
  width: 100%;
  font-size: 13px;
  padding: 7px;
}

.col-md-12.secondry_card a.btn.btn-comment {
  background: #ee4d47;
  box-shadow: 6px 6px 18px -3px rgba(238, 77, 71, 0.47);
  -webkit-box-shadow: 6px 6px 18px -3px rgba(238, 77, 71, 0.47);
  color: #fff;
  width: 100%;
  -moz-box-shadow: 6px 6px 18px -3px rgba(238, 77, 71, 0.47);
}

.col-md-2.secondry_card a img {
  max-width: 25px;
  height: 28px;
  margin-left: 10px;
}

.pd-20 {
  /* padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; */
  padding: 20px 40px 20px 40px !important;
}

.font-16 {
  font-size: 16px;
}

.text-red {
  color: #c86650;
}

.text-justify {
  text-align: justify;
}

a.btn.btn-info.btn-md.view_map_btn_single {
  background: #2e384f;
  color: #fff;
  /* font-weight: bold; */
  font-size: 10pt;
  text-align: center;
  border: none;
}

.heart-icon span {
  cursor: pointer;
}

img.read_less_icons.down-arrow {
  transform: rotate(90deg);
}

/* single event page */
div#description_toggle.short_des {
  min-height: 340px !important;
  overflow: hidden;
  transition: all 0.5s linear;
}

div#description_toggle.short_des span {
  opacity: 1;
  transition: all 0.5s linear;
}

div#description_toggle span {
  opacity: 1;
  transition: all 0.5s linear;
}

div#description_toggle,
div#description_toggle span {
  transition: all 0.5s linear;
}

.gm-style .gm-style-iw-c {
  top: -37px !important;
}

.gm-style .gm-style-iw-tc {
  top: -37px !important;
}

.back_btn_single_event.btn-default {
  background: none !important;
  border: none;
}

.back_btn_single_event:hover svg {
  position: relative;
  left: -10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back_btn_single_event:hover svg {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.font-15 {
  font-size: 15px;
}

.text-cyan {
  color: #3792c0;
}

.text-blue-cyan {
  color: #2a6e82;
}

.font-20 {
  font-size: 20px;
}

.fw-500 {
  font-weight: 500;
}

.text-cyan-blue {
  color: #253951 !important;
}

.event-info-table > tbody > tr > td {
  text-align: left;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 400;
  padding-top: 5px;
  font-family: "Bio Sans";
}

.btn-blue {
  color: #fff !important;
  background-color: #0091be !important;
  border-color: #0091be !important;
  font-weight: bold !important;
}
.btn-red {
  color: #fff !important;
  background-color: #c86650 !important;
  border-color: #c86650 !important;
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus,
.btn-red.active {
  background: #c86650 !important;
  color: #ffffff !important;
  border-color: #c86650 !important;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue.active {
  background: #0091be;
  color: #ffffff;
  border-color: #0091be;
}

img.read_less_icons.up-arrow {
  transform: rotate(-90deg);
}

#single_event_page {
  font-family: "Bio Sans" !important;
}

.btn_question {
  background-color: #ed4f49 !important;
  border: #ed4f49 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bio Sans";
}
.menu_popup li a {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
.mapinfo-window .map-event-title {
  font-size: 18px;
  text-align: center !important;
}

.mapinfo-window .map-event-sub-title {
  font-size: 15px;
  color: #608fba;
  font-weight: 500;
  text-align: center;
  font-family: "Bio Sans";
}
/* single event page */

.icon img.marker-icon-search {
  width: 28px !important;
  height: 30px !important;
  margin-top: -18px !important;
}
.is-active .card-body {
  padding: 0px !important;
}
/* Safari 7.1+ */
.filter-by-postal-code {
  background: #9fc0ba;
}
@supports (-webkit-appearance: none) {
  :root {
    #events_page_result .card.event-card .col-md-3 {
      aspect-ratio: auto;
    }
    #events_page_result div[id^="description_toggle_"].short_des,
    #map_popup div[id^="description_toggle_"].short_des {
      height: 104px !important;
    }
  }
}
.btn-block {
  width: 100%;
}
.btn-bluish-cyan {
  background-color: #368fbe !important;
  border: #368fbe !important;
  color: #fff !important;
}
.btn-bluish-cyan:hover {
  background-color: #368fbe !important;
  border: #368fbe !important;
  color: #fff !important;
}

.text-red {
  color: #c86650 !important;
}

#single_event_page .event__details-area .share_buttons {
  position: absolute;
  top: 45px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  right: 0;
}
#single_event_page .event__details-area .share_buttons button {
  margin: 0 5px;
}
#single_event_page .event__details-area .share_buttons button:hover svg {
  transition: all 1s;
  transform: rotateY(360deg);
}

#local-events-search {
  background: url(/banner/local-events-search.png) #508bb9;
  height: 800px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#local-events-search input {
  background-color: #fff !important;
  border: 0;
  color: #000 !important;
  padding: 8px 40px;
  padding-left: 40px;
  font-size: 12pt;
  border-radius: 5px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 15px;
  width: 100%;
}

.loc_search_wrapper.boxshodow img.searchicon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.loc_search_wrapper.boxshodow {
  position: relative;
}

.loc_search_wrapper.boxshodow span.clear_icon img {
  position: absolute;
  top: 13px;
  filter: invert(100%);
  right: 10px;
}
/* .manual-search-input-box-shadow{
	box-shadow: 0px 1px 7px 1px #233951 !important;
} */
button.search_local_button {
  padding: 5px 10px;
  border: none;
  background: #f04e49;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  /* box-shadow: 0px 1px 7px 1px #233951 !important; */
}
#local-events-search div#eventdrop {
  width: 100% !important;
}
#local-events-search .card-body {
  padding: 0px;
}
#local-events-search li.list-group-item {
  border-radius: 0px;
}
#local-events-search img.marker-icon-search {
  margin-top: 0px !important;
  margin-right: 10px;
  margin-left: -9px;
}
/* #local-events-search .is-active {
    display: none;
} */

#local-events-search div#eventdrop {
  display: none;
}
#local-events-search div#eventdrop.is-active {
  display: block;
}
.mt-15 {
  margin-top: 17%;
}
.mt-30 {
  margin-top: 30%;
}
#ask_question_popup > .modal-content {
  background: #fff;
}

.user-details li.list-item-details > a {
  color: #fff;
}
.logout > p > a {
  color: #fff;
}
/* rajani css */
/* @media(max-width:767px){
	.on-mobile-view{
		display: block;
	}
	.on-desktop-view{
		display: none;
	}
	button.border-0.bg-transparent.text-dark.text-bold.btn.btn-primary {
		position: absolute;
		top: 16% !important;
		left: 96% !important;
		font-family: "Bio Sans" !important;
	}
	.col-md-3.mt-4.pt-5.custom-width{
		position: relative;
	}
}
@media(min-width:767px){
	.on-mobile-view{
		display: none;
	}
	.on-desktop-view{
		display: none;
	}

}
@media(max-width:375px){
	button.border-0.bg-transparent.text-dark.text-bold.btn.btn-primary {
		position: absolute;
		left: 92% !important;
		top: 13%!important;
		font-family: "Bio Sans" !important;
	}
	.col-md-3.mt-4.pt-5.custom-width{
		position: relative;
	}

}
@media(max-width:425px){
	button.border-0.bg-transparent.text-dark.text-bold.btn.btn-primary {
		position: absolute;
    left: 97% !important;
    top: 13.5% !important;
		font-family: "Bio Sans" !important;
	}
	.col-md-3.mt-4.pt-5.custom-width{
		position: relative;
	}
}
button.border-0.bg-transparent.text-dark.text-bold.btn.btn-primary {
	font-family: "Bio Sans" !important;
} */
@media (min-width: 300px) and (max-width: 767px) {
  .filter-menu {
    display: none;
  }
  .filter-menu-1 {
    display: block !important;
  }

  /* #events_page_result .col-md-9.custom-width{
		width: 100% !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	  } */

  .row.search_top_section {
    text-align: center;
  }
  #events_page_result .text-right,
  #map_popup .text-right {
    text-align: center !important;
  }
  .sort_order_view.boxshodow.text-center {
    margin-right: 20px;
  }
}
button.text-white.text-bold.float-start.btn.btn-primary {
  background: #0b6c81;
  padding: 0px 20px;
  margin-left: 10px;
  letter-spacing: 1px;
}
img.map-location-marker.img-fluid {
  background-position: center;
  background-size: cover;
  width: 100%;
}
#events_page_result .map_section {
  padding-left: 15px !important;
}
.offcanvas-body .title.mb-2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.offcanvas-body button#reset_button {
  font-size: 9pt;
  margin-left: 6px;
  font-weight: 700;
  color: #333;
  background-color: #bde1d5 !important;
  border-color: #bde1d5 !important;
}
.offcanvas-body span.check {
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #233951;
  border-radius: 7px;
}
.offcanvas-body label.tick {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.9rem;
  margin: 0;
}
.offcanvas-body .check:after {
  content: url(/icons/cat_check-icon.png);
  display: none;
  margin-left: 3px;
  margin-top: -2px;
}
.offcanvas-body .tick input:checked ~ span.check-cost {
  background-color: #0091bf;
  border-color: #0091bf;
  color: #fff;
}
.offcanvas-body span.check-cost {
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #0091bf;
  border-radius: 7px;
}
.offcanvas-body span.check-cost:after {
  content: url(/icons/cat_check-icon.png);
  display: none;
  margin-left: 3px;
  margin-top: -2px;
}
.offcanvas-body .tick input:checked ~ .check-cost:after {
  display: block;
}

@media (min-width: 767px) {
  .sort-filter {
    display: none !important;
  }
}
#questionCard .card-title > a {
  color: #333;
}
#ask_your_question button.accordion-button {
  background: #fff;
  color: #1a1e29;
}
#ask_your_question .accordion-button::after {
  filter: invert(1);
}
.right-check img {
  margin-top: -5px;
}
img.author-image.rounded-5 {
  margin-left: 20px !important;
  margin-top: 6px !important;
  width: 55px !important;
  height: 55px !important;
}
img.img-cat-single {
  width: 40px;
}
.eventx-label-marker-position {
  bottom: 38px;
  left: 0;
  position: relative;
}
.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#sidebar-sticky {
  flex: 0 0 auto;
  width: 25%;
  position: sticky;
  top: 100px;
  overflow-y: auto;
  max-height: 90vh;
  max-height: calc(100vh - 0px);
}

.single-event-full-event {
  background: url("/banner/full-event.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 280px;
  height: 280px;
  background-size: contain;
  top: -48px;
  right: -35px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.single-event-full-event .full-event-text {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  transform: rotate(45deg);
  /* margin-left: -9px;
    margin-top: 10px; */
  margin-left: -31px;
  margin-top: 28px;
}
.event_top_section {
  position: relative;
}
.btn {
  font-size: 12px;
}
.single-event-cancel-event {
  background: url("/banner/cancel-event.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 280px;
  height: 280px;
  background-size: contain;
  top: -48px;
  right: -35px;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.single-event-cancel-event .cancel-event-text {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: -31px;
  margin-top: 28px;
}
.register-popup-modal .modal-content {
  background: #5e8cb8;
  border-radius: 20px;
}
.btn-white {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  padding: 5px 25px !important;
}
.map_expand_image_icon {
  position: absolute;
  right: 37.5%;
  height: 37px;
  top: 98px;
  z-index: 0;
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .map_expand_image_icon {
    right: 37.5%;
    height: 37px;
    top: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .map_expand_image_icon {
    right: 37%;
    height: 37px;
    top: 91px;
  }
}
.popup-logo {
  width: 100px;
}
.cancel-popup-modal .btn-light {
  padding: 9px 20px !important;
  border-radius: 6px !important;
}
.cover-banner {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/banner/eventx.png");
}
img.img-sitelogo {
  height: auto;
  /* position: absolute; */
  /* top: 0px; */
  /* margin-left: -10px; */
}

#organisation_event_result .expand-image_cursor-pointer-event {
  left: 44% !important;
}
/* // cookies section */
/* div#cookies-section:before {
    content: '';
    position: fixed;
    width: 100%;
    background: #f04e4999;
    height: 100%;
    top: 0;
    left: 0;
	cursor: no-drop;
} */

div#cookies-section > .row {
  position: relative;
  z-index: 2;
  background: #0e1924;
  padding-top: 15px;
}

div#cookies-section .btn-cookies {
  animation: bounce 1s ease infinite;
}
.download_ios_application_buttons {
  animation: bounce 1s ease infinite;
}
.download_android_application_buttons {
  animation: bounce 1.15s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

#cookies-section {
  background: #0e1924;
  padding-top: 15px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.btn-cookies {
  color: #333 !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  font-weight: 700;
  background: #fff !important;
}
.btn-cookies:hover {
  color: #333 !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  font-weight: 700;
  background: #fff !important;
}
.btn-accept {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #2a6e84 !important;
  border-radius: 5px !important;
  font-weight: 700;
}
.btn-accept:hover {
  color: #fff;
  background-color: #2a6e84 !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.btn-dark {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}
.btn-dark:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}

section#category_swiper h6.cat_swiper_title_over {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: -9px;
  background: #2a6e8475;
  color: #fff;
  right: 0;
  text-align: center;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  /* opacity:0; */
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

section#category_swiper h6.event_near_you__swiper_title_over {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: -9px;
  background: #15151575;
  color: #fff;
  right: 0;
  text-align: center;
  padding: 5px;
  border-radius: 0 0 5px 5px;

  overflow: hidden;
  max-height: 2.8em;
  min-height: 2.8em;

  /* opacity:0; */
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* section#category_swiper .swiper-slide:hover h6.cat_swiper_title_over { bottom: -7px;opacity:1;} */

section#event_swiper h6.swiper_event_title_over {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: -9px;
  background: #2a6e8475;
  color: #fff;
  right: 0;
  text-align: center;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  /* opacity:0; */
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.event-swpier-image {
  height: 300px;
  object-fit: cover;
  min-height: 300px;
}
/* section#event_swiper .swiper-slide:hover h6.swiper_event_title_over { bottom: -7px;opacity:1;} */

div#cookies-button {
  padding: 8px 0px;
}
img.refresh-icon {
  filter: invert(1);
}
#red_cat_2 {
  background: url("/banner/red_cat_2.png");
}
#home-banner-cat-1 {
  background: url("/banner/cat_2_new.png");
  background-size: cover;
}
#bg-cat-3 {
  background: url("/banner/cat_3_new.png");
  background-size: cover;
}
.bg-cover-image {
  position: relative;
  top: 80px;
}
.banner-title {
  color: #fff;
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
}
.site_logo {
  background: #fff;
  height: 120px;
  width: 150px;
  margin: 27% 31%;
  border-radius: 25px;
}
img.home-cat-banner-logo {
  margin: 17% 4%;
  width: 137px;
}
img.appstore-logo {
  width: 130px;
}

.row.bg-white.px-2.py-3 {
  margin-left: 0px !important;
  margin-right: 5px !important;
}

#events_page_result button#rechercherbtn:active,
button#distancebtn:active,
a.view_map_btn:active,
button#reset_button:active,
button.btn-bluish-cyan:active,
button.btn_question:active,
button:active,
a.btn:active {
  transform: scale(0.96);
}

button.accordion-button:active {
  transform: scale(1) !important;
}

.btn-blue-disable {
  color: #fff;
  background-color: #0091be;
  border-color: #0091be;
  font-weight: bold;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.category-bg-1 .col-md-2.text-center:nth-child(n + 7) {
  margin-top: 20px;
}

/* payment in advance */

label.custom-checkbox-payment {
  color: #333;
}

div#reservation_required input[type="checkbox"] {
  box-sizing: border-box;
  appearance: none;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #233951;
  border-radius: 7px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4px;
  margin-top: -5px;
}

div#reservation_required input[type="checkbox"]:checked {
  background-color: #233951;
  position: relative;
}

div#reservation_required input[type="checkbox"]:checked:after {
  content: url(/icons/cat_check-icon.png);
  margin-left: 4px;
  position: absolute;
  top: -2px;
}

label#payment_in_advance {
  cursor: pointer;
}
.event_top_section .event-title {
  color: #233951;
  font-size: 21px !important;
  font-family: "Bio Sans Bold";
  font-weight: 700;
}
.event_top_section p.event-address {
  color: #0d6b82 !important;
  /* font-weight: bold !important; */
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
  height: 258px !important;
  min-height: 258px !important;
  overflow: auto !important;
}

/* Home page css */

#home-section-bg-1 {
  background-image: url(/home-page/home_banner_background.jpg);
  /* height: 520px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  background-color: #d1e1ee;
}
.search-form #organisation_event_result section {
  background-color: transparent !important;
}
.search-form section#filtersearchbtns {
  width: 100%;
}
#organisation_event_result section#filtersearchbtns {
  padding-top: 25px !important;
}
.home_page_input_box_shadow {
  box-shadow: 2px 2px 5px 2px #fff !important;
}
.eventx-logo {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  position: relative;
  margin-top: -56px;
  background-color: #fff;
}
#category_card .card_main {
  background: url("/home-page/category-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_card .card_main:hover {
  transform: translateY(30px);
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_app_download .card_main {
  background: url("/home-page/category_2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_app_download .card_main:hover {
  transform: translateY(30px);
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_card_3 .card_main {
  background: url("/home-page/category_3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_card_3 .card_main:hover {
  transform: translateY(30px);
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_card_4 .card_main {
  background: url("/home-page/category_4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#category_card_4 .card_main:hover {
  transform: translateY(30px);
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
.card_top > h3 {
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
}

.card_main_bottom {
  background: #ffffff87;
  text-align: center;
  padding: 8px 0 0px;
  /* bottom: 25px;
    position: relative;
    min-height: 75px; */
}

.card_main_bottom > h5 {
  font-size: 16px;
}

a.cat_home_btn {
  background: #223950;
  padding: 5px 15px;
  color: #fff;
  border-radius: 25px;
  width: 110px;
  display: inline-block;
  font-size: 9.5pt;
}

.faq-section-bg {
  /* background: url(/home-page/section-3-bg-image.png); */
  background: linear-gradient(to bottom, #7db9e8 0%, #f5ece8 0%, #ffffff 65%);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 600px; */
}
.home-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #557dbe;
  border: none;
  border-bottom: 5px solid #557dbe;
  font-weight: 600;
}
.home-faq .accordion-button {
  background: transparent !important;
  color: #557dbe;
  border-bottom: 5px solid #cecece;
  font-weight: 600;
  font-family: "Bio Sans SemiBold";
  font-size: 16.59pt;
}

.home-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9' width='15' height='9'%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23557dbe;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3%7D%3C/style%3E%3Cpath class='a' d='m7.9 1.8l-5.5 5.6'%3E%3C/path%3E%3Cpath class='a' d='m13.4 7.4l-5.5-5.6'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.home-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.home-faq .accordion-button:focus {
  box-shadow: none !important;
}
.grad-color-1 {
  background: linear-gradient(to left, #2a6e82, #537fbf);
  border: none;
  min-height: 19vh;
}

.grad-color-2 {
  background: linear-gradient(to right, #2a6e82, #537fbf);
  border: none;
  min-height: 19vh;
}

ul.event-category {
  list-style: none;
}
.event-category li a:hover {
  color: #226d81;
  border-left: 2px solid #226d81;
  margin-left: 5px;
}
.category-card {
  border: 1px solid #333;
  padding: 15px;
  border-radius: 15px;
}

.bg-cat-banner {
  background: #233951;
  color: #fff;
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
}
.bg-cat-banner > h4 {
  font-size: 14.67pt;
  padding: 15px 12px 12px;
  min-height: 60px;
}
img.home-category-banner-img {
  width: 100%;
  height: auto;
  max-height: 450px;
}
#section-6-bg {
  /* background: url(/home-page/section-6-bg.png); */
  padding: 50px 0;
  max-width: 90vw;
  margin: 50px auto;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #7db9e8 0%,
    #537fc0 0%,
    #537fc0 40%,
    #006d82 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 90vw;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 2000px;
}
.section-1,
.section-4,
.section-2,
.section-3 {
  border: 1px solid #fff;
  border-radius: 25px;
  min-height: 230px;
  background: transparent;
  padding: 25px 15px;
  /* max-width: 270px; */
  color: #fff;
}

.nav-link {
  color: #233951 !important;
}
/* rajani css */

span.faq-text-red {
  color: #ec2f35;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent !important;
  border-left: 2px solid #006d81 !important;
  border-radius: 0px !important;
  color: #006d81 !important;
  /* padding: 4px 14px !important; */
  padding-left: 14px;
}
.app-section {
  width: 55%;
  background: #ee4e48;
  padding: 20px 0 5px;
  text-align: center;
}

/* 
div#cookies-section .btn-accept  { 
	border-radius:50%;
	background-color: #fff;
	-webkit-animation: glowing 1s ease-in-out infinite alternate;
	-moz-animation: glowing 1s ease-in-out infinite alternate;
	animation: glowing 1s ease-in-out infinite alternate;
  }
  @-webkit-keyframes glowing {
	from {
	  box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #2a6e84, 0 0 40px #0ff;
	}
	to {
	  box-shadow: 0 0 1px #fff, 0 0 15px #2a6e84, 0 0 40px #2a6e84;
	}
  } */

div#manual_location_popup {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #000000b0;
  top: 0;
  left: 0;
  right: 0;
}

div#manual_location_popup .manual_location_popup_content {
  background: #b8cad2;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  top: 5%;
  min-height: 45vh;
  border-radius: 20px;
}
.search_form_loc_manual input#search_field {
  /* background-color: #1690bd; */
  border: 1px solid black;
  color: black !important;
  padding: 8px 40px;
  padding-left: 40px;
  font-size: 12pt;
  border-radius: 5px;
  box-sizing: border-box;
  /* background-image: url(/iconclose.png); */
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 15px;
  width: 100%;
  font-family: "Bio Sans";
}
.search_form_loc_manual input#search_field:focus {
  outline: 0px solid blue;
}
.search_form_loc_manual input#search_field.search_field_error {
  border: 1px solid #fb4d46;
}

.search_form_loc_manual .loc_search_wrapper.boxshodow {
  width: 80%;
}
div#manual_location_dropdown {
  display: none;
  height: 272px;
  margin-top: 10px;
  overflow: scroll;
  position: absolute;
}

div#manual_location_dropdown.is-active {
  display: block;
  width: 80%;
  margin-top: 44px;
}
.manual_location_popup_content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
div#manual_location_dropdown.is-active .icon img.marker-icon-search {
  width: 28px !important;
  height: 30px !important;
  margin-top: 0px !important;
}
@media (max-width: 425px) {
  .manual_location_popup_content h3 {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  img.search-icon-header {
    /* width: 50px !important; */
    height: auto !important;
  }
  img.img-sitelogo {
    width: 50px;
  }
  header.bg-white.pt-3.pb-3.fixed-top .col-md-3.col-5 {
    margin-top: 7px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  .event-info-table > tbody > tr > th {
    font-weight: 400;
  }
}

a.selectedLanguage:after {
  content: "";
  padding-bottom: 2px;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fb4d46;
  bottom: -7px;
  left: 0;
}

a.selectedLanguage {
  position: relative;
}
b,
strong {
  font-weight: bold !important;
}

#single_event_page strong {
  font-family: "Bio Sans Bold" !important;
}

.dropdown_menu span.cursor-pointer:hover {
  background: #000;
  padding: 0px 5px;
}

.home-commune::placeholder {
  color: #333 !important;
}

.home-commune::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #333 !important;
}

.logo_search_icon,
.logo_section {
  display: inline-block;
}
.logo_search_icon {
  margin-left: 30px;
}
img.search-icon-header:hover {
  transform: scale(1.2); /* Adjust the scaling factor as needed */
}
.custom-confirm-button {
  border: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0px 0px #333 !important;
}

button#distancebtn_home {
  background-color: #203850;
  border: 0;
  color: #fff !important;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  position: relative;
  text-align: left;
  padding-left: 40px;
}
button#distancebtn_home img {
  width: 23px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 5px;
}

button#rechercherbtn_home {
  background-color: #ec2c35;
  border: 0;
  color: #fff !important;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  position: relative;
  text-align: left;
  padding-left: 20px;
}

button#rechercherbtn_home img {
  width: 23px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

img.home-page-logo {
  width: 133px;
  height: 133px;
}

section#home-section-banner-bottom
  #events_page_result
  .date_picker_static
  > div,
section#home-section-banner-bottom
  #organisation_event_result
  .date_picker_static
  > div,
section#home-section-banner-bottom button#distancebtn_home,
section#home-section-banner-bottom button#rechercherbtn_home {
  /* font-family: "Bio Sans Bold"; */
  font-family: "Bio Sans" !important;

  font-size: 14pt;
}

section#home-section-banner-bottom input#search_field {
  font-family: "Bio Sans" !important;
  font-size: 14pt !important;
  padding: 6px 40px;
}

#organisation_event_result .date_picker_static {
  margin-top: 0 !important;
}

@media (max-width: 576px) {
  .logo_search_icon {
    margin-left: 10px;
  }
  .search-form section#filtersearchbtns {
    position: relative;
    /* margin-top: 50px; */
  }
}

@media (max-width: 767px) {
  section#filtersearchbtns .row > div {
    margin-bottom: 11px;
  }

  .eventx-logo {
    margin-top: 0 !important;
  }

  section#home_cat > div > .row > div {
    width: 337px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #home-section-bg-1 {
    background-size: cover;
  }

  div#home_category_section .flex-column.nav.nav-pills {
    display: block !important;
    text-align: center;
  }

  div#home_category_section .flex-column.nav.nav-pills > div {
    display: inline-flex;
  }

  div#home_category_section .flex-column.nav.nav-pills .nav-link.active {
    border-left: none !important;
    border-bottom: 2px solid #006d81 !important;
    /* margin-bottom: 10px; */
  }

  div#home_category_section .flex-column.nav.nav-pills .nav-link {
    margin-bottom: 10px;
  }

  img.cycle_img_cht {
    margin-left: 0px !important;
    bottom: -20px !important;
  }

  .section-1,
  .section-3 {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1rem !important;
  }

  .section-1,
  .section-4,
  .section-2,
  .section-3 {
    max-width: 300px;
    margin: 0 auto;
  }

  .app-section {
    width: 80%;
  }
} /** 767 **/

@media (max-width: 1200px) {
  .menu-button {
    display: none;
  }
  section#home-section-bg-1 > .container img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  section#home-section-banner-bottom
    #events_page_result
    .date_picker_static
    > div,
  section#home-section-banner-bottom
    #organisation_event_result
    .date_picker_static
    > div,
  section#home-section-banner-bottom button#distancebtn_home,
  section#home-section-banner-bottom button#rechercherbtn_home {
    /* font-family: "Bio Sans Bold"; */
    font-size: 10pt;
  }

  #events_page_result .date_picker_static,
  #organisation_event_result .date_picker_static {
    margin-top: 5px !important;
  }

  .card_top {
    height: 195px;
  }

  .cycle_img_cht {
    margin-left: -50px !important;
    bottom: -69px !important;
  }
} /** media 1200 **/

.home-faq.accordion p {
  font-size: 14.67pt;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Bio Sans";
}
.section-1:hover,
.section-2:hover,
.section-3:hover,
.section-4:hover {
  background: #fff;
  cursor: pointer;
}
.section-1:after,
.section-4:after,
.section-2:after,
.section-3:after {
  content: "";
  background: #00000075;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.section-1:hover:after,
.section-4:hover:after,
.section-2:hover:after,
.section-3:hover:after {
  background: #fff;
}
.section-1,
.section-4,
.section-2,
.section-3 {
  position: relative;
  overflow: hidden;
}
.section-1:hover,
.section-2:hover,
.section-4:hover,
.section-3:hover {
  color: #000;
}
.section-1 .row,
.section-4 .row,
.section-2 .row {
  position: relative;
  z-index: 2;
}

.cycle_img_cht {
  color: transparent;
  width: 100%;
  height: auto;
  position: relative;
  /* max-width: 600px; */
  bottom: 0;
  z-index: 0;
  right: 0;
  margin-left: -100px;
  margin-bottom: -16px;
  bottom: -35px;
}

div#home_category_section .loading_state.cat_link {
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
  margin: 5px 0;
  height: 20px;
}

.loading_state.category-card {
  min-height: 60vh;
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

#login_action_popup .btn_primary {
  color: #fff !important;
  background: #296d83 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
#login_action_popup .btn_primary:hover {
  color: #fff;
  background: #296d83;
  font-weight: 500;
  font-size: 14px !important;
}
#login_action_popup .btn_secondary {
  color: #fff !important;
  background: #2b80c4 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
#login_action_popup .btn_secondary:hover {
  color: #fff !important;
  background: #2b80c4 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.home-faq.accordion-header {
  text-transform: capitalize;
}
.home-faq .accordion-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.home-faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.btn_red_home {
  color: #fff !important;
  background-color: #ed4f48 !important;
  border-color: #ed4f48 !important;
}
.btn_red_home:hover {
  color: #fff !important;
  background-color: #ed4f48 !important;
  border-color: #ed4f48 !important;
}
.loc_search_wrapper input#search_field {
  font-family: "Bio Sans" !important;
  font-size: 14pt !important;
  padding: 6px 40px;
}
#datepickerbtn #start_date_field,
#end_date_field {
  /* font-family: 'Bio Sans Bold'; */
  font-size: 13pt;
}
.home-faq .accordion-button {
  padding: 10px 0px 10px 0px !important;
}

.home-faq .accordion-body {
  padding: 15px 0px 15px 0px !important;
}
section#home_cat {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .card_top {
    height: 280px;
  }
  #sectionFour.g-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .react-datepicker {
    left: 50px !important;
  }
  #category_card .card_main {
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card_top {
    height: 142px;
  }
  #filtersearchbtns .col-md-3,
  #filtersearchbtns .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  #filtersearchbtns .col-md-2 {
    flex: 0 0 auto;
    width: 50% !important;
    margin-top: 10px;
  }
  .eventx-logo {
    margin-top: -40px;
  }
  #sectionFour .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .card_top > h3 {
    padding-top: 5px;
  }
  .card_main_bottom {
    height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card_top {
    /* height: 280px; */
    aspect-ratio: 1.2;
  }
  .eventx-logo {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .card_top {
    aspect-ratio: 1.2;
    /* height: 280px; */
  }
}

nextjs-portal {
  display: none;
}

div#new_features a.btn.btn-red {
  background-color: #ef4f48 !important;
}

@media (min-width: 768px) {
  #filtersearchbtns .col-md-2.distance_button_section {
    width: 24%;
  }
}

#organisation_event_result .white_text_group input#search_field {
  color: #fff !important;
}

.white_text_group input#search_field::placeholder {
  color: #fff !important;
}

.white_text_group img.searchicon {
  filter: invert(100%) !important;
}

.white_text_group .clear_icon img {
  filter: invert(0%) !important;
}

#events_page_result section#event_swiper.latest_events {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #b4e2ee 0%,
    #ffffff 80%
  ) !important;
}

div#events_page_result button.d-md-none.manual_close_btn.btn {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  background: #0b6c81;
  color: #fff;
  /* font-weight: bold; */
  border-radius: 10px;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  font-size: 20px;
  line-height: 1;
  width: 35px;
  height: 35px;
}

/** home map **/
/*************************** POPUP MAP CSS ************************************/
div#map_popup {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  /* padding-left: 25px; */
  text-align: left;
  height: 90vh;
}

div#map_popup .home_map_popup .col-2 {
  text-align: left;
  padding-top: 15px;
  min-height: 627px;
}

div#map_popup .home_map_popup .col-2 div#inner-box .tick {
  font-size: 11pt;
}
.home_map_popup .vertical-right-line {
  border-right: 1px solid #333;
  height: auto;
}
.home_map_popup .map-event-cover-image {
  /* height: 317px !important; */
}
.home_map_popup .map-expand-image-icon {
  left: 80% !important;
}

.home_map_popup .map-event-title {
  font-size: 18px;
}

.home_map_popup .map-event-sub-title {
  font-size: 15px;
  color: #608fba;
  text-align: center !important;
  font-weight: 500 !important;
}

div#map_popup .home_map_popup div[id^="event_card_main_"] {
  position: absolute;
  width: 45vw;
  z-index: 99999;
  background: #fff;
  max-width: 45vw;
  left: 98%;
  overflow: visible;
  transition: all 1s linear;
}

div#map_popup .home_map_popup div[id^="event_card_main_"] .card-text {
  min-height: 139px;
}

div#map_popup .home_map_popup .close_state div[id^="event_card_main_"] {
  position: absolute;
  width: 109px;
  z-index: 9;
  transition: all;
  max-width: 7px;
  /* overflow: hidden; */
  max-height: 317px;
  transition: all 1s linear;
}
div#map_popup .home_map_popup .close_state div[id^="event_card_main_"] > .row {
  opacity: 0;
  transition: all 0.5s linear;
}
div#map_popup .home_map_popup div[id^="event_card_main_"] > .row {
  opacity: 1;
  transition: all 0.5s linear;
  max-height: 317px;
}

#map_popup .home_map_popup .chevron-left_card {
  position: absolute;
  display: block !important;
  transition: all 1s linear;
}

#map_popup .home_map_popup .close_state .chevron-left_card {
  position: absolute;
  display: none !important;
  transition: all 1s linear;
}
div#map_popup .home_map_popup .py-5 {
  padding-top: 1rem !important;
}

.home_map_popup .map-event-cover-image {
  cursor: pointer;
}

.home_map_popup .map_sidebar_scroll {
  overflow-y: scroll;
  height: 90vh;
  padding-top: 15px;
}

.home_map_popup .single_event_map {
  /* padding: 10px; */
  margin-bottom: 15px;
  border: 1px solid #cecece;
  border-radius: 15px;
  max-width: 95%;
  margin: 0 auto 15px;
  overflow: hidden;
}

.home_map_popup .text-red {
  color: #c86650 !important;
}

.home_map_popup .expand-image_cursor-pointer {
  position: absolute;
  left: 12% !important;
  top: -4% !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
}
.home_map_popup img.map-modal-image-expand {
  position: absolute;
  margin-top: 0px;
  right: 0%;
  height: 30px;
  cursor: pointer;
  z-index: 99999;
}

/** home **/

html[lang="fr"] .react-datepicker-time__header {
  color: #f0f0f0;
  position: relative;
}

html[lang="fr"] #event-looking-heading {
  font-family: "Bio Sans";
  font-size: "17pt";
}

html[lang="en"] #event-looking-heading {
  font-family: "Bio Sans";
  font-size: "15pt";
}

html[lang="fr"] .react-datepicker-time__header:before {
  content: "Heure";
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 840px) {
  .mobile-space {
    margin-top: 20px !important;
  }
  .map-event-sub-title.mt-4 {
    margin-top: 0.5rem !important;
  }
  /* #sidebar-sticky{
		width: 50% !important;
		top: 0px !important;
		position: relative;
		max-height: auto;
	} */
  .login-information {
    /* height:60vh !important */
    height: auto;
  }
  .align-item-bottom .btn {
    font-size: 10px;
  }
  .font-12pt {
    font-size: 11pt !important;
  }
  .menu-button {
    display: block;
  }
  div#description_toggle.short_des {
    min-height: auto !important;
    overflow: hidden;
    transition: all 0.5s linear;
  }
}
@media screen and (max-width: 820px) {
  .single-event-full-event {
    width: 200px !important;
    height: 200px !important;
    top: 109px !important;
    right: -1px !important;
  }
  #events_page_result .font-11pt {
    font-size: 8pt !important;
  }
  #events_page_result a.view_map_btn {
    right: 17px !important;
    font-size: 7pt !important;
  }
  div#description_toggle.short_des {
    min-height: auto !important;
    overflow: hidden;
    transition: all 0.5s linear;
  }
}
@media screen and (max-width: 1180px) {
  #events_page_result .date_picker_static,
  #organisation_event_result .date_picker_static {
    margin-top: 5px !important;
  }
  #events_page_result button#rechercherbtn,
  #organisation_event_result button#rechercherbtn {
    font-size: 11pt !important;
  }
  #events_page_result button#distancebtn,
  #organisation_event_result button#distancebtn {
    font-size: 11pt !important;
  }
  #datepickerbtn #start_date_field,
  #end_date_field {
    font-size: 10pt !important;
  }
  .mobile-space {
    margin-top: 20px !important;
  }
  .map-event-sub-title.mt-4 {
    margin-top: 0.5rem !important;
  }
  @media screen and (orientation: landscape) {
    .single-event-full-event {
      top: 90px !important;
    }
  }
  @media screen and (orientation: portrait) {
    .single-event-full-event {
      top: 109px !important;
    }
  }
  div#description_toggle.short_des {
    min-height: auto !important;
    overflow: hidden;
    transition: all 0.5s linear;
  }
}

@media screen and (max-width: 1366px) {
  /* @media screen and (orientation: landscape) {
		.single-event-full-event{
			width: 200px !important;
			height: 200px !important;
			top: 114px;
			right:-2px !important
		}
	} */
  @media screen and (orientation: portrait) {
    .single-event-full-event {
      width: 200px !important;
      height: 200px !important;
      top: 90px;
      right: -2px !important;
    }
  }
}
@media screen and (max-width: 768px) {
  .mobile-space {
    margin-top: 20px !important;
  }
  .map-event-sub-title.mt-4 {
    margin-top: 0.5rem !important;
  }
  #events_page_result a.view_map_btn {
    padding: 4px 10px !important;
    font-size: 7pt !important;
  }
  /* #events_page_result .col-md-9.custom-width{
		width: 100% !important;
	} */
  /* #sidebar-sticky{
		width: 50% !important;
		top: 0px !important;
		position: relative;
		max-height: auto;
	} */
  .login-information {
    /* height:50vh !important; */
    height: auto;
    margin-bottom: 30px;
  }
  .align-item-bottom .btn {
    font-size: 10px;
  }
  .font-12pt {
    font-size: 11pt !important;
  }
  .menu-button {
    display: block;
  }
  .single-event-full-event {
    width: 200px !important;
    height: 200px !important;
    top: 108px !important;
    right: -2px !important;
  }
  div#description_toggle.short_des {
    min-height: auto !important;
    overflow: hidden;
    transition: all 0.5s linear;
  }
  .col-md-12.col-lg-9.col-xl-9.map_container > div:not(:empty) {
    height: 70vh !important;
  }
}

@media screen and (max-width: 1024px) {
  div#description_toggle.short_des {
    min-height: auto !important;
    overflow: hidden;
    transition: all 0.5s linear;
  }
  .col-md-12.col-lg-9.col-xl-9.map_container > div:not(:empty) {
    height: 70vh !important;
  }
  .mobile-space {
    margin-top: 20px !important;
  }
  .map-event-sub-title.mt-4 {
    margin-top: 0.5rem !important;
  }
  /* #sidebar-sticky{
		width: 50% !important;
		top: 0px !important;
		position: relative;
		max-height: auto;
	} */
  .login-information {
    /* height:50vh !important; */
    height: auto;
    margin-bottom: 30px;
  }
  .font-12pt {
    font-size: 10pt !important;
  }
  .menu-button {
    display: block;
  }
  #events_page_result .event-footer ol.icon-list li img {
    margin-left: 5px !important;
  }
  @media screen and (orientation: landscape) {
    .single-event-full-event {
      top: 90px !important;
    }
  }
  @media screen and (orientation: portrait) {
    .single-event-full-event {
      top: 88px !important;
    }
  }
  #distance_text {
    font-size: 10pt !important;
  }
}
@media (min-width: 1400px) {
  .menu-button {
    display: none;
  }
}
.account-page-top-header .icon-box {
  display: flex !important;
}

html[lang="fr"] .user-details li.list-item-details {
  line-height: 1;
  margin-bottom: 20px;
}
div#high_resolution {
  max-width: 1000px;
}

@media (max-width: 1200px) {
  div#high_resolution {
    max-width: 80%;
  }
}
span.input-group-text {
  border-radius: 0px 5px 5px 0px;
  border-left: 0px !important;
  height: 45px;
}

body.landscape-mode.tablet-mode #events_page_result a.view_map_btn,
#organisation_event_result a.view_map_btn {
  right: 25px;
  font-size: 8pt;
}

body.portrait-mode.tablet-mode:not(.desktop-mode) .login-information,
body.landscape-mode.desktop-mode.tablet-mode .login-information {
  height: auto !important;
}

body.portrait-mode.tablet-mode:not(.desktop-mode) .main-section_add_events {
  zoom: 0.8;
}

body.portrait-mode.tablet-mode:not(.desktop-mode) .align-item-bottom .col-md-3 {
  width: 50%;
}

body.portrait-mode.tablet-mode:not(.desktop-mode) .eventGroup-card-header {
  margin-top: 0;
}

body.portrait-mode.tablet-mode:not(.desktop-mode)
  .col-md-3.mt-4.pt-5.custom-width.filter-abc.d-none.d-md-block
  .filter-menu {
  zoom: 0.7;
}

body.portrait-mode.tablet-mode:not(.desktop-mode)
  #events_page_result
  a.view_map_btn {
  font-size: 6pt !important;
}

body.portrait-mode.tablet-mode:not(.desktop-mode) .event-footer ol.icon-list {
  zoom: 0.9;
}

body.landscape-mode.desktop-mode.tablet-mode .col-lg-12 {
  width: 75%;
}

div#dashboard_side_menu {
  background: #ef4f48;
}

div#dashboard_side_menu .offcanvas-header {
  border-bottom: 1px solid #fff;
}

.offcanvas-title.h5 {
  font-size: 1rem;
  color: #fff;
}
@media screen and (orientation: landscape) {
  .tablet-mode .single-event-cancel-event {
    width: 200px !important;
    height: 200px !important;
    top: 105px !important;
    right: 0px !important;
  }
}
@media screen and (orientation: portrait) {
  .tablet-mode .single-event-cancel-event {
    width: 200px !important;
    height: 200px !important;
    top: 90px !important;
    right: 0px !important;
  }
}

/* mobile */
@media (min-width: 300px) and (max-width: 576px) {
  div#category-title {
    color: green;
    font-weight: 600;
  }
  .description-on-image .event-title {
    font-size: 13px !important;
  }
  .account-page-top-header.card-header.bg-dark.text-white
    .col-xl-1.col-lg-1.col-md-1
    .icon-box.text-center
    img {
    max-width: 20px;
    height: auto !important;
  }
  .col-md-9.col-12.map_container > div:not(:empty) {
    height: 60vh !important;
  }

  img.card-img-center {
    transition: all 1s linear;
    object-fit: cover;
    overflow: hidden;
    height: 200px;
    width: 100%;
  }

  p.card-text,
  .card-body.d-flex p {
    font-size: 18px;
  }

  .single-event-full-event,
  .single-event-cancel-event {
    width: 180px !important;
    height: 180px !important;
    background-size: contain;
    top: -64% !important;
    right: -35px;
  }

  #events_page_result .col-md-9.custom-width,
  #organisation_event_result .col-md-9.custom-width {
    width: 100% !important;
    padding: 0 1.5rem !important;
  }

  .event-footer ol.icon-list {
    text-align: center;
  }

  .event_top_section .distance_section {
    float: left;
  }

  .event_top_section .category-bg-1.shadow.border-radius-10.p-2 .row .col-md-2 {
    width: 50%;
    margin-bottom: 5px;
  }
  .account-page-top-header.card-header.bg-dark.text-white
    .col-xl-1.col-lg-1.col-md-1 {
    text-align: right;
  }

  .account-page-top-header.card-header.bg-dark.text-white
    .col-xl-1.col-lg-1.col-md-1
    .icon-box.text-center {
    display: inline-block !important;
  }

  .account-page-top-header.card-header.bg-dark.text-white
    .col-xl-11.col-lg-11.col-md-11.fs-5 {
    font-size: 0.9rem !important;
  }
  .account-page-top-header.card-header.bg-dark.text-white
    .col-xl-11.col-lg-11.col-md-11.fs-5
    img {
    margin-left: 10px !important;
  }

  #events_page_result .col-md-3.text-right.map_section {
    max-width: 220px;
    margin: 0 auto;
  }

  section#footer_section .alert.alert-success.alert-dismissible {
    font-size: 7pt;
  }

  #events_page_result .distance_card.card.is-open,
  #organisation_event_result .distance_card.card.is-open {
    width: 95vw !important;
  }

  #events_page_result .row.search_top_section h4,
  #organisation_event_result .row.search_top_section h4 {
    font-size: 14pt !important;
  }

  #events_page_result .row.search_top_section .col-md-9,
  #organisation_event_result .row.search_top_section .col-md-9 {
    padding: 0;
    margin-bottom: 30px;
  }

  div#events_page_result .col-md-6.text-end.filter_box {
    margin-top: 15px;
  }

  #events_page_result
    div.col-md-12.col-lg-9.col-xl-9.map_container
    > div:not(:empty) {
    height: 55vh !important;
  }

  /* section#single_event_page span[id^="event_participants_count-"] {
    margin-left: 0 !important;
  } */

  #add_event_form .event-add-form form .col-6,
  #add_event_form .event-add-form form .col-3,
  #add_event_form .react-datepicker-wrapper {
    width: 100%;
  }

  #add_event_form
    .event-add-form
    form
    .col-md-12.text-right.mt-5.add_event_action_btn {
    text-align: left;
  }

  #add_event_form
    .event-add-form
    form
    .col-md-12.text-right.mt-5.add_event_action_btn
    button.btn.btn-danger {
    margin-right: 0 !important;
    margin-bottom: 25px;
  }

  div#manual_location_popup .manual_location_popup_content {
    zoom: 0.7;
  }
}

/* mobile */
.side_search_btn {
  font-weight: 700;
  color: #333;
  background-color: #bde1d5 !important;
  border-color: #bde1d5 !important;
}

.mobile_filter_btn {
  text-transform: uppercase;
  padding: 0px 8px !important;
}

div#loading_animation {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #0c0c0c;
  top: 0;
  bottom: 0;
  padding-top: 20vh;
}

div#loading_animation img {
  width: auto;
  height: auto;
  max-width: 60vw;
}

#section-6-bg .custom_heading {
  font-family: "Bio Sans";
  font-size: 15pt;
}

html[lang="fr"] #section-6-bg .custom_heading {
  font-size: 17pt;
}

#under_menu_bar_section {
  height: 71px;
}
@media (min-width: 460px) and (max-width: 500px) {
  #under_menu_bar_section {
    height: 61px;
  }
}
@media (min-width: 501px) and (max-width: 575px) {
  #under_menu_bar_section {
    height: 69px;
  }
}
@media (max-width: 459px) {
  #under_menu_bar_section {
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  #events_page_cover_heading {
    padding-top: 60px;
  }
  #events_page_cover_heading_div {
    height: 100%;
  }
  #events_page_cover_image {
    padding-right: 20px;
  }
}

/* Media query for tablet devices */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #events_page_cover_heading {
    padding-top: 80px;
  }
  #events_page_cover_heading_div {
    height: 100%;
  }
  #events_page_cover_image {
    padding-left: 120px;
  }
}

/* Media query for laptop/desktop devices */
@media screen and (min-width: 992px) {
  #events_page_cover_heading {
    padding-top: 80px;
  }
  #events_page_cover_heading_div {
    height: 100%;
  }
  #events_page_cover_image {
    padding-left: 439px;
  }
}

.singleEventPageDownloadAppImage {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Initially hide the image before it enters the viewport */
.imagehidden {
  opacity: 0;
}

@media (max-width: 768px) {
  /* For Mobile Screens */
  .singleEventPageDownloadAppImage {
    /* content: url("/eventx_popup_mobile.png"); Use a different image for mobile */
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* For Tablet Screens */
  .singleEventPageDownloadAppImage {
    /* content: url("/eventx_popup_BG2.png"); Use a different image for tablet */
    /* margin-left: 50px;
    margin-right: 50px; */
  }
}

@media (min-width: 1025px) {
  /* For Desktop Screens */
  .singleEventPageDownloadAppImage {
    /* content: url("/eventx_popup_BG2.png"); Use a different image for desktop */
  }
}

div#manual_mobile_popup .manual_mobile_popup_content {
  /* background: #b8cad2; */
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  top: 5%;
  border-radius: 20px;
}

.manual_mobile_popup_content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 425px) {
  .manual_mobile_popup_content h3 {
    font-size: 12px;
  }
}

@media (min-width: 300px) and (max-width: 576px) {
  div#manual_mobile_popup .manual_mobile_popup_content {
    zoom: 0.7;
  }
}

div#manual_mobile_popup {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #000000b0;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  img.search-icon-header {
    /* width: 50px;
    height: 32px; */
    /* margin-left: 6%; */
    transition: transform 0.3s ease-in-out;
    /* position: absolute; */
  }
  div#manual_mobile_popup .manual_mobile_popup_content {
    /* background: #b8cad2; */
    max-width: 460px;
    margin: 0 auto;
    padding-left: 25px;
    position: relative;
    top: 20%;
    border-radius: 20px;
  }
  .eventsNearYouTitleDescrition {
    padding-left: 50px;
  }

  #eventsNearYouTitle {
    padding-left: 0px;
  }

  #eventsNearYouDescrition {
    padding-left: 0px;
  }

  #eventsNearYouNOeventsFound {
    padding-left: 55px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  img.search-icon-header {
    width: 60px;
    height: 45px;
    /* margin-left: 6%; */
    transition: transform 0.3s ease-in-out;
    /* position: absolute; */
  }
  /* For Desktop Screens */
  .manual_mobile_popup_image {
    /* content: url("/eventx_popup_BG2.png"); Use a different image for desktop */
  }

  div#manual_mobile_popup .manual_mobile_popup_content {
    /* background: #b8cad2; */
    max-width: 790px;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    top: 20%;
    border-radius: 20px;
  }

  #eventsNearYouTitle {
    padding-left: 45px;
  }

  #eventsNearYouDescrition {
    padding-left: 45px;
  }

  #eventsNearYouNOeventsFound {
    padding-left: 45px;
  }
}

@media (min-width: 1025px) {
  img.search-icon-header {
    width: 60px;
    height: 45px;
    /* margin-left: 6%; */
    transition: transform 0.3s ease-in-out;
    /* position: absolute; */
  }
  /* For Desktop Screens */
  .manual_mobile_popup_image {
    /* content: url("/eventx_popup_BG2.png"); Use a different image for desktop */
  }

  div#manual_mobile_popup .manual_mobile_popup_content {
    /* background: #b8cad2; */
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    top: 20%;
    border-radius: 20px;
  }

  #eventsNearYouTitle {
    padding-left: 45px;
  }

  #eventsNearYouDescrition {
    padding-left: 45px;
  }

  #eventsNearYouNOeventsFound {
    padding-left: 45px;
  }
}

/* carnival-de-limoux */

.carnival_title {
  font-family: "Acumin Variable Concept";
}

.carnival-text {
  line-height: 19pt;
  letter-spacing: -0.01em;
}

.carnival-container {
  font-family: "acumin-variable-concept", sans-serif;
}
.uppercase-text {
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 768px) {
  .random_events_mobile_padding {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
.special-events-section-height {
  height: 80px;

  @media (max-width: 767px) {
    height: 63px;
  }
}
.close-button {
  background: white; /* Red background (change as needed) */
  border-radius: 24px; /* Rounded borders */
  padding: 8px 23px; /* Padding for better appearance */
  display: inline-block; /* Makes the div fit the content */
  position: relative; /* Allows moving it with left/right */
  left: -140px; /* Moves it slightly to the left */
  color: #000; /* Text color */
  font-weight: bold; /* Bold text */
  font-weight: 300; /* Light font weight */
  font-size: small;
  font-family: "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; /* Font stack with Acumin Pro first */
  cursor: pointer; /* Changes cursor to pointer on hover */
}

.acumin-pro-condensed-semibold {
  font-family: "Acumin Pro Condensed", sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-style: normal;
}
.share-options {
  display: flex;
  gap: 15px;
  /* margin-left: 15%; */
  margin-left: 25%;
  cursor: pointer;
  align-items: center;
}
