/* Accordion styles */

.faq-container {
    width: 80%;
    margin: 20px auto auto auto;
}

.accordion .card {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    background-color: rgba(9, 19, 33, 0.06);
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.accordion .card-header {
    border: none;
    background-color: #fff;
}

.collapse.show + .card-header {
    background: grey;
}

.accordion .card-header button {
    color: #000;
}

.accordion .card-body {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
}

.accordion h5 {
    cursor: pointer;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion h5[aria-expanded="true"] {
    background-color: #EBECED;
}

.accordion h5[aria-expanded="true"] button {
    color: #0173B9;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.accordion h5[aria-expanded="false"] button {
    color: #383838;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.collapse, .collapsing {
    background-color: rgba(9, 19, 33, 0.06);
}

.accordion-arrow {
    transition: 0.3s ease-in;
    transform-origin: center;
}

.btn-link.collapsed {
    color: rgba(0, 0, 0, .5);
}

.btn-link:hover, .btn-link:focus {
    color: initial;
    text-decoration: none;
}

.btn.btn-link {
    padding-left: 0;
}

h5[aria-expanded="true"] .accordion-arrow {
    transform: rotate(-180deg);
}

h5[aria-expanded="false"] .accordion-arrow {
    transform: rotate(0deg);
}

/* Overwriting Bootstrap class */
.accordion > .card > .card-header {
    margin-bottom: 0;
    padding: 0;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid #E7E7E7;
    border-radius: 4px;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media (max-width: 979.98px) {
    .accordion .card-body {
        text-align: center;
    }
}

.list-filters {
    margin: 25px -5px 20px -5px;
}
.list-filters select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.list-filters div {
    position: relative;
}
.list-filters div:after {
    display: none;
    position: absolute;
    content: '';
    background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Arrow-Small-Down-Blue.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 10px;
    top: calc(50% + 7px);
    transform: translatey(-50%);
    pointer-events: none;
    cursor: pointer;
}
.list-filters div:last-child:after {
    display: none;
}
.list-filters div:nth-child(4):after{
    background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Search_Blu.svg');
}
.list-filters select,
.list-filters input.search-draw{
    font-size: 16px;
    padding: 10px;
    color: rgba(79, 79, 79, 0.5);
    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;
}
.loto {
    position: relative;
    width: 97px;
    height: 76px;
}
.loto .image {
    width: 82px;
    height: 38px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    margin-left: 15px;
    transform: translatey(-50%);
}
.draws-submit {
    background-color: #0173B9 !important;
    padding: 10px !important;
    width: inherit;
}
.list-filters div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.list .row {
    position: relative;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    height: 76px;
}
.draw_entry {
    margin: 0 25px;
}

.draw_entry.hizli-on-numara {
    margin: 25px 25px;
}
.dr-nr {
    height: 20px;
    margin-top: 15px;
}
.draw_entry .draw_nr,
.draw_entry .drawn {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 20px;
    float: left;
    display: inline-block;
    font-family: DM Sans Medium;
}
.draw_entry .draw_date,
.draw_entry .draw_time {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 10px;
}
.numbers-purple,
.numbers {
    margin: 17.5px 0;
}
.numbers-purple div,
.numbers div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FA8E1C;
    color: #fff;
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 2px;
}
.numbers-purple div {
    background-color: #7851A3;
}
.numbers-purple div:nth-child(7),
.numbers-purple div:nth-child(8) {
    position: relative;
    background-color: #169AD6;
    margin: 0 4px;
}
.numbers-purple div:nth-child(7):after,
.numbers-purple div:nth-child(8):after {
    position: absolute;
    text-align: center;
    color: #169AD6;
    top: 30px;
    left: 0;
    font-size: 9px;
    font-weight: 500;
    line-height: 16px;
    width: 100%;
}
.numbers-purple div:nth-child(7):after {
    content: attr(data-content);
}
.numbers-purple div:nth-child(8):after {
    content: attr(data-content);
}
.see-detail {
    color: #8E8E93;
    font-size: 12px;
    margin-bottom: 0;
}
.see-detail img {
    margin-right: 8px;
}
.drawn_detail {
    right: 10px;
    color: #169AD6 !important;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
}
.drawn_detail svg {
    margin-top: -2px;
    width: 20px;
}
.drawn_detail svg use {
    fill: #169AD6 !important;
}
.list-pagination {
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}
.list-pagination ul li a {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 16px;
    margin: 0 5px;
}
.list-pagination ul li a:hover,
.list-pagination ul li.active a {
    color: #0173B9;
}
.list-pagination ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.list-pagination ul li:before {
    display: none;
}
.list-pagination ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.pagination-prev,
.pagination-next,
.pagination {
    display: inline-flex;
    float:left;
}
.pagination-next,
.pagination-prev {
    display: none;
}
.pagination-prev img {
    cursor: pointer;
    transform: rotate(180deg)
}
.pagination-next img {
    cursor: pointer;
}

.hp-box {
    background-color: unset;
}
.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: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;

}

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

.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;
}

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

.draw-result-wrapper > :last-child p {
    margin-right: 18px;
}

.draw-result-wrapper > :last-child {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .hp-box {
        background-color: #005C95;
    }
    .time-labels-detail {
        font-size: 10px;
        margin-left: 10px;
        margin-top: -3px;
    }
    .day-label {padding-left:5px}
    .hours-label {padding-right:5px}

    .draw-result-wrapper > :last-child p {
        margin-right: 0;
    }

    .draw-result-wrapper > :last-child {
        margin-right: 0;
        align-items: center;
    }

    .single-result-logo img {
        max-height: 35px;
    }

    .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;
	}
}

@media (max-width: 979.98px) {
    .list-filters {
        justify-content: center;
    }
    .draws-submit {
        margin: 12px 0 0 0 !important;
        background-color: #fff !important;
        color: #0173B9 !important;
        border: 1px solid #0173B9 !important;
        width: 113px !important;
    }
    .list-filters div:after  {
        display: block;
        top: 50%;
    }
    .loto {
        width: 76px;
    }
    .loto .image {
        width: 55px;
        height: 25px;
    }
    .draw_entry {
        margin: 0 18px 0 10px
    }
    .numbers-purple, .numbers {
        padding: 7.5px 0;
    }
    .numbers-purple div, .numbers div {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13.6px;
        font-weight: bold;
    }
    .drawn_detail img {
        visibility: visible;
    }

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

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

@media (max-width: 767.98px) {
    .list .row {
        height: unset;
    }
    .list-filters div:after{
        top: calc(50% + 7px);
    }
    .numbers,
    .see-detail,
    .numbers-purple {
        width: 100%;
        margin-left: 15px;
        line-height: 26px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    .list-filters select, .list-filters input.search-draw {
        padding: 7px;
        margin-top: 14px;
    }
    .draws-submit {
        margin: 14px 0 0 0 !important;
        background-color: #fff !important;
        color: #0173B9 !important;
        border: 1px solid #0173B9 !important;
        width: 100% !important;
        padding: 11px !important;
    }
    .drawn_detail {
        display: inline-block;
        visibility: visible;
        position: unset;
        right: unset;
        margin-top: 15px;
        line-height: 20px;
    }
}


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

.single-result-subtitle {
    margin-bottom: 24px;
    margin-top: 10px;
    opacity: .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 {
    color: #169AD6;
    margin-bottom: 0;
    font-family: "DM Sans";
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}

.loto-numbers {
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 54.88px;
}

.loto-numbers div {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FA8E1C;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 2.5px;
}

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

.loto-numbers .jolly:after {
    position: absolute;
    content: attr(data-content);
    width: 50px;
    color: #169AD6;
    top: 55px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

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


.single-result-logo {
    background: linear-gradient(180deg, #0888D4 0%, #3EB2EB 100%);
    margin-bottom: 32px;
    border-radius: 4px 4px 0 0;
    padding: 7px 24px 0px 0;
    text-align: initial;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px;
    height: 80px;
}

.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;
    font-family: "DM Sans Medium";
}

.single-result-logo button:focus {
    outline: none;
}

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

.red-loto .jolly, .red-loto .superstar {
    background-color: #23AAE2;
}

.milli-draws {
    margin-top: 39.5px;
}

.milli-draws .draw-details {
    margin-bottom: 18px;
    padding: 15px 15px 15px 25px;
}

.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);
}

.milli-draws .ticket-nr {
    padding-left: 10px;
    padding-right: 10px;
     border: 1px solid #DFDFDF;
     border-radius: 6px;
     min-width: 130px;
     height: 50px;
     line-height: 46px;
     font-weight: 500;
     font-size: 26px;
     color: white;
     background-color: #169AD6;
     margin: 0 auto;
     display: inline-block;
}

.drawn_detail {
    line-height: 33px;
    text-transform: uppercase;
    border-radius: 6px;
    border:  1px solid #23AAE2;
    background-color: white;
    color: #169AD6;
    bottom: 8px;
    right: 8px;
    font-family: "DM Sans Medium";
    font-size: 14px;
    font-weight: 500;
    width: 125px;
    padding: 0;
}
.single-result-logo .drawn_detail {
    border-radius: 100px;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Arrow-Small-Right-Light_Blue.svg');
}
.single-result-logo a:hover {
    text-decoration: none;
}
.single-result-logo img {
   height: 92%;
   margin-left: 12px;
   max-width: 230px;
}

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

.accordion {
    margin-top: unset;
}

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

.accordion h5 button {
    color: #0099D9 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 29px !important;
}

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

.accordion .card-body .ticket-nr-small {
    border: 1px solid rgba(142, 197, 231, 0.5);
    border-radius: 6px;
    width: 114px;
    height: 37.92px;
    line-height: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #169AD6;
    background-color: white;
    letter-spacing: 1.89px;
    box-sizing: border-box;
    display: inline-table;
    margin-bottom: 8px;
    margin-right: 5px;
    font-family: "DM Sans";
    text-align: center;
}

.accordion .card:first-of-type .ticket-nr-small {
     border: 1px solid #dfdfdf;
     border-radius: 6px;
     width: 114px;
     height: 46px;
     line-height: 46px;
     font-weight: 500;
     font-size: 26px;
     color: white;
     background-color: #8EC5E7;
     margin: 0 auto;
     display: inline-table;
     text-align: center;
}


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

.single-results-data {
    padding: 20px;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.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: 37%;
    font-family: "DM Sans Medium";
}

.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;
   visibility: visible;
}

.data-head {
    color: #383838;
    padding: 15px 0;
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.data-light {
    color: #A1A1A1;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #EAEAEA;
}

.single-results-data div:last-child {
    border: none;
}

.modul-desc {
    color: #8E8E93;
    font-size: 16px;
    line-height: 20px;
}

.showresults-img {
    width: 31.56px;
    height: 31.53px;
    vertical-align: bottom;
}

.single-result-pdf {
    font-size: 18px;
    line-height: 23px;
    margin-left: 9.44px;
}

.header-jackpot {
    text-align: center;
    text-transform: uppercase;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
    min-width: 25%;
}

.header-jackpot span {
    color: #FFFFFF;
    font-family: "DM Sans Bold";
    font-size: 26px;
    font-weight: bold;
    height: 45px;
    width: 197px;
    letter-spacing: -0.99px;
    line-height: 34px;
    text-align: center;
}
.header-jackpot .jackpot, .header-jackpot .thousand, .header-jackpot .million {
    font-size: 36px;
}
.header-jackpot .jpcurrency {
    letter-spacing: -0.71px;
}
.header-jackpot .thousand, .header-jackpot .million, .header-jackpot .jpcurrency {
    display: none;
}
@media (max-width: 979.98px) {

    .header-jackpot .jackpot, .header-jackpot .thousand, .header-jackpot .million {
        font-size: 34px;
        letter-spacing: -0.93px;
        line-height: 31px;
    }
    .header-jackpot .jpcurrency {
        font-size: 24px;
        letter-spacing: -0.66px;
    }
    .accordion .card-body {
        text-align: left;
    }

    .accordion .card-body .ticket-nr-small {
      margin-right: 3px;
      width: 97px;
    }

    .single-results-navigation .prev,
    .single-results-navigation .next {
       top: 104px;
    }

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

    .single-results-navigation .next {
        right: -20px;
    }

    .single-result-logo img {
        margin-left: 8px;
  		width: 202.78px;
    }
    .milli-draws .draw-details {
        margin-bottom: 23px;
    }

    .milli-draws .draw-details .ticket-nr {
        display: inline-block;
    }

    .milli-draws {
        margin-top: 22px;
    }
    .single-result-title {
        margin-top: 0;
    }
    .mp-detail .time-next-date {
        padding-left: 0;
    }
    .single-res-nav-header {
        background-color: #F9F9FB;
        margin-top: -31px;
        margin-left: -31px;
        margin-right: -31px;
        border: none;
        border-radius: 0;
    }

    .header-jackpot span {
        line-height: 16px;
    }

    .drawn_detail {
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    .loto-numbers {
        display: none;
    }

    .milli-draws .draw-details {
        margin-bottom: 14px;
    }

    .header-jackpot .jackpot, .header-jackpot .thousand, .header-jackpot .million {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -0.77px;
    }

    .milli-draws .draw-details .ticket-nr {
         font-size: 16px;
         line-height: 32px;
         height: 35.44px;
         min-width: 90px;
         font-weight: 500;
         letter-spacing: 1.23px;
         font-family: "DM Sans";
    }

    .milli-draws {
        margin-top: 15px;
    }

    .accordion .card:first-of-type .ticket-nr-small {
        font-size: 16px;
        margin-right: 16px;
        height: 36px;
        width: 90px;
        line-height: 36px;
        background-color: #8EC5E7;
    }

    .accordion .card-body .ticket-nr-small {
        font-size: 16px;
        width: 31.3%;
    }

    .mp-detail .single-result-logo.row {
        width: auto;
    }

    .single-result-logo img {
        height: 100%;
        width: auto;
        margin-top: -5px;
        margin-left: 5px;
    }

    .single-result-logo {
        height: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding: 7px 5px 7px 0;
        border-radius: unset;
    }

    .single-result-logo .jackpot-countdown-header-item {
        text-align: center;
    }

    .single-result-logo p {
        font-size: 11px;
        text-align: left;
        margin: 0 2px;
        min-width: 85px;
    }
    .header-jackpot .jpcurrency {
        font-size: 20px;
        letter-spacing: -0.55px;
    }
    .drawn_detail {
        line-height: 36px;
    }
    .single-res-nav-header {
        height: 90px;
        box-sizing: border-box;
        padding: 16px 20px 11px;
        border: 1px solid #ededed;
        border-radius: 0px;
        background-color: #f9f9fb;
        margin-bottom: 10px;
        margin-left: -16px;
        margin-right: -16px
    }

    .single-result-logo .drawn_detail {
        left: 0;
        padding: 8px;
        padding-right: 18px;
        position: relative;
    }

    .single-result-title {
        font-size: 18px;
        line-height: 22px;
    }

    .single-result-subtitle {
        font-size: 11px;
        line-height: 14px;
        margin-top: 6px;
    }

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

    .single-results-navigation .next {
            right: -5px;
    }

    .single-results-navigation .prev, .single-results-navigation .next {
        top: 33%;
    }

    .single-results-navigation .prev span, .single-results-navigation .next span {
		display:none;
	}

    .header-jackpot {
        text-align: center;
        margin: 0;
    }

    .header-jackpot p{
        display: none;
    }

    .sm-center {
        text-align: center;
        bottom: -5px;
    }
}


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

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

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

@media (max-width: 360px) {
    .single-result-logo img {
        height: 68%;
    }
}
@media (max-width: 321px) {
    .accordion .ticket-nr-small,
    .accordion .milli-draws .ticket-nr {
        width: 31% !important;
    }

    .accordion .milli-draws .ticket-nr {
       padding-left: 5px;
    }
}

