.container p{
    max-width: 100% !important;
    margin-left: 0 !important;
}


/* footer-and */
.cookie-policy {
    padding: 10px 20px;
    background: #091f5d;
    margin: 0 20px;
    position: fixed;
    bottom: 10px;
    width: -webkit-fill-available;
    z-index: 999;
    border: 1px solid #0d2b74;
}

.cookie-policy p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    max-width: 100%;
}

.cookie-policy p a {
    color: var(--CookiePolicyPAColor);
    text-decoration: none;
}

.cookie-policy p a:hover {
    color: var(--CookiePolicyPAHoverColor);
}

.cookie-policy > a {
    background: #cc4c7e;
    border: 1px solid #b95090;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 12px;
    position: static;
    text-transform: none;
    height: 50px;
    line-height: 30px;
}

.cookie-policy > a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

@media (max-width: 768px) {

    /* footer-and */
    .cookie-policy {
        padding: 10px 20px;
        background: #091f5d;
        margin: 0 20px;
        position: fixed;
        bottom: 10px;
        width: -webkit-fill-available;
        z-index: 999;
        border: 1px solid #0d2b74;
        display: block !important;
    }
}

.hot {
    background: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%) !important;
    cursor: pointer;
}

.hot span i{
    font-size: 18px;
    animation: blinker 3s linear infinite;
}

.modal-header .close{
    height: 30px !important;
    width: 30px !important;;
    color: #fff !important;;
    margin-right: 5px !important;;
}
@keyframes blinker {
    50% { opacity: 0; }
}