html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.brand-image {
    width: 105px;
}

.bg-rimscout-dark {
    background-color: #003b5e !important;
}

    .bg-rimscout-dark .text-light {
        color: #bfced7 !important;
    }

    .bg-rimscout-dark a.text-light:hover,
    .bg-rimscout-dark a.text-light:focus {
        color: #fff !important;
    }

@media (min-width: 576px) {
    .custom-tenant-label {
        display: flex;
        justify-content: flex-end !important;
    }

        .custom-tenant-label > div {
            width: 45px;
        }
}

.disabled {
    color: gray;
}

.bi-info::before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 1em;
    height: 1em;
    cursor: pointer;
}

.spinner-custom-position {
    right: -25px;
    top: 4px;
}

.spinner-custom-size {
    width: 1.5rem;
    height: 1.5rem;
}
