#cookie_info {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #DDDDDD;
    z-index: 999;
    display: none;
    padding: 10px;
}

.nyroModalCont {
    background: white;
    border: 2px solid #A2D210;
    border-radius: 20px;
    padding: 30px;
    height: auto !important;
    width: auto !important;
    z-index: 99;
}