/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

@import url("../hello-elementor/style.css");
@import url("../hello-elementor-child/assets/css/dosing-calculator.css");
@import url("../hello-elementor-child/assets/css/header.css");
@import url("../hello-elementor-child/assets/css/secondary-nav.css");
@import url("../hello-elementor-child/components/Form/forms.css");

/* footer */

@media (max-width: 768px) {
    .separator-list ul {
      flex-direction: column;
      gap: 5px;
    }
    .separator-list ul li::after {
      display: none;
    }
    .cookie-list ul {
      flex-direction: column;
    }
}

/* Tabs */
/* Common tab styles */
#tab-1,
#tab-2 {
  flex: 1;
  position: relative;
  border: 4px solid #FFD400;
  border-bottom: none;
  padding: 40px 10px 22px;
}

/* Tab border radius */
#tab-1 {
  z-index: 3;
  border-top-left-radius: 150px;
  border-top-right-radius: 50px;
}

#tab-2 {
  z-index: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 150px;
}

/* Tabs Responsive layout */
@media only screen and (max-width: 768px) {
  .custom-tabs {
    border: 2px solid #FFD400;
    border-radius: 20px;
  }
  
  .custom-tabs .tab1-content.e-active,
  .custom-tabs .tab2-content.e-active {
        border: none !important;
   }

   .custom-tabs .e-n-tabs-content >div {
    padding-left: 5px !important;
    padding-right: 5px !important;
   }

  #tab-1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 5px;
    border: none !important;
  }

  #tab-2 {
    margin-left: 0;
    margin-top: 6px;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 10px 8px;
  }
}

/* Girl position on specific mobile device */
@media only screen and (max-width: 767px) and (min-width: 380px) {
  .custom-tabs [aria-labelledby="tab-2"] .tab2-img-mob div {
    margin-bottom: -60px !important;
  }

  .about-stay-informed .tab2-img-mob div {
    margin-bottom: -111px !important;
  }
}

/* Tab2 girl image on tablet */
@media only screen and (max-width: 940px) and (min-width: 800px) {
  .custom-tabs [aria-labelledby="tab-2"] .tab2-img-mob div {
    margin-top: 137px !important;
  }
}

/* Active tab styles */
#tab-1[aria-selected="true"],
#tab-2[aria-selected="true"] {
  background-color: #FFD400;
  z-index: 2;
}

/* Tab content active styles */
.tab1-content.e-active,
.tab2-content.e-active {
  border: 5px solid #FFD400 !important;
  border-top: none !important;
}

/* Typography inside tabs */
#tab-1 span,
#tab-2 span {
  flex-direction: column;
}

#tab-1 span span,
#tab-2 span span {
  font-size: 16px;
  font-weight: 700;
}


/* SS Code */

.elementor-button-link-hover { 
  background-color: #fff !important;
  color: #804080 !important;
  border: 2px solid #804080 !important;
}

.elementor-button-link-hover svg {
  fill: #804080 !important;
}

/* Add dashes instead of bullets */
.isi-content ul ul {
  list-style-type: none !important;
  list-style: none !important;
  padding-left: 25px;
}

.isi-content ul ul li {
  position: relative;
}
.isi-content ul ul li::before {
  content: '\2013';
  position: absolute;
  left: -15px;
}

.osano-cm-window__widget {
  border: none !important;
}
.osano-cm-window__widget:hover {
 background: none !important;
}

/* List Custom style */

.list-bullets-style ul, ul ul {
  list-style-type: disc !important;     
}

.list-bullets-style ul li::marker {
  font-size: 14px !important;   
}


/* Anchor Links */
.secondary-nav .elementor-icon-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: #999;
  vertical-align: middle;
  font-weight: normal;
}
    
.secondary-nav .elementor-icon-list-item.last-in-line::after {
  content: none !important;
}



/* ACCORDION */
.elementor-widget-n-accordion .e-n-accordion-item { overflow: visible!important; }


/* Exit Modal */
.exit-cancel:focus  {
  background-color: #ffd400 !important;
  border-color:#ffd400 !important;
  outline: none !important;
}

.exit-cancel:hover  {
  background-color: #fff !important;
  border-color:#804080 !important;
  outline: none !important;
}