html, body {
    height: 100%;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
}

/* Ascunde scrollbar-ul în IE și Edge */
body {
    -ms-overflow-style: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    flex: 1;
}

.m_top-5{
    margin-top: 5rem !important;
}
.flex-end{
    display: flex;
    justify-content: end;
    align-items: baseline;
}
.flex{
  display: flex;
}
.flex-s-b{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.success {
 color:green;
}
.danger {
 color:#971313;
}
.grey{
 color:#75ab08;
}
.search{
    color:#0c225e
}

.default{
    color:#92958e;
}
.label{
    font-size: 14px;
    color: #6c6767;
    display: inline-block;
    margin: 0;
}