.boxBorder {
    border: 2px solid #BFE87B;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: auto;
    border-radius: 40px;
}
.popupAward {
    position: absolute;
    transform: translate(-50%, -50%);
    border: 2px solid #BFE87B;
    background-color: #ffffff;
    border-radius: 40px;
    opacity: 1;
    z-index: 9999;
    display: none;
}
.closePopupAward{
    color: red;
    float: right;
    cursor: pointer;
}
