html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.select2-container {
    width: 100% !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

label.required:after {
    content: " *" !important;
    color: red;
    display: contents;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa0 !important;
    border-radius: 4px !important;
    border-bottom: 1px solid rgba(195, 199, 213, 1) !important;
    background-blend-mode: multiply !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff !important;
    border: 1px solid #aaa0 !important;
    border-radius: 4px !important;
    border-bottom: 1px solid rgba(195, 199, 213, 1) !important;
    background-blend-mode: multiply !important;
}

.select2-container--default .select2-selection--single {
    height: 55PX !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 76px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px !important;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
   
    border-radius: 0px !important;
}
.btn-primary {
    color: #fff;
    background-color: rgba(0, 54, 221, 1)!important;
    border-color: rgba(0, 54, 221, 1)!important;
}
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff!important;
    background-color: rgba(0, 54, 221, 1)!important;
    border-color: rgba(195, 199, 213, 1)!important;
}
.btn-light {
    color: #000;
    background-color: rgba(243, 244, 247, 1)!important;
    border-color: rgba(243, 244, 247, 1)!important;
}
