body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1rem 0 1rem;
    margin-bottom: 22px;
}
.header .left-container {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.header .left-container .btn-link {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0 4px;
    border-radius: 4px;
}
.header .left-container .btn-link span {
    font-weight: 400;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
}
.header .left-container .btn-link:active {
    background-color: rgba(37, 161, 142, 0.25);
}
.card {
    border-radius: 28px 28px 0 0;
    padding: 24px 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
    min-height: 100dvh;
    position: relative;
    padding-bottom: 1rem;
}
.card .data-content {
    display: none;
    flex-direction: column;
}
.card #content-form.data-content {
    row-gap: 18px;
}
.card #content-form.data-content .box-information {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    min-height: 89px;
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}
.card #content-form.data-content .box-information .box-header {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card #content-form.data-content .box-information .box-header span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}
.card #content-form.data-content .box-information .box-header .btn-link {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #25a18e;
}
.card #content-form.data-content .box-information .box-body {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}
.card #content-form.data-content .box-information .box-body .item-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #374957;
}
.card #content-form.data-content .photo-information {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.card #content-form.data-content .photo-information .item-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333;
}
.card #content-form.data-content .photo-information .placeholder-upload {
    display: flex;
    width: 100%;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #999999;
    border-radius: 10px;
    column-gap: 38px;
}
/* prettier-ignore */
.card #content-form.data-content .photo-information .placeholder-upload .label-container {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
/* prettier-ignore */
.card #content-form.data-content .photo-information .placeholder-upload .label-container .item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333;
}
/* prettier-ignore */
.card #content-form.data-content .photo-information .placeholder-upload .label-container .btn-link {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333;
    border-bottom: 2px solid #CE1BFF;
    max-width: 89px;
    align-self: center;
}
.card #content-form.data-content .form-section .form-report {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.card #content-form.data-content .form-section .form-group {
    position: relative;
    max-height: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.card #content-form.data-content .form-section .form-group .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 0;
}
.card #content-form.data-content .form-section .form-group .form-control {
    border-radius: 6px;
    height: 33px;
    border: 1px solid #d9d9d9;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}
.card #content-form.data-content .form-section .form-group .form-control:focus {
    box-shadow: none;
}
/* prettier-ignore */
.card #content-form.data-content .form-section .form-group textarea.form-control {
    min-height: 70px;
}
.card #content-form.data-content .form-section .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 10px;
}
.card #content-form.data-content .form-section .action-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 56px;
}
.card #content-form.data-content .form-section .action-container .btn-submit {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    background-color: #25a18e;
    color: #fff;
    min-width: 200px;
    min-height: 38px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.card #content-form.data-content .photo-information .photo-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 0;
    padding-right: 0.5rem;
    /* Opsional: Sembunyikan scrollbar di beberapa browser */
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    margin-bottom: 13px;
}
/* Jika ingin scrollbar benar-benar tersembunyi */
/* prettier-ignore */
.card #content-form.data-content .photo-information .photo-container::-webkit-scrollbar {
    display: none;
}
/* Pastikan item tidak menyusut */
.card #content-form.data-content .photo-information .photo-container > * {
    flex-shrink: 0;
}
.card #content-form.data-content .photo-information .photo-container .btn-box {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94px;
    min-width: 94px;
    border: 1px solid #ce1bff;
    background-color: #d3fff8;
    border-radius: 6px;
}
.card #content-foto.data-content .image-wrapper {
    position: relative;
    min-height: 466px;
    min-width: 100%;
    border-radius: 8px;
    margin-bottom: 23px;
}
.card #content-foto.data-content .image-wrapper .preview-photo {
    height: 466px;
    width: 100%;
    border-radius: 8px;
}
.card #content-foto.data-content .image-wrapper .btn-icon {
    position: absolute;
    top: 14px;
    left: 12px;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
}
.card #content-foto.data-content .form-group {
    position: relative;
    min-height: 90px;
    width: 100%;
}
.card #content-foto.data-content .form-group img {
    position: absolute;
    top: 20px;
    left: 11px;
}
.card #content-foto.data-content .form-group textarea.form-control {
    min-height: 90px;
    padding-left: 2rem;
    border: 1px solid #d9d9d9;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 20px;
}
.card #content-foto.data-content .form-group textarea.form-control:focus {
    box-shadow: none;
}
.card #content-foto.data-content .action-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 28px;
}
.card #content-foto.data-content .action-container .btn-submit {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    background-color: #25a18e;
    color: #fff;
    min-width: 200px;
    min-height: 38px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
}
.additional-offcanvas {
    min-height: calc(100dvh - 100px);
    border-radius: 10px 10px 0 0;
}
.additional-offcanvas .offcanvas-header {
    position: relative;
    padding-top: 1rem;
}
.additional-offcanvas .offcanvas-header .divider {
    position: absolute;
    width: 51px;
    height: 8px;
    border-radius: 100px;
    background-color: #b5b5b5;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.offcanvas-body .tab-header {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
    border-bottom: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.offcanvas-body .tab-header .btn-link {
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    padding: 0 8px;
}
.offcanvas-body .tab-header .btn-link.active {
    color: #ce1bff;
    border-bottom: 2px solid #ce1bff;
}
.offcanvas-body .tab-content {
    padding-bottom: 0.5rem;
}
.offcanvas-body .tab-content .data-content {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1rem;
}
.offcanvas-body .tab-content .data-content[data-id="data-informasi"] {
    flex-direction: column;
    row-gap: 10px;
}
.offcanvas-body
    .tab-content
    .data-content[data-id="data-informasi"]
    .item-container {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
/* prettier-ignore */
.offcanvas-body .tab-content .data-content[data-id="data-informasi"] .item-container .item-label {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
/* prettier-ignore */
.offcanvas-body .tab-content .data-content[data-id="data-informasi"] .item-container .item-value {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.offcanvas-body .tab-content .data-content[data-id="data-gambar"] {
    flex-direction: column;
    align-items: center;
    row-gap: 13px;
    overflow: hidden;
    padding-bottom: 0;
}
.offcanvas-body .tab-content .data-content[data-id="data-gambar"] .main-image {
    width: 100%;
    max-width: 351px;
    height: calc(100dvh - 290px);
    max-height: 362px;
    border-radius: 8px;
}
/* prettier-ignore */
.offcanvas-body .tab-content .data-content[data-id="data-gambar"] .photo-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 0;
    /* Opsional: Sembunyikan scrollbar di beberapa browser */
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    margin-bottom: 13px;
}
/* Jika ingin scrollbar benar-benar tersembunyi */
/* prettier-ignore */
.offcanvas-body .tab-content .data-content[data-id="data-gambar"] .photo-container::-webkit-scrollbar {
    display: none;
}
/* Pastikan item tidak menyusut */
/* prettier-ignore */
.offcanvas-body .tab-content .data-content[data-id="data-gambar"] .photo-container > * {
    flex-shrink: 0;
}
