*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;font-family:sans-serif;box-sizing:border-box}#root{height:100%;padding:30px 0;display:flex;flex-direction:column;justify-content:space-between}p{margin:0}.center{text-align:center;opacity:.3}.header .button:first-child{margin-right:20px;margin-left:30px}.footer{display:flex;justify-content:flex-end;margin-right:30px}.dialog-wrapper{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100vh;background-color:#0003;display:flex;justify-content:center;align-items:center}.dialog-wrapper .dialog{background-color:#fff;border-radius:7px;padding:40px 0;max-width:500px;width:100%;max-height:80vh}.dialog-wrapper .dialog .dialog-title{font-size:1.7em;font-weight:600;padding-left:40px}.dialog-wrapper .dialog .dialog-content-wrapper{overflow:auto;margin:15px 0;max-height:50vh}.dialog-wrapper .dialog .dialog-content-wrapper .dialog-content{margin:20px 0;padding:0 40px}.dialog-wrapper .dialog .dialog-actions{display:flex;justify-content:flex-end;padding-right:40px}.dialog-wrapper .dialog .dialog-actions button{margin-left:10px}.dialog-wrapper .dialog.patientList-dialog{max-width:400px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#0064e7;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}button:disabled{background-color:#f0f0f0;color:#adadad;cursor:default}button.button-secondary{background-color:transparent;color:#333}button.button-secondary:hover{background-color:#f0f0f0}button.button-tertiary{background-color:#fff;color:#333;border:1px solid #adadad;padding:.2em .6em}button.button-tertiary:hover{background-color:#f0f0f0}button.button-tertiary:disabled{background-color:#f0f0f0;color:#adadad;border:1px solid #adadad;cursor:default}.input-group{position:relative;width:300px;margin-bottom:30px}.input-group input{width:100%;padding:10px;border:1px solid #404456;background:white;border-radius:5px;outline:none;color:#000;font-size:1em;transition:.3s}.input-group label{position:absolute;left:0;top:2px;padding:8px 10px;pointer-events:none;font-size:1em;color:#404456;transition:.3s}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{transform:translate(10px) translateY(-10px);font-size:.8em;padding:0 7px;background:white}.input-group input:not(:placeholder-shown){border-color:#404456}.input-group input:not(:placeholder-shown)+label{color:#404456}.input-group input:focus{border-color:#0064e7}.input-group input:focus+label{color:#0064e7}.radio-group,.checkbox-group{margin-bottom:30px}.radio-group .label,.checkbox-group .label{margin-bottom:10px;font-size:1.1em}.radio-group .radio-option,.radio-group .checkbox,.checkbox-group .radio-option,.checkbox-group .checkbox{display:inline-flex;margin-right:20px}.radio-group .radio-option input,.radio-group .checkbox input,.checkbox-group .radio-option input,.checkbox-group .checkbox input{width:15px;height:15px;align-self:center;cursor:pointer}.radio-group .radio-option label,.radio-group .checkbox label,.checkbox-group .radio-option label,.checkbox-group .checkbox label{padding-right:7px;-webkit-user-select:none;user-select:none;cursor:pointer}.addPatient-dialog .names{display:flex;justify-content:space-between}.addPatient-dialog .names .input-group:first-child{margin-right:20px}.patientList-dialog .patient{display:flex;justify-content:space-between;padding:10px;border-radius:5px}.patientList-dialog .patient:hover{background-color:#f6f6f6}.patientList-dialog .patient svg{cursor:pointer;width:20px;height:20px}.patients-table-container{margin:40px 0;height:100%;overflow:auto}.patients-table-wrapper{display:flex;flex-direction:column;justify-content:flex-start;height:inherit}.patients-table{width:50%;align-self:center;border-collapse:collapse;table-layout:fixed;position:relative}.patients-table th{padding:15px 20px;text-align:left;font-weight:600;position:sticky;top:0;background:white}.patients-table td{padding:15px 20px;text-align:left}.patients-table thead{border-bottom:1px solid #ebebeb}.patients-table tbody .table-row{cursor:pointer}.patients-table tbody .table-row.hover{background-color:#f6f6f6}.patients-table tbody .table-row-details{-webkit-user-select:none;user-select:none}.patients-table tbody .table-row-details button{margin-right:10px;margin-bottom:10px}.patients-table tbody .table-row-details.hover{background-color:#f6f6f6}.patients-table tbody .table-row-details .checkbox-group{margin-bottom:0}.patients-table input[type=checkbox]{width:15px;height:15px;cursor:pointer}.patients-table .checkbox-cell{width:40px}.patients-table .nb-sessions-cell{width:130px}.patients-table .total-price-cell{width:80px}
