/* ==============================================
FONT
=============================================== */
@font-face {
    font-family: "SF Pro Text Regular";
}
body, html {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: "SF Pro Text Regular", sans-serif !important;
}
body {
    min-height: 25rem;
    padding-top: 4.375rem;
}
#wrapper {
    height: 100%;
}
#wrapper #content-wrapper {
    background: transparent;
}

/* ==============================================
BACKGROUND
=============================================== */
.background-color {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 45%;
    top: 0;
    left: 0;
}

/* ==============================================
BADGE
=============================================== */
.badge.clear {
    background: transparent;
    color: transparent;
}

/* ==============================================
BORDER
=============================================== */
.border-gray-400 {
    border: 1px solid #D1D3E2;
}
.border-top-gray-400 {
    border-top: 1px solid #D1D3E2;
}
.border-bottom-gray-400 {
    border-bottom: 1px solid #D1D3E2;
}

/* ==============================================
DROPDOWN
=============================================== */
.dropdown-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dropdown-notification-content {
    overflow-y: scroll;
    max-height: 500px;
}
