.color-primary{color:#006b99}.color-danger{color:#ea153c}.color-warning{color:#ffbe00}.color-white{color:#fff}.color-cloud{color:#f0fdff}.color-pastel-blue{color:#d9faff}.color-cyan{color:#1fcbe5}.color-signal-blue{color:#00a4d8}.color-medium-blue{color:#006b99}.color-prussian-blue{color:#0e2d4b}.color-dark-blue{color:#06173a}.color-cherry-red{color:#ea153c}.color-amber{color:#ffbe00}.bg-primary{background-color:#006b99}.bg-danger{background-color:#ea153c}.bg-warning{background-color:#ffbe00}.bg-white{background-color:#fff}.bg-cloud{background-color:#f0fdff}.bg-pastel-blue{background-color:#d9faff}.bg-cyan{background-color:#1fcbe5}.bg-signal-blue{background-color:#00a4d8}.bg-medium-blue{background-color:#006b99}.bg-prussian-blue{background-color:#0e2d4b}.bg-dark-blue{background-color:#06173a}.bg-cherry-red{background-color:#ea153c}.bg-amber{background-color:#ffbe00}.button__wrapper{width:100%;max-width:450px;padding:10px 0!important;display:flex;justify-content:center}.button__button{width:100%;max-width:300px;color:#fff;border:none;border-radius:25px;padding:20px!important;cursor:pointer;-webkit-box-shadow:0px 0px 10px rgba(0,184,221,.5);box-shadow:0 0 10px #00b8dd80}.button__button.disabled{color:grayscale(100);cursor:not-allowed;background-color:#b7b7b7}.button__anchor{background:#006b99;color:#fff;border-radius:24px;width:250px;text-align:center;box-shadow:none;border:none;cursor:pointer;height:46px;transition:all linear 125ms;font-size:17px;align-items:center;gap:10px;display:flex;justify-content:center;margin:auto}.loader-component__wrapper{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:500;display:flex;justify-content:center;flex-direction:column;gap:10px;align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.loader-component__loader{width:25%;z-index:9000!important;min-height:100px;height:5rem;position:relative}.loader-component__loader__circle{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;width:100%;position:absolute;top:0;left:0;margin:auto}.loader-component__loader__circle__path{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%{stroke:#006b99}40%{stroke:#006b99}66%{stroke:#006b99}80%,90%{stroke:#006b99}}@keyframes color{0%{stroke:#006b99}40%{stroke:#006b99}66%{stroke:#006b99}80%,90%{stroke:#006b99}}*{margin:0;padding:0;font-family:Poppins;user-select:none}*:focus{outline:none}.clickable{cursor:pointer}.layout{position:relative}.layout__wrapper{font-weight:300;height:100dvh;box-sizing:border-box;width:100vw;position:relative;background:#f0fdff;display:flex;flex-direction:row;overflow:hidden;overscroll-behavior:none}@media (max-width: 800px){.layout__wrapper{flex-direction:column}}.layout__wrapper .rtf.open .rtf--mb>*{transform:none!important}.layout__wrapper .rtf--mb{background:#006b99;fill:#fff;display:flex;justify-content:center;align-items:center;padding:5px!important}.layout__wrapper .rtf--ab{background:white;display:flex;justify-content:center;align-items:center;padding:10px!important}.layout__menu__test{position:absolute;bottom:0;width:100%;padding:25px 0;text-align:center;font-weight:700;color:red}.layout__menu__desktop{background:#ffffff;height:100%;width:25%;max-width:250px;flex-grow:1;z-index:100;position:relative}@media (max-width: 800px){.layout__menu__desktop{display:none}}.layout__menu__desktop__logo{margin:1rem 15px!important}.layout__menu__desktop__entry__wrapper{display:flex;flex-direction:row;align-items:center;gap:15px;margin:25px 15px!important;border-radius:15px;padding:5px!important;font-weight:500;transition:all 175ms ease-in-out;cursor:pointer;fill:#585e71}.layout__menu__desktop__entry__wrapper div{color:#585e71!important}.layout__menu__desktop__entry__wrapper.active{background-color:#d9faff;fill:#006b99}.layout__menu__desktop__entry__wrapper.active div{color:#006b99!important}.layout__menu__desktop__entry__icon{height:2.5rem;width:auto}.layout__menu__desktop__entry__icon svg{height:inherit;width:auto}.layout__menu__mobile{position:fixed;bottom:0;width:100%;height:4rem;background-color:#fff;z-index:16;display:flex;justify-content:space-evenly;box-shadow:0 0 14px -5px #00b8dd80;overflow-x:hidden;padding:5px;padding-bottom:calc(env(safe-area-inset-bottom) - 9px)}.layout__menu__mobile__entry__icon{width:auto;height:60%}.layout__menu__mobile__entry__wrapper{display:flex;align-items:center;width:100%;height:100%;flex-direction:column;fill:#585e71;justify-content:space-between}.layout__menu__mobile__entry__wrapper.active{color:#006b99}.layout__menu__mobile__entry__title{font-size:.7rem}@media (min-width: 800px){.layout__menu__mobile{display:none}}.layout__menu__mobile__side__wrapper{position:absolute;right:0;top:4rem;z-index:15;background-color:#fff;height:calc(100% - 8rem);width:100%;display:flex;flex-direction:column;transition:all .25s ease-in-out;overflow:auto}.layout__menu__mobile__side__wrapper.closed{transform:translate(110%)}.layout__menu__mobile__side__wrapper.open{transform:translate(0)}.layout__menu__mobile__side__entry__wrapper{flex-grow:1}.layout__menu__mobile__side__footer{width:100%;height:3rem;display:flex;justify-content:flex-end;padding:15px 0;position:fixed;bottom:0}.layout__menu__mobile__side__footer svg{height:100%;margin-right:25px;fill:#585e71}.layout__header.desktop{display:flex;flex-direction:row;align-items:center;height:4rem;width:100%;background-color:#f0fdff;position:sticky;top:0;position:absolute;z-index:90;padding:0 25px!important;box-sizing:border-box}@media (max-width: 800px){.layout__header.desktop{background-color:#fff}}.layout__header__spacer{width:25%;max-width:250px}@media (max-width: 800px){.layout__header__spacer{width:10px}}.layout__header__chevron{margin-left:-15px}@media (min-width: 800px){.layout__header__chevron{display:none}}.layout__header__title{flex-grow:1;font-weight:400;font-size:1.5rem}.layout__header__username{margin:0 10px!important}.layout__header__avatar{height:3rem;width:3rem;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:50%}@media (max-width: 800px){.layout__header{display:none}}.layout__header.mobile{background:#00a4d8;color:#fff;fill:#fff;display:flex;justify-content:space-between;align-items:center;padding:5px 25px}@media (min-width: 800px){.layout__header.mobile{display:none}}.layout__header.mobile .title{color:#fff;flex-grow:1;text-align:center}.layout__header.mobile .hide-back{fill:#00a4d8}.layout__content__wrapper{display:flex;flex-direction:column;height:100%;flex-grow:1;overflow:auto;width:100%;position:relative;padding:5rem 25px!important;box-sizing:border-box}@media (max-width: 800px){.layout__content__wrapper{padding:1rem 25px!important;margin-top:4rem}}.user__feedback__popup{display:flex;justify-content:center;align-items:center}.user__feedback__popup.hidden{display:none}.user__feedback__popup__wrapper{position:absolute;background-color:#0006;width:100%;height:100%;top:0;left:0;z-index:200}.user__feedback__popup__modal{background-color:#fff;width:90%;display:flex;justify-content:center;flex-direction:column;position:absolute;bottom:25%;z-index:300;border-radius:20px}@media (min-width: 800px){.user__feedback__popup__modal{width:90%;display:flex;justify-content:center;flex-direction:column;position:absolute;left:0;right:0;margin:0 auto}}.user__feedback__popup__modal.header{position:relative;justify-content:space-between;align-items:center;flex-direction:row;width:100%;height:3rem;font-size:1.5rem;display:flex;padding:15px 0}.user__feedback__popup__modal.header p{margin-left:25px}.user__feedback__popup__modal.header svg{height:100%;margin-right:25px;fill:#585e71}.user__feedback__popup__modal.content{position:relative;flex-direction:row;width:100%;display:flex;justify-content:center;align-items:center}.user__feedback__popup__modal.content form{width:100%;padding:20px}.user__feedback__popup__modal.content input{border:1px solid #006b99;width:100%}.user__feedback__popup__modal.content textarea{border:1px solid #006b99;width:100%;resize:none}.user__feedback__popup__modal.content p{margin-left:25px}.user__feedback__popup__modal.content svg{height:100%;margin-right:25px;fill:#585e71}.user__feedback__button{position:absolute;bottom:10px;right:10px;border:1px solid #006b99;display:flex;justify-content:center;align-items:center;border-radius:100%;font-size:.8rem;width:70px;height:70px;background-color:#d9faff;transition:all linear 125ms;opacity:.2}@media (max-width: 800px){.user__feedback__button{position:absolute;bottom:calc(100px + env(safe-area-inset-bottom));right:-20px;border:1px solid #006b99;display:flex;justify-content:center;align-items:center;font-size:.8rem;border-radius:10px 10px 0 0;width:70px;height:30px;background-color:#006b99;color:#fff;opacity:1;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg)}}.user__feedback__button:hover{background-color:#006b99;color:#fff;opacity:1}.box-wrapper__wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:20px}@media (max-width: 800px){.box-wrapper__wrapper{display:flex;flex-direction:column}}.box{color:#006b99}.box__wrapper{background-color:#fff;padding:15px!important;box-sizing:border-box;border-radius:10px;color:#006b99;-webkit-box-shadow:0px 0px 10px rgba(0,184,221,.5);box-shadow:0 0 10px #00b8dd80}.box__wrapper.width__1{width:100%;height:auto}.box__wrapper.width__2,.box__wrapper.width__3{width:100%}.box__wrapper.width__4{width:50%}@media (max-width: 800px){.box__wrapper{height:auto}}.items{grid-column:1/2;grid-row:1}.users{grid-column:2/3;grid-row:1/2}.time{grid-column:1/3;grid-row:2/3}.protocols{grid-column:3/5;grid-row:1/4;max-height:700px}.checkbox{position:relative;cursor:pointer;color:#060c3a;display:flex;justify-content:flex-start;align-items:center;gap:20px}.checkbox p{position:relative;left:15px}.checkbox input{position:absolute;z-index:-1;opacity:0}.checkbox_indicator{position:absolute;left:0;height:20px;width:20px;background:#ffffff;border:1px solid #060c3a;border-radius:3px}.checkbox:hover input~.checkbox_indicator,.checkbox input:focus~.checkbox_indicator{background:#ffffff;border-radius:3px}.checkbox input:checked~.checkbox_indicator{background:#006b99;border-radius:3px;border:0px}.checkbox:hover input:not([disabled]):checked~.checkbox_indicator{background:#00a4d8}.checkbox_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}.checkbox input:checked~.checkbox_indicator:after{display:block}.checkbox-checkbox .checkbox_indicator:after{left:6px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 3px 3px 0;transform:rotate(45deg)}.image-upload__wrapper{height:250px;width:250px;cursor:pointer;background-color:#d9faff;border-radius:125px;background-repeat:no-repeat;background-position:center center;background-position-x:center;background-position-y:center;background-size:cover;position:relative;background-origin:border-box;display:flex;justify-content:center;align-items:center}.image-upload__delete-icon{position:absolute;top:15px;right:15px;cursor:pointer;background:#d9faff;border-radius:50%;padding:5px!important}.image-upload__camera-icon{fill:#006b99;height:50%;width:auto}.input__wrapper,.time-input-component__wrapper{width:100%;margin:10px 0!important;display:flex}.input__input,.time-input-component__input{box-sizing:border-box;width:100%;padding:15px!important;border-radius:10px;border:none}.input__input[type=time],.time-input-component__input[type=time]{text-align:center}.input__input.disabled,.time-input-component__input.disabled{background:#f1f1f1;cursor:not-allowed}.input__button,.time-input-component__button{margin-left:15px!important;background:#d9faff;display:flex;justify-content:center;align-items:center;border-radius:15px;width:10%;cursor:pointer}.input__button svg,.time-input-component__button svg{height:75%;width:auto;fill:#006b99}.select__wrapper{width:100%}.select__dropdown .Dropdown-control{padding:15px!important;border-radius:10px}.select__dropdown.is-open .Dropdown-control{border-radius:10px 10px 0 0}.select__dropdown .Dropdown-option{padding:8px 10px!important}.select__dropdown .Dropdown-option.is-selected,.select__dropdown .Dropdown-option:hover{background:#d9faff}.select__dropdown.disabled .Dropdown-control{background:#f1f1f1}.select__arrow{top:calc(50% - 5px)!important}.select__arrow.disabled{display:none!important}.select__multi-list{display:flex;flex-direction:column;gap:5px;margin-top:10px;margin-left:10px}.select__multi-list>div{display:inline-flex;gap:0px;cursor:pointer}.select__multi-list>div.disabled{cursor:not-allowed}.select__multi-list>div>span>svg{height:1.5em}.tab-component__wrapper{display:flex;flex-direction:column;width:100%;height:100%}.tab-component__wrapper__buttons{display:flex;flex-direction:row;justify-content:flex-start;gap:15px}@media (min-width: 800px){.tab-component__wrapper__buttons{display:none}}.tab-component__wrapper__entries{display:flex;flex-direction:row;justify-content:space-evenly;height:100%}@media (max-width: 800px){.tab-component__wrapper__entries.columns{display:none}}@media (min-width: 800px){.tab-component__wrapper__entries.pages{display:none}}.tab-component__entry{width:45%;height:100%;display:flex;flex-direction:column}.tab-component__entry.full-width{width:100%}@media (max-width: 800px){.tab-component__entry{width:100%}}.tab-component__entry__title{width:100%;font-weight:600}@media (max-width: 800px){.tab-component__entry__title{display:none}}.table-component__wrapper{height:100%;overflow:auto}@media (max-width: 800px){.table-component__wrapper{padding-bottom:100px}}.table-component__wrapper.no-scroll{overflow:hidden;height:unset}.table-component__header__wrapper{width:100%;display:flex;margin-bottom:15px!important;top:0;background-color:#f0fdff}.table-component__header__entry{box-sizing:border-box;padding:5px;font-weight:500}.table-component__header__title{display:flex;align-items:center;gap:5px}.table-component__content__wrapper{width:100%;display:flex;flex-direction:column}.table-component__content__entry{box-sizing:border-box;padding:5px;display:flex;align-items:center}.table-component__content__entry__wrapper{display:flex;border-bottom:1px solid #e9e8eb;padding:15px 0!important}.table-component__content__entry__wrapper.clickable{cursor:pointer}.table-component__content__mobile__wrapper{background-color:#d9faff;margin:25px 0!important;padding:5px!important;box-sizing:border-box;border-radius:10px}.table-component__content__mobile__wrapper.clickable{cursor:pointer}.table-component__content__mobile__entry{border-bottom:1px solid #ffffff;margin:5px 0!important}.table-component__content__mobile__entry:last-child{border-bottom:none}.popup-component__wrapper{position:fixed;display:flex;flex-direction:column;justify-content:center;inset:0;background-color:#0000007f;backdrop-filter:blur(4px);z-index:200}.popup-component__modal{margin:0 auto;padding:20px;border-radius:10px;background-color:#fff;min-width:300px;max-width:500px;display:flex;flex-direction:column;gap:10px}.popup-component__modal__children{text-align:center}.popup-component__modal__actions{display:flex;justify-content:space-around;gap:10px}.expand-component__wrapper{display:flex;flex-direction:column;justify-content:center;margin-top:25px}.expand-component__title{display:flex;justify-content:space-between;align-items:center}.expand-component__title svg{height:2rem;color:#585e71;cursor:pointer;transition:all 125ms linear;transform:rotate(0)}.expand-component__title svg.expanded{transform:rotate(180deg)}.expand-component__content.expanded{display:block}.expand-component__content.collapsed{display:none}.toggle-component__wrapper label{display:flex;flex-direction:row;align-items:center;gap:15px}.toggle-component__wrapper label .reversed{flex-direction:row-reverse}.toggle-component__wrapper .react-toggle--checked>.react-toggle-track{background-color:#006b99}.toggle-component__wrapper .react-toggle--checked>.react-toggle-track:hover{background-color:#006b99}.toggle-component__wrapper .react-toggle-thumb{border-color:unset!important;box-shadow:none!important}.toggle-component__wrapper .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#006b99}.svg{width:48px;height:48px;fill:none}.svg path{stroke:#0e2d4b;stroke-width:3;transition:all .3s ease}.svg.open path:nth-child(1){transform:rotate(45deg);transform-origin:10% 40%}.svg.open path:nth-child(2){stroke-opacity:0;transform:translate(-100%)}.svg.open path:nth-child(3){transform:rotate(-45deg);transform-origin:10% 75%}.form-error{color:red;display:flex;justify-content:center}.login-page__wrapper{background:#F0FDFF;display:flex;flex-direction:column;position:relative;height:100vh;width:100vw;justify-content:center;align-items:center;gap:50px}.login-page__logo,.login-page__password-reset-wrapper{width:75%;max-width:300px;height:auto}.affiliate-link__wrapper{background:#F0FDFF;display:flex;gap:10px;flex-wrap:wrap}.profile-page__wrapper{display:flex;flex-direction:column;width:75%;margin:0 auto!important;align-items:center;position:relative}.profile-page__form{margin:10px 0!important;padding:10px;width:100%}.version{color:#000;font-size:.6rem;padding:2px;border-radius:30px;position:absolute;bottom:0;left:50}.dashboard-box__wrapper{display:flex;flex-direction:column;align-items:center;flex-grow:1;align-self:stretch;min-height:150px}.dashboard-box__number{color:#006b99;font-size:5rem;text-align:center}.payment-page__wrapper{width:100%}.affiliate-link-box__wrapper{position:relative}.affiliate-link-box__icon{position:absolute;height:2rem;width:auto;top:15px;right:15px}.affiliate-link-box__icon.qr{right:50px}#root{overflow-x:hidden;overscroll-behavior:none}a{color:#006b99;text-decoration:none}.horizontal-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:100%;margin:25px 0}
