/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 11, 2026, 10:50:34 AM
    Author     : rahasdita
*/
.modal-header{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.judul {
    font-size: 20px;
}
.img-logo{
    width: 70%;
}
.img-logo-ad{
    width: 30%;
}
.table-tampil-left{
    vertical-align: top;
    width: 15%;
}
.table-tampil-center{
    vertical-align: top;
    width: 2%;
}
.table-tampil-right{
    vertical-align: top;
    width: 83%;
}

@media (max-width: 768px) {
    .judul {
        font-size: 12px;
    }
    .img-logo{
        width: 75%;
    }
    .img-logo-ad{
        width: 30%;
    }
    .table-tampil-left{
        vertical-align: top;
        width: 37%;
    }
    .table-tampil-center{
        vertical-align: top;
        width: 2%;
    }
    .table-tampil-right{
        vertical-align: top;
        width: 61%;
    }
}