.btn-check:focus+.btn-secondary, .btn-secondary:focus{
    background: #967ACF;
    color: #ffffff;
}
.point-btn{
    position: absolute;
    top: 15px;
    right:15px;
    .btn{
        background-color: #ff8a00;
        padding: 5px 20px;
        font-size: 18px;
        color: white;
        border-radius: 30px;
    }
}
.slick-prev:before{
    display: none;
}
.slick-next:before{
    display: none;
}
.slick-prev, .slick-next{
    color: #A44AFF !important;
    font-size: 30px !important;
    z-index: 9;
    top: 50%;
    transform: translate(0%, -50%);
}
.slick-prev i, .slick-next i{
    font-weight: 400;
}
.slick-next{
    left: 10px;
    right: inherit;
}
.slick-prev{
    right: 5px;
    left: inherit;
}
footer{
    z-index: 99;
}
.swal2-popup{
    background-color: white;
    background-image: none !important;
    padding: 30px;
}
.swal2-title{
    color: black;
    font-size: 22px;
    font-family: 'DMSans-Regular';
    margin-bottom: 8px;
}
.swal2-warning{
    display: none !important;
}
.swal2-html-container{
    margin: 0px !important;
}
.swal2-confirm{
    background-color: #A44AFF !important;
    font-size: 16px !important;
    padding: 6px 14px !important;
    border: 1px solid #A44AFF;
}
.swal2-confirm:focus{
    box-shadow: none !important;
    outline: none !important;
}
.swal2-cancel{
    background-color: #ffffff !important;
    font-size: 16px !important;
    padding: 6px 14px !important;
    border: 1px solid #767676 !important;
    color: #333333 !important;
}
.swal2-cancel:focus{
    box-shadow: none !important;
    outline: none !important;
}
.btn-success:focus{
    background-color: #0f663e;
}
.btn-danger:focus{
    background-color: #9d1e2b;
}
.package{
    padding: 0;
    border: none;
    background-color: #0a131a;
    border-radius: 10px 10px 0px 0px;
    text-align: inherit;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.package h4{
    background-color: #A44AFF;
    color: white;
    font-size: 24px;
    padding: 8px 0px;
    margin: 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 30px;
}
.package h5{
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.package ul{
    padding-left: 50px;
}
.package ul li{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
}
.package ul li:before{
    content: '';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 2px;
    color: #A44AFF;
    font-weight: 600;
}
.btn-package{
    display: table;
    margin: auto;
    border-radius: 30px;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 100;
    margin-top: 30px;
}
#questionslistHeader{
    position: sticky;
    top: 50px;
    z-index: 999;
    background-color: #0c171f;
}