.bloggerly-button-1{
    display: inline-block;
    justify-content: center;
    align-items: center;
    background: #FF4773;
    padding: 1.2vw 2vw;
    color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 125%;
    text-align: center;
    border: none;
    border-radius: 0.8vw;
    cursor: pointer;
    text-decoration: none !important;
    margin: 1vw 0;
}

.bloggerly-button-1:hover{
    color: #fff;
    background: #301869;
}

.bloggerly-button-1:disabled{
    opacity:0.5;
}

.bloggerly-input-1{
    width: 200px;
    height: 57px;
    padding: 20px 15px 20px 15px;
    gap: 10px;
    border-radius: 10px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
}

.bloggerly-text-2{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: rgba(30, 30, 30, 1);

}
.bloggerly-form-1{
    height: fit-content;
    margin: auto;
    padding: 50px 50px 50px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    gap: 20px;
    border-radius: 50px;
    opacity: 0px;
}

.bloggerly-title-1{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: rgba(51, 34, 86, 1);
}
.bloggerly-subtitle-1{
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    /* color: rgba(48, 24, 105, 1); */
}



.bloggerly-content-1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.bloggerly-form-1{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bloggerly-withdrawals-content-1{
    display: flex;
    /* justify-content: center; */
    flex-direction: row;
}
.bloggerly-text-1{
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: rgba(51, 34, 86, 1);

}

a.bloggerly-text-1 {
    color:#FF4773;
}

.bloggerly-question-1{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: rgba(51, 34, 86, 1);
}

.bloggerly-answer-1{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: rgba(51, 34, 86, 1);
}
@media screen and (max-width: 512px) {
    .bloggerly-withdrawals-content-1{
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
    }
}