* {
    box-sizing: border-box;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
}

body {
    background: #0A0A0A url(../assets/bg_3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

p {
    margin: 0;
}

.hide-this {
    display: none;
}

.site-logo img {
    max-width: 250px;
    margin: 15px;
}

@keyframes slide-in {
    0% {
        top: -100%;
    }

    100% {
        top: 50%;
    }
}

.mix {
    display: none;
}

.link-container {
    display: flex;
    justify-content: center;
    font-size: var(--x-large-font);
    padding: 0;
    width: 100%;
    margin: 10px 0;
}

.link-container a {
    width: 50%;
    text-align: center;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.register-button {
    background: linear-gradient(to bottom, #003c9b 0%, #021847 100%);
    color: #fff;
}

.login-button {
    background: linear-gradient(to bottom, #ea2ab8 0%, #63134e 100%);
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: white;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

img {
    vertical-align: middle;
    border-style: none;
}

.title {
    display: flex;
    justify-content: center;
}

.title-text {
    color: white;
    font-size: 2.5rem;
}

.slot {
    display: block;
}

.slot .slot-sidebar {
    padding-left: 0;
    margin-top: 5px;
    background-color: #a30000;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider:hover {
    background-color: #00000085;
}

.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav>li {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom, #870464 0%, #ea2ab8 46%, #870464 100%);
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #280000b8;
    border-radius: 5px;
}

.btn-provider {
    text-align: center;
    display: block;
}

.enter {
    display: none;
}

.btn-provider span {
    position: unset;
}

.active {
    background-color: #070632;
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #37013199;
    box-shadow: 0 0 10px #ea2ab8;
}

.wrapper {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 20%;
    border: none;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, #ff150073 0, #ff110021 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.card-content {
    margin: 10px;
    background: linear-gradient(to top, #a5047a 0, #6b106b 100%);
    border-radius: 5px;
    font-size: 12px;
    border: none;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.card img {
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.yellow {
    background-color: #ffc107;
}

.green {
    background-color: #28a745;
}

.red {
    background-color: #dc3545;
}

.hover-btn {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    transition: all 0.1s ease-in-out;
    z-index: 10;
    border-radius: 12%;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.card {
    transition: 0.3s;
}

.card:hover {
    transform: scale(1.1);
}

.maintenance {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p {
    position: relative;
    top: 40%;
    font-size: 13px;
}

.play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 40% 30px 42% 30px;
    background: linear-gradient(to bottom, #ff0000 0%, #990000 88%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;
    ;
}

.play-btn:hover {
    background: linear-gradient(to top, #ff0000 0%, #990000 88%);
}

.img-zoom {
    transition: all 0.45s ease-in-out;
}

.ygg-img {
    border: 5px solid #2F2F2F;
}

.card:hover .hover-btn {
    opacity: 100%;
}

.short {
    display: none;
}

.next-btn {
    background: linear-gradient(to bottom, #870464 0%, #ea2ab8 46%, #870464 100%);
    width: 15%;
}

.mySlides {
    display: none;
}

.next-btn {
    background-color: #292a2b;
    border: none;
    color: #fff;
}

.site-footer {
    text-align: center;
    padding: 10px;
    color: orange;
}

@media (min-width:1200px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width:992px) {
    .slot-sidebar-nav {
        flex-wrap: nowrap;
    }

    .slot-sidebar {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .content {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }

    .card {
        width: 50%;
    }

    .hover-btn:hover~.img-zoom {
        transform: scale(1);
        position: relative;
    }

    .btn-provider {
        text-align: center;
        display: block;
    }

    .enter {
        display: block;
    }

    .btn-provider span {
        position: unset;
    }

    .btn-provider i {
        margin: 0;
    }

    .slot-sidebar-nav li {
        border-bottom: none;
    }

    .slot-sidebar-nav li a p {
        font-size: 14px;
    }

    .img-zoom {
        height: auto;
    }

    .slot-sidebar-nav li a img {
        height: 35.5px !important;
    }

    p.long {
        display: none;
    }

    p.short {
        display: none;
        font-size: 8px;
    }

    .card-content,
    .pola.jamBg {
        padding: 0;
    }

    .jam span {
        color: #fff;
        font-size: 12px;
        padding-left: 5px;
    }

    *,
    .jam h5 {
        font-size: 11px;
    }

    .maintenance p {
        font-size: 5px;
    }

    .pola.jamBg span {
        padding-left: 0;
    }

    section form label {
        font-size: 12px !important;
    }

    .pola.jamBg span {
        padding-left: 0 !important;
    }
}

.jam {
    margin-bottom: 5px;
    padding: 8px;
    color: #d7d7d7;
    font-weight: bold;
}

.jam span {
    color: #fff;
    background: #700256;
    padding: 5px;
}

.jamgacor {
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.pola.jamBg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
    font-size: 0.9em;
}

.pola.jamBg {
    line-height: 2;
    margin-top: 20px;
    background-color: #870464;
}

.jam h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.alert-info {
    color: #a7bd21;
    background-color: #00000082;
    border-color: transparent;
    text-align: center;
    font-size: 14px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

section form {
    padding: 30px 10px;
    background: linear-gradient(to bottom, #870464 0%, #ea2ab8 46%, #870464 100%);
}

section form label {
    color: #ffc107;
    margin: 0px 8px;
    font-weight: bold;
    font-size: 14px;
}

section form select,
section form input {
    height: 2.5rem;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    border-radius: 1rem;
}

section.form {
    margin-bottom: 20px;
}

#form_order select,
#form_order input {
    width: 100%;
    max-width: 100%;
    color: #ffffff;
}

.search-input {
    margin-bottom: 1em;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#form_order select,
#form_order input {
    border-radius: 10px;
    margin: 5px 0;
    background: #9d0489;
    border: 1px solid #9d0489;
}

@media (max-width:768px) {
    .grid {
        display: block;
    }
}

section.results {
    position: relative;
}

.message {
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
}

.message p {
    color: #fff;
    font-size: 18px;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#show-less {
    display: none;
}

.card {
    display: none;
}

.show-btn-wrapper {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2.5em;
}

.show-btn {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
    margin: 1em .75em;
}

@media (min-width:768px) {
    .show-btn {
        padding: 19px 32px;
    }
}

.show-btn:before,
.show-btn:after {
    border-radius: 80px;
}

.show-btn:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.show-btn:after {
    background-color: initial;
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.show-btn:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.show-btn:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.show-btn:active:not(:disabled) {
    color: #ccc;
}

.show-btn:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.show-btn:active:not(:disabled):after {
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.show-btn:disabled {
    cursor: default;
    opacity: .24;
}

body {
    background: #ffffff;
}

.pola.jamBg p {
    border-style: groove;
    border-color: #e9ecef;
    margin-bottom: 10px;
    padding: 10px;
}

.marquee-wrapper {
    background: linear-gradient(to bottom, #003c9b 0%, #021847 100%);
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.marquee_span {
    margin-right: 10rem;
}

.jam {
    position: absolute;
}

.img-zoom {
    width: 90%;
    margin: 5px 0
}

.card {
    width: 20%;
    padding-bottom: 22%;
    height: 0
}

.percent {
    margin: 5px auto
}

@media (max-width:992px) {
    .card {
        width: 25%;
        padding-bottom: 27%;
    }

    .percent {
        margin: 5px auto 10px;
        height: 20px;
    }

    .percent p {
        transform: translateY(10.5px);
        font-size: 12px;
    }
}

@media (max-width:700px) {
    .card {
        width: 33%;
        padding-bottom: 35%;
    }

    .percent {
        margin: 0px auto 6px;
    }
}

@media (max-width:500px) {
    .card {
        width: 50%;
        padding-bottom: 55%;
    }
}

.content-header h1 {
    text-align: center;
    padding: 23px 5px 16px;
    color: white;
    background: linear-gradient(45deg, #070404, #b80000, #070404, #ff0000, #070404);
    font-size: 25px;
}

.popup-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-header h6 {
    margin: 13px;
    font-size: 15px;
}

.left {
    text-align: left;
}

.col2 {
    width: 50%;
}

.right {
    text-align: right;
}

.popup-label {
    width: 100%;
    float: left;
    background: #330000;
    padding: 10px 15px;
    font-size: 12px;
}

.mrtop10 {
    margin-top: 10px;
}

.popip-button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
}

#popup_buttons a {
    text-align: center;
    background: linear-gradient(1turn, #ea0000, #f40303 43.57%, #970e0e);
    border: 3px solid #555c;
    box-shadow: inset -1px -1px 2px black, inset 1px 1px 1px #000a;
}

#popup-body {
    width: 90%;
    height: auto;
    max-width: 700px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 2% auto;
    background: #990a0a;
    border-radius: 0px;
    color: white;
}

.popup-header {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #CFCFCF 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.popup-header>div {
    text-align: center;
}

.popup-image {
    max-width: 200px;
    padding: 5px;
}

#popup-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    font-weight: 800;
}

.popup-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 39px;
    float: left;
    font-size: 11px;
}

.popup-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    font-weight: 700;
    background: #c7c7c7;
    color: red;
    float: right;
    padding: 8px 0 0;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    z-index: 100;
    margin-left: -9px;
    right: -15px;
}

@media (max-width:512px) {
    .popup-body {
        width: 310px;
        margin: 22% auto;
    }
}

.jamgacor {
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.jam {
    position: absolute;
    width: 100%;
    top: -50px;
}

.play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    padding: 8px;
    display: block;
    margin: 0;
    background: linear-gradient(to bottom, #fff095 0%, #b88416 88%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translate(-50%, -50%);
}

.card:hover .jam {
    top: 10px;
    background: #fff4;
    height: 30%;
}

.jam {
    position: absolute;
    width: 100%;
    top: -50px;
    height: 0;
    transition: top .3s ease, height .5s ease-out;
    height: 0;
}

.card:hover .play-btn {
    top: 57%;
}

.link-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    flex: 0 0 50%;
    align-items: center;
}

.head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.link-container a {
    padding: 20px;
    font-size: 100%;
    margin: 3px;
    border: 3px solid #fff4;
    box-shadow: 3px 2px 6px 0px black;
    color: #ffffff;
    font-weight: bold;
    border-radius: 30px;
    width: 33%;
    background: linear-gradient(1turn, #970000, #ff0000 43.57%, #960000);
}

.adv {
    background-color: #ffffff;
}

.card-content {
    margin: 10px;
    background: linear-gradient(to top, #dd0505 0, #000000, 0, #ff0000);
}

.slot-sidebar-nav>li {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: #ffffff;
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    border-radius: 5px;
    background: linear-gradient(135deg, #050d13, #FF0000 76%);
}

.next-btn {
    background: #ff0000;
    border: none;
    color: #fff;
}

@media (max-width:768px) {
    .head {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }

    .link-container {
        font-size: 16px;
        width: 100%;
        flex: 0 0 100%;
    }

    .site-logo img {
        max-width: 200px;
        margin: 10px 0 -10px;
    }

    .link-container a {
        padding: 10px;
        font-size: 90%;
    }

    .content-header h1 {
        font-size: 20px;
    }
}

section.form {
    margin: 20px 10px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-right: 20px;
    flex: 0 0 250px;
}

section.form>div {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    height: 40px;
}

section.form>div>* {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    background: #000000;
    border: 1px solid #221f1f;
    color: #b3b1a8;
}

.search-input input {
    width: 100%;
}

aside {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.slot {
    flex: 0 0 calc(100% - 300px);
}

section.form>div>label {
    max-width: 20px;
    color: white;
    padding: 8px 30px 5px 10px;
    margin: 0 6px 0 3px;
    border-radius: 50%;
    border: 1px solid white;
    background: linear-gradient(159deg, #ff0000, #070404);
    box-shadow: 4px 1px 5px black;
    cursor: pointer
}

.btn-provider img {
    filter: grayscale(0.5);
}

.btn-provider.selected,
.btn-provider:hover {
    border: 1px solid #ffc107;
    background: linear-gradient(135deg, #050d13, #FF0000 76%);
}

.btn-provider.selected img,
.btn-provider:hover img {
    filter: brightness(1.1) drop-shadow(1px 1px 1px #bbb);
}

input#search {
    color: #ffdc73;
}

@media (max-width:992px) {
    p.short {
        display: block;
        font-size: 8px;
    }

    .play-btn {
        padding: 5px 15px;
        font-size: 14px;
    }

    .percent {
        height: 20px;
    }

    .percent p {
        transform: translateY(10px);
    }
}

@media(max-width:768px) {
    aside {
        flex-direction: column-reverse;
        align-items: center;
    }

    section.form {
        margin: 20px 10px;
        max-width: unset;
        flex-direction: row;
        flex: unset;
        width: 100%;
    }

    section.form>div {
        padding: 0 5px;
    }

    .slot {
        width: 100%
    }

    section.form>div>* {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    section.form {
        margin: 20px 0 10px;
        flex-direction: column;
        padding-right: 20px;
    }

    section.form>div {
        margin: 10px;
    }
}

@media(max-width:600px) {
    .content-header h1 {
        font-size: 15px;
    }

    #popup-main {
        flex-direction: column;
        padding: 0;
    }

    #popup-body {
        width: 80%;
    }

    .jam h5 {
        font-size: 10px;
    }

    .mrtop10 {
        margin-top: 3px;
    }
}

@media(max-width:400px) {
    .content-header h1 {
        font-size: 12px;
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
}

.tips-carousel-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 6px;
    width: 100%;
    justify-content: space-evenly;
}

.tips-carousel-wrapper img {
    max-width: 80px;
    padding: 5px 10px 0 0;
}

.tips-carousel-wrapper strong {
    font-size: 16px;
    margin: auto;
    padding-right: 95px;
}

.tips-carousel-wrapper p {
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.tips-carousel-wrapper>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 100px);
}

#tipsCarousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

#tipsCarousel .next-btn {
    width: 25px;
    height: 50px;
}

.tips-carousel-slider {
    width: calc(100% - 40px);
    margin: auto;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px 0 10px;
    border-radius: 20px;
    background: linear-gradient(45deg, #56554c94, #452c2c6e);
    box-shadow: 0px 3px 1px 0px rgb(255, 255, 255), 0pxrgb(255, 255, 255)x 1px 0px rgb(255, 255, 255), inset 2px 2px 1px 0px black, inset -3px -2px 1px 0px black;
}

@media (max-width:500px) {

    *,
    .jam h5 {
        font-size: 10px;
    }

    .tips-carousel-wrapper strong {
        font-size: 10px;
    }

    .tips-carousel-wrapper {
        max-height: 70px;
    }

    .tips-carousel-wrapper p {
        font-size: 10px;
        padding: 0;
    }

    div#popup-header-head h2 {
        font-size: 14px;
    }

    .popup-close {
        font-size: 20px;
        padding: 0 10px;
    }

    .tips-carousel-wrapper img {
        max-width: 70px;
        padding: 0;
    }
}

#tipsCarousel .next-btn {
    animation: j 4s infinite alternate;
}

#tipsCarousel .next-btn:nth-child(1) {
    animation-delay: 2s;
}

.mrtop10 {
    margin-left: 10px;
}

@keyframes j {
    0% {
        color: rgb(255, 0, 0)
    }

    25% {
        background: linear-gradient(90deg, #ea000055, #f4030355 43.57%, #970e0e55);
    }

    50% {
        background: linear-gradient(135deg, #D3D3D3, #CFCFCF 43.57%, #E0E0E0);
    }
}