/* root color variables */
:root {
	--colorMain: #e41779;
    --colorMain2: #9b59b6;
    --colorMain3: #fd9fb6;
    --colorMain4: #28edfd;
    --fontBody: 'Montserrat', sans-serif;
}

html body,
html body.md-theme-default {
  background: transparent;
  padding: 0;
}

.md-body-1, 
.mdc-typography--body1, 
p {
    font-family: var(--fontBody);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
}

.mdc-typography--body1, 
p {
    color: #6c7880;
}

p strong{
    color: #6c7880;
}

html body, 
html body.md-theme-default, 
html .book-day button.md-whiteframe.selectable, 
html .book-day button.md-whiteframe.disabled, 
html .book-day button.md-whiteframe.selectable, 
html .book-day button.md-whiteframe.disabled {
    font-family: var(--fontBody);
}

/* monthly */
.booking-header,
.date-select-headline {
    display: none;
}

/* title monthly */
.title.monthly {
    justify-content: space-between;
    background: var(--colorMain2);
    border-radius: 0;
}

.title.monthly .monthly-title {
    margin: 12px 0;
    font-family: var(--fontBody);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
}

@media (min-width:768px) {
    .title.monthly .monthly-title {
        margin: 30px 0;
        font-size: 40px;
        line-height: 40px;
    }
}

/* monthly nav */
.title.monthly .md-button,
.title.monthly .md-button .md-icon {
    color: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (min-width:768px) {
    .title.monthly .md-button,
    .title.monthly .md-button .md-icon {
        width: 100px;
        height: 100px;
        min-height: 100px;
        font-size: 30px;
    }

    .title.monthly .prev .md-button {
        left: 0;
    }
    
    .title.monthly .next .md-button {
        right: 0;
    }
}

.title.monthly .md-button .md-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdc-icon-button .mdc-icon-button__ripple:after, 
.mdc-icon-button .mdc-icon-button__ripple:before {
    display: none;
}

.title.monthly .md-button[disabled] .md-icon {
    opacity: .5;
}

html .md-button:focus {
    outline: none;
}

/* calendar monthly */
.calendar.monthly {
    max-width: 100%;
}

ul.week {
    margin: 0;
    background: #000;
    color: #fff;
}

ul.week li {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .03rem;
    text-transform: uppercase;
    padding: 10px 0;
}

@media (min-width:768px) {
    ul.week li {
        padding: 10px 0;
    }
}

.calendar div.calendar-days {
    padding: 0;
    margin: 0;
}

.calendar.monthly div.calendar-days {
    border-left: 1px solid #35444d;
}

.calendar.monthly .book-day {
    box-sizing: border-box;
    border: solid #35444d;
    border-width: 0 1px 1px 0;
    margin-bottom: 0;
}

.monthly .book-day button.md-whiteframe.md-whiteframe {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.book-day button.md-whiteframe {
    min-height: 40px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .book-day button.md-whiteframe {
        min-height: 100px;
    }
}

.calendar.monthly .md-body-1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.book-day button.md-whiteframe.disabled,
.book-day button.md-whiteframe.passive {
    color: #6c7880;
    background: #031521;
}

.book-day button.md-whiteframe.selectable {
    color: var(--colorMain);
    background: #031521;
}

html .book-day button.md-whiteframe.selectable:hover,
html .book-day button.md-whiteframe.selectable:focus {
    color: #fff;
    background: var(--colorMain);
    border-color: var(--colorMain);
}

.selected {
    background: var(--colorMain) !important;
    color: #fff !important;
}

/* calendar weekly/shortly */
@media (min-width:960px) {
    .calendar.shortly .book-day:first-child,
    .calendar.weekly .book-day:first-child {
        margin-left: 0;
    }
}

@media (max-width:959px) {
    .calendar.shortly .book-day,
    .calendar.weekly .book-day {
        margin-left: 0;
    }
}

.calendar.shortly .book-day button,
.calendar.weekly .book-day button {
    box-shadow: none;
    border: 1px solid #35444d;
}

html .calendar.shortly .book-day button.md-whiteframe.selectable:hover,
html .calendar.weekly .book-day button.md-whiteframe.selectable:hover {
    border-color: var(--colorMain);
}

/* time select */
html .mdc-card,
html .time-select:not(.mdc-touch-target-wrapper) {
    background: #020f17;
    padding: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 400px) {
    html .mdc-card,
    html .time-select:not(.mdc-touch-target-wrapper) {
        padding: 15px;
    }
}

.back-button-wrapper {
    margin-bottom: 20px;
}

.md-display-1,
.md-card .md-title,
.md-headline, 
.mdc-typography--headline5,
.md-empty-state-label  {
    font-family: var(--fontBody);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .md-display-1,
    .md-card .md-title,
    .md-headline, 
    .mdc-typography--headline5 {
        font-size: 30px;
    }
}

.time-listing-icon {
    fill: #fff;
}

.md-subheading, 
.mdc-typography--subtitle1,
.mdc-card .md-subhead {
    font-family: var(--fontBody);
    font-size: 16px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 1.2em;
}

@media (min-width: 992px) {
    .md-subheading, 
    .mdc-typography--subtitle1,
    .mdc-card .md-subhead {
        font-size: 20px;
    }
}

ul.time-listing li {
    padding: 4px 2px;
}

ul.time-listing li:first-child {
    padding-top: 0;
}

ul.time-listing li:last-child {
    padding-bottom: 0;
}

/* buttons */
.mdc-button {
    height: 60px;
}

html button.mdc-button:not(:disabled) {
    box-shadow: none;
    -webkit-font-smoothing: auto;
    min-height: 60px;
    min-width: 200px;
    font-family: var(--fontBody);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .48em;
    text-transform: uppercase;
    padding: 21px 34px;
    color: #fff;
    border: 2px solid var(--colorMain);
    border-radius: 50px;
    background-color: var(--colorMain);
    transition: all .15s ease-in-out;
}

html button.mdc-button:not(:disabled) .mdc-button__label {
    white-space: normal;
    -webkit-font-smoothing: auto;
}

html button.mdc-button:not(:disabled) .mdc-button__ripple,
html button.mdc-button:not(:disabled):hover .mdc-button__ripple {
    border: none;
    border-radius: 50px;
}

html button.mdc-button:not(:disabled) .mdc-button__ripple::after,
html button.mdc-button:not(:disabled) .mdc-button__ripple::before {
    background: transparent;
}

html button.mdc-button:not(:disabled):hover {
    color: #fff;
    background: transparent;
    border-color: var(--colorMain);
}

/* form */
.md-card-content, 
.md-card-header {
    padding: 0;
}

.customer-information-container {
    gap: 15px;
}

html .mdc-text-field .mdc-text-field__icon--leading {
    display: none;
}

html .mdc-text-field {
    padding: 0;
    height: auto;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
}

.md-input-container {
    position: relative;
}

html .mdc-text-field:before {
    display: none;
}

html .mdc-text-field .mdc-text-field__input,
html .foxy-phone-container .vti__input {
    box-shadow: none;
    width: 100%;
	max-width: 100%;
    min-width: 0;
    margin-top: 0 !important;

	padding: 19px 20px 18px 31px;
    font-family: var(--fontBody);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
	text-transform: none;
    color: #6c7880;
    caret-color: #6c7880;
    border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50px;
    background: transparent;
	height: auto;
    transition: border-color .15s ease-in-out;
}

html .mdc-text-field .mdc-text-field__input:focus {
    border-color: rgba(255, 255, 255, .4);
}

.mdc-text-field {
    overflow: visible;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: #6c7880;
}

/* label */
.mdc-floating-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
	text-transform: none;
}

.mdc-text-field .mdc-floating-label {
    z-index: 1;
}

html .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
    max-width: calc(100% - 31px);
    left: 31px !important;
}

.mdc-textfield.mdc-text-field--focused:not(.mdc-text-field--textarea) .mdc-floating-label,
.mdc-text-field--filled:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
    transform: translateY(-50%) scale(1);
    opacity: 0;
    color: #6c7880;
}

html .mdc-text-field .mdc-floating-label,
html .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #6c7880;
}

/* textarea */
.mdc-text-field--textarea .mdc-floating-label {
    top: 19px;
}

.mdc-textfield.mdc-text-field--focused.mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--filled.mdc-text-field--textarea .mdc-floating-label--float-above {
    transform: none;
    top: 19px;
    left: 31px !important;
    opacity: 0;
    color: #6c7880;
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
    margin-bottom: 0;
}

.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter, 
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input {
    transform: translateY(0);
}

.mdc-text-field--textarea .mdc-text-field__input {
    min-height: 177px;
}

html .mdc-text-field .mdc-line-ripple:after, 
html .mdc-text-field .mdc-line-ripple:before {
    display: none;
}

html .mdc-text-field .mdc-text-field__ripple:after, 
html .mdc-text-field .mdc-text-field__ripple:before {
    display: none;
}

/* tel */
html .foxy-phone-container.textfield-container .vue-tel-input {
    margin: 0;
    top: 0;
}

html .foxy-phone-container.textfield-container .vue-tel-input .vti__input::placeholder {
    font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
    letter-spacing: 0; 
    color: #6c7880;
}

html .foxy-phone-container .vti__input {
    padding-left: 0;
    bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-radius: 0 50px 50px 0;
}

html .foxy-phone-container.textfield-container {
    border: none !important;
}

html .vti__dropdown,
html .vti__dropdown:hover,
.vti__dropdown.disabled, 
.vti__dropdown.open {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    border-radius: 50px 0 0 50px;
    transition: border-color .15s ease-in-out;
}

.foxy-phone-container.mdc-text-field--with-leading-icon .vue-tel-input .vti__dropdown {
    padding-left: 31px;
}

html .foxy-phone-container.mdc-text-field--focused .vue-tel-input .vti__input,
html .foxy-phone-container.mdc-text-field--focused .vue-tel-input .vti__dropdown {
    border-color: rgba(255, 255, 255, 0.4);
}

html .foxy-phone-container.textfield-container .mdc-floating-label {
    display: none;
}

.mdc-card__actions {
    margin-top: 50px;
    padding: 0;
    border: none;
}

/* cust-info */
.confirm.cust-info .mdc-card__actions {
    border-top: 1px solid #35444d;
}

.appt-actions-btns-wrapper {
    gap: 10px;
}

.mdc-dialog .mdc-dialog__content {
    padding-bottom: 0;
}

.mdc-dialog__container .mdc-dialog__actions {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    gap: 10px;
}

.mdc-dialog__container .md-dialog-title {
    padding-top: 6px;
}

.mdc-dialog__container .mdc-dialog__actions>.mdc-button {
    padding: 0;
    margin: 0;
}

.mdc-dialog .mdc-dialog__surface {
    background-color: #020f17;
}

/* .ls */
html .ls .back-button-wrapper button.mdc-button:not(:disabled):hover {
    color: #000;
}