@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik/Rubik-VariableFont_wght.ttf);
}

:root{
    --azulmarino: #181C2E;
    --gris: #F0F5FA;
    --grisboton: #F1F1F1;
    --grisoscuro: #919191;
    --blanco: #FFFFFF;
    --naranja: #FF7622;
    --verde: #A5DC86;
}
@media screen {
    .printable{
        display: none;
    }
}
@media print{
    .printable{
        display: block;
    }
}
.cursor{
    cursor: pointer;
}
body{
    background: #FFFFFF;
    color:#2a2a2a;
    font-size: 14px;
}
.contenido{
    margin: auto;
}
.contenido.client{
    max-width: 560px;
}
.contenido.auth{
    max-width: 560px;
}
.contenido.kitchen{
    max-width: 1280px;
}
.contenido.admin{
    max-width: 1920px;
}
header{
    width: 100%;
    height: 100px;
    /* background-color: var(--azulmarino); */
    background-image: url(../images/background-top.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;    
    position: sticky;
    top: 0;
    z-index: 100;
}
header.order-result {
    padding-top: 15%;
}
.admin header{
    background-color: var(--azulmarino);
    background-image: none;
}
#datos-empresa{
    margin-left:6%;
    padding-top:10px;
    color:#fff;
    font-size:12px;
}
#datos-empresa h2{
    color:#fff;
    margin-bottom: 2px;
}
img[alt="arrow-back"] {
    position: fixed;
    top:30px;    
    z-index: 1000;
}
.admin img[alt="arrow-back"] {
    left:30px;
}
#avatar{
    background-color: var(--gris);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    position: absolute;    
    right:10px;    
    top: 30px;
    width: 80px;
    z-index: 120;
}
#avatar figure{
    background-color: var(--naranja);
    border-radius: 50%;
    color: var(--gris);
    height: 50px;
    margin-bottom: 0px;
    width: 50px;    
}
#menu .list-group-item{
    border: none;
    border-radius: 5px;
    background-color: var(--naranja);
    color: #fff;
    margin: 5px 0px;
    padding: 10px;
    text-transform: uppercase;
}
.contenido{    
    padding:0px;    
}



a{
    text-decoration: none;
    color: var(--gris);
    padding: 0 !important;
}

a *{
    cursor: pointer !important;
}

a:hover,
a:focus,
a:active{
    color: #000000;
}

h1{
    color: #000;
    font-family: 'Rubik';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h2{
    color: #000;
    font-family: 'Rubik';
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h3{color: #000;
    font-family: 'Rubik';
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h4{
    color: #000;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
}
.colorazulmarino{
    color: var(--azulmarino) !important;
}
.colorgris{
    color: var(--gris) !important;
}
.colorgrisoscuro{
    color: var(--grisoscuro) !important;
}
.colorblanco{
    color: var(--blanco) !important;
}
.colornaranja{
    color: var(--naranja) !important;
}
.colorverde{
    color: var(--verde) !important;
}


.fs-12{
    font-size: 12px !important;
}

.fs-13{
    font-size: 13px !important;
}

.fs-16{
    font-size: 16px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20{
    font-size: 18px !important;
}

.fw-400{
    font-weight: 400 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.w-85{
    width: 85% !important;
}

.card-resetsuccess{
    border-radius: 0.9375rem;
    background: #000;
    margin: 40px;
}

.card-restaurants{
    min-height: 200px;
    border-radius: 15px;
    background-size: cover;
    border: none;
    line-height: 25px;
    color: var(--azulmarino);
}

.cardbody-restaurants{
    position: relative;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 100px;
    margin-top: 200px;
    border-radius: 10px;
    padding: 15px;
    margin-left: -1px;
}

.card-restaurants{
    border-radius: 15px;
}

.password-list{
    display: grid;
    line-height: 14px;
}
/* SD Order */

/* ---------------------------------*/
/* ----------- BOOTSTRAP -----------*/
/* ---------------------------------*/

/* NAVBAR MENU*/
.navbar-toggler{
    border: none !important;
    color: transparent;
}
.navbar-toggler i{
    color:#fff;
}

/* BOTONES */
.btn,
.btn:hover{
    display: flex;
    width: auto;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--naranja);
    border:none !important;
    color: #FFF;
}
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus{
    background-color: var(--naranja);
    color: #FFF;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus{
    border-radius: 8px;
    background-color: var(--blanco);
    color: var(--azulmarino);
    border: 1px solid var(--azulmarino);
    gap: 10px;
}

.btn-secondary u{
    text-decoration: none;
    padding: 5px 25px;
}

.btn-third,
.btn-third:hover{
    background-color: var(--blanco);
    border:none !important;
    color: var(--azulmarino);
    font-size: 20px;
    font-weight: 500;
}

.btn-third u{
    text-decoration: none;
    padding: 5px 25px;
}

.btn-fourth,
.btn-fourth:hover,
.btn-fourth:focus{
    background-color: var(--grisboton);
    border:none !important;
    color: var(--grisoscuro);
    font-size: 20px;
    font-weight: 500;
}

.btn-fourth u{
    text-decoration: none;
    padding: 5px 25px;
}

.btn-register,
.btn-register:hover,
.btn-register:focus{
    border-radius: 8px;
    background-color: var(--blanco);
    color: var(--naranja);
    border: 1px solid var(--naranja);
    gap: 10px;
}

.btn-register u{
    text-decoration: none;
    padding: 5px 25px;
}

.btn-dashboard,
.btn-dashboard:hover{
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid black;
    text-align: left;
    margin: 20px 0px;
    text-decoration: none;
    padding: 30px 0px !important;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 600;
}

.btn-dashboard-orange{
    background-color: var(--naranja);
    border: 2px solid var(--naranja);
    color: var(--blanco);
}

.btn-dashboard-black{
    background-color: var(--azulmarino);
    color: var(--blanco);
}

.btn-dashboard-white{
    background-color: var(--blanco);
    color: var(--azulmarino);
}

/* ----------------------- */

/* BACKGROUNDS */


.footer{
    width: 100%;
    height: 100px;
    background-image: url(../images/background-bot.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0px;
    position: fixed;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: -100;
}
/* ----------------------- */

/* LABELS E INPUTS */
.sd-label{
    color: var(--azulmarino);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px;
}

.sd-label-small{
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
}

.sd-label-medium{
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
}

.sd-label-big{
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.sd-input{
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    background: #F1F1F1;
    font-family: 'Rubik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sd-input-schedule{
    display: flex;
    width: 48%;
    padding: 0.625rem;
    align-items: center;
    border-radius: 0.625rem;
    background: #F1F1F1;
    font-family: 'Rubik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sd-input-calendar{
    padding-right: 20px !important;
}

.sd-input-wrong{
    border: 2px solid var(--naranja);
}

.sd-forgot{
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
    color: black !important;
}

.sd-question{
    max-width: 180px;
}

.sd-label-dashboard{
    font-family: 'Rubik';
    font-size: 50px;
    font-weight: 300;
}

.sd-row-dashboard{
    line-height: 45px;
}

.sd-label-userdashboard{
    font-family: 'Rubik';
    font-size: 25px;
    font-weight: 500;
}

.sd-label-subdashboard{
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.sd-label-create{
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.sd-modal{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.row-eye{
    justify-content: right;
}

.sd-imageneye{
    width: max-content;
    height: 28px;
    position: absolute;
    padding-top: 10px;
    padding-right: 20px;
}

.img-restaurant{
    height: 200px;
    width: unset !important;
    margin: auto;
    padding-top: 10px;
}
.thumb-product{
    width: 300px;
    margin: auto;
    padding: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}
.modal-content{
    border-radius: 20px;
}

.modal-header{
    border: 0;
}

.swal2-modal{
    padding-top: 30px !important;
    border-radius: 10px !important;
}

.swal2-container{
    padding: 2.5rem !important;
}

.swal2-html-container{
    font-family: 'Rubik';
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0em;
    overflow-y: hidden !important;
}

.swal2-actions{
    width: 85% !important;
}

.swal2-styled{
    width: 100%;
    padding: 10px !important;
    border-radius: 10px !important;
}

.swal2-styled.swal2-confirm{
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: var(--naranja) !important;
    font-family: "Rubik";
    font-size: 20px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.swal2-styled.swal2-deny{
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1.5px solid var(--naranja) !important;
    background-color: var(--blanco) !important;
    color: var(--naranja) !important;
    font-family: "Rubik";
    font-size: 20px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.data-table-extensions-filter{
    width: 100%;
    border-radius: 20px;
    background-color: #F0F5FA;
    padding: 7px 20px;
}

.data-table-extensions-filter label{
    background-image: url(../images/lupa.svg) !important;
}

.rdt_TableHead, .rdt_TableHeadRow{
    border: 0;
    border-bottom-width: 0px !important;
    background-color: var(--gris) !important;
    font-family: 'Rubik';
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}

.rdt_TableRow{
    font-family: 'Rubik';
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
}

.rdt_TableBody{
    padding: 0 !important;
    font-family: 'Rubik';
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
}

.ijprYX{
    background-color: var(--blanco) !important;
}

.hbgCLW {
    background-color: var(--gris) !important;
}

.rdt_TableCol{
    padding: 3px !important;
    justify-content: center;
}

.rdt_TableCell{
    padding: 3px !important;
    justify-content: center;
}

.rdt_TableCell a{
    color: var(--grisoscuro);
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: underline;
}

.rdt_TableCell div{
    font-family: 'Rubik';
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
}

.fullwidth{
    width: 100%;
    position: absolute !important;
    left: 0px !important;
    --bs-gutter-x: 0rem;
    justify-content: center;
}

.fullwidth .data-table-extensions{
    width: 90%;
}

.button-withicon{
    margin: 0% 5% !important;
    width: 90% !important;
}
.label-button{
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}

.DatePicker_container__RjA2O{
    width: 100%;
}

.DatePicker_buttonWrapper__m3e7s{
    display: none;
}

.DatePicker_button__ci_YV{
    display: none !important;
}
/* ----------------------- */


/* DATATABLES */
.customtable-container{
    background-color: white;
    border-radius: 20px;
}
.customtable{
    font-size: larger;
    overflow: hidden !important;
}
/* ----------------------- */

/* REACT CALENDAR ASIGNACIÓN DE MENUS*/
.fc-calendar{
    z-index: 0;
}

.fc-toolbar-title{
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.fc-daygrid-day-number{
    color: var(--grisoscuro) !important;
}

.fc-col-header-cell-cushion {
    color: var(--azulmarino) !important;
}
.fc-daygrid-event-dot{
    border-color: var(--naranja) !important;
}
.fc-event-title{
    color: var(--azulmarino) !important;
}
/* ----------------------- */

/* Contenedor tipo card */
.tabs-card {
    background: #ffffff;
    border: 1px solid #e5e7eb; /* gris suave */
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Quitar borde inferior por defecto de nav-tabs */
.custom-tabs .nav-tabs {
    border-bottom: 1px solid #e5e7eb;
}

/* Tabs estilo más moderno */
.custom-tabs .nav-link {
    border: none;
    border-radius: 8px 8px 0 0;
    color: #6c757d;
    padding: 10px 18px;
    transition: all 0.2s ease-in-out;
}

/* Tab activa */
.custom-tabs .nav-link.active {
    background-color: #ffffff;
    font-weight: 500;
    color: var(--grisoscuro); /* primary */
    border-bottom: 2px solid var(--naranja);
}

/* Hover */
.custom-tabs .nav-link:hover {
    color: var(--naranja);
}