.textJustify {
    text-align: justify;
}

.br15 {
    border-radius:30px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.bg0 {
 background: #01083f !important;
}

.bg1 {
    background: #000000 !important;
}

.btn {
    border-radius: 15px;
}

.spinner-wrapper {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.spinner-border {
    width: 60px;
    height: 60px;
}

.sidebar-nav .nav-link {
    background: #01083f !important;
    color: #FFFFFF !important;
}

.sidebar-nav .nav-link:hover {
    background: #FFF !important;
    color: #01083f !important;
}

.sidebar-nav .nav-link i {
    color: #FFFFFF !important;
}

.sidebar-nav .nav-link:hover i {
    color: #01083f !important;
}