@charset "UTF-8";html,body,#root{height:100%;margin:0;padding:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:400px;text-align:center;box-shadow:0 2px 10px #0000004d;border:3px solid transparent}.modal-content.success{border-color:#32cd32}.modal-content.error{border-color:orange}.modal-button{margin-top:1rem;background-color:#007bff;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-size:1rem}.modal-button:hover{background-color:#0056b3}.login-page{display:flex;height:100vh;width:100%;font-family:sans-serif}.login-left{flex:1;background:linear-gradient(#ffffffe1,#f3ececcc),url(/assets/fondo-AoQFl-h_.jpg);display:flex;justify-content:center;align-items:center;padding:.5rem}.login-logo-link{display:flex;justify-content:center;align-items:center}.login-logo{max-width:160%;height:auto;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.login-right{flex:1;background:linear-gradient(40deg,#272727 25%,#d32f2f 70%);display:flex;justify-content:center;align-items:center;padding:2rem}.login-form{background-color:#eee;padding:2rem;border-radius:50px;width:100%;max-width:400px;box-shadow:0 4px 10px #ebe3e373}.login-title{background:linear-gradient(90deg,#d32f2f,#1a1a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem;font-weight:800;text-align:center;margin-bottom:1.5rem}.login-input{width:100%;padding:.75rem;margin-bottom:1rem;border-radius:20px;border:1px solid #ccc;box-sizing:border-box;border-color:#1a1a1a;box-shadow:0 4px 10px #d32f2f33}.login-button{width:100%;padding:.75rem;background-color:#505152;color:#fff;border:none;border-radius:20px;cursor:pointer;box-shadow:0 10px 20px #d32f2f4d}.login-button:hover{background:#725353;transform:translateY(-2px)}.login-links{margin-top:1rem;display:flex;flex-direction:column;align-items:center}.login-link{color:#1a1a1a;background-color:transparent;text-decoration:none;margin:.3rem 0;font-size:.9rem}.login-link:hover{color:#725353;transform:translateY(-2px)}@media (max-width: 768px){.login-page{flex-direction:column}.login-left,.login-right{flex:none;width:100%;height:50vh}.login-form{max-width:90%}}.register-container{display:flex;justify-content:center;align-items:flex-start;width:100%;padding:2rem 1rem}.register-form{width:100%;max-width:520px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #00000014}.register-form h2{margin-bottom:1.5rem;text-align:center;color:#222}.register-form h3{margin-bottom:1rem;color:#333;font-size:1.1rem}.custom-select,.register-form input{width:100%;padding:.85rem 1rem;border:1px solid #d9d9d9;border-radius:10px;margin-bottom:1rem;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.custom-select:focus,.register-form input:focus{border-color:#4a7dfc;box-shadow:0 0 0 3px #4a7dfc1f}.step-section{margin-top:.5rem}.step-buttons{display:flex;gap:1rem;margin-top:1.5rem}.step-buttons button,.register-form button{flex:1;padding:.85rem 1rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background-color .2s ease}.step-buttons button:hover,.register-form button:hover{transform:translateY(-1px)}.step-buttons button:disabled,.register-form button:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-back{background:#e9ecef;color:#333}.password-field{width:100%}.password-field__input-wrapper{position:relative;width:100%}.password-field__input{width:100%;padding-right:2.5rem;box-sizing:border-box}.password-field__toggle{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:none;padding:0;line-height:1}.password-field__error{color:red;margin-bottom:1rem;font-weight:700}.password-field__rules{margin:5px;padding:10px;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.password-rule{transition:color .2s ease;font-weight:500}.password-rule--invalid{color:#dc3545}.password-rule--valid{color:#28a745}.password-field__error{margin-top:.5rem;color:#dc3545;font-size:.9rem}.sidebar{top:0;left:0;height:100vh;background:linear-gradient(180deg,#7f1d1d,#dc2626);color:#fff;transition:width .3s;overflow-x:hidden;z-index:100;display:flex;flex-direction:column;align-items:center}.sidebar.open{width:260px}.sidebar.closed{width:90px}.top-section{display:flex;align-items:center;justify-content:center;height:70px;width:100%}.toggle-button{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer}.menu{width:100%;display:flex;flex-direction:column;margin-top:2rem}.menu-item{display:flex;align-items:center;padding:18px;color:#fff;text-decoration:none;transition:all .3s;cursor:pointer;border-left:4px solid transparent}.menu-item:hover{background:#ffffff14;border-left:4px solid #fff}.icon{font-size:1.5rem;padding-right:10px;min-width:30px;text-align:center}.link-text{margin-left:10px;font-size:1.05rem}.menu-item.submenu{flex-direction:column;align-items:flex-start;padding:0}.submenu-title{display:flex;align-items:center;width:100%;padding:15px 20px;color:#fff;transition:all .3s;cursor:pointer}.submenu-title.open,.submenu-title:hover{background:#0003}.submenu-title span{margin-left:auto;display:flex;align-items:center}.submenu-items{width:100%;background:#0003;display:flex;flex-direction:column;padding-left:10px}.menu-item.sub-item{padding:10px 30px;color:#fca5a5;font-size:.95rem;transition:.3s}.menu-item.sub-item:hover{background:#ffffff1a;color:#fff}.menu-item.active,.menu-item.sub-item.active{background:#ffffff26;border-left:4px solid #fff;color:#fff}@media (max-width: 768px){.sidebar.open{width:160px}.sidebar.closed{width:60px}}.header{width:100%;height:70px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-shadow:0 2px 5px #0000001a;position:relative;box-sizing:border-box}.logo img{height:50px;cursor:pointer}.page-title{font-size:20px;font-weight:700;color:#333;text-align:center;margin:0 20px;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-info{display:flex;align-items:center;position:relative;min-width:120px}.avatar-icon{font-size:32px;color:#555;cursor:pointer;margin-right:10px}.username{font-size:16px;color:#555}.modal{position:absolute;top:60px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:10px;width:180px;box-shadow:0 4px 8px #00000026;display:flex;flex-direction:column;z-index:10}.modal button{background:none;border:none;padding:10px 0;font-size:14px;text-align:left;cursor:pointer;color:#333}.modal button:hover{background-color:#f0f0f0}@media (max-width: 600px){.page-title{font-size:16px;margin:0 10px}.username{display:none}}.pet-card{flex:0 1 calc(50% - 12px);display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:16px;margin:0;background-color:#fff;box-shadow:0 2px 5px #0000001a;box-sizing:border-box}.pet-image img{width:240px;height:240px;object-fit:cover;border-radius:8px;margin-right:16px}.pet-info h3{margin:0 0 8px}.pet-info p{margin:4px 0;font-size:1rem;color:#333}.pet-footer{margin-top:auto;padding:10px;border-top:1px solid #eee;text-align:center}@media (max-width: 800px){.pet-card{flex:1 1 100%}}.pet-list-container{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start}.help-page{max-width:900px;margin:0 auto;padding:24px;font-family:Arial,sans-serif}.help-title{font-size:28px;margin-bottom:8px;color:#1f2937}.help-subtitle{color:#555;margin-bottom:24px;line-height:1.5}.help-container{display:flex;flex-direction:column;gap:12px}.help-card{border:1px solid #ddd;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000d}.help-header{width:100%;padding:16px;border:none;background:#f7f7f7;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;font-weight:600;text-align:left;color:#111827}.help-header:hover{background:#eee}.help-icon{display:flex;align-items:center}.help-content{padding:16px;background:#fff}.help-list{margin:0 0 16px;padding-left:20px}.help-list-item{margin-bottom:8px;line-height:1.5;color:#374151}.help-video-wrapper{border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.help-video{width:100%;height:315px;display:block}.event-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.event-modal{position:relative;width:100%;max-width:560px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000040;padding:24px}.event-modal-close{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#334155}.event-modal-title{margin:0 0 18px;font-size:22px;color:#0f172a}.event-modal-body{display:grid;gap:12px}.event-modal-row{display:flex;gap:8px;font-size:15px;color:#334155}.event-modal-label{font-weight:700;min-width:100px;color:#0f172a}.event-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.event-btn{border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.event-btn-reschedule{background:#2563eb;color:#fff}.event-btn-cancel{background:#dc2626;color:#fff}.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}.calendar-wrapper{background:#fff;border-radius:12px;padding:16px}.custom-toolbar{display:flex;justify-content:space-between;align-items:center;width:100%}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:8px}.pet-form{max-width:100%;margin:32px auto;padding:28px 24px 20px;background:#fff;border-radius:14px;box-shadow:0 4px 18px #0000001a;display:flex;flex-direction:column;align-items:center}.pet-photo-container{width:320px;height:320px;border:2px dashed #bdbdbd;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;background:#f9f9f9}.pet-photo{width:100%;height:100%;object-fit:cover;border-radius:10px}.upload-btn{margin-bottom:18px;padding:7px 22px;border:none;background:#1976d2;color:#fff;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s}.upload-btn:hover{background:#125ea7}.form-group{width:50%;padding:7px 22px;margin-bottom:14px;display:flex;flex-direction:column;align-items:flex-start}.submit-btn{margin-top:10px;padding:9px 0;width:50%;border:none;background:#43a047;color:#fff;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.pet-details-container{display:grid;grid-template-columns:400px 1fr;gap:60px;padding:30px}.column-info{background:#fff;border-radius:18px;padding:24px;box-shadow:0 4px 18px #00000014;height:fit-content}.pet-header{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.pet-photo-container{width:360px;height:360px;border-radius:16px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014}.pet-photo{width:100%;height:100%;object-fit:cover}.pet-data{display:flex;flex-direction:column;gap:12px}.pet-data h3{font-size:2rem;color:#111827;margin-bottom:10px}.pet-data p{font-size:1rem;color:#374151;margin:0}.btn-modify{margin-top:20px;border:none;border-radius:10px;background:#2563eb;color:#fff;padding:12px 18px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s ease}.btn-modify:hover{background:#1d4ed8}.column-appointments{position:relative;background:#fff;border-radius:18px;padding:24px;box-shadow:0 4px 18px #00000014;overflow-x:auto}.appointments-header{margin-bottom:20px}.appointments-header h3{font-size:1.5rem;color:#111827}.appointments-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:12px}.appointments-table thead{background:#f3f4f6}.appointments-table th{padding:16px;text-align:left;font-size:.95rem;font-weight:700;color:#374151;border-bottom:2px solid #e5e7eb}.appointments-table td{padding:16px;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.95rem}.appointments-table tbody tr{transition:background .2s ease}.appointments-table tbody tr:hover{background:#f9fafb}.empty-row{text-align:center;padding:24px!important;color:#6b7280}.status-badge{padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-badge.Activa{background:#dcfce7;color:#166534}.status-badge.Incumplida{background:#fee2e2;color:#991b1b}.status-badge.Cumplida{background:#dbeafe;color:#1e40af}.actions-column{display:flex;gap:10px}.icon-btn{width:38px;height:38px;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:transform .2s ease,background .2s ease}.reschedule-btn{background:#f59e0b}.reschedule-btn:hover{background:#d97706}.cancel-btn{background:#ef4444}.cancel-btn:hover{background:#dc2626}.fab{position:fixed;bottom:30px;right:30px;background-color:#2563eb;color:#fff;border-radius:50%;width:60px;height:60px;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 6px #0000004d;transition:transform .2s ease,background .2s ease}.fab:hover{background:#1d4ed8;transform:scale(1.08)}.fab:after{content:attr(data-tooltip);position:absolute;right:120%;top:50%;transform:translateY(-50%);background-color:#2563eb;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease}.fab:hover:after{opacity:1;visibility:visible}@media (max-width: 1100px){.pet-details-container{grid-template-columns:1fr}.pet-photo-container{width:280px;height:280px}}.edit-pet-container{padding:30px}.edit-pet-form{display:grid;grid-template-columns:350px 1fr;gap:40px;background:#fff;padding:30px;border-radius:18px;box-shadow:0 4px 12px #00000014}.image-section{display:flex;flex-direction:column;gap:20px}.image-container{width:100%;height:350px;border-radius:16px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.pet-image{width:100%;height:100%;object-fit:cover}.form-section{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151}.form-group input{height:48px;padding:0 14px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;transition:.2s}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-group input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.buttons-container{display:flex;gap:15px;margin-top:20px}.primary-btn,.secondary-btn{height:46px;padding:0 20px;border:none;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}.primary-btn{background:#2563eb;color:#fff}.primary-btn:hover{background:#1d4ed8}.secondary-btn{background:#e5e7eb;color:#111827}.secondary-btn:hover{background:#d1d5db}.pet-list{display:grid;gap:12px}.pet-item{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.pet-name{font-weight:700;margin-bottom:4px}.pet-meta{font-size:14px;color:#64748b;margin-bottom:6px}.pet-status{font-size:14px;color:#2563eb;font-weight:600}.user-profile-form{display:flex;flex-direction:column;gap:1rem;max-width:500px}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group input{padding:.75rem;border:1px solid #ccc;border-radius:8px;outline:none}.input-readonly{background-color:#f3f3f3;color:#666;cursor:not-allowed}.btn-save{padding:.8rem 1rem;border:none;border-radius:8px;background:#1d4ed8;color:#fff;cursor:pointer}.btn-save:hover{background:#1e40af}.register-form select.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='gray' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem;cursor:pointer}.login-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.login-modal{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;box-shadow:0 10px 30px #0003;text-align:center}.login-modal h2{font-size:1.5rem;font-weight:800;background:linear-gradient(90deg,#1a1a1a,#d32f2f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;margin-bottom:5px;line-height:1.2;padding:5px 10px}.login-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.login-option-btn{padding:.8rem 1.2rem;border-radius:6px;border:none;cursor:pointer}.login-option-btn.person{box-shadow:0 10px 20px #d32f2f4d;font-weight:700;font-size:1rem;background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff}.login-option-btn.person:hover{background:#725353;transform:translateY(-2px)}.login-option-btn.company{box-shadow:0 10px 20px #d32f2f4d;font-weight:700;font-size:1rem;background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff}.login-option-btn.company:hover{background:#725353;transform:translateY(-2px)}.login-modal-close{padding:.6rem 1rem;border-radius:6px;border:1px solid #000000;background:transparent;color:#1a1a1a;font-size:.95rem;cursor:pointer}.login-modal-close:hover{background:#c7b4b3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.redpet-page{min-height:100vh;display:flex;flex-direction:column}.slide-bar{display:flex;align-items:center;padding:0 2%;height:70px;justify-content:space-between;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease;background-color:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 15px #00000014;flex-wrap:wrap}.icon{height:70px;width:auto;object-fit:contain;margin-right:15px}.slide-bar-links{display:flex;gap:25px;margin-right:auto}.slide-link{text-decoration:none;color:#202020;font-weight:600;font-size:1rem}.slide-link:hover{color:#725353}.btn-login.slide-bar-login{background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff;border:2px solid #ffffff;padding:10px 20px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer}.btn-login.slide-bar-login:hover{background:#725353;transform:translateY(-2px)}.hero{background:linear-gradient(#ffffffe1,#f3ececcc),url(/assets/fondo-AoQFl-h_.jpg);color:#000;padding:8rem 2rem 6rem;text-align:center}.hero-content h1{font-size:4.5rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(90deg,#1a1a1a,#d32f2f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;margin-bottom:5px;line-height:1.2;padding:5px 10px}.hero-content h2{text-align:center;max-width:1000px;margin:0 auto;font-size:3rem;font-weight:800;line-height:1.2;color:#202020;padding:0 20px;line-height:1.1}.hero-content p{color:#202020;font-weight:400;font-size:1.2rem;line-height:1.6;max-width:650px;margin:10px auto 30px}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn-primary,.btn-secondary,.btn-outline{padding:15px 35px;border-radius:50px;font-weight:700;font-size:1rem;border:none;box-shadow:0 10px 20px #d32f2f4d;cursor:pointer;transition:transform .2s ease}.btn-primary{background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff}.btn-primary:hover{background:#725353;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff}.btn-secondary:hover{background:#725353;transform:translateY(-2px)}.btn-outline{background:linear-gradient(40deg,#1a1a1a,#d32f2f 50%);color:#fff;border:2px solid white}.btn-outline:hover{background:#ffffff26;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.main-features,.benefits,.cta{padding:2rem 0;text-align:center}.main-features{background-color:#eee}.benefits{background-color:#fff}.cta{background-color:#eee}.main-features h2,.benefits h2,.cta h2{font-size:4rem;font-weight:800;letter-spacing:-.5px;margin-bottom:20px;background:linear-gradient(90deg,#d32f2f,#1a1a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 30px #0000000d;text-align:left;transition:transform .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:15px;box-shadow:0 4px 10px #d32f2f33}.feature-card:hover{transform:translateY(-5px)}.icon-wrapper{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden;position:relative;box-shadow:0 4px 10px #d32f2f33}.card-icon1,.card-icon2,.card-icon3{width:205%;height:205%;object-fit:cover;display:block}.feature-card h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0}.faq-wrapper{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background-color:#eee;box-shadow:0 4px 10px #d32f2f33;border:1px solid #a7a4a4;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item[open]{border-color:#f5c4c4;box-shadow:0 4px 10px #d32f2f33}summary{list-style:none;padding:20px;cursor:pointer;display:flex;align-items:center;font-size:1.1rem;color:#1a1a1a}summary::-webkit-details-marker{display:none}.faq-icon{width:40px;height:40px;background:#d32f2f1a;color:#d32f2f;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:14px}.arrow{margin-left:auto;color:linear-gradient(10deg,#1A1A1A 10%,#D32F2F 100%);font-weight:700;transition:transform .3s}.faq-item[open] .arrow{transform:rotate(180deg)}.faq-content{padding:0 20px 20px 67px;text-align:left;color:#1a1a1a;line-height:1.6}.cta p{margin-bottom:1.6rem;max-width:700px;margin-inline:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;background:#ffffff26}.cta-buttons .btn-primary{padding:15px 35px;border-radius:50px;font-weight:700;font-size:1rem;border:none;box-shadow:0 10px 20px #d32f2f4d;cursor:pointer;transition:transform .2s ease}.cta-buttons .btn-primary:hover{transform:translateY(-2px)}.main-footer{background-color:#040d1a;color:#fff;padding:40px 20px;width:100%;box-sizing:border-box}.footer-content{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.footer-brand,.footer-contact{flex:1 1 300px;min-width:100px}.footer-brand p{max-width:100%;line-height:1.5;font-size:.9rem}.footer-bottom{width:100%;text-align:center;margin-top:30px}.footer-bottom hr{border:0;border-top:1px solid rgba(255,255,255,.1);margin-bottom:20px}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-logo,.footer-contact li{justify-content:center}}@media (max-width: 768px){.slide-bar{flex-direction:column;gap:.5rem;padding:.8rem 1rem}.slide-bar-links{gap:1rem}.slide-link{font-size:.9rem}.btn-login.slide-bar-login{font-size:.9rem;padding:.4rem .8rem}.hero-content h1{font-size:2rem}.hero-buttons,.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.main-features,.benefits,.cta{padding:3rem 0}.footer-content{flex-direction:column;text-align:center}}.dashboard-cards{display:flex;gap:20px;margin-bottom:25px}.card{background:#fff;padding:20px;border-radius:12px;display:flex;gap:15px;align-items:center;flex:1;box-shadow:0 5px 15px #0000000d;border-left:5px solid #dc2626;transition:transform .2s}.card:hover{transform:translateY(-3px)}.card-icon{font-size:26px;color:#dc2626}.quick-actions{margin-bottom:25px}.actions-buttons{display:flex;gap:15px;margin-top:10px}.action-btn{padding:12px 18px;border:none;background:linear-gradient(90deg,#7f1d1d,#dc2626);color:#fff;border-radius:10px;cursor:pointer;font-weight:500;transition:.3s}.action-btn:hover{opacity:.9;transform:scale(1.03)}.today-appointments table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.today-appointments th{background:#dc2626;color:#fff;padding:12px;text-align:left}.today-appointments td{padding:12px;border-bottom:1px solid #eee}.today-appointments tr:hover{background:#fef2f2}h2,h3{color:#7f1d1d}.dashboard-page{padding:24px;background:#f8fafc;min-height:100vh;font-family:Arial,sans-serif;color:#0f172a}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-title{margin:0;font-size:28px}.dashboard-subtitle{margin:6px 0 0;color:#64748b}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.kpi-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 8px 24px #0f172a14}.kpi-label{font-size:14px;color:#64748b;margin-bottom:8px}.kpi-value{font-size:32px;font-weight:700;margin-bottom:6px}.kpi-change{font-size:14px;font-weight:600}.kpi-change.positive{color:#16a34a}.kpi-change.negative{color:#dc2626}.main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.section-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 8px 24px #0f172a14}.section-title{margin:0 0 14px;font-size:18px}.chart-box{width:100%;height:280px}.list{margin:0;padding-left:18px;color:#334155}.list-item{margin-bottom:10px}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:10px 8px;border-bottom:1px solid #e2e8f0;font-size:14px}.table th{color:#475569;font-weight:700}.actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.button{border:none;border-radius:10px;padding:12px 14px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.button:hover{background:#1d4ed8}.user-profile-form{width:100%;max-width:80%;margin:32px auto;padding:28px 24px 20px;background:#ffffff79;border-radius:14px;box-shadow:0 4px 18px #0000001a;box-sizing:border-box;display:flex;flex-direction:column}.row-two-columns{width:100%;display:flex;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px}.form-group{width:100%;padding:7px 22px;margin-bottom:14px;display:grid;flex-direction:column;align-items:stretch}.form-group input{width:100%;padding:7px 10px;border:1px solid #bdbdbd;border-radius:5px;font-size:1rem;background:#f7f7f7;color:#222}.input-readonly{background-color:#f3f3f365;color:#666;cursor:not-allowed}.submit-btn{margin-top:10px;padding:9px 0;width:50%;border:none;background:#43a047;color:#fff;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;align-self:center}.register-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#112463,#7985b9);padding:2rem}.register-form{background:#fff;padding:2rem 3rem;border-radius:1rem;box-shadow:0 8px 16px #0003;width:100%;max-width:450px}.register-form h2{text-align:center;margin-bottom:1.5rem;color:#333}.register-form input,.register-form select.custom-select{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;background-color:#fff;box-sizing:border-box}.register-form select.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='gray' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem;cursor:pointer}.register-form input:focus,.register-form select.custom-select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 5px #4caf50}.register-form select.custom-select:invalid{color:#999}.register-form select.custom-select option{color:#000}.register-form button{width:100%;padding:.8rem;background-color:#4caf50;border:none;border-radius:.5rem;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .3s ease}.register-form button:hover{background-color:#45a049}.register-form button:disabled{background-color:#ccc!important;color:#888;cursor:not-allowed;box-shadow:none}.register-form button:disabled:hover{background-color:#ccc!important}.register-links{margin-top:1rem;text-align:center}.register-links a{color:#4caf50;text-decoration:none;margin:0 .5rem;font-weight:700}.register-links a:hover{text-decoration:underline}@media (max-width: 500px){.register-form{padding:1.5rem 2rem}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-card{width:90%;max-width:1200px;background:#fff;border-radius:12px;padding:16px;max-height:90vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-body{display:grid;grid-template-columns:2fr 1fr;gap:16px}.hours-section{border-left:1px solid #e5e7eb;padding-left:16px}.hours-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.hour-item{padding:10px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer}.hour-item:hover{background:#e5e7eb}.calendar-wrapper{height:700px;padding:16px;background:#f7f9fc;border-radius:12px}.rbc-calendar{font-family:Arial,sans-serif;color:#1f2937}.rbc-toolbar{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.rbc-toolbar button{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;cursor:pointer}.rbc-toolbar button:hover{background:#e5e7eb}.rbc-header{background:#2563eb;color:#fff;padding:10px 0;border:none;font-weight:600}.rbc-month-view,.rbc-time-view,.rbc-agenda-view{background:#fff;border-radius:10px;overflow:hidden}.rbc-today{background-color:#eff6ff}.rbc-month-view .past-day .rbc-date-cell,.rbc-month-view .past-day .rbc-date-cell a{color:#9ca3af!important;cursor:not-allowed!important;pointer-events:none!important;text-decoration:none!important}.rbc-month-view .past-day:hover,.rbc-month-view .past-day .rbc-date-cell:hover,.rbc-month-view .past-day .rbc-date-cell a:hover{background:#f3f4f6!important;cursor:not-allowed!important}.rbc-month-view .past-day{pointer-events:none;opacity:.55}.rbc-event{background-color:#2563eb;border:none;border-radius:8px;padding:4px 6px;color:#fff;font-size:13px}.rbc-selected{background-color:#1d4ed8}.rbc-off-range-bg{background:#f9fafb}.rbc-time-slot,.rbc-day-slot .rbc-time-slot{border-top:1px solid #e5e7eb}.past-day{background:#f3f4f6;color:#9ca3af;cursor:not-allowed!important;opacity:.6}.past-day a,.past-day button{pointer-events:none;cursor:not-allowed!important}.past-day:hover{background:#f3f4f6}.past-day .rbc-date-cell,.past-day .rbc-date-cell a{color:#9ca3af!important;cursor:not-allowed!important;pointer-events:none!important;text-decoration:none!important}.hour-item.available{background:#d1fae5;color:#065f46}.hour-item.booked{background:#fecaca;color:#991b1b;cursor:not-allowed;opacity:.85}.hour-item.selected{border:2px solid #2563eb}.google-maps-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:2000;padding:16px}.google-maps-modal{width:min(100%,980px);max-height:92vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden;display:flex;flex-direction:column}.google-maps-modal-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.google-maps-modal-title{margin:0;font-size:1.2rem;font-weight:700;color:#111827}.google-maps-modal-body{padding:18px 20px 12px;overflow-y:auto}.google-maps-map-wrapper{width:100%;height:420px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6}.google-maps-location-info{margin-top:14px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.google-maps-location-info p{margin:6px 0;font-size:.95rem;color:#374151;word-break:break-word}.google-maps-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px 20px;border-top:1px solid #e5e7eb;background:#fff}.google-maps-geolocate-control{margin:0 22px 22px 0;width:44px;height:44px;border:none;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000040;z-index:1000;transform:translate(14px,-6px)}.google-maps-geolocate-control:hover{background:#f5f5f5}.google-maps-geolocate-control .material-symbols-outlined{font-size:22px;color:#3c4043}.google-maps-btn{min-width:120px;height:42px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}.google-maps-btn:hover{transform:translateY(-1px)}.google-maps-btn:active{transform:translateY(0);opacity:.95}.google-maps-btn-cancel{background:#e5e7eb;color:#111827}.google-maps-btn-confirm{background:#2563eb;color:#fff}.google-maps-btn-confirm:hover{background:#1d4ed8}.google-maps-btn-cancel:hover{background:#d1d5db}.google-maps-loading{width:100%;height:420px;display:grid;place-items:center;border-radius:12px;border:1px dashed #d1d5db;color:#6b7280;background:#f9fafb}.clinic-info-window h4{margin:0 0 5px;color:#111827}.clinic-info-window p{margin:2px 0;font-size:.85rem;color:#4b5563}.map-center-pin{position:absolute;left:50%;top:50%;width:22px;height:22px;background:#e53935;border-radius:50% 50% 50% 0;transform:translate(-50%,-100%) rotate(-45deg);pointer-events:none;z-index:10}@media (max-width: 768px){.google-maps-modal{width:100%;max-height:95vh;border-radius:14px}.google-maps-map-wrapper,.google-maps-loading{height:320px}.google-maps-modal-actions{flex-direction:column-reverse}.google-maps-btn{width:100%}}.appointment-form{max-width:50%;margin:32px auto;padding:28px 24px 20px;background:#fff;border-radius:14px;box-shadow:0 4px 18px #0000001a;display:flex;flex-direction:column}.appointment-form h3{margin-bottom:1rem;color:#374151;font-size:1.05rem;font-weight:600}.form-group{width:100%;margin-bottom:18px;display:flex;flex-direction:column}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #bdbdbd;border-radius:6px;font-size:1rem;background:#f7f7f7;color:#222}.input-readonly{background:#f2f2f2}.sub-container{width:100%;display:flex;align-items:stretch;gap:10px}.sub-container input{flex:1}.icon-action-button{width:55px!important;min-width:55px;max-width:55px;padding:0!important;border:none;border-radius:6px;background:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease}.icon-action-button:hover{background:#45a049}.submit-btn{margin-top:20px;padding:12px;width:100%;border:none;border-radius:8px;background:#43a047;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}@media (max-width: 768px){.appointment-form{max-width:95%;padding:20px}}.vet-table{width:100%;border-collapse:collapse;margin-top:10px}.vet-table th,.vet-table td{border:1px solid #ddd;padding:10px;text-align:center}.vet-table th{background-color:#f3f4f6}.vet-button.delete{background:#dc2626;margin-left:5px}.vet-button.delete:hover{background:#b91c1c}.vet-container{display:flex;justify-content:center;align-items:flex-start;padding:20px}.vet-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 10px 25px #00000014;width:100%;max-width:900px}.vet-title{margin-bottom:20px;font-size:22px;font-weight:600;text-align:center}.vet-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.vet-group{display:flex;flex-direction:column;gap:5px}.vet-full{grid-column:span 2}.vet-group input,.vet-group select,.vet-group textarea{padding:10px;border-radius:8px;border:1px solid #ddd;font-size:14px}.vet-group textarea{resize:none;min-height:80px}.vet-button{background:#2563eb;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:500;transition:.2s}.vet-button:hover{background:#1d4ed8}.vet-table{width:100%;border-collapse:collapse;margin-top:15px;font-size:14px}.vet-table th,.vet-table td{border:1px solid #e5e7eb;padding:10px;text-align:center}.vet-table th{background-color:#f3f4f6;font-weight:600}.vet-table tr:nth-child(2n){background-color:#f9fafb}.vet-table tr:hover{background-color:#eef2ff}.vet-empty{text-align:center;color:#6b7280;margin-top:10px}@media (max-width: 768px){.vet-form{grid-template-columns:1fr}.vet-full{grid-column:span 1}.vet-table{font-size:12px}}.schedule-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.schedule-modal{width:90%;max-width:520px;background:#fff;border-radius:14px;padding:24px 22px;box-shadow:0 4px 18px #0000002e}.schedule-modal-title{margin:0 0 18px;color:#333}.schedule-days-section,.schedule-field{margin-bottom:16px}.schedule-label{display:block;font-weight:500;margin-bottom:6px;color:#333}.schedule-field input[type=time]{width:100%;padding:7px 10px;border:1px solid #bdbdbd;border-radius:5px;background:#f7f7f7;color:#222}.schedule-error{color:red;margin-bottom:1rem;font-weight:700}.schedule-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:10px}.offering-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.offering-modal{width:90%;max-width:520px;background:#fff;border-radius:14px;padding:24px 22px;box-shadow:0 4px 18px #0000002e}.offering-modal-title{margin:0 0 18px;color:#333}.offering-days-section,.offering-field{margin-bottom:16px}.offering-label{display:block;font-weight:500;margin-bottom:6px;color:#333}.days-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.day-option{display:flex;align-items:center;gap:.5rem;color:#333}.offering-field input[type=time]{width:100%;padding:7px 10px;border:1px solid #bdbdbd;border-radius:5px;background:#f7f7f7;color:#222}.offering-error{color:red;margin-bottom:1rem;font-weight:700}.offering-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:10px}.confirm-btn,.cancel-btn{border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:600}.confirm-btn{background:#43a047;color:#fff}.confirm-btn:hover{background:#357a38}.cancel-btn{background:#bdbdbd;color:#222}.cancel-btn:hover{background:#9e9e9e}.vet-form{max-width:50%;margin:32px auto;padding:28px 24px 20px;background:#fff;border-radius:14px;box-shadow:0 4px 18px #0000001a;display:flex;flex-direction:column;align-items:stretch}.form-group{width:100%;padding:7px 22px;margin-bottom:14px;display:flex;flex-direction:column;align-items:flex-start}.address-container{width:100%;display:flex;align-items:stretch;gap:10px}.address-container input{flex:1}.map-button{width:55px!important;min-width:55px;display:flex;align-items:center;justify-content:center;padding:0;font-size:1.2rem}.form-group label{font-weight:500;margin-bottom:4px;color:#333}.form-group input,.form-group select{width:100%;padding:7px 10px;border:1px solid #bdbdbd;border-radius:5px;font-size:1rem;background:#f7f7f7;color:#222}.vet-form h3{margin-bottom:1rem;color:#374151;font-size:1.05rem;font-weight:600;text-align:start;align-items:flex-start}.vet-form select.custom-select option{color:#000}.vet-form button{width:100%;padding:.8rem;background-color:#4caf50;border:none;border-radius:.5rem;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .3s ease}.vet-form button:hover{background-color:#45a049}.vet-form button:disabled{background-color:#ccc!important;color:#888;cursor:not-allowed;box-shadow:none}.vet-form button:disabled:hover{background-color:#ccc!important}.submit-btn{margin-top:10px;padding:9px 0;width:30%;border:none;background:#43a047;color:#fff;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#357a38}.table-content{width:100%;display:flex;gap:1rem;align-items:flex-start}.schedule-table{width:100%;border-collapse:collapse}.table-header{border:1px solid #ccc;padding:.5rem;background:#f5f5f5;text-align:left}.table-data{border:1px solid #ccc;padding:.5rem;background:#fff}.empty-row{text-align:center}.schedule-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:2rem}.icon-btn{width:38px;height:38px;border:none;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease,transform .15s ease}.icon-btn:hover{transform:scale(1.05)}.add-btn{background:#43a047}.add-btn:hover{background:#357a38}.remove-btn{background:#e53935}.remove-btn:hover{background:#c62828}.veterinary-card{flex:0 1 calc(50% - 12px);display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:16px;margin:0;background-color:#fff;box-shadow:0 2px 5px #0000001a;box-sizing:border-box}.veterinary-image img{width:240px;height:240px;object-fit:cover;border-radius:8px;margin-right:16px}.veterinary-info h3{margin:0 0 8px}.veterinary-info p{margin:4px 0;font-size:1rem;color:#333}.veterinary-footer{margin-top:auto;padding:10px;border-top:1px solid #eee;text-align:center}.details-btn{width:100%;padding:8px;background-color:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer}.details-btn:hover{background-color:#1d4ed8}@media (max-width: 800px){.veterinary-card{flex:1 1 100%}}.layout{display:flex;height:100vh;width:100%;overflow:hidden}.sidebar{height:100vh;background:linear-gradient(180deg,#7f1d1d,#dc2626);color:#fff;display:flex;flex-direction:column;transition:width .3s;align-items:flex-start}.sidebar.open{width:220px}.sidebar.closed{width:70px}.toggle-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin:10px;align-self:flex-end}.veterinary-list-container{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start}.content-area{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.header{width:100%;height:70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 25px;box-shadow:0 2px 8px #00000014}.main-content{flex-grow:1;padding:25px;background:#f9fafb;overflow-y:auto}
