:root {
    --font-family-sans-serif: 'Montserrat', sans-serif;
    --bs-primary: #323537;
    --bs-primary-rgb: 50, 53, 55;
    --qtrack-ui-accent: #323537;
    --qtrack-ui-accent-rgb: 50, 53, 55;
    --popup-background-color: #2595D2;
    --popup-header-text: #fff;
    --popup-content-text: #333;
    --popup-border: #ddd;
}

/* Global typography for Syncfusion components */
.e-lib,
.e-control,
.e-lib *,
.e-control *,
.e-label {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 12px !important;
}

.e-multi-select-wrapper * {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 13px !important;
}

.e-dlg-header, .e-dlg-header * {
    font-size: 16px !important;
}
/* Preserve Syncfusion icon font glyphs */
.e-icons,
.e-btn-icon,
.e-ddt-icon,
.e-menu-icon,
.e-search-icon {
    font-family: "e-icons" !important;
    font-size: 15px !important;
}

.e-pager.sf-pager .e-pagercontainer .e-first,
.e-pager.sf-pager .e-pagercontainer .e-prev,
.e-pager.sf-pager .e-pagercontainer .e-next,
.e-pager.sf-pager .e-pagercontainer .e-last {
    font-size: 9px !important;
}

.e-pager.sf-pager .e-numericcontainer a {
    font-size: 14px !important;
}

.e-checkbox-wrapper .e-check,
.e-css.e-checkbox-wrapper .e-check,
.e-checkbox-wrapper .e-stop,
.e-css.e-checkbox-wrapper .e-stop {
    font-size: 8px !important;
}

/* Syncfusion checkbox checked/indeterminate state: use the q.track brand blue (#2595D2) instead of the theme blue. */
.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-frame.e-stop,
.e-css.e-checkbox-wrapper .e-frame.e-stop {
    background-color: var(--qtrack-blue, #2595D2) !important;
    border-color: var(--qtrack-blue, #2595D2) !important;
    color: #fff !important;
}

.e-checkbox-wrapper:hover .e-frame.e-check,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check,
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background-color: var(--qtrack-blue-dark, #1e7ab5) !important;
    border-color: var(--qtrack-blue-dark, #1e7ab5) !important;
    color: #fff !important;
}


html {
    font-size: 12px;
    height: 100%;
    margin: 0;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.e-control,
.e-control *,
.e-bigger,
.e-bigger * {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.e-icons,
.e-icons::before {
    font-family: 'e-icons' !important;
}

/* Blazor app root: allow full viewport height */
#app, #app > div {
    min-height: 100vh;
}

/* Guest/public background: 1:1 (1920) below 16:9 aspect; 16:9 (1920x1080) on wide viewports */
.guest-layout::before,
.schedule_user_viewport:not([style*="background-image"]),
.qrcode_ticket_viewport:not([style*="background-image"]),
.ticket_state_viewport:not([style*="background-image"]),
.public_inquiry_wrap.schedule_user_container:not([style*="background-image"]) {
    background-image: url('/images/background_dashboard_qtrack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: min(100vw, 100dvh, 1920px);
}

@media (min-aspect-ratio: 16/9) {
    .guest-layout::before,
    .schedule_user_viewport:not([style*="background-image"]),
    .qrcode_ticket_viewport:not([style*="background-image"]),
    .ticket_state_viewport:not([style*="background-image"]),
    .public_inquiry_wrap.schedule_user_container:not([style*="background-image"]) {
        background-image: url('/images/background_dashboard_qtrack_1080p.png');
        background-size: min(100vw, 1920px) auto;
    }
}

@media (max-width: 1919px) and (max-height: 1919px) {
    .guest-layout::before,
    .schedule_user_viewport:not([style*="background-image"]),
    .qrcode_ticket_viewport:not([style*="background-image"]),
    .ticket_state_viewport:not([style*="background-image"]),
    .public_inquiry_wrap.schedule_user_container:not([style*="background-image"]) {
        background-size: cover;
    }
}

/* Guest layout: dark base, background image, overlay */
.guest-layout {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #323537;
    position: relative;
    box-sizing: border-box;
}

    .guest-layout::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 0;
    }

.guest-layout::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.guest-layout main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
}

.guest-layout:has(.error_page_container) {
    min-height: 100vh;
    min-height: 100dvh;
}

.guest-layout:has(.error_page_container) main {
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Login page - design from q.track (q.track blue #2595D2). Global so it always applies. */
:root {
    --qtrack-blue: #2595D2;
    --qtrack-blue-dark: #1e7ab5;
    --qtrack-btn-dark: #323537;
}

.login_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    position: relative;
    z-index: 10;
    font-family: 'Montserrat', Arial, sans-serif;
}

.login_logo {
    margin-bottom: 0;
    text-align: center;
    background-color: var(--qtrack-blue);
    padding: 16px 0;
    width: 470px;
    max-width: 470px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.login_logo_img {
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.error_page_container.login_container {
    min-height: 0;
    height: auto;
    width: 100%;
    padding: 1rem;
}

.error_page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.error_page_logo {
    width: 110px;
    margin-bottom: 1.5rem;
}

.error_page_code {
    margin: 0 0 1rem;
    font-size: clamp(4rem, 12vw, 6rem);
    font-weight: 700;
    line-height: 1;
}

.error_page_message {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.error_page_submit.login_submit {
    background-color: var(--qtrack-blue);
    width: 150px;
    height: 45px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

    .error_page_submit.login_submit:hover {
        background-color: var(--qtrack-blue-dark);
        color: #fff;
    }

.login_logo_icon {
    font-size: 1.75rem;
    color: #fff;
}

.login_logo_text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.login_form_container {
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    width: 470px;
    max-width: 470px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.login_form {
    padding: 30px;
}

.login_error {
    background: #f8d7da;
    color: #721c24;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.login_info {
    background: #d4edda;
    color: #155724;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.login_field {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}

.login_input {
    margin-left: 10px;
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

    .login_input:focus {
        border-color: var(--qtrack-blue);
        outline: none;
    }

    .login_input::placeholder {
        color: #999;
    }

.login_icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    font-size: 1.1rem;
    color: #666;
    z-index: 1;
    pointer-events: none;
}

.password_toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .password_toggle:hover {
        color: var(--qtrack-blue);
    }

    .password_toggle img {
        width: 24px;
        height: 24px;
        display: block;
    }

.login_button {
    margin: 30px 0;
}

.login_submit {
    width: 100%;
    padding: 15px;
    background-color: var(--qtrack-btn-dark);
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login_submit:hover {
        background-color: #242729;
    }

    .login_submit .ticket_state_spinner_small {
        width: 16px;
        margin-right: 11px;
        height: 16px;
        border-width: 2px;
        display: inline-block;
        vertical-align: middle;
    }

.login_link {
    text-align: center;
}

    .login_link a {
        color: #323537;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Montserrat', Arial, sans-serif;
    }

        .login_link a:hover {
            text-decoration: underline;
        }

.login_link_row {
    text-align: center;
    margin-top: 0.5rem;
}

.login_forgot_link,
.login_back_link {
    color: #323537;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Montserrat', Arial, sans-serif;
}

.login_forgot_link:hover,
.login_back_link:hover {
    text-decoration: underline;
}

.login_separator {
    height: 5px;
    background-color: #f2f2f2;
    margin: 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.login_languages {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.login_lang {
    margin: 0 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.85;
    display: block;
}

    .login_lang:hover {
        opacity: 1;
    }

.login_copyright {
    text-align: center;
    padding: 15px 0;
    color: #323537;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
}

@media (max-width: 480px) {
    html:has(.login_page),
    body:has(.login_page) {
        overflow: hidden;
        height: 100dvh;
    }

    .guest-layout:has(.login_page) {
        min-height: 100dvh;
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
        padding: 0;
    }

    .guest-layout:has(.login_page) main {
        min-height: 0;
        height: 100%;
        overflow: hidden;
    }

    .login_page.login_container {
        min-height: 0;
        height: 100%;
        max-height: 100%;
        padding: 8px 12px;
        overflow: hidden;
        justify-content: center;
    }

    .login_page .login_logo {
        width: 100%;
        max-width: 100%;
        padding: 16px 0;
    }

    .login_page .login_form_container {
        width: 100%;
        max-width: 100%;
        flex-shrink: 1;
        min-height: 0;
    }

    .login_page .login_form {
        padding: 20px;
    }

    .login_page .login_logo_img {
        width: clamp(120px, 42vw, 170px);
    }

    .login_page .login_field {
        margin-bottom: 12px;
        padding-top: 4px;
    }

    .login_page .login_remember {
        margin-bottom: 12px;
    }

    .login_page .login_button {
        margin: 16px 0;
    }
}

.toolbar_export_icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0 !important;
    line-height: 0 !important;
}

.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-tbar-btn:hover,
.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-tbar-btn:active,
.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-tbar-btn:focus,
.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-btn:hover,
.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-btn:active,
.e-toolbar .e-toolbar-item[id*="toolbar_excel_export"] .e-btn:focus {
    background-color: #2595d21b !important;
}

.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-tbar-btn:hover,
.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-tbar-btn:active,
.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-tbar-btn:focus,
.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-btn:hover,
.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-btn:active,
.e-toolbar .e-toolbar-item[id*="toolbar_reset_grid"] .e-btn:focus {
    background-color: #2595d21b !important;
}

.e-grid .portal-grid_btn.e-btn:hover,
.e-grid .portal-grid_btn.e-btn:active,
.e-grid .portal-grid_btn.e-btn:focus {
    background-color: #2595d21b !important;
}


.toolbar_export_icon::before {
    content: "" !important;
}

.icon_new {
    background-image: url('/images/svg/buttons/botao_novo_w.svg');
}

.icon_pdf {
    background-image: url('/images/svg/buttons/botao_pdf.svg');
}

.icon_delete {
    background-image: url('/images/svg/buttons/botao_eliminar_b.svg');
}

.icon_xlsx {
    background-image: url('/images/svg/buttons/botao_xlsx.svg');
}

.icon_activate {
    background-image: url('/images/svg/buttons/botao_activar.svg');
}

.icon_deactivate {
    background-image: url('/images/svg/buttons/botao_desativar.svg');
}

.icon_activar {
    background-image: url('/images/svg/buttons/botao_activar.svg');
}

.icon_desativar {
    background-image: url('/images/svg/buttons/botao_desativar.svg');
}

.icon_edit {
    background-image: url('/images/svg/buttons/botao_editar_b.svg');
}

.icon_view_details {
    background-image: url('/images/svg/buttons/botao_ver_detalhes_b.svg');
}

.icon_import {
    background-image: url('/images/svg/buttons/botao_importar_w.svg');
}

.icon_sms {
    background-image: url('/images/svg/menu/menu_configuracoes_sms.svg');
}

.icon {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ── Syncfusion: inputs / dropdowns / date pickers — max height 30px app-wide ── */
:root {
    --sf-control-height: 30px;
}

/* Inner text line fits the 30px box (borders are usually on the wrapper, not doubled on the input) */
body .e-input-group.e-control-wrapper,
body .e-float-input.e-control-wrapper,
body .e-input-group,
body .e-numeric.e-control-wrapper .e-input-group,
body .e-datepicker.e-control-wrapper .e-input-group,
body .e-timepicker.e-control-wrapper .e-input-group,
body .e-datetimepicker.e-control-wrapper .e-input-group,
body .e-dropdownbase .e-input-group,
body .e-multiselect .e-multi-select-wrapper .e-input-group {
    min-height: var(--sf-control-height);
    max-height: var(--sf-control-height);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

body input.e-input.e-input,
body .e-input-group input.e-input,
body .e-ddl input.e-input,
body .e-datepicker input.e-input,
body .e-timepicker input.e-input,
body .e-datetimepicker input.e-input,
body .e-multiselect input.e-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    max-height: none;
    height: var(--sf-control-height);
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    line-height: var(--sf-control-height);
}

body .e-input-group .e-input-group-icon,
body .e-ddl .e-input-group-icon,
body .e-datepicker .e-input-group-icon {
    flex: 0 0 auto;
    min-height: var(--sf-control-height);
    max-height: var(--sf-control-height);
    height: var(--sf-control-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Multiline text areas must not be capped to 30px */
body textarea.e-input {
    min-height: 4rem !important;
    max-height: none !important;
    height: auto !important;
}

body .e-input-group.e-control-wrapper:has(textarea.e-input),
body .e-input-group:has(textarea.e-input) {
    min-height: auto;
    max-height: none;
    align-items: stretch;
}

body .e-multiselect .e-multi-select-wrapper {
    min-height: var(--sf-control-height);
    max-height: var(--sf-control-height);
}

body .e-toolbar .e-toolbar-item .e-input-group input.e-input {
    height: var(--sf-control-height);
    line-height: var(--sf-control-height);
    padding: 0 10px;
}

/* Grids: hide vertical lines in data rows; header column separators stay visible */
.e-grid .e-gridcontent .e-rowcell,
.e-grid .e-gridcontent .e-summarycell,
.e-grid .e-content .e-rowcell {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.e-treegrid .e-gridcontent .e-rowcell,
.e-treegrid .e-content .e-rowcell {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

/* RichTextEditor (ex.: Definições Gerais → templates HTML): sem bordas/separadores visíveis em tabelas na edição */
.e-richtexteditor .e-rte-content table,
.e-richtexteditor .e-rte-content table td,
.e-richtexteditor .e-rte-content table th,
.e-richtexteditor .e-rte-content .e-content table,
.e-richtexteditor .e-rte-content .e-content table td,
.e-richtexteditor .e-rte-content .e-content table th {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
}

.e-richtexteditor .e-rte-content table,
.e-richtexteditor .e-rte-content .e-content table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Syncfusion TimePicker / DropDown list: selection uses qtrack grey (#323537), not theme blue */
body .e-popup .e-list-item.e-active,
body .e-popup .e-list-item.e-active.e-hover,
body .e-timepicker.e-popup .e-list-item.e-active,
body .e-dropdownbase .e-list-item.e-active,
body .e-ddl .e-list-item.e-active {
    background-color: var(--qtrack-ui-accent) !important;
    border-color: var(--qtrack-ui-accent) !important;
    color: #fff !important;
}

body .e-popup .e-list-item.e-hover:not(.e-active),
body .e-dropdownbase .e-list-item.e-hover:not(.e-active) {
    background-color: rgba(var(--qtrack-ui-accent-rgb), 0.1) !important;
    color: var(--qtrack-ui-accent) !important;
}

body .e-timepicker.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
body .e-datepicker.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
body .e-ddl.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: var(--qtrack-ui-accent) !important;
}

body .e-calendar .e-content td.e-selected span.e-day,
body .e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: var(--qtrack-ui-accent) !important;
    color: #fff !important;
}

/* Image select dropdown (templates + surveys) — list item hover preview */
.image_select_dropdown {
    position: relative;
    width: 100%;
}

.image_select_dropdown_item,
.image_select_dropdown_value {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 28px;
    padding: 4px 8px;
    box-sizing: border-box;
}

.image_select_dropdown_item_thumb,
.image_select_dropdown_value_thumb {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    background: #ececec;
    border-radius: 2px;
}

.image_select_dropdown_value_thumb {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background: #ededed;
}

.image_select_dropdown_item_text,
.image_select_dropdown_value_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image_select_dropdown_hover_preview {
    position: fixed;
    /* Syncfusion dropdown popups compute a dynamic z-index (existing max + 1000) when they open,
       so they can sit above the preview. Use the max int to always keep the preview on top. */
    z-index: 2147483647;
    width: 150px;
    height: 112px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    pointer-events: none;
    box-sizing: border-box;
}

.image_select_dropdown_hover_preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    background: #f8f9fa;
}

.img_picker_value_sync {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    padding-left: 6px !important;
}

/* ========== SweetAlert2 (track.portal parity + Q.track custom icons) ========== */
/* Layer order: SweetAlert > portal modals > QUser (QUser overrides in quser.css when needed). */
.swal2-container {
    z-index: 4000 !important;
    font-family: 'Montserrat', Arial, sans-serif;
}

.swal2-popup {
    font-family: 'Montserrat', Arial, sans-serif;
}

.swal2-title {
    font-weight: 600;
}

.swal2-html-container,
.swal2-popup .swal2-content {
    font-weight: 400;
}

/* Custom Q.track notification icons (replace default SweetAlert glyphs). */
.swal2-icon.qtrack_swal_icon {
    border: none !important;
    background: transparent !important;
    animation: none !important;
    margin: 1.25em auto 0.5em;
    width: 64px;
    height: 64px;
    line-height: 1;
    box-sizing: border-box;
}

.swal2-icon.qtrack_swal_icon .swal2-success-ring,
.swal2-icon.qtrack_swal_icon .swal2-success-fix,
.swal2-icon.qtrack_swal_icon .swal2-success-line-tip,
.swal2-icon.qtrack_swal_icon .swal2-success-line-long,
.swal2-icon.qtrack_swal_icon .swal2-x-mark,
.swal2-icon.qtrack_swal_icon .swal2-warning,
.swal2-icon.qtrack_swal_icon .swal2-info,
.swal2-icon.qtrack_swal_icon .swal2-question {
    display: none !important;
}

.swal2-icon.qtrack_swal_icon .swal2-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
}

.qtrack_swal_icon_img {
    display: block;
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
}

.swal2-toast .swal2-icon.qtrack_swal_icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 0.5em 0 0;
    line-height: 1;
}

.swal2-toast .swal2-icon.qtrack_swal_icon .swal2-icon-content {
    font-size: 1rem;
}

.swal2-toast .qtrack_swal_icon_img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
}
