body {
    background: var(--color-bg);
    transition: 0.2s ease-in-out all;
}

.ZX-header {
    padding: 12px 0px;
    margin: 0px;
    background: var(--color-bg);
}

.ZX-header .container {
    padding: 0px;
}

.ZX-header .collapse .navbar-nav .nav-item .nav-link {
    margin: 0px 30px;
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    transition: 0.2s ease-in-out all;
    color: var(--color-header-menu);
}

.ZX-header .collapse .navbar-nav .nav-item .nav-link.active {
    color: var(--color-header-menu-active);
    transition: 0.2s ease-in-out all;

}

.ZX-switcher-mode {
    height: 35px;
    width: 35px;
    background: var(--color-switcher-mode);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out all;
    cursor: pointer;
}

.ZX-switcher-mode:active,
.ZX-menu-sidebar:active {
    transform: scale(0.95);
    transition: 0.2s ease-in-out all;

}

.ZX-header-right-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ZX-menu-sidebar {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out all;
    cursor: pointer;
}

.ZX-menu-sidebar .icon-dark-mode {
    display: none;
}

[data-theme="dark"] .ZX-menu-sidebar .icon-light-mode {
    display: none;
}

[data-theme="dark"] .ZX-menu-sidebar .icon-dark-mode {
    display: inline;
}

button.ZX-menu-sidebar-close {
    background: transparent;
    border: none;
    padding: 0px;
}

button.ZX-menu-sidebar-close i {
    font-size: 40px;
    color: var(--color-header-menu);
    transition: 0.2s ease-in-out all;
    cursor: pointer;
}

button.ZX-menu-sidebar-close:active {
    transform: scale(0.95);
    transition: 0.2s ease-in-out all;
}

div#offcanvasWithBothOptions {
    background-color: var(--color-bg);
}

.ZX-menu-sidebar-wrapper ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.ZX-menu-sidebar-wrapper ul li a {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-medium);
    font-size: 18px;
    transition: 0.2s ease-in-out all;
    color: var(--color-header-menu);
    text-decoration: none;
}

.ZX-menu-sidebar-wrapper ul li a.active {
    color: var(--color-header-menu-active);
    transition: 0.2s ease-in-out all;
}

.ZX-menu-sidebar-wrapper ul {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 33px;
    flex-direction: column;
    margin-left: 1rem;
}

section#ZX-welcome-container .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 90vh;
}

.ZX-welcome-wrapper h1 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-medium);
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-welcome-text);
    margin-bottom: 15px;
}

.ZX-welcome-wrapper p {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--color-welcome-text-p);
    margin-bottom: 30px;
}

.ZX-input-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    gap: 8px;
}

.ZX-input-wrapper label {
    color: var(--color-header-menu);
    font-family: var(--font-family-heading);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.ZX-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ZX-input-wrapper input,
.ZX-input-wrapper textarea {
    padding: 8px 15px;
    border-radius: 5px;
    background: var(--color-input-bg);
    border: 1px solid var(--color-input-border);
    outline: none;
    color: var(--color-input-text);
    font-family: var(--font-family-heading);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    min-height: 45px;

}

.ZX-input-wrapper textarea {
    min-height: 100px;
    resize: none;

}

button.ZX-form-butto {
    width: 100%;
    background: #7BAE7F;
    border: none;
    min-height: 45px;
    border-radius: 5px;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out all;

    &:active {
        transform: scale(0.95);
        transition: 0.2s ease-in-out all;
    }
}

.ZX-number-detail-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}

.ZX-number-detail-box span {
    font-family: var(--font-family-heading);
    font-size: 14px;
    line-height: 14px;
    color: var(--color-welcome-text);
}

.ZX-number-detail-box span:nth-child(1) {
    font-weight: 400;
}

.ZX-number-detail-box span:nth-child(2) {
    font-weight: 700;
}

.ZX-ticket-info-wrapper {
    width: 500px;
}

.ZX-ticket-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-input-border);
    padding: 15px 0px;
}


.ZX-ticket-info-item span:nth-child(1) {
    font-weight: 400;
}

.ZX-ticket-info-item span:nth-child(2) {
    font-weight: 700;
}

.ZX-ticket-info-item span {
    font-family: var(--font-family-heading);
    font-size: 14px;
    line-height: 14px;
    color: var(--color-welcome-text);

}

.ZX-ticket-info-wrapper h5 {
    margin-top: 30px;
    color: var(--color-header-menu);
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;

}

.ZX-ticket-info-wrapper h6 {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
    color: var(--color-welcome-text-p);

}

.ZX-ticket-info-button {
    min-height: 45px;
    background: #7BAE7F;
    border-radius: 5px;
    margin-top: 30px;
    width: 100%;
    border: none;
    font-family: var(--font-family-base);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out all;

    &:active {
        transform: scale(0.95);
        transition: 0.2s ease-in-out all;
    }
}

section#ZX-general-condition-section {
    margin-top: 80px;
}

.ZX-general-condition-wrapper h1 {
    margin-bottom: 15px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-header-menu);

}

.ZX-general-condition-wrapper p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--color-welcome-text-p);

}

.ZX-general-condition-item-wrapper {
    padding: 20px 30px;
}

.ZX-general-condition-item h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--color-header-menu);
    margin-bottom: 15px;


}

.ZX-general-condition-item h6 {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-welcome-text-p);
    margin-bottom: 30px;
}

.ZX-general-condition-item ul li {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-welcome-text-p);

}

.ZX-general-condition-item-wrapper {
    padding-right: 270px;
}

.ZX-kiosk-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.ZX-kiosk-content span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #2E2E2E;
}

section#ZX-welcpm-queue-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.ZX-welcome-queue-wrapper h1 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #2E2E2E;
    margin-bottom: 40px;
}

.ZX-welcome-queue-wrapper {
    width: 500px;
}

.ZX-welcome-queue-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.ZX-welcome-queue-content ul li a {
    color: white;
    text-decoration: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.ZX-welcome-queue-content ul li {
    width: 100%;
    background: #7BAE7F;
    min-height: 45px;
    padding: 11px 0px;
    border-radius: 5px;
    transition: 0.2s ease-in-out all;

    &:active {
        transform: scale(0.95);
        transition: 0.2s ease-in-out all;
    }
}

.ZX-welcome-queue-content ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ZX-last-called-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #CFE8CF;
    padding-top: 15px;
}

.ZX-last-called-number span {
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    color: #2E2E2E;
}

.ZX-last-called-number span:nth-child(1) {
    font-weight: 400;
}

.ZX-last-called-number span:nth-child(2) {
    font-weight: 700;
}

.ZX-read-aloud button {
    margin-top: 30px;
    width: 100%;
    border: none;
    background: #7BAE7F;
    min-height: 45px;
    border-radius: 5px;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out all;

    &:active {
        transform: scale(0.95);
        transition: 0.2s ease-in-out all;
    }
}

.ZX-backto-home button {
    width: 100%;
    text-align: center;
    align-items: center;
    background: #7BAE7F;
    margin-top: 24px;
    border-radius: 5px;
    border: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    color: white;
    min-height: 45px;
    cursor: pointer;
    transition: 0.2s ease-in-out all;

    &:active {
        transform: scale(0.95);
        transition: 0.2s ease-in-out all;
    }
}

.ZX-backto-home {
    width: 100%;
}
