a {
    color: black;
    text-decoration: none;
}

body {
    font-family: 'Arial', sans-serif;
    background-image: url('cov.jpg');
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
    margin-bottom: 40px;
}

h1 {
    color: #fff;
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    word-wrap: break-word;
}

p {
    font-size: 20px;
}

.wrapper {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 800px;
}

.wrapperr {
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 800px;
    text-align: center;
    color: white;
    margin: 0 auto;
    padding: 20px;
}

.table.wide {
    width: 1100px;
    margin-left: -150px;
}

.table.wider {
    width: 900px;
    margin-left: -60px;
}


.table {
    margin: 0 0 0px 0;
    padding: 5px 7px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

.point {
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    background: #f75b00;
    font-weight: bold;
    font-size: 12px;
}

.number {
    color: #fff;
    font-weight: bolder;
}

.total {
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
    background: linear-gradient(to right, #029645, #ff330000);
}

.ct {
    color: #00d0ff;
}

.tt {
    color: #ffba5a;
}


.team img {
    width: 25px;
    margin-bottom: -6px;
}

.spec {
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    background: linear-gradient(to right, #ff5e00, #ff330000);
    font-size: 14px;
}

.duration {
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    background: linear-gradient(to right, #f75b00, #ff330000);
    font-weight: bold;
    font-size: 14px;
}

.status {
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 900;
    font-size: 12px;
}

.cell1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

.swal2-popup {
    background: #000000aa;
    color: #fff;
}

.swal2-html-container a {
    color: #00ffe1;
}

.swal2-html-container b {
    color: #ffa45a;
}

.swal2-confirm.swal2-styled {
    border-radius: 20px;
}

@media screen and (max-width: 600px) {
    .table {
        display: block;
    }
.wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

}

.row {
    display: table-row;
    background: #00000066;
    border-top: 2px solid #ea6153;
}

.row:nth-of-type(odd) {
    background: #00000023;
}

.row.header {
    font-weight: 900;
    color: #ffffff;
    background: linear-gradient(to right, #bb000085, #ff330074);
}

.row.green {
    background: #ff5e00;
}


.row.blue {
    background: #bb0000;
}

@media screen and (max-width: 600px) {
    .row {
        padding: 14px 0 2px;
        display: block;
        text-align: center;
    }

    .row.header {
        padding: 0;
        height: 6px;
    }

    .row.header .cell {
        display: none !important;
    }

    /* Safari-specific styles */
    @supports (-webkit-touch-callout: none) {
        .row.header .cell {
            display: none !important;
        }
    }

    .cell {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .cell:before {
        margin-bottom: 10px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: none;
    }
}

.cell {
    font-size 18px;
    padding: 8px 14px;
    display: table-cell;
}

.array {
    color: #fff;
}

.created {
    color: #ffa45a;
}

.end {
    color: #06ff76;
}

@media screen and (max-width: 600px) {
    .cell {
        height: 40px;
        padding: 2px 16px;
        display: block;
    }

    .cell1 {
        font-size: 18px;
    }

    .cell2 {
        font-size: 18px;
        margin-top: 50px;
        margin-right: 200px;
    }

    div.cell.cell2::before {
        display: none;
    }

    .table.wide {
        width: 80%;
        margin-left: 9%;
    }

    .table.wider {
        width: 80%;
        margin-left: 9%;
    }
    
}

.navbar {
    background: linear-gradient(to left, #0a0a0ab1, #292929b1);
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
}

.menu-toggle {
    color: white;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 20px;
    display: none;
    background: linear-gradient(to right, #bb0000, #ff3300);
    border: none;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.menu-toggle:hover {
    background: linear-gradient(to right, #bb0000, #ff3300);
    color: white;
}

.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s;
}

.nav-list li {
    display: inline;
}

.nav-list a {
    display: inline-block;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.nav-list a:hover {
    background: linear-gradient(to right, #bb0000, #ff3300);
    color: white;
}

@media screen and (max-width: 600px) {
    .menu-toggle {
        display: block;
    }

    .nav-list {
        display: none;
    }

    .nav-list.show {
        display: block;
        text-align: center;
        opacity: 1;
    }

    .nav-list li {
        display: block;
        margin: 10px 0;
    }
}


.contentt {
    padding: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a.active,
.pagination a:hover {
    background-color: #ff3300bd;
    color: #fff;
}

.pagination a:not(.active) {
    background-color: #bb0000b8;
    color: #fff;
}

.pagination span {
    background-color: #ccc;
    color: #000;
}

.pagination span.points {
    background-color: transparent;
    color: #000;
}

@media only screen and (max-width: 600px) {

    .pagination a,
    .pagination span {
        padding: 8px;
        font-size: 12px;
    }
}

.errordiv {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 800px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.searchdiv {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 800px;
}

.searchdiv {
    margin-top: 10px;
    color: #fff;
}

.searchdiv form {
    display: flex;
    justify-content: center;
}

.searchdiv input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    border: none;
    color: #fff;
    background: #0000007f;
    outline: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.searchdiv button {
    padding: 12px 20px;
    background-color: #ff5e00;
    color: white;
    border: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.searchdiv button:hover {
    background-color: #e63600;
}

.back-button {
    display: block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #ff3300;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
}

.back-button:hover {
    background-color: #ff3300;
}

.server-buttons {
    text-align: center;
    margin-top: 10px;
}

.server-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.server-button:hover {
    background-color: #555;
}

.server-button.active {
    background-color: #ff5e00;
    /* culoarea de fundal verde pentru butonul activ */
    color: white;
    /* culoarea textului alb pentru butonul activ */
}


/* Your code */

.mt-2 {
    margin-top: 0;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid orange;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.last {
  font-size: 10px;
  margin-top: 4px;
  color: #DBDBDB;
}
