.notis .noti-item {
    position: relative;
}
.notis .noti-item.new::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #F4AB09;
    position: absolute;
    left: -20px;
    top: 6px;
    border-radius: 10px;
}

header .noti-icon {
    position: relative;
}
header .noti-icon .badge {
    background-color: rgb(250, 0, 0);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    line-height: .9rem;
}

.bg-tertiary-50.journey {
    background: rgb(148,255,255);
    background: linear-gradient(0deg, rgba(148,255,255,1) 7%, rgba(48,156,255,1) 100%);
}

.journey-sky {
    background: url(/frontend/assets/images/jn-cloud-1.png) no-repeat left top 14%/20.9375rem auto, url(/frontend/assets/images/jn-cloud-2.png) no-repeat center top 22%/20.78125rem auto, url(/frontend/assets/images/jn-cloud-3.png) no-repeat right 5% top 16%/25.59375rem auto;
}

@media (max-width: 639px) {
    .journey-sky {
        background: url(/frontend/assets/images/jn-cloud-2.png) no-repeat center top 22%/90% auto;
    }
}

.journey-birds {
    display: block;
    left: 20%;
    position: absolute;
    top: 10%;
    width: 5.875rem;
    z-index: 1;
}
@media (max-width: 639px) {
    .journey-birds {
        top: 30%;
        width: 4rem;
    }
}

.journey-sun {
    display: block;
    position: absolute;
    right: 15%;
    top: 18%;
    width: 12rem;
    z-index: 1;
}

.avatar {
    position: relative;
    text-align: center;
}

.avatar .title {
    position: absolute;
    left: 0;
    width: 100%;

    border-radius: 30px;
    color: #000;
    padding: 2px 3px;
    text-transform: uppercase;
}

.title-gold .avatar .title {
    background: linear-gradient(94.9deg, #FFD600 0%, #FFE8B4 56.25%, #FFDF5C 100%);
    border: 1px solid #FFD600;
}
.title-gold .avatar-header {
    border-color: #FFD600;
}

.title-silver .avatar .title {
    background: linear-gradient(94.9deg, #D6D6D6 0%, #EFEFEF 50.52%, #E3E3E3 100%);
    border: 1px solid #D6D6D6;
}
.title-silver .avatar-header {
    border-color: #D6D6D6;
}

.title-bronze .avatar .title {
    background: linear-gradient(94.9deg, #FFCD82 0%, #FFECCF 55.73%, #FFDCA8 100%);
    border: 1px solid #FFCD82;
}
.title-bronze .avatar-header {
    border-color: #FFCD82;
}
.title-member .avatar .title {
    background: linear-gradient(94.9deg, #6239BD 0%, #A27CF6 55.73%, #6239BD 100%);
    border: 1px solid #6239BD;
    color: #fff;
}
.title-member .avatar-header {
    border-color: #6239BD;
}
/* FIX VIDEO SCALED */
video.object-cover {
    object-fit: contain;
}
/* INTRO VIDEO BACKGROUND */
#intro-video {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* SUPPORT BUTTON */
.support-button a {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    padding: 10px 15px;
    color: #FFF;
}

.support-button a img {
    max-width: 40px;
}

/* WEBINAR*/
.list-time-border:not(:last-child){
    border-bottom: 1px solid #dedede;
}
.list-item-time{
    padding-bottom: 5px;
}
#book-webinar-list{
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.video-welcome-background {
    background: linear-gradient(90deg, #1DDDD8 0.04%, #D24FE0 100.01%);
}
.text-welcome-gold{
    background: linear-gradient(94.9deg, #FFD600 0%, #FFE8B4 56.25%, #FFDF5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-step-welcome{
    overflow-x: auto;
    max-height: 650px;
}

.text-purple{
    color: #6F3FC7;
}