.text-bg-qsm {
    color: white;
    background-color: #007399;
}

.text-bg-qsm-disabled {
    color: #e6e6e6;
    background-color: #0086b3;
    opacity: .9;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    /* Footer height */
    font-size: 1.1em;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

main {
    padding-top: 121px;
    padding-bottom: 44px;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a.disabled {
    pointer-events: none;
}

.card {
    box-shadow: 0 2px 4px rgba(0, 19, 26, 0.4);
}

.card:hover {
    -webkit-transform: scale(1.025, 1.025);
    transform: scale(1.025, 1.025);
    z-index: 10;
    transition: 0.3s;
    box-shadow: 0 3px 11px rgba(0, 19, 26, 0.75);
}

.seperator-Sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5em;
    width: 100%;
}

.seperator {
    height: 0.0625rem;
    background-color: #212529;
    width: 99%;
    opacity: 22%;
    margin-left: 0.5%;
}