#determina_marimea{ background-color: white; text-align: center; }
@media screen and (min-width: 500px) {
#determina_marimea{ width: 500px; padding: 10px 30px 20px 30px; }
}
@media screen and (max-width: 499px) {
#determina_marimea{ width: 98%; padding: 10px 5px; }
} #determina_marimea .popup_close { position: absolute; top: 3px; right: 3px; color: rgba(255,153,35,0.6); background-color: #EFEFEF; border: 0; font-size: 20px; font-weight: bold; padding: 0px 6px 2px 7px; border-radius: 50%; }
#determina_marimea .popup_close:hover { color: rgba(255,153,35,1) !important; } .title1{ font-family: arial; font-size: 30px; color: rgba(158,32,102,1); text-align: center; line-height: 1.5; margin-bottom: 10px; }
.title2{ font-size: 16px; text-align: center; } .measurement_fields{ margin: 20px 0; border: solid 1px #eee; }
@media screen and (min-width: 500px) { .measurement_fields{ padding: 15px 30px 0 30px; } }
@media screen and (max-width: 499px) { .measurement_fields{ padding: 10px 10px 0 10px; } }
.input-group{ margin-bottom: 15px; } .determina_marimea_button{ text-align: center; margin-bottom: 0px; }
#checksizebtn{ background-color: rgba(158,32,102,1); color: white; border: none; font-size: 18px; font-weight: bold; padding: 8px 30px; } .measure_instructions{ display: flex; margin-top: 0px; align-items: center; }
.measure_img{ width: 100px; margin-right: 15px; }
.measure_hr{ color: #eee; border-bottom: none; } .incbut{ font-size: 20px !important; cursor: pointer; }
.description{ width: 60%; } #sizeresult{
font-family: Georgia;
font-size: 48px;
color: red;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
} .sizevalue{
background-color: white !important;
border-top: solid 1px var(--bs-border-color) !important;
border-bottom: solid 1px var(--bs-border-color) !important;
margin-bottom: 0 !important;
}
.description{
margin-bottom: 0 !important;
}