@font-face {
    font-family: NeoSansItalic;
    src: url(/ttf/neo-sans-italic.ttf);
}
@font-face {
    font-family: NeoSansLight;
    src:url(/ttf/neo-sans-light.ttf);
}
@font-face {
    font-family: NeoSansLightItalic;
    src: url(/ttf/neo-sans-light-italic.ttf);
}
@font-face {
    font-family: NeoSansMediumItalic;
    src: url(/ttf/neo-sans-medium-italic.ttf);
}
@font-face {
    font-family: NeoSansRegular;
    src: url(/ttf/neo-sans-regular.ttf);
}

* {
    font-family: NeoSansRegular;
}
.card-header, .card-header h6 {
    font-family: NeoSansLight;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    overscroll-behavior-y: none;
    overscroll-behaviour: contain;
}

body.fixed {
    position: fixed;
}

#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;
}

img.loadingAnimation {
    width: 12rem;
    height: 12rem;
    max-width: 16rem;
    max-height: 16rem;
    animation: breathe 1000ms infinite ease-in-out;
}

@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes rotate-180 {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.container, .container-md, .container-flex, .main {
    height: calc(100vh - 64px); 
}

@media (min-width: 768px) {
    #app {
        height: 100%;
    }

    .overflow-auto {
        height: 100%;
        overflow-y: scroll;
    }

    .animate-slide-down {
        transition: max-height .1s ease-out;
        max-height: 0;
        overflow: hidden;
    }
        .animate-slide-down.visible {
            max-height: 115px;
            transition: max-height 0.5s ease-in;
        }
}
.app-row {
    height: 100%;
}

.blazored-toast-container {
    z-index: 1650;
}

.isResubmission {
    color: var(--info);
}

.linkButton {
    position: fixed;
    right: 25px;
    font-size: 1.5rem;
    z-index: 1221;
}
.linkButton .rounded-circle {
    padding-left: 16px !important;
    padding-top: 15px !important;
}
.linkButton.is2nd {
    bottom: 160px;
}
.linkButton.is3rd {
    bottom: 240px;
}

.shareButton {
    position: fixed;
    bottom: 160px;
    right: 25px;
    font-size: 1.5rem;
    z-index: 10;
}
.addButton {
    position: fixed;
    bottom: 80px;
    right: 25px;
    font-size: 1.5rem;
    z-index: 10;
}
#changeTlStatusMobile {
    width: 4rem;
    position: relative;
    bottom: 1rem;
}
#changeTlStatusMobile button {
    margin-bottom: 0.4rem;        
}
.tlStatus {
    display: inline;
    font-size: 1.0rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    line-height: 1rem;
    margin: 0.6rem;
    background-position-x: center;
    background-position-y: center;
    background-size: cover !important;
}
.btn-circle.btn-xl i.tlStatus {
    font-size: 2.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    line-height: 3.1rem;
    margin: 0.3rem;
    margin-left: -4px;
}
.tlStatus.tl-0 {
    background-image: url('/icons/tl/0.svg');
}
.tlStatus.tl-1 {
    background-image: url('/icons/tl/1.svg');
}
.tlStatus.tl-2 {
    background-image: url('/icons/tl/2.svg');
}
.tlStatus.tl-3 {
    background-image: url('/icons/tl/3.svg');
}
.tlStatus.tl-00 {
    background-image: url('/icons/tl/00.svg');
}
.tlStatus.tl-01 {
    background-image: url('/icons/tl/01.svg');
}
.tlStatus.tl-02 {
    background-image: url('/icons/tl/02.svg');
}
.tlStatus.tl-03 {
    background-image: url('/icons/tl/03.svg');
}
.tlStatus.tl-10 {
    background-image: url('/icons/tl/10.svg');
}
.tlStatus.tl-11 {
    background-image: url('/icons/tl/11.svg');
}
.tlStatus.tl-12 {
    background-image: url('/icons/tl/12.svg');
}
.tlStatus.tl-13 {
    background-image: url('/icons/tl/13.svg');
}
.tlStatus.tl-20 {
    background-image: url('/icons/tl/20.svg');
}
.tlStatus.tl-21 {
    background-image: url('/icons/tl/21.svg');
}
.tlStatus.tl-22 {
    background-image: url('/icons/tl/22.svg');
}
.tlStatus.tl-23 {
    background-image: url('/icons/tl/23.svg');
}
.tlStatus.tl-30 {
    background-image: url('/icons/tl/30.svg');
}
.tlStatus.tl-31 {
    background-image: url('/icons/tl/31.svg');
}
.tlStatus.tl-32 {
    background-image: url('/icons/tl/32.svg');
}
.tlStatus.tl-33 {
    background-image: url('/icons/tl/33.svg');
}
.btn.transparent {
    opacity: 0.6;
}
.btn.transparent:hover {
    opacity: 1.0;
}
.btn.btn-big {
    font-size: 1.79rem;
    margin: 0rem 0.4rem 0.4rem 0px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.isUnreadBar {
    background-color: var(--primary);
    height: 100%;
    width: 5px;
    position: absolute;
}



.shareStatus {
    background-size: cover;
    display: inline;
    font-size: 1.0rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    line-height: 1rem;
    margin: 0.6rem;
    background-position-x: center;
    background-position-y: center;
}
.btn-circle.btn-xl i.shareStatus {
    font-size: 2.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    line-height: 3.1rem;
    margin: 0.3rem;
    margin-left: -4px;
}
.shareStatus.share-0 {
    background-image: url('/icons/share/0.svg');
}
.shareStatus.share-1 {
    background-image: url('/icons/share/1.svg');
}
.shareStatus.share-2 {
    background-image: url('/icons/share/2.svg');
}


.linkStatus {
    display: block;
    height: 2.6rem;
    width: 2.6rem;
    border: 0px;
    padding: 1px;
    cursor: pointer;
    background-color: rgba(225, 241, 244, 1.0)
}
.linkStatus .link {
    height: 2.6rem;
    width: 2.6rem;
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em 1.5em;
    margin-left: -1px;
    margin-top: -2px;
}
.linkStatus .link.link-0 {
    background-image: url('/icons/link/0.svg');
}
.linkStatus .link.link-1 {
    background-image: url('/icons/link/1.svg');
}


small {
    font-size: 65%;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
body {
    font-size: 1rem;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.spinner-big {
    width: 5rem;
    height: 5rem;
}
.spinner-big .spinner-border {
    width: 5rem;
    height: 5rem;
}

.modal {
    z-index: 1222;
}

.fadeOut {
    background: rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1221;
}
.fadeOut.hide {
    displey: none;
    opacity: 0;
}
.fadeOutWhite {
    background: rgba(255, 255, 255, 0.7) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1221;
}
.fadeOutWhite.hide {
    display: none;
    opacity: 0;
}
.fadeOutWhite.show {
    opacity: 1;
}
#staticBackdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.bi.big-glyph {
    font-size: 12rem;
    display: block;
    text-align: center;
}




.animate-rotate-180 {
    display: inline-block;
    animation: rotate-180 0.5s ease 1;
    animation-fill-mode: forwards;
}


#emailEditor {
    font-family: NeoSansRegular;
}


.clickableRow {
    cursor: pointer;
}
.clickableRow:hover {
    background-color: var(--info);
}