body {
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    font-family: Ubuntu, SansSerif;
}



.page-header {
    background-color: #14342B;
    min-height: 80px;
}

.jumbotron {
    background-image: url('/images/hero-bg-1.png');
}

.jumbotron-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #D5A021;
}

.jumbotron-text {
    color: #FFF;
    width: 90%;
    margin: auto;
}

.partners {
    background-color: #194236;
    min-height: 120px;
}

.green-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #14342b;
}

.gambling-warning {
    text-decoration: none;
    color: red;
}

.warning-container {
    place-content: center;
}

.table-header {
    border-radius: 20px;
    background-color: #14342B;
    color: #D5A021;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.place-center {
    place-content: center;
}

.plus18 {
    font-size: 18px;
    font-weight: 600;
    color: #14342b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



    .plus18::before {
        content: "";
        position: absolute;
        background: #14342b;
        height: 3px;
        width: 1000px;
        right: 100%;
        top: 50%;
        -webkit-transform: translateX(-16px) translateY(-50%);
        -ms-transform: translateX(-16px) translateY(-50%);
        -o-transform: translateX(-16px) translateY(-50%);
        transform: translateX(-16px) translateY(-50%);
    }

    .plus18::after {
        content: "";
        position: absolute;
        background: #14342b;
        height: 3px;
        width: 1000px;
        top: 50%;
        left: 100%;
        -webkit-transform: translateX(16px) translateY(-50%);
        -ms-transform: translateX(16px) translateY(-50%);
        -o-transform: translateX(16px) translateY(-50%);
        transform: translateX(16px) translateY(-50%);
    }

.casinos {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-image: url('/toplist-bg.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.casino-logo {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.casino-item {
    background: #FFF;
    -webkit-box-shadow: -3px 5px 8px rgba(0, 0, 0, .29);
    box-shadow: -3px 5px 8px rgba(0, 0, 0, .29);
    border-radius: 85px;
    opacity: 1;
    margin-bottom: 26px;
    overflow: hidden;
    min-height: 154px;
    border: 3px solid #FFF;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: auto;
    z-index: 2;
    place-content: center;
}

.casino-content-title {
    color: #0575E6;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.casino-content-subtitle {
    color: #0575E6;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

.casino-content-text {
    color: #001830;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.casino-buttons-container {
    cursor: pointer;
}

.star-full-rating, .star-half-rating {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: 0 1px;
}

.button-visit-casino {
    display: block;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #4F9D69;
    color: #FFF;
    font-weight: 600;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.gambling-trends-title {
    color: #D5A021;
    text-align: center;
}

.golden-title {
    color: #D5A021;
}

.gambling-trends {
    background-color: #14342B;
}

.w-100-img {
    width: -webkit-fill-available;
    height: 300px;
}

.gambling-trends-container {
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    background-color: #194236 !important;
    border-radius: 20px !important;
    min-height: 230px;
}

.c-white {
    color: #fff;
}

.trends-image {
    width: 102px;
    height: auto;
}

.casino-item-block {
    height: -webkit-fill-available;
    place-content: center;
}

.hide-overflow {
    overflow: hidden;
}

.pre-footer {
    background-color: #194236;
}

.pre-footer-image {
    object-fit: contain;
    max-width: 150px;
    max-height: 50px;
}

.footer {
    background-color: #14342B;
    color: #FFF;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    color: #FFF;
}

    .footer-menu a {
        color: #FFF;
        text-decoration: none;
    }

        .footer-menu a:hover {
            color: #D5A021;
        }

.partners-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-item {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 10px;
}

.partner-img {
    max-width: 100%;
    height: auto;
    padding: 15px 10px;
}

@media (max-width: 1450px) {
    .partners-list {
        flex-wrap: wrap;
    }
}
