.countdown {
    text-transform: upperacse;
}

ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.numberofcountdown {
    font-family: "Inter", sans-serif;
    font-size: 4em;
    color: #fcfd02;
    font-weight: 700;
}

.titleofair {
    font-family: "Inter", sans-serif;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
}

.oads {
    clip-path: polygon(20px 0, 100% 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 50%);
    border-top-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
    background-color: white;
    color: black;
    padding: 5px 40px;
    font-weight: 700;
}

.sdok {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.claimtext {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.claimnmb {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}

.butsd0 {
    border-radius: 15px;
    background-color: #fcfd02;
    color: black;
    padding: 5px 40px;
    font-weight: 700;
    border: none;
}

.butsd0:active{
    background-color: #fcfd02 !important;

}

.butsd0:hover{
    background-color: #fcfd02 !important;

}

.oep03 {
    margin-left: -100px;
}

.do93 {
    border-top: 4px solid rgb(255, 234, 0);
    border-bottom: 4px solid rgba(255, 234, 0);
    border-left: 10px solid rgba(255, 234, 0);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 10px;
}

.do04 {
    border-bottom: 4px solid rgba(255, 234, 0);
    border-left: 10px solid rgba(255, 234, 0);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 10px;
}

.butsd0:disabled {
    background-color: #b7b59b;
}

.rlods9 {
    max-width: 700px;
}

input,
textarea {}

.inpseed {
    border-radius: 10px;
    font-size: 0.7rem;
    padding: 6px 6px;
    border: none;
    outline: none;
    font-size: 23px;
}

.full-input {
    display: inline-block;
    position: relative;
}

.pan3 {
    display: block;
    position: absolute;
    opacity: .3;
    padding: 9px 8px 0px 6px;
    top: 0;
    font-size: 23px;
    left: 0;
}

.inpseed[type=text] {
    width: 100%;
    padding: 0px 0px 0px 30px;
    margin: 8px 0;
    box-sizing: border-box;
    font-weight: 700;
}

.inpseede {
    border-radius: 10px;
    font-size: 0.7rem;
    padding: 6px 6px;
    border: none;
    outline: none;
    font-size: 23px;
    font-weight: 700;

}

.inpseede[type=text] {
    width: 100%;
    padding: 0px 0px 0px 40px !important;
    margin: 8px 0;
    box-sizing: border-box;
}

.modal-content {
    background-image: url(./assets/img/bck.svg);
}


.error {
    border-color: 1px solid red !important;
}

@media (max-width: 768px) {
    .titleofair {
        font-size: 3em;

    }

    
    .oep03 {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 35px;
        margin-left: 0px !important;
    }
}


@media (max-width: 576px) {
    .titleofair {
        font-size: 2em;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .numberofcountdown {
        font-size: 2em;
    }


    .rlods9 {
        padding-bottom: 40px;
    }

    .inpseed {
        font-size: 16px !important;
    }

    .claimtext {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

    .claimnmb {
        font-size: 34px;
        color: #fff;
        font-weight: 700;
    }
}