.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_container {
margin: 0 auto;
background-color: rgb(255, 255, 255);
width: 30%;
border: 1px solid rgba(18, 18, 18, 0.1);
padding: 40px 20px;
border-radius: 30px;
height: auto;
display: flex;
flex-direction: column;
justify-content: start;
gap: 20px;
align-items: center;
}
@media (width <= 768px) {
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_container {
padding: 0;
margin-top: 5em;
width: 100%;
border: 0 none transparent;
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_headingwrapper {
margin-top: 10px;
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_heading {
font-size: 18px;
}
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_headingwrapper {
margin-top: 25px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_heading {
color: rgb(18, 18, 18);
text-align: center;
font-family: Mark Pro;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_warningwrapper {
padding: 15px 20px;
width: 75%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border: 1px solid rgb(249, 168, 37);
border-radius: 13px;
}
@media (width <= 800px) {
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_warningwrapper {
width: 85%;
padding: 15px;
justify-content: space-between;
}
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_warningicon {
width: 24px;
height: 24px;
padding: 2px;
margin-right: 15px;
}
.tz_co_asoft_academia_website_academia_deleteaccount_deleteorprune_form_styles_message {
color: rgba(18, 18, 18, 0.8);
font-family: Mark Pro;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
