.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0;
    z-index: 600;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    line-height: 60px;
}

.dropdown-item:active {
    background-color: inherit !important;
}

#main {
    padding-top: 4.7rem;
    margin-bottom: 70px;
}

.overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.overlay-grid {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
}

    .overlay .spinner-border {
        color: #fff;
    }

#issuersContainer button,
#issuersContainer .dropdown-item {
    cursor: pointer;
}