﻿@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@300;600&display=swap');

.btn-ferba {
    border-style: solid !important;
    border-color: #6c757d !important;
    border-width: 1px !important;
    color: white !important;
}

.btn-limpa-combo {
    position: absolute;
    background-color: transparent;
    width: 20px;
    height: 100%;
    padding: 6px
}

.daterangepicker {
    font-family: 'KoHo', cursive !important;
}

.note-editing-area {
    background-color: white !important;
    color: black !important;
}

.col-form-label {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-bottom: 0;
}

.select2-selection--single, .select2-selection--multiple {
    width: 100%;
    background-clip: padding-box;
    background-color: #343a40 !important;
    border-radius: .25rem;
    display: inline-block;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 1.75rem 0.375rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5 !important;
    vertical-align: middle;
    border: 1px solid #6c757d !important;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.label-complemento {
    font-weight: normal;
    font-size: 10px
}

.select2-selection--multiple {
    min-height: 50px !important;
}

.select2-selection__choice {
    background-color: transparent !important;
}

.select2-selection__choice__display {
    padding-left: 10px !important;
}

.select2-selection__arrow {
    height: 35px !important;
}

.select2-selection__rendered {
    color: #fff !important;
}

.switch-inline {
    padding-top: 40px;
}

@media screen and (max-width: 992px) {
    .switch-inline {
        padding-top: 0;
    }
}

.notiflix-confirm-content, .notiflix-report-content {
    background: #6c757d !important;
    font-family: 'KoHo', cursive !important;
}

.notiflix-report-message, .notiflix-report-title, .notiflix-confirm-head > h5, .notiflix-confirm-head > div {
    color: white !important
}

.notiflix-report-title, .notiflix-confirm-head > h5 {
    border-bottom: 1px solid gray !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}