body {
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    font-family: 'Open Sans';
    margin: 0;
    line-height: 1.6;
}

a {}

.nexteventtable {
    margin-top: 20px;
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background: #FFF;
}

.nexteventtable table {
    width: 100%;
    border-collapse: collapse;
}

.nexteventtable table tr th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #8c8f94;
    font-weight: normal;
}

.nexteventtable table tr td {
    padding: 10px;
}

.nexteventtable table tr td a {
    color: #0A1C2A;
    font-weight: bold;
    text-decoration: none;
}

.nexteventtable table tr td a:hover {
    color: #0077d3;
}

.nexteventtable table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.nexteventtable table tr:hover {
    background-color: #eeeeee;
}


.front-stat {
    margin-top: 20px;
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background: #FFF;
}

input[type="date"] {
    background-color: #eeeeee;
    padding: 6px 12px;
    line-height: 2;
    min-height: 30px;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    font-size: 14px;
}

.front-stat-title {
    font-weight: bold;
}

.front-stat-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.front-info {
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
}

.front-stat-form-container {
    display: flex;
    gap: 20px;
}

.keresgomb {
    padding: 11px 13px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #11253B !important;
    font-size: 15px;
    transition: all 0.5s ease;
}

.keresgomb-text {
    padding-top: 2px;
    display: inline-flex;
}

.keresgomb .dashicons {
    transition: none!important;
}

.keresgomb:hover {
    background: #11253B;
    color: #FFF;
}

.nexteventtable h2,
.front-stat h2 {
    font-size: 26px;
    font-family: "Poppins";
    font-weight: 300;
    margin-top: 0;
}

.main-content h1 {
    font-size: 32px;
    font-family: "Poppins";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}

.front-ujanlat-button {
    color: #0A1C2A !important;
    transition: all 0.5s ease;
    border: none !important;
    border-radius: 50px !important;
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-color: #fcd462;
    font-weight: 400;
    line-height: 2.15384615;
    min-height: 30px;
    text-decoration: none;
}

.front-ujanlat-button:hover {
    background: #ffee7c;
}

.random-quote {
    margin-top: 10px;
    font-size: 15px;
    color: #363636;
    font-style: italic;
}

.random-quote .dashicons {
    color: #eaeaea;
    font-size: 50px;
    position: absolute;
    z-index: -1;
}

.quote-box {
    padding: 10px 15px;
    display: block;
}



.footer-info a {
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color:#363636;
    text-decoration: none;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.footer-info a:hover {
    opacity: 1;
}

.footer-ad-logo {
    max-height: 23px;
    margin-left: 10px;
}