@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap');

*{
    font-family: 'DM Sans', sans-serif;
}

header.sticky-m{
    padding: 0px 20px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1), 0 0 2px 0 rgba(0,0,0,.06);
    transition: 0.4s all ease-in-out;
}

.titlebar h3:before{
    content: "";
    position: absolute;
    background-color: #066591;
    left: 0;
    right: -6px;
    top: 3px;
    width: 6px;
    height: 24px;
    border-radius: 3px;
}

.review_imgs .img_box{
    background-image: url('./img/user_demo1.jpeg');
    position: relative;
    overflow: hidden;
    background-color: #eee;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;

}
.nav_uilinks{
    z-index: 1000;
}

.custom-date {
    position: relative;
    display: inline-block;
}

.custom-text {
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8em;
    color: #777;
}
.flatpickr-calendar {
    top: 45px!important;
    left: -110px!important;
}
.flatpickr-day {
    border-radius: 0px;
    height: 50px;
    max-width: 50px;
}
.flatpickr-day .event {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: gray;
    font-size: 10px;
}
.flatpickr-day.selected .event {
    color: white
}
.flatpickr-day.flatpickr-disabled .event, .flatpickr-day.flatpickr-disabled:hover .event {
    color: rgba(57,57,57,0.1);
}
.active {
    background-color: #f0f9ff;
    color: #066591;
    border: 1px solid #066591;
}

.o_info::before{
    position: absolute;
    content: "";
    left: -20px;
    width: 6px;
    height: 24px;
    background-color: #066591;
}

.bavl{
    border-bottom: 2px solid #066591;
    font-weight: bold;
}