/*=============================================*/
/*================Form styles==================*/
/*=============================================*/
/*Here i will overwrite some of the form styles, because i couldnt find them in the other css files with 19000 lines in them*/

.swal2-confirm {
    background-color: #fe5b1a !important;
    border: none !important;
}

.tick_click {
    background-color: #fbf3eb;
    border-radius: 8px;
    padding: 24px 16px 0 16px;
}

.tick_click div {
    border: none !important;
}

.rounded-circle {
    box-shadow: none !important;
}

.pg_background {
    background-color: #fbf3eb;
}

.back-button {
    /* border: solid black 2px !important; */
    background-color: white !important;
    color: black !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.next-button {
    text-transform: uppercase;
    font-weight: 600;
}

.pg_form_heading {
    font-size: 70px;
}

.pg_form_paragraph {
    padding-bottom: 20px;
}

.DOBinput {
    background-color: white;
    font-weight: 600;
    font-size: 16px;
    padding-top: 0;
}

html body .rounded-circle {
    border-radius: 15% !important;
}

/*=============================================*/
/*==============mobile styles==================*/
/*=============================================*/

@media only screen and (max-width: 600px) {
    .pg_feedback {
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .tick_click {
        background-color: white;
        padding: 10px 10px 0 10px !important;
    }

    .tick_click div {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
        border: none !important;
    }

    .pg_new_formula1{
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }

    .pg_form_heading {
        text-align: center;
        font-size: 50px;
    }

    .pg_form_paragraph {
        text-align: center;
    }

    .rounded-circle {
        border: solid #777777 2px;
    }

    .back-button {
        /* border: solid black 2px !important; */
        background-color: transparent !important;
    }
}


/* CSS for desktop */
@media only screen and (min-width: 768px) {
    .loader img {
        width: 400px; /* Adjust the width as needed */
        height: auto;
    }
}

/* CSS for mobile */
@media only screen and (max-width: 767px) {
    .loader img {
        width: 150px; /* Adjust the width as needed */
        height: auto;
        padding-top: 50%;
    }
}
