/* Company Details */
.form-container {
    width: 97%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}
.company-details {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.5;    
}
.company-details strong {
    font-size: 20px;
    display: inline;
    margin-bottom: 0;
}
.company-details a {
    color: blue;
    text-decoration: none;
}
.company-details.email{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    width: 10px
}
.container h2{
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: black;
}
body {
    font-family: Arial, sans-serif;
}

.company-detai{
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

label {
    width: 120px;  /* Lebar label */
    font-weight: bold;
}

span {
    width: 10px;  /* Lebar titik dua */
    text-align: center;
    font-weight: bold;
}
.form-container .cmpDetail,
.form-container .addr,
.form-container .tlp,
.form-container .fax,
.form-container .user,
.form-container .dept {
    flex: 1;  /* Input akan mengisi ruang kosong */
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 87%;
}
.form-container .m-phone,
.form-container .email {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 37.7%; /* Bisa diubah sesuai kebutuhan */
}


.small-label {
    margin-left: 20px;
    font-weight: bold;
}
/* Untuk tombol di Company Detail */
.company-detail .button-container {
    display: flex;
    flex: 1;
    justify-content: space-between; /* Memberikan jarak antar tombol */
    margin-left: 150px; /* Atur jarak dari input email */
}

/* Styling tombol */
.btn {
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 80px; /* Supaya ukuran tombol seragam */
    text-align: center;
}

.btn:hover {
    background-color: #0056b3;
}
