:root {
    --main_color: #af8c2b;
    --light_color: #e7d5a1;
    --dark_color: #403927;
    --font_color: #6d6d6d;

    --bg_color: #af9667;
    --font_over_bg_color: white;

    --binartis_blue: #6d6d6d; /* remove this */
}

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

/*! Themes */
.theme_expiritualidad{
    --main_color: #af8c2b;
    --light_color: #e7d5a1;
    --dark_color: #403927;
    --font_color: #6d6d6d;

    --bg_color: #af9667;
    --font_over_bg_color: white;
}

.theme_cetip{
    --main_color: #2469b1;
    --light_color: #a1cce7;
    --dark_color: #273340;
    --font_color: #6d6d6d;

    --bg_color: #4c749f;
    --font_over_bg_color: white;
}





/*! end of themes */


/** Expiritualidad V2 */
.gradient {
    height: 95px;
    background-image: linear-gradient(to bottom, var(--light_color), transparent);
    margin-top: 79px;
}

.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(--font_over_bg_color) !important;
    background-color: var(--bg_color);
    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(--font_over_bg_color) !important;
    background-color: var(--bg_color);
    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%;
}

.intermodules_ap_button {
    color: white !important;
    background-color: #004A90;
    border-radius: 32px;
    min-width: 240px;
    width: fit-content;
    height: 60px;
    font-size: 21px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

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

.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: #3183d1;
}

.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 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    max-width: 100% !important;
    min-width: 70%;
} */

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



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

    /* 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;
    }

    

}