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

    .user-activities-contacts-details .h6 {
        color: #4b505e !important;
    }

    .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: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
}

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

.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: #D84141;
    border-radius: 7px;
    margin-left: 8px;
}
span.status-badge-complete {
    background: #ffe4e4;
    padding: 5px 8px;
    font-size: 12px;
    color: #D84141;
    border-radius: 7px;
    margin-left: 8px;
}
span.status-badge-Incomplete {
    background: #ffe4e4;
    padding: 5px 8px;
    font-size: 12px;
    color: #D84141;
    border-radius: 7px;
    margin-left: 8px;
}

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

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

.contact-listing-block.ct-disable .contact-avtar-img .floating-lock-sign {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    display: block;
}

    .contact-listing-block.ct-disable .contact-avtar-img .floating-lock-sign i {
        color: #FFFFFF;
        font-size: 18px;
    }

.contact-listing-block .contact-avtar-img .floating-lock-sign 
{
    display: none;
}

.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: var(--buttonColor);
    border: 1px solid var(--buttonBorderColor2);
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: var(--buttonTextColor);
    font-weight: 500;
}

.contact-btn-fill {
    width: unset;
    background: var(--buttonColor);
    border: 1px solid var(--buttonBorderColor2);
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: var(--buttonTextColor);
    font-weight: 500;
}

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

    .add-contact-block a i {
        /*color: #864C95;*/
        color: var(--buttonFilledIconColor);
        font-size: 18px;
    }

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

.ct-disable .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;
}
.ct-disable span.status-badge-online, .ct-disable span.status-badge-Incomplete {
    background: #dedfe0;
    color: #a8aaad;
}
.ct-disable span.status-badge-online, .ct-disable span.status-badge-complete {
    background: #dedfe0;
    color: #a8aaad;
}


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

@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-icon-search.input-icon-search-location.mb-3.position-relative.relatated-contact-search i {
    left: 0;
    top: 5px;
    font-size: 17px;
}

.modal-heading-title-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.floating-search-ic 
{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

/*new style of new modal*/

.offcanvas-end.custom-offcanvas-end {
    width: 600px;
}

.offcanvas-header {
    border-bottom: 1px solid #eeeeee;
    align-items: flex-start;
}

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

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

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

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

.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;
    flex: 0 0 80%;
}

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

.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;
    position: fixed;
    bottom: 0;
    width: calc(50% - -55px);
    background: #ffffff;
    z-index: 9;
}

.contact-header-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

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

/*a.contact-btn-fill {
    border: 1px solid var(--buttonBorderColor2);
    color: var(--buttonTextColor);
    background: var(--buttonColor);
}*/

a.contact-btn-fill.upgrade-plans-ct {
    background: transparent;
    color: #3d3d3d;
    text-decoration: unset;
    border: transparent;
    font-weight: 700;
    letter-spacing: .05rem;
    padding-right: 0;
    text-align: right;
}

.user-activities-details-frame-contacts-numbers.search-contact-info-tag {
    padding: 0;
    gap: 10px;
    align-items: center;
}

/*Style for drag & drop features*/

.drop-container {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 10px auto;
    background-color: #ffffff;
}

/*.draggable-item {
    padding: 10px;
    margin: 5px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
}*/

.drag-handle {
    cursor: move;
    margin-right: 10px;
}

.sortable-placeholder {
    background-color: #ddd;
    border: 1px dashed #ccc;
    height: 40px; 
}
.bi-search-custom {
    padding-top: 10px !important;
}
.contact-cv-details.modal-cv-details.customcvdetails {
    flex: 0 0 100%;
    padding-left: 10px;
}
.perk-container-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

    .perk-container-flex:last-child {
        margin-bottom: 0;
    }

.detial-stuff-container {
    width: 100%;
    line-height: 30px;
}

    .detial-stuff-container .perk-container-flex p {
        font-size: 14px;
        color: #686D72;
    }

.contact-sb-container.custom-bt-botder-10 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/*end Style for drag & drop features*/

@media (max-width: 1500px) 
{
    .footer-bottom-section {
        width: calc(50% - -100px);
    }
}

@media (max-width: 1440px) 
{
    .footer-bottom-section {
        width: calc(50% - -30px);
    }
}

@media (max-width: 767px) 
{
    .footer-bottom-section {
        width: 75%;
    }
}
@media (min-width: 1024px) and (max-width: 1159px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 82%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .contact-avtar-block.modal-avtar-block {
        flex: 0 0 12%;
    }
    .contact-cv-details.modal-cv-details {
        flex: 0 0 86%;
    }
    .contact-avtar-img {
        width: 80px;
        height: 80%;
    }
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .contact-cv-details.modal-cv-details {
        flex: 0 0 85%;
    }
}