:root {
    --color-primary: #763f98;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #f2f4f7;
}
.navbar-top {
    height: 40px;
    background: #f2f4f7;
    color: #667085;
    padding: 10px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.navbar-top .d-flex {
    padding-left: 10px;
}
.iz-navbar {
    height: 108px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.iz-navbar nav {
    display: grid;
    height: 100%;
}
.iz-navbar nav > div:first-child {
    display: grid;
    /* grid-template-columns: 1fr 4fr 0.5fr 1.8fr; */
    grid-template-columns: 1fr 4fr 0fr 1.8fr;
    align-items: center;
    height: 100%;
}
.iz-navbar nav > div:first-child.auth {
    grid-template-columns: 1fr 4fr 1fr 1fr;
}
.iz-navbar .navbar-brand {
    width: 200px;
    /* height: 40px; */
}
.iz-navbar .navbar-brand img {
    width: 100%;
    object-fit: contain;
}
.iz-search-bar {
    position: relative;
    display: flex;
    padding: 0;
    font-family: 'Open Sans';
    font-style: normal;
}
.iz-search-bar .search-category {
    position: absolute;
    top: 2px;
    left: 2px;
    border: none;
    display: flex;
    width: 152px;
    height: 36px;
    background: #f9fafb;
    border-radius: 8px 0 0 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #344054;
}
.iz-search-bar .search-category select {
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: #344054;
    cursor: pointer;
}
.iz-search-bar .search-category::after {
    content: "";
    border: solid #344054;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translate(-11px, 8px);
    -webkit-transform: rotate(45deg) translate(-11px, 8px);
    transition: all 0.2s ease-in-out;
}
.iz-search-bar .search {
    width: 100%;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding-left: 180px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.iz-search-bar .search:active,
.iz-search-bar .search:focus,
.iz-search-bar .search:focus-visible {
    outline: none;
    border-color: #763f98;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.iz-search-bar.show-history .search {
    border-radius: 8px 8px 0 0;
}
.iz-search-bar .icon {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    font-size: 20px;
}
.iz-search-bar .search-history {
    position: absolute;
    width: 100%;
    display: none;
    background: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #344054;
    z-index: 2;
}
.iz-search-bar.show-history .search-history {
    display: block;
    padding: 1rem;
    border: 1px solid #763f98;
    border-top: none;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 0 0 8px 8px;
}
.iz-search-bar .search-history .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.iz-search-bar .search-history .title:not(:first-of-type) {
    margin-top: 1rem;
}
.iz-search-bar .search-history .search-history-list,
.iz-search-bar .search-history .search-recommendation {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.iz-search-bar .search-history .search-history-list > div,
.iz-search-bar .search-history .search-recommendation > div {
    padding: 0.5rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.iz-search-bar .search-history .search-history-list > div > .ion {
    margin-right: 1rem;
    font-size: 24px;
}
.iz-search-bar .search-history .search-history-list > div:active,
.iz-search-bar .search-history .search-history-list > div:focus,
.iz-search-bar .search-history .search-history-list > div:hover,
.iz-search-bar .search-history .search-recommendation > div:active,
.iz-search-bar .search-history .search-recommendation > div:focus,
.iz-search-bar .search-history .search-recommendation > div:hover {
    background: #f2f4f7;
    border-radius: 6px;
}
.iz-search-bar .search-history .search-recommendation .image {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}
.iz-search-bar .search-history .search-recommendation .image img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    object-fit: contain;
}
.iz-search-bar .search-history .search-recommendation .name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.iz-search-bar .search-history .search-history-list.no-data {
    color: #667085;
}
.iz-navbar .iz-notification-container {
    height: 32px;
    /* border-right: 2px solid #f2f4f7; */
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
}
.iz-navbar .iz-notification-container > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.iz-navbar .iz-notification-container > div:active,
.iz-navbar .iz-notification-container > div:hover,
.iz-navbar .iz-notification-container > div:focus {
    background: #f2f4f7;
    border-radius: 6px;
}
.iz-navbar .iz-notification-container .iz-icon {
    width: 22px;
    height: 22px;
}
.iz-navbar .iz-notification-container .badge-notification {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0 4px;
    min-width: 16px;
    max-width: 24px;
    height: 16px;
    background: #d92d20;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
}
.iz-navbar .iz-notification-container .notification .notification-dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    padding: 16px 0;
    width: 286px;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #344054;
    z-index: 1;
    cursor: default;
}
.iz-navbar .iz-notification-container .notification:active .notification-dropdown,
.iz-navbar .iz-notification-container .notification:focus .notification-dropdown,
.iz-navbar .iz-notification-container .notification:hover .notification-dropdown {
    display: flex;
}
.iz-notification-container .notification .notification-dropdown > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 40px;
    border-bottom: 1px solid #d0d5dd;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.iz-notification-container .notification .notification-dropdown .notification-tab {
    /* margin-top: 1rem; */
    display: flex;
    flex-direction: row;
    padding: 0;

    /* height: 24px; */
}
.iz-notification-container .notification .notification-dropdown .notification-tab > div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #98a2b3;
    cursor: pointer;
    padding: 1rem 0;
}
.iz-notification-container .notification .notification-dropdown .notification-tab > div.active {
    font-weight: 600;
    color: #763f98;
    border-bottom: 2px solid #763f98;
}
.iz-notification-container .notification .notification-dropdown .mark-all-as-read {
    margin-top: 1rem;
    padding: 3px 16px;
    height: 22px;
    border-radius: 6px;
    text-align: end;
    font-weight: 600;
    color: #763f98;
    cursor: pointer;
}
.iz-notification-container .notification .notification-dropdown .notification-list {
    margin-top: 1rem;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iz-notification-container .notification .notification-dropdown .order-list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iz-notification-container .notification .notification-dropdown .notification-list::-webkit-scrollbar,
.iz-notification-container .notification .notification-dropdown .order-list::-webkit-scrollbar {
    width: 5px;
}
.iz-notification-container .notification .notification-dropdown .notification-list::-webkit-scrollbar-button,
.iz-notification-container .notification .notification-dropdown .order-list::-webkit-scrollbar-button {
    display: none;
}
.iz-notification-container .notification .notification-dropdown .notification-list::-webkit-scrollbar-thumb,
.iz-notification-container .notification .notification-dropdown .order-list::-webkit-scrollbar-thumb {
    background-color: #763f98;
}
.iz-notification-container .notification .notification-dropdown .order-list .action {
    cursor: pointer;
}
.iz-notification-wrapper {
    position: relative;
    padding: 16px 16px 8px;
    background: #f8f5fa;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #344054;
}
.iz-notification-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: calc(100% - 32px);
    border-bottom: 1px solid #763f98;
}
.iz-notification-wrapper.read::after {
    border-color: #d0d5dd;
}
.iz-notification-wrapper.read {
    background-color: unset;
    color: #98a2b3;
}
.iz-notification-wrapper .header {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 700;
    line-height: 18px;
    color: #763f98;
}
.iz-notification-wrapper.read .header {
    color: #98a2b3;
}
.iz-notification-wrapper.read .content {
    margin: 1rem 0;
}
.iz-notification-container .notification .notification-dropdown .order-list {
    margin-top: 1rem;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.iz-order-notification-wrapper {
    padding: 0.5rem;

    /* height: 119px; */
    background: #edf2f9;
    border-left: 8px solid #61a2f9;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}
.iz-order-notification-wrapper .order-status {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #61a2f9;
}
.iz-order-notification-wrapper .merchant-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333;
}
.iz-order-notification-wrapper .message {
    margin-top: 0.5rem;
    min-height: 32px;
}
.iz-order-notification-wrapper .footer {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.iz-order-notification-wrapper .footer .time {
    font-size: 10px;
    line-height: 14px;
    color: #999;
}
.iz-order-notification-wrapper .footer .action {
    font-weight: 600;
    color: #61a2f9;
}
.iz-order-notification-wrapper.status-on-pickup,
.iz-order-notification-wrapper.status-picked,
.iz-order-notification-wrapper.status-on-process,
.iz-order-notification-wrapper.status-on-shipping {
    background: #fffcf2;
    border-left: 8px solid #fe9920;
}
.iz-order-notification-wrapper.status-on-pickup .order-status,
.iz-order-notification-wrapper.status-picked .order-status,
.iz-order-notification-wrapper.status-on-process .order-status,
.iz-order-notification-wrapper.status-on-shipping .order-status,
.iz-order-notification-wrapper.status-on-pickup .footer .action,
.iz-order-notification-wrapper.status-picked .footer .action,
.iz-order-notification-wrapper.status-on-process .footer .action,
.iz-order-notification-wrapper.status-on-shipping .footer .action {
    color: #fe9920;
}
.iz-order-notification-wrapper.status-delivered,
.iz-order-notification-wrapper.status-completed {
    background: #f2fffd;
    border-left: 8px solid #41c0a9;
}
.iz-order-notification-wrapper.status-delivered .order-status,
.iz-order-notification-wrapper.status-completed .order-status,
.iz-order-notification-wrapper.status-delivered .footer .action,
.iz-order-notification-wrapper.status-completed .footer .action {
    color: #41c0a9;
}
.iz-order-notification-wrapper.status-pending,
.iz-order-notification-wrapper.status-canceled {
    background: #fff2f3;
    border-left: 8px solid #da4a54;
}
.iz-order-notification-wrapper.status-pending .order-status,
.iz-order-notification-wrapper.status-pending .footer .action,
.iz-order-notification-wrapper.status-canceled .order-status,
.iz-order-notification-wrapper.status-canceled .footer .action {
    color: #da4a54;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    padding: 16px 8px;
    width: 320px;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
    z-index: 1;
    cursor: default;
}
.iz-navbar .iz-notification-container .chat:active .chat-dropdown,
.iz-navbar .iz-notification-container .chat:focus .chat-dropdown,
.iz-navbar .iz-notification-container .chat:hover .chat-dropdown {
    display: flex;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    height: 40px;
    border-bottom: 1px solid #d0d5dd;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content .image {
    margin: 2rem 0 1rem;
    height: 150px;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content .message {
    margin-top: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #344054;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content .download {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.iz-navbar .iz-notification-container .chat .chat-dropdown .content .download .iz-icon {
    width: 120px;
    height: 40px;
    background-repeat: no-repeat;
}
.iz-navbar .account {
    margin-left: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}
.iz-navbar .account .btn-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    width: 50%;
    height: 38px;
    background: #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.iz-navbar .account .btn-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    width: 50%;
    height: 38px;
    background: #fff;
    border: 1px solid #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #763f98;
}
.iz-navbar .account .auth {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
}
.iz-navbar .account .auth .profile-picture {
    width: 40px;
    height: 40px;
}
.iz-navbar .account .auth .profile-picture img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    object-fit: contain;
}
.iz-navbar .account .auth .member-name {
    font-weight: 600;
    color: #344054;
}
.iz-navbar .account .auth .member-type {
    margin-top: 0.25rem;
    color: #98a2b3;
}
.iz-navbar .account .auth .profile-dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    padding: 16px 0px;
    width: 286px;
    top: 40px;
    right: 0;
    background: #fff;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
    z-index: 1;
    cursor: default;
}
.iz-navbar .account .auth:active .profile-dropdown,
.iz-navbar .account .auth:focus .profile-dropdown,
.iz-navbar .account .auth:hover .profile-dropdown {
    display: flex;
}
.iz-navbar .account .auth .profile-dropdown .member-info {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
}
.iz-navbar .account .auth .profile-dropdown .balance-info {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
}
.iz-navbar .account .auth .profile-dropdown .balance-info > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.iz-navbar .account .auth .profile-dropdown .balance-info > div::after {
    content: "";
    border: solid #667085;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.iz-navbar .account .auth .profile-dropdown .balance-info .iz-icon {
    width: 24px;
    height: 24px;
}
.iz-navbar .account .auth .profile-dropdown .balance-info .iz-icon + div {
    width: 80%;
}
.iz-navbar .account .auth .profile-dropdown .balance-info .balance-name {
    font-size: 10px;
    line-height: 18px;
    color: #98a2b3;
}
.iz-navbar .account .auth .profile-dropdown .balance-info .balance-value {
    font-weight: 600;
    color: #344054;
}
.iz-navbar .account .auth .profile-dropdown .balance-info .balance-value.not-available {
    color: #763f98;
}
.iz-navbar .account .auth .profile-dropdown .menu,
.iz-navbar .account .auth .profile-dropdown .setting {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
    font-weight: 600;
    color: #667085;
}
.iz-navbar .account .auth .profile-dropdown .menu > div,
.iz-navbar .account .auth .profile-dropdown .setting > div {
    padding: 3px 6px;
    width: fit-content;
    height: 22px;
    border-radius: 6px;
    cursor: pointer;
}
.iz-navbar .account .auth .profile-dropdown .menu > div:active,
.iz-navbar .account .auth .profile-dropdown .menu > div:focus,
.iz-navbar .account .auth .profile-dropdown .menu > div:hover,
.iz-navbar .account .auth .profile-dropdown .setting > div:active,
.iz-navbar .account .auth .profile-dropdown .setting > div:focus,
.iz-navbar .account .auth .profile-dropdown .setting > div:hover {
    background: #f2f4f7;
    color: #763f98;
}
.iz-navbar .account .auth .profile-dropdown .menu .iz-icon,
.iz-navbar .account .auth .profile-dropdown .setting .iz-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
}
.iz-navbar .account .auth .profile-dropdown .menu > div:active .iz-icon-shirt,
.iz-navbar .account .auth .profile-dropdown .menu > div:focus .iz-icon-shirt,
.iz-navbar .account .auth .profile-dropdown .menu > div:hover .iz-icon-shirt {
    background-image: url('../../img/web/icon/shirt-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown .menu > div:active .iz-icon-star,
.iz-navbar .account .auth .profile-dropdown .menu > div:focus .iz-icon-star,
.iz-navbar .account .auth .profile-dropdown .menu > div:hover .iz-icon-star {
    background-image: url('../../img/web/icon/star-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown .menu > div:active .iz-icon-favorite,
.iz-navbar .account .auth .profile-dropdown .menu > div:focus .iz-icon-favorite,
.iz-navbar .account .auth .profile-dropdown .menu > div:hover .iz-icon-favorite {
    background-image: url('../../img/web/icon/favorite-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown .menu > div:active .iz-icon-location,
.iz-navbar .account .auth .profile-dropdown .menu > div:focus .iz-icon-location,
.iz-navbar .account .auth .profile-dropdown .menu > div:hover .iz-icon-location {
    background-image: url('../../img/web/icon/location-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown .setting > div:active .iz-icon-gear,
.iz-navbar .account .auth .profile-dropdown .setting > div:focus .iz-icon-gear,
.iz-navbar .account .auth .profile-dropdown .setting > div:hover .iz-icon-gear {
    background-image: url('../../img/web/icon/gear-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown .setting > div:active .iz-icon-help,
.iz-navbar .account .auth .profile-dropdown .setting > div:focus .iz-icon-help,
.iz-navbar .account .auth .profile-dropdown .setting > div:hover .iz-icon-help {
    background-image: url('../../img/web/icon/help-purple.png') !important;
}
.iz-navbar .account .auth .profile-dropdown > div:last-child {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
}
.iz-navbar .account .auth .profile-dropdown > div:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
}
.iz-navbar .account .auth .profile-dropdown > div:last-child a:active,
.iz-navbar .account .auth .profile-dropdown > div:last-child a:focus,
.iz-navbar .account .auth .profile-dropdown > div:last-child a:hover {
    background: #f2f4f7;
    color: #763f98;
}
.iz-navbar .account .auth .profile-dropdown > div:last-child .iz-icon {
    width: 16px;
    height: 16px;
    margin-left: 0.25rem;
}
.iz-navbar .account .auth .profile-dropdown > div:last-child a:active .iz-icon-logout,
.iz-navbar .account .auth .profile-dropdown > div:last-child a:focus .iz-icon-logout,
.iz-navbar .account .auth .profile-dropdown > div:last-child a:hover .iz-icon-logout {
    background-image: url('../../img/web/icon/logout-purple.png') !important;
}
.iz-navbar .location-container {
    display: flex;
    flex-direction: row;
    justify-self: end;
    align-self: center;
    align-items: center;
    padding: 4px 8px 4px 16px;
    width: 326px;
    height: 32px;
    background: #f9fafb;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
.iz-navbar .location-container > div:nth-child(2) {
    margin-left: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #667085;
}
.iz-navbar .location-container .location {
    margin-left: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #763f98;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
}
.iz-navbar .location-container .arrow-down {
    position: absolute;
    right: 1rem;
    font-size: 12px;
    top: 0.6rem;
}
.iz-footer {
    background: #fff;
    margin-top: 2rem;
    padding: 3rem 0;
}
.iz-footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1.5fr;
    grid-template-areas:
        "aboutus join mitra app"
        "help report follow app"
        "copy copy copy copy";
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
    gap: 2rem;
}
.iz-footer .about-us {
    grid-area: aboutus;
}
.iz-footer .about-us a, .iz-footer .join a, .iz-footer .help a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}
.iz-footer .join {
    grid-area: join;
}
.iz-footer .help {
    grid-area: help;
}
.iz-footer .report {
    grid-area: report;
}
.iz-footer .mitra {
    grid-area: mitra;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.iz-footer .mitra > div:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}
.iz-footer .mitra > div:first-child + div {
    margin-top: 0 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.iz-footer .mitra > div:last-child {
    margin-top: 1rem !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.iz-footer .mitra a {
    padding: 12px 16px;
    border: none;
    display: flex;
    align-items: center;
    height: 48px;
    background: #37a048;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.iz-footer .mitra > div:last-child > div {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #98a2b3;
}
.iz-footer .mitra > div:last-child > div:last-child a {
    padding: 0;
    border-radius: 0;
    background: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #37a048;
}
.iz-footer .follow-us {
    grid-area: follow;
    margin-left: 1rem;
}
.iz-footer .follow-us > div + div {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.iz-footer .follow-us > div + div .iz-icon {
    width: 32px;
    height: 32px;
}
.iz-footer .app {
    grid-area: app;
}
.iz-footer .app img {
    width: 100%;
    object-fit: contain;
}
.iz-footer .app img + div {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
}
.iz-footer .app div:last-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.iz-footer .app div:last-child a {
    display: flex;
    justify-content: center;
}
.iz-footer .app div:last-child .iz-icon {
    width: 120px;
    height: 40px;
    background-repeat: no-repeat;
}
.iz-footer .copyright {
    grid-area: copy;
    font-size: 10px;
    color: #667085;
    text-align: end;
}
.iz-footer .container > div > div:first-child {
    font-weight: 600;
    font-size: 14px;
    color: #344054;
}
.iz-footer .container > div > div:not(:first-child) {
    margin-top: 6px;
}
.iz-footer .container > div > div:nth-child(2) {
    margin-top: 11px;
}
.iz-footer .container .report > div:not(:first-child) {
    margin-top: 0;
}
.iz-footer .container .report > div:nth-child(2) {
    margin-top: 8px;
}
.body-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    height: 100%;
    z-index: 200;
    will-change: opacity;
    transform: translate3d(0, 0, 0);
    transition: opacity 200ms ease 0ms;
}
.btn {
    text-transform: none !important;
    border-radius: 6px;
}
.btn-primary {
    background: var(--color-primary);
}
.btn-primary:hover,
.btn-primary:focus {
    background: var(--color-primary);
}
.btn-outline-primary {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px var(--color-primary) inset;
    box-shadow: 0 0 0 1px var(--color-primary) inset;
    color: var(--color-primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--color-primary);
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 10%), 0 1px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 10%), 0 1px 10px 0 rgb(0 0 0 / 6%);
    color: #fff;
}
.iz-slideshow .splide__arrow {
    display: none;
}
.slideshow-promo .splide__pagination__page.is-active {
    background-color: #763f98;
    opacity: 1;
}
.slideshow-promo {
    margin-bottom: 2rem;
}
.slideshow-promo img {
    max-height: 620px;
    width: 100%;
    object-fit: cover;
}
.slideshow-promo .splide__pagination {
    bottom: -1.5em;
    gap: 0.5rem;
}
.slideshow-promo .splide__pagination__page.is-active {
    transform: none;
}
.iz-home-wrapper {
    background: #fff;
    padding: 16px 16px 32px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.iz-home-wrapper .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.iz-home-wrapper .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #344054;
}
.iz-home-wrapper .show-all {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #344054;
}
.browse-outlet .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 1rem;
    text-align: center;
    margin-top: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #101828;
}
.browse-outlet .list img {
    width: 56px;
    height: 56px;
}
.browse-outlet .list > div {
    padding: 8px 0;
    width: 96px;
    height: 96px;
    justify-self: center;
    background: #fff;
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    cursor: pointer;
}
.best-outlet {
    background-image: url('../../img/web/homepage/best-outlet-bg.jpeg');
}
.best-outlet .title {
    color: #ffffff;
}
.slideshow-best-outlet .splide__pagination {
    display: none;
}
.iz-outlet-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 16px;
    width: 180px;
    height: 326px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    cursor: pointer;
}
.iz-outlet-wrapper img {
    width: 100%;
    max-height: 130px;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    font-family: 'Open Sans';
    font-style: normal;
}
.iz-outlet-wrapper .outlet-name {
    padding: 8px 8px 0;
    min-height: 48px;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #344054;
}
.iz-outlet-wrapper .outlet-name .iz-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.iz-outlet-wrapper .pricing {
    padding: 8px 8px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f79009;
}
.iz-outlet-wrapper .pricing div {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #98a2b3;
}
.iz-outlet-wrapper .pricing .symbol {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
}
.iz-outlet-wrapper .pricing .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f79009;
    padding-left: 14px;
}
.iz-outlet-wrapper .rating {
    padding: 8px 8px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #98a2b3;
    display: flex;
    width: 100%;
}
.iz-outlet-wrapper .rating > div {
    display: flex;
    align-items: center;
}
.iz-outlet-wrapper .rating .iz-icon {
    margin-right: 5px;
}
.iz-outlet-wrapper .rating > div:first-child > div:last-child {
    padding-right: 0.5rem;
    border-right: 2px solid #f2f4f7;
    border-radius: 1px;
}
.iz-outlet-wrapper .rating > div:last-child {
    width: 100%;
    justify-content: space-between;
    padding: 0 0.5rem;
}
.iz-outlet-wrapper .location {
    padding: 8px 8px 0;
    white-space: nowrap;
    overflow: hidden;
    width: inherit;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #98a2b3;
}
.iz-outlet-wrapper .location span {
    display: inline-block;
    border: 2px solid #d0d5dd;
    border-radius: 15px;
    margin: 0 0.5rem;
}
.iz-outlet-wrapper .location inline:last-child {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.iz-outlet-wrapper .feature {
    padding: 8px 8px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
}
.iz-outlet-wrapper .feature .courier {
    padding: 0 8px 0 4px;
    width: 88px;
    height: 20px;
    background: #ecf9f6;
    border-radius: 12px;
    color: #41c0a9;
    display: flex;
    align-items: center;
}
.iz-outlet-wrapper .feature .courier .iz-icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.slideshow-article .splide__pagination {
    display: none;
}
.iz-article-wrapper {
    display: flex;
    flex-direction: column;
    padding: 8px 8px 16px;
    width: 262px;
    height: 308px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 16px;
    margin: 1px 0 1rem 1px;
    cursor: pointer;
}
.iz-article-wrapper img {
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.iz-article-wrapper .article-title {
    height: 36px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #344054;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iz-article-wrapper .article-description {
    height: 56px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.iz-article-wrapper .article-date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #d0d5dd;
    margin-top: 4px;
}
.iz-search-filter {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding: 8px 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #101828;
}
.iz-search-filter .btn-filter {
    padding: 10px 16px;
    width: 135px;
    height: 40px;
    background: #fff;
    border: 1px solid #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #763f98;
    text-align: center;
    position: absolute;
    right: 1rem;
    cursor: pointer;
}
.iz-search-filter .btn-filter .iz-icon {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}
.iz-search-list {
    margin-top: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    justify-content: center;
    gap: 1rem;
}
.iz-search-more {
    margin: auto;
    margin-top: 2rem;
    padding: 10px 16px;
    width: 120px;
    height: 40px;
    background: #fff;
    border: 1px solid #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #763f98;
    text-align: center;
    cursor: pointer;
}
.iz-review-wrapper {
    padding: 16px;
    background: #fff;
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
}
.iz-review-wrapper .review-rating .iz-icon {
    width: 18px;
    height: 18px;
}
.iz-review-wrapper .reviewer-name {
    margin-top: 0.3rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #101828;
}
.iz-review-wrapper .item-list {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #667085;
}
.iz-review-wrapper .review {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #101828;
    overflow-wrap: break-word;
}
.iz-review-wrapper .review-tag {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.iz-review-wrapper .review-tag > div {
    padding: 3px 6px;
    height: 22px;
    background: #f2f4f7;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #98a2b3;
}
.iz-review-wrapper .review-footer {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.iz-review-wrapper .review-footer .review-date {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #667085;
}
.iz-review-wrapper .review-footer .show-reply {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #763f98;
    cursor: pointer;
}
.iz-review-wrapper .review-footer .show-reply::after {
    content: "";
    border: solid #763f98;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg) translate(3px, -6px);
    -webkit-transform: rotate(45deg) translate(3px, -6px);
    transition: all 0.2s ease-in-out;
}
.iz-review-wrapper .review-footer .show-reply.show::after {
    transform: rotate(-135deg) translate(-4px, 4px);
    -webkit-transform: rotate(-135deg) translate(-4px, 4px);
    transition: all 0.2s ease-in-out;
}
.iz-review-wrapper .iz-review-reply-wrapper {
    margin-top: 1rem;
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
}
.iz-review-wrapper .iz-review-reply-wrapper .reviewer-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #101828;
}
.iz-review-wrapper .iz-review-reply-wrapper .review {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #101828;
}
.iz-modal-item-detail {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #fff;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    overflow: hidden !important;
}
.iz-modal-item-detail .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}
.iz-modal-item-detail .header {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.iz-modal-item-detail .header .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.iz-modal-item-detail .header .close {
    float: none;
    font-size: 1.5rem;
    color: #fff;
    opacity: 1;
}
.iz-modal-item-detail .body {
    margin-top: 56px;
    max-height: 60vh;
    overflow: auto;
}
.iz-modal-item-detail .body::-webkit-scrollbar {
    width: 5px;
}
.iz-modal-item-detail .body::-webkit-scrollbar-button {
    display: none;
}
.iz-modal-item-detail .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}
.iz-modal-item-detail .item-info {
    padding: 1rem;
}
.iz-modal-item-detail .item-info .category {
    font-size: 20px;
    line-height: 140%;
}
.iz-modal-item-detail .item-info .item {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.iz-modal-item-detail .item-info .item > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.iz-modal-item-detail .item-info .item > div:last-child .iz-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.iz-modal-item-detail .item-info .item .item-name {
    font-size: 16px;
    line-height: 140%;
    color: #344054;
}
.iz-modal-item-detail .item-info .item .item-price {
    font-weight: 400;
    line-height: 140%;
    color: #763f98;
}
.iz-modal-item-detail .item-detail-category {
    padding: 1rem;
    border-top: 4px solid #f8f8f8;
}
.iz-modal-item-detail .item-detail-category .category-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.iz-modal-item-detail .item-detail-category .category-list > div {
    padding: 11px 16px;
    height: 40px;
    background: #ebebeb;
    border-radius: 6px;
    font-weight: 700;
    line-height: 18px;
    color: #999;
    cursor: pointer;
}
.iz-modal-item-detail .item-detail-category .category-list > div.active {
    background: #fe9920;
    color: #fff;
}
.iz-modal-item-detail .item-detail-category .item-detail-list {
    margin-top: 1.5rem;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div {
    padding-bottom: 0.5rem;
    display: grid;
    grid-template-columns: 40px 3fr 1fr;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #ebebeb;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div:not(:first-child) {
    margin-top: 0.5rem;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div .image {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div .image img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: contain;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div > div:last-child {
    display: flex;
    flex-direction: row;
    justify-self: end;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.iz-modal-item-detail .item-detail-category .item-detail-list > div > div:last-child .iz-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.iz-modal-item-detail .upload-photo {
    padding: 1rem;
}
.iz-modal-item-detail .upload-photo .title {
    font-weight: 400;
    line-height: 140%;
    color: #763f98;
}
.iz-modal-item-detail .upload-photo .list {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    gap: 1rem;
}
.iz-modal-item-detail .upload-photo .list > div {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.iz-modal-item-detail .upload-photo .list > div img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain;
}
.iz-modal-item-detail .upload-photo .list > div span {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    font-size: 1.3rem;
    color: #da4a54;
    cursor: pointer;
}
.iz-modal-item-detail .upload-photo .list > div.btn-upload {
    cursor: pointer;
}
.iz-modal-item-detail .note {
    padding: 1rem;
}
.iz-modal-item-detail .note .title {
    font-weight: 400;
    line-height: 140%;
    color: #763f98;
}
.iz-modal-item-detail .note > div:last-child {
    margin-top: 1rem;
}
.iz-modal-item-detail .action-list {
    position: static;
    bottom: 0;
    padding: 1rem;
    width: 100%;
    display: grid;
    gap: 1rem;
    background: #fff;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.12);
    text-align: center;
}
.iz-modal-item-detail .action-list > div {
    padding: 12px 16px;
    height: 48px;
    background: #763f98;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.iz-modal-item-detail .action-list .btn-delete-all {
    border: 1px solid #da4a54;
    background: #fff;
    color: #da4a54;
}
.iz-modal-location {
    margin: auto !important;
    padding: 0 !important;
    width: 910px !important;
    height: fit-content;
    background: #fff;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.iz-modal-location .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}
.iz-modal-location .modal-content {
    padding: 1rem;
}
.iz-modal-location .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.iz-modal-location .header .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.iz-modal-location .header .close {
    width: 40px;
    height: 40px;
    background: #f9fafb;
    border-radius: 50px;
    float: none;
    font-size: 1.5rem;
    color: #344054;
    opacity: 1;
    font-weight: 500;
    font-size: 24px;
}
.iz-modal-location .body {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    overflow: hidden;
}
.iz-modal-location .step1 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.iz-modal-location .step1.active {
    left: 0;
}
.iz-modal-location .step2 {
    position: absolute;
    top: 0;
    left: 200%;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
}
.iz-modal-location .step2.active {
    left: 0;
}
.iz-modal-location .body > div:first-child {
    position: relative;
}
.iz-modal-location .address-search {
    position: relative;
}
.iz-modal-location .address-search input {
    padding: 10px 20px;
    padding-right: 2.5rem;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}
.iz-modal-location .address-search span {
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    font-size: 20px;
}
.iz-modal-location .current-location {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}
.iz-modal-location .current-location label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.iz-modal-location .current-location .location-list.saved-address-list {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 66px;
}
.iz-modal-location .current-location .location-list.saved-address-list li {
    margin-top: 0.25rem;
}
.iz-modal-location .current-location .location-list li {
    cursor: pointer;
}
.iz-modal-location .current-location .location-list.saved-address-list .address-name {
    font-weight: bold;
    font-size: 1.1em;
}
.iz-modal-location .current-location .location-list.saved-address-list::-webkit-scrollbar {
    width: 5px;
}
.iz-modal-location .current-location .location-list.saved-address-list::-webkit-scrollbar-button {
    display: none;
}
.iz-modal-location .current-location .location-list.saved-address-list::-webkit-scrollbar-thumb {
    background-color: #763f98;
}
.iz-modal-location .current-location .location-list {
    padding: 0;
}
.iz-modal-location .current-location .location-list li {
    padding-left: 2rem;
    list-style: none;
    min-height: 24px;
}
.iz-modal-location .current-location .location-list li {
    background-image: url(../../img/web/icon/location.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
}
.iz-modal-location .current-location .location-list li.active {
    background-image: url(../../img/web/icon/current-location.png);
}
.iz-modal-location .search-result {
    margin-top: 1rem;
    height: calc(100% - 110px);
    overflow-y: auto;
}
.iz-modal-location .search-result::-webkit-scrollbar {
    width: 5px;
}
.iz-modal-location .search-result::-webkit-scrollbar-button {
    display: none;
}
.iz-modal-location .search-result::-webkit-scrollbar-thumb {
    background-color: #763f98;
}
.iz-modal-location .search-result .title {
    font-weight: 400;
    font-size: 12px;
    color: #98a2b3;
}
.iz-modal-location .search-result .list {
    padding: 0;
    list-style: none;
}
.iz-modal-location .search-result .list > li {
    padding: 0.5rem 0;
}
.iz-modal-location .search-result .list > li:not(:first-child) {
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
}
.iz-modal-location .search-result .list .address-name {
    font-weight: 700;
    color: #344054;
}
.iz-modal-location .add-location label {
    font-weight: 600;
    line-height: 16px;
    color: #344054;
}
.iz-modal-location .add-location label.invalid-feedback {
    color: #d9534f;
}
.iz-modal-location .add-location > div:first-child > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.iz-modal-location .add-location > div:first-child ul {
    padding: 0;
    padding-bottom: 1rem;
    margin: 0;
    border-bottom: 2px solid #f2f4f7;;
}
.iz-modal-location .add-location > div:first-child li {
    padding-left: 2rem;
    list-style: none;
}
.iz-modal-location .add-location > div:first-child li.active {
    background-image: url(../../img/web/icon/current-location.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
}
.iz-modal-location .add-location > div:last-child {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.iz-modal-location .add-location input {
    padding: 10px 14px;
    height: 38px;
    background: #fff;
    border: 1px solid #d0d5dd;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}
.iz-modal-location .add-location input:active,
.iz-modal-location .add-location input:focus {
    border: 1px solid #d6bbfb;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}
.iz-modal-location .add-location .btn-change-location {
    font-weight: 600;
    line-height: 16px;
    color: #f04438;
    cursor: pointer;
}
.iz-modal-location .action {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.iz-modal-location .btn-choose-location {
    padding: 10px 16px;
    width: 100%;
    height: 38px;
    background: #763f98;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.iz-modal-location .btn-delete-address {
    padding: 10px 16px;
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #f04438;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #f04438;
    cursor: pointer;
}
.iz-modal-location .iz-map {
    min-height: 50vh;
}
.iz-modal-outlet-filter {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    max-height: 90vh;
    background: #fff;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    overflow: hidden !important;
}
.iz-modal-outlet-filter .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}
.iz-modal-outlet-filter .header {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 40px;
    align-items: center;
    padding: 1rem 2rem;
    width: 100%;
    height: 56px;
    font-weight: 700;
    font-size: 20px;
    color: #344054;
}
.iz-modal-outlet-filter .header .btn-reset {
    justify-self: flex-end;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #f04438;
    cursor: pointer;
}
.iz-modal-outlet-filter .header .close {
    justify-self: flex-end;
    float: none;
    font-size: 1.5rem;
    color: #344054;
    opacity: 1;
}
.iz-modal-outlet-filter .body {
    margin-top: 56px;
    padding: 2rem;
    overflow-y: auto;
    max-height: 70vh;
}
.iz-modal-outlet-filter .body::-webkit-scrollbar {
    width: 5px;
}
.iz-modal-outlet-filter .body::-webkit-scrollbar-button {
    display: none;
}
.iz-modal-outlet-filter .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}
.iz-modal-outlet-filter .body .title {
    font-weight: 600;
    color: #763f98;
}
.iz-modal-outlet-filter .price-range-container .price-input {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.iz-modal-outlet-filter .price-range-container .price-input > input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 40px;
    background: #fbf2ff;
    border: 1px solid #763f98;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    text-align: center;
    -moz-appearance: none;
}
.iz-modal-outlet-filter .price-range-container .price-input > input::-webkit-outer-spin-button,
.iz-modal-outlet-filter .price-range-container .price-input > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.iz-modal-outlet-filter .price-range-container .price-input .bar {
    flex-grow: 1;
    height: 4px;
    background: #763f98;
    border: none;
    border-radius: 0;
}
.iz-modal-outlet-filter .price-range-container .price-slider {
    margin: 2rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.iz-modal-outlet-filter .category-container,
.iz-modal-outlet-filter .other-container {
    margin-top: 1rem;
}
.iz-modal-outlet-filter .category-container .categories,
.iz-modal-outlet-filter .other-container .categories {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.iz-modal-outlet-filter .category-container .categories > div,
.iz-modal-outlet-filter .other-container .categories > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    height: 38px;
    background: #f2f4f7;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #98a2b3;
    cursor: pointer;
}
.iz-modal-outlet-filter .category-container .categories > div.active {
    background: #763f98;
    color: #fff;
}
.iz-modal-outlet-filter .other-container .categories > div.active {
    background: #fe9920;
    color: #fff;
}
.iz-modal-outlet-filter .other-container .categories .iz-icon {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}
.iz-modal-outlet-filter .sort-container {
    margin-top: 1rem;
}
.iz-modal-outlet-filter .sort-container .title + div {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.iz-modal-outlet-filter .sort-container select {
    padding: 13px 16px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.iz-modal-outlet-filter .sort-container .title + div > div {
    position: relative;
}
.iz-modal-outlet-filter .sort-container .title + div > div::after {
    content: "";
    position: absolute;
    top: calc(100% - 31.5px);
    right: 1rem;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.iz-modal-outlet-filter .action {
    margin-bottom: 2rem;
    padding: 12px 16px;
    height: 48px;
    background: #763f98;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.iz-modal-outlet-filter .action .btn-filter-save {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.sk-wave {
    width: auto;
}
.sk-primary.sk-rotating-plane, .sk-primary.sk-double-bounce .sk-child, .sk-primary.sk-wave .sk-rect, .sk-primary.sk-wandering-cubes .sk-cube, .sk-primary.sk-spinner-pulse, .sk-primary.sk-chasing-dots .sk-child, .sk-primary.sk-three-bounce .sk-child, .sk-primary.sk-circle .sk-child::before, .sk-primary.sk-cube-grid .sk-cube, .sk-primary.sk-fading-circle .sk-circle::before, .sk-primary.sk-folding-cube .sk-cube::before {
    background-color: #763f98;
}
.iz-slider {
    position: relative;
    width: 100%;
    height: 4px;
    background: #fff2f3;
    border-radius: 4px;
}
.iz-slider .progress {
    position: absolute;
    height: 4px;
    left: 0%;
    right: 0%;
    background: #763f98;
    border-radius: 4px;
}
.iz-slider .range-input {
    position: relative;
}
.iz-slider .range-input input {
    position: absolute;
    padding: 0;
    top: 0;
    height: 4px;
    width: 100%;
    border: none;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}
.iz-slider .range-input input[type="range"]::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    pointer-events: auto;
    -webkit-appearance: none;
    background: #763f98;
}
.iz-slider .range-input input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 12px;
    pointer-events: auto;
    -moz-appearance: none;
    background: #763f98;
}
.iz-loading .fa-spinner {
    color: #763f98;
    font-size: 24px;
}
.iz-cropper-modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1200;
}
.iz-cropper-modal .iz-cropper-modal-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 500px;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
}
.iz-cropper-modal .iz-cropper-modal-inner .iz-cropper-modal-header {
    position: static;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 1.5rem;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #e8e8e8;
    flex: 0 0 60px;
}
.iz-cropper-modal .iz-cropper-modal-inner .iz-cropper-modal-header i {
    margin-left: auto;
    font-size: 14px;
    cursor: pointer;
}
.iz-cropper-modal .iz-cropper-modal-inner .iz-cropper-modal-content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    overflow-x: hidden;
    flex: 1;
}
.iz-cropper-modal .iz-cropper-modal-inner .iz-cropper-modal-footer {
    position: static;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #e8e8e8;
    flex: 0 0 60px;
}
.iz-cropper-modal .iz-cropper-modal-inner .iz-cropper-modal-footer .btn {
    margin-left: auto;
    background-color: #763f98;
    color: #fff;
    min-width: 120px;
    font-size: 14px;
}
.iz-modal-confirm {
    position: absolute;
    margin: auto !important;
    padding: 0 !important;
    width: 361px !important;
    height: 398px !important;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden !important;
}
.iz-modal-confirm .modal-dialog {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.iz-modal-confirm .modal-content {
    position: relative;
    height: 100%;
}
.iz-modal-confirm .image {
    margin: 1rem;
    display: flex;
    align-items: center;
    width: 329px;
    height: 170px;
    background: #FBF2FF;
    border-radius: 4px;
}
.iz-modal-confirm .image img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}
.iz-modal-confirm .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #763F98;
}
.iz-modal-confirm .message {
    margin: 1rem 1rem 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.iz-modal-confirm .action {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.iz-modal-confirm .action > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #FBF2FF;
    border: 1px solid #763F98;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #763F98;
    cursor: pointer;
}
.iz-modal-confirm .action > div:last-child {
    background: #763F98;
    border: 1px solid #FBF2FF;
    color: #FFFFFF;
}

.iz-modal-webview {
    margin: auto !important;
    padding: 0 !important;
    width: 50vw !important;
    height: fit-content;
    background: #fff;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    overflow: hidden !important;
}
.iz-modal-webview .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}
.iz-modal-webview iframe {
    height: 90vh;
}

@media (max-width: 991.98px) {
    .iz-modal-webview {
        width: 100% !important;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .iz-modal-webview .modal-dialog {
        height: 100% !important;
    }
    .iz-modal-webview .modal-content {
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .iz-search-list {
        grid-template-columns: repeat(auto-fill, 220px);
    }
    .iz-outlet-wrapper {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .iz-search-list {
        grid-template-columns: repeat(auto-fill, 247px);
    }
    .iz-outlet-wrapper {
        width: 247px;
    }
}

@media (max-width: 425px) {
    .iz-search-list {
        grid-template-columns: repeat(auto-fill, 345px);
    }
    .iz-outlet-wrapper {
        width: 345px;
        height: 376px;
    }
    .iz-outlet-wrapper img {
        max-height: 170px;
    }
    .iz-footer .mitra {
        margin-left: 0;
    }
    .iz-footer .copyright {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .iz-search-list {
        grid-template-columns: repeat(auto-fill, 295px);
    }
    .iz-outlet-wrapper {
        width: 295px;
    }
    .iz-footer .mitra > div:last-child {
        flex-direction: column;
    }
}

@media (max-width: 374px) {
    .iz-modal-confirm {
        width: 100% !important;
    }
    .iz-modal-confirm .image {
        width: calc(100% - 2rem);
    }
    .iz-search-list {
        grid-template-columns: repeat(auto-fill, 240px);
    }
    .iz-outlet-wrapper {
        width: 240px;
    }
    .iz-search-filter {
        flex-direction: column;
        height: fit-content;
    }
    .iz-search-filter .btn-filter {
        position: initial;
        width: 100%;
        margin-top: 0.5rem;
    }
}
