.card {
    background: #fff;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    padding: 0;
}

.card .card-header {
    background-color: #fff;
    padding: 16px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px solid var(--NN300, #e6e6e6) !important;
}

.card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 24px;
    border-radius: 12px;
}

.container-loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    background: #283b4cbf;
    visibility: hidden;
    display: none;
}

.container-loader.show {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-loader .loader-spinner {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.container-loader .loader-spinner::after,
.container-loader .loader-spinner::before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-animation: scale50 1s infinite ease-in-out;
    animation: scale50 1s infinite ease-in-out;
}

.container-loader .loader-spinner::before {
    top: auto;
    bottom: 0;
    background-color: #FF3D00;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.bhisa-18izpw1-unf-heading {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: var(--NN950, #080808);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 0px 0 5px 3px;
}

.bhisa-y1vzck-unf-heading {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--NN600, #656C7B);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 0px;
}

.bhisa-divider {
    margin: 16px 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -o-border-image: initial;
    border-image: initial;
    border-top: 1px solid var(--NN300, #B3BBC9);
}

.modal-title {
    color: var(--NN950, #080808);
}

.preview-map {
    background-image: url("/themes/mobile_v2/assets/icons/placeholder_bhisa_kirim_v1.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}

.form-control {
    margin: 0 !important;
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 2.65rem !important;
    padding: .85rem !important;
    font-size: .675rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #131920;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #bec8d0 !important;
    border-radius: 8px !important;
    -webkit-transition: border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out !important;
    transition: border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out !important;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out !important;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out, -webkit-box-shadow .15sease-in-out !important;
}

.form-control:focus {
    color: #131920;
    background-color: #f8f9fa !important;
    border-color: var(--bs-primary) !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
    box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}

.form-control::-webkit-input-placeholder {
    color: #434546 !important;
}

.form-control:-ms-input-placeholder {
    color: #434546 !important;
}

.form-control::-ms-input-placeholder {
    color: #434546 !important;
}

.form-control::placeholder {
    color: #434546 !important;
}

#alert-bhisa-businessMessage {
    color: var(--NN950, #222222);
}

.checkbox_wrap {
    position: relative;
    display: block;
    cursor: pointer;
    margin-top: 6px;
}

.checkbox_wrap .checkbox_inp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox_wrap .checkbox_inp:checked~.checkbox_mark {
    background: #E33320;
}

.checkbox_wrap .checkbox_inp:checked~.checkbox_mark:before {
    left: 33px;
}

.checkbox_wrap .checkbox_mark {
    display: inline-block;
    position: relative;
    border-radius: 25px;
}

.checkbox_wrap .checkbox_mark:before,
.checkbox_wrap .checkbox_mark:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.checkbox_wrap .checkbox_mark {
    background: #a4a4a4;
    width: 60px;
    height: 30px;
    padding: 2px;
}

.checkbox_wrap .checkbox_mark:before {
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
}

.labelberat {
    background: #fff;
    height: 145px;
    border-radius: .6rem;
    padding: .6rem;
    -webkit-box-shadow: 0 0 0 1px #f5f5f5;
    box-shadow: 0 0 0 1px #f5f5f5;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.form-check-input[type=radio]:checked+.labelberat {
    background: antiquewhite;
    -webkit-box-shadow: 0 0 0 1px moccasin;
    box-shadow: 0 0 0 1px moccasin;
}

.form-check-weight .form-check-input[type=radio] {
    opacity: 0;
}

.form-check-weight.form-check {
    padding-left: 0;
}

.container-drop-photo {
    width: 100%;
    height: 200px;
    border: 1.5px dashed #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.container-drop-photo .title {
    font-size: 14px;
}

.container-drop-photo .subtitle {
    width: 75%;
    font-size: 12px;
}

.container-drop-photo input {
    width: 1px;
    height: 1px;
    position: fixed;
}

.container-drop-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.input-loading {
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px) !important;
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    resize: none;
    color: transparent !important;
    pointer-events: none;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    border-radius: 6px !important;
}

.input-loading::-webkit-input-placeholder {
    color: transparent !important;
}

.input-loading:-ms-input-placeholder {
    color: transparent !important;
}

.input-loading::-ms-input-placeholder {
    color: transparent !important;
}

.input-loading::placeholder {
    color: transparent !important;
}

.input-loading .title,
.input-loading .subtitle,
.input-loading .bi,
.input-loading span,
.input-loading b,
.input-loading div,
.input-loading p,
.input-loading h5 {
    color: transparent !important;
}

.input-loading .input-sub-loading {
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px) !important;
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    resize: none;
    pointer-events: none;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.card-sub-title-skeleton {
    min-height: 14px;
    border-radius: 4px;
    background-color: #e2e5e7;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.bhisa-wxbq2z-unf-heading {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--NN950, #212121);
    letter-spacing: 0.1px;
    text-decoration: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .95rem 0;
}

.bhisa-1457c8t-unf-heading {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--NN950, #212121);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bhisa-zdpt2t {
    margin-left: auto;
    text-align: right;
    max-width: 60%;
}

.pointer {
    cursor: pointer;
}

.bhisa-map {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-bottom-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.btn-back-map {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -60px;
    left: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
}

@media (max-width: 480px) {
    .modal.show .modal-dialog.modal-dialog-end {
        margin: 0 !important;
        height: 100dvh;
    }
    .modal.show .modal-dialog.modal-dialog-end .modal-content {
        border-radius: 0;
    }
}

.offcanvas.cst-offcanvas-rouded {
    padding: 0 !important;
    height: auto !important;
    border-radius: 15px 15px 0 0 !important;
}

.offcanvas.cst-offcanvas-rouded .offcanvas-header {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offcanvas.cst-offcanvas-rouded .offcanvas-header .offcanvas-title {
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
}

.offcanvas.cst-offcanvas-rouded .btn-close {
    position: absolute;
    top: -40px;
    right: 15psx;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 14px;
    z-index: 99;
    opacity: 1 !important;
}

.btn-search-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 20px;
    padding: 1.62rem 1rem !important;
    gap: 10px;
}

.search-result-items {
    padding: 5px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-result-items:hover {
    background-color: #e4e8eb;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs-menu-container {
    width: 100%;
    background-color: #fff;
    padding-bottom: 5px;
}

.tabs-menu-container .tabs-menu {
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 0;
    gap: 5px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tabs-menu-container .tabs-menu .active {
    color: #e33320 !important;
    border-bottom: 2.2px solid #e33320;
}

.footer-pt.hidden {
    display: none !important;
}

.map-preview {
    width: 100%;
    height: 100%;
}

.form-order {
    position: relative;
}

.card-form {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 20px;
    min-height: 33.5dvh;
    max-height: calc(100% - 60px);
}

.card-form .card-body {
    height: 100%;
    overflow: hidden;
}

.card-form .card-body>* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-form .card-body .card-dragger {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    padding-top: 0;
}

.card-form .card-body .card-dragger .btn-dragger-card {
    border-radius: 4px;
    width: 35px;
    height: 4px;
    background: #e4e6e7;
}

.action-button-footer {
    position: fixed !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-testid="sheet-drag-area"],
.no-text-select {
    -ms-touch-action: none;
    touch-action: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.btn-back-header {
    cursor: pointer;
}

.header-paket-fixed {
    position: fixed !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-map-container {
    position: absolute;
    top: -134px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.button-map-container .btn-map-action {
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
}

.button-map-container .btn-map-action i {
    font-size: 13px;
    color: #000000;
}

.button-map-container .btn-map-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
    padding: 3px;
}

.button-map-container .btn-map-group .btn-map-action {
    width: 35px;
    height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 1.4px solid #cfcfcf;
}

.button-map-container .btn-map-group .btn-map-action:first-of-type,
.button-map-container .btn-map-group .btn-map-action:first-child {
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.button-map-container .btn-map-group .btn-map-action:last-of-type,
.button-map-container .btn-map-group .btn-map-action:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.scrollable {
    overflow: auto;
    height: 92%;
}

.bhisa-63fxse-unf-heading {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--NN600, #656C7B);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 0px 0px 0px auto;
}

.bhisa-kvuy4v {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bhisa-kvuy4v .content {
    margin-left: 12px;
    width: 100%;
    overflow: hidden;
}

.bhisa-kvuy4v .content .date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem !important;
}

.bhisa-kvuy4v:not(:last-child) .content::before {
    content: "";
    width: 2px;
    height: calc(100% - 22px);
    border-right: 1.4px dashed #B3BBC9;
    top: 22px;
    left: 8px;
    position: absolute;
}

.bhisa-kvuy4v .pulse-animation {
    border-radius: 50%;
    -webkit-animation: animation-1d9zsuh 2s infinite normal none;
    animation: animation-1d9zsuh 2s infinite normal none;
}

.bhisa-kvuy4v.active .bhisa-1etm6e7-unf-heading {
    color: #aa0000;
}

.bhisa-kvuy4v .bhisa-1etm6e7-unf-heading {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--NN950, #080808);
    letter-spacing: -0.1px;
    text-decoration: initial;
    margin: 0px 4px 0px 0px;
}

.bhisa-kvuy4v .box-icon-kvu {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.bhisa-kvuy4v .box-icon-kvu i {
    color: #fff;
    font-size: 11px;
    width: auto;
    height: auto;
    padding: 0;
}

.bhisa-kvuy4v:first-child .box-icon-kvu,
.bhisa-kvuy4v:first-of-type .box-icon-kvu {
    background: #6c56f3;
}

.bhisa-kvuy4v:last-child .box-icon-kvu,
.bhisa-kvuy4v:last-of-type .box-icon-kvu {
    background: #fb0018;
}

.btn-change-summary {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn-change-summary i {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 0;
}

.btn-see-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 6px;
    color: #171a43;
}

.btn-see-summary i {
    font-size: 13px;
    width: auto;
    height: auto;
    padding: 0;
    color: #000000;
}

.css-bhisa-unf-label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    border-radius: 3px;
    line-height: 16px;
    padding: 0px 8px;
    height: 20px;
    font-size: 0.714286rem;
    overflow: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.css-bhisa-unf-label.bhisa-success {
    background-color: #d6ffde;
    color: #03ac0e;
}

.css-bhisa-unf-label.bhisa-warning {
    background-color: #fff0b3;
    color: #fa591d;
}

.css-bhisa-unf-label.bhisa-danger {
    background-color: #ffeaef;
    color: #ef144a;
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scale50 {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale50 {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bhisa-tvetnz-unf-heading {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: var(--NN950, #080808);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 4px 0px 0px;
}

.bhisa-1nx56qy-unf-heading {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: var(--NN600, #656C7B);
    letter-spacing: 0.1px;
    text-decoration: initial;
    margin: 2px 0px 0px;
}

@-webkit-keyframes animation-1d9zsuh {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0.4));
        box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0.4));
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px var(--GN500, rgba(170, 0, 0, 0));
        box-shadow: 0 0 0 10px var(--GN500, rgba(170, 0, 0, 0));
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0));
        box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0));
    }
}

@keyframes animation-1d9zsuh {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0.4));
        box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0.4));
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px var(--GN500, rgba(170, 0, 0, 0));
        box-shadow: 0 0 0 10px var(--GN500, rgba(170, 0, 0, 0));
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0));
        box-shadow: 0 0 0 0 var(--GN500, rgba(170, 0, 0, 0));
    }
}


/*# sourceMappingURL=kirim.css.map */