body {
    font-family: "Axiforma" !important;
}

.content-wrapper {
    background-color: #ffffff !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #214492 !important;
    border-color: #214492 !important;
    color: #fff;
    padding: 3px 10px !important;
    margin-top: 0.31rem;
}

.bg-wbl {
    background-color: #214492 !important;
    color: white;
}

.text-blue {
    color: #214492;
}

.bg-wblgreen {
    background-color: #e0f3e8;
}

.flash_new {
    animation: blinker 2s ease-in-out infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.1;
    }
}
