/* ISSUES ON MULTISITE NETWORK
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/plugins/idy-webapp/assets/fonts/Montserrat-VariableFont.ttf') format('truetype'),
         url('/wp-content/plugins/idy-webapp/assets/fonts/Montserrat-Italic-VariableFont.ttf') format('truetype');
}*/

html body {
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #1d191e !important;
}

.fs-7 {
    font-size: 0.8rem!important;
}

.fs-8 {
    font-size: 0.65rem!important;
}

.idy_webapp_coming_soon_wrapper {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(108.4deg, rgb(253, 44, 56) 3.3%, rgb(176, 2, 12) 98.4%) !important;
    color: white !important;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 200;
    flex-direction: column!important;
    text-align: center;
}
.idy_webapp_coming_soon_title {
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 200;
    line-height: 3;
}
.idy_webapp_coming_soon_name {
    font-size: 40px;
    letter-spacing: 10px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
}


.idy_content_menu_main {
    padding: 0px !important;
}

.idy_content_menu_main_wrapper  .idy_menu_main {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
    padding-left: 0;
    margin-block: 0;
    overflow-x: auto;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}
/* Hide the scrollbar for webkit-based browsers (Chrome, Safari) */
.idy_content_menu_main_wrapper  .idy_menu_main::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  
  /* Hide the scrollbar for Firefox */
  .idy_content_menu_main_wrapper  .idy_menu_main {
    scrollbar-width: none;
  }
    
.idy_content_menu_main_wrapper .idy_menu_main_link {
  display: block;
  padding: .5rem .75rem;
}
    
.idy_content_menu_main_wrapper  .active {
  color: #fff;
  font-weight: 600;
}
.idy_content_menu_main_list::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.idy_content_menu_main_list {
    scrollbar-width: none;
}

.idy_content_menu_main_items {
    display: flex;
    flex-wrap: nowrap !important;
}
.idy_content_menu_main_items::-webkit-scrollbar { /* Hide scrollbar for Chrome, Safari and Opera */
    display: none !important;
}
.idy_menu_main_item_content {
    position: relative;
}
.idy_menu_main_item_content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100px;
    padding: 6px 30px;
    min-width: 120px;
}
.idy_menu_main_item_content_image {
    max-width: 40px;
    height: 40px;
    object-fit: cover;
    background: #eeeeee;
    border-radius: 100px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
}

.idy_content_item_details {
    overflow: hidden;
    border-radius: 10px;
}

.idy_grow { transition: all .2s ease-in-out; }
.idy_grow:hover { transform: scale(1.03); }



/* MARGIN CLASSES */
.idy_mt_minus_5 {
    margin-top: -15px !important;
}



/*
.idy_menu_main_item {
    min-width: 28%;
}*/
/*
.idy_menu_main_item {
    width: max-content !important;
}
*/


/* LOADING OVERLAY */
/*
.idy_loading_overlay {
    background: rgba(255, 255, 255, 0.7);
    color: #666666;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    z-index: 13;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.idy_loading_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    z-index: 13;
    backdrop-filter: blur(11px);
}

.idy_loading_spinner {
    color : #f4a405;
    width: 4rem !important;
    height: 4rem !important;
}

.idy_btn_spinner {
    color : #ffffff;
    width: 1rem;
    height: 1rem;
    margin: 0px 5px;
}

/* LOADING PLACEHOLDER */
.idy_loading_placeholder {
    position: relative !important;
    background: transparent !important;
    backdrop-filter: none !important;
}


/* SPLIDE SLIDER */
.idy_slide img, .idy_slider_thumbnail img, .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.idy_slider_progress {
    background: #f5f8fa;
}
.idy_slider_progress_bar {
    background: #000000;
    height: 4px;
    transition: width 400ms ease;
    width: 0;
}
.idy_slider_thumbnail {
    opacity : 0.6;
    border: none !important;
}
.idy_slider_thumbnail.is-active {
    opacity : 1;
}
.idy_slider_thumbnail.is-active .idy_menu_main_item_content_wrapper {
    opacity : 1;
    background-color: #ffc107;
    color: #000000;
    font-weight: 700;
}

.splide__pagination {
    bottom: 1.5em !important;
}


/* FORM CLASSES */

.idy_form {
    display: inherit;
    margin-top: 0em;
    margin-block-end: 0px !important;
}
.idy_form_response {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
}
.idy_alert {
    position: relative;
    padding: 14px 20px !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: start;
    align-items: center;
}
.idy_alert_success {
    background-color: #00b083 !important;
    color: #ffffff !important;
    border-color: #00b083 !important;
}
.idy_alert_primary {
    background-color: #198cf5 !important;
    color: #ffffff !important;
    border-color: #198cf5 !important;
}
.idy_alert_warning {
    background-color: #ffc107 !important;
    color: #000000 !important;
    border-color: #ffc107 !important;
}
.idy_alert_danger {
    background-color: #FBE6E8 !important;
    color: #DB2E3D !important;
    border-color: #FBE6E8 !important;
}
.idy_alert_success a, .idy_alert_primary a {
    color: #ffffff !important;
}
.idy_alert_warning a {
    color: #000000 !important;
}
.idy_alert_danger a {
    color: #DB2E3D !important;
}
.idy_alert_icon {
    font-size: 1.3rem;
    line-height: 1;
}

.idy_app_cta_dismiss {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0 .25em;
    background: transparent;
    border: 0;
}
.idy_app_cta_app_banner {
    display: none;
}

.idy_btn {
    --bs-btn-padding-x: 1.1rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 2rem;
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;

}



.idy_btn:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    box-shadow: none;
    outline: none;
}

.idy_btn:active, .idy_btn:focus {
    box-shadow: none;
    outline: none;
}

.idy_btn_primary, .idy_btn_primary:active, .idy_btn_primary:focus {
    background: #ffc107;
    border-color: #ffc107;
    color: #000000;
}
.idy_btn:disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    border-color: #cccccc !important;
}

.idy_btn_secondary, .idy_btn_secondary:active, .idy_btn_secondary:focus  {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.idy_btn_light, .idy_btn_light:active, .idy_btn_light:focus  {
    background: #f5f8fa;
    border-color: #f5f8fa;
    color: #222222;
}

.idy_btn_danger, .idy_btn_danger:active, .idy_btn_danger:focus  {
    background: #ba001c;
    border-color: #ba001c;
    color: #ffffff;
}

.idy_btn_success, .idy_btn_success:active, .idy_btn_success:focus  {
    background: #00b083;
    border-color: #00b083;
    color: #ffffff;
}


.idy_btn_sm {
    height: max-content;
    min-height: 30px;
    font-size: 0.8rem;
    text-align: center;
    padding: 0px 12px !important;
}

.idy_btn_lg {
    height: max-content;
    min-height: 60px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0px 40px !important;
}

.idy_btn_xl {
    height: 80px;
    font-size: 1.8rem;
    text-align: center;
    padding: 0px 60px !important;
}


.idy_btn_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.idy_btn_menu_sm {
    padding: 14px;
    width: 44px;
    height: 44px;
    font-size: 18px;
}

.idy_btn_menu_lg {
    padding: 14px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
}


.idy_cart_summary_total_items {
    padding: 4px;
    background: #ffc107;
    line-height: 1;
    margin: 3px 3px;
    border-radius: 100px;
    min-width: 20px;
    max-height: 20px;
    color: #000;
    display: inline-block;
    font-size: 12px;
}

.idy_cart_summary_counter {
    position: absolute;
    left: 52%;
    top: -12%;
}



.idy_offcanvas_header {
    padding: 12px 15px;
    width: 100%;
    background: white;
    left: 0;
    right: 0;
}

.idy_offcanvas_footer {
    position: fixed;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: white;
    left: 0;
    right: 0;
}


.idy_form_input_section {
    margin-bottom: 1rem!important;
}
.idy_form_input_label{
    font-size: 1rem!important;
    font-weight: 700!important;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.idy_form_control.required:after  {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    padding-right: .25rem;
    font-weight: 700;
}
.idy_label_tooltip {
    padding-left: .25rem;
    padding-right: .25rem;
}

.idy_input {
    height: auto;
    font-size: 14px !important;
    padding: 0px 14px !important;
    border-radius: 4px !important;
    background-color: #444444 !important;
    color: #ffffff !important;
    border: 0 !important;
}

.idy_textarea {
    font-size: 14px !important;
    padding: 14px !important;
    border-radius: 4px !important;
    background-color: #444444 !important;
    color: #ffffff !important;
    border: 0 !important;
}

.idy_disabled, .idy_readonly {
    mix-blend-mode: luminosity !important;
    -webkit-text-fill-color: rgb(132 132 132 / 70%) !important;
    opacity: 0.6 !important;
}

.idy_invalid_feedback_response {
    padding: 0px;
    color: #dc3545;
    text-align: center;
}

.form-control.idy_form_control {
    background-color: #f5f8fa;
    border-color: #eef3f7;
    color: #222222;
    transition: color .2s ease,background-color .2s ease;
    min-height: calc(1.6em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.form-control.idy_form_control:focus {
    background-color: #eef3f7;
    color: #222222;
    border-color: #eef3f7;
    transition: color .2s ease,background-color .2s ease;
    box-shadow: none;
}

.form-control.idy_form_control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3b3b3;
}

.nav-pills .nav-link {
    background-color: #f5f8fa !important;
    color: #000000 !important;
}

.nav-pills .nav-link.active , .nav-pills .nav-link:hover {
    background-color: #ffc107 !important;
}

.idy_nav_wrapper {
    display: flex;
    text-align: center;
    padding: 0px;
}

.idy_nav_item {
    flex: 1 1 auto !important;
}

.idy_nav_link {
    text-decoration: none !important;
    position: relative; /* Required for positioning the pseudo-element */
    color: #000;
    min-width: 100%;
    display: block;
    padding: 10px;
}

.idy_nav_wrapper .idy_nav_link::before {
    content: ''; /* Required for pseudo-element */
    position: absolute;
    bottom: 0;
    left: 50%; /* Start from the center */
    width: 0;
    height: 3px; /* Border thickness */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out; /* Transition width and left position */
    background-color: #ffc107; /* Default color of the expanding border */
}

.idy_nav_link.active::before {
    background-color: #ffc107; /* Color of the expanding border when active */
}

.idy_nav_wrapper .idy_nav_link:hover::before,
.idy_nav_wrapper .idy_nav_link.active::before {
    width: 100%; /* Expand to full width */
    left: 0; /* Move to the left edge */
}

.idy_nav_wrapper .idy_nav_link  {
    /*border-bottom: solid 3px #f5f8fa;*/
    color: #ffffff;
    transition: border-bottom 0.3s, color 0.3s;
}

.idy_nav_wrapper .idy_nav_link:hover  {
    /*border-bottom: solid 3px #ffc107;*/
    color: #ffc107 !important;}

.idy_nav_wrapper .idy_nav_link.active  {
    /*border-bottom: solid 3px #000;*/
    color: #ffc107 !important;
}



/* OTP INPUTS */

.idy_otp_input {
    width: 60px !important;
    height: 60px !important;
    font-size: 30px !important;
    background-image: none !important;
    padding: 0px !important;
    transition: color .2s ease, background-color .2s ease !important;
}

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


.validate {
	border-radius: 20px;
	height: 40px;
	background-color: red;
	border: 1px solid red;
	width: 140px
}


/* FORM ELEMENTS */

input.readonly {
    background: #191919 !important;
    color: #606060 !important;
}

.sf-form {
    display: inherit;
    margin-top: 0em;
    margin-block-end: 0px !important;
}

.sf-input-section {
    margin-bottom: 1.5rem!important;
}
.sf-label-column {
    font-size: 1rem!important;
    font-weight: 700!important;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sf-label-required.required:after  {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    padding-right: .25rem;
    font-weight: 700;
}
.sf-label-tooltip{
    padding-left: .25rem;
    padding-right: .25rem;
}
.form-control.sf-form-control {
    background-color: #f5f8fa;
    border-color: #eef3f7;
    color: #222222;
    transition: color .2s ease,background-color .2s ease;
    min-height: calc(1.6em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.form-control.sf-form-control:focus {
    background-color: #eef3f7;
    color: #222222;
    transition: color .2s ease,background-color .2s ease;
    box-shadow: none;
}

.form-control.sf-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3b3b3;
}

.sf-select-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(100% - 40px);
    right: calc(100% - 40px);
    z-index: 9;
    cursor: pointer;
    color: #ffffff;
    background-color: #00000000;
    pointer-events: none;
    top: 0;
}

/* SELECTBOX */

.idy_selectbox .idy_selectbox_option {
    border: solid 2px #dddddd !important;
    font-variation-settings: 'wght' 500 !important;
    transition: 0.5s all;
}
.idy_selectbox .btn-check:checked+.idy_selectbox_option {
    border: solid 2px #000000 !important;
    font-variation-settings: 'wght' 700 !important;
}
.idy_selectbox .idy_selectbox_option:hover {
    border: solid 2px #999999 !important;
    font-variation-settings: 'wght' 700 !important;
}
/* Z INDEXED */

.idy_zindex_overall {
    z-index: 999999 !important;
}
.idy_zindex_top {
    z-index: 99999 !important;
}
.idy_zindex_medium {
    z-index: 1060 !important;
}
.idy_zindex_center {
    z-index: 1050 !important;
}
.idy_zindex_minimal {
    z-index: 99 !important;
}
.idy_zindex_bottom {
    z-index: 9 !important;
}

/* TEXT TRUNCATE */

.idy_text_truncate {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.idy_text_truncate_2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.idy_text_truncate_3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/* blurry background */

.idy_bg_blur {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(30px);

}

.idy_bg_blur_white {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.idy_bg_blur_dark {
    background-color: rgb(34 34 34 / 80%) !important
}

.idy_bg_blur_primary {
    background-color: rgb(255 193 7 / 85%) !important
}

.idy_sticky_top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.idy_rounded_top {
    border-start-start-radius: 20px;
    border-start-end-radius: 20px;
    overflow: hidden;
}

/* COLORS background */
.idy_bg_dark {
    background: #222222 !important;
}

.idy_bg_secondary  {
    background: #333A40 !important;
}

.idy_bg_success {
    background: #00b083 !important;
}
.idy_bg_black {
    background: #171717 !important;
}


/* COLORS TEXT */
.idy_text_dark {
    color: #222222 !important;
}

.idy_text_success {
    color: #00b083 !important;
}

/* DRAG & DROP */

.idy_thumbnail_image_wrapper {
    position: relative;
    border-radius: 10px !important;
    overflow: visible;
    outline: 1px solid #c5cde0;
}
.idy_thumbnail_upload_status {
    position: relative;
}
.idy_upload_status.idy_uploading {
    top: 0;
    z-index: 100;
    padding: 10px;
    background: rgb(0 0 0 / 37%);
    color: #ffffff;
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    border-radius: 10px !important;
}
.idy_upload_status.idy_uploaded {
    bottom: 0;
    text-align: end;
    z-index: 999;
    padding: 10px;
    background: rgb(23 136 84 / 75%);
    color: #ffffff;
    height: 20%;
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}
.idy_upload_error {
    background-color: #ffc9c9;
    max-width: 130px;
    height: 130px;
    min-height: 130px;
    padding: 10px;
    color: #772929;
    font-size: 14px;
}

.idy_thumbnail_image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: 0px;
    border-radius: 10px;
}

.idy_drop_zone {
    border: 2px dashed #000000;
    border-radius: 8px;
    padding: 70px 25px;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
}
.idy_drop_zone:hover, .highlight {
    background-color: #f3fff9 !important;
    border: 2px dashed #5fa67f;
    color: #178854;
    transition: 0.5s all;
}
.idy_thumbnail_container {
    padding: 20px 0px;
}

.idy_action_item {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 101;
}
.idy_action_dropdown {
    top: 0;
    right: 0;
    color: #e5eaf6;
    width: 27px;
    height: 27px;
    background: rgb(0 0 0 / 63%);
}
.idy_action_checkbox {
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}
.idy_thumbnail_image_wrapper:hover .idy_action_dropdown, .idy_thumbnail_image_wrapper:hover .idy_action_checkbox {
    display: block; 
}
.idy_remove_from_dom {
    cursor: pointer;
}
.idy_removing_element_from_dom {
    background-color: #f8d7da !important;
    color: #b02a37;
}
.idy_remove_element_from_dom_animation {
    transition: border 0.5s ease-out, opacity 1s ease-out;
    border: 0px solid #b02a37;
    opacity: 0;
}
.idy_sortable_checkbox_option {
    border: solid 1px;
}
.idy_sortable_select_unchecked {
    border-radius: 4px;
    border-color: #c5cde0;
}
.idy_sortable_select_checked {
    border-radius: 5px;
    border-color: #198754;
}
.idy_thumbnail_image_wrapper .idy_sortable_select_unchecked{
    display: flex; 
}
.idy_sortable_selected .idy_action_checkbox .idy_sortable_select_unchecked {
    display: none !important;
}
.idy_sortable_selected .idy_action_checkbox .idy_sortable_select_checked {
    display: flex !important;
}

.idy_thumbnail_image_wrapper.idy_sortable_chosen {
    position: relative;
    z-index: 9 !important;
}
.idy_sortable_chosen > *:first-child {
    background-color: rgba(229, 234, 246, 1);
    mix-blend-mode: multiply;
}
.idy_sortable_preview .idy_thumbnail_image_wrapper , .idy_sortable_handle {
    cursor: grab;
}
.idy_sortable_preview .idy_thumbnail_image_wrapper .dropdown-menu,
.idy_sortable_handle .dropdown-menu {
    cursor: initial; /* or whatever cursor you want */
}
.idy_sortable_handle_icon {
    font-weight: bold;
    letter-spacing: 2px;
    cursor: grab;
    line-height: 0;
    margin-top: -4px;
}
.idy_sortable_selected > *:first-child {
    border: dashed 1px #198754;
    color: #198754;
}
.idy_thumbnail_image_wrapper.idy_sortable_selected > *:first-child {
    border: none !important;
}
.idy_sortable_swap > *:first-child, .idy_sortable_ghost > *:first-child {
    background-color: #ecf3ee;
    color: #198754;
    mix-blend-mode: multiply;
}

/* YOUTUBE VIDEO */
.idy_youtube_video_container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.idy_youtube_video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* STATUS */

.idy_status_wrapper {
    display: flex;
}
.idy_status {
    width: 10px;
    height: 10px;
}
.idy_status_text {
    padding: 0px 3px;
}
@media screen and (max-width: 768px){
    .idy_status_wrapper {
        width: auto !important;
    }
}

.idy_animation_pulse {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    background: inherit; /* Example color */
    --pulse-size: 10px; /* Adjust this to control the pulse size */
  }
  
  .idy_animation_pulse:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(var(--pulse-size) / -2);
    top: calc(var(--pulse-size) / -2);
    width: calc(var(--pulse-size) + 100%);
    height: calc(var(--pulse-size) + 100%);
    border-radius: 100px;
    background: inherit;
    animation: pulse 4s linear infinite;
  }
  
@keyframes pulse {
  0% {
      transform: scale(0.5);
      opacity: 0.5;
  }
  25% {
      transform: scale(2);
      opacity: 0;
  }
  26% {
      transform: scale(0);
      opacity: 0;
  }
  27% {
      transform: scale(0.5);
      opacity: 0.5;
  }
  55% {
      transform: scale(2);
      opacity: 0;
  }
  100% {
      transform: scale(0.5);
      opacity: 0;
  }
}


.idy_animation_jump {
    animation: 
      bounce 300ms
      alternate 2
      cubic-bezier(.2, .65, .6, 1);
}

@keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-20px);
    }
}



.idy_animation_fade_in {
    animation: 1s fadeIn;
}

@keyframes fadeIn {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}



.idy_animation_fade_out {
    animation: 1s fadeOut;
}

@keyframes fadeOut {
    0% {
      transform: translateY(0%);
      opacity: 1;
    }
    100% {
      transform: translateY(100%);
      opacity: 0;
    }
}



.idy_animation_fade_up {
    animation: 1s fadeUp;
}

@keyframes fadeUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}


.idy_animation_rotate {
    animation: rotate 1s ease-in-out both;
  }
  
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}





/* Apply the animation when the class is added */
.idy_animation_scale_down {
    animation: scaleDown 1.5s forwards;
}

  
/* Define the keyframe animation */
@keyframes scaleDown {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(0);
      opacity: 0;
    }
  }
  



 /* Apply the animation when the class is added */
 .idy_animation_scale_up {
     animation: scaleUp 1.5s forwards;
 }
    
@keyframes scaleUp {
    from {
      transform: scale(0);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  


 /* Class to apply the bounce animation */
 .idy_animation_bounce {
     animation: bounce 0.5s ease-out;
 }
  @keyframes bounce {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
  }
  





.loader-container {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 35%);
}

.loader {
    width: 0;
    height: 5px;
    background-color: #00b083;
    animation: load 0.5s forwards;
}

@keyframes load {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

  


  .idy_svg_animation {
    width: 100px;
    display: block;
  }
  
  .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  
    &.circle, &.check {
      stroke: #00b083;
    }
  
    &.line {
      stroke: #DB2E3D;
    }
  
    &.circle {
      -webkit-animation: dash 1.2s ease-in-out;
      animation: dash 1.2s ease-in-out;
    }
  
    &.line {
      stroke-dashoffset: 1000;
      -webkit-animation: dash 1.2s .55s ease-in-out forwards;
      animation: dash 1.2s .55s ease-in-out forwards;
    }
  
    &.check {
      stroke-dashoffset: -100;
      -webkit-animation: dash-check 1.2s .55s ease-in-out forwards;
      animation: dash-check 1.2s .55s ease-in-out forwards;
    }
  }
  

  .idy_svg_success .path.check,
  .idy_svg_success .path.circle {
    stroke: #00b083; 
  }
  

  .idy_svg_danger .path.line,
  .idy_svg_danger .path.circle {
    stroke: #DB2E3D; 
  }
  
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  
  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  
  
 


  .idy_animate_plus_reset {
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }
  
  .idy_animate_plus {
    position: relative;
    min-width: 40px;
    min-height: 40px;
    width: 1.5em;
    height: 1.5em;
    /*background-color: transparent;*/
  }
  
  .idy_animate_plus:before,
  .idy_animate_plus:after {
    background-color: #000000;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.375em;
    right: 0.375em;
    height: 0.150em;
    transition: transform 300ms cubic-bezier(.75,-0.6,.14,1.59) 150ms;
    will-change: transform, background-color;
  }
  
  .idy_animate_plus:before {
    /*transform: translate(0, 0) rotate(-90deg) scale(1, 1);*/
    transform: translate(0, 0) rotate(-90deg) scale(0.5, 1);
  }
  
  .idy_animate_plus:after {
    /*transform: translate(0, 0) rotate(180deg) scale(1, 1);*/
    transform: translate(0, 0) rotate(180deg) scale(0.5, 1);
  }
  
  .idy_animate_plus_check__text {
    position: absolute;
    top: -3125rem;
    left: -3125rem;
    font-size: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
  }
  
  .idy_animate_plus[data-state='active']:before,
  .idy_animate_plus[data-state='active']:after {
    background-color: #000000;
    transition-duration: 150ms;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }
  
  .idy_animate_plus[data-state='active']:before {
    /*transform: translate(calc(25% - .175em), -.175em) rotate(-45deg) scale(1, 1);*/
    transform: translate(calc(25% - 0.25em), 0em) rotate(-45deg) scale(0.6, 1);
  }
  
  .idy_animate_plus[data-state='active']:after {
    /*transform: translate(-25%, .175em) rotate(45deg) scale(.43, 1);*/
    transform: translate(-20%, 0.16em) rotate(45deg) scale(.33, 1);
  }
  


  

/* OTHERS */

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    background-image: none !important;
}

.form-switch .form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 28px;
    width: 48px;
    margin: 0;
    box-shadow: none !important;
}
.was-validated .form-check-input:valid:checked {
    background-color: #6324c8;
}

.sf-switch {
    border: 0;
    background-color: #f5f8fa;
    min-width: 55px !important;
}


.idy_input_check {
    font-size: 16px;
    line-height: 0;
}
.idy_input_check_choice {
    color: #bbbbbb;
}

.idy_input_check_choice_checked {
    color: #00b083;
    display: none;

}

.idy_input_check_quantity_wrapper {
    display: none;
}

input[type="checkbox"]:checked ~ label .idy_input_check_choice,
input[type="radio"]:checked ~ label .idy_input_check_choice {
    display: none;
}
input[type="checkbox"]:checked ~ label .idy_input_check_choice_checked,
input[type="checkbox"]:checked ~ label .idy_input_check_quantity_wrapper,
input[type="radio"]:checked ~ label .idy_input_check_choice_checked,
input[type="radio"]:checked ~ label .idy_input_check_quantity_wrapper {
    display: block;
}


.idy_input_invalid {
    position: absolute;
    top: 0;
    font-size: 12px !important;
    inset-inline-start: 33px;
    background: #e81227;
    color: #ffffff !important;
    padding: 0px 10px;
    width: auto !important;
    border-radius: 20px;
}