@import url("customfonts.css");
@import url("theme-styles.css");

@font-face { 
    font-family: UniCredit-Regular; src: url('../fonts/UniCredit-Regular.woff'); 
} 

@font-face { 
    font-family: UniCredit-Bold; src: url('../fonts/UniCredit-Bold.woff'); 
} 


body {
	font-size: 15px!important;
}

h1 {
	font-family: 'UniCredit-Bold';
	padding-top: 0!important;
	font-weight: 400!important;
	letter-spacing: -.0133333333em;
	font-size:29px!important;
	/*text-shadow:0.5px 0 0 currentColor;*/
}

#logo-header {
	background-image: url("../img/company_logo_header.png")!important;
}

#logo-header > img {
	display:none!important;
}

.brand {
    min-height: 100px !important;
    min-width: 267px !important;
    /* padding-top: 20vh !important; */
    position: relative!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    top: 0!important;
}

.brand img {
	height: 100%!important;
    width: 100%!important;
	max-width: fit-content!important;
	max-height: fit-content!important;
	padding-top: 1rem!important;

}

.header {
    border-top: 3vh solid  !important;
    /*border-color: linear-gradient(to bottom, #d4241b 0%, #c8221a 100%);*/
    border-bottom: 0px !important;
    height: fit-content!important;
	border-color: var(--header-border-bottom-color)!important;
	/*transition: border-color 1s;*/
	box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
}
/*
.header:hover {
	border-color: #bdbdbd!important;
}
*/
/*
.header::after {
	content:"";
	position: absolute;
	height: 3vh;
	width: 100%;
	top: 0;
	border-bottom: 1px solid rgba(40,46,56,.12);
}*/

#main-container {
	padding: 16px!important;
}

.vueapp {
	background: linear-gradient(90deg,transparent 0,transparent 50%,#fff 0,#fff)!important;
}

.v-application--wrap {
	font-family: Arial,sans-serif!important;
	font-size: 15px!important;
}

.v-input__slot {
	border: 0!important;
	/*-webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);*/
}

.v-input__slot:before {
	border: 0!important;
}

.v-expansion-panel {
	/*-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 18%);*/
	box-shadow: 0 9px 44px 0 rgb(0 0 0 / 11%)
}	

.v-expansion-panel-content {
	font-family: Arial,sans-serif!important;
    font-weight: 400;
    line-height: 29px;
    
}

.v-expansion-panel--disabled {
	opacity: 0.6;
}

.v-expansion-panel-header {
    line-height: inherit!important;
	/* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 18%); */
	/* box-shadow: 0 3px 6px -6px black; */
	border-top: transparent 2px solid;
}

.v-expansion-panel-header--active {
	border-top: #e2001a 2px solid;
	transition: border-color 0.75s;
}

/*
.v-expansion-panel__header {
    background: linear-gradient(to bottom, #d4241b 0%, #c8221a 100%)!important;
}
*/

.v-expansion-panel-header:focus:before {
    opacity: 0!important;
}

.process-number {
	 border: 1px solid transparent;
	 line-height: inherit!important;
	 -webkit-box-shadow: 0 0px 3px 0 rgb(0 0 0 / 18%);
	 box-shadow: 0 0px 3px 0 rgb(0 0 0 / 18%);
}

.branch-list > .radio-group.v-input--radio-group--column:not(.selected), .service-expansion-panel:not(.selected){
    -webkit-box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 20%);
    border: 0!important;
}

.branch-list > .radio-group.v-input--radio-group--column.selected, .service-expansion-panel.selected {
    -webkit-box-shadow: 0px 0px 2px 1px rgb(216 0 33 / 20%);
    box-shadow: 0px 0px 2px 1px rgb(216 0 33 / 20%);
    border: 0!important;
}

.branch-address {
	opacity: 1!important;
	/*color: var(--secondary-font-color);*/
	display: inline!important;
}

/*
.theme--light.v-label {
	color: var(--secondary-font-color);
}*/

.select-language .v-text-field .v-input__append-inner {
	margin-top: 15px!important;
}

@media only screen and (max-width: 599px) {
	.select-language .v-select__selections {
		margin: 0!important;
	}
	/*.v-text-field .v-label {
		display: none;
	}*/
}

#language_dropdown {
    margin-top: 1rem!important;
	top: 4vh !important;
}

.v-label {
	flex: inherit!important;
}

.selectedColor, .selected.v-input, .selected .v-label {
	color: var(--secondary-font-color)!important;
	/*font-weight: 900!important;
	text-decoration: underline!important;*/
}

.selected {
	background-color: white!important;
}

.v-label.theme--light:hover {
	color: var(--secondary-font-color)!important;
}

 .selected > .v-label , .v-item--active > .v-label {
	color: var(--default-font-color)!important;
	border-bottom: 1px solid;
}

.selected > .v-label , .v-item--active > .v-label:hover {
	color: var(--secondary-font-color)!important;
}

 div:not(.selected, .v-item--active, .v-input__slot) > .v-label:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	display: inline-block;
	color: var(--secondary-font-color);
	height: 1em;
	width: 100%;
	border-bottom: 1px solid;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

 div:not(.selected, .v-item--active, .v-input__slot) > .v-label:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-confirm-button {
	background-color: var(--primary-btn-bg-color)!important;
}



.booking-wrapper .process-step-header .process-step-name {
    font-family: 'UniCredit-Bold';
	/*font-size: 18px!important;*/
    /*font-weight: 900!important;*/
	font-size: 18px!important;
    letter-spacing: -.0133333333em!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
	/*text-shadow:0.5px 0 0 currentColor;*/
}

.info-text {
	font-family: Arial,sans-serif!important;
	font-size: 15px!important;
	font-weight: 400!important;
	letter-spacing: -.0133333333em!important;
}

.info-text-strong {
	font-family: 'UniCredit-Bold'!important;
}

.booking-wrapper .v-expansion-panel__container.process-step-header.v-expansion-panel__container:focus .process-step-name {
    text-decoration: none!important;
}

.v-icon.mdi.mdi-radiobox-marked {
	color: var(--process-step-number-bg)!important;
}

.v-input--selection-controls.v-input .v-label {
	font-family: 'UniCredit-Bold'!important;
	font-weight: 300!important;
}

.v-input--selection-controls__ripple {
	opacity: 0!important;
}

.v-icon.mdi.mdi-radiobox-blank:hover, .v-icon.mdi.mdi-radiobox-blank:focus  {
	color:yellow!important;
}

.timeslot {
	background-color: var(--reset-btn-bg-color)!important;
}

.theme--light.timeslot.v-btn.v-btn--disabled {
	color: #ffffff!important;
	background-color: var(--defined-focused-element)!important;
}

.theme--light.timeslot.v-btn.v-btn--text:hover {
	border-color: #cc0b15!important;
	background-color: #cc0b15!important;
	color: var(--primary-color)!important;
}

.submit-disabled-btn.v-btn.v-btn--text.theme--light {
	background-color: var(--reset-btn-bg-color)!important;
	opacity: .5;
}

.submit-disabled-btn.v-btn.v-btn--text.theme--light:hover {
	background-color: var(--reset-btn-bg-color)!important;
	opacity: .5;
}

.submit.v-btn.v-btn--text.theme--light {
	background-color: var(--reset-btn-bg-color)!important;
}

#cduration {
	display:none!important;
}

::selection {
    background-color: white!important;
}