/* Adds font-display: swap to the slick icon font (overrides slick-theme.css @font-face). */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.woff') format('woff'),
         url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.ttf') format('truetype');
}

#lottery-type-filter input[type="radio"] {
    display: none;
}

#lottery-type-filter {
    height: 40px;
    width: 100%;
    font-size: 26px;
}
.epd-hidden {
    display: none;
}

#lottery-type-filter span {
    height: 40px;
    box-sizing: border-box;
    width: 120px;
    display: inline-block;
    border: 1px solid #005C95;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-right: 15px;
    text-align: center;
    color: #005C95;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.09px;
}
#lottery-type-filter img.filter-selected {
    display:none;
}
#lottery-type-filter span.allfilter {
    width: 108px;
    line-height: 37px;
}
#lottery-type-filter span.lightblue {
    border: 1px solid #23AAE2;
}
#lottery-type-filter span.red {
    border: 1px solid #EA0029;
}
#lottery-type-filter span.orange {
    border: 1px solid #FF5100;
}
#lottery-type-filter span.turchese {
    border: 1px solid #00B2BF;
}
#lottery-type-filter span.lightpurple {
    border: 1px solid #E50695;
}
#lottery-type-filter span.purple {
    border: 1px solid #A25EB5;
}
#lottery-type-filter input[type="radio"]:checked + a span.allfilter {
    border: 2px solid #005C95;
}
#lottery-type-filter input[type="radio"]:checked + a span.lightblue {
    background-color: #23AAE2;
}
#lottery-type-filter input[type="radio"]:checked + span.lightblue img,
#lottery-type-filter input[type="radio"]:checked + span.red img,
#lottery-type-filter input[type="radio"]:checked + span.orange img,
#lottery-type-filter input[type="radio"]:checked + span.turchese img,
#lottery-type-filter input[type="radio"]:checked + span.lightpurple img,
#lottery-type-filter input[type="radio"]:checked + span.purple img,
 #lottery-type-filter input[type="radio"]:checked + span.deeppurple img {
   display:none;
}
#lottery-type-filter input[type="radio"]:checked + span.lightblue img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.red img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.orange img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.turchese img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.lightpurple img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.purple img.filter-selected,
#lottery-type-filter input[type="radio"]:checked + span.deeppurple img.filter-selected {
    display: inline-block;
}
#lottery-type-filter input[type="radio"]:checked + a span.red {
    background-color: #EA0029;
}
#lottery-type-filter input[type="radio"]:checked + a span.orange {
    background-color: #FF5100;
}
#lottery-type-filter input[type="radio"]:checked + a span.turchese {
    background-color: #00B2BF;
}
#lottery-type-filter input[type="radio"]:checked + a span.lightpurple {
    background-color: #E50695;
}
#lottery-type-filter input[type="radio"]:checked + a span.purple {
    background-color: #A25EB5;
}
#lottery-type-filter input[type="radio"]:checked + a span.deeppurple {
    background-color: #722189;
}
#lottery-type-filter img {
  position: relative;
  width: 100%;
  height:100%;
}
#lottery-type-filter .filter-selected {
width: 90%;
}
#lottery-type-filter .deeppurple .filter-selected {
	width: 100%;
}
#lottery-type-filter .turchese img {
width: 70%;
}

.container-draws-filter {
    text-align: center;
}

.filter-group.details-group {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    margin-left: 0;
    padding-top: 32px;
    padding-left: 5px;
    display: inline-flex;
}
.filter-group.details-group::-webkit-scrollbar {
    display: none;
}

.col {
    padding: 0px;
}

.rectangle {
    height: 20px;
    width: 25px;
    border-radius: 2px;
    background-color: #FFFFFF;
    background-size: contain;
    text-align: center;
    margin: 2px 10px;
}
.draw-time-detail {
    color: #169AD6;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.time-labels-detail {
    height: 20px;
    color: #fff;
    font-family: "DM Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 12px;
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.purple-lottery-padding {
    padding-left: 20px;
}

.day-label, .hours-label {
    height: 20px;
    text-align: left;
    padding-left: 8px;
    padding-right: 10px;
    text-transform: lowercase;
}
.hours-label {
    padding-left: 6px;
    padding-right: 8px;
}
.day-label:first-letter, .hours-label:first-letter {
    text-transform: uppercase;
}

.hours-label:last-child {
    padding-left: 0px;
    padding-right: 12px;
}

.hours-label:nth-child(2) {
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 980px) {

    .filter-group.details-group::-webkit-scrollbar {
        display: none;
    }
    .draw-time-detail {
        font-size: 12px;
        line-height: 15px
    }
    .rectangle {
        height: 18px;
        width: 24px;
        font-size: 14px;
    	line-height: 18px;
    }

}

@media (max-width: 980px) {
    .row.filter-group.details-group {
        padding-left: 8px;
    }

    .filter-group.details-group {
        width: 100%;

    }
    .filter-group.details-group::-webkit-scrollbar {
        display: none;
    }
    .time-labels-detail {
        justify-content: center;
    }
    .header-jackpot {
        margin-left:-20px;
    }

}
@media (max-width: 767.98px) {
    #lottery-type-filter {
        height: 34px;
        display: flex;
    }
    #lottery-type-filter span {
        height: 34px;
        width: 70px;
        margin-right: 5px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
    }
    #lottery-type-filter span.allfilter {
        width: 70px;
        line-height: 14px;
        white-space: normal;
    }
    #lottery-type-filter span.lightblue, #lottery-type-filter span.red, #lottery-type-filter span.orange,#lottery-type-filter span.turchese,
    #lottery-type-filter span.lightpurple,#lottery-type-filter span.purple,#lottery-type-filter span.deeppurple{
        border: none;
    }
    .row.filter-group.details-group {
        padding-left: 8px;
    }
    .draw-time-detail {
        justify-content: flex-end;
        line-height: 20px;
        font-size: 14px;
    }
    .red-loto .draw-time-detail, .purple-loto .draw-time-detail,
    .magenta-loto .draw-time-detail, .orange-loto .draw-time-detail,
    .blue-loto .draw-time-detail {
        margin-top: 7px;
    }
    .time-labels-detail {
        justify-content: flex-end;
        font-size: 9px;
        margin-left: 10px;
        margin-top: -5px;
    }
    .time-next-date {
		padding-left: 0;
	}
    .rectangle {
        margin: 2px 4px;
        height: 20px;
        width: 25px;
    }

    .single-result-logo p {
        margin-right: 10px;
    }

    .time-labels-detail .day-label{padding-right:3px}
    .time-labels-detail .day-label:first-child{padding-right:6px}
    .time-labels-detail .hours-label{padding-right:3px; padding-left: 6px;}
    .time-labels-detail .hours-label:nth-child(2){padding-right:0px}
    .time-labels-detail .hours-label:first-child{padding-right:5px}
}

@media (max-width: 320px) {
    .row.filter-group.details-group {
        padding-left: 8px;
    }
}

