.header{display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 .1rem .15rem #0000001a;padding:2rem 6rem}.brand{gap:.5rem;display:flex;align-items:center;cursor:pointer;font-size:.8rem}.links{gap:1rem;display:flex;list-style:none;color:#5a5a5a;font-weight:600}.list-item{cursor:pointer;transition:all .3s ease-in-out}.list-item:hover{color:#a52a2aad;text-decoration:underline;text-underline-offset:.2rem}.list-item.active{color:#2a63a5ad}.actions{display:flex;gap:1rem;align-items:center}.seperator{width:80%;display:flex;align-items:center;justify-content:center;position:relative;height:.1rem;background-color:#b1b1b175;margin:1rem 0}.seperator .seperator-text{background-color:#fff;color:#a8a8a8;position:absolute;top:-5;font-size:.9rem;bottom:auto;padding:.2rem .5rem;left:auto;right:auto}.spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner .path{stroke:#367eba;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.event-card{border:1px solid rgba(199,199,199,.753);border-radius:5px;box-shadow:0 0 .3rem inset #d3d3d3af;border-top:5px solid cornflowerblue;color:#4b4b4b}.event-card.fix{min-width:200px;max-width:240px;min-height:200px;max-height:240px}.event-card .card-top h4{font-weight:400;margin:1rem 0 .2rem;font-size:large}.event-card .card-top p{font-weight:300;margin:.2rem 0;font-size:large;color:#aaaaaabd}.event-card .card-top a{font-weight:400;margin:.2rem 0}.event-card .card-top .sub-head{font-size:medium}.modal,.modal-wrapper{height:100vh;width:100vw;overflow:hidden;position:fixed;z-index:9999;display:flex;justify-content:center;top:0;left:0;align-items:center;background-color:#dadada80;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.modal{background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.modal .modal-body{background-color:#fff;position:absolute;scale:.8;opacity:0;padding:1rem;border-radius:10px;max-height:500px;max-width:600px;z-index:9999;border:1px solid cornflowerblue;box-shadow:0 0 .5rem #6e6e6e80;animation:openModal .2s ease-in-out forwards}@keyframes openModal{0%{scale:.8;opacity:0}to{scale:1;opacity:1}}.modal .modal-body .modal-header{display:flex;gap:2rem;font-family:Roboto,sans-serif;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(192,192,192,.5)}.modal .modal-body .modal-header h2{font-weight:500;text-transform:uppercase;letter-spacing:-.2px}.modal .modal-body .modal-header .brand{cursor:default}.modal .modal-body .body-content{padding:.5rem 0}.service-form{width:40%;min-width:300px;margin:0 auto;padding:20px}.service-form h3{margin-bottom:1rem}.form-group{margin-bottom:15px}.label{display:block;margin-bottom:5px}.input-type-text{width:100%;padding:8px;border:1px solid #ccc;border-radius:3px}.type-date-time{width:100%;padding:10px;border:1px solid #ccc;border-radius:3px}.weekday-checkboxes{display:flex;flex-wrap:wrap}.weekday-checkboxes .label{flex:1;margin-right:10px;margin-bottom:5px}.button-type-submit{background-color:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:3px;cursor:pointer;width:100%;max-width:30%;margin-bottom:1rem;font-size:16px;transition:background-color .3s ease}.button-type-submit:hover{background-color:#0056b3}.hero-section{width:100%;min-height:80%;display:flex;margin:.5rem 0;align-items:center;justify-content:center;gap:1rem;padding:2rem 6rem .5rem}.right,.left{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;height:100%}.left{align-items:start;gap:2rem;text-shadow:0 0 .2rem rgba(0,0,0,.5)}.hero-section .left .hero-title{font-size:3.5rem;font-weight:900}.hero-section .left .input-email{border:cornflowerblue 2px solid;width:auto;border-radius:100vh;display:flex;position:relative;height:3.2rem;box-shadow:0 0 .4rem #0000004d;justify-content:space-between}.hero-section .left .input-email .btn{position:absolute;right:0;top:0;padding:.8rem 1rem}.hero-section .left .input-email input{width:auto;border-radius:100vh;outline:none;border:none;background:none;background-color:transparent;font-size:1rem;font-weight:600;color:#4979d1;padding:.5rem 6rem .5rem 1rem}.section{width:100%;height:fit-content;display:flex;align-items:center;justify-content:center}.section .brand{text-shadow:0 0 .2rem rgba(0,0,0,.3);color:#3b3b3b}.section.flex-col .greetings{font-size:1.5rem;color:#3b3b3b;font-weight:700;margin:.5rem 0}.card{background-color:#fff;border-radius:8px;box-shadow:0 0 .15rem #64646466;border:rgba(100,148,237,.5) 2px solid;display:flex;flex-direction:column;align-items:center}.card.fix{min-width:280px;min-height:300px;padding:1.75rem;margin:1rem 0;max-width:400px}.btn.fill-blue.pm{padding:.5rem 1.5rem}.btn.fill-blue.pm-1{padding:0 1.5rem}.card .label-login{margin-top:2rem;font-weight:600}.card .note{text-align:center;margin:1.5rem 0;text-wrap:balance;width:100%}.section.flex-col .greetings.data{font-size:1.1rem;color:#3b3b3b;font-weight:300;margin:.5rem 0}.custom-appointment-table{width:100%;margin:20px 0;height:480px;overflow:hidden;overflow-y:auto}.custom-appointment-table input[type=text]{padding:8px;width:100%;margin-bottom:10px}.custom-appointment-table table{width:100%;border-collapse:collapse}.custom-appointment-table th,.custom-appointment-table td{padding:8px;text-align:left;border-bottom:1px solid #ccc}.custom-appointment-table th{background-color:#f2f2f2;font-weight:700}.custom-appointment-table tr:hover{background-color:#f5f5f5}.custom-appointment-table .pagination{margin-top:10px;display:flex;justify-content:center}.custom-appointment-table .pagination button{margin:0 5px;padding:5px 10px;background-color:#007bff;color:#fff;border:none;cursor:pointer}.custom-appointment-table .pagination button.active{background-color:#0056b3}.section.list-consultant{min-width:100%;max-width:100%;color:#555;min-height:max-content;border-radius:0;border:none;margin:2rem;background-color:none;box-shadow:none}.section.list-consultant .top{width:fit-content;background-color:#fff;border-radius:10px;border:1px solid cornflowerblue;padding:.5rem;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none}.section.list-consultant .top:hover{scale:1.02;box-shadow:0 0 .5rem #15336979}.section.list-consultant .top .consultant-img{width:100px;height:100px;object-fit:cover;object-position:top;border-radius:5px;border:1px solid coral;padding:.1rem}.bg-open{background-color:#f4f8fa}.section.booking{min-width:50vw;max-width:90vw;color:#555;min-height:max-content;border-radius:10px;border:1px solid cornflowerblue;margin:2rem;background-color:#fff;box-shadow:0 0 .5rem #4e4e4e66}.section.booking .top,.section.booking .bottom{width:100%;height:100%;padding:2rem}.section.booking .bottom{min-height:50vh;overflow-y:auto}.section.booking .top{border-bottom:1px solid rgba(100,148,237,.596);border-top-right-radius:10px;border-top-left-radius:10px;height:fit-content;background-color:#ecececcb}.section.booking .top div{margin:.5rem 0}.section.booking .top .consultant-img{width:150px;height:150px;object-fit:cover;object-position:top;border-radius:5px;border:1px solid coral;padding:.1rem}.section.booking .top .content{height:100%;width:100%}.section.booking .top .content div{display:block;width:50%;padding:0;margin:0}.section.booking .top .content div p,.section.booking .top .content div h2{margin:.2rem 0}.section.booking .top .content .verified{color:#0081d6}.section.booking .top .content .description{width:60%;text-align:center;font-size:larger;padding:1rem 5rem}.section.booking .top{display:flex;flex-direction:column;gap:.7rem}.section.booking .top .back-icon{width:45px;height:45px;cursor:pointer;transition:all .3s ease-in-out}.section.booking .top .back-icon:hover{fill:#d4d8db;color:#6495ed;filter:drop-shadow(0 0 .3rem rgba(100,148,237,.596))}.section.booking .top div{display:flex;gap:.5rem}.section.booking .top div p{width:90%}.section.booking .bottom .booking .form-element{margin:.5rem 0;width:25rem}.section.booking .bottom .booking .form-element label{font-size:large;font-weight:500}.section.booking .bottom .booking .form-element textarea{width:100%;height:6rem;resize:none}.section.booking .bottom .booking p.btn{color:#405f88}.section.booking .bottom .booking p.btn:hover{color:#6495ed}.section.booking .bottom .booking .time-slots{overflow:hidden;overflow-y:auto;padding:0 2rem;height:50vh}.section.booking .bottom .booking .time-slots .slots{border-radius:10px;background-color:transparent;border:1px solid cornflowerblue;color:#6495ed;transition:all .3s ease-in-out}.section.booking .bottom .booking .time-slots .slots:hover{background-color:#6495ed;color:#fff}.confirmation-container{text-align:center;padding:20px;background-color:#f5f5f5;border-radius:10px;box-shadow:0 2px 6px #0000001a;margin:0 auto}.greeting h1{font-size:36px;color:#333;margin-bottom:10px}.greeting p{font-size:18px;color:#666;margin-bottom:20px}.appointment-details h2{font-size:24px;color:#007bff;margin-bottom:10px}.appointment-details p{font-size:18px;color:#333;margin-bottom:15px}.button-container{margin-top:30px}.button{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease}.button:hover{background-color:#0056b3}.react-calendar{width:350px;max-width:100%;background:white;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit,sans-serif;transition:width 1s ease-in-out;transition:max-width 1s ease-in-out;transition:min-width 1s ease-in-out}html,body,main{width:100vw;height:100vh;overflow:hidden}main{overflow-y:auto}.container{width:100vw;min-height:90%;max-height:fit-content}.container .error{padding:1rem 6rem;width:100%;text-align:center;color:red;font-weight:500}.container-fixed{width:100vw;height:100vh;overflow:hidden;overflow-y:auto}a{text-decoration:none;color:#5a5a5a}a:hover{text-decoration:underline;text-underline-offset:.2rem}input{padding:.7rem 1rem;outline:none;width:100%;margin:.5rem 0;border-radius:10px;font-size:.9rem;font-family:Montserrat,sans-serif;font-weight:500;color:#4d4d4d;border:rgba(128,128,128,.63) 1px solid}textarea{padding:.7rem 1rem;outline:none;width:100%;height:8rem;margin:.5rem 0;border-radius:10px;resize:none;font-size:.9rem;font-family:Montserrat,sans-serif;font-weight:500;color:#4d4d4d;border:rgba(128,128,128,.63) 1px solid}.flex{display:flex}.gap-1{gap:1rem}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:end}.items-center{align-items:center}.justify-around{justify-content:space-around}.items-start{align-items:start}.items-end{align-items:end}.items-self-start{align-self:flex-start}.items-self-end{align-self:flex-end}.justify-self-start{justify-self:flex-start}.justify-self-end{justify-self:flex-end}.mt-1{margin-top:1rem}.create-bar{padding:1rem 5rem;border-top:1px solid rgba(206,206,206,.5);border-bottom:1px solid rgba(206,206,206,.5)}.create-bar .btn{border-radius:5px;box-shadow:0 0 .2rem #41414180;margin:0 .4rem;padding:.2rem .5rem;background-color:#fff}.create-bar .btn:hover{color:#679cff;background-color:#f8f8f8;text-decoration:none}.btn{border:none;outline:nonde;font-size:1.1rem;cursor:pointer;text-decoration:none;font-weight:600;color:#494949;background:none;transition:all .2s ease-in-out}.btn:hover{color:#6495ed;text-decoration:none}.btn.fill-blue{padding:1rem .7rem;background-color:#6495ed;border-radius:100vh;word-break:keep-all;width:max-content;color:#fff}.btn.fill-blue:hover{background-color:#6e9df5;box-shadow:0 0 .2rem #00000080}.btn.primary{color:#6495ed}.btn.primary:hover{color:#3f7ff5;scale:1.05!important}.btn.danger{color:#d17676}.btn.danger:hover{color:#eb2727;scale:1.05}.btn.active{background-color:#267fd3;color:#fff}.p-0\.5{padding:.5rem}.p-1{padding:1rem}.py-0\.5{padding-top:.5rem;padding-bottom:.5rem}.px-32{padding:1rem 6rem}.h-full{height:100%}.w-full{width:100%}.my-0\.5{margin:.5rem 0}.px-0\.5{padding:0 .5rem}.link{color:#0379ff;font-size:.95rem;font-weight:500}.hidden{visibility:hidden}.hidden-not{visibility:visible}.relative{position:relative}.absolute{position:absolute}.right-0{right:0}.left-0{left:0}.top-0{top:0}.bottom-0{bottom:0}.text-primary{color:#6495ed}.text-gray-shade{color:#555}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{padding-right:30px}.border-none{border:none}bg-none{background-color:transparent;background:transparent}.react-calendar{background-color:transparent}.react-calendar__tile{background-color:transparent;color:inherit}
