
html, body {
    font-family: 'Open Sans', Arial, sans-serif;
}

    body:not(.rz-default-scrollbars)::-webkit-scrollbar {
        background-color: #ffffff;
    }

    body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
        background: #479cc8;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 8px;
        min-height: 40px;
    }

    body:not(.rz-default-scrollbars)::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
        background-color: #ffffff;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
        background: #479cc8;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 8px;
        min-height: 40px;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar-corner {
        background-color: #ffffff;
    }

.rz-button {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
}



/* sita-heading2 styles */
.rz-dialog-title, .blazored-modal-title {
    color: var(--sita-font-color-dark);
    font-weight: var(--sita-font-wt-header);
    font-family: var(--sita-font-family-header);
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.rz-pager-first,
.rz-pager-prev {
    background-color: #e6ecef;
    color: #6d787d;
}

.rz-pager-last,
.rz-pager-next {
    background-color: #479cc8;
    color: #ffffff;
}

    .rz-pager-last:hover,
    .rz-pager-next:hover {
        color: #ffffff;
    }

.rz-textbox, .rz-dropdown-label, .rz-dropdown .rz-placeholder, .rz-spinner input[type='text'], .rz-numeric input[type='text'] {
    color: var(--sita-font-color-dark);
    font-family: var(--sita-font-family);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: var(--sita-font-wt-reg);
}

.rz-form-field-content {
    margin-top: 0rem;
}

.rz-dropdown-items li, .rz-multiselect-items li {
    color: #000;
    line-height: 1.25rem;
}

a {
    color: #479cc8;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #479cc8;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

.btn-primary:not(.rz-button) {
    color: #fff;
    background-color: var(--sita-dark-blue);
    border-color: #c3c3c3;
}

    .btn-primary:not(.rz-button)[disabled] {
        background-color: #c3c3c3;
    }

        .btn-primary:not(.rz-button)[disabled]:hover {
            background-color: var(--sita-dark-blue);
        }

    .btn-primary:not(.rz-button):hover {
        background-color: var(--sita-dark-blue);
    }

    .btn-primary:not(.rz-button):active {
        background-color: black !important;
    }

.btn-outline-primary:not(.rz-button) {
    color: var(--sita-dark-blue);
    border-color: var(--sita-dark-blue);
}

    .btn-outline-primary:not(.rz-button):hover {
        color: #FFFFFF !important;
        background-color: var(--sita-dark-blue) !important;
        border-color: var(--sita-dark-blue);
    }

    .btn-outline-primary:not(.rz-button):active {
        background-color: black !important;
    }

.rz-dialog-content {
    height: 100%;
}

.rz-dialog-title {
    font-family: Titillium Web, sans-serif;
    color: black;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.rz-dialog-confirm-message {
    color: black;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.rz-button-text {
    line-height: 0.875rem;
}

.rz-button.rz-primary:not(.btn-outline-primary):not(.btn-secondary) {
    color: #fff !important;
    background-color: var(--sita-dark-blue) !important;
    border-color: #1861ac !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
}

fieldset
.rz-button.rz-primary:not(.btn-outline-primary):not(.btn-secondary)[disabled] {
    background-color: #c3c3c3 !important;
}

.rz-button.rz-primary:not(.rz-outline-primary):not(.rz-secondary)[disabled]:hover {
    background-color: #c3c3c3 !important;
}

.rz-button.rz-primary:not(.rz-outline-primary):not(.rz-secondary):hover {
    background-color: var(--sita-dark-blue) !important;
    color: #FFFFFF !important;
}

.rz-button.rz-primary:not(.rz-outline-primary):not(.rz-secondary):active {
    background-color: black !important;
}


.rz-button.rz-primary.btn-danger:not(.btn-outline-primary):not(.btn-secondary) {
    background-color: var(--sita-color-danger-red) !important;
}

.rz-button.btn-danger, .rz-button.btn-danger:not(.rz-outline-primary):not(.rz-secondary):hover,
.rz-dialog-confirm.confirm-delete .rz-button.rz-primary,
.rz-dialog-confirm.confirm-delete .rz-button.rz-primary:hover,
.rz-dialog-confirm.confirm-delete .rz-button.rz-primary:not(.rz-outline-primary):not(.rz-secondary):hover {
    background-color: var(--sita-color-danger-red) !important;
}


.rz-button.rz-secondary, .rz-button.rz-base {
    color: var(--sita-dark-blue) !important;
    border-color: var(--sita-dark-blue) !important;
    border: 1px solid !important;
    background-color: transparent !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
}

    .rz-button.rz-secondary:hover, .rz-button.rz-base:hover {
        color: #FFFFFF !important;
        background-color: var(--sita-dark-blue) !important;
        border-color: var(--sita-dark-blue) !important;
    }

    .rz-button.rz-secondary:active, .rz-button.rz-base:active {
        background-color: black !important;
    }

/* We are currently not using anything outside of gate page that uses this stuff from Radzen 
   may need to re-address this if that changes in the future.
*/

.rz-navigation-item-text {
    text-transform: uppercase;
    cursor: pointer;
}

.rz-navigation-item {
    cursor: pointer;
}

    .rz-navigation-item:hover {
        background-color: #ededed;
    }

.rz-datepicker-trigger {
    color: #88989b;
}

.rz-datepicker-trigger {
    color: #88989b;
}

.rz-inputtext {
    color: black !important;
}

.rz-textbox {
    color: black;
}

.rz-pager-element {
    font-size: 0.875rem;
}

.rz-button, .rz-pager-element {
    -webkit-appearance: none;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 1.0625rem;
    box-shadow: none;
    transition: none;
    background-size: auto;
    background-repeat: no-repeat;
}

    .rz-button:not(.rz-selectbar .rz-button), .rz-paginator-element {
        line-height: initial;
    }

.rz-paginator-element, .rz-fileupload .rz-paginator-element {
    font-size: 0.875rem;
    height: 1.75rem;
    width: 1.75rem;
    min-width: 1.75rem;
    min-height: 1.75rem !important;
}

.rz-pager-element.rz-pager-page {
    width: unset;
}

.rz-dropdown-label, rz-inputtext {
    font-family: Open sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.rz-dropdown-label {
    color: #c3c3c3;
}

.rz-dialog-title {
    font-family: Titillium Web, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600
}

.rz-dropdown.rz-state-disabled .rz-dropdown-label.rz-inputtext {
    color: #c3c3c3;
}

.rz-inputtext {
    color: black;
}

.rz-placeholder {
    color: #646464 !important;
}

.rz-multiselect-item.rz-state-highlight {
    background-color: #479cc8 !important;
}


.rz-pager-page {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

    .rz-pager-page.rz-state-active {
        outline: 1px solid #e9edf0;
        border: unset !important;
    }

@media (max-width: 768px) {
    .rz-pager-element {
        grid-column: unset !important;
        margin: 0 0 0 0.5rem !important;
    }

    .rz-pager-pages {
        grid-column: unset !important;
    }

    .rz-pager-summary {
        grid-column: unset !important;
    }

    .rz-pager {
        display: flex;
        text-align: left;
    }
}

h1,
.h1 {
    font-size: 2.25rem;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 1rem;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 0.875rem;
    font-weight: 600;
}

p {
    line-height: 1.5;
}

.bg-light {
    background-color: #e6ecef !important;
}

.radzen-dialog-no-border .rz-dialog-content {
    padding: 0 !important;
}

/* Limit airline selection for users */
#popup-fullairlinedropdown .rz-chkbox-box {
    background-color: var(--sita-color-nobel-gray) !important;
}

.rz-notification {
    box-sizing: border-box;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 50%;
    transform: translateX(-25%);
}

.rz-notification-item-wrapper {
    min-width: 30rem !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
}

.rz-notification-item {
    background-color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.rz-notification-success .rz-notification-item {
    border-top: 6px solid #16a34a !important;
}

.rz-notification-error .rz-notification-item {
    border-top: 6px solid #dc2626 !important;
}

.rz-notification-info .rz-notification-item {
    border-top: 6px solid #2563eb !important;
}

.rz-notification-warn .rz-notification-item {
    border-top: 6px solid #eab308 !important;
}

.rz-notification-message {
    color: black !important;
}

.rz-notification-close {
    color: black !important;
}

.rz-notification-title {
    display: none !important;
}

.rz-notification-icon {
    display: inline-block !important;
}

.rz-autocomplete{
height: 38px !important;
margin-top: auto !important;
margin-bottom: auto !important;
}

.rz-datepicker-trigger .rzi-calendar:before {
    content: "calendar_month";
}