
.us-home-slider-widget {

    display: block;

    width: auto;
    height: auto;

    margin: -10px 0 0 0;
    padding: 0 0 0 0;

}

.us-home-slider-widget .prize-text:before { content: " "; }

.us-home-slider-widget .us-home-slider-widget-container .us-slider-item {

    display: none;

    width: auto;
    height: auto;

    min-height: 320px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    outline: none;
    
}
.us-home-slider-widget .us-home-slider-widget-container .us-slider-item:first-child { display: block; }


.us-home-slider-widget .us-home-slider-widget-container .home-slider-item {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}




.us-home-slider-widget .us-home-slider-widget-container button.slick-prev {

    position: absolute;

    left: -30px !important;

    bottom: 0 !important;
    top: 50%;

    width: 16px;
    height: 26px;

    background: Transparent url(../images/btn-left.png) no-repeat;

    border: none;
    border-radius: 0;

    font-size: 0px;
}
    .us-home-slider-widget .us-home-slider-widget-container button.slick-prev:focus-visible {
        outline: 1px solid #545454;
    }

.us-home-slider-widget .us-home-slider-widget-container button.slick-next {

    position: absolute;

    right: -30px !important;

    bottom: 0 !important;
    top: 50% !important;

    width: 16px;
    height: 26px;

    background: Transparent url(../images/btn-right.png) no-repeat;

    border: none;
    border-radius: 0;

    font-size: 0px;
}

    .us-home-slider-widget .us-home-slider-widget-container button.slick-next:focus-visible {
        outline: 1px solid #545454;
    }



.us-home-slider-widget .us-home-slider-widget-container ul.slick-dots { position: absolute; left: 45%; margin: -30px 0 0 0; padding: 0 0 0 0; text-align: center; }
.us-home-slider-widget .us-home-slider-widget-container ul.slick-dots li {

    display: inline;

}

.us-home-slider-widget .us-home-slider-widget-container ul.slick-dots li button {

    width: 10px;
    height: 10px;

    margin: 0 3px;
    padding: 0;

    *background: #708882;
    background: #fff;
    
    border: none;
    border-width: 2px;
    border-radius: 50%;
    
    color: transparent;
    cursor: pointer;
    
    overflow: hidden;
    
    transition: all .5s;
    outline: none;
}
    .us-home-slider-widget .us-home-slider-widget-container ul.slick-dots li button:focus-visible {
        border: 1px solid #545454;
    }

.us-home-slider-widget .us-home-slider-widget-container ul.slick-dots li[aria-hidden="false"] button { background-color: #ff8000; }
.us-home-slider-widget .us-home-slider-widget-container ul.slick-dots li.slick-active button { background-color: #22c55e; }





/* Admin Styles - START */

.mce-content-body img.brand-prize {
    display: inline-block;
    position: relative;
    width: 24px !important;
    height: 20px !important;
    -webkit-user-select: all;
    -webkit-user-modify: read-only;
    -moz-user-select: all;
    -moz-user-modify: read-only;
    user-select: all;
    user-modify: read-only;
    border: 1px dotted #3A3A3A;
    background: transparent url(/Areas/Admin/Themes/metronic_v4.5.2/assets/global/plugins/tinymce/skins/lightgray/img/prize.png) no-repeat;
    vertical-align: middle;
    text-align: left;
    cursor: default;
}
.home-slider-item .prize-text:before { content: " "; }

/* Admin Styles - END */


.slick-list { border-radius: 20px !important; }

/* Pause slider button - Start */

.pause-button {
    width: 40px !important;
    height: 40px;
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: 0;
    width: 25px;
    background-color: transparent;
    margin-left: 30px;
    background-image: url('https://jackpotcom-res.cloudinary.com/image/upload/v1700732691/US/pause_1_1.svg');
    background-repeat: no-repeat;
    background-position: center;
}


    .pause-button:focus-visible {
        outline: auto;
    }
/* Pause slider button - End */