/* tambahan lukman */
.name-tag {
    color: white;
    size: 20px;
}

.bottom-nav {
    display: flex;
    padding: var(--layout-xsmall, 12px) 32px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.grid-item {
    padding: 20px;
    align-items: flex-start;
    background-color: #fff;
}

.card-widget {
    /* padding: var(--layout-large, 16px) var(--layout-xlarge, 24px); */
    display: flex;
    width: 165px;
    height: 190px;
    border-radius: 12px;
    background: linear-gradient(294deg, #F8F8FE 3.25%, rgba(232, 234, 242, 0.00) 33.06%), #FFF;
    /* box-shadow: 2px 2px 5px #888888; */
}

.card-konten {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.icon-widget {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-widget {
    color: #293147;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
    /* 16.103px */
}

.button-sukses {
    border-radius: 12px;
    background: var(--Success, #37D750);
    box-shadow: 0px 16px 17px -14px rgba(84, 191, 146, 0.78);
}

.button-ubah {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Gaya untuk wadah form input */
.search-container {
    position: relative;
    display: inline-block;
}

/* Gaya untuk ikon dalam form input */
.search-icon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 312px;
    /* Jarak dari kiri */
    color: #ffffff;
    /* Warna ikon */
}

/* Gaya untuk input pencarian */
.search-input {
    display: flex;
    font-size: 16px;
    width: 350px;
    height: 42px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* tambahan 12/11/2023 */
.search-input:focus {
    color: #fff;
    border-color: #ffffff;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(27, 104, 255, 0.25); */
  }

input::placeholder {
    color: #fff;
    font-size: 16px;
}


.card-profile-cstm {
    display: flex;
    padding: 10px;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-cst1 {
    display: flex;
    height: 38px;
    padding: 10px var(--layout-medium, 14px);
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 125px;
    background: rgba(232, 234, 242, 0.24);
}

.widgetNotif {
    width: 325px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
    transition: box-shadow 0.3s ease-in-out;
}



.kecilkan_font2 {
    font-size: 12px;
}

.badge-danger2 {
    color: #FEC857;
    background-color: #FADADA;
    border-color: #000;
}

.badge-primary2 {
    color: #0067FF;
    background-color: #0066ff4f;
    border-color: #000;
}

/* tambahan 01-11-2023 */
.icon-pushnot {
    margin-top: 10px;
    align-items: flex-start;
    gap: 10px;
}

.header-pushnot {
    color: var(--neutral-grey, #858585);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
    /* 13.803px */

}

.p-pushnot {
    top: 4px;
    color: var(--neutral-grey, #858585);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


}

.dropdown-menu-cstm {
    width: 293px;
    padding: var(--layout-xsmall, 12px) 10px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

.widgetNotif:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.label-kanan {
    width: 115px;
    height: 14px;
    margin-left: 135px;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.06);
}

.text-label1 {
    margin-top: 3pxpx;
    white-space: nowrap;
    color: var(--neutral-grey, #858585);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
    /* 13.803px */
}

.label-alert {
    width: 48px;
    height: 14px;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(254, 200, 87, 0.16);
    background: rgba(254, 200, 87, 0.06);
}

.label-information {
    width: 83px;
    height: 14px;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(0, 103, 255, 0.12);
    background: rgba(0, 103, 255, 0.06);
}

.label-uncategorized {
    width: 100px;
    height: 14px;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(65, 219, 185, 0.12);
    background: rgba(65, 219, 185, 0.06);
}

.uncategorized {
    margin-top: 5px;
    margin-left: -11px;
    padding: 10px;
    color: var(--Bright-Green, #41DBB9);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
}

.information {
    margin-top: 5px;
    margin-left: -11px;
    padding: 10px;
    color: var(--Blue, #0067FF);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
}

.alert {
    margin-top: 18px;
    margin-left: -11px;
    padding: 10px;
    color: var(--Yellow-Sunny, #FEC857);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.023%;
    /* 13.803px */
}

.judul-notif {
    width: 180px;
    color: var(--Dark-Blue, #051F6E);
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.023%;
    /* 18.404px */
}

.isi-notif {
    align-self: stretch;
    color: #000;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.023%;
    /* 13.803px */
}

.tgl-notif {
    display: flex;
    padding: 5px 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 38px;
    background: var(--neutral-light-gray, #F9F9F9);
}

.isi-tgl {
    color: #000;
    /* font-family: Inter; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.023%;
    /* 11.502px */
}

.jmh-penerima {
    width: 74px;
    height: 20px;
    margin-left: -35px;
    display: flex;
    padding: 0px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 41px;
    background: var(--neutral-ice-blue, #E8EAF2);
}

.isi-penerima {
    margin-left: 0px;
    color: var(--Blue, #0067FF);
    /* font-family: Inter; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.023%;
    /* 11.502px */
}

.card-login {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 0.75px solid rgba(0, 0, 0, 0.15);
}

.step {
    display: none;
}



.step.active {
    display: block;
    margin-top: 45px;
    margin-left: 14px;
}

.step-bar {
    /* margin-right: 47%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    gap: 75px;
}

.text-bar {
    /* margin-right: 47%; */
    display: flex;
    align-items: end;
    margin-top: 20px;
    gap: 18%;
}

.step-bar div {
    width: 32px;
    height: 32px;
    border: 2px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    background-color: #fff;
    color: #ccc;
}

.step-bar div.active {
    background-color: #0067FF;
    border: 2px solid #0067FF;
    color: #fff;
}

.txt-label {
    color: #000;
    text-align: center;
    flex-direction: column;

    /* Body 1 Reguler/Body 1 (Regular) */
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rectangle {
    margin-top: 20px;
    max-width: auto;
    height: 163px;
    background: var(--neutral-light-gray, #F9F9F9);
    display: flex;
    padding: 53px 162px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.notif1 {
    display: flex;
    width: 800px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid hsla(0, 0%, 0%, 0.16);
    background: rgba(0, 0, 0, 0.06);
}

.bg-warning1 {
    display: flex;
    margin-top: 34px;
    width: 50px;
    height: 50px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #B8B8B8;
    box-shadow: 0px 4px 4px 0px rgba(168, 168, 168, 0.25);
}

.paragraph1 {
    max-width: 100%;
    word-wrap: break-word;
    /* white-space: nowrap; */
}

/* Gaya untuk ikon dalam form input */
.search-icon2 {
    font-size: 20px;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 312px;
    /* Jarak dari kiri */
    color: #C5C7CC;
    /* Warna ikon */
}

/* Gaya untuk input pencarian */
.search-input2 {
    display: flex;
    width: 350px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #C5C7CC;
    background: transparent;
    color: #050202;
}

input::placeholder {
    color: #C5C7CC;
}

.btn-radius {
    border-radius: 12px;
    display: flex;
    padding: var(--layout-large, 8px) 27px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

/* tambahan lukman 11/11/2023 */
#multi_option {
    max-width: 100%;
    width: 350px;

}


.vscomp-toggle-button {
    padding: 10px 30px 10px 10px;
    border-radius: 12px;
    border: 1px solid #ffffff;
    background: transparent;
}

input::placeholder {
    color: #C5C7CC;
}

.vscomp-value {
    height: 20px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.vscomp-arrow {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    color: #fff;
}

.vscomp-arrow::after {
    transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    content: "";
    height: 8px;
    margin-top: -6px;
    width: 8px
}

.vscomp-clear-icon {
    height: 12px;
    position: relative;
    width: 12px
}

.vscomp-clear-icon::before,
.vscomp-clear-icon::after {
    background-color: #ffffff;
    content: "";
    height: 12px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 2px;
}

.vscomp-clear-icon::before {
    transform: rotate(45deg);
}

.vscomp-clear-icon::after {
    transform: rotate(-45deg);
}

.vscomp-clear-icon:hover::before,
.vscomp-clear-icon:hover::after {
    background: #ffffff;
}

.vscomp-clear-button {
    align-items: center;
    border-radius: 50%;
    display: none;
    height: 24px;
    justify-content: center;
    margin-top: -12px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 24px;
}

.vscomp-clear-button:hover {
    background: #ffffff;
}

