/*
Theme Name: Mercury child
Theme URI: https://mercury.is/
Description: Affiliate WordPress Theme.
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 1.0.0
*/

@import url("../mercury/style.css");

.language {
    cursor: pointer;
    font-size: 14px;
    right: 0;
    top: 0;
    background: black;
    width: 48px;
    margin-right: 0;
    margin-left: auto;
}

.language-open {
    padding: 15px;
    height: 48px;
}


/* @media screen and (max-width: 1199px) {
    .language {
        position: absolute;
        top: 8px!important;
        right: 90px !important;
        padding: 14px 0;
        margin-left: 0;
    }
    .language-list {
        bottom: -10px!important;
    }
} */

.language a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding: 8px;
    background: black !important;
}

.language-list {
    background: black !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: translateY(-100%) !important;
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    width: 100% !important;
}

.language-icon-border {
    color: white;
}

@media screen and (max-width: 1024px) {
    .language {
        margin-right: auto;
    }
}

.language-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    margin: 8px;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    color: white !important;
    text-decoration: none !important;
}

.language-list.open {
    opacity: 1;
    pointer-events: auto;
}

.language-list li {
    height: 48px;
    left: 0 !important;
    margin: 0 !important;
    transition: background 0.4s;
}

.space-footer {
    overflow: visible !important;
}

.present-icon {
    top: 20px;
    bottom: 0;
    right: 15px;
    margin: 0;
    color: #151515;
    font-size: 1.333em;
    line-height: 1em;
    height: 1em;
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .present-icon {
        right: 55px;
    }
}

.present-icon-img {
    width: 35px;
    height: 35px;
    animation: trimmer 3s infinite;
    cursor: pointer;
}

.present-icon-img img {
    width: 100%;
}

.present-count {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background: #125DB9; */
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px solid #EDA7CE;
    font-weight: 400;
}

.banerCasino {
    width: 350px;
    top: 6rem;
    left: 50%;
    padding: 15px 15px 0 15px;
    position: absolute;
    max-width: 90vw;
    top: var(--header-height);
    left: 50%;
    transform: translate(-50%, 10px);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .1);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
}

.banerCasino.show {
    opacity: 1;
    pointer-events: all;
}

.banerCasino-carret::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
}

.banerCasino-carret::before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 0;
    border-bottom: 9px solid #fff;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

.banerCasino-carret {
    left: 47%;
    position: absolute;
    top: 0;
}

.banerCasino-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banerCasino-title {
    font-size: 14px;
    font-weight: bold;
}

.banerCasino-close {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.banerCasino-close::before {
    background-color: gray;
    border-radius: 2rem;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    height: 1.6rem;
    width: 2px;
}

.banerCasino-close::after {
    background-color: gray;
    border-radius: 2rem;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    height: 1.6rem;
    width: 2px;
}

.banerCasino-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}

.banerCasino-logo {
    flex: 0 0 55px;
    text-decoration: none;
    display: inline-block;
}

.banerCasino-bonus {
    max-width: 130px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem !important;
    color: #125DB9;
    text-decoration: none;
}

.banerCasino-btn {
    max-width: 16.4rem;
    display: inline-block;
    text-decoration: none !important;
    padding: 10px;
    font-weight: 700;
    font-size: 0.8rem !important;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #ed5891;
    transition: all .3s ease-in-out;
}

.banerCasino-btn:hover {
    box-shadow: 0px 0px 15px 0px #ed5891 !important;
}

@media only screen and (max-width: 1490px) {
    .present-icon {
        top: 12px;
        /* right: 90px; */
    }

    .banerCasino {
        right: -180px;
        left: auto;
    }

    .banerCasino-carret {
        left: auto;
        right: 30px;
    }
}
@media only screen and (max-width: 425px){
    .banerCasino-carret {
        left: auto;
        right: 45px;
    }
    .banerCasino {
        width: 325px;
    }
}
@keyframes trimmer {

    10%,
    20%,
    30%,
    40%,
    50% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-15deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    35% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(-2deg);
    }
}

.space-mobile-menu-list ul li a {
    margin-right: 25px !important;
}

.space-mobile-menu-list ul li.menu-item-has-children:after {
    z-index: 99;
    font-size: 25px !important;
}

.elementor-shortcode,
.elementor-widget-container {
    overflow: auto;
}

.space-organization-content-button a,
.space-unit-content-button a,
.space-organizations-3-archive-item-button-ins a,
.space-organizations-4-archive-item-button-two-ins a,
.space-shortcode-wrap .space-organizations-3-archive-item-button-ins a,
.space-shortcode-wrap .space-organizations-4-archive-item-button-two-ins a {
    background-color: #2ecc71 !important;
}

.space-organization-content-button a:hover,
.space-unit-content-button a:hover,
.space-organizations-3-archive-item-button-ins a:hover,
.space-organizations-4-archive-item-button-two-ins a:hover {
    box-shadow: 0px 0px 15px 0px rgba(46, 204, 113, .55) !important;
}

a[title="Играть сейчас"],
a[title="Грати зараз"],
a[title="Грати"] {
    position: relative;
}

a[title="Грати зараз"]:before,
a[title="Грати"]:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: pulse 1.5s ease-in infinite;
    animation: pulse 1.5s ease-in infinite;
    border-radius: inherit;
    -webkit-box-shadow: 0 0 0 0 rgba(34, 162, 216, .85);
    box-shadow: 0 0 rgba(34, 162, 216, .85);
}

a[title="Играть сейчас"]:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: pulse-pink 1.5s ease-in infinite;
    animation: pulse-pink 1.5s ease-in infinite;
    border-radius: inherit;
    -webkit-box-shadow: 0 0 0 0 rgba(237, 88, 145, .85);
    box-shadow: 0 0 rgba(237, 88, 145, .85);
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 162, 216, .9);
        box-shadow: 0 0 rgba(34, 162, 216, .9)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(34, 162, 216, 0);
        box-shadow: 0 0 0 25px rgba(34, 162, 216, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 162, 216, 0);
        box-shadow: 0 0 rgba(34, 162, 216, 0)
    }
}

@keyframes pulse-pink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 88, 145, .9);
        box-shadow: 0 0 rgba(237, 88, 145, .9)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(237, 88, 145, 0);
        box-shadow: 0 0 0 25px rgba(237, 88, 145, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 88, 145, 0);
        box-shadow: 0 0 rgba(237, 88, 145, 0)
    }
}

.space-page-content table {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    overflow: auto;
}

tbody {
    display: table;
}

.footer_logo{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.footer_logo img{
    margin-right: 15px;
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}

.alert_text{
    width: 100%;
    clear: both;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.alert_text .space-page-wrapper{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 10px;
}
