/* Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161E1661;
    backdrop-filter: blur(24px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Search Popup */
.search-overlay .search-popup {
    background: white;
    border-radius: 12px;
    padding: 40px 40px 8px 40px;
    width: 870px;
    max-height: 100%;
    overflow-y: auto;
   
}


/* Close Button */
.search-overlay .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}

/* Search Header */
.search-overlay .search-header {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* Search Input */
.search-overlay .search-container {
    position: relative;
    width: 100%;
}

.search-container .search-icon {
    position: absolute;
    left: 15px;
    top: 27%;
    width: 20px;
    height: 20px;
}

.search-overlay .search-input {
    width: 100%;
    padding: 14px 16px 14px 45px;
    border: none;
    border-radius: 28px;
    outline: none;
    font-size: 16px;
    box-shadow: 0px 0px 12px 0px #00000014;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-hr hr {
    border-top: 1px solid #E2E4E2;
    margin-bottom: 18px;
}



.tabs .all-tabs button{
    background-color: #ffffff;
    color: #8E908B;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Mona Sans';
    border-radius: 0px;
}

.tabs .all-tabs .tab span {
    background: #F7F7F7;
    padding: 3px 7px;
    border-radius: 100px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.tabs .all-tabs .tab.active span {
    background: #177E38;
    color: #ffffff;
    
}

.tabs .all-tabs .tab.active{
    color: #177E38;
    border-bottom: 2px solid #177E38;
}
.tab.active {
    color: #177E38;
    
}

.tab-contents {
    width: 790px;
}


/* Tab Content */

.result-section-imagestart-content-imagelast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.result-section-imagestart-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.result-section-imagestart {
    background: #F7F7F7;
    border-radius: 4px;
}

.result-section-imagestart img {
    padding: 5px;
}

.result-section-heading-content h6 {
    color: #8E908B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Mona Sans';
    margin-bottom: 4px;
}

.result-section-heading-content p {
    color: #303430;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Mona Sans';
    line-height: 20px;
}

.result-section-hr hr {
    border-top: 1px solid #E2E4E2;
    margin-top: 12px;
    margin-bottom: 8px;
}

.result-section-news h6,
.result-section-projects h6 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8E908B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Mona Sans';
}




.result-section-newsfirstimage-content-newslastimage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.result-section-newsfirstimage-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.result-section-heading-content h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Mona Sans';
    margin-bottom: 8px;
}

.result-section-tags span {
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 28px;
    margin-right: 6px;
    color: #6E706C;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Mona Sans';
    font-weight: 400;
}


.result-section-projectfirstimage-content-projectlastimage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.result-section-projectfirstimage-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}


.result-section-progress-bar {
    background-color: #E2E4E2;
    border-radius: 20px;
    overflow: hidden;
    height: 16px;
}

.progress-genocide,
.progress-lebanon {
    height: 100%;
    background-color: #177E38;
}



.result-section-date-dot-location,
.result-section-calender-ellipse-videocamera {
    display: flex;
    align-items: center;
    gap: 8px;
}

.result-section-date,
.result-section-location,
.result-section-calender,
.result-section-videocamera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.result-section-calender p,
.result-section-videocamera p,
.result-section-date p,
.result-section-location p {
    color: #8E908B;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Mona Sans';
}



.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
}

.tab-button.active {
    border-bottom: 3px solid green;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 0px;
}

.tab-content.active {
    display: block;
}

div#searchcrossicon {
    display: flex;
    justify-content: end;
    position: relative;
    left: 25px;
    bottom: 25px;
    cursor: pointer;
}


@media only screen and (max-width: 767px){
    div#searchPopup {
        width: 95% !important;
    }

    .search-overlay .search-popup{
        overflow: hidden !important;
    }
}