.btn-vk-menu {
        background-image: -webkit-linear-gradient(-90deg, #6086AD 0, #3F6691 100%);
        background-image: -moz-linear-gradient(180deg, #6086AD 0, #3F6691 100%);
        background-image: linear-gradient(180deg, #6086AD 0, #3F6691 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        color: #FFF !important;
    }

    .btn-vk-menu:Hover {
        background-image: -webkit-linear-gradient(-90deg, #7498bc 0, #456f9b 100%);
        background-image: -moz-linear-gradient(180deg, #7498bc 0, #456f9b 100%);
        background-image: linear-gradient(180deg, #7498bc 0, #456f9b 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

.btn-telegram-menu {
        background-image: -webkit-linear-gradient(-90deg, #3aabe0 0, #1E96D2 100%);
        background-image: -moz-linear-gradient(180deg, #3aabe0 0, #1E96D2 100%);
        background-image: linear-gradient(180deg, #3aabe0 0, #1E96D2 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        color: #FFF !important;
    }

    .btn-telegram-menu:Hover {
        background-image: -webkit-linear-gradient(-90deg, #48bcf2 0, #1da2e0 100%);
        background-image: -moz-linear-gradient(180deg, #48bcf2 0, #1da2e0 100%);
        background-image: linear-gradient(180deg, #48bcf2 0, #1da2e0 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

.container {
    max-width: 1250px !important;
}

.bg-hover:Hover {
    background: #f2f4f7;
}

.attachImageDelete, .attachVideoDelete {
    background: #000;
    color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    display: block;
    float: right;
    margin-bottom: -33px;
    margin-top: 3px;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}


#imageBoxDelete {
    content: "X";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 3px;
    color: #d5d4d4;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
    padding: 0px;
}

.my-toasts {
    background: #0000008a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 3;
}

.my-toasts .content {
    max-width: 400px;
    margin: 15% auto;
}

.popupReklamWindow {
    background: #000000ab;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.popupReklamWindow .modalBg {
    background: #FFF;
    max-width: 700px;
    margin: 3% auto;
}