body, html {
    scroll-behavior: smooth;
}
.video-list .vjs-big-play-button{
    background-color: transparent !important;
    width: 100%;
    height: 7rem !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/play.svg');
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 50% calc(50% - 10px);
    border: none !important;
    box-shadow: none !important;
   
}
.video-list .vjs-big-play-button span{
    display: none;
}

.video-list .vjs-big-play-button:before{
    content: "" !important;
    display: none !important;
}
/* .video-list .vjs-big-play-button:hover{
    background-color: transparent;
    opacity: .7;
} */

/* new custom css */
.color-green{
    color: #207868;
}
.product-detail{
    border-bottom: 1px solid #85858549;
    margin-bottom: 20px;
}
.more-product{
    font-weight: 400;
    font-size: 14px;
    color: #858585;
}
/* .content-notif{

} */
.notif-item{
    -webkit-box-shadow: 0px 4px 9px #eee;
    -moz-box-shadow: 0px 4px 9px #eee;
    box-shadow: 0px 4px 9px #eee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    border: 1px solid transparent;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.notif-icon{
    width: 25px;
}
.notif-detail{
    width: calc(100% - 25px);
    margin-left: 10px;
}
.notif-read .notif-title{
    color: #929292;
}
.notif-read .notif-desc{
    color: #929292;
}
.notif-title{
    font-size: 17px;
    font-weight: 500;
    color: #207868;
    line-height: 24px;
    margin-bottom: 2px;
}
.notif-desc{
    font-size:14px;
    line-height: 18px;
    color: #333;
}
.notif-date{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2px;
    font-size: 12px;
    color: #929292;;
}
.notif-date span{
    margin-left: 3px;
}
.notif-date img{
    width: 12px;
}

/* tooltip */
.box-tooltip{
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    left: 0px;
    top: 16px;
    padding: 10px;
    border-radius: 3px;
    width: 200px;
    font-size: 15px;
    font-weight: 300;
    color: #626262;
    line-height: 20px;
    z-index: 9;
}
.tooltip-info{
    margin-left: 3px;
    position: relative;
}
.tooltip-info img{
    width: 12px;
    margin-top: -12px;
}
.tooltip-info:hover  .box-tooltip{
    display: block;
}
/* .box-tooltip::before{
    position: relative;
    left: 0px;
    top: 0px;
    background-color: #207868;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
} */

.img-account{
    display: grid;
    justify-items: center;
}
.box-banner{
    background-size: 100% auto;
}
.no-border-focus:focus{
    border: none !important;
}
.input-group-login .text-input{
    border-left: none !important;
}

.box-list-last-trans .list-trans .name-list{
    padding-right: 5px;
}
.signatureArea{
    display: flex;
    justify-content: center;
    border: unset !important;
}
#signaturePadMitra{
    border: 1px solid #a5a5a5;
}
.card-accordion-faq .card-header h5{
    text-align: left;
}
.box-chat .chat-item{
    display: grid !important;
}
.box-chat .chat-item .chat.user{
    margin-left: auto;
    float: unset !important;
}
.header-chat{
    position: fixed;
    z-index: 9;
    background: #FFFF;
    width: 100%;
}
.section-chat{
    padding-top: 73px;
}
.media-chat > i{
    font-size: 30px;
    margin-right: 10px;
}
.chat-image{
    width: 100%;
    margin-bottom: 10px;
}
.chat-image img{
    width: 100%;
    border-radius: 5px;
    cursor: zoom-in;
}
.box-chat .chat-item .chat .message{
    margin-bottom: 5px;
}
.box-chat .chat-item .chat{
    min-width: 200px;
    width: max-content !important;
    max-width: 300px;
}
.mc-image{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
    transition: all 500ms ease-out;
}
.mc-content{
    position: relative;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding: 15px;
    width: 80%;
    display: flex;
    justify-content: center;
    transition: all 500ms ease-out;
}
.mc-content img{
    max-width: 100%;
    min-width: 150px;
    max-height: 80vh;
}
.mc-close{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    background-color: #858585;
    border-radius: 3px;
    color: #FFFFFF;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.chat .name{
    margin-bottom: 3px;
}
.chat-file{
    display: flex;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
}
.chat-file-name{
    font-size: 17px;
    color: #333;
    font-weight: 300;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.chat-file-name img{
    width: 20px;
    margin-right: 15px;
}
.chat-file-link{
    color: #207868;
    font-weight: 500;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f0fffc;
}
.chat-file-link:hover i{
    color: #555555;
}
.box-chat .chat-item .chat .time-chat{
    font-size: 11px !important;
}
.box-chat .box-encryption{
    margin-top: 20px;
}
/* loading */
.loading-land{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}
.loading-land img{
    width: 50px;
}
.img-account img, .media-profile-sidebar img{
    object-fit: cover !important;
}
.detail-order{
    display: block !important;
}
#cart-count, #notif-count{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px !important;
    height: 17px !important;
}


/* penyesuaian ke indo  */
.title-section-detail-order{
    padding: 24px 0px 20px !important;
}
.desc-pemesan a{
    color: #535353 !important;
}
.table-dashboard tbody tr td{
    padding: 20px 10px !important;
    border-bottom: 1px solid #CDCDCD !important;
}
.table-dashboard tbody tr td:nth-child(3){
    font-size: 16px !important;
}
.table-dashboard thead tr th{
    vertical-align: top;
}
.table-dashboard thead tr th:nth-child(3){
    font-size: 14px !important;
}
.table-dashboard.table-dash-balance tbody tr td{
    text-align: left;
}
.table-dashboard.table-dash-balance tbody tr td .date{
    font-size: 12px !important;
    color: #828282 !important;
}
.table-dashboard.table-dash-balance tbody tr td b, .table-dashboard.table-dash-balance tbody tr td .nominal{
    color: #434343 !important;
}
.notif-item{
    cursor: pointer;
}
.saldo-tidak-cukup{
    border-bottom: 1px solid #CDCDCD !important;
}
.close{
    opacity: 1 !important;
}
.qty-detail{
    color: #535353 !important;
    font-size: 300;
    /* padding-top: 10px; */
}
.color-787878{
    color: #787878 !important;
}
.card-order-history .card-header .title-header .no-trans a{
    font-weight: 400;
}
.card-order-history .card-header .title-header .date-trans{
    font-weight: 300;
}
.tbl-order-detail tr td:last-child{
    font-weight: 400 !important;
}
.product-detail:first-child{
    padding-top: 0px;
    border-top: unset;
}
.product-detail{
    border-bottom: 0px !important;
    border-top: 1px solid #85858549;
    margin-bottom: 0 !important;
    padding-top: 20px;
}
.title-last-trans{
    line-height: 22px !important;
}
.see-more-trans{
    font-size: 14px !important;
}
.box-list-last-trans .list-trans .name-list p{
    font-size: 16px !important;
}
.media-product .box-img-product{
    padding: 0px !important;
    position: relative;
}
/* .media-product .box-img-product.box-img-product-shipping img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}
*/
.box-img-product-shipping .product-discount-img{
    top: 5px !important;
    right: 5px !important;
}
.media-product .box-img-product.box-img-order-detail{
    width: auto !important;
}
.media-product .box-img-product.box-img-order-detail img{
    height: auto !important;
}
.media-product .box-img-product img{
    border-radius: 10px;
    /* height: auto !important; */
} 
.list-product .media-product .box-img-product img{
    height: auto !important;
}
.step-topup ol{
    padding-left: 22px !important;
}
/* .img-logo-splash img{

} */
.bg-img-splash{
    background-color: #D7E6E4 !important;
}
.comp-bg{
    position: absolute;
}
.comp-bg-left{
    left: 0px;
    bottom: 0px;
}
.comp-bg-right{
    right: 0px;
    top: 0px;
}
.lets-start a{
    color: #0F6555 !important;
}
.lets-start{
    bottom: 15% !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.img-logo-splash{
    margin-top: -20%;
}
.my-account .nama{
    color: #257768 !important;
}
.my-account .email{
    color: #434343 !important;
}
.media-product .media-body h5{
    line-height: 25px !important;
    overflow-wrap: break-word;
}
.price-wrap-all{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 2px;
}
.pagination li.page a.active, .pagination li.page a:hover{
    line-height: 22px;
}
.pita-logo img{
    width: 100% !important;
    height: 55px !important;
}
.discount-daftar-prod{
    text-decoration: line-through;
    font-size: 16px;
    line-height: 19px;
    color: #A5A5A5;
}
.product-discount-img{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #207868;
    top: 12px;
    right: 10px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.media-product.media-product-shipping{
    position: relative;
}
.persent-daftar-prod{
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    z-index: 1;
    height: 30px;
    display: flex;
    padding-top: 0px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.persent-daftar-prod::after{
    position: absolute;
    content: "";
    width: 50px;
    z-index: -1;
    top: 0px;
    left: 0px;
    height: 40px;
    background-image: url('../img/icon-pita.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
/* .media-product .media-body h5{
    width: calc(100% - 60px) !important;
} */
.copy-va{
    padding: 3px 7px;
    border: 1px solid #2078683b;
    outline: none;
    border-radius: 3px;
    background-color: #ebebeb3d;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #207868;
    font-size: 12px;
    line-height: 12px;
    padding-left: 5px;
    cursor: pointer;
}
.copy-va:hover{
    border:  1px solid #207868;
}
.copy-va img{
    height: 18px;
}
.btn-order-wrap{
    padding: 15px 0px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-order-cancel{
    border-radius: 10px;
    outline: none;
    padding: 1rem 1rem;
    color: rgb(191, 0, 0);
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    min-width: 210px;
    background-color: #fae6d794;
    /* background-color: rgb(191, 0, 0); */
    border: 1px solid rgb(191 0 0 / 47%)
}
.btn-order-cancel:hover{
    color: rgb(191, 0, 0);
    border: 1px solid rgb(191, 0,0);
    background: #FFF;
}
.box-checkout {
    z-index: 5;
}
/* password eye show hide */
.password-toggle{
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-position: center;
    transition: background 0.8s;
}
.password-toggle:active{
    background-color: #c5c5c5;
    background-size: 100%;
    transition: background 0s;
}
.password-toggle i{
    font-size: 18px;
    line-height: 17px;
    color: #495057;
}
.password-toggle .pass-eye-on{
    display: none;
}
.password-toggle-show .pass-eye-on{
    display: block !important;
}
.password-toggle-show .pass-eye-off{
    display: none !important;
}
/* end password eye show hide */
/* checkout */
.c-pickup{
    padding: 10px 0px 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
}
.c-pickup .c-pickup-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #207868;
    margin-bottom: 12px;
}
.c-pickup .c-pickup-box{
    padding: 13px 19px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
}
.c-pickup-left{
    width: calc(100% - 30px);
}
.c-pickup .c-pickup-box .c-pickup-left h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 7px;
}
.c-pickup .c-pickup-box .c-pickup-left p{
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #858585;
}
.c-pickup .c-pickup-box .c-pickup-right{
    color: #207868;
    font-size: 24px;
    font-weight: 600;
}
.c-pickup-box-null{
    padding: 6px 19px 7px !important;
    background-color: #0F6555 !important;
}
.c-pickup-box-null h3{
    margin-bottom: 0px !important;
    color: #FFF !important;
}
.c-pickup-box-null .c-pickup-right{
    color: #FFF !important;
}
.c-tax .title-item{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
}
.c-tax .title-item .row:first-child{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}
.c-tax .title-item .row:last-child{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}
@keyframes fadeIn {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes fadeOut {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(200%);
    }
}
.c-pickup-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    animation: fadeIn 0.3s;
}
.c-pickup-modal-out{
    animation: fadeOut 1s !important;
    animation-play-state: running;
}
.c-pickup-modal-block{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    transition: all 300ms ease-in-out;
}
.c-pickup-modal-wrap{
    position: absolute;
    width: 100%;
    max-width: 500px;
    left: 50%;
    padding: 0px 15px;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: #FFF;
}
.c-pickup-mw-head{
    padding: 16px 0px 16px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-pickup-mw-head h3{
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 0px;
}
.c-pickup-mw-close{
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    position: relative;
}
.c-pickup-mw-close::after{
    height: 16px;
    content: "";
    width: 2px;
    border-radius: 1px;
    background-color: #A5A5A5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.c-pickup-mw-close::before{
    height: 16px;
    content: "";
    width: 2px;
    border-radius: 1px;
    background-color: #A5A5A5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.c-pickup-mw-list{
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: unset;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.c-pickup-mw-null{
    text-align: center;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #858585;
}
.c-pickup-mw-list::-webkit-scrollbar {
    width: 5px; 
    border-radius: 10px;
    background: transparent;
}
.c-pickup-mw-list::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 2px;
}
.c-pickup-mw-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px #EEEEEE;
    border-radius: 10px;
    padding: 21px 15px 29px 50px;
    position: relative;
    margin-bottom: 20px;
}
.c-pickup-mw-item:last-child{
    margin-bottom: 0px;
}
.c-pickup-mw-check{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #C4C4C4;
    position: absolute;
    top: 21px;
    left: 14px;
}
.c-pickup-mw-active .c-pickup-mw-check{
    border-color: #207868;
    background-color: #207868;
}
.c-pickup-mw-active .c-pickup-mw-check::after{
    content: "";
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    position: absolute;
    left: 4px;
    top: 6px;
    transform: rotate(-45deg);
}
.c-pickup-mw-item h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 12px;
}
.c-pickup-mw-item p{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #535353;
    margin: 0px;
}
/* end checkout */
/* order detail */
.orde-pickup-con .title-section-detail-order{
    padding:18px 0px 17px !important
}
.orde-pickup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.orde-pickup .orde-pickup-left{
    width: calc(100% - 70px);
}
.orde-pickup .orde-pickup-left h4{
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #207868;
}
.orde-pickup .orde-pickup-left p{
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #535353;
    margin-bottom: 3px;
}
.orde-pickup .orde-pickup-right{
    width: 45px;
    height: 45px;
}
.orde-pickup .orde-pickup-right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* end order detail */
@media (max-width:450px) {
    .list-trans{
        display: block !important;
    }
}

@media (max-width:365px){
    .sidebar{
        width: 280px !important;
    }
    .table-dashboard thead tr th{
        padding: 6px !important;
        font-size: 12px !important;
    }
    .table-dashboard thead tr th:nth-child(3){
        font-size: 12px !important;
    }

}
.icns{
    width: 30px;
    height: 30px;
    padding:7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icgreen .icns{
    color: #1e915e;
    background-color: rgba(30,145,94,0.2);
}
.icred .icns{
    color: #ff0000;
    background-color: rgba(255,0,0,0.2);
}
.iclightblue .icns{
    color: #449ed9;
    background-color: rgba(68,158,217,0.3);
}
.icorange .icns{
    color: #ff7f00;
    background-color: rgba(255,127,0,0.2);
}
.icblue .icns{
    color: #0000ff;
    background-color: rgba(0,0,255,0.2);
}
.icbrown .icns{
    color: #a52a2a;
    background-color: rgba(165,42,42,0.2);
}




.icgreen .value-dana{
    color: #1e915e !important;
}
.icred .value-dana{
    color: #ff0000 !important;
}
.iclightblue .value-dana{
    color: #449ed9 !important;
}
.icorange .value-dana{
    color: #ff7f00 !important;
}
.icblue .value-dana{
    color: #0000ff !important;
}
.icbrown .value-dana{
    color: #a52a2a !important;
}
.label-dana{
    margin-block: 4px;
}