@charset "UTF-8";
/*This is all about sass tools, variables, mixins, functions, placeholders, etc.*/
/*@import $url_0;*/
@import url(https://use.fontawesome.com/releases/v5.12.1/css/all.css);

@font-face {
    font-family: themify;
    src: url(../../fonts/icons/themify/themify.eot?-fvbane);
    src: url(../../fonts/icons/themify/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../../fonts/icons/themify/themify.woff?-fvbane) format("woff"), url(../../fonts/icons/themify/themify.ttf?-fvbane) format("truetype"), url(../../fonts/icons/themify/themify.svg?-fvbane#themify) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat;
    src: url(../../fonts/montserrat/montserrat.eot);
    src: url(../../fonts/montserrat/montserrat.woff);
    src: url(../../fonts/montserrat/montserrat.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat-light;
    src: url(../../fonts/montserrat/Montserrat-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-primary-rgb: var(--background-color-rgb);
    --bs-btn-active-border-color: transparent;
    --grey-border: #e8e8e8;
    --grey: #3a3a3a;
    --light-grey: #858796;
    --lighter-grey: #eaecf4;
    --dark-grey: #9b9b9b;
    --white: #ffffff;
    --blue: #1c85e8;
    --light-blue: #d0e3f6;
    --dark-blue: #155ba1;
    --font-size-xxs: 10px;
    --font-size-xs: 12px;
    --font-size-s: 14px;
    --font-size-base: 16px;
    --font-size-m: 18px;
    --font-size-l: 24px;
    --font-size-xl: 36px;
    --space-xxxs: 6px;
    --space-xxs: 12px;
    --space-xs: 15px;
    --space-base: 20px;
    --space-s: 28px;
    --space-m: 45px;
    --space-l: 60px;
    --border-radius: 10px;
    --border-radius-m: 5px;
    --border-radius-s: 3px;
    --table-header-height: 62px;
    --accordion--header-height: 50px;
    --side-menu-width: 224px;
}

/*@import url("../sass/Abstracts/_abstracts.scss");*/
html {
    height: 100%;
}

body {
    font-size: var(--font-size-s);
    min-height: 100%;
}

/* START Support for the logo mechanism
---------------------------------------------------------*/
.bg-primary {
    background-color: var(--background-color, #1c85e8) !important;
}

a {
    color: var(--background-color, #1c85e8);
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: var(--background-color, #1c85e8);
    }

    a.bg-primary:hover {
        background-color: var(--background-color, #1c85e8);
    }

    a.bg-primary:focus {
        background-color: var(--background-color, #1c85e8);
    }

.dropdown-item .active {
    color: white;
    background-color: var(--background-color, #1c85e8);
}

.dropdown-item:active {
    color: white;
    background-color: var(--background-color, #1c85e8);
    background-color: white;
    background-color: white;
}

    .dropdown-item:active i {
        background-color: white;
    }

.btn-outline-primary {
    background: var(--background-color, #1c85e8) !important;
    color: white;
    border-color: var(--background-color, #1c85e8);
}

    .btn-outline-primary:hover {
        color: var(--text-color, white) !important;
        background-color: var(--background-color, #1c85e8) !important;
        border-color: var(--background-color, #1c85e8) !important;
    }

.sidebar-brand {
    margin-top: 70px;
    margin-bottom: 60px;
}

.row-selected {
    background: var(--background-color, #1c85e8) !important;
    color: var(--text-color, white);
}

    .row-selected button {
        width: 100%;
        font-size: var(--font-size-s);
        color: var(--light-grey);
    }

.google-visualization-orgchart-node {
    padding: 15px !important;
    color: var(--text-color, white) !important;
    background: var(--background-color, #1c85e8) !important;
    font-weight: bold;
    border: none !important;
    font-size: 1rem !important;
    cursor: pointer !important;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-lineright {
    border-right: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-nodesel {
    background: var(--text-color, white) !important;
    color: var(--background-color, #1c85e8) !important;
}

/* END Support for the logo mechanism
---------------------------------------------------------*/
/* HEADINGS
---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--background-color, #1c85e8);
}

h1 {
    font-size: var(--font-size-xl);
    font-weight: bold;
}

h2 {
    font-size: var(--font-size-l);
    font-weight: bold;
}

h5 {
    font-size: var(--font-size-m);
    font-weight: bold;
}

p {
    font-size: var(--font-size-base);
}

.text-primary {
    color: var(--background-color, #1c85e8) !important;
}

.font-xs {
    font-size: var(--font-size-s);
}

.font-bold {
    font-weight: bold;
}

.head-feature {
    margin: auto 15px;
}

/* CUSTOM COLUMNS
---------------------------------------------------------*/
.col-xs-1-10 {
    position: relative;
    min-height: 1px;
    width: 10%;
    float: left;
}

.col-sm-1-10 {
    position: relative;
    min-height: 1px;
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
        float: left;
    }
}

/* MARGINS
---------------------------------------------------------*/
.margin-top-l {
    margin-top: var(--space-l);
}

.margin-top-xxxs {
    margin-top: var(--space-xxxs);
}

.margin-bottom-s {
    margin-bottom: var(--space-s);
}

.margin-bottom-base {
    margin-bottom: var(--space-base);
}

.margin-bottom-xxxs {
    margin-bottom: var(--space-xxxs);
}

/* PADDINGS
---------------------------------------------------------*/
.padding-left-xxs {
    padding-left: var(--space-xxs);
}

/* COLORS
---------------------------------------------------------*/
.color-primary {
    color: var(--background-color, #1c85e8) !important;
}

.white-label {
    color: white;
}

.white-label-large {
    color: white;
}

/* TAG OVERRIDES
---------------------------------------------------------*/
label {
    color: var(--light-grey);
}

/* HEIGHT OVERRIDES
---------------------------------------------------------*/
#wrapper {
    height: 100%;
}

.pageContainer {
    height: 100%;
    margin-top: 78px;
    padding-left: calc(6.5rem + var(--space-l));
    padding-right: calc(6.5rem + var(--space-l));
}

    .pageContainer#pageContainer {
        height: auto;
        margin-bottom: 100px;
    }

#content-body {
    height: 100%;
}

/* GLOBAL CLASSES
---------------------------------------------------------*/
.full-height {
    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FOOTER
---------------------------------------------------------*/
.fixed-bottom-footer {
    margin-top: 40px;
    font-size: 15px;
}

    .fixed-bottom-footer > .row {
        height: 100%;
        width: 100%;
        margin: 0 6%;
        border-top: solid 1px #e6e6e6;
        padding-top: 6px;
    }

        .fixed-bottom-footer > .row .col-md-6:last-of-type {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .fixed-bottom-footer > .row .col-md-6:first-of-type div {
            height: 85%;
            background-size: contain;
            background-repeat: no-repeat;
        }


footer.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding: 2rem 0;
    flex-shrink: 0;
}

    footer.footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

.fixed-bottom-footer {
    position: fixed;
    display: flex;
    max-height: calc(100vh - 95vh);
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    line-height: 1;
    font-size: 0.8rem;
}

footer.sticky-footer {
    padding: 2rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

/* Support for the error pages
---------------------------------------------------------*/
.Error-404 {
    font-family: Cabin;
    font-size: 69px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.Error-404-msg {
    font-family: Cabin;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #858796;
}

.ImageError {
    object-fit: contain;
}

/* END Support for the error pages 
---------------------------------------------------------*/
/* Colors & Backgrounds
---------------------------------------------------------*/
.bg-yellow {
    color: #f4c831 !important;
}

.text-yellow {
    color: #f4c831 !important;
}

.tab-pane {
    padding: 15px 32px;
    background: white;
    border: 1px solid #f8f9fc;
}

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: white;
    z-index: 90000;
}

    #loader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #3a3a3a;
    border-radius: 100%;
}

@-webkit-keyframes sk-scaleout {
    0% {
    }

    100% {
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.peers {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.peer {
    display: block;
    height: auto;
    flex: 0 0 auto;
    cursor: pointer;
}

    .peer > img {
        max-width: none;
    }

.peer-greed {
    flex: 1 1 auto;
}

    .peer-greed > img {
        max-width: 100%;
    }

.peers-greed > .peer, .peers-greed > .peers {
    flex: 1 1 auto;
}

.bdrs-50p {
    border-radius: 50% !important;
}

.bdrs-10em {
    border-radius: 10em !important;
}

.w-2r {
    width: 2rem;
}

.h-3r {
    height: 3rem;
}

.mr-10 {
    margin-right: 10px !important;
}

.mR-10 {
    margin-left: 10px !important;
}

.mR-11 {
    margin-left: 11px !important;
}

.mR-12 {
    margin-left: 12px !important;
}

.mR-13 {
    margin-left: 13px !important;
}

.mR-14 {
    margin-left: 14px !important;
}

.mR-15 {
    margin-left: 15px !important;
}

.mR-menu {
    margin-right: 10px !important;
}

.divider {
    border-bottom: 1px solid #dbdfe4;
    height: 1px;
    overflow: hidden;
}

[class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

[class*=" ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

/* LOST AND FOUNDS
-------------------------------------------*/
.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

#chart_div {
    overflow-x: scroll;
}

#mapList li {
    cursor: pointer;
}

.edit-line:hover {
    cursor: pointer;
}

time.icon {
    font-size: 1em;
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
    background-color: white;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #cccccc;
    overflow: hidden;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 0.4em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.2em 0;
        color: white;
        background-color: var(--background-color);
        border-bottom: 2px dashed var(--background-color);
        box-shadow: 0 2px 0 var(--background-color);
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.icon span {
        font-size: 1em;
        letter-spacing: -0.05em;
        padding-top: 0.4em;
        color: #3a3a3a;
    }

/* ALIGNMENTS
---------------------------------------------------------*/
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0;
}

.iconpicker-popover.popover {
    width: 100%;
    left: 0;
}

.icon-xs {
    font-size: .6em;
    vertical-align: middle;
}

.row.show {
    display: flex;
}

.container-loading {
    position: fixed;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #333;
    opacity: 0.7;
}

    .container-loading > div#loading,
    div#app > div#loading {
        min-height: 100vh !important;
    }

/* SHOW TEXT */
.text-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .text-item h5 {
        margin-bottom: 1.5rem;
    }

    .text-item .content-tag .tag-button {
        color: var(--background-color);
        background-color: var(--light-blue);
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 1rem;
        margin-right: 0.5rem;
        text-transform: uppercase;
    }

.dot {
    position: fixed;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 35px;
    background-color: yellow;
    margin: 0 10px;
    top: 50%;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0;
    left: 45%;
}

.dot-two {
    margin-left: 65px;
    animation-name: move;
    animation-duration: 1s;
    background-color: blue;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0.2s;
}

.dot-three {
    margin-left: 120px;
    animation-name: move;
    animation-duration: 1s;
    background-color: #ff0000;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
}

@keyframes move {
    0% {
        top: 50%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 50%;
    }
}

.pic-edit-icon {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    margin: 5px;
}

.fa-blank {
    visibility: hidden !important;
}

.iti__flag {
    background-image: url(../lib/intl-tel-input-17.0.0/build/img/flags.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../lib/intl-tel-input-17.0.0/build/img/flags.png);
    }
}

.custom-control-input:disabled.custom-control-label::after {
    background-color: white;
    transform: translateX(0.75rem);
}

.custom-control-input:disabled.custom-control-label::before {
    border-color: green;
    background-color: green;
}

@media screen and (max-width: 750px) {
    #columns {
        column-gap: 0;
    }

        #columns figure {
            width: 100%;
        }
}

/* NAVBAR
---------------------------------------------------------*/
@media (max-width: 924px) {
    .navbar.navbar-expand {
        padding-left: 104px !important;
    }
}

@media (max-width: 768px) {
    .pageContainer {
        padding-left: calc(6.5rem + var(--space-base)) !important;
        padding-right: calc(6.5rem + var(--space-base)) !important;
    }

        .pageContainer#pageContainer {
            padding-left: calc(6.5rem + var(--space-base)) !important;
            padding-right: calc(6.5rem + var(--space-base)) !important;
        }

    .sidebar .scrollable-menu .nav-item .nav-link .menu-parent {
        display: none;
    }

    .navbar.navbar-expand {
        padding-left: 104px !important;
    }

        .navbar.navbar-expand .col-md-6:first-of-type .navbar-search {
            display: none !important;
        }
}

.sidebar-dark #sidebarToggle {
    background-color: var(--text-color);
    opacity: 0.5;
}

    .sidebar-dark #sidebarToggle:hover {
        background-color: var(--text-color);
        opacity: 0.25;
    }

    .sidebar-dark #sidebarToggle::after {
        color: var(--background-color, #1c85e8);
        opacity: 0.5;
    }

.sidebar-dark .nav-item .nav-link i {
    color: var(--text-color);
}

.sidebar-dark .nav-item .nav-link:active {
    color: var(--text-color);
}

    .sidebar-dark .nav-item .nav-link:active i {
        color: var(--text-color);
    }

.sidebar-dark .nav-item .nav-link:focus {
    color: var(--text-color);
}

    .sidebar-dark .nav-item .nav-link:focus i {
        color: var(--text-color);
    }

.sidebar-dark .nav-item .nav-link:hover {
    color: var(--text-color);
}

    .sidebar-dark .nav-item .nav-link:hover i {
        color: var(--text-color);
    }

.sidebar-dark hr.sidebar-divider {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--text-color);
    opacity: 0.15;
}

.sidebar-dark.toggled #sidebarToggle::after {
    color: var(--background-color, #1c85e8);
    opacity: 0.5;
}

.nav-item:hover {
    color: var(--background-color, #1c85e8);
}

.nav-tabs .nav-link {
    margin-bottom: 0px !important;
}

    .nav-tabs .nav-link.active {
        color: var(--text-color) !important;
        background-color: var(--background-color, #1c85e8) !important;
        border-color: var(--background-color, #1c85e8) !important;
        font-weight: bold;
    }

.navbar.navbar-expand {
    /*padding-left: var(--side-menu-width) !important;*/
}

    .navbar.navbar-expand .col-md-12:last-of-type .navbar-nav {
        justify-content: flex-end;
    }

    .navbar.navbar-expand .col-md-12:last-of-type .dropdown-toggle .notification {
        width: 35px;
        max-height: 30px;
        margin-top: 8px;
    }

#fixedNav {
    position: fixed;
    right: 0;
    z-index: 1030;
    width: 100%;
}

    #fixedNav .nav-item {
        /*margin-left: 24px;*/
        display: flex;
    }

    #fixedNav .img-circle {
        margin-right: 10px;
    }

/* ICONPICKER
---------------------------------------------------------*/
.fade.right.in {
    opacity: 1;
}

.fade.left.in {
    opacity: 1;
}

.fade.bottom.in {
    opacity: 1;
}

.fade.top.in {
    opacity: 1;
}

.iconpicker .iconpicker-items {
    display: flex;
    max-width: 100%;
    height: 145px;
    flex-wrap: wrap;
}

.iconpicker .iconpicker-item {
    margin: 0 10px 12px 0;
}

    .iconpicker .iconpicker-item.iconpicker-selected {
        background-color: var(--background-color, #1c85e8);
    }

/* SIDEMENU
---------------------------------------------------------*/
.sidebar-brand-icon {
    width: 100%;
    max-width: 195px;
    height: 50px;
    background-image: url(/Resources/Images/kameleon_logo.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(5);
}

/* MAIN MENU
---------------------------------------------------------*/
.logo-menu-nav {
    width: 100%;
    height: 55px;
}

.menubar-brand-default {
    width: 100%;
    height: 55px;
    background-image: url(/Resources/Images/kameleon_logo.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.taskbar-menu{
    position: absolute;
    left: 124px;
}

.main-sidebar-menu {
    position: absolute;
    left: 26px;
}

/* CAROUSEL
---------------------------------------------------------*/
.carousel {
    width: 100%;
}

.carousel-item {
    position: absolute;
    float: none;
    margin-right: unset;
    transition: transform 0.6s linear;
}

    .carousel-item.active {
        position: relative;
        display: flex;
        margin: 0;
    }

.carousel-item-next {
    position: fixed;
    display: block;
    margin: 0;
}

.carousel-item-prev {
    position: absolute;
    display: flex;
    margin: 0;
}

.carousel-control-prev {
    transition: opacity 0.15s linear;
}

.carousel-control-next {
    transition: opacity 0.15s linear;
}

.controls-top {
    position: absolute;
    left: -14px;
    width: calc(100% + 28px);
    top: 50%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

    .controls-top .btn-floating i {
        color: var(--dark-grey);
        font-size: var(--font-size-l);
    }

/* TAGS
---------------------------------------------------------*/
.quest-label {
    display: block;
    border-radius: var(--border-radius-s);
    background-color: var(--light-blue);
    border: unset;
    padding: var(--space-xxxs) var(--space-base);
    color: var(--dark-blue);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    margin-bottom: 1%;
    text-align: center;
}

    .quest-label > span {
        display: inline !important;
    }

.tag-button {
    margin-right: 5px;
}

    .tag-button i {
        margin-left: 5px;
    }

/* ACCORDION
---------------------------------------------------------*/
.accordion-feedback .table_mysurveys tr td h5 {
    font-size: var(--font-size-base);
}

.accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-7 > div {
    background-color: #f8f9fc;
}

.accordion-feedback .card-header {
    color: var(--background-color, #1c85e8) !important;
}

.accordion-feedback tbody > * {
    font-size: var(--font-size-xs);
}

.accordion-feedback tbody > tr > .col-md-8 {
    padding-top: 0;
    overflow: hidden;
    overflow-x: scroll;
}

    .accordion-feedback tbody > tr > .col-md-8 .accordion-feedback__question {
        border-left: 1px solid var(--lighter-grey);
        border-right: 1px solid var(--lighter-grey);
        border-bottom: 1px solid var(--lighter-grey);
        padding: var(--space-xxs);
    }

.accordion-feedback--manager .table_mysurveys tbody tr td:not(:last-of-type) {
    border-right: 1px solid var(--grey-border);
}

.accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p {
    font-size: var(--font-size-s);
}

    .accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p .accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-5 {
        background-color: #f8f9fc;
    }

.accordion-feedback__answers {
    padding: 0;
}

    .accordion-feedback__answers > div {
        display: inline-flex;
        height: 100%;
    }

        .accordion-feedback__answers > div div {
            border-left: 1px solid var(--lighter-grey);
            border-bottom: 1px solid var(--lighter-grey);
            padding: var(--space-xxs);
        }

            .accordion-feedback__answers > div div:nth-child(even) {
                min-width: 70px;
            }

            .accordion-feedback__answers > div div:nth-child(odd) {
                font-weight: bold;
                min-width: 100px;
                width: 100px;
            }

            .accordion-feedback__answers > div div:first-of-type {
                border-left: none;
            }

            .accordion-feedback__answers > div div:last-of-type {
                border-right: 1px solid var(--lighter-grey);
            }

.accordion-feedback__result p {
    font-size: var(--font-size-s);
}

.card-header {
    padding-left: var(--space-base);
    height: var(--accordion--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header span {
        font-size: var(--font-size-base);
        font-weight: bold;
    }

.accordion-feedback--manager .table_mysurveys tbody tr td:not(:last-of-type) {
    border-right: 1px solid var(--grey-border);
}

.accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p {
    font-size: var(--font-size-s);
}

    .accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p.accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-5 {
        background-color: #f8f9fc;
    }

.accordion-feedback__result p {
    font-size: var(--font-size-s);
}

.accordion {
    margin: var(--space-base) 0;
}

    .accordion > .card .card-header {
        margin-bottom: 0;
    }

    .accordion .card {
        border: 1px solid var(--grey-border);
    }

    .accordion .collapse.show .card-body {
        border-bottom: 1px solid var(--grey-border);
        padding-bottom: 0;
    }

.accordion-feedback .table_mysurveys tr td h5 {
    font-size: var(--font-size-base);
}

.accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-7 > div {
    background-color: #f8f9fc;
}

.accordion-feedback .card-header {
    color: var(--background-color, #1c85e8) !important;
}

.accordion-feedback tbody > * {
    font-size: var(--font-size-xs);
}

.accordion-feedback tbody > tr > .col-md-8 {
    padding-top: 0;
    overflow: hidden;
    overflow-x: scroll;
}

    .accordion-feedback tbody > tr > .col-md-8 .accordion-feedback__question {
        border-left: 1px solid var(--lighter-grey);
        border-right: 1px solid var(--lighter-grey);
        border-bottom: 1px solid var(--lighter-grey);
        padding: var(--space-xxs);
    }

.accordion-feedback__answers {
    padding: 0;
}

    .accordion-feedback__answers > div {
        display: inline-flex;
        height: 100%;
    }

        .accordion-feedback__answers > div div {
            border-left: 1px solid var(--lighter-grey);
            border-bottom: 1px solid var(--lighter-grey);
            padding: var(--space-xxs);
        }

            .accordion-feedback__answers > div div:nth-child(even) {
                min-width: 70px;
            }

            .accordion-feedback__answers > div div:nth-child(odd) {
                font-weight: bold;
                min-width: 100px;
                width: 100px;
            }

            .accordion-feedback__answers > div div:first-of-type {
                border-left: none;
            }

            .accordion-feedback__answers > div div:last-of-type {
                border-right: 1px solid var(--lighter-grey);
            }

.accordion {
    margin: var(--space-base) 0;
}

    .accordion .card {
        border: 1px solid var(--grey-border);
    }

    .accordion > .card .card-header {
        margin-bottom: 0;
    }

    .accordion .collapse.show .card-body {
        border-bottom: 1px solid var(--grey-border);
        padding-bottom: 0;
    }

    .accordion.tipper-distribution .collapse.show .card-body {
        padding: 20px;
    }

        .accordion.tipper-distribution .collapse.show .card-body input {
            max-width: 100px;
        }

/* MODALS
---------------------------------------------------------*/
.modal-large {
    z-index: 9998;
}

.modal-header .modal-title {
    color: var(--light-grey);
}

.modal__expired-session {
    z-index: 100000;
    background: rgba(0, 0, 0, 0.7);
}

    .modal__expired-session .modal-dialog {
        width: 450px;
    }

.modal__new-survey .modal-dialog {
    height: 470px;
    width: 450px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.modal__new-survey .modal-content {
    border: 0;
    height: 100%;
    width: 100%;
}

.modal__new-survey .survey-card {
    height: 100%;
    width: 100%;
}

.modal__new-survey .card.survey-card .card-body .card-title {
    text-align: center;
}

.modal__new-survey .card.survey-card .card-body .card-text {
    text-align: center;
    font-size: var(--font-size-xs);
    font-weight: normal;
    color: var(--light-grey);
    white-space: inherit;
}

    .modal__new-survey .card.survey-card .card-body .card-text:last-of-type {
        font-size: var(--font-size-xs);
        font-weight: bold;
        color: var(--grey);
    }

.modal__new-survey .card.survey-card .card-body h5 {
    color: var(--grey);
}

.modal__new-survey .card.survey-card .card-body .btn-secondary {
    margin-right: var(--space-xxs);
    width: 100%;
    max-width: 150px;
    padding: var(--space-xxxs) var(--space-xs);
}

.modal__new-survey .card.survey-card .card-body .btn-primary {
    width: 100%;
    max-width: 150px;
    padding: var(--space-xxxs) var(--space-xs);
}

.submit-questionnaire .modal-content {
    width: 35% !important;
    left: 35% !important;
    height: auto !important;
}

.submit-questionnaire .modal-body {
    left: 2% !important;
    right: 2% !important;
}

.exit-quest {
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}

    .exit-quest .modal-content {
        width: 410px;
        height: 370px;
    }

    .exit-quest .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .exit-quest .modal-body p {
            color: var(--grey);
            font-size: var(--font-size-s);
            font-weight: bold;
            margin-top: var(--space-s);
        }

        .exit-quest .modal-body h5 {
            font-size: var(--font-size-l);
        }

    .exit-quest .modal-footer {
        border: 0;
    }

.modal-header .modal-title {
    color: var(--light-grey);
}

.row.show {
    display: flex;
}

/* BUTTONS
---------------------------------------------------------*/
.btn:focus {
    box-shadow: none;
}

.btn.focus {
    box-shadow: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.btn-primary {
    font-size: var(--font-size-base);
    background: var(--background-color, #1c85e8) !important;
    border: 1px solid var(--background-color, #1c85e8) !important;
    border-radius: var(--border-radius);
}

    .btn-primary:focus {
        box-shadow: none;
    }

    .btn-primary.focus {
        box-shadow: none;
    }

    .btn-primary:hover {
        color: white;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        font-size: var(--font-size-base);
        background: var(--background-color, #1c85e8) !important;
        border: 1px solid var(--background-color, #1c85e8) !important;
        border-radius: var(--border-radius);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none;
        }

    .btn-primary:not(:disabled):not(.disabled).active:focus {
        box-shadow: none;
    }

.btn-reduced-height {
    height: 38px !important;
}

.btn-secondary {
    font-size: var(--font-size-base);
    color: var(--background-color, #1c85e8);
    background: var(--bs-white);
    border: solid 1px var(--background-color, #1c85e8);
    border-radius: var(--border-radius);
}

    .btn-secondary:focus {
        box-shadow: none;
    }

    .btn-secondary.focus {
        box-shadow: none;
    }

    .btn-secondary:hover {
        background: var(--bs-white);
    }

    .btn-secondary:not(:disabled):not(.disabled):active {
        font-size: var(--font-size-base);
        color: var(--background-color, #1c85e8);
        background: var(--bs-white);
        border: solid 1px var(--background-color, #1c85e8);
        border-radius: var(--border-radius);
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none;
        }

    .btn-secondary:not(:disabled):not(.disabled).active:focus {
        box-shadow: none;
    }

.btn-large {
    min-width: 334px;
    padding: 8px 0;
}

button.bg-primary:hover {
    background-color: var(--background-color, #1c85e8);
}

button.bg-primary:focus {
    background-color: var(--background-color, #1c85e8);
}

.btn-group {
    margin-top: 5px;
}

.btn-circle {
    font-size: var(--font-size-base);
    font-weight: bold;
    width: 30px;
    height: 30px;
    margin-right: var(--space-xxs);
    border-radius: 15px;
    text-align: center;
    line-height: 1.42857;
    cursor: default;
}

    .btn-circle:not(:disabled):not(.disabled) {
        font-size: var(--font-size-base);
        font-weight: bold;
        width: 30px;
        height: 30px;
        margin-right: var(--space-xxs);
        border-radius: 15px;
        text-align: center;
        line-height: 1.42857;
        cursor: default;
    }

        .btn-circle:not(:disabled):not(.disabled):active {
            font-size: var(--font-size-base);
            font-weight: bold;
            width: 30px;
            height: 30px;
            margin-right: var(--space-xxs);
            border-radius: 15px;
            text-align: center;
            line-height: 1.42857;
            cursor: default;
        }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified .btn .btn {
            width: 100%;
        }

        .btn-group-justified .btn .dropdown-menu {
            left: auto;
        }

    .btn-group-justified .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified .btn-group .dropdown-menu {
            left: auto;
        }

/* SIDE MENU
---------------------------------------------------------*/
.sidebar .nav-item .collapse {
    margin-left: 39px !important;
    margin-right: 8px !important;
    padding: 0;
}

.sidebar .nav-item .menu-child {
    margin-left: 39px !important;
    margin-right: 8px !important;
}

    .sidebar .nav-item .menu-child .collapse-inner button {
        padding: 0;
    }

.sidebar .sidebar-brand {
    margin: 0;
    height: 200px;
}

    .sidebar .sidebar-brand > div {
        width: 180px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .sidebar .sidebar-brand > #icon {
        width: 90px;
    }

.sidebar.toggled .nav-item .menu-child {
    margin-left: 20px !important;
    margin-right: 8px !important;
}

    .sidebar.toggled .nav-item .menu-child ul.menu-child {
        margin-left: 10px !important;
        margin-right: 8px !important;
    }

.sidebar.toggled .nav-item .nav-link a {
    display: none;
}

.fixed-width {
    width: 23px;
    text-align: center;
}

.menu-parent {
    color: var(--text-color) !important;
}

    .menu-parent:hover {
        color: var(--text-color) !important;
        text-decoration: none;
    }

.menu-icon-collapsed {
    display: inline !important;
}

.menu-item-collapsed {
    width: 100% !important;
}

.menu-item-arrow {
    padding-left: 60px;
}

.menu-icon-color {
    color: var(--text-color) !important;
}

.col-menu-2 {
    flex: 0 0 16.66667%;
    max-width: 14%;
    margin-left: 5px;
}

.no-icon {
    padding-left: 1.35rem !important;
}

.dynamic-menu > .scrollable-menu::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.dynamic-menu > .scrollable-menu {
    width: 100%;
    text-align: center;
    overflow-y: auto;
    height: 70vh;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
}

    .dynamic-menu > .scrollable-menu > ul {
        padding-left: 0;
    }
/* CUSTOM SELECT
---------------------------------------------------------*/
.select-group {
    position: relative;
}

    .select-group .dropdown-button {
        height: 40px;
        padding: 0 24px;
        width: 100%;
        max-width: 210px;
        font-weight: bold;
        color: #454548;
        background-color: var(--bs-white);
        border: solid 1px #e6e6e6 !important;
        border-radius: 0.35rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 14px;
        padding-left: 16px;
        border-radius: 0;
    }

        .select-group .dropdown-button:focus {
            outline: none;
        }

        .select-group .dropdown-button .selected-option {
            display: none;
        }

        .select-group .dropdown-button i {
            display: none;
            margin-right: 15px;
            color: #f6ae06;
            font-size: 10px;
        }

            .select-group .dropdown-button i.pinned {
                display: block;
            }

    .select-group input {
        border: 2px solid #d3d9f0;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0.3rem;
        height: 3.2rem;
        padding: 1rem;
    }

        .select-group input[type=submit] {
            margin: 2.4rem 0;
            background-color: #2659ff;
            border: none;
            color: white;
            font-size: 1.3rem;
            height: 4rem;
        }

    .select-group label {
        display: block;
        font-weight: 500;
        padding: 2rem 0 0.5rem;
    }

    .select-group .arrow {
        background-image: url(/Resources/Images/chevron-down-solid.svg);
        height: 5px;
        background-repeat: no-repeat;
        width: 8px;
        background-size: contain;
    }

    .select-group .dropdown {
        position: absolute;
        width: 100%;
        top: 7rem;
        box-sizing: border-box;
        border: 2px solid #d3d9f0;
        border-radius: .3rem;
        overflow: hidden;
    }

    .select-group .option {
        display: none;
    }

    .select-group .select-item {
        color: #454548;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 12px;
        padding: 1rem 24px;
        background-color: #f9f9f9;
    }

        .select-group .select-item:hover {
            background-color: #f2f2f2;
        }

        .select-group .select-item i {
            font-size: 10px;
            margin-right: 6px;
        }

    .select-group .hidden {
        display: none;
    }

.select-selected {
    background-color: DodgerBlue;
    color: white;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: white transparent transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent white transparent;
        top: 7px;
    }

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

    .select-items div {
        color: white;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
    }

        .select-items div:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

.select-hide {
    display: none;
}

.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* SEARCH BOX
---------------------------------------------------------*/
.checkbox-dropdown {
    padding-left: 10px;
}

.checkbox-group {
    float: left;
    width: 50%;
}

.select2-drop {
    display: none !important;
}

.dropdown-checkbox {
    list-style-type: none;
    overflow: hidden;
    overflow-y: scroll;
    height: 5em;
}

.hideSearch .select2-search {
    display: none;
}

.hideSearch .select2-results {
    display: none;
}

.hideSearch .select2-dropdown {
    display: none;
}

.input-group-style {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#input-tag {
    width: 200px;
}

#clear-tag {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
}

.searchBox {
    width: 12%;
}

.searchBox2 {
    width: 6%;
}

.pageContainer2 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 2%;
    padding-left: 9%;
}

.body-tip {
    max-height: 400px;
    overflow-y: scroll;
}

@media screen and (max-width: 1750px) {
    .searchBox {
        width: 14%;
    }

    .searchBox2 {
        width: 8%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 9%;
    }
}

@media screen and (max-width: 1650px) {
    .searchBox {
        width: 14%;
    }

    .searchBox2 {
        width: 10%;
    }

    .pageContainer {
        padding-right: 10%;
        padding-left: 10%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 9%;
    }
}

@media screen and (max-width: 1450px) {
    .searchBox {
        width: 16%;
    }

    .pageContainer {
        padding-right: 10%;
        padding-left: 10%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 11%;
    }
}

@media screen and (max-width: 1350px) {
    .searchBox {
        width: 18%;
    }

    .pageContainer {
        padding-right: 10%;
        padding-left: 10%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 11%;
    }
}

@media screen and (max-width: 1100px) {
    .searchBox {
        width: 17%;
    }

    .pageContainer {
        padding-right: 10%;
        padding-left: 10%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 13%;
    }
}

@media screen and (max-width: 950px) {
    .searchBox {
        width: 22%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 16%;
    }
}

@media screen and (min-width: 768px) {
    .pageContainer {
        padding-left: calc(6.5rem + var(--space-base));
        padding-right: calc(6.5rem + var(--space-base));
    }

        .pageContainer > #content-body > .row > #loading {
            padding-left: calc(6.5rem + var(--space-base));
            padding-right: calc(6.5rem + var(--space-base));
        }

    .pageContainer2 > #content-body > .row > #loading {
        padding-right: 9%;
    }
}

.action-dropdown {
    max-width: 210px;
}

/* LIST VIEW
--------------------------------------*/
#listView {
    padding-top: 20px;
    padding-bottom: 4px;
    padding-left: 0;
    list-style-type: none;
    overflow-y: auto;
}

    #listView li {
        padding: 10px;
        margin-bottom: 15px;
    }

        #listView li img {
            width: 100%;
            height: auto;
            padding-bottom: 15px;
            margin-bottom: 5px;
        }

        #listView li div .pic-title {
            border-bottom: 1px solid #cccccc;
            font-weight: bold;
        }

        #listView li div .pic-desc {
            margin-top: 15px;
        }

    #listView .col-md-3 a {
        height: 100%;
    }

        #listView .col-md-3 a div {
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            max-width: 360px;
        }

/* CARD VIEW
--------------------------------------*/
#card-view {
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    list-style-type: none;
    overflow-y: auto;
}

/* MENU ITEM
--------------------------------------*/
#menuitem-view {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    list-style-type: none;
    overflow-y: auto;
}

.btn-menuitem {
    font-weight: bold !important;
    font-size: var(--font-size-base) !important;
    height: 65px !important;
}

/* SVG and other things
--------------------------------------*/
div {
    /*&#scrollcolumns figure {
        background: $color_white_approx;
        border: 2px solid $color_alabaster_approx;
        //Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
        box-shadow: 0 1px 2px $color_cocoa_brown_40_approx;
        margin: 0 5px 15px;
        padding-bottom: 10px;
        //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
        transition: opacity .4s ease-in-out;
        display: inline-block;
        //Instead of the line below you could use @include column-break-inside($value)
        column-break-inside: avoid;
        //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
        border-radius: 5px;

        img {
            width: 270px;
            height: 170px;
            //Instead of the line below you could use @include border-top-left-radius($radius)
            border-top-left-radius: inherit;
            //Instead of the line below you could use @include border-top-right-radius($radius)
            border-top-right-radius: inherit;
            position: relative;
        }

        .img-container {
            position: relative;
            //Instead of the line below you could use @include border-radius($radius, $vertical-radius)
            border-radius: inherit;
            white-space: normal;
        }

        .img-tag {
            position: absolute;
            bottom: 8px;
            left: 16px;
        }

        .pic-title {
            font-weight: bold;
            margin: 10px 0 0 10px;
        }

        .pic-desc {
            margin-top: 15px;
            margin: 10px 0 0 10px;
        }
    }*/
}

    div#issuesimg figure {
        background: #fefefe;
        border: 2px solid #f9f9f9;
        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
        margin: 0 2px 15px;
        padding: 15px;
        padding-bottom: 10px;
        transition: opacity .4s ease-in-out;
        display: inline-block;
        column-break-inside: avoid;
    }

        div#issuesimg figure img {
            width: 100%;
            height: auto;
            padding-bottom: 15px;
            margin-bottom: 5px;
        }

        div#issuesimg figure .pic-title {
            border-bottom: 1px solid #cccccc;
            font-weight: bold;
        }

        div#issuesimg figure .pic-desc {
            margin-top: 15px;
        }

    div#issuesimg small {
        font-size: 1rem;
        float: right;
        text-transform: uppercase;
        color: #aaaaaa;
    }

        div#issuesimg small a {
            color: #616161;
            text-decoration: none;
            transition: .4s color;
        }

    div#columns figure {
        background: #fefefe;
        border: 2px solid #f9f9f9;
        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
        margin: 0 2px 15px;
        padding: 15px;
        padding-bottom: 10px;
        transition: opacity .4s ease-in-out;
        display: inline-block;
        column-break-inside: avoid;
    }

        div#columns figure img {
            width: 100%;
            height: auto;
            padding-bottom: 15px;
            margin-bottom: 5px;
        }

        div#columns figure .pic-title {
            border-bottom: 1px solid #cccccc;
            font-weight: bold;
        }

        div#columns figure .pic-desc {
            margin-top: 15px;
        }

    div#columns small {
        font-size: 1rem;
        float: right;
        text-transform: uppercase;
        color: #aaaaaa;
    }

        div#columns small a {
            color: #616161;
            text-decoration: none;
            transition: .4s color;
        }

    div#columns:hover figure:not(:hover) {
        opacity: 0.4;
    }

    div #issuesimg figure figcaption {
        font-size: .9rem;
        color: #3a3a3a;
        line-height: 1.5;
    }

    div #columns figure figcaption {
        font-size: .9rem;
        color: #3a3a3a;
        line-height: 1.5;
    }

    div #columns figure .pic-edit-icon {
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: flex-end;
        margin: 5px;
        margin-right: 0;
        padding-right: 0;
    }

#columns {
    column-width: 320px;
    column-gap: 15px;
    margin: 15px;
}

/* LOST AND FOUND COMPONENTS
---------------------------------------------------------*/
.select2 {
    width: 100%;
    height: 100%;
}

.filters-feedback {
    display: flex;
    justify-content: flex-end;
    display: block;
}

    .filters-feedback > div {
        margin: 0 var(--space-xxs);
    }

    .filters-feedback .btn {
        font-size: var(--font-size-xs);
        font-style: italic;
        height: 28px;
        padding: 0 var(--font-size-xs);
    }

        .filters-feedback .btn i {
            margin-right: var(--space-xxxs);
        }

    .filters-feedback .select2 {
        max-width: 500px !important;
    }

    .filters-feedback .select2-selection {
        max-height: 200px;
        overflow: auto;
    }

        .filters-feedback .select2-selection:after {
            content: "▼";
            font-size: 10px;
            padding: 10px 0;
            position: absolute;
            right: 20px;
            top: 0;
            z-index: 1;
        }

    .filters-feedback .select2-container--default .select2-selection--single {
        border: solid 1px #d1d3e2;
    }

.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

    .select2-container--default .select2-selection--single.required {
        border-color: #ff0000;
    }

    .select2-container--default .select2-selection--single.invalid {
        border-color: #ff0000;
    }

    .select2-container--default .select2-selection--single:focus {
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--light-grey);
        font-size: var(--font-size-xs);
        line-height: 32px;
        height: calc(1.5em + 0.75rem + 2px);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

ul.bootpag.pagination > li > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--background-color, #1c85e8);
    background-color: white;
    border: 1px solid #d1d3e2;
}

ul.bootpag.pagination > li.active > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--text-color, white);
    background-color: var(--background-color, #1c85e8);
    border: 1px solid #d1d3e2;
    text-decoration: none;
}

ul.bootpag.pagination > li.disabled > a {
    position: relative;
    visibility: hidden;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--text-color, white);
    background-color: var(--background-color, #1c85e8);
    border: 1px solid #d1d3e2;
    text-decoration: none;
}

ul.bootpag.pagination > li:not(.active):hover > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--background-color, #1c85e8);
    background-color: var(--text-color, white);
    border: 1px solid #d1d3e2;
    text-decoration: none;
}

.img-circle {
    width: 56px;
    height: 56px;
    border: 1px solid var(--background-color, #1c85e8);
    border-radius: 100%;
}

    .img-circle > div {
        height: 100%;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.select2-dropdown {
    z-index: 9999;
}

input::-webkit-inner-spin-button {
    margin: 0;
}

/*all the Sass code handling the layout, which is the container and grid systems*/
/* FORMS
---------------------------------------------------------*/
.form-control {
    margin-top: 5px;
}

    .form-control:focus {
        box-shadow: unset;
        border-color: #d1d3e2;
    }

    .form-control.invalid {
        border-color: #ff0000;
    }

.form-group {
    position: relative;
    margin-bottom: var(--space-s);
}

    .form-group .form-group {
        margin-bottom: 0;
    }

    .form-group .img-input {
        margin-top: var(--space-base);
    }

        .form-group .img-input img {
            width: 100%;
        }

    .form-group .custom-file-label {
        white-space: nowrap;
        width: 100%;
        height: 2.375rem;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: var(--space-m);
    }

        .form-group .custom-file-label::after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: "\f0c6";
            background-color: transparent;
            border-left: 0;
        }

    .form-group.field-phone > div {
        display: flex;
        align-items: center;
    }

        .form-group.field-phone > div .cc-picker {
            display: flex;
            align-items: center;
            width: 25%;
            z-index: 10000;
        }

    .form-group.required .form-control {
        border-color: #ff0000;
    }

    .form-group.invalid .form-control {
        border-color: #ff0000;
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #bac8f3;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #eaecf4;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 0.35rem 0.35rem 0;
    }

.custom-file-remove {
    height: calc(1.5em + 0.75rem + 2px);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #1cc88a;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #1cc88a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e74a3b;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e74a3b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
        margin-left: -1px;
    }

    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
        z-index: 3;
    }

    .input-group > .custom-file .custom-file-input:focus {
        z-index: 4;
    }

    .input-group > .form-control:not(:last-child),
    .input-group > .custom-select:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .form-control:not(:first-child),
    .input-group > .custom-select:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.cc-picker-flag {
    top: -1px;
}

.cc-picker-code-select-enabled::after {
    top: 6px;
    right: 18px;
}

.form-group__error-msg {
    display: none;
    position: absolute;
    color: #ff0000;
}

.custom-error-msg {
    position: absolute;
    color: #cc0000;
}

.show {
    display: block;
}

    .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.form-group_tag.invalid::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    left: 94%;
    content: "\f00d";
    color: #ff0000;
}

.form-group_tag.valid::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    left: 94%;
    content: "\f00c";
    color: #228b22;
}

.form-group_tag.valid .form-control {
    border-color: #228b22;
}

/* CARDS
---------------------------------------------------------*/
.no-wrap {
    white-space: nowrap !important;
}

.card.survey-card {
    width: 100%;
    height: 328px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: var(--border-radius);
}

    .card.survey-card .card-img-top {
        position: relative;
        height: 100%;
        display: flex;
        background-size: cover;
        padding: var(--space-base);
        background-repeat: no-repeat;
    }

        .card.survey-card .card-img-top > div {
            position: absolute;
            bottom: var(--space-xxxs);
        }

        .card.survey-card .card-img-top .quest-label {
            width: auto;
            display: inline-block;
            margin-bottom: var(--space-xxxs);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
            margin-right: var(--space-xxxs);
        }

    .card.survey-card .card-body {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: var(--space-base);
    }

        .card.survey-card .card-body .card-title {
            width: 100%;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 95%;
        }

        .card.survey-card .card-body .card-text {
            width: 100%;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 95%;
        }

        .card.survey-card .card-body span {
            display: block;
            text-align: right;
            font-size: var(--font-size-m);
            padding: var(--space-xxs) 0;
        }

        .card.survey-card .card-body .btn-primary {
            padding: var(--space-xxs) 0;
            width: 100%;
        }

    .card.survey-card.detail .card-body {
        padding: var(--space-xs);
    }

        .card.survey-card.detail .card-body .btn-primary {
            padding: var(--space-xxs) var(--space-base);
        }

        .card.survey-card.detail .card-body .card-title {
            margin-bottom: var(--space-s);
        }

    .card.survey-card.detail .card-img-top {
        padding: var(--space-xs);
    }

    .card.survey-card.detail.disabled {
        opacity: 0.75;
    }

    .card.survey-card .quest-response__next .card-body .card-text {
        font-size: var(--font-size-s);
        font-weight: bold;
        color: var(--grey);
    }

.card.question__multi-choice > .list-group:first-child .list-group-item:first-child {
    border-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

showCard-card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

showCard-Body:hover {
    transform: scale(1.05);
}

.card-header {
    padding-left: var(--space-base);
    height: var(--accordion--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header span {
        font-size: var(--font-size-base);
        font-weight: bold;
    }

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 1700px) {
    .card-columns {
        column-count: 4;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 2100px) {
    .card-columns {
        column-count: 5;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

#issuesimg {
    column-width: 1080px;
    column-gap: 15px;
    margin: 15px;
}

/* TABLE
---------------------------------------------------------*/
.table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
}

    .table .thead-light th {
        padding: 12px 0 12px 10px;
    }

        .table .thead-light th:not(:first-of-type) {
            min-width: 168px;
            max-width: 168px;
            width: 160px !important;
        }

    .table .thead-light .table-actions {
        position: sticky;
        min-width: 60px;
        width: 60px !important;
        padding: 12px 0;
        left: 0;
        z-index: 100;
        background: #f8f9fc;
        display: table-cell;
        text-align: center;
    }

    .table th {
        padding: 12px 0 12px 10px;
    }

        .table th.table-actions {
            display: flex;
            justify-content: center;
            margin: 0;
        }

    .table.col5 .thead-light th:not(:first-of-type) {
        min-width: 175px;
    }

    .table.col5 th:not(:first-of-type) {
        min-width: 175px;
    }

    .table.col5 td:not(:first-of-type) {
        min-width: 175px;
    }

    .table.col4 .thead-light th:not(:first-of-type) {
        min-width: 212px;
        min-width: 214px;
    }

    .table.col4 th:not(:first-of-type) {
        min-width: 212px;
        min-width: 214px;
    }

    .table.col4 td:not(:first-of-type) {
        min-width: 214px;
    }

    .table.col2 .thead-light .tbl-header-group {
        width: 45%;
    }

    .table.col2 .thead-light th:not(:first-of-type) {
        width: 435px !important;
    }

    .table.col2 td span {
        width: 100%;
    }

    .table.col2 td:not(:first-of-type) {
        width: 435px !important;
    }

    .table.col2 thead {
        display: table-header-group;
    }

    .table.col2 tbody {
        display: table-header-group;
    }

    .table.col2 th:not(:first-of-type) {
        width: 435px !important;
    }

    .table td {
        vertical-align: middle;
        padding: 0;
        font-size: 12px;
        padding: 10px 0 10px 38px;
        border: 0;
    }

        .table td span {
            display: block;
            width: 168px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .table td.table-actions {
            background-color: #f8f9fc;
            padding: 0;
            border-top: 0.5px solid #cccccc;
        }

            .table td.table-actions.no-border {
                border: 0;
            }

            .table td.table-actions.global {
                background-color: var(--bs-white);
                color: var(--dark-grey);
                border: 0;
            }

                .table td.table-actions.global.color-primary {
                    color: var(--background-color, #1c85e8);
                }

        .table td .content-tag span {
            width: auto;
            max-width: 160px;
            display: inline-block;
            overflow: hidden;
        }

    .table .table-actions {
        position: sticky;
        min-width: 60px;
        width: 60px !important;
        padding: 12px 0;
        left: 0;
        z-index: 100;
    }

        .table .table-actions > div {
            display: flex;
            justify-content: space-around;
        }

        .table .table-actions .btn {
            padding: 0;
            justify-content: space-around;
            overflow: visible;
        }

            .table .table-actions .btn:hover {
                color: #858796;
            }

            .table .table-actions .btn i {
                font-size: 14px;
            }

    .table .row-selected .color-primary {
        color: white;
    }

    .table .row-selected td.table-actions.global {
        background-color: inherit;
        color: var(--dark-grey);
        border: 0;
    }

        .table .row-selected td.table-actions.global.color-primary {
            color: var(--bs-white);
        }

    .table.show-table tbody tr td {
        position: relative;
        width: 20%;
        cursor: default;
    }

        .table.show-table tbody tr td:first-of-type {
            width: 8% !important;
        }

        .table.show-table tbody tr td:last-of-type {
            width: 16% !important;
            min-width: unset;
        }

            .table.show-table tbody tr td:last-of-type button {
                flex-direction: initial;
                display: flex;
                width: 100%;
                justify-content: center;
            }

        .table.show-table tbody tr td.show-table__order {
            width: 16% !important;
        }

        .table.show-table tbody tr td.show-table__desc {
            width: 36% !important;
        }

    .table.show-table tbody tr .content-tag {
        position: relative;
        max-width: 168px;
        background-color: transparent;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .table.show-table tbody tr .content-tag:hover {
            position: absolute;
            top: 21px;
            background-color: #f8f9fc;
            white-space: inherit;
            z-index: 1000;
        }

        .table.show-table tbody tr .content-tag span {
            display: inline;
        }

    .table.show-table .thead-light th:first-of-type {
        width: 8% !important;
    }

    .table.show-table .thead-light th:last-of-type {
        width: 16% !important;
        min-width: unset;
    }

    .table.show-table .thead-light th.show-table__order {
        width: 16% !important;
    }

    .table.show-table .thead-light th.show-table__desc {
        width: 36% !important;
    }

    .table.col3 td:not(:first-of-type) {
        padding: 10px 0 10px 10px;
    }

        .table.col3 td:not(:first-of-type) span {
            padding-left: 28px;
        }

    .table tbody .table-actions {
        display: table-cell;
    }

    .table thead .table-actions .btn {
        height: auto;
        width: 100%;
    }

td.table-actions {
    display: flex;
    text-align: center;
}

.table-actions button {
    width: 100%;
}

.datepicker-days .table-condensed tbody {
    width: 100%;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

    .dataTables_scrollHeadInner .table {
        width: 100% !important;
    }

thead {
    width: inherit;
}

tbody {
    width: inherit;
}

tfoot {
    width: inherit;
}

myTabContent.table td:not(:first-of-type) {
    min-width: 168px;
    max-width: 168px;
    width: 160px !important;
    min-width: auto !important;
    max-width: inherit !important;
}

myTabContent .table.col4 td:not(:first-of-type) {
    min-width: 212px;
}

.table_mysurveys {
    padding: 0;
    margin-bottom: 0;
}

    .table_mysurveys thead th {
        color: var(--light-grey);
        background-color: var(--lighter-grey);
    }

    .table_mysurveys thead tr {
        color: var(--light-grey);
        background-color: var(--lighter-grey);
    }

    .table_mysurveys tr th {
        font-size: var(--font-size-s);
        height: var(--table-header-height);
        display: flex;
        align-items: center;
        border: 0;
        margin-bottom: 0;
    }

    .table_mysurveys tr td {
        border-right: 1px solid var(--grey-border);
        font-size: var(--font-size-s);
    }

        .table_mysurveys tr td h5 {
            color: var(--background-color);
        }

    .table_mysurveys tr > td:last-of-type {
        border-right: none;
    }

    .table_mysurveys .thead-light th:not(:first-of-type) {
        min-width: auto !important;
        max-width: inherit !important;
    }

table.dataTable tbody td {
    width: auto;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    padding: 10px 0 10px 38px;
    border: 0;
    position: relative;
    padding: 10px 0 10px 10px;
    border: 0;
}

    table.dataTable tbody td span {
        margin-left: 28px;
    }

    table.dataTable tbody td p {
        margin-left: 28px;
        font-size: var(--font-size-s);
        white-space: nowrap;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.dataTable tbody td div {
        position: relative;
        max-width: 168px;
        background-color: transparent;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        table.dataTable tbody td div:hover span {
            width: auto;
            display: inline-block;
            background-color: #f8f9fc;
            transition: .3s;
        }

    table.dataTable tbody td:not(:first-of-type) {
        min-width: 215px !important;
        min-width: 168px !important;
    }

        table.dataTable tbody td:not(:first-of-type) div:hover {
            position: absolute;
            width: auto;
            top: 10px;
            overflow: inherit;
            white-space: inherit;
            z-index: 1000;
        }

table.dataTable tbody .row-selected td div:hover span {
    background-color: inherit;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable thead .sorting {
    margin: 0;
}

table.col2.dataTable tbody td div {
    max-width: 100%;
}

table.col2.dataTable tbody td span {
    width: 100%;
}

.tbl-header-group {
    font-size: 12px;
    display: table-header-group !important;
    width: 80%;
}

.dataTables_info {
    position: sticky;
    left: 0;
}

.table-wrapper {
    position: relative;
}

.dropdown-table-overflow:has(.dropdown-menu) {
    overflow-x: auto;
}

.dropdown-table-overflow:has(.dropdown-menu.show) {
    overflow-x: visible;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: ghostwhite;
}

#tbSurveys td .quest-label {
    display: inline-block;
    margin-bottom: var(--space-xxxs);
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    width: 100% !important;
}

.dataTables_scrollBody .table thead {
    display: none;
}

#tbShowTable tbody td {
    padding: 10px 0 10px 10px;
}

/* LOST AND FOUND 
---------------------------------------*/
#featureContent::-webkit-scrollbar {
    background: transparent;
}

/* Support for the notification mechanism
---------------------------------------------------------*/
.notification {
    width: 3rem;
    height: 3rem;
    border-radius: 100% !important;
    object-fit: cover;
}

.badge {
    position: relative;
    right: 10px;
    padding: 3px;
    border-radius: 50%;
    background: var(--background-color, #1c85e8);
    color: white;
}

.badge-notification {
    position: relative;
    top: 5px !important;
    left: -5px !important;
    padding: 2.5px 5px;
    border-radius: 100%;
    background-color: #ff6e00;
    color: white;
}

.notFooter {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    position: relative;
    text-align: center;
}

.notificationHeaderBox {
    width: 300px;
    height: 30px;
    text-align: justify;
    font-size: 1.0rem;
    font-weight: 400;
}

.notificationFooterBox {
    width: 300px;
    height: 30px;
    text-align: justify;
    font-size: 1.0rem;
    font-weight: 400;
}

.notificationBox {
    min-height: 60px;
    text-align: justify;
}

    .notificationBox:hover {
        color: #2e2f37;
        text-decoration: none;
        background-color: #f8f9fc;
    }

    .notificationBox:focus {
        color: #2e2f37;
        text-decoration: none;
        background-color: #f8f9fc;
    }

.ntfTxt {
    white-space: normal;
    display: inline-block;
    width: 80%;
    height: 100%;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    overflow-wrap: break-word;
}

    .ntfTxt:hover {
        color: #858796;
        text-decoration: none;
    }

    .ntfTxt:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

.notificationScroll {
    list-style-type: none;
    overflow: hidden;
    overflow-y: scroll;
    height: 30em;
    max-width: 350px;
}

.notificationDate {
    color: #b8b5bf;
}

    .notificationDate a {
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

.notificationClear a {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    color: #38b0ea !important;
    float: right !important;
    text-align: end !important;
}

.audiences-org {
    display: none;
    margin-top: var(--space-base);
}

.audiences-role {
    display: none;
    margin-top: var(--space-base);
}

.audiences-busunit {
    display: none;
    margin-top: var(--space-base);
}

/* END Support for the notification mechanism
---------------------------------------------------------*/
/*  CARD LOGIN 
---------------------------------------------------------*/
.card--login .kameleon-logo img {
    max-width: calc(100vw - 84vw);
    width: 100%;
    /*margin-bottom: var($space-l);*/
    margin-bottom: var(--space-l);
}

.card--login .btn-primary {
    text-transform: uppercase;
    font-size: 2vh;
    /* padding: 10px; */
    border-radius: var(--border-radius-m);
    margin-bottom: var(--space-xs);
}

    .card--login .btn-primary:not(:disabled):not(.disabled):active {
        text-transform: uppercase;
        font-size: 2vh;
        /* padding: 10px; */
        border-radius: var(--border-radius-m);
        margin-bottom: var(--space-xs);
    }

.card--login .btn-secondary {
    text-transform: uppercase;
    font-size: 2vh;
    border-radius: var(--border-radius-m);
    margin-bottom: 0;
}

    .card--login .btn-secondary:not(:disabled):not(.disabled):active {
        text-transform: uppercase;
        font-size: 2vh;
        border-radius: var(--border-radius-m);
        margin-bottom: 0;
    }

.card--login .form-group {
    margin-bottom: 0;
}

    .card--login .form-group input {
        font-size: 2vh;
        /* padding: 18px 10px; */
        border: solid 1px #e6e6e6;
        margin-bottom: var(--space-xxs);
    }

.card--login form {
    height: 100%;
    text-align: center;
}

    .card--login form .col-md-12 {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .card--login form a {
        font-family: montserrat;
        font-size: 1.7vh;
        color: #1c85e8;
        display: block;
        margin: 0;
    }

    .card--login form p {
        font-family: montserrat;
        font-size: 1.7vh;
        color: #1c85e8;
        display: block;
        margin: 0;
    }

/* PAGE LOGIN
---------------------------------------------------------*/

@media (max-width: 768px) {
    .card--login {
        width: 90%;
        margin: auto;
    }

    .top-logo-container-login {
        top: 20px;
    }

    .fixed-bottom-footer-login {
        bottom: 20px;
    }
}

.background-container {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

.top-logo-container-login {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.top-left-icon-login {
    top: -25px;
    left: 10px;
    z-index: 10;
}

.fixed-bottom-footer-login {
    position: absolute;
    bottom: 30px;
    width: 100%;
}


.page--login {
    height: calc(100vh - 100px);
}

    .page--login > div {
        position: relative;
        height: 84%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .page--login > div > div {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .page--login > div .row {
            height: 100%;
        }

            .page--login > div .row .landing-left {
                position: relative !important;
            }

                .page--login > div .row .landing-left > div:first-of-type {
                    margin-left: 55px;
                    margin-top: 18%;
                }

                .page--login > div .row .landing-left > div:last-of-type {
                    position: absolute;
                    height: 68%;
                    width: 78%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    bottom: -28%;
                }

                .page--login > div .row .landing-left h1 {
                    font-family: montserrat-light;
                    font-size: 4vh;
                    color: var(--bs-white);
                    font-weight: 300;
                }

                .page--login > div .row .landing-left p {
                    font-family: montserrat;
                    font-size: 1.8vh;
                    color: var(--bs-white);
                    font-weight: bold;
                    margin-top: var(--space-base);
                }

            .page--login > div .row .landing-form {
                display: flex;
                justify-content: center;
                position: relative !important;
            }

                .page--login > div .row .landing-form .card {
                    position: absolute;
                    padding: 36px 12px 24px;
                    /*height: 66vh;*/
                    width: 86%;
                    bottom: -60px;
                    border: 0;
                    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
                }

.step-pwd {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .step-pwd .card--login {
        position: relative;
        width: 450px;
        height: 85%;
        border: 0;
        padding: var(--space-m);
        margin-top: 10%;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    }

        .step-pwd .card--login.newpwd {
            height: 100%;
            padding: var(--space-s) var(--space-m);
        }

            .step-pwd .card--login.newpwd .kameleon-logo img {
                margin-bottom: var(--space-xs);
            }

        .step-pwd .card--login .input-group {
            margin-bottom: var(--space-xxs);
        }

        .step-pwd .card--login .btn-primary {
            height: calc(1.5em + 0.75rem + 2px);
            line-height: 23px;
            margin-bottom: var(--space-xxs);
        }

            .step-pwd .card--login .btn-primary#show_password {
                /* height: 38px; */
            }

                .step-pwd .card--login .btn-primary#show_password:not(:disabled):not(.disabled):active {
                    /*height: 38px;*/
                }

            .step-pwd .card--login .btn-primary:not(:disabled):not(.disabled):active {
                height: calc(1.5em + 0.75rem + 2px);
                line-height: 23px;
                margin-bottom: var(--space-xxs);
            }

        .step-pwd .card--login > div:last-of-type a {
            color: #aaaaaa;
        }

/* SURVEYS
---------------------------------------------------------*/
.survey-detail {
    display: block;
    z-index: 10000;
}

    .survey-detail .col-md-5 {
        height: 100%;
    }

        .survey-detail .col-md-5 > div {
            background-position: center;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .survey-detail .modal-dialog {
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .survey-detail .modal-content {
        height: 100%;
        border: none;
    }

    .survey-detail .modal-body {
        height: 100%;
        padding: 0;
    }

        .survey-detail .modal-body h1 {
            font-size: 65px;
            color: var(--bs-white);
            line-height: 1;
        }

        .survey-detail .modal-body p {
            color: var(--bs-white);
            font-weight: bold;
            max-width: 90%;
        }

        .survey-detail .modal-body .survey-detail__left p {
            font-size: var(--font-size-m);
        }

            .survey-detail .modal-body .survey-detail__left p:last-of-type {
                font-size: var(--font-size-s);
            }

        .survey-detail .modal-body .breadcrumb-item span {
            color: var(--bs-white);
            padding-right: 8px;
        }

.quest-response {
    display: block;
    z-index: 10000;
}

    .quest-response .modal-dialog {
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .quest-response .modal-content {
        height: 100%;
        border: none;
    }

    .quest-response .modal-body {
        height: 100%;
        padding: 0;
    }

        .quest-response .modal-body h1 {
            font-size: 65px;
            color: var(--bs-white);
            line-height: 1;
        }

        .quest-response .modal-body .quest-results h1 {
            font-size: 30px;
            font-weight: bold;
            color: var(--background-color, #1c85e8) !important;
            margin-bottom: var(--space-s);
        }

        .quest-response .modal-body .quest-results h4 {
            font-size: var(--font-size-l);
            font-weight: bold;
            padding-bottom: 2em;
            margin-bottom: 2px;
        }

        .quest-response .modal-body .quest-results p {
            font-size: var(--font-size-base);
            font-weight: bold;
            color: var(--grey);
        }

            .quest-response .modal-body .quest-results p:last-of-type {
                font-size: var(--font-size-base);
            }

                .quest-response .modal-body .quest-results p:last-of-type a {
                    color: var(--background-color, #1c85e8) !important;
                }

        .quest-response .modal-body #content-qablock {
            height: 100%;
            overflow: auto;
            background-color: #f8f9fc;
        }

            .quest-response .modal-body #content-qablock .quest-results {
                padding: 68px 12% 0;
            }

            .quest-response .modal-body #content-qablock .quest-response__next {
                align-items: center;
                padding: 0 0 68px 12%;
            }

        .quest-response .modal-body .col-md-5 {
            height: 100%;
            padding-right: 0;
        }

        .quest-response .modal-body .quest-response__left p {
            color: var(--bs-white);
            font-weight: bold;
            max-width: 90%;
        }

        .quest-response .modal-body .col-md-6 > p:first-of-type {
            color: var(--grey);
            font-weight: bold;
            margin-top: var(--space-l);
            max-width: 90%;
        }

        .quest-response .modal-body .breadcrumb-item span {
            color: var(--bs-white);
            padding-right: 8px;
        }

    .quest-response .question {
        height: 100%;
    }

        .quest-response .question > p {
            color: var(--light-grey);
            font-size: var(--font-size-s);
            font-weight: normal;
            margin-bottom: var(--space-xs);
            margin-left: 42px;
        }

    .quest-response .col-md-5 > div {
        background-position: center;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .quest-response #content-qablock > div {
        padding: 68px 12%;
        overflow: auto;
    }

.survey-detail__left {
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 76px;
}

    .survey-detail__left .quest-label {
        width: auto;
        display: inline-block;
        margin-right: var(--space-xxxs);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
    }

    .survey-detail__left .breadcrumb {
        padding: 68px 0 0;
        background-color: transparent;
    }

        .survey-detail__left .breadcrumb .breadcrumb-item {
            color: var(--bs-white);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }

            .survey-detail__left .breadcrumb .breadcrumb-item.active {
                color: var(--bs-white);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 180px;
            }

            .survey-detail__left .breadcrumb .breadcrumb-item a {
                color: var(--bs-white) !important;
            }

    .survey-detail__left > div {
        padding-top: 10%;
    }

        .survey-detail__left > div > div {
            margin-bottom: var(--space-base);
        }

    .survey-detail__left .breadcrumb-item + .survey-detail__left .breadcrumb-item::before {
        display: none;
    }

.survey-breadcrumb {
    font-size: var(--font-size-base);
}

.quest-response__left {
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 76px;
}

    .quest-response__left .breadcrumb {
        padding: 68px 0 0;
        background-color: transparent;
    }

        .quest-response__left .breadcrumb .breadcrumb-item {
            color: var(--bs-white);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }

            .quest-response__left .breadcrumb .breadcrumb-item.active {
                color: var(--bs-white);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 180px;
            }

            .quest-response__left .breadcrumb .breadcrumb-item a {
                color: var(--bs-white) !important;
            }

    .quest-response__left > div {
        padding-top: 10%;
    }

        .quest-response__left > div > div {
            margin-bottom: var(--space-base);
        }

    .quest-response__left .breadcrumb-item + .quest-response__left .breadcrumb-item::before {
        display: none;
    }

.quest-response__next .col-md-5 {
    padding-top: 20%;
}

    .quest-response__next .col-md-5 a {
        min-width: 210px;
    }

        .quest-response__next .col-md-5 a:first-of-type {
            margin-bottom: var(--space-base);
        }

.surveys-empty {
    height: 150px;
    align-items: center;
    margin: var(--space-l) 0;
}

    .surveys-empty .col-md-3 {
        height: 100%;
    }

        .surveys-empty .col-md-3 div {
            background-image: url(/Resources/Images/kameleon_empty_surveys.svg);
            height: 100%;
            background-position: left;
            background-size: contain;
            background-repeat: no-repeat;
        }

    .surveys-empty h5 {
        color: var(--light-grey);
    }

#adminResults .table_mysurveys .quest-label {
    margin-bottom: 24px;
}

#adminResults .table_mysurveys .accordion-feedback__result {
    padding: 10px 0 10px 64px;
}

#adminResults .table_mysurveys tr td:first-of-type {
    padding-left: 12px;
}

.filters-ongoing-surveys {
    display: flex;
    justify-content: flex-end;
}

    .filters-ongoing-surveys > div:last-of-type {
        margin-left: 14px;
    }

.personal-results-list {
    overflow-y: scroll;
    height: 500px;
}

/* SURVEY DETAIL
---------------------------------------------------------*/
.survey-detail__cards {
    height: 100%;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .survey-detail__cards .carousel-item-next {
        max-width: 90%;
    }

    .survey-detail__cards .carousel-item-prev {
        max-width: 90%;
    }

    .survey-detail__cards .controls-top {
        width: 94%;
        left: -14px;
    }

    .survey-detail__cards .carousel-item.active {
        max-width: 90%;
    }

    .survey-detail__cards .card.survey-card {
        margin-top: 15%;
    }

/* QUESTIONS
---------------------------------------------------------*/
.question__block {
    max-width: 510px;
    margin-top: var(--space-base);
    margin-left: 44px;
}

    .question__block .form-row label {
        color: var(--grey);
        font-size: var(--font-size-s);
        font-weight: bold;
    }

textarea.question__block.form-control {
    resize: none;
    min-height: 165px;
    max-width: 510px;
    margin-top: var(--space-base);
    margin-left: 44px;
}

.question .question__title {
    display: flex;
}

    .question .question__title h4 {
        color: var(--grey);
        font-size: var(--font-size-m);
        font-weight: bold;
    }

.question > div:last-of-type .col-md-2 {
    padding-left: 58px;
}

.question__multi-choice {
    max-width: 636px;
    border: 0;
    width: 100%;
    border-radius: 0;
    margin-left: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

    .question__multi-choice .list-group .list-group-item {
        padding: var(--space-xs) var(--space-base);
        border-radius: 0;
    }

        .question__multi-choice .list-group .list-group-item:first-child {
            border: 0;
            z-index: 0;
        }

            .question__multi-choice .list-group .list-group-item:first-child:hover {
                border: 0;
                z-index: 0;
            }

        .question__multi-choice .list-group .list-group-item:hover {
            background-color: #e6e6e6;
        }

        .question__multi-choice .list-group .list-group-item .custom-control-label {
            color: var(--grey);
            font-size: var(--font-size-s);
            font-weight: bold;
        }

        .question__multi-choice .list-group .list-group-item:not(:first-child) {
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.125);
            z-index: 0;
        }

            .question__multi-choice .list-group .list-group-item:not(:first-child):hover {
                border: 0;
                border-top: 1px solid rgba(0, 0, 0, 0.125);
                z-index: 0;
                border-top-color: #e6e6e6;
            }

/* SWITCH
---------------------------------------------------------*/
.quest-state .custom-control-input:checked.custom-control-label::after {
    transform: translateX(0);
    background-color: #b7b9cc;
}

.quest-state .custom-control-input:checked.custom-control-label.active::after {
    background-color: white;
    transform: translateX(0.75rem);
}

.quest-state .custom-control-input:checked.custom-control-label.active::before {
    border-color: green;
    background-color: green;
}

.quest-state .custom-control-input:checked.custom-control-label::before {
    border-color: #b7b9cc;
    background-color: white;
}

/* TIME REGISTRATION
---------------------------------------------------------*/
.custom-select:focus {
    box-shadow: none;
}

.custom-select select {
    display: none;
}

.kameleon__time-registration .custom-select {
    max-width: 210px;
    height: 40px;
    margin-right: 40px;
    border-color: #e6e6e6;
    cursor: pointer;
}

.kameleon__time-registration .dropdown .custom-select {
    height: 40px;
    padding: 0 24px;
    width: 100%;
    max-width: 210px;
    font-weight: bold;
    color: #454548;
    background-color: var(--bs-white);
    border: solid 1px #e6e6e6 !important;
    border-radius: 0.35rem;
}

.kameleon__time-registration .dropdown select {
    appearance: none;
    background-image: url(/Resources/Images/chevron-down-solid.svg);
}

.kameleon__time-registration .pagination .dropdown .custom-select {
    border-radius: 0;
    border-left: 0 !important;
    border-right: 0 !important;
}

.kameleon__time-registration .pagination .dropdown .dropdown-item .active {
    background-color: white;
}

.kameleon__time-registration .pagination .page-item .page-link {
    height: 40px;
}

    .kameleon__time-registration .pagination .page-item .page-link:hover {
        background-color: white;
    }

    .kameleon__time-registration .pagination .page-item .page-link:focus {
        border-color: #e6e6e6;
        box-shadow: none;
    }

    .kameleon__time-registration .pagination .page-item .page-link div {
        height: 100%;
        width: 38px;
        background-repeat: no-repeat;
        background-position: center;
        outline: none;
    }

.kameleon__time-registration #timesheetGrid {
    font-size: 12px;
}

    .kameleon__time-registration #timesheetGrid table {
        width: 100% !important;
    }

    .kameleon__time-registration #timesheetGrid thead {
        display: table-header-group;
    }

        .kameleon__time-registration #timesheetGrid thead tr > th {
            height: 42px;
            width: 35px;
            text-align: center;
            border: solid 1px var(--bs-white);
            font-weight: 600;
            padding: 1px;
            background-color: #e6e6e6;
            color: #454548;
            background-color: var(--background-color, #1c85e8) !important;
            color: var(--bs-white);
            font-weight: normal;
        }

            .kameleon__time-registration #timesheetGrid thead tr > th:first-of-type {
                text-align: left;
                padding-left: 16px;
                width: 214px;
                min-width: 214px;
            }

            .kameleon__time-registration #timesheetGrid thead tr > th:nth-child(even) {
                border-right: 0;
            }

            .kameleon__time-registration #timesheetGrid thead tr > th span {
                display: block;
            }

            .kameleon__time-registration #timesheetGrid thead tr > th[data-istoday='true'] {
                border-style: solid !important;
                border-width: 1px 1px !important;
            }

    .kameleon__time-registration #timesheetGrid tbody {
        display: table-row-group;
    }

        .kameleon__time-registration #timesheetGrid tbody tr > td {
            border-left: solid 1px #e6e6e6;
            border-bottom: solid 1px #e6e6e6;
            padding: 0;
            background-color: var(--bs-white);
            width: 35px;
        }

            .kameleon__time-registration #timesheetGrid tbody tr > td:first-of-type {
                width: 214px;
                min-width: 214px;
            }

                .kameleon__time-registration #timesheetGrid tbody tr > td:first-of-type .dropdown-button {
                    border-bottom: none !important;
                    border-right: none !important;
                    max-width: 100%;
                }

                .kameleon__time-registration #timesheetGrid tbody tr > td:first-of-type .select-group .action-dropdown {
                    position: absolute;
                    border: solid 1px #e6e6e6;
                    left: -1px;
                    z-index: 10;
                    width: calc(100% + 2px);
                    max-width: calc(100% + 2px);
                }

            .kameleon__time-registration #timesheetGrid tbody tr > td input {
                height: 40px;
                width: 99%;
                border: 0;
                padding: 0;
                background-color: white;
                text-align: center;
            }

                .kameleon__time-registration #timesheetGrid tbody tr > td input:focus {
                    outline: none;
                    border: 2px solid var(--background-color, #1c85e8) !important;
                }

            .kameleon__time-registration #timesheetGrid tbody tr > td:nth-child(even) {
                border-right: 0;
            }

            .kameleon__time-registration #timesheetGrid tbody tr > td input::-webkit-outer-spin-button {
                margin: 0;
            }

            .kameleon__time-registration #timesheetGrid tbody tr > td.totals {
                text-align: center;
                font-weight: 500;
            }

            .kameleon__time-registration #timesheetGrid tbody tr > td[data-isholiday='true'] {
                background-color: #fcf6e4;
            }

                .kameleon__time-registration #timesheetGrid tbody tr > td[data-isholiday='true'] input {
                    background-color: #fcf6e4;
                }

            .kameleon__time-registration #timesheetGrid tbody tr > td[data-isweekend='true'] {
                background-color: #f1f1f1;
            }

                .kameleon__time-registration #timesheetGrid tbody tr > td[data-isweekend='true'] input {
                    background-color: #f1f1f1;
                }

            .kameleon__time-registration #timesheetGrid tbody tr > td[data-istoday='true'] {
                border-left: 1px solid var(--background-color, #1c85e8) !important;
                border-right: 1px solid var(--background-color, #1c85e8) !important;
                border-style: solid !important;
                border-width: 1px 1px !important;
            }

        .kameleon__time-registration #timesheetGrid tbody tr:last-of-type > td:first-of-type .dropdown-button {
            color: var(--background-color, #1c85e8) !important;
        }

            .kameleon__time-registration #timesheetGrid tbody tr:last-of-type > td:first-of-type .dropdown-button .fa-plus {
                display: block;
                margin-right: 0;
                color: var(--background-color, #1c85e8) !important;
            }

            .kameleon__time-registration #timesheetGrid tbody tr:last-of-type > td:first-of-type .dropdown-button .arrow {
                display: none;
            }

    .kameleon__time-registration #timesheetGrid tfoot {
        display: table-footer-group;
    }

        .kameleon__time-registration #timesheetGrid tfoot tr > td {
            height: 42px;
            width: 35px;
            text-align: center;
            border: solid 1px var(--bs-white);
            font-weight: 600;
            padding: 1px;
            background-color: #e6e6e6;
            color: #454548;
            border: 0;
            border-left: solid 1px #dbdbdb;
            border-bottom: solid 1px #dbdbdb;
        }

            .kameleon__time-registration #timesheetGrid tfoot tr > td:first-of-type {
                width: 214px;
                min-width: 214px;
                padding-left: 16px;
                text-align: left;
            }

            .kameleon__time-registration #timesheetGrid tfoot tr > td[data-istoday='true'] {
                border-left: 1px solid var(--background-color, #1c85e8) !important;
                border-right: 1px solid var(--background-color, #1c85e8) !important;
                border-bottom-color: var(--background-color, #1c85e8) !important;
                border-style: solid !important;
                border-width: 1px 1px !important;
            }

.kameleon__time-registration .timesheet__footer {
    margin-top: 20px;
}

    .kameleon__time-registration .timesheet__footer > .col-md-4 {
        display: flex;
        justify-content: flex-end;
    }

        .kameleon__time-registration .timesheet__footer > .col-md-4 button {
            width: 100%;
            max-width: 220px;
            text-transform: uppercase;
            font-size: var(--font-size-s);
            padding: var(--space-xxs);
        }

            .kameleon__time-registration .timesheet__footer > .col-md-4 button:first-of-type {
                margin-right: 20px;
            }

            .kameleon__time-registration .timesheet__footer > .col-md-4 button:active {
                font-size: var(--font-size-s);
                padding: var(--space-xxs);
            }

        .kameleon__time-registration .timesheet__footer > .col-md-4 a {
            width: 100%;
            max-width: 220px;
            text-transform: uppercase;
            font-size: var(--font-size-s);
            padding: var(--space-xxs);
        }

            .kameleon__time-registration .timesheet__footer > .col-md-4 a:first-of-type {
                margin-right: 20px;
            }

            .kameleon__time-registration .timesheet__footer > .col-md-4 a:active {
                font-size: var(--font-size-s);
                padding: var(--space-xxs);
            }

.kameleon__time-registration .timesheet__legend {
    height: 100%;
    display: flex;
    align-items: center;
}

    .kameleon__time-registration .timesheet__legend div {
        font-family: Cabin, sans-serif;
        font-size: 12px;
        color: #616161;
        display: flex;
        align-items: center;
        margin-right: 35px;
    }

    .kameleon__time-registration .timesheet__legend .legend__holiday-list:before {
        content: none;
    }

    .kameleon__time-registration .timesheet__legend .legend__holiday-list div {
        background-color: var(--bs-white);
        border-radius: 5px;
        height: 40px;
        border: solid 1px #e6e6e6;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: var(--space-none);
    }

    .kameleon__time-registration .timesheet__legend > div:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .kameleon__time-registration .timesheet__legend .legend__currentday:before {
        border: 1px solid var(--background-color, #1c85e8) !important;
    }

    .kameleon__time-registration .timesheet__legend .legend__weekend:before {
        background-color: #ebebeb;
    }

    .kameleon__time-registration .timesheet__legend .legend__holiday:before {
        background-color: #ffe9aa;
    }

.kameleon__time-registration .timesheet__month-nav {
    display: flex;
    justify-content: flex-end;
}

.kameleon__time-registration .page-item .page-link {
    padding: 0;
    border: solid 1px #e6e6e6;
}

.kameleon__time-registration span.select2-selection.select2-selection--single {
    height: 35px;
}

.kameleon__time-registration .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.kameleon__time-registration .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.kameleon__time-registration > .row:first-of-type h1 {
    margin-bottom: 20px;
}

.kameleon__my-projects .card .card-bg-image {
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#tbFeatures_wrapper table.dataTable tbody td:not(:first-of-type) {
    min-width: 185px !important;
}




.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

    .sidebar .nav-item .nav-link .badge-counter,
    .topbar .nav-item .nav-link .badge-counter {
        position: absolute;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem;
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 2rem;
        width: 2rem;
    }

.topbar {
    height: 3.5rem !important;
}

    .topbar #sidebarToggleTop {
        height: 2.5rem;
        width: 2.5rem;
    }

        .topbar #sidebarToggleTop:hover {
            background-color: #eaecf4;
        }

        .topbar #sidebarToggleTop:active {
            background-color: #dddfeb;
        }

    .topbar .navbar-search {
        width: 25rem;
    }

        .topbar .navbar-search input {
            font-size: 0.85rem;
        }

    .topbar .topbar-divider {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem;
    }

    .topbar .nav-item .nav-link {
        height: 4.375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.75rem;
    }

        .topbar .nav-item .nav-link:focus {
            outline: none;
        }

    .topbar .nav-item:focus {
        outline: none;
    }

    .topbar .dropdown {
        position: static;
    }

        .topbar .dropdown .dropdown-menu {
            width: calc(100% - 1.5rem);
            right: 0.75rem;
        }

    .topbar .dropdown-list {
        padding: 0;
        border: none;
        overflow: hidden;
    }

        .topbar .dropdown-list .dropdown-header {
            background-color: #1c85e8;
            border: 1px solid #1c85e8;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            color: #fff;
        }

        .topbar .dropdown-list .dropdown-item {
            white-space: normal;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem;
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image {
                position: relative;
                height: 2.5rem;
                width: 2.5rem;
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
                    height: 2.5rem;
                    width: 2.5rem;
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
                    background-color: #eaecf4;
                    height: 0.75rem;
                    width: 0.75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: 0.125rem solid #fff;
                }

            .topbar .dropdown-list .dropdown-item .text-truncate {
                max-width: 10rem;
            }

            .topbar .dropdown-list .dropdown-item:active {
                background-color: #eaecf4;
                color: #3a3b45;
            }

@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }

        .topbar .dropdown .dropdown-menu {
            width: auto;
            right: 0;
        }

    .topbar .dropdown-list {
        width: 20rem !important;
    }

        .topbar .dropdown-list .dropdown-item .text-truncate {
            max-width: 13.375rem;
        }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #b7b9cc;
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
        color: #858796;
    }

.sidebar {
    width: 6.5rem;
    height: 90vh;
    min-height: 90vh;
    left: 1.5rem;
    top: 4rem;
    border: 3px solid var(--grey-border);
    border-radius: 12px;
}

    .sidebar .nav-item {
        position: relative;
    }

        .sidebar .nav-item:last-child {
            margin-bottom: 1rem;
        }

        .sidebar .nav-item .nav-link {
            text-align: center;
            padding: 0.75rem 1rem;
            width: 6.5rem;
        }

            .sidebar .nav-item .nav-link span {
                font-size: 0.65rem;
                display: block;
            }

        .sidebar .nav-item.active .nav-link {
            font-weight: 700;
        }

        .sidebar .nav-item .collapse {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px;
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0.35rem;
                -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
            }

        .sidebar .nav-item .collapsing {
            display: none;
            -webkit-transition: none;
            transition: none;
        }

            .sidebar .nav-item .collapse .collapse-inner,
            .sidebar .nav-item .collapsing .collapse-inner {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: 0.85rem;
                margin: 0 0 1rem 0;
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: 0.65rem;
                    color: #b7b9cc;
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
                    padding: 0.5rem 1rem;
                    margin: 0 0.5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: 0.35rem;
                    white-space: nowrap;
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
                        background-color: #eaecf4;
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
                        background-color: #dddfeb;
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
                    .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
                        color: #1c85e8;
                        font-weight: 700;
                    }

    .sidebar #sidebarToggle {
        width: 2rem;
        height: 2rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer;
    }

        .sidebar #sidebarToggle::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: 0.1rem;
        }

        .sidebar #sidebarToggle:hover {
            text-decoration: none;
        }

        .sidebar #sidebarToggle:focus {
            outline: none;
        }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

        .sidebar.toggled #sidebarToggle::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: 0.25rem;
        }

    .sidebar .sidebar-brand {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        z-index: 1;
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem;
        }

        .sidebar .sidebar-brand .sidebar-brand-text {
            display: none;
        }

    .sidebar hr.sidebar-divider {
        margin: 0 1rem 1rem;
    }

    .sidebar .sidebar-heading {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: 0.65rem;
    }

@media (min-width: 768px) {
    .sidebar {
        width: 15rem !important;
    }

        .sidebar .nav-item .collapse {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none;
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .sidebar .nav-item .collapsing {
            display: block;
            -webkit-transition: height 0.15s ease;
            transition: height 0.15s ease;
        }

        .sidebar .nav-item .collapse,
        .sidebar .nav-item .collapsing {
            margin: 0 2.5rem !important;
        }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 0.75rem;
            width: 14rem;
        }

    .nav-child {
        padding: 0.5rem !important;
    }

    .sidebar .nav-item .nav-link i {
        /*font-size: 0.85rem;*/
        margin-right: 0.25rem;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }

    .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
    }

    .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
        content: '\f105';
    }

    .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }

    .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline;
    }

    .sidebar .sidebar-heading {
        text-align: left;
    }

    .sidebar.toggled {
        overflow: visible;
        width: 7.5rem !important;
    }

        .sidebar.toggled .nav-item .collapse {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px;
            -webkit-animation-name: growIn;
            animation-name: growIn;
            -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
            -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
            animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
        }

            .sidebar.toggled .nav-item .collapse .collapse-inner {
                -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                border-radius: 0.35rem;
            }

        .sidebar.toggled .nav-item .collapsing {
            display: none;
            -webkit-transition: none;
            transition: none;
        }

        .sidebar.toggled .nav-item .collapse,
        .sidebar.toggled .nav-item .collapsing {
            margin: 0;
        }

        .sidebar.toggled .nav-item:last-child {
            margin-bottom: 1rem;
        }

        .sidebar.toggled .nav-item .nav-link {
            text-align: left;
            padding: 0.75rem 1rem;
            width: 6.5rem;
        }

            .sidebar.toggled .nav-item .nav-link span {
                font-size: 0.65rem;
                display: block;
            }

            .sidebar.toggled .nav-item .nav-link i {
                margin-right: 0;
            }

            .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
                display: none;
            }

        .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem;
        }

        .sidebar.toggled .sidebar-brand .sidebar-brand-text {
            display: none;
        }

        .sidebar.toggled .sidebar-heading {
            text-align: center;
        }
}

@media (min-width: 1916px) {
    .sidebar {
        width: 15rem !important;
    }

    .pageContainer {
        padding-left: calc(6.5rem + var(--space-base));
        padding-right: calc(6.5rem + var(--space-base));
    }

        .pageContainer > #content-body > .row > #loading {
            padding-left: calc(6.5rem + var(--space-base));
            padding-right: calc(6.5rem + var(--space-base));
        }
}

.sidebar-light .sidebar-brand {
    color: #6e707e;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
    color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link {
    color: #858796;
}

    .sidebar-light .nav-item .nav-link i {
        color: #d1d3e2;
    }

    .sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
        color: #6e707e;
    }

        .sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
            color: #6e707e;
        }

    .sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
        color: #b7b9cc;
    }

.sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}

    .sidebar-light .nav-item.active .nav-link i {
        color: #6e707e;
    }

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

    .sidebar-light #sidebarToggle::after {
        color: #b7b9cc;
    }

    .sidebar-light #sidebarToggle:hover {
        background-color: #dddfeb;
    }

.sidebar-dark .sidebar-brand {
    color: #fff;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

    .sidebar-dark .nav-item .nav-link i {
        color: rgba(255, 255, 255, 0.3);
    }

    .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
        color: #fff;
    }

        .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
            color: #fff;
        }

    .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
        color: rgba(255, 255, 255, 0.5);
    }

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

    .sidebar-dark .nav-item.active .nav-link i {
        color: #fff;
    }

.small, small {
    font-size: 80% !important;
    font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
.timenumber::-webkit-outer-spin-button,
.timenumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.timenumber[type=number] {
    -moz-appearance: textfield;
}

* {
    break-inside: avoid;
    margin-bottom: var(--gap);
}

.showCard_Card:hover {
    box-shadow: 0px 0px 4px 4px rgba(0,0,0, 0.15);
}

.showCard_Body:hover {
    break-inside: avoid;
    /*margin-top: 45px;
    margin-bottom: 25px;*/
}
