@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400&display=swap');
  
  *{
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: normal;
      font-family: 'Source Sans Pro', sans-serif;
  }
  html{
      scroll-behavior: smooth;
  }
  table{
      border-collapse: collapse;
  }
  .fa{
    margin-right: 5px;
    color: inherit;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  textarea{
    resize: none;
  }
  img{
    aspect-ratio: attr(width);
  }
  span{
    color: inherit;
  }
  .mainContent{
    padding: 0;
  }
  .add-button{
    display: block;
    padding: 12px 20px;
    background: #30475E;
    color: white; 
    cursor: pointer;
    border-radius: 5px;
  }
  .add-button:hover{
    box-shadow: 0 0 10px 0 #30475e79;
  }
  .chart{
      width: 500px;
  }
  .header-illustration{
    background: #fcfcfc;
    border-radius: 14px;
    width: 100%;
    padding: 15px 20px;
    margin: 0 1.3%;
    box-shadow: 0px 0px 10px 0 #4d6c9940;
    cursor: pointer;
    border: 1px solid #1c364936;
  }
  .header-illustration:hover{
    box-shadow: 5px 5px 20px 0 #4d6c9940;
  }
  .keterangan{
    font-size: 1em;
    line-height: 25px;
    text-align: justify;
    color: #30475E90;
    width: 100%;
    padding: 5px 20px;
  }

  .tabel_problem{
    background: #fcfcfc;
    width: 100%;
    padding: 3% 10%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    display: none;
  }
  .tabel_problem table{
    border-collapse: none;
    width: 100%;
  }
  .tabel_problem table tr th{
    padding: 15px 12px;
    background-color: #30475E;
    color: white;  
  }
  .blue{
    color: #30475E;
    margin-left: 8px;
  }
  .tabel_problem table tr{
    border: 1px solid #30475e30;
  }
  .tabel_problem table tr td{
    padding: 10px 10px;
    font-size: 13px;
    text-align: center;
  }
  .tabel_problem table tr:hover{
    background: #f0f0f0;
    opacity: 1;
  }
  .probDetailContent{
    background: #30475e;
    background: linear-gradient(to right, #435e79, #4ca1af);
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    padding: 25px 0px;
    border-radius: 15px;
  }
  .content4, .content2, .content3{
    padding-bottom: 20px;
  }
  .probDetailContent h1{
    color: #fcfcfc;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0px;
  }
  .probdetailsum h2{
    color: white;
    font-size: 1.4rem;
    text-align: center;
  }
  .probDetailContent p{
    color: #dcdcdc;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .graph-box{
    padding: 15px;
    height: 280px;
  }
  .iconedit{
    width: 20px; 
    margin-left: -10px; 
  }
  .unitBox{
    background: transparent;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    margin-bottom: 30px;
  }
  .unitItemBox{
    background: #ffffff;
    border: 1px solid #e9e9e9ec;
    padding: 17px 30px;
    padding-bottom: 7px;
    border-radius: 15px;
    flex: 1;
    gap: 10px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    box-shadow: 8px 8px 20px 0 #23364813;
    transition: transform 0.2s ease-in-out;
    filter: grayscale(100%);
  }
  .unitItemBox:hover{
    position: relative;
    transform: translateY(-8px);
    filter: grayscale(0); 
  }
  .unitItemBox img{
    height: 90px;
  }
  .unitItemBox h3{
    color: #30475E;
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 2em;
    padding-bottom: 8px;
    border-bottom: 1px solid #30475E50;
  }
  .unitItemBox p{
    color: #30475E;
  }
  .breakdown p{
    color: #F05454;
  }
  .ready, .ready p {
    color:rgb(37, 194, 42);
  }
  .status{
    padding: 7px;
  }
  .breakdown{
    color: #F05454;
  }
  .status h2{
    font-size: 1em;
    margin-bottom: 8px;
  }
  .status p{
    font-size: 2.5em;
    opacity: 1;
    font-weight: bold;
  }
  .detail-problem{
    display: block;
    margin: 0 auto;
    background: linear-gradient(to right, #f12711, #F05454);
    cursor: pointer;
    color: white;
    text-align: center;
    padding: 12px;
    width: 92%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .kabel{
    display: block;
  }
  .kabel table{
    padding: 0px 10%; 
    margin-left: 10%;
    width: 80%;
  }
  .datakabel{
    padding: 5px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  .datakabel div{
    background: #30475E;
    padding: 20px 35px;
    text-align: center;
    border-radius: 17px 0 17px 0;
    box-shadow: 5px 5px 20px 0 #30475E30;
  }
  .datakabel h1{
    font-size: 2em;
    margin-bottom: 8px;
    color: #f2f2f2;
  }
  .datakabel p{
    color: #f2f2f2;
  }
  .blues{
    background: #30475e;
    border: none;
  }
  .detail-problem:hover{
    box-shadow: 0px 0px 10px 0 #F05454;
  }
  .blues:hover{
    box-shadow: 0px 0px 10px 0 #0f20274f
  }
  .redkabel{
    background: rgb(253, 37, 37) !important;
  }
  .pageNumber{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  .pageNumber li{
    list-style: none;
    padding: 0;
    background: #30475E;
    color: white;
    border-radius: 5px;
    margin: 0 3px; 
    cursor: pointer;
  }
  .pageact{
    line-height: 1;
  }
  .pageNumber li a{
    color: white;
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
  .pageNumber li:hover{
    box-shadow: 0 0 5px 0 #30475E;
  }
  
  .header{
    display: flex;
    justify-content:center;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 5%;
  }
  .frame{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 5%;
  }
  .listMonth{
    padding: 9px 10px;
    border: 1px solid #30475E50;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    color: #30475E;
  }
  .pageTitle h1{
    font-size: 1.4rem;
    color: #30475E;
    font-weight: 800;
    margin-top: 20px;
    text-align: center;
    margin-left: 20vw;
    width: 60vw;
    padding: 15px;
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  .btnother{
    padding: 15px 25px;
    background: rgb(240,245,245);
    color: #30475e;
    display: inline-block;
    border: 1px solid #bdbdbdb9; 
    border-radius: 8px;
    width: 80%;
    transition: 0.2s ease;
  }
  .btnother:hover{
    cursor: pointer;
    background: #30475E;
    color: white;
    border: 1px solid #30475E; 
    box-shadow: 0px 0px 10px 0 #30475e52;
  }
  .listMonth:focus{
    outline: none;
  }
  .content2{
    /* display: flex; */
    justify-content:center;
    margin-top: 30px;
    background: #fcfcfc;
    margin-bottom: 30px;
    padding: 20px 5%;
    display: none;
  }
  .periodeButton{
    padding: 15px 20px;
    background: white;
    color: #30475E;
    margin-bottom: 0;
    border-radius: 7px;
    box-shadow: 5px 5px 10px 0 #30475e31;
    position: fixed;
    top: 0px;
    left: 90px;
    transform: translateX(-900px);
    transition: all 0.6s;
  }
  .editBtn{
    border-radius: 50%;
    width: 55px;
    display: block;
    cursor: pointer;
    transform: translate(-150px, 30px);
  }
  .periodeButton .btnsubmit{
    padding: 10px 20px;
    background: #30475E;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
  }
  .periodeButton .btnsubmit:hover{
    box-shadow: 0 0 10px 0 #30475E;
  }
  .periodeButton figure{
    display: flex;
    justify-content: center; 
    height: 500px;
  }
  .periodeButton label{
    color: #30475E;
  }
  .periodeButton figure div{
    width: 500px;
  }
  .periodeButton figure div h1{
    margin-top: 150px; 
    font-size: 2.8em;
    margin-bottom: 30px;
  }
  .periodeButton figure div h3{
    font-size: 1.1em;
    opacity: 1;
    text-align: justify;
    font-weight: normal;
    line-height: 1.5em;
  }
  .periodeButton figure img{
    width: 500px;
  }
  .input-form tr td{
    padding: 10px;
  }
  .form-input{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px 50px;
    min-width: 500px;
    width: 100%;
    min-height: 700px;
    height: 92%;
    overflow: auto;
  }
  .form-input form p{
    font-size: 1em;
  }
  .form-input form input, select {
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .form-input select {
    background: #ffffff;
  }
  .form-input form textarea{
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .form-input form textarea:focus{
    outline: none;
    box-shadow: 2px 2px 10px 0px #30475e52;
    
  }
  .cancel{
    color: #30475E;
    font-size: 1rem;
    background: transparent;
    cursor: pointer;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .notifInput{
    padding: 12px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #159957;
    background: #15995720;
    border-radius: 5px;
  }
  .notifInput div{
    color: #159957;
  }
  .failed{
    border: 1px solid #c0392b;
    background: #c0392b20;
  }
  .failed p{
    color: #c0392b;
  }
  .submit{
    background-color: #30475E;
    color: white;
    border: none;
    cursor: pointer;
  }
  .submit:hover{
    border: 1px solid transparent;
    box-shadow: 0 0 10px 0 #30475E;
  }
  .close-btn{
    position: absolute;
    color: grey;
    margin-left: 42%;
    font-size: 20px;
  }
  .flex{
    display: flex;
    justify-content: space-between;
  }
  .nred{
    background: rgb(255, 233, 233);
    color: rgb(194, 8, 8);
    border: 1px solid rgb(194, 8, 8);
  }
  .ngreen{
    background: rgb(231, 255, 211);
    color: rgb(12, 167, 17);
    border: 1px solid rgb(6, 165, 11);
  }
  .notifact{
    display: block;
    position: fixed;
    margin: auto;
    width: 30%;
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    top: 20px;
    transition: all 0.3s;
    left: 35%;
    
  }
  .outer-box{
    position: fixed;
    top: 0;
    z-index: 90;
    justify-content: center;
    width: 100%;
    padding: 2% 25%;
    height: 100%;
    background: #27272780;
    display: none;
  }
  .edit-box{
    position: fixed;
    top: 0;
    z-index: 90;
    justify-content: center;
    width: 100%;
    padding: 2% 25%;
    height: 100%;
    background: #27272780;
    /* display: none; */
  }
  .title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    color: #30475E;
  }
  .top-title{
    font-size: 1.2em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin: 10px;
    font-weight: bold;
    color: #30475E;
  }
  .timesheet{
    display: flex;
    padding: 0 10%;
    margin-top: 70px;
    margin-bottom: 50px;
    justify-content: space-around;
    transition: all 0.3s
  }
  .timesheet .graph-timesheet{
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0 #ebebeb;
  }
  .timesheet-info h3{
    color: #F05454;
    font-size: 20px;
    margin-bottom: 18px;
  }
  .timesheet-info p{
    line-height: 1.8;
  }
  #singleline{
    padding-top: 20px;
    display: none;
  }
  .singlelineillus{
    width: 90%;
    object-fit: contain;
  }
  .unit{
    border-top: 10px solid #30475E;
    width: 60%;
    margin-top: 0;
    border-radius: 7px;
    padding: 3% 4%;
    box-shadow: 5px 5px 5px 0 #30475E10;
    background: #fcfcfc;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
    font-size: 13px;
  }
  footer{
    padding: 30px 130px;
    border-top: 5px solid #30475E;
    font-weight: normal;
    color: #30475E;
    display: flex;
    justify-content: space-between;
  }
  .corpInfo{
    margin: 10px 0;
    line-height: 1.5;
  }
  .corpInfo i{
    margin-right: 20px;
  }
  .corpInfo h1{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .sosmed{
    cursor: pointer;
    background: #30475E;
    padding: 12px 20px;
    color: #f2f2f2;
    border-radius: 3px;
    margin: 10px 0;
  }
  .sosmed:hover{
    background: #30477E;
  }
  .sosmed i{
    margin-right: 10px;
  }
  .svg-inline--fa{
    margin-right: 8px;
  }
  .dpContainer{
    padding: 20px 40px;
    color: #30475e;
    background-image: url('../wave-haikei.svg');
    background-position: bottom 30% left;
  }
  .containerUnit{
    background-image: url('../bg2-haikei.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 25% left;
  }
  .dpContainer h1{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .dpContainer h2{
    font-size: 1.3rem;
    font-weight: 600;
  }
  .dpContainer2{
    margin: 20px 0;
    padding: 25px;
    background: #ffffff;
    border: 1px solid rgb(225, 225, 225);
    flex: 1;
    border-radius: 10px;
    color: rgb(237, 52, 52);
    transition: transform 0.1s ease-in-out;
  }
  .dpContainer2:hover{
    transform: translateY(-5px);
    cursor: pointer;
    box-shadow: 10px 10px 70px 0 #30475e1c;
  }
  .outContainer{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    color: rgb(86, 86, 87);
  }
  .containerUnit h2{
    font-weight: 400;
  }
  .pContent{
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    text-align: center;
    color: #30475E;
  }
  .pContent h3{
    font-size: 1.2rem;
    font-weight: 600;
    /* margin-bottom: 20px; */
  }
  .pContent h1{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pContent p{
    font-size: 1.2rem;
    color: rgb(87, 87, 87);
  }
  .cable{
    color: #30475e;
  }
  .cContent{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .cContent h1{
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 800;
    color: #30475e;
  }
  .cContent p{
    color: rgb(87, 87, 87);
    margin-bottom: 8px;
    margin-top: 12px;
    padding: 10px 8px;
    font-size: 1rem;
    border-radius: 7px;
    background: #30475e;
    color: white;
  }
  .addunit .form-input{
    min-height: 560px;
    height: 560px;
  }
  .sld-pics{
    width: 100%;
    margin-block-start: 20px;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid white;
    box-shadow: 0 0 20px 0 rgba(128, 128, 128, 0.301);
  }
  .sld-pics img{
    width: inherit;
    border-radius: 15px;
    
  }

  

  @media screen and (min-width: 1580px){
    .singlelineillus{
      width: 60%;
      object-fit: cover;
    }
  }