@keyframes slide-in {
    0% {
        top: -100%
    }

    100% {
        top: 50%
    }
}

.link-container {
    display: flex;
    justify-content: center;
    font-size: var(--x-large-font);
    padding: 0;
    width: 100%
}

.link-container a {
    width: 50%;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}


.register-button {
    background-image: linear-gradient(rgb(104,2,2),rgb(203,0,0));
    background-color: initial
}

.login-button {
    background-image: linear-gradient(rgb(0,12,153),rgb(7,71,102));
    background-color: initial
}

* {
    font-family: sans-serif;
    box-sizing: border-box
}

p {
    margin: 0
}

body {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: -12px
}

a:hover {
    text-decoration: none;
    color: #fff
}

.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: #fff;
    font-size: 2.5rem
}

.slot {
    display: block
}

.slot .slot-sidebar {
    padding-right: 10px;
    padding-left: 0;
    margin-top: -15px;
    background-color: #000;
    float: none!important;
    width: 100%!important;
    flex: none!important;
    max-width: 100%!important;
    padding-right: 0!important
}

.btn-provider:hover {
    background-color: #644c1c
}

.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 {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom,#00ffff 0%,#00ffff 46%,#00ffff 100%)
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #000
}

.btn-provider {
    text-align: center;
    display: block
}

.enter {
    display: none
}

.btn-provider span {
    position: unset
}

.active {
    background-color: #0092b1
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #000000a8;
    border: 5px solid #0ff
}

.wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.card {
    float: left;
    width: 25%;
    background: 0 0;
    border: none;
    text-align: center;
    position: relative
}

.card-content {
    margin: 7px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background: #2b3e55;
    border-radius: 5px
}

.percent {
    height: 10px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #202e40;
    border-radius: .25rem;
    position: relative;
    z-index: 1;
    margin: 10px
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: left;
    margin-left: 2em;
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    transform: translateY(5px);
    color: #000
}

.percent-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.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
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.yellow {
    background-color: #ffc107
}

.green {
    background-color: #28a745
}

.red {
    background-color: #dc3545
}

.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.65);
    transition: all .45s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 130px;
}

.play-btn {
    font-size: 14px;
    text-decoration: none;
    color: #f2ffd3;
    text-align: center;
    align-items: center;
    width: 98px;
    margin: 25% auto;
    padding: 8px;
    background-image: linear-gradient(to bottom,#4fab48 0%,#a8d500 100%);
    border-radius: 5px;
    font-weight: 600;
}

.img-zoom {
    transition: all .45s ease-in-out;
    height: 130px;
    border-radius: 5px;
    margin-bottom: 5px
}

.hover-btn:hover {
    opacity: 100%
}

.hover-btn:hover~.img-zoom {
    transform: scale(1.2);
    position: relative
}

.next-btn {
    display: none;
    width: 30%
}

.mySlides {
    display: none
}

.next-btn {
    background-color: #292a2b;
    border: none;
    color: #fff
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1024px
    }
}

@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%!important
    }

    .hover-btn:hover {
        opacity: 0
    }

    .hover-btn:hover~.img-zoom {
        transform: scale(1);
        position: relative
    }

    .btn-provider {
        text-align: center;
        display: block
    }

    .slot-sidebar-nav>li>a {
        height: 70px
    }

    .enter {
        display: block
    }

    .btn-provider span {
        position: unset
    }

    .btn-provider i {
        margin: 0
    }

    .slot-sidebar-nav li {
        border-left: .2px solid #656565;
        border-right: .2px solid #656565;
        border-bottom: none
    }

    .next-btn {
        display: block
    }

    .res-bar {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .masuk {
        display:inline-block;
        outline: none;
        padding: 10px 12px!important;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-size: 1em!important;
        margin: 0 5px
    }

    .daftar {
        display: inline-block;
        outline: none;
        padding: 10px 12px!important;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-size: 1em!important;
        margin: 0 5px
    }

    .logortp {
        margin-top: 5px!important;
        width: 100px;
        max-width: 100%;
    }

    .provider-layout p {
        font-size: .4em!important;
        margin-bottom: 3px!important
    }

    .slot-provider {
        padding: 0 7px;
        margin: 5px auto 15px!important
    }

    .head-colum2 {
        margin-top: 22px!important
    }

    hr {
        width: 40px!important;
        height: 3px!important;
        margin-top: 10px!important;
        margin-left: 5px!important;
        border-radius: 10px!important
    }

    .img-zoom {
        height: 130px
    }

    .cari {
        padding: 0 7px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .search-icon {
        left: 15px!important
    }

    .promotions::before {
        content: "";
        background-size: 60px!important;
        width: 60px!important;
        height: 19px!important;
        left: 0!important;
        top: 5px!important
    }

    .prov-promotions::before {
        content: "";
        background-size: 40px!important;
        width: 40px!important;
        height: 12px!important;
        margin-left: -7%!important;
        top: 10px!important
    }

    .provider-pilihan {
        padding: 0 7px
    }

    .provider-colum {
        border-bottom: 3px solid #090c30!important;
        padding: 0 0 1px!important
    }


    .provider-canvas {
        padding: 5px 0!important
    }

    .provider-canvas p {
        font-size: .4em!important
    }

    .m-hide {
        font-size: .8em!important
    }
}

.popup-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.popup-body {
    width: 347px;
    height: 600px;
    margin: 1% auto;
    background: #fff;
    border-radius: 0;
    color: #000
}

@media(max-width: 512px) {
    .popup-body {
        width:310px;
        margin: 10% auto
    }
}

.popup-img {
    width: 450px;
    height: 555px;
    margin: 8% auto
}

.popup-img-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-left: -7px;
    margin-top: -20px
}

@media(min-width: 993px) {
    .popup-img-close {
        margin-left:42px;
        margin-top: -12px
    }
}

.popup-header {
    height: 48px;
    width: 100%;
    background: #2b3e55;
    float: left;
    color: #fff
}

.popup-header h6 {
    margin: 13px
}

.popup-content {
    width: 100%;
    height: auto;
    padding: 15px 39px;
    float: left;
    font-size: 12px
}

.col2 {
    width: 50%
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.mrtop10 {
    margin-top: 10px
}

.hr {
    width: 100%;
    height: 2px;
    background: #5e5e5e;
    float: left
}

.popup-label {
    width: 100%;
    float: left;
    background: #d3dde0;
    padding: 10px 15px;
    font-size: 12px;
    color: #a18800
}

.popup-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px
}

.bg-blue-button {
    background: #2b3e55
}

.bg-black-button {
    background: #2b3e55
}

.popip-button:hover {
    filter: brightness(1.3)
}

.popip-button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px
}

.slideshow-images-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 6px
}

.slideshow-images {
    display: none
}

.prev-slideshow-images,.next-slideshow-images {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -14px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next-slideshow-images {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev-slideshow-images:hover,.next-slideshow-images:hover {
    background-color: rgba(0,0,0,.8)
}

.text-slideshow-images {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext-slideshow-images {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute
}

.dot-slideshow-images {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active-slideshow-images,.dot-slideshow-images:hover {
    background-color: #717171
}

.fade-slideshow-images {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media(min-width: 993px) {
    .numbertext-slideshow-images {
        top:0
    }
}

@media(max-width: 425px) {
    .popup-img {
        max-width:93%;
        margin: 25% auto
    }
}

.header {
    width: 100%;
    height: 64px;
    margin-bottom: 6px;
    background: linear-gradient(#12283b,#06090f);
    position: fixed;
    z-index: 300
}

.images-logo {
    padding: 2px;
    width: 230px;
    height: 60px;
    float: left
}

.header .title {
    float: right;
    width: auto;
    height: auto;
    margin: 15px;
    border-radius: 42px
}

.blue {
    background: #f7c200
}

.header-buttom {
    color: #fff;
    padding: 5px;
    height: 42px
}

.header-button-text {
    font-size: 14px;
    margin: 7px;
    float: left
}

@media(max-width: 992px) {
    .header .title {
        display:none
    }

    .col {
        flex-basis: auto
    }

    .header-button-text {
        font-size: 12px;
        margin: 9px
    }
}

.menu-bottom {
    display: none;
    height: 63px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    background: #000;
    border-top: 2px solid #707070
}

.sub-menu-bottom {
    width: 25vw;
    height: 100%;
    float: left
}

.sub-menu-bottom:hover {
    background: #525252
}

.icon-menu {
    width: 4vw;
    height: auto;
    margin: 8px
}

.text-menu {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #fff
}

@media(max-width: 992px) {
    .menu-bottom {
        display:block
    }
}

@media(min-width: 768px) {
    .menu-bottom {
        height:82px
    }
}

table.Toto togel td,table.Toto togel th {
    border: 3px solid #fff;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif
}

table.Toto togel tbody td {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif
}

table.Toto togel thead {
    background: #0ff;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif
}

table.Toto togel thead th {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif
}

.marquee-text p {
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

.head-colum1 {
    float: left;
    width: 50%;
    padding: 10px 5px;
    text-align: left
}

.head-colum2 {
    float: left;
    width: 50%;
    padding: 10px 5px;
    text-align: right;
    margin-top: 17px
}

.tophead:after {
    content: "";
    display: table;
    clear: both
}

.logortp {
    display: block;
    width: 260px;
    max-width: 100%
}

.masuk {
    display: inline-block;
    background: #2b3e55;
    outline: none;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer
}

.masuk:hover {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    transition: all .45s ease-in-out
}

.daftar {
    display: inline-block;
    background: #2b3e55;
    outline: none;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer
}

.daftar:hover {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    transition: all .45s ease-in-out
}

.news {
    background-color: #2b3e55;
    flex-wrap: nowrap!important;
    margin-bottom: 5px;
}

.news img {
    width: 50px;
    padding: 3px 0 3px 0;
}

.navbar .container {
    background: #051d3a00;
}

.slot-provider {
    width: 100%;
    display: flex;
    margin: 5px auto 20px;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: space-between
}

.slot-provider>*:first-child {
    margin-left: 0
}

.slot-provider>*:last-child {
    margin-right: 0
}

.provider-layout {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background: #282828;
    margin: 0 5px;
    border-radius: 5px
}

.provider-layout:hover {
    background: #30466d
}

.provider-layout img {
    display: block;
    width: 100%
}

.provider-layout p {
    display: block;
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px
}

hr {
    position: absolute;
    width: 70px;
    height: 3px;
    margin-top: 13px;
    margin-left: 33px;
    background: #30466d;
    border: 1px solid #30466d;
    border-radius: 10px
}

.promotions::before {
    content: "";
    background: url(../promo.png)no-repeat;
    background-size: 80px;
    width: 80px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 10px
}

.prov-promotions::before {
    content: "";
    background-size: 80px;
    width: 80px;
    height: 25px;
    position: absolute;
    margin-left: -7.5%;
    top: 20px
}

.provider-colum {
    padding: 0 0 2px;
    margin: 0;
    text-align: center;
    border-bottom: 4px solid #090c30;
}

.provider-colum:hover {
    border-bottom: 4px solid #ff0000;
    transition: all .45s ease-in-out
}

.provider-colum.active {
    border-bottom: 4px solid #ffd700;
    background: 0 0
}

.provider-pilihan:after {
    content: "";
    display: table;
    clear: both
}

.provider-canvas {
    background: #2b3e55;
    border-radius: 5px;
    padding: 0px 0 12px;
    border-top: 1px solid #ffd700;
    border-bottom: 1px solid #ffd700;
    border-left: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin: 10px 3px 5px 3px;
}

.provider-canvas img {
    display: block;
    width: 50%
}

.provider-canvas p {
    margin-bottom: 0;
    font-size: 1em
}

footer {
    text-align: center;
    color: #fff;
    width: 100%
}

.cari {
    margin-bottom: 5px
}

.m-hide {
    font-size: .8em
}

.footertext {
    background: #000000;
    margin-bottom: 2em;
    padding: 2em;
    width: 100%;
    border-radius: 5px;
    border-top: 3px solid #171717;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif
}

.footertext h1 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: .5em
}

.footertext h2 {
    font-size: 1.7em;
    margin: .5em 0
}

.footertext h3 {
    font-size: 1.5em;
    margin: .5em 0
}

.footertext h4 {
    font-size: 1.4em;
    margin: .5em 0
}

.footertext p {
    font-size: 1em;
    text-align: justify
}

.footertext ul {
    margin-inline-start:1.5em;margin-block-end:1em}

.footertext ol {
    margin-inline-start:1.5em;margin-block-end:1em}

.carousel {
    position: relative
}

.slide {
    width: 100%;
    border-radius: 4px
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.w-100 {
    width: 100%!important
}

.d-block {
    display: block!important
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.livechat {
    width: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999
}

.livechat:hover {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5)
}

.livechat img {
    display: block;
    width: 100%;
    filter: drop-shadow(4px 6px 8px black)
}

input[type=text],input[type=number],textarea {
    font-size: 16px
}

.provider-pilihan {
    display: inline-grid;
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 4px;
}
