/* 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');
}

body {
	background: #f8f8f8 !important;
	overflow-x: hidden;
}

.list-filters {
	margin: 0 -5px 20px 5px;
}

.list-filters select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select {
	word-wrap: normal;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Arrow-Small-Down-Blue.svg);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 10px;
}

.list-filters div {
	position: relative;
}

.container.new-result-component {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 #E3E3E3;
	padding-bottom: 24px;
	padding-top: 24px;
}

.list-filters div:last-child:after {
	display: none;
}

.list-filters input.search-draw {
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Search_Blu.svg);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 10px;
}

.list-filters select,
.list-filters input.search-draw {
	font-size: 14px;
	padding: 9px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
}

.list-filters input.search-draw::-moz-placeholder {
	color: rgba(79, 79, 79, 0.5);
}

.list-filters input.search-draw::placeholder {
	color: rgba(79, 79, 79, 0.5);
}

.list-filters label {
	font-size: 14px;
	color: #8E8E93;
}

.list-filters.all-filters {
	margin-bottom: 12px;
	margin-left: 10px;
}

.list-filters.all-filters div[class^="col-"] {
	display: none;
}

.col.time-next-date, .col-md.header-jackpot {
    visibility: hidden;
}

.list-filters .all-draws-label {
	display: none;
}

.list-filters.all-filters .all-draws-label {
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #0173B9;
	margin-bottom: 0;
}

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

.row .list-filters {
  display: none;
}

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

#lottery-type {
	height: 40px;
	width: 100%;
	font-size: 26px;
	margin-bottom: 24px;
}

#lottery-type 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: rgba(0, 92, 149, 1);
	font-family: "DM Sans";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09px;
}

#lottery-type img.filter-selected {
	display: none;
}

#lottery-type span.allfilter {
	width: 108px;
	line-height: 37px;
}

#lottery-type span.lightblue {
	border: 1px solid #23AAE2;
}

#lottery-type span.red {
	border: 1px solid #EA0029;
}

#lottery-type span.orange {
	border: 1px solid #FF5100;
}

#lottery-type span.turchese {
	border: 1px solid #00B2BF;
}

#lottery-type span.lightpurple {
	border: 1px solid #E50695;
}

#lottery-type span.purple {
	border: 1px solid #A25EB5;
}

#lottery-type span.deeppurple {
	border: 1px solid #722189;
}

#lottery-type input[type="radio"]:checked + a span.allfilter {
	border: 2px solid #005C95;
	background-color: #005C95;
	color: #FFFFFF;
}

#lottery-type input[type="radio"]:checked + a span.lightblue {
	background-color: #23aae2;
}

#lottery-type input[type="radio"]:checked+span.lightblue img,
#lottery-type input[type="radio"]:checked+span.red img,
#lottery-type input[type="radio"]:checked+span.orange img,
#lottery-type input[type="radio"]:checked+span.turchese img,
#lottery-type input[type="radio"]:checked+span.lightpurple img,
#lottery-type input[type="radio"]:checked+span.purple img,
#lottery-type input[type="radio"]:checked+span.deeppurple img {
	display: none;
}

#lottery-type input[type="radio"]:checked+span.lightblue img.filter-selected,
#lottery-type input[type="radio"]:checked+span.red img.filter-selected,
#lottery-type input[type="radio"]:checked+span.orange img.filter-selected,
#lottery-type input[type="radio"]:checked+span.turchese img.filter-selected,
#lottery-type input[type="radio"]:checked+span.lightpurple img.filter-selected,
#lottery-type input[type="radio"]:checked+span.purple img.filter-selected,
#lottery-type input[type="radio"]:checked+span.deeppurple img.filter-selected {
	display: inline-block;
}

#lottery-type input[type="radio"]:checked + a span.red {
	background-color: #EA0029;
}

#lottery-type input[type="radio"]:checked + a span.orange {
	background-color: #FF5100;
}

#lottery-type input[type="radio"]:checked + a span.turchese {
	background-color: #00B2BF;
}

#lottery-type input[type="radio"]:checked + a span.lightpurple {
	background-color: #E50695;
}

#lottery-type input[type="radio"]:checked + a span.purple {
	background-color: #A25EB5;
}

#lottery-type input[type="radio"]:checked + a span.deeppurple {
	background-color: #722189;
}

#lottery-type img {
	position: relative;
	width: 100%;
	height: 100%;
}

#lottery-type .filter-selected {
	width: 100%;
}
#lottery-type .turchese img {
	width: 70%;
}

.loto {
	position: relative;
	width: 180px;
	height: 120px;
}

.loto .image {
	height: 65px;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	margin: 35px;
}

span.image.evkzn {
	background-repeat: no-repeat;
	width: 150px;
	height: 90px;
	background-size: 130px 80px;
	margin-left: 30px;
	margin-top: 15px;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/EvKazan.svg');
}

span.image.hizli-numara {
	width: 151px;
	height: 101px;
	margin-left: 14px;
	margin-top: 55px;
	background-size: 150px 100px;
	background-repeat: no-repeat;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/jet10.svg');
}

span.image.onnumara {
	height: 80.78px;
	width: 140px;
	margin: 50px;
	background-size: 100px 80px;
	background-repeat: no-repeat;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/On-Numara.svg');
}

span.image.millypiyango {
	background-repeat: no-repeat;
	height: 87.78px;
	width: 150px;
	background-size: 135px 80px;
	margin-left: 30px;
	margin-top: 20px;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/milli.svg');
}

span.image.sanstopu {
	background-repeat: no-repeat;
	height: 76.41px;
	width: 150px;
	margin-top: 15px;
	margin-left: 30px;
	background-size: 110px 80px;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Sans-Topu.svg');
}

span.image.sayisaloto {
	background-repeat: no-repeat;
	width: 150px;
	height: 90px;
	background-size: 140px 80px;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/sayisal.svg');
}

span.image.superloto {
	width: 150px;
	height: 90px;
	background-size: 145px 80px;
	margin-left: 25px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Super_Loto.svg');
}
span.image.hizli-numara {
	width: 150px;
	height: 90px;
	background-size: 145px 80px;
	margin-left: 25px;
	margin-top: 45px;
	background-repeat: no-repeat;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/HON_Logo.svg');
}

.draws-submit {
	background-color: #0173B9 !important;
	padding: 8.5px !important;
	width: 158px;
	margin: 0;
	margin-top: 18px;
	line-height: 22px;
    border-radius: 100px;
}

.list-filters div[class^="col-"] {
	padding-left: 4px;
	padding-right: 4px;
	margin-top: -10px;
}

.list .row {
	position: relative;
	border: 0.570864px solid #EAEFF4;
	border-radius: 2.28345px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
}

.hizli-numara-filters.list-filters select,
.hizli-numara-filters.list-filters input.search-draw {
	font-size: 14px;
}

.hizli-numara-filters .hour,
.hizli-numara-filters .day {
	display: block !important;
}
.list-filters .hour, .list-filters .day {
	display: none;
}

.hizli-numara-filters .col-lg-2.hour,
.hizli-numara-filters .col-lg-3.day,
.hizli-numara-filters .col-lg-4.month,
.hizli-numara-filters .col-lg-3.year {
	flex: 0 0 14.2%;
	height: 40px;
}

.hizli-numara-filters .col-lg-3.search {
	flex: 0 0 23.7%;
	height: 40px;
}

.hizli-numara-filters .draws-submit {
	width: 159px;
	line-height: 22px;
}

.hizli-numara-filters.list-filters select#draw-hour {
	background-position-y: 8px;
}

.draw_entry {
	margin: 0 15px;
	flex: 2;
}

.dr-nr {
	height: 30px;
	margin-top: 10px;
}

.ONNUMARA .draw_entry {
	margin-bottom: 10px;
}

.HIZLI-ON-NUMARA .draw_entry {
	margin-bottom: 25px;
}

.numbers-onnumara .onnumcontainer,
.numbers-hizli-numara .hizlicontainer {
	width: 350px;
	background-color: white;
	margin-bottom: 6px;
	margin-left: 0;
	height: 100%;
}

.numbers-hizli-numara .hizlicontainer {
	margin-bottom: 0;
}

.numbers-onnumara,
.numbers-hizli-numara {
	width: 350px;
}

.numbers-onnumara div,
.numbers-hizli-numara div {
	margin-right: 6px;
}

.HIZLIONNUMARA.row {
	height: auto;
}

.HIZLIONNUMARA .draws-details-row {
	margin-bottom: 6px;
}

.dr-nr h3 {
	margin-bottom: 0px;
}

.draw_entry .draw_nr,
.draw_entry .drawn {
	color: #4F4F4F;
	font-size: 14px;
	font-family: "DM Sans Medium";
	line-height: 20px;
	display: inline-block;
}

.draw_date {
	color: #FFFFFF;
	font-family: "DM Sans";
	font-size: 12px;
	letter-spacing: 0;
	line-height: 20px;
	text-align: right;
	margin-right: 8px;
}

.nextjackpot {
	color: #FFFFFF;
	font-family: "DM Sans";
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 26px;
	text-align: right;
	margin-left: 192px;
}

.draw_entry .draw_date,
.draw_entry .draw_time {
	color: #4F4F4F;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: 'DM Sans';
}

.draw_entry .draw_date {
	margin-right: 4px;
	margin-left: 14px;
}

.draw_entry .draw_time {
	margin-right: 2px;
	margin-left: 0px;
}

.numbers-lightblue,
.numbers-purple,
.numbers,
.numbers-magenta,
.numbers-onnumara,
.numbers-hizli-numara {
	margin-top: 8px;
	display: inline-block;
}

.ticket-numbers p {
	height: 22px;
	width: 141px;
	color: #FFFFFF;
	font-family: "DM Sans";
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center;
}

.amortinum {
	margin-top: 8px;
	height: 36px;
	width: 80px;
	border-radius: 8px;
	background-color: #8EC5E7;
}

.amortinum p {
	height: 22px;
	color: #FFFFFF;
	font-family: "DM Sans";
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 40px;
	text-align: center;
}

.colored {
	width: 228px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
	gap: 8px;
}

.colored div {
	margin-right: 8px;
	text-align: left;
}

.colored .draw_date,
.HIZLIONNUMARA .hizli-jackport-label,
.HIZLIONNUMARA .hizli-jackport-label p {
	text-transform: uppercase;
	color: #fff;
	font-family: "DM Sans";
	font-size: 12px;
	letter-spacing: 0;
	line-height: 20px;
	text-align: end;
}

.hizli-jackport-label,
.HIZLIONNUMARA .colored .draw_date {
	display: none;
}

.HIZLIONNUMARA .hizli-jackport-label {
	display: block;
	margin-top: 55px;
}

.colored .draw_date span,
.HIZLIONNUMARA .hizli-jackport-label b {
	font-family: "DM Sans Bold";
}

.colored .nextjackpot {
	color: #FFFFFF;
	font-family: "DM Sans Bold";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 33px;
	text-align: end;
	margin-left: -11px;
	text-transform: uppercase;
}

.colored .nextjackpot .currency_code,
.colored .nextjackpot span {
	font-family: "DM Sans Bold";
}

.colored .nextjackpot .currency_code {
	font-size: 20px;
}

.Ev-kazan .colored {
	background: linear-gradient(180deg, #00B2BF 0%, #6FE8F0 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.SAYISAL .colored {
	background: linear-gradient(180deg, #DE0618 0%, #FD6975 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.MILLIPIYANGO .colored {
	background: linear-gradient(180deg, #0888D4 0%, #3EB2EB 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.ONNUMARA .colored {
	background: linear-gradient(180deg, #8F37A5 0%, #BE5DC8 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.HIZLI-ON-NUMARA .colored {
	background: linear-gradient(180deg, #722189 0%, #8E5DA0 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.SANSTOPU .colored {
	background: linear-gradient(180deg, #EB1390 0%, #FD7AC7 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.SUPERLOTO .colored {
	background: linear-gradient(180deg, #FF5100 0%, #FC996B 100%);
	border-top-right-radius: 2.28345px;
	border-bottom-right-radius: 2.28345px;
}

.numbers-lightblue div,
.numbers-purple div,
.numbers div,
.numbers-magenta div,
.numbers-onnumara div,
.numbers-hizli-numara div {
	font-family: "DM Sans Medium";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #EA0029;
	color: #fff;
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 19px;
	line-height: 35px;
	margin: 0 2px;
	margin-right: 4px;
}

.numbers-purple div {
	background-color: #FF5100;
}

.numbers-lightblue div {
	background-color: #00B2BF;
}


/* onnumara number color */

.numbers-onnumara div {
	background-color: #A25EB5;
}


/* hizli numara number color */

.numbers-hizli-numara div {
	background-color: #F6DE5A;
	color: #722189;
	margin-bottom: 6px;
}


/* sanstopu number color */

.numbers-magenta div {
	background-color: #E50695;
}

.numbers-lightblue div:nth-child(7),
.numbers-lightblue div:nth-child(8),
.numbers-purple div:nth-child(7),
.numbers-purple div:nth-child(8),
.numbers div:nth-child(7),
.numbers div:nth-child(8),
.numbers-magenta div:nth-child(6),
.numbers-magenta div:nth-child(7),
.numbers-magenta div:nth-child(8) {
	position: relative;
	background-color: #169AD6;
	margin: 0 4px;
}

.numbers-lightblue div:nth-child(7):after,
.numbers-lightblue div:nth-child(8):after,
.numbers-purple div:nth-child(7):after,
.numbers-purple div:nth-child(8):after,
.numbers div:nth-child(7):after,
.numbers div:nth-child(8):after,
.numbers-magenta div:nth-child(6):after,
.numbers-magenta div:nth-child(7):after {
	position: absolute;
	text-align: center;
	color: #383838;
	bottom: 35px;
	left: -3px;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	width: 100%;
	font-family: "DM Sans Medium";
}

.numbers div:nth-child(8) {
	background-color: #FFE103;
	margin-left: 10px;
	color: #383838;
}

.numbers-purple div:nth-child(7):after,
.numbers div:nth-child(7):after,
.numbers-magenta div:nth-child(6):after {
	content: attr(data-content);
}

.numbers-lightblue div:nth-child(7):after,
.numbers div:nth-child(7):after,
.numbers-magenta div:nth-child(6):after {
	content: attr(data-content);
}

.numbers-purple div:nth-child(8):after,
.numbers div:nth-child(8):after,
.numbers-magenta div:nth-child(7):after {
	content: attr(data-content);
}

.numbers-lightblue div:nth-child(8):after,
.numbers div:nth-child(8):after,
.numbers-magenta div:nth-child(7):after {
	content: attr(data-content);
}

.see-detail {
	color: #8E8E93;
	font-size: 12px !important;
	line-height: 76px !important;
	margin-bottom: 0 !important;
}

.see-detail img {
	margin-right: 8px;
}

.drawn_detail_first {
	color: #169AD6 !important;
	font-family: "DM Sans";
	font-size: 14px;
	text-transform: uppercase;
}

a.drawn_detail_first.draw-details-redirect img {
	margin-bottom: 1px;
	margin-left: -9px;
}

.visible-mobile {
	display: none;
}

.draws-details-row {
	margin-top: 2px;
}

.drawn_detail {
	line-height: 32px;
	text-transform: uppercase;
	border-radius: 100px;
	border: 1px solid #00B2BF;
	background-color: white;
	color: #00B2BF;
	font-family: "DM Sans Medium";
	font-size: 14px;
	font-weight: 500;
	width: 137px;
	height: 32px;
	text-align: center;
	padding: 8px 0 8px 16px;
}

a.drawn_detail:hover {
	text-decoration: none;
}

.SAYISAL .drawn_detail {
	border: 1px solid #EA0029;
	color: #EA0029;
}

.MILLIPIYANGO .drawn_detail {
	border: 1px solid #23AAE2;
	color: #23AAE2;

}

.ONNUMARA .drawn_detail {
	border: 1px solid #A25EB5;
	color: #A25EB5;
	bottom: 41px;
}

.ONNUMARA .drawn_detail.center-button {
    bottom: 70px;
}

.HIZLI-ON-NUMARA .drawn_detail {
	border: 0.8px solid #722189;
	color: #722189;
	bottom: 40px;
}

.SANSTOPU .drawn_detail {
	border: 1px solid #E50695;
	color: #E50695;
}

.SUPERLOTO .drawn_detail {
	border: 1px solid #FF5100;
	color: #FF5100;
}

.Ev-kazan .drawn_detail {
	border: 1px solid #00B2BF;
	color: #00B2BF;
}

.drawn_detail svg {
	margin-top: -2px;
	width: 20px;
}

.list-pagination {
	display: table;
	margin: 0 auto;
	margin-top: 25px;
}

.list-pagination ul li a {
	margin: 0 5px;
	color: #FFFFFF;
	font-family: "DM Sans Bold";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5.33px;
	line-height: 16px;
}

.list-pagination ul li a:hover,
.list-pagination ul li.active a {
	color: #0173B9;
}

.list-pagination ul {
	padding: 0 16px;
	margin-bottom: 0px;
	list-style-type: none;
}

.list-pagination ul li:before {
	display: none;
}

.list-pagination ul li {
	color: #A1A1A1;
	font-family: "DM Sans";
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 13px;
	cursor: pointer;
	display: inline;
}

.list-pagination .page-active {
	font-family: "DM Sans Medium";
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #0173B9;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	box-shadow: 0 2px 4px 0 rgba(99, 99, 99, 0.5);
}

.pagination-prev,
.pagination-next,
.pagination {
	display: inline-flex;
	float: left;
}

.pagination-next,
.pagination-prev {
	display: none;
	padding: 3px;
}

.pagination-prev img {
	cursor: pointer;
}

.pagination-next img {
	cursor: pointer;
}

.hp-box {
	background-color: unset;
}

.pagination-dots {
	color: #A1A1A1;
	font-size: 12px;
	letter-spacing: 2px;
}

.ticket-numbers {
	display: inline-block;
	margin-right: 16px;
	margin-top: 8px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	padding: 5px 5px 5px 5px;
	height: 36px;
	width: 150px;
	font-size: 26px;
	line-height: 29.58px;
	font-family: DM Sans Medium;
}

.see-detail .ticket-numbers {
	background: #169AD6;
}

.ticket-detail {
	display: inline-flex;
}

.title_filter {
	top: 8px;
	left: 10px;
	font-size: 12px;
	opacity: 1;
	background-color: #FFFFFF;
	color: rgba(79, 79, 79, 0.5);
	display: table;
	font-family: "DM Sans Medium";
	z-index: 1;
}

.center-button {
	bottom: 40px;
	right: 55px;
}

.ONNUMARA button.drawn_detail.draw-details-redirect.center-button,
.HIZLIONNUMARA button.drawn_detail.draw-details-redirect.center-button {
	bottom: 80px;
	right: 60px;
}

.hide-class {
	display: none;
}

img.arrow {
	margin-bottom: 3px;
	width: 25px;
}

@media (min-width: 980px) {
	.list {
		padding-right: 5px;
	}
	.col-lg-4.month,
	.col-lg-3.year,
	.col-lg-3.search {
		flex: 0 0 27%;
	}
	.col-lg-3 {
		max-width: 27%;
	}
}

@media (min-width: 768px) and (max-width: 979.98px) {
	.list-filters {
		margin: 0 2px 20px 0;
	}
	select#draw-month,
	select#draw-year,
	input.search-draw.input-search-draw, #search-draw {
		width: 184px;
	}
	.draws-submit {
		width: 99px;
		padding : 11px !important;
	}

	.list-filters div[class^="col-"] {
		padding-left: 4px;
		padding-right: 4px;
		flex: 0;
		max-width: 100%;
	}
	.hizli-numara-filters.list-filters select,
	.hizli-numara-filters.list-filters input.search-draw {
		font-size: 13px;
	}
	.hizli-numara-filters .col-lg-2.hour {
		flex: 0 0 15.9%;
	}
	.hizli-numara-filters .col-lg-3.day,
	.hizli-numara-filters .col-lg-3.year {
		flex: 0 0 11.9%;
	}
	.hizli-numara-filters select#draw-month,
	.hizli-numara-filters select#draw-year,
	.hizli-numara-filters .draws-submit {
		width: 100px;
	}
	.hizli-numara-filters .col-lg-3.search {
		flex: 0 0 23%;
	}
	.hizli-numara-filters input.search-draw.input-search-draw {
		width: 150px;
	}
	.hizli-numara-filters.list-filters select#draw-hour {
		background-position-x: 104%;
		padding-left: 4px;
	}
	.colored {
		width: 208px;
	}
	.HIZLIONNUMARA .draw_entry.month.year {
		height: 180px;
	}
	.HIZLI-ON-NUMARA .drawn_detail {
		bottom: 25px;
	}
	.numbers-hizli-numara {
		width: 268px;
		height: 102px;
		margin: 0;
	}
	.list .row {
		width: 675px;
		height: auto;
	}
	.list .row.SANSTOPU {
		height: 120px;
	}
	.container.new-result-component {
		padding-left: 16px;
		padding-right: 13px;
		width: 724px;
	}
}

@media (max-width: 979.98px) {
	.list-filters div:after {
		display: none;
		top: 50%;
	}
	.list-filters.all-filters {
		margin-bottom: 8px;
		margin-left: 0px;
		margin-top: 10px;
	}
	.list .row {
		margin-right: 0;
		margin-left: 0;
	}
	.filter-group {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-y: hidden;
		scrollbar-width: none;
		margin-left: 0;
		padding-left: 0;
		padding-top: 23px;
	}
	.filter-group::-webkit-scrollbar {
		display: none;
	}
	.loto {
		width: 170px;
		height: 80px;
	}
	.HIZLIONNUMARA .loto {
		width: 150px;
	}
	.loto .image {
		height: 65px;
	}
	span.image.hizli-numara {
		margin-top: 49px;
		margin-left: 3px;
		width: 130px;
	}
	img.image.evkzn {
		height: 47px;
		margin-left: 16px;
	}
	span.image.onnumara {
		margin-left: 28px;
		margin-top: 28px;
	}
	span.image.evkzn {
		margin-left: 15px;
		margin-top: 15px;
	}
	span.image.superloto {
		margin-left: 18px;
		margin-top: 15px;
	}
	span.image.sayisaloto {
		margin-left: 20px;
	}
	span.image.sanstopu {
		margin-left: 25px;
		background-size: 105px 80px;
	}
	span.image.millypiyango {
		margin-left: 17px;
	}
	.draw_entry {
		margin: 3px 0 8px 0;
	}
	.HIZLIONNUMARA .draw_entry {
		margin: 8px 0;
	}
	.dr-nr {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.SAYISAL .draw_entry .draw_date {
		margin-left: 35px;
	}
	.ONNUMARA .draw_date {
		margin-top: 6px;
	}
	.HIZLI-ON-NUMARA .draw_date {
		margin-top: 4px;
	}
	.numbers-lightblue div:nth-child(7):after,
	.numbers-lightblue div:nth-child(8):after,
	.numbers-purple div:nth-child(7):after,
	.numbers-purple div:nth-child(8):after,
	.numbers div:nth-child(7):after,
	.numbers div:nth-child(8):after,
	.numbers-magenta div:nth-child(6):after,
	.numbers-magenta div:nth-child(7):after,
	.numbers-magenta div:nth-child(8):after {
		font-size: 8px;
		bottom: 25px;
	}
	.numbers-lightblue,
	.numbers-purple,
	.numbers,
	.numbers-magenta,
	.numbers-onnumara {
		padding: 7.5px 0;
		margin-bottom: 30px;
	}
	.numbers-onnumara {
		width: 240px;
	}
	.numbers-onnumara .onnumcontainer {
		width: 268px;
	}
	.numbers-hizli-numara .hizlicontainer {
		width: 275px;
	}
	.onnum .draw_entry {
		margin: auto 18px auto 10px;
	}
	.numbers-lightblue div,
	.numbers-purple div,
	.numbers div,
	.numbers-magenta div,
	.numbers-onnumara div,
	.numbers-hizli-numara div {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 13.6px;
	}
	.numbers-hizli-numara div {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.drawn_detail {
		visibility: visible;
	}
	.drawn_detail img {
		visibility: visible;
	}
	.list-filters select,
	.list-filters input.search-draw {
		font-size: 16px;
		overflow: scroll;
	}
	.list-filters select {
		background-position-x: 97%;
		background-position-y: 7px;
	}
	.list-filters input.search-draw {
		background-position-x: 97%;
		background-position-y: 7px;
	}
	.ONNUMARA .drawn_detail {
		bottom: 23px;
	}
	.ONNUMARA .drawn_detail.center-button{
        bottom: 55px;
        right: 44px;
    }
	.colored .draw_date,
	.HIZLI-ON-NUMARA .hizli-jackport-label,
	.HIZLI-ON-NUMARA .hizli-jackport-label p {
		text-align: end;
	}
	.colored .nextjackpot {
		text-align: end;
		font-size: 24px;
	}
	.title_filter {
		/* Safari 5.1+, Chrome 10+ */
		background: linear-gradient(rgba(255, 255, 255, 0) 40%, white 60%, rgba(255, 255, 255, 0) 40%);
		/* the standard */
	}
}

@media (max-width: 767.98px) {
	.colored {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	#lottery-type span.lightblue, #lottery-type span.red, #lottery-type span.orange,#lottery-type span.turchese,
	#lottery-type span.lightpurple,#lottery-type span.purple,#lottery-type span.deeppurple{
		border: none;
	}
	#lottery-type span.allfilter {
		width: 70px;
		line-height: 14px;
		margin-left: 12px;
		white-space: normal;
	}
	#lottery-type {
		height: 34px;
		display: flex;
	}
	#lottery-type span {
		height: 34px;
		width: 70px;
		margin-right: 5px;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
	}
	.list .row {
		border: 1px solid #EAEFF4;
		box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		margin-left: 10px;
		width: 98%;
	}
	.container.new-result-component {
		box-shadow: none;
		padding-left: 5px !important;
	}
	.list-filters {
		margin: -15px -5px 20px 5px;
	}
	.list-filters select {
		background-color: #ffffff;
	}
	.list-filters select:disabled {
		background-color: #ebebe4 !important;
	}
	.list-filters div[class^="col-"] {
		margin-top: 0;
	}
	.list-filters.all-filters {
		margin-bottom: 10px;
		margin-left: 10px;
		margin-top: 4px;
	}
	.list-filters.all-filters .all-draws-label {
		font-size: 20px;
		line-height: 30px;
	}
	.hizli-numara-filters.list-filters select,
	.hizli-numara-filters.list-filters input.search-draw {
		font-size: 16px;
	}
	.hizli-numara-filters .col-lg-2.hour,
	.hizli-numara-filters .col-lg-3.day,
	.hizli-numara-filters .col-lg-4.month,
	.hizli-numara-filters .col-lg-3.year {
		flex: 0 0 50%;
		margin: 0px 0px 15px 0px;
	}
	.hizli-numara-filters .col-lg-3.search {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.HIZLI-ON-NUMARA .drawn_detail {
		bottom: 12px;
	}
	.hp-box {
		background-color: #005C95;
	}
	.loto .image {
		width: 100%;
		margin: 0 auto;
	}
	.loto {
		margin: 0 auto;
		height: 45px;
	}
	.ONNUMARA .loto {
		height: 32px;
	}
	.colored,
	.SUPERLOTO .colored,
	.SAYISAL .colored,
	.SANSTOPU .colored,
	.ONNUMARA .colored,
	.Ev-kazan .colored,
	.MILLIPIYANGO .colored,
	.HIZLI-ON-NUMARA .colored {
		width: 100%;
		height: 60px;
		position: relative;
		border-radius: 0px 0px 4px 4px;
		top: 0;
	}
	.nextjackpot {
		margin-left: 9px;
	}
	.ticket-detail {
		margin-left: 20%;
	}
	.ticket-numbers {
		margin-bottom: 9px;
	}
	.dr-nr {
		margin-top: 9px;
		margin-bottom: 15px;
	}
	.draw_entry {
		width: 100%;
		text-align: center;
	}
	.numbers-lightblue div,
	.numbers-purple div,
	.numbers div,
	.numbers-magenta div,
	.numbers-onnumara div {
		text-align: center;
		float: none;
		margin-right: 0;
		margin: 0;
	}
	.numbers,
	.see-detail,
	.numbers-purple,
	.numbers-lightblue,
	.numbers-magenta,
	.numbers-onnumara {
		margin-left: 0;
		line-height: 26px;
		padding: 0;
		margin-bottom: 12px;
		margin-top: 0;
	}
	.list .row {
		height: unset;
		flex-direction: column;
	}
	.list-filters div:after {
		top: calc(50% + 7px);
	}
	.filter-group {
		padding-top: 4px;
	}
	.numbers-onnumara .onnumcontainer,
	.numbers-hizli-numara .hizlicontainer {
		width: 234px;
		text-align: left;
		margin-left: 10px;
	}
	.numbers-onnumara {
		margin-top: 10px;
		width: 275px;
		margin: 4px auto;
	}
	.list-filters select,
	.list-filters input.search-draw {
		padding: 7px;
		margin-top: 0;
	}
	.draws-submit {
		margin: 14px 0 0 0 !important;
		width: 100% !important;
		padding: 11px !important;
	}
	.drawn_detail {
		visibility: visible;
		padding-left: 5px;
		bottom: 12px;
		height: 36px;
		width: 142px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ONNUMARA .drawn_detail {
		bottom: 12px;
	}
	.ONNUMARA .drawn_detail.center-button {
	    bottom: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 33px;
	}
	span.image.superloto {
		background-size: 138px 40px;
		width: 138px;
		height: 40px;
		margin-top: 10px;
		margin-left: 16px;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Super Loto.svg');
		background-repeat: no-repeat;
	}
	span.image.evkzn {
		background-repeat: no-repeat;
		width: 111px;
		height: 65px;
		background-size: 111px 40px;
		margin-top: 10px;
		margin-left: 30px;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Ev-Kazan.svg');
	}
	span.image.onnumara {
		width: 135px;
		height: 30px;
		background-size: 135px 30px;
		margin-top: 3px;
		margin-left: 17.5px;
		background-repeat: no-repeat;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Onnumara.svg');
	}
	span.image.millypiyango {
		background-size: 140px 30px;
		width: 140px;
		height: 30px;
		margin-top: 10px;
		margin-left: 15px;
		background-repeat: no-repeat;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Milli Piyango.svg');
	}
	span.image.sanstopu {
		background-repeat: no-repeat;
		width: 135px;
		height: 44px;
		background-size: 130px 44px;
		margin-top: 10px;
		margin-left: 17.5px;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/SansTopu.svg');
	}
	span.image.sayisaloto {
		background-size: 138px 44px;
		width: 138px;
		height: 44px;
		margin-top: 10px;
		margin-left: 16px;
		background-repeat: no-repeat;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Sayisal Loto.svg');
	}
	span.image.hizli-numara {
		background-size: 135px 36px;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/jet10-mob.svg');
		width: 150px;
		height: 90px;
		background-size: 145px 35px;
		margin-top: 15px;
		background-repeat: no-repeat;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/HON_Logo-Mobile.svg');
	}
	.HIZLIONNUMARA .draw_entry.month.year,
	.HIZLIONNUMARA .dr-nr {
		margin-top: 0;
		margin-bottom: 0;
	}
	.HIZLIONNUMARA .hizli-jackport-label {
		margin-top: 9px;
	}
	.HIZLIONNUMARA .drawn_detail {
		bottom: 12px;
	}
	.HIZLIONNUMARA .draws-details-row {
		margin-bottom: 5px;
		margin-top: 0;
	}
	.numbers-hizli-numara .hizlicontainer {
		margin-left: auto;
		margin-right: auto;
		width: 241px;
	}
	.numbers-hizli-numara {
		width: 240px;
		height: 85px;
		margin: 10px auto;
		margin-bottom: 0;
	}
	.numbers-hizli-numara div {
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 4px;
	}
	.colored .nextjackpot {
		margin-left: 12px;
		text-align: start;
		font-size: 22px;
		letter-spacing: -0.51px;
		line-height: 24px;
	}
	.colored .draw_date,
	.HIZLI-ON-NUMARA .hizli-jackport-label {
		margin-left: 12px;
		font-size: 11px;
		text-align: start;
	}
	.HIZLI-ON-NUMARA .hizli-jackport-label p {
		font-size: 11px;
		text-align: start;
	}
	.colored .nextjackpot .currency_code {
		font-size: 18px;
	}
	.draws-details-row img {
		margin-top: -1px;
	}
	.visible-mobile {
		display: inline;
	}
	.hidden-mobile {
		display: none;
	}
	a.drawn_detail_first.draw-details-redirect img {
		margin-bottom: 1px;
		margin-left: 0;
	}
}

@media (max-width: 499.98px) {
	.list-pagination ul {
		padding: 0 8px;
	}
	.list-pagination ul li {
		margin: 0 10px;
	}
}

@media (max-width: 399.98px) {
	.list-pagination ul {
		padding: 0 6px;
	}
	.list-pagination ul li {
		margin: 0 8px;
	}
}

@media (max-width: 359.98px) {
	.list-pagination ul li {
		margin: 0 5px;
	}
}

.single-results .bs-wrapper {
	border-radius: 6px;
	margin-top: 8px;
	padding-top: 0;
}

.jackpot-section {
    display: flex;
    flex-direction: column;
}

.jackpot-title{
    margin-right: 0px !important;
}

.single-result-logo {
	margin-bottom: 32px;
	border-radius: 4px 4px 0 0;
	text-align: initial;
	margin-right: -20px;
	margin-left: -20px;
	height: 80px;
}

.single-result-logo .header-logo {
	height: auto;
	max-height: 70px;
}

.single-result-logo p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 6px;
}

.single-result-logo .drawn_detail {
	bottom: 20px;
	text-align: center;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center right 2px;
	margin-right: 15px;
	font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 257.143% */
    letter-spacing: 0.087px;
    text-transform: uppercase;
    border-radius:100px;
}

.single-result-logo a:hover {
	text-decoration: none;
}

.red-loto .single-result-logo {
	background: linear-gradient(180deg, #DE0618 0%, #FD6975 100%);
}

.orange-loto .single-result-logo {
	background: linear-gradient(180deg, #FF5100 0%, #FC996B 100%);
}

.blue-loto .single-result-logo {
	background: linear-gradient(180deg, #00B2BF 0%, #6FE8F0 100%);
}

.magenta-loto .single-result-logo {
	background: linear-gradient(180deg, #EB1390 0%, #FD7AC7 100%);
}

.purple-loto .single-result-logo {
	background: linear-gradient(180deg, #8F37A5 0%, #BE5DC8 100%);
}

.deeppurple-loto .single-result-logo {
	background: linear-gradient(180deg, #722189 0%, #8E5DA0 100%);
}

.red-loto .header-logo {
	height: 92%;
}

.orange-loto .header-logo {
	height: 94%;
}

.blue-loto .header-logo {
	height: 59px;
	padding-left: 60px;
	margin-top: 10px;
}

.purple-loto .header-logo {
	height: 95%;
}

.deeppurple-loto .header-logo {
	margin-left: 20px;
}

.red-loto .single-result-logo .drawn_detail {
	color: #EA022A;
	border: 1px solid #EA0029;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-say.svg);
}

.orange-loto .single-result-logo .drawn_detail {
	color: #FF9700;
	border: 1px solid #FF9700;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-super.svg);
}

.blue-loto .single-result-logo .drawn_detail {
	color: #00B2BF;
	border: 1px solid #00B2BF;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-evk.svg);
}

.magenta-loto .single-result-logo .drawn_detail {
	color: #e10098;
	border: 1px solid #e10098;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-sans.svg);
}

.purple-loto .single-result-logo .drawn_detail {
	color: #A25EB5;
	border: 1px solid #A25EB5;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-onnum.svg);
}

.deeppurple-loto .single-result-logo .drawn_detail {
	color: #722189;
	border: 1px solid #722189;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/arrow-hizli.svg);
	background-position: center right 0px;
}


/*
.magenta-loto .single-result-logo div:last-child {
    display: none;
} */

.single-res-nav-header {
	box-sizing: border-box;
	padding: 16px 20px 11px;
	border: 1px solid #EDEDED;
	border-radius: 14px;
	background-color: #F9F9FB;
	margin-bottom: 30px;
}

.single-result-heading {
	position: relative;
	text-align: center;
}

.time-next-date {
	margin-left: 15px;
}

.header-jackpot {
	text-align: center;
	text-transform: uppercase;
	padding-right: 0;
	padding-left: 0;
	margin-left: -26px;
	margin-right: 10px;
}

.header-jackpot span {
	color: #FFFFFF;
	font-family: "DM Sans Bold";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1.99px;
	line-height: 34px;
}

.header-jackpot .jackpot,
.header-jackpot .thousand,
.header-jackpot .million {
	font-size: 35px;
	letter-spacing: -2.99px;
}

.header-jackpot .thousand,
.header-jackpot .million,
.header-jackpot .jpcurrency {
	display: none;
}

.single-result-subtitle {
	opacity: 0.5;
	color: #4F4F4F;
	font-family: "DM Sans Medium";
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

.single-result-title {
	font-family: "DM Sans Bold";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

.red-loto .single-result-title {
	color: #EA022A;
}

.orange-loto .single-result-title {
	color: #FF5100;
}

.blue-loto .single-result-title {
	color: #00B2BF;
}

.magenta-loto .single-result-title {
	color: #E10098;
}

.purple-loto .single-result-title {
	color: #A25EB5;
}

.deeppurple-loto .single-result-title {
	color: #722189;
}

.single-result-heading .numbers-container {
	padding-top: 16px;
	padding-left: 30px;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 #E3E3E3;
	display: grid;
	justify-content: center;
	place-items: center;
}

.numbers-container::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 0;
	bottom: -5%;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.red-loto .numbers-container::after {
	top: 57%;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-sayisal.svg');
}

.orange-loto .numbers-container::after {
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-super.svg');
}

.blue-loto .numbers-container::after {
	top: 57%;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-ev.svg');
}

.magenta-loto .numbers-container::after {
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-sans.svg');
}

.purple-loto .numbers-container::after {
	top: 30%;
	bottom: -30%;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-numara.svg');
}

.deeppurple-loto .numbers-container::after {
	top: 20%;
	bottom: -30%;
	background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLI-hon.svg');
}

.numbers-container h2 {
	color: #0099D9;
	font-family: "DM Sans Medium";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
	text-align: center;
}

.loto-numbers {
	display: table-cell;
	margin: 0 auto;
	margin-bottom: 25px;
	height: 54.88px;
}

.loto-numbers.purple-loto,
.loto-numbers.deeppurple-loto {
	width: 60%;
	height: 100%;
}

.loto-numbers.deeppurple-loto {
	margin-bottom: 0;
	padding-left: 0px;
}

.loto-numbers div {
	display: inline-block;
	float: left;
	font-family: "DM Sans Medium";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	margin: 0 8px;
}

.loto-numbers .jolly {
	position: relative;
	background-color: #169AD6 !important;
}

.loto-numbers .superstar {
	position: relative;
	background-color: #FFE103;
}

.loto-numbers .superstar:after {
	position: absolute;
	content: attr(data-content);
	color: #000000;
	bottom: 55px;
	left: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.loto-numbers .jolly:after {
	position: absolute;
	content: attr(data-content);
	color: #000;
	bottom: 55px;
	left: 9px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.purple-loto .loto-numbers {
	margin-bottom: 10px;
}

.single-result-heading .red-loto div {
	background-color: #EA0029;
}

.single-result-heading .magenta-loto div {
	background-color: #E10098;
}

.single-result-heading .blue-loto div {
	background-color: #00B2BF;
}

.single-result-heading .orange-loto div {
	background-color: #FF5100;
}

.single-result-heading .purple-loto div {
	background-color: #A25EB5;
	margin-bottom: 16px;
}

.single-result-heading .deeppurple-loto div {
	background-color: #F6DE5A;
	color: #722189;
	margin-bottom: 16px;
}

.single-result-heading .red-loto .jolly {
	background-color: #23AAE2;
}

.single-result-heading .red-loto .superstar {
	background-color: #FFE103;
	color: #000000;
}

.milli-draws .draw-details {
	margin-top: 45px;
	padding: 15px 15px 15px 25px;
}

.resultdrawcomponent h3 {
	color: #383838 !important;
}

.milli-draws h3 {
	color: #0099D9;
	font-family: "DM Sans";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
	text-align: center;
}

.milli-draws .draw-details {
	border: 1px solid #E7E7E7;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.ticket-nr-small,
.milli-draws .ticket-nr {
	border: 1px solid #DFDFDF;
	border-radius: 6px;
	width: 114px;
	height: 46px;
	line-height: 46px;
	font-weight: 500;
	font-size: 26px;
	color: white;
	background-color: #169AD6;
	margin: 0 auto;
}

.ticket-nr-small {
	text-align: center;
	font-size: 19px;
	display: inline-block;
	width: 81px;
	height: 41px;
	line-height: 41px;
	margin: 4px 1.6px;
}

.accordion {
	margin-top: 30px;
}

.accordion h5 {
	background-color: transparent !important;
}

.accordion h5 button {
	color: #0173B9 !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
}

.accordion .card-body {
	border-top: 0px;
}

.draws-video,
.single-results-data {
	margin: 0 auto;
	margin-top: 20px;
}

.single-results-data {
	padding-top: 20px;
	padding-bottom: 30px;
	width: 77%;
}
.jokerInfo {
	margin: 0 auto;
	width: 77%;
}
.superstarInfo {
	margin: 0 auto;
	width: 77%;
}
.result-table {
	background-color: #F9F9FB;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	border-radius: 16px;
	font-weight: 700;
}

.single-results-data .h-mimic {
	margin-bottom: 16px;
	text-align: center;
	color: #383838;
	font-family: "DM Sans Bold";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 34px;
}

.single-results-navigation .prev,
.single-results-navigation .next {
	position: absolute;
	color: #0173B9;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: right;
	top: 38%;
	font-family: "DM Sans Medium";
}

.purple-loto .single-results-navigation .prev,
.purple-loto .single-results-navigation .next {
	top: 28%;
}

.deeppurple-loto .single-results-navigation .prev,
.deeppurple-loto .single-results-navigation .next {
	top: 30%;
	z-index: 1;
}

.magenta-loto .single-results-navigation .prev,
.magenta-loto .single-results-navigation .next {
	top: 38%;
}

.single-results-navigation .prev {
	left: 15px;
	padding-left: 15px;
}

.single-results-navigation .prev:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0px;
	top: 4px;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/left-arrow-blue.svg);
	background-repeat: no-repeat;
}

.single-results-navigation .next {
	right: 15px;
	padding-right: 18px;
}

.single-results-navigation .next:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	right: 0;
	top: -2px;
	background-image: url(../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Arrow-Small-Right-Blue.svg);
	background-repeat: no-repeat;
}

.data-head {
	color: #383838;
	padding: 20px 0;
	background-color: #DFF5FF;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding-left: 40px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.hizli-table-info {
	display: block;
	margin-bottom: 8px;
}
.hizli-table-info-img{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.hizli-table-info p {
	font-family: DM Sans;
	font-size: 16px;
	line-height: 21px;
	margin-left: 35px;
	margin-bottom: 0;
}
.winning-list .no-gutters>[class*="col-"] {
    font-family: "DM Sans Medium";
}
.hizli-table .data-head {
	padding: 9px 10px;
	vertical-align: middle;
	height: 60px;
}

.hizli-table .data-head .col.winnings {
	margin: 5px;
}

.data-head.no-gutters>[class*="col-"],
.data-head.no-gutters>[class*="col"],
.data-head.no-gutters>[class*="col"] div {
	font-family: "DM Sans";
	font-weight: bold;
	margin: auto;
}

.hizli-table .data-head.no-gutters>[class*="col"].text-left .est-text {
	width: 120px;
	margin-left: -5px;
	text-align: center;
}

.hizli-table .winning-list .no-gutters>[class*="col"].text-left:first-child {
	padding-left: 38px;
}

.hizli-table .winning-list .no-gutters>[class*="col"].mp-value-detail {
	padding-right: 20px;
}

.hizli-table .data-light {
	font-family: "DM Sans";
	font-weight: bold;
}

.hizli-table .data-light.border-sep {
	border-bottom: 3px solid #5AB7F0;
}

.winning-list .no-gutters>[class*="col-"],
.winning-list .no-gutters>[class*="col"] {
	font-family: "DM Sans Medium";
	padding-left: 6.5px;
}

.col-4.text-right {
	padding-right: 30px;
	padding-left: 0;
}

.winning-list {
	padding-left: 20px;
	padding-right: 20px;
}

.category-number {
	color: #A1A1A1;
	font-size: 12px;
	line-height: 16px;
	font-family: "DM Sans";
	opacity: 0.5;
}

.col-4.text-left.category-number.ev-kazan {
	text-align: center !important;
}

.col-4.text-left.mp-value-detail {
	text-align: center !important;
	padding-left: 0;
}

.col-4.text-right.col-right {
	padding-right: 40px;
}

.winning-list div:last-child {
	border-bottom: none;
}

.winning-nr {
	color: #0173B9;
	font-size: 12px;
	line-height: 16px;
	font-family: "DM Sans";
	opacity: 0.5;
}

.data-light {
	color: #383838;
	font-size: 18px;
	line-height: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #7AC4F2;
	font-family: "DM Sans Medium";
	text-align: center;
	width: auto;
}

.border-change {
	border-bottom: 3px solid #5AB7F0;
}

.draw-result-wrapper > :first-child {
  	align-items: flex-start;
}

.draw-result-wrapper > :last-child {
  	align-items: flex-end;
}

.logo-col, .next-draw-col, .jackpot-col, .play-drawn-col {
    flex: 1;
    align-items: center;
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.play-drawn-col .drawn_detail {
	padding: 0;
}

.logo-col.centered-col {
	align-items: center;
}

@media (min-width: 767.98px) {
    .data-head.no-gutters>[class*="col-"], .data-head.no-gutters>[class*="col"], .data-head.no-gutters>[class*="col"] div {
        width: 120px;
    }
	.played-n {
	   text-align: center;
	   margin-left: 10px !important;
	}
	.draw-result-wrapper > :last-child p {
		margin-right: 24px;
	}
	
	.draw-result-wrapper > :last-child {
		margin-right: 10px;
	}
}
@media (max-width: 979.98px) {
	.orange-loto .header-logo {
		height: 95%;
	}
	.header-logo {
		max-width: 250px;
	}
	.single-results .bs-wrapper {
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
	.single-result-logo {
		margin: 0;
	}
	.blue-loto .header-logo {
		height: 54px;
		padding-left: 40px;
	}
	.deeppurple-loto .header-logo {
		max-width: 205px;
	}
	.header-jackpot span {
		font-size: 23px;
		line-height: 31px;
	}
	.header-jackpot .jackpot,
	.header-jackpot .thousand,
	.header-jackpot .million {
		font-size: 32px;
	}
	.single-result-logo .col {
		padding-right: 0;
		padding-left: 0;
	}
	.single-result-logo .drawn_detail {
		bottom: 22px;
	}
	.single-res-nav-header {
		border-radius: 0;
		margin-bottom: 26px;
	}
	.deeppurple-loto .single-res-nav-header {
		margin-bottom: 34px;
	}
	.red-loto .single-results-navigation .prev,
	.red-loto .single-results-navigation .next {
		top: 37%;
	}
	.single-results-navigation .prev,
	.single-results-navigation .next,
	.magenta-loto .single-results-navigation .prev,
	.magenta-loto .single-results-navigation .next {
		top: 33%;
	}
	.purple-loto .single-results-navigation .prev,
	.purple-loto .single-results-navigation .next {
		top: 22%;
	}
	.deeppurple-loto .single-results-navigation .prev,
	.deeppurple-loto .single-results-navigation .next {
		top: 25%;
		z-index: 1;
	}
	.single-result-heading .numbers-container {
	    padding-left: 20px;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.loto-numbers.purple-loto,
	.loto-numbers.deeppurple-loto {
		width: 670px;
	}
	.red-loto .numbers-container::after {
		top: 52%;
	}
	.numbers-container::after,
	.blue-loto .numbers-container::after {
		top: 49%;
	}
	.purple-loto .numbers-container::after {
		bottom: -7%;
	}
	.deeppurple-loto .numbers-container::after {
		top: 33%;
	}
	.single-results-data {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.jokerInfo {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.superstarInfo {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.single-result-title {
		font-size: 20px;
		line-height: 26px;
	}
	.col-4.text-right {
		padding-right: 20px;
		padding-left: 0;
	}
	.col-4.text-right.col-right {
		padding-right: 35px;
	}
}

@media (max-width: 767.98px) {
	.jackpot-col, .play-drawn-col {
		flex: auto;
		width: 100%;
	}
	.next-draw-col {
		flex-direction: row;
	}
	.time-labels-detail {
		padding-left: 0;
		margin-left: 0;
	}
	.time-next-date {
		margin-left: 0;
	}
	.draw-result-wrapper > :last-child {
		align-items: center;
	}
	.logo-col.centered {
		align-items: center;
	}
	.single-result-logo {
		height: auto;
	}
	.deeppurple-loto .header-logo {
		max-width: 119px;
		margin: 4px 0;
	}
	.single-result-logo .jackpot-countdown-header-item {
		text-align: center;
	}
	.single-result-logo p {
		font-size: 11px;
		text-align: left;
		margin: 0 2px;
	}
	.purple-loto .single-result-logo p {
		right: 100px;
	}
	.single-result-logo .drawn_detail {
		position: relative;
		bottom: 1px;
        padding: 2px 18px 2px 10px;
		margin: 10px 0;
		display: inline-block;
	}
	.header-jackpot {
		text-align: center;
		margin: 0;
	}
	.header-jackpot p {
		display: none;
	}
	.red-loto .header-logo {
		width: 160px;
	}
	.orange-loto .header-logo {
		width: 145px;
		margin-left: -5px;
	}
	.magenta-loto .header-logo {
		width: 140px;
		margin-top: 2px;
		height: auto;
	}
	.purple-loto .header-logo {
		width: 140px;
		margin-left: -8px;
		margin-top: 0;
		height: unset;
	}
	.blue-loto .header-logo {
		height: 30px;
		padding-left: 23px;
	}
	.header-jackpot span {
		font-size: 24px;
		line-height: 31px;
	}
	.header-jackpot .jackpot,
	.header-jackpot .thousand,
	.header-jackpot .million {
		font-size: 28px;
		margin-bottom: 5px;
		color: #FFFFFF;
		font-family: "DM Sans";
		font-weight: bold;
		letter-spacing: -0.77px;
		line-height: 30px;
		text-align: center;
	}
	.single-result-logo .col {
		padding-right: 5px;
		padding-left: 0;
	}
	.single-res-nav-header {
		border-radius: 0;
		margin-bottom: 26px;
	}
	.red-loto .single-results-navigation .prev,
	.red-loto .single-results-navigation .next,
	.single-results-navigation .prev,
	.single-results-navigation .next {
		top: 44%;
	}
	.magenta-loto .single-results-navigation .prev,
	.magenta-loto .single-results-navigation .next {
		top: 44%;
	}
	.purple-loto .single-results-navigation .prev,
	.purple-loto .single-results-navigation .next {
		top: 38%;
		z-index: 5;
	}
	.deeppurple-loto .single-results-navigation .prev,
	.deeppurple-loto .single-results-navigation .next {
		top: 38%;
		z-index: 1;
	}
	.single-results-navigation .prev span,
	.single-results-navigation .next span {
		display: none;
	}
	.single-result-heading .numbers-container {
		display: block;
		padding-top: 25px;
		width: 320px;
		min-height: 110px;
		padding-left: 0px;
	}
	.numbers-container h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.loto-numbers {
		height: auto;
		margin-bottom: 20px;
		display: table-cell;
	}
	.loto-numbers div {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		margin: 0px 3px;
	}
	.single-result-heading .deeppurple-loto div {
		margin: 2px;
	}
	.loto-numbers .jolly:after,
	.loto-numbers .superstar:after {
		bottom: 32px;
		font-size: 9px;
		left: -6px;
	}
	.loto-numbers .jolly:after {
		left: 3px;
	}
	.loto-numbers .superstar:after {
		left: -6px;
	}
	.loto-numbers.purple-loto,
	{
		width: 288px;
	}
	.loto-numbers.deeppurple-loto {
		width: 304px;
		padding-left: 10px;
		height: 140px;
	}
	.red-loto .numbers-container::after {
		top: 56%;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLImobile-ss.svg');
	}
	.orange-loto .numbers-container::after {
		top: 60%;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLImobile-sl.svg');
	}
	.blue-loto .numbers-container::after {
		top: 60%;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLImobile-ek.svg');
	}
	.magenta-loto .numbers-container::after {
		top: 56%;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLImobile-st.svg');
	}
	.purple-loto .numbers-container::after,
	.deeppurple-loto .numbers-container::after {
		bottom: -17%;
		background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/CORIANDOLImobile-on.svg');
	}
	.deeppurple-loto .numbers-container::after {
		top: 42%;
	}
	.single-result-heading .purple-loto div {
		margin-bottom: 6px;
	}
	.hizli-table-info p {
		font-size: 10px;
		line-height: 13px;
	}
	.single-results-data {
		width: 304px;
		padding-top: 0;
	}
	.jokerInfo {
		width: 304px;
	}
	.superstarInfo {
		width: 304px;
	}
	.single-result-title {
		font-size: 18px;
		line-height: 22px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.single-result-subtitle {
		font-size: 11px;
    }
    .single-results-data .h-mimic {
    	font-size: 20px;
        line-height: 26px;
    }
    .no-gutters>[class*="col-"] {
    	padding-left: 12px;
	}
	.row.no-gutters.data-head {
		margin-right: 0;
		margin-left: 0;
	}
	.hizli-table .data-head {
		padding: 6px 8px;
	}
	.hizli-table .data-head .text-left:first-child {
		margin-left: 6px;
	}
	.hizli-table .data-head.no-gutters>[class*="col"].text-left .est-text {
		width: 77px;
	}
	.hizli-table .winning-list .no-gutters>[class*="col"] {
		padding-left: 0;
		margin-left: -3px;
	}
	.hizli-table .winning-list .no-gutters>[class*="col"].text-left:first-child {
		padding-left: 20px;
	}
	.hizli-table .winning-list .no-gutters>[class*="col"].mp-value-detail {
		padding-right: 0;
	}
	.hizli-table .no-gutters>[class*="col-"] {
		padding-left: 0;
	}
	.hizli-table .data-head.no-gutters>[class*="col"].text-left .est-text {
		margin-left: 0;
	}
	.hizli-table .winning-list {
		padding-right: 0;
	}
	.hizli-table .winning-list .row {
		margin-left: -6px;
		width: 100%;
	}
	.data-head {
		font-size: 13px;
		line-height: 16px;
		padding-left: 0;
	}
	.data-light {
		font-size: 12px;
	}
	.sm-center {
		text-align: center;
	}
	.time-next-date {
		position: relative;
		top: 0;
		right: 0;
		width: 50%;
	}
	.rectangle {
		margin: 2px 4px;
	}
	.deeppurple-loto .rectangle {
		margin-top: 6px;
	}
	.col-4.text-right {
		padding-right: 5px;
		padding-left: 0;
	}
	.col-4.text-right.col-right {
		padding-right: 10px;
	}
	.purple-loto .col.time-next-date {
		padding-right: 10px;
		padding-left: 5px;
	}
}

@media (max-width: 360px) {
	.single-result-heading .red-loto .jolly {
		margin-right: 8px;
	}
	.single-result-logo p {
		margin-left: -27px;
	}
	.col-4.text-right {
		padding-right: 0;
		padding-left: 0;
	}
	.col-4.text-right.col-right {
		padding-right: 10px;
	}
}

@media (max-width: 330px) {
	.single-result-heading .red-loto .jolly {
		margin-right: 4px;
	}
}

.hp-box {
	background-color: unset;
}

.noresultdraws {
	text-align: center;
	height: 28px;
	opacity: 0.4;
	color: #383838;
	font-family: "DM Sans";
	font-size: 22px;
	font-weight: 500;
	line-height: 27.58px;
}

.pagination-page {
	float: left;
}

