body {
    height:100%;
    margin: 0px;
    padding: 0px;
}

.row{
    content: "";
    display: block;
    clear: both;
}

.row .col-desk-1 {
    float: left;
    width: 8.33%;
}
.row .col-desk-2 {
    float: left;
    width: 16.66%;
}
.row .col-desk-3 {
    float: left;
    width: 25%;
}
.row .col-desk-4 {
    float: left;
    width: 33.33%;
}
.row .col-desk-5 {
    float: left;
    width: 41.66%;
}
.row .col-desk-6 {
    float: left;
    width: 50%;
}
.row .col-desk-7 {
    float: left;
    width: 58.33%;
}
.row .col-desk-8 {
    float: left;
    width: 66.66%;
}
.row .col-desk-9 {
    float: left;
    width: 75%;
}
.row .col-desk-10 {
    float: left;
    width: 83.33%;
}
.row .col-desk-11 {
    float: left;
    width: 91.66%;
}
.row .col-desk-12 {
    float: left;
    width: 100%;
}

a{
    text-decoration: none;
    color: rgba(255,255,255,1);
}
.img {
  width:50px;
  height:50px;
}

.header{
    height: 85px;
    overflow: hidden;

}
.header .to-right{
    float: right;
    margin: 10px;
}
.header .to-left{
    float: left;
    margin: 20px;
}
.container{
    height: 100%;
    width: 100%;
    position: absolute;
}
.navigation{
    background-color: #0dbbec;
    font-family: 'Segoe UI';
    color: rgba(255,255,255,1);
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
}
.navigation a{
    float: left;
    padding: 25px 25px;
}
.navigation a:hover{
    background-color: rgba(255,255,255,1);
    color: #0dbbec;
}


.label-title{
    font-size: 33.9149px;
    font-family: 'Futura Md BT';
    /* color: rgba(134,134,134,1); */
    color: #FFF;
}
.label-navigation{
    font-family: 'Segoe UI';
    float: left;
}
.body-container{
    font-family:"Segoe UI";
    font-size:26px;font-style:normal;
    font-weight:400;
    color: rgba(112,112,112,1);
    margin-top: 85px !important;
    /* text-align: center; */
}
.box-banner{
    border: none;
}
.text-content{
    padding-left: 40px;
    padding-right: 40px;
}
.box-home-st24{
    padding: 20px;
}
.tri-point{
    height: 150px;
    margin: 200px;
}
.tri-point .tp-box{
    width: calc(100% / 3.3);
    float:left;
    /* background-color: aliceblue; */
    margin : 20px;
}
.tp-box .text-title{
    color:rgb(0, 175, 233);
    display:inline;
    font-family:"Segoe UI";
    font-size:16px;
    font-style:normal;
    font-weight:700;
}
.tp-box .text-description{
    color:rgb(0, 0, 0);
    display:inline;
    font-family:"Segoe UI";
    font-size:16px;
    font-style:normal;
    font-weight:400;
}

@media screen and (max-width: 1052px) {
    .tri-point .tp-box{
        margin-top : 30px;
        width: calc(100%);
        float:left;
    }
}

/* start web report login */
.box-login{
    opacity: 1;
    padding: 100px;
    background-color: rgba(248,248,248,1);
    width: 20%;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 150px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    text-align: center;
}
.box-login .text-title{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: rgba(134,134,134,1);
    margin-bottom: 20px;
}
.box-login .to-right{
    float: right;
}

.icon_akun{
  cursor:pointer;
}
.textarea1{
  font-family: 'Segoe UI';
  padding: 4px 10px;
  margin: 10 auto;
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #ccc;
  outline: none;
  width : 45%;
  overflow:auto;
  height : 60px;
  vertical-align: top;
}

.input{
    font-family: 'Segoe UI';
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #03030345;
    outline: none;
}

.input-location{
    font-family: 'Segoe UI';
    width:270px;
    font-size:11px;
}

input[type=submit]:hover{
    background-color: #0039aede;
}

input[type=submit]:active{
    background-color: #003aaecc;
}

.input:focus {
    background-color: rgb(228, 228, 228);
    outline: none;
}

.button{
    background-color:rgba(255,255,255,1);
    color:  #0dbbec;
    font-family: 'Segoe UI';
    font-size: 13;
    padding: 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid  rgba(255,255,255,1);
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.button-topup{
    background-color:rgba(255,255,255,1);
    color:  #0dbbec;
    font-family: 'Segoe UI';
    font-size: 13;
    padding: 8px;
    margin: 8px 0;
    display: inline-block;
    right: 100px;
    border: 1px solid  rgba(255,255,255,1);
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
    position: absolute;
}

.button-primary{
    text-align: center;
    background-color:#0dbbec;
    color:  rgba(255,255,255,1);
    white-space: nowrap;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    width: 160px;
    padding: 8px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid  #0dbbec;
    border-radius: 13px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ccc;
    font-style: italic;
}

.button-primary:hover{
    background-color: rgb(0, 233, 117);
}

.button:focus, input[type=submit]:focus{
    outline: none;
}
.button:hover{
    background-color: rgb(245, 245, 245)
}

/* end */

/* start web report utama */
.box-header{
    opacity: 1;
    padding: 15px;
    background-color: rgba(248,248,248,1);
    width: 100% auto;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
}
.box-hrader-title{
    font-family: 'Segoe UI';
    color: #2196F3;
    font-weight:500;
}
.box-nav-left{
    opacity: 1;
    padding: 30px;
    background-color: rgba(248,248,248,1);
    width: auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    text-align: left;
    padding-left: 20px;
    transition: 0.3s;
}
.margin-btm-10:hover{
    background: linear-gradient(90deg, rgba(91,85,233,0.2637429971988795) 0%, rgba(7,127,254,0.3533788515406162) 0%, rgba(40,83,236,0.01) 100%);
}
.box-nav-left .text-style{
    text-align: justify;
    text-justify: auto;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,1);
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.margin-btm-10{
    padding:5px;
    border-radius: 4px;
}
hr.hr-style{
    border: 1px solid #0dbbec;
}
.overflow-hide{
    overflow: hidden;
}

.box-primary{
    opacity: 1;
    padding: 30px;
    background-color: rgba(248,248,248,1);
    width: 100% auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    padding : 30px;
    margin-bottom: 20px;
}

.body-right-container{
    padding-left: 20px;
    padding-right: 20px;
}

.left-container{
    padding-left: 10px;
    padding-right: 5px;
}

.nav-menu{
    display: none;
    margin-left: 11px;
    width: 20%;
    height: auto;
}
.nav-menu:active{
    background-color: #dbf1ff9f;
    width: 19%;
    height: auto;
}
.active-text{
    color: #0dbbec
}
.label {
    opacity: 1;
    padding: 30px;
    background-color: #0dbbec;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    padding : 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    color: white;
}
.gagal{
    background-color: rgba(255, 60, 60, 0.938);
}
.sukses{
    background-color: #0dbbec;
}
.pending{
    background-color: rgb(255, 206, 62,1);
}
.info{
    background-color: rgb(39, 169, 17,1);
}
.color-primary{
    color: #0dbbec;
}
.text-title-chart{
    white-space: nowrap;
}

.box-msg-news{
    position:fixed;
    display: none;
}
.box-msg-inbox{
    position:fixed;
    margin-left: 50px;
    display: none;
}
.box-msg-notif{
    position:fixed;
    margin-left: 100px;
    display: none;
}

.active-area:hover{
    background-color: rgb(233, 229, 229);
    opacity: 1;
}
.click-area:active{
    background-color: rgb(190, 229, 255);
    opacity: 1;
    border-radius: 50px;
}
.head-chart-filter{
    color: #707070;
    padding: 5px;
    transition: 0.3s;
}
.info-group{
    margin-left: 10px;
    position: relative;
    transition: 0.3s;
}

@media screen and (max-width: 1581px) {
    .text-title-chart{
        font-size: 18;
    }
}

@media screen and (max-width: 1524px) {
    .box-nav-left .text-style{
        font-size: 13px;
    }
}


/* end */

/* start komponen */

input[type=checkbox]{
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}
.checkbox{
    font-size: 15px;
}
/* The container */
.container-radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15;
    text-align: left;
    padding-left:35px;
    margin-bottom: 15px;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
    background-color: #21f3a3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark:after {
display: block;
}

.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.textarea{
    box-shadow: 1px 1px 1px 1px#ccc;
    overflow: auto;
    font-family: 'Segoe UI';
    width: 100%;
}

.table{
    width: 100%;
    font-family: 'Segoe UI';
}
table{
    font-family: 'Segoe UI';
}
.table th{
    font-size: 16;
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    background-color: #0dbbec;
    color: white;

}
.table tr:nth-child(even){
    background-color: #e7e7e7;
}
.table tr:hover{
    background-color: #ddd;
}
.button-with-image{
    box-shadow: 1px 1px 2px #ccc;
    border-radius: 5px;
    border: none;
    background-color: rgb(255, 220, 62);
    font-family: 'Segoe UI';
    font-weight: bold;
    outline: none;
    color: white;
    padding : 10px;
    position: relative;
    padding-left:50px;
    padding-right: 20px;
    font-size: 15px;
}
.button-with-image:hover{
    background-color: rgb(243, 221, 125);
}
.button-with-image:active{
    background-color: rgb(218, 193, 83);
}
.button-with-image .button-image{
    width: 30px;
    height: 30px;
    position: absolute;
    left:7;
    bottom:5;
    top :5;
}
.pagination-parent{
    overflow: hidden;
    padding:4px;
}
.pagination{
    float: left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #ccc;
    background-color: #d8e4db;
    width: auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.pagination span{
    font-size: 16;
    position: absolute;
    top:10;
    right:15;
    left:15;
    bottom:15;
}
a .pagination{
    color: #707070
}
a .pagination:hover{
    color: white
}
.pagination:hover{
    background-color: #0dbbec;
}
.pagination:active{
    box-shadow: 1px 1px 5px #ccc;
    background-color: rgb(25, 212, 0);
}

/* start loading */
.loading-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    /* margin-left: 325px;
    margin-top: 325px; */
}
.loading-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #0dbbec;
    border-radius: 50%;
    animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0dbbec transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.hidden{
    visibility: hidden;
}

.alert{
    border-radius: 5px;
    padding:10px;
    font-size: 20;
    margin-bottom: 5px;
}

.alert-info{
    color: green;
    background-color: rgba(0, 128, 0, 0.205);
}

.alert-danger{
    color: rgb(201, 36, 7);
    background-color: rgba(128, 19, 0, 0.15);
}

.alert-success{
    color: rgb(4, 103, 196);
    background-color: rgba(4, 103, 196, 0.274);
}
.box-primary .row .col-desk-4{
    text-align: center;
}
@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* end */
/* end komponen */

/* start web report history */
.status-sukses{
    background-image: url('./images/asset/sukses.svg');
    padding: 10px;
    background-repeat: no-repeat;
    width: 6px;
    margin:auto;
    height: 6px;
}
.status-pending{
    background-image: url('./images/asset/pending.svg');
    padding: 10px;
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    margin:auto;
}
.status-gagal{
    background-image: url('./images/asset/gagal.svg');
    padding: 10px;
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    margin:auto;
}
/* end */

.box-login input[type=text], .box-login input[type=password]{
    width: 100%;
}
.box-login{
    width: 15%;
}

/* start Belanja */
.left-logo-belanja{
    width: 160px;
    margin-top : 20px;
    margin-left : 20px;
}
h3,p{
    font-family: 'Segoe UI';
}
.header-belanja{
    padding: 0px;
    height: 84px;
}
.header-nav-belanja-parent{
    /* overflow: auto; */
    float:right;
}
.header-nav-belanja{
    height: 84px;
    font-size: 18px;
    position: relative;
    float: left;
    width: 140px;
}
.header-nav-belanja:hover{
    background-color: white;
    color: #0dbbec;
    justify-items: auto
}
.font-nav-belanja{
    font-family: 'Segoe UI';
    position: absolute;
    top: 35%;
    margin-left:10px;
}
.navigation-feature{
    background-color: white;
    text-align: center
}
.button-image{
    box-shadow: 3px 3px 3px #ccc;
    border-radius: 5px;
    border: none;
    background-color: rgba(248,248,248,1);
    font-family: 'Segoe UI';
    font-weight: bold;
    outline: none;
    color: white;
    width: 80px;
    height: 80px;
    position: relative;
    padding-left:50px;
    padding-right: 20px;
    font-size: 15px;
    margin:10px;
    cursor: pointer;
}
.button-image:hover{
    background-color: rgb(236, 236, 236);
}
.button-image:active{
    background-color: rgb(233, 233, 233);
    box-shadow: 1px 1px 1px #ccc;
}
.button-image .image-inner{
    width: 50px;
    height: 50px;
    position: absolute;
    left:12;
    bottom:5;
    top :14;
}
.color-white{
    background-color: white;
}
.footer{
    text-align: right;
}
.container-belanja{
    padding-left:25%;
    padding-right:25%;
}
.carousel{
    position: relative;
}
.carousel-active{
    display: block;
}

.button-carousel-left{
    position:absolute;
    width:20px;
    height:20px;
    top:45%;
    left: -20px;
    box-shadow: 1px 1px 1px 1px#ccc;
    border-radius: 50px;
    background-color: rgba(248,248,248,1);
    padding:10px;
    display: none;
}
.button-carousel-right{
    position:absolute;
    width:20px;
    height:20px;
    top:45%;
    box-shadow: 1px 1px 1px 1px#ccc;
    border-radius: 50px;
    background-color: rgba(248,248,248,1);
    padding:10px;
    right: -17px;
    display: none;
}
.button-carousel-left:hover,.button-carousel-right:hover{
    background-color: rgb(235, 235, 235);
}
.button-carousel-left:active,.button-carousel-right:active{
    background-color: rgb(214, 214, 214);
}
.button-carousel-indicator{
    position:absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}
.button-carousel-indicator .point{
    width:8px;
    height:8px;
    box-shadow: 1px 1px 1px 1px#ccc;
    border-radius: 50px;
    background-color: rgba(248,248,248,1);
    padding:5px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.button-carousel-indicator .no-active:hover{
    background-color: rgb(150, 144, 144);
}
.button-carousel-indicator .no-active:active{
    background-color: rgb(175, 170, 170);
}
.product-name{
    float:left;
    border-radius: 5px;
    width:100px;
    padding:10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    text-align:center;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    user-select:none;
}
.product-name:hover{
    background-color: rgb(177, 223, 245);
}
.product-name:active{
    background-color: rgb(161, 219, 246);
    box-shadow: 0px 0px 0px 0px #ccc;
}
.button-payment{
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
    background-color: #ff5e00;
    color: white;
    padding : 10px;
    padding-left: 40px;
    padding-right: 40px;
    border : none;
    outline: none;
    margin-right: 3px;
}
.button-payment:hover{
    background-color: #e26015;
}
.button-payment:active{
    background-color: #bd5d26;
}
.nominal-selected{
    border-color: #0dbbec;
    color: #707070;
    /* border-style: solid; */
    box-shadow: 1px 1px 1px 1px #ccc;
    background-color: rgb(189, 234, 255,1);
}

.right{
    float: right;
}

.left{
    float: left;
}
.box-menu{
    display: none;
    margin-right:20px;
    margin-top:20px;
    float:right;
    background-color: white;
    width:30px;
    height:30px;
    padding-left:3px;
    padding-right:3px;
    box-shadow: 1px 1px 1px 1px rgb(133, 247, 152);
}
.box-menu:hover{
    cursor: pointer;
    border-radius: 3px;
    background-color: rgb(248, 253, 255);
}
.font-product-price{
    color:#9c9c9c
}

.hidden{
    visibility: hidden;
}

.show{
    visibility: visible;
}

@media screen and (max-width: 800px) {
    .font-nav-belanja{
        top: 35%;
    }
}

@media screen and (max-width: 1072px) {
    .button-topup{
        right: 50px;
    }
}
@media screen and (max-width: 745px) {
    .button-topup{
        right: 30px;
    }
}

@media screen and (max-width: 1225px) {
    .font-nav-belanja{
        font-size: 16px;
    }
}

@media screen and (max-width: 1161px) {
    .header-nav-belanja-parent{
        margin-top:60px;
        display: none;
        position: fixed;
        z-index: 1000;
        border-radius: 4px;
    }
    .box-menu{
        display: block;
    }
    .header-nav-belanja{
        border-radius: 2px;
        width: 300px;
        float: right;
        background-color: #0dbbec;
        box-shadow: 2px 2px 2px 2px rgba(146, 146, 146, 0.438);
    }
}

@keyframes show-banner {
    0% {opacity: 0;}
    20% {opacity: 0.8;}
    100% {
        opacity: 1;
        visibility: visible;
    }
}
/* end */

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
.smooth{
    animation-duration: 1s;
    animation-name:fadeIn;
}
.segoe{
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}

@keyframes slideIn {
    from {opacity: 0}
    to {opacity: 1}
}
.list-product-parent{
    animation-duration: 1s;
    animation-name:slideIn;
}
.child-product{
    animation-duration: 1s;
    animation-name:slideIn;
    overflow: auto;
}
.img-operator{
    position:absolute;
    width:35px;
    height:35px;right:0;
}
.active-menu{
    background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(113,173,203,1) 0%, rgb(228, 240, 244) 44%, rgba(181,236,255,1) 91%);;
}
.modal{
    position: absolute;
    left: 0px;top:0;z-index:10;background-color: rgb(0,0,0);width:100%;height:100%;background-color: rgba(0,0,0,0.4);
    display:none;
}
.modal-body{
    left:40%;
    top:30%;
    position:absolute;
    background-color:white;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
    animation-name: modalSlide;
    animation-duration: 0.4s;

}
.modal-title{
    font-size:18px;
    padding-left:10px;
    background-color: #f1f1f1;
    font-weight:bold;
}
.toast{
    position:absolute;background:white;z-index:100;right:5%;top:13%;background-color:rgb(235, 235, 235);
    animation-name: toastSlide;
    animation-duration: 0.4s;
    font-size:20px;
    cursor:pointer;
    color:#654d4d;
    box-shadow:2px 2px 2px 2px #ccc;
    display:none;
}
.toast-body{
    position:relative;padding:10px;
}
.toast-close{
    width:30px;height:30px;position:absolute;top:-20;right:-15px;
    border-radius:10%;
    background-color:rgba(0, 0, 0, 0.48);
}
.toast-close:hover{
    background-color:rgb(248, 195, 195);
}
.toast-close:active{
    background-color:rgb(244, 174, 174);
}
@keyframes modalSlide {
    from {top: -300px; opacity: 0}
    to {top: 30%; opacity: 1}
}

@keyframes toastSlide {
    from {right: -300px; opacity: 0}
    to {right: 5%; opacity: 1}
}

.value-checkout{
    text-align:right;
}
.list-item{
    padding:10px;background-color:#5faeec2b;border-radius:5px;
    overflow:auto;
    margin-bottom:2px;
    font-family:'Segoe UI';
    cursor: pointer;
}
.image-item{
    width:50px; height:50px;background-color:#ccc; border-radius:50%;overflow:hidden;
    margin-right:10px;
}
.image-item img{
    width:50px;height:50px
}
.list-item:hover{
    background-color:#5faeec4d
}
#price{
    font-family: 'Segoe UI';
}

.tool-bar{
    background-color:#00afe9; color:white; padding:10px;font-family:'Segoe UI'; align-content: center; display: flex;
}
.back-activity{
    width:20px;height:20px;cursor:pointer;
    background-color: rgb(245, 249, 250);
    border-radius:4px;
}
.back-activity:hover{
    background-color:rgb(215, 239, 244);
    border-radius:5px;
}
.activity-content{
    padding:10px; overflow:auto;background-color:#d0e6f7;
}

@keyframes activityShow {
    from {opacity: 0;width:0px;}
    to {opacity: 1;width:50%;}
}

.activity-no-favorite{
    width:300px;
    height:400px;
    animation-duration: 0.5s;
    animation-name:activityShowFavorite;
    z-index:1;
    display:none;
}
.button-favorite-numb{
    width:20px;height:20px;padding:5px;background-color:#ccc;cursor:pointer;float:right;margin-right:50px
}
.button-favorite-numb:hover{
    border-radius : 6px;
    background-color : #8ccdf4;
}
@keyframes activityShowFavorite {
    from {opacity: 0;width:0px;}
    to {opacity: 1;width:300px;}
}

/* new navigation dashboard */
.header2{
    height: 85px;
    background-color: #0dbbec;
    margin: auto;
    /* position: relative; */
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.header2 .header-logo{
  float:left;
  position:relative;
}
.header2 .header-logo img{
}
.header2 .list-menu{
  background-color:#0dbbec;
  height: 85px;
  overflow: hidden;
}
.header2 .list-menu a{
  float:left;
  color:white;
  background-color:#0dbbec;
  font-size: 16px;
  font-weight: 500;
}
.header2 .list-menu div{
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
.header2 .list-menu a:hover{
  background-color:white;
  color:#0dbbec;
}

.header2 .list-menu a.company-name-style:hover{
    background-color:#0dbbec;
    cursor: default;
}
.body{
  font-family:'Segoe UI'
}
.header2 .image-menu{
  position:absolute;right:10px;top:26px;padding:2px;
  border-radius:5px;
  display:none;
}
.header2 .image-menu img{
  width:30px;height:26px;
}
.header2 .image-menu:hover{
  border-radius:5px;
  cursor:pointer;
}
.header2 .image-menu:active{
  border-radius:5px;
}
.header2 .image-menu img:hover{
  border-radius:5px;
}
.header2 .image-menu img:active{
  border-radius:5px;
  background-color:rgba(32, 70, 92, 0.315);
}
.company-name-style{
    color: #FFD700;
    /* text-shadow: 2px 2px 8px #515151; */
    font-weight: 700;
}
/* end */
body{
    font-family: 'Segoe UI';
}

@media screen and (max-width: 1500px){
    .image-carousel{
        position: absolute;
        left: -255px;
    }
}
@media screen and (max-width: 1300px){
    .image-carousel{
        position: absolute;
        left: -358px;
    }
}
@media screen and (max-width: 1200px){
    .carousel{
        height: 250px;
    }
    .image-carousel{
        height: 250px;
        position: absolute;
        left: -240px;
    }
}

@media screen and (max-width: 992px) {
    .row .col-md-1 {
        float: left;
        width: 8.33%;
    }
    .row .col-md-2 {
        float: left;
        width: 16.66%;
    }
    .row .col-md-3 {
        float: left;
        width: 25%;
    }
    .row .col-md-4 {
        float: left;
        width: 33.33%;
    }
    .row .col-md-5 {
        float: left;
        width: 41.66%;
    }
    .row .col-md-6 {
        float: left;
        width: 50%;
    }
    .row .col-md-7 {
        float: left;
        width: 58.33%;
    }
    .row .col-md-8 {
        float: left;
        width: 66.66%;
    }
    .row .col-md-9 {
        float: left;
        width: 75%;
    }
    .row .col-md-10 {
        float: left;
        width: 83.33%;
    }
    .row .col-md-11 {
        float: left;
        width: 91.66%;
    }
    .row .col-md-12 {
        float: left;
        width: 100%;
    }

    .box-nav-left .text-style{
        font-size: 13px;
    }
    .button-primary{
        width: 120px;
    }

    .logo-st24{
        display: none;
    }

    .text-title-chart{
        font-size: 18;
    }
    .box-nav-left{
        display: none;
        position: absolute;
        width: 150px;
        padding: 30px;
        z-index: 1000;
    }
    .nav-menu{
        display: block;
    }
    .body-container .row .col-desk-10 {
        width: 100%;
    }
    .body-right-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-pendaftaram-kiri{
        display: flex; justify-content: center;
    }
    
    .carousel{
        height: 200px;
    }
    .image-carousel{
        height: 200px;
        position: absolute;
        left: -190px;
    }

    /* .image-carousel{
        position: absolute;
        left: -40%;
    } */
}

.menuActive{
    color: #ffffff !important;
    background-color: #10101017 !important;
}

@media screen and (max-width: 768px) {
    /* For mobile phones: */
    .row .col-desk-1 {
        width: 100%;
    }
    .row .col-desk-2 {
        width: 100%;
    }
    .row .col-desk-3 {
        width: 100%;
    }
    .row .col-desk-4 {
        width: 100%;
    }
    .row .col-desk-5 {
        width: 100%;
    }
    .row .col-desk-6 {
        width: 100%;
    }
    .row .col-desk-7 {
        width: 100%;
    }
    .row .col-desk-8 {
        width: 100%;
    }
    .row .col-desk-9 {
        width: 100%;
    }
    .row .col-desk-10 {
        width: 100%;
    }
    .row .col-desk-11 {
        width: 100%;
    }
    .row .col-desk-12 {
        width: 100%;
    }

    .row .col-sm-1 {
        float: left;
        width: 8.33%;
    }
    .row .col-sm-2 {
        float: left;
        width: 16.66%;
    }
    .row .col-sm-3 {
        float: left;
        width: 25%;
    }
    .row .col-sm-4 {
        float: left;
        width: 33.33%;
    }
    .row .col-sm-5 {
        float: left;
        width: 41.66%;
    }
    .row .col-sm-6 {
        float: left;
        width: 50%;
    }
    .row .col-sm-7 {
        float: left;
        width: 58.33%;
    }
    .row .col-sm-8 {
        float: left;
        width: 66.66%;
    }
    .row .col-sm-9 {
        float: left;
        width: 75%;
    }
    .row .col-sm-10 {
        float: left;
        width: 83.33%;
    }
    .row .col-sm-11 {
        float: left;
        width: 91.66%;
    }
    .row .col-sm-12 {
        float: left;
        width: 100%;
    }

    .container-belanja{
        padding-left:1%;
        padding-right:1%;
    }
    .activity-inquiry{
        width: 100%;
    }

    .header2{
        width:100%;
        box-shadow: 1px 2px 8px -1px #565656;
    }

    .header2 .list-menu{
        height: 100vh;
        background-color:#0dbbec;
        z-index:2;
        position:absolute;
        overflow: unset;
        top:85px;
        display:none;
        width: 950%;
    }
    .header2 .list-menu a{
        width:100%;
    }
    .header2 .list-menu .item{
        height: 40px;
        justify-content: flex-start;
        border-bottom: 1px solid #dedede;
    }
    .header2 .image-menu{
        display:block;
    }

    .carousel{
        height: 180px;
    }

    .image-carousel{
        height: 180px;
        position: absolute;
        left: -230px;
    }
    #jenis-produk{
        margin-left:0px !IMPORTANT;
    }
    .input-jabber-user{
        width: 100% !IMPORTANT;
    }
}

@media screen and (max-width: 668px) {
    .carousel{
        height: 180px;
    }
    .image-carousel{
        height: 180px;
        position: absolute;
        left: -270px;
    }
}

@media screen and (max-width: 568px) {
    .carousel{
        height: 180px;
    }
    .image-carousel{
        height: 180px;
        position: absolute;
        left: -402px;
    }
}



.form-input-text, .form-input-password,.form-input-date{
    font-family: 'Segoe UI';
    padding: 8px 16px;
    margin: 8px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ccc;
    outline: none;
}

.box-login .form-input-text, .box-login .form-input-password{
    width: 100%;
}
.box-login{
    width: 15%;
}

.form-input-text, .form-input-password,.form-input-date{
    font-family: 'Segoe UI';
    padding: 8px 16px;
    margin: 8px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #ccc;
    outline: none;
}

.box-login .form-input-text, .box-login .form-input-password{
    width: 100%;
}

.form-input-text:focus, .form-input-password:focus,input[type=submit]:focus {
    background-color: #ccc;
    outline: none;
}

.form-input-text:focus{
    background-color:rgb(241, 241, 241);
    transition:background-color 500ms;
  }