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: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.form-floating-sm > .form-control {
    height: 40px;
    /* padding: 0.5rem 0.75rem;*/
    padding: 15px 0.75rem 10px 0.75rem !important;
    /*font-size: 0.875rem;*/
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating-sm > label {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
}

.form-floating-sm > .form-control:focus ~ label,
.form-floating-sm > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
    padding: 0px 10px;
    background-color: #ffffff;
    height: auto;
}


.form-floating-sm > .form-select {
    height: 40px;
    /*padding: 0.5rem 0.75rem;*/
    padding: 15px 0.75rem 10px 0.75rem;
    font-size: 12px;
}
.form-select:focus {
    box-shadow: none;
}

.form-floating-sm > .form-select:focus ~ label,
.form-floating-sm > .form-select:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
    padding: 0px 10px;
    background-color: #ffffff;
    height: auto;
    z-index: 9;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 12px!important;
}

.popover {
    max-width: 500px; /* increase as per your need */
    min-width: 350px; /* increase as per your need */
}