.center-in-td, .modal,
.input-form input, .footer {
    width: 100%;
}

.close, .btn-card-header{
    float: right;
}

.modal, #app , html, body {
    height: 100%;
}

.text-blue-keros {
    color: #63C3C9 !important;
}

.btn-customer-messages {
    color: #63C3C9 !important;
    background-color: white !important;
    border: 1px solid #707070 !important;
    border-radius: 15px !important;
    text-align: center !important;
    padding: 2% 5% 2% 5% !important;
}

.btn-customer-form {
    color: white !important;
    background-color: #63C3C9 !important;
    border: 1px solid #707070 !important;
    border-radius: 15px !important;
    text-align: center !important;
    padding: 2% 5% 2% 5% !important;
}

#main{
    height: 95%;
}

.footer{
    bottom: 0;
}

.action-buttons-form{
    padding: 20px 0;
}

.input-form{
    padding: 10px 20px 10px 20px;
}

.form-padding{
    padding: 60px!important;
}

.form-padding > form > div{
    margin: 0;
}

#main [class^="bi-"]::before,
#main [class*=" bi-"]::before{
    line-height: unset;
}

.form-error ul{
    list-style: unset;
    margin-bottom: 0;
}

.form-error ul li{
    color: #ba1919;
    padding-top: 10px;
}

.form-error ul li:before{
    background-color: #ba1919;
    content: "ERREUR";
    font-size: 10px;
    padding: 2px 10px;
    margin: 0 10px;
    line-height: 1;
    border-radius: 5px;
}

.form-error ul li::marker, .form-error ul li:before,
.help-medical-attribute{
    color: white;

}

.dot-is-active {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.center-in-td, .modal-header-customer-form {
    display: flex;
}

.height-treatment-pills {
    height: 100px!important;
}

.circle-treatment {
    width:20px!important;
    height:20px!important;
    border-radius:50px;
}

.first-div-rounded {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.last-div-rounded {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.bg-pill-treatment {
    background-color:#F4F4F4!important;
}
.overlay {
    background: rgba(0, 0, 0, 0.3)!important;
}
.delete-button {
    background-color:#63C3C9!important;
    height:40px!important
}
.history-button {
    background-color:black!important;
    height:40px!important
}
.modify-button {
    background-color:#DBAE38!important;
    height:40px!important
}
.end-button {
    background-color:#DB3838!important;
    height:40px!important
}

#red{
    background-color: #ba1212;
}

#green{
    background-color: #178250;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.attribute-customer-form {
    margin-top: 30px;
}

.attribute-customer-form .sub-attribute-customer-form p,
.attribute-customer-form .sub-attribute-customer-form label {
    margin: 10px 10%;
}

.attribute-customer-form .sub-attribute-customer-form label{
    font-weight: 700;
}

.center-in-td{
    justify-content: center;
}

.modal-header-customer-form{
    justify-content: space-between;
}

.div-separator{
    width: 80%;
    /*border: 1px solid #d0d0d0;*/
    margin: 20px 0;
}

.container-div-separator{
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (max-width: 575px) {
    .hidden-xs{
        display: none;
    }
    .modal-sub-title{
        left: unset!important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .hidden-lg{
        display: none;
    }
}

@media (min-width: 1200px){
    .hidden-xl{
        display: none;
    }
}

.table-head-row{
    text-align: center;
}

.help-medical-attribute{
    padding: 3px 10px;
    background-color: #25396f;
    border-radius: 30px;
    font-weight: normal;
}

.help-medical-div{
    background-color: white;
    width: 200px;
    white-space: break-spaces;
    display: none;
    margin-top: 15px;
    left: 10%;
    padding: 10px;
    position: absolute;
}

.close:hover,
.close:focus,
.help-medical-div{
    color: black;
}

.choices__inner{
    padding: 3.5px 7.5px 3.5px!important;
    min-height: unset!important;
}

.label-form-customer {
    font-size: 17px;
    font-weight: bold;
    color: #AF9A71;
}

.hr-margin {
    margin-bottom: -10px;
    z-index: 99;
}

.information-table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.text-session {
    font-size: 14px;
}
#auth #auth-left .auth-subtitle{
    font-size: 20px!important;
}

#auth #auth-left .auth-title{
    font-size: 40px!important;
}
.treatment-red {
    color: red !important;
}
.treatment-orange-red {
    color:orangered !important;
}
.treatment-orange {
    color:orange !important;
}
.treatment-yellow {
    color: rgba(255, 213, 0, 0.56) !important;
}
.treatment-yellow-green {
    color:yellowgreen !important;
}
.treatment-green {
    color:green !important;
}

.logo-admin {
    height: 4rem !important;
}
.sidebar-header {
    padding: 0 2rem !important;
}

#sticky-bar {
    background: #4fb4af !important;
}

#drop-menu, .bi-bell-fill {
    color: white !important;
}

.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background-color: #4fb4af !important;
}
.sidebar-wrapper .menu .sidebar-link {
    color: #AF9A71 !important;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    color: #AF9A71 !important;
}

.card-dashboard {
    height: 785px;
}
.card-dashboard-message {
    height: 375px;
}
.card-body-dashboard {
    overflow-y: auto;
}

.log-row{
    max-height: 100px;
}

.log-row .log-desc{
    overflow: hidden;
    white-space: normal;
}

.log-table{
    table-layout: fixed;
    overflow-x:auto;
}

.explore__map-side {
    position: fixed;
    height: 100%;
    right: 0;
    padding: 0;
}

.explore__map-side #map-container {
    margin-bottom: 0;
    height: 100%;
}

#map {
    height: 100%
}

@media (max-width: 768px) {
    .first-div-rounded {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .last-div-rounded {
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .treatment-div div {
        border-bottom: 0px !important;
    }
    .treatment-div .col-md-4 div.d-flex {
        justify-content: center!important;
        align-items: start!important;
        flex-direction: column!important;
    }
    .treatment-div .col-md-3.flex-row div.height-treatment-pills {
        height: 75px!important;
    }
    .card-dashboard, .card-dashboard-message {
        height: 350px;
    }
}