@font-face {
    font-family: 'Gotham-Light';
    src: url('/font/Gotham-Font/Gotham-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/font/Gotham-Font/Gotham-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/font/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/font/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/font/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'PPMonumentsExtended-Bold';
    src: url('/font/PPMonumentsExtended/PPMonumentExtended-Black.otf') format('opentype');
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, strong, b, th {
    font-family: 'Gotham-Bold';
}

p, a, label, input, button, div, li, td, span {
    font-family: 'Gotham-Light';
}

nav{
    background-color: transparent !important;
    border-bottom: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 140px;
}

.container{
    width: 80% !important;
    max-width: 1480px !important;
}

.logo{
    margin-top: 100px;
    width: 170px;
}

.page-footer{
    padding-top: 0px !important;
    background-color: #FF493B !important;
    color: white;

    .container{
        .row{
            padding-top: 20px;
            .col {
                p {
                    font-size: 1.5em;
                }

                .btn {
                    background-color: #F2F2F2;
                    color: #003366;
                    border-radius: 20px;
                    margin-left: 90px;
                    transition: 0.5s;
                    font-weight: bold;
                    font-family: 'PPMonumentsExtended-Bold';
                    font-size: 1em;
                    padding: 10px 20px;
                    height: 52px;
                }

                .btn:hover {
                    background-color: #003366;
                    color: white;
                    transition: 0.5s;
                }
            }
        }
    }

    .footer-copyright{
        background-color: #D7F6F9 !important;
        color: #013466;

        div {
            p {
                img {
                    height: 25px;
                    margin-right: 15px;
                }
            }
        }

        a {
            color: #013466;
        }

        a:hover {
            color: #FF493B;
            transition: 0.5s;
        }

    }
}

.btn {
    background-color: #F2F2F2;
    color: #003366;
    border-radius: 20px;
    transition: 0.5s;
    font-weight: bold;
    font-family: 'PPMonumentsExtended-Bold';
    font-size: 1em;
    padding: 10px 20px;
    height: 52px;

    &:hover {
        background-color: #3A3A3A;
        color: white;
        transition: 0.5s;
    }
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: #F2F2F2;
    border: none;
    border-bottom: 0px solid #9e9e9e; 
    border-radius: 20px;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding-left: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
}

.input-field>label {
    color: #BDD8D9;
    position: absolute;
    top: -41px;
    left: 16px;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2sease-out, -webkit-transform .2sease-out;
    transition: color .2sease-out, -webkit-transform .2sease-out;
    transition: transform .2sease-out, color .2sease-out;
    transition: transform .2sease-out, color .2sease-out, -webkit-transform .2sease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    font-weight: bold;
}

.input-field>label:not(.label-icon).active {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input-field {
    margin-top: 40px;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #FF493B !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #FF493B;
    -webkit-box-shadow: 0 1px 0 0 #FF493B;
    box-shadow: 0 1px 0 0 #FF493B;
}

.link-forgot-password{
    color: #BDD8D9;
    position: relative;
    top: 10px;
    left: 16px;
    transition: color 0.5s ease-in-out;
}

.link-forgot-password:hover{
    color: #FF493B;
}

/** ICONS **/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}

.menuTitle {
    display: inline-flex;
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-family: 'PPMonumentsExtended-Bold';
    color: #FF493B;
}

.collapsible-header {
    border-bottom: 0px solid #ddd;
}

.menuIconBell {
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/bell-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconProfile{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/user-large-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconInvoice{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/file-invoice-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconStats{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/chart-line-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconExperiences{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/utensils-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconBracket{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/arrow-right-from-bracket-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconBracketWhite{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/arrow-right-from-bracket-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.menuIconCreate{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/wand-magic-sparkles-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconCalendarCheck{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/calendar-check-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconCalendarCheckBlue{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/calendar-check-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
}
.menuIconPauseRed{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/circle-pause-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.iconCalendar{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/calendar-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
}
.iconClock{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/clock-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
}
.menuIconOld{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/clock-rotate-left-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.menuIconOpinion{
    width: 25px;
    height: 25px;
    background-image: url('/cdn/icons/comment-dots-solid.svg');
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    filter: invert(32%) sepia(99%) saturate(7496%) hue-rotate(349deg) brightness(101%) contrast(104%);
}
.searchIcon{
    width: 20px;
    height: 20px;
    background-image: url('/cdn/icons/magnifying-glass-solid.svg');
    background-repeat: no-repeat;
    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
}
.calendarIcon{
    width: 20px;
    height: 20px;
    background-image: url('/cdn/icons/calendar-solid.svg');
    background-repeat: no-repeat;
    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
}
.rsicon{
    background-color: #013466 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; 
}
.rsIconFacebook {
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/facebook-f-brands-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsIconInstagram{
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/instagram-brands.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsIconTiktok{
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/tiktok-brands.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsIconYoutube{
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/youtube-brands.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsIconTwitch{
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/twitch-brands.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsIconX{
    width: 30px;
    height: 30px;
    background-image: url('/cdn/icons/x-twitter-brands.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Aplica el color blanco al icono usando filter */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.rsContainer{
    div {
        div {
            display: inline-flex;
        }
        p {
            display: inline-flex;
            color: #013466;
            top: -10px;
            position: relative;
            margin-left: 10px;
        }
    }
}

/** RESOURCES **/
.blueBackground{
    background-image: url('/cdn/graphs/blue-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 92dvh;
}

.blueBackgroundFullHeight{
    background-image: url('/cdn/graphs/blue-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.redBackground{
    background-image: url('/cdn/graphs/red-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 92dvh;
}

.transparentBlock{
    background-image: url('/cdn/graphs/transparent-block.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.blueBlock{
    background-image: url('/cdn/graphs/blue-block.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 92dvh;
    padding-left: 280px !important;
    padding-top: 40px !important;
    width: 55% !important;
    position: fixed;
    left: 50%;
    z-index: 10;
    display: none;
}

.redBlock{
    background-image: url('/cdn/graphs/red-block.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 92dvh;
    padding-left: 240px !important;
    padding-top: 40px !important;
    width: 55% !important;
    position: fixed;
    right: 50%;
    z-index: 10;
    display: none;
}

.womenDinnerBackground {
    background-image: url('/cdn/graphs/two-women-eating-pasta-italian-restaurant.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 73, 59, 0.5); /* Semi-transparent filter */
    background-blend-mode: overlay;
    height: 92dvh;
}

.restaurantBackground{
    background-image: url('/cdn/graphs/restaurant-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #013466; /* Semi-transparent filter */
    background-blend-mode: overlay;
    height: 92dvh;
}

.floatting-icon{
    position: fixed;
    width: 100%;
    text-align: center;
    
    img {
        margin-top: 40px;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

.red {
    background-color: #FF493B;
}

.red-text {
    color: #FF493B;
}

.blue {
    background-color: #013466 !important;
}

.blue-text{
    color: #013466 !important;
}

.redMonumentalText {
    font-family: 'PPMonumentsExtended-Bold';
    color: #FF493B;
}

.influizerBlue{
    color: #013466;
}

/** LOGIN PAGE **/
#login-card{
    margin-top: 50px;

    .card-title{
        color: #FF493B;
        font-size: 4.5em;
        font-family: 'PPMonumentsExtended-Bold';

        strong{
            top: -20px;
            position: relative;
        }
    }
}

#login {
    background: #FF493B;
    border: none;
    color: #013466;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
    height: 45px;
}

#login:hover {
    background: #013466;
    color: white;
    transition: background 0.5s ease-in-out;
}

#login-page {
    height: 63dvh;
    margin-bottom: 0px !important;
    margin-top: 170px;
}

#login-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    img {
        width: 90%;
        margin-left: 10%;
        max-height: 80vh;
        object-fit: contain;
    }
}

/** REGISTER PAGE **/

#registerPage {
    height: 92vh;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.makeSpace{
    margin-top: 10dvh;
}

.registerCard{
    div {
        
        div {
            img {
                height: 29dvh;
            }

            .textCard {
                width: 460px;
                margin: 0 auto;

                p {
                    font-family: 'Poppins-Bold';
                    font-size: 1.3em;
                    color: white;
                    margin-top: 0px;
                    font-weight: 400;
                }
            }

        }

        .makeSpace {
            P {
                font-family: 'PPMonumentsExtended-Bold';
                font-size: 4em;
                margin-bottom: 0px;
            }
        }
    }
}

.redBlock {
    div {
        .titleForm {
            h2 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
            }

            p {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 2em;
            }
        }

        div {
            div {
                label {
                    color: #013466;
                }
            }
        }

        .redTextBlock {
            p {
                color: #013466;
            }
        }
    }
}

.blueBlock {
    div {
        .titleForm {
            h2 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #FF493B;
            }

            p {
                font-family: 'PPMonumentsExtended-Bold';
                color: #FF493B;
                font-size: 2em;
            }
        }

        div {
            div {
                label {
                    color: #FF493B;
                }
            }
        }

        .blueTextBlock {
            p {
                color: white;
            }
        }
    }
}

.floatting-food-1{
    position: fixed;
    left: 42%;
    text-align: center;
    bottom: 0px;
    z-index: 11;
    display: none;
    
    img {
        margin-bottom: 0px;
        width: 290px;
    }
}

.floatting-food-2{
    position: fixed;
    text-align: center;
    right: -150px;
    z-index: 11;
    top: 150px;
    display: none;
    
    img {
        width: 250px;
    }
}

.alertText {
    color: white;
    font-size: 1.2em;
    margin-top: 0px !important;
}

.showHide{
    position: absolute;
    top: 45px;
    right: 0px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #013466;
}

#goRestaurant {
    background-color: #FF493B;
    color: white;
    transition: background 0.5s ease-in-out;
}

#goRestaurant:hover {
    background-color: #3A3A3A;
    color: white;
    transition: background 0.5s ease-in-out;
}

/** ERROR PAGE **/
#error-page {
    height: 16dvh;
    background-color: #f0473b;
    color: white;
    text-align: center;
}

.show-on-small{
    display: none !important;
}

/** PANEL THINGS **/
.panelSection {
    font-family: 'PPMonumentsExtended-Bold';
    color:#013466;
    font-size: 3.5em;
}

.panelContent {
    padding: 60px;
}

.red-text {
    color: #F44336 !important;
    font-size: 1em;
    padding-left: 2px;
}

.redPanelText {
    color: #F44336 !important;
}

.bluePanelText {
    color: #013466 !important;
}

.bluePanelTextBold {
    color: #013466 !important;
    font-weight: bold;
}

.panelSubSection {
    font-family: 'PPMonumentsExtended-Bold';
    font-size: 1.3em;
    margin-top: 20px;
}

.hidden {
    display: none;
}

.adminFileField{
    display: inline-flex;
}

.avatar {
    width: 180px;
    height: 180px;
    border-radius: 20px;
}

.cambiarFoto {
    top: -11px;
    position: relative;
    height: 52px !important;

    span {
        top: -6px;
        position: relative;
    }
}

.clear{
    clear: both;
}

.materialize-textarea{
    min-height: 300px !important;
}

.adminBtn{
    text-transform: lowercase;
    font-family: 'Gotham-Light' !important;
    background: white;
    border: 1px solid #01346650;
}

.adminBtn::first-letter {
    text-transform: uppercase;
}

.formContainer{
    padding: 13px;
}

#deleteImage{
    top: -20px;
    position: relative;
    margin: 20px
}

.boxAndPlus{
    border-radius: 20px;
    background-color: #F2F2F2;
    color: #013466;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
}

.grayBox{
    border-radius: 20px;
    background-color: #F2F2F2;
    color: #013466;
    font-size: 1.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    width: 380px;
    cursor: pointer;
}

.positionFixed{
    display: inline-block;
    align-items: end;

    #deleteImage{
        margin-top: 185px;
    }

    .adminFileField {
        display: inline-flex;
        position: relative;
        top: 85px;
    }
}

.bigAdminFileField{
    padding-left: 20px;
}

.datepicker-date-display {
    background-color: #013466 !important;
    font-family: 'Gotham-Light' !important;
}
.datepicker-table td.is-selected {
    background-color: #F44336 !important;
    font-family: 'Gotham-Light' !important;
}
.datepicker-table td.is-today {
    color: #F44336;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #013466 !important;
    font-family: 'Gotham-Light' !important;
    text-transform: capitalize;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #013466 !important;
}
.timepicker-canvas-bg {
    stroke: none;
    fill: #F44336;
}
.timepicker-canvas-bearing {
    stroke: none;
    fill: #F44336;
}
.timepicker-canvas line {
    stroke: #F44336;
    stroke-width: 4;
    stroke-linecap: round;
}
.timepicker-close {
    color: #013466 !important;
    font-family: 'Gotham-Light' !important;
    text-transform: capitalize;
}
.timepicker-digital-display {
    background-color: #013466;
}
.modal {
    border-radius: 20px !important;
}
.yourChoice {
    padding-left: 20px;

    .choiceSelection{

        p {
            font-size: 1.2em;
            margin-top: 4px;
            margin-bottom: 6px;
        }

        .dayNumber {
            font-size: 2em;
            font-weight: bold;
        }
    }
}
input[type=range]::-webkit-slider-thumb {
    background-color: #013466;
}
input[type=range]::-moz-range-thumb {
    background-color: #013466;
}
input[type=range]::-ms-thumb {
    background-color: #013466;
}
input[type=range]+.thumb {
    background-color: #013466 !important;
}
input[type=range]+.thumb .value {
    color: white !important;
}
.boxValue{
    background-color: #F2F2F2;
    color: rgb(112, 112, 112);
    font-size: 1.2em;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    width: 100px;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #F44336 !important;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: white;
    border:#F44336 1px solid;
}
.fullWidthBtn {
    width: 100%;
}
.btnAdminPublish {
    background-color: #F44336;
    color: white;
    font-family: 'PPMonumentsExtended-Bold';
    transition: background-color 0.5s ease-in-out;
}
.searchContainer{
    position: relative;

    .searchIcon {
        position: absolute;
        top: 43%;
        left: 19px;
        transform: translateY(-50%);
    }

    input {
        padding-left: 45px !important; /* Aumenta el padding para que el texto no se solape con el ícono */
        border: 1px solid #ccc;
        border-radius: 25px; /* Bordes redondeados */
        height: 45px; /* Altura del input */
        width: 90% !important; /* Ancho del input */
        box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
    }

    input::placeholder {
        color: #004a99; /* Color del placeholder */
        opacity: 0.8;
    }
}
.calendarFilterContainer{
    position: relative;

    .calendarIcon {
        position: absolute;
        top: 43%;
        left: 19px;
        transform: translateY(-50%);
    }

    input {
        padding-left: 45px !important; /* Aumenta el padding para que el texto no se solape con el ícono */
        border: 1px solid #ccc;
        border-radius: 25px; /* Bordes redondeados */
        height: 45px; /* Altura del input */
        width: 90% !important; /* Ancho del input */
        box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
    }

    input[type='date']::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
}

.cardExperience{
    padding-left: 20px !important;
    padding-right: 30px !important;

    .cardPanelSmall{
        border: 1px solid #d2d2d2;
        border-radius: 20px;
    

        .imageExperienceContainer{
            margin-top: 30px;
            padding-left: 30px;

            .imageExperience {
                width: 100%;
                border-radius: 20px;
                object-fit: cover;
            }
        }

        .titleExperience {
            font-family: 'PPMonumentsExtended-Bold';
            color: #013466;
            font-size: 2em;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        .descriptionExperience {
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1em;
            margin-top: 5px;
            margin-bottom: 5px;
            padding-right: 10px;
        }

        .experienceTimelineContainer{
            padding: 0% 40px;

            .experienceTimeline {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1em;
                margin-top: 5px;
                border: 1px solid #d2d2d2;
                border-radius: 20px;

                div {
                    display: flex;
                    padding: 10px;
                    padding-left: 30px;

                    p {
                        display: inline-flex;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        padding-left: 20px;
                    }
                }

            }
        }

        .statusExperienceContainer {
            margin-bottom: 30px;
            padding-left: 30px;

            .btnPending {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnActive {
                background-color: #013466 !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnInactive {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnApproved {
                background-color: #D6F6F8 !important;
                color: #013466 !important;
                font-family: 'Gotham-Light';
            }
            .btnCompleted {
                background-color: #013466 !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnDeleted {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnExpired {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
        }
    }
}

.opinionStats{

    div{
        display: flex;

        .puntuation{
            font-family: 'PPMonumentsExtended-Bold';
            color: #013466;
            font-size: 2em;
            margin-top: 0px;
            margin-bottom: 10px;
            display: inline-flex;
        }

        .fiveStars{
            display: inline-flex;
            gap: 8px; /* Espacio entre estrellas */
            top: 10px;
            position: relative;
            margin-left: 20px;

            .star {
                width: 20px;
                height: 20px;
                background: transparent;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                filter: grayscale(100%) brightness(80%);
            }

            .star.active {
                background-image: url('/cdn/icons/star-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }

            .star.activeMiddle {
                background-image: url('/cdn/icons/star-half-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }

        }

        .reviewCount {
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1.2em;
            margin-top: 6px;
            margin-bottom: 10px;
            display: inline-flex;
            margin-left: 20px;
            font-weight: bold;
        }

    }

}

.paginationSimpleBox {
    .backButton{
        background-color: #013466;
        color: white;
        font-family: 'Gotham-Light';
        transition: background-color 0.5s ease-in-out;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 1.2em;
        font-weight: bold;
    }
    .backButton:hover {
        background-color: #FF493B;
        color: white;
        transition: background-color 0.5s ease-in-out;
    }
    .backButton.disabled {
        background-color: #D6D6D6 !important;
        color: #A0A0A0;
        cursor: not-allowed;
    }

    .nextButton{
        background-color: #013466;
        color: white;
        font-family: 'Gotham-Light';
        transition: background-color 0.5s ease-in-out;
        border-radius: 50%;
    }
    .nextButton:hover {
        background-color: #FF493B;
        color: white;
        transition: background-color 0.5s ease-in-out;
    }
}

.reviewsBox {
    padding-left: 20px !important;
    padding-right: 30px !important;

    .reviewCard {
        border: 1px solid #d2d2d2;
        border-radius: 20px;
        padding: 20px;
        height: 600px;
        text-align: center;

        .avatarBox {
            display: block;
            margin-bottom: 5px;

            .avatar {
                width: 140px;
                height: 140px;
                object-fit: cover;
            }

            .reviewerName {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1.2em;
                font-weight: bold;
                margin-top: 5px;
            }
        }

        .reviewerName {
            font-family: 'PPMonumentsExtended-Bold';
            color: #013466;
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        .reviewRestaurant {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .cardEvent {
            padding: 0px 20px;
            font-family: 'Gotham-Light';
            
            .cardContent {
                border: 1px solid #d2d2d2;
                border-radius: 20px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 20px;
                padding-bottom: 20px;

                .rightAlign {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }

                .leftAlign {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                div {
                    display: inline-flex;

                    div{
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }
                }

                p {
                    margin: 0;
                    padding: 0px;
                    color: #013466;
                    font-size: 1.1em;
                    font-weight: bold;
                }
                
            }

        }

        .fiveStars{
            display: flex;
            gap: 8px; /* Espacio entre estrellas */
            position: relative;
            margin-bottom: 5px;
            vertical-align: middle;
            justify-content: center;

            .star {
                width: 20px;
                height: 20px;
                background: transparent;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                filter: grayscale(100%) brightness(80%);
            }

            .star.active {
                background-image: url('/cdn/icons/star-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }

            .star.activeMiddle {
                background-image: url('/cdn/icons/star-half-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }
        }

        .reviewTextContainer {
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1em;
            margin-top: 10px;
            margin-bottom: 10px;
            height: 200px;
            overflow-y: auto; /* Permite el scroll si el texto es muy largo */

            h4 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 0.9em;
                margin-bottom: 10px;
            }
        }
    }
    
}

.paymentMethodCardBox{
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;

    .row{
        .imageBox{
            border: 1px solid #d2d2d2;
            border-radius: 20px;
            width: 90px;
            height: 90px;
            margin: 30px;

            img {
                width: 100%;
            }
        }

        .textCardCredit{
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1.5em;
            margin-top: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        p,div {
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1em;
        }
    }

    .expirationDateBox {
        margin-left:10px;
        margin-bottom: 30px;
    }

    .paymentMethodCardDirection{
        padding: 30px;
    }
}

/** SIDEBAR **/
#sidebar {
    position: fixed;
    padding-top: 25px;

    .collapsible {

        border-top: 0px solid #ddd;
        border-right: 0px solid #ddd;
        border-left: 0px solid #ddd;
        background-color: transparent;

        .collection-item {
            border-bottom: 0px solid #e0e0e0;

            .collapsible-body {
                padding: 0px;
                background-color: #D7F6F9;                

                .collection{

                    .collection-item {

                        .collapsible-header{
                            padding: 0rem !important;
                            padding-left: 22px !important;
                            a{
                                .menuIconCalendarCheck, .menuIconCreate, .menuIconOld, .menuIconOpinion {
                                    filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
                                }
                                .menuTitle {
                                    color: #013466;
                                }
                            }
                        }
                    }
                }
            }
        }

        li {
            background-color: transparent;

            div {
                background-color: transparent;
            }

            .brand-logo {

                .logo {
                    margin: 15%;
                    width: 70%;
                }

            }

        }
        
        li.ci-active{
            background-color: white;

            div {
                a{
                    .menuIconBell, .menuIconProfile, .menuIconInvoice, .menuIconStats, .menuIconExperiences,.menuIconCalendarCheck, .menuIconCreate, .menuIconOld, .menuIconOpinion {
                        filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%) !important;
                    }
                    .menuTitle {
                        color: #F44336 !important;
                    }
                }
            }
        }
        li.cib-active{
            background-color: #D7F6F9;

            div {
                a{
                    .menuIconBell, .menuIconProfile, .menuIconInvoice, .menuIconStats, .menuIconExperiences  {
                        filter: invert(16%) sepia(99%) saturate(2097%) hue-rotate(185deg) brightness(97%) contrast(101%);
                    }
                    .menuTitle {
                        color: #013466;
                    }
                }
            }
        }
    }
}
.bottom-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    bottom: 0;
    left: 0;
    width: 100%;

    a {
        padding: 12px 16px;
        color: white;
        text-decoration: none;
        font-family: 'PPMonumentsExtended-Bold';
        text-align: center;
        font-size: 0.8em !important;
    }
    .fixFlex{
        display: flex;
    }
}

/** WORKING HOURS FORM **/
.horario-collapsible .collapsible-header {
    background: #fff5f5;
    border-left: 5px solid #e53935;
    color: #e53935;
    border-radius: 10px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 1.1em;
    transition: background 0.2s;
    display: flex;
    align-items: center; /* Esto alinea verticalmente todos los items */
    padding: 0 1rem; /* Padding uniforme */
    gap: 1rem; /* Espacio entre elementos */
}
.day-title {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* Espacio entre el icono y el texto */
    flex-shrink: 0; /* Evita que el título se encoja */
}
.spacer {
    flex-grow: 1; /* Ocupa todo el espacio sobrante */
}
.horario-collapsible li.active .collapsible-header {
    border-radius: 10px 10px 0 0;
}
.horario-collapsible .collapsible-header:hover,
.horario-collapsible .collapsible-header.active {
    background: #ffeaea;
}
.horario-collapsible .collapsible-body {
    border-left: 5px solid #e53935;
    border-right: 1px solid #f2c1c1;
    border-bottom: 1px solid #f2c1c1;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px 15px 10px 15px;
}
.day-controls {
    display: flex;
    align-items: center;
    gap: 1.5rem; /* Espacio entre el botón y el checkbox */
}
.day-controls .apply-to-all {
    font-size: 0.8em;
    padding: 0 12px;
}
.day-controls .closed-day-label {
    font-size: 0.9em;
    color: #555;
    font-weight: 500;
}
.shift-card {
    padding: 12px 10px 6px 10px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #f2c1c1;
    margin-bottom: 10px;
}
.shift-card .row {
    margin-bottom: 0;
}
.shift-header {
    font-size: 0.98em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    color: #757575;
}
.shift-header .material-icons {
    vertical-align: middle;
}
.closed-shift-label, .closed-day-label {
    font-size: 0.9em;
}
.time-input-col .input-field {
    margin: 0;
}
input[type="time"]:disabled {
    background: #f5f5f5 !important;
    color: #bdbdbd !important;
    cursor: not-allowed;
}
.input-field label.active {
    color: #e53935 !important;
}
.input-field input[type="time"]:focus {
    border-bottom: 2px solid #e53935 !important;
    box-shadow: 0 1px 0 0 #e53935 !important;
}
.filled-in:checked+span:not(.lever):before {
    border-right: 2px solid #e53935;
    border-bottom: 2px solid #e53935;
}

/** CANDIDATE BOX **/
#candidateBox{
    .influencerAvatar{
        position: relative;
        width: 100%;
        padding-top: 100%;
        border-radius: 10px;
        overflow: hidden;

        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    }

    .puntuation{
        font-family: 'PPMonumentsExtended-Bold';
        color: #013466;
        font-size: 2em;
        margin-top: 0px;
        margin-bottom: 10px;
        display: inline-flex;
    }

    .fiveStars{
        display: inline-flex;
        gap: 8px; /* Espacio entre estrellas */
        top: 10px;
        position: relative;

        .star {
            width: 20px;
            height: 20px;
            background: transparent;
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            filter: grayscale(100%) brightness(80%);
        }

        .star.active {
            background-image: url('/cdn/icons/star-solid.svg');
            filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
        }

        .star.activeMiddle {
            background-image: url('/cdn/icons/star-half-solid.svg');
            filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
        }

    }

    .reviewCount {
        font-family: 'Gotham-Light';
        color: #013466;
        font-size: 1.5em;
        margin-top: 16px;
        margin-bottom: 10px;
        display: inline-flex;
        font-weight: bold;
    }
}

/** EXPERIENCE DETAIL **/
#experienceDetail {
    padding-left: 20px !important;
    padding-right: 30px !important;

    .cardPanel{
        border: 1px solid #d2d2d2;
        border-radius: 20px;
    

        .imageExperienceContainer{
            margin-top: 30px;
            padding-left: 30px;

            .imageExperience {
                width: 100%;
                height: 180px;
                border-radius: 20px;
                object-fit: cover;
                object-position: center center;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
        }

        .experienceSwitch {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-top: 20px;
            margin-bottom: 20px;
            gap: 10px;
            
            .switch-label {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1.2em;
                margin-right: 0;
                order: 1;
            }

            .switch {
                order: 2;
            }
        }

        .titleExperience {
            font-family: 'PPMonumentsExtended-Bold';
            color: #013466;
            font-size: 1.8em;
            margin-top: 30px;
            margin-bottom: 10px;
            text-align: center;
        }

        .descriptionExperience {
            p {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1em;
                margin-top: 5px;
                margin-bottom: 5px;
                padding-left: 20px !important;
                padding-right: 20px !important;
            }
        }

        .experienceTimelineContainer{
            padding: 0% 40px;

            .experienceTimeline {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1em;
                margin-top: 5px;
                border: 1px solid #d2d2d2;
                border-radius: 20px;

                div {
                    display: flex;
                    padding: 10px;
                    padding-left: 30px;

                    p {
                        display: inline-flex;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        padding-left: 20px;
                    }
                }

            }
        }

        .statusExperienceContainer {
            padding-left: 30px;
            padding-top: 20px;
            padding-bottom: 20px;

            .btnPending {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnActive {
                background-color: #013466 !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            #openChat {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnApproved {
                background-color: #D6F6F8 !important;
                color: #013466 !important;
                font-family: 'Gotham-Light';
            }
            .btnCompleted {
                background-color: #013466 !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnDeleted {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
            .btnExpired {
                background-color: #FF493B !important;
                color: white !important;
                font-family: 'Gotham-Light';
            }
        }
    }
}

/** INFLUENCER CANDIDATES **/
#influencerCandidates {
    .tabs {
        height: 70px;

        .indicator {
            display: none !important; /* Oculta la línea de indicador */
        }

        .tab {
            height: 70px;
            text-transform: none;
            a {
                p{
                    font-family: 'PPMonumentsExtended-Bold' !important;
                    color: #D8D8D8;
                    font-size: 1.2em;
                    padding:0px;
                    margin:0px;
                    border-radius: 10px;
                    margin-right: 10px; /* Espacio entre pestañas */
                    text-overflow: unset !important; /* Evita el truncamiento del texto */
                    text-transform: none;
                    line-height: normal;
                }
            }

            a.active {
                p {
                    color: #F44336; /* Color del texto de la pestaña activa */
                }
            }
        }

    }
    hr {
        color: #013466 !important;
        margin: 0 !important; /* Elimina el margen para que no afecte el diseño */
        border: none; /* Elimina el borde por defecto */
        height: 4px; /* Define la altura de la línea */
        background-color: #013466; /* Color de la línea */
    }
}

.candidatesBox {
    padding-left: 20px !important;
    padding-right: 30px !important;

    .candidatesCard {
        border: 1px solid #d2d2d2;
        border-radius: 20px;
        padding: 20px;
        height: 400px;
        text-align: center;

        .avatarBox {
            display: block;
            margin-bottom: 5px;

            .avatar {
                width: 140px;
                height: 140px;
                object-fit: cover;
            }

            .reviewerName {
                font-family: 'Gotham-Light';
                color: #013466;
                font-size: 1.2em;
                font-weight: bold;
                margin-top: 5px;
            }
        }

        .reviewerName {
            font-family: 'PPMonumentsExtended-Bold';
            color: #013466;
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        .reviewRestaurant {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .cardEvent {
            padding: 0px 20px;
            font-family: 'Gotham-Light';
            
            .cardContent {
                border: 1px solid #d2d2d2;
                border-radius: 20px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 20px;
                padding-bottom: 20px;

                .rightAlign {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }

                .leftAlign {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                div {
                    display: inline-flex;

                    div{
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }
                }

                p {
                    margin: 0;
                    padding: 0px;
                    color: #013466;
                    font-size: 1.1em;
                    font-weight: bold;
                }
                
            }

        }

        .fiveStars{
            display: flex;
            gap: 8px; /* Espacio entre estrellas */
            position: relative;
            margin-bottom: 5px;
            vertical-align: middle;
            justify-content: center;

            .star {
                width: 20px;
                height: 20px;
                background: transparent;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                filter: grayscale(100%) brightness(80%);
            }

            .star.active {
                background-image: url('/cdn/icons/star-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }

            .star.activeMiddle {
                background-image: url('/cdn/icons/star-half-solid.svg');
                filter: invert(42%) sepia(94%) saturate(7476%) hue-rotate(349deg) brightness(101%) contrast(104%);
            }
        }

        .reviewTextContainer {
            font-family: 'Gotham-Light';
            color: #013466;
            font-size: 1em;
            margin-top: 10px;
            margin-bottom: 10px;
            height: 200px;
            overflow-y: auto; /* Permite el scroll si el texto es muy largo */

            h4 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 0.9em;
                margin-bottom: 10px;
            }
        }
    }
    
}

/* Media Queries para responsividad */
@media (max-width: 992px) {
    .day-controls {
        flex-direction: column;
        align-items: flex-end;
        gap: 0.5rem;
        margin-left: auto;
    }
    .day-controls .apply-to-all {
        line-height: 28px; /* Ajuste para el alto del botón pequeño */
    }
}
@media (max-width: 600px) {
    .horario-collapsible .collapsible-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .day-controls {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 1450px) {
    .floatting-icon{
        position: fixed;
        width: 100%;
        text-align: center;
        
        img {
            margin-top: 40px;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
    }
}

@media only screen and (max-width: 1450px) {
    .floatting-icon{
        position: fixed;
        width: 100%;
        text-align: center;
        
        img {
            margin-top: 40px;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
    }
}

/** MOVILE VIEW **/
@media only screen and (max-width: 600px) {
    .hide-on-movil{
        display: none;
    }
    .floatting-icon{
        position: fixed;
        width: 100%;
        text-align: center;
        z-index: 11;
        
        img {
            margin-top: 20px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
    }

    .link-forgot-password {
        left: -35px !important;
    }

    .show-on-small{
        display: block !important;
    }
    .logo{
        margin-top: 50px;
        width: 150px;
    }

    .forgotLink{
        text-align: center;
        font-weight: bold;
    }

    .registerBox{
        .col{
            text-align: center;
            p{
                font-weight: bold;
            }
            a{
                font-weight: bold;
                margin-top: 0px !important;
            }
        }
    }

    nav{
        height: 100px;
    }

    .adminNav{
        background-color: transparent;
        height: 80px;

        .sidenav-trigger {
            i {
                font-size: 50px;
            }
        }
    }

    .alertText {
        font-size: 0.6em;
    }

    #login-card{        
        .card-title{
            font-size: 4em;
        }
    }

    #login-page {
        height: 63dvh;
        margin-bottom: 0px !important;
        margin-top: 20px;
    }

    .registerCard{
        height: 50dvh;

        div {

            div {

                img {
                    width: 80dvw;
                }

                .textCard {
                    width: 100%;
                }
    
            }
    
            .makeSpace {
                padding-top: 20px;
                P {
                    font-family: 'PPMonumentsExtended-Bold';
                    font-size: 2em;
                    margin-bottom: 0px;
                    margin-top: 0px;
                }
                .influizerBlue{
                    color: #013466;
                }
                
            }
        }
    }

    .redBlock {
        height: 100dvh;
        right: -150px;
        width: 120% !important;
        padding-left: 94px !important;
        padding-right: 40px !important;
        padding-top: 0px !important;

        .redTextBlock {
            p {
                font-size: 0.8em;
            }
        }

        .titleForm {
            h2 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 2em;
            }

            p {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 1em !important;
            }
        }

        div {
            div {
                .input-field {
                    margin-top: 25px;
                }
            }
        }
    }

    .blueBlock {
        height: 100dvh;
        left: -150px;
        width: 120% !important;
        padding-left: 53px !important;
        padding-top: 0px !important;
        padding-right: 93px !important;

        .blueTextBlock {
            p {
                font-size: 0.8em;
            }
        }

        .titleForm {
            h2 {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 2em;
            }

            p {
                font-family: 'PPMonumentsExtended-Bold';
                color: #013466;
                font-size: 1em !important;
            }
        }

        div {
            div {
                .input-field {
                    margin-top: 25px;
                }
            }
        }
    }

    .floatting-food-1{
        
        img {
            margin-bottom: -70px;
            width: 90px;
        }
    }
    
    .floatting-food-2{

        img {
            width: 50px;
        }
    }

    .page-footer{
        padding-top: 54px !important;
        background-color: #FF493B !important;
        color: white;
    
        .container{
            .row{
                .col {
                    .btn {
                        margin-left: 0px !important;
                    }
                }
            }
        }
    
        .footer-copyright{
            background-color: #D7F6F9 !important;
            color: #013466;
    
            div {
                p {
                    img {
                        height: 25px;
                        margin-right: 15px;
                    }
                }
            }
    
            a {
                color: #013466;
            }
    
            a:hover {
                color: #FF493B;
                transition: 0.5s;
            }
    
        }
    }

    .panelContent {
        padding: 11px;
    }

    .centerOnMovile{
        text-align: center;

        p{
            display: block !important;
            font-size: 0.5em;
            margin-left: 0px !important;
        }
    }
    .panelSection {
        font-size: 2em;
        position: absolute;
        top: -114px;
        left: 69px;
    }

    .avatar {
        width: 100% !important;
    }

    .bigAdminFileField {
        padding-left: 12px !important;
        margin-top: 24px !important;
    }
    .valign-wrapper {
        display: inherit !important;
    }

    .positionFixed {
        #deleteImage {
            margin-top: 20px; 
        }
        .adminFileField {
            top: 0px;
        }
    }

    .textExperienceContainer{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .cardExperience {
        .cardPanelSmall {
            .experienceTimelineContainer {
                .experienceTimeline {
                    div {
                        padding-left: 10px;
                    }
                }
            }
        }
    }

    .searchContainer {
        input {
            padding-left: 33px !important;
        }
    }

    .calendarFilterContainer {
        input {
            padding-left: 32px !important;
            width: 75% !important;
        }
    }
}