/* 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: -4px;
        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;
}

#upload-democ {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.hide-elem {
    display: block !important;
}

@media print {
    .hide-print {
        display: none !important;
    }

    .show-print {
        display: block !important;
    }
}

#add-item-pref-x {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pref-scroll {
    overflow-y: hidden !important;
}

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

.hand-cursor {
    cursor: pointer !important;
}

.cursor-def {
    cursor: default !important;
}

.dropzone1 .dz-message {
    cursor: pointer !important;
}

.f-capitalize {
    text-transform: capitalize !important;
}
.crm-form-container .c-field .action-control .action-btn.removeFieldbtn {
    margin: 0 4px;
}

/* adjusting public form and unread email icon in lost lead list */
.new-enq-1 {
    width: auto !important;
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -10px;
}

.sm-span {
    font-size: small;
}

.reset-password-link {
    pointer-events: all;
}

.ll-count-block ul li .ll-count-item .lur-mail span.m-text {
    font-weight: 500;
}
.resp-tabs-container-skelton {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.resp-vtabs .resp-tabs-container-skelton {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

@media only screen and (max-width: 1280px) {
    .resp-vtabs .resp-tabs-container-skelton {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
}

#crop-photo-show {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
    margin: 0 auto;
}

#c-contract-info-block .pr-cr-item-inner .crh-move-out-info {
    width: 100%;
    padding: 0 15px 0 0;
    margin: 10px 0 5px;
}

body.modal-open .pac-container,
.modal-open .pac-container {
    z-index: 1054 !important;
}

body.modal-open .pac-container.google-inp ,
.modal-open .pac-container.google-inp ,
.ci-address .google-inp {
    z-index: 1 !important;
}

.pac-container.add-sugg-input {
    position: relative !important;
    box-shadow: none !important;
}

#c-contract-info-block .pr-cr-item-inner .crh-move-out-info .crh-moi-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: #fffae8;
    background: #fffcf1;
    border: 1px solid #ffe8c4;
    border-radius: 8px;
}

#c-contract-info-block
    .pr-cr-item-inner
    .cr-hist-content
    .crh-move-out-info
    .moi-res-block
    .user-il-block
    .uil-res-box {
    padding: 0 10px;
    margin: 0;
}

#c-contract-info-block
    .pr-cr-item-inner
    .cr-hist-content
    .crh-move-out-info
    .moi-res-block {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}

#c-contract-info-block .pr-cr-item-inner .crh-move-out-info .moi-mout-info {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    margin: 9px 40px 1px;
}

.lead-table-view .crm-list-table tbody tr td.crm-tb-td.crm-tb-name p a {
    color: #000;
}

.lead-table-view .crm-list-table tbody tr td.crm-tb-td.crm-tb-name p a:hover {
    color: #0e5dd4;
}

.hidden {
    display: none;
}

.tags-container {
    display: inline;
}

/* .tags .toggle-tags{
    color: #000;
} */
