/*  Bootstrap Icon Styles   */
.boot-icons {
    margin-right: 2px;
}

.boot-icons-title {
    margin-right: 5px;
}

.profile-icon {
    margin-right: 5px;
    font-size: 28px !important;
    color: whitesmoke !important;
}

/*  Leak Header    */
.header-app-name {
    margin-left: 30px !important;
}

/*  Nav Left Bar    */
.nav-left-navbar a {
    color: white !important;
}

/*  Guest Views */
.container-spacer-top {
    margin-top: 150px;
}

.asterix-icon {
    color: crimson;
    margin-left: 3px;
}

/*  Terms and Conditions  */
.terms-conditions-container {
    max-height: 450px !important;
}

/*  Media Query */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }

    .main-overflow-container {
        height: 100vh !important;
    }
}

@media only screen and (max-width: 600px) {
    .nav-left-navbar {
        height: 100px !important;
        margin-bottom: 0 !important;
    }
}