.spw-container {
    margin-top: 56px;
}
/* .spw-section {
    padding-top: 56px
} */
.spw-header {
    width: 100%;
    height: 56px;
    background-color: #C31521;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.spw-header-logo {
    display: flex;
    align-items: center;
}
.spw-header-logo img {
    height: 30px;
    width: auto;
    display: block;
}
.spw-header-star {
    height: 40px;
    width: auto;
    display: block;
}
.spw-header-divider {
    width: 1px;
    height: 28px;
    background-color: #fff;
}

.spw-header-user-menu {
    position: absolute;
    background: white;
    top: 46px;
    padding: 8px;
    width: 270px;
    right: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    border-radius: 0 0 8px 8px;
}
.spw-btn-user-menu:hover {
    background-color: #F1989E;
    /* color: white !important; */
}