﻿body {
}

.navbar {
    height: 42px;
    background: #010532;
    padding: 0 0.8rem;
    position: relative;
}

.nav-option {
    align-content: center;
    margin: 0 1rem;
}

    .nav-option a {
        color: #fff !important;
        text-decoration: none;
        font-size: 13px;
    }

.header-icon {
    color: #fff;
    margin-right: 4px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 24px !important;
    font-size: 12px;
    justify-content: center;
    display: flex;
    background: #d9008d;
    color: #fff !important;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
} 

.loader-image {
    width: 80px;
    height: 80px;
}

@media (max-width: 767px) {
    .navbar {
        height: 4rem;
    }

    .navbar-nav {
        display: inline-flex;
    }
}