.RGRating {
    display: flex;
    align-items: center;
    height: 30px;
    position: relative;
}

.text-end .RGRating {
    display: flex;
    align-items: center;
    height: 30px;
    position: relative;
    justify-content: right;
}

.rg-star {
    position: relative;
    display: inline-block
}

.footer-subs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
}

.footer-subs input {
    flex: 0 0 auto;
    width: 60%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid var(--main-color);
    border-right: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.footer-subs button {
    flex: 0 0 auto;
    width: 40%;
    height: 50px;
    border: 2px solid var(--main-color);
    outline: none !important;
    background-color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none !important
}

.light-mode .footer-subs input,
.light-mode .footer-subs button {
    border-color: var(--main-lcolor);
}

.light-mode .footer-subs button {
    background-color: var(--main-lcolor);
}

.footer-subs i {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
}

gr {
    display: block;
    margin: 10px 0;
    border-bottom: 1px dashed var(--main-color);
}

.rg-star .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 1px;
    position: relative;
}

.my-profile {
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--main-color);
    white-space: pre-wrap;
}

.light-mode .my-profile,
gr {
    border-color: var(--main-lcolor);
}

.rg-star .star.half:after,
.rg-star .star:before {
    font-family: 'FontAwesome';
    content: "\f005";
    display: block;
    color: #febe42;
    font-size: 10px;
    margin-left: 1px;
}

.light-mode .rg-star .star.half:after,
.light-mode .rg-star .star:before,
.light-mode .rg-star .star.half:after,
.light-mode .star-rating .star.half:after,
.light-mode .star-rating .star:before,
.light-mode .star-rating .star.half:after {
    color: #ffff00;
}

.rg-star .star.half:before,
.rg-star .star.empty:before {
    color: #f1f1f1;
}

.light-mode .rg-star .star.half:before,
.light-mode .rg-star .star.empty:before {
    color: #1C1E1F;
}

.total-rg {
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: -1px;
}

.rg-star .star.half:after {
    color: #febe42;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
}

.rg-star:before {
    content: attr(rg-rating);
    float: left;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 20px;
    width: 22px;
    top: 1px;
    margin-right: 3px;
    text-align: center;
    margin-top: 2px;
}

.rg-star.no-stars .star {
    display: none
}

.light-mode .rg-star:before {
    background-color: var(--main-lcolor);
}

.light-mode .star-rating .star.half:before {
    color: #1C1E1F;
}

.rg-star.no-stars:before {
    margin-right: 0
}

ul.reviews {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

ul.reviews li {
    display: block;
    border-top: 1px solid var(--second-color);
    padding: 10px 0;
}

.light-mode ul.reviews li {
    border-color: var(--second-lcolor);
}

.star-rating {
    position: relative;
    top: 6px;
    display: inline-block;
    margin-top: 5px
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 2px;
    position: relative;
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: 'FontAwesome';
    content: "\f005";
    display: block;
    color: #febe42;
    font-size: 10px;
    margin-left: 1px;
}

.star-rating .star.empty:before {
    color: #f1f1f1;
}

.light-mode .star-rating .star.empty:before {
    color: #1C1E1F;
}

.rating:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.star-rating .star.half:before {
    color: #f1f1f1;
}

.star-rating .star.half:after {
    color: #febe42;
    position: absolute;
    top: 0;
    width: 48%;
    display: block;
    height: 100%;
    overflow: hidden;
}

.star-rating:before {
    content: attr(data-rating);
    float: left;
    border-radius: 4px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 20px;
    width: 22px;
    top: 1px;
    margin-right: 3px;
    text-align: center;
    margin-top: 2px;
}

.star-rating.no-stars .star {
    display: none
}

.light-mode .star-rating:before {
    background-color: var(--main-lcolor);
}

.star-rating.no-stars:before {
    margin-right: 0
}

.review {
    margin: 20px 0;
}

.ava_review {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px;
}

.com_rev {
    padding: 10px;
}

.ava_review_img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #00000080;
    overflow: hidden;
}

.verify {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    outline: 2px dashed #ffffff;
    bottom: 8px;
    left: 98px;
    position: absolute;
}

.light-mode .verify {
    background-color: var(--main-lcolor);
    outline-color: #000;
}

.info_user {
    padding: 10px;
}

.info_user small {
    font-style: italic;
}

.info_user h6 {
    font-family: 'urbanist';
    margin-bottom: 0;
}

.verif {
    z-index: 2;
    background-color: var(--main-color);
    position: absolute;
    margin-top: 78px;
    margin-right: -92px;
    outline: 2px dashed #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important
}

.banned {
    z-index: 2;
    background-color: #000;
    position: absolute;
    margin-top: 78px;
    margin-right: -92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important
}

.light-mode .verif {
    background-color: var(--main-lcolor);
    outline-color: #000;
}

.ava_review_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rate_rev {
    text-align: right;
    padding: 0 10px;
}

.carousel-indicators {
    width: 100% !important;
    margin-left: 0 !important;
}

.h_title {
    padding: 10px 20px;
    border-left: 4px solid var(--main-color);
    border-right: 4px solid var(--main-color);
    margin: 40px 0;
    position: relative;
    display: inline-block;
}

.h_title::before {
    content: '';
    height: 4px;
    width: 50px;
    background-color: var(--main-color);
    display: block;
    position: absolute;
    left: -4px;
    top: -4px
}

.h_title::after {
    content: '';
    height: 4px;
    width: 50px;
    background-color: var(--main-color);
    display: block;
    right: -4px;
    position: absolute;
    bottom: -4px;
}

.light-mode .h_title {
    border-color: var(--main-lcolor);
}

.light-mode .h_title::before,
.light-mode .h_title::after {
    background-color: var(--main-lcolor);
}

#side {
    position: relative;
    height: 280px;
}

.fixed {
    position: fixed !important;
}

.relative {
    position: relative !important;
}

.sticky {
    position: sticky;
    top: 0;
}

.over100 {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.payf {
    width: 500px;
}

.pad td {
    padding: 20px 20px !important
}

.warning {
    background-color: #1C1E1F;
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.light-mode .warning {
    background-color: #dadada;
}

.rey-pop {
    background: #353535 !important;
    color: #fff !important;
    padding: 0 !important;
}

.rey-popup {
    background: #353535 !important;
    min-width: 70% !important;
    color: #fff !important;
    padding: 0 !important;
}

.inform {
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
}

.popup-tab-content .note {
    font-style: italic;
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.form-check {
    font-size: 16px !important
}

.light-mode .rey-pop,
.light-mode rey-popup {
    background: #f8f8f8 !important;
    color: #1C1E1F !important
}

.rey-pop::before,
.rey-popup::before {
    content: '';
    width: 400px;
    height: 400px;
    background-color: var(--main-color);
    display: block;
    position: absolute;
    transform: skew(45deg);
    right: -480px;
    top: 0;
}

.light-mode .rey-pop::before,
.light-mode .rey-popup::before {
    background-color: var(--main-lcolor);
}

.popup-tabs-container {
    background-color: #353535;
    padding: 30px 20px !important
}

.light-mode .popup-tabs-container {
    background-color: #f8f8f8;
}

.buttons {
    display: flex;
    max-width: 100%;
    gap: 5px;
    text-align: center;
    justify-content: center;
    --b: 2px;
    /* the border thickness */
    --h: 1.8em;
    /* the height */
}

.offers-card {
    text-align: right;
    padding-top: 10px;
}

.offers h5 {
    font-family: 'urbanist'
        !important
}

.rg-post {
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    white-space: wrap;
    line-height: 1;
}

.tag {
    display: inline-block;
    margin: 2px 1px;
    background: var(--main-color);
    color: #fff !important;
    padding: 2px 8px !important;
    font-size: 14px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.light-mode .tag {
    background: var(--main-lcolor);
}

.light-mode .rg-post {
    border-color: #1C1E1F;
}

.bg-payment {
    background-color: #873E00 !important;
}

.bg-open {
    background-color: #241571 !important
}

.buttons-rg {
    display: inline-block;
    border: 2px solid var(--main-color);
    color: var(--main-color) !important;
    padding: 4px 40px;
    font-weight: bold;
}

.light-mode .buttons-rg {
    border-color: var(--main-lcolor);
    color: var(--main-lcolor) !important
}

.buttons-rg:hover {
    background-color: var(--main-color);
    color: #fff !important
}

.light-mode .buttons-rg:hover {
    background-color: var(--main-lcolor);
}

.chat-user {
    text-align: left;
}

.buttons a {
    display: inline-block;
    --_c: var(--main-color);
    flex: calc(1.25 + var(--_s, 0));
    min-width: 0;
    font-weight: bold;
    height: var(--h);
    cursor: pointer;
    color: var(--_c);
    border: var(--b) solid var(--_c);
    background:
        conic-gradient(at calc(100% - 1.3*var(--b)) 0, var(--_c) 209deg, #0000 211deg) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577*var(--h)) 100%, 0 100%);
    padding: 3px;
    margin: 0 calc(-0.288*var(--h)) 0 0;
    box-sizing: border-box;
    transition: flex .4s;
}

.buttons a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.buttons a+a:hover {
    background-color: #FF003C;
    color: #fff;
}

.light-mode .buttons a:hover {
    background-color: var(--main-lcolor);
    color: #fff;
}

.light-mode .buttons a+a:hover {
    background-color: #1C1E1F;
    color: #fff;
}

.light-mode .buttons a {
    --_c: var(--main-lcolor);
}

.buttons a+a {
    --_c: #FF003C;
    flex: calc(.95 + var(--_s, 0));
    background:
        conic-gradient(from -90deg at calc(1.3*var(--b)) 100%, var(--_c) 119deg, #0000 121deg) border-box;
    clip-path: polygon(calc(0.577*var(--h)) 0, 100% 0, 100% 100%, 0 100%);
    margin: 0 0 0 calc(-0.288*var(--h));
    padding: 3px;
}

.light-mode .buttons a+a {
    --_c: #1C1E1F;
    color: #1C1E1F;
}

.popup-tab-content table {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.popup-tab-content th {
    background-color: #1C1E1F;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}

.popup-tab-content td {
    background-color: #494949;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}

th.draws {
    width: 20%;
    text-align: center;
    position: relative;
}

th.teamz {
    width: 40%;
    text-align: center;
}

.light-mode .popup-tab-content th {
    background-color: #d8d8d8;
}

.light-mode .popup-tab-content td {
    background-color: #F1F3F4;
}

.buttons a:focus-visible {
    outline-offset: calc(-2*var(--b));
    outline: calc(var(--b)/2) solid #000;
    background: none;
    clip-path: none;
    margin: 0;
    padding: 3px;
}

.buttons a:focus-visible+a {
    background: none;
    clip-path: none;
    margin: 0;
    padding: 2px;
}

.buttons a:has(+ a:focus-visible) {
    background: none;
    clip-path: none;
    margin: 0;
    padding: 2px;
}

a:hover,
button:active:not(:focus-visible) {
    --_s: .75;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step .number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    border: 2px solid var(--main-color);
}

.step .number.on {
    background-color: var(--main-color) !important
}

.light-mode .step .number {
    border-color: var(--main-lcolor);
    color: var(--main-lcolor)
}

.light-mode .step .number.on {
    background-color: var(--main-lcolor) !important;
    color: #ffffff;
}

.step title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
}

.separator {
    height: 2px;
    display: block;
    width: 20px;
    background-color: var(--main-color);
    margin: 0 10px;
}

.light-mode .separator {
    background-color: var(--main-lcolor);
}

.order_history {
    padding: 20px 0 0 0;
    margin-top: 20px;
    margin-bottom: -10px;
}

.mtm0 {
    margin: 0 !important;
    padding: 0 !important
}

date {
    display: block;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}

pack {
    display: block;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.konten-history {
    background-color: #ffffff30;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.light-mode .konten-history {
    background-color: #00000030;
}

.konten-wrap {
    white-space: pre-wrap;
}

.my-wrap {
    white-space: pre-wrap;
    display: block;
    margin-top: -18px;
}

strong {
    font-size: 22px;
    font-weight: 700;
}

small {
    font-size: 16px;
    font-weight: 400;
}

.step .number.oncnl {
    background-color: #ff001e !important;
    border-color: #ff001e;
    color: #ffffff
}

.confirm-konten {
    padding: 20px;
    background-color: #000000;
    margin: 20px 0;
    border-radius: 8px;
}

.light-mode .confirm-konten {
    background-color: #ffffff;
}

div.title {
    font-size: 2em;
}

h1 span {
    font-weight: 300;
    color: #Fd4;
}

div.stars {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 5px;
    font-size: 25px;
    color: #444;
    transition: all 0.4s;
    cursor: pointer;
}

label.star:hover {
    color: #ffff00;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: rgb(255, 225, 0);
    transition: all .25s;
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
}

input.star-5:checked~label.star:before {
    color: rgb(255, 225, 0);
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
}

input.star-1:checked~label.star:before {
    color: #FF0000;
}

input.star-2:checked~label.star:before {
    color: #ff9e1f;
}

input.star-3:checked~label.star:before {
    color: #a9ff1f;
}

label.star:hover {
    transform: rgb(251, 255, 31)ate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #ffffff;
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
}

.rev-box {
    overflow: hidden;
    height: 0;
    width: 100%;
    transition: all 0.5s;
}

textarea.review {
    background: #222;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
}

.light-mode textarea.review {
    color: #1C1E1F;
}

label.review {
    display: block;
    transition: opacity .25s;
}

input.star:checked~.rev-box {
    height: 125px;
    overflow: visible;
    transition: all 0.5s;
}

.dialog-with-tabs {
    min-width: 700px;
    max-width: 700px;
}

.userbox i {
    display: inline-block;
}

.userbox {
    padding: 5px 20px;
    line-height: 1.8;
    color: #ffffff;
    clear: both;
    border-bottom: 1px solid var(--main-color);
}

.light-mode .userbox {
    color: #1C1E1F;
    border-color: var(--main-lcolor);
}

#member-area {
    width: 100%;
    position: relative;
    background: rgb(255, 102, 0);
    background: linear-gradient(50deg, rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 0.1) 50%, rgb(255, 102, 0, 1) 100%);
}

.light-mode #member-area {
    background: rgb(248, 248, 248);
    background: linear-gradient(50deg, rgba(0, 0, 128, 0) 0%, rgba(0, 0, 128, 0.1) 50%, rgb(0, 0, 128, 1) 100%);
}

.bgmember {
    margin-bottom: 60px !important;
    min-height: 400px;
    padding: 40px 120px 20px 120px !important;
    margin-top: 40px !important;
    box-shadow: 0px -4px 44px 0px rgba(0, 0, 0, 1) inset;
    -webkit-box-shadow: 0px -4px 44px 0px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0px -4px 44px 0px rgba(0, 0, 0, 1) inset;
}

.light-mode .bgmember {
    box-shadow: 0px -4px 44px 0px rgb(255, 255, 255) inset;
    -webkit-box-shadow: 0px -4px 44px 0px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px -4px 44px 0px rgb(255, 255, 255) inset;
}

.induk {
    position: relative;
    text-align: center;
}

.area-img {
    max-width: 100%;
    width: auto;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.userbox-home {
    padding: 10px 0;
    display: flex;
    line-height: 1;
    position: relative;
    border-top: 1px dashed var(--main-color);
}

.userbox-home:last-child {
    border-bottom: 1px dashed var(--main-color);
}

.light-mode .userbox-home {
    border-color: var(--main-lcolor);
}

.pp-user {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 15%, 100% 85%, 85% 100%, 0 100%, 0 85%, 0 15%);
    clip-path: polygon(15% 0, 100% 0%, 100% 15%, 100% 85%, 85% 100%, 0 100%, 0 85%, 0 15%);
    box-shadow: 0 0 2px 2px #00000080;
}

.userbox-home info {
    display: inline-block;
    padding-left: 10px;
    overflow: hidden;
    max-width: 40%;
}

info b {
    position: relative;
}

info i {
    font-size: 8px;
    background-color: var(--main-color);
    padding: 3px;
    border-radius: 100%;
    color: #fff
}

.light-mode info i {
    background-color: var(--main-lcolor);
}

.pp-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

rating {
    position: absolute;
    right: 1px;
    top: 0;
    padding-top: 10px;
}

.shad {
    text-shadow: 0 0 4px #00000080, 0 0 4px #00000080
}

.light-mode .shad {
    text-shadow: 0 0 4px #ffffff80, 0 0 4px #ffffff80;
}

.hidpc {
    display: none;
}

.hidhp {
    display: inline-block;
}

.pdtop0 {
    padding-top: 0 !important;
}

.box-service {
    background-color: #353535;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

.light-mode .box-service {
    background-color: #F1F3F4;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

.konten_title {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

.konten_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    right: 20px;
    bottom: 0;
}

.light-mode .konten_title::after {
    background-color: var(--main-lcolor);
}

.box-service .service_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
}

.box-srv-konten {
    padding: 5px 10px;
}

.box-srv-konten h4 {
    font-family: 'urbanist';
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
    font-size: 20px;
    position: relative;
}

span.total {
    padding: 13px 0 0 8px;
    display: inline-block;
}

.info-users {
    padding: 10px;
    display: flex;
    position: relative;
}

.info-price {
    padding: 10px;
    font-weight: 600;
    background-color: var(--main-color);
    text-align: right;
    color: #fff;
}

.light-mode .info-price {
    background-color: var(--main-lcolor);
}

.rating_box {
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
}

.rating_box .star-rating {
    margin-top: 0;
}

.rating_box .star-rating:before {
    top: 1px;
    padding: 4px 0;
}

.kata {
    text-transform: capitalize;
}

.box-service:hover {
    animation: sha 0.6s ease 0s 1 normal forwards;
}

.box-srv-konten h4:hover {
    color: #ffffff;
}

.light-mode .box-srv-konten h4:hover {
    color: #1C1E1F;
}

.info-users img {
    width: 50px;
    height: 50px;
    object-position: center center;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.info-verif {
    width: 50px;
    height: 50px;
    position: relative;
}

.info-verif i {
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 1px;
    color: #fff;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    outline: 1px dashed #fff;
    font-weight: bolder;
}

.light-mode .info-verif i {
    background-color: var(--main-lcolor);
    outline-color: #000;
}

#get_user {
    padding-left: 10px;
    font-size: 600;
    color: #ffffff;
    line-height: 1.2;
}

.light-mode #get_user {
    color: #1C1E1F;
}

#get_user:hover {
    color: var(--main-color);
}

.light-mode #get_user:hover {
    color: var(--main-lcolor);
}

.date {
    font-style: italic;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.ajax-item-listing .title {
    font-size: 24px;
}

.modal-content {
    background-color: #1C1E1F !important
}

.light-mode .modal-content {
    background-color: #f2f3f4 !important
}

.modal-footer {
    border-color: var(--main-color) !important
}

.light-mode .modal-footer {
    border-color: var(--main-lcolor) !important
}

.btn-close {
    color: #ffffff !important
}

.btn {
    color: #ffffff !important
}

.rg-upload {
    display: block;
    width: 100%;
}

.rg-upload::file-selector-button {
    background-color: var(--main-color);
    color: #ffffff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.light-mode .rg-upload::file-selector-button {
    background-color: var(--main-lcolor);
}

.avatar-upload {
    position: relative;
}

.notif-sukses {
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.light-mode .notif-sukses {
    border-color: var(--main-lcolor);
}

button:active,
button:focus {
    outline: none !important;
    box-shadow: none !important
}

#AddPackage {
    width: 100%;
    padding: 10px;
    background-color: #353535;
    margin-bottom: 10px;
}

.light-mode #AddPackage {
    background-color: #ececec;
}

#AddPackage label {
    display: block;
    width: 100%;
}

#AddPackage textarea {
    height: 80px !important;
    width: 100%;
    background-color: var(--second-color);
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    outline: none !important;
    margin-bottom: 5px;
}

#AddPackage p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.light-mode #AddPackage textarea {
    background-color: var(--second-lcolor);
}

#AddPackage strong {
    display: block;
    margin-bottom: 10px;
}

#AddPackage input {
    margin-bottom: 5px !important
}

.infos {
    margin: 5px 0 10px 0;
}

.dispute_comment {
    padding: 20px 0;
    margin: auto;
    width: 90%;
}

.notif-dispute {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    background-color: var(--main-color);
    color: #ffffff !important;
    border-radius: 8px;
}

.admindec {
    border: 4px double var(--main-color);
    outline: 1px dashed var(--main-color);
}

.light-mode .admindec {
    border-color: var(--main-lcolor);
    outline-color: var(--main-lcolor);
}

.light-mode .notif-dispute {
    background-color: var(--main-lcolor);
    color: #ffffff !important;
}

.notif-dispute p {
    margin-bottom: 0 !important;
    border-radius: 8px;
    color: #ffffff !important;
}

.fr {
    margin-bottom: 10px;
}

.admincom {
    margin-left: 22px;
}

.mt-20 {
    margin-top: 20px !important
}

pre {
    font-size: 20px !important;
}

.premes {
    background-color: #00000050 !important;
    padding: 10px 20px !important;
    border-radius: 8px;
}

.light-mode .premes {
    background-color: #ffffff50 !important
}

.rlink:hover,
.light-mode .rlink {
    color: var(--main-lcolor);
}

.light-mode .rlink:hover,
.rlink {
    color: var(--main-color);
}

.mt-100 {
    margin-top: 100px !important
}

.product_div {
    background-color: #1C1E1F;
    padding: 40px 20px;
    border-radius: 15px;
}

.marb0t {
    padding-bottom: 40px !important
}

.marb0t:last-child {
    padding-bottom: 0 !important
}

.product_div .sub-menu {
    font-size: 34px !important;
    text-transform: uppercase;
}

.light-mode .product_div {
    background-color: #f2f3f4
}

.mtmin-40 {
    margin-top: -160px !important
}

.mat-60 {
    margin-top: 60px !important
}

.product_card {
    background-color: #353535;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    border: 5px solid #353535;
    margin-bottom: 15px;
    margin-top: 15px;
    background-image: var(--rg-bg-img);
    background-size: cover;
    background-position: center;
}

.light-mode .product_card {
    background-color: #F1F3F4;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    background-image: var(--rg-light-bg-img);
    border-color: #F1F3F4;
}

.product_thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 220px;
    min-height: 220px;
    border-radius: 10px;
    margin: auto;
}

.product_des {
    color: #ffffff;
    line-height: 1.2;
    font-size: 18px;
    font-family: 'oswald';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: 400;
    margin: 10px 0;
    padding-left: 4px;
}

.light-mode .product_des,
.light-mode .price {
    color: #000
}

.ratings {
    padding-left: 4px;
}

.ratings .total-rating {
    margin-bottom: -18px;
    margin-left: 10px;
}

.ratings .star {
    margin-bottom: 8px;
}

.ratings .star-rating::before {
    margin-top: 4px;
}

.price {
    padding: 5px 4px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}

.prdk {
    margin-right: -40px;
}

.button_div,
.light-mode .button_div:hover {
    background-color: var(--main-color);
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.rg-slim {
    width: 80%;
    margin: auto;
    position: relative;
}

.button_div:hover,
.light-mode .button_div {
    background-color: var(--main-lcolor);
}

.konten-full {
    width: 1600px;
    margin: auto;
    padding: 80px 0;
}

.mb-100 {
    margin-bottom: 100px !important
}

.product-slider {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 780px;
}

.carousel-indicators .thumbslide {
    width: 80px !important;
    height: 80px !important;
    background-size: cover;
    background-position: center center;
}

#ProductSlider .carousel-indicators {
    bottom: 10px !important
}

#ProductSlider .carousel-control-prev,
#ProductSlider .carousel-control-next {
    background: var(--main-color) !important;
    display: block;
    color: #ffffff !important;
    font-size: 40px !important;
    height: 70px !important;
    width: 70px !important;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 355px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

.barside ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pl10side {
    padding-left: 30px !important
}

.barside ul li {
    margin-bottom: 20px
}

.barside a {
    color: #fff;
}

.light-mode .barside a {
    color: #11131B;
}

.barside ul li:last-child {
    margin-bottom: 5px
}

.icon-contact {
    margin-right: 5px !important;
    color: var(--main-color) !important
}

.light-mode .icon-contact {
    color: var(--main-lcolor) !important
}

.light-mode #ProductSlider .carousel-control-prev,
.light-mode #ProductSlider .carousel-control-next {
    background: var(--main-lcolor) !important
}

.product_slide {
    height: 1020px;
    overflow: hidden;
}

.des-prod {
    background-color: #353535;
    padding: 0;
}

.light-mode .des-prod {
    background-color: #F1F3F4;
}

.pnol {
    padding-top: 0 !important;
    margin: 0 !important;
    background-color: #00a1a1;
}

.buy_button {
    background-color: var(--main-color);
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.light-mode .buy_button {
    background-color: var(--main-lcolor);
}

.buy,
.download {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.headline {
    background-color: #11131B;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.barside {
    padding: 20px;
    background-color: #353535;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.4;
    color: #fff;
}

.light-mode .barside {
    background-color: #D2D2D2;
    color: #11131B;
}

.light-mode .headline {
    background-color: #BFBFBF;
}

.headline h3,
.headline h4,
.headline h2,
.headline h1,
.headline h5,
.headline h6 {
    margin: 0 !important
}

.buy {
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: auto;
    width: 80%;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1.3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.buy .fa-check {
    display: none;
    font-size: 17px;
}

.download {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-lcolor);
    color: #FFFFFF;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
}

.download,
.loading:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
}

.download.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    will-change: opacity, visibility, width, height;
}

.download.active,
.processing:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.fa-shipping-fast {
    margin-right: auto;
    margin-left: 18px;
    font-size: 14px;
}

.sukses {
    color: #ffffff;
    border-color: #ffffff;
    will-change: color, border-color;
    font-weight: 900;
}

.loading {
    cursor: default;
    height: 10px;
    color: transparent;
    will-change: cursor, height, color;
    margin-top: 20px;
}

.loading:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 11.5px;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    will-change: transform;
    padding: 10px 40px;
}

.processing:before {
    top: -20px;
}

.loading:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--main-lcolor);
    -webkit-animation: loading 2s ease .75s 1 forwards;
    -moz-animation: loading 2s ease .75s 1 forwards;
    -ms-animation: loading 2s ease .75s 1 forwards;
    -o-animation: loading 2s ease .75s 1 forwards;
    animation: loading 2s ease .75s 1 forwards;
    will-change: width;
}

.light-mode .loading:after {
    background-color: var(--main-color);
}

.info_product {
    background-color: #353535;
    padding: 20px;
    margin-top: -100px;
}

.light-mode .info_product {
    background-color: #F1F3F4;
}

.info_price {
    border-top: 1px dashed var(--main-color);
    overflow: hidden;
}

.mid-price {
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 40px;
    background-color: #353535
}

.info_price .coulor2 {
    background-color: #353535 !important;
    padding: 10px 40px !important
}

.light-mode .info_price .coulor2,
.light-mode .mid-price {
    background-color: #dadada !important;
}

.light-mode .info_price .coulor {
    background-color: #ffffff !important;
}

.info_price .coulor {
    background-color: #464646 !important;
    padding: 10px 40px !important
}

.light-mode .info_price {
    border-color: var(--main-lcolor);
}

.buy_button a {
    font-weight: 900;
    color: #ffffff !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr-5 {
    margin-right: 10px !important
}

.quantityOne {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.quantityOutput {
    display: inline-block;
}

.spinNumber {
    display: flex;
    justify-content: left;
    width: 50%;
    margin: 10px 0;
}

.price_total {
    display: flex;
    justify-content: left;
    width: 50%;
}

.mr-10px {
    margin-right: 10px !important
}

.spinNumber .incrimentButton,
.spinNumber .decrimentButton {
    width: 26px;
    height: 26px;
    background: transparent;
    border: 1px solid #c6f5f56b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #ffffff50;
    cursor: pointer;
    transition: .4s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-mode .spinNumber .incrimentButton,
.light-mode .spinNumber .decrimentButton,
.light-mode .spinNumber input {
    color: #1C1E1F;
    background: #00000050;
}

.spinNumber .incrimentButton:hover,
.spinNumber .decrimentButton:hover {
    background: #00a1a1;
}

.spinNumber input {
    width: 26px;
    height: 26px;
    background: transparent;
    border: 1px solid #c6f5f56b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #ffffff50;
}

input:focus {
    outline: none;
}

.regularPrice {
    display: none;
}

.pl10 {
    padding-left: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

konten {
    flex: 1 1 100%;
    padding-top: 100px
}

main {
    display: flex;
    flex: 1;
}

.midles {
    width: 900px;
    height: 600px;
    top: 0;
    position: sticky;
    padding-left: 40px;
    padding-top: 100px
}

.inline-rg {
    display: inline-block !important;
    background: transparent !important;
    outline: none !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 10px;
}

.light-mode .inline-rg {
    color: #1C1E1F !important
}

.ovhd {
    overflow: hidden
}

.payment-tab label {
    margin-bottom: 5px;
}

.rg-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.justy-right {
    justify-content: right;
}

.rgflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rg-flex .rg_input {
    width: 70%;
    height: 40px;
    padding: 10px 20px;
    font-size: 20px;
    background-color: var(--second-color);
    border: 1px solid var(--main-color);
    border-right: none !important;
    flex: 0 0 auto;
    border-radius: 0 !important;
    margin: 0 !important
}

.rg-flex #couponMessage {
    width: 100%;
    margin-top: 5px;
    display: block;
    color: var(--main-color);
    font-style: italic;
}

.rg_messages {
    padding: 20px;
    color: #ffffff;
    background-color: #1C1E1F;
    width: 90%;
    margin: auto;
    font-size: 18px;
}

.light-mode .rg_messages {
    color: #1C1E1F;
    background-color: #e0e0e0;
}

.padmes {
    padding: 50px 0;
}

.rg_messages a {
    display: block;
    color: #ffffff
}

.light-mode .rg_messages a {
    color: #1C1E1F
}

.rg_messages:nth-child(even) {
    background-color: #424242;
}

.light-mode .rg_messages:nth-child(even) {
    background-color: #ffffff;
}

.rg_right {
    text-align: right;
}

.delete-button {
    display: inline-block !important;
    background-color: var(--main-color);
    color: #FFFFFF !important;
    padding: 5px;
    border-radius: 50%;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.light-mode .delete-button {
    background-color: var(--main-lcolor);
}

#RG_Loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#preloader {
    background-image: var(--rg-background);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.8s ease;
    animation: preload 2s ease 0s 1 normal forwards;
}

.light-mode #preloader {
    background-image: var(--rg-light-background);
}

@keyframes preload {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

#headtt {
    font-size: 30px;
    margin-bottom: 20px;
}

.mlf {
    margin-right: 5px !important;
}

.user-ava span {
    padding-left: 10px;
    font-weight: 500;
}

#prog_rg {
    width: 60%;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.payment-tab hr {
    margin: 5px 0 !important
}

#prog_rg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main-color);
    animation: prog_rgAnimation 3s linear forwards;
}

.light-mode #prog_rg::before {
    background-color: var(--main-lcolor);
}

#description {
    text-align: center;
    margin-top: 20px;
}

#description i {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.mb80 {
    margin-bottom: 80px !important
}

@keyframes prog_rgAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.popup-dialog {
    max-width: 700px;
}

.rg_message {
    margin-top: 10px;
}

.light-mode .rg-flex #couponMessage {
    color: var(--main-lcolor);
}

.zindex100 {
    z-index: 10000000 !important;
    position: fixed !important;
    height: 100vh !important;
    width: 100vw !important
}

.rg-flex .rg_btn {
    width: 30%;
    height: 40px;
    background-color: var(--main-color);
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--main-color);
    border-left: none !important;
    color: #fff;
    font-weight: 700;
    flex: 0 0 auto;
    font-size: 20px;
    text-transform: uppercase;
}

.light-mode .rg-flex .rg_input {
    border-color: var(--main-lcolor);
    background-color: var(--second-lcolor);
}

.rg_center {
    text-align: center;
    padding: 40px 0;
}

.light-mode .rg-flex .rg_btn {
    border-color: var(--main-lcolor);
    background-color: var(--main-lcolor);
}

.kotak {
    position: relative;
}

.rg-prod {
    right: -8.5px !important;
    top: 25px !important
}

.found {
    font-size: 24px;
}

.rg_konten {
    padding: 20px;
}

.pro_konten {
    padding: 20px 0 140px 0;
}

#spinner h5 {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.centerBike {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 26px;
    margin-left: -12px;
}

.success {
    color: #ffffff !important
}

.light-mode .success {
    color: #1C1E1F !important
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -50px;
}

.footer .konten {
    padding-top: 40px !important
}

#loop {
    height: 105px;
    width: 105px;
    border: #bb5f27 solid 4px;
    border-radius: 100%;
}

#loop:before {
    background: linear-gradient(to left, rgba(187, 95, 39, 0) 0%, rgba(187, 95, 39, 1) 30%, rgba(187, 95, 39, 1) 70%, rgba(187, 95, 39, 0) 100%);
    content: "";
    display: block;
    height: 4px;
    left: -100px;
    position: relative;
    top: 100px;
    width: 300px;
}

#bike-wrapper {
    height: 108px;
    width: 108px;
    animation: drive 3s linear infinite;
}

.btn-title {
    padding: 5px;
    background-color: var(--main-color);
    color: #ffffff !important;
    transform: skew(30deg);
    outline: none !important;
    border: none !important;
    margin-left: 10px;
    display: inline-block;
}

.btn-title b {
    transform: skew(-30deg);
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}

.light-mode .btn-title {
    background-color: var(--main-lcolor);
}

.text-left {
    text-align: left !important
}

.rg_notif {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.light-mode .rg_notif {
    background-color: var(--main-lcolor);
}

.rg_notif.show {
    opacity: 1;
    visibility: visible;
}

#spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.spinner {
    text-align: center;
}

.loader_rg {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out;
    margin-right: 5px;
}

#loader_rg2 {
    animation-delay: -0.16s;
}

#loader_rg3 {
    animation-delay: -0.32s;
}

#loader_rg4 {
    animation-delay: -0.48s;
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

#text {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.user-ava {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
}

.user-ava .fa-check {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    background-color: var(--main-color);
    font-size: 6px;
    padding: 2px;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 100%;
    outline: 1px dashed #fff;
}

.light-mode .user-ava .fa-check {
    background-color: var(--main-lcolor);
    outline-color: #000;
}

.user-rating .star-rating::before {
    display: none;
}

.user-rating {
    text-align: right;
    position: relative;
}

.user-rating .star-rating {
    top: 0;
    margin: 0;
}

.rg-foot {
    display: block;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -190px;
}

.remember,
.remember2 {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.remember input {
    margin-top: -1px;
    margin-right: 5px;
}

.remember2 input {
    margin-right: 5px;
}

.search_title {
    border-bottom: 4px solid var(--main-color);
}

.light-mode .search_title {
    border-color: var(--main-lcolor);
}

.konten-serach title {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    font-family: 'reysat';
    color: var(--main-color);
}

.light-mode .konten-serach title {
    color: var(--main-lcolor);
}

.konten-serach title::after {
    content: '';
    display: block;
    background-color: var(--main-color);
    height: 4px;
    width: 120px;
    margin-top: 10px;
}

.light-mode .konten-serach title::after {
    background-color: var(--main-lcolor);
}

.konten-serach title {
    display: block;
    width: 100%;
}

.s_flex {
    display: flex;
}

.s_flex input {
    width: 80%;
    height: 40px;
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.s_flex button {
    width: 20%;
    text-align: right;
    padding-right: 15px;
    font-size: 26px;
    height: 40px;
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-title {
    display: flex !important;
}

.header-elements {
    width: 100%;
    margin: 0;
    padding: 0
}

.chatbox {
    border-radius: 8px;
    right: 20px !important;
    display: block;
    width: 400px !important;
    background: #353535;
}

.light-mode .chatbox {
    background: #F1F3F4;
}

.brow {
    display: none;
    height: 342px;
}

.ohide {
    overflow: hidden;
}

.chat-image {
    width: 36px;
    height: 36px;
    object-fit: cover;
    object-position: center;
}

.reysat-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.light-mode .reysat-alert {
    background-color: rgba(255, 255, 255, 0.9);
}

.alert-konten {
    width: 600px;
    background-color: #353535;
    animation: myAlrty 1s ease 0s 1 normal forwards;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.light-mode .alert-konten {
    background-color: #dadada;
    border: 1px solid var(--main-lcolor);
}

.head-reysat-alert {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 10px;
}

.head-reysat-alert .close-button {
    position: absolute;
    top: 1px;
    right: 10px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.light-mode .head-reysat-alert .close-button {
    color: #1C1E1F;
}

@keyframes myAlrty {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.body-reysat-alert {
    padding: 10px 20px 40px 20px;
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
}

.upload-rg {
    margin: 20px 0;
}

.upload-rg input[type=file] {
    display: none;
}

.upload-rg label {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--main-color);
}

.light-mode .upload-rg label {
    background-color: var(--main-lcolor);
}

.post-sec {
    background-color: #353535;
    margin-top: 40px;
    position: relative;
    box-shadow: 0px 0px 4px 2px #000000;
    -webkit-box-shadow: 0px 0px 4px 2px #000000;
    -moz-box-shadow: 0px 0px 4px 2px #000000;
    clip-path: polygon(85% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 85%, 0 0);
}

.light-mode .post-sec {
    background-color: #F1F3F4;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

.plip {
    position: relative;
}

.plip:hover {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.post-sec .images {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 240px;
}

.post-sec h2 {
    font-size: 20px;
    font-family: 'urbanist';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    margin: 0 !important
}

.post-sec .button-link {
    text-align: right;
    padding: 20px 10px 10px 10px;
}

.button-link a {
    background-color: var(--main-color);
    color: #ffffff !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    padding: 5px 20px 5px 30px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

bre {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.light-mode .button-link a:hover {
    background-color: var(--main-color);
}

.light-mode .button-link a,
.button-link a:hover {
    background-color: var(--main-lcolor);
}

.post-con {
    background-color: #353535;
    background-image: var(--rg-bg-img);
    padding: 10px;
    font-weight: 500;
    line-height: 2;
    font-size: 16px;
    background-size: cover;
}

.light-mode .post-con {
    background-color: #F1F3F4;
    background-image: var(--rg-light-bg-img);
}

.post-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.post-ribon {
    width: 40px;
    padding: 10px 0;
    position: absolute;
    top: 34px;
    left: 10px;
    text-align: center;
    border-top-left-radius: 3px;
    background: var(--main-color);
    font-weight: 900;
    color: #FFFFFF;
    text-orientation: upright;
    writing-mode: vertical-rl
}

.post-wrap .title {
    margin: 0 0 10px;
    background-color: var(--main-color);
    color: #fff;
    padding: 5px;
    width: calc(100% + 11px);
    position: absolute;
    left: -6px;
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    top: 246px
}

.light-mode .post-wrap .title {
    background-color: var(--main-lcolor);
}

.post-wrap .title::before {
    content: "";
    border: 3.5px solid;
    border-color: #8D5A20 #8D5A20 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.post-wrap .title::after {
    content: "";
    border: 3.5px solid;
    border-color: #8D5A20 transparent transparent #8D5A20;
    position: absolute;
    right: 0;
    bottom: -6px;
}

.light-mode .post-wrap .title::before {
    border-color: #00003b #00003b transparent transparent;
}

.light-mode .post-wrap .title::after {
    border-color: #00003b transparent transparent #00003b;
}

.light-mode .post-ribon {
    background: var(--main-lcolor);
}

.light-mode .post-ribon::before {
    border-bottom: 6px solid #000052;
    border-right: 6px solid transparent;
}

.post-ribon:before {
    height: 0;
    width: 0;
    right: -6px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}

.post-ribon:before,
.post-ribon:after {
    content: "";
    position: absolute;
}

.post-ribon:after {
    height: 0;
    width: 0;
    bottom: -19.5px;
    left: 0;
    border-left: 20px solid var(--main-color);
    border-right: 20px solid var(--main-color);
    border-bottom: 20px solid transparent;
}

.light-mode .post-ribon:after {
    height: 0;
    width: 0;
    bottom: -19.5px;
    left: 0;
    border-left: 20px solid var(--main-lcolor);
    border-right: 20px solid var(--main-lcolor);
    border-bottom: 20px solid transparent;
}

.offers {
    padding-bottom: 20px;
    text-align: right;
}

.offers .btn-rg {
    text-transform: none !important
}

.offers-card .btn-rg {
    text-transform: none !important;
    padding: 4px 20px !important
}

tot {
    display: block;
    margin-bottom: -18px;
    padding-left: 5px;
}

.offers .rg-label {
    font-family: 'urbanist'
        !important;
    font-size: 22px !important;
    text-transform: none !important
}

.rg-gaming {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.konter {
    display: inline-block;
}

.temp {
    color: var(--main-color);
    margin-right: 5px;
}

.light-mode .temp {
    color: var(--main-lcolor);
}

.match_div {
    overflow: hidden;
    padding: 20px 40px;
    background-color: #1C1E1F;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.relat {
    text-align: center;
    margin-bottom: 20px;
}

.other {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.light-mode .match_div {
    background-color: #F1F3F4;
}

.team_boxs h4 {
    margin-top: 5px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.light-mode .team_boxs h4 {
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.team_boxs {
    background: rgb(27, 27, 27, 0.2);
    background: linear-gradient(120deg, rgba(255, 0, 0, 0.6) 0%, rgba(126, 0, 0, 0.6) 48%, rgba(0, 0, 112, 0.6) 48%, rgba(0, 0, 255, 0.6) 100%);
    width: 1600px;
    height: 340px;
    z-index: 10;
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    -moz-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    border-radius: 30px;
    margin-top: 60px;
}

.team_boxs h3 {
    display: flex;
    background-color: var(--main-color);
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 70px;
    margin: auto;
    margin-top: 10px;
    font-size: 50px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.5);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.5);
    -moz-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.5);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.light-mode .team_boxs h3 {
    color: #fff;
    background-color: var(--main-lcolor);
    box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
}

.light-mode .team_boxs {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.6) 0%, rgba(168, 168, 168, 0.6) 48%, rgb(48, 48, 48, 0.6) 48%, rgba(50, 0, 78, 0.6) 100%);
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
}

.streaming {
    width: 800px;
    height: 450px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.stream-warp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 700px;
}

.streaming-div {
    background-position: center;
    background-size: cover;
    height: 700px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.matcpad {
    padding: 40px 40px !important
}

.div_bet {
    background-color: #1e2433;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    -moz-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.6);
    margin: auto;
    width: 90%;
    min-height: 440px
}

.light-mode .div_bet {
    background-color: #dadada;
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 4px 10px 0px rgba(20, 20, 20, 0.3);
}

.div_bet table {
    width: 100%;
    text-align: center;
    min-height: 200px;
}

.div_bet table th {
    padding: 5px 0;
    vertical-align: middle;
}

.div_bet table td {
    padding: 5px 0;
    vertical-align: middle;
    font-size: 18px;
}

.div_bet table td b {
    background: var(--main-color);
    display: flex;
    width: 80px;
    justify-content: center;
    height: 80px;
    margin: auto;
    align-items: center;
    border-radius: 5px;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}

.light-mode .div_bet table td b {
    background: var(--main-lcolor);
    color: #fff
}

.div_bet table th img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 140px;
    display: block;
    margin: auto;
    margin-bottom: 4px;
}

.tim {
    font-size: 16px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 6px;
    background-color: #000;
    display: inline-block;
}

.light-mode .tim {
    background-color: #fff;
}

.light-mode .draw-team {
    background-color: var(--main-lcolor);
    color: #fff
}

.draw-team {
    background-color: var(--main-color);
    transform: skew(30deg);
    padding: 2px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000
}

.draw-team vs {
    transform: skew(-30deg);
    display: block;
}

.streaming iframe {
    width: 100% !important;
    height: 100% !important;
    pointer-events: auto;
    margin-top: -5px;
}

.item-middle {
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    text-align: center;
}

.logo_team_1 {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px;
    position: absolute;
    left: 90px;
    bottom: 78px;
}

.logo_team_2 {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px;
    position: absolute;
    right: 95px;
    bottom: 78px;
}

.team1_name {
    position: absolute;
    bottom: 118px;
    left: 310px;
    color: var(--main-lcolor) !important;
    font-family: 'oswald';
    font-size: 50px;
    letter-spacing: 0.5px !important
}

.team2_name {
    position: absolute;
    bottom: 118px;
    right: 315px;
    color: var(--main-color) !important;
    font-family: 'oswald';
    font-size: 50px;
    letter-spacing: 0.5px !important
}

.div_bet ttl {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #181c25;
    padding: 10px;
}

.div_bet feet {
    display: flex;
    border-top: 1px solid var(--main-color);
    text-align: center;
    margin-top: 20px;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 80px;
    align-items: center;
    justify-content: center;
}

.light-mode .div_bet ttl {
    background-color: #c3c9cc;
}

.light-mode .div_bet feet {
    border-color: var(--main-lcolor);
}

.betts {
    min-height: 60px;
}

.ptop-60 {
    margin-top: 10px !important
}

vs img {
    width: 80% !important;
    height: auto !important;
    max-width: 80% !important;
    max-height: 200px !important;
    margin-top: -200px;
}

.rgb-input {
    display: block;
    outline: none !important;
    width: 40%;
    margin: 5px auto;
    text-align: center;
    border: none;
    border-radius: 4px;
    padding: 5px;
}

#content {
    z-index: 1000;
    background-color: #1C1E1F;
    height: 100vh;
    width: 550px;
    position: fixed;
    right: -560px;
    transition: all 0.6s;
    overflow: hidden;
    box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    bottom: 0;
    overflow-y: scroll;
    direction: rtl;
}

.head-slip {
    background-color: #1C1E1F;
    z-index: 10;
    width: 550px;
    padding: 10px 20px;
    transition: all 0.6s;
}

.light-mode .head-slip {
    background-color: #dadada;
    transition: all 0.6s;
}

.light-mode #content {
    background-color: #dadada;
    transition: all 0.6s;
}

#content.show {
    transition: all 0.6s;
    right: 0;
}

#content.show .head-slip {
    position: fixed;
    transition: all 0.6s;
}

#rg-button {
    position: absolute;
    right: 0;
    clip-path: polygon(10% 0px, 100% 0px, 100% 100%, 10% 100%, 0px 50%);
    padding: 4px 15px 4px 30px;
    font-size: 18px;
    outline: none;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.light-mode #rg-button {
    background-color: var(--main-lcolor);
}

#rg-close,
#close-rg {
    background: transparent;
    color: #fff;
    outline: none !important;
    border: none !important;
    font-size: 24px;
    padding: 0;
    z-index: 10;
}

.light-mode #rg-close,
.light-mode #close-rg {
    color: #1C1E1F;
}

.main-divs {
    padding: 50px 20px 20px 20px;
    direction: ltr;
}

.voor {
    background-color: #101D6B;
}

.odds {
    background-color: #008081;
}

.score {
    background-color: #2CB459;
}

.box-bet {
    background-color: #363636;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    margin-top: 10px;
    background-image: var(--rg-bg-img);
    background-size: cover;
    background-position: center;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
}

.light-mode .box-bet {
    background-color: #b8b8b8;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    background-image: var(--rg-light-bg-img);
}

.box-bet-header {
    height: 40px;
    align-items: center;
    font-weight: 600;
    position: relative;
}

.txr {
    text-align: right;
}

.txl {
    text-align: left;
}

.txc {
    text-align: center;
}

.txl .logo_teams {
    margin-right: 8px;
}

.txr .logo_teams {
    margin-left: 8px;
}

.logo_teams {
    width: 40px;
    height: auto;
}

.div_desc {
    vertical-align: middle;
    min-height: 80px;
}

.lost {
    background-color: #B3000C;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.none {
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.win {
    background-color: #1FD537;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.bg-lost {
    background-color: #B3000C;
    color: #FFFFFF;
}

.bg-win {
    background-color: #1FD537 !important;
    color: #FFFFFF;
}

.bg-draw {
    background-color: #0091ff !important;
    color: #FFFFFF;
}

.draw {
    background-color: #0091ff;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.wait {
    background-color: var(--main-color);
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.no-bet {
    font-size: 26px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #51AFF7;
    height: 80vh;
}

.no-bet img {
    max-width: 80%;
    height: auto;
}

.tab-kontainer {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    direction: rtl;
    margin-bottom: -1px;
}

.tab {
    position: relative;
    background-color: var(--main-color);
    padding: 10px;
    cursor: pointer;
    color: #1C1E1F;
    transition: background-color 0.3s ease;
    text-align: center;
    border: 1px solid var(--main-color);
}

.light-mode .tab {
    border: 1px solid var(--main-lcolor);
    background-color: var(--main-lcolor);
}

.tab:hover {
    background-color: #1C1E1F;
    color: #fff;
}

.tab.active {
    background-color: #1C1E1F;
    color: #fff;
}

.light-mode .tab.active,
.light-mode .tab:hover {
    background-color: #C0C0C0;
}

.tab-kon {
    display: none;
}

konten-tabs {
    display: block;
    height: 100%;
}

.tab-kon span,
.tab-relat span {
    font-size: 16px;
    padding: 10px;
}

.members-match {
    margin: 40px 0 !important
}

.tab-kon.active {
    display: block;
}

.tab img {
    width: 40px;
    height: 40px;
}

.sched {
    background-color: #1e2433;
    padding: 0;
    border: none;
    outline: none;
    margin: 2px 0;
    font-family: 'oswald';
}

.tab-kon .sched {
    margin: 2px 5px;
}

.sched .row {
    margin: 0;
    height: 70px;
}

.sched a {
    color: #fff;
}

.light-mode .sched a {
    color: #1C1E1F;
}

.light-mode .sched {
    background-color: #C0C0C0;
}

.sched .f-center,
.sched .f-right,
.sched .f-left {
    padding: 10px;
}

.f-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.f-left {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

.f-right {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
}

.sched-logo {
    width: auto;
    height: 20px;
}

.sched-team {
    width: auto;
    height: 30px;
}

league {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    display: flex;
    margin-top: -2px;
    align-items: center;
    height: 100%;
}

league i {
    padding-top: 2px;
}

.versus-div {
    height: 100%;
    width: 100%;
    display: flex;
}

.vs-team-two {
    width: 45%;
    background-color: #384360;
    height: 100%;
    clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: right;
    position: relative;
}

.rey-betting {
    background-color: #384360;
    border-radius: 10px;
    font-size: 20px;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    align-items: center;
    max-width: 560px;
    margin: auto;
    font-family: 'reysat';
    font-weight: 400;
    margin-bottom: 20px;
    transition: all 0.8s;
}

bets-mid {
    text-align: center;
    display: block;
    padding-top: 10px;
}

.rey-betting:hover .icons-bet {
    animation: rotasi 4s linear infinite;
    transition: all 0.8s;
}


bets-mid .reysat-button {
    margin: auto;
}

.icons-bet {
    transition: all 0.8s;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 100;
    position: relative;
    border-radius: 100%;
    cursor: grab;
}

.light-mode .icons-bet {
    background-color: rgba(255, 255, 255, 0.1);
}

@keyframes rotasi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotateY(720deg);
    }
}

.light-mode .vs-team-two,
.light-mode .vs-team-one {
    background-color: #9b9b9b;
}

.light-mode .rey-betting {
    background-color: #d8d8d8;
}

.rey-betting bets {
    display: block;
    height: 1px;
    margin: 20px 0;
}

.vs-team-one {
    width: 45%;
    background-color: #384360;
    height: 100%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: left;
    position: relative;
}

.vs-team-one:hover,
.vs-team-two:hover {
    background-color: var(--main-color);
}

.light-mode .vs-team-one:hover,
.light-mode .vs-team-two:hover {
    background-color: var(--main-lcolor);
    color: #fff !important
}

.vs-team {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 900;
}

bet-odd-1 {
    display: block;
    position: absolute;
    right: 20px;
}

bet-odd-2 {
    display: block;
    position: absolute;
    left: 20px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    font-size: 12px;
    color: red;
    margin-right: 4px;
    animation: blink 0.8s infinite;
}

.main-colors {
    color: var(--main-color) !important;
}

.light-mode .main-colors {
    color: var(--main-lcolor) !important;
}

.parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.k-tour {
    margin-top: -100vh;
    margin-bottom: 200px;
}

.bg-tournaments {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateZ(0);
    z-index: -1;
}

.bg-tournaments::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.light-mode .bg-tournaments::after {
    background-color: rgb(255, 255, 255, 0.4);
}

.head-tournament {
    height: 300px;
    width: 100%;
    background-color: #1C1E1F;
    position: relative;
    z-index: 10;
    margin: 40px 0;
    padding: 20px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.light-mode .head-tournament {
    background-color: #b8b8b8;
}

.ll-logo {
    height: 500px;
    width: auto;
    position: absolute;
    left: -250px;
    top: -100px;
    opacity: 0.1;
}

.logo-ll {
    width: auto;
    height: 200px;
    margin-right: 50px;
}

.dvlogo {
    background-color: #1C1E1F;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 70px;
    width: 70px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-mode .dvlogo {
    background-color: #b8b8b8;
}

.dvlogo img {
    height: auto;
    width: auto;
    max-width: 40px;
    max-height: 40px;
}

.match-league {
    margin-bottom: 80px;
}

.team-leagues {
    margin: 80px 0;
}

.team-cards {
    background-image: url('/storage/img/bg/bg-card.webp');
    background-color: #1C1E1F;
    border-radius: 10px;
    background-position: center;
    background-size: 100%;
    padding: 20px;
    margin: 10px 0;
}

.light-mode .team-cards {
    background-color: #818181;
}

.card-logo-team {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
    background-color: #1C1E1F;
}

.light-mode .card-logo-team {
    background-color: #9b9b9b;
}

.card-logo-team img {
    width: 50px;
    height: auto;
    transition: transform 0.8s;
}

.team-cards:hover::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    background-color: var(--main-color);
    opacity: 0.5;
    filter: blur(80px);
    z-index: -1;
    animation: neon-glow 2s ease-in-out infinite;
}

.light-mode .team-cards:hover::before {
    background-color: var(--main-lcolor);
}

@keyframes neon-glow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.team-cards:hover .card-logo-team img {
    transform: rotateY(360deg);
}

.team-name {
    text-align: center;
    min-height: 50px;
    padding-top: 10px;
    font-family: 'reysat gaming';
}

.tour-des {
    background-color: #1C1E1F;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.light-mode .tour-des {
    background-color: #aaaaaa;
}

.tour-des table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.tour-des p {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.tour-des table th {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    background-color: #384360;
}

.tour-des table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

.light-mode .tour-des table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #9b9b9b;
}

.light-mode .tour-des table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.result-card {
    background-image: url('/storage/img/assets/card.png');
    background-color: #1C1E1F;
    border-radius: 5px;
    background-position: center;
    background-size: 100%;
    padding: 10px;
    font-family: 'oswald';
    margin: 10px 0;
}

.light-mode .result-card {
    background-color: #818181;
}

.result-card .col-10,
.result-card .col-2 {
    margin: 5px 0;
}

.result-card .col-10 {
    padding-left: 20px;
}

.team-leagues #load-more,
.light-mode .team-leagues #load-more:hover {
    background-color: var(--main-color);
    margin: 20px auto;
    padding: 5px 20px;
    font-family: 'reysat gaming';
    transition: all 0.5s;
}

.light-mode .team-leagues #load-more,
.team-leagues #load-more:hover {
    background-color: var(--main-lcolor);
    color: #fff;
}

#countries {
    padding: 10px;
}

#countries li {
    list-style: none;
    padding: 0;
}

.rg-flags {
    margin: -4px;
    width: 30px;
    height: auto;
    margin: 2px 5px 5px 5px;
}

#scrolltop {
    display: none;
}

#rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 56px;
    height: 48px;
    right: 55px;
    background: url(/file/assets/rocket.png) no-repeat 50% 0;
    opacity: 1;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.light-mode #rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 56px;
    height: 48px;
    right: 25px;
    background: url(/file/assets/rocket-light.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url(/file/assets/fire.png) no-repeat 50% -48px;
    opacity: .5;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
}

#rocketmeluncur:hover {
    background-position: 50% -62px
}

#rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming .3 infinite;
    -moz-animation: flaming .3 infinite;
    animation: flaming .3s infinite
}

@keyframes flaming {
    0% {
        transform: rotate(-1deg);
    }

    20% {
        transform: rotate(1deg);
    }

    40% {
        transform: rotate(-1deg);
    }

    60% {
        transform: rotate(1deg) scaleY(1.14);
    }

    80% {
        transform: rotate(-2deg) scaleY(0.92);
    }

    100% {
        transform: rotate(1deg);
    }
}

#rocketmeluncur.showrocket {
    visibility: visible;
    opacity: 1
}

#rocketmeluncur.launchrocket {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none
}

#rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2)
}

.running-text {
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.light-mode .running-text {
    background-color: var(--main-lcolor);
}

.lat-mat {
    background-color: var(--main-lcolor);
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    padding-left: 10px;
}

.light-mode .lat-mat {
    background-color: var(--main-color);
}

.maro {
    margin: 0 !important;
    padding: 0 !important
}

.running-text match {
    padding: 0 20px;
    position: relative;
}

#load-mores,
#load-mores2,
#load-mores1 {
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

#load-mores:hover,
#load-mores2:hover,
#load-mores1:hover {
    background-color: var(--main-color);
}

.light-mode #load-mores,
.light-mode #load-mores2,
.light-mode #load-mores1 {
    color: #11131B;
    border-color: #000;
}

.light-mode #load-mores:hover,
.light-mode #load-mores2:hover,
.light-mode #load-mores1:hover {
    background-color: var(--main-lcolor);
    color: #fff;
}

.follower-content {
    background-color: #11131B;
    margin: 20px 40px;
    padding-bottom: 10px;
}

.report-col.just-left {
    justify-content: start !important;
    margin-top: 60px;
}

.follower-content h6 {
    font-weight: 400;
    background-color: #1C1E1F;
    padding: 10px 0;
}

.light-mode .follower-content h6 {
    background-color: #f2f3f4;
}

.rg-errors {
    background-color: red;
    font-weight: 600;
    font-style: italic;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.coin-warp {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.coin {
    font-size: 130px;
    width: 1em;
    height: 1em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    border-radius: 100%;
    background-position: center;
    background-size: 100%;
    z-index: 1000;
}

.rey-betting:hover .coin {
    -webkit-animation: muir 2s infinite linear;
    animation: muir 2s infinite linear;
    width: 0.1em;
    height: 1em;
    background: linear-gradient(#8d0213, black);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0.25em;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
}

.light-mode .rey-betting:hover .coin {
    background: linear-gradient(#000080, black);
}

.coin .side,
.coin:before,
.coin:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    background: #bf031a;
    border-radius: 50%;
    right: -0.396em;
    text-align: center;
    line-height: 1;
    color: #bf031a;
    text-shadow: 1px 2px 0 #7a0413, -1px -2px 0 #460416;
    transform: rotateY(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.light-mode .coin .side,
.light-mode .coin:before,
.light-mode .coin:after {
    color: #000080;
    text-shadow: 1px 2px 0 #0e0014, -1px -2px 0 #1b0058;
    background: #000080;
}

.coin .tails,
.coin:after {
    left: -0.396em;
    transform: rotateY(90deg);
}

.coin:before,
.coin:after {
    background: linear-gradient(#8d0213, black);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(90deg);
}

.light-mode .coin:before,
.light-mode .coin:after {
    background: linear-gradient(#000080, black);
}

.coin:after {
    transform: rotateY(-90deg);
}

.imageCoin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: 1em;
    background-color: #bf031a;
    background-position: center;
    background-size: 100%;
}

.light-mode .imageCoin {
    background-color: #000080;
}

.imageCoin.tail {
    background-image: var(--rg-tail);
}

.light-mode .imageCoin.tail {
    background-image: var(--rg-light-tail);
}

.coin.vs-bets,
.imageCoin.vs-bets {
    background-image: var(--rg-score);
}

.light-mode .coin.vs-bets,
.light-mode .imageCoin.vs-bets {
    background-image: var(--rg-light-score);
}

@-webkit-keyframes muir {
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes muir {
    100% {
        transform: rotateY(360deg);
    }
}

.coin.voor-bets,
.imageCoin.voor-bets {
    background-image: var(--rg-voor);
}

.light-mode .coin.voor-bets,
.light-mode .imageCoin.voor-bets {
    background-image: var(--rg-light-voor);
}

.coin.odds-bets,
.imageCoin.odds-bets {
    background-image: var(--rg-odds);
}

.light-mode .coin.odds-bets,
.light-mode .imageCoin.odds-bets {
    background-image: var(--rg-light-odds);
}

.konten-hdn {
    width: 1600px;
    margin: auto;
}

.match_konten {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 40px 0 100px;
}

.koloms-one {
    width: 1480px;
    padding: 20px 20px;
    border: 2px solid var(--main-color);
}

.predict__konten {
    width: 1000px;
    padding: 0 20px;
}

.light-mode .koloms-one {
    border-color: var(--main-lcolor);
}

.match_tabs {
    position: sticky;
    max-height: 100vh;
    overflow: hidden
}

.tb_konten {
    height: 100%;
    overflow-y: auto;
    padding: 0 10px;
}

.nf-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100px;
    max-height: 100%;
}

.bg-prof {
    background-color: #11131B77;
    height: 125px;
    background-image: var(--rg-bg-img);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -125px;
}

.light-mode .bg-prof {
    background-color: #F1F3F477;
    background-image: var(--rg-light-bg-img);
}

.foot-dash {
    padding: 40px 0;
}

.cookieConsentContainer {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    animation: fadeInOut 2s ease-in-out;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.team_hero {
    background-image: url(/file/assets/match-bg.webp);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: absolute;
    width: 1600px;
    bottom: 40px;
}

.score_1 {
    font-family: 'reysat';
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 410px;
    font-size: 40px;
    display: block;
    width: 140px;
    text-align: center;
}

.score_2 {
    font-family: 'reysat';
    position: absolute;
    bottom: 50px;
    color: #fff;
    right: 415px;
    font-size: 40px;
    display: block;
    width: 140px;
    text-align: center;
}

.team_konten {
    width: 100%;
    height: 100%;
    position: relative;
}

.rg-gaming::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 225, 0.3) 50%, rgba(0, 0, 225, 0.3) 100%);
    height: 100%;
    width: 100%;
    position: absolute
}

.light-mode .rg-gaming::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(199, 199, 199, 0.3) 50%, rgba(153, 153, 153, 0.3) 100%);
}

.versus_logo {
    width: 40px !important;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bet-konten {
    border-top: 1px solid var(--main-color);
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 0;
}

.light-mode .bet-konten {
    border-color: var(--main-lcolor);
}

.bet-konten .col-6 {
    margin: 5px 0;
}

.rg-tombol {
    width: 40px;
    height: 18px;
    background-color: #151515;
    position: relative;
    border-radius: 40px;
    margin-left: 40px;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.8), inset 0px -2px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.6s;
}

.light-mode .rg-tombol {
    background-color: #D5D5D5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5), inset 0px -2px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.6s;
}

.rg-tombol::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: var(--main-color);
    border-radius: 100%;
    transition: all 0.6s;
    background: linear-gradient(#ffdfca 0%, #ffae78 10%, var(--main-color) 50%, #ee5f00 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4) inset;
}

.light-mode .rg-tombol::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: -1;
    left: 23px;
    background-color: var(--main-lcolor);
    background: linear-gradient(#5858ff 0%, #1212ff 10%, var(--main-lcolor) 50%, #00004b 100%);
    border-radius: 100%;
    transition: all 0.6s;
}

.partner-slide {
    margin: 20px 0;
}

.partner-slide div {
    height: 200px;
    display: flex;
    align-items: center;
}

#challenge {
    position: fixed;
    height: 100vh;
    width: 550px;
    z-index: 1000;
    background-color: #1C1E1F;
    transition: all 0.6s;
    box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    bottom: 0;
    left: -560px;
    overflow: hidden;
    overflow-y: scroll;
}

.light-mode #challenge,
.light-mode #rg-btns {
    background-color: #DADADA;
}

#rg-btns {
    cursor: pointer;
    background-color: #1C1E1F;
    height: 70px;
    width: 80px;
    position: fixed;
    z-index: 2000;
    left: -10px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    top: 45vh;
    transition: all 0.6s;
    box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px -2px 10px 0px rgba(0, 0, 0, 0.3);
}

.treasure {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-top: 1px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.kon_cha {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: var(--main-color);
    position: absolute;
    top: 10px;
    right: 2px;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.chall_div {
    padding: 60px 20px 20px 20px;
}

.light-mode .kon_cha {
    background-color: var(--main-lcolor);
}

#challenge.slide #rg-btns {
    left: 550px;
    transition: all 0.6s;
}

#challenge.slide {
    transition: all 0.6s;
    left: 0;
}

#challenge.slide .head-slip {
    position: fixed;
    transition: all 0.6s;
}

.flex-mids {
    padding: 40px;
    height: 70vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.flex-mids h4 {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.rg-slim {
    width: 80%;
}

chall_card {
    position: relative;
    display: flex;
    padding: 0 10px;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
}

.flex-mids a {
    color: var(--main-lcolor);
}

.light-mode .flex-mids a {
    color: var(--main-color);
}

conts {
    background-color: #353535;
    position: absolute;
    left: 30px;
    top: 2px;
    padding: 5px 20px;
    padding-left: 70px;
    font-size: 14px;
    border-top-right-radius: 20px;
    color: var(--main-color);
    min-width: 140px;
    font-family: 'reysat';
}

.light-mode conts {
    color: var(--main-lcolor);
    background-color: #C0C0C0;
}

.rg-labels {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
}

.rg-labels .rg-fa {
    font-size: 10px;
}

conts_2 {
    position: absolute;
    left: 30px;
    bottom: 2px;
    background-color: #353535;
    height: 55px;
    width: 440px;
    padding-left: 50px;
    border-top-right-radius: 20px;
}

.light-mode conts_2,
.light-mode .bet_deal tombol,
.light-mode shadow {
    background-color: #C0C0C0;
}

conts_2 span {
    display: block;
    background-image: var(--rg-bg-img);
    background-size: cover;
    padding: 5px 20px;
    border-top-right-radius: 20px;
}

.light-mode conts_2 span {
    background-image: var(--rg-light-bg-img);
}

.bet_deal {
    position: relative;
    width: 100%;
    padding: 5px;
    padding-left: 20px;
}

.bet_deal tombol {
    position: absolute;
    bottom: -38px;
    background-color: #353535;
    right: 0;
    padding: 10px 0;
    clip-path: polygon(100% 0, 90% 100%, 10% 100%, 0 0);
    width: 280px;
    text-align: center;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rg-fa {
    padding-left: 5px;
    display: inline-block;
}

.faxs {
    font-size: 12px !important;
    padding: 1px 5px;
    display: inline-block;
}

.faxss {
    font-size: 12px !important;
    padding: 1px 5px 1px 0;
    display: inline-block;
}

shadow {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #353535;
    position: absolute;
    left: 0;
    bottom: -10px;
}

chall_card .user-ava {
    width: 80px;
    height: 80px;
}

chall_card .user-ava .fa-check {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    background-color: var(--main-color);
    font-size: 6px;
    padding: 2px;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 100%;
    outline: 1px dashed #fff;
}

.rg-accept {
    font-size: 12px;
    color: #ffffff;
    background-color: #1FD537;
    padding: 4px 15px;
    margin: 0 3px;
}

.bg-red {
    background-color: #B3000C !important;
    color: #fff;
}

.rg-reject {
    font-size: 12px;
    color: #ffffff;
    background-color: #B3000C;
    padding: 4px 15px;
    padding: 4px 15px;
    margin: 0 3px;
}

.helper {
    font-size: 16px;
    display: block;
    margin-top: -18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.bg-h2h {
    background-color: #581845 !important;
    color: #fff;
}

.result_div {
    position: absolute;
    right: 30px;
}

.rg-lab {
    display: inline-block;
    transform: skew(-34deg);
    padding: 4px 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.rg-lab b {
    display: inline-block;
    transform: skew(34deg);
    background-color: transparent;
    font-weight: 600;
}

.gender {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    margin-right: 5px;
}

.light-mode .gender {
    background-color: var(--main-lcolor);
}

.konten_box i {
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
}

.rank {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.bet__area {
    padding: 0 0 40px 0;
}

.users__rigth {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rg-border {
    border-radius: 10px;
    background-color: #0C0E14;
    border: 1px solid var(--main-color);
    padding: 10px;
    margin-bottom: 40px;
}

.light-mode .rg-border {
    border-color: var(--main-lcolor);
    background-color: #F1F3F4;
}

.users__rigth images {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
}

images__pp {
    margin-right: 15px;
    position: relative;
}

images__pp span {
    background-color: #1FD537;
    border: 1px solid #fff;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 0;
    display: block;
}

.users__rigth textarea {
    width: 100%;
    box-shadow: none;
    outline: none !important;
    padding: 10px;
    font-size: 14px;
    background-color: var(--second-color);
    border: none;
    border-radius: 10px;
}

.light-mode .users__rigth textarea {
    background-color: var(--second-lcolor);
}

.rg-border label {
    font-size: 12px !important;
    font-style: italic;
    font-weight: 300;
}

.rg-border .form-check-input {
    height: 10px !important;
    width: 10px !important;
}

.bet_feed {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: var(--rg-bg-img);
    background-size: cover;
    background-color: #11131B;
}

head_feed {
    display: block;
    padding: 10px;
    display: flex;
    align-items: center;
}

.light-mode .bet_feed {
    background-image: var(--rg-light-bg-img);
    background-color: #fff;
}

#load-feed {
    padding: 2px 10px;
    border: 1px solid var(--main-color);
    transition: all 0.3s;
    color: var(--main-color);
    margin-top: 10px;
}

.light-mode #load-feed {
    border: 1px solid var(--main-lcolor);
    color: var(--main-lcolor)
}

#load-feed i {
    display: none;
}

#load-feed.loads i {
    display: inline-block;
}

.talk-bubble {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--main-color);
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    white-space: pre-wrap;
    line-height: 1.4;
    color: #fff;
}

.light-mode .talk-bubble,
.light-mode .talk-bubble:after {
    background-color: var(--main-lcolor);
    color: #fff;
}

.talk-bubble:after {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--main-color);
    clip-path: polygon(100% 0, 0 54%, 100% 100%);
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
}

conten_feed {
    background-color: #11131B;
    padding: 10px;
    display: block;
}

.light-mode conten_feed {
    background-color: #fff;
}

conten_feed .col-6 {
    margin-bottom: 10px;
}

.rg__search {
    width: 1600px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    margin: auto;
    margin-bottom: 80px;
    position: relative;
}

.roda {
    background-image: var(--rg-spinner);
    background-size: cover;
    background-repeat: no-repeat;
    height: 417px;
    width: 417px;
    margin-left: 10px;
    margin-top: -4px;
    animation: roll-out-blurred-right 1s linear forwards, spin 12s linear infinite;
}

.rg--form:hover .roda {
    animation: roll-out-blurred-left 0.5s linear forwards;
}

.light-mode .roda {
    background-image: var(--rg-light-spinner);
}

.rg__spinner {
    background-image: var(--rg-spinner);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    animation: spin 8s linear infinite;
}

.light-mode .rg__spinner {
    background-image: var(--rg-light-spinner);
}

.rg__search ::placeholder {
    color: #353535;
}

.light-mode .rg__search ::placeholder {
    color: #757575;
}

.form_outer {
    width: 1000px;
    display: flex;
    align-items: center;
    height: 100%;
}

.form__inner {
    flex-shrink: 0;
    width: 500px;
    position: relative;
}

.rg--form {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.rg--form input {
    height: 100px;
    padding: 10px 20px;
    outline: none !important;
    border: none;
    box-shadow: none;
    font-family: 'reysat';
    font-size: 22px;
    width: 650px;
    background-color: var(--second-color-trans);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000 !important;
}

.light-mode .rg--form input {
    background-color: var(--second-lcolor-trans)
}

.rg__select {
    height: 100px;
    position: relative;
    font-family: 'reysat';
}

.rg__select select {
    padding: 10px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    cursor: pointer;
    outline: none !important;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    font-size: 22px;
    width: 250px;
    color: #353535;
    background-color: var(--second-color-trans)
}

.light-mode .rg__select select {
    color: #757575;
    background-color: var(--second-lcolor-trans)
}

.rg__select::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 100%;
    color: var(--main-color);
    pointer-events: none;
    padding: 20px;
    display: flex;
    align-items: center;
}

.light-mode .rg__select::before {
    color: var(--main-lcolor);
}

.rg__select select option {
    outline: none !important;
    border: none;
    box-shadow: none;
    padding: 20px;
    font-family: 'reysat';
    font-weight: 500;
    font-size: 18px;
    background-color: var(--second-color);
}

.light-mode .rg__select select option {
    background-color: var(--second-lcolor);
}

.rg__search button {
    height: 100px;
    padding: 20px;
    background-color: var(--main-color);
    outline: none !important;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 40px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.light-mode .rg__search button {
    background-color: var(--main-lcolor);
}

.running.owl-carousel {
    background-color: var(--main-color);
}

.light-mode .running.owl-carousel {
    background-color: var(--main-lcolor);
}

.run_div {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    height: 30px;
}

@media(max-width:1600px) {
    .rg-gaming {
        height: 450px;
    }

    .team_hero {
        height: 250px;
        width: 1300px;
    }

    .konten-hdn {
        width: 1340px;
    }

    .koloms-one {
        width: 1240px;
    }

    .tab img {
        width: 35px;
        height: 35px;
    }

    .div_bet table td {
        font-size: 16px;
    }

    .logo_team_1 {
        max-width: 110px;
        max-height: 110px;
        left: 78px;
        bottom: 70px;
    }

    .logo_team_2 {
        max-width: 110px;
        max-height: 110px;
        right: 83px;
        bottom: 70px;
    }

    .team1_name {
        bottom: 97px;
        left: 250px;
        font-size: 42px;
    }

    .team2_name {
        bottom: 97px;
        right: 255px;
        font-size: 42px;
    }

    .team_boxs {
        background-color: #8c00ff50;
        width: 1340px;
        height: 300px;
    }

    .team_boxs h3 {
        font-size: 40px;
        width: 160px;
        height: 60px;
    }

    .ava_review_img {
        width: 100px;
        height: 100px;
    }

    .pl10side {
        padding-left: 20px !important
    }

    .konten-serach title {
        font-size: 28px;
    }

    .reytesti h2 {
        font-size: 28px !important
    }

    .rg-foot {
        height: 180px;
        top: -170px;
    }

    .post-sec {
        clip-path: polygon(85% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 85%, 0 0);
    }

    .button-link a {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    }

    .rg_messages {
        font-size: 16px;
    }

    .verify {
        width: 25px;
        height: 25px;
        font-size: 14px;
        left: 84px;
        bottom: 6px;
    }

    .product_thumb {
        max-height: 180px;
        min-height: 180px;
    }

    .product_des {
        font-size: 16px;
    }

    .verif,
    .banned {
        margin-top: 65px;
        margin-right: -65px;
        width: 30px;
        height: 30px;
    }

    .payf {
        width: 430px;
    }

    strong {
        font-size: 20px;
    }

    small {
        font-size: 14px;
    }

    .dialog-with-tabs {
        min-width: 600px;
        max-width: 600px;
    }

    .bgmember {
        padding: 40px 80px 20px 80px !important
    }

    .pp-user {
        width: 40px;
        height: 40px;
    }

    .box-service .service_img {
        width: 100%;
        height: 200px;
    }

    .info-users img {
        width: 45px;
        height: 45px;
    }

    .info-verif i {
        font-size: 8px;
        width: 13px;
        height: 13px;
    }

    .info-verif {
        width: 45px;
        height: 45px;
    }

    .date {
        font-size: 16px;
    }

    .ajax-item-listing .title {
        font-size: 22px;
    }

    pre {
        font-size: 18px !important
    }

    #side {
        height: 270px;
    }

    .konten-full {
        width: 1380px;
        margin: auto;
    }

    .product-slider {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 680px;
    }

    .carousel-indicators .thumbslide {
        width: 70px !important;
        height: 70px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: -30px !important
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 35px !important;
        height: 65px !important;
        width: 65px !important;
        top: 312px;
    }

    .product_slide {
        height: 910px;
    }

    .info_product {
        margin-top: -105px;
    }

    .info_price {
        font-size: 19px;
    }

    .midles {
        width: 800px;
    }

    .ratings .total-rating {
        margin-bottom: -18px;
        margin-left: 8px;
    }

    .ratings .star {
        margin-bottom: 6px;
    }

    .ratings .star-rating::before {
        margin-top: 1.5px;
    }

    .product_div .sub-menu {
        font-size: 30px !important
    }

    .found {
        font-size: 22px;
    }

    #headtt {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #description i {
        font-size: 14px;
    }

    .user-ava {
        width: 50px;
        height: 50px;
    }

    .mb-100 {
        margin-bottom: 90px !important
    }

    .chatbox {
        width: 360px !important
    }

    .post-sec h2 {
        font-size: 18px;
    }

    .post-sec .images {
        height: 180px;
    }

    .post-wrap .title {
        top: 190px
    }

    .rg-post {
        font-size: 12px;
    }

    .offers .rg-label {
        font-size: 20px !important
    }

    .wrap {
        margin-bottom: 70px;
    }

    .popup-tab-content .note {
        font-size: 14px;
    }

    .form-check {
        font-size: 14px !important
    }

    .post-con {
        font-size: 14px;
    }

    .tag {
        font-size: 12px;
    }

    .footer-subs i {
        font-size: 16px;
    }

    .footer-subs input {
        height: 45px;
        padding: 0 18px;
    }

    .footer-subs button {
        height: 45px;
        font-size: 22px;
    }

    .match_div {
        font-size: 24px;
    }

    .streaming {
        width: 667px;
        height: 375px;
    }

    .stream-warp {
        height: 583px;
    }

    .streaming-div {
        height: 583px;
    }

    .tim,
    .draw-team {
        font-size: 15px;
    }

    .div_bet table td b {
        width: 70px;
        height: 70px;
    }

    .div_bet {
        width: 90%;
        min-height: 400px
    }

    .div_bet table th img {
        max-height: 120px;
    }

    vs img {
        max-height: 180px !important;
        margin-top: -180px;
    }

    league {
        font-size: 13px;
    }

    .tab-kon span,
    .tab-relat span {
        font-size: 15px;
    }

    .blink {
        font-size: 11px;
    }

    .rg-flags {
        width: 26px;
    }

    .rey-betting {
        max-width: 480px;
        padding: 40px 20px;
        font-size: 18px;
    }

    bets-mid {
        text-align: center;
        display: block;
        padding-top: 5px;
    }

    .icons-bet {
        width: 110px;
        height: 110px;
    }

    .coin {
        font-size: 110px;
    }

    .rey-betting bets {
        display: block;
        height: 1px;
        margin: 15px 0;
    }

    .follower-content {
        margin: 20px 30px;
    }

    info i {
        font-size: 7px;
    }

    .report-col.just-left {
        margin-top: 50px;
    }

    .mid-price,
    .info_price .coulor2,
    .info_price .coulor {
        padding: 10px 35px !important
    }

    .product_des {
        margin: 8px 0
    }

    .product_card .ratings {
        margin-top: -8px;
    }

    .rg-star:before,
    .star-rating:before {
        margin-top: 0;
    }

    .box-srv-konten h4 {
        font-size: 18px;
    }

    .score_1 {
        bottom: 42px;
        left: 330px;
        font-size: 34px;
        width: 120px;
    }

    .score_2 {
        bottom: 42px;
        right: 335px;
        font-size: 34px;
        width: 120px;
    }

    .rg-tombol {
        margin-left: 35px;
    }

    .partner-slide div {
        height: 190px;
    }

    .helper {
        font-size: 14px;
    }

    league i {
        padding-top: 0;
    }

    .konten_box i {
        font-size: 14px;
        margin-right: 5px;
    }

    .users__rigth images {
        width: 55px;
        height: 55px;
        object-fit: cover;
    }

    .rg__search {
        width: 1340px;
        height: 377px;
        margin-bottom: 90px;
    }

    .roda {
        height: 348px;
        width: 348px;
        margin-left: 10px;
        margin-top: -4px;
    }

    .form_outer {
        width: 920px;
    }

    .form__inner {
        width: 400px;
    }

    .rg--form input {
        height: 90px;
        padding: 10px 20px;
        outline: none !important;
        border: none;
        box-shadow: none;
        font-family: 'reysat';
        font-size: 22px;
        width: 550px;
    }

    .rg__select {
        height: 90px;
        position: relative;
        font-family: 'reysat';
    }

    .rg__select select {
        padding: 10px;
        font-size: 20px;
        width: 220px;
    }

    .rg__select::before {
        font-size: 28px;
    }

    .rg__select select option {
        padding-top: 20px;
        font-size: 16px;
    }

    .rg__search button {
        height: 90px;
        padding: 20px;
        font-size: 38px;
        width: 90px;
    }

    .rg__spinner {
        height: 180px;
        width: 180px;
    }

}

@media(max-width:1399px) {
    .user-ava {
        width: 40px;
        height: 40px;
    }

    .rg__spinner {
        height: 160px;
        width: 160px;
    }

    .konten_box i {
        font-size: 12px;
        margin-right: 4px;
    }

    .rg__search {
        width: 1180px;
        height: 332px;
        margin-bottom: 80px;
    }

    .roda {
        height: 306px;
        width: 306px;
        margin-left: 10px;
        margin-top: -4px;
    }

    .form_outer {
        width: 820px;
    }

    .form__inner {
        width: 360px;
    }

    .users__rigth images {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    league i {
        padding-top: 1px;
    }

    .helper {
        font-size: 12px;
    }

    .partner-slide div {
        height: 180px;
    }

    .rg-tombol {
        margin-left: 30px;
        width: 34px;
        height: 16px;
    }

    .rg-tombol::before {
        height: 18px;
        width: 18px;
    }

    .light-mode .rg-tombol::before {
        left: 17px;
        height: 18px;
        width: 18px;
    }

    .product_card .ratings {
        margin-top: -6px;
    }

    .rg-star:before {
        margin-top: -1.5px;
    }

    .star-rating:before {
        margin-top: -3px;
    }

    .total-rg {
        margin-bottom: 0;
    }

    .product_des {
        margin: 7px 0
    }

    .mid-price,
    .info_price .coulor2,
    .info_price .coulor {
        padding: 10px 30px !important
    }

    info i {
        font-size: 6px;
        padding: 2px;
    }

    .follower-content {
        margin: 20px 20px;
    }

    .report-col.just-left {
        margin-top: 40px;
    }

    .rey-betting {
        max-width: 420px;
        padding: 40px 20px;
        font-size: 16px;
    }

    bets-mid {
        text-align: center;
        display: block;
        padding-top: 5px;
    }

    .icons-bet {
        width: 100px;
        height: 100px;
    }

    .coin {
        font-size: 100px;
    }

    .rey-betting bets {
        display: block;
        height: 1px;
        margin: 15px 0;
    }

    .rg-flags {
        width: 24px;
    }

    .blink {
        font-size: 10px;
    }

    .tab-kon span,
    .tab-relat span {
        font-size: 14px;
    }

    league {
        font-size: 12px;
    }

    .tab img {
        width: 30px;
        height: 30px;
    }

    .div_bet {
        width: 96%;
        min-height: 380px
    }

    .tim,
    .draw-team {
        font-size: 14px;
    }

    .div_bet table td b {
        width: 60px;
        height: 60px;
    }

    .streaming {
        width: 583px;
        height: 328px;
    }

    .stream-warp {
        height: 510px;
    }

    .streaming-div {
        height: 510px;
    }

    .match_div {
        font-size: 22px;
    }

    .footer-subs input {
        height: 40px;
        padding: 0 16px;
    }

    .footer-subs button {
        height: 40px;
        font-size: 20px;
    }

    .footer-subs i {
        font-size: 14px;
    }

    .tag {
        font-size: 10px;
    }

    .form-check {
        font-size: 12px !important
    }

    .popup-dialog {
        max-width: 600px;
    }

    .popup-tab-content .note {
        font-size: 12px;
    }

    .wrap {
        margin-bottom: 60px;
    }

    .offers .rg-label {
        font-size: 18px !important
    }

    .rg-post {
        font-size: 10px;
    }

    .mb-100 {
        margin-bottom: 80px !important
    }

    .post-wrap .title {
        top: 174px
    }

    .post-sec h2 {
        font-size: 16px;
    }

    .post-sec .images {
        height: 160px;
    }

    .post-sec {
        clip-path: polygon(90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%, 0 0);
    }

    .button-link a {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    }

    .konten-serach title {
        font-size: 26px;
    }

    .reytesti h2 {
        font-size: 26px !important
    }

    .chatbox {
        width: 320px !important
    }

    .alert-konten {
        width: 500px;
    }

    .head-reysat-alert .close-button {
        font-size: 26px;
    }

    .user-ava .fa-check {
        width: 9px;
        height: 9px;
        padding: 1px;
    }

    .rg-foot {
        height: 160px;
        top: -150px;
    }

    .ava_review_img {
        width: 80px;
        height: 80px;
        overflow: hidden;
    }

    .rg_messages {
        font-size: 14px;
    }

    pre {
        font-size: 16px !important
    }

    .ajax-item-listing .title {
        font-size: 20px;
    }

    .info-users img {
        width: 40px;
        height: 40px;
    }

    .info-verif i {
        font-size: 7px;
        width: 12px;
        height: 12px;
    }

    .info-verif {
        width: 40px;
        height: 40px;
    }

    .verify {
        width: 20px;
        height: 20px;
        font-size: 12px;
        left: 68px;
        margin-bottom: 3px;
    }

    .verif,
    .banned {
        margin-top: 54px;
        margin-right: -50px;
        width: 25px;
        height: 25px;
    }

    .so_media {
        padding-top: 5px;
    }

    .payf {
        width: 380px;
    }

    strong {
        font-size: 18px;
    }

    small {
        font-size: 12px;
    }

    .bgmember {
        padding: 40px 40px 20px 40px !important
    }

    .pp-user {
        width: 35px;
        height: 35px;
    }

    .box-service .service_img {
        width: 100%;
        height: 160px;
    }

    .box-srv-konten h4 {
        font-size: 16px;
    }

    .date {
        font-size: 14px;
    }

    #side {
        height: 255px;
    }

    .product_thumb {
        width: 100%;
        max-height: 160px;
        min-height: 160px;
    }

    .product_des {
        font-size: 14px;
    }

    .found {
        font-size: 20px;
    }

    .ratings .total-rating {
        margin-bottom: -18px;
        margin-left: 8px;
    }

    .ratings .star {
        margin-bottom: 4px;
    }

    .ratings .star-rating::before {
        margin-top: 0;
    }

    #headtt {
        font-size: 26px;
    }

    #description i {
        font-size: 12px;
    }

    .button_div {
        padding: 10px 0;
    }

    .konten-full {
        width: 1200px;
        margin: auto;
        padding: 60px 0;
    }

    .product-slider {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 590px;
    }

    .carousel-indicators .thumbslide {
        width: 60px !important;
        height: 60px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: -40px !important
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 35px !important;
        height: 60px !important;
        width: 60px !important;
        top: 260px;
    }

    .product_slide {
        height: 790px;
    }

    .info_product {
        margin-top: -65px;
    }

    .midles {
        width: 700px;
    }

    .product_div .sub-menu {
        font-size: 26px !important
    }

    .post-con {
        font-size: 12px;
    }

    .rg-gaming {
        height: 400px;
    }

    .team_boxs {
        width: 1180px;
        height: 260px;
    }

    .team_boxs h3 {
        font-size: 30px;
        width: 120px;
        height: 50px;
    }

    .logo_team_1 {
        max-width: 90px;
        max-height: 90px;
        left: 68px;
        bottom: 65px;
    }

    .logo_team_2 {
        max-width: 90px;
        max-height: 90px;
        right: 73px;
        bottom: 65px;
    }

    .team1_name {
        bottom: 84px;
        left: 210px;
        font-size: 36px;
    }

    .team2_name {
        bottom: 84px;
        right: 215px;
        font-size: 36px;
    }

    .div_bet table td {
        font-size: 14px;
    }

    .div_bet table th img {
        max-height: 100px;
    }

    vs img {
        max-height: 160px !important;
        margin-top: -160px;
    }

    .konten-hdn {
        width: 1280px;
    }

    .koloms-one {
        width: 1180px;
    }

    .predict__konten {
        width: 900px;
    }

    .team_hero {
        height: 220px;
        width: 1120px;
    }

    .score_1 {
        bottom: 38px;
        left: 280px;
        font-size: 30px;
        width: 100px;
    }

    .score_2 {
        bottom: 38px;
        right: 285px;
        font-size: 30px;
        width: 100px;
    }

    .rg--form input {
        height: 80px;
        font-size: 18px;
        width: 400px;
    }

    .rg__select {
        height: 80px;
    }

    .rg__select select {
        padding: 10px;
        font-size: 18px;
        width: 220px;
    }

    .rg__select::before {
        font-size: 26px;
    }

    .rg__select select option {
        padding: 20px;
        font-size: 14px;
    }

    .rg__search button {
        height: 80px;
        padding: 20px;
        font-size: 36px;
        width: 80px;
    }

}


@media screen and (max-width: 1280px) {
    .konten-hdn {
        width: 1180px;
        margin: auto;
    }

    .koloms-one {
        width: 1080px;
    }
}

@media(max-width:1199px) {
    .div_bet table td {
        font-size: 12px;
    }

    .helper {
        font-size: 10px;
    }

    .partner-slide div {
        height: 160px;
    }

    .rg-tombol {
        margin-left: 15px;
        width: 28px;
        height: 14px;
        margin-top: 0;
    }

    .rg-tombol::before {
        height: 16px;
        width: 16px;
    }

    .light-mode .rg-tombol::before {
        left: 15px;
        height: 16px;
        width: 16px;
    }

    .team_hero {
        height: 190px;
        width: 960px;
    }

    .product_card .ratings {
        margin-top: -8px;
    }

    .rg-star:before,
    .star-rating:before {
        height: 18px;
        width: 20px;
        top: 1px;
    }

    .rg-star .star.half:after,
    .rg-star .star:before {
        font-size: 8px;
        margin-left: 1px;
    }

    .total-rg {
        font-size: 14px;
        margin-left: 7px;
    }

    .rey-betting bets {
        display: block;
        height: 1px;
        margin: 10px 0;
    }

    .rey-betting {
        max-width: 350px;
        padding: 30px 20px;
        font-size: 14px;
    }

    bets-mid {
        text-align: center;
        display: block;
        padding-top: 5px;
    }

    .icons-bet {
        width: 80px;
        height: 80px;
    }

    .coin {
        font-size: 80px;
    }

    .div_bet table th img {
        max-height: 80px;
    }

    .div_bet {
        width: 100%;
        min-height: 350px
    }

    .div_bet table td b {
        width: 50px;
        height: 50px;
    }

    .verif,
    .banned {
        margin-top: 43px;
        margin-right: -48px;
        width: 20px;
        height: 20px;
    }

    .tim,
    .draw-team {
        font-size: 13px;
    }

    .logo_team_1 {
        max-width: 75px;
        max-height: 75px;
        left: 55px;
        bottom: 55px;
    }

    .logo_team_2 {
        max-width: 75px;
        max-height: 75px;
        right: 58px;
        bottom: 55px;
    }

    .team1_name {
        bottom: 72px;
        left: 180px;
        font-size: 30px;
    }

    .team2_name {
        bottom: 72px;
        right: 185px;
        font-size: 30px;
    }

    .team_boxs {
        width: 960px;
        height: 200px;
    }

    .team_boxs h3 {
        font-size: 25px;
        height: 40px;
        width: 100px;
        margin-top: 10px;
    }

    .rg-gaming {
        height: 350px;
    }

    .footer-subs i {
        font-size: 12px;
    }

    .tag {
        font-size: 9px;
    }

    .post-con {
        font-size: 12px;
    }

    .popup-tab-content .note {
        font-size: 12px;
    }

    .form-check {
        font-size: 12px !important
    }

    .offers .rg-label {
        font-size: 16px !important
    }

    .rg-post {
        font-size: 9px;
    }

    .post-sec h2 {
        font-size: 14px;
    }

    .post-sec .images {
        height: 140px;
    }

    .chatbox {
        width: 300px !important
    }

    .post-wrap .title {
        top: 154px
    }

    .konten-serach title {
        font-size: 22px;
    }

    .reytesti h2 {
        font-size: 22px !important
    }

    .mb-100 {
        margin-bottom: 70px !important
    }

    .alert-konten {
        width: 400px;
    }

    .head-reysat-alert .close-button {
        font-size: 24px;
    }

    .pl10side {
        padding-left: 10px !important
    }

    .rg-foot {
        height: 140px;
        top: -130px;
    }

    .product_thumb {
        width: 100%;
        max-height: 122px;
        min-height: 122px;
    }

    .rg_messages {
        font-size: 12px;
    }

    .product_des {
        font-size: 12px;
    }

    #side {
        height: 225px;
    }

    strong {
        font-size: 16px;
    }

    small {
        font-size: 10px;
    }

    .payf {
        width: 310px;
    }

    .dialog-with-tabs {
        min-width: 500px;
        max-width: 500px;
    }

    .pad td {
        padding: 10px 20px !important
    }

    .pp-user {
        width: 30px;
        height: 30px;
    }

    .bgmember {
        padding: 40px 20px 20px 20px !important
    }

    .box-service .service_img {
        width: 100%;
        height: 140px;
    }

    .found {
        font-size: 22px;
    }

    pre {
        font-size: 14px !important
    }

    .ajax-item-listing .title {
        font-size: 18px;
    }

    .date {
        font-size: 12px;
    }

    .konten-full {
        width: 990px;
        margin: auto;
    }

    .product-slider {
        height: 485px;
    }

    .carousel-indicators .thumbslide {
        width: 60px !important;
        height: 60px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: -30px !important
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 30px !important;
        height: 55px !important;
        width: 55px !important;
        top: 215px;
    }

    .product_slide {
        height: 730px;
    }

    .info_product {
        margin-top: -85px;
    }

    .info_price {
        font-size: 15px;
    }

    .midles {
        width: 600px;
        padding-left: 20px;
    }

    .star-rating .star.half:after,
    .star-rating .star:before {
        font-size: 8px;
        margin-left: 1;
    }

    .star-rating .star {
        margin-left: 1px;
    }

    .ratings .star-rating::before {
        margin-top: -1px;
    }

    .product_div .sub-menu {
        font-size: 22px !important
    }

    #headtt {
        font-size: 24px;
    }

    #description i {
        font-size: 10px;
    }

    .pro_konten {
        padding: 20px 0 120px 0;
    }

    .wrap {
        margin-bottom: 50px;
    }

    .match_div {
        font-size: 20px;
    }

    vs img {
        max-height: 140px !important;
        margin-top: -120px;
    }

    #rg-button {
        font-size: 14px;
    }

    league {
        font-size: 11px;
    }

    .tab-kon span,
    .tab-relat span {
        font-size: 13px;
    }

    .blink {
        font-size: 9px;
    }

    .konten-hdn {
        width: 1080px;
        margin: auto;
    }

    .koloms-one {
        width: 980px;
    }

    .predict__konten {
        width: 800px;
        padding: 0 10px;
    }

    .score_1 {
        bottom: 33px;
        left: 230px;
        font-size: 24px;
    }

    .score_2 {
        bottom: 33px;
        right: 235px;
        font-size: 24px;
    }

    .streaming {
        width: 500px;
        height: 281px;
    }

    .stream-warp {
        height: 437px;
    }

    .streaming-div {
        height: 437px;
    }

    league i {
        padding-top: 0;
    }

    .konten_box i {
        font-size: 10px;
    }

    .rg__search {
        width: 960px;
        height: 270px;
        margin-bottom: 70px;
    }

    .roda {
        height: 248px;
        width: 248px;
        margin-left: 8px;
        margin-top: -3px;
    }

    .form_outer {
        width: 670px;
    }

    .form__inner {
        width: 280px;
    }

    .rg--form input {
        height: 70px;
        font-size: 16px;
        width: 380px;
    }

    .rg__select {
        height: 70px;
    }

    .rg__select select {
        padding: 8px;
        font-size: 16px;
        width: 180px;
    }

    .rg__select::before {
        font-size: 24px;
    }

    .rg__select select option {
        padding: 18px;
        font-size: 12px;
    }

    .rg__search button {
        height: 70px;
        padding: 18px;
        font-size: 34px;
        width: 70px;
    }

    .rg__spinner {
        height: 140px;
        width: 140px;
    }

}

@media(max-width:1100px) {
    .konten-hdn {
        width: 980px;
        margin: auto;
    }

    .koloms-one {
        width: 880px;
    }
}

@media(max-width:991px) {
    .payf {
        width: 344px;
    }

    .rg__spinner {
        height: 120px;
        width: 120px;
    }

    .dropdown-menu {
        margin: 5px 20px
    }

    .blink {
        font-size: 8px;
    }

    .rg__search {
        width: 700px;
        height: 197px;
        margin-bottom: 60px;
    }

    .roda {
        height: 180px;
        width: 180px;
        margin-left: 7px;
        margin-top: -4px;
    }

    .form_outer {
        width: 480px;
    }

    .form__inner {
        width: 210px;
    }

    .rg--form input {
        height: 60px;
        font-size: 14px;
        width: 260px;
    }

    .rg__select {
        height: 60px;
    }

    .rg__select select {
        padding: 5px;
        font-size: 14px;
        width: 130px;
    }

    .rg__select::before {
        font-size: 20px;
    }

    .rg__select select option {
        padding: 15px;
    }

    .rg__search button {
        height: 60px;
        padding: 15px;
        font-size: 30px;
        width: 60px;
    }

    .predict__konten {
        width: 100%;
    }

    .sched {
        height: 140px;
    }

    .sched-team {
        height: 25px;
    }

    league {
        font-size: 10px;
    }

    .tab-kon span,
    .tab-relat span {
        font-size: 12px;
    }

    .kon_cha {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        font-size: 8px;
        top: 7px;
        right: 1px;
    }

    .div_bet {
        width: 100%;
        min-height: 350px;
        margin-bottom: 40px;
    }

    .match_div {
        font-size: 18px;
    }

    .wrap {
        margin-bottom: 40px;
    }

    .post-sec .images {
        height: 180px;
    }

    .post-wrap .title {
        top: 194px
    }

    .pro_konten {
        padding: 20px 0 100px 0;
    }

    .mb-100 {
        margin-bottom: 60px !important
    }

    .konten-serach title {
        font-size: 20px;
    }

    .reytesti h2 {
        font-size: 20px !important
    }

    .s_flex input {
        height: 30px;
    }

    .s_flex button {
        height: 30px;
        font-size: 20px;
        padding-right: 10px;
    }

    .chatbox {
        width: 280px !important
    }

    .rg-foot {
        height: 120px;
        top: -110px;
    }

    .ajax-item-listing .title {
        font-size: 16px;
    }

    .step {
        margin-bottom: 20px;
    }

    .induk {
        text-align: center;
        padding-top: 60px;
    }

    .hidpc {
        display: inline-block;
        text-align: center;
    }

    .hidhp {
        display: none;
    }

    .box-service .service_img {
        width: 100%;
        height: 180px;
    }

    .konten-full {
        width: 650px;
        margin: auto;
        padding: 40px 0;
    }

    .product-slider {
        height: 650px;
    }

    .carousel-indicators .thumbslide {
        width: 50px !important;
        height: 50px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: 0 !important;
        margin-bottom: -70px;
    }

    .left-pros,
    .left-pro {
        margin-top: 50px;
        width: 100%;
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 25px !important;
        height: 50px !important;
        width: 50px !important;
        top: 300px;
    }

    .product_slide {
        height: auto;
        padding-bottom: 40px;
    }

    .info_product {
        margin-top: -60px;
    }

    .midles {
        width: 600px;
        padding-left: 20px;
    }

    .product_div .sub-menu {
        font-size: 18px !important
    }

    .product_thumb {
        width: 100%;
        max-height: 135px;
        min-height: 135px;
    }

    #headtt {
        font-size: 22px;
    }

    .team_boxs h4 {
        font-size: 20px !important
    }

    .logo_team_1 {
        max-width: 60px;
        max-height: 60px;
        left: 45px;
        bottom: 40px;
    }

    .logo_team_2 {
        max-width: 60px;
        max-height: 60px;
        right: 50px;
        bottom: 40px;
    }

    .team1_name {
        bottom: 50px;
        left: 138px;
        font-size: 24px;
    }

    .team2_name {
        bottom: 50px;
        right: 143px;
        font-size: 24px;
    }

    .team_boxs {
        width: 700px;
        height: 180px;
    }

    .rg-gaming {
        height: 300px;
    }

    .div_bet table th img {
        max-height: 80px;
    }

    vs img {
        max-height: 140px !important;
        width: 70% !important;
        max-width: 70% !important;
        margin-top: -120px;
    }

    .div_bet feet {
        min-height: 70px;
    }

    .div_bet table {
        min-height: 170px;
    }

    .tab img {
        width: 22px;
        height: 22px;
    }

    .tab {
        padding: 5px;
    }

    .head-tournament {
        height: 200px;
        padding-left: 40px;
        border-radius: 20px;
    }

    .tour-des {
        border-radius: 20px;
    }

    .ll-logo {
        height: 400px;
        width: auto;
        position: absolute;
        left: -250px;
        top: -100px;
        opacity: 0.1;
    }

    .logo-ll {
        width: auto;
        height: 140px;
        margin-right: 20px;
    }

    .dvlogo {
        height: 50px;
        width: 50px;
    }

    .light-mode .dvlogo {
        background-color: #b8b8b8;
    }

    .dvlogo img {
        max-width: 20px;
        max-height: 20px;
    }

    .team-leagues {
        margin: 60px 0;
    }

    .konten-hdn {
        width: 740px;
        margin: auto;
    }

    .koloms-one {
        width: 690px;
    }

    .team_hero {
        height: 140px;
        width: 720px;
    }

    .score_1 {
        bottom: 25px;
        left: 165px;
        font-size: 18px;
    }

    .score_2 {
        bottom: 25px;
        right: 165px;
        font-size: 18px;
    }

    .box-bet {
        font-size: 15px;
    }

    .rg-tombol {
        margin-top: -1px;
    }

    .flex-mids h4 {
        font-size: 18px;
    }

}



@media(max-width:767px) {

    .verif,
    .banned {
        margin-top: 40px;
        margin-right: -46px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .flex-mids h4 {
        font-size: 18px;
    }

    .team-leagues {
        margin: 40px 0;
    }

    .div_bet table {
        min-height: 150px;
    }

    .matcpad {
        padding: 10px 20px !important
    }

    .div_bet {
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
        min-height: 300px;
    }

    .streaming {
        width: 400px;
        height: 225px;
    }

    .stream-warp {
        height: 350px;
    }

    .streaming-div {
        height: 350px;
    }

    .rey-popup {
        min-width: 98% !important;
    }

    .popup-tab-content .note {
        font-size: 12px;
    }

    .form-check {
        font-size: 12px !important
    }

    .post-sec .images {
        height: 160px;
    }

    .konten-serach title {
        font-size: 18px;
    }

    .reytesti h2 {
        font-size: 18px !important
    }

    .mb-100 {
        margin-bottom: 50px !important
    }

    .alert-konten {
        width: 350px;
    }

    .head-reysat-alert .close-button {
        font-size: 24px;
    }

    .rg-foot {
        height: 100px;
        top: -90px;
    }

    .rg-slim {
        width: 90%;
    }

    #headtt {
        font-size: 20px;
    }

    .fixed {
        position: static !important
    }

    .payf {
        width: 100%;
    }

    .center {
        text-align: center;
    }

    label.star {
        font-size: 20px;
    }

    .dialog-with-tabs {
        min-width: 80%;
        max-width: 80%;
        padding: 30px 20px;
    }

    .popup-tab-content {
        padding: 30px !important
    }

    .popup-tabs-container {
        padding: 30px 0 !important
    }

    .terms {
        font-size: 10px;
    }

    .radio-label {
        width: 15px;
        height: 15px;
    }

    .bgmember {
        padding: 30px 10px 10px 10px !important
    }

    .konten-history .text-end {
        margin-top: 5px;
    }

    .box-service .service_img {
        width: 100%;
        height: 150px;
    }

    .induk {
        text-align: center;
        padding-top: 40px;
    }

    .area-img {
        max-width: 60%;
        right: 10%;
        bottom: -50px;
    }

    .product_thumb {
        width: 100%;
        max-height: 160px;
        min-height: 160px;
    }

    .mtmin-40 {
        margin-top: -60px !important
    }

    .konten-full {
        width: 570px;
        margin: auto;
    }

    .product-slider {
        height: 570px;
    }

    .carousel-indicators .thumbslide {
        width: 50px !important;
        height: 50px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: 0px !important;
        margin-bottom: -70px;
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 25px !important;
        height: 40px !important;
        width: 40px !important;
        top: 260px;
    }

    .product_slide {
        height: auto;
        padding-bottom: 40px;
    }

    main {
        display: block;
    }

    .product_div .sub-menu {
        font-size: 16px !important
    }

    .midles {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-top: 0;
    }

    date,
    pack {
        font-size: 10px;
    }

    .pro_konten {
        padding: 20px 0 80px 0;
    }

    .chatbox {
        max-width: 80vw !important;
    }

    .post-wrap .title {
        top: 174px
    }

    .offers .rg-label {
        font-size: 14px !important
    }

    .wrap {
        margin-bottom: 30px;
    }

    .team_boxs {
        width: 85%;
        height: 140px;
        border-radius: 25px;
    }

    .team_boxs h3 {
        font-size: 20px;
        height: 30px;
        width: 80px;
        margin-top: 10px;
    }

    .team_boxs h4 {
        font-size: 14px !important
    }

    .rg-gaming {
        height: 280px;
    }

    .match_div {
        font-size: 16px;
        padding: 20px 20px
    }

    .tab img {
        width: 20px;
        height: 20px;
    }

    .tab {
        padding: 5px;
    }

    .ll-logo {
        height: 350px;
        width: auto;
        position: absolute;
        left: -250px;
        top: -100px;
        opacity: 0.1;
    }

    .logo-ll {
        width: auto;
        height: 100px;
        margin-right: 20px;
    }

    .dvlogo {
        height: 50px;
        width: 50px;
    }

    .light-mode .dvlogo {
        background-color: #b8b8b8;
    }

    .dvlogo img {
        max-width: 20px;
        max-height: 20px;
    }

    .head-tournament {
        height: 180px;
        padding-left: 20px;
        border-radius: 15px;
    }

    .tour-des {
        border-radius: 15px;
        padding: 15px 30px
    }

    .konten-hdn {
        width: 590px;
        margin: auto;
    }

    .koloms-one {
        width: 510px;
        padding: 15px 10px;
    }

    bet-odd-1 {
        right: 15px;
        font-size: 12px;
    }

    bet-odd-2 {
        left: 15px;
        font-size: 12px;
    }

    .team_hero {
        height: 110px;
        width: 560px;
    }

    .logo_team_1 {
        max-width: 45px;
        max-height: 45px;
        left: 33px;
        bottom: 32px;
    }

    .logo_team_2 {
        max-width: 45px;
        max-height: 45px;
        right: 35px;
        bottom: 32px;
    }

    .team1_name {
        bottom: 38px;
        left: 108px;
        font-size: 20px;
    }

    .team2_name {
        bottom: 38px;
        right: 112px;
        font-size: 20px;
    }

    .score_1 {
        bottom: 20px;
        left: 118px;
        font-size: 14px;
    }

    .score_2 {
        bottom: 20px;
        right: 118px;
        font-size: 14px;
    }

    .rg-tombol {
        width: 20px;
        height: 8px;
        margin-left: 20px;
    }

    .rg-tombol::before {
        width: 10px;
        height: 10px;
    }

    .light-mode .rg-tombol::before {
        width: 10px;
        height: 10px;
        left: 11px;
    }

    .match_konten.ds_block {
        display: block;
    }

    .rg__search {
        width: 520px;
        height: 146px;
        margin-bottom: 50px;
    }

    .roda {
        height: 134px;
        width: 134px;
        margin-left: 4px;
        margin-top: -2px;
    }

    .form_outer {
        width: 380px;
    }

    .form__inner {
        width: 155px;
    }

    .rg--form input {
        height: 45px;
        font-size: 12px;
        width: 200px;
    }

    .rg__select {
        height: 45px;
    }

    .rg__select select {
        padding: 5px;
        font-size: 12px;
        width: 100px;
    }

    .rg__select::before {
        font-size: 18px;
        padding: 10px;
    }

    .rg__select select option {
        padding: 15px;
    }

    .rg__search button {
        height: 45px;
        padding: 15px;
        font-size: 26px;
        width: 45px;
    }

}

@media screen and (max-width: 600px) {
    .tour-des table {
        overflow-x: auto;
        display: block;
    }

    .sched {
        max-width: 100%;
    }

    .konten-hdn {
        width: 570px;
        margin: auto;
    }

    .koloms-one {
        width: 470px;
        padding: 15px 10px;
    }

    .match_konten {
        grid-gap: 5px;
        margin: 30px 0 60px 0;
    }

    .score_1 {
        bottom: 18px;
        left: 100px;
        font-size: 14px;
    }

    .score_2 {
        bottom: 18px;
        right: 100px;
        font-size: 14px;
    }

    .team_hero {
        height: 100px;
        width: 500px;
    }

    .logo_team_1 {
        max-width: 40px;
        max-height: 40px;
        left: 28px;
        bottom: 30px;
    }

    .logo_team_2 {
        max-width: 40px;
        max-height: 40px;
        right: 30px;
        bottom: 30px;
    }

    .team1_name {
        bottom: 34px;
        left: 90px;
        font-size: 19px;
    }

    .team2_name {
        bottom: 34px;
        right: 95px;
        font-size: 19px;
    }

    .logo_teams {
        width: 35px;
        height: auto;
    }

    .box-bet {
        font-size: 14px;
    }

    .versus_logo {
        width: 35px !important;
        height: 35px;
    }

    .rg__search {
        width: 500px;
        height: 140px;
        margin-bottom: 50px;
    }

    .roda {
        height: 130px;
        width: 130px;
        margin-left: 4px;
        margin-top: -1px;
    }

    .form_outer {
        width: 370px;
    }

    .form__inner {
        width: 150px;
    }

    .rg--form input {
        height: 40px;
        font-size: 12px;
        width: 200px;
        padding: 10px;
    }

    .rg__select {
        height: 40px;
    }

    .rg__select select {
        padding: 5px;
        font-size: 12px;
        width: 90px;
    }

    .rg__select::before {
        font-size: 18px;
    }

    .rg__select select option {
        padding: 15px;
        font-size: 10px;
    }

    .rg__search button {
        height: 40px;
        padding: 10px;
        font-size: 24px;
        width: 40px;
    }

    .rg__spinner {
        height: 100px;
        width: 100px;
    }

}


@media(max-width:575px) {
    .barside {
        padding: 10px;
    }

    .rg__spinner {
        height: 80px;
        width: 80px;
    }

    .result_div {
        position: relative;
        right: 0;
    }

    conts_2 {
        position: absolute;
        left: 10px;
        bottom: 2px;
        background-color: #353535;
        height: 60px;
        width: 90%;
        padding-left: 0;
        border-top-right-radius: 20px;
        top: 40px
    }

    .rg-labels {
        font-size: 10px;
        padding: 2px 8px;
        border-radius: 8px;
    }

    .rg-labels .rg-fa {
        font-size: 8px;
    }

    .bet_deal tombol {
        position: absolute;
        bottom: -50px;
        background-color: #353535;
        right: 0;
        padding: 10px 0;
        clip-path: polygon(100% 0, 90% 100%, 10% 100%, 0 0);
        width: 100%;
        text-align: center;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bet_deal {
        position: relative;
        width: 100%;
        padding: 5px;
        padding-left: 10px;
    }

    conts_2 span {
        display: block;
        background-image: var(--rg-bg-img);
        background-size: cover;
        padding: 5px 10px;
        border-top-right-radius: 20px;
    }

    .chall_div {
        padding: 50px 10px 10px 10px;
    }

    chall_card {
        position: relative;
        display: flex;
        padding: 0 5px;
        width: 100%;
        margin-top: 30px;
        font-size: 10px;
        margin-bottom: 120px;
    }

    shadow {
        height: 50px;
        width: 50px;
        bottom: -5px;
    }

    conts {
        top: 20px;
        padding-left: 20px;
    }

    chall_card .user-ava {
        width: 30px;
        height: 30px;
    }

    chall_card .user-ava .fa-check {
        font-size: 5px;
        padding: 1px;
        width: 8px;
        height: 8px;
    }

    .versus_logo {
        width: 30px !important;
        height: 30px;
    }

    .box-bet {
        font-size: 12px;
    }

    .logo_teams {
        display: none;
    }

    bet-odd-1 {
        right: 10px;
        font-size: 10px;
    }

    bet-odd-2 {
        left: 10px;
        font-size: 10px;
    }

    .team_boxs {
        width: 94%;
        height: 90px;
        border-radius: 10px;
    }

    .follower-content {
        margin: 20px 0;
    }

    .report-col.just-left {
        margin-top: 30px;
    }

    .tour-des {
        border-radius: 10px;
        padding: 10px 20px
    }

    .team-leagues {
        margin: 20px 0;
    }

    .head-tournament {
        height: 150px;
        padding-left: 20px;
        border-radius: 10px;
    }

    .logo-ll {
        display: none;
    }

    .sched {
        height: 130px;
    }

    .sched-team {
        width: auto;
        height: 15px;
    }

    .sched-logo {
        height: 15px;
    }

    .tab-kon span,
    .tab-relat span {
        display: none;
    }

    .tab-kontainer {
        grid-template-columns: repeat(12, 1fr);
    }

    .tab img {
        width: 15px;
        height: 15px;
    }

    .team_boxs h3 {
        font-size: 10px;
        height: 22px;
        width: 60px;
        margin-top: 2px;
    }

    #content {
        width: 100vw;
        right: -105vw;
    }

    #rg-btns {
        height: 38px;
        width: 50px;
        left: -5vw;
    }

    .treasure {
        width: 24px;
        height: 24px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .kon_cha {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        font-size: 5px;
        top: 4px;
        right: 1px;
    }

    #challenge {
        width: 100vw;
        left: -105vw;
    }

    #challenge.slide #rg-btns {
        left: 100vw;
    }

    .div_bet feet {
        min-height: 60px;
    }

    .match_div {
        font-size: 9px;
        padding: 10px 10px;
    }

    .tim,
    .draw-team {
        font-size: 10px;
    }

    .div_bet table th img {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 70px;
    }

    .draw-team {
        transform: skew(0);
        padding: 2px 6px;
        border-radius: 4px;
        display: inline-block;
    }

    .draw-team vs {
        transform: skew(0);
        display: block;
    }

    .team_boxs h4 {
        font-size: 10px !important;
        margin-top: 2px;
    }

    .rg-gaming {
        height: 180px;
    }

    .rate_rev {
        text-align: left;
        padding: 10px;
    }

    .footer-subs {
        margin-top: 20px;
    }

    .user-ava {
        width: 30px;
        height: 30px;
    }

    .user-ava .fa-check {
        font-size: 5px;
        padding: 1px;
        width: 8px;
        height: 8px;
    }

    .popup-dialog {
        max-width: 98%;
    }

    .wrap {
        margin-bottom: -20px;
    }

    .popup-tab-content .note {
        font-size: 10px;
    }

    .form-check label {
        font-size: 10px !important
    }

    .popup-tab-content {
        padding: 20px !important
    }

    .chat-user {
        padding-bottom: 20px;
    }

    .review_card .offers {
        text-align: left !important
    }

    .offers .rg-label {
        margin-left: 10px !important
    }

    .post-wrap .title {
        top: 214px
    }

    .post-sec .images {
        height: 200px;
    }

    .found {
        margin-bottom: 20px;
    }

    .alert-konten {
        width: 80%;
    }

    .head-reysat-alert .close-button {
        font-size: 22px;
    }

    .chatbox {
        right: 10px
    }

    .s_flex button {
        padding-right: 10px;
    }

    .rg-foot {
        height: 60px;
        top: -50px;
    }

    .pro_konten {
        padding: 20px 0 60px 0;
    }

    .rg-slim {
        width: 100%;
        margin: auto;
    }

    .mb-100 {
        margin-bottom: 40px !important
    }

    .rg_messages {
        width: 100%;
        font-size: 10px;
    }

    .product_thumb {
        width: 100%;
        min-height: 150px;
        max-height: 500px;
        height: 350px;
    }

    .ava_review_img {
        object-fit: cover;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

    .verify {
        width: 18px;
        height: 18px;
        font-size: 8px;
        left: 48px;
        margin-bottom: 6px;
        outline: 1px dashed #fff;
    }

    .verif,
    .banned {
        outline: 1px dashed #fff;
        margin-top: 38px;
        margin-right: -40px;
    }

    label.star {
        font-size: 16px;
        padding: 5px;
    }

    .dialog-with-tabs {
        min-width: 90%;
        max-width: 100%;
        padding: 20px 10px !important
    }

    .popup-dialog .mfp-close::before {
        top: -5px !important;
        right: -5px !important;
    }

    .user-box {
        padding: 5px 10px
    }

    .induk {
        padding-top: 20px;
    }

    .area-img {
        max-width: 50%;
        right: 10%;
        bottom: -30px;
    }

    .box-service .service_img {
        width: 100%;
        height: 160px;
    }

    .dispute_comment {
        width: 100%;
    }

    .konten-full {
        width: 98%;
        margin: auto;
    }

    .product-slider {
        height: 375px;
    }

    .carousel-indicators .thumbslide {
        width: 30px !important;
        height: 30px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: 0px !important;
        margin-bottom: 255px;
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 25px !important;
        height: 40px !important;
        width: 40px !important;
        top: 172px;
    }

    .left-pros,
    .left-pro {
        margin-top: -275px;
    }

    .product_slide {
        height: auto;
        padding-bottom: 40px;
    }

    .pl10side {
        padding-left: 0 !important
    }

    .product_div .sub-menu {
        font-size: 14px !important
    }

    #headtt {
        font-size: 18px;
    }

    .streaming {
        width: 320px;
        height: 180px;
    }

    .stream-warp {
        height: 280px;
    }

    .streaming-div {
        height: 280px;
    }

    #rg-button {
        font-size: 12px;
        margin-top: -4px;
    }

    .konten-hdn {
        width: 400px;
        margin: auto;
    }

    .koloms-one {
        width: 340px;
        padding: 10px 5px;
    }

    .team_hero {
        height: 80px;
        width: 410px;
    }

    .coin {
        font-size: 70px;
    }

    .logo_team_1 {
        max-width: 30px;
        max-height: 30px;
        left: 22px;
        bottom: 20px;
    }

    .logo_team_2 {
        max-width: 30px;
        max-height: 30px;
        right: 22px;
        bottom: 20px;
    }

    .team1_name {
        bottom: 21px;
        left: 70px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .team2_name {
        bottom: 21px;
        right: 72px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .score_1 {
        bottom: 12px;
        left: 58px;
        font-size: 9px;
    }

    .score_2 {
        bottom: 12px;
        right: 58px;
        font-size: 9px;
    }

    .rg__search {
        width: 410px;
        height: 115px;
        margin-bottom: 40px;
    }

    .roda {
        height: 107px;
        width: 107px;
        margin-left: 3px;
        margin-top: -2px;
    }

    .form_outer {
        width: 260px;
    }

    .form__inner {
        width: 120px;
    }

    .rg--form input {
        height: 30px;
        font-size: 10px;
        width: 165px;
        padding: 10px;
    }

    .rg__select {
        height: 30px;
    }

    .rg__select select {
        padding: 5px;
        font-size: 10px;
        width: 80px;
    }

    .rg__select::before {
        font-size: 12px;
        padding: 5px;
    }

    .rg__select select option {
        padding: 10px;
    }

    .rg__search button {
        height: 30px;
        padding: 5px;
        font-size: 18px;
        width: 30px;
    }

}

@media(max-width:420px) {
    .konten-hdn {
        width: 315px;
        margin: auto;
    }

    .koloms-one {
        width: 250px;
    }

    .product_thumb {
        min-height: 150px;
        max-height: 500px;
        height: 300px;
    }

    .team_hero {
        height: 70px;
        width: 360px;
        bottom: 20px;
    }

    .rg-gaming {
        height: 160px;
    }

    .score_1 {
        bottom: 12px;
        left: 55px;
        font-size: 7px;
    }

    .score_2 {
        bottom: 12px;
        right: 55px;
        font-size: 7px;
    }

    .rg__search {
        width: 360px;
        height: 101px;
        margin-bottom: 40px;
    }

    .roda {
        height: 94px;
        width: 94px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .form_outer {
        width: 240px;
    }

    .form__inner {
        width: 105px;
    }

    .rg--form input {
        height: 30px;
        font-size: 10px;
        width: 130px;
        padding: 10px;
        font-size: 8px;
    }

    .rg__select {
        height: 30px;
    }

    .rg__select select {
        padding: 0 5px;
        font-size: 10px;
        width: 80px;
        font-size: 8px;
    }

    .rg__select::before {
        font-size: 10px;
        padding: 2px;
    }

    .rg__select select option {
        padding: 2px;
        font-size: 8px;
    }

    .rg__search button {
        height: 30px;
        padding: 2px;
        font-size: 12px;
        width: 30px;
    }

}

@media(max-width:365px) {
    .team_hero {
        height: 60px;
        width: 310px;
    }

    .rg-gaming {
        height: 140px;
    }

    .logo_team_1 {
        max-width: 25px;
        max-height: 25px;
        left: 20px;
        bottom: 17px;
    }

    .logo_team_2 {
        max-width: 25px;
        max-height: 25px;
        right: 20px;
        bottom: 17px;
    }

    .team1_name {
        bottom: 16px;
        left: 60px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .team2_name {
        bottom: 16px;
        right: 62px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .score_1 {
        bottom: 12px;
        left: 43px;
        font-size: 6px;
    }

    .score_2 {
        bottom: 12px;
        right: 43px;
        font-size: 6px;
    }

    .rg__search {
        width: 310px;
        height: 87px;
    }

    .roda {
        height: 81px;
        width: 81px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .form_outer {
        width: 210px;
    }

    .form__inner {
        width: 90px;
    }

    .rg--form input {
        height: 25px;
        width: 120px;
        padding: 10px;
        font-size: 8px;
    }

    .rg__select {
        height: 25px;
    }

    .rg__select select {
        padding: 0 5px;
        font-size: 10px;
        width: 60px;
        font-size: 8px;
    }

    .rg__select::before {
        font-size: 10px;
        padding: 2px;
    }

    .rg__select select option {
        padding: 2px;
        font-size: 8px;
    }

    .rg__search button {
        height: 25px;
        padding: 2px;
        font-size: 12px;
        width: 25px;
    }

}

@media(max-width:320px) {
    .col-xs-12 {
        width: 100% !important
    }

    .coin {
        font-size: 50px;
    }

    .tab img {
        width: 10px;
        height: 10px;
    }

    .form-check label {
        font-size: 10px !important
    }

    .rg-post {
        font-size: 7px;
    }

    .tim,
    .draw-team {
        font-size: 8px;
    }

    .div_bet table th img {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 50px;
    }

    .konten-serach title {
        font-size: 16px;
    }

    .reytesti h2 {
        font-size: 16px !important
    }

    .match_div {
        font-size: 8px;
    }

    .ava_review_img {
        object-fit: cover;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

    .verify {
        width: 16px;
        height: 16px;
        font-size: 8px;
        left: 42px;
        margin-bottom: 12px;
    }

    .product_thumb {
        min-height: 200px;
        max-height: 500px;
        height: 240px;
    }

    .so_media a {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin: 4px;
    }

    .verif,
    .banned {
        margin-top: 40px;
        margin-right: -46px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .product-slider {
        height: 300px;
    }

    .carousel-indicators .thumbslide {
        width: 30px !important;
        height: 30px !important;
    }

    #ProductSlider .carousel-indicators {
        bottom: 0px !important;
        margin-bottom: 330px;
    }

    .left-pros,
    .left-pro {
        margin-top: -350px;
    }

    #ProductSlider .carousel-control-prev,
    #ProductSlider .carousel-control-next {
        font-size: 25px !important;
        height: 40px !important;
        width: 40px !important;
        top: 130px;
    }

    .product_slide {
        height: auto;
        padding-bottom: 40px;
    }

    .konten-glass {
        padding: 10px 10px !important
    }

    .user-ava {
        width: 28px;
        height: 28px;
    }

    .user-ava .fa-check {
        font-size: 5px;
        padding: 2px;
        width: 10px;
        height: 10px;
    }

    .streaming {
        width: 280px;
        height: 158px;
    }

    .stream-warp {
        height: 280px;
    }

    .streaming-div {
        height: 246px;
    }

    .konten-hdn {
        width: 246px;
        margin: auto;
    }

    .koloms-one {
        width: 240px;
    }

    .team_hero {
        height: 54px;
        width: 270px;
    }

    bets-mid {
        text-align: center;
        display: block;
        padding-top: 50px;
    }

    .rey-betting {
        padding: 10px 20px;
        font-size: 12px;
        min-height: 155px;
    }

    .coin {
        font-size: 50px;
        margin-top: 5px;
    }

    .logo_team_1 {
        max-width: 22px;
        max-height: 22px;
        left: 16px;
        bottom: 17px;
    }

    .logo_team_2 {
        max-width: 22px;
        max-height: 22px;
        right: 16px;
        bottom: 17px;
    }

    .team1_name {
        bottom: 14px;
        left: 50px;
        font-size: 9px;
        letter-spacing: 0;
    }

    .team2_name {
        bottom: 14px;
        right: 52px;
        font-size: 9px;
        letter-spacing: 0;
    }

    .score_1 {
        bottom: 10px;
        left: 30px;
        font-size: 6px;
    }

    .score_2 {
        bottom: 10px;
        right: 30px;
        font-size: 6px;
    }

    .rg__search {
        width: 270px;
        height: 76px;
    }

    .roda {
        height: 70px;
        width: 70px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .form__inner {
        width: 80px;
    }

    .rg--form input {
        height: 25px;
        width: 100px;
        padding: 10px;
        font-size: 8px;
    }

    .rg__select {
        height: 25px;
    }

    .rg__select select {
        padding: 0 5px;
        font-size: 10px;
        width: 50px;
        font-size: 8px;
    }

    .rg__select::before {
        font-size: 10px;
        padding: 2px;
    }

    .rg__select select option {
        padding: 2px;
        font-size: 8px;
    }

    .rg__search button {
        height: 25px;
        padding: 2px;
        font-size: 12px;
        width: 25px;
    }

    .rg__spinner {
        height: 60px;
        width: 60px;
    }

}

@media(max-width: 280px) {
    .form-check label {
        font-size: 10px !important
    }

    .product_thumb {
        max-width: 100%;
        height: 200px;
    }

    .streaming {
        width: 220px;
        height: 124px;
        max-width: 100%;
    }

    .streaming-div {
        height: 193px;
    }

    .konten-hdn {
        width: 98%;
        margin: auto;
    }

    .koloms-one {
        width: 200px;
        padding: 10px 0;
    }

    .team_hero {
        height: 44px;
        width: 220px;
    }

    .rg-gaming {
        height: 120px;
    }

    .logo_team_1 {
        max-width: 18px;
        max-height: 18px;
        left: 12px;
        bottom: 13px;
    }

    .logo_team_2 {
        max-width: 18px;
        max-height: 18px;
        right: 12px;
        bottom: 13px;
    }

    .team1_name {
        bottom: 9px;
        left: 40px;
        font-size: 8px;
        letter-spacing: 0;
    }

    .team2_name {
        bottom: 9px;
        right: 42px;
        font-size: 8px;
        letter-spacing: 0;
    }

    .score_1 {
        bottom: 9px;
        left: 16px;
        font-size: 5px;
    }

    .score_2 {
        bottom: 9px;
        right: 16px;
        font-size: 5px
    }

    .rg__search {
        width: 220px;
        max-height: 62px;
    }

    .roda {
        height: 56px;
        width: 56px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .form_outer {
        width: 150px;
    }

    .form__inner {
        width: 65px;
    }

    .rg--form input {
        height: 20px;
        width: 85px;
        padding: 10px;
        font-size: 8px;
    }

    .rg__select {
        height: 20px;
    }

    .rg__select select {
        padding: 0 5px;
        width: 40px;
        font-size: 6px;
    }

    .rg__select::before {
        font-size: 10px;
        padding: 2px;
    }

    .rg__select select option {
        padding: 2px;
        font-size: 8px;
    }

    .rg__search button {
        height: 20px;
        padding: 2px;
        font-size: 11px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        transition: none;
    }

    .pcoff {
        display: none !important
    }
}