﻿







/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'instrumentsans-regular';
    src: url('instrumentsans-regular.ttf') format('truetype');
}

body {
    padding-top: 50px;    
    font-family: instrumentsans-regular, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Modal styling */
.modal_fitbites {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Above the overlay */
    display: none; /* Hidden by default */
    width: 450px;
    height: 430px;
    border-radius: 25px;
}

.div_allign_left {
    text-align:left;
}

.client_profile_image {
    width: 300px !important;
    height: 350px !important;
    border-radius: 20px;
}   

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    .modal_fitbites {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 2px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        z-index: 1000; /* Above the overlay */
        display: none; /* Hidden by default */
        width: 365px;
        height: 550px;
        border-radius: 25px;
    }

    .panel-body_main_small {
        min-height:540px !important;
    }
    
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #sidebar {
        margin-left: -190px;
    }

        #sidebar.active {
            margin-left: 0px !important;            
        }

    .support {
        width: 277px;
        height: 141px;
        margin: 2px 2px 2px 2px;
    }

    .f506_header_logo {
        width: 110px;
        height: 75px;
        margin-top: -6px;
    }

    .ftb_text_h1_green {
        font-size:67.2px;
    }

    .ftb_text_h3_navy {
        color: #1A3B5B !important;
        font-size: 33px !important;
    }

    .ftb-hpanel .panel-body_main {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .ftb-hpanel .panel-body_second {
        border-top-left-radius: 25px;                
        border-bottom-left-radius: 25px;
        min-height: 510px;
    }

    .client_profile_image {
        width: 200px !important;
        height: 250px !important;
        border-radius: 20px;
    }    

    .user_profile_image {
        width: 315px !important;
        height: 315px !important;        
    }
    .dish_image {
        width: 315px !important;
        height: 315px !important;        
    }

    .ftb_ddl_delivery_day {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #1A3B5B;
        font-weight: 600;
    }

    .div-border-left {
        border-left: 0px !important;
    }    
}
/*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/
/*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/
/*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/
/*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/
/*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/ /*FITBITES*/

/*Layouts - Body*/

.bg_login {
    background-image: url('../images/backgrounds/fitbites_bg_white.png');
    background-size: 80%;
}

.bg_blue {
    background-color: #1A3B5B !important;
}

.bg_blue_image {
    background-image: url('../images/backgrounds/fitbites_bg_blue.png');
    background-size: 80%;
    background-color: #1A3B5B;
}

.bg_green_image {
    background-image: url('../images/backgrounds/fitbites_bg_white.png');
    background-size: 80%;
    background-color: #15EBA2;
}

.div-fixed-corner {
    margin-left:-5px;
    margin-top:-30px;
    margin-right: -5px;
}

#content {
    padding: 5px 5px 20px 5px;
    /*padding-left:220px;*/
    /*min-width: inherit;*/
    min-width: 85%;
}

.content_all {
    padding: 5px 5px 5px 5px;
    /*min-width: inherit;*/
    min-width: 100% !important;
}

.ftb-hpanel {
    background-color: #ffffff;
    box-shadow: 3px 3px 4px 0 #d0d0d0;
}

    .ftb-hpanel .panel-body_main_complete {
        background: #f1f2f2;
        border: transparent;
        border-radius: 25px;
        min-height: 510px;
    }

    .ftb-hpanel .panel-body_main {
        background: #f1f2f2;
        border: transparent;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        min-height: 510px;
    }

    .ftb-hpanel .panel-body_second {
        background: #1A3B5B;
        border: transparent;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        min-height: 510px;
    }

    .ftb-hpanel .panel-body_main_small {
        background: white;
        border: transparent;
        border-radius: 25px;
        min-height: 350px;
    }

    .ftb-hpanel .panel-body-client-dashboard {
        background: #f1f2f2;
        border: transparent;
        border-radius: 25px;
        min-height: 250px;
    }


.ftb-hpanel-client {
    /*background-color: #ffffff;*/
    box-shadow: 3px 3px 4px 0 #d0d0d0;
}

    .ftb-hpanel-client .panel-body-main{
        /*background: #f1f2f2;*/
        border: transparent;
        border-radius: 25px;
        min-height: 510px;
    }

.ftb-client-header {
    height: 216px;
    background-color: #15EBA2;
    opacity:0.5;
}


.ftb_navbar {
    background-color: #1A3B5B;
    height: 90px;
}

.ftb_navbar_crm {
    background-color: #1A3B5B; /*Azul*/
    /*background-color: #15EBA2; /*Verde*/
    height: 85px;
}

.ftb_header_nav {
    margin-bottom: 100px;
}

.ftb_header_nav_crm {
    margin-bottom: 55px;
}

.ftb_header_top_menu {
    margin-top: 15px;
}

.ftb_menu_top_item {
    /*color: #1A3B5B; /*azul*/
    color: #15EBA2; /*verde*/
    font-size: 18px;
}

.ftb_menu_left_item {
    /*color: #1A3B5B; /*azul*/
    color: #15EBA2; /*verde*/
}

.div_center {
    text-align: center;
}

.div_smaller {
    margin-left: 10px;
    margin-right: 10px;
}

.div_hidden {
    display: none;        
    border: 1px solid #ccc;    
}

.div_hidden_no_boarder {
    display: none;   
}
.div_alert_success_error {
    margin: 2px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;        
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid transparent;
}

.h4_success_error {
    font-size: 20px;
}

.div_alert_error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #f5c6cb;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.div_alert_success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.div_alert_internal {    
    border-radius: 25px;    
    border: 1px solid transparent;
}


.div_alert_success_error_small {
    margin: 2px !important;    
    border-radius: 18px;    
    border: 1px solid transparent;
}

.div_alert_error_small {
    background-color: #f2dede;
    color: #a94442;
    border-color: #f5c6cb;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.div_alert_success_small {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    margin: 5px;
    padding: 5px;
    text-align: center;
}


.modal_header_margin {
    margin-top:15px;
}
.modal_footer_btn_cancel {
    margin-top: 15px;
}

/*Menu*/
.adjust-wrapper {
    margin-top: -20px;
}

.wrapper {
    display: flex;
    align-items: stretch;    
}


.big_vertical_space {
    height:95px;    
}

.logout_fix {
    margin-top: 10px;
}

.lbl_ddl {
    margin-top: 10px;
    margin-bottom: 23px;
    font-weight:100;
}

.ftb_ddl_delivery_day {
    min-width: 150px;
    margin-left: 15px;
    margin-top: -6px;
    color: #1A3B5B;
    font-weight: 600;
}

#sidebar {
    min-width: 190px;
    max-width: 190px;
    min-height: 100vh;
    /*height: 100vh;*/
    background-color: #1A3B5B; /*Azul*/
    /*background-color: #15EBA2; /*Verde*/
    color: #15EBA2;
    transition: all 0.3s;
    /*position: fixed;
    z-index: 1;         
    top:0;*/
}

    #sidebar.active {
        margin-left: -190px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #15EBA2;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        /*color: #1A3B5B; /*azul*/
        color: #15EBA2; /*verde*/
    }

        #sidebar ul li a:hover {
            color: white;
            /*background-color: #1A3B5B; /*azul*/
            background-color: #15EBA2; /*verde*/
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #1A3B5B;
        /*background-color: #1A3B5B; /*azul*/
        background-color: #15EBA2; /*verde*/
    }

.user_profile_img_small {
    height: 120px;
    width: 120px;
    margin-left: 32px;
    border-radius: 45px;
    margin-bottom: 10px;
}

.menu-logo-icon {
    margin: 1px 5px 1px 1px;
    height: 25px;
    width: 25px;
}



/*LOGOS - Images*/

.ftb_header_logo {
    width: 67.4px;
    height: 79.1px;
    margin-left: 20px;
    margin-top: 5px;
}

.ftb_header_logo_crm {
    width: 67.4px;
    height: 79.1px;
    margin-left: 45px;
    margin-top: 3px;
}

.ftb_logo_modal {
    width: 70px;
    height: 79px;
    margin-left: 5px;
    margin-top: 5px;
}

.ftb_logo_main {
    width: 135.15px;
    height: 159.8px;
}

.ftb_account_employee {
    width: 108.3px;
    height: 77.8px;
    text-align: center;
    margin-top: 10px;
}

.ftb_account_admin {
    width: 105.1px;
    height: 75.6px;
    text-align: center;
    margin-top: 10px;
}

.ftb_account_sa {
    width: 95.28px;
    height: 101.4px;
    text-align: center;
    margin-top: 20px;
}

/* Headers and Text*/

.ftb_text_h1_green {
    color: #6EE9A9;
    font-size: 96px;
}

.ftb_text_h2_green {
    color: #6EE9A9;
    font-size: 48px;
}

.ftb_text_h2_navy {
    color: #1A3B5B;
    font-size: 48px;
}

.ftb_text_h3_navy {
    color: #1A3B5B;
    font-size: 36px;
}

.ftb_text_h3_green {
    color: #6EE9A9;
    font-size: 36px;
}

.ftb_text_h4_green {
    color: #6EE9A9;
    font-size: 25px;
}

.ftb_text_h4_white {
    color: white;
    font-size: 25px;
}

.ftb_text_h3_white {
    color: #FFFFFF;
    font-size: 36px;
}

.ftb_text_h5_white {
    color: #FFFFFF;
    font-size: 19px;
}

.ftb_text_space{
    margin-top:40px;
}

.ftb_text_h4_navy {
    color: #1A3B5B;
    font-size: 25px;
}

.hr_navy {
    border: 1px solid #1A3B5B;    
}

.hr_navy_short {
    border: 1px solid #1A3B5B;
    margin-left: 5px;
    margin-right: 5px;
}

.icon_green {
    color: #6EE9A9 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.icon_blue {
    color: #1A3B5B !important;
    font-size: 18px !important;    
}
.icon_text_blue {
    color: #1A3B5B !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.ftb-form-control {
    display: inline !important;
    width: 200px !important;
    text-align: right;
    margin-left: 10px;
}

.chb_allergy {
    margin: 5px !important;  
}

.lbl_chb {    
    vertical-align: middle
}

.div-border-left {
    border-left: 1px solid #1A3B5B;
}

.ftb_text_h5_navy {
    color: #1A3B5B;
    font-size: 20px;
}

.ftb_text_h5_green {
    color: #6EE9A9;
    font-size: 20px;
}

.ftb_text_h5_black {
    color: black;
    font-size: 20px;
}

.ftb_text_h6_navy {
    color: #1A3B5B;
    font-size: 16px;
}

.ftb_text_h6_black {
    color: black;
    font-size: 16px;
    font-weight:100;
}

.ftb_text_h6_green {
    color: #6EE9A9;
    font-size: 16px;
}

.ftb_text_h6_white {
    color: #FFFFFF;
    font-size: 16px;
}


.ftb_text_white {
    color: #FFFFFF;
}

.ftb_text_center {
    text-align: center;
}

.lbl_account_sel {
    width: 150px;
    margin: 20px;
}

.lbl_xs_bottom {
    width: 150px;
    margin-top: 25px;
    margin-bottom: 120px;
}

.ftb-input-disabled {
    color: navy !important;
    font-size: 17px !important;
    font-style: italic;
    background-color: #c4f5e4 !important;
}

.div-ftb-disabled {
    background-color: #f0f0f0; /* Light gray */
    opacity: 0.5;
    pointer-events: none; /* Prevent interactions */
}

/*Checkboxes*/

.div-checkbox-container {
    margin:5px;
    display: flex;
    align-items: center; /* Alinea el label al centro verticalmente */
    gap: 10px; /* Espacio entre checkbox y label */
}

/* Estilo del checkbox */
input[type="checkbox"] {
    /* Quitar el estilo predeterminado */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Tamaño del checkbox */
    width: 30px;
    height: 30px;
    /* Bordes y contorno */
    border: 2px solid #15EBA2;
    border-radius: 12px;
    /* Fondo inicial */
    background-color: white;
    cursor: pointer;
    position: relative;
    margin-top: -10px !important;
    vertical-align: middle; /* Alinea el checkbox con el label */
}

    /* Checkbox marcado */
    input[type="checkbox"]:checked {
        background-color: #15EBA2;
        border-color: darkgreen;
    }

        /* Simular una marca dentro del checkbox */
        input[type="checkbox"]:checked::after {
            content: '✔'; /* Símbolo check (✔) directamente */
            color: white;
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            top: 1px;
            left: 5px;
        }


/*Spans*/

.span_active {
    display: inline-block;
    width: 80px;
    padding: 3px 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #1A3B5B; /*Azul*/
    background-color: #15EBA2; /*Verde*/
    border-radius: 19px;
    margin-bottom: 18px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.span_inactive {
    display: inline-block;
    width: 80px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    border-color: #1A3B5B;    
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #1A3B5B; /*Azul*/
    /*background-color: #15EBA2; /*Verde*/
    background-color: #f00a3b; /*Rojo*/
    border-radius: 19px;
    
    margin-bottom: 18px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.badge {
}

.badge-aw2 {
    display: inline-block;
    width: 150px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #1A3B5B; /*Azul*/
    background-color: #15EBA2; /*Verde*/
    border-radius: 19px;
    margin-bottom: 18px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.badge-masa {
    width: 120px;
    padding: 5px;    
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #C10004;
    border-radius: 5px;    
    margin:10px;
}

.badge-personalizado {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #6685DA;
    border-radius: 5px;
    margin: 10px;
}

.badge-balanceado {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #77DA66;
    border-radius: 5px;
    margin: 10px;
}

.badge-vegetarian {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FFDC4B;
    border-radius: 5px;
    margin: 10px;
}

.badge-nocarb {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #A8B5BC;
    border-radius: 5px;
    margin: 10px;
}

.badge-lowcarb {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #66CDDA;
    border-radius: 5px;
    margin: 10px;
}

.badge-protein {
    width: 120px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #a94442;
    border-radius: 5px;
    margin: 10px;
}
/*Buttons*/

.ftb_btn_main {
    height: 40px;
    border-radius: 100px !important;
    background-color: #1A3B5B; /*Azul*/
    color: white;
}

    .ftb_btn_main:hover {
        background: #6EE9A9;
        color: #1A3B5B;
        border: 2px solid #1A3B5B;
    }

.ftb_btn_second {
    height: 40px;
    border-radius: 100px !important;
    background-color: #15EBA2; /*Verde*/
    color: #1A3B5B;
    border: 3px solid #15EBA2;
}

    .ftb_btn_second:hover {
        background: #1A3B5B;
        border: 3px solid #15EBA2;
        color: #15EBA2 !important;
    }

.ftb_btn_danger {
    height: 40px;
    border-radius: 100px;
    background-color: #f00a3b;
    color: white;
    border: 2px solid #f00a3b;
}

    .ftb_btn_danger:hover {
        background: white;
        color: #f00a3b;
        border: 2px solid #f00a3b;
    }

.ftb_btn_small {
    height: 30px; /* Cambiar el tamaño */
    padding-top:3px;
}

.ftb_btn_new {
    /*height: 30px; /* Cambiar el tamaño */
    padding: 15px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.ftb_btn_height {
    height:60px;
}

.ftb_btn_lg {
    /*height: 30px; /* Cambiar el tamaño */
    padding: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 250px;
    margin: 10px;
}

.btn-back {
    padding: 5px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
/**/

.btn-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espacio entre la imagen y el texto */
    padding: 15px 20px;        
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    height: 40px;
    border-radius: 100px;
    background-color: #15EBA2;
    color: #1A3B5B;
    border: 3px solid #15EBA2;
}

    .btn-back img {
        width: 30px; /* Tamaño de la imagen */
        height: 30px;
        margin-left:-15px;
    }

    .btn-back:hover {
        background: #1A3B5B;
        color: #15EBA2;
        border: 3px solid #15EBA2;
    }

.btn-next {
    padding: 5px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
/**/

.btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espacio entre la imagen y el texto */
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    height: 40px;
    border-radius: 100px;
    background-color: #1A3B5B;
    color: #15EBA2;
    border: 3px solid #1A3B5B;
}

    .btn-next img {
        width: 30px; /* Tamaño de la imagen */
        height: 30px;
        margin-right: -15px;
    }

    .btn-next:hover {
        background: #15EBA2;
        color: #1A3B5B;
        border: 3px solid #1A3B5B;
    }

.btn-card-turn {
    height: 35px;
    width: 45px;
    background-color: transparent;
    border: white;
    border-radius: 100px;
}

.btn_cart_count {
    height: 50px;
    width: 60px;
    margin-top: 10px;
    margin-left:10px;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    background-color: #1A3B5B; /*Azul*/
    color: #15EBA2;
    border: 2px solid #15EBA2;
    vertical-align:central;
    font-size:20px;
}

    .btn_cart_count:hover {
        background: #15EBA2; /*Verde*/
        border: 2px solid #1A3B5B;
        color: #1A3B5B !important;
    }

.ftb_img_shopping_cart {
    height: 35px;
    width: 33px;
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
}

.btn-card-turn:hover {
    border-radius: 100px;
}

/*CLIENT*/

.div_ellipse {
    background-color: #6EE9A9;
    border-radius: 100px;
    height: 168px;
    width: 168px;
    display: grid;
    place-items: center; /* Centra horizontal y verticalmente */
}

.ftb_span_cart_count {
    background-color: #6EE9A9;
    color:#1A3B5B;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    display: grid;
    place-items: center; /* Centra horizontal y verticalmente */
    font-size:14px;
}


.img_create_order {
    height: 92px;
    width: 105px;
    vertical-align: central;
}

.img_my_orders {
    height: 109px;
    width: 111px;
    vertical-align: central;
}

.img_my_favorites {
    height: 103px;
    width: 96px;
    vertical-align: central;
}

.img_evaluation {
    height: 86px;
    width: 144px;
    vertical-align: central;
}

.div_card_front {
    border-radius: 25px;
    min-height: 285px;
    width: 100%;
    background-color: #1A3B5B; /*Azul*/
    color: white;
}


.icon_hi_hand {
    width: 50.59px;
    height: 47.8px;
    margin-bottom: 7px;
}

.dish_image {
    width: 528.75px;
    height: 380.25px;
    border-radius: 25px;
}

.dish_image_card {
    width: 100%;
    height: 166px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.dish_image_summary {
    width: 100px;
    height: 85px;
    border-radius: 12px;
    border: solid 2px #15EBA2;
    margin-top:10px;
}

.btn_green_bgc {
    background-color: #15EBA2; /*verde*/
    color: #1A3B5B;
    border: solid 1px;
}

    .btn_green_bgc:hover {
        background-color: #1A3B5B; /*Azul*/
        color: #15EBA2 !important;
    }

.btn_blue_bgc {
    background-color: #1A3B5B; /*verde*/
    color: #15EBA2;    
}

    .btn_blue_bgc:hover {
        background-color: #15EBA2; /*Verde*/
        color: #1A3B5B !important;
        border: solid 1px;
    }

.txt_dish_amount {
    background-color: white !important;    
    color: #1A3B5B;
    text-align: center;
    font-size: 20px;
    height: 40px;
    width: 100px !important;
    border: solid 2px;
    border-color: #1A3B5B;
    margin: 5px;
}

.txt_dish_amount_small {
    background-color: white !important;
    color: #1A3B5B;
    text-align: center;
    font-size: 20px;
    height: 48px;
    width: 50px !important;
    border: solid 2px;
    border-color: #1A3B5B;
    margin-left: -2px;
    margin-top: -7px;
}

background-color: #1A3B5B; /*azul*/
/*background-color: #15EBA2; /*verde*/
.user_profile_image {
    width: 400px;
    height: 400px;
    border-radius: 80px;
    border: solid, 5px, white;
}

/*Radio Buttons*/
.t-toggle-button__option {
    display: inline-block;
    height: 150px;
    width: 150px;
    padding: 0px;
    font: inherit;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin: 15px;
    cursor: pointer;
    overflow: visible;
    border: 2px solid #dedede;
    vertical-align: middle;
    -webkit-appearance: none;
    background: #1A3B5B;
    border-radius: 100px;
    font-size: 20px;
}


    .t-toggle-button__option.js-checked {
        border: 6px solid #6EE9A9;
    }

    .t-toggle-button__option input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

/*Tables*/
.ftb_theader {
    background-color: #1A3B5B; /*azul*/
    /*background-color: #15EBA2; /*verde*/
    color: white;
    font-size: larger;
    text-align: center;
}

.table_gar_gray {
    /*border-radius: 10px;*/
    border: 2px solid #1A3B5B;
    padding-bottom: 15px;
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.theader_gar_gray {
    /*background-color: #797a80;*/
    background-color: #1A3B5B;
    color: white;
    text-align: center;
}