@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary: "#212322";--secondary: "#1363AA";--tertiary: "#062E62";--blue1: "#3B87CC";--blue2: "#102753";--blue4: "#060E1B";--blue5: "#02143A";--blue6: "#1A1D26";--yellow: #FFD200;--black: #212322 }App{width:100%}img{object-fit:contain}img{cursor:pointer}.datatable-add-button{width:150px;height:40px}.datatable-search-bar{width:600px}.visits-header-container{display:flex;justify-content:space-between;align-items:center;padding:1em}.visits-datatable-container{margin:1em;height:50vh}.visits-custom-row{display:flex;justify-content:space-around}.rdt_TableCol{background-color:#f1f2f6!important;color:#000;font-size:14px}.rdt_TableCell{width:100px}.rdt_TableHeadRow{background-color:#f1f2f6!important}.div-top{display:flex;flex-direction:column;width:30%}.label{color:#34396c}.label-description{margin-top:20px}.div-bottom{display:flex;justify-content:space-around;margin-top:5%}.div-main{height:100%;margin-top:25px}.information-feedback-top{display:flex;justify-content:space-between;width:50%;margin-bottom:20px;margin-top:15px}.feedback{margin:20px}.feedback-title{font-size:3vh}.legal{text-align:justify;padding:1rem 3rem}.legal-title,.legal h2{text-align:center}.legal a{color:#5d95cf;text-decoration:none}.privacy-policy{text-align:justify;padding:1rem 3rem}.privacy-policy-title{text-align:center}.privacy-policy-section{width:100%;border-bottom:2px solid #ccc}.privacy-policy a{color:#5d95cf;text-decoration:none}.new-model-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-model-title{margin:0}.new-model-row-container{display:flex;flex-direction:row;justify-content:space-between}.new-model-row-full-container{margin-top:2.5%;display:flex;flex-direction:row;justify-content:space-between}.new-model-full-row,.new-model-row{display:flex;flex-direction:column}.new-model-name-input{width:500px;height:30px}.new-model-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.estimated-time-container{margin-top:20px}.estimated-time-container p{margin-bottom:-10px}.new-customer-header{display:flex;justify-content:space-between;align-items:center}.new-customer-header .new-customer-title{margin:0}.new-customer-header .submit-cancel-buttons-container{display:flex;gap:20px;margin:0;width:50%;justify-content:end}.new-customer-container{background-color:#f5f5f5;margin:2em 5em;padding:30px;border-radius:10px}.new-customer-container .new-customer-row-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;align-items:start}.new-customer-container .new-customer-row-container .new-customer-row{display:flex;flex-direction:column;min-width:0}.new-customer-container .new-customer-row-container .new-customer-row .new-customer-input,.new-customer-container .new-customer-row-container .new-customer-row .new-customer-file-input{width:100%;min-height:30px}.new-customer-container .new-customer-row-container .read-only-field{padding:8px 12px;background-color:#f5f5f5;border-radius:4px;min-height:40px;display:flex;align-items:center;width:100%;font-size:14px;color:#000000de}.new-customer-container .new-customer-row-container .generate-password-button-container{justify-content:end}.new-customer-container .new-customer-row-container label{margin-bottom:2px}.new-model-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-model-title{margin:0}.new-model-row-container{display:flex;flex-direction:row;justify-content:space-between}.new-model-row-full-container{margin-top:2.5%;display:flex;flex-direction:row;justify-content:space-between}.new-model-full-row,.new-model-row{display:flex;flex-direction:column}.new-model-name-input{width:500px;height:30px}.new-model-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.estimated-time-container{margin-top:20px}.estimated-time-container p{margin-bottom:-10px}.reset-password-container{display:flex;justify-content:center;align-items:center;background-color:#f1f2f6;padding:2rem}.reset-password-container img{max-width:200px;height:auto;margin-bottom:2rem}.reset-password-container form{width:100%;max-width:400px;margin:0 auto}.reset-password-container button[type=submit]{margin-top:2rem;background-color:#ffa300!important;color:#fff}.login-container{height:100vh}.login-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--yellow)!important}.login-container .MuiInputLabel-root.Mui-focused{color:#000!important}.login-container__left{background-color:var(--yellow);padding:1em;width:100%;display:flex!important;flex-direction:column!important;justify-content:center!important}.login-container__left h2{margin-bottom:2em}.login-container__left h1{font-size:1em;text-align:center;margin-bottom:3em;color:#ffa300}@media screen and (min-width: 500px){.login-container__left h1{font-size:1em}}.login-container__left form{padding:1em}.login-container__left__logo{padding:0;width:100%;display:flex;flex-direction:row;justify-content:center}.login-container__left__submit{margin-top:3em!important;height:4em;display:flex;justify-content:center;width:50%;margin:0 auto;background-color:#ffa300!important;color:#fff}.login-container__left__bee{margin-top:20%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-container__left__bee__logo{margin-top:2%;display:flex;justify-content:center}.login-container__left__forgot{text-align:center}.login-container__left__forgot button{background:none;border:none;color:var(--black);cursor:pointer;text-decoration:underline}.login-container__right{width:100%;background-color:var(--black);background-size:auto;background-repeat:no-repeat;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important}.login-container__right__content{margin-top:10em}.login-container__right__content .interactive-text{color:#ffa300}.login-container__right h2{padding-left:2em;color:#fff;text-align:flex-start;font-size:3em}.login-container__right__logo{width:100%;display:flex;margin-bottom:3%;justify-content:center}.login-container__right__bee{margin-top:10%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-container__right__bee__logo{margin-top:2%;display:flex;justify-content:center}.zone-container{display:flex;align-items:center}.step-container{margin-left:40px;display:flex;flex-direction:column}.step-container-detail{display:flex;align-items:center}.step-container-user-select{display:flex;margin-left:40px;max-height:30px;align-items:center}.step-container-user-select p{margin-right:10px;width:140px}.tree-container{display:flex;flex-direction:column;justify-content:space-between}.color-display{width:70px;height:40px!important;border-top-left-radius:4px;border-bottom-left-radius:4px;max-height:60px!important}.color-display-pointer{width:70px;height:40px!important;border-top-left-radius:4px;border-bottom-left-radius:4px;max-height:60px!important;border-right:1px solid rgba(0,0,0,.23);cursor:pointer}.new-model-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-model-title{margin:0}.new-model-row-container{display:flex;flex-direction:row;justify-content:space-between}.new-model-row-full-container{margin-top:15px}.new-model-full-row,.new-model-row{display:flex;flex-direction:column}.new-model-name-input{width:500px;height:30px}.new-model-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.estimated-time-container{margin-top:20px}.estimated-time-container p{margin-bottom:-10px}.new-model-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-model-title{margin:0}.new-model-row-container{display:flex;flex-direction:row;justify-content:space-between}.new-model-row-full-container{margin-top:2.5%;display:flex;flex-direction:row;justify-content:space-between}.new-model-full-row,.new-model-row{display:flex;flex-direction:column}.new-model-name-input{width:500px;height:30px}.new-model-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.estimated-time-container{margin-top:20px}.estimated-time-container p{margin-bottom:-10px}.card{display:flex;margin-bottom:.5rem}.card-move{cursor:move}.icon{margin-top:auto;margin-bottom:auto;color:#fff;border-radius:5px}.icon-move{background-color:#4853b4}.icon-fix{background-color:#b8b8b8}.text-card{margin:0 0 0 10px}.DnD-container{margin-left:30px}.row-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.row{display:flex;flex-direction:column;margin-bottom:15px;width:48%}.row label{margin-bottom:8px}.row .MuiFormControl-root,.row .MuiTextField-root,.row .MuiAutocomplete-root{margin-top:0}.row .MuiAutocomplete-root .MuiFormControl-marginNormal{margin-top:0;margin-bottom:0}.emails-container{display:flex;flex-direction:column}.new-step-input{width:100%;height:56px}.intervenants-container{display:flex;flex-direction:column;width:500px}.intervenants-row-container{display:flex;justify-content:space-between;margin-bottom:15px}.new-step-input-medium{width:300px}.new-step-input-email{margin-bottom:15px}.label-add-container{display:flex;align-items:center}.label-add-container svg{cursor:pointer}.new-step-input-email{width:500px}.image-row-container,.add-image-button-container{display:flex;align-items:center;margin-bottom:15px}.image-row-image-container{display:flex}.image-row-description-container{margin:0 15px}.image-row-description{margin-left:10px}.add-image-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.add-image-button{margin-left:15px}.pitch-information-container{display:flex;justify-content:space-between}.pitch-icon-select{margin:0 15px;width:200px;height:40px}.add-informations-container-title{display:flex;align-items:center}.add-informations-container-title p{margin-right:10px}.add-informations-row{display:flex;margin-bottom:10px;flex-direction:column;width:50%}.add-informations-row-container{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center;flex-wrap:wrap}.add-informations-description-input{width:80%;height:56px}.new-description{border-radius:5px}.title{font-size:2.5vh}.container-media-guide{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin-top:10px}.button-delete-guide{position:relative;right:12px;top:-12px;z-index:10000;cursor:pointer}.helper-text{margin-left:25px!important;color:red!important}.new-step-container{padding:2em}.new-model-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-model-title{margin:0}.new-model-row-container{display:flex;flex-direction:row;justify-content:space-between}.new-model-row-full-container{margin-top:2.5%;display:flex;flex-direction:row;justify-content:space-between}.new-model-full-row,.new-model-row{display:flex;flex-direction:column}.new-model-name-input{width:500px;height:30px}.new-model-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.estimated-time-container{margin-top:20px}.estimated-time-container p{margin-bottom:-10px}.description{background-color:#fff;padding:10px 10px 20px}.title-feedback{color:#34396c}.new-visit-container{background-color:#f5f5f5;margin:2em 5em;padding:15px}.new-visit-title{margin:0}.new-visit-row-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px}.new-visit-row{display:flex;flex-direction:column;margin-bottom:8px}.new-visit-row-single{display:flex;flex-direction:column}.new-visit-name-input{width:500px;height:30px}.new-visit-name-select{width:500px;height:40px}.steps-map-container{display:flex;justify-content:space-between;flex-direction:row}.new-visit-separator{margin-top:40px;border-bottom:1px solid #052e62;margin-bottom:10px}.visit-radio-container{display:flex;align-items:center}.custom-route-container,.custom-route-header-container{display:flex;justify-content:space-between}.submit-cancel-buttons-container{margin-top:5em;margin-bottom:3em;display:flex;justify-content:space-around}.submit-cancel-buttons-container button{width:30%}.error-container{color:red}.MuiOutlinedInput-root{background-color:#fff}.custom-feedbacks{display:flex;align-items:center}.custom-feedbacks div{display:flex;align-items:center;margin-right:15px}.check-icon{color:green}.warning-icon{color:orange}.close-icon{color:red}.custom-status{display:flex;align-items:center;justify-content:center;border-radius:25px;height:20px;padding:0 10px;width:100%}.programm\e9 e{background-color:#7acbfa}.termin\e9 e{background-color:#ade495}.annul\e9 e{background-color:#fa7a7a}.brouillon{background-color:#dcdcdc}.header-container{display:flex;align-items:center;margin-bottom:1em;margin-left:16px}.logo{width:3em;height:auto;margin-right:10px}.title{font-size:24px;color:#333}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:"#F7F7F7"}body :-moz-placeholder{color:#999}body :-ms-input-placeholder{color:#999}body ::-ms-input-placeholder{color:#999}body ::placeholder{color:#999}body ::-webkit-input-placeholder{color:#999}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
