*, :after, :before {
    border: 0 solid;
    box-sizing: border-box;
}
.tr-edit {
  position: relative;
}

.tr-e-i {
  position: fixed;
    top: 10%;
    z-index: 9999;
    left: 10%;
    width: 80%;
    height: 80%;  
    border-radius: 20px;
    box-shadow: 0 0 20px 8px #15151575;
}
.casino-list .casino .logo .logo-holder {
    /*background: #4c4c4c;*/
    border-radius: 9px;
    padding: 10px;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-list .casino .last-draw {
    text-align: center;
    margin-bottom: 10px;
}
.casino-list .casino .last-draw small {
    font-style: italic;
    color: #919191;
}
.jump-container {
    position: relative;
}
html {
    font-size: 16px;
}
body {
}
body:not(.home-page) {
    padding-top: 80px;
}
img {
    max-width: 100%;
}
body .gallery {
    margin: 10px 0;
}

body .gallery a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
body .gallery a img {
    border-radius: 10px;
    height: 200px;
}
.percent-row h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 300;
}
.percent-row span {
    display: block;
    position: relative;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.percent-row span i {
    height: 6px;
    position: absolute;
    background: #FF9800;
}
.custom-dropdown {
    float: right;
    cursor: pointer;
}
.custom-dropdown span {
    color: #fff;
    padding: 10px 20px 10px 16px;
    margin: 0;
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 1.2rem;
}
.custom-dropdown span i {
    font-style: normal;
    margin-right: 10px;
}
.custom-dropdown ul {
    display: none;
    margin-bottom: 0;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    list-style-type: none;
    padding-left: 0;
}
.custom-dropdown li {
    color: #000;
    font-size: 1.1rem;
    text-align: left;
    padding: 10px 15px;
}

.play-btn {
    background: #feb24e;
    color: #4f3830;
    display: block;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 0;
    font-weight: 500;
    transition: .4s;
    -webkit-transition: .4s;
}

.casino-list .play-btn {
    margin-top: 20px;
    cursor: pointer;
}

.play-btn:hover {
    background: #f29d2c;
    color: #4f3830;
    text-decoration: none;
}

.default-btn {
    border: 1px solid #323232;
    background: #fff;
    color: #323232;
    display: inline-block;
    width: auto;
    margin-top: 20px;
    border-radius: 30px;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 20px;
    font-weight: 700;
    transition: .4s;
    -webkit-transition: .4s;
}

.default-btn:hover {
    background: #f9f9f9;
    color: #323232;
    text-decoration: none;
}

body .custom-modal {
    padding: 2.5rem;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    margin: 40px 0;
    position: relative;
}
body .custom-modal h2 {
    color: rgb(33, 37, 41);
    font-size: 1.8rem;
}
body .custom-modal h3 {
    color: rgb(33, 37, 41);
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 700;
}

body .custom-modal p {
    color: rgb(33, 37, 41);
    margin-top: 0;
}
body .custom-modal .extra ul {
    padding-left: 0;
    margin-top: 50px;
}
body .custom-modal .extra li {
    display: grid;
    align-items: center;
    grid-template-columns: .1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #8080801f;
}
body .custom-modal .play-btn {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    margin-top: 10px;
    font-weight: 800;
}
p {
    font-size: 1.1rem;
    margin: 20px 0;
}

h2 {
    font-weight: 700;
    font-size: 2.4rem;
}

h3 {
    font-weight: 700;
    font-size: 2rem;
}

.white {
    color: #fff;
}
body a {
    font-weight: 500;
    color: #2196F3;
}
a.underline {
    text-decoration: underline;
}

.breadcrumbs {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li,
.breadcrumbs li a em {
    color: #0f0c27;
    font-style: normal;
    font-weight: 600;
    font-size: .8rem;
}

.breadcrumbs li:not(:first-child):before {
    content: '/';
}
.jump-container.fixed {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    background: #f2f2f2;
    z-index: 999;
    box-shadow: 0 0 2px 0 #b5b5b5;
}
.jump {
    list-style-type: none;
    padding: 0;    
    font-weight: 700;
    margin-bottom: 10px;
}
.jump li {
    white-space: nowrap;
    display: inline-block;
    margin: 20px 0 10px 0;
}
.jump li {
    margin-right: 20px;
}
.jump a {
    background: #4260f7;
    color: #fff;
    margin: 0 0px 0 0px;
    padding: 10px 20px;
    border-radius: 20px;
}

body .page-info {
    margin-top: 0;
    background: linear-gradient(180deg, #5e1aa1, #5e1aa1); /* 31d28e */
    background-size: cover;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
body .page-info:before {
    content: '';
    background:  url(../img/desktop-background.webp) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body .page-info img {
    max-width: 200px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px;
    margin-right: 20px;
}
body .page-info h1 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
body .page-info p {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    color: #fff;
}

body .banner-modal {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #3954fb url(../img/desktop-background.webp) no-repeat;
    background-size: 100%;
}
body .banner-modal img {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 65%;
}
body .banner-modal h2 {
    color: #fff;
    margin-bottom: 0;
}
body .banner-modal a.play-btn {
    font-size: 1.8rem;
    padding: 10px 20px;
    color: #4f3830;
}
body .banner-modal a {
    color: #fff;
    font-size: .8rem;
}

.banner-img {
    border-radius: 50px;
    width: 100%;
}
.custom-modal ul {
    list-style-type: none;
}
.custom-modal ul li:before {
    background: #7b2afe;
    border-radius: 100%;
    content: "";
    display: inline-block;
    margin-right: 8px;
    max-height: 15px;
    max-width: 15px;
    min-height: 15px;
    min-width: 15px;
}
.custom-modal ul li {
    color: #2a2b43;
    font-size: 1.2rem;
    line-height: 32px;
    margin-bottom: 10px;
}

.faq-row {
    padding: 1rem 1.5rem;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    margin: 20px 0;
}
.faq-row img {
    width: 20px;
    margin: 10px;
}
.faq-row h3 {
    position: relative;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.faq-row h3 svg {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
}
.faq-row h3 svg path {
    fill: #000;
}
.faq-row p {
    display: none;
    padding-top: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #8080802e;
}
.faq-row p.active {
    display: block;
}


/* Скрива всички li елементи след 3-тия */
body .casino-list .casino .extra ul li:nth-child(n+4) {
    display: none;
}

body .view-draw .extra {
    overflow-x: scroll;
}

/* Стилове за бутона "Show more" */
.show-more-btn {
    border: 1px solid #4CAF50;
    color: #4CAF50;
    padding: 3px 20px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s;
    background: #fff;
    outline: none !important;
}

.show-more-btn:hover {
    background: #4CAF50;
    color: #fff;
}

/* Клас, който показва всички елементи в конкретния контейнер */
body .casino-list .casino .extra.show-all ul li {
    display: grid;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.results-table thead {
    background: #2c3e50;
    color: #fff;
}

.results-table th,
.results-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.results-table tbody tr:nth-child(even) {
    background: #f7f9fc;
}

.results-table tbody tr:hover {
    background: #eef6ff;
    transition: 0.2s;
}

.results-table th {
    text-transform: capitalize;
    font-weight: 600;
}


/* Mega menu */
body header nav ul li.mega-menu {
    position: inherit;
}

body header nav ul li.mega-menu:hover div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    z-index: 99;
    box-shadow: 0 0 23px 1px #484848;
    border-radius: 7px;
    background: #ffffff;
    padding: 20px;
}
.mega-menu div {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
body header nav ul > li.mega-menu:hover  ul {
    display: block;
    position: relative;
    background: transparent;
}

/* Външни списъци */
li.mega-menu div > ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Код на държавата */
li.mega-menu div > ul > li > h4 {
    margin: 0 0 10px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
}

/* Вътрешен списък */
li.mega-menu div ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Елементи */
li.mega-menu div ul ul li {
    margin-bottom: 8px;
}

/* Линкове */
li.mega-menu div ul ul li a {
    display: block;
    padding: 2px 0;
    background: #ffffff36;
    color: #595959;
    text-decoration: none;
    border-bottom: 1px solid #8080801c;
    transition: all 0.2s ease;
    font-size: 15px;
}

/* Hover ефект */
li.mega-menu div ul ul li a:hover {
    border-color: #000;
    color: #000;
    background: transparent;
}

/* Празен линк */
li.mega-menu div ul ul li a:empty {
    display: none;
}
/* END Mega menu */


@media ( max-width: 768px ) {
    body h1 {
        text-align: left;
    }
    body header div nav ul li.mega-menu div {
        box-shadow: none !important;
        border-radius: 7px !important;
        background: transparent !important;
        padding: 0 !important;
        overflow: hidden;
    }
    body li.mega-menu div > ul > li > h4,
    body li.mega-menu div ul ul li a {
        color: #fff;
    }
    body header nav ul > li.mega-menu:hover ul {
        left: 15px;
    }
    body li.mega-menu div ul ul li a {
        background: transparent;
    }
    .breadcrumbs {
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 5px;
    }
    body .play-btn {
        font-size: 1rem;
    }
    body .page-info {
        display: block;
    }
    body .page-info .img-holder {
        text-align: center;
        margin-bottom: 20px;
    }

    body .jump-container.fixed {
        padding-top: 0px;
    }
    body .jump {
        margin-bottom: 0px;
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    body .jump li:first-child {
        margin-top: 10px;
        margin-bottom: 0;
    }

    body .custom-modal {
        display: grid;
        gap: 20px;
    }

    body header nav ul li.mega-menu .submenu {
        position: relative;
    }

    body header nav ul li .submenu {
        display: none;
    }

    body header nav ul li.mega-menu:hover div {
        grid-template-columns: 1fr;
    }
    body header nav.col-md-10 {
        z-index: 9;
    }
    body .casino-list .casino .extra ul li span b {
        font-size: 13px;
    }
}



