* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container {
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.header-title-wrapper h1 {
    font-size: 23px;
    margin-top: 20px;
    font-weight: 800;
}
.number-checkbox {
    appearance: none;
}
.number-label {
    max-height: 38px;
    padding: 50% 0px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    background: rgba(43, 93, 168, 0.1);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-title-wrapper p {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0px;
}

.how-work {
    font-size: 13px;
    color: #2B5DA8;
}

.jc-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-select-nobp svg:nth-of-type(2) {
    display: none;
}
#number-input {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgba(43, 93, 168, 0.1);
    border-radius: 15px;
}
.number-label--active {
    background: blue;
}
.grid-box,
.generator-box--default {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}
.generator  {
    font-family: "Inter", sans-serif;

}

.generator-box--default {
    color: #CCCCCC;
    display: flex;
}
.generator-box--default div,
.number-generator div {
    margin-right: 8px;
}
.flex-ai-c {
    display: flex;
    align-items: center;
}
.cutsom-select-nobp--text img
 {
    margin-right: 24px;
}
.cutsom-select-nobp--title img {
    margin-right: 14px;
}
.js-generator-box--default {
    display: none;
}
.generator-box {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgba(43, 93, 168, 0.1);
    display: flex;
    border-radius: 15px;
}
.generator-box--x {
    position: absolute;
    display: none;
    right: 15px;
    cursor: pointer;
}
.block {
    display: block;
}

.btn-generator {
    line-height: 20px;
    width: 100%;
    outline: unset;
    transition: 300ms;
    cursor: pointer;
    border: unset;
    color: white;
    padding: 12px 0px;
    font-weight: 600;
    font-size: 14px;
    background: #2B5DA8;
    border-radius: 30px;
}
.btn-generator:hover {
    background: #004E8F;
}
.btn-generator:active {
    transform: scale(0.994);
}

.out-of-header {
    padding-bottom: 50px;
}
/* select */

.custom-select-nobp {
    cursor: pointer;
    padding: 11px 20px;
    background: rgba(43, 93, 168, 0.1);
border-radius: 15px;
transition: 500ms;}
.how-work-modal--active .cutsom-select-nobp--text:hover {
    transition: 500ms;
}

.generator-wrapper {
    padding: 20px 15px;
    background: white;
    box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
    border-radius: 15px;
    margin: 20px 0px 15px;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    border: 1px solid #EAEFF7;
    border-radius: 15px;
    right: 0;
    z-index: 99;
}

.btn-buy {
    line-height: 18px;
    margin-left: 5px;
    font-family: "Inter", sans-serif;
    color: black;
    cursor: default !important;
    background: #FFCC01;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
    transition: 300ms;
    border-radius: 30px;
    opacity: 0.5;
    text-align: center;
    width: 70%;
    pointer-events: none;
}
.btn-buy.btn-buy--active:hover {
    background: #FFB801;
    color: black;
}
.btn-buy.btn-buy--active:active {
    transform: scale(0.994);
}

.btn-buy.btn-buy--active {
    cursor: pointer !important;
    opacity: 1;
    pointer-events: inherit;
}


.statistics {
    margin-top: 25px;
    border: 1px solid rgba(43, 93, 168, 0.1);
    padding: 15px 15px 0px 15px;
    border-radius: 15px;
}

.discover {
    cursor: pointer;
}

.statistics-box--title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0 10px;
}

.statistics-box--title {
    position: relative;
}

.discover-modal {
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: white;
    top: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    background: #2B5DA8;
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    margin-top: 7px;
}

.discover-modal--visible~.discover-modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* 
.discover-modal--visible path {
    fill: #94a2ad;
    transition: 500ms;
}

.discover-modal--visilbe svg {
    position: relative;
} */

.discover path:nth-child(3),
.discover path:nth-child(4) {
    opacity: 0;
}
.progress-line--lived {
    height: 100%;
    border-radius: 5px;
    width: 0%;
    background: #FFCD17;
    transition: 500ms;
}

/* .discover-modal--visible path:nth-child(3),
.discover-modal--visible path:nth-child(4) {
    opacity: 1;
} */

.statistics-numbers {
    max-height: 38px;
    transition: 300ms;
    color:black;
    padding: 50% 0px;
    font-weight: 400;
    border: unset;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    background: rgba(43, 93, 168, 0.05);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.statistics-numbers:hover:not(.statistics-numbers--active) {
    background: #E8EDF2;
}
.statistics-numbers[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.cutsom-select-nobp--text img,
#custom-select-nobp--img  {
    width: 37px;
}
.statistics-numbers-wrapper {
    margin-top: 15px;
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(38px, 38px));
    /* grid-template-columns: repeat(7, 38px); */
}
.statistics h2 {
    margin-bottom: unset;
}
.statistics-box {
    padding: 20px 0px 25px 0px;
}

.statistics-box:nth-of-type(3) {
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
    border-top: 1px solid rgba(43, 93, 168, 0.1);
}
.progress-line {
    width: 100%;
    height: 3px;
    background: rgba(43, 93, 168, 0.1);
border-radius: 5px;
overflow: hidden;
    margin: 10px 0 5px;
}
.js-game-progress {
    font-weight: 300;
font-size: 14px;
line-height: 20px;
color:#444F5F;
}
.js-game-progress b {
    font-weight: 600;
font-size: 14px;
line-height: 20px;
}
.progress-line__wrapper {
    display: flex;
}
.progress-line__wrapper-d {

}
.progress-line:nth-child(1) {
    margin-right: 4px;
}
.progress-line:nth-child(2) {
    margin-left: 4px;
}
.pG2 .progress-line--lived {
    background: #2B5DA8;
}
b.new-b  {
    font-weight: 800;
font-size: 15px;
line-height: 20px;
}
.flex {
    display: flex;
		margin-top: 15px;

    align-items: center;
}
.js-crown {
    margin-right: 4px;
    display: none;
}
.statistics h2,
.generator-accordion__text {
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
}
.generator-accordion__text {
    padding: 20px;
    cursor: pointer;
    position: relative;
    display: flex; 
    margin-bottom: unset;
    align-items: center;
}
.generator-accordion__text svg,
.custom-select-nobp svg {
    position: absolute;
    right: 24px;
    transition: 500ms
}
.custom-select-nobp {
    position: relative;
}

.generator-accordion--active svg {
    transform: rotate(180deg);
}
.generator-accordion {
    margin-top: 40px;
border: 1px solid #EAEFF7;
border-radius: 15px;
}
.generator-accordion__body li:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}
.generator-accordion__body li,
.how-work-modal li {
    display: flex;
    padding: 0 20px;
    font-weight: 400;
font-size: 14px;
line-height: 22px;
}
.how-work-modal li {
    padding: 10px 20px;
}
.generator-accardion--number {
    color: #2B5DA8;
    font-weight: 700;
    margin-right: 5px;
}
button:focus {
    outline: unset;
}
.generator-accordion__body {
    overflow: hidden;
    height: 0;
    transition: 500ms;
    transform-origin: top;
    opacity: 0;
}

.generator-accordion--active ~ .generator-accordion__body  {
    height: 174px ;
    opacity: 1;
    transform: scaleY(1);
    overflow: visible;
}
.generator-accordion {
    display: none;
}
.generator-accordion__body li:nth-child(1) {
    border-top: 1px solid #EAEFF7;
    padding-top: 20px;
}
.generator-accordion__body li:nth-last-child(1) {
    margin-bottom: 25px;
}
main ul li::before {
    display: none;
}

.how-work-modal--overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
visibility: hidden;
opacity: 0;
transition: 500ms;}

body.how-work-modal--active {
    overflow: hidden;
}

.how-work-modal,
.generator-modal {
    position: fixed;
    width: 100%;
    z-index: 11;
    visibility: hidden;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    transition: 300ms;
    transform: translateY(100%);
    transform-origin: top left;
}
.how-work-modal--close {
    position: absolute;
    right: 10px;
    top: -28px;
}
 @keyframes opacity {
    from{ 
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: translateY(-100%);
    }
}

.how-work-modal h3,
.generator-modal h3 {
    font-size: 21px;
    margin-bottom: 10px;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}
.generator-modal h3 {
    margin-bottom: unset;
}

.how-work-modal li:nth-last-of-type(1) {
    margin-bottom: 88px;
}
.custom-select-nobp--hidden {
    display: none;
}
.generator-modal .cutsom-select-nobp--text  {
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
    padding: 14px 34px;
    font-weight: 500;
font-size: 14px;
line-height: 22px;
}
.cutsom-select-nobp--title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.generator-modal {
    pointer-events: none;
    padding-bottom: 15px;
}
.cutsom-select-nobp--title span {
    margin-left: 3px;
}
.how-work-modal--active {
    opacity: 1;
    transform: unset;
    pointer-events: unset;
    visibility: visible;
}
.generator-modal .cutsom-select-nobp--text:nth-last-child(1) {
    border-bottom: unset;
}
.statistics-numbers--active {
    background: #2B5DA8;
    color: white;
}

.js-extended-close {
    cursor: pointer;
    margin-left: auto;
}
.extended-chance-box {
    background: rgba(0, 0, 0, 0.95);
border-radius: 15px;
color: white;
display: flex;
padding: 15px;
margin-top: 30px;
opacity: 0;
visibility: hidden;
transition: 300ms;
position: fixed;
right: 0;
left: 0;
width: 93%;
margin: 20px auto;
top: 0;
z-index: 10000;
}
.extended-chance-box--title {
    font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #FECC00;
margin-bottom: 5px;
}
.extended-chance-box--text {
    font-weight: 400;
font-size: 13px;
line-height: 18px;
}
.extended-chance-box .js-crown svg {
    min-width: 33px;
}
.extendet-box-text--wrapper {
    margin-left: 10px;
}
.js-extended-close {
    min-width: 15px;
}
.show {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.Good .progress-line:nth-child(1) .progress-line--lived{
    background: #2B5DA8;
}
.Good .progress-line:nth-child(2) .progress-line--lived{
    background: #FFCD17;
}
.rotate-nah {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 10px;
  }
  .rotate-nah .flex {
    margin-top: 10px;
  }

 
/* select end */
