html, body{
    height: 100%;
}
.nav-link{
    font-size: 1.2em;
}
.nav-ex{
    border-bottom: 2px solid #E8E9E9;
    height: 90px;
}
.hh{
    color: #e8e8e8;
    font-size: 5em;
}
.flex-grow {
    flex: 1 0 auto;
}
#app{
    min-height: 100%;
}
.flex-1{
    flex: 1;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
}
.sp-c{
    color: #8c8c8c;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ededed;
}
.bxs-p{
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ededed;
}
.help-icon{
    color: #fff;
    font-size: 16px;
    margin: 0 0 16px 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    cursor: pointer;
}
.help-icon:hover{
    background-color: #0069d9;
}
.fa-times{
    color: #DC3545;
}
.fa-times:hover, .btn-outline-danger:hover > .fa-times{
    color: #fff;
}