﻿
/* minor existing css changes */
.upgrade-plan-block {
    background: #F3F3F4;
    padding: 15px 20px;
    border-radius: 10px;
}

.contact-btn-fill {
    width: 100%;
    background: var(--buttonBackgroundColor2) !important;
    border: 1px solid var(--buttonBackgroundColor2) !important;
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
}

.rgt-verticle-border {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.ct-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ct-title-block h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ct-title-block span {
        color: #A4A6A9;
    }

.category-tags-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.st-category-flex {
    background: #F3ECF4;
    padding: 5px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .st-category-flex i {
        margin-top: 2px;
        color: #686D72;
    }

    .st-category-flex.st-desable-contact {
        background: #EFEFEF;
        color: #686D72;
    }

.user-activities-contacts-details {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    width: 100%;
    /* height: 1185px; */
    background: #FFFFFF;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    margin-bottom: 10px;
}

.top-header-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-listing-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    padding: 16px 16px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.contact-cv-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.contact-avtar-block {
    flex: 0 0 15%;
}

.contact-cv-details {
    flex: 0 0 85%;
}

.contact-avtar-block img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

.contact-sb-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-info-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

span.status-badge-online {
    background: #d6e3c5;
    padding: 5px 8px;
    font-size: 12px;
    color: #5E7A3A;
    border-radius: 7px;
    margin-left: 8px;
}

span.status-badge-offline {
    background: #ffe4e4;
    padding: 5px 8px;
    font-size: 12px;
    color: var(--buttonBackgroundColor2) !important;
    border-radius: 7px;
    margin-left: 8px;
}

.contact-sv-details p {
    font-size: 16px;
    color: #686D72;
    font-weight: 400;
}

.contact-square-block {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
}

    .contact-square-block img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        filter: blur(2px);
    }

.floating-lock-sign {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

    .floating-lock-sign i {
        color: #FFFFFF;
        font-size: 18px;
    }

.bottom-lock-contanctList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.contact-square-block.position-relative.all-numbers-contact {
    width: 60px;
    height: 60px;
    background: #F3F3F4;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    color: #A4A6A9;
}

.contact-btn-outline {
    /* width: 100%; */
    background: transparent;
    border: 1px solid var(--buttonBackgroundColor2) !important;
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    font-weight: 500;
}

.contact-btn-fill {
    /* width: 100%; */
    background: var(--buttonBackgroundColor2) !important;
    border: 1px solid var(--buttonBackgroundColor2) !important;
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
}

.add-contact-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

    .add-contact-block a i {
        color: var(--buttonBackgroundColor2) !important;
        font-size: 16px;
    }

.contact-avtar-img {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
}

.contact-avtar-block.lock-contact-blur img {
    object-fit: cover;
    filter: blur(2px);
}

/* for disable css */
.contact-listing-block.ct-disable {
    background: #efefef;
}

.ct-disable .contact-sv-details h5 {
    color: #a4a6a9;
}

.ct-disable span.status-badge-online,
.ct-disable span.status-badge-offline {
    background: #dedfe0;
    color: #a8aaad;
}

.left-head-section span {
    font-size: 14px;
    color: #686D72
}

.lock-contact-blur .contact-avtar-img:before {
    content: '';
    background: #00000038;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.floating-lock-sign {
    z-index: 1;
}

@media (max-width: 768px) {
    .contact-cv-list {
        flex-direction: column;
    }

    .contact-avtar-block {
        margin-bottom: 10px;
    }

    .contact-cv-details {
        flex: 1;
        width: 100%;
    }

    .bottom-lock-contanctList {
        flex-wrap: wrap;
        gap: 8px;
    }

    .contact-square-block {
        width: 40px;
        height: 40px;
    }

        .contact-square-block img {
            width: 40px;
            height: 40px;
        }

        .contact-square-block.position-relative.all-numbers-contact {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

    .left-head-section {
        flex: 0 0 80%;
    }

    .contact-sb-container.contact-sb-container-res {
        justify-content: center;
    }
}

input.form-control.custom-search-contact {
    padding: 15px 20px 15px 50px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.search-icon-display {
    position: absolute;
    top: 15px;
    left: 16px;
    font-size: 18px;
    color: #a4a6a9;
}

.contact-avtar-block.modal-avtar-block {
    flex: 0 0 8%;
}

.contact-cv-details.modal-cv-details {
    flex: 0 0 79%;
}

.upgrading-plans-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-btn-fill,
.contact-btn-outline {
    padding: .365rem 1.8rem;
}

p.custom-space-flex {
    font-size: 14px;
    color: #6c6c6c;
}

.status-badge-admin {
    background: #dedfe0;
    color: #a8aaad;
    border-radius: 7px;
    margin-left: 8px;
    padding: 5px 8px;
    font-size: 12px;
}

.footer-bottom-section {
    display: flex;
    justify-content: space-between;
    padding: 15px 18px;
    border-top: 1px solid #eeeeee;
}

.main--slide {
    -moz-transition: margin-left 0.6s ease-out;
    -o-transition: margin-left 0.6s ease-out;
    -webkit-transition: margin-left 0.6s ease-out;
    transition: margin-left 0.6s ease-out;
    margin-left: 45px;
    width: 96%;
    /*new change  2 sep. */
}

/* location contact listing css */
.main-card-container-border {
    border: 1px solid #eee;
    border-radius: 15px;
}

.card-title-heading-dv {
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
}

    .card-title-heading-dv .h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }

.card-main-content-editor {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-location-add img {
    margin-bottom: 10px;
}

.center-location-add p {
    font-size: 16px;
}

a.figma-btn-ct {
    background: var(--buttonBackgroundColor2) !important;
    padding: 8px 24px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: unset;
    font-size: 16px;
    margin: 10px 0;
    display: block;
}

s
.main-card-container-border {
    border: 1px solid #eee;
    border-radius: 15px;
}

.card-title-heading-dv {
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-title-heading-dv .h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }

.card-main-content-editor {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-location-add img {
    margin-bottom: 10px;
}

.center-location-add p {
    font-size: 16px;
}

.figma-btn-ct {
    /*background: var(--buttonBackgroundColor2)!important;*/
    padding: 8px 24px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: unset;
    font-size: 16px;
    margin: 10px 0;
    display: block;
    border: 1px solid transparent;
}

.adding-link-block a {
    font-size: 16px;
    color: var(--buttonBackgroundColor2) !important;
    text-decoration: unset;
}

.upgrading-plans-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7faf2;
    padding: 5px 24px;
    border-radius: 12px;
}

.contact-btn-fill {
    /* width: 100%; */
    background: var(--buttonBackgroundColor2) !important;
    border: 1px solid var(--buttonBackgroundColor2) !important;
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
}

.upgrading-plans-container p {
    font-size: 16px;
}

.card-contact-dtls-block {
    padding: 16px 24px;
}

.btn-secondary.btn-tr-dots {
    color: var(--buttonBackgroundColor2) !important;
    background-color: transparent;
    border-color: transparent;
    font-size: 22px;
}

.upgrading-plans-container-warning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7E7DE;
    padding: 5px 24px;
    border-radius: 12px;
}

    .upgrading-plans-container-warning .figma-btn-ct {
        background: #D94C0D;
        padding: 8px 24px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: unset;
        font-size: 16px;
        margin: 10px 0;
        display: block;
        border: 1px solid transparent;
    }

.btn-tr-dots.dropdown-toggle::after {
    display: none;
}

.toggle-info-menu {
    flex: 0 0 10%;
    text-align: right;
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.form-check-input:checked {
    background-color: var(--buttonBackgroundColor2) !important;
    border-color: var(--buttonBackgroundColor2) !important;
}

.contact-sv-details .h5 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.upgrading-plans-container.drag-option-info {
    background: #dedfe036;
    padding: 16px 24px;
}

/*.ct-disable .contact-sv-details h5 {
    color: #a4a6a9 !important;
}*/

.contact-sv-details p {
    color: #a4a6a9;
}

.drag-handle {
    font-size: 25px;
    margin-right: 15px;
}

.ct-disable .form-check-input:checked {
    background-color: #a4a6a9;
    border-color: #a4a6a9;
}

select.form-select.custom-sorting-dd {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    width: 130px;
}

.flex-sorting-bl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.lable-sortby {
    flex: 0 0 34%;
}

select.form-select.custom-sorting-dd:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.location-progress-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .location-progress-title .h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .location-progress-title p {
        font-size: 13px;
    }

.progress {
    border-radius: 15px;
}

.progress-bar {
    background-color: var(--buttonBackgroundColor2) !important;
}

.custom-dot-dr .dropdown-item:hover {
    color: #1e2125 !important;
    background-color: #F3F3F4 !important;
}

.custom-dot-dr .dropdown-item {
    padding: .55rem 1.5rem;
}

.custom-dot-dr .dropdown-menu {
    min-width: 15rem;
}

.custom-dot-dr .dropdown-item.hl-red {
    color: #D84141 !important;
}

.contact-listing-block {
    position: relative;
}

.location-pin-block {
    position: absolute;
    right: 20px;
    top: 10px;
}
    .location-pin-block i {
        transform: rotate(45deg);
        color: red;
    }

/*.activeColor {
    color: var(--selectedSideTabTextColor) !important;
    background-color: var(--buttonBackgroundColor2) !important;
}*/

/* .modal-backdrop.show {
            display: none;
        } */
.contanct-modal-ab {
    position: absolute;
    right: 12px;
    top: 3px;
}

.contact-full-ctnr h4.cnt-title {
    font-size: 20px;
    font-weight: bold;
}

a.highlighted-toggle {
    color: var(--buttonBackgroundColor2) !important;
    font-weight: bold;
    text-decoration: unset;
}

.btn.cancel-reset {
    background: transparent;
    padding: 8px 24px;
    border-radius: 8px;
    color: var(--buttonBackgroundColor2) !important;
    text-decoration: unset;
    font-size: 16px;
    margin: 10px 0;
    display: block;
    border: 1px solid var(--buttonBackgroundColor2) !important;
}

.btn.figma-btn-ct.btn-deletion-bg {
    background: var(--buttonBackgroundColor2) !important;
}

.footer-bottom-section.sticky-save-info .contact-btn-fill {
    width: 100px;
}

.drop-container {
    border: none;
    padding: 10px 0;
}

.pinned-list {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
/*new toggle switch */
.toggle-container .form-switch .form-check-input {
    width: 2.5em !important;
}

span.status-text.status-badge-hq {
    padding: 5px 8px;
    font-size: 12px;
    color: var(--buttonBackgroundColor2) !important;
    border-radius: 7px;
    margin-left: 8px;
    background: #e8f1de;
    font-weight: bold;
}
/* admin fix card css */
.isAdmin-card span.drag-handle {
    color: #eeeeee;
    cursor: not-allowed;
}

.admin-badge {
    background: #eee;
    padding: 5px 8px;
    font-size: 12px;
    color: #8b8b8b;
    border-radius: 7px;
    margin-left: 8px;
}

.circle-container {
    background: #F3F3F4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    margin: 0 auto;
}

    .circle-container i {
        font-size: 18px;
        color: #864c95;
    }

a.try-again-btn {
    color: #686D72;
    text-decoration: unset;
}

.footer-bottom-section {
    position: sticky !important;
    width: unset !important;
}

.upload-file-container-dv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#editUploadedFile a {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

#viewUploadedDoc a {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 70%;
    }

    .contact-avtar-block.modal-avtar-block {
        flex: 0 0 10%;
    }

    .toggle-info-menu {
        flex: 0 0 15%;
    }

    .lable-sortby {
        flex: 0 0 34%;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {

    .contact-avtar-block.modal-avtar-block {
        flex: 0 0 18%;
    }

    .contact-cv-details.modal-cv-details {
        flex: 0 0 60%;
    }

    .toggle-info-menu {
        flex: 0 0 17%;
    }
}

@media (max-width: 767px) {
    .upgrading-plans-container, .upgrading-plans-container-warning {
        flex-direction: column;
    }

    p.custom-space-flex {
        text-align: center;
    }

    .contact-sv-details {
        text-align: center;
    }
}
.loadMoreLocationButton {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    outline: 0px;
    border: 0px;
    color: var(--moreShowColor);
}
@media (min-width: 1024px) and (max-width: 1180px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 70%;
    }
}

@media (min-width: 1180px) and (max-width: 1279px) {
    .contact-avtar-img {
        width: 75px;
        height: 75px;
    }
    .contact-cv-details.modal-cv-details {
        flex: 0 0 75%;
    }
    .toggle-info-menu {
        flex: 0 0 5%;
    }
    .contact-avtar-block.modal-avtar-block {
        flex: 0 0 10%;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 74%;
    }
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 70%;
    }
}
