.flatpickr-calendar {
    z-index: 99999 !important;
}
.error-text {
    color: red;
    font-size: 13px;
    margin-top: 0px !important;
    margin-bottom: 20px
}

.error-border {
    border: 1px solid red !important;
}
#quoteForm .form-control{
	margin-bottom: 15px;
}
.error{
		color: red;
	}

/*Calender view correction*/

.flatpickr-wrapper{
	width: 100%;
}
.flatpickr-calendar {
    width: 320px !important;
}

.flatpickr-current-month {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    padding: 6px 60px;
    left: 1.5%;
}

.flatpickr-current-month .numInputWrapper {
    width: 70px !important;
}

/* equal width buttons */
.flatpickr-buttons-wrap {
    display: flex;
    gap: 8px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

.flatpickr-buttons-wrap button {
    width: 50%;
    flex: 1;
}

/* time label */

.time-label {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #ccc;
    color: #000;
}