* {
    padding: 0;
    margin: 0;
}

.ad-container {
    max-width: 1300px;
    height: auto;
    background: #ababab;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
    position: relative;
   
}

.postionFixed {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.ad_dd06b_body {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(52, 58, 65, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    z-index: -999999;
    opacity: 0;
}

.toprow {
    width: 100%;
    font-family: 'Roboto', arial, sans-serif;
    display: table;
    height: 60px;
    font-size: 18px;
    background-color: #424242;
    /* padding: 0 2% 0 2%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.close {
    display: block;
    padding: 17px;
}

.toprow svg {
    width: 22px;
}