#open-slot-window-container .w85 {
    width: 85%;
}


::placeholder {
    color: grey;
    opacity: 0.6; /* Firefox */
}

.date-time-cell {
    margin: 20px;
}

input {
    height: auto;
}

.no-opacity {
    opacity: 1 !important
}

.date-time-cell .right-side {
    font-size: 17px;
    font-weight: 300;
}
.light-black-color {
    color: #333333 !important;
}
.height-1rem {
    height: 1.5rem !important;
}
.height-20px {
    height: 16px !important;
}
.right-side #datepicker {
    width: 64%;
    border-bottom: none;
}

.right-side #datepickerEnd {
    width: 64%;
    border-bottom: none;
}

.date-time-cell .left-side {
    font-weight: 800;
    color: black !important;
    width: auto !important;
    opacity: 100% !important;
    border-bottom: none !important;
}

.right-side .invisible-take-space {
    visibility: hidden;
}


.right-side .material-icons {
    margin-inline-end: 15px;
    margin-bottom: 5px;
}

.inline-block {
    display: inline-block;
}
