.iz-account-container {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 282px 605px 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
}

.iz-account-container .account-menu {
    padding: 16px;
    width: 282px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
}

.iz-account-container .account-menu .member-info {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.iz-account-container .account-menu .member-info .profile-picture {
    width: 40px;
    height: 40px;
}

.iz-account-container .account-menu .member-info .profile-picture img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    object-fit: contain;
}

.iz-account-container .account-menu .member-info .member .member-name {
    font-size: 14px;
    line-height: 18px;
    color: #344054;
}

.iz-account-container .account-menu .member-info .member .member-type {
    margin-top: 0.25rem;
    font-weight: 400;
    line-height: 18px;
    color: #98a2b3;
}

.iz-account-container .account-menu .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-account-container .account-menu .balance-info>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.iz-account-container .account-menu .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-account-container .account-menu .balance-info .iz-icon {
    width: 24px;
    height: 24px;
}

.iz-account-container .account-menu .balance-info .iz-icon+div {
    width: 80%;
}

.iz-account-container .account-menu .balance-info .balance-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #98a2b3;
}

.iz-account-container .account-menu .balance-info .balance-value {
    color: #344054;
}

.iz-account-container .account-menu .balance-info .balance-value.not-available {
    color: #763f98;
}

.iz-account-container .account-menu .menu,
.iz-account-container .account-menu .setting {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
}

.iz-account-container .account-menu .menu>div,
.iz-account-container .account-menu .setting>div {
    padding: 3px 6px;
    width: fit-content;
    height: 22px;
    border-radius: 6px;
    cursor: pointer;
}

.iz-account-container .account-menu .menu>div:active,
.iz-account-container .account-menu .menu>div:focus,
.iz-account-container .account-menu .menu>div:hover,
.iz-account-container .account-menu .setting>div:active,
.iz-account-container .account-menu .setting>div:focus,
.iz-account-container .account-menu .setting>div:hover {
    background: #f2f4f7;
    color: #763f98;
}

.iz-account-container .account-menu .menu .iz-icon,
.iz-account-container .account-menu .setting .iz-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
}

.iz-account-container .account-menu .setting>div:active .iz-icon-gear,
.iz-account-container .account-menu .setting>div:focus .iz-icon-gear,
.iz-account-container .account-menu .setting>div:hover .iz-icon-gear {
    background-image: url('../../img/web/icon/gear-purple.png') !important;
}

.iz-account-container .account-menu .setting>div:active .iz-icon-language,
.iz-account-container .account-menu .setting>div:focus .iz-icon-language,
.iz-account-container .account-menu .setting>div:hover .iz-icon-language {
    background-image: url('../../img/web/icon/language-purple.png') !important;
}

.iz-account-container .account-menu .setting>div:active .iz-icon-help,
.iz-account-container .account-menu .setting>div:focus .iz-icon-help,
.iz-account-container .account-menu .setting>div:hover .iz-icon-help {
    background-image: url('../../img/web/icon/help-purple.png') !important;
}

.iz-account-container .profile-container {
    padding: 16px;
    width: 605px;
    height: fit-content;
    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;
}

.iz-account-container .profile-container .tab-list {
    display: flex;
    flex-direction: row;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

.iz-account-container .profile-container .tab-list div {
    padding: 10px 16px;
    height: 38px;
    cursor: pointer;
}

.iz-account-container .profile-container .tab-list div.active {
    border-bottom: 2px solid #763f98;
    font-weight: 700;
    color: #763f98;
}

.iz-account-container .profile-container .tab-profile form {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.iz-account-container .profile-container .tab-profile form>div:first-child {
    width: 150px;
}

.iz-account-container .profile-container .tab-profile form>div:last-child {
    margin-top: -1rem;
    display: grid;
    width: 100%;
}

.iz-account-container .profile-container .tab-profile .image {
    width: 150px;
    height: 150px;
}

.iz-account-container .profile-container .tab-profile .image img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.iz-account-container .profile-container .tab-profile .image-description {
    margin-top: 0.5rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #667085;
}

.iz-account-container .profile-container .tab-profile .btn-choose-image {
    margin-top: 0.5rem;
    padding: 10px 16px;
    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;
    text-align: center;
    color: #763f98;
    cursor: pointer;
}

.iz-account-container .profile-container .tab-profile .btn-change-password {
    margin-top: 0.5rem;
    padding: 10px 16px;
    height: 36px;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #763f98;
    cursor: pointer;
}

.iz-account-container .profile-container .tab-profile .category-name {
    margin-top: 1.5rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.iz-account-container .profile-container .tab-profile .form-input {
    margin-top: 1rem;
}

.iz-account-container .profile-container .tab-profile .form-input label:first-child {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #344054;
}

.iz-account-container .profile-container .tab-profile .form-input input,
.iz-account-container .profile-container .tab-profile .form-input select {
    padding: 7px 16px;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
}

.iz-account-container .profile-container .tab-profile .form-input>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-account-container .profile-container .tab-profile .form-input>div>div {
    margin-bottom: 0.5rem;
}

.iz-account-container .profile-container .tab-profile .form-input>div>div.verified {
    padding: 0 8px;
    background: #ecf9f6;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #41c0a9;
}

.iz-account-container .profile-container .tab-profile .form-input>div>div.unverified {
    padding: 0 8px;
    background: #fffaeb;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #f79009;
}

.iz-account-container .profile-container .tab-profile .btn-profile-save {
    margin-top: 2rem;
    justify-self: end;
    padding: 10px 16px;
    width: 85px;
    height: 38px;
    background: #f2f4f7;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #d0d5dd;
}

.iz-account-container .profile-container .tab-profile .btn-profile-save.active {
    background: #41c0a9;
    color: #fff;
}

.iz-account-container .profile-container .tab-address>div:first-child {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.iz-account-container .profile-container .tab-address>div:first-child>div:first-child {
    position: relative;
    width: 100%;
}

.iz-account-container .profile-container .tab-address>div:first-child>div input {
    padding: 10px 40px 10px 20px;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.iz-account-container .profile-container .tab-address>div:first-child>div span {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    font-size: 20px;
}

.iz-account-container .profile-container .tab-address .btn-add-address {
    padding: 6px 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 220px;
    height: 32px;
    background: #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.iz-account-container .profile-container .tab-address .btn-add-address .ion {
    font-size: 20px;
}

.iz-account-container .profile-container .tab-address>div:last-child {
    margin-top: 1rem;
    min-height: 286px;
}

.iz-account-container .profile-container .tab-address>div:last-child.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iz-account-container .profile-container .tab-address>div:last-child .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-list {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(276.5px, 1fr));
    gap: 1rem;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper {
    display: flex;
    gap: 0.5rem;
    padding: 16px 16px 16px 8px;
    width: fit-content;
    height: 130px;
    background: #fff;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -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: #344054;
    cursor: pointer;
    overflow: hidden;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper.active {
    background: #f8f5fa;
    border: 2px solid #763f98;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper .iz-icon {
    width: 24px;
    height: 24px;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper .address-name {
    font-weight: 600;
    font-size: 14px;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper .address {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 3.6em;
    /* 3 lines */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iz-account-container .profile-container .tab-address>div:last-child .address-wrapper .note {
    margin-top: 0.5rem;
    font-size: 10px;
}

.iz-account-container .setting-container {
    padding: 16px 24px;
    width: 605px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333;
}

.iz-account-container .setting-container .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.iz-account-container .setting-container .subtitle {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.iz-account-container .setting-container .setting-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.iz-account-container .setting-container .setting-wrapper {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    border-bottom: 1px solid #ebebeb;
}

.iz-account-container .setting-container .setting-wrapper>div:first-child {
    width: calc(100% - 40px);
}

.iz-account-container .setting-container .setting-wrapper .setting-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.iz-account-container .setting-container .setting-wrapper .setting-description {
    margin-top: 0.5rem;
}

.iz-account-container .setting-container .setting-wrapper:not(.active) {
    color: #999;
}

.iz-account-container .setting-container .setting-wrapper .action {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 4px;
    gap: 10px;
    width: 40px;
    height: 20px;
    background: #41c0a9;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.iz-account-container .setting-container .setting-wrapper .action .circle {
    display: block;
    width: 12px;
    height: 12px;
    background: #e6fff5;
    border-radius: 10px;
}

.iz-account-container .setting-container .setting-wrapper:not(.active) .action {
    justify-content: flex-start;
    background: #ebebeb;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}

.iz-account-container .setting-container .setting-wrapper:not(.active) .circle {
    background: #999;
}

.iz-account-container .language-container {
    padding: 16px;
    width: 605px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

.iz-account-container .language-container .title {
    border-bottom: 1px solid #f2f4f7;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.iz-account-container .language-container .language-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.iz-account-container .language-container .language-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    ;
}

.iz-account-container .language-container .language-wrapper input[type='radio'] {
    width: 16px;
    height: 16px;
    accent-color: #26a68e;
    cursor: pointer;
}

.iz-account-container .wallet-container {
    padding: 16px;
    width: 605px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #763f98;
}

.iz-account-container .wallet-container .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.iz-account-container .wallet-container .balance-info {
    margin-top: 1rem;
}

.iz-account-container .wallet-container .balance-info label {
    margin-bottom: 0;
}

.iz-account-container .wallet-container .balance-info>div {
    display: flex;
    align-items: center;
    padding: 4px 16px;
    width: fit-content;
    height: 41px;
    background: #f8f8f8;
    border-radius: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #763f98;
}

.iz-account-container .wallet-container .balance-info>div span {
    margin: 0 0 0.3rem 0.2rem;
    align-self: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
}

.iz-account-container .wallet-container .content {
    margin-top: 1.5rem;
    padding: 3rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #344054;
}

.iz-account-container .wallet-container .content .image {
    height: 150px;
}

.iz-account-container .wallet-container .content .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iz-account-container .wallet-container .content .message {
    margin-top: 1.5rem;
    width: 60%;
    text-align: center;
}

.iz-account-container .wallet-container .content .download {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.iz-account-container .wallet-container .content .download .iz-icon {
    width: 120px;
    height: 40px;
    background-repeat: no-repeat;
}

.iz-account-container .help-container {
    padding: 16px;
    width: 605px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #763f98;
}

.iz-account-container .help-container .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.iz-account-container .help-container .contact {
    margin-top: 2rem;
}

.iz-account-container .help-container .contact a {
    position: relative;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.iz-account-container .help-container .contact a:not(:first-child) {
    border-top: 1px solid #EBEBEB;
}

.iz-account-container .help-container .contact .iz-icon {
    width: 47px;
    height: 47px;
}

.iz-account-container .help-container .contact label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.iz-account-container .help-container .contact label+div {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.iz-account-container .help-container .contact span {
    position: absolute;
    right: 1rem;
    font-size: 16px;
}

.iz-account-container .help-container .info {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.iz-account-container .help-container .info>div:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.iz-account-container .help-container .info label {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #763F98;
}

.iz-account-container .help-container .info label+div {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.iz-account-container .outlet-container {
    padding: 16px 16px 24px;
    width: 888px;
    height: fit-content;
    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;
}

.iz-account-container .outlet-container .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-account-container .outlet-container .header .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.iz-account-container .outlet-container .header .search {
    position: relative;
}

.iz-account-container .outlet-container .header .search input {
    padding: 10px 20px;
    padding-right: 2.5rem;
    width: 409px;
    height: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.iz-account-container .outlet-container .header .search span {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    font-size: 20px;
}

.iz-account-container .outlet-container .filter-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.iz-account-container .outlet-container .filter-list>div {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    min-width: fit-content;
    width: fit-content;
    height: 38px;
    background: #f2f4f7;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #98a2b3;
    cursor: pointer;
}

.iz-account-container .outlet-container .filter-list>div.active {
    background: #763f98;
    color: #fff;
}

.iz-account-container .outlet-container .filter-list>div .iz-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.iz-account-container .outlet-container .outlet-list {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    gap: 1rem;
}

.iz-account-container .order-container {
    padding: 16px;
    width: 888px;
    height: fit-content;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

.iz-account-container .order-container .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.iz-account-container .order-container .header {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    border: solid #f2f4f7;
    border-width: 2px 0;
    border-radius: 2px;
}

.iz-account-container .order-container .header .tab-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.iz-account-container .order-container .header .tab-list>div {
    padding: 10px 24px;
    width: 82px;
    height: 38px;
    cursor: pointer;
}

.iz-account-container .order-container .header .tab-list>div.active {
    border-bottom: 2px solid #763f98;
    font-weight: 600;
    color: #763f98;
}

.iz-account-container .order-container .header .search {
    position: relative;
    width: 50%;
}

.iz-account-container .order-container .header .search input {
    padding: 10px 20px;
    padding-right: 2.5rem;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.iz-account-container .order-container .header .search span {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    font-size: 20px;
}

.iz-account-container .order-container .order-list {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.iz-account-container .order-container .order-wrapper {
    display: grid;
    grid-template-columns: 1fr 20px repeat(5, 1fr) 2fr;
    grid-template-areas:
        "id copy date date time time status status"
        "outlet outlet outlet item item blank price action";
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    height: 156px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
}

.iz-account-container .order-container .order-wrapper .order-id {
    grid-area: id;
    font-weight: 600;
    line-height: 140%;
    color: #101828;
}

.iz-account-container .order-container .order-wrapper .btn-copy {
    grid-area: copy;
    cursor: pointer;
}

.iz-account-container .order-container .order-wrapper .date {
    grid-area: date;
    font-weight: 600;
    line-height: 140%;
    color: #344054;
}

.iz-account-container .order-container .order-wrapper .time {
    grid-area: time;
    font-weight: 600;
    line-height: 140%;
    color: #f04438;
}

.iz-account-container .order-container .order-wrapper .status {
    grid-area: status;
    justify-self: end;
    text-align: right;
}

.iz-account-container .order-container .order-wrapper .outlet {
    grid-area: outlet;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iz-account-container .order-container .order-wrapper .item {
    grid-area: item;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
}

.iz-account-container .order-container .order-wrapper .price {
    grid-area: price;
    justify-self: end;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f79009;
}

.iz-account-container .order-container .order-wrapper .action {
    grid-area: action;
    justify-self: end;
    width: 100%;
}

.iz-account-container .order-container .order-wrapper label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #98a2b3;
}

.iz-account-container .order-container .order-wrapper .iz-icon {
    width: 16px;
    height: 16px;
}

.iz-account-container .order-container .order-wrapper .status div {
    padding: 6px 8px;
    height: 32px;
    background: #f8f8f8;
    border-radius: 6px;
    font-weight: 700;
    line-height: 140%;
    color: #61a2f9;
}

.iz-account-container .order-container .order-wrapper .status div.order-pending,
.iz-account-container .order-container .order-wrapper .status div.order-canceled {
    color: #f04438;
}

.iz-account-container .order-container .order-wrapper .status div.order-on-pickup,
.iz-account-container .order-container .order-wrapper .status div.order-pickep,
.iz-account-container .order-container .order-wrapper .status div.order-on-process,
.iz-account-container .order-container .order-wrapper .status div.order-on-shipping {
    color: #ff8f2e;
}

.iz-account-container .order-container .order-wrapper .status div.order-delivered,
.iz-account-container .order-container .order-wrapper .status div.order-completed {
    color: #41c0a9;
}

.iz-account-container .order-container .order-wrapper .outlet .image {
    margin-right: 1rem;
    width: 56px;
    height: 56px;
    border: 1px solid #f2f4f7;
    border-radius: 50px;
}

.iz-account-container .order-container .order-wrapper .outlet .image img {
    width: 56px;
    height: 56px;
    border: 1px solid #f2f4f7;
    border-radius: 50px;
    object-fit: contain;
}

.iz-account-container .order-container .order-wrapper .outlet .outlet-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #763f98;
}

.iz-account-container .order-container .order-wrapper .outlet .outlet-address {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iz-account-container .order-container .order-wrapper .action>div {
    padding: 9px 16px;
    min-width: 135px;
    height: 36px;
    background: #763f98;
    border-radius: 6px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.iz-account-container .order-container .order-wrapper .action.green>div {
    background: #41c0a9;
}

.iz-modal-order {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-order .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-order .header {
    position: fixed;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-order .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-order .body {
    margin-top: 56px;
    height: fit-content;
    max-height: 80vh;
    background: #F8F8F8;
    overflow-y: scroll;
}

.iz-modal-order .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order .body>div:first-child,
.iz-modal-order .body>div:last-child>div {
    margin-top: 0.5rem;
    padding: 1rem;
    background: #fff;
}

.iz-modal-order .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.iz-modal-order .order-info {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order .order-info>div:nth-child(even) {
    justify-self: end;
    text-align: right;
}

.iz-modal-order .order-info label {
    margin-bottom: 0;
    line-height: 140%;
    color: #999;
}

.iz-modal-order .order-info .order-code {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #763f98;
}

.iz-modal-order .order-info .iz-icon {
    margin-left: 0.5rem;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.iz-modal-order .order-info .status div {
    padding: 8px;
    height: 36px;
    background: #f8f8f8;
    border-radius: 6px;
    font-weight: 700;
    line-height: 140%;
    color: #61a2f9;
}

.iz-modal-order .order-info .status div.order-pending,
.iz-modal-order .order-info .status div.order-canceled {
    color: #f04438;
}

.iz-modal-order .order-info .status div.order-on-pickup,
.iz-modal-order .order-info .status div.order-pickep,
.iz-modal-order .order-info .status div.order-on-process,
.iz-modal-order .order-info .status div.order-on-shipping {
    color: #ff8f2e;
}

.iz-modal-order .order-info .status div.order-delivered,
.iz-modal-order .order-info .status div.order-completed {
    color: #41c0a9;
}

.iz-modal-order .order-info .date div {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.iz-modal-order .detail-status-order,
.iz-modal-order .how-to-pay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    height: 56px;
    font-weight: 700;
    line-height: 140%;
    color: #41c0a9;
    cursor: pointer;
}

.iz-modal-order .detail-status-order::after,
.iz-modal-order .how-to-pay::after {
    content: "";
    position: absolute;
    right: 1rem;
    border: solid #41c0a9;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.iz-modal-order .payment-info>div {
    display: grid;
    gap: 1rem;
}

.iz-modal-order .payment-info>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order .payment-info label {
    margin-bottom: 0;
    line-height: 140%;
    color: #999;
}

.iz-modal-order .payment-info .iz-icon {
    margin-right: 0.25rem;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.iz-modal-order .payment-info .info {
    padding: 16px;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    gap: 1rem;
    background: #EDF2F9;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.iz-modal-order .payment-info .info .iz-icon {
    width: 24px;
    height: 24px;
    align-self: flex-start;
}

.iz-modal-order .payment-info .info>div:last-child {
    font-size: 24px;
    align-self: flex-start;
    justify-self: flex-end;
    cursor: pointer;
}

.iz-modal-order .payment-info .info .title {
    font-weight: 600;
    font-size: 14px;
}

.iz-modal-order .payment-info .info a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #61A2F9;
}

.iz-modal-order .payment-info .payment-method {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.iz-modal-order .payment-info .payment-image {
    width: 40px;
    height: 40px;
}

.iz-modal-order .payment-info .payment-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.iz-modal-order .payment-info .payment-expire {
    font-weight: 700;
    line-height: 140%;
    color: #da4a54;
}

.iz-modal-order .payment-info .payment-number {
    font-weight: 700;
    line-height: 140%;
    color: #763f98;
}

.iz-modal-order .payment-info .payment-copy {
    display: flex;
    align-items: center;
    padding: 4px 7px;
    height: 24px;
    border: 1px solid #763f98;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #763f98;
    cursor: pointer;
}

.iz-modal-order .payment-info .payment-success>div+div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #41C0A9;
}

.iz-modal-order .outlet-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order .outlet-info .outlet-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #763f98;
}

.iz-modal-order .outlet-info .outlet-address {
    line-height: 140%;
    color: #999;
}

.iz-modal-order .outlet-info .btn-chat {
    position: relative;
    cursor: pointer;
}

.iz-modal-order .outlet-info .iz-icon {
    width: 50px;
    height: 50px;
}

.iz-modal-order .outlet-info .iz-icon+.circle {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0.75rem;
    right: 0.8rem;
    background: #da4a54;
    border-radius: 8px;
}

.iz-modal-order .review-container {
    position: relative;
    margin: 1rem;
    height: fit-content;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

.iz-modal-order .review-container .rating {
    margin-top: .5rem;
}

.iz-modal-order .review-container .rating .iz-icon {
    width: 18px;
    height: 18px;
}

.iz-modal-order .review-container span {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
}

.iz-modal-order .review-container .review-wrapper {
    margin-top: 1rem;
}

.iz-modal-order .review-container .review-wrapper .review {
    color: #999999;
    word-wrap: break-word;
}

.iz-modal-order .review-container .review-wrapper .rating-tags {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
}

.iz-modal-order .review-container .review-wrapper .rating-tags>div {
    padding: 12px 16px;
    height: 43px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background: #763F98;
    border: 1px solid #763F98;
    border-radius: 8px;
    color: #FFFFFF;
}

.iz-modal-order .review-container .review-wrapper .rating-tags>div .image {
    width: 18px;
    height: 18px;
}

.iz-modal-order .review-container .review-wrapper .rating-tags>div .image img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.iz-modal-order .review-container .review-wrapper .comment-wrapper {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #EBEBEB;
    color: #999999;
}

.iz-modal-order .review-container .review-wrapper .comment-wrapper .outlet-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.iz-modal-order .review-container .review-wrapper .comment-wrapper .comment {
    margin-top: 1rem;
}

.iz-modal-order .item-list .subtitle {
    font-weight: 600;
    line-height: 140%;
    color: #763f98;
}

.iz-modal-order .item-list .estimation {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 16px;
    height: 102px;
    background: #edf2f9;
}

.iz-modal-order .item-list .estimation .iz-icon {
    width: 26px;
    height: 26px;
}

.iz-modal-order .item-list .estimation .title {
    font-size: 14px;
}

.iz-modal-order .item-list .estimation .estimation-date {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #61a2f9;
}

.iz-modal-order .item-list .estimation+div {
    padding: 1rem;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.iz-modal-order .item-list .estimation+div .list>div {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 0.5fr 9fr 2.5fr;
    gap: 0.5rem;
}

.iz-modal-order .item-list .estimation+div .list>div>div:nth-child(3n - 2) {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

.iz-modal-order .item-list .estimation+div .list>div>div:nth-child(3n) {
    font-weight: 600;
    line-height: 140%;
    text-align: right;
}

.iz-modal-order .shipping-detail label {
    margin-bottom: 0;
    line-height: 140%;
    color: #999;
}

.iz-modal-order .shipping-detail .pickup,
.iz-modal-order .shipping-detail .delivery {
    margin-top: 1rem;
    padding-left: 0.5rem;
    display: grid;
    gap: 1rem;
}

.iz-modal-order .shipping-detail .pickup>div>div,
.iz-modal-order .shipping-detail .delivery>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order .shipping-detail .shipping-price {
    font-weight: 600;
    line-height: 140%;
    color: #333;
}

.iz-modal-order .payment-summary>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order .payment-summary>div:not(:first-child) {
    margin-top: 1rem;
}

.iz-modal-order .payment-summary>div>div:first-child {
    color: #999;
}

.iz-modal-order .payment-summary>div>div:last-child {
    font-weight: 600;
    line-height: 140%;
}

.iz-modal-order .payment-summary>div>div:last-child.discount {
    color: #da4a54;
}

.iz-modal-order .action-list {
    display: grid;
    gap: 1rem;
}

.iz-modal-order .action-list>div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    height: 48px;
    background: #763f98;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

.iz-modal-order .action-list .payment-history {
    background: #fff;
    border: 2px solid #763f98;
    color: #763f98;
}

.iz-modal-order .action-list .btn-cancel {
    background: #fff;
    color: #f04438;
}

.iz-modal-address {
    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-address .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-address .modal-content {
    padding: 1rem;
}

.iz-modal-address .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.iz-modal-address .header .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.iz-modal-address .header .close {
    width: 40px;
    height: 40px;
    background: #f9fafb;
    border-radius: 50px;
    float: none;
    font-size: 1.5rem;
    color: #344054;
    opacity: 1;
}

.iz-modal-address .body {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    overflow: hidden;
}

.iz-modal-address .step1 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
}

.iz-modal-address .step1.active {
    left: 0;
}

.iz-modal-address .step2 {
    position: absolute;
    top: 0;
    left: 200%;
    padding-right: .5rem;
    padding-bottom: 1rem;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 38px - 38px - 0.5rem);
    overflow-y: auto;
    transition: left 0.2s ease-out;
}

.iz-modal-address .step2::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-address .step2::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-address .step2::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-address .step2.active {
    left: 0;
}

.iz-modal-address .body>div:first-child {
    position: relative;
}

.iz-modal-address .address-search {
    position: relative;
}

.iz-modal-address .address-search input {
    padding: 10px 20px;
    padding-right: 2.5rem;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.iz-modal-address .address-search span {
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    font-size: 20px;
}

.iz-modal-address .current-location {
    margin-top: 1rem;
}

.iz-modal-address .current-location label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.iz-modal-address .current-location .location-list {
    padding: 0;
}

.iz-modal-address .current-location .location-list li {
    padding-left: 2rem;
    list-style: none;
    min-height: 24px;
}

.iz-modal-address .current-location .location-list li.active {
    background-image: url(../../img/web/icon/current-location.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
}

.iz-modal-address .search-result {
    margin-top: 1rem;
    height: calc(100% - 110px);
    overflow-y: auto;
}

.iz-modal-address .search-result::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-address .search-result::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-address .search-result::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-address .search-result .title {
    font-weight: 400;
    font-size: 12px;
    color: #98a2b3;
}

.iz-modal-address .search-result .list {
    padding: 0;
    list-style: none;
}

.iz-modal-address .search-result .list>li {
    padding: 0.5rem 0;
}

.iz-modal-address .search-result .list>li:not(:first-child) {
    border-top: 2px solid #f2f4f7;
    border-radius: 2px;
}

.iz-modal-address .search-result .list .address-name {
    font-weight: 700;
    color: #344054;
}

.iz-modal-address .add-location label {
    font-weight: 600;
    line-height: 16px;
    color: #344054;
}

.iz-modal-address .add-location label.invalid-feedback {
    color: #d9534f;
}

.iz-modal-address .add-location>div:first-child>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.iz-modal-address .add-location>div:first-child ul {
    padding: 0;
    padding-bottom: 1rem;
    margin: 0;
    border-bottom: 2px solid #f2f4f7;
    ;
}

.iz-modal-address .add-location>div:first-child li {
    padding-left: 2rem;
    list-style: none;
}

.iz-modal-address .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-address .add-location>div:last-child {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.iz-modal-address .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-address .add-location input:active,
.iz-modal-address .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-address .add-location .btn-change-location {
    font-weight: 600;
    line-height: 16px;
    color: #f04438;
    cursor: pointer;
}

.iz-modal-address .action {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.iz-modal-address .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-address .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-address .iz-map {
    min-height: 50vh;
}

.iz-modal-change-password {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-change-password .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-change-password .header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-change-password .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-change-password .body {
    padding: 1rem;
}

.iz-modal-change-password .body form {
    position: relative;
    min-height: 50vh;
}

.iz-modal-change-password .form-input {
    position: relative;
}

.iz-modal-change-password .form-input:not(:first-child) {
    margin-top: 0.5rem;
}

.iz-modal-change-password .form-input label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #344054;
}

.iz-modal-change-password .form-input label.invalid-feedback {
    color: #d9534f;
    font-size: 85%;
}

.iz-modal-change-password input {
    padding: 7px 16px;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
}

.iz-modal-change-password .form-input .show-password {
    position: absolute;
    top: 2.8rem;
    right: 1rem;
    cursor: pointer;
}

.iz-modal-change-password .btn-save-change-password {
    position: absolute;
    bottom: 0;
    padding: 14px 24px;
    width: 100%;
    height: 50px;
    background: #763f98;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.iz-modal-order-review {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-order-review .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-order-review .header {
    position: fixed;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-order-review .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-order-review .body {
    margin-top: 56px;
    height: fit-content;
    max-height: 80vh;
    overflow-y: scroll;
}

.iz-modal-order-review .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-review .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-review .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-review .outlet-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    height: 81px;
    background: #fbf2ff;
}

.iz-modal-order-review .outlet-info .order-name {
    font-size: 16px;
    line-height: 22px;
    color: #763f98;
}

.iz-modal-order-review .outlet-info .order-date {
    margin-top: 0.25rem;
    font-weight: 400;
    line-height: 19px;
    color: #999;
}

.iz-modal-order-review .outlet-info .btn-outlet-detail {
    padding: 4px 8px;
    height: 24px;
    background: #fbf2ff;
    border: 1px solid #763f98;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #763f98;
    cursor: pointer;
}

.iz-modal-order-review .rating {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2rem;
}

.iz-modal-order-review .title {
    font-size: 16px;
    line-height: 22px;
}

.iz-modal-order-review .rating .rating-stars .iz-icon {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.iz-modal-order-review .rating .rating-name {
    padding-top: 1rem;
    border-top: 3px solid #ebebeb;
    font-size: 20px;
    line-height: 27px;
    color: #763f98;
}

.iz-modal-order-review .rating-tags {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.iz-modal-order-review .rating-tags .tags {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 70%;
    font-weight: 400;
    line-height: 19px;
    color: #999;
}

.iz-modal-order-review .rating-tags .tags>div {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    height: fit-content;
    border: 1px solid #999;
    border-radius: 8px;
    cursor: pointer;
}

.iz-modal-order-review .rating-tags .tags>div.active {
    background: #763f98;
    border: 1px solid #763f98;
    color: #fff;
}

.iz-modal-order-review .rating-tags .tags .image {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
}

.iz-modal-order-review .rating-tags .tags .image img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.iz-modal-order-review .review {
    padding: 2rem;
}

.iz-modal-order-review .review textarea {
    margin-top: 1rem;
    padding: 16px 16px 64px;
    height: 99px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.iz-modal-order-review .review .character-limit {
    margin-top: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    padding: 4px 8px;
    height: 24px;
    background: #fbf2ff;
    border: 1px solid #763f98;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #763f98;
}

.iz-modal-order-review .review .review-info {
    margin-top: 1rem;
    padding: 16px;
    height: fit-content;
    background: #fef2e5;
    border-radius: 8px;
}

.iz-modal-order-review .review .review-info>div:not(:first-child) {
    margin-top: 0.5rem;
    font-weight: 400;
}

.iz-modal-order-review .action-list {
    padding: 16px;
    height: fit-content;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
}

.iz-modal-order-review .action-list .btn-send {
    padding: 16px 0;
    height: 54px;
    background: #763f98;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.iz-modal-order-status {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-order-status .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-order-status .header {
    position: fixed;
    display: grid;
    grid-template-columns: 1.5rem 1fr 30px;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-order-status .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-order-status .header .iz-icon {
    width: 24px;
    height: 24px;
    justify-self: flex-end;
    cursor: pointer;
}

.iz-modal-order-status .body {
    margin-top: 56px;
    height: fit-content;
    max-height: 80vh;
    overflow-y: scroll;
}

.iz-modal-order-status .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-status .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-status .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-status .order-info {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #f8f8f8;
}

.iz-modal-order-status .order-info>div:first-child {
    font-size: 16px;
    color: #763f98;
}

.iz-modal-order-status .order-info .order-status {
    font-weight: 700;
    color: #61a2f9;
}

.iz-modal-order-status .order-info .order-status.order-on-pickup,
.iz-modal-order-status .order-info .order-status.order-picked,
.iz-modal-order-status .order-info .order-status.order-on-process {
    color: #ff8f2e;
}

.iz-modal-order-status .order-info .order-status.order-pending,
.iz-modal-order-status .order-info .order-status.order-canceled {
    color: #f04438;
}

.iz-modal-order-status .order-info .order-status.order-on-shipping,
.iz-modal-order-status .order-info .order-status.order-delivered,
.iz-modal-order-status .order-info .order-status.order-completed {
    color: #41c0a9;
}

.iz-modal-order-status .history {
    margin: 2rem 1.5rem;
}

.iz-modal-order-status .history ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

.iz-modal-order-status .history ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iz-modal-order-status .history ul li>div {
    flex-grow: 1;
}

.iz-modal-order-status .history ul li span {
    margin-right: 1.5rem;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #763f98;
}

.iz-modal-order-status .history ul li span::before {
    content: '';
    position: absolute;
    border-left: 2px dashed #e1e1e1;
    top: 1.6rem;
    left: 6px;
    height: 100%;
}

.iz-modal-order-status .history .order-history-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.iz-modal-order-status .history ul li:last-child span::before {
    content: none;
}

.iz-modal-order-status .history ul li:last-child {
    padding-bottom: 0;
}

.iz-modal-how-to-pay {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-how-to-pay .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-how-to-pay .header {
    position: fixed;
    display: grid;
    grid-template-columns: 1.5rem 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-how-to-pay .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-how-to-pay .body {
    margin-top: 56px;
    height: fit-content;
    max-height: 80vh;
    overflow-y: scroll;
}

.iz-modal-how-to-pay .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-how-to-pay .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-how-to-pay .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-how-to-pay .body>div:first-child {
    margin-top: 0.5rem;
    padding: 1rem;
    background: #fff;
}

.iz-modal-how-to-pay .body>div:last-child {
    margin: 1rem;
    min-height: 50vh;
}

.iz-modal-how-to-pay .body .item {
    position: relative;
    cursor: pointer;
}

.iz-modal-how-to-pay .body .item .title {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #EBEBEB;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
}

.iz-modal-how-to-pay .body .item .content {
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.iz-modal-how-to-pay .body .item .content.show {
    margin: 1rem 0;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.iz-modal-how-to-pay .body .item .content>div {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: list-item;
    list-style: decimal;
    margin-left: 1.5rem;
}

.iz-modal-how-to-pay .body .item .right-arrow {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333333;
    position: absolute;
    top: 1.3rem;
    right: .5rem;
    transform: rotate(90deg);
    transition: transform .5s ease;
}

.iz-modal-how-to-pay .body .item .right-arrow:before {
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    transform: translateX(-8px) translateY(-6px);
}

.iz-modal-how-to-pay .body .item .right-arrow.show {
    transform: rotate(-90deg);
}

.iz-modal-chat {
    position: fixed;
    margin: auto !important;
    padding: 0 !important;
    width: 573px !important;
    height: 368px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden !important;
}

.iz-modal-chat .modal-dialog {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.iz-modal-chat .modal-content {
    height: 100%;
}

.iz-modal-chat .header {
    margin: 1rem;
}

.iz-modal-chat .image {
    height: 150px;
}

.iz-modal-chat .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iz-modal-chat .message {
    margin: 1rem 5rem 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #344054;
}

.iz-modal-chat .download {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
}

.iz-modal-chat .iz-icon {
    width: 120px;
    height: 40px;
}

.iz-modal-order-choose-payment {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #f8f8f8;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    overflow: hidden !important;
}

.iz-modal-order-choose-payment .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}

.iz-modal-order-choose-payment .header {
    position: fixed;
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    align-items: center;
    gap: 1rem;
    padding: 8px;
    width: 590px;
    height: 56px;
    background: #763f98;
    border-bottom: 1px solid #e1e1e1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.iz-modal-order-choose-payment .header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.iz-modal-order-choose-payment .body {
    margin-top: 56px;
    padding: 1rem;
}

.iz-modal-order-choose-payment .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-choose-payment .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-choose-payment .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-choose-payment .payment-method .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}

.iz-modal-order-choose-payment .payment-method .list {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #344054;
    cursor: pointer;
}

.iz-modal-order-choose-payment .payment-method .list div {
    position: relative;
}

.iz-modal-order-choose-payment .payment-method .list div:last-child {
    line-height: 22px;
    color: #999;
    cursor: not-allowed;
}

.iz-modal-order-choose-payment .payment-method .list div::after {
    content: '';
    position: absolute;
    right: 0;
    border: solid #344054;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.iz-modal-order-choose-payment .payment-method .list div:last-child::after {
    border-color: #999;
}

.iz-modal-order-changed {
    position: fixed;
    margin: auto !important;
    padding: 0 !important;
    width: 404px !important;
    height: fit-content !important;
    max-height: 90vh !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: auto !important;
}

.iz-modal-order-changed::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-changed::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-changed::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-changed .modal-dialog {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.iz-modal-order-changed .modal-content {
    height: 100%;
}

.iz-modal-order-changed .header {
    margin: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #F8F8F8;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #763F98;
}

.iz-modal-order-changed .header span {
    color: #763F98;
}

.iz-modal-order-changed .body {
    padding: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #344054;
}

.iz-modal-order-changed .body .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #41C0A9;
}

.iz-modal-order-changed .before .title {
    color: #DA4A54;
}

.iz-modal-order-changed .after {
    margin-top: 1rem;
}

.iz-modal-order-changed .list {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.iz-modal-order-changed .list>div {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: .25fr 2fr 1fr;
    grid-template-areas:
        "qty item price"
        "blank note note";
    row-gap: 1rem;
}

.iz-modal-order-changed .list>div .qty {
    grid-area: qty;
    font-weight: 600;
}

.iz-modal-order-changed .list>div .item-description {
    grid-area: item;
    display: grid;
    gap: .5rem;
}

.iz-modal-order-changed .list .category {
    font-weight: 600;
}

.iz-modal-order-changed .list .tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.iz-modal-order-changed .list .tags>div {
    padding: 4px 8px;
    height: 24px;
    background: #F8F5FA;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #763F98;
}

.iz-modal-order-changed .list label {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #344054;
}

.iz-modal-order-changed .list label+div {
    padding: .5rem;
    width: 100%;
    border-bottom: 2px solid #F2F4F7;
}

.iz-modal-order-changed .list label+div.empty {
    color: #999999;
}

.iz-modal-order-changed .list>div .price {
    grid-area: price;
    font-family: 'Ubuntu';
    font-weight: 700;
    line-height: 16px;
    text-align: right;
}

.iz-modal-order-changed .list>div .note {
    grid-area: note;
}

.iz-modal-order-changed .info {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: flex-start;
    gap: 1rem;
    padding: 16px;
    background: #EDF2F9;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.iz-modal-order-changed .info .iz-icon {
    width: 24px;
    height: 24px;
}

.iz-modal-order-changed .info .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.iz-modal-order-changed .action {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: center;
}

.iz-modal-order-changed .action>div {
    padding: 12px 16px;
    height: 46px;
    background: #763F98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.iz-modal-order-changed .action .btn-chat {
    background: #ffffff;
    border: 2px solid #763F98;
    color: #763F98;
}

.iz-modal-order-payment {
    position: fixed;
    margin: auto !important;
    padding: 0 !important;
    width: 404px !important;
    height: fit-content !important;
    max-height: 90vh !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: auto !important;
}

.iz-modal-order-payment::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-payment::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-payment::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-payment .modal-dialog {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.iz-modal-order-payment .modal-content {
    height: 100%;
}

.iz-modal-order-payment .header {
    margin: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #F8F8F8;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #763F98;
}

.iz-modal-order-payment .header span {
    color: #763F98;
}

.iz-modal-order-payment .body {
    padding: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.iz-modal-order-payment .body .title {
    font-weight: 700;
    font-size: 16px;
}

.iz-modal-order-payment .payment-list>div {
    display: grid;
    gap: .5rem;
}

.iz-modal-order-payment .payment-list>div:not(:first-of-type) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 4px solid #F8F8F8;
}

.iz-modal-order-payment .payment-list>div>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
}

.iz-modal-order-payment .payment-list>div>div>div:first-child {
    color: #999999;
}

.iz-modal-order-payment .payment-list>div>div>div:last-child {
    justify-self: flex-end;
    text-align: right;
}

.iz-modal-order-payment .payment-method .payment-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333 !important;
}

.iz-modal-order-payment .payment-method .payment-image {
    width: 40px;
    height: 40px;
}

.iz-modal-order-payment .payment-method .payment-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.iz-modal-order-payment .payment-list .payment-code {
    font-weight: 700;
    color: #763F98;
}

.iz-modal-order-payment .payment-list .payment-total>div {
    color: #333333 !important;
}

.iz-modal-order-payment .payment-list .payment-total>div:last-child {
    font-weight: 600;
    font-size: 16px;
}

.iz-modal-order-payment .btn-close {
    margin-top: 1rem;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    background: #763F98;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    ;
    color: #FFFFFF;
    cursor: pointer;
}

.iz-modal-order-status-description {
    position: fixed;
    margin: auto !important;
    padding: 0 !important;
    width: 404px !important;
    height: fit-content !important;
    max-height: 90vh !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden !important;
}

.iz-modal-order-status-description .modal-dialog {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.iz-modal-order-status-description .modal-content {
    position: relative;
    height: 100%;
}

.iz-modal-order-status-description .header {
    position: absolute;
    width: calc(100% - 2rem);
    height: 43px;
    margin: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #F8F8F8;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #763F98;
}

.iz-modal-order-status-description .header .title {
    text-transform: uppercase;
}

.iz-modal-order-status-description .body {
    margin-top: calc(43px + 1rem);
    max-height: 80vh;
    padding: 1rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    overflow-y: auto;
}

.iz-modal-order-status-description .body::-webkit-scrollbar {
    width: 5px;
}

.iz-modal-order-status-description .body::-webkit-scrollbar-button {
    display: none;
}

.iz-modal-order-status-description .body::-webkit-scrollbar-thumb {
    background-color: #763f98;
}

.iz-modal-order-status-description .list {
    display: grid;
    gap: 1rem;
}

.iz-modal-order-status-description .status {
    padding: .25rem .5rem;
    display: inline-block;
    border: 1px solid #61a2f9;
    border-radius: 20px;
    background-color: #61a2f910;
    font-size: 12px;
    text-transform: uppercase;
    color: #61a2f9;
}

.iz-modal-order-status-description .status.order-on-pickup,
.iz-modal-order-status-description .status.order-on-pickup-courier,
.iz-modal-order-status-description .status.order-picked,
.iz-modal-order-status-description .status.order-on-process {
    border-color: #ff8f2e;
    background-color: #ff8f2e10;
    color: #ff8f2e;
}

.iz-modal-order-status-description .status.order-pending,
.iz-modal-order-status-description .status.order-canceled {
    border-color: #f04438;
    background-color: #f0443810;
    color: #f04438;
}

.iz-modal-order-status-description .status.order-on-shipping,
.iz-modal-order-status-description .status.order-on-shipping-courier,
.iz-modal-order-status-description .status.order-delivered,
.iz-modal-order-status-description .status.order-completed {
    border-color: #41c0a9;
    background-color: #41c0a910;
    color: #41c0a9;
}

.iz-modal-order-status-description .description {
    margin-top: .5rem;
}

@media (max-width: 991.98px) {

    .iz-body-content .iz-account-container .account-menu {
        display: none;
    }

    .iz-account-container {
        grid-template-columns: 100%;
    }

    .iz-account-container .outlet-container {
        width: 100%;
    }

    .iz-account-container .outlet-container .header .search input {
        max-width: 200px;
        width: 100%;
    }

    .iz-account-container .outlet-container .filter-list {
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: .5rem;
    }

    .iz-account-container .outlet-container .filter-list::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .iz-account-container .outlet-container .filter-list::-webkit-scrollbar-button {
        display: none;
    }

    .iz-account-container .outlet-container .filter-list::-webkit-scrollbar-thumb {
        background-color: #763f98;
    }

    .iz-account-container .wallet-container {
        width: 100%;
    }

    .iz-account-container .setting-container {
        width: 100%;
    }

    .iz-account-container .profile-container {
        width: 100%;
    }

    .iz-account-container .profile-container .tab-profile form {
        flex-direction: column;
    }

    .iz-account-container .order-container {
        width: 100%;
    }

    .iz-account-container .order-container .order-wrapper {
        height: auto;
        grid-template-columns: auto;
        grid-template-areas:
            "id copy"
            "date date"
            "time time"
            "status status"
            "outlet outlet"
            "item item"
            "price action";
    }

    .iz-account-container .order-container .order-wrapper .status {
        justify-self: start;
        text-align: left;
    }

    .iz-account-container .order-container .order-wrapper .status div {
        padding: 0;
    }

    .iz-account-container .order-container .order-wrapper .item {
        text-align: left;
    }

    .iz-account-container .order-container .order-wrapper .price {
        justify-self: start;
        text-align: left;
    }

    .iz-account-container .order-container .header {
        flex-direction: column-reverse;
        gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .iz-account-container .order-container .header .search {
        width: 100%;
    }

    .iz-account-container .order-container .header .tab-list {
        width: 100%;
    }

    .iz-account-container .order-container .header .tab-list>div {
        width: auto;
    }

    .iz-account-container .language-container {
        width: 100%;
    }

    .iz-modal-change-password {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-change-password .header {
        border-radius: 0;
    }

    .iz-modal-change-password .modal-dialog {
        height: 100%;
    }

    .iz-modal-change-password .modal-content {
        height: 100%;
    }

    .iz-account-container .profile-container .tab-address>div:first-child {
        flex-direction: column-reverse;
    }

    .iz-account-container .profile-container .tab-address .btn-add-address {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 4px;
    }

    .iz-modal-address {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-address .modal-dialog {
        height: 100%;
    }

    .iz-modal-address .modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .iz-modal-address .body {
        display: flex;
        flex-direction: column-reverse;
        flex-grow: 1;
        justify-content: flex-end;
    }

    .iz-modal-address .body>div:first-child {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .iz-modal-address .iz-map {
        min-height: 30vh;
    }

    .iz-modal-order {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-order .modal-dialog {
        height: 100%;
    }

    .iz-modal-order .modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .iz-modal-order .header {
        border-radius: 0;
        width: 100%;
    }

    .iz-modal-order .modal-content .body {
        flex-grow: 1;
        max-height: none;
    }

    .iz-modal-order-status {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-order-status .modal-dialog {
        height: 100%;
    }

    .iz-modal-order-status .modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .iz-modal-order-status .header {
        border-radius: 0;
        width: 100%;
    }

    .iz-modal-order-status .modal-content .body {
        flex-grow: 1;
        max-height: none;
    }

    .iz-modal-order-review {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-order-review .modal-dialog {
        height: 100%;
    }

    .iz-modal-order-review .modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .iz-modal-order-review .header {
        border-radius: 0;
        width: 100%;
    }

    .iz-modal-order-review .modal-content .body {
        flex-grow: 1;
        max-height: none;
    }
}

@media (max-width: 570px) {
    .iz-modal-chat {
        width: 90% !important;
        height: fit-content !important;
    }

    .iz-modal-chat .body {
        padding-bottom: 1rem;
    }

    .iz-modal-chat .message {
        margin: 1rem 1rem 0;
    }
}

@media (max-width: 425px) {
    .iz-account-container .outlet-container .header {
        flex-direction: column;
        gap: 1rem;
    }

    .iz-account-container .outlet-container .header .search {
        width: 100%;
    }

    .iz-account-container .outlet-container .header .search input {
        max-width: none;
    }

    .iz-modal-order-changed {
        position: fixed;
        border-radius: 0px;
        width: 100% !important;
        height: 100% !important;
        max-height: 100vh !important;
    }

    .iz-modal-order-changed .modal-content {
        height: auto;
    }

    .iz-modal-order-changed .action {
        grid-template-columns: auto;
    }

    .iz-modal-order-payment {
        position: fixed;
        border-radius: 0px;
        width: 100% !important;
        height: 100% !important;
        max-height: 100vh !important;
    }

    .iz-modal-order-payment .body {
        height: 100%;
    }

    .iz-modal-order-payment .iz-loading+div {
        position: relative;
        height: 100%;
    }

    .iz-modal-order-payment .btn-close {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .iz-modal-order-status-description {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        border-radius: 0;
    }

    .iz-modal-order-status-description .body {
        max-height: 100vh;
    }

    .iz-modal-order-review .title {
        margin: 0 1rem;
        text-align: center;
    }
    .iz-modal-order-review .rating-tags {
        margin: 0 1rem;
        text-align: center;
    }
}

@media (max-width: 424px) {
    .iz-account-container .profile-container .tab-address>div:last-child .address-list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    .iz-account-container .order-container .order-wrapper {
        grid-template-areas:
            "id copy"
            "date date"
            "time time"
            "status status"
            "outlet outlet"
            "item item"
            "price price"
            "action action";
    }
    .iz-account-container .order-container .order-wrapper .outlet {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .iz-account-container .order-container .order-wrapper .outlet .outlet-address {
        max-width: 200px;
    }
}
