.ds-content {
    width: 100%;
    /* border: 1px solid black; */
    height: 100%;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background: rgb(16, 171, 207);
    background: linear-gradient(
        0deg,
        rgba(16, 171, 207, 0.4374343487394958) 0%,
        rgba(255, 255, 255, 0) 46%
    );
}

.ds-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-seller {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
}

.image-seller img {
    width: 90%;
    height: auto;
}

.image-seller img.verifktp {
    width: 60%;
    height: fit-content;
    aspect-ratio: 1/2;
}

.image-opening {
    height: auto;
}

.adjusment-layer {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.wrapper-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label-blue {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.7rem 0.5rem;
    gap: 0.5rem;
    border-radius: 10px;
    background-color: #10accf1b;
}

.label-blue img {
    width: 3%;
}

.langkah-1 {
    background-color: #10abcf;
    padding: 0.15rem 0.7rem;
    border-radius: 99px;
}

.topbar-setting-none {
    position: absolute;
    max-width: 480px;
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}

/* MODAL POPUP */

.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
}
.modal {
    /* position: fixed; */
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    /* background: white; */
    padding: 1rem;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
    z-index: 102;
    max-width: 448px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.modal button {
    margin: 0;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.modal-wrapper {
    border-radius: 12px;
    padding: 1rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.modal-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.confirm {
    background: green;
    color: white;
}

.cancel {
    background: red;
    color: white;
}

.btn-general {
    width: 100%;
}

/* KTP PAGE */

.ktp-content {
    width: 100%;
    /* border: 1px solid blue; */
    height: auto;
}

.wrap-container {
    height: auto;
    /* border: 1px solid red; */
    overflow: hidden;
}

.header-ktp {
    position: fixed;
    max-width: 480px;
    top: 0;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99;
}

#canvas {
    display: none;
}

.footer-wrap {
    /* border: 1px solid black; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.snap-btn {
    width: 14%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem;
    border: 2px solid #10abcf;
}

.snap-btn img {
    width: 150%;
}

/* END OF KTP PAGE */

/* KTP PREVIEW */

.preview-wrapper {
    width: 100%;
    height: 36vh;
    aspect-ratio: 1/2;
    display: flex;
    justify-content: center;
    /* border: 1px solid blue; */
    padding: 1rem;
}

.preview-image {
    width: 100%;
    height: fit-content;
    aspect-ratio: 4/2.2;
    border: 3px solid #10abcf;
    border-radius: 20px;
    overflow: hidden;
}

/* END OF KTP PREVIEW */
