.ytpl-notification {
    position: fixed;
    bottom: 0;
    left: 160px;
    padding: 40px;
    z-index: 9999;
    pointer-events: none;
}

body.folded .ytpl-notification {
    left: 36px;
}

.ytpl-notification .ytpl-item {
    display: flex;
    align-items: center;
    width: 340px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 14px;
    margin-top: 8px;
    background-color: #393939;
    color: #fff;
    pointer-events: auto;
}

.ytpl-notification .ytpl-item > div {
    flex: auto;
}

.ytpl-notification .ytpl-item > div:last-child {
    flex: none;
}

.ytpl-notification .ytpl-item button {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #06d4ad;
    text-transform: uppercase;
    margin-left: 6px;
    border-radius: 2px;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
}

@media screen and (max-width: 960px) {

    .ytpl-notification {
        left: 36px;
    }

}

@media screen and (max-width: 782px) {

    body.auto-fold .ytpl-notification {
        left: 0;
    }

}