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

.no-bottom-padding{
    padding-bottom: 0;
}

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

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

.duration-circle-customer {
    margin-inline-end: 10px;
    background: #333333;
    color: white;
    border-radius: 25px;
    width: 50px;
    line-height: 32px;
    padding-top: 9px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}


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;
}

.red-color-mark {
    color: rgb(255, 61, 87);
}
