﻿:root {
    --primary: #69BE28;
    --secondary: #002244;
    --secondary-25: rgb(105, 190, 40, 0.25);
    --grey: #f2f3f8;
    --background: rgba(242, 243, 248);
    --lightgrey: #f5f8fa;
    --title-text: #002244;
    --border: rgba(0, 34, 68, 0.2);
    --text: #000000;
    --text-secondary: #FBFDFF;
    --info: #5578eb;
    --success: #1dc9b7;
    --warning: #ffb822;
    --danger: #fd397a;
    --disabled: #b2b8c2;
    --handle: #b2b8c2;
}

html, body {
    font-weight: 400;
    box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 4%) !important;
    -webkit-box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 4%) !important;
    background-color: var(--background);
    overflow: hidden !important;
}

.gshDisplay {
    border-color: #cdaaee;
    opacity: 0%;
    margin-bottom: 6px;
}

.bg {
    background-color: var(--background);
}


#bodyScroll {
    overflow: hidden !important;
}

@media (max-width: 900px) {
    #bodyScroll {
        overflow: auto !important;
    }

    .kt-wrapper {
        display: none !important;
    }
}

#topbar-avatar, #topbar-avatar-mobile {
    -ms-flex-item-align: center;
    align-self: center;
    max-height: 38px;
    border-radius: 50%;
}


.flex {
    display: flex !important;
}

.flex-content {
    flex-basis: content;
}

.btn-primary, .btn-secondary, .btn-light, .btn-brand, .btn-danger, .btn-white {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.btn-light {
    border-color: var(--lightgrey);
    background-color: var(--lightgrey);
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: media-mute-button;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: media-mute-button;
}

input[type="radio"] {
    appearance: none;
    background-color: white;
    color: currentColor;
    width: 2em;
    height: 2em;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    padding-right: 1px;
    padding-bottom: 1px;
}

    input[type="radio"]::before {
        content: "";
        width: 0em;
        height: 0em;
        border-radius: 50%;
        transition: 120ms transform ease-in-out;
        /*box-shadow: inset 1em 1em black;*/
        background-color: black;
    }

    input[type="radio"]:disabled {
        cursor: not-allowed;
    }

    input[type="radio"]:checked::before {
        content: "\f00c";
        font-family: 'FontAwesome';
        font-size: 1rem;
        color: white;
        padding-top: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
        position: relative;
        left: 0%;
        top: 12%;
    }

.zero-z * {
    z-index: 0;
}

.full-z {
    z-index: 99;
}

.center-all * {
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

div.html_info_container {
    box-shadow: 0px 0px 15px 0px rgb(0 34 68 / 25%) !important;
    border: 0.1rem solid #000000 !important;
    border-radius: 0.5rem;
}

    div.html_info_container * {
        align-items: initial !important;
        justify-items: initial !important;
        text-align: initial !important;
        /*margin-top: initial !important;
        margin-bottom: initial !important;*/
    }

.left-all * {
    align-items: flex-start !important;
    justify-items: flex-start !important;
    text-align: left !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}


.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1) !important;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-scroll {
    white-space: nowrap;
    overflow-y: hidden;
    /*text-overflow: ellipsis;*/
}

.mce-content-readonly {
    background-color: #E9EDF0;
    opacity: 0.5;
}

input.form-control {
    text-overflow: ellipsis;
    border: 1px solid #e2e5ec;
}

.form-group {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 0 !important;
}

.kt-error404-v1 {
    color: var(--title-text);
}

.kt-aside-secondary__content-head {
    white-space: nowrap;
}

.kt-aside-secondary .kt-aside-secondary__content .kt-aside-secondary__content-head {
    font-weight: 800 !important;
    padding: 0.25rem 1rem;
    border: none;
    min-height: 3rem;
}

.vis-hide {
    visibility: hidden;
}

@media(min-width: 900px) {
    .kt-hidden-desktop {
        display: none !important;
    }
}

@media(max-width: 900px) {
    .kt-hidden-mobile {
        display: none !important;
    }
}

.kt-grid__item kt-grid__item--fluid kt-aside-secondary__nav-body {
    z-index: 99;
}

.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon:hover, .kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon.active, .btn.btn-secondary.btn-icon:hover:not(.btn-active) {
    background-color: var(--primary) !important;
}

.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon {
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#toast-container > .toast-success {
    background-color: var(--primary);
}

.add-feedback {
    position: relative;
    top: -0.5rem;
    right: 2.5rem;
}

#swal2-html-container {
    white-space: pre-line;
}

.swal2-popup {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .swal2-popup .swal2-title {
        display: block !important;
    }

.swal2-actions {
    flex-direction: column;
    width: 100%;
}

    .swal2-actions.swal2-loading {
        width: auto;
        margin: 0;
    }

.swal2-styled, .swal2-popup .swal2-styled.swal2-confirm, .swal2-styled.swal2-confirm {
    background-color: var(--primary);
    width: 100%;
}

.swal2-input, .swal2-textarea {
    color: var(--text)
}

.kt-hidden, .kt-hide, .kt-hidden *, .kt-hide * {
    display: none !important;
}


.p-b {
    padding-bottom: 1rem !important;
}

.btn-min {
    min-height: 35px;
}

.gap-c {
    column-gap: 1rem;
}

.gap-p {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.gap-m {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.gap-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

div.html_info_container span.gap-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-b {
    margin-bottom: 1rem !important;
}

div.modal .m-b {
    margin-bottom: 0 !important;
}

.abs, .absolute {
    position: absolute;
}

.rel, .relative {
    position: relative;
}

.mw-100 {
    max-width: 100%;
}

.w-inherit {
    width: inherit;
}

.w-min {
    width: min-content;
}

.w-card {
    width: 24% !important;
}

.w-full {
    width: 100% !important;
}

.w-half {
    width: 50% !important;
}

.h-full {
    height: 100% !important;
}

.h-half {
    height: 50% !important;
}

.j-center {
    justify-content: center;
}

.j-end {
    justify-content: flex-end;
}

.portlet-body {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.mr-0 {
    margin-right: 0 !important;
}

.ps__rail-x, .ps__rail-y {
    z-index: 99;
}

.ps__thumb-x {
    background: rgba(1, 1, 1, 0.2) !important;
    height: 8px !important;
}

.ps__thumb-y {
    background: rgba(1, 1, 1, 0.2) !important;
    width: 8px !important;
}

    .ps__thumb-x:hover, .ps__thumb-y:hover {
        background: rgba(1, 1, 1, 0.5) !important;
        cursor: grab;
    }

.kt-wrapper {
    height: 100%
}

.gsfBackground {
    border-color: #b6ec9c;
    font-size: 14px;
    margin-bottom: 11px;
}

.w-full {
    width: 100% !important;
}

/*.flex {
    flex: 1 1 0 !important;
    display: flex !important;
}*/

.flex-even {
    flex: 1 1 0 !important;
}

.flex-col {
    flex-direction: column !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex-row {
    flex-direction: row !important;
}

.flex-dyn {
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-space {
    justify-content: space-between !important;
}

div.left {
    float: left;
    width: 70%;
    overflow: hidden;
    padding-top: 10px;
    position: absolute
}

div.right {
    float: right;
    width: 25%;
    overflow: auto;
    height: 100vh;
    overflow-x: hidden;
}

/*img {
    max-width: 100%;
    height: auto;
}
*/
.parallel-modal > * {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    justify-content: space-between;
}


.self-start {
    align-self: flex-start;
    min-height: 2rem;
}

.self-center, .parallel-modal > .split-layout__item > h6 {
    align-self: center;
}

preview-img {
    max-width: 150px;
}


.avatar-company {
    max-width: 40px !important;
    height: 30px !important;
    object-fit: contain;
    margin-right: 1rem;
}

.avatar {
    position: relative !important;
    width: 30px !important;
    height: 35px !important;
}

    .avatar, .avatar img {
        border-radius: 50% !important;
    }

.small {
    font-size: 15px
}

p {
    margin: 0;
}

div.custom-flex-item {
    min-width: 430px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 12px !important;
}

@media only screen and (max-width: 537.5px) {
    div.left {
        width: 100%;
        float: none;
    }

    div.custom-flex-item {
        width: 80vw;
        min-width: 80vw;
        height: auto;
        margin: 0;
        display: block;
    }

    div.right {
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
        overflow: auto;
    }

    .logon-img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 900px) {
    .logon-img {
        width: 450px;
        height: 120px;
    }
}

.highlight {
    background-color: yellow;
}

.pointer {
    cursor: pointer;
}

.grabrecord {
    display: flex;
    justify-content: space-between;
}

    .grabrecord:hover {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .grabrecord.grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

.p-activity {
    clear: both;
    border-top: 1px dashed #d4d4d4;
    list-style: decimal outside;
    font-weight: normal;
    color: #333
}

    .p-activity:first-child {
        border-top: none
    }

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
        color: #000;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
        color: #000;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
        color: #000;
    }
}


.btn:not(.btn-xsm):not(.btn-action) {
    white-space: nowrap;
    font-size: 1rem !important;
    font-weight: 400 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-wrap {
    white-space: inherit !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.break-word {
    word-break: break-word;
}

.ws-break {
    white-space: break-spaces;
}

.ws-prel {
    white-space: pre-line;
}

.nopad {
    padding: 0 !important;
}

.btn:not(.btn-primary):not(.btn-secondary):not(.btn-brand):not(.btn-dark):not(.btn-danger) {
    color: unset;
}

.btn.btn-secondary.btn-action:focus:not(.btn-active) {
    color: #4F5D74;
    background-color: #FFF !important;
}

.btn-icon {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-dark {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-glow {
    animation: glowing 1300ms infinite;
}

.btn-model-add {
    width: 315px;
    margin-left: 40px;
    margin-top: 5px;
}

.btn-model-add-sm {
    width: 150px;
    margin-left: 40px;
    margin-top: 5px;
}

.selection-container {
    position: relative;
    height: 10px;
    width: auto;
    /*for contain our absoulte select tag */
}

    .selection-container select {
        position: absolute;
        /*for put our list on other tag */
    }

.dropdown-menu.dropdown-menu-md {
    width: unset;
    min-width: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tooltip {
    z-index: 2001;
    pointer-events: none;
}

.pt-none {
    pointer-events: none;
}

.card-header {
    padding: 0.75rem;
}

/*.card-note * {
    display: inline;
}*/

.card-activity .card-body {
    padding: 0.75rem; /*0.75rem 0.75rem 1.25rem;*/
}

/*.btn-parent:not(.dropdown-menu-item) .btn {*/
/*width:min-content;*/
/*min-height: 37.88px;
}*/

.btn-parent, .card-header:first-child {
    border-radius: 0.3rem !important;
}

    .btn-parent a[data-toggle="tab"]:hover {
        background-color: var(--grey) !important;
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: all !important;
    cursor: default !important;
}

a[tabindex="-1"]:not(.jstree-anchor):hover {
    cursor: default !important;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding: 20px;
}

.dropdown-item {
    display: flex;
    flex-direction: row
}

    .dropdown-item > i {
        display: flex;
        margin: 5px;
    }

    .dropdown-item > span {
        display: flex;
        margin: 5px;
        text-align: right
    }

/*body[class*="kt-aside-secondary--expanded"], .kt_preview_portlets {
    max-width: calc(100vw - 510px)
}*/
.kt-portlet__head.kt-portlet__head--lg {
    overflow: inherit;
}

/*.kt_preview_portlets {
    max-width: calc(100vw - 510px)
}*/

.kt-form__actions {
    display: flex;
    flex-direction: row;
}

    .kt-form__actions > .kt-align-left {
        display: flex;
        width: 50%;
        align-items: flex-start;
    }

    .kt-form__actions > .kt-align-right {
        display: flex;
        width: 50%;
        align-items: flex-end;
    }

.add-node-sidebar {
    transition: all .15s ease-in-out;
}

    .add-node-sidebar:hover {
        transform: scale(1.5)
    }

.card-activity {
    min-width: unset !important;
    /*margin-top: 0.1rem !important;*/
    /*margin-bottom: 0.1rem !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 70% !important;*/
}

.card-activity__map {
    max-width: 75% !important;
}

.kt-portlet__divider {
    margin-bottom: -20px !important;
    margin-top: -20px !important;
    background-color: transparent;
}

.card-activity_preview {
    padding: 10px;
}

/*.modal.show{
    display: flex !important;
}*/

.modal-footer > i {
    margin: 1rem;
}

.toast-top-center {
    top: 80px;
}

.loading {
    /*font-size: 30px;*/
}

.va-b {
    vertical-align: bottom;
}

.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

textarea.task-inputs {
    overflow: hidden;
}

textarea {
    min-height: 50px;
    height: auto;
}

    textarea.fixed {
        overflow-y: auto;
        resize: none;
    }

.ezy-disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.pulse {
    position: relative;
}

    .pulse .pulse-ring {
        display: block;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        position: absolute;
        -webkit-animation: animation-pulse 3.5s ease-out;
        animation: animation-pulse 3.5s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        border-width: 3px;
        border-style: solid;
        border-color: #E4E6EF;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pulse .pulse-ring {
        top: 2px;
        left: 2px;
    }
}

.pulse.pulse-primary .pulse-ring {
    border-color: rgba(54, 153, 255, 0.75);
}

.pulse.pulse-secondary .pulse-ring {
    border-color: rgba(228, 230, 239, 0.75);
}

.pulse.pulse-success .pulse-ring {
    border-color: rgba(27, 197, 189, 0.75);
}

.pulse.pulse-info .pulse-ring {
    border-color: rgba(54, 153, 255, 0.75);
}

.pulse.pulse-warning .pulse-ring {
    border-color: rgba(255, 168, 0, 0.75);
}

.pulse.pulse-danger .pulse-ring {
    border-color: rgba(246, 78, 96, 0.75);
}

.pulse.pulse-light .pulse-ring {
    border-color: rgba(243, 246, 249, 0.75);
}

.pulse.pulse-dark .pulse-ring {
    border-color: rgba(24, 28, 50, 0.75);
}

.pulse.pulse-white .pulse-ring {
    border-color: rgba(255, 255, 255, 0.75);
}


.unavailable::after {
    font-family: 'FontAwesome';
    content: '\f023';
    color: #D179F9;
    font-size: 16px;
}

.available::after {
    font-family: 'FontAwesome';
    content: '\f09c';
    color: #D179F9;
    font-size: 16px;
}

.kt-padding-r-500 {
    padding-right: 500px !important;
}

.radio-success > span {
    border: 1px solid transparent
}

.radio-success > input:focus ~ span {
    border: 1px solid transparent
}

.radio-success > input:checked ~ span {
    background-color: #1bc5bd !important
}

    .radio-success > input:checked ~ span:after {
        background-color: #fff;
        border-color: #fff
    }

.radio-custom {
    text-align: left !important;
    min-width: 2rem;
}

.checkbox-light-success > span {
    background-color: #c9f7f5;
    border: 1px solid transparent
}

.checkbox-light-success > input:focus ~ span {
    border: 1px solid transparent
}

.checkbox-light-success > input:checked ~ span {
    background-color: #1bc5bd
}

    .checkbox-light-success > input:checked ~ span:after {
        border-color: #fff
    }

.radio-outline.radio-success > span {
    background-color: transparent;
    border-color: #d1d3e0
}

.radio-outline.radio-success > input:focus ~ span {
    background-color: transparent;
    border-color: #d1d3e0
}

.radio-outline.radio-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1bc5bd
}

    .radio-outline.radio-success > input:checked ~ span:after {
        background-color: #1bc5bd;
        border-color: #1bc5bd
    }

.p-0 {
    padding: 0rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-sm {
    padding: 0.5rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-xsm {
    padding: 0.25rem !important;
}

.m-xsm {
    margin: 0.25rem !important;
}

.m-sm {
    margin: 0.5rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.w-0, .w-0 * {
    width: 0px !important;
    padding: 0px !important;
    display: none;
}

.w-auto {
    width: auto !important;
}

.dt-body-nowrap {
    white-space: nowrap;
}

/*.dynamicDiagram {
    display: inline-block;
}*/

.d-inline {
    display: inline !important;
}

.gojs-menu {
    display: none;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 8px 0;
    z-index: 999;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}

.gojs-menu-item, .gojs-menu-item-delete {
    display: block;
    position: relative;
    min-width: 180px;
    margin: 0;
    padding: 6px 16px;
    font: bold 12px sans-serif;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
}

    .gojs-menu-item::before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

    .gojs-menu-item:hover::before {
        opacity: .04;
    }

.gojs-menu .gojs-menu {
    top: -8px;
    left: 100%;
}

.gojs-menu-item, .gojs-menu-item-delete {
    text-align: left !important;
}

    .show-menu, .gojs-menu-item:hover > .gojs-menu {
        display: block;
        opacity: 1;
    }

    .gojs-menu-item-delete:hover {
        display: block;
        opacity: 1;
        background-color: red;
        color: #fff;
    }

.result {
    border: 1px solid #888;
    background: #f7f7f7;
    padding: 1em;
    margin-bottom: 1em;
}

tr.odd td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}

tr.even td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}


tr.shown td.details-control {
    text-align: center;
    color: red;
}

.btn-lightglow {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.modal-backdrop {
    background-color: transparent;
    z-index: 0;
}

.companycontrolled {
    background-color: antiquewhite;
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: .75rem;
    background-repeat: no-repeat;
    background-size: cover
}

    .image-input .image-input-wrapper {
        width: 240px;
        height: 62px;
        border-radius: .75rem;
        background-repeat: no-repeat;
        background-size: cover
    }

    .image-input [data-action=change] {
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px
    }

        .image-input [data-action=change] input {
            width: 0 !important;
            height: 0 !important;
            overflow: hidden;
            opacity: 0
        }

    .image-input [data-action=cancel], .image-input [data-action=remove] {
        cursor: pointer;
        position: absolute;
        right: -10px;
        bottom: -5px
    }

    .image-input [data-action=cancel] {
        display: none
    }

    .image-input.image-input-changed [data-action=cancel] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .image-input.image-input-changed [data-action=remove] {
        display: none
    }

    .image-input.image-input-empty [data-action=cancel], .image-input.image-input-empty [data-action=remove] {
        display: none
    }

    .image-input.image-input-circle {
        border-radius: 50%
    }

        .image-input.image-input-circle .image-input-wrapper {
            border-radius: 50%
        }

        .image-input.image-input-circle [data-action=change] {
            right: 5px;
            top: 5px
        }

        .image-input.image-input-circle [data-action=cancel], .image-input.image-input-circle [data-action=remove] {
            right: 5px;
            bottom: 5px
        }

    .image-input.image-input-outline .image-input-wrapper {
        /*border: 3px solid #fff;*/
        -webkit-box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
        box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075)
    }



.btn.btn-white {
    color: #3f4254;
    background-color: #fff;
    border-color: #A5ACAF
}

    .btn.btn-white i {
        color: #3f4254
    }

    .btn.btn-white:hover, .btn.btn-metal:hover {
        background-color: var(--primary) !important;
    }

@media(min-width:900px) {

    .btn.btn-white:hover, .btn.btn-metal:hover {
        background-color: var(--primary) !important;
    }
}

.btn.btn-white .svg-icon svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #3f4254
}

.btn.btn-white .svg-icon svg:hover g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.btn.btn-white.dropdown-toggle:after {
    color: #3f4254
}

.btn.btn-white.focus:not(.btn-text), .btn.btn-white:focus:not(.btn-text), .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #3f4254;
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

    .btn.btn-white.focus:not(.btn-text) i, .btn.btn-white:focus:not(.btn-text) i, .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) i {
        color: #3f4254
    }

    .btn.btn-white.focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease;
        fill: #3f4254
    }

    .btn.btn-white.focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .btn.btn-white.focus:not(.btn-text).dropdown-toggle:after, .btn.btn-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after {
        color: #3f4254
    }

.btn.btn-white.disabled, .btn.btn-white:disabled {
    color: #3f4254;
    background-color: #fff;
    border-color: #fff
}

    .btn.btn-white.disabled i, .btn.btn-white:disabled i {
        color: #3f4254
    }

    .btn.btn-white.disabled .svg-icon svg g [fill], .btn.btn-white:disabled .svg-icon svg g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease;
        fill: #3f4254
    }

    .btn.btn-white.disabled .svg-icon svg:hover g [fill], .btn.btn-white:disabled .svg-icon svg:hover g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .btn.btn-white.disabled.dropdown-toggle:after, .btn.btn-white:disabled.dropdown-toggle:after {
        color: #3f4254
    }

.btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text), .show .btn.btn-white.btn-dropdown, .show > .btn.btn-white.dropdown-toggle {
    color: #3f4254;
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

    .btn.btn-white:not(:disabled):not(.disabled).active i, .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .show .btn.btn-white.btn-dropdown i, .show > .btn.btn-white.dropdown-toggle i {
        color: #3f4254
    }

    .btn.btn-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .show .btn.btn-white.btn-dropdown .svg-icon svg g [fill], .show > .btn.btn-white.dropdown-toggle .svg-icon svg g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease;
        fill: #3f4254
    }

    .btn.btn-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .show .btn.btn-white.btn-dropdown .svg-icon svg:hover g [fill], .show > .btn.btn-white.dropdown-toggle .svg-icon svg:hover g [fill] {
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .btn.btn-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .show .btn.btn-white.btn-dropdown.dropdown-toggle:after, .show > .btn.btn-white.dropdown-toggle.dropdown-toggle:after {
        color: #3f4254
    }

btn-white.btn-shadow {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24,28,50,.25) !important;
    box-shadow: 0 9px 16px 0 rgba(24,28,50,.25) !important
}

.btn.btn-white.btn-shadow.focus:not(.btn-text), .btn.btn-white.btn-shadow:focus:not(.btn-text), .btn.btn-white.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled) {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important;
    box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important
}

.btn.btn-white.btn-shadow:not(:disabled):not(.disabled).active, .btn.btn-white.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .show > .btn.btn-white.btn-shadow.dropdown-toggle {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important;
    box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important
}

.btn.btn-white.btn-shadow-hover.focus:not(.btn-text), .btn.btn-white.btn-shadow-hover:focus:not(.btn-text), .btn.btn-white.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled) {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important;
    box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important;
}

.btn.btn-white.btn-shadow-hover:not(:disabled):not(.disabled).active, .btn.btn-white.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .show > .btn.btn-white.btn-shadow-hover.dropdown-toggle {
    -webkit-box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important;
    box-shadow: 0 9px 16px 0 rgba(24,28,50,.3) !important
}

.kt-portlet__grabhandle, .kt-portlet__grabhandle a, .sortable_task__grabhandle, .sortable_task__grabhandle a {
    width: 100%;
    cursor: grab;
}

.kt-separator.kt-separator--border-solid {
    margin-top: 1em;
    margin-bottom: 1em;
}

.radio-inline, .radio-item {
    display: flex;
}

.radio-item {
    width: 100%;
}

.icon-select {
    font-family: 'Font Awesome 5 Free'
}

.icon-prefix {
    display: flex;
    width: 3rem;
    justify-content: center
}

.aside-icon {
    font-size: 1.75rem
}

.grid {
    display: grid !important;
}

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
    z-index: 96;
}

.kt-subheader {
    padding: 0px !important;
    /*20px 25px 20px 25px;*/
}

.kt-content {
    /*display:flex;
    justify-content:center;*/
    padding: 10px;
}

.dynamicDiagram {
    /*display: flex;*/
    height: 10px;
    -ms-overflow-style: none;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .kt-header {
        z-index: unset;
    }
}

::-webkit-scrollbar {
    width: 16px;
    background-color: transparent;
    /*opacity: 0;*/
}

/* Track */
::-webkit-scrollbar-track {
    display: none;
}

*::before::-webkit-scrollbar-thumb {
    position: sticky;
    display: block;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background-color: rgba(0, 179, 134, 0.5);*/
    background-color: rgba(1, 1, 1, 0.2) !important;
    border-radius: 60px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(1, 1, 1, 0.5) !important;
        cursor: grab;
    }

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
}


.chip-search-icon {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    font-size: 1.2rem;
}

.select2-icon {
    width: 39px;
    height: 39px;
    background-color: white;
    border-radius: 99rem;
    padding: 0.4rem;
}

input.select2-search__field {
    width: 100% !important;
}

.select2-selection__clear {
    font-size: 1.6rem;
    position: absolute !important;
    top: 4px;
}

    .select2-selection__clear + * {
        margin-left: 1.2rem;
    }

.select2-container {
    text-align: start !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*width: -webkit-fill-available;*/
}

.select2-container--ezymapps .select2-selection--single[aria-disabled=true] {
    background-color: #E9EDF0 !important;
    opacity: 0.5;
    border: 1px solid var(--border);
}

.select2-container--ezymapps .select2-selection--single:focus[aria-disabled=true] {
    border: 1px solid var(--border);
}

.chip-search .select2-container--ezymapps .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.5rem !important;
    display: flex;
}

@media(min-width: 900px) {
    [data-kt-aside-minimize=on] .aside:not(:hover) .collapse-hide .select2-container {
        width: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }
}

@media(max-width: 900px) {
    [data-kt-aside-minimize=on] .aside .collapse-hide .select2-container {
        width: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center !important;
}

.align-start {
    align-items: flex-start !important;
}

.align-end {
    align-items: flex-end !important;
}

.align-initial {
    align-items: initial !important;
}

.kt-portlet__body .card-number {
    font-size: 4rem;
    font-weight: 600;
    color: #002244;
}

.dataTables_paginate {
    margin: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 5px !important;
    border: 1px solid rgba(151, 151, 151, 0.5);
    padding: 0.4em 1em;
    color: #002244 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        border: 1px solid rgba(151, 151, 151, 0.5);
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            background: linear-gradient(to bottom, #002244 0%, #111 100%) !important;
            color: white !important;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                display: none;
            }

.dataTables_wrapper.no-footer {
    padding-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

table.dataTable {
    width: 100%;
}

    table.dataTable tbody th, table.dataTable tbody td:not(.w-0), .select-all-msg {
        padding: .4rem 1rem .4rem .4rem;
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: .4rem 1rem .4rem .4rem;
        border-bottom: 2px solid rgba(209, 211, 224, 0.5);
        background-position-x: right !important;
        background-position-y: top !important;
    }

    table.dataTable.no-footer, .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 0px solid rgba(209, 211, 224, 0.5);
    }

.dataTables_scrollBody {
    overflow: inherit;
}

.datatable-footer {
    border-top: 2px solid rgba(209, 211, 224, 0.5);
}

/*table.dataTable tr td:last-child:not(.w-0), table.dataTable tr th:last-child:not(.w-0) {
    padding-right: 1.5rem !important;
}*/

.table-subheader, table.dataTable tr td:first-child, table.dataTable tr th:first-child {
    padding-left: 1.5rem !important;
}

table.dataTable thead th:not(.select-all-msg), table.dataTable tfoot th {
    font-weight: 500 !important;
    padding-top: 0px !important;
}

table.dataTable thead th {
    font-weight: 500;
}

.m-v, .dataTables_wrapper .dataTables_scroll {
    margin: 1rem 0 0 0 !important;
}

.dataTables_wrapper .dataTable {
    color: #4F5D74;
    margin: 1rem 0 0 0 !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.datatable-row {
    height: 40px;
    overflow: hidden;
}

.banner-text__dark {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.87);
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.banner-text__light {
    font-size: 14px;
    color: rgb(79, 93, 116, 1);
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.banner-error {
    background-color: rgb(255, 138, 138, 0.5);
}

.banner-warning {
    background-color: rgb(255, 232, 88, 0.5);
}

.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px) grayscale(90%);
}

.kt-portlet {
    margin-bottom: 0px;
    border-radius: 0.3rem;
}

.kt-portlet__head {
    background-color: #f2f3f8 !important;
}

.modal-dialog {
    margin: 0px;
    max-width: min-content;
}

.modal-content {
    box-shadow: 0px 0px 13px 0px rgb(0 34 68 / 25%) !important;
    border: 1px solid var(--grey) !important;
    max-width: 90vw;
}

.overflow-inherit {
    overflow: inherit !important;
}

.dt-container, #act-expand-container, #note-expand-container {
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1px;
}

.preview-container {
    overflow: auto;
}

.kt-portlet__body, .dt-container {
    /* James: I removed the shadow on the settings table */
    /*box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%) !important;*/
}

.feedback-bubble {
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.comment-bubble {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.kt-badge.kt-badge--danger {
    color: #FEFFFF;
    font-weight: 600;
    font-size: 10px;
    background: #FF8A8A;
}

.kt-portlet__nav-body {
    background-color: transparent !important;
    padding-right: 20px;
    padding-left: 20px;
}

.chip {
    background-color: rgba(90,90,90, 0.5);
    padding: 0;
    margin: 0;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.8rem;
    /*height: 0;*/
    width: min-content;
    /*min-width: 120px;*/
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

.chip-icon {
    background-color: rgba(90,90,90, 1);
    padding: 0.5rem 0.5rem;
    /*margin-right: 0.5rem;*/
}

.chip-hover {
    cursor: grab;
    /*min-width: 0rem !important;*/
}

.chip-group {
    align-items: flex-start !important;
    gap: 0.5rem;
    padding: 0.5rem;
    min-width: 0rem;
}

.chip-scroll {
    max-width: 25rem;
    max-height: 20rem;
    overflow-y: auto;
    /*overflow-x: hidden;*/
    overflow-x: auto;
}

.chip-mw {
    max-width: 25rem;
}

.chip-color {
    height: 28px;
    width: 70px;
    border-radius: 0.6rem;
}

.kt-switch input:checked ~ span:after {
    background-color: #fff;
    /*color: var(--primary);*/
}

.kt-switch input:empty ~ span:before {
    background-color: rgba(79,93,116,0.4);
}

.future-icon:hover {
    background-color: var(--primary) !important;
}

.fav-icon {
    font-size: 1.2rem;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

    .fav-icon:hover {
        -webkit-text-fill-color: #002244;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #002244;
    }

.fav-icon-enabled {
    font-size: 1.2rem;
    color: #002244;
    -webkit-text-fill-color: #002244;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #002244;
}

    .fav-icon-enabled:hover {
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #002244;
    }


.jstree-contextmenu {
    z-index: 99;
}

.select2-selection__rendered {
    min-height: 37.88px;
    min-width: 200px;
    white-space: pre-wrap !important;
    text-align: start !important;
}

.kt-nav {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}

    .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
        color: var(--title-text);
        font-weight: 400;
        font-size: 15px;
        text-align: left !important;
    }

    .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-left: 2px solid transparent;
    }

        .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link.kt-nav__link {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 0.6rem;
            background-color: var(--text-secondary);
        }

            .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link.active, .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link.kt-nav__link--active {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 0.6rem;
                border-right: 6px solid var(--primary);
                border-left: 0 !important;
                background-color: var(--text-secondary);
            }

                .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link.active .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link.kt-nav__link--active .kt-nav__link-text {
                    color: #002244;
                    font-weight: 600 !important;
                }

    .kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link:hover .kt-nav__link-text:hover {
        color: #002244;
    }

    .kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
    .kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
    .kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow,
    .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
    .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
    .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
        color: inherit;
    }

    .kt-nav .kt-nav__separator {
        margin: 0.35rem 0 0.35rem 0;
        height: 0;
        display: block;
    }

@media (min-width: 1399px) {
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1800px) {
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}


.collapse:not(.show) {
    display: none !important;
}

.mf-right {
    align-items: center;
}

.text-left {
    text-align: left !important;
}

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.btn-icon.btn-md {
    height: 2rem !important;
    width: 2rem !important;
}

.btn-md {
    font-size: 13px !important;
    padding: 0rem 0rem;
}

.btn-icon.btn-sm {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.btn-icon.btn-xsm {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

.btn.btn-icon.btn-brand:hover i {
    color: var(--primary) !important;
}

.btn-brand:not(:disabled):not(.disabled).active {
    background-color: var(--secondary);
}


.modal-header {
    /*margin-bottom: 1rem;*/
}

.kt-nav .kt-nav__header-wrapper {
    background-color: transparent;
    margin-left: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}

.kt-nav .kt-nav__header {
    color: var(--title-text);
    font-weight: 600;
    font-size: 12px;
    opacity: 0.75;
}

.kt-radio.kt-radio--success > span:after {
    border: solid var(--primary);
    background: var(--primary);
}

.kt-radio.kt-radio--success > span {
    border: 1px solid var(--primary);
}

.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
    border: 2px solid var(--primary);
}

.kt-head__title {
    font-size: 42px;
    font-weight: 600;
    color: #344563;
}

.kt-head__phrase {
    font-size: 60px;
    font-weight: 700;
    color: #002244;
    text-align: center;
}

.kt-login-v2__container {
    background-color: transparent !important;
    text-align: center;
}

.kt-login-v2__wrapper {
    background-color: #F5F8F4 !important;
    width: 100% !important;
    justify-content: center !important;
}

.btn-parent:hover, a[href="#"][data-toggle=""]:not([onclick]):hover, a[href="#"][data-toggle=""]:not([onclick]) i:hover {
    cursor: default !important;
}

.btn.btn-icon i {
    font-size: 1rem;
}

.btn-mask {
    -webkit-mask-size: 60% 60%;
    mask-size: 60% 60%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--secondary);
}

.f16 {
    font-size: 16px !important;
}

/*.noteTypeSelect {
    min-width: 2rem;
}*/

.input-group-text {
    padding: 0rem 1rem;
}

.kt-head__phrase {
    font-size: 60px;
}

.login-image {
    max-height: 600px;
}

@media (max-width: 2048px) {
    .kt-head__phrase {
        font-size: 30px;
    }

    .login-image {
        max-height: 400px;
    }
}

@media (max-width: 1442px) {
    .kt-head__phrase {
        font-size: 24px;
    }

    .login-image {
        max-height: 350px;
    }
}

@media (max-width: 900px) {
    .kt-head__phrase {
        font-size: 20px;
    }

    .login-image {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .kt-head__phrase {
        font-size: 18px;
    }

    .login-image {
        max-height: 300px;
    }
}

ul[aria-multiselectable="true"] .select2-results__option[aria-selected=true] {
    display: none;
}

.select2-container--ezymapps .select2-selection--multiple[aria-disabled=true] .select2-selection__choice__remove {
    display: none;
}

select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.center-cropped {
    width: 190px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item {
    margin: 0 0 0.25rem 0;
}

.kt-aside-secondary .kt-aside-secondary__nav {
    z-index: 99;
}

.font-1 {
    font-size: 1rem;
}

.prominent {
    font-size: 1rem;
    font-weight: 600;
}

#jstree-marker {
    z-index: 10103 !important;
}

/*.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:before {
    background-color: var(--grey);
}*/

.text-success {
    color: var(--primary) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.b-success {
    background-color: var(--success) !important;
}

.b-info {
    background-color: var(--info) !important;
}

.b-warning {
    background-color: var(--warning) !important;
}

.b-danger {
    background-color: var(--danger) !important;
}

.b-trans {
    background-color: transparent !important;
}

.text-white {
    color: white !important;
}

.text-default {
    color: black !important;
}

.kt-padding-t-2 {
    padding-top: 2px !important;
}

.kt-padding-t-3 {
    padding-top: 3px;
}

.kt-padding-l-2 {
    padding-left: 2px;
}

.btn-brand:hover {
    color: var(--text-secondary);
    background-color: var(--title-text);
}

/* Not sure why we aded this code, it removes the dropdown arrow from the Bulk Change buttons */
/*.dropdown-toggle::after {
    display: none !important;
}*/

.dt-stakeholder-maxwidth {
    max-width: 200px;
}

.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line a.nav-link:hover, .nav-tabs.nav-tabs-line a.nav-link.active {
    border-bottom: 2px solid var(--primary);
    font-weight: 600;
}

.favourite-mask {
    mask: url('https://localhost:44397/images/icons/rightbar/favorite.svg');
    -webkit-mask: url('https://localhost:44397/images/icons/rightbar/favorite.svg');
    -webkit-mask-size: 60% 60%;
    mask-size: 60% 60%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--secondary);
}

.favourite-selected-mask {
    mask: url('https://localhost:44397/images/icons/rightbar/favorite-selected.svg');
    -webkit-mask: url('https://localhost:44397/images/icons/rightbar/favorite-selected.svg');
    -webkit-mask-size: 60% 60%;
    mask-size: 60% 60%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--secondary);
}

.kt-login-v2 .kt-login-v2__body {
    padding: 0;
}

    .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container {
        min-height: 0px;
    }


.pt-03 {
    padding-top: 0.2rem !important;
}


.b-white {
    background-color: white !important;
}

.b-grey {
    background-color: #f2f3f8 !important;
}

/*.select2-results__option span.text-overflow:hover{
    white-space: inherit;
}*/

.max-fit {
    max-width: fit-content;
}

.mw-5 {
    min-width: 5rem;
}

.navigate-seperator {
    margin-top: 0.25em !important;
    border-bottom: 0.05rem solid #EBEDF2 !important;
}

.min-width-40 {
    min-width: 40px;
}

.lh-chip {
    line-height: 2.5;
    white-space: nowrap;
}

.modal-content > div:not(.modal-header), .form-group.mb-3 {
    margin-bottom: 0.75rem !important;
}

/*.modal-content > div:not(.modal-header) > div {
        margin-top: 0.75rem;
    }*/

.content-edit {
    min-height: 5rem;
    height: auto;
}

.feedback-reply {
    margin-left: 2rem;
}

.feedback-comment-link {
    color: #69BE28 !important;
    font-weight: 600 !important;
}

.nav-tabs.nav-tabs-line .nav-link {
    padding: 0.75rem;
}

.dropdown-menu .split-layout__divider {
    padding: 0.3rem;
}

.col-form-label {
    padding-top: calc(0.65rem + 1px);
    min-height: 35.33px;
}

div.form-group label:not(.btn-icon):not(.radio-custom) {
    padding-top: calc(0.65rem + 1px);
}


.kt-header, .kt-header-mobile {
    padding: 0;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 75px !important;
    z-index: 97;
    height: 74px !important;
}

@media(max-width:900px) {
    body:not(.kt-aside-primary--mobile-nav-expanded) .kt-header, body:not(.kt-aside-primary--mobile-nav-expanded) .kt-header-mobile {
        left: 0px !important;
    }
}

[data-kt-aside-minimize="off"] .kt-header, [data-kt-aside-minimize="off"] .kt-header-mobile {
    left: 265px !important;
}

.topbar-title {
    padding-left: 1rem;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #002244;
    width: auto;
}

.breadcrumbs {
    padding-left: 1rem;
    font-size: 24px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #002244;
    width: auto;
}

.breadcrumbs-current {
    font-weight: 600;
}


@media (max-width: 900px) {
    .kt-header {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .kt-header-mobile {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .kt-header-mobile {
        background-color: white;
        /*top: -60px !important;*/
    }
}

@media (max-width: 900px) {
    .flex-dyn {
        flex-direction: column !important;
    }
}


.aside-fixed .aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable .menu-column.text-overflow {
    width: unset;
    transition: width 1s ease;
}

[data-kt-aside-minimize=on] .aside.aside-hoverable:hover .menu-column.text-overflow {
    width: unset;
    transition: width .3s ease;
}

[data-kt-aside-minimize=on] .aside {
    width: 75px;
    transition: width .3s ease;
}

@media(min-width:900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-label, [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-label {
        width: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }
}

@media(max-width:900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-label, [data-kt-aside-minimize=on] .aside .btn-custom .btn-label {
        width: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }
}

@media(min-width:900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-icon, [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-icon {
        width: 30px;
        margin-left: 4px;
        opacity: 1;
        transition: opacity .3s ease;
    }
}

@media(max-width:900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-icon, [data-kt-aside-minimize=on] .aside .btn-custom .btn-icon {
        width: 30px;
        margin-left: 4px;
        opacity: 1;
        transition: opacity .3s ease;
    }
}

.aside-menu .menu .menu-item .menu-content, .aside-menu .menu .menu-item .menu-link {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.kt-nav .kt-nav__item > .kt-nav__link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.kt-aside-primary--collapsed .menu-title.kt-nav__link-text, .kt-aside-primary--collapsed .kt-nav__header {
    transition: opacity 600ms;
    opacity: 1;
}

.kt-aside-primary--collapsed .menu-title.kt-nav__link-text, .kt-aside-primary--collapsed .kt-nav__header {
    opacity: 0;
}

.menu-title-gray-800 .menu-item .menu-link {
    color: #4F5D74;
}

.aside-menu .menu-item .menu-link {
    padding-top: calc(0.75rem + 5px);
    padding-bottom: calc(0.75rem + 5px);
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    transition: none;
    outline: 0 !important;
}

.menu-sub-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.menu-item {
    display: block;
    padding: 0;
}

.aside .aside-menu {
    width: unset;
}

.aside-menu .menu-item {
    padding: 5px 5px 5px 0px;
}

@media (min-width: 900px) {

    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content, [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-title {
        opacity: 0;
        transition: opacity .3s ease;
    }
}

@media (max-width: 900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content, [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title, [data-kt-aside-minimize=on] .aside .aside-menu .menu-content, [data-kt-aside-minimize=on] .aside .aside-menu .menu-title {
        opacity: 0;
    }
}




.menu-title-gray-800 .menu-item .menu-link .menu-title {
    color: #4F5D74;
}

.menu-item .menu-link .menu-title {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.aside-light .menu .menu-title {
    font-weight: 400;
    font-size: 16px;
}

.menu-item.menu-item-active > .menu-link {
    background-color: #F6F7F9 !important;
    color: var(--primary) !important;
    border-radius: 0.6rem;
    -moz-box-shadow: inset 0 1px 2px 0 RGBA(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 1px 2px 0 RGBA(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 2px 0 RGBA(0, 0, 0, 0.06);
}

.menu-title.menu-title-active {
    color: var(--primary) !important;
}

.filter-green {
    filter: invert(57%) sepia(45%) saturate(810%) hue-rotate(51deg) brightness(108%) contrast(76%);
}

.aside-menu .menu-item .menu-icon {
    justify-content: flex-start;
}

.menu-item .menu-link .menu-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    margin-right: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aside .aside-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 25px;
}

.flex-column-auto {
    flex: none;
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none !important;
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
}

.aside.aside-dark .btn-custom:not(.btn-primary) {
    background-color: inherit;
}

@media(min-width: 900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo {
        display: none;
    }
}

@media(max-width: 900px) {
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo, [data-kt-aside-minimize=on] .aside .aside-logo .logo {
        display: none;
    }
}

[data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-icon[class*="avatar-company"], [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-icon[class*="avatar-company"] {
    margin-left: 16px !important;
}


.menu-column {
    flex-direction: column;
    width: 100%;
}

.menu, .menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}


.aside {
    width: 265px;
    transition: width .3s ease;
}


@media (max-width: 900px) {
    [data-kt-aside-minimize=off] .aside {
        width: 100vw;
        transition: width .3s ease;
    }
}

@media (max-width: 900px) {
    [data-kt-aside-minimize=on] .aside.aside-hoverable:hover {
        width: 75px;
    }
}

.rotate-180 {
    transition: transform .3s ease;
    backface-visibility: hidden;
}

.active > .rotate-180, .collapsible:not(.collapsed) > .rotate-180 {
    transform: rotateZ(180deg);
    transition: transform .3s ease;
}

.btn .svg-icon {
    flex-shrink: 0;
    line-height: 0;
    margin-right: .5rem;
}

.btn.btn-icon .svg-icon, .btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.btn-check:active + .btn.btn-active-color-primary, .btn-check:checked + .btn.btn-active-color-primary, .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .show > .btn.btn-active-color-primary {
    color: var(--primary);
}

    .btn-check:active + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:checked + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
        transition: fill .3s ease;
        fill: var(--primary);
    }

.btn.btn-primary {
    color: #FEFFFF;
    border-color: var(--primary);
    background-color: var(--primary);
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.btn-secondary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.btn-danger {
    color: #fff;
    border-color: var(--danger);
    background-color: var(--danger);
}


.btn-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.menu-item .menu-link .menu-icon .svg-icon {
    line-height: 1;
}

.kt-aside-primary--mobile-nav-expanded.aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
    transition: all padding-left .3s ease;
    padding-left: 75px;
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active):not(.disabled),
.btn.btn-primary:focus:not(.btn-active):not(.disabled),
.btn.btn-primary:hover:not(.btn-active):not(.disabled),
.show > .btn.btn-primary {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary) !important;
}

.btn-check:active + .btn.btn-danger, .btn-check:checked + .btn.btn-danger, .btn.btn-danger.active, .btn.btn-danger.show, .btn.btn-danger:active:not(.btn-active), .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .show > .btn.btn-danger {
    color: #fff;
    border-color: var(--danger);
    background-color: var(--danger) !important;
}

[data-kt-aside-minimize="on"] .aside:not(:hover) .menu-link div.flex-hover-rev, [data-kt-aside-minimize="on"] .aside:not(:hover) .menu-link a.flex-hover-rev {
    flex-direction: row-reverse !important;
}

[data-kt-aside-minimize="on"] .aside:not(:hover) .menu-link .kt-badge {
    margin-left: -17px;
    margin-top: -4px !important;
    z-index: 1;
}

.tr-corner {
    position: absolute;
    top: 42px;
    right: 18px
}

.dropzone-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 190, 40,0.1);
}

.dropzone .dz-message {
    margin: 0;
}

.dropzone {
    cursor: default;
    min-height: 0;
}

.text-hyperlink {
    text-decoration: underline;
    text-decoration-color: var(--secondary);
}

.cell-flex {
    max-width: 75% !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #447d19 !important;
}

.w-min-12 {
    width: 12%;
}

.w-25 {
    width: 25%;
}

.table {
    margin-bottom: 0;
}

.request-details {
    max-width: 50vw;
    margin: auto;
}


@media (max-width: 768px) {
    .request-details {
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .request-details {
        max-width: 80%;
    }
}

.kt-aside-primary--mobile-nav-expanded .kt-aside-primary .kt-aside-primary__nav {
    left: 0;
}

.kt-aside-primary .kt-aside-primary__mobile-nav-toggler, .kt-aside-primary .kt-aside-primary__toggle {
    display: none;
}

.body-scroll-padding {
    margin-top: 70px;
}

.sidebar-scroll-padding {
    margin-top: calc(70px + 0.75rem);
}

@media (max-width: 900px) {
    .kt-aside-primary .kt-aside-primary__mobile-nav-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 100px;
        position: fixed;
        left: 0;
        border: 0;
        background: none;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
        display: inline-block;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 30px;
        height: 30px;
        background-color: #002244;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 0px 28px 0px rgb(82 63 105 / 13%);
        box-shadow: 0px 0px 28px 0px rgb(82 63 105 / 13%);
        z-index: 90;
        color: #aeb2b7;
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1.2rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .kt-aside-primary .kt-aside-primary__mobile-nav-toggler::before {
            content: "";
        }

    .kt-aside-primary--mobile-nav-expanded .kt-aside-primary .kt-aside-primary__mobile-nav-toggler {
        left: 75px;
    }

        .kt-aside-primary--mobile-nav-expanded .kt-aside-primary .kt-aside-primary__mobile-nav-toggler::before {
            content: "";
        }

    .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler {
        background-color: #002244;
    }
}

@media (max-width: 900px) {
    .kt-aside-primary .kt-aside-primary__nav {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: -75px;
    }
}

@media (max-width: 900px) {
    .kt-aside-primary--mobile-nav-expanded .kt-aside-primary .kt-aside-primary__nav {
        right: 0;
    }

    .gap-4 {
        gap: 0.5rem !important;
    }

    .kt-process-header {
        font-size: 1.2rem !important;
    }

    .title-chips {
        display: none !important;
    }

    .btn-action {
        font-size: 0 !important;
    }

    /*.bulk-import-users {
        display: none;
    }*/
}

.kt-aside-primary__mobile-nav-toggler, .kt-aside-secondary__mobile-nav-toggler {
    top: unset !important;
    bottom: 2rem;
    z-index: 99 !important;
}



@media (max-width: 1861px) {
    .btn-action {
        font-size: 0 !important;
    }
}

@media (max-width: 1571px) {
    .btn-action-text {
        font-size: 0 !important;
    }

    .btn-action-icon {
        font-size: 0 !important;
    }
}

.mw-500 {
    max-width: 500px;
}

.btn-child i {
    line-height: 1;
}

.kt-checkbox > span {
    top: unset;
    left: 0rem;
    height: 1.5rem;
    width: 1.5rem;
}

.kt-checkbox-lg {
    width: 25px !important;
    height: 25px !important;
}

.btn-secondary.btn-border {
    border-color: var(--border);
    border-style: solid;
}

.system-msg {
    max-width: 60vw;
}

@media(max-width:900px) {
    .system-msg {
        max-width: 80vw;
    }
}

a.disabled, a.disabled:hover {
    color: var(--disabled);
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}

.min-height-25 {
    min-height: 2.52rem;
}

.max-height-25 {
    max-height: 2.52rem;
}

.min-height-36 {
    min-height: 2.77rem;
}

.system-cont {
    min-height: 85vh;
}

#_login_partial .system-cont {
    min-height: 60vh;
}

@media(max-width:800px) {
    .dynamicTitle {
        padding-top: 40px;
    }

    #_login_partial .system-cont {
        min-height: 56vh;
    }
}


iframe html {
    overflow-x: hidden;
}

#_login_partial .system-cont {
    width: 40vw;
}

@media(max-width: 900px) {
    #_login_partial .system-cont {
        width: 80vw;
    }

    .feedback-email {
        width: 95% !important;
    }
}

.doc-text-max {
    max-width: 300px;
}

@media(max-width: 900px) {
    .kt-aside-secondary--expanded .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler {
        display: inherit;
    }
}

.grap-color {
    color: var(--handle) !important;
}

    .grap-color:hover {
        color: var(--secondary) !important;
    }

.card-p-top-0 {
    padding-top: 0px !important;
}

.intercom-article {
    max-width: 2.5rem;
    max-height: 2.5rem;
}

.content-max-width {
    overflow-wrap: anywhere;
}

.feedback-email {
    width: 90%;
}

.c-primary {
    color: var(--primary)
}

.c-secondary {
    color: var(--secondary)
}

.c-danger {
    color: var(--danger)
}

.c-warning {
    color: var(--warning)
}

.jstree-node {
    cursor: pointer;
}

    .jstree-node:has(a.jstree_category_separator ) * {
        cursor: default !important;
        border: 0;
        border-bottom-width: 1px;
        border-style: dashed;
    }

.jstree-icon-objecttype {
    -webkit-mask-size: 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    min-width: 2rem;
    height: 18px;
}

.select2-results__option--highlighted .jstree-icon-objecttype {
    background-color: white !important;
}

.jstree-icon-process {
    background-color: #1dc9b7 !important;
}

.jstree-icon-valuestream {
    background-color: #9816f4 !important;
}

.jstree-icon-policy {
    background-color: #ffb822 !important;
}

.jstree-icon-manageddocument {
    background-color: #ffb822 !important;
}

.jstree-icon-attachment {
    background-color: #8c9199 !important;
}

.border-none {
    border: none !important;
}

.border-trans, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: transparent;
}

.select2-container--ezymapps .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    font-weight: normal;
    font-size: 13px;
}

.sidebar-resize-shadow {
    width: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -1px;
    background: var(--ds-border, linear-gradient(to left, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0) 100% ));
    opacity: 0.5;
    pointer-events: none;
    transition-duration: 0.22s;
    transition-property: left, opacity, width;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.sidebar-resize-btn {
    width: 24px;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    cursor: ew-resize;
}

.sidebar-collapse-btn {
    width: 24px;
    height: 24px;
    padding: 0px;
    top: 3px;
    left: -24px;
    background-color: var(--ds-surface-overlay, #FFFFFF);
    border: 0px;
    border-radius: 50%;
    box-shadow: rgb(9 30 66 / 8%) 0px 0px 0px 1px, rgb(9 30 66 / 8%) 0px 2px 4px 1px;
    color: var(--ds-text-subtle, #6B778C);
    cursor: pointer;
    outline: 0px;
    transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 350ms cubic-bezier(0.2, 0, 0, 1) 0s, left 350ms;
    transform: rotate(180deg);
    /*transform-origin: 7px center;*/
}

.filter-expand.collapsed {
    transform: rotate(180deg);
}

.custom-file-input {
    position: absolute;
}

.custom-file-label {
    /*position: relative;*/
    margin-top: 2.8rem;
}

.kt-aside-primary--collapsed + .rel .sidebar-collapse-btn {
    left: -38px;
}

.w-1 {
    width: 1rem;
}

[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.sidebar_panel {
    position: absolute;
    width: 450px;
    height: calc(100% - 60px);
}

@media(max-width: 900px) {
    .sidebar_panel {
        width: calc(100vw - 60px);
    }
}

.fw-1 {
    font-weight: 100;
}

.dz-drag-hover {
    position: relative;
}

    .dz-drag-hover:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: transparent;
        z-index: 1000;
    }

.file-drop {
    position: relative;
    width: 100%;
}

/*    .file-drop.dz-drag-hover .dropzone-absolute {
        display: flex !important;
    }

    .file-drop:not(.dz-drag-hover) .dropzone-absolute {
        display: none !important;
    }*/


.select2-container.select2-container--open {
    z-index: 2000;
}

/* Removed this as it cuased the check box to dissapear on Global Libray bulk select */
/*-----------------------------------------------------------------------------------*/
/*.jstree-leaf .jstree-icon{
    background-image: unset !important;
}*/

.swal2-textarea {
    height: 19vh;
    max-height: 19vh;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-loader {
    border-color: rgb(105,190,40) rgb(105,190,40) rgb(105,190,40) transparent !important;
    animation: swal2-rotate-loading 0.5s linear 0s infinite normal;
    margin: 0 0 0 1.5rem;
    width: 3em;
    height: 3em;
}

div.card.activityNote div.collapse.show {
    overflow-x: auto;
}

div.card.activityNote {
    width: 310px;
}

@media (max-width: 900px) {
    .kt-aside-secondary__mobile-nav-toggler.nomove {
        right: 0px !important;
    }

    /*LEFT*/
    body.kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary__mobile-nav-toggler.nomove::before {
        content: "";
    }

    /*RIGHT*/
    body:not(.kt-aside-secondary--mobile-nav-expanded) .kt-aside-secondary__mobile-nav-toggler.nomove::before {
        content: "";
    }
}

div.card.activityNote div.collapse.show div.card-body [style*="padding-left"] {
    white-space: nowrap;
}

.tox-tinymce {
    border: 1px solid #E9EDF0 !important;
    border-radius: 0.6rem !important;
}

.score-counter {
    position: absolute !important;
    top: 95px;
    left: 30px;
}


.btn-icon-decision {
    max-width: 15.59px;
    margin-left: -5px;
    margin-right: 5px;
}

.video-js {
    min-height: 150px;
}

    .video-js.videoContainer video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: auto;
        height: auto;
    }

.vjs-error .vjs-error-display:before {
    content: none !important;
}


.process_zoom_to_fit {
    position: absolute;
    left: 150px;
    top: 7px;
}

.resizeable-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.resizeable-item {
    display: flex;
    flex: 1;
    min-width: 0;
    border: 1px solid #ddd;
}

.resizeable-handle {
    cursor: ew-resize;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-width: 1px 0;
    min-width: 10px;
    z-index: 99999;
    position: static !important;
}

.menu-arrow {
    z-index: 99999;
}

.global-search {
    position: absolute;
    z-index: 96;
    top: 75px;
    height: calc(100vh - 75px);
}

.select2-container--ezymapps .select2-results > .select2-results__options {
    max-height: 200px;
}

    .select2-container--ezymapps .select2-results > .select2-results__options#select2-GlobalSearch_Quick-results {
        max-height: 100%;
    }


.select2-container--ezymapps .select2-selection--multiple .select2-selection__choice {
    margin: 0rem 0.4rem 0.2rem 0;
}
