@charset "UTF-8";.navbar{background-color:#333;color:#fff;position:relative;display:flex;justify-content:center;width:100%;height:10vh;z-index:1000;top:0}.navbar-auth{background-color:#333;color:#fff;display:flex;justify-content:center;width:100%;height:10vh;z-index:1000;top:0}.navbar__container{display:flex;width:100%;justify-content:space-between;align-items:center;max-width:1200px}.navbar__logo{font-size:1.4rem;font-weight:700}.navbar__logo a{text-decoration:none;color:#fff;transition:color .3s}.navbar__logo a:hover{color:tomato}.navbar__menu{display:flex;gap:1rem}.navbar__list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.navbar__link{text-decoration:none;color:#fff;font-size:1rem;padding:.5rem 1rem;border-radius:5px;transition:all .3s}.navbar__link:hover{background-color:#555;color:tomato}.navbar__link--active{background-color:tomato;color:#fff;font-weight:700}.navbar__toggle{display:none;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}@media (max-width: 768px){.navbar__toggle{display:block}.navbar__container{display:flex;justify-content:space-between;align-items:center;max-width:300px;margin:0 auto}.navbar__menu{display:none;flex-direction:column;position:absolute;top:100%;right:0;background-color:#333;width:100%;padding:.5rem}.navbar__menu.open{display:flex}.navbar__list{flex-direction:column;gap:.5rem}.navbar-auth{height:14vh}}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5}.spinner{width:50px;height:50px;border:5px solid #ddd;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loader-container p{margin-top:20px;font-size:1.2rem;color:#555}.header-caja{position:fixed;top:0;left:0;width:100%;background:#00000080;padding:15px 0!important;display:flex;justify-content:center;color:#fff;z-index:1000;transition:background .3s ease-in-out}.header{display:flex;width:90%;justify-content:space-between;align-items:center}.logo{font-size:28px;font-weight:700}.header nav{display:flex;align-items:center;gap:20px}.header a{color:#fff;text-decoration:none;font-size:16px}.login-btn{background:#fff3;border:none;padding:8px 15px;cursor:pointer;color:#fff;border-radius:5px}.login-btn:hover{background:#fff6}@media (max-width: 768px){.header{flex-direction:column;text-align:center;padding:10px}.header nav{flex-direction:column;gap:10px}}.home{width:100%;height:80vh;background-image:url(/Foto_maquinas_blancas_waifu2x_photo_noise1_scale.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.overlay{background:#0009;padding:20px;color:#fff;border-radius:10px}.fixed-appointment-btn{position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:12px 24px;border:none;border-radius:5px;cursor:pointer;font-size:16px;box-shadow:0 4px 10px #0003;transition:background .3s;z-index:1000}.fixed-appointment-btn:hover{background:#555}@media (max-width: 768px){.home{height:350px;background-size:cover}.appointment-btn{font-size:14px;padding:10px 20px}}.about{display:flex;padding:40px;background:#fff}.caja-content{width:60%}.content{padding:50px;width:30%}.map-container{width:35%;display:flex}.map{width:100%;height:750px;border-radius:10px}@media (max-width: 768px){.about{flex-direction:column;text-align:center;padding:20px}.caja-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.content{padding:20px}.content,.map-container{width:100%;margin-bottom:20px}.map{height:550px}}.footer{display:flex;justify-content:space-around;align-items:center;padding:20px;background:#000;color:#fff;text-align:center}.section{flex:1}.footer h3{margin-bottom:10px;font-size:18px;text-transform:uppercase}.social-links{display:flex;gap:15px;justify-content:center}.social-links a{color:#fff;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}@media (max-width: 768px){.footer{flex-direction:column;text-align:center}.footer .section{margin-bottom:15px}}body{margin:0;font-family:Manrope,Noto Sans,sans-serif}.layout-container{display:flex;flex-direction:column;min-height:75vh;background-color:#fff}.logo-container{display:flex;align-items:center;gap:16px;color:#000}.logo-text{font-size:1.125rem;font-weight:700;line-height:1.25}.content-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-text{color:#000;font-size:1.5rem;font-weight:700;text-align:center;padding:10px 0}.input-container{display:flex;flex-direction:column;width:480px;margin-bottom:16px}.input-label{display:flex;flex-direction:column}.input-title{color:#000;font-size:1rem;font-weight:medium;margin-bottom:8px}.input-field{height:1.5rem;padding:16px;border:none;border-radius:12px;background-color:#eee;color:#000;font-size:1rem;outline:none}.input-field::placeholder{color:#6b6b6b}.forgot-password{color:#6b6b6b;font-size:.875rem;margin:8px 0;text-decoration:underline}.button-container{display:flex;width:20%}.login-button{flex:1;height:40px;background-color:#000;color:#fff;font-size:.875rem;font-weight:700;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.form-login{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5%}@media (max-width: 768px){.layout-container{min-height:50vh}.form-login{width:60%}.input-container{width:100%;margin-bottom:24px}.button-container{width:100%;margin-top:16px}.welcome-text{font-size:2rem;margin-bottom:32px;text-align:center}.input-field{font-size:1.2rem;padding:16px;height:auto}.login-button{font-size:1.2rem;height:55px;border-radius:14px}.forgot-password{font-size:1rem;text-align:center;margin:16px 0}}@media (max-width: 480px){.form-login{width:80%}.input-container{width:95%}.welcome-text{font-size:1.8rem;margin-bottom:24px}.input-field{font-size:1rem;padding:14px}.login-button{font-size:1rem;height:50px;border-radius:12px}.forgot-password{font-size:.9rem;margin:12px 0}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.modal-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.modal-loading-container .spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.modal-overlay{pointer-events:none}.client-calendar{width:80%;margin:0 auto;border:1px solid #ddd;border-radius:5px;overflow:hidden;height:77vh!important;margin-bottom:1rem}.fc{flex:1;height:77vh!important}.fc-timegrid{min-height:55vh}.fc-event{font-size:1rem;padding:1px}.my-event{background-color:#4caf50!important;color:#fff!important;border:none!important;box-shadow:none!important}.reserved-event .fc-event-main,.reserved-event{background-color:#555!important;color:#555!important}.fc-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem;gap:.5rem;font-size:.9rem}.fc-toolbar .fc-button{padding:.3rem .6rem;font-size:.8rem;border-radius:5px}.fc-toolbar-title{font-size:1rem;text-align:center;flex:1}.past-slot{background-color:#e6e6e6!important;color:#a0a0a0!important;pointer-events:none}.fc-event{background-color:transparent!important;border:none!important;box-shadow:none!important;display:inline}.fc-event .fc-event-main{background-color:inherit!important;color:inherit!important;padding:5px;border-radius:5px}@media (max-width: 480px){#fc-dom-2{font-size:1rem}.fc-timegrid{min-height:10vh}}@media screen and (max-width: 768px){.fc-event-main{padding:0!important;margin:0!important;display:flex;flex-direction:column}.fc-timegrid-event{margin:2px!important;border-radius:5px!important}.fc-daygrid-day-frame{padding:5px!important}}.modal-content{overflow-y:auto!important;padding:1rem!important;display:flex;justify-content:center;align-items:center}.modal-container{width:90%!important;height:auto;max-height:80vh;overflow-y:auto;background-color:#fff;border-radius:.5rem}.modal-title{font-size:1.5rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #333;padding-bottom:.75rem;text-align:center;font-weight:600;line-height:1.2}.modal-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.25rem;text-align:center;height:100%}.spinner{width:2.5rem;height:2.5rem;border:.25rem solid #f3f4f6;border-top:.25rem solid #333;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.details-container{border:1px solid #e5e7eb;padding:1.5rem;border-radius:.5rem;background:#fff;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;overflow-y:auto}.details-title{font-size:1.375rem;margin-top:0;margin-bottom:1.25rem;color:#333;text-align:center;font-weight:600;border-bottom:2px solid #333;padding-bottom:.625rem;line-height:1.2}.details-list{display:flex;flex-direction:column;gap:.75rem}.detail-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-label{color:#374151;font-size:.875rem;display:block;margin-bottom:.25rem;font-weight:600}.detail-value{color:#111827;font-size:1rem;word-break:break-word;line-height:1.4}.notice-container{padding:1.125rem;border-radius:.5rem;text-align:center;font-size:.9375rem;line-height:1.6}.notice-container.warning{background-color:#fef2f2;border:1px solid #fecaca}.notice-container.info{background-color:#f0f9ff;border:1px solid #bfdbfe}.notice-text{margin-bottom:.625rem;color:#374151}.urgent-notice{color:#dc2626;font-weight:600;padding:.5rem;background-color:#fff;border-radius:.25rem;border:1px solid #fecaca;font-size:.875rem;line-height:1.4}.info-container{border:1px solid #e5e7eb;padding:1.25rem;border-radius:.5rem;background-color:#f9fafb;margin-bottom:1.5rem}.info-section{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.info-section:last-child{border-bottom:none}.info-group{margin-bottom:.5rem}.info-group:last-child{margin-bottom:0}.info-label{color:#374151;font-size:.875rem;display:block;margin-bottom:.25rem;font-weight:600}.info-value{color:#111827;font-size:1rem;line-height:1.4}.peluqueros-section{margin-bottom:1.5rem;max-height:40vh;overflow-y:auto}.peluqueros-title{font-size:1.125rem;color:#374151;margin-bottom:1rem;font-weight:600}.peluqueros-list{display:flex;flex-direction:column;gap:.75rem}.peluquero-item{display:flex;align-items:center;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease}.peluquero-item:hover{border-color:#333;background-color:#f9fafb}.peluquero-item.disabled{background-color:#f3f4f6;cursor:not-allowed}.peluquero-radio{margin-right:.75rem;width:1.125rem;height:1.125rem;accent-color:#333}.peluquero-name{font-size:1rem;color:#111827;font-weight:500;flex:1}.peluquero-status{color:#dc2626;font-size:.875rem;background-color:#fef2f2;padding:.25rem .5rem;border-radius:.25rem;font-weight:500;margin-left:.5rem}.confirm-button{background-color:#333;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background-color .2s ease}.confirm-button:hover{background-color:#111}@media (max-width: 768px){.modal-title{font-size:1.25rem;margin-bottom:1rem}.details-container{padding:1rem}.details-title{font-size:1.125rem;margin-bottom:1rem}.detail-label{font-size:.8125rem}.detail-value{font-size:.9375rem}.peluquero-item{padding:.625rem .75rem}.peluquero-name{font-size:.9375rem}}@media (max-width: 480px){.modal-content{width:95%!important;padding:.75rem!important;display:flex;justify-content:center!important}.notice-container{padding:1rem;font-size:.8375rem;line-height:1.4}.urgent-notice{padding:.1rem;border-radius:.25rem;font-size:.875rem;line-height:1.2}.detail-item{padding:.1rem 0}.modal-container{width:90%!important}.modal-title{font-size:1rem}.details-container{max-height:70vh!important;padding:.75rem;margin-bottom:.5rem}.details-title{font-size:1rem}.peluquero-item{padding:.5rem .625rem}.confirm-button{padding:.625rem 1rem}}.modal-backdrop{top:0;left:0;right:0;bottom:0;background:#03010118;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1000;position:fixed}.modal-content{width:60%;height:85vh;max-height:900px;background:#fff;padding:20px;border-radius:8px;position:relative;overflow:hidden}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;color:#333;cursor:pointer}.modal-small .modal-content{max-width:500px;max-height:500px}@media (max-width: 768px){.modal-content{width:80%}}.whatsapp-button{position:fixed;bottom:40px;right:40px;z-index:1000;width:100px;height:80px;cursor:pointer;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.whatsapp-button{width:50px;height:50px;bottom:15px;right:15px}}@media screen and (max-width: 480px){.whatsapp-button{width:45px;height:45px;bottom:10px;right:10px}}.client-page__header{text-align:center}.client-page__header h1{font-size:2rem;color:#333}.client-page__header p{font-size:1.2rem;color:#555}.client-page__calendar{margin-top:2rem;height:100vh;background-color:red}@media (max-width: 768px){.client-page{height:100vh}}.admin-metrics{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.metric-box{flex:1;min-width:250px;max-width:300px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.metric-box:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0003}.metric-box h3{margin-bottom:.8rem;font-size:1.25rem;font-weight:600;color:#444}.metric-box p{font-size:2rem;font-weight:700;color:#007bff}.change-price-btn{margin-top:1rem;padding:.7rem 1.2rem;background-color:#007bff;color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.change-price-btn:hover{background-color:#0056b3}@media (max-width: 768px){.admin-metrics{flex-direction:column;align-items:center}.metric-box{width:90%;padding:.1rem}.metric-box h3{font-size:1.2rem}.metric-box p{font-size:1.8rem}p{margin:1rem}.change-price-btn{margin:0}}.admin-calendar{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a}.client-calendar{margin-top:2rem;height:100%;border:1px solid #ddd;border-radius:5px;background-color:#fff;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.rbc-toolbar{background-color:#ff6b6b;color:#fff;padding:1rem;border-radius:5px 5px 0 0;display:flex;flex-wrap:wrap;margin:0}.rbc-toolbar button{background:none;border:none;color:#fff;font-weight:700;cursor:pointer}.rbc-toolbar button:hover{text-decoration:underline}.rbc-event{background-color:#4caf50;color:#fff;border:none;border-radius:0;padding:0;margin:0;font-size:.85rem;height:100%;display:flex;align-items:center;justify-content:center;box-shadow:none}.rbc-month-view .rbc-header{color:#333;font-weight:700}.evento-oculto{background-color:#e6e6e6!important;color:transparent!important;pointer-events:none;border:none!important;box-shadow:none!important}.rbc-month-view .rbc-event{display:none;height:100%}.rbc-month-row{min-height:5rem}.rbc-time-content,.rbc-event,.rbc-day-slot{touch-action:manipulation}@media (max-width: 768px){.rbc-time-header-gutter{width:2rem!important}.rbc-label{font-size:10px}.rbc-header{flex:1 1 20%}.rbc-toolbar{padding:.5rem;flex-direction:column;gap:8px}.rbc-button-link{font-size:.8rem}.rbc-toolbar button{font-size:.9rem;padding:6px 12px}.rbc-month-row{min-height:4rem}.rbc-time-slot{font-size:.9rem;width:1%}.rbc-event{font-size:.75rem;padding:0}}.admin-dashboard{display:flex;flex-direction:column;height:75vh}.dashboard-content{display:grid;grid-template-columns:1fr;gap:2rem}.client-history{padding:1rem}.client-history h2{margin-bottom:1rem}.client-history table{width:100%;border-collapse:collapse;font-size:16px}.client-history th,.client-history td{padding:12px 16px;text-align:left;border-bottom:1px solid #e0e0e0}.client-history th{background-color:#f5f5f5;font-weight:600}@media (max-width: 768px){.client-history table,.client-history thead,.client-history tbody,.client-history th,.client-history td,.client-history tr{display:block}.client-history thead{display:none}.client-history tr{margin-bottom:1rem;background-color:#f9f9f9;padding:1rem;border-radius:8px;box-shadow:0 1px 4px #0000001a}.client-history td{padding:1px 0;border:none;text-align:left;position:relative}.client-history td:before{content:attr(data-label);font-weight:700;display:inline-block;width:120px;color:#555}}.client-history-page{display:flex;flex-direction:column;height:100vh}.history-content{padding:2rem;display:flex;justify-content:center;align-items:center}.client-profile{width:80%;max-width:600px;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:left}.client-profile h2{margin-bottom:1rem;text-align:center}.profile-details p{margin:.5rem 0;font-size:1rem}.profile-details strong{color:#333}.seccion{border-top:1px solid #eee;margin-top:20px;padding-top:15px}button.canje{margin:5px 8px 5px 0;padding:6px 12px;border-radius:6px;border:1px solid #ddd;background:#f9f9f9;cursor:pointer;transition:background .2s ease}button.canje:hover{background:#efefef}button:disabled{opacity:.5;cursor:not-allowed}.client-profile-page{display:flex;flex-direction:column;height:100vh}.profile-content{padding:2rem;display:flex;justify-content:center;align-items:center}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.mail-sender{padding:2rem;max-width:800px;margin:0 auto;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a}.mail-sender h2{text-align:center;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.ReactQuill{background:#fff;border:1px solid #ccc;border-radius:4px}.send-btn{display:block;width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1rem}.send-btn:hover{background-color:#0056b3}* .client-history{padding:20px;display:flex;justify-content:center;flex-direction:column;max-width:800px;margin:0 auto}.search-input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px}.table-container{width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:8px;text-align:left;border-bottom:1px solid #ddd}.table th{background-color:#f8f8f8;font-weight:700}.table td{font-size:14px}.table .action-btn{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:6px 10px;cursor:pointer;font-size:14px;text-align:center;transition:background-color .3s ease}.table .action-btn:hover{background-color:#0056b3}@media (max-width: 768px){.table-container{margin:0 auto}.table thead th:nth-child(2),.table thead th:nth-child(3),.table tbody td:nth-child(2),.table tbody td:nth-child(3){display:none}.table th,.table td{font-size:16px;padding:12px 8px}.table .action-btn{font-size:16px;padding:8px 12px}}.gestion-container{display:flex;justify-content:space-between;gap:20px;padding:20px;background-color:#f9f9f9;height:80vh}.gestion-section{flex:1;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px}.gestion-section h2{margin-bottom:20px;font-size:20px;color:#333}.gestion-list{list-style:none;padding:0;margin:0 0 20px;width:100%;text-align:left}.gestion-list li{padding:10px;background-color:#f1f1f1;border-radius:4px;margin-bottom:10px;font-size:16px;color:#555}.gestion-button{background-color:#ff5733;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}.gestion-button:hover{background-color:#e04e2a}.gestion-title{margin-bottom:20px;color:#333;font-size:1.5rem}.gestion-list{list-style:none;padding:0;margin:0}.gestion-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px 15px;border:1px solid #ddd;border-radius:5px;background:#f4f4f4}.gestion-add-button{width:100%;padding:12px 15px;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin-top:20px}.dynamic-form{display:flex;flex-wrap:wrap;gap:1rem;max-width:800px;margin:0 auto}.form-group{display:flex;flex-direction:column;flex:1 1 calc(50% - 1rem);min-width:200px}label{font-size:.85rem;font-weight:700}.caja-form{display:flex;flex-direction:column}input,select,textarea{font-size:.85rem;padding:.1rem;border:1px solid #ccc;border-radius:4px}.save-button{background-color:#4caf50;color:#fff;font-size:.85rem;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;margin-top:1rem}@media (max-width: 768px){.gestion-container{display:flex;flex-direction:column;justify-content:space-between}.label-service{font-size:.9rem;margin:0}.service-h2{font-size:18px;text-align:center;margin:0}.dynamic-form{max-height:600px;overflow-y:auto;padding:19px}.form-group{margin-bottom:0}.form-group label{font-size:14px}.caja-form{padding:1px;font-size:14px;margin:0}.form-input{width:200px;box-sizing:border-box}.save-button{font-size:14px;padding:8px 12px;margin:5px 0}}.admin-stylists{padding:1rem;max-width:800px;margin:auto}.add-stylist-form{margin-bottom:2rem;padding:1rem;background-color:#f9f9f9;border-radius:5px;box-shadow:0 2px 4px #0000001a}.form-input{width:calc(50% - 1rem);margin:.5rem .5rem .5rem 0;padding:.5rem;border:1px solid #ddd;border-radius:5px}.stylist-list{margin-top:2rem}.stylist-table{width:100%;border-collapse:collapse}.stylist-table th,.stylist-table td{text-align:left;padding:.5rem;border:1px solid #ddd}.delete-button{background-color:#ff4d4d;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.delete-button:hover{background-color:#c00}.modal-close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer}.add-stylist-form{display:flex;flex-direction:column;gap:1rem}.form-input{padding:.8rem;border:1px solid #ddd;border-radius:5px}.add-button{padding:.8rem;width:40%;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700}.add-button:hover{background-color:#0056b3}.Suppliers-container{padding:1rem}.schedule-manager{margin:20px;padding:15px;border-radius:8px;width:800px;font-family:Arial,sans-serif}.schedule-manager h3{font-size:1.5rem;margin-bottom:20px;color:#333;text-align:center}.day-schedule{display:flex;align-items:center;margin-bottom:15px;gap:10px}.day-schedule label{flex:1;font-weight:700;color:#555;text-transform:capitalize}.day-schedule input[type=time]{flex:1;padding:5px;border:1px solid #ccc;border-radius:4px}.day-schedule span{font-weight:700;color:#888}.save-button{width:100%;padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.save-button:hover{background-color:#45a049}@media (max-width: 768px){.schedule-manager{margin:5px}.schedule-manager h3{font-size:1rem;margin-top:0;margin-bottom:5px}.day-schedule{flex-wrap:wrap;margin:0}}.dash{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%}.stats-container{display:flex;justify-content:center;width:80%;margin:20px 0;gap:15px}.stat-box{background:#f8f9fa;padding:15px;border-radius:8px;text-align:center;min-width:180px;box-shadow:0 2px 4px #0000001a}.stat-box h3{margin:0;font-size:16px;color:#333}.stat-box p{margin:5px 0 0;font-size:20px;font-weight:700;color:#007bff}.dash-chart{width:100%;display:flex}.turnos-chart{width:50%}.admin-cupones{max-width:700px;margin:2rem auto;padding:2rem;background-color:#fafafa;border-radius:8px;box-shadow:0 0 10px #0000000d;font-family:sans-serif}.admin-section{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.admin-section h3{margin-bottom:.5rem}.admin-section input{padding:.5rem;margin:.3rem;border:1px solid #ccc;border-radius:4px;width:calc(100% - 1rem);max-width:300px}.admin-section button{padding:.5rem 1rem;margin-left:.5rem;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-section button:hover{background-color:#555}.error{color:red;margin-top:.5rem}.cupon-encontrado{margin-top:1rem;padding:1rem;border:1px solid #ccc;border-radius:6px;background-color:#fff}.usado{color:green;font-weight:700;margin-left:.5rem}
