::-webkit-scrollbar {
    /*width: auto !important; */ /* DONT Remove scrollbar space */
    width: 0px;
    background: transparent;  /* Optional: just make scrollbar invisible */
  }


:root {

    /*!colors*/
    --color-principal: #af8c2b;
    --color-secondary: #e7d5a1;
    --color-background1: #403927;

    --black_color: #353232; /*! not changing with partner */
    --color-gray-text: #7A7A7A;

    --color-background2: #af9667;
    --color-button-bkg : #af8c2b;
    --color-button-txt: white;

    /*! Sizes */
    --font-size-base: 16px;
    --font-size-medium: 18px;
    --font-size-large: 20px;
    --font-size-xlarge: 30px;
    --font-size-xxlarge: 32px;
    --font-size-xxxlarge: 40px;
    --font_size_max: 50px;


    --max_width: 2100px;
}

body{
    max-width: var(--max_width) !important;
    margin: 0 auto;
    position: relative;
    /* font-family: satoshi_medium; */
    font-family: Sans-serif;
}

/*! Themes */
.theme_expiritualidad{
    --color-principal: #af8c2b;
    --color-secondary: #e7d5a1;
    --color-background1: #403927;
    --color-gray-text: #7A7A7A;

    --color-background2: #af9667;
    --color-button-txt: white;
}

.theme_cetip{
    --color-principal: #2469b1;
    --color-secondary: #a1cce7;
    /* --color-background1: #273340; */
    --color-secondary: #a1cce7;
    
    --color-gray-text: #7A7A7A;

    --color-background2: #4c749f;
    --color-button-txt: white;
}


/*! Mobile root overwrites. For mobile classes go bottom file*/
@media only screen and (min-width: 0px) and (max-width: 768px){

    :root {
        --font-size-base: 16px;
    }

}


.font_size_regular{
    font-size: var(--font-size-base);
}

.font_size_l{
    font-size: var(--font-size-medium);
}

.font_size_xl{
    font-size: var(--font-size-large);
}

.font_size_max{
    font-size: var(--font_size_max);
}

/* Fonts */

@font-face {
    font-family: poppins_bolder;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: poppins_bold;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppins_regular;
    src: url(../fonts/poppins/Poppins-Light.ttf);
}

.poppins_regular{
    font-family: poppins_regular;
}

.poppins_bold{
    font-family: poppins_bold;
}

.poppins_bolder{
    font-family: poppins_bolder;
}

@font-face {
    font-family: satoshi_regular;
    src: url(../fonts/satoshi/Satoshi-Regular.ttf);
}

@font-face {
    font-family: satoshi_medium;
    src: url(../fonts/satoshi/Satoshi-Medium.ttf);
}

@font-face {
    font-family: satoshi_bold;
    src: url(../fonts/satoshi/Satoshi-Bold.ttf);
}

@font-face {
    font-family: satoshi_superbold;
    src: url(../fonts/satoshi/Satoshi-Black.ttf);
}

.satoshi_regular{
    font-family: satoshi_regular;
}

.satoshi_medium{
    font-family: satoshi_medium;
}

.satoshi_bold{
    font-family: satoshi_bold;
}

.satoshi_superbold{
    font-family: satoshi_superbold;
}


.sans_serif{
    font-family: Sans-serif;
}

/*! end of themes */


/*! Expiritualidad V2 */

.ex_general_button {
    font-size: var(--font-size-base);
    color: var(--color-button-txt);
    font-weight: 500;
    background-color: var(--color-principal);
    border-radius: 50px;
    min-width: 100px;
    padding: 16px 31px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.ex_navbar_logo img {
    padding: 28px;
    padding-bottom: 18px;
    height: 50px;
}

.ex_header{
    width: 100%;
    height: 938px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
}

.ex_header_cta{
    width: fit-content;
    text-align: center;
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    margin-left: -5px;
}

.main_footer{
    background-color: var(--color-background0);
    display: flex;
    height: 187px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.main_footer img{
    height: auto;
}

.ex_big_title{
    color: var(--color-principal);
    font-size: var(--font_size_max);
    font-weight: 500;
    line-height: 65px;
    padding-bottom: 25px;
}

.ex_theme_info{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 110px 0;
}

.ex_theme_info_img{
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0 30px;
}

.ex_theme_info_col2{
    position: relative;
    width: 100%;
    padding: 20px 30px;
}

.ex_theme_info_element{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
}

.ex_theme_info_element_title{
    color: var(--black_color);
    display: block;
    font-size: 20px;
    padding-top: 8px;
}

.ex_theme_info_element_text_content{
    line-height: 1.6;
}

.separator{
    position: relative;
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #353232;
}

.ex_info_component{
    width: 80%;
    height: auto;
    padding: 60px 0;
    margin: 0 auto;
}

.ex_info_soft_text{
    font-size: var(--font-size-base);
    color: #A6A6A6;
}

.ex_info_data_table{
    display: flex;
    justify-content: center;
    padding-left: 20px;
    line-height: 1.7;
}

.ex_info_icon_table{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-top: 20px;
}

.ex_info_icon{
    color: var(--color-principal);
    font-size: 22px;
    padding-left: 10px;
}

.ex_info_col1{
    width: 49%;
}

.ex_info_col2,.ex_info_col3{
    width: 25%;
}

.ex_info_col1 span {
    color: var(--color-principal);
    font-size: 25px;
    font-weight: 600;
}


.ex_info_header{
    color: var(--color-principal);
    font-size: 23px;
    font-weight: 400;
}

.ex_inspiration_component{
    width: 100%;
    height: 790px;
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;

    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 70px;

}

.ex_inspiration_logo{
    width: 62px;
    height: 61px;
    margin: 0 auto;
}

.ex_inspiration_text{
    font-size: var(--font-size-medium);
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}

.ex_video_component{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    height: 700px;
}

.ex_video_component_title{
    color: var(--black_color);
    font-size: var(--font-size-xxlarge);
    font-weight: 500;
    line-height: 65px;
    padding-bottom: 5px;
}

.ex_video_component_description{

}

.background_horizontal_bar{
    background-color: var(--color-background1);
    height: 50%;
    width: 100%;
}

.ex_intro{
    width: 100%;
    display: flex;
    padding: 40px;
    position: relative;
    justify-content: center;
    box-sizing: border-box;
    background-position: bottom;
    gap: 60px;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
}

.ex_intro_module{
    width: 100%;
    max-width: 360px;
    display: flex;
    border-radius: 25px;
    padding: 45px;
    flex-direction: column;
    box-sizing: border-box;
}

.youtube_iframe{
    width: 100%;
    height: 200px;
}

.youtube_iframe_big{
    width: 80%;
    height: 80%;
    max-height: 637px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ex_video_component_content{
    width: 100%;
    height: 640px;
    position: relative;
    display: flex;
    align-items: center;
}

.top_radius{
    border-radius: 25px 25px 0 0;
}

.full_radius{
    border-radius: 25px;
}

.ex_intro_white_module{
    padding: 0 !important;
    padding-bottom: 40px !important;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    z-index: 1;
    box-shadow: 0 0 20px 4px #00000014;
    border-radius: 25px;
}

.ex_intro_module_video_content{
    padding: 5px;
}

.ex_intro_module_title{
    padding-left: 10px;
    padding-top: 10px;
}

.ex_intro_module_text{
    color: var(--color-principal);
}

.dark_blur{
    color: var(--color-button-txt);
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.white_blur{
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    z-index: 1;
    box-shadow: 0 0 20px 4px #00000014;
}

.uppercase{
    text-transform: uppercase;
}

.features_list{
    list-style-type: none;
    margin: 0;
    padding: 7px;
    padding-top: 14px;
}

.features_list_feature{
    display: flex;
    align-items: center;
    height: 50px;
}

.features_list_feature_icon{
    margin-top: 8px;
    padding-right: 13px;
}

.exp_navbar_menu_items {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 47px;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.exp_navbar_menu_item {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    height: 46px;
    position: relative;
    width: auto;
    align-items: center;
    text-wrap: nowrap;
    float: left;
    opacity: 1 !important;
    justify-content: center;
}

.exp_navbar_menu_item:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 500ms;
}

.exp_navbar_menu_item:hover .im_navbar_dropdown {
    display: block;
}

.ex_navbar_container {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 20px 0px #0000001a;
}

.ex_br_navbar{
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 70px;
    display: inline-flex;
    flex-direction: row;
    padding-top: 0px;
    z-index: 9999;
    transition: background-color 150ms linear;
    justify-content: center;
    background-color: white;
    max-width: var(--max_width) !important;
}

.darken_gradient{
    display: none;
}

.white_gradient{
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.white_text{
    color: white;
}

.ex_module_title{
    display: flex;
    justify-content: center;
    width: 100%;    
    font-size: 95px;
    padding-top: 1em;
    text-align: center;
    text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.7);
}

.ex_module_subtitle{
    display: flex;
    justify-content: center;
    width: 100%;    
    font-size: 40px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.7);
}

.gradient {
    height: 95px;
    background-image: linear-gradient(to bottom, var(--color-secondary), transparent);
    margin-top: 79px;
}

.black_background
{
    opacity: 0;
    pointer-events: none;
    top: 0;
    z-index: 9998 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    transition: backdrop-filter ease-in-out 0.2s;
    left: 0;
}

.black_background_visible
{
    backdrop-filter: blur(4px);
    transition: all ease-in-out 0.2s;
    opacity: 1;
    pointer-events: all;
}

.device_base_controller{ 
    width: auto;
}

.transition_padding{
    padding-left: 20px;
}

.p_relase_color{
    color: #a30808; 
}

.p_test_color{
    color: #067e02;
}

.p_dev_color{
    color: #0a60b1;
}

.p_preprod_color{
    color: #c40aeb;
}

.p_preprod{
    background-color: #c40aeb;
}

.p_relase{
    background-color: #a30808;
}

.p_test{
    background-color: #067e02;
}

.p_dev{
    background-color: #0a60b1;
}

.p_relase, .p_test, .p_preprod, .p_dev{
    height: 65px;
}

.bn_hidden{
    display: none !important;
}

.bn_general_popup{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0 20px 4px rgb(0 0 0 / 11%);
    min-width: 380px;
    min-height: 250px;
    margin: auto;
    z-index: 99999 !important;
    flex-direction: column;
    padding: 50px;
    width: 40%;
    position: fixed;
    top: 39%;
    left: 56%;
    transform: translate(-50%, -50%);
}

.text_center{
    text-align: center;
}

.tip{
    color: rgb(162, 14, 14);
}

/* ! Expiritualidad */
.meditation_core{
    position: relative;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.meditation_timer{
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
    display: block;
}

.meditation_complete{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ex_checkbox_with_label{
    display: flex;
    align-items: center;
}

.ex_action_button_big {
    color: var(--color-button-txt) !important;
    background-color: var(--color-background2);
    border-radius: 8px;
    min-width: 240px;
    width: fit-content;
    height: 60px;
    font-size: 21px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline;
}

.ex_action_button_small {
    color: var(--color-button-txt) !important;
    background-color: var(--color-background2);
    border-radius: 8px;
    width: fit-content;
    font-size: 21px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline;
}

.ex_selector_table{
    display: flex;
    width: 550px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ex_patterns_block{
    width: 80%;
    max-width: 1020px;
    min-width: 600px;
    display: flex;
    border: 1px solid #ccc;
    flex-direction: column;
}

.ex_pt_row{
    width: 100%;
    display: flex;
}

.ex_pt_border_row{
    border: 1px solid #ccc;
}

.ex_pt_title{
    padding: 9px 10px;
    height: 0px;
    display: block;
}

.ex_input_fields_patterns_block {
    padding: 3px 3px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ex_checkbox_patterns_block {
    padding: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}

.button_give_feedback{
    color: white !important;
    background-color: #aaaaaa;
    border-radius: 7px;
    min-width: 160px;
    width: fit-content;
    height: 40px;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    display: inline-block;
  }

.im_subtitle_regular{
    width: 100%;
    font-size: 22px;
    color: var(--intermodules_gray);
}

.admin_footer_camara_panel_down{
    position: relative;
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    left: -2px;
    bottom: 10px;
}

.admin_footer_camara_panel_down img{
    width: 100%;
}

.full_width{
    width: 100%;
}

.centered_button{
    margin: 0 auto;
    display: flex;
    transform: translateX(-2px);
}

.close_popup_button{
    position: absolute;
    right: 6px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 25px;
    font-size: 22px;
    font-weight: 800;
    color: #004a90;
}

.collapsible {
    background-color: #004A90;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: var(--color-background1);
}

.delete_icon{
    margin-left: -2px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 22px !important;
    text-align: center;
}

.delete_row{
    text-align: center; 
    width: 53px;
}

.input_fields {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input_fields_small {
    width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input_fields_mini {
    width: 100px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    
}

.t_green{
    color: rgb(11, 150, 11);
}

.t_red{
    color: rgb(173, 8, 8);
}

.contract_text{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.open_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.free_flex {
    margin: 0;
}

.auto_field{
    width: auto;
    padding: 12px 20px;
    padding-right: 0;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.date_field {
    width: 170px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.mini_input_field {
    width: 100px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.auto_width{
    width: auto;
}

/* TEST section*/
.test_action{
    cursor: pointer;
}

.left_menu_title{
    display: block;
    cursor: pointer;    
}

.hidden_left_menu{
    height: 0;
    overflow: hidden;
}

.center{
    text-align: center;
}

.test_table{
    display: table;
    border-collapse: collapse;
}

.test_row{
    display: table-row;
}

.test_cell{
    display: table-cell;
    min-width: 75px;
    border: #c3c3c3;
    border-style: solid;
    border-width: 1px;    
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.test_passed_mark::before{
    font-size: 19px;
    color: green;
    content: "\2713";
    width: 100%;
    text-align: center;
    font-weight: bolder;
    display: block;
}

.test_failed_mark::before{
    font-size: 19px;
    color: red;
    content: "X";
    width: 100%;
    text-align: center;
    font-weight: bolder;
    display: block;
}

.test_running::before{
    font-size: 20px;
    color: rgb(65, 65, 65);
    content: "...";
    width: 100%;
    text-align: center;
    display: block;
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-xlarge{font-size:22px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}



/* END TEST */

.selected_row{
    background-color: #6fdd6b !important;
} 

.purchases_rows {
    cursor: pointer;
}

.bn_admin_env_version{
    position: relative;
    display: flex;
    color: white;
    font-size: 10pt;
    margin-left: 11px;
    padding-bottom: 3px;
    height: 100%;
    align-items: flex-end;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c3c3c3;
}

.admin_popup{
    background-color: rgba(17, 17, 17, 0.336);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 900;
}

.admin_popup_window{
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 65%;
    height: 70%;
    background-color: white;
    overflow: auto;
    -webkit-box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    align-items: baseline;
    margin-top: 110px;
    justify-content: center;
    z-index: 9999999;
}

.admin_popup_security_window {
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 65%;
    height: 70%;
    background-color: white;
    overflow: auto;
    -webkit-box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    box-shadow: -1px 3px 22px -1px rgb(0 0 0 / 41%);
    margin-top: 110px;
    flex-direction: column;
    padding: 10%;
    font-size: 23px;
    z-index: 9999999;
}

.ap_button_small{
    color: white !important;
    background-color: #004A90;
    border-radius: 32px;
    min-width: 140px;
    width: fit-content;
    height: 40px;
    font-size: 19px;
    margin: 0 auto;
    border: none;
    display: inline-block;
    cursor: pointer;
  }

  .input_drag_and_drop {
    width: 410px;
    padding: 54px 90px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 22px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20pt;
}


.input_styled{
    width: fit-content;
    padding: 0px 19px;
    margin: 9px 0 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15pt;
    display: flex;
    align-items: center;
    align-content: flex-end;
    line-height: 45px;
    padding-right: 40px;
}

.styled_input_icon{
    display: inline;
    font-size: 18pt;
    margin-top: 1px;
}

.styled_input input[type="file"] {
    display: none;
}

.pink_highlight{
    background-color: #d005fb;
}

.bn_admin_edit_platform_categories_col
{
    width: 100px;
    margin-right: 40px;
}

.big_checkbox{
    transform: scale(2);
    margin-left: 16px !important;
}

.m_col {
    width: 49%;
    padding: 50px;
    margin: 0 auto;
}

.m_table{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.title_menu{
    margin-top: 35px;
    margin-bottom: 0;
    background-color: #111;
    color: white;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    width: 100%;
    font-size: 14pt;
    flex-direction: column;
    justify-content: space-around;
}

.changelog_panel{
    height: 100vh;
    overflow: scroll;
}

.info_m{
    color: #a554ff;
    font-weight: bold;
}

.warning{
    color: red;
    font-weight: bold;
}

.soft_warning{
    font-weight: 500;
    color: #9b0808;
}

.info{
    color:#004A90;
    font-weight: bold;
}


.select_def{
    width: 450px;
}


.admin_menu_left{
    width: 300px;
    background-color: #fbfbfb;
    color: #474747;
    text-align: left;
    padding: 20px;
    position: absolute;
    top: 65px;
    bottom: 0;
}


.admin_panel_content{
    position: absolute;
    left: 300px;    
    top: 65px;
    bottom: 0;
    width: calc(100% - 300px);
}


.admin_module{
    padding: 20px;
    margin: 0 auto;
    padding-left: 80px;
}


.inline_input_row{
    display: flex;
    align-items: center;
    min-height: 57px;
}

.inline_input_row_col1_small{
    width: 120px;
    min-width: 120px;
}

.inline_input_row_col1{
    width: 220px;
    min-width: 220px;
    text-wrap: balance;
}

.issue_status{
    font-weight: bolder;
    display: flex;
    justify-content: center;
    line-height: 2.38;
}

.issue_green
{
    background-color: #00a500;
    color: white;
}

.issue_red
{
    background-color: #e90000;
    color: white;
}

.issue_yellow
{
    background-color: #f7f700;
}

.issue_orange
{
    background-color: #f19e04;
    color: white;
}

.full_width{
    width: 100% !important;
}


.inline_input_row_col2{
    width: 100%;
    margin-right: 50px;
}


.ap_right_button {
    color: white !important;
    background-color: #004A90;
    border-radius: 32px;
    min-width: 190px;
    width: fit-content;
    height: 60px;
    font-size: 19px;
    border: none;
    display: block;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.register_kit_radios{
    width: 90%;
    display: flex;
    flex-direction: row;    
    justify-content: center;
    padding: 15px 0;
}

.register_kit_radio{
    padding: 0 20px;
}

.custom_label {
    font-size: 1.0125rem;
    font-weight: 500;
    color: #242424;
    margin-bottom: 0.25rem;
}

.label_row{
    display: flex;
}

.required_field::after {
    content: '*';
    color: red;
  }


.ap_table td, .ap_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 6px !important;
    position: relative;
}

.ex_mobile_bar_menu {
    display: none;
}

.beta-superscript {
    color: red;        /* Color rojo */
    font-size: 0.75em; /* Tamaño más pequeño (ajustable según necesidad) */
    font-weight: bold; /* Negrita */
    vertical-align: super; /* Para que aparezca como superíndice */
}


@media only screen and (max-device-width: 1200px) {
    .exp_navbar_menu_items {
        position: relative;
        justify-content: flex-start;
    }

    .ex_footer img{
        height: auto;
        width: 90%;
    }

}


@media only screen and (max-device-width: 1020px) {

    .ex_theme_info {
        flex-wrap: wrap;
    }

    .ex_big_title {
        font-size: var(--font_size_max);
        text-align: center;
        padding-top: 25px;
    }

}

@media only screen and (max-device-width: 978px) {
    .exp_navbar_menu_items {
        display: none;
    }

    .ex_mobile_bar_menu {
        display: none; /* flex disabled for now */
        width: 100%;
        justify-content: center;
        cursor: pointer;
    }
}




/*! Official mobile view measure */
@media only screen and (max-device-width: 767px) {


    .ex_info_data_table {
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 41px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .ex_info_col1, .ex_info_col2, .ex_info_col3 {
        width: 100% !important;
    }

    .ex_info_icon_table {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 20px;
        padding-left: 0;
    }

    .ex_info_icon {
        padding: 10px !important;
    }

    .ex_inspiration_component {
        height: 580px;
        margin-top: 0px;
        background-position: 56% center;
    }

    .ex_inspiration_text {
        width: 85%;
    }

    .ex_video_component {
        height: auto;
    }

    .ex_video_component_content {
        height: 250px;
    }

    .background_horizontal_bar {
        height: 100px;
    }

    .ex_meditation_info_image_content {
        flex-direction: column;
        text-align: center !important;
    }

    .ex_meditation_info_col1, .ex_meditation_info_col3 {
        text-align: left !important;
        width: 66%;
        position: relative;
        display: block;
        z-index: 1;
    }

    .ex_meditation_info_col2 {
        width: 100%;
        margin-left: 40%;
        position: absolute;
    }

    .ex_meditation_info_header_title{
        font-size: var(--font-size-xlarge);
        width: 90%;
    }

    .ex_theme_info {
        padding-bottom: 20px;
    }

    .ex_theme_info_img {
        width: 70%;
    }

    .ex_big_title {
        font-size: var(--font-size-xlarge);
        padding: 20px !important;
        line-height: 1.3;
    }

    .ex_theme_info_element {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }


    .ex_header_cta{ 
        bottom: 190px;
    }

    .ex_footer{
        height: 115px;
    }

    .ex_intro {
        padding: 0 20px;
        padding-bottom: 40px;
    }

    .ex_intro_module {
        padding: 30px;
    }

    .features_list {
        list-style-type: none;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
        text-wrap: pretty;
        box-sizing: border-box;
        margin-top: 14px;
    }

    .features_list_feature_icon {
        margin-top: 12px;
        padding-right: 18px;
    }

    .ex_navbar_logo img {
        height: 44px;
        padding: 15px;
        padding-top: 23px;
    }

    .ex_module_title{
        font-size: 47px;
        padding-top: 0.65em;
        text-shadow: 2px 2px 17px rgba(0, 0, 0, 1);
        line-height: 1;
        z-index: 2;
        position: relative;
    }

    .ex_module_subtitle{
        width: auto;
        font-size: 24px;
        padding: 18px 50px;
        text-shadow: 2px 2px 17px rgba(0, 0, 0, 1); 
        z-index: 2;       
        position: relative;
    }

    .ex_header{
        height: 620px;
        background-position: top center;
        background-size: cover;
        margin-top: 70px;
    }

    .darken_gradient{
        display: block;
        position: absolute;
        background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 40%);
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    

    /* With to 100% */
    .device_base_controller,
    .input_fields_small,
    .ex_action_button_small,
    .ex_action_button_big
    {
        width: 100% !important;
    }

    .device_base_controller{

    }

    .initial_block{
        margin-top: -130px;
    }

    .inline_input_row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .inline_input_row_col2 {
        width: 100%;
        margin-right: 0;
    }

    .input_fields_small {
        text-align: center !important; 
    }

    .ex_selector_table {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .transition_padding{
        padding-left: 0 !important;
    }

    .ex_patterns_block {
        width: 100%;
        max-width: 100%;
        min-width: 20%;
        display: flex;
        border: 1px solid #ccc;
        flex-direction: column;
    }

    .ex_pt_title {
        padding: 15px;
        height: auto;
        display: block;
        padding-bottom: 0;
        margin-bottom: -9px;
    }

    .ex_pt_row {
        width: 100%;
        display: flex;
        height: 54px;
    }

    .ex_input_fields_patterns_block {
        text-align: center;
    }

    .ex_checkbox_patterns_block {
        padding: 20px;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
        height: 70%;
        width: 84%;
        margin-top: 8px;
    }

    input[type=number].ex_checkbox_patterns_block::-webkit-inner-spin-button,
    input[type=number].ex_checkbox_patterns_block::-webkit-outer-spin-button {
        opacity: 1;
    }

   

}


@media only screen and (max-device-width: 500px) {
    .ex_footer{
        height: 65px;
    }
}