.search-suggestion-box {
    width: 100%;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
}
.fonttext{
    font-size: 11px;
}
.search-suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.search-suggestion-item:last-child {
    border-bottom: none;
}

.search-suggestion-item:hover {
    background-color: #f8f9fa;
}
#global-search-model .modal-header img {
    height: 32px;
}

.search-container{
    position: relative;
    flex: 1;
}
.add-search:hover{
    border: 1px solid #007bff;
}

@media only screen and (max-width: 1024px) {
    .search-container {
        position: absolute;
        bottom: 15px;
        width: 100%;
        max-width: calc(100% - 56px);
    }
    .search-result-container{
        z-index: 1;
        left: 0px;
    }
    .add-search{
        max-width: 100%;
    }
    .search-inner{
        position: relative;
        width: 100%;
        height: 100%;
    }
    
}
@media only screen and (max-width: 767px) {
    .search-container{
        max-width: calc(100% - 30px);
        
    }
}
.srch-dp-info-name{
    font-size: 12.2px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #3d4049;
    text-transform: capitalize;
}
.srch-dp-info-email{
        font-size: 11px;
    font-weight: 500;
    color: #8D98B4;
}
.search-tips p{
    font-size: 11px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    margin: 0;
}
.search-tips{
    display: flex;
    gap: 3px;
    align-items: center;
}