body {
    box-sizing: border-box;
    font-family: "Inter", serif;
    padding: 0;
    display: flex;
    justify-content: center;
}

body::-webkit-scrollbar {
    display: none; /* Menyembunyikan scrollbar pada browser berbasis Webkit */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0;
    -moz-appearance: textfield; /* Firefox */
}

.form-check-input:checked {
    background-color: #10abcf;
    border-color: #10abcf;
}

/* FLEXBOX */

.select-none {
    user-select: none;
}

.top-negatif-1 {
    top: -1px !important;
}

.top-negatif-3 {
    top: -3px !important;
}

.cursor-p {
    cursor: pointer;
}

.cursor-d {
    cursor: default;
}

.cursor-not {
    cursor: not-allowed;
}

.h-100 {
    height: 100vh !important;
}

.h-80 {
    height: 80vh !important;
}

.h-70 {
    height: 70vh !important;
}

.h-60 {
    height: 60vh !important;
}

.h-50 {
    height: 50vh !important;
}

.h-30 {
    height: 30vh !important;
}

.h-auto {
    height: auto !important;
}

.border-none {
    border: none;
}

.border-top-1 {
    border-top: 1px solid rgba(0, 0, 0, 0.031);
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.031);
}

.border-black {
    border: 1px solid #00000010 !important;
}

.border-darkerblack {
    border: 1px solid #0000002d !important;
}

.border-blue {
    border: 1px solid #10abcf;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-50 {
    width: 50% !important;
}

.gap-clamp-1 {
    gap: clamp(0.5rem, 2vw, 1rem);
}

.gap-01 {
    gap: 0.1rem;
}

.gap-02 {
    gap: 0.2rem;
}

.gap-03 {
    gap: 0.3rem;
}

.gap-04 {
    gap: 0.4rem;
}

.gap-05 {
    gap: 0.5rem;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 1rem !important;
}

.gap-1s {
    gap: 1.5rem !important;
}

.gap-2 {
    gap: 2rem !important;
}

.gap-3 {
    gap: 3rem !important;
}

.gap-4 {
    gap: 4rem !important;
}

.gap-5 {
    gap: 5rem !important;
}

.gap-6 {
    gap: 6rem !important;
}

.gap-7 {
    gap: 7rem !important;
}

.flex-d {
    flex-direction: column !important;
}

.justify-between {
    justify-content: space-between !important;
}

.flex-dr {
    flex-direction: row !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center !important;
}

.justify-end {
    justify-content: end !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-justify {
    text-align: justify !important;
}

/* END OF FLEXBOX */

/* SPACING */

.p-0 {
    padding: 0 !important;
}

.p-absolute {
    position: absolute;
}

.decoration-none {
    text-decoration: none;
}

.b-radius-8 {
    border-radius: 8px;
}

.w-fit {
    width: fit-content !important;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100% !important;
}

.mt1 {
    margin-top: 2px !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mt-15 {
    margin-top: 1.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.p-2 {
    padding: 2rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-0s {
    padding-top: 0.5rem !important;
}

.pt-07 {
    padding-top: 0.7rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-1s {
    padding-top: 1.5rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3ss {
    padding-top: 3.3rem !important;
}

.pt-3s {
    padding-top: 3.5rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-4s {
    padding-top: 4.5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-10 {
    padding-top: 190rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-05 {
    padding-right: 0.5rem !important;
}

.pr-07 {
    padding-right: 0.7rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.pr-6 {
    padding-right: 6rem !important;
}

.pr-8 {
    padding-right: 8rem !important;
}

.pr-10 {
    padding-right: 190rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-05 {
    padding-bottom: 0.5rem !important;
}

.pb-07 {
    padding-bottom: 0.7rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-05 {
    padding-left: 0.5rem !important;
}

.pl-07 {
    padding-left: 0.7rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-6 {
    padding-left: 6rem !important;
}

.pl-8 {
    padding-left: 8rem !important;
}

.pl-10 {
    padding-left: 190rem !important;
}

/* END OF SPACING */

.op-00 {
    opacity: 10% !important;
}

.op-0 {
    opacity: 20% !important;
}

.op-1-5 {
    opacity: 45% !important;
}

.op-1 {
    opacity: 60% !important;
}

.border-white {
    border: 2px solid white;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.border-bottom2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.092) !important;
}

p {
    padding: 0;
    margin: 0;
}

.p-sticky {
    position: sticky;
    top: 70px;
}

.p-sticky-message {
    position: sticky;
    top: 59px;
}

.mobile-container {
    max-width: 480px !important;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
    max-width: 480px;
    flex-direction: column;

    /* shadow */
    /* -webkit-box-shadow: 0px 0px 26px -24px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 26px -24px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 26px -24px rgba(0, 0, 0, 1); */
}

/* MENU FORMATTING */

.vertical {
    border-left: 1px solid #ededed;
    height: 30px;
    display: none;
}

.bg-menu-active {
    background-color: #10abcf !important;
}

.icon-home {
    background-color: #cbcbcb;
    display: block;
    width: 34px;
    height: 34px;
    mask: url("../img/footer/dashboard-menu.svg") no-repeat center / contain;
    -webkit-mask: url("../img/footer/dashboard-menu.svg") no-repeat center /
        contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-message {
    background-color: #cbcbcb;
    display: block;
    width: 34px;
    height: 34px;
    mask: url("../img/footer/pesan-menu.svg") no-repeat center / contain;
    -webkit-mask: url("../img/footer/pesan-menu.svg") no-repeat center / contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-profile {
    background-color: #cbcbcb;
    display: block;
    width: 34px;
    height: 34px;
    mask: url("../img/footer/profil-menu.svg") no-repeat center / contain;
    -webkit-mask: url("../img/footer/profil-menu.svg") no-repeat center /
        contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-work {
    background-color: #cbcbcb;
    display: block;
    width: 34px;
    height: 34px;
    mask: url("../img/footer/pekerjaan-menu.svg") no-repeat center / contain;
    -webkit-mask: url("../img/footer/pekerjaan-menu.svg") no-repeat center /
        contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-setting {
    background-color: #cbcbcb;
    display: block;
    width: 34px;
    height: 34px;
    mask: url("../img/footer/setting-menu.svg") no-repeat center / contain;
    -webkit-mask: url("../img/footer/setting-menu.svg") no-repeat center /
        contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-active {
    text-align: center;
    color: #10abcf !important;
    /* background-color: #10abcf; */
}

.text-active {
    opacity: 100% !important;
    color: #10abcf !important;
    font-weight: 500 !important;
    /* background-color: #10abcf; */
}

.border-active {
    /* active line */
    border-top: 2px solid #10abcf !important;
    border-radius: 2px;
}

.border-profil-active {
    border: 2px solid #10accf !important;
    border-radius: 999px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-12 {
    border-radius: 12px;
}

/* END OF MENU FORMATTING */

/* LETTER SPACING */

.ls-01 {
    letter-spacing: 0.1px !important;
}

.ls-04 {
    letter-spacing: 0.2px !important;
}

/* END OF LETTER SPACING */

/* FONT WEIGHT */

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

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

.fw-700 {
    font-weight: 700 !important;
}

/* END OF FONT WEIGHT */

/* BG */

.overflow-hidden {
    overflow: hidden;
}

.bg-f5 {
    background-color: #f5f5f5 !important;
}

.bg-green {
    background-color: #0aa41a !important;
}

.bg-darkop {
    background-color: #00000025 !important;
}

.bg-blue {
    background-color: #10abcf !important;
}

.bg-bluegradient {
    background: rgb(36, 183, 217);
    background: linear-gradient(
        142deg,
        rgba(36, 183, 217, 1) 0%,
        rgba(24, 143, 171, 1) 100%
    );
}

.bg-blue-10 {
    background-color: #10accf2c !important;
}

.bg-red-10 {
    background-color: #c9071e24 !important;
}

.bg-green-10 {
    background-color: #1bb21325 !important;
}

.shadow-bottom {
    /* shadow */
    -webkit-box-shadow: 0px -19px 10px -21px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px -19px 10px -21px rgba(0, 0, 0, 0.12);
    box-shadow: 0px -19px 10px -21px rgba(0, 0, 0, 0.12);
}

.shadow-top {
    /* shadow */
    -webkit-box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
}

.z-index-101 {
    z-index: 101;
}

.z-index {
    z-index: 1000;
}

.z-index-1001 {
    z-index: 1001;
}

/* END OF BG */

/* FONT COLORING */

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.text-white {
    color: white;
    /* padding: 0 !important; */
    margin: 0;
}

.text-pesan {
    color: #737373;
}

.text-gray-10 {
    color: #707070;
}

.text-gray-1s {
    color: rgba(0, 0, 0, 0.355) !important;
}

.text-gray-1 {
    color: rgba(0, 0, 0, 0.232) !important;
}

.text-gray {
    color: #343434 !important;
}

.text-blue {
    color: #10abcf !important;
    text-decoration: none;
}

.text-red {
    color: #c9071e !important;
}

.text-green {
    color: #1bb213 !important;
}

.text-bluedarker {
    color: #257aaa !important;
    text-decoration: none;
}

.text-green {
    color: #03ab2a;
}

/* END OF FONT COLORING */

/* FONT SIZE CLASSES */

.text-megatiny {
    font-size: clamp(0.1rem, 3vw, 0.5rem) !important;
    margin: 0;
}

.text-supertiny {
    font-size: clamp(0.1rem, 2.5vw, 0.75rem) !important;
    color: #7b7b7b;
    margin: 0;
}

.text-tiny {
    font-size: clamp(0.3rem, 3vw, 0.75rem);
    margin: 0;
}

.text-xs-lite {
    font-size: clamp(0.75rem, 2.4vw, 0.8rem) !important;
    margin: 0;
}

.text-xs-voucher {
    font-size: clamp(0.7rem, 3vw, 0.75rem) !important;
    margin: 0;
    line-height: 150%;
}

.text-xs {
    font-size: clamp(0.8rem, 3vw, 0.85rem) !important;
    margin: 0;
    line-height: 150%;
}

.text-xs-icondb {
    font-size: clamp(0.75rem, 3vw, 0.85rem) !important;
    margin: 0;
    line-height: 150%;
}

.text-sm {
    font-size: clamp(0.85rem, 3vw, 0.89rem) !important;
    letter-spacing: 0.1px;
    line-height: 150%;
}

.text-sm-300 {
    font-size: clamp(0.5rem, 3vw, 0.85rem) !important;
    letter-spacing: 0.1px;
    line-height: 150%;
    text-decoration: none;
}

.text-base {
    font-size: clamp(0.85rem, 3vw, 0.9rem) !important;
    /* letter-spacing: 0.1px; */
    line-height: 150%;
    margin: 0;
}

.text-lg-lite {
    font-size: clamp(0.83rem, 3.5vw, 1rem) !important;
    letter-spacing: 0.2px;
    line-height: 150%;
    margin: 0;
}

.text-lg {
    font-size: clamp(0.95rem, 3.5vw, 1.1rem) !important;
    letter-spacing: 0.2px;
    line-height: 150%;
}

.text-xl {
    font-size: clamp(1.2rem, 4vw, 1.3rem) !important;
    letter-spacing: 0.2px;
    line-height: 150%;
}

.text-xxl {
    font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
    letter-spacing: 0.2px;
    line-height: 150%;
}

.text-xs-menu {
    font-size: clamp(0.3rem, 3vw, 0.86rem);
    width: 89%;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    color: #676767;
    margin: 0;
}

.text-xs-footer {
    font-size: clamp(0.3rem, 3vw, 0.85rem);
    width: 89%;
    line-height: 130%;
    font-weight: 300;
    text-align: center;
    color: #343434;
    margin: 0;
}

.text-title {
    font-size: clamp(0.6rem, 3.4vw, 0.9rem) !important;
    letter-spacing: 0.2px;
    line-height: 150%;
}

.custom-bottom-1 {
    bottom: 100px !important;
}

.h-fit {
    height: fit-content !important;
}

/* END OF FONT SIZING */

/* HOVER */

.hover:hover {
    background-color: #f5f5f5;
    /* -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; */
}

.hover-blue:hover {
    transition: all 1s; /* lets make it smooth */
    background-color: #10accf17;
}

.hover-gradient:hover {
    transition: all 0.5s; /* lets make it smooth */
    background: rgb(36, 183, 217);
    background: linear-gradient(
        142deg,
        rgba(36, 183, 217, 1) 0%,
        rgba(24, 143, 171, 1) 100%
    );
}

.hover-text:hover {
    color: white !important;
}

.hover-text-blue:hover {
    color: #10abcf !important;
}

/* ENC OF HOVER */
