:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}button{cursor:pointer}.homepage-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:1 rem;margin-top:3rem}div.homepage-text{flex:1;margin-left:1rem;margin-right:1rem}h1.homepage-header{font-size:48px;margin-bottom:10px}p.homepage-paragraph{font-size:18px}img.homepage-image{flex:0 0 50%;max-width:50%;height:auto;display:block;margin-left:1rem;margin-right:1rem}@media (max-width: 1000px){.homepage-wrapper{flex-direction:column;align-items:center;margin-top:1rem;gap:3rem}h1.homepage-header{margin-top:0}img.homepage-image{flex:1;max-width:100%;width:calc(100% - 2rem);height:auto;display:block;margin-left:1rem;margin-right:1rem;margin-bottom:1rem}}.links-wrapper{display:flex;align-items:center;justify-content:flex-sttart;gap:1rem}a.button-link{display:block;border:none;border-radius:20px;padding:10px 40px;font-size:16px;background-color:#0064fc;color:#fff;margin-top:5px;margin-bottom:5px;transition:background-color .5s ease;text-decoration:none;text-align:center}a.button-link:hover{background-color:#1a78ff}nav.navbar-desktop{white-space:nowrap;overflow-x:auto;width:100%;background-color:#f8f9fa}nav.navbar-desktop>ul{list-style-type:none;margin:0;padding:0}nav.navbar-desktop>ul>li{display:inline-block}nav.navbar-desktop>ul>li>a{color:#000;padding:14px 16px;text-decoration:none;font-size:17px;display:block;text-align:center;transition:background-color .3s ease}nav.navbar-desktop>ul>li>a.logo-link{font-weight:700;color:#fff;background-color:#0064fc}nav.navbar-desktop>ul>li>a:hover{background-color:#1a78ff;color:#fff}.navbar-mobile{overflow:hidden;background-color:#f8f9fa;position:relative}.navbar-mobile #subLinks{display:none}.navbar-mobile a{color:#000;padding:14px 16px;text-decoration:none;font-size:17px;display:block;transition:background-color .3s ease}.navbar-mobile a.logo-link{color:#fff;background-color:#0064fc}.navbar-mobile a.icon{color:#fff;background:#000;position:absolute;right:0;top:0;transition:none}.navbar-mobile a:hover{background-color:#1a78ff;color:#fff}.navbar-mobile a.icon:hover{background-color:#99c1ff}.navbar-mobile a.logo-link:hover{background-color:#0064fcb3;color:#fff}.appointment-list{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;display:inline-block;padding-bottom:5px;width:95%;margin-bottom:20px}@media (min-width: 422px){.appointment-list{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;display:inline-block;padding-bottom:5px;width:400px;margin-bottom:20px}}h1.appointment-list-header{width:100%;background-color:#0064fc;text-align:center;color:#fff;margin-top:0;margin-bottom:5px;padding-top:4px;padding-bottom:4px}ul.appointment-list-links{display:flex;justify-content:center;align-items:center;flex-direction:column;list-style-type:none;margin-left:0;padding-left:0}ul.appointment-list-links>li{width:80%}a.appointment-list-link{display:block;width:100%;border:none;border-radius:20px;padding-top:10px;padding-bottom:10px;font-size:16px;background-color:#f8f9fa;color:#000;margin-top:5px;margin-bottom:5px;transition:background-color .5s ease;text-decoration:none;text-align:center}a.appointment-list-link:hover{background-color:#1a78ff;color:#fff}.calendar-wrapper{margin-top:3rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}@media (min-width: 900px){.calendar-wrapper{flex-direction:row;align-items:flex-start;gap:3rem}}.calendar{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px;display:inline-block;padding-bottom:5px;width:95%}@media (min-width: 422px){.calendar{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px;display:inline-block;padding-bottom:5px;width:auto}}.calendar-header-wrapper{display:flex;justify-content:space-between;align-items:center}.calendar-header{font-weight:700;margin-left:10px;margin-right:10px;text-align:center}.calendar-table{justify-self:center;border-spacing:10px 0px;table-layout:fixed;width:100%}@media (min-width: 422px){.calendar-table{justify-self:center;border-spacing:10px 0px;table-layout:auto;width:400px}}.calendar-table>thead>tr>th{font-weight:400}.calendar-button{width:40px;height:40px;text-align:center;background-color:#0064fc1a;border-color:#0064fc1a;border-width:0px;border-radius:50%;transition:.2s ease-in-out}.date-change-button{margin-left:1rem;margin-right:1rem}.calendar-button:disabled{background-color:#fff;border-radius:0}.calendar-button:hover:enabled{background-color:#0064fc;color:#fff}.form-wrapper{display:flex;justify-content:center;align-items:center;margin-top:3rem}.form{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;display:inline-block;padding-bottom:5px;width:95%}@media (min-width: 422px){.form{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;display:inline-block;padding-bottom:5px;width:30%;min-width:400px}}@media (min-width: 1406){.form{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;display:inline-block;padding-bottom:5px;width:30%;min-width:none}}h1.form-header{width:100%;background-color:#0064fc;text-align:center;color:#fff;margin-top:0;margin-bottom:5px;padding-top:4px;padding-bottom:4px}.form-input-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}label.form-input-label{width:80%;justify-self:center;padding-left:0%;font-weight:700}input.form-input{border:none;border-bottom:1px solid black;outline:none;background-color:transparent;height:30px;width:80%;margin-top:5px;margin-bottom:15px;transition:border-color .5s ease;justify-self:center}input.form-input:focus{border-bottom:1px solid rgb(0,100,252);box-shadow:0 1px #0064fc}select.form-select{border:1px solid black;outline:none;background-color:transparent;height:30px;width:80%;margin-top:5px;margin-bottom:15px;transition:border-color .5s ease;justify-self:center}.form-button-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:1rem}button.form-button{width:40%;border:none;border-radius:20px;padding-top:10px;padding-bottom:10px;font-size:16px;background-color:#f8f9fa;margin-top:5px;margin-bottom:5px;transition:background-color .5s ease}button.form-button:hover{background-color:#1a78ff;color:#fff}button.primary-button{background-color:#0064fc;color:#fff}.form-result-wrapper{display:flex;justify-content:center;align-items:center;width:100%}div.form-result{width:80%;margin-top:5px;margin-bottom:10px;border-radius:10px;position:relative}div.form-error{background-color:#eb0000e6}div.form-success{background-color:#17a917}p.form-result{width:80%;justify-self:center;padding-top:10px;padding-bottom:10px;margin-top:0;margin-bottom:0;text-indent:5px;text-align:center;color:#fff}button.form-result-button{position:absolute;top:2px;right:2px;background:transparent;border:none;font-size:28px;color:#fff}.form-redirect-wrapper{display:flex;justify-content:center;margin-top:5px;margin-bottom:5px}a.redirect-link{color:#000;text-align:center;justify-self:center}h1.dashboard-header{justify-self:center;text-align:center;margin-top:3rem}.appointment-table-wrapper{display:flex;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:3rem}.appointment-table-container{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;width:95%}@media (min-width: 900px){.appointment-table-container{border-radius:2px;background-color:#fff;box-shadow:0 5px 15px #00000080;width:40%;min-width:500px}}.appointment-table-header-wrapper{display:flex;justify-content:space-between;align-items:center}h2.appointment-table-header{font-weight:700;margin-left:10px;margin-right:10px;text-align:center}table.appointment-table{width:100%;min-width:300px;table-layout:fixed;border-collapse:collapse}table.appointment-table>thead>tr{background-color:#0064fc}table.appointment-table>thead>tr>th{color:#fff;font-size:18px;word-wrap:break-word}table.appointment-table>tbody>tr{border-bottom:1px solid black;width:100%;word-wrap:break-word}table.appointment-table>tbody>tr.details-row{border-bottom:none}table.appointment-table>tbody>tr.details-row.show{border-bottom:1px solid black}table.appointment-table>tbody>tr.details-row>td{padding:0}table.appointment-table>tbody>tr.details-row.show>td{padding-top:1px;padding-bottom:1px}table.appointment-table>tbody>tr>td{text-align:center;border-right:1px solid black}table.appointment-table>tbody>tr>td:last-child{border-right:none}.details-content{overflow:hidden;height:0px;width:inherit;max-height:0px;justify-content:left;transition:max-height .4s ease}.details-content.show{height:auto;max-height:none}.details-content.show>ul>li>p{text-indent:0rem}.details-row-wrapper{display:flex;justify-content:center;align-items:center;width:fit-content;justify-self:center;flex-wrap:wrap;border:1px solid rgb(221,221,221);border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d;margin-left:1rem;margin-right:1rem}.details-row-header{text-indent:0px;justify-self:center;border-bottom:3px solid rgba(0,100,252,.4);padding-left:10px;padding-right:10px;margin-top:5px}p.details-item{margin:5px 10px}ul.participants-list{display:flex;gap:1rem;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;list-style:none;padding-left:0}.participant-card{display:flex;align-items:flex-start;flex-direction:column;gap:5px;padding:8px 12px;border:1px solid rgb(221,221,221);border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d}p.participant-info{margin:0}button.toggle-button{border:none;background-color:transparent;color:#1a78ff;font-size:16px;text-decoration:underline}.cancel-button-wrapper{display:flex;align-items:center;justify-content:center}button.cancel-button{width:40%;border:none;border-radius:20px;padding-top:10px;padding-bottom:10px;font-size:16px;background-color:#f8f9fa;margin-top:5px;margin-bottom:10px;transition:background-color .5s ease}button.cancel-button:hover{background-color:#1a78ff;color:#fff}button.bubble-button{width:40px;height:40px;text-align:center;background-color:#0064fc1a;border-color:#0064fc1a;border-width:0px;border-radius:50%;transition:.2s ease-in-out;margin-left:1rem;margin-right:1rem}button.bubble-button:disabled{background-color:#fff;border-radius:0}button.bubble-button:hover:enabled{background-color:#0064fc;color:#fff}
