.activity-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    display: none
}

.multiple-datepicker__clear_2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 32px;
    height: 14px;
    width: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../../../../static/img/content/close.svg");
}

.share_icons {
    margin-top: 20px;
}

.search_btn {
    display:flex;
}