.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;display:flex;justify-content:center;flex-direction:column}.box__wrapper.width__1{width:100%;height:auto}.box__wrapper.width__2,.box__wrapper.width__3{width:100%}.box__wrapper.width__4{width:50%}.box__wrapper.span__row__1{grid-row:span 1}.box__wrapper.span__row__2{grid-row:span 2}.box__wrapper.span__row__3{grid-row:span 3}.box__wrapper.span__row__4{grid-row:span 4}.box__wrapper.span__column__1{grid-column:span 1}.box__wrapper.span__column__2{grid-column:span 2}.box__wrapper.span__column__3{grid-column:span 3}.box__wrapper.span__column__4{grid-column:span 4}@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:30px}.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;background:var(--Wei, #fff);box-shadow:0 1px 4px #006b9980}.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%}.item-edit-create__wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.item-edit-create__wrapper form{width:100%}.protocol-list{display:flex;justify-content:center;flex-direction:column;padding:10px 30px}.checklist-item-list__new-wrapper form{width:100%;display:flex}.checklist-item-list__new-wrapper .input__wrapper{flex-grow:1}.checklist-item-list__new-wrapper .button__wrapper{width:15%;margin-left:25px!important}.checklist-item-list__list-wrapper{display:flex;flex-direction:column;gap:10px}.checklist-item-box__wrapper{background-color:#fff;padding:15px;border-radius:10px;gap:10px;position:relative}.checklist-item-box__title__wrapper{display:flex;cursor:move}.checklist-item-box__counter{font-size:2rem;align-self:center;width:2rem;color:#d3d3d3;display:flex;justify-content:center}.checklist-item-box__name{align-self:center}.checklist-item-box__chevron{margin-left:auto;margin-right:10px;align-self:center;width:32px;height:32px;cursor:pointer;transition:all 125ms linear;transform:rotate(0)}.checklist-item-box__chevron.expanded{transform:rotate(180deg)}.checklist-item-box__chevron svg{height:100%;fill:#d3d3d3}.checklist-item-box__expand__wrapper.expanded{display:block}.checklist-item-box__expand__wrapper.collapsed{display:none}.checklist-execute__item-list{display:flex;flex-direction:column;gap:10px}.checklist-execute__item{display:flex;justify-content:space-between;background-color:#fff;border-radius:10px;align-items:center;cursor:pointer}.checklist-execute__item.disabled{cursor:default}.checklist-execute__item p{padding:15px}.checklist-execute__item svg{width:48px;height:48px}.checklist-execute__item svg.checked{fill:#006b99}.checklist-execute__item svg.unchecked{fill:#ea153c}.protocol-detail-form__meta__images{display:flex;justify-content:space-evenly;margin:25px 0}.checkbox-group{display:flex;width:100%;flex-wrap:wrap;gap:10px}@media (max-width: 600px){.checkbox-group{justify-content:center;flex-wrap:wrap}}.checkbox-group label{padding:10px}.dashboard-agenda__wrapper{display:flex;flex-direction:column;width:100%}.dashboard-agenda__header{display:flex;justify-content:flex-end;width:100%}.dashboard-agenda__day__wrapper{box-sizing:border-box;background:#d9faff;width:100%;min-height:100px;border-radius:15px;margin:15px 0;padding:10px;display:flex;position:relative}.dashboard-agenda__day__title{font-weight:500;color:#1fcbe5;font-size:larger;position:absolute;top:10px;right:10px}.time-booking-widget{display:flex;flex-direction:column;align-items:center;width:100%;min-height:150px}@media (max-width: 800px){.time-booking-widget{flex-direction:column}}.time-booking-widget__buttons{display:flex;justify-content:space-evenly}.time-booking-widget__buttons__button{width:45%}.time-booking-widget__buttons__button.active.bernstein button{animation-name:pulsating-green-bernstein}.time-booking-widget__buttons__button.active.primary button{animation-name:pulsating-green-primary}.time-booking-widget__buttons__button.active.signalblau button{animation-name:pulsating-green-signalblau}.time-booking-widget__buttons__button.active button{animation-duration:2s;animation-iteration-count:infinite}.time-booking-widget__buttons__button button{padding:15px!important}.time-booking-widget__buttons__button svg{height:3rem}.time-booking-widget__buttons.working .time-booking-widget__buttons__button{width:30%}.time-booking-widget__header{display:flex;align-items:center;justify-content:space-between;width:100%}.time-booking-widget__header .title{font-size:1.7rem;color:#060c3a}.time-booking-widget__content{display:flex;width:100%;gap:10px;color:#006b99;flex-direction:column-reverse}.time-booking-widget__content .col-1,.time-booking-widget__content .col-2{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;color:#006b99}.time-booking-widget__content .col-2 .elapsed-time{display:flex;justify-content:flex-end;align-items:center;font-size:2.8rem;font-weight:500;width:100%}@media (max-width: 800px){.time-booking-widget__content .col-2 .elapsed-time{justify-content:center}}.time-booking-widget__content .col-2 .start-time{display:flex;justify-content:flex-end;color:#006b99;width:100%}@media (max-width: 800px){.time-booking-widget__content .col-2 .start-time{justify-content:center}}.time-booking-widget__time{color:#006b99;text-align:center;font-family:B612 Mono}.time-booking-widget__time__colon{animation:time-colon-flashing 1s infinite;color:#006b99}@keyframes time-colon-flashing{0%,40%,to{opacity:0}50%,90%{opacity:1}}.time-booking-widget__checklist-popup__entry{display:flex;flex-direction:column;align-items:center;border:1px solid gray;border-radius:5px;padding:10px;cursor:pointer}.expand-component__p{width:100%}.border{border:1px solid #ccc}.agenda-widget__entry__title{color:#060c3a}.agenda-widget__entry__svg{max-width:5%}@media (max-width: 800px){.agenda-widget__entry__svg{max-width:15%}}.agenda-widget__entry__dot{stroke:#006b99}.agenda-widget__entry__line{stroke:#006b99;stroke-dasharray:12}.agenda-widget__entry__wrapper{display:flex;align-items:center}.filters{display:flex;flex-direction:column;gap:10px;width:10%;position:absolute;background-color:transparent;z-index:1;padding:1rem;right:20px}.filter__icon{cursor:pointer}.filter__icon.active{fill:#006b99}.client-items-overview__wrapper{height:100%;overflow:scroll;padding-bottom:100px}.timeline-chart{display:flex;flex-direction:column;padding:10px;margin:10px;background-color:#fff}.timeline-chart__entry{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}@media (max-width: 800px){.timeline-chart__entry{flex-direction:column;justify-content:center;text-align:center;gap:10px}}.timeline-chart__user{font-weight:700;margin-right:10px;width:100px}@media (max-width: 800px){.timeline-chart__user{width:100%}}.timeline-chart__activities{display:flex;flex-direction:row;width:100%}.timeline-chart__total-time{font-weight:700;margin-right:10px;width:100px;text-align:center}.timeline-chart__bar{height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.timeline-chart__bar.work{background-color:#34a630}.timeline-chart__bar.drive{background-color:#ffbe00}.timeline-chart__bar.pause{background-color:#ea153c}.timeline-chart__bar.nowork{background-color:#d9faff}.file-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.file-upload__wrapper{height:200px;width:200px;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}.file-upload__camera-icon{fill:#006b99;height:50%;width:auto}.file-upload__gallery{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.file-upload__thumbnail{height:50px;width:50px;cursor:pointer;background-color:#d9faff;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}.form-error{color:red;display:flex;justify-content:center}.login-page__wrapper{background:#f4f7ff;display:flex;flex-direction:column;position:relative;height:100vh;width:100vw;justify-content:center;align-items:center}.login-page__logo{width:400px;height:200px}@media (max-width: 800px){.login-page__logo{width:300px;height:100px}}.login-page__form{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.login-page__forgot-password{font-size:small}.login-page__no-account{margin-top:25px}.register-page__wrapper{background:#f4f7ff;display:flex;flex-direction:column;position:relative;height:100vh;width:100vw;justify-content:center;align-items:center}.register-page__container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media (max-width: 800px){.register-page__container{flex-wrap:wrap}}.register-page__info{background-image:url(/assets/registerBackground-90073e28.svg);background-size:cover;background-position:center;width:50%;height:100vh;display:flex;flex:1;justify-content:center;align-items:center;flex-direction:column;padding:100px;color:#fff;box-sizing:border-box}@media (max-width: 800px){.register-page__info{width:100%;height:30vh;padding:20px 10px 30px;justify-content:flex-start}}.register-page__info__header{font-size:4em}@media (max-width: 800px){.register-page__info__header{font-size:1.6em;text-align:center}}.register-page__info__text{font-size:1.2em}@media (max-width: 800px){.register-page__info__text{text-align:center;font-size:.9em}}.register-page__register{width:50%;height:100%;display:flex;flex:1;justify-content:center;align-items:center;flex-direction:column}.register-page__register__container{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}@media (max-width: 800px){.register-page__register__container{width:100%;align-items:center}}@media (max-width: 800px){.register-page__register{justify-content:flex-start}}@media (max-width: 800px){.register-page__mockup{display:none}}@media (max-width: 800px){.register-page__title{text-align:center}}.register-page__logo{width:500px;height:200px}@media (max-width: 800px){.register-page__logo{width:300px;height:100px}}.register-page__form{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;width:500px;max-width:90%}@media (max-width: 800px){.register-page__form{align-items:center}}.register-page__form__button{justify-content:start}.register-page__footer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:5px}@media (max-width: 800px){.register-page__footer{align-items:center}}.dashboard-page__wrapper{display:grid;flex-direction:column;gap:50px}@media (max-width: 800px){.dashboard-page__wrapper{padding-bottom:100px}}.widget-box__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:150px;height:100%}.widget-box__wrapper h5{color:#060c3a}.widget-box__header{display:flex;align-items:center;justify-content:space-between;width:100%}.widget-box__header .title{font-size:1.7rem;color:#060c3a}.widget-box__content{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%;padding:10px;overflow:auto}.widget-box__content__protocol{display:flex;align-items:center}.widget-box__content.agenda .no-agenda-entry__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.widget-box__content.agenda .no-agenda-entry__icon{width:75%;height:auto}.widget-box__number{display:flex;justify-content:center;color:#006b99;font-size:5rem;font-weight:500}.widget-box__schedule{font-size:1.2rem}.widget-box__schedule__list{display:flex;flex-direction:column;justify-content:center;align-content:center;list-style-type:none;list-style-position:inside}.widget-box__schedule__list__item{display:flex;align-items:center}.widget-box__schedule__list__item:before{content:""!important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGkSURBVHgBtVRLbsIwELVDBSzpDZIFQqzKDZqeBG4ANyDcoL0BnKTpCcoOIRbxEboElE/fWA6KopkENeVJkROP/fLGfjNaCUiSZHS5XBZa61d8zvD4LmQwZzDusiyLp9Op4fZrjjBN02We5yt8jlQLPM+LxuPxppH4cDj4WPhZUXcvDIS8VdXrfyBlyb1ytiMpwQqjo7wRn06ndUfSG/n1el1ZYjoCpBBJK+GAmFLs9/vPk8lE0zumdw3kS1L91Ov1wqIo2BUg2eDMouocvmMMMQQZpL5mtlmb0lHMFa90Wyet/SCibIRw6EGtz0Vg/qZ0yzUbxYt6IcW+4hXFqgXD4XAvhHxP2lTapglBEPxIMSI2XOB8Ps9UC2DTUAgZImbTgVvWqgW4H+niDV3el7ApdIXDgmJYs+BidPGazhLVkiihk5Ht8OzQwWLX+WYgJNJQ+in8H9gmdDweIwytqd+DsqgssVP9rbr3C4OyD+jF2o1s43qAUX+HcRwWj2/0tR9EQoOpgzL9QAW+14tFSztIPYYQfp67fuKX6vDsyaaDwWArVd8vRmHiLxwi5xIAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0 5px 0 0;width:15px;height:15px}.widget-box__schedule__list__item__active:before{content:""!important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGiSURBVHgBvVRbTsJQED1THvFTd1BXIDuwrET8IIppAjto2UFNUGL4EFZi2QE7sEvg00Dpde5t5eUdimI8H007c+d07jwOQULv9RzLRQsK1yA02OIWngSghO0T1Fcxok5iCycr4SLtgrIef52jDMoJ8dzuHya+H7qoOG9b2R2LBLWsuZ09/QGpldxZm08jhYldMocu5Zr4YRTgNNINebro5cS6BJSF4lGimP1N1OoXeLoj8w6eCAkKXZ11lak9mTTrY9AJd2yDTszPGP6QR84JLFFmTB1Q5UZgHX8j3f0B+/g21qyVxzVWrp13JV93c6Zvt9OVbp4Le0YxylA9mwke1xGDirE5iOh2Lrk0cWL1pB8NlMEfeYIn4eaR/TqqEqAMStkbT8TESk2FKK9YHDuMT7WsvgwTKuTxHaKS8dgRTTBox+ZsmjY4mcD8WEItu8xFyH8JeWPKr34MiqXKp6JajyA18WdIvpYqJ9ZjszIakOD3yGWzwD8I/Tb8YSgIzD7mXNNH3sBof1lIDNHZa+VzWKSU0RN3nR1hxs2espSOpe37BGkGm/5hQD31AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0 2px 0 0;width:15px;height:15px}.widget-box__protocol-list{display:flex;flex-direction:column;justify-content:center;align-content:center;list-style-type:none;list-style-position:inside}.widget-box__protocol-list__item:before{content:""!important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGiSURBVHgBvVRbTsJQED1THvFTd1BXIDuwrET8IIppAjto2UFNUGL4EFZi2QE7sEvg00Dpde5t5eUdimI8H007c+d07jwOQULv9RzLRQsK1yA02OIWngSghO0T1Fcxok5iCycr4SLtgrIef52jDMoJ8dzuHya+H7qoOG9b2R2LBLWsuZ09/QGpldxZm08jhYldMocu5Zr4YRTgNNINebro5cS6BJSF4lGimP1N1OoXeLoj8w6eCAkKXZ11lak9mTTrY9AJd2yDTszPGP6QR84JLFFmTB1Q5UZgHX8j3f0B+/g21qyVxzVWrp13JV93c6Zvt9OVbp4Le0YxylA9mwke1xGDirE5iOh2Lrk0cWL1pB8NlMEfeYIn4eaR/TqqEqAMStkbT8TESk2FKK9YHDuMT7WsvgwTKuTxHaKS8dgRTTBox+ZsmjY4mcD8WEItu8xFyH8JeWPKr34MiqXKp6JajyA18WdIvpYqJ9ZjszIakOD3yGWzwD8I/Tb8YSgIzD7mXNNH3sBof1lIDNHZa+VzWKSU0RN3nR1hxs2espSOpe37BGkGm/5hQD31AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0 2px 0 0;width:15px;height:15px}.client-edit-page__wrapper{height:90%}.item-page__wrapper,.client-page__wrapper,.checkup-page__wrapper,.users-page__wrapper,.timebooking-page__wrapper{height:100%;overflow:auto;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 800px){.item-page__wrapper,.client-page__wrapper,.checkup-page__wrapper,.users-page__wrapper,.timebooking-page__wrapper{margin-bottom:3rem}}.item-page__wrapper .table-component__wrapper,.client-page__wrapper .table-component__wrapper,.checkup-page__wrapper .table-component__wrapper,.users-page__wrapper .table-component__wrapper,.timebooking-page__wrapper .table-component__wrapper{height:unset}.item-page__no-item__wrapper,.item-page__no-client__wrapper,.client-page__no-item__wrapper,.client-page__no-client__wrapper,.checkup-page__no-item__wrapper,.checkup-page__no-client__wrapper,.users-page__no-item__wrapper,.users-page__no-client__wrapper,.timebooking-page__no-item__wrapper,.timebooking-page__no-client__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;text-align:center;gap:25px}.item-page__no-item__icon,.item-page__no-client__icon,.client-page__no-item__icon,.client-page__no-client__icon,.checkup-page__no-item__icon,.checkup-page__no-client__icon,.users-page__no-item__icon,.users-page__no-client__icon,.timebooking-page__no-item__icon,.timebooking-page__no-client__icon{max-height:250px;width:auto}.item-edit-page__wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.profile-page__wrapper{display:flex;flex-direction:column;width:75%;margin:0 auto!important;align-items:center;position:relative;padding-bottom:100px}.profile-page__form{margin:10px 0!important;padding:10px;width:100%}.users-page__user-list{display:flex;flex-direction:row;flex-wrap:wrap}.users-page__entry__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.users-page__entry__name{font-weight:400;font-size:1.5em;margin-top:15px!important}.subscription-page .price-info__wrapper{background-color:#fff;padding:50px;border-radius:20px;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;gap:15px;border:2px solid #d8e1ea;box-shadow:0 4px 4px #00000040}.subscription-page .price-info__col{width:22%;max-width:250px;display:flex;flex-direction:column-reverse;align-items:center;background:#00a4d8;border-radius:8px 8px 0 0}.subscription-page .price-info__col.one{height:200px}.subscription-page .price-info__col.two{height:250px}.subscription-page .price-info__col.three{height:300px}.subscription-page .price-info__col.four{height:350px}.subscription-page .price-info__price{text-align:center}.subscription-page .price-info__price__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#000}.subscription-page .price-info__price__text{font-size:initial;margin-bottom:20px;margin-top:0}.subscription-page .price-info__price__text:nth-child(3){margin-bottom:10px}.subscription-page .price-info__price__text:last-of-type{margin-bottom:25px}.subscription-page .price-info__price__header{position:relative;display:flex;flex-direction:column;align-items:center;margin:20px 0;gap:10px}.subscription-page .price-info__price__header:first-of-type{margin-bottom:0}.subscription-page .price-info__price__discount-marker-content,.subscription-page .price-info__price__discount-marker{position:absolute;height:60px;top:50%}.subscription-page .price-info__price__discount-marker-content{font-size:16px;color:#fff;right:-260px;translate:-50% -50%;font-weight:400;display:flex;align-items:center;justify-content:center}@media (max-width: 800px){.subscription-page .price-info__price__discount-marker-content{right:0;top:0;translate:0 0;position:relative;background-color:#00a4d8;box-shadow:0 0 10px #00b8dd80;border-radius:30px;padding:10px;height:20px;scale:.8}}.subscription-page .price-info__price__discount-marker{right:-250px;scale:1.1;translate:0 -50%}@media (max-width: 800px){.subscription-page .price-info__price__discount-marker{display:none}}.subscription-page .price-info__price__save{display:flex;justify-content:center;align-items:center;padding:20px;border-radius:20px;font-size:initial;color:#fff;background:#00a4d8;box-shadow:0 0 10px #00b8dd80;position:relative}.subscription-page .price-info__price__more{display:flex;justify-content:space-evenly;align-items:center;align-content:space-evenly;flex-direction:column}.subscription-page .price-info__price__more.send__error{color:#ea153c;font-weight:700}.subscription-page .price-info__price__more.send__success{color:#006b99;font-weight:700}.subscription-page .price-info__price__more .calendly-icon-wrapper{width:33px;background-color:#fff;border-radius:50%;height:33px;padding:3px;box-sizing:border-box}.subscription-page .price-info__price__more__contact{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:20px;padding:20px}.subscription-page .price-info__price__more__contact>div{display:flex;justify-content:space-evenly;align-items:center;gap:20px}.subscription-page .price-info__price__more.formular{font-size:initial;width:100%}.subscription-page .price-info__price__more.form{display:flex;justify-content:center;align-items:center;width:100%}.subscription-page .price-info__price__more.form>div{max-width:500px}.subscription-page .price-info__price__more.form .input{border:1px solid lightgray;border-radius:10px}.subscription-page .price-info__user-amount{width:80%;height:100%;padding:2px;background:#d8e1ea;border-radius:30px;display:flex;justify-content:space-evenly;gap:2px;position:relative}@media (max-width: 600px){.subscription-page .price-info__user-amount{flex-direction:column;width:100%}}.subscription-page .price-info__user-amount__wrapper{flex-direction:column;background-color:#fff;border-radius:20px;width:100%;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;gap:15px}.subscription-page .price-info__user-amount__amount{background-color:#fff;border-radius:30px;padding:15px;box-sizing:border-box;flex:1;text-align:center;position:relative}.subscription-page .price-info__user-amount__amount.active .floating{background-color:#00a4d8;box-shadow:0 0 10px #00b8dd80}.subscription-page .price-info__user-amount__amount .floating{position:absolute;top:0;right:0;translate:50% -50%;height:50%;background-color:#d8e1ea;display:flex;justify-content:center;align-items:center;align-content:center;white-space:nowrap}@media (max-width: 600px){.subscription-page .price-info__user-amount__amount .floating{top:100%;right:50%}}.subscription-page .price-info__user-amount__title{display:flex;justify-content:center;align-items:center}.subscription-page .active{background-color:#006b99;color:#fff}.subscription-page .disabled{opacity:.5;pointer-events:none}.item-table__name,.client-table__name,.users-table__name{display:flex;justify-content:flex-start;align-items:center;gap:20px}.item-table__name .image,.client-table__name .image,.users-table__name .image{height:3rem;width:3rem;border-radius:50%;background-repeat:no-repeat;background-position:center center;background-position-x:center;background-position-y:center;background-size:cover;background-color:#d9faff}.timebooking__wrapper{display:flex;justify-content:space-evenly;flex-wrap:wrap;background-color:#fff;border-radius:10px}.timebooking__wrapper>p{padding:10px;margin:10px;flex:40%}.-page__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}@media screen and (max-width: 767px){.-page__wrapper{margin-bottom:4rem}}.-page__wrapper>div{width:100%;max-width:900px}.-page__title{font-weight:600}.-page__description{margin-bottom:20px}.-page__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-template-rows:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px}@media screen and (max-width: 767px){.-page__gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:5px}}.-page__gallery__wrapper{display:flex;justify-content:center;flex-direction:column;gap:40px}.-page__image{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out;box-shadow:0 0 14px -5px #00b8dd80;border-radius:20px;background-color:#fff;display:flex;justify-content:center;align-items:center}.-page__image:hover{transform:scale(1.05)}.-page__svg{fill:#006b99;height:30%;width:auto}.user-edit-page__form{display:flex;justify-content:center;align-items:center;flex-direction:column;width:75%;margin:0 auto!important}@media (max-width: 800px){.user-edit-page__form{width:100%!important;padding-bottom:100px}}.mail-verify{display:flex;justify-content:center;height:100dvh;background-color:#d9faff}.mail-verify__wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;width:70%;height:80%;align-self:center;padding:50px;background-color:#fff;border-radius:20px}.mail-verify__wrapper svg{height:100vh}.mail-verify__wrapper p,.mail-verify__wrapper h1{padding:10px;color:#060c3a}.mail-verify__wrapper p{color:#585e71}.mail-verify__logo{display:flex;justify-content:center;max-width:700px}.version{color:#2f2f2f;font-size:.6rem;padding:2px;border-radius:30px}.team-schedule-page__wrapper{height:100%}.team-schedule-page__calendar__view{height:90%}.fc .fc-button-primary,.fc .fc-button-primary:disabled{background-color:#006b99;border:none}.fc .fc-button-primary:hover,.fc .fc-button-primary:disabled:hover{background-color:#0e2d4b}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:#00a4d8}.fc .fc-button-primary:not(:disabled).fc-button-active:hover,.fc .fc-button-primary:not(:disabled):active:hover{background-color:#0e2d4b}.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:none}.fc .fc-daygrid-day.fc-day-today,.fc .fc-timegrid-col.fc-day-today{background:#ddf2f9}.fc-toolbar-title{font-weight:400;color:#060c3a}.fc .fc-timegrid-axis-cushion{display:none}@media (max-width: 800px){.fc-addNewSchedule-button.fc-button.fc-button-primary{display:none}}.settings-page__wrapper{display:flex;margin-bottom:4rem}.settings-page__info__box{display:flex;flex-direction:column}.settings-page__info__content{flex-grow:1}.time-booking-day-page__entry{display:flex;flex-direction:column;padding:10px;margin:10px;background-color:#fff}.time-booking-day-page__header{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}@media (max-width: 800px){.time-booking-day-page__header{flex-direction:column;justify-content:center;text-align:center;gap:10px}}.time-booking-day-page__time{display:flex;flex-direction:row;width:100%}@media (max-width: 800px){.time-booking-day-page__time{justify-content:space-evenly}}.time-booking-day-page__time .hour{height:20px;width:4.1666666667%;display:flex;justify-content:center;align-items:center;font-size:12px;border-left:1px solid black}@media (max-width: 800px){.time-booking-day-page__time .hour{display:none;width:100%;text-align:center}.time-booking-day-page__time .hour:nth-child(1),.time-booking-day-page__time .hour:nth-child(13),.time-booking-day-page__time .hour:nth-child(24){display:inline}}.time-booking-day-page__time .hour:nth-last-child(1){border-right:1px solid black}.time-booking-day-page__total-time{font-weight:700;margin-right:10px;width:100px;text-align:center}@media (max-width: 800px){.time-booking-day-page__total-time{display:none}}.time-booking-day-page__date{font-weight:700;margin-right:10px;width:100px}.gallery-page__no-client__wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-direction:column}.gallery-page__no-client__wrapper>svg{fill:#789;width:20%;height:20%}.gallery-page__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}@media screen and (max-width: 767px){.gallery-page__wrapper{height:auto;padding-bottom:100px}}.gallery-page__gallery{display:flex;flex-wrap:wrap;height:100%;width:100%;gap:10px}@media screen and (max-width: 767px){.gallery-page__gallery{gap:5px}}.gallery-page__main{width:400px;height:400px;border-radius:10px}.gallery-page__image{object-fit:cover;transition:transform .2s ease-in-out;box-shadow:0 0 14px -5px #00b8dd80;border-radius:20px;flex:1;max-width:240px;max-height:440px;min-width:150px;min-height:220px;background-color:#fff}.gallery-page__image:hover{transform:scale(1.05)}.gallery-page__popup-image{width:100%;object-fit:cover;max-height:500px}.protocol-detail-page__no-images__wrapper{display:flex;align-items:center;width:100%;height:100%;flex-direction:column}.protocol-detail-page__no-images__wrapper>svg{fill:#789;width:20%;height:20%}@media screen and (max-width: 767px){.protocol-detail-page__no-images__wrapper>svg{width:50%;height:50%}}.protocol-detail-page__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:50px;width:100%;height:100%}@media screen and (max-width: 767px){.protocol-detail-page__wrapper{flex-direction:column;height:auto;margin-bottom:4rem;gap:10px}}.protocol-detail-page__form{width:100%;height:100%}.protocol-detail-page__form__header{display:flex;justify-content:center}.protocol-detail-page__gallery{display:flex;flex-direction:column;align-items:center;gap:35px;width:100%;height:100%}.protocol-detail-page__gallery__content{display:flex;flex-wrap:wrap;gap:10px;overflow:scroll}@media screen and (max-width: 767px){.protocol-detail-page__gallery__content{gap:5px;justify-content:center}}.protocol-detail-page__gallery__content__image{width:100%;object-fit:cover;transition:transform .2s ease-in-out;box-shadow:0 0 14px -5px #00b8dd80;border-radius:20px;flex:1;width:240px;background-color:#fff}.protocol-detail-page__gallery__content__image:hover{transform:scale(1.05)}@media screen and (max-width: 767px){.protocol-detail-page__gallery__content__image{width:150px}}.protocol-detail-page__gallery__content__item{display:flex}.protocol-detail-page__main{width:400px;height:400px;border-radius:10px}.protocol-detail-page__popup-image{width:100%;object-fit:cover;max-height:500px}.new-checklist-page__no-images__wrapper{display:flex;align-items:center;width:100%;height:100%;flex-direction:column}.new-checklist-page__no-images__wrapper>svg{fill:#789;width:20%;height:20%}@media screen and (max-width: 767px){.new-checklist-page__no-images__wrapper>svg{width:50%;height:50%}}.new-checklist-page__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:50px;width:100%;height:100%}@media screen and (max-width: 767px){.new-checklist-page__wrapper{flex-direction:column;height:auto;margin-bottom:4rem;gap:10px}}.new-checklist-page__gallery{display:flex;flex-direction:column;align-items:center;padding:20px;gap:35px;width:100%;height:100%}@media screen and (max-width: 767px){.new-checklist-page__gallery{padding:20px 0}}.new-checklist-page__gallery__content{display:flex;flex-wrap:wrap;gap:10px;overflow:scroll}@media screen and (max-width: 767px){.new-checklist-page__gallery__content{gap:5px;justify-content:center}}.new-checklist-page__gallery__content__image{width:100%;object-fit:cover;transition:transform .2s ease-in-out;box-shadow:0 0 14px -5px #00b8dd80;border-radius:20px;flex:1;width:240px;background-color:#fff}.new-checklist-page__gallery__content__image:hover{transform:scale(1.05)}@media screen and (max-width: 767px){.new-checklist-page__gallery__content__image{width:150px}}.new-checklist-page__gallery__content__item{display:flex}.loading{opacity:.3;position:relative}.loading:after{content:"";position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;width:50px;height:50px;border-radius:50px;border:5px solid grey;border-top-color:#000;animation:loading 2s linear infinite}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{overflow-x:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}a{color:#006b99;text-decoration:none}.warning-box{background:#ffbe00;text-align:center;color:#fff;min-height:unset}.horizontal-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:100%;margin:25px 0}@keyframes pulsating-green-bernstein{0%{background-color:#ffbe00}50%{background-color:#091}to{background-color:#ffbe00}}@keyframes pulsating-green-primary{0%{background-color:#006b99}50%{background-color:#091}to{background-color:#006b99}}@keyframes pulsating-green-signalblau{0%{background-color:#00a4d8}50%{background-color:#091}to{background-color:#00a4d8}}
