.nav-item-header {
    margin-top: 0px !important;
}

.nav-item {
}

    .nav-item .nav-item {
        border-bottom: 0px none;
    }
/* MAIN TOP HEADER */
#maintopheader .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

#mainsidenavitems {
    background-color: var(--base-bg-10);
    width: 48px;
}

    #mainsidenavitems ul > li {
        height: 44px;
        width: 100%;
        line-height: 44px;
    }

        #mainsidenavitems ul > li i {
            font-size: 16px;
            display: inline-block;
            text-align: center;
            color: var(--base-foreground-color) !important;
        }

            #mainsidenavitems ul > li i.ic-fluent-hover {
                color: var(--base-theme-color) !important;
            }

        #mainsidenavitems ul > li.active i {
            color: var(--base-theme-color) !important;
        }

    #mainsidenavitems ul > li {
        cursor: pointer !important;
    }

    #mainsidenavitems .nav-item > a {
        width: 44px;
    }

        #mainsidenavitems .nav-item > a > i.ic-fluent {
            font-size: 19px !important;
        }

    #mainsidenavitems .nav-item.active .active-menu-itemborder {
        height: 24px;
        border-radius: 8px;
        border-right: 4px solid var(--base-theme-color);
        width: 4px;
        display: block;
    }

    #mainsidenavitems .nav-item .active-menu-itemborder {
        display: none;
    }

    #mainsidenavitems .nav-item.active > a {
        background-color: var(--base-bg-lighter);
        box-shadow: 0 8px 16px rgba(0,0,0,.1);
        border-radius: 0 8px 8px 0;
    }

#mainsidenavsubitems {
    width: 272px;
    display: none;
    background: var(--base-bg);
}

    #mainsidenavsubitems [dx-tree-view*=""] {
        background-color: transparent !important;
    }

    #mainsidenavsubitems .menu-header {
        height: 45px;
        border-bottom: 1px solid var(--base-bg-shade);
        background-color: var(--base-bg-10);
    }

    #mainsidenavsubitems .dx-treeview-node {
        padding-left: 0px !important;
    }

        #mainsidenavsubitems .dx-treeview-node > div {
            padding-left: 20px;
        }

#mainsidenavitemsmobile .navbar-mobile-header {
    box-shadow: none;
    height: 48px;
    background-color: var(--base-theme-color);
    color: var(--base-text-color-with-bg-theme-color);
}

    #mainsidenavitemsmobile .navbar-mobile-header h2 {
        font-weight: 600;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 0px;
        padding: 0;
        color: var(--base-foreground-color);
    }

#mainsidenavitemsmobile .dx-list-search.dx-texteditor.dx-editor-filled {
    border-color: transparent !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
}

#mainsidenavitemsmobile .navbar-mobile-header-title {
    font: 600 16px SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
}

#mainsidenavitemsmobile .dx-list-item-content.active {
    background-color: var(--base-theme-color-light);
    color: var(--base-theme-color-lighter);
    font-weight: 600;
}

#mainsidenavitemsmobile .dx-list-item,
#mainsidenavitemsmobile .dx-list .dx-empty-message {
    border: none !important;
}

    #mainsidenavitemsmobile .dx-list-item i {
        font-size: 20px;
    }

    #mainsidenavitemsmobile .dx-list-item.dx-state-hover {
        background-color: var(--base-bg-shade-transparent-50);
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .1);
        transition: border-color .15s linear,box-shadow .15s linear;
    }

.menu-item-img-icon {
    width: 20px;
}

.sidebar {
    width: 320px;
}

.nav-sidebar a span {
    font-size: 14px;
}

.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0px;
}

.nav-sidebar .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0px;
}

.nav-group-sub .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.nav-sidebar .nav-item a {
    padding-left: 16px;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    /*background-color: #fff !important;*/
    top: 48px !important;
}

.sidebar-xs-manual .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    /*background-color: #fff !important;*/
    top: 48px !important;
}

.nav-group-sub .nav-item a {
    padding-left: 40px;
}

@media (min-width: 768px) {
    .sidebar-xs .sidebar-main .sidebar-user .media > div:not(:last-child) {
        display: none !important;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media > div:last-child {
        display: block !important;
        margin-left: -5px !important;
    }

    .sidebar-xs-manual .sidebar-main .sidebar-user .media > div:not(:last-child) {
        display: none !important;
    }

    .sidebar-xs-manual .sidebar-main .sidebar-user .media > div:last-child {
        display: block !important;
        margin-left: -5px !important;
    }
}

.sidebar-user {
    /*background-color: #eeeeee;*/
    border-bottom: solid 1px;
}

    .sidebar-user .card-body {
        padding: 15px;
    }

    .sidebar-user .media-title {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .sidebar-user .media-description {
        margin-top: -2px;
        font-size: 14px;
    }
/* MOBILE TOPNAV */
.sidebar-mobile-toggler {
    background-color: var(--base-theme-color) !important;
    justify-content: normal;
}

    .sidebar-mobile-toggler .sidebar-mobile-main-toggle {
        width: 48px;
    }

    .sidebar-mobile-toggler .navbar-brand {
    }

.navbar-toggler {
    width: 48px;
    border-right: solid 1px #6f7889;
    margin-left: -20px;
}

.navbar-brand {
    padding: 0px !important;
    margin: 0px !important;
    height: 48px;
}

.navbar-brand-md {
    margin-right: 22px !important;
}

.navbar-brand a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}

    .navbar-brand a img {
        width: 100%;
        height: 100% !important;
    }

.navbar-brand-md a img {
    width: 208px;
    height: 40px !important;
    margin-top: 4px;
    margin-left: 4px;
}

.sidebar-xs .navbar-brand img {
}

/* MENU ICON HIDE SHOW FIX */
.sidebar-main-toggle, .sidebar-mobile-main-toggle {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sidebar-main-toggle i, .sidebar-mobile-main-toggle i {
        font-size: 22px;
        line-height: 26px;
    }

.sidebar-main, .sidebar-main .sidebar-content, .sidebar-secondary, .sidebar-secondary .sidebar-content {
    left: -320px;
}


.flex-container {
    display: flex;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    justify-content: center;
}

.flex-item {
    box-sizing: border-box;
    width: 150px;
    border: 5px solid blue;
    align-self: center;
    background-color: red;
    display: flex;
    flex-flow: column;
    max-height: 100%;
}

.content {
    background-color: grey;
    flex: 1;
    overflow-y: auto;
}

/*.page-nav {
    border-right: 1px solid var(--base-bg-shade)
}*/

@media (min-width: 768px) {
    .absolute-command-bar header {
        position: absolute;
        left: 48px;
        right: 0px;
    }

    .absolute-command-bar .flex-content {
        margin-top: 46px;
    }
}

.btn-countdown {
    padding-top: 0.5rem !important;
    border-radius: 30rem !important;
    background: var(--base-theme-color);
    color: var(--base-text-color-with-bg-theme-color);
    text-transform: uppercase;
    font-weight: bold !important;
}

    .btn-countdown:hover, .btn-countdown:focus {
        background: var(--base-default-hover-bg);
    }
/*
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/'RobotoV15/roboto-v15-latin-ext_latin-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
.clock-container {
    position: relative;
    width: auto;
    margin: 0 auto;
}

.clock-time-container {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.display-remain-time {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 30px;
    color: var(--base-text-color);
}

.e-c-base {
    fill: none;
    stroke: var(--base-bg-shade);
    stroke-width: 4px
}

.e-c-progress {
    fill: none;
    stroke: var(--base-theme-color);
    stroke-width: 4px;
    transition: stroke-dashoffset 0.3s;
}

.e-c-pointer {
    fill: var(--base-bg);
    stroke: var(--base-theme-color);
    stroke-width: 2px;
}

#e-pointer {
    transition: transform 0.3s;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-top-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.border-radius-top-8 {
    border-top-right-radius: 8px;
    border-top-left-radius: 5px;
}

.border-radius-top-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.border-radius-bottom-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-radius-bottom-8 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 5px;
}

.border-radius-bottom-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.responsive-card-container {
    display: flex;
    flex-wrap: wrap;
}

.responsive-card-item {
    width: 560px;
    flex-basis: 560px;
    flex-grow: 1;
}

#verifications-desktop-cards .card {
    min-height: 180px;
    max-height: 180px;
}

#verifications-mobile-cards .card {
    min-height: 185px;
    max-height: 185px;
}



.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
    left: 0;
    width: 100%;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.iconshape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.card-theme {
    background-color: var(--base-bg-lighter);
    color: var(--base-text-color);
}

.text-mutted {
    color: var(--secondary-text-color) !important;
}

.text-danger {
    color: var(--base-danger) !important;
}


.bg-danger {
    background-color: var(--base-danger) !important;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.project-card-img {
    width: 2rem;
    height: 2rem
}

.project-card-project-img {
    width: 2.5rem;
    height: 2.5rem
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 16px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.card-project {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.card-project-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-project-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    min-height: 200px;
}

    .card-project-body a {
        display: block;
        color: var(--base-text-color);
    }

.tag-project {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.tag-project-teal {
    background-color: #47bcd4;
}

.tag-project-purple {
    background-color: #5e76bf;
}

.tag-project-pink {
    background-color: #cd5b9f;
}

.card-project-body p {
    font-size: 13px;
}

.card-project-body button {
    height: 25px;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.user-project {
    display: flex;
    margin-top: auto;
}

    .user-project .project-card-img {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(235,234,252,1);
        color: var(--base-text-color) !important;
    }

.card-project-dates {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    padding-top: 8px;
}


.user-project-info h5 {
    margin: 0;
}

.user-project-info small {
    color: #545d7a;
}

.card-project-body .progress {
    height: 6px;
}

.project-card-empty-user {
    width: auto !important;
    border-radius: 10px !important;
    font-weight: 500;
    height: auto !important;
}


.left-side-nav {
    width: 273px;
    min-width: 273px;
    max-width: 273px;
    border-right: 1px solid var(--base-bg-shade);
    display: flex;
    flex-direction: column;
}

.form-view-inline .form-group {
    display: inline-flex;
    align-items: center;
}

.form-view-inline label {
    width: 200px;
    font-weight: 500;
}

.form-view-inline > div > div {
    width: 100%;
}

.project-image-uploader {
    height: 130px;
    width: 100%;
}

.full-width {
    width: 100% !important;
    min-width: 100% !important;
}

.transparent-body {
    background-color: transparent !important;
}

    .transparent-body body {
        background-color: transparent !important;
    }

        .transparent-body body > #main-content {
            opacity: 0 !important;
        }

.wj-template-lookup-cell .input-group-btn {
    margin-left: -8px;
}

.barcode-btn .dx-dropdowneditor-button {
}

    .barcode-btn .dx-dropdowneditor-button .dx-dropdowneditor-icon {
        font-family: FluentSystemIcons-Resizable !important;
        font-size: 22px !important;
    }

        .barcode-btn .dx-dropdowneditor-button .dx-dropdowneditor-icon::before {
            content: "\e162" !important;
            margin-left: -11px;
        }

.dx-form-group-with-caption > .dx-form-group-content {
    border-top: 1px solid var(--base-secondary-bg) !important;
}

.toolbar-before {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 50%;
}

.toolbar-center {
    flex-grow: 0;
    max-width: 33%;
}

.toolbar-after {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 50%;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: var(--base-header-bg) !important;
}

.school .dx-popup-content {
    padding: 0px !important;
    border-radius: 5px;
}

.school-title {
    color: white;
    padding-left: 8px;
}

    .school-title h3 {
        padding-bottom: 3px;
    }


.md-timeline-template-event.holiday {
    background-color: var(--holiday-color);
}

.future-school {
    background-color: var(--future-school-color);
}

.past-school {
    background-color: var(--past-school-color);
}

.holiday-title {
    background-color: darkorange;
    color: white;
    padding-left: 8px;
}

    .holiday-title h3 {
        padding-bottom: 3px;
    }

:root {
    --school-color: white;
    --holiday-color: darkorange;
    --future-school-color: cornflowerblue;
    --past-school-color: forestgreen;
}

#school-timeline .dx-popover-arrow::after {
    background-color: var(--school-color);
    border: none;
}

#school-timeline .dx-overlay-content {
    border: none;
}

#school-timeline .dx-popup-content {
    border-style: solid;
    border-width: 2px;
    border-color: var(--school-color);
}

.school-text-segment {
    margin-bottom: 15px;
}

.school-title-text {
    font-weight: bold;
}

.school .md-work-week-cont {
    position: relative;
    padding-left: 50px;
}

.school .md-work-week-avatar {
    position: absolute;
    max-height: 50px;
    max-width: 50px;
    top: 21px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 20px;
}

.school .md-work-week-name {
    font-size: 16px;
}

.school .md-work-week-title {
    font-size: 12px;
    margin-top: 5px;
}

.school .md-switching-timeline-view-cont .mbsc-segmented {
    max-width: 350px;
    margin: 0 auto;
    padding: 1px;
}

.school .radio-button-picker {
    display: flex;
    justify-content: center;
}

    .school .radio-button-picker .md-picker-container {
        display: flex;
        flex-direction: row;
        border-radius: 9999px;
        background-color: lightgray;
        width: 320px;
        justify-content: space-around;
        align-content: center;
        flex-wrap: wrap;
    }

    .school .radio-button-picker label {
        margin: 0px 0px;
        border-radius: 9999px;
        padding: 2px 5px;
        background-color: inherit;
        color: black;
        margin: 2px;
        flex: 1 0;
        display: flex;
        justify-content: center;
        transition: background-color 200ms ease-in-out;
    }

        .school .radio-button-picker label:has(input:checked) {
            background-color: white;
        }

.school .md-switching-timeline-view-cont .mbsc-timeline-resource {
    display: flex;
    align-items: center;
}

.school .md-switching-timeline-view-cont .mbsc-timeline-resource-col {
    width: 205px;
}

@supports (overflow:clip) {
    .school .md-switching-timeline-view-cont.mbsc-ltr .mbsc-schedule-event-inner {
        left: 205px;
    }

    .school .md-switching-timeline-view-cont.mbsc-rtl .mbsc-schedule-event-inner {
        right: 205px;
    }
}

.calendar-options {
    display: flex;
    flex: 3;
}

.timeline-options {
    display: flex;
    flex: 12;
    justify-content: space-evenly;
}

.timeline-dogadaji-options {
    display: flex;
    justify-content: end;
    padding: 0px 20px;
    align-items: center;
}


    .school .mbsc-calendar-controls .md-calendar-button {
        border-radius: 999px;
        padding: 5px 15px;
        background-color: var(--base-theme-color);
        color: white;
        cursor: pointer;
        border: none;
    }

        .school .mbsc-calendar-controls .md-calendar-button:hover {
            background-color: var(--base-theme-color-lighter);
        }

    .school .picker-value {
        display: none;
    }

    .school .md-timeline-template .mbsc-schedule-event.mbsc-ltr {
        height: auto !important;
    }

    .school .md-timeline-template-event {
        border: 1px solid transparent;
        margin: 2px 0;
    }

    .school .md-timeline-template-event-cont {
        background: rgba(255, 255, 255, .8);
        font-size: 15px;
        height: 32px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .school .md-timeline-template-event-cont .mbsc-icon {
            padding: 5px;
            box-sizing: content-box;
        }

    .school .md-before-buffer,
    .school .mbsc-timeline-event-start .md-timeline-template-event,
    .school .mbsc-timeline-event-start .md-timeline-template-event-cont,
    .school .mbsc-timeline-event-start .md-timeline-template-event-cont .mbsc-icon {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .school .md-after-buffer,
    .school .mbsc-timeline-event-end .md-timeline-template-event,
    .school .mbsc-timeline-event-end .md-timeline-template-event-cont,
    .school .mbsc-timeline-event-end .md-timeline-template-event-cont .mbsc-icon {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .school .md-buffer {
        position: absolute;
        display: flex;
        width: 100%;
        font-size: 10px;
        top: 2px;
        bottom: 2px;
        left: 0;
        color: #fff;
        padding: 0 6px;
        line-height: 12px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: .5;
        box-sizing: border-box;
        z-index: -1;
    }

    .school .md-buffer-tail {
        position: absolute;
        width: 14px;
        height: 100%;
        top: 0;
    }

    .school .md-before-buffer .md-buffer-tail {
        left: 100%;
    }

    .school .md-after-buffer .md-buffer-tail {
        right: 100%;
    }

    .school .md-buffer-time {
        font-weight: 600;
    }

    .school .md-timeline-template-event-cont .mbsc-icon:before {
        color: #fff;
        font-size: 18px;
    }

    .school .md-timeline-template-time {
        margin: 0 10px;
    }

    .school .md-timeline-template-title {
        color: #666;
    }

    .school .md-timeline-template .mbsc-timeline-column,
    .school .md-timeline-template .mbsc-timeline-header-column {
        min-width: 100px;
    }

    .school .md-timeline-template .mbsc-timeline-resource,
    .school .md-timeline-template .mbsc-timeline-row {
        min-height: 100px;
    }


    .school .mbsc-calendar-controls {
        justify-content: space-between;
    }

    .mbsc-calendar-header .dx-popup-content {
        border: none !important;
    }

    .mbsc-calendar-header .dx-popover-arrow::after {
        background-color: var(--base-theme-color) !important;
    }

    .options-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: solid 3px var(--base-theme-color);
    }

    .school .mbsc-material.mbsc-timeline-header-active {
        color: var(--base-theme-color);
        background-color: var(--base-bg);
        border-radius: 999px;
    }

    .school .md-timeline-template-event .holiday {
        background-color: var(--holiday-color);
        background: var(--holiday-color);
    }

    .school .md-timeline-template-event .future-school {
        background-color: var(--future-school-color);
        background: var(--future-school-color);
    }

    .school .md-timeline-template-event .past-school {
        background-color: var(--past-school-color);
        background: var(--past-school-color);
    }

    .school .holiday .mbsc-icon {
        background: var(--holiday-color);
    }

    .school .future-school .mbsc-icon {
        background: var(--future-school-color);
    }

    .school .past-school .mbsc-icon {
        background: var(--past-school-color);
    }

    .school .holiday .md-timeline-template-time {
        color: var(--holiday-color);
    }

    .school .future-school .md-timeline-template-time {
        color: var(--future-school-color);
    }

    .school .past-school .md-timeline-template-time {
        color: var(--past-school-color);
    }

    #school-mobile-calendar .mbsc-list-item-actionable:has(.holiday) {
        background-color: var(--holiday-color);
        border: 1px solid var(--holiday-color);
        padding: 0px;
    }

    #school-mobile-calendar .mbsc-list-item-actionable:has(.future-school) {
        background-color: var(--future-school-color);
        border: 1px solid var(--future-school-color);
        padding: 0px;
    }

    #school-mobile-calendar .mbsc-list-item-actionable:has(.past-school) {
        background-color: var(--past-school-color);
        border: 1px solid var(--past-school-color);
        padding: 0px;
    }

    #school-mobile-calendar .mbsc-list-item-actionable .custom-event {
        display: flex;
        flex: 1;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.7);
    }

    #school-mobile-calendar .mbsc-list-item-actionable .holiday {
        color: var(--holiday-color);
    }

    #school-mobile-calendar .mbsc-list-item-actionable .future-school {
        color: var(--future-school-color);
    }

    #school-mobile-calendar .mbsc-list-item-actionable .past-school {
        color: var(--past-school-color);
    }

    .school-text-container {
        display: flex;
        flex-direction: column;
        flex: 4;
        padding: 0.65rem;
    }

    .school-icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1
    }

        .school-icon-container i {
            background: rgba(255, 255, 255, 0.7);
            padding: 8px;
            border-radius: 100%;
            font-size: 20px;
        }

    .holiday .school-icon-container {
        background-color: var(--holiday-color);
    }

    .future-school .school-icon-container {
        background-color: var(--future-school-color);
    }

    .past-school .school-icon-container {
        background-color: var(--past-school-color);
    }


    #school-mobile-calendar .mbsc-list-item-actionable {
        margin: 4px;
        border-radius: 8px;
    }

    .btn-no-text i {
        margin: 0px !important;
    }

    .notification-popup-title {
        font-weight: 800;
        font-size: 17px;
        color: #212529;
    }

    .unread-notifications-number {
        color: white;
        background-color: #0a317b;
        padding: 2px 13px;
        border-radius: 5px;
        margin-left: 12px;
    }

    .notification-list {
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .notification-notreaded {
        background-color: #dfe9f4;
        border-radius: 5px;
    }

    .notification-img {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #dedede;
    }


.dx-popup-content:has(.popover-dogadaj-custom) {
    border: 2px solid var(--base-theme-color);
    border-radius:5px;
    margin: 0px;
    padding: 0px;
}

.popover-dogadaj-custom{
    display:flex;
}
.popover-dogadaj-content{
    display:flex;
    flex-direction: column;
}

.popover-dogadaj-header {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: var(--base-theme-color);
    color: var(--base-inverted-text-color);
}

.popover-dogadaj-close {
    cursor: pointer;
    margin-right:5px;
}

.popover-dogadaj-title {
    font-size: x-large;
}

.popover-dogadaj-form {
    padding: 10px;
    background: var(--base-bg)
}

#dogadaji-timeline .dx-popover-arrow::after {
    background-color: var(--base-theme-color)
}

.popover-dogadaj-form .input {
    margin-bottom: 10px;
}

.popover-dogadaj-form .input label {
    margin-bottom: 4px;
}

.popover-dogadaj-footer{
    display: flex;
    justify-content: flex-end;
    gap:25px;
}

    .popover-dogadaj-footer .btn-primary {
        background-color: var(--base-theme-color);
        color: white;
    }

#dogadaji-timeline .mbsc-schedule-header-day-today  {
    background-color: var(--base-theme-color);
    color: white;
}

#dogadaji-timeline .mbsc-schedule-time-indicator-time {
    color: var(--base-theme-color);
}

#dogadaji-timeline .mbsc-schedule-time-indicator-day::before{
    background-color: var(--base-theme-color);
}

#dogadaji-timeline .mbsc-ios.mbsc-schedule-time-indicator {
    border-color: var(--base-theme-color);
}

#dogadaji-timeline .radio-button-picker {
    display: flex;
    justify-content: center;
}

    #dogadaji-timeline .radio-button-picker .md-picker-container {
        display: flex;
        flex-direction: row;
        border-radius: 9999px;
        width: 320px;
    }

    #dogadaji-timeline .radio-button-picker label {
        margin: 0px 0px;
        border-radius: 9999px;
        padding: 2px 5px;
        background-color: inherit;
        color: black;
        margin: 2px;
        flex: 1 0;
        display: flex;
        justify-content: center;
        transition: background-color 200ms ease-in-out;
    }

        #dogadaji-timeline .radio-button-picker label:has(input:checked) {
            background-color: white;
        }

#dogadaji-timeline .md-switching-timeline-view-cont .mbsc-timeline-resource {
    display: flex;
    align-items: center;
}

#dogadaji-timeline .md-switching-timeline-view-cont .mbsc-timeline-resource-col {
    width: 205px;
}

#dogadaji-timeline .dogadaji-timeline-popover .dx-overlay-content {
    border: none;
    background:transparent;
}

.popover-dogadaj-close{
    cursor: pointer;
}

#ucionica {
    transition: opacity 250ms ease-in-out;
}

.lookup-inside-commandbar {
    margin: -1px 15px 0px 15px;
}

.dogadaj-event{
    display:flex
}

.dogadaj-event-wrapper {
    display: flex;
}

.dogadaj-event-details {
    flex-direction: column;
    display: flex;
    padding: 0px 5px 0px 0px;
}

.dogadaj-title {
    font-size: 12px;
    color: #655e5e;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50%;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
}

.dogadaj-program {
    font-size: 13px;
    color: #655e5e;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50%;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
}

.dogadaj-time {
    font-size: 13px;
    color: #655e5e;
    height: 50%;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
}


.grid-predmeti {
    transform: translateX(0px);
}


.hide-grid-predmet {
    transform: translateX(-2000px);
}

.flex-page .pregled-predmeta {
    transform: translateX(2000px);
}

.flex-page .show-predmet-form {
    transform: translateX(0px);
    height: 100%;
    width:100%;
}

.button-back .dx-button-content i {
    padding: 0px 0px 0px 5px;
}

.predmet-view {
    padding: 15px 25px 0px 15px;
}

.predmet-form-with-details {
    flex: 1;
    flex-direction: column;
    padding: 0px 25px 0px 25px;
    display: flex;
}

.predmet-details {
    flex:1;
}

.predmet-form{
    display:flex;
}



.flex-1{
    flex: 1 1;
}

.flex-wrap{
    flex-wrap:wrap;
}