/*
Theme Name: casino-app
Theme URI: https://generatepress.com
Author: casino-app
*/

/*html :where(img){height:inherit;max-width:none;}*/


.casino-app .container {
    max-width: 1280px;
    width: 94%;
    margin: auto;
}

.casino-app-author-container {

    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    margin: 20px 0;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}


.casino-app dl {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #ddd;
}

.gn7-wrapper {
    display: flex;
}

.casino-app dt {
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.author-img-con img {
    height: 65px;
    width: 65px;
    object-fit: contain;
    border-radius: 12px;
}


.author-img-con {
    position: relative;
    border: 2px dashed transparent;
    border-radius: 64px;
    padding: 0;
    line-height: 0;
}

.header-avatar-container {
    line-height: 0;
}

div#block-7 {
    padding: 20px 0;
}

.site-content .content-area {
    width: 100% !important;
}

.site-content {
    display: block !important;
}

div#block-8 {
    padding: 20px 0;
}

/* Rotate animation */
@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.date-container {
    height: 50px;
}

.date-author-cl span {
    font-size: 16px;
    color: #000;
}

span.posttim.posdate a {
    color: #000;
}

.last_updated_date p {
    font-size: 16px;
    color: #000;
}


section.main-content {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;

    z-index: 999;
    position: relative;
    margin: 10px auto;
    width: 96%;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.header-avatar-container img {
    border-radius: 12px;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.header-name-container h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.profile-fields-group {
    padding: 10px 20px;
    z-index: 999;
    position: relative;
    margin: 10px auto;
    width: 96%;
    border-radius: 12px;
    border: 1px solid #e5e5e5;

}

h2.group-title {
    font-size: 28px;
    /* color: #4e73df; */
    border-bottom: 2px solid #000000;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.author-f-name,
.author-description-name {
    /* margin-bottom: 12px; */
    display: flex;
    gap: 10px;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 700;
    font-size: 16px;
}

.author-f-name .data,
.author-description-name .data {
    /* color: #555; */
    font-size: 16px;
    line-height: 1.6;
}


.data p {
    font-size: 16px;
    margin: 0;
}

.site-logo-image a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

ul#menu-footer-menu {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.menu-footer-menu-container {
    background: #fff;
    padding-top: 25px;
}

ul#menu-footer-menu li a {
    color: #000;
    text-decoration: none;
}

ul#menu-footer-menu li:hover a {
    color: #1e73be;
}

.casino-app .container ul {
    margin: 10px 0px;
}

.casino-app .container ol {
    margin: 10px 0px;
}

.casino-app .container ol li {
    margin-bottom: 10px;
}

a.Bedb551b74 {
    background: #fb7d0d !important;
}

a.L1488f5341 img {
    object-fit: contain !important;
}

.site-footer {
    padding: 10px;
}

.fdYcXAEkVIM {
    display: flex;
    align-items: center;
}

table tr th {
    background: #ddd;
}

.casino-app table tr td {
    border: 1px solid #b6acac;
    padding: 10px;

}

.casino-app table tr td b {
    font-weight: 700;
}

.casino-app table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

table {
    overflow-x: auto;
}

.casino-app table tr td,
.casino-app table tr th {
    border: 1px solid #b6acac;
    padding: 10px;
    text-transform: initial;
    color: #000;

    text-align: start;
}

table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.casino-app table tr td {
    white-space: nowrap;
}

.su-button-center {
    display: flex;
    justify-content: center;
}

img.aligncenter {
    margin: auto;
    display: block;
}

.casino-app h3 {
    font-size: 22px;
}

.casino-app h5 {
    font-size: 17px;
}

.su-button-center a span {
    display: inline-block;
    padding: 10px 20px;
    z-index: 0;
    background: #fb7d0d;
    border: 1px solid #fb7d0d !important;
    border-radius: 60px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-origin: border-box !important;
}

.su-button-center a {
    background: transparent !important;
    border: none !important;
}

@media(max-width:768px) {
    .menu-footer-menu-container {
        padding-bottom: 1px;
    }

    ul#menu-footer-menu {
        display: block;
    }
}

@media(max-width:600px) {
    .date-container {
        /* height: 70px;  */
    }

    .gn7-wrapper {
        margin: auto;
        display: block;
    }
}

@media(max-width:1399px) {
    .collapse {
        display: block !important;
    }
}

@media(min-width: 1180px) {
    .casino-app table {
        display: inline-masonry;
    }
}

@media(max-width: 1179px) {
    .casino-app table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .casino-app table {
        border-collapse: collapse;
        display: inline-table;
    }

}