.box-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.modale-error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.notify-centre {
    position: relative;
    display: block;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    color: #000;
    text-align: center;
    white-space: nowrap;
}
.logout-centre{
    position: relative;
    display: block;
    padding: 0 0 0 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.badge-notity {
    background-color: #009cff;
    padding: 1px 2px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 80%;
}

a.link {
    color: #428bca !important;
}

.link-news {
    font-size: 90%;
    margin-top: 10px;
}

.m-10 {
    margin: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.loading-box {
    text-align: center;
}

.hr-center {
    width: 50%;
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.table-view-cell-custom {
    position: relative;
    padding: 11px 15px 11px 15px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.block-form {
    margin-top: 5px;
    margin-bottom: 5px;
}

.block-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Utility */

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.mx0 {
    margin-left: 0;
    margin-right: 0;
}

.my0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-modal {
    display: block;
    width: 600px;
    max-width: 100%;
    height: 400px;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

.closed {
    display: none;
}

.my-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 50px 20px 20px;
}

.my-modal .close-button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    border: 0;
    background: black;
    color: white;
    padding: 5px 10px;
    font-size: 1.3rem;
}

.text-center {
    text-align: center;
}

select {
    height: auto;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);*/
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 21px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.hidden-layer {
    display: none !important;
}

.show-layer {
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}


.bar-tab {
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom, 10px);
}

