/*SLOT LAUNCH CSS*/ 

/*Margin below filters*/
.casinoThemeSlot #slotsl-filters {
    margin-bottom: 5rem;
}

/*Card Style*/

.casinoThemeSlot .slotsl-demo-container {
    background: rgba(50, 9, 108, 0.5);
}

.casinoThemeSlot .slotsl-game {
    overflow: hidden;
	cursor: pointer;
	
    box-shadow:
        0 8px 22px rgba(0,0,0,0.08),
        0 3px 8px rgba(0,0,0,0.06),
        0 3px 0 #D5DCEC;

    transition: transform .35s cubic-bezier(.2,.8,.2,1),
                box-shadow .35s cubic-bezier(.2,.8,.2,1);	

	position: relative;
    z-index: 1;
}

.casinoThemeSlot .slotsl-game:hover{
    transform: translateY(-6px) scale(1.02);
	
    box-shadow:
        0 20px 40px rgba(0,0,0,0.16),
        0 10px 18px rgba(0,0,0,0.10),
        0 3px 0 #D5DCEC;
		
}

.casinoThemeSlot .slotsl-game::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:120%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );
    transition: all .7s ease;
}

.casinoThemeSlot .slotsl-game:hover::after{
    left:120%;
}


.casinoThemeSlot .slotsl-game:active{
    transform: translateY(-1px) scale(0.98);

    box-shadow:
        0 6px 14px rgba(0,0,0,0.12),
        0 2px 6px rgba(0,0,0,0.08),
        0 2px 0 #D5DCEC;
}


/*Grid Gap*/
.casinoThemeSlot .slotsl-grid {
    gap: 40px;
} 

/*Filters*/

.slotsl-search,
.slotsl-providers,
.slotsl-providers.slotsl-providers-sortby
{
	width: 100%;
}

.slotsl-filters .sl-filter-container{
	gap: 14px;
	margin-bottom: 14px !important;
}

.slotsl-filters  .choices__inner {
    min-height: 53px;
	line-height: 26px;
}

.casinoThemeSlot .slotsl-search input,
.casinoThemeSlot .slotsl-providers .choices,
.casinoThemeSlot .slotsl-providers-sortby select,
.casinoThemeSlot .slotsl-providers select{

    box-shadow:
        0 4px 10px rgba(0,0,0,0.06),
        0 1px 3px rgba(0,0,0,0.08);

    transition:
        box-shadow .25s ease,
        transform .2s ease;
		
	cursor: pointer;
	
}

.casinoThemeSlot .slotsl-search input:hover,
.casinoThemeSlot .slotsl-providers .choices:hover,
.casinoThemeSlot .slotsl-providers-sortby select:hover,
.casinoThemeSlot .slotsl-providers select:hover{
    transform: translateY(-1px);

    box-shadow:
        0 6px 14px rgba(0,0,0,0.05);

    background:#f8f9fc;
}

.casinoThemeSlot .slotsl-search input:focus,
.casinoThemeSlot .slotsl-providers .choices.is-focused,
.casinoThemeSlot .slotsl-providers-sortby select:focus,
.casinoThemeSlot .slotsl-providers select:focus{
    outline: none;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.12),
        0 2px 6px rgba(0,0,0,0.08);
}


/*Megaways Slider*/

.casinoThemeSlot input:checked + .slider {
    background-color: #32096C;
}

/*All Provider Filter Dropdown Fix*/

.choices__list--dropdown, .choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 999;
}

.casinoThemeSlot .slotsl-filters {
    position: relative;
    z-index: 50;
}


/*Load More Button*/

.casinoThemeSlot .slotsl-load-more button {
    line-height: 0px;
	background-color: #00C8BB;
	color: #fff;
    border: none;
	padding: 22px;
	font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0px -3px 4px 0px rgba(40.800000000000004, 36.639619565217394, 36.639619565217394, 0.5) inset;	
	transition: transform .35s cubic-bezier(.2,.8,.2,1),
                box-shadow .35s cubic-bezier(.2,.8,.2,1);
}

.casinoThemeSlot .slotsl-load-more button:hover{
    background-color: #00C8BB;
    transform: translateY(-3px) scale(1.02);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.16),
        0 10px 18px rgba(0,0,0,0.10),
        0px -3px 4px rgba(40,36,36,0.5) inset;
}

.casinoThemeSlot .slotsl-load-more button:active{
    transform: translateY(-1px) scale(0.98);

    box-shadow:
        0 6px 14px rgba(0,0,0,0.12),
        0 2px 6px rgba(0,0,0,0.08),
        0 2px 0 #D5DCEC;
}

/*Pagination Text And Color*/

.casinoThemeSlot .slotsl-progress p {
    font-size: 17px;
}

.casinoThemeSlot .slotsl-progress-bar-fill {
    height: 9px;
    background: #32096C;
}

.casinoThemeSlot .slotsl-progress-bar-line {
    height: 9px;
}

.casinoThemeSlot .slotsl-progress{
	margin-top: 100px;
}

/*Try Demo Button Inside Image Container*/

.casinoThemeSlot .slotsl-thumb-url {
    background: #00C8BB;
    color: #fff;
	box-shadow: 0px -3px 4px 0px rgba(40.800000000000004, 36.639619565217394, 36.639619565217394, 0.5) inset;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s cubic-bezier(.2, .8, .2, 1);
	font-size: 16px;
}


/*Game Title*/

.casinoThemeSlot .slotsl-meta .slotsl-title a {
    font-size: 14px !important;
}

.casinoThemeSlot .slotsl-meta p.slotsl-title {
    padding-bottom: 12px;
}

.casinoThemeSlot .slotsl-meta {
        padding: 20px;
}
	
.slotsl-meta a.slotsl-provider, 
.slotsl-meta span.slotsl-provider
{
		left: 21px !important;
}	


/*Single Game Page*/	
#casinoSlotSingleGame .sl-single-game-container .sl-featured-widget .sl-featured-widget-container,
#casinoSlotSingleGame .sl-game-attributes-header
{
    background-color: #32096C !important;
	padding: 18px;
}	


#casinoSlotSingleGame .sl-single-game-container .sl-container .slotls-header
{
	background: #32096C !important;
	border: 4px solid #32096C !important;
	border-radius: 6px 6px 0 0;
	padding: 20px;
}

#casinoSlotSingleGame .sl-single-game-container .sl-container .sl-slots
{
	background-color: #32096C !important;
	border-radius: 0 0 6px 6px;
	
}

#casinoSlotSingleGame button.slaunch-button.slaunch-game.sl-bounce.sl-button-solid {
    background-color: #00C8BB !important;
    border: #00C8BB !important;
    box-shadow: 0px -3px 4px 0px rgba(40.800000000000004, 36.639619565217394, 36.639619565217394, 0.5) inset;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s cubic-bezier(.2, .8, .2, 1);
    font-size: 16px;
}

#casinoSlotSingleGame img.slaunch-game.sl-gamethumb{
	border-radius: 7px;
}

#casinoSlotSingleGame .sl-game-attributes-header h3
{
    font-size: 18px !important;
	line-height: 27px;
}

#casinoSlotSingleGame .sl-featured-title {
    font-size: 18px !important;
	line-height: 27px;
	padding-bottom: 24px;
}

#casinoSlotSingleGame .sl-breadcrumbs ol li {
    font-size: 17px;
    line-height: 33px;
	font-weight: 700;
}

#casinoSlotSingleGame .sl-breadcrumbs .sl-separator {
    font-size: 26px;
}


#casinoSlotSingleGame span.sl-rating_text {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
}

#casinoSlotSingleGame span.sl-rating_votes {
    font-size: 15px;
}

#casinoSlotSingleGame .sl-placeholder {
    background: rgba(81, 0, 193, 0.70);
}

#casinoSlotSingleGame .sl-breadcrumbs ol {
    margin-bottom: 20px;
}
 
#casinoSlotSingleGame .sl-breadcrumbs ol > li:last-child span {
    color: #00C8BB !important;
}

#casinoSlotSingleGame .sl-widget-games {
        gap: 20px;
}


/*MEDIA*/

/*MOBILE*/
@media(max-width: 767px){
#casinoSlotSingleGame .sl-single-game-container {
    container-type: normal !important;
}

#casinoSlotSingleGame .sl-breadcrumbs ol li {
    font-size: 13px;
}

#casinoSlotSingleGame .sl-single-game-container .sl-container .slotls-header {
    padding: 13px;
}

#casinoSlotSingleGame .sl-single-game-container .sl-container .sl-slots {
    height: 70%;

}

#casinoSlotSingleGame .sl-game-attributes-header h3 {
    font-size: 13px !important;
    line-height: 18px;
}

 #casinoSlotSingleGame .sl-toggle-attributes {
    font-size: 11px;
}

 #casinoSlotSingleGame .sl-game-attributes-header {
    padding: 9px;
}

#casinoSlotSingleGame .sl-featured-title {
    font-size: 17px !important;
}
}

/*TABLET*/
@media(min-width: 768px) and (max-width: 1024px)
{
#casinoSlotSingleGame .sl-single-game-container {
    container-type: normal !important;
}

#casinoSlotSingleGame .sl-single-game-container .sl-container .slotls-header {
    padding: 12px;
}

#casinoSlotSingleGame .sl-rating-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: end;
    flex: 1;
    justify-content: flex-end;
}

#casinoSlotSingleGame .slotls-header {
    justify-content: space-between;
    flex-direction: row;
}

#casinoSlotSingleGame .sl-single-game-container .sl-container .sl-slots {
    height: 90%;
}

}
