.logo-image-auth {
    position: relative;
    height: 300px;
}

.loader {
    z-index: 3000;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    padding-top: 35vh;
}

.loader-svg {
    position: relative;
    height: 200px;
    width: 200px;
}

.brand-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo-container a {
    text-decoration: none;
    color: #36006c;
    font-size: 30px;
}

.brand-logo-container a:hover {
    text-decoration: none;
    color: #36006c;
}

.brand-image-logo {
    height: 60px;
}

.sidebar-text-logo {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.parent > .row {
    display: flex;
    align-items: center;
    height: 100%;
}

#daterange-btn {
    border-color: #8a8a8a;
}

.profile-user-img {
    height: 100px;
}

.small-box {
    display: flex;
    flex-direction: column;
    height: 90%;
}

.small-box > .inner {
    flex: 1;
}
