*,:after,:before {
    box-sizing: border-box
}
li,ol,ol[class],ul,ul[class] {
    margin: 0;
    padding: 0
}
blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class] {
    margin: 0
}
body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}
li,ol[class],ul[class] {
    list-style: none
}
a {
    text-decoration: none;
    transition: all .3s
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}
img {
    display: block;
    height: auto;
    max-width: 100%
}
button,input,select,textarea {
    border: none;
    font: inherit
}
[role=button],button {
    cursor: pointer
}
@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms!important;
        animation-iteration-count: 1!important;
        scroll-behavior: auto!important;
        transition-duration: .01ms!important
    }
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(//linebet-maroc1.com/wp-content/themes/theme/dist/styles/../../fonts/Roboto-Regular.woff2)
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(//linebet-maroc1.com/wp-content/themes/theme/dist/styles/../../fonts/Roboto-Bold.woff2)
}
.cat-games {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr);
    margin: 30px 0
}
.cat-games a {
    text-decoration: none!important
}
.cat-games--item {
    align-items: center;
    background: linear-gradient(90deg,#003266,#003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    transition: all .3s
}
.cat-games--item:hover {
    border-color: #4db749
}
.cat-games--right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 53px;
    margin-left: 7px;
    width: 53px
}
.cat-games--title {
    color: #88c504;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}
.cat-games--subtitle {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}
@media (max-width: 1024px) {
    .cat-games {
        gap:20px;
        grid-template-columns: repeat(1,1fr);
        margin: 10px 0 20px
    }
}
.games--wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
    margin: 30px 0
}
.games--section {
    background: linear-gradient(90deg,#003266,#003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    padding: 20px
}
.games--section-top {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}
.games--section-icon {
    align-items: center;
    background: #002449;
    border-radius: 5px;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-right: 20px;
    width: 42px
}
.games--section-title {
    font-size: 24px;
    font-weight: 700
}
.games--list {
    display: grid;
    gap: 20px
}
.games--list.cols-2 {
    grid-template-columns: repeat(2,1fr)
}
.games--list.cols-4 {
    grid-template-columns: repeat(4,1fr)
}
.games--item {
    transition: all .3s
}
.games--item:hover {
    transform: scale(1.05)
}
.games--item img {
    width: 100%
}
@media (max-width: 767px) {
    .games--wrap {
        gap:20px;
        grid-template-columns: repeat(1,1fr);
        margin: 20px 0
    }
    .games--list {
        gap: 20px
    }
}
.steps-slider {
    background: #224219;
    padding: 60px 0
}
.steps-slider--outer {
    overflow: hidden;
    position: relative
}
.steps-slider--inner {
    padding: 0 170px;
    position: relative
}
.steps-slider--inner:after,.steps-slider--inner:before {
    background: #224219;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
    z-index: 5
}
.steps-slider--inner:after {
    left: auto;
    right: 0
}
.steps-slider--inner .swiper-slide .steps-slider--item {
    transform: scale(.9);
    transition: all .3s
}
.steps-slider--inner .swiper-slide-active .steps-slider--item {
    transform: none
}
.steps-slider--inner .swiper-button-next,.steps-slider--inner .swiper-button-prev {
    background: transparent;
    border: 1px solid #428cdc;
    border-radius: 50%;
    color: #428cdc;
    height: 40px;
    text-rendering: auto;
    transition: all .3s;
    width: 40px
}
.steps-slider--inner .swiper-button-next:after,.steps-slider--inner .swiper-button-prev:after {
    font-size: 15px
}
.steps-slider--inner .swiper-button-next:hover,.steps-slider--inner .swiper-button-prev:hover {
    background: #428cdc;
    color: #fff
}
.steps-slider--bottom {
    margin-top: 40px;
    text-align: center
}
.steps-slider--title {
    margin-top: 0!important;
    text-align: center
}
.steps-slider--title:before {
    display: none!important
}
@media (max-width: 767px) {
    .steps-slider--inner {
        padding:0 90px 60px
    }
    .steps-slider--inner:after,.steps-slider--inner:before {
        display: none
    }
    .steps-slider--inner .swiper-button-next,.steps-slider--inner .swiper-button-prev {
        bottom: 0;
        top: auto
    }
    .steps-slider--inner .swiper-button-prev {
        left: auto;
        right: 52%
    }
    .steps-slider--inner .swiper-button-next {
        left: 52%;
        right: auto
    }
}
.custom-tiles {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr);
    margin: 30px 0
}
.custom-tiles--item {
    background: linear-gradient(90deg,#003266,#003a76);
    border: 1px solid #254b74;
    border-radius: 10px;
    padding: 20px
}
.custom-tiles--icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 54px;
    margin-bottom: 15px;
    width: 50px
}
.custom-tiles--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px
}
.custom-tiles--text {
    font-size: 16px;
    line-height: 1.2
}
@media (max-width: 1024px) {
    .custom-tiles {
        grid-template-columns:repeat(2,1fr)
    }
}
@media (max-width: 767px) {
    .custom-tiles {
        gap:20px;
        grid-template-columns: repeat(1,1fr)
    }
    .custom-tiles--item {
        padding-bottom: 60px
    }
}
.advantages {
    background: #067b02;
    border: 1px solid #4db749;
    border-radius: 10px;
    display: grid;
    gap: 16px 30px;
    grid-template-columns: repeat(2,1fr);
    padding: 30px
}
.advantages--item {
    align-items: center;
    color: #fff;
    display: flex;
    line-height: 1.5
}
.advantages--item span {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 24px;
    min-width: 50px;
    width: 50px
}
.advantages--item span path,.advantages--item span svg {
    fill: #fff
}
@media (max-width: 767px) {
    .advantages {
        gap:15px;
        grid-template-columns: repeat(1,1fr);
        padding: 20px
    }
}
.welcome {
    align-items: center;
    background-color: #12457d;
    background-image: url(//linebet-maroc1.com/wp-content/themes/theme/dist/styles/../../images/welcome-bg.webp);
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 47px 37px
}
.welcome--right {
    display: flex;
    justify-content: center
}
.welcome--title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px
}
.welcome--title-green {
    color: #88c504;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 3px
}
.welcome--text {
    color: #fff
}
.welcome--text,.welcome--text-green {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7
}
.welcome--text-green {
    color: #88c504
}
.welcome--links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px
}
.welcome--link {
    color: #fff!important
}
.welcome--promo {
    position: relative
}
.welcome--promo.active small {
    display: block
}
.welcome--promo small {
    background: #000;
    border-radius: 5px;
    bottom: calc(100% + 15px);
    color: #fff;
    display: none;
    padding: 15px 25px;
    z-index: 10
}
.welcome--promo small,.welcome--promo small:after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}
.welcome--promo small:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    top: 100%;
    width: 0
}
.welcome--promo button {
    background: transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
    padding: 13.5px 19px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 2
}
.welcome--promo div {
    background: #428cdc;
    border-radius: 50px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.welcome--promo div,.welcome--promo div:after {
    content: "";
    position: absolute;
    transition: all .3s ease-in-out
}
.welcome--promo div:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.74' cy='7.74' r='7.24' fill='%23fff' stroke='%23428CDC'/%3E%3Cpath d='M9.3 5.305c.102.091.16.215.16.345 0 .129-.058.253-.16.345L7.35 7.752 9.3 9.485c.102.092.16.216.16.345 0 .13-.058.253-.16.345a.56.56 0 0 1-.18.107.612.612 0 0 1-.602-.107L6.183 8.1a.49.49 0 0 1-.12-.16.443.443 0 0 1 0-.376.49.49 0 0 1 .12-.16l2.335-2.1a.56.56 0 0 1 .179-.107.61.61 0 0 1 .603.108Z' fill='%23428CDC'/%3E%3C/svg%3E");
    display: block;
    height: 16px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}
.welcome--promo span {
    background: #fff;
    border: 2px solid #428cdc;
    border-radius: 50px;
    height: 100%;
    left: 0;
    position: absolute;
    right: -21px;
    top: 0;
    transition: all .3s ease-in-out
}
.welcome--promo:hover button {
    color: #428cdc
}
.welcome--promo:hover div {
    width: 0
}
.welcome--promo:hover div:after {
    transform: translateY(-50%) rotate(180deg)
}
.welcome--promo:hover span {
    right: 0
}
@media (max-width: 767px) {
    .welcome {
        align-items:center;
        display: flex;
        flex-direction: column-reverse;
        gap: 22px;
        padding: 30px 20px
    }
    .welcome--right img {
        width: 145px
    }
    .welcome--left {
        text-align: center;
        width: 100%
    }
    .welcome--title {
        font-size: 32px;
        margin-bottom: 8px
    }
    .welcome--title-green {
        font-size: 28px;
        margin-bottom: 5px
    }
    .welcome--links {
        flex-direction: column;
        margin-top: 20px
    }
    .welcome--links>* {
        width: 100%
    }
    .welcome--promo {
        margin-right: 21px;
        width: auto
    }
}
.cta-contact {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
    padding: 72px 100px;
    text-align: center
}
.cta-contact--title {
    color: #4db749;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 37px
}
.cta-contact--subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px
}
.cta-contact--links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px
}
.cta-contact--input {
    position: relative
}
.cta-contact--input:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.744 2.502H2.256A2.258 2.258 0 0 0 0 4.758v11.484a2.258 2.258 0 0 0 2.256 2.256h16.488A2.258 2.258 0 0 0 21 16.242V4.758a2.259 2.259 0 0 0-2.256-2.256Zm1.026 2.256v11.484c0 .05-.004.1-.011.15L13.843 10.5l5.916-5.891c.007.05.01.099.01.149Zm-1.026-1.026c.047 0 .095.004.141.01l-8.385 8.35-8.385-8.35c.047-.006.094-.01.14-.01h16.49ZM1.242 16.392a.995.995 0 0 1-.012-.15V4.758c0-.05.004-.1.012-.15L7.157 10.5l-5.915 5.891Zm1.014.876c-.047 0-.094-.004-.141-.01l5.914-5.89 2.037 2.029a.615.615 0 0 0 .868 0l2.037-2.029 5.914 5.89c-.047.006-.094.01-.14.01H2.254Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px
}
.cta-contact--input input {
    background: hsla(0,0%,100%,.2);
    border: 1px solid #4db749;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    min-width: 245px;
    padding: 13px 45px 13px 17px
}
.cta-contact--input input::-moz-placeholder {
    color: #fff
}
.cta-contact--input input::placeholder {
    color: #fff
}
.cta-contact--check {
    font-size: 14px;
    position: relative
}
.cta-contact--check label {
    padding-left: 24px;
    position: relative
}
.cta-contact--check label:hover {
    cursor: pointer
}
.cta-contact--check label:before {
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    height: 16px;
    width: 16px
}
.cta-contact--check label:after,.cta-contact--check label:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.cta-contact--check label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 256 256'%3E%3Cpath d='M26.98 5.99a1 1 0 0 0-.687.303L11 21.586l-6.293-6.293a1 1 0 1 0-1.414 1.414l7 7a1 1 0 0 0 1.414 0l16-16a1 1 0 0 0-.727-1.717z' transform='scale(8.53333)' fill='%23fff' stroke-miterlimit='10' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode:normal'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 18px;
    width: 18px
}
.cta-contact--check input {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px
}
.cta-contact--check input:checked+label:after {
    display: block
}
@media (max-width: 767px) {
    .cta-contact {
        padding:30px 20px
    }
    .cta-contact--title {
        font-size: 24px;
        margin-bottom: 15px
    }
    .cta-contact--subtitle {
        margin-bottom: 20px
    }
    .cta-contact--links {
        flex-direction: column;
        margin-bottom: 30px
    }
    .cta-contact--input input,.cta-contact--links>* {
        width: 100%
    }
}
.faq {
    margin-bottom: 35px;
    margin-top: 25px
}
.faq--item {
    border: 1px solid #428cdc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px
}
.faq--item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 10px
}
.faq--item-text {
    font-size: 18px;
    line-height: 1.66
}
.faq-list--item {
    background: transparent;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 20px 15px
}
.faq-list--item.-toggle .faq-list--text {
    display: block
}
.faq-list--item.-toggle .faq-list--label:after {
    transform: translateY(-50%) rotate(180deg)
}
.faq-list--text {
    background: transparent;
    border-radius: 10px;
    display: none;
    margin-top: 15px;
    padding: 20px 10px
}
.faq-list--label {
    padding-right: 40px;
    position: relative
}
.faq-list--label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23714dd4' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cpath d='M29.994 10.183 15.363 24.812.733 10.184a2.5 2.5 0 1 1 3.536-3.536l11.095 11.093L26.461 6.647a2.5 2.5 0 1 1 3.533 3.536z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}
.g-rev-page-comment-form {
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 25px 0;
    padding: 25px 15px;
    position: relative;
    width: 100%
}
@media (max-width: 768px) {
    .g-rev-page-comment-form {
        padding:32px 20px
    }
}
.g-rev-page-comment-form .g-rev-page-comment-form__close {
    background-size: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px
}
.g-rev-page-comment-form .g-rev-page-comment-form__close:hover {
    opacity: .86
}
.g-rev-page-comment-form .g-rev-page-comment-form--title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center
}
@media (max-width: 768px) {
    .g-rev-page-comment-form .g-rev-page-comment-form--title {
        font-size:24px;
        line-height: 1.2;
        margin-bottom: 20px
    }
}
.g-rev-page-comment-form .g-rev-page-comment-form--desc {
    color: #224219;
    margin-bottom: 32px;
    text-align: center
}
.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
    display: flex;
    flex-direction: column
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
        display:block
    }
}
.g-rev-page-comment-form form input,.g-rev-page-comment-form form textarea {
    border: 1px solid #4db749;
    border-radius: 20px;
    margin-bottom: 15px
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form input,.g-rev-page-comment-form form textarea {
        margin-bottom:16px;
        width: 100%
    }
}
.g-rev-page-comment-form form input {
    padding: 8px 13px
}
.g-rev-page-comment-form form textarea {
    height: 160px;
    padding: 8px 13px;
    resize: none;
    width: 100%
}
.g-rev-page-comment-form form button {
    align-items: center;
    background: #4db749;
    border-radius: 6px;
    display: flex;
    gap: 8px;
    height: 44px;
    justify-content: center;
    line-height: 1.2;
    padding: 0 24px;
    position: relative
}
@media (max-width: 768px) {
    .g-rev-page-comment-form form button {
        margin:0;
        place-content: center;
        text-align: center;
        transform: unset;
        width: 100%
    }
}
.g-rev-page-comment-form form button span {
    color: #fff;
    font-size: 15px;
    font-weight: 500s;
    text-transform: uppercase
}
.g-rev-page-comment-form form button:hover {
    opacity: .86
}
.g-rev-page-comment-form.-ajax-form {
    grid-column-gap: 12px;
    background: #4db749;
    border: none;
    margin: 20px 0 24px;
    padding: 30px 20px
}
.g-rev-page-comment-form.-ajax-form input,.g-rev-page-comment-form.-ajax-form textarea {
    background: #fff!important;
    border-color: #fff!important;
    margin-bottom: 12px
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form__close {
    display: none
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--title {
    color: #224219;
    font-size: 26px;
    font-weight: 500;
    text-align: left
}
.g-rev-page-comment-form.-ajax-form .g-rev-page-comment-form--desc {
    display: none
}
.g-rev-page-comment-form.-ajax-form .cancel-reply-form {
    background-size: 15px;
    color: #4db749;
    font-size: 14px;
    font-weight: 500;
    margin: 16px 0 24px;
    padding-left: 24px
}
.g-rev-page-comment-form.-ajax-form button {
    margin-left: 0;
    transform: unset
}
.comment-form-errrors {
    display: none;
    margin-bottom: 24px;
    margin-top: 20px;
    padding-left: 24px
}
.comment-form-errrors ul {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px
}
.comment-form-errrors li {
    color: #4db749;
    font-size: 14px
}
.comment-form-errrors li:not(:last-child) {
    margin-bottom: 5px
}
.g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
    margin-left: 42px
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
        margin-left:30px
    }
}
.g-rev-page-comments-list__comment {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #d4d4d4;
    margin-bottom: 24px;
    padding: 30px
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment {
        padding:16px
    }
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date {
    font-size: 14px
}
.g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--reply {
    background-size: 10px;
    font-size: 20px;
    padding-right: 10px;
    border-radius: 40px;
    background-color: #4db749;
    color: #fff;
}
.g-rev-page-comments-list__comment .g-rev-comment__comment {
    background: #fff;
    border-radius: 8px;
    color: #224219;
    font-size: 15px;
    margin-top: 20px;
    padding: 20px
}
@media (max-width: 768px) {
    .g-rev-page-comments-list__comment .g-rev-comment__comment {
        padding:16px
    }
}
.g-rev-page-comments-list__comment .g-rev-comment__comment p:not(:last-child) {
    margin-bottom: 16px
}
.g-comment-moder-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}
.form-section.-toggle {
    display: none
}
.thanks-section {
    display: none;
    text-align: center
}
.thanks-section.-toggle {
    display: block
}
.thanks-section img {
    display: block;
    margin: 0 auto 32px
}
.thanks-section .thanks-close-btn {
    background: #4db749!important;
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    text-transform: uppercase
}
.thanks-section .thanks-close-btn:hover {
    opacity: .86
}
.revs--row {
    display: grid;
    gap: 20px;
    grid-template-columns: 3fr 1fr
}
.body--inner,body.-toggle,html.-toggle {
    overflow: #000000
}
.body--inner {
    max-width: 100vw;
    min-height: 100vh;
    position: relative
}
html, body {
    height: 100%;
    margin: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: linear-gradient(135deg, #1d1d1d, #00407a, #fc8f4e, #6a56b9, #000000); /* Градиент с черным, оранжевым, фиолетовым */
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-attachment: fixed; /* Фон фиксируется при прокрутке */
    background-size: cover; /* Градиент будет покрывать всю страницу */
    overflow-x: hidden; /* Убираем горизонтальный скролл */
}
.container {
    position: relative;
    z-index: 1; /* Контент будет поверх фона */
}
.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    width: 1200px
}
.button--border {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none
}
.button--border,.button--orange,.wp-block-button__link {
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500
}
.button--orange, .wp-block-button__link {
    background: linear-gradient(to right, #fb5906, #ff8c00); /* Градиент от #fb5906 к #ff8c00 */
    color: #fff!important;
    padding: 13px 18px;
    text-decoration: none!important;
}
.site-header__langs {
    position: relative
}
.site-header__langs .site-header__langs__current {
    grid-gap: 12px;
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.558 7.942c.244.244.64.244.884 0l2.5-2.5a.625.625 0 1 0-.884-.884L6 6.616 3.942 4.558a.625.625 0 1 0-.884.884l2.5 2.5Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding-right: 16px
}
.site-header__langs .site-header__langs__current i {
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px
}
.site-header__langs .site-header__langs__current i:before {
    background: url(//linebet-maroc1.com/wp-content/themes/theme/dist/styles/../../images/lang-icon.svg) no-repeat 50%;
    background-image: 16px;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px
}
.site-header__langs .site-header__langs__current span {
    color: #fff;
    font-size: 15px
}
.site-header__langs .site-header__langs__list {
    background: #224219;
    border-radius: 5px;
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 999
}
@media (max-width: 768px) {
    .site-header__langs .site-header__langs__list {
        right:50%;
        transform: translateX(-50%);
        width: 200px
    }
}
.site-header__langs .site-header__langs__list li:not(:last-child) {
    margin-bottom: 12px
}
.site-header__langs .site-header__langs__list li a {
    grid-gap: 6px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr
}
.site-header__langs .site-header__langs__list li a img {
    height: 24px;
    width: 24px
}
.site-header__langs .site-header__langs__list li a span {
    color: #fff;
    font-size: 14px
}
.site-header__langs .site-header__langs__list li a:hover span,.site-header__langs .site-header__langs__list li.current-lang a span {
    color: #fff
}
.site-header__langs:hover .site-header__langs__list {
    display: block
}
.header {
    background: linear-gradient(135deg, #1d1d1d, #00407a, #fc8f4e, #6a56b9, #000000);
}
.header--bottom-container {
    position: relative
}
.header--scroll-row {
    background: #428cdc;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
    z-index: 1
}
.header--bottom-row {
    align-items: center;
    display: flex;
    margin-top: 20px;
    overflow-x: auto;  /* Горизонтальная прокрутка */
    padding: 15px 0;
    position: relative;
}
/* Скрыть ползунок */
.header--bottom-row::-webkit-scrollbar {
    display: none;
}
.header--bottom-title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px
}
.header--bottom-items {
    align-items: center;
    display: flex;
    gap: 14px
}
.header--bottom-items a {
    background: rgba(21,56,114,.1);
    border: 1px solid #ecba49;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    white-space: nowrap
}
.header--bottom-items a:hover {
    background: #ecba49
}
.header--logo {
    margin-right: 24px;
    width: 172px
}
.header--top {
    padding: 20px 0
}
.header--row {
    justify-content: space-between
}
.header--menu-wrap,.header--row {
    align-items: center;
    display: flex
}
.header--links a {
    margin-left: 24px
}
.header--right {
    align-items: center;
    display: flex;
    gap: 10px
}
.header--menu-btn {
    display: none
}
.header--menu .menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 -12px
}
.header--menu .menu>li {
    margin: 0 12px
}
.header--menu .menu>li.menu-item-has-children:hover>.sub-menu {
    display: block
}
.header--menu .menu>li.menu-item-has-children>a {
    padding-right: 17px
}
.header--menu .menu>li.menu-item-has-children>a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.558 7.942c.244.244.64.244.884 0l2.5-2.5a.625.625 0 1 0-.884-.884L6 6.616 3.942 4.558a.625.625 0 1 0-.884.884l2.5 2.5Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}
.header--menu li {
    position: relative
}
.header--menu a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0
}
.header--menu a:hover {
    color: #fff
}
.header--menu .sub-menu {
    background: #012;
    border-radius: 5px;
    display: none;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 2
}
@media (max-width: 1024px) {
    .header--menu-btn {
        align-items:center;
        background: #4db749;
        border: none;
        border-radius: 5px;
        display: flex;
        height: 42px;
        justify-content: center;
        width: 42px
    }
    .header--menu-btn span {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M15 13.125a1.125 1.125 0 0 1 .108 2.245l-.108.005H3a1.125 1.125 0 0 1-.108-2.245L3 13.125h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 1 1 0-2.25h12Zm0-5.25a1.125 1.125 0 0 1 0 2.25H3a1.125 1.125 0 0 1 0-2.25h12Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        height: 18px;
        width: 18px
    }
    .header--top {
        position: relative
    }
    .header--right {
        display: flex
    }
    .header--menu a:after {
        display: none!important
    }
    .header--menu .sub-menu {
        background: transparent;
        display: block;
        left: auto;
        padding: 10px 0 10px 20px;
        position: relative;
        top: auto;
        width: 100%
    }
    .header--menu .menu {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 20px
    }
    .header--menu .menu>li {
        margin: 0
    }
    .header--menu-wrap {
        align-items: flex-start;
        background: #224219;
        display: none;
        flex-direction: column;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 15px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 10
    }
    .header--menu-wrap.-toggle {
        display: flex
    }
    .header--links {
        align-items: center;
        display: none;
        flex-wrap: wrap;
        gap: 20px
    }
    .header--links a {
        margin-left: 0
    }
    .header--logo {
        width: 180px
    }
    .header--bottom-items a {
        font-size: 12px;
        padding: 6px 8px
    }
}
.page--content {
    font-size: 18px;
    padding-bottom: 50px
}
.page--content ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    margin: 30px 0
}
.page--content ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 30px;
    padding-left: 56px;
    position: relative
}
.page--content ol li:last-child:before {
    display: none
}
.page--content ol li:before {
    background-repeat: repeat-y;
    bottom: -20px;
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 5px;
    width: 2px
}
.page--content ol li:after {
    background: #f9610b;
    border: 1px solid #4db749;
    border-radius: 50%;
    color: #fff;
    content: counter(my-awesome-counter);
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 46px;
    left: -25px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 46px
}
.page--content ul {
    margin: 30px 0
}
.page--content ul li {
    margin-bottom: 15px;
    padding-left: 31px;
    position: relative
}
.page--content ul li:before {
    background-image: url("http://mostbet-portugal-casino.com/wp-content/uploads/2025/03/marker-pt.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px
}
.page--content a {
    color: #f7b007;
    text-decoration: underline
}
.page--content p {
    line-height: 1.66;
    margin-bottom: 22px
}
.page--content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
    margin: 60px 0 30px;
    padding-left: 20px;
    position: relative
}
.page--content h2:before {
    background: #fae509;
    content: "";
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}
.page--content .wp-block-buttons {
    margin: 40px 0 70px
}
.page--content .wp-block-columns {
    margin: 55px 0
}
.page--content .wp-block-table {
    border-radius: 10px;
    font-size: 20px;
    margin: 30px 0 60px;
    overflow-x: auto
}
.page--content .wp-block-table thead th {
    background: #4db749;
    padding: 16px 30px
}
.page--content .wp-block-table table {
    border-spacing: 0;
    width: 100%
}
.page--content .wp-block-table table strong {
    font-weight: 500
}
.page--content .wp-block-table td {
    background: transparent;
    padding: 16px 30px;
    text-align: center;
}
.page--content .wp-block-table tr {
    vertical-align: top
}
.page--content .wp-block-table tr:nth-child(2n) td {
    background: transparent
}
.page--content .wp-block-table tr:nth-child(2n) td:first-child {
    border-radius: 10px 0 0 10px
}
.page--content .wp-block-table tr:nth-child(2n) td:last-child {
    border-radius: 0 10px 10px 0
}
.page--banner {
    background-image: url('http://mostbet-bd-bangladesh.com/wp-content/uploads/2025/02/most-bet-2.webp');
    background-position: 50%;
    background-size: cover;
    padding: 60px 0;
}
.page--banner-row {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr
}
.page--banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px
}
.page--banner-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.68
}
.page--banner-text strong {
    font-weight: 500
}
.page--banner-text-mobile {
    display: none
}
.page--banner-bonus {
    align-items: center;
    background: rgba(9, 81, 155, 0.5); /* Прозрачный синий фон с цветом #09519b */
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 90px 30px 30px;
    position: relative;
    text-align: center;
}
.page--banner-bonus>* {
    position: relative
}
.page--banner-gift {
    align-items: center;
    background: linear-gradient(to right, #fb5906, #ff8c00); /* Градиент от #fb5906 к #ff8c00 */
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%);
    width: 80px;
}
.page--banner-gift svg {
    height: 40px;
    width: 40px
}
.page--banner-bonus-text {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 384px
}
.page--banner-bonus-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1
}
.page--banner-bonus-green {
    color: #fde600;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px
}
.page--banner-bonus-link {
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 9px 23px
}
.page--banner-bonus-link span {
    margin-right: 3.5px;
    position: relative;
    top: 2px
}
@media (max-width: 1024px) {
    .page--banner {
        padding:30px 0
    }
    .page--banner-row {
        display: block
    }
    .page--banner-row>* {
        width: 100%
    }
    .page--banner-text {
        display: none
    }
    .page--banner-left {
        margin-bottom: 20px
    }
    .page--banner-text-mobile {
        color: #fff;
        display: block
    }
    .page--banner-title {
        font-size: 24px;
        line-height: 1.15
    }
    .page--banner-bonus-title {
        font-size: 18px
    }
    .page--banner-bonus-green {
        font-size: 28px
    }
    .page--banner-bonus {
        margin-bottom: 20px;
        margin-top: 50px
    }
    .page--content {
        font-size: 16px
    }
    .page--content .wp-block-image img {
        margin-left: auto;
        margin-right: auto
    }
    .page--content .wp-block-columns {
        flex-wrap: wrap!important
    }
    .page--content .wp-block-columns>* {
        flex-basis: 100%!important
    }
    .page--content .wp-block-table {
        font-size: 16px
    }
    .page--content h2 {
        font-size: 24px;
        margin: 50px 0 23px
    }
    .page--content h2:before {
        bottom: 0;
        height: auto;
        top: 0;
        transform: none
    }
}
.footer {
    background: #012348;
    color: #fff;
    padding: 35px 0 0
}
.footer--logo {
    margin-bottom: 25px
}
.footer--logo img {
    height: auto;
    width: 200px
}
.footer--row {
    gap: 30px;
    margin-bottom: 40px
}
.footer--info,.footer--row {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}
.footer--info {
    gap: 15px
}
.footer--info-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 5px
}
.footer--info-text {
    font-size: 14px
}
.footer--top-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
    margin-bottom: 30px
}
.footer--menus {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr)
}
.footer--menu-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}
.footer--menu a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 20px
}
.footer--menu a:hover {
    color: #000000
}
.footer--bottom-logos {
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.125);
    border-top: 1px solid hsla(0,0%,100%,.125);
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px 0
}
.footer--bottom-text {
    font-size: 14px;
    margin-bottom: 30px
}
.footer--bottom-text p {
    margin-bottom: 10px
}
.footer--copy {
    background: #012348;
    color: hsla(0, 0%, 100%, 0.314);
    font-size: 14px;
    padding: 24px 0;
    display: flex; /* Используем Flexbox */
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center; /* Центрируем по вертикали */
    text-align: center; /* Центрируем текст внутри контейнера */
    height: 100px; /* Добавляем высоту для вертикального выравнивания */
}
@media (max-width: 767px) {
    .footer--info,.footer--row {
        grid-template-columns:repeat(1,1fr)
    }
    .footer--top-logos {
        gap: 30px;
        justify-content: flex-start
    }
    .footer--bottom-logos {
        gap: 15px
    }
}
.wpseo-score-icon {
    background: #888;
    border-radius: 50%!important;
    display: inline-block!important;
    height: 12px!important;
    margin: 3px 10px 0 3px;
    vertical-align: top;
    width: 12px!important
}
.wpseo-score-icon.good {
    background-color: #7ad03a
}
.wpseo-score-icon.ok {
    background-color: #ee7c1b
}
.wpseo-score-icon.bad {
    background-color: #dc3232
}
.wpseo-score-icon.na {
    background-color: #888
}
.wpseo-score-icon.noindex {
    background-color: #1e8cbe
}
#wp-admin-bar-wpseo-menu .wpseo-score-icon {
    margin: 10px 0 0 4px!important
}
#wp-admin-bar-wpseo-menu .wpseo-score-icon.adminbar-sub-menu-score {
    margin: 11px 0 0 4px!important
}
#wp-admin-bar-wpseo-menu-default .ab-item {
    line-height: 2.46153846!important
}
#wp-admin-bar-wpseo-menu .ab-submenu {
    margin-bottom: 5px
}
#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium a {
    color: #fff!important;
    font-weight: 700!important
}
#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu #wp-admin-bar-wpseo-menu-default li#wp-admin-bar-wpseo-get-premium span {
    background: #1f2937;
    border: 1px solid #fcd34d;
    border-radius: 14px;
    color: #fcd34d;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 4px
}
#wpadminbar .yoast-menu-bf-sale-badge {
    background-color: #1f2937;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    color: #fcd34d;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
    padding: 2px 8px
}
#wpadminbar .quicklinks #wp-admin-bar-wpseo-menu .wpseo-focus-keyword {
    display: inline-block!important;
    max-width: 100px!important;
    overflow: hidden;
    text-overflow: ellipsis!important;
    vertical-align: bottom;
    white-space: nowrap
}
#wpadminbar .yoast-badge {
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 4px;
    padding: 0 8px
}
#wpadminbar .yoast-beta-badge {
    background-color: #cce5ff;
    color: #004973
}
#wpadminbar .yoast-premium-badge {
    background-color: #fff3cd;
    color: #674e00
}
#wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover {
    background-color: #a4286a;
    border-radius: 0 10px 10px;
    box-shadow: 1px 1px 1px 1px grey;
    color: #fff;
    left: 0;
    padding: 2px 12px;
    position: absolute;
    top: 32px;
    white-space: nowrap
}
#wpadminbar .yoast-issue-added {
    display: none
}
#wpadminbar .yoast-issue-counter {
    background-color: #d63638;
    border-radius: 9px;
    color: #fff;
    display: inline;
    padding: 1px 7px 1px 6px!important
}
#wpadminbar .yoast-logo.svg {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsOiM4Mjg3OGMiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjAzLjYgMzk1YzYuOC0xNy40IDYuOC0zNi42IDAtNTRsLTc5LjQtMjA0aDcwLjlsNDcuNyAxNDkuNCA3NC44LTIwNy42SDExNi40Yy00MS44IDAtNzYgMzQuMi03NiA3NlYzNTdjMCA0MS44IDM0LjIgNzYgNzYgNzZIMTczYzE2LTguOSAyNC42LTIyLjcgMzAuNi0zOHpNNDcxLjYgMTU0LjhjMC00MS44LTM0LjItNzYtNzYtNzZoLTNMMjg1LjcgMzY1Yy05LjYgMjYuNy0xOS40IDQ5LjMtMzAuMyA2OGgyMTYuMlYxNTQuOHoiLz48cGF0aCBkPSJtMzM4IDEuMy05My4zIDI1OS4xLTQyLjEtMTMxLjloLTg5LjFsODMuOCAyMTUuMmM2IDE1LjUgNiAzMi41IDAgNDgtNy40IDE5LTE5IDM3LjMtNTMgNDEuOWwtNy4yIDF2NzZoOC4zYzgxLjcgMCAxMTguOS01Ny4yIDE0OS42LTE0Mi45TDQzMS42IDEuM0gzMzh6TTI3OS40IDM2MmMtMzIuOSA5Mi02Ny42IDEyOC43LTEyNS43IDEzMS44di00NWMzNy41LTcuNSA1MS4zLTMxIDU5LjEtNTEuMSA3LjUtMTkuMyA3LjUtNDAuNyAwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMgMTY2LjggMTA1LjktMjk0aDU4LjFMMjc5LjQgMzYyeiIvPjwvc3ZnPg==");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 20px;
    float: left;
    height: 30px;
    width: 26px
}
#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item {
    color: #f18500
}
@media screen and (max-width: 782px) {
    #wp-admin-bar-wpseo-menu .wpseo-score-icon {
        margin:16px 10px 0 2px!important
    }
    #wpadminbar #wp-admin-bar-wpseo-menu {
        display: block;
        position: static
    }
    #wpadminbar .yoast-logo.svg {
        background-position: 50% 8px;
        background-size: 30px;
        height: 46px;
        width: 52px
    }
    #wpadminbar .yoast-logo+.yoast-issue-counter {
        margin-left: -5px;
        margin-right: 10px
    }
    #wpadminbar .ab-sub-wrapper .yoast-issue-counter {
        position: relative;
        top: -5px;
        vertical-align: text-top
    }
    #wpadminbar .yoast-issue-added,#wpadminbar .yoast-issue-added:hover {
        line-height: 1.8;
        top: 46px;
        white-space: normal
    }
    #wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-kwresearch,#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-settings {
        display: none
    }
}
.autoptimize-loading {
    display: none;
    position: fixed;
    background-color: rgba(102,102,102,.8);
    background-image: url(//linebet-maroc1.com/wp-content/plugins/autoptimize/classes/static/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000000000
}
#wp-admin-bar-autoptimize .white {
    color: #eee
}
#wp-admin-bar-autoptimize .green {
    color: #26bd26
}
#wp-admin-bar-autoptimize .orange {
    color: #2bb04d
}
#wp-admin-bar-autoptimize .red {
    color: #ea1919
}
#wp-admin-bar-autoptimize .bg-green {
    background: #26bd26
}
#wp-admin-bar-autoptimize .bg-orange {
    background: #2bb04d
}
#wp-admin-bar-autoptimize .bg-red {
    background: #ea1919
}
#wp-admin-bar-autoptimize.bullet-green .ab-icon:before,#wp-admin-bar-autoptimize.bullet-green:hover .ab-icon:before {
    content: "\f159";
    color: #02ca02;
    font-size: 14px
}
#wp-admin-bar-autoptimize.bullet-orange .ab-icon:before,#wp-admin-bar-autoptimize.bullet-orange:hover .ab-icon:before {
    content: "\f159";
    color: #2bb04d;
    font-size: 14px
}
#wp-admin-bar-autoptimize.bullet-red .ab-icon:before,#wp-admin-bar-autoptimize.bullet-red:hover .ab-icon:before {
    content: "\f159";
    color: #ea1919;
    font-size: 14px;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite
}
@-webkit-keyframes blink {
    50% {
        visibility: hidden
    }
}
@keyframes blink {
    50% {
        visibility: hidden
    }
}
#wp-admin-bar-autoptimize table,#wp-admin-bar-autoptimize th,#wp-admin-bar-autoptimize td {
    border: 0 !important
}
#wp-admin-bar-autoptimize-default {
    padding-top: 0 !important
}
#wp-admin-bar-autoptimize-delete-cache .ab-item {
    cursor: pointer !important;
    background: #464b50
}
#wp-admin-bar-autoptimize-delete-cache .ab-item:hover {
    color: rgba(240,245,250,.85) !important;
    background: #b57373 !important
}
#wp-admin-bar-autoptimize-cache-info {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}
#wp-admin-bar-autoptimize-cache-info,#wp-admin-bar-autoptimize-cache-info .ab-item {
    height: auto !important;
    cursor: default !important
}
#wp-admin-bar-autoptimize-cache-info td+td {
    padding-left: 3px
}
#wp-admin-bar-autoptimize-cache-info .ab-item,#wp-admin-bar-autoptimize-cache-info .ab-item:hover {
    color: #b4b9be !important
}
#wp-admin-bar-autoptimize-cache-info .ab-item>p {
    display: block
}
#wp-admin-bar-autoptimize-cache-info .ab-item p,#wp-admin-bar-autoptimize-cache-info .ab-item td {
    font-size: 11px !important;
    line-height: 16px !important
}
#wp-admin-bar-autoptimize-cache-info .ab-item table {
    display: inline-block !important;
    margin-left: 10px !important
}
.autoptimize-radial-bar {
    display: inline-block !important;
    margin-top: 5px !important
}
.autoptimize-radial-bar,.autoptimize-radial-bar .mask,.autoptimize-radial-bar .fill,.autoptimize-radial-bar .shadow {
    width: 36px !important;
    height: 36px !important
}
.autoptimize-radial-bar {
    background-color: #d6dadc
}
.autoptimize-radial-bar .fill {
    background-color: #02ca02
}
.autoptimize-radial-bar .numbers {
    color: #02ca02
}
.autoptimize-radial-bar .mask {
    clip: rect(0px,36px,36px,18px)
}
.autoptimize-radial-bar .fill {
    clip: rect(0px,18px,36px,0px)
}
.autoptimize-radial-bar .inset {
    width: 26px !important;
    height: 26px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    background-color: #32373c
}
.autoptimize-radial-bar .percentage {
    width: 26px !important;
    height: 16px !important;
    line-height: 11px !important;
    top: 7px !important;
    left: 0 !important;
    overflow: hidden
}
.autoptimize-radial-bar .numbers {
    width: 26px !important;
    font-weight: 600 !important;
    font-size: 9px !important;
    margin-top: -5px !important;
    display: inline-block;
    vertical-align: top;
    text-align: center
}
.autoptimize-radial-bar .inset {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3) !important
}
.autoptimize-radial-bar .shadow {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3) inset !important
}
.autoptimize-radial-bar .mask,.autoptimize-radial-bar .fill,.autoptimize-radial-bar .shadow,.autoptimize-radial-bar .inset,.autoptimize-radial-bar .percentage {
    position: absolute !important
}
.autoptimize-radial-bar,.autoptimize-radial-bar .mask,.autoptimize-radial-bar .fill,.autoptimize-radial-bar .shadow,.autoptimize-radial-bar .inset {
    border-radius: 50% !important
}
#wp-admin-bar-autoptimize tr {
    border: 0 !important
}
#wp-admin-bar-autoptimize td {
    background-color: #32373c !important
}
 <style>
        /* Основной стиль таблицы */
        table {
            width: 100%;
            border-collapse: collapse;
        }
        /* Стиль для заголовков таблицы */
        th {
            background-color: #f7b204;
            color: #40043c;
            padding: 12px 15px;
            text-align: left;
            font-weight: bold;
        }
        /* Стиль для ячеек таблицы */
        td {
            background-color: #40043c;
            color: white;
            padding: 12px 15px;
            text-align: left;
        }
        /* Чередование строк для улучшения читаемости */
        tr:nth-child(even) td {
            background-color: #51273d; /* Темный оттенок для четных строк */
        }
        /* Стиль для строк таблицы при наведении */
        tr:hover td {
            background-color: #5a2950; /* Цвет для строки при наведении */
        }
        /* Добавление границы для таблицы */
        table, th, td {
            border: 1px solid #f7b204;
        }
    </style>