html {
    font-size: 16px;
}

.logo {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5017e;
    position: relative;
}

.logo::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.loginpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding-top: 1rem;
}

.loginpage .loginform {
    width: 30rem;
    max-width: calc(100vw - 1rem);
}

.box-tag {
    position: absolute;
    top: -0.5rem;
    left: 0rem;
    text-transform: uppercase;
    font-size: 0.5rem;
    letter-spacing: 0.075rem;
}

.chain-left, .columns.is-mobile > .column.is-narrow.chain-left {
    width: 2rem;
    background-image: url("/i/vline.png");
    background-repeat: repeat-y;
    background-position: right;
}

.chain-block {
    padding-left: 2rem;
    background-image: url("/i/hline.png");
    background-repeat: repeat-x;
    background-position: 0 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.chain-skip {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
}

.chain-only {
    background: none !important;
}

.chain-icon {
    position: absolute;
    left: -1.1rem;
    top: -0.05rem;
    color: white;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 50%;
    background-color: grey;
}

.chain-cluster {
    margin-bottom: 0 !important;
}

.chain-cluster.is-first .chain-left, .chain-cluster.is-first .columns.is-mobile > .column.is-narrow.chain-left {
    background-repeat: no-repeat !important;
    background-position: right 2rem !important;
}

.chain-cluster.is-last .chain-left, .chain-cluster.is-last .columns.is-mobile > .column.is-narrow.chain-left {
    background-repeat: no-repeat !important;
    background-position: right calc(2rem - 512px) !important;
}

.chain-header {
    margin: 0 auto;
    display: inline-block;
    padding: 0.25rem 2rem;
    color: white;
    background-color: grey;
    border-radius: 1rem;
}

.chain-box {
    padding-top: 0.5rem;
}

.user-avatar {
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(200, 200, 200, 0.3);
}

.avatar-box {
    padding: 1rem;
    padding-top: 0;
}

.avatar-small {
    max-width: 3rem;
    display: block;
    transform: translateX(0.75rem);
}

.tasks-info {
    display: block;
    background-color: #FFFFBB;
    padding: 0.25rem 0.35rem;
    border: 1px solid #cbcb94;
    border-radius: 0.1rem;
}

.avatar-box {
    padding: 1rem;
    padding-top: 0;
}

.avatar-small {
    max-width: 3rem;
    display: block;
    transform: translateX(0.75rem);
}

.has-text-white a {
    color: #E0E0FF;
}

.lightbox-column img {
    max-height: 95vh;
}

.panel-block {
    background-color: white;
}

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex: 1;
}

.cont {
    min-height: 40rem;
}

.schedule-container {
    margin: 0.5rem 1rem;
}

.ordstatus_10 td, .ordstatus_10 {
    background-color:#D0D0FF !important;
}

.ordstatus_20 td, .ordstatus_20 {
    background-color:#D0E8F0 !important;
}

.ordstatus_50 td, .ordstatus_50 {
    background-color:#FFFFD0 !important;
}

.ordstatus_55 td, .ordstatus_55 {
    background-color: #c8ef6e !important;
}

.ordstatus_60 td, .ordstatus_60 {
    background-color:#F0E0D0 !important;
}

.ordstatus_65 td, .ordstatus_65 {
    background-color:#FFC0FF !important;
}

.ordstatus_70 td, .ordstatus_70 {
    background-color:#FFE0FF !important;
}

.ordstatus_75 td, .ordstatus_75 {
    background-color:#DDFFDD !important;
}

.ordstatus_80 td, .ordstatus_80 {
    background-color:#C8FFC8 !important;
}

.ordstatus_100 td, .ordstatus_100 {
    background-color:#F0FFF0 !important;
}

.ordstatus_200 td, .ordstatus_200 {
    background-color:#D0D0D0 !important;
}

.ostatus_10 {
    color: #6464fc !important;
}

.ostatus_20 {
    color: #44c2ec !important;
}

.ostatus_50 {
    color: #a7a728 !important;
}

.ostatus_55 {
    color: #9bbb51 !important;
}

.ostatus_60 {
    color: #a76625 !important;
}

.ostatus_65 {
    color: #db22db !important;
}

.ostatus_70 {
    color: #6f13a0 !important;
}

.ostatus_75 {
    color: #419c41 !important;
}

.ostatus_80 {
    color: #038e03 !important;
}

.ostatus_100 {
    color: #618e61 !important;
}

.ostatus_200 {
    color: #494949 !important;
}

.cols-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.cols-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.thin-row {
    height: 0;
    line-height: 0;
}

.thin-row td {
    padding: 0;
    border: none;
}

.out {
    text-decoration: line-through;
    font-size: 11px;
}

.hide {
    display: none !important;
}

.sorting {
    opacity: 0.5;
}

.app-loading {
    position: fixed;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.85);
}

.vb-imgbox {
    display: block;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
}

.vb-imgbox img {
    display: block;
    width: 100%;
}

.vb-imgstrip {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}

.vb-imgstrip > * {
    flex-shrink: 0; /* <-- prevents items from shrinking */
}

.gle td ,.dgle td {
    background-color: #d6f8d6;
}

.ole td {
    background-color: #f5dbd2;
}

.ble td,.dble td {
    background-color: #d1d1f3;
}

.dgle td {
    background-color: #c2f8c2;
}

.lrle td {
    background-color: #f6dcdc;
}

.dble td {
    background-color: #cecefa;
}

.grayle td {
    background-color: #e7e7e7;
}

.ticker {
    color: red;
    font-weight: bold;
}

.nl2br {
    white-space: pre-wrap;
}

.b-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.pic-container {
    position: relative;
    width: 100%; /* Adjust as needed */
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;

}

.pic-container a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire container without distortion */
    object-position: center; /* Centers the image within the container */
}

.pic-container a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.code-view {
    height: 30em;
    white-space: pre;
    overflow: auto;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 0.25rem;
    font-family: "Courier New", monospace;
}

.gap-1 {
    gap: 1rem;
}

.gap-3 {
    gap: 1.75rem;
}

.expander {
    max-height: 20rem;
    overflow: hidden;
    position: relative;
}

.expander-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.expander-spacer {
    width: 100%;
    height: 5rem;
}

.user-qr {
    max-width: 60%;
    width: 300px;
    margin: 0 auto;
}

.user-qr svg {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.tg-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
}

.tg-info {
    gap: 0.25rem;
}


.scrollbar-thin, .scrollbar-thinner {
    scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar {
    width: 4px;
}


.scrollbar-thinner::-webkit-scrollbar {
    width: 2px;
}

.scrollbar-thinner::-webkit-scrollbar-thumb {
    background-color: #A8A29E;
}

.scrollbar-thinner::-webkit-scrollbar-thumb {
    border-radius: 20px;
}
