.reportConfigHeadPlace {
    margin: 13px;
    padding: 22px;
    background-color: #ffffff;
    border-radius: 5px;
}

.shop_names {
    color: #000000;
    background-color: #fff;
    text-align: center;
    margin-top: 33px;
    padding: 5px;
}

.notificationForWord {
    position: absolute;
    right: 1%;
    top: 14%;
    z-index: 9999999999999999999;
    background-color: white;
    padding: 25px;
    border: 1px solid #eaa261;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 74px -27px rgba(0,0,0,0.84);
    -moz-box-shadow: 0px 0px 74px -27px rgba(0,0,0,0.84);
    box-shadow: 0px 0px 74px -27px rgba(0,0,0,0.84);
}