.nav-tabs {
    border-bottom:none;
}


.nav-tabs .nav-link {
    background-color:#dbe7f9;
    color: #3fc1c0;
    border-bottom:#e2e2e2;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    background-color:#3fc1c0;
    border-bottom:#e2e2e2;
    font-weight: bold;
    color: #dbe7f9;
}

.tab-pane.active .tab-pane-header {
    padding:2rem;
    background-color:#e2e2e2;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-bottom:1rem;
}

.tab-pane:first-child .tab-pane-header {
    border-top-left-radius: 0;
}


#loading-screen {
    background-color: rgba(25,25,25,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    text-align: center;
}
#loading-screen img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
}
.link-primary {
    color: #3fc1c0 !important;
}