.overLayLink
{
    height:100%;
    width:100%;
    z-index:1000;
    position:absolute;
}

.searchBoxInDropDown {
    width: 95%;
    height: 30px;
    padding: 5px; 
}

.cancelSearch {
    position: absolute !important;
    width: 10px !important;
    left: 36px !important;
    top: 13px !important;
}


.isBold{
    font-weight:bold;
}

.absoluePositionOverlay{
    position:absolute !important; 
}


a.sourceName {
    color: #D4D4D8 !important;
}


.addToReportBtn{

}


/*.showInReport {
    display: none !important;
} */

.dontShowInWebsite {
    display: none !important;
}
.NoOverLay {

}
.SmallLoader {
    zoom: 0.5;
    width: 200px !important;
}


.addToReportBtn {
    background: #B03E61; 
}

.successAddMessage {
    color: #B03E61 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}





.addToReportContainer {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


header img, .header img{
    height:29px !important;
}



.AddToReport {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.AddToReportButtonsContainer {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.AddToReportButtonsContainer button {
    font-size: 10px;
}
.AddToReport span {
    font-size: 12px;
    text-align: center;
}




 
