
:root {
    --rz-primary: #5448e6;
    --rz-secondary: #488ae6;
    --primary-color: #5448e6;
    --primary-light: #7a72f0;
    --primary-dark: #3b32b3;
    --accent-color: #e65448;
    --neutral-gray: #2e2e38;
    --background-light: #f4f4ff;
    --rz-input-disabled-background-color: #e9ecef;
    --rz-input-disabled-color: #3a474d;
    --default-font-size: 14px;
    /* Font Size Scale */

    --font-size-1xs: 0.5rem; /* 7px */
    --font-size-2xs: 0.5714rem; /* 8px */
    --font-size-xs: 0.6429rem; /* 9px */
    --font-size-sm: 0.7143rem; /* 10px */
    --font-size-md: 0.7857rem; /* 11px */
    --font-size-base: 0.8571rem; /* 12px */
    --font-size-lg: 0.9286rem; /* 13px */
    --font-size-xl: 1rem; /* 14px */
    --font-size-2xl: 1.0714rem; /* 15px */
    --font-size-3xl: 1.1429rem; /* 16px */
    --font-size-3xxl: 1.2143rem; /* 17px */
    --font-size-4xl: 1.2857rem; /* 18px */
    --font-size-5xl: 1.4286rem; /* 20px */
    --font-size-6xl: 1.5714rem; /* 22px */
    --font-size-7xl: 1.7143rem; /* 24px */
    --font-size-8xl: 2rem; /* 28px */
    --font-size-9xl: 2.2857rem; /* 32px */
    --font-size-10xl: 2.5714rem; /* 36px */
    --font-size-11xl: 2.8571rem; /* 40px */
    --font-size-12xl: 3.4286rem; /* 48px */
    --font-size-13xl: 4rem; /* 56px */
    --font-size-14xl: 4.5714rem; /* 64px */
    --font-size-15xl: 5.1429rem; /* 72px */
    --font-size-16xl: 5.7143rem; /* 80px */
    --font-size-17xl: 6.8571rem; /* 96px */
}

/*--default-font-size: .9rem;*/
/*#region FONTS */

@font-face {
    font-family: 'montserrat_alternatesblack';
    src: url('../font/montserratalternates-black-webfont.woff2') format('woff2'), url('../font/montserratalternates-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_alternatesbold';
    src: url('../font/montserratalternates-bold-webfont.woff2') format('woff2'), url('../font/montserratalternates-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_alternatesmedium';
    src: url('../font/montserratalternates-medium-webfont.woff2') format('woff2'), url('../font/montserratalternates-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_alternatesregular';
    src: url('../font/montserratalternates-regular-webfont.woff2') format('woff2'), url('../font/montserratalternates-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratblack';
    src: url('../font/montserrat-black-webfont.woff2') format('woff2'), url('../font/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold-webfont.woff2') format('woff2'), url('../font/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../font/montserrat-medium-webfont.woff2') format('woff2'), url('../font/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.woff2') format('woff2'), url('../font/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../font/Bahnschrift.woff2') format('woff2'), url('../font/Bahnschrift.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}
/*#endregion FONTS */
/*#region ICONS */
.icon,
.input.checkbox > span::before,
.input.radio > span::before {
    background-image: url(../img/iconpack.png);
    background-size: 300px 300px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

    .icon.mail {
        background-position: 0px 0px;
    }

    .icon.lock {
        background-position: -30px 0px;
    }

    .icon.user {
        background-position: -60px 0px;
    }

    .icon.eye1,
    .icon.eye3:active {
        background-position: -90px 0px;
    }

    .icon.eye2 {
        background-position: -120px 0px;
    }

    .icon.eye3 {
        background-position: -150px 0px;
    }

    .icon.check1,
    .input.checkbox > span::before,
    .input.radio > span::before {
        background-position: -180px 0px;
    }

    .icon.check2,
    .input.checkbox > input:checked + span::before,
    .input.radio + span::before {
        background-position: -210px 0px;
    }

    .icon.plus1 {
        background-position: -240px 0px;
    }

    .icon.plus2,
    .title-buttons > li > a:hover > .icon.plus1 {
        background-position: -270px 0px;
    }

    .icon.ticket {
        background-position: 0px -30px;
    }

    .icon.list {
        background-position: -30px -30px;
    }

    .icon.bill {
        background-position: -60px -30px;
    }

    .icon.sortd {
        background-position: -90px -30px;
    }

    .icon.sorta {
        background-position: -120px -30px;
    }

    .icon.fsync {
        background-position: -150px -30px;
    }

    .icon.back {
        background-position: -180px -30px;
    }

    .icon.bell {
        background-position: -210px -30px;
    }

    .icon.down1 {
        background-position: -240px -30px;
    }

    .icon.down2 {
        background-position: -270px -30px;
    }

    .icon.cross1 {
        background-position: 0px -60px;
    }

    .icon.cross2 {
        background-position: -30px -60px;
    }

    .icon.cross3 {
        background-position: -60px -60px;
    }

    .icon.check3 {
        background-position: -90px -60px;
    }

    .icon.check4 {
        background-position: -120px -60px;
    }

    .icon.check5 {
        background-position: -150px -60px;
    }

    .icon.edit {
        background-position: -180px -60px;
    }

    .icon.phone1 {
        background-position: -210px -60px;
    }

    .icon.location {
        background-position: -240px -60px;
    }

    .icon.users {
        background-position: -270px -60px;
    }

    .icon.phone2 {
        background-position: 0px -90px;
    }

    .icon.user2 {
        background-position: -30px -90px;
    }

    .icon.laptop {
        background-position: -60px -90px;
    }

    .icon.logout {
        background-position: -90px -90px;
    }

    .icon.bell2 {
        background-position: -120px -90px;
    }

    .icon.history {
        background-position: -150px -90px;
    }

    .icon.history1 {
        background-position: -150px -90px;
        background-color: #5449e6;
        border-radius: 3em;
    }

    .icon.filter {
        background-position: -180px -90px;
    }

    .icon.lock2 {
        background-position: -210px -90px;
    }

    .icon.pay {
        background-position: -240px -90px;
    }

    .icon.chip {
        background-position: -270px -90px;
    }

    .icon.search {
        background-position: 0px -120px;
    }

    .icon.reload {
        background-position: -30px -120px;
    }

    .icon.google {
        background-position: -60px -120px;
    }

    .icon.fb {
        background-position: -90px -120px;
    }

    .icon.power {
        background-position: -120px -120px;
    }

    .icon.calendar {
        background-position: -150px -120px;
    }

    .icon.ticket2 {
        background-position: -180px -120px;
    }

    .icon.edit2 {
        background-position: -210px -120px;
    }

    .icon.reassign {
        background-position: -240px -120px;
    }

    .icon.edit3 {
        background-position: -270px -120px;
    }

    .icon.export {
        background: #fff url(../svg/export.svg) no-repeat center;
        background-size: 30px;
    }

    .icon.chart {
        background: #fff url(../svg/chart.svg) no-repeat center;
        background-size: 30px;
    }

.icon-google {
    background: #fff url(../img/icon-google.png) no-repeat center;
    background-size: 40px;
}

.icon-fb {
    background: #fff url(../img/icon-fb.png) no-repeat center;
    background-size: 40px;
}

.icon.download {
    background: rgb(0 0 0 / 3%) url(../img/download.png) no-repeat center;
    background-size: 20px;
}

.icon.download2 {
    background: rgb(255 255 255) url(../img/download_black.png) no-repeat center;
    background-size: 30px;
}

.icon.custom-filter {
    background: rgb(0 0 0 / 3%) url(../img/filter.png) no-repeat center;
    background-size: 30px;
}

.icon.custom-filter2 {
    background: rgb(255 255 255) url(../img/filter_black.png) no-repeat center;
    background-size: 30px;
}

.icon.sla {
    background-image: url(../svg//sla.svg);
    background-size: 30px;
}

.icon.reset-password {
    background: url(../img/password-reset-90.png) no-repeat center;
    background-size: 30px;
}

.icon.brush {
    background: url(../img/brush.png) no-repeat center;
    background-size: 30px;
}

.text-white .icon {
    filter: brightness(0) invert(1);
}

.filetype {
    background-image: url(../img/filetype/file.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

    .filetype.txt {
        background-image: url(../img/filetype/txt.png);
    }

    .filetype.ext-ppt,
    .filetype.ext-pptx {
        background-image: url(../img/filetype/ppt.png);
    }

    .filetype.ext-xls,
    .filetype.ext-xlsx {
        background-image: url(../img/filetype/xls.png);
    }

    .filetype.ext-doc,
    .filetype.ext-docx {
        background-image: url(../img/filetype/doc.png);
    }

    .filetype.ext-zip,
    .filetype.ext-7z {
        background-image: url(../img/filetype/zip.png);
    }

    .filetype.ext-csv {
        background-image: url(../img/filetype/csv.png);
    }

    .filetype.ext-gif {
        background-image: url(../img/filetype/gif.png);
    }

    .filetype.ext-png {
        background-image: url(../img/filetype/png.png);
    }

    .filetype.ext-pdf {
        background-image: url(../img/filetype/pdf.png);
    }

    .filetype.ext-mp3 {
        background-image: url(../img/filetype/mp3.png);
    }

    .filetype.ext-mp4 {
        background-image: url(../img/filetype/mp4.png);
    }

    .filetype.ext-jpg,
    .filetype.ext-jpeg {
        background-image: url(../img/filetype/jpg.png);
    }

    .filetype.ext-htm,
    .filetype.ext-html {
        background-image: url(../img/filetype/htm.png);
    }

.icon.unlock {
    background-image: url(../img/lock-unlock-line.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon.star {
    background-image: url(../img/star_grey.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

    .icon.star.active {
        background-image: url(../img/star_gold.png);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

.icon.reset {
    background-image: url(../img/restart-line.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.bg1 {
    background-color: #5449E6 !important;
}

.bg2 {
    background-color: #19B7BC !important;
}
/*#endregion ICONS */
/*#region DEFAULTS */

html,
body {
    margin: 0;
    padding: 0;
    height: 100dvh;
    background: #fff;
    font-size: var(--default-font-size);
}

body,
td,
th {
    font-family: 'montserratregular' !important;
    transform-origin: 0 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0.6em 0 0.2em;
    font-family: 'montserratbold';
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: 'montserratblack';
    color: #5449e6;
}

    a:hover {
        text-decoration: none;
    }
/* a:hover::after {
    content: '';
    border-top: 1px solid #5449e6;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0%;
    right: 0%;
} */

.circle-sm {
    background: #5449e6;
    display: inline-block;
    border-radius: 3em;
    /*    padding: 0.2em;*/
    position: relative;
    border: 0;
}

    .circle-sm .icon {
        display: block;
    }

    .circle-sm:hover {
        /*        padding: 0.4em;
        margin: -0.2em;*/
    }

    .circle-sm.danger {
        background: #FF3D3D;
    }

    .circle-sm.warning {
        background: #F28304;
    }

    .circle-sm.info {
        background: #46DEE3;
    }

    .circle-sm.secondary {
        background: #505050;
    }

    .circle-sm.warning2 {
        background: #399c8d;
    }

a.link {
    font-size: 14px;
    padding-right: 1em;
    font-family: montserratregular;
}

    a.link.compact {
        margin: 0;
        min-width: 0;
        padding-right: 0;
    }

    a.link > .icon + span {
        color: #000;
    }

.btn.small {
    min-height: fit-content;
    height: auto;
    min-width: 30px;
    max-width: 100px;
    font-weight: normal !important;
    font-family: montserratregular;
    font-size: 0.7em;
    padding: 0 0.6em 0 0;
    margin-left: 1em;
}

    .btn.small > * {
        vertical-align: middle;
    }

    .btn.small.no-icon {
        padding: 0.6em;
    }

.no-icon > i {
    display: none;
}

a > * {
    vertical-align: middle;
    display: inline-block;
}

.anim,
.btn,
a::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.circle-sm {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.space {
    height: 1em;
}

.space2 {
    height: 2em;
}

.space3 {
    height: 3em;
}

.space4 {
    height: 4em;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

a.circle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0.7em;
}

    a.circle > .icon {
        transform: scale(1.3);
    }

img.imgfit {
    width: 100%;
}

.mark {
    border: 1px solid #5449E6;
    display: inline-block;
    padding: 1em;
    margin: 1em 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0.6em;
}
    /* ul>li:before {
    content: '\203A';
    display: inline-block;
    position: absolute;
    left: -0.6em;
    font-weight: bold;
} */

    ul.description > li:before {
        content: '\203A';
        display: inline-block;
        position: absolute;
        left: -0.6em;
        font-weight: bold;
    }

.messagebox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

    .messagebox.show {
        bottom: 0;
    }

    .messagebox .message-outer {
        width: 100%;
        text-align: center;
    }

    .messagebox .message.anim {
        position: relative;
        display: inline-block;
        padding: 4em 5em 2em;
        border-radius: 10px;
        border: 2px solid #fff;
        box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    }

    .messagebox .message a.message-close {
        bottom: auto;
        right: auto;
        margin: 1em;
        font-size: 1em;
        left: auto;
        position: relative;
    }

.mobile {
    display: none;
}

a.title-buttons-toggle > .icon {
    transform: scale(1);
    display: inline-block;
    margin: 0;
}

.highlight {
    color: #5448e6;
}
/*#endregion DEFAULTS */
/*#region PAGES */

.bglogin {
    background: transparent url(../img/bg01-hi.jpg) no-repeat right bottom;
    background-size: contain;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-height: 90%;
}

.bgreview {
    background: transparent url(../img/bg02-hi.png) no-repeat right bottom;
    background-size: contain;
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 3vh;
}

.background-white-97 {
    background-color: rgba(255,255,255,0.97);
}

.pagebody {
    padding: 0 0 15vh 0 !important;
}

.login-container,
.registration-container {
    margin: 2%;
    max-width: 35em;
    background: rgba(255, 255, 255, .9);
    position: relative;
    border-radius: 10px;
    padding: 1%;
}

.max-width-50em {
    max-width: 50em !important;
}

.registration-container {
    max-width: unset;
    position: relative;
}

.bgregister {
    background: transparent url(../img/bg02.jpg) no-repeat right bottom;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
}

.child-no-padding-bottom > .rz-dialog-content {
    padding-bottom: var(--rz-dialog-content-padding) !important;
}

.child-custom-padding-bottom > .rz-dialog-content {
    padding: 0 0 15vh 0 !important;
}

.title {
    font-size: 1.25em;
    line-height: 1.5em;
}

.form.form-container > .title {
    margin-bottom: 1em;
}

.footer {
    z-index: 1;
    margin: .5% 1%;
    font-size: .8rem;
}

.loader,
.message {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    z-index: 99;
    background: rgba(84, 73, 230, 0.6);
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    font-size: 1.4em;
}

body > .loader {
    position: fixed;
}

.loader.show {
    bottom: 0%;
}

.loader .loader-anim {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff url(../img/loading-sm.gif) no-repeat center;
}

.loader .loader-block {
    width: 80px;
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #5449e6;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.5);
}

.loader .loader-block-outer {
    text-align: center;
    width: 100%;
}

.message.error {
    bottom: 0;
    background: rgba(200, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 1.4em;
}

.message.success {
    bottom: 0;
    background: rgba(0, 0, 200, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 1.4em;
}

.message .message-inner {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.message a.message-close {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #fff;
    color: #900;
    padding: 3px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.header {
    display: flex;
    flex-direction: row;
    position: relative;
    background: #5448e6;
    padding: 1em 2em 1.1em;
}

    .header > * {
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    .header img.logo {
        height: 4em;
    }

    .header nav ul {
        list-style: none;
        margin: 0 3em;
        padding: 0;
    }

        .header nav ul > li {
            display: inline-block;
        }

            .header nav ul > li > a {
                color: #fff;
                font-size: 1rem;
                font-family: 'montserratregular';
                padding: 0 1em;
                position: relative;
                margin-top: 2px;
                opacity: 0.7;
            }

                .header nav ul > li > a::after {
                    content: '';
                    bottom: 0;
                    width: 0;
                    border-bottom: 1px solid #fff;
                    display: block;
                    position: relative;
                    margin-top: 2px;
                }

                .header nav ul > li > a:hover::after {
                    width: 100%;
                }

                .header nav ul > li > a:hover {
                    opacity: 1;
                }

    .header nav > input {
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    .header nav > input,
    .header nav > .mobilemenulink {
        display: none;
    }

    .header .components > * {
        position: relative;
        font-size: 1.4em;
        margin-left: 1em;
    }

.notification-list {
    position: absolute;
}

.header .user::after {
    background-color: transparent !important;
    filter: invert(1);
    content: '';
    display: block;
    height: 20px;
    transform: scale(0.3);
    position: absolute;
    right: -10px;
    width: 30px;
    top: 50%;
    margin-top: -2em;
    width: 4em;
    height: 4em;
    background-position: center !important;
    border-radius: 3em;
}

.header .user > .userpic {
    width: 2.4em;
    height: 2.4em;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3em;
    background-position: center;
    background-size: cover;
}

.user > .username {
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    margin-right: 2.5em;
}

.user > * {
    vertical-align: middle;
}

.header .user:hover::after {
    filter: none;
    background-color: #fff !important;
}

.header .components > .label {
    font-family: 'montserratblack';
    color: #5448e6;
    background: #fff;
    padding: 0.5em 1em 0.4em;
    border-radius: 0.5em;
}

.notification-icon {
    position: relative;
    border-radius: 5em;
    width: 2.4em;
    height: 2.4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 3px;
}

.vcenter {
    width: 100%;
    text-align: center;
}

.notification-icon .badge {
    position: absolute;
    right: -0.2em;
    top: -0.1em;
    background: #ffffa8;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    border-radius: 2em;
    font-family: montserratblack;
    padding-top: .1em;
    box-sizing: border-box;
    color: #c00;
}

.notification-icon:hover {
    background: #3A31AE;
}

.popup {
    display: none;
}

.header .popup {
    position: fixed;
    right: 1em;
    top: 5em;
    background: #5448e6;
    color: #fff;
    padding: 5px;
    max-width: 90%;
    border-radius: 1em;
}

    .header .popup.active {
        display: block;
    }

    .header .popup > .title {
        font-size: .9em;
        margin-bottom: 0.5em;
        margin-left: 10px;
        margin-top: 4px;
    }

    .header .popup ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 30em;
        overflow: auto;
        display: block;
    }

    .header .popup .nav-submenu-item .nav-submenu-link {
        color: #000 !important;
    }

    .header .popup ul > li > a > .icon {
        background-color: #fff;
        border-radius: 5em;
        /* border: 6px solid #fff; */
    }

    .header .popup .nocircled .icon {
        background-color: transparent !important;
        border: 0px !important;
        margin: -0.1em -0.3em 0 0;
    }

    .header .popup ul > li > a {
        color: #fff;
        font-family: 'montserratregular';
        border-radius: 10px;
        position: relative;
        display: block;
    }

        .header .popup ul > li > a:hover {
            background: #7d73f5;
        }

        .header .popup ul > li > a > span {
            max-width: 20em;
        }

    .header .popup a.dismiss {
        background: #fff;
        font-family: 'montserratregular';
        font-size: .7em;
        padding: 0.2em 0.8em;
        border-radius: 1em;
        position: absolute;
        right: 1em;
        top: .6em;
    }

.popup.empty ul::before {
    content: 'No notification is available at this moment';
    font-style: italic;
    margin-top: 1em;
    display: block;
    opacity: 0.7;
}

.popup.empty a.dismiss {
    display: none;
}

.header.withmenu > nav {
    position: fixed;
    right: 1em;
    top: 8em;
    padding: 2em;
    border-radius: 1em;
    background: #5448e6;
    padding-top: 150px;
    width: 95%;
    box-sizing: border-box;
}

    .header.withmenu > nav ul > li {
        display: block;
        min-width: 100px;
    }

        .header.withmenu > nav ul > li > a {
            padding: 0.5em 0;
            display: block;
        }

.header.withmenu .components {
    position: fixed;
    top: 9em;
    right: 2.5em;
    text-align: right;
}

.header.withmenu > nav ul {
    margin: 0;
    text-align: right;
    display: block;
}

.withmenu.header .user::after {
    display: none;
}

.withmenu .username {
    margin-right: 1.5em;
}

.header.withmenu .components > .label {
    display: inline-block;
}

.header.withmenu .components .userblock {
    display: block;
    margin-top: 10px;
}

    .header.withmenu .components .userblock .user.popup-toggle {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

        .header.withmenu .components .userblock .user.popup-toggle .userpic {
            width: 40px;
            height: 40px;
        }

    .header.withmenu .components .userblock .user-menu.popup {
        display: block !important;
        position: relative;
        top: 8px;
        border: 1px solid #fff;
        right: 0;
        padding: 0;
        white-space: nowrap;
        max-width: unset;
        box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    }

        .header.withmenu .components .userblock .user-menu.popup li {
            display: inline-block;
        }

            .header.withmenu .components .userblock .user-menu.popup li a {
                margin: 0;
            }

.header.withmenu > nav::before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    height: 140px;
    background: #4039a0;
    border-radius: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.popup-toggle {
    cursor: pointer;
}

body.page {
    display: flex;
    flex-direction: column;
}

    body.page > .pagebody {
        flex-grow: 1;
        overflow: auto;
        background: #f8f8fa;
    }

.pagebody > .footer {
    margin: 1% 3%;
    /* font-size: 1rem; */
}

.pagebody p {
    font-size: 1.4em;
}

body body {
    font-size: 1em;
}

body.page > .pagebody .pagetitle {
    background: #fff;
    margin: 0;
    padding: 1.3% 3%;
    /*  font-size: 2em;*/
    font-family: 'montserratbold';
    min-height: 1em;
}

.pagetitle .highlight {
    color: #5448e6;
}

.pagecontent {
    padding: 1.3% 3%;
    font-size: 14px;
}

    .pagecontent .form p {
        line-height: 1.4em;
    }

    .pagecontent .form ol,
    .pagecontent .form ul {
        margin-left: 1em;
        padding-left: 0em;
        line-height: 1.4em;
    }

div#pwa-install-prompt {
    position: fixed !important;
    bottom: 1em !important;
    right: 1em !important;
    left: auto !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-size: 1rem !important;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.9);
    max-width: 92%;
}

    div#pwa-install-prompt > button:first-child {
        margin-left: 10px !important;
    }

ul.title-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.title-buttons > li {
        display: inline-block;
        border-right: 1px solid #ccc;
        margin-right: 1.2em;
        line-height: 1em;
    }

        ul.title-buttons > li::before,
        nav ul li::before {
            display: none;
        }

        ul.title-buttons > li:last-child {
            border-right: 0;
        }

        ul.title-buttons > li > a {
            display: block;
            padding-right: 1em;
        }

            ul.title-buttons > li > a > * {
                display: inline-block;
                vertical-align: middle;
                margin-right: .4em;
                font-size: 0.7em;
                color: #333;
                font-family: 'montserratregular';
            }

            ul.title-buttons > li > a:hover > * {
                color: #5449e6;
            }

.dropdown > a {
    display: block;
    padding-right: 1em;
}

    .dropdown > a > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: .4em;
        font-size: 0.7em;
        color: #333;
        font-family: 'montserratregular';
    }

.dropdown-menu > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: .4em;
    font-size: 1em;
    color: #333;
    font-family: 'montserratregular';
}

.pagetitle .subtitle {
    float: left;
    margin-right: 1em;
    position: relative;
}

.subtitle.separator::after {
    content: '';
    display: block;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: -0.5em;
    bottom: -0.5em;
}

.subtitle.separator {
    padding-right: 1em;
}
/*#endregion PAGES */
/*#region GRID */

.form-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    clear: both;
    margin: 1em -1em 0;
}

    .form-row .col {
        flex-grow: 1;
        margin: 1em;
        flex-basis: 0;
    }
    /*
.form-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    clear: both;
    margin-top: 1%;
}
.form-row .col {
    flex-grow: 1;
    margin: 1%;
    flex-basis: 0;
}
*/

    .form-row.boxed-content > .col,
    .boxed {
        background: #fff;
        padding: 1em;
        border-radius: 0.5em;
        box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.6);
    }

.boxed {
    margin-bottom: 1%;
}

.form-row.boxed-content > .col:empty,
.form-row.boxed-content > .col.empty {
    box-shadow: none;
    background: transparent;
}

.boxed .form-row.fixmargin + .form-row.fixmargin,
.boxed .form-row.fixmargin + .form-row.fixmargin > .col,
.boxed .form-row.fixmargin + .form-row.fixmargin > .col > .form-row {
    margin-top: 0;
    margin-bottom: 0.6%;
}

.form-row.fixmargin {
    margin: 1% -1% 0;
}

    .form-row.fixmargin > .col {
        padding: 0 2% 0;
    }

    .form-row.fixmargin label {
        width: 140px;
        flex-grow: 1;
        /*padding-right: 1%;*/
        box-sizing: border-box;
    }

    .form-row.fixmargin .input,
    .form-row.fixmargin .value {
        flex-grow: 500;
        width: auto;
        word-break: break-word;
    }

.form-row.boxed-content.fixmargin > .col {
    padding: 1.7% 2% 2%;
}

.form-row.fixmargin .form-row {
    margin-bottom: 2%;
}

.form-row .col.col-1 {
    flex-grow: 1;
}

.form-row .col.col-2 {
    flex-grow: 2;
}

.form-row .col.col-3 {
    flex-grow: 3;
}

.form-row .col.col-4 {
    flex-grow: 4;
}

.form-row .col.col-5 {
    flex-grow: 5;
}

.form-row .col.col-6 {
    flex-grow: 6;
}

.form-row .col.col-7 {
    flex-grow: 7;
}

.form-row .col.col-8 {
    flex-grow: 8;
}

.form-row .col.col-9 {
    flex-grow: 9;
}

.form-row .col.col-10 {
    flex-grow: 10;
}

.form-row .col.col-11 {
    flex-grow: 11;
}

.form-row .col.col-12 {
    flex-grow: 12;
}

.form-row > label {
    font-weight: bold;
}

.form-row > label,
.form-row > .value {
    width: 40%;
    font-size: 1.6em;
    padding-top: 1.6em;
}

.form-row > .input,
.form-row > .value {
    width: 60%;
}
/*#endregion GRID */
/*#region FORMS */

.form {
    margin-top: 1em;
}

    .form .input-group {
        position: relative;
        display: block;
    }

    .form .input-group-column {
        position: relative;
    }

        .form .input-group-column .input-column {
            max-width: 400px;
            padding-right: 2%;
            float: left;
            width: 100%;
            position: relative;
            box-sizing: border-box;
            margin-top: 10px;
        }

            .form .input-group-column .input-column > * {
                position: relative;
            }

.input-group-column::after {
    content: '';
    display: block;
    clear: both;
}

.input {
    height: 3.5em;
    position: relative;
    border: 1px solid #5449E6;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}

.custom-input {
    border: 1px solid #5449E6 !important;
    border-radius: 5px;
}

.custom-group {
    align-items: center !important;
}

    .custom-group .custom-input {
        flex: 1;
    }

.input > textarea, .input > input, .input > img, .input > select {
    border-radius: 5px;
}

.input.noborder {
    border: 0;
}

.input.nopad {
    padding-left: 0;
    padding-right: 0;
}

.input > .icon {
    position: absolute;
    left: 1em;
    top: 50%;
    z-index: 2;
    margin-top: -15px;
}

.input input,
.input select,
.input textarea {
    border: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1em;
    box-sizing: border-box;
    font-size: 1.4em;
}

.input .icon + input,
.input .icon + select,
.input .icon + textarea {
    padding-left: 3.3em;
    padding-right: 3.3em;
}

.input input + .icon,
.input select + .icon,
.input textarea + .icon {
    left: auto;
    right: 1em;
}

.input.captcha > img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    display: block;
    border-right: 1px solid #5449e6;
    padding-right: 1.8em;
    background: #fff;
}

.input.captcha > input {
    left: 50%;
    width: 50%;
    padding: 1em 1em 1em 1.8em;
}

.input.captcha > a {
    position: absolute;
    background-color: #5449e6;
    border-radius: 15px;
    left: 50%;
    margin-left: -15px;
}

.input.checkbox,
.input.radio {
    border: 0;
    height: auto;
    font-size: 1.4em;
    display: inline-block;
}

    .input.checkbox > input,
    .input.radio > input {
        opacity: 0;
    }

    .input.checkbox > span {
        padding-left: 1.5em;
    }

    .input.checkbox > input:focus + span::before {
        border-radius: 30px;
    }

    .input.checkbox > span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
    }

    .input.checkbox > input:disabled + span {
        opacity: 0.5;
    }

.input.box {
    border: 0;
    display: inline-block;
    height: auto;
    font-size: 1.4em;
    padding-left: 0;
    padding-right: 0;
}

.input > input:not(:placeholder-shown),
.input > select.filled,
.input > textarea:not(:placeholder-shown) {
    /* background-color: #edecff; */
    background-color: #fff;
}

select.custom-input, .input > select,
.header .user::after {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAARCAYAAADOk8xKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOnAAADpwBB5RT3QAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xNS8yMBe9Rv0AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABHklEQVQ4ja3U4W2DMBCG4RcWKBtUnSBI3AAeoRuEbJBu0BHSCZqM0AmaAT6pZIOMkEzg/qgjuchgENw/zN09HDYU3nsAzKwGKklnVgwzc8BNUgdQeO8xsyOwDTknSe0KUAWcgU3ct2iapgZ+evmL0AT2iJcSqBI12zD1mhgAZdizyxpoBvuSdC3DhVuKZrAL0EI4NFFBBzwnCkb3dALmJN0AHhMSFl6Be6JocNI5GEQTRg3q0OAp0eDfpBnsDtSSrvFi2c8KH6gjM+kEzPUxSEwYPb0DvpM34QTUGaxLFQ6CAW2Bz8GEmRgkXmkcko7Abga4H8Oy4Ex0F3JHIwtG6MdSbDIY0D1/h6Ufb1MxyByaVJjZO+E3BRwkHebU/wJdWp6UzQbJVgAAAABJRU5ErkJggg==) no-repeat right center;
}

select.custom-input,
.input > select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-position-x: 94%;
    background-size: 10px;
}

    .input > select::-ms-expand {
        display: none;
    }

.input > .input.checkbox,
.input > .input.radio {
    margin-top: 1.3em;
}

.input > .label.radio {
    margin-left: 1em;
    margin-top: .6em;
}

.input-column > * {
    vertical-align: middle;
}

.btn {
    font-size: 14px;
}

    .btn.large,
    .link.large {
        min-width: 200px;
    }

.buttons.justify-content-end > .btn,
.buttons.justify-content-end > .link,
.buttons.justify-content-md-end > .btn,
.buttons.justify-content-md-end > .link,
.buttons.justify-content-lg-end > .btn,
.buttons.justify-content-lg-end > .link {
    margin: 0 0 0.3em 1em !important;
}

.btn,
.buttons > .link {
    margin: 0 1em 0 0;
    box-sizing: border-box;
    border: 1px solid #5449E6;
    border-radius: 10px;
    font-weight: bold;
    background: #5449E6;
    color: #fff;
    min-width: 120px;
    min-height: 48px;
}

    .btn.danger {
        background: #900;
        border: 1px solid #900;
    }

        .btn.danger:hover {
            background: #fff;
            border: 1px solid #900;
            color: #900;
        }

    .btn.cancel {
        background: #8D8D8D;
        border: 1px solid #8D8D8D;
    }

        .btn.cancel:hover {
            background: #fff;
            border: 1px solid #8D8D8D;
            color: #8D8D8D;
        }

    .btn.pending {
        background: #19B7BC;
        border: 1px solid #19B7BC;
    }

        .btn.pending:hover {
            background: #fff;
            border: 1px solid #19B7BC;
            color: #19B7BC;
        }

    .btn.reassign {
        background: #F28304;
        border: 1px solid #F28304;
    }

        .btn.reassign:hover {
            background: #fff;
            border: 1px solid #F28304;
            color: #F28304;
        }

    .btn.resume {
        background: #fff;
        border: 1px solid #19B7BC;
        color: #19B7BC;
    }

        .btn.resume:hover {
            background: #19B7BC;
            border: 1px solid #19B7BC;
            color: #fff;
        }

    .btn.dark {
        background: #505050;
        border: 1px solid #505050;
    }

        .btn.dark:hover {
            background: #fff;
            border: 1px solid #505050;
            color: #505050;
        }

    .btn.wide {
        padding-left: 3em;
        padding-right: 3em;
    }

    .btn.outline {
        background: #fff;
        color: #5449E6;
    }

    .btn:disabled {
        background: #D4D4D4 !important;
        color: #8D8D8D;
        border: 0 !important;
    }

    .btn > * {
        display: inline-block;
    }

.buttons::after {
    content: '';
    display: block;
    clear: both;
}

.buttons > * {
    vertical-align: middle;
}

.buttons::before {
    content: '';
    width: 1px;
    height: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: -1px;
}

.input.searchbox {
    float: right;
    width: 300px;
    font-size: .5em;
    height: 4em;
    margin-top: -0.8em;
    border-radius: 6px;
    overflow: hidden;
    border-color: #EDECFF;
}

    .input.searchbox > input {
        padding: 0 1em;
        line-height: 1em;
        background: #EDECFF;
    }

.input-label {
    font-size: 1.6em;
    margin: 0 0 0.5em;
}

.input.disabled {
    border: 1px solid #ccc;
}

    .input > input:disabled,
    .input.disabled > input {
        background: #e9ecef;
    }

.buttons {
    display: flex;
    flex-wrap: wrap;
}

    .buttons > .btn,
    .buttons > .link {
        height: 4em;
        width: 140px;
    }

    .buttons > .link {
        border-color: #5449e6;
        text-decoration: none !important;
        background: transparent;
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 8px;
    }

        .buttons > .link:hover > .icon + span {
            color: #fff;
        }

        .buttons > .link:hover > .icon {
            filter: invert(1) brightness(1.5);
        }

.btn:hover {
    background-color: transparent;
    color: #5449e6;
}

.buttons > .link:hover {
    border-color: transparent;
    background: #5449e6;
}

/* mfa page style after login success */
.buttons > .reset-password-cancel-link {
    color: #5449e6;
}

.buttons > .reset-password-cancel-link > span {
    color: #5449e6;
}

.buttons > .reset-password-cancel-link:hover > span {
    color: #fff;
}

.mfa-setup-shell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 24px 12px;
    box-sizing: border-box;
}

.mfa-setup-layout,
.mfa-setup-card {
    max-width: 500px;
}

.mfa-setup-card-body {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
}

.mfa-setup-title {
    margin: 0 0 24px;
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
    font-size: 1.5em;
}

.mfa-setup-content {
    width: 100%;
}

.mfa-setup-content-center {
    text-align: center;
}

.mfa-setup-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.mfa-setup-method-btn,
.mfa-setup-action-btn {
    width: 100%;
}

.mfa-setup-method-btn-outline:hover {
    background: #5449E6;
    color: #fff;
}

.mfa-setup-code-wrap {
    margin-top: 16px;
}

.mfa-setup-action-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    width: 100%;
}

.mfa-setup-action-row > * {
    flex: 1 1 0;
}

.mfa-setup-action-row > .mfa-setup-action-btn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.buttons.mfa-setup-back-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
    width: 100%;
}

.buttons.mfa-setup-back-row::before,
.buttons.mfa-setup-back-row::after {
    display: none;
}

.buttons > .mfa-setup-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0 1em;
    margin-right: 0;
    line-height: normal;
    background: #fff;
    color: #5449E6;
    border: 1px solid #5449E6;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all .5s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.buttons > .mfa-setup-back-btn:hover {
    background: #5449E6;
    color: #fff;
}

.buttons > .mfa-setup-back-btn:hover > span {
    color: #fff;
}

.buttons > .mfa-setup-back-btn:hover > .icon {
    filter: invert(1) brightness(1.5);
}

.buttons > .mfa-setup-back-btn > .icon + span {
    display: inline-block;
    margin-left: 0.35rem;
    color: #5449e6;
}

.buttons > .mfa-setup-back-btn:hover > .icon + span {
    color: #fff;
}

.mfa-setup-qr {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.mfa-setup-yubikey-image {
    max-width: 180px;
    width: 100%;
    height: auto;
}
/* end of mfa after login success page */

.input-column.pull-right > .buttons {
    float: right;
}

.input-column.pull-right {
    max-width: none !important;
}

.input-column .table-block {
    font-size: 2em;
}

.input.textarea {
    height: auto;
    padding: 0;
}

    .input.textarea > textarea {
        min-height: 7em;
        position: relative;
        display: block;
        resize: vertical;
    }

.input-list {
    flex-grow: 1;
    width: 60%;
    display: block;
}

    .input-list > .input {
        margin-bottom: 1em;
    }

.input.filled > .item {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #edecff;
    padding: 1em;
}

    .input.filled > .item > i.filetype {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0.8em;
        top: 0.8em;
    }

    .input.filled > .item > span {
        display: block;
        margin: 0 2em;
        padding-top: 0.3em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .input.filled > .item > .btnremove {
        position: absolute;
        right: 0.5em;
        top: 0.9em;
        background: #f00;
        text-align: center;
        border-radius: 1em;
        display: block;
        width: 1.7em;
        height: 1.7em;
        box-sizing: border-box;
        padding-left: 0;
        cursor: pointer;
    }

        .input.filled > .item > .btnremove > i {
            display: inline-block;
        }

.input.file::before {
    content: 'Choose file';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #5448e6;
    padding: 1em;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
}

.input.file.disabled::before {
    background: #505050;
}

.input.file {
    border: 0;
}

    .input.file > input {
        opacity: 0;
        cursor: pointer;
    }

    .input.file.filled::before {
        display: none;
    }

.form-text {
    font-size: 1.6em;
    line-height: 1.5em;
}

button.btn.info {
    background: #46DEE3;
    border: 1px solid #46DEE3;
}

button.btn.warning {
    background: #F28304;
    border: 1px solid #F28304;
}

button.btn.danger {
    background: #FF3D3D;
    border: 1px solid #FF3D3D;
}

.autocomplete-container {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border: 1px solid #5449e6;
}

    .autocomplete-items > div {
        padding: 1em;
        min-width: 20em;
    }

        .autocomplete-items > div:hover {
            background: #5449e6;
            color: #fff;
            cursor: pointer;
        }
/*#endregion FORMS */
/*#region BURGERMENU */

.mobilemenulink {
    transform: scaleX(-1);
    position: fixed;
    right: 2em;
    top: 2em;
    display: none;
}

    .mobilemenulink span {
        display: block;
        width: 30px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

        .mobilemenulink span:first-child {
            transform-origin: 0% 0%;
        }

        .mobilemenulink span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

.withmenu .mobilemenulink > span {
    opacity: 1;
    transform: rotate(-45deg) translate(-3px, -3px);
    background: #fff;
}

    .withmenu .mobilemenulink > span:nth-last-child(3) {
        opacity: 1;
        transform: rotate(45deg);
    }

    .withmenu .mobilemenulink > span:nth-last-child(2) {
        opacity: 0;
    }
/*#endregion BURGERMENU */
/*#region CARDS */

.cardview {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 0 0 1em 0;
    border-radius: 0.5em;
    box-shadow: 0 3px 7px -4px rgba(0, 0, 0, 0.5);
    padding: 1em;
    box-sizing: border-box;
    width: 15em;
}

    .cardview .title {
        position: relative;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: montserratregular;
    }

        .cardview .title > * {
            display: inline-block;
            vertical-align: middle;
        }

        .cardview .title > .icon {
            margin: 0;
            transform: scale(1);
        }

        .cardview .title > a {
            font-family: 'montserratregular';
            font-size: 0.6em;
            margin-top: 0.3em;
            display: block;
        }

.data {
    display: flex;
    flex-direction: row;
    margin-top: 1.3em;
}

    .data .data-item {
        padding-right: 1em;
        font-size: 10px;
        font-family: montserratbold;
        flex-grow: 1;
        display: flex;
    }

        .data .data-item:nth-child(2) {
            border-left: 1px solid #ccc;
            padding-left: 1em;
        }

        .data .data-item > .label {
            width: 5em;
            line-height: 1.4em;
        }

        .data .data-item > .value {
            text-align: right;
            flex-grow: 1;
            font-family: 'Bahnschrift';
            font-size: 2.5em;
        }

.cards.full {
    display: flex;
    margin: 0 -1em;
}

    .cards.full > .cardview {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 1em 0;
    }

    .cards.full > a {
        display: contents;
    }

        .cards.full > a > .cardview {
            flex-grow: 1;
            flex-basis: 0;
            margin: 0 1em 0;
        }
/*#endregion CARDS */
/*#region TABLE */

.table-block .table-inner {
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 3px 7px -4px rgba(0, 0, 0, .5);
}

.table-block .table-user {
    background: #fff;
    border-radius: 0.5em;
}

.table-block .table-title {
    padding: 1em;
    font-weight: bold;
    background: #fff;
    border-radius: .5em .5em 0 0;
    box-shadow: 0 3px 7px -4px rgba(0, 0, 0, .5);
}

.table-title > a.pull-right {
    font-size: 0.6em;
}

    .table-title > a.pull-right > span {
        padding-left: 0.6em;
    }

.table-block .table-scroller {
    overflow: auto;
}

    .table-block .table-scroller table {
        width: 100%;
        border-collapse: collapse;
    }

        .table-block .table-scroller table th {
            background: #5448e6;
            color: #fff;
            font-size: 0.7em;
            padding: 1.3em 4em 1.3em 1em;
            text-align: left;
            position: relative;
        }

            .table-block .table-scroller table th::after {
                position: absolute;
                right: 0px;
                content: '';
                border-right: 1px solid rgba(255, 255, 255, 0.2);
                top: 0.5em;
                bottom: 0.5em;
            }

            .table-block .table-scroller table th.action,
            .table-block .table-scroller table td.action {
                padding-right: 1em !important;
            }

        .table-block .table-scroller table td {
            padding: 0.5em 1em;
            padding-right: 4em;
            text-align: left;
            font-size: 0.7em;
        }
/*        .table-block .table-scroller table thead {
            box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.9);
        }*/

.table-block .table-paging {
    text-align: center;
    padding: 1em;
}

.table-block .paging-items a {
    font-family: montserratregular;
    color: #000;
    font-size: 0.7em;
    display: inline-block;
    padding: 0.6em 0.7em 0.5em;
    font-weight: bold;
}

    .table-block .paging-items a.active {
        background: #5448e6;
        color: #fff;
        border-radius: 0.5em;
    }

.table-block th .header-control {
    position: absolute;
    right: 0;
    margin-top: -0.2em;
    margin-right: 0.2em;
    top: 1em;
}

    .table-block th .header-control > * {
        vertical-align: middle;
    }

.table-block th .circle-sm {
    background: #fff;
}

.table-block td input.btn {
    font-size: 0.8em;
    padding: 0.5em 1em;
    height: auto;
    width: auto;
    min-width: auto;
    border-radius: 0.8em;
}

div.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    font-size: 0.8em;
    padding: 1em 1em 0.3em 1em;
}

.dataTables_info,
.dataTables_paginate {
    margin: 1em 0;
}

    .dataTables_paginate a.paginate_button.current.current {
        background: #5448e6 !important;
        border: 0 !important;
        border-radius: 0.5em !important;
        color: #fff !important;
    }

.table-block select,
.table-block input {
    padding: 0.3em 1em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    /*margin: 0.1em 0.3em;*/
    border-radius: 0.3em;
}

button.dt-button {
    background: #5448e6;
    border: 0;
    border-radius: 0.6em;
    color: #fff;
    font-size: 0.8rem;
    line-height: .7rem;
    padding: 1em;
    position: relative;
}

.dt-buttons {
    padding: 1em 1em 0.7em;
}

button.dt-button.buttons-collection::after {
    content: '\203A';
    transform: rotate(90deg);
    display: inline-block;
}

button.dt-button.buttons-collection > span {
    padding-right: 0.6em;
}

.dataTables_filter {
    padding: 1em;
}

    .dataTables_filter input {
        border: 1px solid #5448e6;
        padding: 0.65em 1em;
        border-radius: 0.3em;
        font-size: 0.8em;
    }

    .dataTables_filter label {
        margin-bottom: 0;
        vertical-align: middle;
    }

.dataTables_info {
    padding: 2em !important;
}

.dataTables_paginate {
    padding: 1em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    border: 0;
}

table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc::before {
    background-image: url(../img/iconpack.png);
    background-size: 300px 300px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    content: '';
    position: absolute;
    right: 0.2em;
    top: 0.8em;
    transform: scale(.6);
}

table.dataTable thead .sorting_asc::before {
    background-position: -120px -30px !important;
}

table.dataTable thead .sorting_desc::before {
    background-position: -90px -30px !important;
}

table.dataTable thead th::after {
    position: absolute;
    right: 0;
    top: 1em;
    bottom: 1em;
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

table.dataTable thead th:last-child::after {
    display: none;
}

td .circle-sm {
    margin: 0 0.4em;
}

    td .circle-sm:hover {
        /*margin: -0.2em 0.2em;*/
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    border-radius: 0.4em;
}

.dataTables_wrapper button.dt-button:hover {
    border: 0;
    color: #5448e6;
}

.dt-button-collection {
    background: #5448e6 !important;
}

    .dt-button-collection .dt-button {
        border-radius: 0.4em !important;
    }

.table-title .tabbuttons {
    display: inline-block;
    margin: 0 1em;
    position: relative;
}

    .table-title .tabbuttons a.tabbutton {
        font-family: montserratbold !important;
        position: relative;
        color: #999;
        padding-right: 1em;
    }

        .table-title .tabbuttons a.tabbutton.active {
            color: #5449e6;
        }

            .table-title .tabbuttons a.tabbutton.active::before {
                content: '';
                position: absolute;
                left: 0;
                right: 1em;
                top: -1em;
                border-top: 3px solid #5449e6;
            }

a.tabbutton {
    cursor: pointer;
}

.pagecontent .form table td,
.pagecontent .form table th {
    font-size: 1.5em;
}

.table-scroller thead > tr:first-child > th:first-child {
    border-radius: 0.5em 0 0 0;
}

.table-scroller thead > tr:first-child > th:last-child {
    border-radius: 0 0.5em 0 0;
}

.table-title + .table-scroller thead > tr:first-child > th:first-child,
.table-title + .table-scroller thead > tr:first-child > th:last-child {
    border-radius: 0;
}

.col-action {
    padding-right: 1em !important;
    text-align: right !important;
}

.dialog .table-block .table-scroller table td,
.dialog .table-block .table-scroller table th {
    font-size: 1.5em;
}
/*#endregion TABLE */
/*#region DIALOG */

.dialog-layer {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 100;
}

.dialog {
    position: fixed;
    display: inline-block;
    padding: 2em;
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.9);
    display: none;
    margin: 1em;
    top: 50%;
    left: 50%;
    z-index: 101;
}

.dialog-buttons {
    margin-top: 4em;
}

    .dialog-buttons .btn,
    .dialog-buttons .buttons::before {
        height: 40px;
    }

div#components-reconnect-modal > button {
    font-size: 1.6em;
    background: #5449e6;
    color: #fff;
    padding: 0.7em 1.5em;
    border-radius: 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.9);
}

div#components-reconnect-modal > h5 {
    max-width: 500px;
    margin: 2% auto;
}

.dialog-body.texts {
    font-size: 1.7em;
    line-height: 1.3em;
}

    .dialog-body.texts label {
        font-size: 0.8em;
    }

    .dialog-body.texts .value {
        font-weight: bold;
        color: #5449e6;
    }

    .dialog-body.texts .notes {
        font-weight: bold;
    }

.dialog-title {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 1em;
}

.form.form-container .input-group-column h2 {
    font-size: 0.9rem;
    margin: 0px 0 10px;
}

.dataTable tr td:last-child {
    white-space: nowrap;
    padding-right: 10px;
}

.dt-buttons {
    padding: 10px 10px 0 10px;
}

.dataTables_filter {
    padding: 10px;
}

.table-block .table-scroller table th {
    font-size: .8rem;
    padding: 5px;
    text-align: left;
    position: relative;
}

.table-block .table-scroller table td {
    padding: 2px 5px 0px 5px;
    text-align: left;
    font-size: .7rem;
}

body.page > .pagebody > .pagetitle {
    margin: 0;
    padding: 10px 3%;
    /*    font-size: 2em;*/
    font-family: montserratbold;
    min-height: 1em;
}

body.page > .pagebody > div > .pagetitle {
    margin: 0;
    padding: 10px 3%;
    font-size: 2em;
    font-family: montserratbold;
    min-height: 1em;
}

table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
    background-image: url(../img/iconpack.png);
    background-size: 300px 300px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: -90px -30px;
    position: absolute;
    right: .2em;
    top: -.1em;
    transform: scale(.6);
}

.required {
    color: red;
    font-style: normal;
}

.login {
    font-size: 16px !important;
}

.captcha {
    padding: 1em 1em 1em 1.2em !important;
}

.highlight {
    color: #5449e6;
}
/*#endregion DIALOG */
/*#region custom*/

body.page.login {
    background: #f4f3ff;
}

.login-box {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    background: #fff;
}

    .login-box > .bglogin {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        right: 0;
        max-height: 100%;
        border-radius: 0 10px 10px 0;
    }

    .login-box .footer {
        margin: 3% 0 0;
    }

.page-ornaments {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .page-ornaments .topleft {
        background: transparent url(../img/ornament-topleft.png) no-repeat top left;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        height: 250px;
    }

    .page-ornaments .bottomright {
        background: transparent url(../img/ornament-bottomright.png) no-repeat bottom right;
        background-size: contain;
        position: absolute;
        width: 150px;
        height: 150px;
        right: 0;
        bottom: 0;
    }

.custom-container {
    display: none;
}

.custom-container-default {
    display: block;
}

.custom-container .pagetitle {
    padding: .65% 1.5% !important;
}

.userblock {
    font-size: 1.2em !important;
}

.notif-container {
    padding-left: 10px !important;
}

.header .components .userblock .user-menu.popup {
    z-index: 2000;
    padding: 1em 2em 1em 1.5em;
    top: 6em;
}

.input.login {
    height: 3em;
}

.attachment-container {
    text-align: center;
    border-radius: 8px;
    background: #5f5f5f5f;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    height: 100%;
    max-height: 260px;
}

    .attachment-container .attachment-review {
        height: 80%;
        width: auto;
    }

    .attachment-container .input {
        height: 20%;
        width: 100%;
    }

    .attachment-container.resolved {
        height: 280px;
    }

        .attachment-container.resolved .attachment-review {
            height: 160px;
            width: auto;
        }

        .attachment-container.resolved .input {
            height: 80px;
            width: 100%;
        }

.blazored-typeahead {
    border-radius: 5px;
}

.pagetitle .form-container {
    display: flex !important;
    align-items: center !important;
    position: relative;
    top: 0;
    z-index: 4;
    background: #fff;
    width: 100% !important;
}

td.rz-datatable-emptymessage {
    padding: 10px !important;
}

.input.checkbox > span::before,
.input.radio > span::before {
    left: -0.2em;
    transform: scale(0.7);
}

textarea.form-control {
    min-height: 80px;
}

#float {
    position: fixed;
    top: 3em;
    right: 2em;
    z-index: 100;
}

.text-break {
    white-space: pre;
}

a {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.table-top-left-text table tbody tr td {
    vertical-align: text-top;
}

.nopad {
    padding: 0px !important;
}

.top-table > .rz-calendar .rz-inputtext {
    padding-right: calc(0.1rem + var(--rz-datepicker-trigger-icon-width)) !important;
}

.card-chart .col {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    padding-right: 0px;
}

.card-chart .title {
    margin-right: 1em;
    margin-top: 0px;
    margin-bottom: 5px;
    flex-basis: 0;
    width: 2em !important;
}

.card-chart a {
    font-family: 'montserratregular';
}

.card-chart .rz-progressbar {
    background-color: #ADADAD;
}

.progress-chart .rz-progressbar-value:after {
    background-color: #cccccc !important;
}

.progress-chart .rz-progressbar-value:before {
    background-color: #cccccc !important;
}

.progress-chart-primary, .progress-chart-primary .rz-progressbar-value {
    background-color: #6613FF !important;
}

.progress-chart-secondary, .progress-chart-secondary .rz-progressbar-value {
    background-color: #ADADAD !important;
}

.progress-chart-success, .progress-chart-success .rz-progressbar-value {
    background-color: rgba(50, 200, 0, 0.9) !important;
}

.progress-chart-danger, .progress-chart-danger .rz-progressbar-value {
    background-color: rgba(230, 20, 10, 10) !important;
}

.progress-chart-warning, .progress-chart-warning .rz-progressbar-value {
    background-color: #FFC002 !important;
}

.progress-chart-info, .progress-chart-info .rz-progressbar-value {
    background-color: #3369FF !important;
}

.progress-chart-dark, .progress-chart-dark .rz-progressbar-value {
    background-color: #000000 !important;
}

.card-chart-donut {
    height: 200px;
}

    .card-chart-donut .rz-legend-right {
        max-height: 200px;
    }

    .card-chart-donut .rz-legend-item-text {
        font-size: 12px;
    }

.rz-cell-filter-content {
    container-type: unset;
    container-name: unset;
}

.header div.anim {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.header > nav.anim {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}

.header div.notifications {
    display: flex !important;
    align-items: center;
}

.header .userblock > div.user {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.default-border {
    border: 1px solid #ced4da !important;
}

/*endregion custom*/
/*#region RESPONSIVE */
@media only screen and (min-width: 1700px) {
    .form .input-group-column .input-column {
        max-width: 460px;
    }
}

@media only screen and (max-width: 1400px) {
    .form-row > .value,
    .form-row > label {
        padding-top: 1.3em;
    }

    .blazored-typeahead__input-icon > svg {
        height: 10px;
        width: 10px;
    }

    .modal .blazored-typeahead__input-icon > svg {
        height: 24px;
        width: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    select.custom-input,
    .input > select {
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        background-position-x: 98%;
        background-size: 10px;
    }

    .header nav {
        max-width: 80em;
        display: none;
    }

    .bgregister {
        opacity: 0.1;
    }

    .mobile-order-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile-center {
        text-align: center;
        margin-top: 5em;
    }

    .title {
        display: block;
        margin-bottom: 0.5em;
    }

    .footer {
        text-align: center;
    }

    .mobilemenulink {
        display: block;
        top: 2em;
    }

    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 98;
    }

        .header nav > input,
        .header nav > .mobilemenulink {
            display: block;
            position: fixed;
            right: 2em;
            top: 2em;
            width: 30px;
            height: 30px;
            margin: 0;
            padding: 0;
        }

        .header.withmenu > nav {
            position: fixed;
            right: 1em;
            top: 7em;
            bottom: 1em;
            overflow: auto;
            border-radius: 1em;
            background: #5448e6;
            width: 95%;
            box-sizing: border-box;
            display: block;
        }

        .header nav ul,
        .header .components > .label,
        .header .userblock {
            /*  display: none;*/
        }

        .header .notification-icon.popup-toggle {
            zoom: 1.3;
        }

        .header .notifications {
            position: fixed !important;
            top: .6em;
            right: 4em;
        }

    .pagebody {
        margin-top: 51px;
    }

    /* .pagebody .pagetitle {
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }*/

    .bglogin {
        opacity: 0.3;
    }

    .mobile {
        display: flex;
    }

    ul.title-buttons {
        margin: 0;
        list-style: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        border: 1px solid #5448e6;
        border-radius: 8px;
        margin-right: 10px;
        z-index: 99;
        top: 30px;
    }

        ul.title-buttons > li {
            display: block;
            border-right: 0;
            margin-right: 1.2em;
            margin-bottom: 0.5em;
        }

    .input.searchbox {
        float: right;
        width: 230px;
        font-size: .5em;
        height: 4em;
        margin-top: auto;
        border-radius: 6px;
        overflow: hidden;
        border-color: #edecff;
    }

    .pagetitle .subtitle {
        float: none;
        clear: both;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        clear: both;
        margin: 10px -10px 0;
    }

        .form-row .col {
            flex-grow: 1;
            margin: 10px;
            flex-basis: 0;
            max-width: calc(100% - 20px);
        }

    .cards.full > .cardview {
        margin: 0 10px 5px;
        height: auto;
    }

        .cards.full > .cardview > .title > span {
            display: block;
            margin-top: 3px;
        }

    .cards.full {
        margin: 0 -10px;
    }

    .header .popup {
        display: none !important;
    }

        .header .popup.active {
            float: none;
            top: 15rem;
            /* left: .8rem; */
            width: 16.5em;
            display: block !important;
            /* height: 22rem;*/
            overflow: auto;
        }

    .header .notification-list.popup.active {
        float: none;
        top: 6rem;
        /* left: .8rem; */
        width: 16.5em;
        display: block !important;
        /*height: 22rem;*/
        overflow: auto;
    }

    .header .popup.active > ul {
        float: none !important;
    }

    .form.form-container .input-group-column h2 {
        margin-top: 20px;
    }

    .header.withmenu .components .userblock .user-menu.popup {
        top: .5em !important;
        right: -.8em;
        padding: 0 1em 0 0;
        top: 7em;
        z-index: 2000;
        padding: 0 1em 0 0;
        top: 7em;
    }

    .header.withmenu nav {
        width: 95%;
    }

    .popup.active {
        padding-right: 1em;
    }

    .header .components > .userblock {
        right: 1em;
        height: auto;
        background: #4039a0;
        padding: 1em;
        border-radius: .8em;
        border: 3px solid #5448e6;
        position: fixed;
        top: 6em;
        margin: 0 !important;
        width: 94%;
    }

    .header.withmenu > nav {
        padding-top: 120px;
    }

        .header.withmenu > nav::before {
            display: none;
        }

    nav.anim li a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1200px) {
    .pagetitle {
        margin-top: 10px !important;
    }

    ul.title-buttons {
        top: 40px !important;
        left: 150px !important;
    }
}

@media (max-width: 1024px) {
    .attachment-container {
        max-height: unset;
    }
}

@media (max-width: 860px) {
    .pagetitle {
        margin-top: 10px !important;
        /*        font-size: 21px !important;*/
    }

    ul.title-buttons {
        left: 130px !important;
    }
}

@media (max-width: 768px) {
    .rz-pager-pages {
        grid-column: 1 / 10 !important;
    }

    .rz-dialog:not(.rz-dialog-confirm):not(.rz-dialog-alert) {
        position: absolute;
        width: 100% !important;
        inset-block-start: auto !important;
        border-radius: 0;
    }

    .attachment-container {
        max-height: 200px;
    }

    .rz-dialog-content {
        padding-bottom: 15vh !important;
    }

    .container {
        padding: 0 0 15vh 0 !important;
    }
}

@media (max-width: 600px) {
    .form-container {
        margin: auto 0.25rem !important;
    }

    ul.title-buttons {
        left: 90px !important;
    }
}

@media (max-width: 425px) {
    .buttons > .btn,
    .buttons > .link {
        max-width: none;
        width: 100%;
        margin: 0px;
        height: 3em;
    }

    .buttons.justify-content-end > .btn,
    .buttons.justify-content-end > .link,
    .buttons.justify-content-md-end > .btn,
    .buttons.justify-content-md-end > .link,
    .buttons.justify-content-lg-end > .btn,
    .buttons.justify-content-lg-end > .link {
        margin: 0 0 0.3em 0 !important;
    }
}

@media only screen and (max-width: 375px) {
    .userpic {
        display: none !important;
    }
}

@media only screen and (max-width: 360px) {
    ul.title-buttons {
        left: 10px !important;
    }

    .header .components > .userblock {
        max-width: 21em;
        min-width: auto;
    }
}

/*#endregion RESPONSIVE */
/*#region RETINA-DISPLAY */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    .icon {
        background-image: url(../img/iconpack@2x.png);
    }
}
/*#endregion RETINA-DISPLAY */



@media (min-width: 1660px) {
    .col-xxl-custom-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.app-header .header-actions .userblock.avatar-only .avatar-initial,
.app-header .header-actions .userpic.avatar-initial,
.mobile-avatar-link .userpic.avatar-initial,
.mobile-avatar-link .avatar-initial {
    font-family: 'montserratbold' !important;
}


.mobile-menu-link,
.mobile-accordion-trigger,
.mobile-submenu-link,
.mobile-overlay-title,
.mobile-search-input,
.nav-label {
    font-family: 'montserratregular' !important;
}


/* =========================
   RESPONSIVE DISPLAY
   ========================= */

/*Untuk semua LABEL Input bisa diatur di font Class Body di root*/

/* Subtilte title */
.pagetitle {
    /*default 1.7rem*/
    font-size: var(--font-size-5xl);
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Button Popup Add, Import, Export, List, Trash */
ul.title-buttons > li > a > * {
    /*default 0.7rem*/
    font-size: var(--font-size-3xl);
}

/*Menu Nav*/
.menu-link {
    /*default 16px*/
    font-size: var(--font-size-3xl) !important;
}

/*semua font yang didalam page content yg gak punya class khusus mengatur font-size*/
/*font untuk label pada create tiket*/
.pagecontent {
    /*default 14px*/
    font-size: var(--font-size-xl);
}

/*font untuk title pada create tiket*/
.title {
    /*default 1.25em*/
    font-size: var(--font-size-5xl);
}

/*Font TH pada table datagrid */
.rz-grid-table thead th .rz-column-title {
    /*default .9rem (--default-font-size)*/
    font-size: var(--font-size-xl);
}

/*Font TD pada table datagrid */
table.rz-grid-table span.rz-cell-data {
    /*default .9rem (--default-font-size)*/
    font-size: var(--font-size-xl);
}

/*Font Pagenation table datagrid*/
.rz-pager-summary {
    font-size: var(--font-size-xl);
}

/*Footer Font*/
.footer {
    /*default font-size .8rem*/
    font-size: var(--font-size-lg);
}

/*Home title card*/
.h6 {
    /*default 1rem*/
    font-size: var(--font-size-3xl);
}

/*Home font card tiket, task, company, invoice*/
.data .data-item {
    /*default 10px*/
    font-size: var(--font-size-base);
}

/*Home font card title tiket, task, company, invoice*/
.cardview .title {
    /*default 0.8rem*/
    font-size: var(--font-size-lg);
}

.icon {
    transform: scale(.6);
    /*  margin: -.5em -.5em -.5em -.5em;*/
}

.circle-sm:hover .icon {
    transform: scale(.7);
}

/* <= 1530px */
@media (max-width: 1530px) {

    /* Subtilte title */
    .pagetitle {
        /*default 1.7rem*/
        font-size: var(--font-size-4xl);
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    /* Button Popup Add, Import, Export, List, Trash */
    ul.title-buttons > li > a > * {
        /*default 0.7rem*/
        font-size: var(--font-size-2xl);
    }

    /*Menu Nav*/
    .menu-link {
        /*default 16px*/
        font-size: var(--font-size-lg) !important;
    }

    /*semua font yang didalam page content yg gak punya class khusus mengatur font-size*/
    /*font untuk label pada create tiket*/
    .pagecontent {
        /*default 14px*/
        font-size: var(--font-size-xl);
    }

    /*font untuk title pada create tiket*/
    .title {
        /*default 1.25em*/
        font-size: var(--font-size-5xl);
    }

    /*Font TH pada table datagrid */
    .rz-grid-table thead th .rz-column-title {
        /*default .9rem (--default-font-size)*/
        font-size: var(--font-size-base);
    }

    /*Font TD pada table datagrid */
    table.rz-grid-table span.rz-cell-data {
        /*default .9rem (--default-font-size)*/
        font-size: var(--font-size-base);
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /*Font Pagenation table datagrid*/
    .rz-pager-summary {
        font-size: var(--font-size-base);
    }

    /*Footer Font*/
    .footer {
        /*default font-size .8rem*/
        font-size: var(--font-size-md);
    }
    /*Home title card*/
    .h6 {
        /*default 1rem*/
        font-size: var(--font-size-3xl);
    }
    /*Home font card tiket, task, company, invoice*/
    .data .data-item {
        /*default 10px*/
        font-size: var(--font-size-base);
    }
    /*Home font card title tiket, task, company, invoice*/
    .cardview .title {
        /*default 0.8rem*/
        font-size: var(--font-size-lg);
    }
}

/* <= 1279px */
@media (max-width: 1279px) {

    /* Subtilte title */
    .pagetitle {
        font-size: var(--font-size-3xl);
    }

    /*Menu Nav*/
    .menu-link {
        font-size: var(--font-size-lg) !important;
    }

    /*semua font yang didalam page content yg gak punya class khusus mengatur font-size*/
    /*font untuk label pada create tiket*/
    .pagecontent {
        font-size: var(--font-size-md);
    }

    /*font untuk title pada create tiket*/
    .title {
        font-size: var(--font-size-3xl);
    }

    /*Font TH pada table datagrid */
    .rz-grid-table thead th .rz-column-title {
        font-size: var(--font-size-md);
    }

    /*Font TD pada table datagrid */
    table.rz-grid-table span.rz-cell-data {
        font-size: var(--font-size-md);
    }

    /*Font Pagenation table datagrid*/
    .rz-pager-summary {
        font-size: var(--font-size-md);
    }

    /*Footer Font*/
    .footer {
        font-size: var(--font-size-sm);
    }

    /*Home title card*/
    .h6 {
        font-size: var(--font-size-2xl);
    }

    /*Home font card tiket, task, company, invoice*/
    .data .data-item {
        font-size: var(--font-size-md);
    }

    /*Home font card title tiket, task, company, invoice*/
    .cardview .title {
        font-size: var(--font-size-md);
    }
}

/* <= 1023px */
@media (max-width: 1023px) {

    /* Subtilte title */
    .pagetitle {
        font-size: var(--font-size-2xl);
    }

    /*Menu Nav*/
    .menu-link {
        font-size: var(--font-size-md) !important;
    }

    /*Font TH pada table datagrid */
    .rz-grid-table thead th .rz-column-title {
        font-size: var(--font-size-md);
    }

    /*Font TD pada table datagrid */
    table.rz-grid-table span.rz-cell-data {
        font-size: var(--font-size-md);
    }

    /*Font Pagenation table datagrid*/
    .rz-pager-summary {
        font-size: var(--font-size-md);
    }

    /*semua font yang didalam page content yg gak punya class khusus mengatur font-size*/
    /*font untuk label pada create tiket*/
    .pagecontent {
        font-size: var(--font-size-md);
    }

    /*Footer Font*/
    .footer {
        font-size: var(--font-size-xs);
    }
}

/* <= 767px */
@media (max-width: 768px) {

    /*Menu Nav*/
    .menu-link {
        font-size: var(--font-size-base) !important;
    }

    /*font untuk title pada create tiket*/
    .title {
        font-size: var(--font-size-2xl);
    }
}

/* <= 479px */
@media (max-width: 479px) {
    /* Subtilte title */
    .pagetitle {
        font-size: var(--font-size-4xl);
        margin-bottom: 10px !important;
    }

    /*Home font card title tiket, task, company, invoice*/
    .cardview .title {
        padding-top: 1em;
        font-size: var(--font-size-base);
    }

    /*font untuk title pada create tiket*/
    .title {
        padding-top: 20px;
        font-size: var(--font-size-3xl);
    }
}
