/*
 * Copyright (c) 2025 apps-soft.ru
 * Все права защищены.
 */

.__cn {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: center !important;
    row-gap: 10px !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    color: black !important; /* цвет текста уведомления */
    background-color: #FFFFFF !important; /* цвет фона уведомления */
    padding: 15px 20px !important;
    z-index: 9999 !important;
    box-shadow: 0 0 5px #DEDEDE !important;
    box-sizing: border-box !important;
    font-family: inherit !important
}

.__cn > .__cnt {
    flex: 1 1 auto !important;
    font-size: 14px !important;
    line-height: inherit !important;
    font-family: inherit !important;
    color: #000 !important
}

.__cn > .__cnb {
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 10px !important;
    font-family: inherit !important
}

.__cn > .__cnb > a {
    padding: 5px 30px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: black !important; /* цвет текста кнопки */
    background-color: lightgray !important; /* цвет фона кнопки */
    text-decoration: none !important;
    font-family: inherit !important
}

.__cn > .__cnb > a:hover {
    opacity: .85 !important
}

.__cnn {
    display: none !important
}