html,
body {
    /*font-family: 'Nunito', sans-serif;*/
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    /*padding-top: 56px;*/
}

body.ticket-embedded-view {
    overflow: hidden;
}

body.ticket-embedded-view nav.navbar,
body.ticket-embedded-view footer {
    display: none !important;
}

body.ticket-embedded-view main {
    min-height: 100vh;
    padding: 0;
}

.ticket-quick-view-modal .modal-dialog {
    max-width: min(96vw, 1600px);
}

.ticket-quick-view-modal .modal-content {
    display: flex;
    flex-direction: column;
    height: min(92vh, 1100px);
}

.ticket-quick-view-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
}

.ticket-quick-view-modal__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    background: #fff;
}

@media (max-width: 991.98px) {
    .ticket-quick-view-modal .modal-content {
        height: 100vh;
    }

    .ticket-quick-view-modal__iframe {
        min-height: 0;
    }
}

.font1 {
    font-family: 'Comfortaa', sans-serif;
}

@media only screen and (max-width: 767px) {
    .serviceStatus {
        display: none;
    }
    .statusTick {
        margin-left: 10px;
    }
}
