.dropdown.bootstrap-select.form-control {
    border-color: #ced4da !important;
    border: 1px solid;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.note-btn.dropdown-toggle:after {
    content: none;
}


label.check {
    cursor: pointer;
}

    label.check input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none;
    }

    label.check span {
        padding: 7px 14px;
        border: 2px solid #0d6efd;
        display: inline-block;
        color: #0d6efd;
        border-radius: 3px;
        text-transform: uppercase;
    }

    label.check input:checked + span {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }


.logot3 {
    height: 35px;
    width: auto;
}

header {
    background-color: #2b323b;
    padding: 15px;
}
.btn-outline-primary{
    color: #fff;
}

/*input[type="radio"].is-invalid + span,
input[type="checkbox"].is-invalid + span {
    color: #dc3545;
    font-weight: bold;
}

input[type="radio"].is-invalid,
input[type="checkbox"].is-invalid {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}
*/