body .wp-admin {
    background-color: #f0f0f1 !important;
}

.slots {
    background: url(./img/bg.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 120px 100px;
    max-width: 750px;
    /*min-width: 750px;*/
}

.slot-machine-section {
    position: relative; /* Asigură poziționarea relativă pentru plasarea absolută a #result */
}
#spinButton {
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#result {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 1;
    width: fit-content;
    background: #46ad52;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

.slot-machine-section {
    background: white;
    padding: 10px;
    border-radius: 8px;
}
.slot-machine {
    display: grid;
    grid-template-columns: repeat(5, 90px);
    grid-template-rows: repeat(3, 90px);
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /*background: url(./img/bg.jpg) no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*padding: 200px 50px 140px 50px;*/
}
        .slot {
            width: 100px;
            height: 100px;
            background-color: transparent;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3em;
            border-radius: 10px;
            transition: transform 0.5s ease, opacity 0.5s ease;
                position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
        }
        .slot.spin {
            animation: spinAnimation 1.2s ease-in-out;
        }
        @keyframes spinAnimation {
            0% { transform: rotateY(0); }
            50% { transform: rotateY(180deg); }
            100% { transform: rotateY(360deg); }
        }
        .slot.winning {
            background-color: #28a745;
        }
        .button-container {
            margin-top: 20px;
        }
        .bet-buttons {
            margin: 20px 0;
        }
        .bet-buttons button {
            margin: 0 5px;
        }
        .bet-buttons button.active {
            background-color: #28a745;
            color: #fff;
        }
        
     #spinButton {
    background: url('./img/button.png') no-repeat center center; /* Imagine de fundal pentru buton */
    background-size: contain; /* Asigură-te că imaginea se potrivește */
    width: 100px; /* Ajustează lățimea */
    height: 100px; /* Ajustează înălțimea */
    border: none; /* Fără bordură */
    cursor: pointer; /* Cursorul devine pointer */
    display: flex; /* Permite alinierea conținutului */
    align-items: center; /* Centering vertical */
    justify-content: center; /* Centering horizontal */
}


/* Efectul la hover */
#spinButton:hover {
    filter: brightness(1.1); /* Crește luminozitatea */
    transform: scale(1.05); /* Mărește dimensiunea */
}

/* Efectul la apăsare */
#spinButton:active {
    transform: scale(0.95); /* Micșorează butonul când este apăsat */
}



.slot-image {
    position: absolute;
    width: 100%; /* Ajustează lățimea imaginii pentru a umple slotul */
    transition: transform 0.5s ease; /* Efect de tranziție pentru cădere */
}

.spin {
    animation: spin 1s ease-in-out forwards;
}

@keyframes spin {
    0% {
        transform: translateY(-150%); /* Începe din afara slotului */
    }
    100% {
        transform: translateY(0); /* Coboară la poziția normală */
    }
}




.rotiri-gratuite {
    width: 200px; 
        height: 40px;
    background: url('./img/banner-1.png') no-repeat; 
    background-size: contain; 
    color: #fff; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    font-weight: bold;
    font-size: 13px;
}
.balanta {
    width: 200px;
    height: 40px;
    background: url(./img/banner-2.png) no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}


.campionat-pacanele {
    max-width: 1140px;
    margin: 30px auto;
}

.highlight {
            background-color: #f0f8ff; /* Culoare de fundal pentru utilizatorul curent */
            font-weight: bold; /* Text îngroșat */
        }
        
        
.popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.close-no-free-spins {
    cursor: pointer;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background-color: #007bff; /* Poți schimba culoarea dacă vrei */
    color: white;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.close-no-free-spins:hover {
    background-color: #0056b3; /* Culoarea la hover */
}

.bg-default-content {
    background-color: rgb(255 255 255 / 1);
}
.rounded-default {
    border-radius: 8px;
}

.clasamente {
    padding: 10px;
}

.clasamente table td, .clasamente table th {
    padding: 10px;
    line-height: 1;
    vertical-align: top;
    border: 0;
}

.clasamente table tr {
    padding: 10px;
    line-height: 1;
    vertical-align: top;
    border: 0;
}



.clasamente  tr:nth-child(even) {
    background-color: #fff !important; /* Culoarea pentru rândurile pare */
        
}

.clasamente table tbody>tr:nth-child(odd)>td, .clasamente  table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
        border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.clasamente th {
    background-color: #fff; /* Culoare de fundal pentru antet */
  
}

.clasamente tbody tr td:nth-child(3),.clasamente tbody tr th:nth-child(3), .clasamente tbody tr td:nth-child(1),.clasamente tbody tr th:nth-child(1) {
    text-align: center; /* Centrează textul în celulele din al treilea rând */
}

.clasamente .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12.5px;
}

.clasamente ul {
    margin: 0;
}

.clasamente table {
    margin: 0 0 1.5em;
    width: 100%;
    font-size: 14px;
}

.clasamente .page-button, .clasamente .page-button-monthly {
    font-size: 14px;
    margin: 5px;
}

.slot-machine-controls {
    display: flex;
    justify-content: space-around; /* Distribuie uniform elementele */
    align-items: center;
    width: 100%; /* Ocupă întreaga lățime a ecranului */
    padding: 10px 0;
    box-sizing: border-box; /* Asigură-te că padding-ul nu extinde lățimea */
        margin-bottom: -120px;
}

.auth-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fundal semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.auth-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.auth-popup-content h3 {
    margin-bottom: 10px;
}

.auth-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.auth-button:hover {
    background-color: #0056b3;
}

.close-auth-popup {
    margin-top: 10px;
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}


.popup-button {
        background: var(--accent);
    color: #fff;
    padding: 5px 20px;
}
.popup-custom-text {
    padding: 20px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 25px;
    margin-top: 20px;

}
.popup-button:hover {
    background: #03630f;
    color: #fff;
    padding: 5px 20px;
}
#countdownTimer {
    font-size: 24px;
}

div.dt-container div.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 !important;
}

.dt-container .dt-layout-cell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0 !important;
    font-size: 14px !important;
}

div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    margin: 0 !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    margin: 0 auto !important;
    justify-content: space-between;
}

.tab-content p {
        font-size: 14px;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: flex-end;
    margin-left: auto;
    padding: 0;
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
   border-radius: 50% !important;
   padding: 0.5em 0.9em !important;
}
div.dt-container div.dt-paging {
    margin: 5px 0px !important;
}


div.dt-container .dt-paging .dt-paging-button {
    background: #ffffff !important;
    border: 1px solid #097815 !important;
    font-size: 14px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button:hover {
    background: #097815 !important;
    color: #fff !important;
    border: 1px solid #097815 !important;
    font-size: 14px;
}

.istoric a {
    width: 100%;
    display: block;
    text-align: center;
    background: #097815;
    color: #fff;
    padding: 20px 10px;

}

.istoric a:hover {
    width: 100%;
    display: block;
    text-align: center;
    background: #0a5713;
    color: #fff;
    padding: 20px 10px;

}

#filtruClasamentLunar, #filtruClasamentZilnic{
    margin: 10px 0px;
    
}

select {
    font-family: Poppins, sans-serif;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

.clasamente button {
    font-size: 14px !important;
    padding: 5px 10px !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: center !important;
}

#spinButton {
  position: relative;
  overflow: hidden;
}

.spin-loader {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.tabel-campionate {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tabel-campionate th, .tabel-campionate td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.tabel-campionate th {
    background-color: #f5f5f5;
}

.btn-activ {
    background-color: #28a745;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-activ:hover {
    background-color: #218838;
}

.btn-expirat {
    background-color: #dc3545;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: not-allowed;
    opacity: 0.8;
    width: 100%;
    text-align: center;
}

.popup-content .popup-button {
        background: var(--accent);
    color: #fff;
    padding: 5px 20px;
}

#noFreeSpinsPopup h2 {
    margin-bottom: 0;
}

.bonus-campionat, .count {
    position: relative;
    padding: 8px;
    background: rgb(255 255 255);
    box-shadow: 0 8px 32px rgba(4, 4, 26, .24);
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}
.count {
    text-align: center;
}
.bonus-campionat .bonus-title {
    margin: 10px 0px;
}
.bonus-campionat .shortdescription {
    text-align: center;
}

.bonus-campionat img {
    max-width: 140px;
    object-fit: contain;
        margin: 0 auto;
    display: block;
    
}

.bonus-campionat .descriere {
    margin-bottom: 10px;
}
.bonus-campionat .descriere p, .count p {
    margin-bottom: 0;
    text-align: center;
}

.bonus-campionat a, .bonus-campionat a:hover {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: #077815;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    line-height: 1.4;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0 #00000061;
    max-width: 220px;
}

.count span {
    text-align: center;
    font-weight: bold;
        margin-top: 10px !important;
    display: block;
}

 table, th, td {
    border: 0 !important;
}

th {
    font-weight: 600;
    color: #fff;
    background-color: #343a40;
    padding: .3rem !important;
    font-size: 16px !important;
    text-align: left;
}

.table-list__lst-bonus {
    color: #254125;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 700;
    transition: background .3s;
    display: inline-block;
    width: 100%;
        line-height: 1;
        cursor: auto;
        text-align: center;
}

a.table-list__btn_play, a.table-list__btn_play:hover {
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: #077815;
    border-radius: .25rem;
    padding: 8px 6px 7px;
    font-size: 14px;
    font-weight: 700;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
        line-height: 1;
}

th {
    line-height: 1 !important;
}

.bonus-campionat tbody tr:nth-child(2n) {
    background-color: #e1e0e0 !important;
}

.bonus-campionat table th {
    text-align: center;
}

.casino-table__casbadges img {
    max-width: 103px !important;
    height: 40px !important;
    object-fit: contain;
    padding: 0px 10px;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #ffffff00 !important;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

#timer .count {
    position: relative;
    padding: 8px;
    background: rgb(255 255 255);
    box-shadow: 0 8px 32px rgb(4 4 26 / 9%);
    border-radius: 16px;
    width: 100%;
    cursor: initial;
    margin-bottom: 20px;
}
#timer .countdown {
        font-size: 1.125rem;
    display: inline;
}
#timer p {
        display: inline;
}


.single-campionat_pacanele th {
    font-weight: 600;
    color: #000000 !important;
    font-size: 13px !important;
    text-align: center !important;
}

.single-campionat_pacanele table th:nth-child(2) {
    text-align: left !important;
}



.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr, .styled-table th {
    background-color: #077815 !important;
    color: #ffffff !important;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px !important;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd !important;
        background: #fff;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3 !important;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 5px solid #077815 !important;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #077815;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

div.dt-container div.dt-search {
    text-align: left;
    padding: 15px 0px !important;
}


@media only screen and (max-width: 600px) {
    
    #timer .countdown {
    font-size: 1.125rem;
    display: block !important;
}

    #noFreeSpinsPopup{
        margin-top: 20px;
    }
    .slot-machine-section {
    background: white;
    padding: 0;
    border-radius: 8px;
}
  .slot-machine {
    display: grid;
    grid-template-columns: repeat(5, 55px);
    grid-template-rows: repeat(3, 55px);
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.slots {
    background: url(./img/bg.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px 10px;
    max-width: 750px;
    /* min-width: 750px; */
}
.slot-machine-controls {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: -70px;
}

.slot {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    border-radius: 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

    #spinButton {
        background: url(./img/button.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
    }

.rotiri-gratuite {
        width: 150px;
        height: 31px;
        background: url(./img/banner-1.png) no-repeat;
        background-size: contain;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        order: 1;
    }

    .balanta {
        width: 150px;
        height: 30px;
        background: url(./img/banner-2.png) no-repeat;
        background-size: contain;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 12px;
        order: 3;
    }
    
        #result {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 1.5em;
        text-align: center;
        padding: 10px 18px;
        border-radius: 50px;
        z-index: 1;
        width: fit-content;
        background: #46ad52;
        font-size: 13px;
        font-weight: bold;
        display: none;
    }
    
        .table-list__lst-bonus {
        color: #254125;
        cursor: pointer;
        background: #c0d3c0;
        border-radius: 5px;
        padding: 5px 15px;
        font-size: 13px;
        font-weight: 700;
        transition: background .3s;
        display: inline-block;
        width: 100%;
        line-height: 1;
        cursor: auto;
    }

}

@media (max-width: 768px) {
  .styled-table thead {
    display: none;
  }

  .styled-table,
  .styled-table tbody,
  .styled-table tr,
  .styled-table td {
    display: block;
    width: 100%;
  }

  .styled-table tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 0.5rem;
    background: #fff;
  }

  .styled-table td {
    text-align: left;
    padding: 0.5rem;
    position: relative;
  }

  .styled-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.3rem;
    color: #333;
  }
  
  .styled-table th, .styled-table td {
    padding: 0px 15px !important;
}

}





