/* Author :Naseef Ameer */

.editorcss {
    background: rgb(233, 233, 233);
    height: 100%;
}

.cb-booking-slot ul li .slot.slotactive {
    background: #03ab00;
    color: #ffffff;
    border: 1px dashed #03ab00;
}

.sweet-share {
    display: block;
    overflow: hidden;
    padding: 10px 8px;
    background: #f1f1f1;
    border-radius: 6px;
}

.sweet-share::first-letter {
    text-transform: lowercase;
}

.d-print-footer {
    display: none;
    opacity: 0;
}

@media print {
    .d-print-footer {
        display: block;
        opacity: 1;
        position: fixed;
        bottom: 0;
        right: 0;
    }
}

.serve-place-order button {
    padding: 6px 15px;
    border: 1px solid #006dea;
    font-size: 16px;
    background: #006dea;
    color: #fff;
    margin-bottom: 7px;
}

.serve-place-order button:hover {
    background: #005dc7;
    color: #fff;
}

.required:after {
    content: " *";
    color: red;
}

/* rendeep ser - profile pic */
/* .profile-image-block .avatar-preview img {
    height: 120px;
    object-fit: cover;
}
.view-prop-img .img-content img {
    position:relative;
    width:100%;
    height:132px;
    object-fit: cover;
} */

.danger-inv-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff4961;
}

.invalid-feedback-nx {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff4961;
}

.mxw-fc {
    max-width: fit-content;
}