.header-documentation, .page-dokumen{
    padding: 20px 50px;
}
.page-documentation{
    width: 100%;     
    display: flex;
    justify-content: space-around;
}
.row-file{
    display: flex;
    justify-content: start;
    padding: 20px;
}
.file-item{
    padding: 20px 0px;
}
.box-file-documentation{
    width: 250px;
    height: 250px;
    background: #D9D9D9;
    border-radius: 50px;
    cursor: pointer;
    margin: 10px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-file-documentation i{
    font-size: 7rem;
    color: #8473ED;
}
.box-file-documentation i:hover{
    color: #D9D9D9;
}

.box-file-documentation span{
    text-align: center;
    width: 150px;
    font-weight: 700;
    font-size: 15px;
    color: #311e69;
}
.box-file-documentation:hover{
    background-color: #8473ED;
}

.header-dokumen{
    width: 100%;
    display: flex;
    justify-content: end;
}
.table-dokumen {
  border-collapse: collapse;
  width: 100%;
}
.table-dokumen thead tr th, .table-dokumen tbody tr td {
  text-align: center;
  padding: 8px;
}

.table-dokumen thead tr th {
  padding: 20px 0px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #311E69;
  border-bottom: 2px solid #311E69;
}
.table-dokumen tbody tr td {
    padding: 20px 0px;
    border-bottom: 2px solid #311E69;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #525252;
}
.nama-file-dokumen{
    padding: 10px;
    width: 50%;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 10px;
}
.box-logo-file-dokumen{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0px 10px;
}
.box-logo-file-dokumen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 900px) {
.header-documentation{
    padding: 20px 10px;
}
.page-documentation{
    width: 100%;   
    flex-direction: column;
}
.box-documentation-add{
    height: 25vh;
}
.box-documentation{
    height: 35vh;
}
.box-file-documentation{
    margin: 10px 10px;
}
.row-file{
    padding: 0;
}
.page-dokumen{
    padding: 10px 20px;
}
.table-dokumen thead tr th{
    font-size: 10px;
}
.table-dokumen tbody tr td{
    font-size: 10px;
}
.table-dokumen tbody tr td a span{
    display: none;
}
.nama-file-dokumen{
    width: 100%;
}
    
}
@media (max-width: 600px) {
    
    .page-documentation{
        width: 100%;   
        flex-direction: column;
    }
    .box-file-documentation{
        margin: 20px;
    }
    .row-file{
        flex-direction: column;
        margin: 10px 60px;
    }
    .box-documentation-add{
        height: 35vh;
    }
    .box-documentation{
        height: 40vh;
    }
        
}
@media (max-width: 600px) {
    .header-documentation a{
        font-size: 16pt;
    }
        
}
  