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;*/
}

/*apply navbar a styling also to navbar button*/
/*this should the bootstrapmade template style.css*/
.navbar a, .navbar a:focus,
.navbar button, .navbar button:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    border: 0;
    background-color: transparent
}

    .navbar button:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > button {
        color: #85b0be;
    }

/*Bootstrap custom popover*/
.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bd-violet-bg);
    --bs-popover-header-bg: var(--bd-violet-bg);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}
/*Bootstrap custom tooltip*/
.custom-tooltip .tooltip-inner {
    background-color: var(--bd-violet-bg);
    opacity: 1.0;
    color: var(--bs-white);
}

.custom-tooltip .tooltip-arrow::before {
    border-top-color: var(--bd-violet-bg);
    opacity: 1.0;
}
