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

    /* Dark theme styles */
    .Darktheme .newTableCss table thead tr {
        background-color: #1e1e1e;
        color: #ffffff;
    }

    .Darktheme .newTableCss table thead tr th {
        padding: 10px;
        border: 1px solid #4D4D4D;
    }

    .Darktheme .newTableCss table tbody tr:nth-child(odd) {
        background-color: #3e3e3e;
        color: #ffffff;
    }
    .Darktheme table.mt-2.dynamic-table tbody tr:first-child, .Darktheme .launchedDate-Container {
        border-bottom: 1px solid #474c4f !important;
    }
    .Darktheme .newTableCss table tbody tr:nth-child(even) {
        background-color: #2d2d2d;
        color: #ffffff;
    }

    .Darktheme .newTableCss table tbody tr td {
        padding: 10px;
        border: 1px solid #4D4D4D;
    }

    /* Light theme styles */
    .newTableCss table thead tr {
        background-color: #f0f0f0;
        color: #333;
    }

    .newTableCss table thead tr th {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .newTableCss table tbody tr:nth-child(odd) {
        background-color: #ffffff;
        color: #333;
    }

    .newTableCss table tbody tr:nth-child(even) {
        background-color: #e9e9e9;
        color: #333;
    }

    .newTableCss table tbody tr td {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .font1 {
        font-family: Montserrat;
    }

    .all-content-handler {
        font-family: Georgia;
        color: #222;
    }

    .the_content ul {
        list-style: disc;
        padding-left: 17px;
    }

    .featured-image-container {
        width: 100%;
        height: auto;
    }

    .the_content ol {
        list-style: auto;
        padding-left: 17px;
    }

    .bg-grey {
        background: linear-gradient(to left, #f2f5ff 35%, #fff);
        padding: 1rem 3rem 0 0.5rem;
    }

    .top-heading h1 {
        font-family: Georgia;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        color: #222;
        padding-bottom: 12px;
    }

    .gambling-body-content {
        /* max-width: 90%;
    margin: 0 auto; */
    }

    .gambling-card {
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
        border: solid 1px #d1d1d1;
        background-color: #fff;
        margin: 0 0 10px;
        max-width: 99.5%;
        position: relative;
    }

    .gambling-card .img-container {
        max-width: 170px;
        height: 160px;
        border-bottom: 1px solid #dedede;
        width: 170px;
        background-color: #f4f4f4;
        background-image: url(/wp-content/themes/coingapev3/images/holder.png);
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
    }

    .gambling-card .img-container img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        object-fit: cover;
    }

    .gambling-card-content .trending {
        color: #e0112b;
        font-weight: 600;
    }

    .trendingtitle {
        font-size: 18px;
        font-weight: 600;
    }

    .card-read-review {
        text-decoration: underline;
        font-size: 0.75rem;
        font-weight: 600;
        line-height: 1.83;
        color: #1077e2;
        display: inline-block;
        font-family: "Montserrat"
    }

    .gambling-card-content a:hover {
        color: #1077e2;
    }

    .gambling-card-button {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .gambling-card-button span {
        font-size: 1.125rem;
    }

    .review-button {
        border-radius: 2px;
        background-color: #f57506;
        font-weight: 600;
        color: #fff;
        width: 100%;
    }

    .review-button:hover {
        color: #fff;
    }

    .card-button {
        font-size: 0.75rem;
    }

    .card-button img {
        margin-top: 5px;
        padding: 0 7px 0 5px;
        max-width: 125px;
    }

    .card-image img {
        height: 25px;
        width: 25px;
    }

    .owlCbox {
        height: 290px;
        overflow: hidden;
        padding: 4px 12px;
    }

    .owlCboxin {
        background: #fff;
        box-shadow: -0px -7px 0px 20px #dbf4ff;
        border-radius: 5px;
        max-height: 250px;
        padding-bottom: 0;
        margin-top: 7px;
    }

    .owl-ads .owl-stage-outer {
        margin: 0 0 0;
    }

    .owl-ads .owl-nav {
        position: absolute;
        width: 100%;
        top: 51%;
        left: 0;
    }

    .table-responsive .cointable-content p {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 0;
    }

    /* .table-responsive p {
    font-size: 1.375rem;
    font-weight: bold;
    color: #222;
} */
    .owl-ads .owl-nav .owl-prev {
        left: -10px !important;
    }

    .owl-ads .owl-nav .owl-next {
        right: -10px !important;
    }

    .owl-ads .owl-nav button {
        background: #fff !important;
        width: 20px;
        font-size: 20px !important;
        color: #727171 !important;
        box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .08);
        height: 34px;
        padding: 0 4px !important;
        text-align: center;
        border-radius: 2px;
    }

    .AffiliateAd {
        border-radius: 5px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
        padding: 10px 25px 10px 10px;
        margin: 20px 0;
    }

    .ListAffliate {
        font-family: Georgia;
        text-align: left;
    }

    /* .affliatelogo {
    max-width: 300px;
    height: 65px;
} */
    .affliatelogo img {
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }

    .ListAffliate li {
        margin: 0 0 5px;
        position: relative;
        padding-left: 22px;
        font-size: 0.875rem;
    }

    .ListAffliate li::before {
        content: '✓';
        position: absolute;
        color: #147e5d;
        left: 0;
        top: 1px;
        font-size: 16px;
        font-weight: bold;
    }

    .AffliateLinks {
        text-align: center;
        /* color: #1074b7; */
        border-top: 1px dashed #1077e2;
        padding: 10px 0;
        width: 85%;
        margin: 0 auto;
    }

    .AffliateLinks a {
        color: #1074b7;
        font-weight: 600;
    }

    .AffliateLinks a i {
        color: #e0112b;
        font-size: 16px;
    }

    .echoicelogo {
        position: absolute;
        right: -16px;
        top: -15px;
        max-width: 104px;
    }

    .affliatelogo {
        max-width: 170px;
        /* height: 35px; */
    }

    .affliatelogo img {
        height: 100%;
        width: 100%;
    }

    .affiliatelinks {
        text-align: center;
        color: #222;
        padding: 6px 0;
    }

    .AffliateLinksbtn {
        text-align: center;
        max-width: 230px;
        margin: 0 auto;
    }

    .animation-sifnup {
        border-radius: 5px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #1074b7;
        color: #fff !important;
        display: block;
        padding: 8px 0;
        font-weight: 500;
    }

    .AffiliateAd {
        border-radius: 5px;
        padding: 10px 25px 0px 10px;
        margin-top: 20px;
    }

    .Darktheme div.AffiliateAd.bg-white {
        background: #181a1b !important;
    }

    .owlCbox .num {
        text-align: center;
        font-family: montserrat, sans-serif !important;
        font-size: 14px;
        font-weight: 500;
    }

    .featured-yes::before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        top: 40%;
        left: -15px;
        background-image: url(https://coingape.com/wp-content/uploads/2023/09/Polygon-40.png);
        background-size: 17px;
        background-repeat: no-repeat;
    }

    .gambling-featured-card {
        border-radius: 2px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
        border: solid 1px #d1d1d1;
        background-color: #fff;
        margin: 10px 5px 5px 0;
        width: 48%;
    }

    .gambling-featured-card .featuredon::after {
        content: "AD";
        border-bottom-left-radius: 2px;
        background-color: #d1d1d1;
        padding: 0 5px;
        font-size: 0.625rem;
        font-weight: 500;
        font-style: italic;
        font-family: "Montserrat";
        color: #222;
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 2px;
    }

    .gambling-featured-card-left-content {
        border-right: 1px solid #dedede;
    }

    .featured-logo-container {
        border-bottom: 1px solid #dedede;
        width: 80px;
        height: 81px;
        background-color: #f4f4f4;
        background-image: url(/wp-content/themes/coingapev3/images/holder.png);
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
    }

    .featured-logo-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .rating-container img {
        width: 20px;
        height: 20px;
    }

    .rating-container span {
        font-weight: 600;
    }

    .gambling-featured-card-right-content {
        font-size: 15px;
        font-family: Georgia;
        width: 100%;
    }

    .gambling-featured-card-right-content p.ad-card-heading {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        font-family: 'Montserrat';
        font-style: normal;
        margin-bottom: 8px;
    }

    .Darktheme p.ad-card-heading {
        color: #dbdbdb;
    }

    .gambling-featured-card-right-content p {
        font-size: 0.75rem;
        font-weight: 500;
        font-style: italic;
        line-height: 1.8;
        color: #222;
    }

    .gambling-featured-card-right-content a:last-of-type {
        border-radius: 2px;
        background-color: #19936d;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        padding: 5px 8px;
        text-align: center;
    }

    .checkMore-Button {
        padding: 0.5rem 0.8rem;
        border-radius: 24.5px;
        border: solid 1px #e0112b;
        background-color: #fff0f2;
        font-size: 0.938rem;
        font-weight: 600;
        line-height: 1.47;
        color: #222;
    }

    .checkMore-Button i {
        color: #e0112b;
        font-size: 16px;
        padding: 0 5px;
    }

    .sidebar-news-content {
        font-size: 0.875rem;
        font-weight: 600;
        padding-right: 0;
    }

    .sidebar-news-content h5 {
        color: #1077e2;
        line-height: 0.5;
    }

    .sidebar-news-content h5>span,
    .sidebar-news-content h6>span {
        display: inline-block;
        position: relative;
        background-color: #fff;
    }

    .Darktheme .faq-item-icon {
        color: #dbdbdb;
    }

    .sidebar-news-content h5::before {
        content: '';
        position: absolute;
        right: 0;
        border-bottom: 2px solid #1174b7;
        top: 3px;
        width: 100%;
        height: 3px;
    }

    .sidebar-img-container {
        width: 80px;
        height: 80px;
    }

    .sidebar-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .newsHomeImg {
        width: 85px;
        height: 65px;
    }

    .card-title {
        line-height: 1.64;
    }

    .sidebar-news-content h6 {
        line-height: 0.5;
        font-size: 0.75rem;
        font-weight: 500;
        font-style: italic;
        color: #707070;
    }

    .sidebar-news-content h6::before {
        content: '';
        position: absolute;
        border-bottom: 2px dotted #1077e2;
        bottom: 8px;
        width: calc(100% - 117px);
        height: 3px;
        right: 33px;
    }

    .the_content a {
        color: #1074b7;
    }

    .the_content h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .the_content h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .the_content h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .the_content blockquote {
        background-color: #f4f4f4;
        border: none;
        position: relative;
        padding: 24px 25px 10px 25px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.64;
        letter-spacing: normal;
        text-align: left;
        color: #313131 !important;
    }

    .the_content blockquote::before {
        content: '\f10d';
        font-family: FontAwesome;
        font-size: 36px;
        font-weight: 400;
        font-style: normal;
        line-height: .23;
        letter-spacing: normal;
        text-align: left;
        color: #1074b7;
        top: -4px;
        position: absolute;
        margin-left: 0;
        left: 6px;
    }

    .bg-game-img {
        width: 85px;
        height: 85px;
    }

    .bg-game-img img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 5px;
    }

    .bc-game-title {
        color: #777;
    }

    .bg-game-section .bg-heading a h2 {
        color: #1074b7;
    }

    .table-content>table {
        border-top: 1px solid #b5c0ca;
        border-left: 1px solid #b5c0ca;
        border-radius: 5px;
    }
    .Darktheme a.featured-project-new {
    color: #222 !important;
}
a.featured-project-new {
    align-items: center;
    font-family: Montserrat;
    padding: 6px 20px 6px 15px;
    border-radius: 24px;
    background-color: #fabd4f;
    text-decoration: none;
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
}
a.featured-project-new img {
    padding-right: 2px;
}
    .table-content>table>tbody>tr>td {
        border-right: 1px solid #b5c0ca;
        border-bottom: 1px solid #b5c0ca;
        padding: 7px 17px;
    }

    .table-content>table>tbody>tr :first-child {
        width: 40%;
        font-weight: 600;
    }

    .table-content>table>tbody>tr :last-child {
        width: 60%;
    }

    .prons-heading {
        color: #444;
        font-size: 1.25rem;
        font-weight: 600
    }

    .prons-cons-content>ul {
        list-style: none !important;
        width: 46%;
        color: #444;
        margin-left: 19px;
        padding:0px;
    }

    .prons-cons-content>ul>li {
        padding: 3px 0;
        position: relative;
        font-size: 17px;
        line-height: 30px;
    }

    .prons-cons-content>ul>li::before {
        content: "";
        position: absolute;
        left: -26px;
        top: 7px;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
    }

    .prons::before {
        background: url(https://coingape.com/wp-content/uploads/2023/08/%E2%9C%93.png);
    }

    .cons::before {
        background-image: url(https://coingape.com/wp-content/uploads/2023/08/%E2%9C%98.png);
    }

    .content-sidebar {
        border: 1px solid #707070;
        background-color: #f7f7f7;
        border-radius: 5px;
        max-height: 450px;
        overflow: auto;
    }

    .content-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .content-sidebar::-webkit-scrollbar-track {
        background: #f1f1f1;

    }
   .tabletelegram {
        width: 100%;
    }
    .content-sidebar::-webkit-scrollbar-thumb {
        background: #d8d8d8;
    }

    .sticky-item {
        position: sticky;
        top: 55px;
    }

    .content-sidebar-heading {
        position: relative;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
    }

    .content-sidebar-heading::before {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0px;
        top: -2px;
    }

    .content-sidebar-heading.UpdowsSlide::before {
        content: "\f106";
    }

    .active {
        color: #1074b7;
    }

    .faq-active {
        color: #222;
        font-weight: bold;
    }

    .sidebar-table-content {
        padding: 0;
        list-style: none;
    }

    .sidebar-table-content>li {
        padding: 4px 0;
        font-weight: 500;
        border-bottom: 1px solid #e8e8e8;
        cursor: pointer;
    }

    .sidebar-table-content>li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .m-on {
        display: none;
    }

    .rotateArrowButton {
        transform: rotate(-180deg);
    }

    .author-image-container {
        width: 50px;
        height: 50px;
        margin-right: 5px;
        background-color: #f4f4f4;
        background-image: url(/wp-content/themes/coingapev3/images/holder.png);
        overflow: hidden;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50px;
    }

    .author-image-container img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .visitsitelink a {
        padding: 8px 12px;
        font-weight: 600;
        color: #fff !important;
        display: block;
        border-radius: 3px;
        border: none;
        font-family: Montserrat;
        font-size: 17px;
        cursor: pointer;
        text-align: center;
        background-color: #11936d;
        width: 50%;
        margin: 0 auto;
    }

    .writer-data a {
        width: fit-content;
        display: inline-block;
    }

    .contentboxrepeat {
        /* margin: 1rem 0; */
        border-top: 1px solid #dedede;
        padding-top: 20px;
    }

    .bg-game-section {
        margin-bottom: 10px;
    }

    .casino-table {
        border: solid 1px #1580ef;
        background-color: #f4f9ff;
        padding: 1.5rem 1.4rem 0;
        /* margin: 25px 0; */
    }

    .casino-table h2 {
        font-family: Georgia;
        font-size: 22px;
        font-weight: 600;
    }

    .casino-table p {
        font-family: Georgia;
        font-size: 1.375rem;
        font-weight: bold;
        line-height: 18px;
        color: #222;
    }

    .tabledesign2 .column-5 a {
        font-family: 'Montserrat';
        text-decoration: underline;
        font-size: 0.75rem;
        font-weight: 600;
        line-height: 1.83;
        color: #1077e2;
    }

    .coin-table table tbody td {
        vertical-align: middle;
        border: none;
    }

    .tabletelegram {
        font-family: 'Montserrat';
    }

    .tabledesign2 .column-6 a {
        width: 100%;
        text-align: center;
    }

    .ethereum-gambling-paragraph,
    .the_content,
    .innercontent {
        font-size: 18px;
        line-height: 30px;
        color: #313131;
    }

    .innercontent h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .innercontent h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .innercontent h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .innercontent ol {
        padding-left: 20px;
        list-style: auto;
    }

    .innercontent ul {
        padding-left: 20px;
        list-style: disc;
    }

    .innercontent blockquote {
        background-color: #f4f4f4;
        border: none;
        position: relative;
        padding: 24px 25px 10px 25px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.64;
        letter-spacing: normal;
        text-align: left;
        color: #313131 !important;
    }

    .innercontent blockquote::before {
        content: '\f10d';
        font-family: FontAwesome;
        font-size: 36px;
        font-weight: 400;
        font-style: normal;
        line-height: .23;
        letter-spacing: normal;
        text-align: left;
        color: #1074b7;
        top: -4px;
        position: absolute;
        margin-left: 0;
        left: 6px;
    }

    .bg-heading {
        width: 100%;
    }

    .agency-container-heading-font {
        font-size: 20px !important;
        font-weight: 600;
        font-family: Montserrat;
    }

    .h2agency-container-heading-font {
        font-size: 22px !important;
        font-weight: 600;
        font-family: Montserrat;
    }

    .bg-heading span {
        font-family: Georgia;
        font-size: 15px;
        font-weight: normal;
        display: block;
        line-height: 1.4;
        color: #777;
        text-transform: capitalize;
    }

    .contentboxrepeat:first-of-type {
        border-top: none;
    }

    .tw_new_logo {
        background: #222;
        padding: 5px 9px !important;
    }

    .trending-today-container {
        display: none !important;
    }

    .also-read-text {
        font-size: 15px;
        font-weight: 600;
        color: #1077E2;
        position: relative;
        text-transform: uppercase;
    }

    .also-read-text::after {
        content: '';
        height: 1px;
        width: calc(100% - 90px);
        background-color: #1077E2;
        position: absolute;
        bottom: 4px;
        right: -3px;
    }

    .article-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s ease-in-out;
        border-radius: 5px;
    }

    .article-img img:hover {
        transform: scale(1.1);
    }

    .article-img {
        max-width: 65px;
        height: 60px;
        width: 65px;
        background-color: #f4f4f4;
        background-image: url(/wp-content/themes/coingapev3/images/holder.png);
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
    }

    .article-text {
        max-width: calc(100% - 65px);
    }

    .article-text h5 a {
        font-size: 15px;
        font-weight: 600;
        display: block;
        line-height: 21px;
        color: #222;
    }

    .view-count-section {
        color: #707070;
        font-size: 13px;
        font-weight: 500;
        position: relative;
    }

    /* .view-count-section::after {
    content: '';
    height: 1px;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 6px;
    right: 6px;
    border-bottom: 1px dashed #1174B7;
} */

    .Keyfeatures .listDataFeatures {
        padding: 0 0 0 30px;
        list-style: disc;
    }

    .Keyfeatures .listDataFeatures li {
        padding-bottom: 5px;
    }

    .Keyfeatures {
        margin: 15px 0;
    }

    .headbgd5 {
        background: #f1f1f1;
        padding: 8px 15px;
        display: flex;
        font-weight: 600;
    }

    .headbgd5 h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .headbgd5 h4 i {
        background: #1074b7;
        color: #fff;
        padding: 2px;
        font-size: 14px;
        border-radius: 2px;
        padding: 5px 4px;
        line-height: 14px;
    }

    /* .customalerts{
    background-color: #ffedbb !important;
} */
    .flag-images {
        max-width: 125px;
    }

    ul.sidebar-table-content a {
        font-size: 14px;
    }

    .innercontent a {
        color: #1074b7;
        text-decoration: underline;
    }

    .innercontent iframe {
        width: 100%;
    }

    .authodes a {
        color: #1074b7;
        text-decoration: underline;
    }

    .d-on {
        display: block;
    }

    .m-on {
        display: none;
    }

    .SponserdImg {
        border: 1px solid #dee4e9;
        padding: 10px 9px;
        border-radius: 3px;
        min-height: 292px;
    }

    .SponserdyWebimg {
        background-color: #f4f4f4;
        background-image: url(/wp-content/themes/coingapev3/images/holder.png);
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 54px;
    }

    .tb_div {
        border: 1px solid #C8C8C8;
        background: rgba(255, 255, 255, 0.60);
        padding: 29px 10px;
        margin: 30px 0;
        align-items: center;
    }

    .tb_logo {
        width: 85px;
        height: 85px;
    }

    .tb_logo img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .agency-container-heading-font {
        font-size: 20px !important;
        font-weight: 600;
        padding: 23px 0px 0;
        font-family: Montserrat;
    }



    .btnJoinchannel {
        font-weight: 600;
        padding: 6px 0px;
        font-weight: 600 !important;
        color: #fff !important;
        display: block;
        border-radius: 3px;
        box-shadow: 0 3px 8px 0 rgba(11, 41, 0, 0.15);
        border: none;
        font-family: Montserrat;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        background-color: #11936D !important;

        text-decoration: none !important;
    }

    .dynamic-table {
        border: none;
        width:100%;
    }
    .innercontent table tr th {
        padding: 5px 10px;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
    .Darktheme .innercontent table tr th{
        border-color:#474c4f !important;
    }
    /* .Darktheme table.mt-2.dynamic-table tbody tr:first-child {
        border-bottom: none !important;
    } */
    .dynamic-table tbody tr td {
        border: none;
    }

    .innercontent table {
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        width:100%;
    }

    .innercontent table tr td {
        padding: 5px 10px;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

    .dynamic-table tbody tr td span {
        font-weight: 400;
        font-size: 17px;
        font-family: Montserrat;
        display: block;
        text-transform: uppercase;
    }

    .dynamic-table tbody tr td strong {
        font-weight: bolder;
        font-size: 17px;
        font-family: Montserrat;

    }

    .disclaimer-text {
        font-size: 12px;
        font-style: italic;
        margin: 0;
        line-height: 1.6;
    }

    .Darktheme .disclaimer-text {
        color: #9d9d9d;
    }

    .Darktheme .agency-container-heading-font {
        color: #fff;
    }

    .accordion-content {
        background: none;
        padding: 20px 0px;
    }
    .load-more-button {font-family: Montserrat;}

    @media only screen and (max-width:800px) {
        .gambling-featured-card {
            width: 100%;
        }

        .d-on {
            display: none;
        }

        .featured-yes::before {
            position: absolute;
            left: -6px;
        }

        .tabledesign2 thead th {
            white-space: normal;
        }

        .review-button {
            width: 50%;
            display: block;
            margin: 0 auto;
        }

        .tablepress tbody td {
            background: none !important;
        }

        .m-on {
            display: block;
        }

        .tabledesign2 .column-6 a.LinksB {
            display: none;
        }

        .tabledesign2 .column-4 {
            display: none;
        }

        .casino-table {
            padding: 0.5rem 0.4rem 0;
            overflow: hidden;
        }

        .casino-table p {
            font-size: 18px;
            line-height: 1.4;
        }

        .ethereum-gambling-paragraph,
        .the_content {
            font-size: 16px;
            line-height: 30px;
        }

        .sidebar-table-content {
            margin: 0;
        }

        .tabledesign2 tr a,
        .mobile-content a {
            transition: all 0.5s ease-in-out;
        }

        .sticky-item {
            top: 0px;
        }

        .top-heading h1 {
            margin: 13px 0;
            font-size: 25px;
            line-height: 1.4;
        }

        .gambling-body-content {
            max-width: 100%;
        }

        .card-button img {
            border-right: 1px solid #d1d1d1;
            max-width: 105px;
        }


        .gambling-card {
            align-items: start;
            border: 1px solid #e0112b;
        }

        .trendingtitlephone::before {
            content: "trending";
            border-bottom-left-radius: 2px;
            background-color: #e0112b;
            padding: 3px 10px;
            font-size: 0.624rem;
            font-family: "Montserrat";
            font-weight: 600;
            color: #fff;
            font-style: italic;
            text-transform: capitalize;
            position: absolute;
            right: 0;
            top: 0;
            border-top-right-radius: 2px;
        }

        .gambling-card-content h2 {
            font-size: 15px;
        }

        .gambling-card-content p {
            font-size: 15px;
        }

        .gambling-card .img-container {
            width: 150px;
            height: 150px;
        }


        .img-container img {
            border-radius: 5px;
        }

        .gambling-card-button {
            max-width: initial;
            flex: auto;
            margin-top: 10px;
        }

        .newsHomeImg {
            width: 70px;
            height: 60px;
        }

        .bg-grey {
            padding: 10px;
            background: #f2f5ff;
            margin: 0 -10px;
        }

        .d-on {
            display: none;
        }

        .accordion-content h2 {
            font-size: 21px;
        }

        .m-on {
            display: block;
        }

        .content-sidebar-heading::before {
            display: none;
        }

        .mobile-content {
            display: none;
        }

        .mobile-toc {
            width: 100%;
        }

        .content-sidebar {
            margin: 0 0 1.5rem;
            transition: all 0.5s ease-out;
            border-radius: unset;
        }

        .innercontent {
            margin: 1.2rem 0;
        }

        .innercontent iframe {
            height: 250px;
        }

        .prons-cons-content>ul {
            width: 100%;
            padding:0px;
        }

        .prons-cons-content>ul>li {
            margin-left: 5px;
        }

        .bg-game-img {
            max-width: 70px;
            max-height: 70px;
        }

        .bg-game-img img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }

        .footer-new {
            width: 100%;
            margin: 0;
        }

        /* .writer-data {
        width: 50%;
    } */

        .sidebar-news-content h5>span {
            font-size: 15px;
        }

        .sidebar-news-content h5::before {
            border-bottom: 1px solid #1174b7;
            top: 5px;
        }

        .visitsitelink a {
            font-size: 14px;
            margin-top: 3%;
            padding: 6px 12px;
        }

        .flag-images {
            max-width: 105px;
        }
    }
    .img-placeholder {
    font-size: 30px;
    color: #000;
    border-radius: 2px !important;
    border: solid 1px #d1d1d1;
    width: 45px !important;
    height: 45px !important;
    padding: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .coin-table {
        border: solid 1px #1580ef;
        background-color: #f4f9ff;
        padding: 1.5rem 1.4rem 0;
    }

    .coin-table h2 {
        font-family: Georgia;
        font-size: 1.375rem;
        font-weight: bold;
        /* line-height: 18px; */
        color: #222;
        margin-bottom: 1rem;
    }

    .Darktheme .coin-table h2 {
        color: #dbdbdb;
    }

    #summary .quads-location {
        display: none;
    }

    .coin-table table thead tr {
        line-height: 2.5;
    }

    .coin-table table tbody .tableimgs {
        width: 47px;
    }

    .coin-table table tbody .tableimgs img {
        border-radius: 2px !important;
        border: solid 1px #d1d1d1;
        margin: 0 !important;
        width: 45px !important;
        height: 45px !important;
        padding: 2px;
        background: #fff;
    }

    .coin-table table tbody td {
        font-weight: 500
    }

    .coin-table table tbody .cointable-content {
        width: calc(100% - 55px);
        padding: 10px;
    }

    .coin-table table tbody .cointable-content span {
        font-weight: 600;
    }

    .coin-table table tbody .btnGreen {
        display: block;
        text-align: center;
        width: 100px;
    }

    .disclaimer-notes {
        font-size: 12px;
        color: #777;
        font-family: 'Montserrat';
    }

    a.featured-project {
        position: absolute;
        top: -37.5px;
        right: 0;
        font-family: 'Montserrat';
        padding: 6px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        font-size: 0.813rem;
        font-weight: 500;
        line-height: 1.85;
        color: #fff !important;
        border: solid 1px #1580ef;
        background-color: #1580ef;
    }

    .faq-featured-project {
        bottom: -38px !important;
        top: unset !important;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: unset !important;
        border-top-left-radius: unset !important;
    }

    .opacity-on {
        opacity: 0.5;
    }

    .srd-table {
        display: inline-block;
    }

    .desktop-only {
        display: inline-block;
    }

    .merge-table-price br {
        display: none;
    }

    .updated-date {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 500;
    font-family: 'Montserrat';
    }

    @media only screen and (max-width: 600px) {
        .updated-date {
           position: relative;
           margin-top: 20px;
    font-size: 11px;
    }
        .childf1 {
            display: flex;
            align-items: center;
            border-radius: 5px;
            border: solid 1px #727272;
            margin: 0 0 15px;
            padding: 5px 8px 7px;
            justify-content: space-between;
            width: 100%;
        }

        .NewauthorCls {
            overflow: hidden;
            height: 40px;
        }

        .Darktheme .childf1 {
            background-color: #313131;
        }

        .img-container {
            width: 45px;
            height: 45px;
        }

        .listicle-text-container {
            margin: 0 0 0 5px;
            width: calc(100% - 135px);
        }

        .listicle-text-container p {
            margin: 0;
            font-family: Montserrat;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.43;
            color: #222;
        }

        .Darktheme .listicle-text-container p,
        .Darktheme .listicle-sidebar span {
            color: #fff !important;
        }

        .listicle-sidebar {
            text-align: end;
        }

        .listicle-sidebar span {
            font-family: Montserrat;
            font-size: 0.75rem;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.08;
            letter-spacing: normal;
            text-align: right;
            color: #222;
        }

        .listicle-sidebar .btn {
            border-radius: 2px;
            background-color: #ffc748;
            font-family: Montserrat;
            font-size: 0.688rem;
            font-weight: 600;
            color: #222 !important;
            padding: 4px 10px;
        }

        .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        a.featured-project {
            display: none;
        }

        .merge-table-price span {
            display: block;
            text-align: start;
        }

        .merge-table-price br {
            display: block;
        }

        .opacity-on {
            display: none;
        }

        .desktop-only {
            display: none;
        }

        .disclaimer-notes {
            font-size: 11px;
        }

        .coin-table {
            padding: 5px;
        }

        .coin-table table thead {
            display: none;
        }

        .coin-table table tbody .btnGreen {
            width: 100%
        }

        .coin-table table tbody tr {
            width: 100%;
            flex-wrap: wrap;
            position: relative;
            display: flex;
            border: 0 !important;
            margin-bottom: 15px;
        }

        .coin-table table tbody td:last-child {
            border-bottom: 0;
        }

        .coin-table table tbody td {
            width: 100%;
            /* vertical-align:middle; */
        }

        .table-price-data::before,
        .table-24HR-Change::before,
        .table-Market-Cap::before,
        .table-Total-Volume::before,
        .table-Circulating-Supply::before {
            padding-right: 8px
        }

        .table-price-data::before {
            content: "Price :";
        }

        .table-24HR-Change::before {
            content: "24HR Change :"
        }

        .table-Market-Cap::before {
            content: "Market Cap :"
        }

        .table-Total-Volume::before {
            content: "Total Volume :"
        }

        .tvl-Change::before {
            content: 'TVL Change : ';
        }

        .table-Circulating-Supply::before {
            content: "Ciculating Supply :"
        }

        .srd-table {
            display: flex;
        }

        .m-display-inline {
            display: inline;
        }

        .dynamic-table tbody tr {
            border-bottom: none !important;
        }

        .gambling-card {
            align-items: start;
            border: 1px solid #e0112b;
        }

        .dynamic-table tbody tr {
            display: flex;
            flex-direction: column;
        }

        .dynamic-table tbody tr td {
            width: 100%;
        }

        .sticky-item {
            top: 45px;
        }

        .mobile15 {
            font-size: 18px;
        }

        .tabledesign2 thead th {
            white-space: nowrap;
        }

        .gambling-card-content h2 {
            font-size: 15px;
        }

        .gambling-card-content p {
            font-size: 15px;
        }

        .gambling-card .img-container {
            width: 75px;
            height: 75px;
        }

        .review-button {
            width: 100%;
        }

        .img-container img {
            border-radius: 5px;
        }

        .gambling-card-button {
            max-width: initial;
            flex: auto;
            margin-top: 10px;
        }

        .visitsitelink a {
            width: 100%;
        }
    }

    .launchedDate-Container {
        padding: 5px 10px 5px 8px;
        border-radius: 17.5px;
        background-color: #b7f0e0;
    }

    .launchedDate-Container .l-img {
        margin: 0 0.25rem 0 0;
        padding: 5px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-flex;
    }

    .launchedDate-Container .l-date {
        font-family: Montserrat;
        font-size: 0.75rem;
        font-weight: 500;
        vertical-align: top;
        color: #444;
    }

    @media only screen and (min-width:800px) and (max-width: 1100) {
        .card-button {
            margin-left: 13px;
        }
    }

    .publishby {
        font-size: 12px;
    }

    .w-65 {
        width: 60%;
    }

    .tabledesign2 thead tr {
        border-bottom: 1px solid #222222 !important
    }

    .tablepress tbody td {
        background: none !important;
        width: initial;
    }

    .tabledesign2 .column-2 {
        text-align: inherit;
    }

    .tabledesign2 tr a {
        transition: all 0.5s ease-in-out;
        scroll-behavior: smooth;
        font-size: 12px;
        font-style: italic;
        font-weight: 500;
        font-family: 'Montserrat';
    }

    @media only screen and (max-width: 800px) {
        .writer-data {
            width: 100%;
        }

        /* .writer-data {
    width: calc(100% - 60px);
        } */
        .agency-container-heading-font {
            padding: 12px 0px;
        }

        /* .tb_logo {
    width: 100px;
    height: 90px;
    border-radius: 50%;
    align-items: center;
} */

    }

    .TBAcon {
        height: 150px;
    }

    .TabDicA ul li a.active {
        padding: 0;
        border-bottom: 1px solid #222;
    }

    .TabDicA ul li a:hover {
        text-decoration: auto;
    }

    @media only screen and (max-width:375px) {
        .launchedDate-Container .l-img {
            display: none;
        }

        .agency-container-heading-font {
            padding: 0px 0px;
        }

        .btnJoinchannel {
            padding: 10px 15px;
            margin: 0px 0px 10px;
            float: left;
            width: 100%;
            margin: 10px 0;
        }

        .dynamic-table tbody tr td strong {
            font-size: 14px;
            display: inline-block;
        }

        .dynamic-table tbody tr td {
            vertical-align: top;
        }
    }

    .methodology-container {
        font-family: Georgia;
    }

    .methodology-container span {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .methodology-container p {
        line-height: 1.63;
    }

    .methodology-container a {
        color: #1074b7;
    }

    .Darktheme .methodology-container span {
        color: #fff;
    }


    h2.Conclusion-heading {
        font-size: 22px;
        font-weight: 600;
    }

    @media (min-width: 600px) and (max-width: 1100px) {
        .hiddetab {
            display: none;
        }

        .fullwidthtab {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .sticky-item {
            top: 2px;
            display: block;
            z-index: 9;
        }

        .fullwidthtab {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .container {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1100px) {
        .mobile-content {
            display: none;
        }
    }

    .nonnav {
        display: none;
    }

    body .listbutton a {
        background-image: linear-gradient(to right, #021c63 3%, #e57210);
        color: #fff !important;
        border-radius: 2px;
        font-family: Montserrat;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        width: 100%;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 0;
    }

    .listbutton {
        margin: 0 0 15px;
    }

    .bestbox p {
        font-weight: 600;
        font-size: 14px;
        margin: 5px 0 12px;
        padding-left: 10px;
    }

    .bestbox {
        font-family: Montserrat;
        background: #f7f7f7;
        border: 1px solid #727272;
        padding: 8px 0 0;
        border-radius: 2px;
        margin-top: 15px;
    }

    .bestbox>p>span.fontc {
        color: #f29b25 !important;
    }

    .listadsbox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .listadsbox a {
        width: 50%;
        border: solid 1px #dedede;
        background: #fff;
    }

    .listadsbox a:nth-of-type(-n+2) {
        border-bottom: none;
    }

    .listadsbox a:nth-of-type(n+1) {
        border-right: none;
    }

    .listadsbox a:nth-of-type(2n+1) {
        border-left: none;
    }

    .listadsbox a:nth-of-type(2n+1) {
        border-right: none;
    }

    .sideAdlistnew {
        justify-content: space-between;
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        align-items: center;
    }

    .imgDadsnew {
        color: #222;
        font-weight: 500;
    }

    .imgDadsnew img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 2px;
    }

    .listadsbox a:hover,
    .Darktheme .listadsbox a:hover {
        background-color: #1074b7;
        text-decoration: none;
    }

    .listadsbox a:hover .imgDadsnew,
    .listadsbox a:hover .sideAdlistnew span {
        color: #fff !important;
    }

    .sideAdlistnew span {
        color: #222;
    }

    .Darktheme .bestbox p {
        border: none !important;
    }

    .Darktheme .bestbox p,
    .Darktheme .sideAdlistnew span {
        color: #fff;
    }

    .Darktheme .bestbox>p>span.fontc {
        color: #ffc748 !important;
    }

    .Darktheme .listadsbox a {
        border-color: #727272;
        background-color: #313131;
    }

    .Darktheme .sideAdlistnew {
        color: #fff;
    }

    .imgDadsnew {
        font-size: 12px;
    }

    .listadsbox:last-of-type {
        margin: 0;
    } .gainers-losers-container {
                max-width: 100%;
                margin: 0 auto;
            }

            .gainers,
            .losers {
                padding: 36px 20px 5px;
                border-radius: 2px;
                width: 40%;
                position: relative;
            }

            .gainers {
                border: solid 1px #147e5d;
                background-color: #f0fffb;
                margin: 0 8px;
            }

            .losers {
                background-color: #fff2f4;
                border: solid 1px #e0112b;
                margin-left: 20px;
            }

            .g-heading-container,
            .l-heading-container {
                padding: 7px 0px 7px 7px;
                position: absolute;
                top: -17px;
                left: -1px;
                border-top-right-radius: 25px;
                border-bottom-right-radius: 25px;
                font-family: Montserrat;
                color: #fff;
                font-weight: 600;
                font-size: 16px;
            }

            .g-heading-container {
                background: #147e5d;
            }

            .g-heading-container p,
            .l-heading-container p {
                font-size: 16px;
                font-weight: 500;
                text-align: center;
                margin: 0;
                color: #fff;
            }

            .l-heading-container {
                background: #c1142a;
            }

            .name-details,
            .price-details {
                display: flex;
                align-items: center;
                font-family: Montserrat;
            }

            .price-details {
                flex-direction: column;
                align-items: end;
            }

            .coin-image {
                width: 35px;
                height: 35px;
            }

            .coin-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .name-details p,
            .price-details p {
                margin: 0 0 0 10px;
                font-size: 0.875rem;
                font-weight: 500;
                color: #222;
            }


            .price-details span {
                font-size: 0.875rem;
                font-weight: 600;
            }

            .gainers .price-details span {
                color: #147e5d;
            }

            .losers .price-details span {
                color: #e0112b;
            }

            .border-dashed {
                border-bottom: 1px dashed #cbcbcb;
            }

            .border-dashed:last-of-type {
                border-bottom: none;
            }

            .category-detail {
                width: 35%;
                margin: 0 20px 0 0;
            }

            .border-cap {
                border-radius: 2px;
                border: solid 1px #1580ef;
                background-color: #f4faff;
                padding: 1.75rem .63rem 0.5rem 1rem;
                margin: 20px 0;
                height: 89px;
                font-family: Montserrat;
                color: #222;
                width: 100%;
            }

            .border-cap p {
                font-size: 1.125rem;
                font-weight: 600;
                line-height: 2.43;
                margin: 0;
            }

            .border-cap span {
                font-size: 0.875rem;
                font-weight: 600;
            }

            .border-cap span.positive {
                color: #147e5d;
                margin-left: 8px;
            }

            .border-cap span.negative {
                color: #e0112b;
                margin-left: 8px;
            }

            .heading-category-detail {
                position: absolute;
                top: -17px;
                left: -1px;
                padding: 7px 10px 7px 7px;
                border: solid 1px #1580ef;
                background-color: #fff;
                font-size: 0.75rem;
                border-top-right-radius: 25px;
                border-bottom-right-radius: 25px;
                font-weight: 500;
                text-transform: capitalize;
            }

            @media screen and (max-width:600px) {
                .owl-carousel.owl-Sponserd {
                    display: block !important;
                }

                .gainers-losers-container {
                    flex-direction: column !important;
                }

                .dynamic-table tbody tr td span {
                    font-size: 15px;
                    display: inline;
                }

                .category-detail {
                    width: 100%;
                    margin: 0;
                }

                .border-cap {
                    padding: 1.75rem 4.063rem 0.5rem 1.2rem;
                }

                .g-heading-container,
                .l-heading-container {
                    padding: 7px 9px;
                }

                .g-heading-container p,
                .l-heading-container p {
                    font-size: 1rem;
                }

                .card-handler {
                    padding: 0px 0 9px;
                    align-items: center;
                }

                .gainers,
                .losers {
                    width: 100%;
                    margin: 25px 0;
                    padding: 1.875rem 0.438rem 0.1rem 1.313rem
                }

                .price-details {
                    padding-right: 20px;
                }

                .name-details p,
                .price-details p {
                    max-width: 170px;
                    word-wrap: break-word;
                }
            }

            .Darktheme .gainers {
                background: #303030;
            }

            .Darktheme .gainers,
            .Darktheme .losers {
                background: #181a1b;
            }

            .Darktheme .name-details p,
            .Darktheme .price-details p {
                color: #e1e1e1;
            }

            .Darktheme .border-cap {
                background-color: #181a1b;
                color: #dbdbdb;
            }

            .Darktheme .heading-category-detail {
                background-color: #2c2c2c;
                color: #dbdbdb;
            }

            .Darktheme .border-cap span.positive {
                color: #72ff72;
            }

            /* @keyframes spinner-border {
      to { transform: rotate(360deg); }
    } */
            /* .load-more-button .fa-refresh {-webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;} */
            .dynamic-content {
                font-size: 18px;
            }

            .Darktheme .dynamic-content {
                color: #dbdbdb;
            }

            .dynamic-content {
                font-size: 18px;
                line-height: 1.6;
            }

            .lowercase {
                text-transform: lowercase;
            }

            .exchangespon img {
                max-width: 200px;
                max-height: 43PX;
                width: 200px;
                border-radius: 5px;
            }

            .exchangespon ul {
                margin: 15px 0 15px;
            }

            .exchangespon ul li {
                padding-left: 0;
                text-align: center;
                line-height: 1.5;
            }

            .exchangespon ul li:before {
                display: none;
            }

            .exchangespon ul li:before {
                display: none;
            }
.card-box-detail {
                    border: 1px solid #955c00;
                    margin: 40px 0;
                    font-family: Montserrat;
                    border-radius: 5px;
                    margin-top: 20px;
                }

                .card-box-detail:first-child {
                    margin-top: 20px;
                }

                .button_card span {
                    padding: 12px 13px 13px 13px;
                    border-bottom-right-radius: 5px;
                    background-color: #147e5d;
                    color: #fff;
                    border-top-left-radius: 5px;
                    margin-right: 5px;
                }

                .header_box {
                    background: linear-gradient(to right, #ffdeaa, #fff);
                    width: 500px;
                    font-size: 14px;
                    color: #222;
                    padding: 10px 5px 10px 0;
                    border-top-left-radius: 5px;
                }

                .list_card_box p,
                .list_card_box ul li {
                    font-size: 1rem;
                    font-weight: 500;
                    color: #222;
                    margin-bottom: 7px;
                }

                .list_card_box p a {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: #1074b7;
                }

                .counting-div {
                    width: 25px;
                    border-radius: 2px;

                    background-color: #ffdeaa;
                    margin-left: -17px !important;
                    font-weight: 500;
                    text-align: center;
                    color: #955c00;
                }

                .list_card_box ul li {
                    padding: 3px 0;
                    position: relative;
                    line-height: 20px;
                }

                .list_card_box ul li span {
                    border-radius: 2px;
                    background-color: #fff7ea;
                    font-size: 0.75rem;
                    font-weight: 600;
                    color: #d07001;
                    padding: 0 3px;
                    margin-left: 4px;
                }

                .list_card_box ul li::before {
                    content: "\2713";
                    position: absolute;
                    left: -16px;
                    top: 4px;
                    height: 20px;
                    width: 20px;
                    background-repeat: no-repeat;
                }

                a.button_c {
                    border-radius: 5px;
                    background-color: #1074B7;
                    font-family: Montserrat;
                    font-size: 1rem;
                    font-weight: 600;
                    line-height: 1.88;
                    text-align: center;
                    color: #fff;
                    padding: 10px 0;
                    width: 100%;
                    display: block;
                }

                .gambling-img-container {
                    width: 250px;
                    height: 100px;
                }

                .gambling-img-container img {
                    width: calc(100% - 16px);
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }

                .Darktheme .list_card_box ul li {
                    color: #dbdbdb;
                }

                .Darktheme .header_box {
                    background: linear-gradient(to right, #955c00, #303030);
                    color: #fff;
                }

                .Darktheme .button_card span,
                .Darktheme a.button_c,
                .Darktheme .list_card_box p {
                    color: #fff !important;
                }

                .Darktheme .card-box-detail {
                    border-color: #ffdeaa;
                    background: #303030;
                }

                .Darktheme .list_card_box p a {
                    color: #60bfff !important;
                }

                .Darktheme .counting-div {

                    background: #1074B7;
                    color: #fff;
                }

                .gambling-card-heading {
                    font-size: 22px;
                    font-weight: 600;
                }

                @media only screen and (max-width: 600px) {
                    .list_card_box {
                        margin: 20px 0;
                    }

                    .card-box-detail {
                        padding-bottom: 15px;
                    }

                    .header_box {
                        font-size: 14px;
                        padding: 0 10px 5px;
                    }

                    .button_card span {
                        padding: 12px;
                        display: inline-block;
                        margin-left: -10px;
                    }
                }

                @media only screen and (min-width: 320px) and (max-width: 350px) {
                    .header_box {
                        font-size: 12px;
                    }
                }  .list-item-new {
                border-radius: 5px;
                border: solid 1px #ffc972;
                background-color: #fff7ea;
                padding: 20px 20px 10px;
                font-family: Georgia;
            }

            .list-item-new h2 {
                font-size: 22px;
                font-weight: bold;
                line-height: 1.3;
            }

            .list-item-new p {
                font-size: 18px;
                line-height: 1.63;
                color: #222;
            }

            .list-item-new ul {
                list-style: none;
                color: #444;
                padding:0;
            }

            .list-item-new ul li {
                font-family: Georgia;
                padding: 3px 0;
            }


            .list-item-new ul li p a {
                font-size: 18px;
                margin-right: 5px;
                font-weight: bold;
                color: #3688BF;
            }

            .Darktheme .list-item-new ul li p a {
                color: #50b0f1 !important;
            }

            .Darktheme .list-item-new {
                background: none;
                color: #dbdbdb;
            }

            .Darktheme .list-item-new p {
                color: #dbdbdb;
            }

            .Darktheme .list-item-new ul li p {
                color: #dbdbdb;
            }

            .list-item-new ul li p {
                font-size: 18px;
                line-height: 1.63;
                color: #222;
                margin: 0 0 5px;
            }

        .Disclaimer {
            color: #6D6D6D;
            font-family: Montserrat;
            font-size: 14px;
            border-top: 1px solid #454545;
            padding: 6px 0 0;
            display: inline-block;
            margin: 21px 0 20px;
        }

        .Darktheme .authorName {
            color: #fff;
        }

        .Darktheme .authodesNew {
            color: #fff;
        }