@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{height:100%}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-spacing:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}:focus,:hover{outline:none}.grecaptcha-badge{visibility:hidden}body.recaptcha .grecaptcha-badge{visibility:visible}@font-face{font-family:Cera Pro;src:url("Cera Pro Medium.2bc02ae84a1e73c231d6.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Cera Pro;src:url("Cera Pro Bold.23dd9a3e7a1b992dedb7.otf") format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Cera Pro;src:url("Cera Pro Light.e46c8e0b3ab25af6d9eb.otf") format("opentype");font-weight:lighter;font-style:normal}.content{max-width:576px;width:100%;height:100%;margin:0 auto}@media (min-width:576px){.content{max-width:576px}}@media (min-width:768px){.content{max-width:768px}}@media (min-width:992px){.content{max-width:992px}}@media (min-width:1480px){.content{max-width:1480px}}table{border:1px solid #c2c2c7;border-radius:6px;width:100%;overflow:hidden}table thead{background-color:rgba(156,162,165,.25)}table thead th{color:#000;font-size:24px;height:34px;line-height:34px;font-weight:600}table tbody{font-family:Source Sans Pro}table tbody tr:last-child td,table tbody tr:last-child th{border-bottom:none}table tbody tr{background-color:#fff;position:relative}table tbody tr.row{cursor:pointer}table tbody tr.dark{background-color:#f8f9fa}table tbody tr.disabled{background-color:rgba(156,162,165,.1)!important;color:rgba(34,33,43,.3)}table td,table th{border-bottom:1px solid #e6e6e9;padding:10px;text-align:left;width:33%;text-overflow:ellipsis}table td .title,table th .title{font-weight:700;color:#9ca2a5;margin-bottom:12px;margin-top:16px}table td .value,table th .value{display:flex}table td .value::ng-deep svg,table th .value::ng-deep svg{margin-right:6px}table td .spacer,table th .spacer{flex-grow:1}table td .button,table th .button{margin:12px 0}table td:last-child{padding-right:64px}form .field{display:flex;flex-direction:column;margin-bottom:16px}form .field label{font-size:24px;margin:6px 0;font-weight:700}.input{display:flex;align-items:center;flex-grow:1;background-color:#f8f9fa;padding:6px 16px;border-radius:6px;border:1px solid #9ca2a5;height:60%;color:#9ca2a5;font-weight:700}.input.select{flex-direction:column;align-items:flex-start}.input.select .choise{display:flex;justify-content:space-between;width:100%;cursor:pointer}.input.select.opened .choise{border-bottom:1px solid #9ca2a5}.input.select .choises{max-height:128px;overflow-y:auto;width:calc(100% + 32px);margin:0 -16px}.input.select .option{padding:4px 16px;width:100%;cursor:pointer;transition:.3s}.input.select .option.selected{background-color:var(--main-inactive-color);color:var(--main-color)}.input input,.input textarea{background-color:initial;border:none;outline:none;flex-grow:1;font-weight:inherit;font-size:inherit;font-family:inherit;resize:none}[data-brand=Cogedim]{--main-color:#562381;--main-hover-color:#9b4cde;--main-inactive-color:#e5deec;--secondary-color:#872a6f;--secondary-hover-color:#bc429c;--secondary-inactive-color:#c394b7;--pastel-main-color:#f8f6fa;--navbar-text-color:#fff}html{font-family:Inter,Arial,Helvetica,sans-serif;color:#22212b;background-color:#f8f9fa}.view{min-height:100vh;width:100%;padding-top:75px}.button,button{background:var(--main-color);border:1px solid var(--main-color);border-radius:6px;color:#fff;font-size:14px;font-weight:600;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;height:46px;padding:0 24px;transition:.3s;box-shadow:0 1px 2px 0 rgba(0,0,0,.16);cursor:pointer}.button:focus,.button:hover,button:focus,button:hover{background-color:var(--main-hover-color);border-color:var(--main-hover-color)}.button.disabled,.button:disabled,button.disabled,button:disabled{background-color:var(--main-inactive-color);border-color:var(--main-inactive-color);pointer-events:none}.button.ghost,button.ghost{background-color:#fff;color:var(--main-color);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);padding:0 10px}.button.ghost:focus,.button.ghost:hover,button.ghost:focus,button.ghost:hover{color:var(--main-hover-color);border-color:var(--main-hover-color)}.button.ghost.disabled,.button.ghost:disabled,button.ghost.disabled,button.ghost:disabled{color:var(--main-inactive-color);border-color:var(--main-inactive-color);pointer-events:none}.button.ghost span,button.ghost span{margin-left:8px;padding-left:8px;border-left:1px solid #f8f6fa}.button.loading,button.loading{position:relative;pointer-events:none}.button.loading:after,button.loading:after{content:"";position:absolute;top:0;left:-32px;bottom:0;width:32px;background:hsla(0,0%,100%,.25);animation:button-loading 1s ease-in-out infinite}a.link{text-decoration:underline;font-size:12px;color:#c2c2c7;font-weight:400;transition:.2s}a.link:active,a.link:hover{color:var(--main-color)}