﻿:root {
    --background: #FFF;
    --background-secondary: #F7F7FB;
    --hover: #E5E6F6;
    --border-color: #E5E6F6;
    --box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    --font-color: #022873;
    --accent-color: #022873;
    --accent-color-secondary: #34538F;
    --accent-font-color: #FFF;
    --accent-font-color-secondary: #BF0404;
    --disabled-color: #EEE;
    --disabled-color-darker: #CCC;
    --icon-family: "fontAwesome";
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --button-primary-color: var(--accent-font-color);
    --button-primary-background: var(--accent-color);
    --button-secondary-color: var(--accent-color);
    --button-secondary-background: var(--accent-color);
    --button-info-color: #FFF;
    --button-info-background: #4169e1;
    --button-danger-color: #FFF;
    --button-danger-background: #DC143C;
    --menu-font-color: #FFF;
    --menu-hovor-background: #34538F;
    --menu-font-color-secondary: #BF0404;
    --gray-color: rgb(219, 223, 236);
    /* for testing just overwrite existing last set value is used */
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.validation-summary-errors li,
.field-validation-error {
    color: #947600;
    background: #fffbeb;
}

.rightalign,
.Modal__buttons .btn {
    float: right;
}

.btn--secondary,
button--secondary,
.Modal__buttons .btn-secondary {
    background: #474747 !important;
    color: #FFF !important;
}

.btn--primary,
button--primary,
.Modal__buttons .btn-primary {
    background: #022873 !important;
    color: #FFF !important;
}

.btn:disabled,
button:disabled {
    color: #FFF !important;
    background: #CCC !important;
    cursor: not-allowed;
    pointer-events: none;
}

.blazored-modal.blazored-modal-Forward {
    overflow-y: auto;
    height: 100vh;
}

    .blazored-modal.blazored-modal-Forward .table-container {
        margin: 0 !important;
        height: calc(100vh - 38rem) !important;
    }

    .blazored-modal.blazored-modal-Forward .form__field--buttons {
        margin-top: 0px;
    }

.blazored-modal-container {
    opacity: 1 !important;
    pointer-events: all !important;
}

    .blazored-modal-container__inner, .blazored-modal-container .blazored-modal {
        overflow-y: hidden;
    }

.blazored-modal-content .scrollablecontent {
    overflow-y: auto;
    max-height: calc(100vh - 30rem);
}

.blazored-modal.blazored-modal-SelectDesk,
.blazored-modal.blazored-modal-GenerateTicket {
    overflow-y: visible;
}
.blazored-modal.blazored-modal-ChangeAddProduct {
    overflow-y: visible;
    max-height: unset !important;
}

.power-off {
    z-index: 50002;
}

.passwordForgottenInfo {
    font-size: 1.5rem;
    color: gray;
}

.passwordForgottenSupportLink {
    color: gray;
    margin: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 1.5rem;
}

.passwordForgottenLinkDiv {
    width: auto;
}

.passwordForgotten {
    padding: 1rem;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #022873;
    transition: all ease-in-out 0.2s;
    font-weight: 100;
}

.tabs__top {
    overflow-x: auto;
}

.blazored-modal select option {
    font-size: 1.35rem !important;
}

.header__logo_no_background {
    background: #022873;
}

.my-reconnect-modal {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(2, 40, 115, 0.9);
    transition: all ease-in-out 0.2s;
}
    .my-reconnect-modal p, .my-reconnect-modal .show {
        font-size: 3.5rem;
        font-weight: 700;
        color: #FFF;
    }


.components-reconnect-hide {
    display: none;
    opacity: 0;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.components-reconnect-body {
}

.components-reconnect-buttons {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.loaderError {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loaderError.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.loaderError__title {
    margin-bottom: 5rem;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFF;
}

.loaderError__spinner {
    font-size: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    animation: loader_white 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes go-up {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

@keyframes loaderError {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes loader_white {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

/*Override blazored toast style*/
.blazored-toast-close,  .blazored-toast-message {
    font-size: 3rem !important;
}

.blazored-toast {
    width: unset !important;
}

.blazored-toast-icon svg {
    width: 3rem !important;
    height: 3rem !important;
}

@media screen and (max-width: 1400px) {
    .blazored-toast-close, .blazored-toast-message {
        font-size: 1.8rem !important;
    }

    .blazored-toast {
        width: unset !important;
    }

    .blazored-toast-icon svg {
        width: 1.8rem !important;
        height: 1.8rem !important;
    }
}
@media screen and (max-width: 800px) {
    .blazored-toast-close, .blazored-toast-message {
        font-size: 1em !important;
    }

    .blazored-toast {
        width: unset !important;
    }

    .blazored-toast-icon svg {
        width: 1rem !important;
        height: 1rem !important;
    }
}

.topbar {
    margin: -4rem -5rem 2rem;
    padding: 0 5rem;
    height: 5rem;
    width: calc(100% + 10rem);
    display: flex;
    align-items: center;
    background-color: var(--gray-color);
}

.topbar__welcome {
    font-size: 1.8rem;
    font-weight: var(--bold);
}

.topbar__date {
    margin-left: auto;
    font-size: 16px;
}

.topbar__lang {
    margin-left: 4rem;
    position: relative;
}

.topbar__lang-active {
    display: flex;
    align-items: center;
}

    .topbar__lang-active:hover .icon {
        transform: rotate(180deg);
    }

    .topbar__lang-active:hover .topbar__lang-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .topbar__lang-active img {
        height: 2rem;
        width: 3rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .topbar__lang-active .icon {
        z-index: 10;
        position: relative;
        margin-left: 1rem;
        font-size: 1rem;
        transition: all ease-in-out 0.2s;
    }

.topbar__lang-list {
    z-index: 9;
    position: absolute;
    top: -1rem;
    right: -0.6rem;
    background-color: #FFF;
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out 0.2s;
    width: 300px;
}

.topbar__lang-item {
    font-weight: var(--regular);
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    transition: all ease-in-out 0.2s;
}

    .topbar__lang-item:hover {
        cursor: pointer;
        background-color: var(--gray-color);
    }

    .topbar__lang-item img {
        margin-left: 1rem;
        margin-right: 0.6rem;
        height: 2rem;
        width: 3rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .topbar__lang-item:not(:last-child) {
        border-bottom: 0.1rem solid var(--gray-color);
    }

.topbar__lang-item--active {
    font-weight: var(--bold);
}
@media screen and (max-width: 1400px) {
    .tickets-container table tbody tr td:last-child {
        display: block;
        padding-top: 1rem;
        float: right;
        margin-left: auto;
    }
}
@media (max-width: 450px) {
    .topbar__lang {
        margin-left: 0;
    }
    .topbar__lang-list{
        left:0;
    }
    .topbar__lang-item {
        justify-content:flex-start;
        margin-left:2rem;
    }
}
body{
    min-height: 100vh;
}

.ticketTooltip,
.productTooltip {
    position: fixed;
    z-index: 10;
    border-radius: 1rem;
    background-color: #FFF;
    padding: 2rem;
}
    .ticketTooltip .overview__item,
    .productTooltip .overview__item {
        display: flex;
        flex: auto;
        flex-direction: row;
    }

    .ticketTooltip .overview__title,
    .productTooltip .overview__title {
        min-width: 30%;
        max-width: 30%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: pre-wrap;
    }
    .ticketTooltip overview__content,
    .productTooltip overview__content {
        min-width: 70%;
        max-width: 70%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: pre-wrap;
    }
.active-ticket__title .product__info i {
    margin-left: .5rem;
    font-size: 2rem;
}
.tickets-container table tbody tr td span.product__info {
    margin-right:0.5rem !important;
}
.selectProduct .table-container, .selectScreens .table-container {
    width: 100%;
    max-height: 100%;
}
.selectProductAnchor {
font-weight:700;
}
.blazored-modal.messageToScreen .table-container, .blazored-modal.product-filter .table-container {
    margin: 0 !important;
    overflow: hidden;
}

.divAllRecordField, .divAllrecordRow {
    margin-bottom: 0rem;
}
.blazored-modal.messageToScreen .blazored-modal-content .modal_buttons,
.blazored-modal.product-filter .blazored-modal-content .modal_buttons {
    margin-bottom: 0.5rem;
}
.resultmessage {
    margin-top: 2rem;
}

.success {
    color: green;
}

.blazored-modal-content .messageTosSreenscrollablecontent {
    overflow-y: auto;
    max-height: calc(100vh - 30rem);
    overflow-x: hidden !important;
}
.messageTosSreenscrollablecontent .form__container {
    margin-bottom: 0rem !important;
}
.blazored-modal-ChangeDeskProfile {
    min-width: 50%;
}