
.sp-thumbnail-container {
    width: unset !important;
}

.sp-top-thumbnails {
    width: 100% !important;
}


.sp-top-thumbnails .sp-thumbnails {
    margin: 0 auto;
}

.sp-top-thumbnails div {
    margin-right: 5px;
    margin-left: 5px;
}

.sp-top-thumbnails .sp-selected-thumbnail:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #8089ff;
    color: inherit;
}

.ui-gradient-udu {
    color: white;
    background: -webkit-linear-gradient(45deg, #334387 0%, #6e85f8 50%, #b9654c 100%);
    background: linear-gradient(45deg, #334387 0%, #6e85f8 50%, #b9654c 100%);
}


.ui-gradient-red {
    color: white;
    background: -webkit-linear-gradient(45deg, #C93055 0%, #ff3661 50%, #C93055 100%);
    background: linear-gradient(45deg, #C93055 0%, #ff3661 50%, #C93055 100%);
}

.ui-gradient-udu h1 {
    color: white;
}

.blue-bg {
    background: #6e85f8;
}

.text-blue-dark {
    color: #4c64cb
}

.no-padding-b {
    padding-bottom: 0 !important;
}