body {
    background-color: #f4f6fc;
}
.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.navbar ul li a {
    color: #758393 !important;
}
.navbar ul li a:hover {
    color: #30ed0f !important;
}

.navbar .kanan {
    color: #758393 !important;
}

.invoice-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    width: 100%;
    height: 150px;
    text-align: center;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.logo-box:hover {
    border-color: #28a745;
}
.hidden-input {
    display: none;
}
.invoice-title {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.input-group-wrapper {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .input-group-wrapper {
        justify-content: center;
    }
    .invoice-title {
        text-align: center;
    }
}

.form-control {
    border: 1px solid #ced4da;
}
.form-label {
    font-weight: 500;
    color: #6c757d;
}
.form-group {
    margin-bottom: 10px;
}
.text-label {
    font-size: 14px;
    color: #6c757d;
}

.message {
    height: 60px !important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
}
.table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
thead.table-header {
    background-color: #132144 !important;
    color: white !important;
    border-radius: 10px !important;
}
.table thead th {
    background-color: #132144 !important;
    color: white !important;
    border-color: #132144 !important;
    /* border-radius: 10px !important; */
}

.form-control {
    border: 1px solid #ced4da;
}
.input-group-text {
    background-color: #e9ecef;
}
.btn-add-item {
    border: 1px solid #28a745;
    color: #28a745;
    font-weight: bold;
}
.btn-add-item:hover {
    background-color: #28a745;
    color: white;
}
.btn-delete {
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

tr:hover .btn-delete {
    display: inline-block;
}

.text-label {
    font-size: 14px;
    color: #6c757d;
}
.btn-link {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.btn-link:hover {
    text-decoration: underline;
}
.form-control {
    border: 1px solid #ced4da;
}
.input-group-text {
    background-color: #e9ecef;
}

.remove-charge {
    display: none;
    color: red;
    cursor: pointer;
    font-size: 18px;
}

.charge-item:hover .remove-charge {
    display: inline-block;
}
.footer-container {
    padding: 20px 20px;
}
.footer-title {
    font-weight: bold;
    color: #212529;
    margin-bottom: 10px;
}
.footer-link {
    text-decoration: none;
    color: #212529;
    display: block;
    margin-bottom: 5px;
}
.footer-link:hover {
    text-decoration: underline;
}
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: black;
}
.social-icons a:hover {
    color: #007bff;
}
.footer-bottom {
    font-size: 14px;
    color: #6c757d;
    /* text-align: right; */
}
.edit-input {
    font-size: 24px;
    font-weight: bold;
    width: 30%;
    text-align: right;
    border-radius: 5px;
}
.editable-label {
    cursor: pointer;
}
.edit-input:focus {
    border-color: #f0f3f1e4;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(237, 239, 237, 0.966);
    outline: none;
}
.edit-label:focus {
    border-color: #f0f3f1e4;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(237, 239, 237, 0.966);
    outline: none;
    border-radius: 5px;
}
.active {
    color: #30ed0f;
}
