.tag {
    display: inline-block;
}

.navbar-bg {
    background-color: #0057ff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: $brand-danger;
}

label.required:after {
    content: " *";
    color: red;
}

/* select2 custom style */
.select2-container--default .select2-selection--single {
    background-color: #fdfdff;
    border: 1px solid #e4e6fc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 40px; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 20px;
    /* padding: 10px 15px; */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
}

.card .card-stats .card-stats-item-2 {
    width: calc(100% / 2);
    text-align: center;
    padding: 5px 20px;
}

.card .card-stats .card-stats-item-2 .card-stats-item-count {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}
