/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2 paź 2024, 12:47:06
    Author     : katia lapko
*/

body {
    font-family: Oswald;
    color: #181817;
}
.section-main {
    background: url(/img/wygpl/biblioteka/LightW2.png) right no-repeat, #35D8FD;
    padding-block: 64px;
}
/*formularze*/
.form-title_main {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-box {
    border-radius: 6px;
    background: #FFF;
    padding: 24px 32px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.form-title {
    margin: 14px 0 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
}
.phoneAndPrefix {
    position: relative;
}
.tel-prefix {
    position: absolute;
    top: 3px;
    left: 3px;
}
.forminput {
    border: 3px solid #181817;
    background:  #FFF;
    border-radius: 8px;
    height: 60px;
    padding-left: 15px;
    width: 433px;
}
.forminput::placeholder {
    color:  #A8A8A8;
    font-family: Roboto;
    font-size: 14px;
}
#countryCode {
    padding-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: right;
    border: none;
    outline: none;
    direction: rtl;
    cursor: pointer;
    width: 62px;
    height: 54px;
    background: url(/img/wygpl/biblioteka/Polygon.svg) 5px center no-repeat, #ECEFE7;
    font-family: Roboto;
    font-size: 18px;
    line-height: 54px;
    border-radius: 8px 0 0 8px;
}
/*#separatephone {
    padding-left: 88px;
}*/
.btns, .popupButton {
    border-radius: 33px;
    padding: 20px 26px;
    border: 3px solid #FFF;
    cursor: pointer;
    width: 100%;
    background: #5A35FD;
    color: #D8FD35;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 40px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-customize {
    position: absolute;
    display: none;
    width: 100%;
    min-height: 100%;
    padding: 70px 0 80px;
    height: fit-content;
    border-radius:  6px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.95);
    font-size: 25px;
    line-height: 130%;
    inset: 0;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    z-index: 10;
    color: #000;
    font-weight: 700;
    top: 50px;
}
.popupButton {
    width: fit-content;
    margin-top: 30px;
    padding-inline: 40px;
}
@media (max-width:575px) {
    .form-title_main {
        font-size: 22px;
    }
    .forminput {
        width:290px;
    }
    .section-main {
        padding-block: 48px;
    }
}
/*panel*/
.big-title {
    text-align: center;
    font-family: "Mouse Memoirs";
    font-size: 62px;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.big-subtitle, .timer-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 135%;
    text-transform: uppercase;
}
.timer-title {
    margin-bottom: 8px;
}
.timer-box {
    padding: 48px 40px 58px;
    margin-bottom: 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.85);
}
.timer-thx {
    display: flex;
    justify-content: center;
}
.timer__container, .timer__container-box {
    display: flex;
    position: relative;
}
.timer__container-time {
    color:  #3920A3;
    font-family: "Martian Mono";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
}
.timer__label-description {
    position: absolute;
    color: #656565;
    font-size: 9px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    bottom: -10px;
    left:34px;
}
.timer__container-dots {
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 3px;
    position: relative;
    bottom: -8px;
}
.timer-godziny2 {
    left: 31px;
}
.timer-dni {
    left: 22px;
}
.btn-play {
    border-radius: 33px;
    border: 3px solid #FFF;
    background: #D8FD35;
    color: #5A35FD;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 20px 48px;
    cursor: pointer;
    width: fit-content;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.btn-play span {
    width: 17px;
    background: #5A35FD;
    height: 17px;
    display: block;
    border-radius: 3px;
}
.startLotteryBtn {
    margin-top: 50px;
    width: fit-content;
    margin-inline: auto;
    display: none;
}
.showWinnersBtn {
    margin-top: 18px;
    max-width: 440px;
    margin-inline: auto;
    display: none;
}
.hideWinnersBtn {
    display: none;
}
.loading-box {
    font-size: 20px;
    margin-inline: auto;
    margin-top: 50px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 411px;
    line-height: 29px;
    text-transform: uppercase;
    display: none;
}
.progress-bar {
    width: 100%;
    height: 24px;
    border: 3px solid #181817;
    background: #FFF;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.fill {
    width: 0;
    height: 100%;
    background-color: #FD35D8;
    border-radius: 9px;
    animation: fill-animation 5s linear infinite;
}
@keyframes fill-animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.winners-box {
    width: 700px;
    margin: 32px 0;
    display: none;
}
.winners-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.winners-table {
    padding: 15px 24px 21px;
    border-top: 1px solid #181817;
    border-bottom: 1px solid #181817;
    color:#181817;
    font-size: 15px;
    line-height: 15px;
}
.winners-row {
    display: flex;
    justify-content: space-between;
}
.winners-table .winners-row:not(:last-child) {
    margin-bottom: 16px;
}
@media (max-width:767px) {
    .winners-box {
        width: 100%;
    }
    .timer-box,  .loading-box, .showWinnersBtn, .startLotteryBtn  {
        margin-inline: 24px;
    }
    .showWinnersBtn, .startLotteryBtn {
        width: auto;
    }
}
@media (max-width:575px) {
    .winners-box {
        max-width: 360px;
        margin-inline: 24px;
    }
    .winners-row {
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width:375px) {
    .winners-box {
        max-width: 300px;
    }
    .timer-box, .loading-box, .showWinnersBtn, .startLotteryBtn, .form-box {
        margin-inline: 10px;
    }
    .form-box {
        padding: 24px;
    }
}