.load {
    width: 100px;
    height: 100px;
    position: static;
    top: 50%;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.fa-btn-menu {
    margin-top: 4px;
}

.select2-results__option[aria-selected] {
    font-size: 15px;
}

.btn-lg {
    width: 100%;
}

.bg_red {
    background-color: brown!important;
}