@import url(./bootstrap.min.css);
@import url(./line-awesome.min.css);
@import url(./slick.css);
@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Noto+Sans+Thai&family=Prompt&family=Roboto+Condensed&display=swap');
@import url(./line-awesome.min.css);
@import url(./font/stylesheet.css);
@import url(./terms.css);
@import url(./loading.css);
@import url(./custom_bootsrap.css);
@import url(./animate.css);
@import url(./mzw.css);
@import url(./mobile_menu.css);
@import url(./button.css);
@import url(./game.css);
@import url(./certificate.css);
@import url(./swiper.css);
@import url(./tourguide.css);

l:root {
    --yellow-border-color: #e1de45;
    --yellow-bg-color: #f8e400;
    --blue-bg-color: #f8e400;
    --black-text-color: #0e0800;
    --yellow-right-border-color: #9a9f2f;
    --green-bg-color: #4acd64;
    --green-border-color: #3e9250;
    --blue-text: #0c6fe8;
    --game-list-space: 5px;
}

html,
body {
    padding: 0;
    margin: 0;
    /* font-family: 'Kanit', sans-serif; */
    /* font-family: 'Noto Sans Thai', sans-serif; */
    font-family: 'Prompt', sans-serif !important;
}

body {
    scroll-behavior: smooth;
}

.back-pos {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 102;
}

.play-logo {
    height: 15px;
}

.back {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}

.back i {
    transition: all 0.3s;
}

.back:hover {
    transform: scale(0.9);
}

.back i:hover {
    transform: scale(1.1);
}

.top-bg {
    background: url(./../img/bg-header.jpg)top center no-repeat;
    min-height: 250px;
    position: relative;
    /* overflow-x: hidden; */
    padding-top: 3rem;
}

.top-bg>* {
    position: relative;
    z-index: 4;
}

.top-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(./../img/light-header-b.png)top right no-repeat;
    height: 326px;
    z-index: 2;
}

.top-bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(./../img/bg-smoke-header-b.png)top center no-repeat;
    height: 260px;
    z-index: 1;
    opacity: 0.3;
}

.logo,
.logo-center {
    max-width: 100%;
}

.line-btn {
    position: absolute;
    bottom: -20px;
    left: 0;
    max-width: 100%;
}

.register-btn,
.login-btn {
    /* border: 1px solid #d5d862; */
    color: var(--yellow-border-color);
    position: relative;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.register-btn {
    /* border: 1px solid #d5d862; */
    color: var(--black-text-color);
}

.register-btn.green {
    color: white;
}

.register-btn span,
.login-btn span {
    position: relative;
    z-index: 4;
    transition: all 0.3s;
    /* text-shadow: 1px 1px 1px #000; */
}

.register-btn span {
    font-size: 28px;
}

.register-btn.green span {
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.register-btn span::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.register-btn::after,
.login-btn::after {
    content: '';
    border: 1px solid var(--yellow-border-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0);
    border-radius: 5px;
    box-shadow: 0px 0px 4px var(--yellow-border-color);
    transition: all 0.3s;
    z-index: 3;
}

.register-btn::after {
    background-color: var(--yellow-bg-color);
    border-color: var(--yellow-bg-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.register-btn.green::after {
    background-color: var(--green-bg-color);
    border-color: var(--green-bg-color);
    box-shadow: 0px 0px 4px var(--green-border-color);
}


.register-btn::before,
.login-btn::before {
    content: '';
    border: 1px solid var(--yellow-border-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0);
    border-radius: 5px;
    box-shadow: inset 0px 0px 4px var(--yellow-border-color);
    z-index: 2;
}

.register-btn::before {
    left: 5px;
    border-right: 5px solid var(--yellow-right-border-color);
}

.register-btn.green::before {
    border: 1px solid var(--green-border-color);
    box-shadow: inset 0px 0px 4px var(--green-border-color);
}

.register-btn #line {
    position: absolute;
    left: 90%;
    top: 0;
    height: 100%;
    width: 70px;
    background: rgb(248, 228, 0);
    background: linear-gradient(90deg, rgba(248, 228, 0, 0.4990371148459384) 0%, rgba(248, 228, 0, 0) 100%);
    z-index: 0;
}

.register-btn.green #line {
    background: rgb(248, 228, 0);
    background: linear-gradient(90deg, rgba(74, 205, 100, 1) 0%, rgba(74, 205, 100, 0) 100%);
}

.login-btn:hover {
    color: var(--black-text-color);
}

.login-btn:hover:after {
    background-color: var(--yellow-border-color);
    z-index: 0;
    box-shadow: 0px 0px 10px var(--yellow-border-color);
}

.register-btn:hover {
    color: var(--yellow-bg-color);
}

.register-btn.green:hover {
    color: white;
}

.register-btn:hover:after {
    background-color: var(--black-text-color);
    z-index: 0;
    border-color: var(--yellow-right-border-color);
    box-shadow: 0px 0px 10px var(--black-text-color);
}

.register-btn.green:hover:after {
    background-color: var(--black-text-color);
    border-color: var(--green-border-color);
    box-shadow: 0px 0px 10px var(--black-text-color);
}

.register-btn:hover:before {
    box-shadow: none;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.register-btn i,
.login-btn i {
    font-size: 22px;
}

.header-cover {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.header-cover p {
    font-size: 22px;
}

.header-cover .ball-r,
.header-cover .ball-l,
.header-cover .chip-r,
.header-cover .chip-l {
    position: absolute;
}

.header-cover .chip-l {
    left: 15%;
    top: -50px;
}

.header-cover .chip-r {
    right: 10%;
    bottom: -150px;
}

.header-cover .ball-r {
    right: 0%;
    top: -50px;
}

.header-cover .ball-l {
    left: -80px;
    bottom: -0px;
}


.banner-box {
    background-size: contain !important;
    position: relative;
}

.banner-box .bg,
.banner-box {
    height: 320px;
}

.banner-box img:not(.bg) {
    margin-bottom: -30px;
}

.banner-box .bg {
    position: absolute;
}

.banner-box.banner-left .bg {
    left: 0;
}

.banner-box.banner-right .bg {
    right: 0;
}

.banner-box h4 {
    color: #e8dd3c;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.banner-box p {
    color: white;
    opacity: 0.6;
    text-align: center;
    letter-spacing: 2px;
}

.banner-box .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.chip-btn-l {
    position: absolute;
    left: -150px;
    top: 15%;
}

.blue-curve {
    max-width: 100%;
}


/* ABOUT */

.about-bg {
    position: relative;
    padding-top: 3rem;
    background-color: #0850a4;
}

.about-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./../img/bg-about.png)bottom right no-repeat #0850a4;
    opacity: 0.5;
}

.about-bg>* {
    position: relative;
    z-index: 4;
}

/* .about-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0850a4;
    opacity: 0.4;
} */

.about-icon {
    position: relative;
    padding-bottom: 50px;
}

.about-bg img:not(.bg) {
    position: relative;
    z-index: 3;
    max-width: 100%;
}

.about-icon .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    z-index: 2;
}

.about-info {
    padding: 25px;
    color: white;
    position: relative;
}

.about-text {
    position: relative;
    z-index: 4;
}

.about-info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 108%;
    height: 100%;
    background: url(./../img/about/bg-text-about.png)bottom right no-repeat;
    height: 525px;
}

.about-bg .card-l,
.about-bg .card-r {
    position: absolute !important;
}

.about-bg .card-r {
    right: 0;
    top: -150px
}

.about-bg .card-l {
    left: 0;
    bottom: -100px
}

/* PROMOTION */
.promotion-bg {
    background: url(./../img/promotion/bg-pic-body.png)top center no-repeat #0f172c;
    padding-top: 2rem;
}

.promotion-section {
    padding-bottom: 8rem;
}

.promotion-bg .promotion-card {
    position: absolute;
    bottom: -60px;
    right: 0;
}

.promotion-title {
    position: relative;
    margin-bottom: 2rem;
}

.promotion-title span {
    position: relative;
    z-index: 1;
    font-size: 45px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: 'Evander' !important;
    font-weight: bold;
    font-style: italic;
}

.promotion-line {
    position: absolute;
    right: 0;
    top: 45%;
    width: 155%;
    z-index: 0;
}

.promotion-title-star {
    position: absolute;
    right: -75px;
    bottom: 0;
    z-index: 0;
}

.promotion-slide-bg {
    position: relative;
    padding: 5px;
    background: rgb(248, 228, 0);
    background: linear-gradient(135deg, rgba(248, 228, 0, 0) 0%, rgba(238, 224, 10, 1) 48%, rgba(4, 120, 247, 1) 100%);
}

.back-promotion-l,
.back-promotion-r {
    position: absolute;
}

.back-promotion-l {
    bottom: -45px;
    left: -190px;
}

.back-promotion-r {
    right: -200px;
    bottom: -40px;
}

.slick-slide img {
    width: 100%;
}

.slick-dots {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-dots li {
    display: flex;
    margin: 0 5px;
}

.swiper-pagination-bullet,
.slick-dots li button {
    background: rgb(249, 252, 255);
    background: linear-gradient(90deg, rgba(249, 252, 255, 1) 100%, rgba(188, 190, 225, 1) 100%);
    border: 0;
    border-radius: 2px;
    width: 50px;
    height: 10px;
    overflow: hidden;
    text-indent: 1000px;
    transform: skew(-10deg);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

.swiper-pagination-bullet-active,
.slick-dots .slick-active button {
    background: #0177fc !important;
}

/* COVER */
.cover-bg {
    /* background: url(./../img/bg-body-line.png)top center no-repeat #10182b; */
    background: url(./../img/bg-body-line.jpg)top center no-repeat #10182b;
    padding: 0 0 4rem;
}

.cover-img {
    margin-top: -90px;
    max-width: 100%;
}

.cover-info {
    color: white;
    font-size: 24px;
}

.cover-info h2 {
    font-size: 44px;
    font-weight: bold;
    color: #e8e13e;
    margin-bottom: 0;
}

.cover-info h3 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

/* FOOTER */
footer {
    background: url(./../img/footer/pic-bg-footer.png)top center no-repeat #10172a;
    border-top: 1px solid #efe31d;
}

.footer-top {
    padding: 1rem 0;
    border-bottom: 1px solid #2c3858;
}

.footer-social {
    color: white;
}

.footer-social>div:last-child {
    line-height: 1;
}

.footer-social p {
    font-size: 12px;
}

.footer-social h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.footer-social .line-icon {
    height: 40px;
    margin-right: 10px;
}

.footer-top .logo {
    height: 30px;
}

.footer-content {
    padding-bottom: 1rem;
}

.footer-content p {
    padding: 2rem 0;
    color: #707ea5;
}

.footer-bank {
    margin: 0;
    padding: 0;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bank li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.bank-box {

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.bank-box .pos {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
}

.bank-box:hover .active,
.bank-box .non-active {
    display: block;
}

.bank-box .active {
    display: none;
}

.bank-box:hover .non-active {
    opacity: 0;
}

.footer-bottom {
    background-color: #0b0e1d;
    padding: 1rem 0;
    color: white;
    font-size: 12px;
}

.footer-bottom a {
    color: white;
}

.footer-bottom a:hover {
    opacity: 0.6;
}

.line-pos {
    justify-content: flex-end;
}


/* ARTICLE */
.content {
    padding: 15px 15px 40px;
}

.fav-box {
    background-color: #121a2f;
    padding: 10px 15px;
    /* font-weight: bold; */
}

.fav-box .la-star {
    color: #f0e601;
    font-size: 20px;
}

.big-winner-box,
.recent-matches-box,
.featured-box {
    background-color: #121a2f;
    border-left: 3px solid var(--blue-text);
}

.big-winner-box,
.recent-matches-box {
    border-left: 0;
    padding: 15px;
}

.big-winner-box {
    padding: 0;
}

.big-winner-box .head,
.recent-matches-box .head {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', sans-serif !important;
    color: #bfbdcf;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.big-winner-box .head {
    padding: 15px;
    border-bottom: 1px solid var(--blue-text);
}

.featured-box .head {
    padding: 10px 15px;
    border-bottom: 1px solid var(--blue-text);
    color: var(--blue-text);
    font-family: 'Prompt', sans-serif !important;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.featured-box .body {
    padding: 10px 15px;
}

.team-box-lg {
    height: 45px;
}

.team-box-sm {
    height: 30px;
}

.team-box {
    height: 25px;
    display: flex;
    /* justify-items: center; */
    align-items: center;
}

.team-box-lg img,
.team-box-sm img,
.team-box img {
    height: 100%;
    object-fit: cover;
}

.team-box i {
    color: #bfbdcf;
    font-size: 20px;
    transition: all 0.3s;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

.link.active .team-box i,
.link:hover .team-box i {
    transform: scale(1.2);
}

.link:hover .team-box i,
.link:hover,
.link:hover p {
    color: var(--blue-text) !important;
}

.link.active .team-box i,
.link.active {
    color: #0177fc !important;
}

#brands-list .link:hover {
    color: white !important;
}

.match-box {
    border-radius: 2px;
    overflow: hidden;
    margin-top: 20px;
    background-color: #192952;
}

.match-box .head {
    font-family: 'Prompt', sans-serif !important;
    background-color: #016de3;
    color: white;
    font-size: 18px;
    padding: 0 10px
}

.match-box .game-name {
    padding: 5px 15px;
    border-bottom: 2px solid var(--blue-text);
}

.match-box .game-name p {
    font-family: 'Prompt', sans-serif !important;
    color: #bfbdcf;
}

.match-vs {
    display: grid;
    grid-template-columns: auto 80px auto;
    padding: 15px;
    width: 100%;
}

.roboto-text {
    font-family: 'Prompt', sans-serif !important;
}

.prompt-text {
    font-family: 'Prompt', sans-serif !important;
}

/* .text-secondary {
    color: #697087;
} */

.text-head {
    font-size: 15px;
    font-weight: bold;
}

.text-big {
    font-size: 18px;
}

.text-small {
    font-size: 13px;
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}


.match-box .match-list .match-item {
    padding: 15px;
    border-top: 1px solid #293559;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.match-box .match-list .match-item .match-vs .overflow-ellipsis {
    width: 50px;
}

.match-box .match-list .match-item .match-vs {
    padding: 0;
    grid-template-columns: auto 20px auto;
    max-width: 60%;

}

/* .slide-box {
    padding: 5px;
} */

.slide-box img {
    max-width: 100%;
    width: 100%;
}

.popular {
    margin-top: 100px;
}

.page-title a,
.page-title {
    font-size: 18px;
    color: #f3e601;
    font-family: 'Prompt', sans-serif !important;
    font-weight: bold;
}

strong.page-title {
    color: #f3e601;
}

.page-title a {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.page-title a:hover {
    color: #f3e601;
}

.page-title h4 a {
    font-size: 1.5rem;
    font-weight: 400;
}

.more i {
    font-size: 20px;
}

.more {
    color: #a6a7b4;
    font-family: 'Prompt', sans-serif !important;
}

.title {
    padding: 10px 0;
}

.custom-box {
    background-color: #1c2a4b;
    padding: 20px;
}

.custom-box.news {
    background-color: #121a2f;
}

.article-box .image-frame {
    width: 100%;
    height: 150px;
}

.news-box .image {
    height: 200px;
    /* width: 330px; */
}

.category-list .game-item img,
.game-list .game-item img,
.game-box .image-frame img,
.news-box .image img,
.article-box .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-box .info {
    padding: 5px;
    background-color: #2d3a65;
}

.article-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    margin-left: 5px;
}

/* .news-box {
    display: grid;
    grid-template-columns: 300px auto;
} */
.news-box .news-info {
    width: auto;
    font-family: 'Prompt', sans-serif !important;
}

.news-title i {
    color: #f3e501;
    font-size: 20px;
}

.game-box .info .title,
.news-title {
    color: white;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-box .info .sub-title,
.news-sub-title {
    color: #2d3b63;
    font-size: 14px;
}

.game-box .info .sub-title {
    color: #80838e;
}

.game-box .info .title,
.game-box .info .price {
    font-weight: bold;
    letter-spacing: 1px;
}

.news-description {
    font-size: 18px;
    color: #a3a2b3;
    width: 100%;
}

.news .news-box {
    border-top: 1px solid #3a6ca6;
    padding: 15px 0;
}

.news .news-box:first-child {
    border: 0;
    padding-top: 0;
}

.news .news-box:last-child {
    padding-bottom: 0;
}

.popular.title img,
.news.title img {
    height: 35px;
}

.news.title .d-flex.page-title {
    align-items: center;
}

.game-box {
    padding: 15px;
    display: flex;
}

.game-box .image-frame {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.game-box .info .price {
    color: #f1e503;
    font-size: 18px;
}

.big-winner-box .body .title {
    padding: 15px;
    color: white;
    font-family: 'Prompt', sans-serif !important;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}

.game-box-list .game-box {
    padding-top: 0;
}

.game-box-list .game-box .title small {
    display: none;
}

.game-box-list .game-box:first-child .title small {
    display: inline;
}

.match-live {
    background-color: #2d3b62;
    padding: 5px 15px;
}

.sq {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    color: #000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sq.yellow {
    background-color: #f5e301;
}

.sq.blue {
    background-color: #037af8;
    color: #fff;
}

.match-live-icon {
    height: 15px;
}

.live-box .match-live-icon {
    height: 10px;
}

.live-box {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin: 0 -2px;
    width: 100%;
}

.live-box>div {
    padding: 0 2px;
    text-align: center;
}

.live-box>div::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #74af2c;
    display: block;
}

.search-box {
    position: relative;
    margin-top: 80px;
}

.search-box .search-input {
    width: 100%;
    padding: 10px 15px;
    background-color: #1b294c;
    border: 0;
    color: #fff;
}

.big-winner-box .box input:active,
.big-winner-box .box input:focus-visible,
.big-winner-box .box input:focus,
.search-box .search-input:active,
.search-box .search-input:focus-visible,
.search-box .search-input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    border: 0;
    padding: 0 15px;
    color: #fff;
    font-size: 24px;
}

.custom-tabs {
    border-bottom: 2px solid #0077ff;
}

.custom-tabs.nav-pills .nav-link.active,
.custom-tabs.nav-pills .show>.nav-link {
    border: 0;
    background: rgb(28, 41, 76);
    background: linear-gradient(130deg, rgba(28, 41, 76, 1) 0%, rgba(28, 41, 76, 0) 100%);
    color: white;
}

.custom-tabs.nav-pills .nav-link {
    color: #a0a2b1;
    border-radius: 0;
}

.category-list,
.game-list {
    /* display: grid;
    grid-template-columns: auto auto auto auto auto auto auto; */
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.category-list>div,
.game-list>div {
    display: flex;
    /* flex: 1; */
    padding: 5px;
    width: 10%;
    position: relative;
}

#pills-tabContent .game-list>div {
    width: 14.28571428571429%;
}

.category-list .game-item,
.game-list .game-item {
    background-color: #1c284c;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    z-index: 5;
    transition: all 0.3s;
}

/* .category-list a:hover,
.game-list a:hover {
    opacity: 0.6;
} */
.category-list img,
.game-list .game-item img {
    transition: all 0.3s;
}

.item-link {
    max-width: 100%;
}

.category-list .game-item:hover img,
.category-list a:hover .game-item img,
.category-list .item-link:hover .game-item img,
.game-list .game-item:hover img,
.game-list .item-link:hover .game-item img,
.game-list a:hover .game-item img {
    transform: scale(1.05);
    filter: contrast(130%);
}

.category-list .game-item:hover,
.category-list a:hover .game-item,
.category-list .item-link:hover .game-item,
.game-list .game-item:hover,
.game-list .item-link:hover .game-item,
.game-list a:hover .game-item {
    box-shadow: 0px 0px 20px 0px rgba(34, 131, 246, 0.8);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 131, 246, 0.8);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 131, 246, 0.8);
    /* box-shadow: 0px 0px 20px 0px rgba(239, 231, 29, 0.3);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 231, 29, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(239, 231, 29, 0.3); */
}

/* SPORTS */

.sports-head {
    background-color: #1c294c;
    padding: 10px 15px;
    border-bottom: 2px solid #0077ff;
}

.sports-head {
    padding: 5px;
}

.sports-row {
    display: flex;
    align-items: center;
}


.sports-row>div {
    display: flex;
    align-items: center;
    height: 100%;
}

.sports-row:not(.sports-live-row)>div:first-child {
    flex: 1;
}

.sports-row:not(.sports-live-row)>div:nth-child(2) {
    width: 100px;
}

.sports-row:not(.sports-live-row)>div:nth-child(3) {
    width: 190px;
}

.sports-row:not(.sports-live-row)>div:nth-child(4) {
    width: 165px;
}

.sports-row:not(.sports-live-row)>div:nth-child(5) {
    width: 130px;
}

.sports-live-row>div:nth-child(1) {
    width: 150px;
}

.sports-live-row>div:nth-child(2),
.sports-live-row>div:nth-child(4) {
    width: auto;
    flex: 1
}

.sports-live-row>div:nth-child(3) {
    width: 200px;
}

.sports-live-row>div:nth-child(5) {
    width: 100px;
}

/* .sports-item {
    background-color: #121a2f;
} */

.sports-box {
    background-color: #121a2f;
    min-height: 20px;
    width: 100%;
    flex: 1;
    font-size: 12px;
    font-family: 'Prompt', sans-serif !important;
}

.sports-item .border-bottom {
    border-bottom: 2px solid #0b0e1d !important;
}

.sports-item .border-left {
    border-left: 2px solid #0b0e1d !important;
}

.big-winner-box .border-top {
    border-top: 2px solid #0b0e1d !important;
}

.sports-body {
    height: 100px;
    /* background-color: red; */
}

.sports-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0177fb;
    border: 0;
    flex: 1;
    color: white;
    width: 100%;
    font-family: 'Prompt', sans-serif !important;
}

.sports-button i {
    font-size: 20px;
}

.live-box {
    background-color: #66101a;
    color: #9c7577;
    border-radius: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 1px 5px;
}

.streaming .live-box,
.live-box.live-streaming {
    background-color: red;
    color: white;
}

.text-team {
    font-weight: bold;
    letter-spacing: 1px;
    /* display: flex; */
    /* flex: 1; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.sports-item.streaming .streaming,
.sports-item .not-streaming {
    display: block;
}

.sports-item.streaming .not-streaming,
.sports-item .streaming {
    display: none;
}

.streaming .sports-body {
    height: 60px;
}

#end-live {
    cursor: pointer;
}

#end-live:hover {
    background-color: #0177fb;
    font-weight: bold;
}

.live-circle-icon {
    border-radius: 100%;
    background-color: #711620;
    width: 20px;
    height: 20px;
    padding: 3px;
}

.live-circle-icon::before {
    content: '';
    border-radius: 100%;
    background-color: #d11213;
    display: block;
    width: 100%;
    height: 100%;
}

.sports-live-head {
    background-color: #121a2f;
    padding: 10px 15px;
    font-family: 'Prompt', sans-serif !important;
}

.sports-live-body .video iframe {
    width: 100%;
    height: 400px;
}

.sports-live-match {
    background: rgb(12, 50, 99);
    background: radial-gradient(circle, rgba(12, 50, 99, 1) 0%, rgba(18, 26, 47, 1) 100%);
    min-height: 400px;
    font-family: 'Prompt', sans-serif !important;
}

.sports-live-match .match-vs .text-head {
    font-size: 20px;
    color: #f1e403;
}

.sports-live-match .match-vs .point {
    color: white;
    font-size: 20px;
    background-color: #2e427b;
    padding: 5px 10px;
    border-radius: 4px;
}

.sports-item.streaming .sports-head.sports-row>div:nth-child(2),
.sports-item.streaming .sports-head.sports-row>div:nth-child(3),
.sports-item.streaming .sports-head.sports-row>div:nth-child(4),
.sports-item.streaming .sports-head.sports-row>div:nth-child(5) {
    display: none !important;
}

.sports-item .fav-box .la-star {
    opacity: 0.5;
}

.sports-item.fav .fav-box .la-star {
    opacity: 1;
}

.out-comes {
    background-color: #0b0e1d;
    padding: 10px 15px;
    font-family: 'Prompt', sans-serif !important;
    border-bottom: 2px solid #0077ff;
}

.out-comes i {
    color: #2d437c;
    font-size: 20px;
}

.big-winner-box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.big-winner-box .body {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.big-winner-box .box {
    background-color: #10172a;
    padding: 10px 15px;
    font-family: 'Prompt', sans-serif !important;
}

.big-winner-box .box input {
    padding: 5px 10px;
    text-align: center;
    font-family: 'Prompt', sans-serif !important;
    background-color: #0b0e1d;
    border: 0;
    color: white
}

.text-green {
    color: #15be93;
}

.big-winner-box .submit {
    background-color: #16c799;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.header_coin {
    font-size: 14px;
    color: #fff;
}


.custom-button {
    /* height: 45px;
    border-radius: 8px;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    padding: 0 25px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 15px; */
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* margin-top: 10px; */
}

.hover-effect {
    overflow: hidden;
    position: relative;
}

.hover-effect:hover:before {
    animation: buttonMove 1s ease-in-out;
}

.hover-effect-infinite:before,
.hover-effect:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    background-color: #fff3;
    left: -30%;
    top: 0;
    transform: skew(-20deg);
}

.hover-effect-infinite:before {
    animation: buttonMove2 3s ease-in-out infinite;
}

@keyframes buttonMove {
    from {
        left: -25%
    }

    to {
        left: 125%
    }
}

@keyframes buttonMove2 {
    0% {
        left: -25%
    }

    30% {
        left: 125%
    }

    100% {
        left: 125%
    }
}

.spinner {
    animation: spinner .75s infinite linear;
    border: 3px solid #35C31E;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 25px;
    pointer-events: none;
    width: 25px;
}

@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}

.dropdown-toggle.remove-after::after {
    display: none !important;
}

.dropdown-toggle.remove-after .flags-box {
    font-size: 24px;
    color: #fff;
}

.profile-box {
    background-color: #1f2841;
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    border-radius: 10px;
    align-items: center;
}

.profile-box a.menu-link {
    background-color: #2c3756;
    padding: 5px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_balance .text {
    font-size: 10px;
    color: #80838e;
}

#header_balance {
    line-height: 1.2;
}

#login-non .loader {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.game-box {
    animation-duration: 1s;
}

.c-content {
    min-height: 54vh;
}

/* .header .dropdown-item.active,
.header .dropdown-item:active {
    background-color: #f1e503;
    color: #000;
} */

.content-body {
    min-height: 54vh;
}


.swiper-pagination {
    position: relative;
    top: 0 !important;
    bottom: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.light-scrollbar-h {
    overflow-x: auto;
}

.light-scrollbar-h::-webkit-scrollbar {
    height: 2px;
}

.team-box img {
    height: 30px;
}

.fav-box img {
    height: 24px;
}

.team-box img {
    border-radius: 8px;
}

.header-app p {
    font-size: 12px;
    line-height: 1.2;
}

.header-app .icon-app {
    height: 25px;
}

.profile-box a.menu-link:hover {
    color: white;
    background-color: #0177fc;
}

.logo:hover,
.header-app .icon-windows:hover,
.header-app .icon-app:hover {
    filter: drop-shadow(0 0 5px #fff) invert(0%);
}

.header-app .icon-windows {
    width: 30px;
    cursor: pointer;
}

#brands-list {
    overflow-y: auto;
}

#brands-list .link {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 0 9px;
    transition: all .2s;
    position: relative;
}

#brands-list .link:hover,
#brands-list .link.active {
    background-color: #1c2532;
}

#brands-list .link.active p {
    color: white;
}

#brands-list .link::after {
    content: '';
    left: -18px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #0177fc;
    position: absolute;
    border-radius: 0 5px 5px 0;
    transition: left 0.3s;
    opacity: 0;
}

#brands-list .link.active::after {
    left: -15px;
    opacity: 1;
}


.btn-support {
    background-color: #1c2532;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 12px;
    transition: all .1s;
    display: flex;
    text-decoration: none;
    position: relative;
}

.btn-support.top-line {
    padding-top: 10px;
}

.btn-support.top-line::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 4px;
    top: 0;
    left: 5%;
    border-radius: 0 0 10px 10px;
    background-color: #efe71d;
}

#brands-list .dropdown-toggle::after {
    margin-left: auto;
}

#brands-list .dropdown-toggle,
.mobile-sidebar .nav-link {
    /* font-weight: bold; */
    color: white;
}

.btn-support .dropdown-menu.show {
    left: 0 !important;
    width: 100%;
}

.btn-support:hover {
    background-color: #202a39;
}

.btn-support .dropdown {
    width: 100%;
}

.mobile-sidebar hr,
.featured-box hr,
#brands-list hr {
    border-color: #31373f;
    border: 0;
    border-top: 1px solid;
    color: #212529;
    margin: 1rem 0;
    opacity: .7;
    margin: 0.25rem 0;
}

.header-menu .team-box svg {
    width: 15px;
}

.blog-detail-image-frame {
    border-radius: 20px;
    overflow: hidden;
}

.blog-detail-image-frame img {
    max-width: 100%;
}

.accordion-item,
.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #22242a;
    color: white;
}

.accordion-body {
    background-color: #151515;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    border-color: #151515;
    overflow: hidden;
}

.blog-date {
    color: #55657e;
}


.blogs-button {
    background: #1f2841;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s;
}

.blogs-button:hover {
    background-color: #202a39;
    margin-top: -5px;
    margin-bottom: 5px;
}

.one-line,
.blogs-button p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.blogs-button p {
    line-height: 1.5em;
    height: 1.4em;
}

.four-lines,
.three-lines,
.two-lines {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four-lines {
    -webkit-line-clamp: 4;
}

.three-lines {
    -webkit-line-clamp: 3;
}

.blogs-button:hover p,
.icon-move {
    color: #f3e601;
    transition: all 0.1s;
}

.blogs-button:hover .icon-move {
    transform: scale(1.1);
}

.flex-1 {
    flex: 1
}

.featured-box .custom-card {
    flex: 1
}

.shadow {
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.shadow:hover {
    /* box-shadow: rgba(1, 118, 252, 0.2) 0px 5px 15px!important; */
    /* box-shadow: rgba(1, 118, 252, 0.2) 0px 20px 30px -10px !important; */
    box-shadow: rgba(1, 118, 252, 0.4) 1px 5px, rgba(1, 118, 252, 0.3) -1px 10px, rgba(1, 118, 252, 0.2) 0px 15px, rgba(1, 118, 252, 0.1) 0px 20px, rgba(1, 118, 252, 0.05) 0px 25px !important;
}

.custom-card.shadow {
    position: relative;
    top: 0;
}

.custom-card.shadow:hover {
    /* transform: scale(1.05); */
    top: -10px;
}

.control-bar a,
.control-bar i {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.control-bar a:hover,
.control-bar i:hover {
    opacity: 0.5;
}

.note-dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Prompt', sans-serif !important;
}

.note-editor {
    font-family: 'Prompt', sans-serif !important;
}

.swal2-popup.swal2-toast .swal2-html-container,
.swal2-popup.swal2-toast .swal2-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}




.x-hamburger {
    margin-right: 10px;
    /* margin-top: 6px; */
    width: 25px;
    height: 24px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer
}

.x-hamburger,
.x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3.2px;
    /* background: #a1a1a1; */
    /* background: #fc0; */
    background: #efe71d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

.x-hamburger.open {
    width: 25px
}

.x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-hamburger.open span:nth-child(2) {
    /* width: 0;
    opacity: 0 */
    left: -10px;
    opacity: 0;
}

.x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

.history-list {
    background-color: #151515;
    border-radius: 15px;
    overflow: hidden;
}

.history-item {
    padding: 10px 15px;
    border-top: 1px solid #31373f;
}

.history-item:first-child {
    border-top: 0;
}

.custom-modal .btn-close {
    opacity: 1;
}

.custom-modal .info-box p {
    text-align: center;
}

.bank-description {
    flex: 1;
}

.bank-description p {
    text-align: left !important;
}

.header .menu a .team-box {
    transition: all 0.3s;
}

.header .menu a.active .team-box,
.header .menu a:hover .team-box {
    transform: scale(1.2);
}

.menu-show {
    display: none;
}

.menu-vip-icon {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-vip-icon img {
    max-width: 100%;
}

.marquee {
    padding: 5px;
    background-color: #121a2f;
    color: #fff;
    /* border-radius: 5px; */
    margin-bottom: 15px;
    display: flex;
}


#menu-user.custom-dropdown a {
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}

#menu-user.custom-dropdown a:hover {
    color: #efe71d !important;
}

#menu-user.custom-dropdown {
    padding: 0;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#menu-user.custom-dropdown.dropdown-menu:before {
    border-bottom: 8px solid #efe71d;
}

#menu-user.custom-dropdown.dropdown-menu.dropdown-menu-end:before,
#menu-user.custom-dropdown.dropdown-menu:after {
    border-bottom: 7px solid #efe71d;
    right: 20px !important;
    border-bottom-width: 9px;
}

#menu-user.custom-dropdown.dropdown-menu.dropdown-menu-end {
    transform: translate3d(-233px, 40px, 0px) !important;
    top: 10px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-sidebar.show .menu-vip-icon,
#menu-user.custom-dropdown.dropdown-menu.dropdown-menu-end.show .menu-vip-icon {
    /* animation: flip 1s; */
    animation: flip 1s 0.1s;
}

.mobile-sidebar.show .menu-vip-icon {
    animation-delay: 0.2s;
}

#menu-user.custom-dropdown.dropdown-menu.dropdown-menu-end.show {
    visibility: visible;
    top: 0px;
    opacity: 1;
}

#menu-user.custom-dropdown .btn-support {
    background-color: #1f2841;
}

.play-content {
    background-color: #0b0e1d;
}

#menu-user.custom-dropdown {
    width: 17rem;
}

#menu-user.custom-dropdown .menu-vip-icon {
    margin-right: 15px !important;
    width: 40px;
}


#menu-user hr {
    border-color: #31373f !important;
    background-color: #31373f !important;
}

.img-cover {
    border-radius: 10px;
    max-width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.img-cover-frame {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.featured-box.box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.drop-filter {
    filter: drop-shadow(0 0px 5px #fff) invert(70%);
}


body::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track {
    background-color: #121a2f;
}

body::-webkit-scrollbar {
    background-color: rgba(13, 19, 28, .8);
    border-radius: 2px
}

body::-webkit-scrollbar-thumb {
    background-color: #1074e5;
    border-radius: 2px;
    cursor: ns-resize !important;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #4c5367;
    cursor: ns-resize !important;
}

h2 {
    font-size: 1.5rem !important;
}

.text-secondary {
    color: #bfbdcf !important;
}

.custom-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#bank-deposit-info .bank-icon {
    width: 95px;
    height: 95px;
}

#bank-deposit-info .input-form .right-input,
#bank-deposit-info .custom-select,
#bank-deposit-info .custom-input {
    background: #121a2f;
}

.bank-list-pb-0 .bank-list {
    padding-bottom: 0 !important;
}

.guided-tour-step {
    font-family: 'Prompt', sans-serif !important;
}

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-button-complete {
    color: green;
    display: none;
}

.guided-tour-step.active .guided-tour-step-tooltip {
    padding: 1rem
}

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-title {
    margin-bottom: 0;
}

.popover-content .note-btn,
.note-btn,
.note-editor.note-frame.fullscreen {
    background-color: #1e2538;
}

.popover-content .note-btn:hover {
    color: white;
    border: 1px solid #f0f0f0;
}

.logo-page-header {
    height: auto;
    max-width: 100%;
}

.fixed-background,
.fixed-background h1,
.fixed-background div,
.fixed-background h2,
.fixed-background p {
    background: none !important;
}





.popup-render {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-container {
    z-index: 2;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    max-width: 95%;
    width: 800px;
    max-height: 95vh;
}

.popup-container img {
    max-width: 100%;
    max-height: 80vh;
    /* max-height: 100%; */
}

.popup-container .popup-frame {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.popup-container .popup-content {
    /* max-width: 95%; */
}