@charset "UTF-8";

/* PERSONAL DATA */

#client #client-address-delivery,
#client #client-address-invoice {
	min-height: 10vh;
}

#client #client-address-delivery .fa-star,
#client #client-address-invoice .fa-star {
	color: var(--theme-bg-color);
}


/* XS */
@media only screen and (min-width : 0px) {

}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}