/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
div.owl-stage { display: flex; height: 10em; align-items: center; }

.v-btn-red { color:white;background-color:#C02942; }
.v-large-input { font-size: 20pt; }
.v-large-input label { font-size: 12pt; }
.v-large-input input { font-size: 16pt; }
.v-large-input .v-select__selection { font-size: 16pt; line-height: 25px !important; }
.v-large-input .v-text-field__suffix { font-size: 16pt; }
.v-large-input .v-text-field__details .v-messages__message { font-size: 10pt !important; line-height: 18px !important; }
.v-large-input .v-input__slot { min-height: 66px !important; }

@media(min-width: 800px) {
    span.makler-form-caption { width: 500px !important; }
}