/* 
Theme Name: Orfeostory Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Orfeostory Theme
Author: Elementor Team
Author URI: https://www.orfeostory.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.tab_with_dot .e-n-tab-title[aria-selected="true"]::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #6f3cc3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 0px;
}
.tab_with_dot .e-n-tab-title[aria-selected="true"]::after{
	content: unset !important;
}

.tab_with_dot .e-n-tabs-heading button {
    box-shadow: none !important;
}

.WqWlepHaUC {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.idfNjM :not(:first-child) {
    margin-left: 4px;
    color: #fff !important;
}
.itnaUt.itnaUt.itnaUt img, .itnaUt svg {
    transition: fill 0.2s;
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: #fff !important;
}

/* Gravity Forms confirmation styling */
#gform_confirmation_wrapper_2.gform-theme {
  --gf-color-primary: #6c3baa !important;
  --gf-color-primary-rgb: 108, 59, 170 !important;
  --gf-color-primary-contrast: #ffffff !important;
  --gf-color-primary-darker: #56308d !important;
  --gf-color-primary-lighter: #8a61c7 !important;

  --gf-color-secondary: #fcf2e5 !important;
  --gf-color-secondary-rgb: 252, 242, 229 !important;
  --gf-color-secondary-contrast: #2d1b3f !important;
  --gf-color-secondary-darker: #f5e3cc !important;
  --gf-color-secondary-lighter: #fff9f2 !important;

  background: #fcf2e5;
  border: 1px solid rgba(108, 59, 170, 0.18);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(108, 59, 170, 0.14);
}

/* Confirmation message box */
#gform_confirmation_wrapper_2 .gform_confirmation_message {
  position: relative;
  background: #ffffff;
  color: #2d1b3f;
  border-left: 6px solid #6c3baa;
  border-radius: 14px;
  padding: 22px 24px 22px 64px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 10px 28px rgba(108, 59, 170, 0.12);
}

/* Success icon */
#gform_confirmation_wrapper_2 .gform_confirmation_message::before {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #6c3baa;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

/* Optional hover polish */
#gform_confirmation_wrapper_2 .gform_confirmation_message:hover {
  transform: translateY(-2px);
  transition: all 0.25s ease;
  box-shadow: 0 16px 36px rgba(108, 59, 170, 0.18);
}

/* Mobile */
@media (max-width: 640px) {
  #gform_confirmation_wrapper_2.gform-theme {
    padding: 20px;
    border-radius: 14px;
  }

  #gform_confirmation_wrapper_2 .gform_confirmation_message {
    font-size: 16px;
    padding: 18px 18px 18px 56px;
  }
}