body{
    /*background: #F5F7FB;*/
    background: #FFFFFF;
}

@font-face {
    font-family: "MPoppins";
    src: url('font/Poppins/Poppins-Medium.ttf') format("truetype");
}
@font-face {
    font-family: "NPoppins";
    src: url('font/Poppins/Poppins-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "SPoppins";
    src: url('font/Poppins/Poppins-SemiBold.ttf') format("truetype");
}

.pull-right{float: right;}
.btn-jtl-open{
    font-family: "SPoppins";
    font-size: 12px;
    background-color: #F5B946;
    color: #fff;
    padding: 5px 10px ;
    margin-top:20px;
}
.jtl-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(146, 146, 146, 0.1);
    border-radius: 25px;
    border: unset;
}
.jtl-card .card-body{
    padding: 35px
}
.jtl-card2{
    background: #437FC7;
    border: 6px solid #FFF;
    box-shadow: 0px 4px 27px rgba(67, 127, 199, 0.19);
    border-radius: 25px;
    padding: 34px 30px;
}

.jtl-heading1{
    font-family: "SPoppins", sans-serif;
    font-size: 1.2rem;
    color: #FFF; 
}
.jtl-input{
    font-family: "MPoppins", sans-serif;
    font-size: 0.9rem;
    padding: 19px;
    background: #FFFFFF;
    box-shadow: 0px 7px 21px rgba(67, 127, 199, 0.24);
    border-radius: 12px;
    border: unset;
    line-height: 0;
}
.no-padding{
    padding: 0 !important;
}
.jtl-input::-webkit-input-placeholder { 
    color: #B5B5B5; 
    font-family: "MPoppins", sans-serif;
    font-size: 0.9rem;
    line-height: 31px;
}
.jtl-input:-ms-input-placeholder { 
    color: #B5B5B5; 
    font-family: "MPoppins", sans-serif;
    font-size: 0.9rem;
    line-height: 31px;
}
.jtl-input::placeholder { 
    color: #B5B5B5; 
    font-family: "MPoppins", sans-serif;
    font-size: 0.9rem;
    line-height: 31px;
}

.icon-search{
    display: block;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    background: url(icon/akar-icons_search.svg);
    background-size: 26px;
    position: absolute;
    top: 18px;
    right: 18px;
    transition: right 0.2s;
}
.jtl-btn{
    font-family: "MPoppins", sans-serif;
    color: #FFF;
    width: 190px;
    padding: 16px 20px;
    background: #6DAFFE;
    box-shadow: -6px 16px 27px #E5E5E5;
    border-radius: 10px;
    font-size: 1.1rem;
}
.container-input{
    width: 100%;
    position: relative;
}

.jtl-table thead td , .jtl-table thead th{
    font-family: "NPoppins", sans-serif;
    border-bottom: 3px solid rgba(196, 196, 196, 0.15);
    border-top: unset;
    color: #7A7A7A;
}
.jtl-table tbody td , .jtl-table tbody th{
    font-family: "NPoppins", sans-serif;
    border-top: 3px solid rgba(196, 196, 196, 0.15);
    color: #7A7A7A;
}
.jtl-table tbody tr:first-child td{
    border-top: unset;
}
.jtl-table {
    table-layout: fixed;
    border-collapse: collapse;
}
.jtl-table th {
text-decoration: underline;
}
.jtl-table th,
.jtl-table td {
min-width: 200px;
}
.jtl-table td {
padding: 18px 12px;
}
.jtl-table td.td-tanggal{
width: 240px
}
.jtl-table td.td-status{
width: 150px
}
.jtl-table td.td-keterangan{
width: 100%
}

.jtl-table thead {
color: #fdfdfd;
}
.jtl-table thead tr {
display: block;
position: relative;
}
.jtl-table tbody {
display: block;
overflow: auto;
width: 100%;
height: 36.5vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-color: #AFAFAF #E9E9E9;
scrollbar-width: thin;
}
.jtl-table2{
margin-top: 15px
}
.jtl-table2 th,
.jtl-table2 td {
min-width: 150px;
}
.jtl-table2 tbody {
display: block;
overflow: auto;
width: 100%;
height: 35.4vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-color: #fff rgba(255, 255, 255, 0.35);
scrollbar-width: thin;
}
.jtl-table2 tbody tr {
width: 100%;
}
.jtl-table2 td.td-tanggal{
width: 400px
}
.jtl-table2 tbody td .td-task{
    line-height: 20px;
    font-size: 1rem;
    font-family: "MPoppins", sans-serif;
    color: #FFF;
}
.jtl-table2 tbody td{
    font-size: 0.9rem;
    font-family: "NPoppins", sans-serif;
    color: rgba(255, 255, 255, 0.55);
    padding: 10px 0 10px 0;
}
.jtl-table2 tbody tr:first-child td{
    border-top: unset;
}
.jtl-table2 tbody tr td{
    border-top: 1px solid rgba(255, 255, 255, 0.35);;
}
.jtl-table2 tbody{
    border-top: 1px solid rgba(255, 255, 255, 0.35);;
}
.jtl-collapse a{
    text-align: left;
    font-family: "NPoppins", sans-serif;
}
.jtl-collapse .card-header{
    border-bottom: unset;
}
.jtl-collapse .card a.btn-link{
    padding: 0;
}
.jtl-collapse .card:first-child a.btn-link, .jtl-collapse .card:last-child a.btn-link{
    background-color: #F4F4F4;
}
.jtl-card{
    margin-bottom: 50px;
}

@media screen and (min-width: 900px) {
    .ml35{margin-left: 35px;}
    .jtl-col{
        padding-right: 10px;
        padding-left: 10px;
    }
    .jtl-container{
        margin-top: 70px;
    }
    .container-fluid.jtl-container{
        padding-right: 50px;
        padding-left: 50px;
    }
    .d-flex-jtl{
        display: flex;
    }
}

@media screen and (max-width: 900px) {
    .jtl-btn{
        width: 100%;
        margin-top: 10px;
    }
    .jtl-table{
        margin-top: 25px;
        width: unset;
    }
}

.jtl-icon-container{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(109, 175, 254, 0.38);
    border-radius: 50%;
  }
  .jtl-scroll1{
    overflow: auto;
    white-space: nowrap;
  }
  ol.step-wizard {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 1rem;
  }
  ol{
    padding-top: 1.7rem;
  }
  
  li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    color: #4E4E4E;
    list-style: none;
  }
  
  .step-wizard li:before {
    content: '';
    display: block;
    color: black;
    background-color: #F5F7FB;
    border: 4px solid #437FC7;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    position: relative;
    left: 50%;
    margin-bottom: 1em;
    margin-left: -1em;
    z-index: 1;
  }
  .step-wizard li.current:before {
    background-color: #437FC7;
  }
  .step-wizard .current ~ li:before {
    background-color: #F5F7FB;
    color: #555;
    border-color: #99BAE1;
  }
  
  li +  li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #437FC7;
    height: 4px;
    position: absolute;
    left: -50%;
    top: 1em;
    z-index: 0;
  }
  ol:not(.step-wizard) li + li:after{
    height: unset;
    content: "";
    color:red;
  }
  .current ~ li:after {
    background-color: #99BAE1;
  }
  
  @media screen and (min-width: 900px) {
    ol{
      padding-left: 7rem;
      padding-right: 7rem;
    }
  }
  @media screen and (max-width: 900px) {
    ol{
      padding-left: 0;
      width: 500px !important;
    }
  }
  
  .swal2-styled.swal2-confirm{
    background-color: #6695D0 !important;
  }