@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&family=Open+Sans&family=Poppins&display=swap');

:root {
    --red-shadow: #FFD3DE;
    --color-white: #ffffff;
    --primary-color: #DE355E;
    --color-white-1: #F2F2F2;
    --green-check-item-rgb: rgb(145, 255, 106);
    --color-grey-1: #E3E6ED;
    --color-dark: #1F1F22;
    --color-purple: #7127CE;
    --color-grey-3: #CBD0DD;
    --color-grey-4: #C0BFBF;
    --color-grey-5: #525B75;
}

.body-color {
    background-color: #FFF4F4;
}

.bg-container {
    position: relative;
    height: 661px;
    margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}

.title-banner {
    color: var(--color-white);
    position: absolute;
    top: 100px;
    right: 21px;
    width: 195px;
    font-family: 'Nunito Sans', sans-serif;
}

.count-bulk-sign {
    border-radius: 10px;
    background: #EAE9E9;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}


.item-text {
    font-size: 13px;
    color: var(--color-white-1);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700 !important;
    color: #F2F2F2;
}

.item-text-1 {
    font-size: 20px;
    color: var(--color-white-1);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700 !important;
    color: #222834;
    padding-left: 16px;


}

.item-text-1-sub {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400 !important;
    padding-left: 50px;
    color: #31374A;
    width: 400px;
}

.circle-item {
    --phoenix-text-opacity: 1;
    color: rgba(145, 255, 106, 1) !important;
}

.circle-item-black {
    --phoenix-text-opacity: 1;
    color: rgb(6, 6, 6) !important;
}

.label-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: rgba(242, 242, 242, 1);
    font-weight: 400;
}

.emeterai {
    position: absolute;
    height: 301px;
    top: 114px;
}


.loader {
    width: 30px;
    height: 30px;
    border: 3px solid var(--primary-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    align-items: center;
    display: none !important;

}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.container-banner {
    height: 178px;
    width: 262px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 13px;
    position: absolute;
    bottom: 68px;
    left: 64px;
    font-family: 'Nunito Sans', sans-serif;
}

.header-control {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #323639;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.flex-header-control {
    width: 100% !important;
    background: #323639;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.page-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin: 20px;
}

.document-control {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    gap: 10px;
}

.btn-signer {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--red-darker-main, #D4214C);
}

.btn-signer {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-radius: 10px;
    background: var(--red-darker-main, #D4214C);
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.box-item {
    display: flex;
    padding: 22px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 8.1px 0px rgba(0, 0, 0, 0.25);
}

.box-item-title {
    color: #525B75 !important;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.box-item-desc {
    color: var(--Colors-Grey-Grey-7, #525B75);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
}

.container-login {
    height: 709px;
    width: 464px;
    position: relative;
    background-color: var(--color-white);
    padding-left: 32px;
    padding-right: 32px;
    box-shadow: 3px 0 3px -2px var(--color-grey-1), -3px 0 3px -2px var(--color-grey-1);
}

.title-item {
    color: var(--Colors-Grey-Grey-7, #525B75);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.32px;
    margin-left: 16px;
    text-align: start;
    text-transform: uppercase;
}

.timer-otp {
    color: var(--Colors-Grey-Grey-7, #525B75);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.box-pin-otp {
    text-align: center;
    display: flex;
    height: 100%;
    width: 48px;
    padding: 0px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    border: 1px solid var(--Colors-Grey-Grey-3, #CBD0DD);
    background: var(--Colors-Whites-White, #FFF);
}

.otp-box {
    text-align: center;
    display: flex;
    height: 38px;
    padding: 0px 16px;
    align-items: center;
    gap: 16px;

}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
 }

.title-navbar {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.resend-otp-text {
    color: #307EB7;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
}

.counter-quota-top {
    width: 176px;
    height: 45px;
    margin: auto !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--2nd-colo, #7127CE);
}

.title-counter-quota {
    color: var(--light-mode-light-purple-light, #EDEAFD);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.center-vertical {
    margin: auto !important;
    text-align: center;
}

.nav-padding {
    margin-bottom: 15px;
}

.nav-top-left {
    margin: auto;
}

.img-nav-logo {
    margin-left: 24px;
    margin-right: 12px;
}

.divider-nav-item {
    width: 4px;
    height: 24px;
    background-color: var(--primary-color);
}

.c-primary {
    color: var(--primary-color);
}

.c-white {
    color: var(--color-white);
}

.c-white {
    color: var(--color-white);
}

.c-dark {
    color: var(--color-dark);
}


.text-nav {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.hor-divider-menu {
    background-color: var(--color-grey-4);
    width: 1px;
    height: 70px;
}

.menu-title {
    color: var(--Dark-Text, #09090A);
    font-family: Nunito Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.5px;
}

.history-stamp {
    display: flex;
    height: 16px;
    padding: 0.5px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.history-stamp-waiting {
    color: #003CC7;
    font-family: Nunito Sans;
    font-size: 10.24px;
    font-style: normal;
    font-weight: 700;
    line-height: 73%;
    letter-spacing: 0.205px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid var(--colors-primary-200, #ADC5FF);
    background: var(--colors-primary-100-light, #E5EDFF);
    width: fit-content;
}

.history-stamp-success {
    color: #1C6C09;
    font-family: Nunito Sans;
    font-size: 10.24px;
    font-style: normal;
    font-weight: 700;
    line-height: 73%;
    letter-spacing: 0.205px;
    text-transform: uppercase;
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--colors-success-200, #BEE8B4);
    background: var(--colors-success-100-light, #D9FBD0);
    width: 65px;

}

.search-history {
    display: flex;
    height: 38px;
    padding: 0px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Colors-Grey-Grey-3, #CBD0DD);
    background: var(--Colors-Whites-White, #FFF);
    margin-bottom: 24px;
}

.bg-icon-search {
    color: var(--Colors-Grey-Grey-4, #9FA6BC);
    font-family: Font Awesome 6 Free;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.384px;
}

.search-input {
    width: 100%;
    outline: none;
    border: none;
}


.history-stamp-failed {
    color: #B81800;
    font-family: Nunito Sans;
    font-size: 10.24px;
    font-style: normal;
    font-weight: 700;
    line-height: 73%;
    letter-spacing: 0.205px;
    text-transform: uppercase;
    border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--colors-error-200, #FABCB3);
    background: var(--colors-error-100-light, #FFE0DB);
    width: 65px;

}

.text-all-history {
    color: var(--colors-primary-400-base, #3874FF);
}

.text-menu-history {
    color: var(--colors-grey-grey-11-dark, #141824);

}

.title-notfound {
    color: var(--Dark-Text, #09090A);
    font-family: Nunito Sans;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.5px;
    /* 84.167% */
}

.subtitle-notfound {
    color: var(--Dark-Text, #09090A);
    font-family: Nunito Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.5px;
    /* 210.417% */
}

.orientation-document {
    display: flex;
    height: 43px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--red-darker-main, #D4214C);
    background: #FFF;
    color: var(--red-main, #DE355E);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 33px;
}

.counter-page {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.ta-vertical {
    margin: auto;
}

.box-counter-page {

    display: flex;
    padding: 5px 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 45px !important;
    height: 35px;
    text-align: center;
    background: #191B1C;
    color: #ffffff;
    margin-right: 10px;
}

.input-box {}

.box-percentage {
    display: flex;
    padding: 5px 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 70px;
    height: 35px;
    text-align: center;
    background: #191B1C;
}

.step-reg-esign {
    text-align: center !important;
    width: 26px;
    height: 34px;
    border-radius: 8px;
    background: #862BE1;
    color: #ffffff;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-reg-esign-inactive {
    background: #e8e8e8;
    color: #000;
}

.dotted-reg {
    border-bottom: var(--color-purple) dotted;
    width: 30px;
}

.horizontal-divider {
    display: inline-block;
    background-color: #BDBDC7;
    width: 1px !important;
}

.burger-control {
    cursor: pointer;
}

.btn-register {
    margin-top: 48px;
}

.m-top-10 {
    margin-top: 10px;
}

.p-top-56 {
    padding-top: 56px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-28 {
    margin-top: 28px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-24 {
    margin-right: 24px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-5 {
    margin-left: 5px;
}

.m-5 {
    margin: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-20 {
    margin-right: 20px;
}

.pr-16 {
    padding-right: 16px;
}

.hide-bullet {
    list-style-type: none;
}

.w-20 {
    width: 20px;
}

.h-20 {
    height: 20px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-42 {
    padding-right: 42px;
}

.navbar-vertical-footer {
    height: 120px !important;

}

.remove-signer {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-radius: 7px;
    border: 1px solid var(--red-darker-main, #D4214C);
    background: #FFF;
}

.signer-name-text {
    color: #000;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.signer-name {
    display: flex;
    width: 1079px;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    background: #FFF;
}

.setting-circle {
    height: 46px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-dark) !important;
}

.count-notification {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-family: 'Nunito Sans', sans-serif;
    background-color: var(--primary-color) !important;
}


.notification-top {
    border-radius: 23px;
    border: 1px solid var(--primary-color);
    padding: 20px;
    width: 148px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: 'Nunito Sans', sans-serif;
}

.meterai-top {
    border-radius: 12px;
    border: 1px solid var(--color-purple);
    width: 176px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: 'Nunito Sans', sans-serif;
}

.c-change-password {
    border-radius: 6px;
    border: 1px solid var(--color-purple);
    width: 248px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 18px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-purple);
    font-family: 'Nunito Sans', sans-serif;
}

.text-16 {
    font-size: 16px;
    color: var(--color-dark);
    font-family: 'Nunito Sans', sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.text-uppercase {
    text-transform: uppercase;
}

.c-password-text {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-grey-5);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.contact-us {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-purple);
    font-family: 'Nunito Sans', sans-serif;
}

.btn-call-us {
    border-radius: 6px;
    width: 155px;
    height: 38px;
    background-color: var(--color-purple) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
}

.btn-request-materai {
    cursor: pointer;
    /* border: none; */
    background-color: var(--color-white);
}

.btn-change-password {
    border-radius: 6px;
    width: 142px;
    height: 38px;
    background-color: var(--color-purple) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    border: none;
}

.btn-okay-modal {
    border-radius: 6px;
    background-color: var(--color-purple) !important;
    width: 83px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.btn-cancel-modal {
    border-radius: 6px;
    border: 1px solid var(--color-purple);
    width: 65px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-purple);
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-purple {
    background-color: var(--color-purple) !important;
}

.btn-req-meterai-top {
    display: flex;
    width: fit-content;
    height: 45px;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--2nd-colo, #7127CE);
    background: var(--2nd-colo, #7127CE);
}

.ct-meterai-top {
    margin-left: 15px;
    width: 130px;
    height: 45px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid var(--color-purple);
    background-color: var(--color-purple) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.count-meterai {
    margin: auto;
    color: var(--color-purple) !important;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;

}

.text-request-modal {
    color: #525B75;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 149%;
    /* 20.86px */
    letter-spacing: -0.14px;
}

.menu-setting-top {
    width: 233px;
    height: 74px;
    border-radius: 6px;
    border: 1px solid var(--color-grey-3);
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    display: none;
    color: var(--color-dark);
}

.content-buy-stamp {
    min-height: 100vh;
    padding: calc(var(--phoenix-navbar-top-height) + 2rem) 1.5rem 6.375rem 1.5rem;
    padding-bottom: 6rem;
}

.banner-buy-stamp {
    width: 1146px;
    height: 324px;
    background-color: var(--color-purple);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.signer-me {
    border-radius: 6px;
    border: 1px solid var(--Colors-Grey-Grey-3, #CBD0DD);
    background: var(--Colors-Whites-White, #FFF);
    display: flex;
    height: 38px;
    padding: 16px;
    align-items: center;
    display: flex;
    align-self: stretch;
}

.dotted-input {
    border-radius: 6px;
    border: 1px dashed #525B75;
    background: var(--Colors-Whites-White, #FFF);
    height: 38px;
    align-items: center;
    display: flex;
    padding: 0px 16px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 16px;
}

.menu-setting-top a {
    color: #1F1F22;
}

.dflex {
    display: flex;
}

.bg-white {
    background-color: var(--color-white);
}

.p-10 {
    padding: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-33 {
    margin-right: 33px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-25 {
    margin-top: 25px;
}



.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-16 {
    margin-left: 16px;
}

.mt-120 {
    margin-top: 120px;
}

.btn-download-doc {
    display: flex;
    height: 39px;
    width: 146px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--color-white);
    background: var(--red-darker-main, #D4214C);
}

.btn-download {
    display: flex;
    width: 291px;
    height: 67px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: white;
    background: var(--red-darker-main, #D4214C);
    cursor: pointer;
    border: none;

}

.btn-download a {
    color: white !important;
}

.frame-document {
    padding: 16px;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.frame-document h3 {
    color: var(--colors-grey-grey-7, #525B75);
    font-family: Nunito Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.frame-document-done {
    padding: 6px 16px;
    gap: 10px;
    border-radius: 10px;
    background: #E0E0E0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.frame-document label {
    color: #525B75;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.btn-submit-stamp {
    display: flex;
    height: 39px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--color-white);
    margin-top: 20px;
    margin-bottom: 22px;
    background: var(--red-darker-main, #D4214C);
    border: none;
    cursor: pointer;
}



.btn-apply-sign {
    display: flex;
    height: 39px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: var(--red-darker-main, #D4214C);
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-disable {
    background: #8A8A8A !important;
}


.btn-add-contact {
    display: flex;
    height: 39px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--color-white);
    margin-top: 20px;
    margin-bottom: 22px;
    background: var(--red-darker-main, #D4214C);
    border: none;
    cursor: pointer;
}

.btn-primary {
    display: flex;
    height: 39px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--color-white);
    margin-top: 20px;
    margin-bottom: 22px;
    background: var(--red-darker-main, #D4214C);
    border: none;
    cursor: pointer;
}

.align-end {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.align-start {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.frame-stamping {
    padding: 6px 16px;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.stepper-wrapper {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.container-video-recorder {
    position: relative;
}

.recorder-time {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    margin: auto;
}

.message-recorder {
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.25);
    gap: 10px;
    color: var(--Colors-Grey-Grey-7, #525B75);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    height: 50px !important;
}

.notification-card-esign {
    display: flex;
    width: 100%;
    padding: 20px 16px;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.btn-bottom-step {
    display: flex;

    justify-content: space-between;
}

.hide-underline-text {
    text-decoration: none !important;
}

.notif-card-danger {
    background: var(--red-darker-main, #D4214C) !important;
}

.notif-card-active {
    background: #1B8818 !important;
}

.notif-card-pending {
    border-radius: 6px;
    background: #FFF;
    color: var(--red-darker-main, #D4214C) !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 16.8px */
}



.notification-card:hover {
    background-color: var(--primary-color) !important;
}

.timer-record-text {
    color: var(--Colors-Grey-Grey-7, #525B75);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.notif-stamp {
    display: none !important;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-white);
    margin-bottom: 6px;
    border: 1px solid #CBD0DD;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    border: 1px solid #825963;
}

.dot-item {
    height: 15px;
    width: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
}

.dot-item-before {
    height: 15px;
    width: 15px;
    background-color: #6E7891;
    border-radius: 50%;
    display: inline-block;
}


.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #825963;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.stamp-box {
    width: 1079px;
    height: 100%;
    background: #525659;
    margin-bottom: 22px;
}

.header-stamp-box {
    display: flex;
    width: 1079px;
    padding: 20px;
    align-items: flex-end;
    gap: 125px;
    background: #323639;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-apply-stamp {
    display: flex;
    height: 39px;
    width: 101px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--red-darker-main, #D4214C);
    color: var(--color-white);
    cursor: pointer;
}

.success-stamp {
    padding: 6px 16px;
    gap: 10px;
    background: var(--color-white);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-download-back {
    display: flex;
    width: 291px;
    height: 67px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: white;
    border: 1px solid var(--red-darker-main, #D4214C);
    cursor: pointer;
}

.text-desc-download {
    color: #525B75;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.5px;
}

.bg-primary {
    background-color: var(--color-purple) !important;
}

.icon-success-stamp {
    background: var(--primary-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-success-stamp {
    color: var(--Dark-Text, #09090A);
    font-family: Nunito Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.5px;
}

.document-success-stamp img {
    width: 80%;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.notification {
    display: flex;
    padding: 16px 40px;
    height: 73px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}

.notification-unread {
    background: #FFDAE3;
}

.notification-read {
    background: #F3F4F6;
}

.more-icon {
    margin: auto;
}

.text-notification {
    color: var(--colors-grey-grey-10, #383838);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sub-text-notification {
    color: var(--colors-grey-grey-8, #3E465B);
    font-family: Nunito Sans;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.date-notification {
    margin-left: 5px;
    color: var(--colors-grey-grey-8, #3E465B);
    font-family: Nunito Sans;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.clock-notification {
    color: var(--colors-grey-grey-7, #525B75);
    font-family: Font Awesome 6 Free;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.bold-notification {
    color: var(--colors-grey-grey-10, #383838);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.duration-text-notification {
    color: var(--colors-grey-grey-6, #6E7891);
    font-family: Nunito Sans;
    font-size: 10.24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.quota-emeterai {
    display: flex;
    width: 173px;
    height: 91px;
    padding: 0px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    border: 1px solid var(--2nd-colo, #7127CE);
    background: var(--2nd-colo, #7127CE);
}

.canvas-pdf {
    margin-top: 37px;
    width: fit-content;
    height: fit-content;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 37px;
}

.konva-pdf {
    margin-top: 37px;
}

.text-12 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.icon-suffix-upload {
    margin-right: 25px !important;
    background: url("../img/uploadicon.svg") no-repeat right;
    background-size: 20px;
    cursor: pointer;
}


.sign-speciment {
    border: 1px solid #CBD0DD;
    border-color: #CBD0DD;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: fit-content;
    width: 40%;
}

.img-speciment {
    height: 170px !important;
}

.identity-card {
    border: 1px solid #CBD0DD;
    border-color: #CBD0DD;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: fit-content;
    width: 40%;
}

.img-identity {
    height: 180px !important;
}

.text-24 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.btn-request-meterai-top {
    display: flex;
    padding: 8px 16px;
    height: 48px;
    align-items: center;
    gap: 16px;
    border-radius: 23px;
    background: var(--red-darker-main, #D4214C);
    color: var(--light-mode-light-purple-light, #EDEAFD);
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* 315.625% */
}


@media only screen and (max-width: 395px) {

    .container-banner {
        bottom: 68px;
        left: 30px;
    }

    .box-pin-otp {
        width: 25% !important;
    }

    .notif-stamp {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .bg-container {
        margin-left: 0px;
    }

    .box-pin-otp {
        width: 20% !important;
    }

    .notif-stamp {
        display: block !important;
    }
}


@media only screen and (max-width: 1480px) {
    .item-text-1-sub {
        width: 300px;
    }

    .stamp-box {
        width: 100%;
    }

    .header-stamp-box {
        width: 100%;
    }
}