
/* Tablet Portrait Only */
@media (min-width: 600px) and (max-width: 899px) {
    .mainSection{
        margin-top: min(20vh , 50px);
    }

    button {
        width: 80%;
    }
    #claimForm {
        margin-block: 2em;
        margin-bottom: 4em;
        width: 95%;
    }
}

/* Tablet Portrait */
@media (min-width: 600px) {
}


/* Tablet Landscape only */
@media (min-width: 900px) and (max-width: 1199px) {
}


/* Tablet */
@media (min-width: 900px) {

}

/* Monitors only*/
@media (min-width: 1200px) and (max-width: 1799px) {
}


/* Desktops */
@media (min-width: 1200px) {
}

/* Big Displays */
@media (min-width: 1800px) {
}


/* Phone view */
@media (max-width: 599px) {

    .row{
        padding-inline: .5em;
    }

    .mainSection{
        margin-top: min(20vh , 50px);
        flex-direction: column;
    }
    #claimDash{
        margin-block: 2em;
        margin-bottom: 4em;
        width: 95%;
    }

    .splide__slide {
        padding: 2.5em;
    }

    #claimForm {
        margin-block: 2em;
        margin-bottom: 4em;
        width: 95%;
    }
    .address input {
        width: 100% !important;
    }
    .button{
        width: auto;
    }
    .leftColumn{
      text-align: center;
      max-width: 100%;
    }

    button {
        width: 80%;
    }
    .main_buttons_big{
        display: block;
    }
    .big_button {
        width: 100%;
        padding-block: max(50px, 6vw);
        font-size: 1.8em;
    }
    .main_logo img {
        max-width: 80%;
        /* margin-block: -10px; */
    }
    .lock {
        position: absolute;
        width: 7%;
        left: 14px;
        top: -38px;
    }
    #selectClaimNFTs {
        opacity: 0;
    }
    #claimNFTsForm {
        opacity: 0;
    }
    #displayForm{
        flex-direction: column;
    }
    .claimOrder {
        width: 100%;
    }
    form{
        width: 100%;
    }
    .custom{
        flex-direction: column;
    }
    .imageContainer{
        width: 100%;
    }
    .guidelines{
        width:100%
    }
    .stake_button {
        width: 50% !important;
    }

}