/* Waiting loader */
.ea-loader-layout {
    display: none;
    background: #8456d426;
    opacity: 1;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.ea-loader-layout .ea-loader-sublayout {
    display: flex;
    justify-content: center;
    height: 100vh;
}
.ea-loader-layout .ea-loader-sublayout .ea-loader-content {
    right: 0;
    align-self: center;
}
thead tr{
    font-weight: 500!important;
    font-size: 1.075rem!important;
}
img, svg {
    vertical-align: top;
}
input,.input-group .input-group-text,.select2-selection,textarea.form-control,.form-select
{
    border: 1px solid #9e9e9e !important;
}
.ea-bloc-grey {
    background-color: #F5F8FA;
    border-radius: 10px;
}