*{box-sizing:border-box;padding:0;margin:0}body{background-color:#eee;font-family:"Spectral SC",Sans-serif;height:600px}.tb-container .Mui-focused{background-color:#fff;box-shadow:0 4px 4px -2px rgba(0,0,0,.5);border-radius:4px}.MuiTableCell-head{padding:10px!important}.MuiTableCell-body{padding:6px 6px 6px 10px!important}.MuiPaper-elevation1{box-shadow:none!important}.pb-container{display:inline-block;text-align:center;width:100%;margin:5px 7px}.pb-container .pb-button{background:transparent;border:1px solid #1976d2;border-radius:27px;color:currentColor;cursor:pointer;padding:.7em 1em;background-color:#fff;text-decoration:none;text-align:center;height:54px;width:100%;-webkit-tap-highlight-color:transparent;outline:none;transition:background-color .3s,width .3s,border-width .3s,border-color .3s,border-radius .3s}.pb-container .pb-button span{display:inherit;transition:opacity .3s .1s;font-size:16px;font-weight:100}.pb-container .pb-button svg{height:54px;width:54px;position:absolute;transform:translate(-50%,-50%);pointer-events:none}.pb-container .pb-button svg path{opacity:0;fill:none}.pb-container .pb-button svg.pb-progress-circle{animation:spin .9s cubic-bezier(.085,.26,.935,.71) infinite;color:"#ef7f1a"}.pb-container .pb-button svg.pb-progress-circle path{stroke:currentColor;stroke-width:5}.pb-container .pb-button svg.pb-checkmark path,.pb-container .pb-button svg.pb-cross path{stroke:#fff;stroke-linecap:round;stroke-width:4}.pb-container.disabled .pb-button{cursor:not-allowed}.pb-container.loading .pb-button{width:54px;border-width:6.5px;border-color:#ddd;cursor:wait;background-color:initial;padding:0}.pb-container.loading .pb-button span{transition:all .15s;opacity:0;display:none}.pb-container.loading .pb-button .pb-progress-circle>path{transition:opacity .15s .3s;opacity:1}.pb-container.success .pb-button{border-color:#a0d468;background-color:#a0d468}.pb-container.success .pb-button span{transition:all .15s;opacity:0;display:none}.pb-container.success .pb-button .pb-checkmark>path{opacity:1}.pb-container.error .pb-button{border-color:#ed5565;background-color:#ed5565}.pb-container.error .pb-button span{transition:all .15s;opacity:0;display:none}.pb-container.error .pb-button .pb-cross>path{opacity:1}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg);transform-origin:center center}to{transform:translate(-50%,-50%) rotate(1turn);transform-origin:center center}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}p{font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif}:root{font-size:16px;font-family:"Roboto";--text-primary:#b6b6b6;--text-secondary:#ececec;--bg-primary:#23232e;--bg-secondary:#141418;--transition-speed:600ms}main{margin-left:5rem;padding:1rem}.navbar{position:fixed;background-color:var(--bg-primary);transition:width .6s ease;overflow:scroll;z-index:100}.navbar::-webkit-scrollbar{width:1px;height:1px}.navbar::-webkit-scrollbar-track{box-shadow:inset 0 0 1px grey;border-radius:10px}.navbar::-webkit-scrollbar-thumb{background:#8dbbff;border-radius:10px}.navbar-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;height:100%}.nav-item{width:100%}.nav-item:last-child{margin-top:auto}.nav-link{display:flex;align-items:center;height:3.8rem;color:var(--text-primary);text-decoration:none;filter:grayscale(100%) opacity(.7);transition:var(--transition-speed)}.nav-link:hover{filter:grayscale(0) opacity(1);background:var(--bg-secondary);color:var(--text-secondary)}.link-text{display:none;margin-left:1rem}.nav-link svg{width:1.5rem;min-width:1.5rem;margin:0 1.5rem}.fa-primary{color:#ff7eee}.fa-secondary{color:#df49a6}.fa-primary,.fa-secondary{transition:var(--transition-speed)}.logo{font-weight:700;text-transform:uppercase;margin-bottom:1rem;text-align:center;color:var(--text-secondary);background:var(--bg-secondary);font-size:1.5rem;letter-spacing:.3ch;width:100%}.logo svg{transform:rotate(0deg)}.logo-text,.logo svg{transition:var(--transition-speed)}.logo-text{display:inline;position:absolute;left:-999px}.navbar:hover .logo svg{transform:rotate(-180deg)}@media only screen and (max-width:720px){.logo,.navbar{display:none}.navbar-nav{flex-direction:row}.nav-link{justify-content:center}main{margin:0}}@media only screen and (min-width:600px){.navbar{top:0;width:5rem;height:100vh}.navbar:hover{width:16rem}.navbar:hover .link-text{display:inline}.navbar:hover .logo svg{margin-left:11rem}.navbar:hover .logo-text{left:0}}.dark{--text-primary:#b6b6b6;--text-secondary:#ececec;--bg-primary:#23232e;--bg-secondary:#141418}.light{--text-primary:#1f1f1f;--text-secondary:#000;--bg-primary:#fff;--bg-secondary:#e4e4e4}.solar{--text-primary:#576e75;--text-secondary:#35535c;--bg-primary:#fdf6e3;--bg-secondary:#f5e5b8}.theme-icon{display:none}.dark #darkIcon,.light #lightIcon,.solar #solarIcon{display:block}.tab input{position:absolute;opacity:0;z-index:-1}.tabs{border-radius:8px;overflow:hidden;width:63%;margin:10px auto}@media only screen and (max-width:600px){.tabs{width:95%}}.tab{width:100%;color:#fff;overflow:hidden}.tab-label{display:flex;justify-content:space-between;padding:1em;background:#40404d;font-weight:700;cursor:pointer}.tab-label:hover{background:#3d3d47}.tab-label:after{content:"\276F";width:1em;height:1em;text-align:center;transition:all .35s}.tab-content{max-height:0;padding:0 1em;color:#2c3e50;background:#fff;transition:all .35s}.tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#2c3e50;cursor:pointer}.tab-close:hover,input:checked+.tab-label{background:#1a252f}input:checked+.tab-label:after{transform:rotate(90deg)}input:checked~.tab-content{max-height:100vh;padding:1em}.customInputs input:focus,textarea:focus{outline:0!important;border-bottom-color:#ffab00!important}.Home_header__1IH62{display:flex;align-items:center;justify-content:flex-end;height:60px;border-bottom:1px solid #e6e6e6}.Home_logo__3Z8Ki{width:70px;height:70px}.Home_login__2Y_Vq{min-width:300px;min-height:60px;font-family:"Nunito",sans-serif;font-size:22px;text-transform:uppercase;letter-spacing:1.3px;font-weight:700;color:#fff;background:#ef7f1a;background:linear-gradient(90deg,#ef7f1a,#ef7f1a);border:none;border-radius:1000px;box-shadow:12px 12px 24px #f3a663;transition:all .3s ease-in-out 0s;cursor:pointer;outline:none;position:relative;padding:10px;margin-left:12rem;margin-bottom:6rem}.Home_login__2Y_Vq:before{content:"";border-radius:1000px;min-width:312px;min-height:72px;border:6px solid #ef7f1a;box-shadow:0 0 60px #f3a663;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s ease-in-out 0s}.Home_login__2Y_Vq:focus,.Home_login__2Y_Vq:hover{color:#fff;transform:translateY(-6px)}.Home_login__2Y_Vq:focus:before,.Home_login__2Y_Vq:hover:before{opacity:1}.Home_login__2Y_Vq:after{content:"";width:30px;height:30px;border-radius:100%;border:6px solid #ef7f1a;position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);animation:Home_ring__52F2q 1.5s infinite}@keyframes Home_ring__52F2q{0%{width:30px;height:30px;opacity:1}to{width:300px;height:300px;opacity:0}}.Home_hero__3X4hS{width:50%;margin:70px auto 30px;line-height:80px;min-height:420px}.Home_hero__3X4hS h1{font-family:"Spectral SC";font-weight:400;font-size:70px;line-height:70px;text-align:center;margin-bottom:5rem}.Home_paragraph__470kG{margin-top:20px;text-align:center;line-height:20px;color:grey}.Home_imgContainer__7bUFa{margin-top:-70px;display:flex;align-items:center;justify-content:center}.Home_hero__3X4hS img{width:1200px;margin:0 auto}.Home_footerText__2FN_3{border-top:1px solid #dbdbdb;width:80%;margin:0 auto;padding:25px;text-align:center}@media only screen and (max-width:600px){.Home_hero__3X4hS{width:80%;min-height:640px}.Home_hero__3X4hS h1{font-size:40px;line-height:50px}.Home_hero__3X4hS img{width:100%;max-width:400px;margin:70px auto}.Home_wrap__3xU50{display:flex;justify-content:center}.Home_login__2Y_Vq{margin-left:0;margin-right:0;margin-bottom:2rem}}.Invoice_header__VNPDg{display:flex;padding:50px;justify-content:space-between}.Invoice_logo__2S8Zi{width:70px;height:70px}.Invoice_invoiceNumber__xb3Ie{text-align:right;border:none;outline:none;font-size:15px;color:grey}.Invoice_invoiceLayout__3EsUd{width:63%;min-height:500px;background-color:#fff;margin:100px auto;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.Invoice_contacts__1U2NC{display:flex;align-items:center;justify-content:space-between;padding:10px 40px;border-top:1px solid #ddd}.Invoice_contacts__1U2NC p{font-size:14px;color:grey;line-height:8px}.Invoice_contacts__1U2NC h4{font-size:15px;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;color:grey}.Invoice_address__3Yo2b{text-align:left}.Invoice_dates__b7jMd{text-align:right}form{padding:0 40px 40px!important}table td,table th{border-bottom:1px solid #ddd;padding:8px 0}.Invoice_number__3HWqe{width:12%;padding:5px}.Invoice_number__3HWqe input[type=number]{width:100%;height:35px;border:1px solid #000;outline:none;background:none;font-size:15px;color:#3b3b3b;-webkit-appearance:textfield;appearance:textfield}.Invoice_amount__3msAs,.Invoice_discount__qVXju{width:100%;height:45px;border:none!important;outline:none;background:none;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:15px}.Invoice_item__2Mpd8 input[type=text]{width:90%;height:35px;border:none;outline:none;background:none;color:#3b3b3b}.Invoice_addButton__pha31{display:flex;align-items:flex-start;padding-left:15px;padding-top:10px}.Invoice_addButton__pha31 button{width:40px;height:40px;background-color:#007fff;color:#fff;border-radius:100%;border:none;outline:none;font-size:22px;text-align:center;box-shadow:0 2.8px 2.2px rgba(0,0,0,.048),0 6.7px 5.3px rgba(0,0,0,.069),0 12.5px 10px rgba(0,0,0,.085),0 22.3px 17.9px rgba(0,0,0,.101),0 41.8px 33.4px rgba(0,0,0,.122),0 100px 80px rgba(0,0,0,.17);cursor:pointer}.Invoice_addButton__pha31 button:hover{background-color:#df1174}.Invoice_delete__26R_c{display:flex;align-items:center;justify-content:center}.Invoice_submitButton__3EBtm{margin:20px auto;padding:18px 25px;border:2px solid #007fff;background-color:#fff;border-radius:30px;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:16px;color:#494949;cursor:pointer;outline:none}.Invoice_searchContainer__2Oz1B{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:20px}.Invoice_submitButton__3EBtm:hover{background-color:#007fff;color:#fff}.Invoice_invoiceSummary__1Bnes div{border-bottom:1px solid #e7e7e7;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;text-align:left;margin-left:50%;font-size:15px;display:flex;color:grey}.Invoice_summary__aODp8{background-color:#f7f7f7;font-weight:500;padding:15px 0 15px 15px}.Invoice_summaryItem__1I3jj{display:flex;align-items:center;justify-content:space-between}.Invoice_summaryItem__1I3jj p,h4{padding:15px}.Invoice_summaryItem__1I3jj input{font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:15px;border:none;outline:none;text-align:right}.Invoice_toolBar__sBM99{margin-top:50px}.Invoice_summaryItem__1I3jj span{text-align:left}.Invoice_note__14B0q{margin-top:20px}textarea{width:100%;height:100px;outline:none;border:none;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;resize:none}.Invoice_note__14B0q h4{text-align:left}.Invoice_toolBar__sBM99{display:flex}@media (max-width:768px){.Invoice_invoiceLayout__3EsUd{width:97%}.Invoice_invoiceSummary__1Bnes div{margin-left:0}}.modalContainer{position:fixed;width:100vw;height:100%;display:flex;top:0;bottom:0;left:0;right:0;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4)}​ .modal{width:90%;max-width:500px;border:5px;padding:10px;background-color:#fff;box-sizing:border-box}​ .modal__bottom{text-align:right;margin-top:10px}​ .modal__bottom button{padding:6px 10px}.sigPadContainer{background-color:#eeebeb;padding:0 10px 10px}.sigCanvas{width:100%;height:200px}.sigPadContainer hr{margin-bottom:unset;background-color:#dcdcdc}.sigPadContainer button{border:none;margin-left:auto;color:#4e4b4b;padding:0;display:block;margin-top:5px}.sigPadContainer button:hover{background-color:unset;color:#000}.modal__bottom .create{margin-left:10px;background-color:#7e7777;color:#fff}​ .signature{width:200px;height:70px;margin-top:20px;box-shadow:0 0 4px 2px #dcdcdc;padding:10px;object-fit:contain}.Spinner_loader__2MB9k{border-radius:50%;border:16px solid #f3f3f3;border-top-color:#ef7f1a;width:150px;height:150px;animation:Spinner_spin__2yCxK 2s linear infinite}@keyframes Spinner_spin__2yCxK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Spinner_container__3_HXs{display:flex;align-items:center;justify-content:center;padding:100px}.InvoiceDetails_pageLayout__1tgn-{display:flex}.InvoiceDetails_header__2k5Fm{display:flex;padding:50px;justify-content:flex-start}.InvoiceDetails_buttons__2RYTI{display:flex;flex-wrap:wrap;justify-content:flex-end;padding:6px 0 12px;grid-gap:10px;gap:10px}.InvoiceDetails_btn__jWVdD{display:flex;align-items:center;justify-content:center;border:1px solid #1976d2;border-radius:50px;padding:15px 30px 15px 20px;background-color:#fff;cursor:pointer;white-space:nowrap;margin:10px 10px 0 0;font-size:16px;height:50px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.InvoiceDetails_btn__jWVdD:hover{background-color:#f3f3f3}.InvoiceDetails_downloadBtn__1F22Z{width:20%}.InvoiceDetails_share-through-whatsapp__1lzvg{background-color:#25d366;color:#fff;border-radius:2px;padding:.5rem 1rem;font-size:1rem;cursor:pointer}.InvoiceDetails_share-through-whatsapp__1lzvg:hover{background-color:#19a25d}.InvoiceDetails_share-through-whatsapp__1lzvg>WhatsAppIcon{margin-right:.5rem}@media (max-width:768px){.InvoiceDetails_buttons__2RYTI{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.InvoiceDetails_btn__jWVdD,.InvoiceDetails_downloadBtn__1F22Z{width:100%}}.InvoiceDetails_logo__37E2R{width:150px}.InvoiceDetails_invoiceNumber__2zRCG{text-align:right;border:none;outline:none;font-size:15px;color:grey}.InvoiceDetails_invoiceLayout__3zY6W{width:min(1200px,92%);min-height:500px;background-color:#fff;margin:0 auto 5px;border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.08);padding:18px 18px 22px;box-sizing:border-box;overflow:hidden}.InvoiceDetails_invoiceLayout__3zY6W table{table-layout:fixed}.InvoiceDetails_invoiceLayout__3zY6W td,.InvoiceDetails_invoiceLayout__3zY6W th{word-break:break-word}.InvoiceDetails_contacts__2UbLh{display:flex;align-items:center;justify-content:space-between;padding:10px 40px;border-top:1px solid #ddd}.InvoiceDetails_contacts__2UbLh p{font-size:14px;color:grey;line-height:8px}.InvoiceDetails_contacts__2UbLh h4{font-size:15px;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;color:grey}.InvoiceDetails_summaryItem__1hlvM p,h4{padding:12px}.InvoiceDetails_address__3a5eO{text-align:left}.InvoiceDetails_dates__2JDmO{text-align:right}form{padding:0 10px 40px!important}table{font-family:Roboto,Helvetica,sans-serif;border-collapse:collapse;width:100%}.InvoiceDetails_heading__3JIGa{font-size:22px;font-weight:500}table th{border-bottom:1px solid #ddd;padding:8px 0}table tr:nth-child(2n){background-color:#fafafa}table tr:hover{background-color:#f3f3f3}thead{padding-left:100px}table th{padding-top:12px;padding-bottom:12px;text-align:left;background-color:#f5f5f5;color:#3b3b3b;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;font-size:14px}tr input[type=text]{background:transparent;-webkit-appearance:textfield;appearance:textfield}.InvoiceDetails_number__5dt3o{width:12%;padding:5px}.InvoiceDetails_wp__2GgWi{width:25px;margin-top:5px}.InvoiceDetails_wpbtn__3lqRw{margin-right:50%;margin-left:50%;border:none;background-color:#fff}.InvoiceDetails_number__5dt3o input[type=number]{width:100%;height:35px;border:none;outline:none;background:none;font-size:15px;color:#3b3b3b;-webkit-appearance:textfield;appearance:textfield}.InvoiceDetails_amount__1nohM,.InvoiceDetails_discount__etksD{width:100%;height:45px;border:none!important;outline:none;background:none;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:15px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.InvoiceDetails_item__2CUg0 input[type=text]{width:90%;height:35px;border:none;outline:none;background:none;color:#3b3b3b}.InvoiceDetails_addButton__1rFPS{display:flex;align-items:flex-start;padding-left:15px;padding-top:10px}.InvoiceDetails_addButton__1rFPS button{width:40px;height:40px;background-color:#007fff;color:#fff;border-radius:100%;border:none;outline:none;font-size:22px;text-align:center;box-shadow:0 2.8px 2.2px rgba(0,0,0,.048),0 6.7px 5.3px rgba(0,0,0,.069),0 12.5px 10px rgba(0,0,0,.085),0 22.3px 17.9px rgba(0,0,0,.101),0 41.8px 33.4px rgba(0,0,0,.122),0 100px 80px rgba(0,0,0,.17);cursor:pointer}.InvoiceDetails_addButton__1rFPS button:hover{background-color:#df1174}.InvoiceDetails_delete__3Iqr4{display:flex;align-items:center;justify-content:center}.InvoiceDetails_submitButton__FOoey{margin:20px auto;padding:18px 25px;border:2px solid #007fff;background-color:#fff;border-radius:30px;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:16px;color:#494949;cursor:pointer;outline:none}.InvoiceDetails_submitButton__FOoey:hover{background-color:#007fff;color:#fff}.InvoiceDetails_invoiceSummary__1uhHr div{border-bottom:1px solid #e7e7e7;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;text-align:left;margin-right:12%;margin-left:20%;font-size:14px;display:flex;color:#000}.InvoiceDetails_summary__3xpWW{background-color:#f7f7f7;font-weight:500;padding:15px 0 15px 15px}.InvoiceDetails_summaryItem__1hlvM{display:flex;align-items:center;justify-content:space-between}.InvoiceDetails_summaryItem__1hlvM input{font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-size:15px;border:none;outline:none;text-align:right}.InvoiceDetails_toolBar__2cIIX{margin-top:50px}.InvoiceDetails_summaryItem__1hlvM span{text-align:left}.InvoiceDetails_note__1CEqB{margin:50px 20px;text-align:left;border-top:1px solid #b7b7b7}.InvoiceDetails_signImg__3A7kH{margin:50px 20px;text-align:right;border-top:1px solid #b7b7b7}.InvoiceDetails_toolBar__2cIIX{display:flex}.InvoiceDetails_paymentHistory__2uopm{display:flex;align-items:center;justify-content:center}.InvoiceDetails_space__3-Kim{width:75%}.InvoiceDetails_totalUnpaid___2La7{text-align:center;padding-top:2px;width:20px;height:20px;font-size:14px!important;font-weight:400!important;border-radius:100%;background-color:green}@media (max-width:768px){.InvoiceDetails_invoiceLayout__3zY6W{width:98%;padding:12px 10px 18px}.InvoiceDetails_space__3-Kim{width:50%}.InvoiceDetails_invoiceSummary__1uhHr div{margin-left:0}.InvoiceDetails_btn__jWVdD{width:100%;margin-right:0}}.Clients_pageLayout__qIrz0{min-height:470px}@media only screen and (max-width:600px){.Clients_pageLayout__qIrz0{min-height:700px}}.Suppliers_pageLayout__3LDbu{min-height:470px}@media only screen and (max-width:600px){.Suppliers_pageLayout__3LDbu{min-height:700px}}.Dashboard_pageContainer__1MCWS{min-height:475px;background:#f4f6f8;padding:24px 32px 96px;box-sizing:border-box;overflow-x:hidden}.Dashboard_loadingState__6s5tY{display:flex;align-items:center;justify-content:center;min-height:420px;background:#f4f6f8}.Dashboard_header__391EX{width:min(100%,1360px);margin:0 auto 20px;display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px}.Dashboard_eyebrow__12gk_,.Dashboard_panelEyebrow__2I3Ue{color:#64748b;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.Dashboard_title__2BgD9{color:#12233a;font-size:28px;line-height:1.2;margin:4px 0 0}.Dashboard_datePill__rJTgQ{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#12233a;font-weight:700;padding:10px 14px;white-space:nowrap}.Dashboard_dateRangeFilter__3Vq4u{background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;grid-gap:16px;gap:16px;padding:10px 16px}.Dashboard_dateRangeFilter__3Vq4u .MuiFormControl-root{width:175px}.Dashboard_dashboardGrid__2fbfb{width:min(100%,1360px);margin:0 auto;display:grid;grid-template-columns:minmax(280px,1fr) minmax(420px,1fr);grid-gap:30px;gap:30px;align-items:start;box-sizing:border-box}.Dashboard_bookingCard__3aw6e,.Dashboard_inactivePanel__1PBs9{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.Dashboard_bookingCard__3aw6e{min-height:164px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;color:inherit;text-decoration:none;grid-gap:18px;gap:18px}.Dashboard_bookingCard__3aw6e:hover{border-color:#ff9800;box-shadow:0 16px 34px rgba(15,23,42,.08)}.Dashboard_bookingContent__3VZg5{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.Dashboard_bookingContent__3VZg5 strong{color:#ff9800;font-size:58px;line-height:.95}.Dashboard_cardLabel__fY8Db{color:#12233a;font-size:20px;font-weight:800}.Dashboard_cardMeta__O9NMP{color:#94a3b8;font-size:14px;font-weight:700}.Dashboard_cardIcon__3AMKV{color:#475569;display:flex;align-items:center;justify-content:center}.Dashboard_inactivePanel__1PBs9{padding:24px}.Dashboard_panelHeader__17fzO{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:20px;flex-wrap:wrap}.Dashboard_panelHeader__17fzO h2{color:#12233a;font-size:22px;line-height:1.2;margin:4px 0 0}.Dashboard_filterControl__3crKR{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#12233a;font-size:15px;font-weight:700;white-space:nowrap;flex-wrap:wrap}.Dashboard_filterControl__3crKR input{width:58px;height:36px;border:1px solid #dbe3eb;border-radius:6px;color:#12233a;font-size:15px;font-weight:800;text-align:center;outline:none}.Dashboard_filterControl__3crKR input:focus{border-color:#ff9800;box-shadow:0 0 0 3px rgba(255,152,0,.15)}.Dashboard_filterControl__3crKR button{min-width:70px;height:42px;background:#ff9800;border-radius:6px;box-shadow:0 10px 20px rgba(255,152,0,.22);color:#fff;font-weight:800;text-transform:none}.Dashboard_filterControl__3crKR button:hover{background:#ef8f00}.Dashboard_infoBanner__Zq0ad{background:#e0f2fe;border-left:4px solid #2196f3;border-radius:8px;color:#075fb6;display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin-bottom:24px;padding:18px 20px}.Dashboard_infoBanner__Zq0ad strong{font-size:16px}.Dashboard_infoBanner__Zq0ad span{font-size:14px}.Dashboard_searchInput__18LYX{margin-bottom:20px}.Dashboard_searchInput__18LYX .MuiOutlinedInput-root{background:#fff;border-radius:6px}.Dashboard_tableShell__3i9Th{border:1px solid #e2e8f0;border-radius:8px;max-height:400px;overflow:auto;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)}.Dashboard_clientTable__1HsSQ{width:100%;min-width:620px;border-collapse:initial;border-spacing:0}.Dashboard_clientTable__1HsSQ th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f1f5f9;border-bottom:1px solid #dbe3eb;color:#12233a;font-size:13px;letter-spacing:0;padding:16px 12px;text-align:left;text-transform:uppercase}.Dashboard_clientTable__1HsSQ td{border-bottom:1px solid #edf2f7;color:#12233a;font-size:14px;font-weight:600;padding:13px 16px;white-space:nowrap}.Dashboard_clientTable__1HsSQ tr:nth-child(2n) td{background:#fbfcfd}.Dashboard_clientTable__1HsSQ tr:hover td{background:#fff7ed}.Dashboard_codePill__3VPX9,.Dashboard_inactiveBadge__1IvWH,.Dashboard_newClientBadge__fUlpR{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;line-height:1;min-height:24px;padding:6px 10px}.Dashboard_codePill__3VPX9{background:#edf2f7;color:#12233a}.Dashboard_inactiveBadge__1IvWH{background:#ec0055;color:#fff}.Dashboard_newClientBadge__fUlpR{background:#f97316;color:#111827}.Dashboard_emptyState__1cGCr{min-height:210px;color:#64748b;display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:10px;gap:10px;padding:28px;text-align:center}.Dashboard_emptyState__1cGCr p{margin:0}@media (max-width:900px){.Dashboard_tableShell__3i9Th{max-height:none;overflow:visible}}@media (max-width:1100px){.Dashboard_dashboardGrid__2fbfb{grid-template-columns:1fr}}@media (max-width:768px){.Dashboard_pageContainer__1MCWS{padding:18px 12px 80px}.Dashboard_header__391EX,.Dashboard_panelHeader__17fzO{align-items:flex-start;flex-direction:column;width:100%}.Dashboard_datePill__rJTgQ{width:100%;box-sizing:border-box}.Dashboard_dateRangeFilter__3Vq4u{width:100%;box-sizing:border-box;flex-wrap:wrap}.Dashboard_dateRangeFilter__3Vq4u .MuiFormControl-root{width:100%;flex:1 1 auto}.Dashboard_dashboardGrid__2fbfb{grid-gap:18px;gap:18px;width:100%}.Dashboard_bookingCard__3aw6e,.Dashboard_inactivePanel__1PBs9{padding:18px;width:100%;box-sizing:border-box}.Dashboard_bookingCard__3aw6e{align-items:flex-start;flex-direction:column}.Dashboard_cardIcon__3AMKV{align-self:flex-end}.Dashboard_bookingContent__3VZg5 strong{font-size:48px}.Dashboard_filterControl__3crKR{width:100%;flex-wrap:wrap;white-space:normal;display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.Dashboard_filterControl__3crKR span{flex-shrink:0}.Dashboard_filterControl__3crKR button,.Dashboard_filterControl__3crKR input{width:100%;flex:1 1 auto;min-width:0}.Dashboard_infoBanner__Zq0ad{padding:16px}.Dashboard_infoBanner__Zq0ad span,.Dashboard_infoBanner__Zq0ad strong{word-break:break-word}.Dashboard_clientTable__1HsSQ,.Dashboard_clientTable__1HsSQ tbody,.Dashboard_clientTable__1HsSQ td,.Dashboard_clientTable__1HsSQ th,.Dashboard_clientTable__1HsSQ thead,.Dashboard_clientTable__1HsSQ tr{display:block;width:100%}.Dashboard_clientTable__1HsSQ{min-width:0}.Dashboard_clientTable__1HsSQ thead{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.Dashboard_clientTable__1HsSQ tr{border-bottom:1px solid #e2e8f0;padding:10px 14px}.Dashboard_clientTable__1HsSQ th{padding:10px 0}.Dashboard_clientTable__1HsSQ td{align-items:center;display:flex;justify-content:space-between;grid-gap:12px;gap:12px;padding:10px 0;white-space:normal}.Dashboard_clientTable__1HsSQ td:before{color:#64748b;content:attr(data-label);flex:0 0 40%;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.Dashboard_clientTable__1HsSQ td>span,.Dashboard_clientTable__1HsSQ td>strong{text-align:right}}.Footer_footerText__3sHrS{width:100%;margin:0 auto;padding:25px}.Footer_footer__3vU6C,.Footer_footerText__3sHrS{border-top:1px solid #dbdbdb;font-size:large;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;text-align:center;background-color:#eee}.Footer_footer__3vU6C{position:relative;left:0;bottom:0;height:10px;padding:5px}@media (max-width:600px){.Footer_footerText__3sHrS{margin-top:2rem}.Footer_footer__3vU6C{position:relative;left:0;bottom:0;height:10px;background-color:#eee;border-top:1px solid #dbdbdb;font-size:large;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;text-align:center;padding:5px}}.AddIcon{width:2rem;height:2rem}.dialogPaper{min-width:300px}.meetings-container{display:flex;justify-content:flex-end;align-items:flex-start;margin:5px 6rem;position:relative}.centered-container{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.table-container{overflow-x:auto}.table-responsive{width:100%;overflow-y:hidden;overflow-x:auto;white-space:nowrap}@media (max-width:600px){.table-responsive{display:block;overflow-x:auto;white-space:nowrap}.table{margin-left:0}.root{min-height:680px}}.root{min-height:480px}.Header_header__3g3ig{display:flex;align-items:center;max-height:61px;padding-left:10px;background-color:rgba(247,133,27,.796078431372549)}.Header_heading__10EBH{font-size:24px;font-weight:700}.Header_header2__1N2Z_,.Header_rightSection__2Ruor{display:flex;align-items:center}.Header_header2__1N2Z_{justify-content:space-between;height:60px;border-bottom:1px solid #dadada;padding-left:20px}.Header_header2__1N2Z_ img{max-width:150px;float:left;margin:5px 10px 0 0}.Header_logo__3aTab{width:70px;height:70px}.Header_login__w7EZU{border:1px solid #3333d8;padding:12px 30px;border-radius:50px;background-color:#fff;color:#3333d8;cursor:pointer;font-size:15px;outline:none;margin-right:20px}.Header_login__w7EZU:hover{background-color:#d1e9ff}.Settings_pageContainer__3I1Yz{background-color:#eee;min-height:50%}.Settings_hero__1FtV2{width:50%;margin:0 auto;padding:10px;line-height:60px}.Settings_hero__1FtV2 h1{font-weight:500;font-size:50px;line-height:50px;text-align:center}.Settings_paragraph__2metm{margin-top:20px;text-align:center;line-height:20px;color:grey}.Settings_imgContainer__iUh9N{margin-top:-80px}.Settings_hero__1FtV2 img{width:1200px;margin:0 auto}.Settings_autoGrid__3HSwT{--auto-grid-min-size:16rem;width:70%;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--auto-grid-min-size),1fr));grid-gap:.5rem}.Settings_listItem__1NhYQ{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;height:160px;padding:1rem;list-style-type:none;text-align:center;border-bottom:1px solid #b8b8b8;border-radius:4px;background-color:#fff}.Settings_listItem__1NhYQ h2{font-weight:500;font-size:14px;line-height:23px}.Settings_listItem__1NhYQ h2,.Settings_listItem__1NhYQ p{text-align:center;font-family:"Roboto",sans-serif;cursor:pointer}.Settings_listItem__1NhYQ p{font-size:40px;line-height:45px;padding:0 25px 10px;font-weight:100;color:#000}.Settings_listItem__1NhYQ:hover{background-color:#f8f8f8}.Settings_listItem__1NhYQ:hover h2{color:#000}.Settings_imgThumbnail__2NJq4{margin:0 auto;border-radius:100%;object-fit:cover;width:25px;height:25px}.Settings_imgThumbnail__2NJq4:hover{filter:grayscale(100%);cursor:pointer}.Settings_imgContainer__iUh9N{display:flex;align-items:center;justify-content:center}@media (max-width:768px){.Settings_pageContainer__3I1Yz{min-height:740px}.Settings_items__EzX1s{width:100%}.Settings_imgThumbnail__2NJq4{width:20px;height:20px}.Settings_hero__1FtV2{width:100%}}.Uploader_dropzone__2OZbu{height:4rem;width:100%;margin:.5rem;padding:1rem;border:2px dashed #b6b6b6;display:flex;justify-content:center;align-items:center;font-size:1.4rem;font-weight:500;cursor:pointer}.Uploader_active__1jA-l{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);background-color:#1558e9;color:#fff;border:1px solid #b6b6b6;border-radius:5px}.Password_button__2KWGc{padding:9px 13px;border-radius:50px;border:1px solid grey;cursor:pointer;font-size:12px;background-color:#fff;margin:8px}.Password_button__2KWGc:hover{background-color:#3e6947;color:#fff;border:1px solid #3e6947}.Password_buttons__1qh4X{margin-top:10px;display:flex;align-items:center;justify-content:center}.Items_pageLayout__3vs6d{min-height:520px}@media only screen and (max-width:600px){.Items_pageLayout__3vs6d{min-height:740px}}.adminLogin_pageContainer__33bxx{margin-top:100px}.adminLogin_formContainer__17NNz{background-color:#fff;width:30%;margin:50px auto;border-radius:8px;border:1px solid #cfcfcf}.adminLogin_formContainer__17NNz form{padding:10px 15px!important;margin:0!important}.adminLogin_inputField__1bkxg{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;width:100%;padding:15px 15px 15px 10px;font-size:16px;border:1px solid #dbdbdb;border-radius:8px;margin:10px 0;outline:none}.adminLogin_inputField__1bkxg:focus{border-bottom:2px solid rgba(247,133,27,.796078431372549)}.adminLogin_buttons__2USoe{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin:20px 0}.adminLogin_buttons__2USoe>div{margin:8px 8px 0}.adminLogin_option__HTfXT{width:100%;text-align:center;border-bottom:1px solid #000;line-height:.1em;margin:10px 0 20px;color:rgba(247,133,27,.796078431372549)}.adminLogin_option__HTfXT span{background:#fff;padding:0 10px}.adminLogin_submitBtn__3rqNH{border:1px solid rgba(247,133,27,.796078431372549);padding:15px 30px;border-radius:50px;background-color:#fff;cursor:pointer;font-size:15px;outline:none;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.adminLogin_submitBtn__3rqNH:hover{background-color:#d1e9ff}.adminLogin_googleBtn__IUf8x{border:1px solid #d83333;padding:15px 30px;border-radius:50px;background-color:#fff;color:#181818;cursor:pointer;font-size:15px;outline:none;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.adminLogin_googleBtn__IUf8x:hover{background-color:#d83333;color:#fff}.adminLogin_loginBtn__1hNLE{width:100%;border:1px solid rgba(247,133,27,.796078431372549);padding:15px 30px;background-color:#fff;color:rgba(247,133,27,.796078431372549);cursor:pointer;font-size:15px;outline:none;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.adminLogin_loginBtn__1hNLE:hover,.adminLogin_switchBtn__-2hit{background-color:rgba(247,133,27,.796078431372549);color:#fff}.adminLogin_switchBtn__-2hit{border-radius:4px;padding:10px;margin-top:5px;cursor:pointer;font-size:15px;outline:none;border:none;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.adminLogin_switchBtn__-2hit:hover{border-radius:1px solid;background-color:#fff9f9;color:rgba(247,133,27,.796078431372549)}@media screen and (max-width:992px){.adminLogin_formContainer__17NNz{width:95%}}.TodayBookings_pageContainer__3x_sA{min-height:475px;background:#f4f6f8;padding:24px 32px 96px}.TodayBookings_loadingState__1fF87{min-height:420px;background:#f4f6f8;display:flex;align-items:center;justify-content:center}.TodayBookings_contentPanel__8uMLy,.TodayBookings_header__17wEb,.TodayBookings_summaryGrid__2GXEc{width:min(100%,1320px);margin-left:auto;margin-right:auto}.TodayBookings_header__17wEb{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:20px}.TodayBookings_headerLeft__1HYQm{display:flex;align-items:center;grid-gap:14px;gap:14px}.TodayBookings_eyebrow__aziRw{color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase}.TodayBookings_header__17wEb h1{color:#12233a;font-size:30px;line-height:1.2;margin:2px 0 4px}.TodayBookings_header__17wEb p{color:#64748b;font-size:14px;font-weight:700;margin:0}.TodayBookings_backButton__3K34s,.TodayBookings_refreshButton__39KWS{border-radius:6px;color:#12233a;font-weight:800;text-transform:none}.TodayBookings_backButton__3K34s{background:#fff;border:1px solid #dbe3eb}.TodayBookings_refreshButton__39KWS{background:#ff9800;box-shadow:0 10px 20px rgba(255,152,0,.22);color:#fff;min-width:96px}.TodayBookings_refreshButton__39KWS:hover{background:#ef8f00}.TodayBookings_summaryGrid__2GXEc{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.TodayBookings_summaryCard__3MFNe{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 26px rgba(15,23,42,.05);padding:22px}.TodayBookings_summaryCard__3MFNe span{color:#64748b;display:block;font-size:13px;font-weight:800;margin-bottom:10px;text-transform:uppercase}.TodayBookings_summaryCard__3MFNe strong{color:#12233a;font-size:30px;line-height:1}.TodayBookings_summaryCard__3MFNe:first-child strong{color:#ff9800}.TodayBookings_contentPanel__8uMLy{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 26px rgba(15,23,42,.05);padding:24px}.TodayBookings_toolbar__1T6Je{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:20px}.TodayBookings_toolbar__1T6Je h2{color:#12233a;font-size:22px;margin:0 0 4px}.TodayBookings_toolbar__1T6Je p{color:#64748b;font-size:14px;font-weight:700;margin:0}.TodayBookings_searchInput__-x2b_{width:min(100%,360px)}.TodayBookings_searchInput__-x2b_ .MuiOutlinedInput-root{background:#fff;border-radius:6px}.TodayBookings_searchIcon__DtS_a{color:#94a3b8;margin-right:8px}.TodayBookings_tableShell__3uWhO{border:1px solid #e2e8f0;border-radius:8px;max-height:520px;overflow:auto}.TodayBookings_bookingTable__jl58L{width:100%;min-width:860px;border-collapse:initial;border-spacing:0}.TodayBookings_bookingTable__jl58L th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f1f5f9;border-bottom:1px solid #dbe3eb;color:#12233a;font-size:13px;font-weight:800;padding:16px;text-align:left;text-transform:uppercase}.TodayBookings_bookingTable__jl58L td{border-bottom:1px solid #edf2f7;color:#12233a;cursor:pointer;font-size:14px;font-weight:700;padding:14px 16px;white-space:nowrap}.TodayBookings_bookingTable__jl58L tr:nth-child(2n) td{background:#fbfcfd}.TodayBookings_bookingTable__jl58L tr:hover td{background:#fff7ed}.TodayBookings_bookingTable__jl58L td span,.TodayBookings_bookingTable__jl58L td strong{display:block}.TodayBookings_bookingTable__jl58L td span{color:#64748b;font-size:12px;font-weight:700;margin-top:5px}.TodayBookings_statusBadge__2csK8{background:#e0f2fe;border-radius:999px;color:#075fb6;display:inline-flex!important;font-size:12px!important;font-weight:900!important;margin-top:0!important;padding:7px 10px}.TodayBookings_emptyState__2OTQ5{min-height:260px;color:#64748b;display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:12px;gap:12px;padding:28px;text-align:center}.TodayBookings_emptyState__2OTQ5 p{margin:0}@media (max-width:900px){.TodayBookings_tableShell__3uWhO{max-height:none;overflow:visible}}@media (max-width:768px){.TodayBookings_pageContainer__3x_sA{padding:18px 12px 80px}.TodayBookings_header__17wEb,.TodayBookings_headerLeft__1HYQm,.TodayBookings_toolbar__1T6Je{align-items:flex-start;flex-direction:column}.TodayBookings_summaryGrid__2GXEc{grid-template-columns:1fr}.TodayBookings_contentPanel__8uMLy,.TodayBookings_summaryCard__3MFNe{padding:18px}.TodayBookings_backButton__3K34s,.TodayBookings_refreshButton__39KWS,.TodayBookings_searchInput__-x2b_{width:100%}.TodayBookings_bookingTable__jl58L,.TodayBookings_bookingTable__jl58L tbody,.TodayBookings_bookingTable__jl58L td,.TodayBookings_bookingTable__jl58L th,.TodayBookings_bookingTable__jl58L thead,.TodayBookings_bookingTable__jl58L tr{display:block;width:100%}.TodayBookings_bookingTable__jl58L thead{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.TodayBookings_bookingTable__jl58L tr{border-bottom:1px solid #e2e8f0;padding:12px 14px}.TodayBookings_bookingTable__jl58L td{align-items:flex-start;display:flex;justify-content:space-between;grid-gap:12px;gap:12px;padding:10px 0;white-space:normal}.TodayBookings_bookingTable__jl58L td:before{color:#64748b;content:attr(data-label);flex:0 0 34%;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.TodayBookings_bookingTable__jl58L td span,.TodayBookings_bookingTable__jl58L td strong{margin-top:0;text-align:right}}
/*# sourceMappingURL=main.f763717f.chunk.css.map */