:root {
    --font-size-small: 0.75rem;
    --font-size-default: 0.875rem;
    --bg-main: #f0f2f5;
    --bg-second: #f6f7f9;
    --sidebar-background: #1c1f22;
    --sidebar-active: #007ece;
    --main-color: #e4e7ed;
    --secondary-color: #009CFF;
}
body {
    font-family: 'Pridi', sans-serif;
    background-color: var(--bg-main);
    color: #171717;
    font-size: 1.125rem;
    padding-right: 0 !important;
}

.border-main {
    border: 1px solid var(--main-color);
}

.content {
    width: 100%;
    padding: 0px 30px;
    padding-left: 300px; 
    padding-top: 115px;
    transition: all 0.3s;
}
#root.root-close > .content {
    padding: 0px 30px;
    padding-top: 115px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box-search {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.card.card-custom-table {
    border: 0;
    overflow-x: auto;
}
.card.card-custom-table .card-header {
    background-color: transparent;
    border: 0px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.card.card-custom-table .card-body {
    padding-left: 0;
    padding-right: 0;
}
.card.card-custom-table .card-footer {
    background-color: transparent;
    border: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-control.input-custom {
    color: black;
}
.status-bar-wrapper {
    width: 100%;
    overflow-x: auto;
}
.status-bar {
    display: flex;
    min-width: 760px;
    justify-content: space-between;
    list-style: none;
    padding: 15px 15px 0;
    margin: 0 0 2rem 0;
}
.status-bar.expanded3 {
    min-width: 1000px;
}
.status-bar.expanded4 {
    min-width: 1250px;
}

.status-bar li {
    flex: 2;
    position: relative;
    padding: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #bbb;
    font-weight: 600;
    white-space: nowrap;
    overflow: visible;
    min-width: 0;
    text-align: center;
    border-bottom: 2px solid #e8e8e8;
    animation-name: popup;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
}
.status-bar li:first-child {
    flex: 1.35;
    text-align: left;
}
.status-bar li:last-child {
    flex: 1.35;
    text-align: right;
}
.status-bar li:before {
    content: "";
    font-size: 22px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #e8e8e8;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -20px;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
}
.status-bar-event-catcher {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -20px;
    z-index: 3;
    cursor: pointer;
}
.status-bar-event-catcher.first-catcher {
    left: 0;
}
.status-bar-event-catcher.last-catcher {
    right: 0;
    left: auto;
}
.status-bar li.content1:before {
    content: '1';
}
.status-bar li.content2:before {
    content: '2';
}
.status-bar li.content3:before {
    content: '3';
}
.status-bar li.content4:before {
    content: '4';
}
.status-bar li.content5:before {
    content: '5';
}
.status-bar li.content6:before {
    content: '6';
}
.status-bar li.content7:before {
    content: '7';
}
.status-bar li.content8:before {
    content: '8';
}
.status-bar li.plus:before {
    font-size: 25px;
    content: '+';
}
.status-bar li:first-child:before {
    left: 0;
}
.status-bar li:last-child:before {
    right: 0;
    left: auto;
}
.status-bar .is-complete:not(:first-child):after,
.status-bar .is-active:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: -50%;
    z-index: 2;
    border-bottom: 2px solid #1ba0e2;
}
.form-manage-modal-status-bar  .is-active:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: -50%;
    z-index: 2;
    border-bottom:  #e8e8e8;;
}
.status-bar .is-complete:last-child:after,
.status-bar .is-active:last-child:after {
    width: 200%;
    left: -100%;
}
.status-bar .is-active:before {
    background-color: #fff;
    border-color: #1ba0e2;
}
.status-bar li:hover:before,
.status-bar .is-hovered:before {
    transform: scale(1.35);
}
.status-bar .is-complete:before,
.status-bar .is-complete.is-active:before,
.status-bar li.is-complete:hover:before,
.status-bar li.is-complete.is-active:hover:before {
    background-color: #1ba0e2;
    border-color: #1ba0e2;
    content: "\f00c";
    font-family: Fontawesome;
    text-align: center;
    color: white;
}
.status-bar li.is-complete,
.status-bar li.is-active,
.status-bar li.is-complete:hover,
.status-bar li.is-active:hover {
    color: #1ba0e2;
}

.status-bar-text {
    font-size: 17px;
}
#drag-wrapper {
    position: relative;
}
#drag-inside-drag-event {
    border: dashed grey 4px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#drag-inside-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    color: grey;
    font-size: 36;
}
#drag-item-wrapper {
    height: 400px;
    border: 2px solid #d2d2d2;
    border-radius: 4px;
}
#drag-item-wrapper .file-icon {
    font-size: 2.5rem;
}
#drag-bottom-text-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    align-items: center;
}
#KPI-report-modal .hide-modal-content {
    display: none;
}
#KPI-report-modal .KPI-modal-content {
    height: 55vh;
    padding: 15px;
    overflow: auto;
}
#KPI-report-modal .KPI-modal-content .inline {
    display: inline;
}
#KPI-report-modal .step6-content {
    padding: 15px;
}
#KPI-report-modal tr {
    background-color: white;
}
#KPI-report-modal textarea,
#KPI-report-modal select,
#KPI-report-modal input{
    font-size: 14px;
}
#login-parent-div {
    display: table;
    height: 100vh;
    width: 320px;
    margin: auto;
    position: relative;
}
#login-parent-div #login-div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    align-items: center;
}
#login-parent-div img {
    width: 140px;
    display: block;
    margin: auto;
}
#sidebar {
    display: block;
    width: 270px;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: var(--sidebar-background);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    padding: 0;
}
#root.root-close > #sidebar {
    display: none;
}
#sidebar #sidebar-menu-wrapper {
    margin-top: 20px;
}
#sidebar .main-menu {
    padding: 12px 12px;
    margin: 0 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    display: block;
    cursor: pointer;
    font-size: 1.1rem;
}
#sidebar .main-menu:hover,
#sidebar .main-menu.active,
#sidebar .sub-menu:hover,
#sidebar .sub-menu.active,
#sidebar .sub-menu .sub-menu-help:hover{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 7px var(--sidebar-active);
}
.sub-menu-notification{
    text-shadow: 0 0 7px red;
    animation: blip 2s infinite ease-in-out;
    -webkit-animation: blip 2s infinite ease-in-out;
}
@keyframes blip {
    0% {
        opacity: 0.1;
    } 
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}
@-webkit-keyframes blip {
    0% {
        opacity: 0.1;
    } 
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes blip-second-toolbar {
    0% {
        opacity: 0.4;
    } 
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes blip-second-toolbar {
    0% {
        opacity: 0.4;
    } 
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
#sidebar .main-menu.active{
    color: rgba(255, 255, 255, 1);
    background-color: var(--sidebar-active);
    border: 0 solid;
    border-radius: 4px;
    box-shadow: 0 0 7px var(--sidebar-active);
}
#sidebar .main-menu:hover i,
#sidebar .main-menu.active i{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 7px var(--sidebar-active);
}
#sidebar .main-menu>i:first-child{
    width: 28px;
}
#sidebar .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 0.925rem;
    color: rgba(255, 255, 255, .5);
    display: block;
}
#sidebar .sub-menu-help {
    color: rgba(255, 255, 255, .6);
    margin-left: 1rem;
}
#sidebar i.arrow {
    border: solid #afafaf;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}
#sidebar #onwr-logo {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
    height: auto;
}
#sidebar .collapse-sub-menu {
    padding-left: 40px;
    margin-top:8px;
    background-color: var(--sidebar-background);

}
#sidebar .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#sidebar .right.animation {
    animation-name: arrowtoright;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
#sidebar .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation-name: arrowtodown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes arrowtoright {
    from {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    to {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
@keyframes arrowtodown {
    from {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    to {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}
#topbar {
    width: calc(100vw - 270px);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 270px;
    transition: all 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

#root.root-close > #topbar {
    width: 100vw;
    left:0;
}

#topbar .topbar-location a {
    color: rgba(87, 87, 87, .9);
    font-size: 14px;
    margin-right: 5px;
}
#topbar .topbar-location a:hover {
    color: #000;
    text-decoration: none;
}
#topbar .topbar-location a:last-child {
    color: #000;
    cursor: context-menu;
}
#topbar a:nth-child(n+4) {
    margin-left: 5px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
}

.preloader.loading {
    opacity: 1;
    pointer-events: auto;
    -moz-animation: cssAnimation 0s ease-in 300s forwards;
    -webkit-animation: cssAnimation 0s ease-in 300s forwards;
    -o-animation: cssAnimation 0s ease-in 300s forwards;
    animation: cssAnimation 0s ease-in 300s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.preloader .ball-rotate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
}
.preloader .ball-rotate>div {
    position: relative;
    margin: 2px;
    width: 15px;
    height: 15px;
    background: #3264f5;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.preloader .ball-rotate>div:after,
.preloader .ball-rotate>div:before {
    background-color: #3264f5;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 2px;
    content: "";
    position: absolute;
    opacity: 0.8;
}
.preloader .ball-rotate>div:before {
    top: 0;
    left: -28px;
}
.preloader .ball-rotate>div:after {
    top: 0;
    left: 25px;
}
.preloader .ball-rotate>div:first-child {
    animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.table-custom.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}
.table-custom.table-striped tbody tr:hover {
    background-color: rgba(0, 0, 0, .06);
}
.form-control:disabled,
.form-control[readonly]:disabled {
    background-color: #f7f7f7;
}
hr.hr-custom {
    border: 0;
    height: 1.2px;
    background-image: -webkit-linear-gradient(left, #63e5ff, #007ece, #63e5ff);
    background-image: -moz-linear-gradient(left, #63e5ff, #007ece, #63e5ff);
    background-image: -ms-linear-gradient(left, #63e5ff, #007ece, #63e5ff);
    background-image: -o-linear-gradient(left, #63e5ff, #007ece, #63e5ff);
    background-image: linear-gradient(left, #63e5ff, #007ece, #63e5ff);
    margin: 0 auto;
    width: 80%;
}

#KPI-report-modal textarea:disabled {
    resize: none;
}

/* ----------------- scroll bar --------------- */

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 0px 0px 3px #939497;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #939497;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:active {
    background: rgb(175, 175, 175); 
}

  /* ----------------- scroll bar --------------- */

.custom-block {
    background-color: white;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.fr-box > .fr-wrapper > div > a {
    display: none !important;
}

.fr-popup {
    z-index:10000 !important;
}

.btn-sidebar-close {
    display: none;
}

#root.root-close .btn-sidebar-close {
    display: inline-block;
}

#modal-background-app {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;

}

@keyframes cssAnimation {
    to {
        pointer-events: none;
        opacity: 0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        pointer-events: none;
        opacity: 0;
    }
}

 /* ----------------- delete badges --------------- */
.delete-badge:hover {
    box-shadow: 0 0 0.5rem red;
}

.KPI-modal-card {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}
.KPI-modal-card-title {
    padding: 0.65rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}
.button-div-modal-card {
    margin-top: 0.65rem;
}

.nav-link:hover {
    cursor: pointer;
}

.custom-nav-item {
    max-width: 30%;
}

.custom-nav-item-plus {
    max-width: 35px;
}

.custom-nav-item .active {
    background-color: var(--secondary-color) !important;
    box-shadow: 0 0 3px var(--secondary-color);
}

/* ------------------ Custom Checkbox -------------------- */

.checkbox input[type=checkbox] {
    opacity: 0.1;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    cursor: pointer;
}

.checkbox input[type=checkbox]:checked+label:before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    margin-left: -17px;
    margin-top:3px;
    border: 1px solid #dc3545;
    border-radius: 50%;
    background-color: #dc3545;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

.checkbox label:after {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}
.checkbox input[type=checkbox]:disabled+label {
    pointer-events: none;
    opacity: .8;
}

.checkbox input[type=checkbox]:disabled+label:before {
    pointer-events: none;
    cursor: not-allowed;
}

.checkbox input[type=checkbox]+label:after {
    color: #fff;
    margin-top:6px;
    left:1px;
    font-family: Fontawesome;
    content: "\f00d";
    font-weight: 900;
}

.checkbox label.noCross:before {
    border: 1px solid #ccc;
    background-color: #fff;
}

.checkbox input[type=checkbox]+label.noCross:after {
    content: "";
}

.checkbox input[type=checkbox]:checked+label:after {
    left:0;
    margin-top:6px;
    font-family: Fontawesome;
    content: "\f00c";
    font-weight: 900;
}

.checkbox input[type=checkbox]:checked+label:after {
    color: #fff;
}

/* ------------------ Custom Checkbox -------------------- */

.FromManage-content-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.KPIManage-form-select {
    overflow-y: scroll;
}

.search-pill {
    margin: 5px 1rem 5px 0;
    display: inline-block;
    padding: 5px;
    background-color: var(--secondary-color);
    color: white;
    border: solid 0;
    border-radius: 5px;
}

.MuiAutocomplete-inputRoot {
    flex-wrap: unset !important;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding: 0 0.75rem !important;
}

.Mui-focused .MuiOutlinedInput-notchedOutline {
    border: 1px solid rgb(136, 191, 251) !important;
}

.MuiAutocomplete-inputRoot[class*="Mui-focused"] {
    box-shadow: 0 0 0 3px rgba(136, 191, 251, 0.55) !important;
}

.MuiInputBase-root>input {
    font-family: pridi;
    color:#495057 !important;
}

.MuiOutlinedInput-root:hover {
    border-color: rgba(0, 0, 0, 0.23) !important;
}

.block {
    background-color: #fff;
    box-shadow: 0 1px 1px #e4e7ed;
    border: 1px solid #f0f2f5;
    margin-bottom: 1.5rem;
}

.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    transition: opacity .2s ease-out;
    background-color: #f6f7f9;
    border: 1px solid #f0f2f5;
}

.block-title {
    flex: 1 1 auto;
    min-height: 28px;
    margin: 0;
    font-size: 1.142857rem;
    font-weight: 400;
    line-height: 28px;
}

.block-content {
    transition: opacity .2s ease-out;
    margin: 0 auto;
    padding: 20px 20px;
    width: 100%;
    overflow-x: visible;
}

.modal-background {
    background-color: #f0f2f5;
}

.user-modal-block {
    background-color: white;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.user-loader {
    position: fixed;
    top: 0;
    left: 270px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block;
    pointer-events: none;
    opacity: 0;
}

.user-loader-in {
    opacity: 1;
}

.badge-rejected {
    background-color: #fb820f;
    color: white;
}

.text-primary {
    font-weight: 600;
}

.font-description {
    font-size: 1rem;
    font-weight: normal;
}

.font-title {
    font-weight: 600;
}

.font-title-block {
    font-weight: 600;
    font-size: 1.25rem;
}

.font-title-card {
    font-weight: 525;
    font-size: 1.15rem;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}
.loader-15 {
	background: currentcolor;
	position: relative;
    animation: loader-15 1s ease-in-out infinite;
    pointer-events: none;
	animation-delay: 0.4s;
	width: .25em;
	height: .5em;
	margin: 0 .5em;
}

.loader-15:after,
.loader-15:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    animation: inherit;
}
.loader-15:before {
    right: .5em;
    animation-delay: 0.2s;
}
.loader-15:after {
    left: .5em;
    animation-delay: 0.6s;
}

.react-datepicker-wrapper {
    width: 100%;
}

@keyframes loader-15 {
	0%,
	100% {
		box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
	}
	50% {
		box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
	}
}

/*********************** bar loader ******************************/
#bars1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    margin-left: 125px;
  }
  
  #bars1 span {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 9px;
    height: 5px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-animation: bars1 1.5s  infinite ease-in-out;
            animation: bars1 1.5s  infinite ease-in-out;
  }
  
  #bars1 span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  #bars1 span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  #bars1 span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  
  #bars1 span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  
  @keyframes bars1 {
    0% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
    25% {
      height: 30px;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      background: #000000;
    }
    50% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
    100% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
  }
  @-webkit-keyframes bars1 {
    0% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
    25% {
      height: 30px;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      background: #000000;
    }
    50% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
    100% {
      height: 5px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      background: rgba(0, 0, 0, 0.25);
    }
  }

  /******************************* bar **************************************/

.profile-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.topbar-profile-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.backdrop-formcopy {
    z-index: 1051;
}

.dialog-formcopy {
    z-index: 1052;
}

.suspense-div {
    margin-left: 270px;
}

.notfound-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overflow-nav {
    overflow-x: auto;
    flex-wrap: unset;
}

.overflow-div {
    overflow-x: auto;
}

.eye-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    color: #495057;
    border-color: #ced4da;
}

.eye-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.Evaluation-div {
    opacity: 1;
    transition:  opacity 0.3s ease-out;
}

.Evaluation-div-disable {
    opacity: 0;
    position: fixed;
    top:3000px;
    pointer-events: none;
}

.long-transition {
    transition:  all 1.25s ease-out !important;
}

.second-toolbar>a>svg {
    display: none !important;
}
.second-toolbar>a>span:after {
    content: "lickerlab";
    position: absolute;
    left: 93px;
}
.second-toolbar>a>span:before {
    content: "K";
    position: absolute;
    left: 84px;
    color: #fb820f;
    animation: blip-second-toolbar 3s infinite ease-in-out;
    -webkit-animation: blip-second-toolbar 3s infinite ease-in-out;
}

.second-toolbar>a {
    pointer-events: none;
}

.second-toolbar>a>span{
    position: relative;
}

.second-toolbar>a>span::before {
    content: 'K';
}

.date-select {
    width: 45px;
    height: 45px;
    padding-top: 0.65rem;
}

@media (max-height: 750px) {
    .version-text {
        display: none !important;
    }
}

@media (max-width:880px) {
    .btn-sidebar-close {
        display: inline-block;
    }
    #topbar {
        width: 100vw;
        left:0;
    }
    .content {
        padding: 0px 30px;
        padding-top: 115px;
    }
    #sidebar {
        left: -270px;
    }
    .user-loader {
        left:0;
    }

    #sidebar.sidebar-active {
        left: 0;
    }

    .btn-zoom {
        display: none;
    }

    #modal-background-app.background-active {
        pointer-events: all;
        opacity: 1;
    }

    #bars1 {
        margin-left: 0;
    }

    .text-hover div {
        display: none !important;
    }
}

@media (max-width:560px) {
    .topbar-username {
        display: none !important;
    }
}

@media (min-width:881px) {
    #modal-background-app {
        opacity: 0;
        pointer-events: none;
    }
}

.col-zoom>.col-lg-6 {
    transition: all 0.3s ease-in-out;
}

.col-zoom>.col-lg-12 {
    transition: all 0.3s ease-in-out;
}

.card-icon-warning {
    background: -webkit-linear-gradient(30deg, #f5700c, #ff9800);
    background: linear-gradient(60deg, #f5700c, #ff9800);
}

.card-icon-success {
    background: -webkit-linear-gradient(30deg, #288c6c, #4ea752);
    background: linear-gradient(60deg, #288c6c, #4ea752);
}

.card-icon-danger {
    background: -webkit-linear-gradient(30deg, #d22824, #da3a36);
    background: linear-gradient(60deg, #d22824, #da3a36);
}

.card-icon-info {
    background: -webkit-linear-gradient(30deg, #ffc107, #ffdf12);
    background: linear-gradient(60deg, #ffc107, #ffdf12);
}

.card-icon {
    border-radius: 3px;
    background-color: #999;
    margin-top: -24px;
    margin-top: -1.5rem;
    margin-right: 15px;
    float: left;
    height: 75px;
    width: 75px;
}

.map-wrapper {
    width: 100%;
    height: 350px;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #d94141;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
  }
  .pin:after {
    content: '';
    align-items: center;
    text-align: center;
    padding-top: 1px;
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #2f2f2f;
    position: absolute;
    border-radius: 50%;
    color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pin1:after {
      content: '1';
  }
  .pin2:after {
    content: '2';
}
.pin3:after {
    content: '3';
}
.pin4:after {
    content: '4';
}
.pin5:after {
    content: '5';
}
.pin6:after {
    content: '6';
}
.pin7:after {
    content: '7';
}
.pin8:after {
    content: '8';
}
.pin9:after {
    content: '9';
}
.pin10:after {
    content: '10';
}
  .pulse {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
  }
  .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #161125;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  @-moz-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @-o-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @-moz-keyframes bounce {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-2000px) rotate(-45deg);
      -moz-transform: translateY(-2000px) rotate(-45deg);
      -o-transform: translateY(-2000px) rotate(-45deg);
      -ms-transform: translateY(-2000px) rotate(-45deg);
      transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateY(30px) rotate(-45deg);
      -moz-transform: translateY(30px) rotate(-45deg);
      -o-transform: translateY(30px) rotate(-45deg);
      -ms-transform: translateY(30px) rotate(-45deg);
      transform: translateY(30px) rotate(-45deg);
    }
    80% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
      -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
  }
  @-webkit-keyframes bounce {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-2000px) rotate(-45deg);
      -moz-transform: translateY(-2000px) rotate(-45deg);
      -o-transform: translateY(-2000px) rotate(-45deg);
      -ms-transform: translateY(-2000px) rotate(-45deg);
      transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateY(30px) rotate(-45deg);
      -moz-transform: translateY(30px) rotate(-45deg);
      -o-transform: translateY(30px) rotate(-45deg);
      -ms-transform: translateY(30px) rotate(-45deg);
      transform: translateY(30px) rotate(-45deg);
    }
    80% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
      -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
  }
  @-o-keyframes bounce {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-2000px) rotate(-45deg);
      -moz-transform: translateY(-2000px) rotate(-45deg);
      -o-transform: translateY(-2000px) rotate(-45deg);
      -ms-transform: translateY(-2000px) rotate(-45deg);
      transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateY(30px) rotate(-45deg);
      -moz-transform: translateY(30px) rotate(-45deg);
      -o-transform: translateY(30px) rotate(-45deg);
      -ms-transform: translateY(30px) rotate(-45deg);
      transform: translateY(30px) rotate(-45deg);
    }
    80% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
      -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes bounce {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-2000px) rotate(-45deg);
      -moz-transform: translateY(-2000px) rotate(-45deg);
      -o-transform: translateY(-2000px) rotate(-45deg);
      -ms-transform: translateY(-2000px) rotate(-45deg);
      transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateY(30px) rotate(-45deg);
      -moz-transform: translateY(30px) rotate(-45deg);
      -o-transform: translateY(30px) rotate(-45deg);
      -ms-transform: translateY(30px) rotate(-45deg);
      transform: translateY(30px) rotate(-45deg);
    }
    80% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
      -moz-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
  }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

.map-tools-wrapper {
    background-color: white;
    top:0;
    width: 180px;
    border: 1px solid var(--main-color);
    border-bottom-right-radius: 4px;
}

.dialog {
    position: absolute;
    bottom: 20px;
}

.gm-style .gm-style-iw-t::after {
    margin-top: -17px;
    margin-left: -5px;
}

.gm-style .gm-style-iw-c {
    margin-top: -17px;
    margin-left: -5px;
}

.text-input {
    color: #fb820f;
}

.fa-info-circle:after {
    text-shadow: 0 0 7px #fb820f;
    animation: blip 2s infinite ease-in-out;
    -webkit-animation: blip 2s infinite ease-in-out;
}

.fa-chevron-down,
.fa-chevron-left {
    position: absolute;
    top:5px;
    right: 11px;
    transition: all 0.4s;
    opacity: 1;
}

.fa-chevron-down.hide{
    transform: rotate(90deg) scale(.5);
    opacity: 0;
}
.fa-chevron-left.hide {
    transform: rotate(-90deg) scale(.5);
    opacity: 0;
}

.input-transition {
    transition: all ease-in-out;
    opacity: 0;
    animation-name: popup;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
}

.div-transition {
    transition: all ease-in-out;
    opacity: 0;
    animation-name: popup;
    animation-fill-mode: forwards;
    animation-duration: 0.35s;
}
.div-transition2 {
    transition: all ease-in-out;
    opacity: 0;
    animation-name: popup;
    animation-fill-mode: forwards;
    animation-duration: 0.35s;
}

@keyframes popup {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.text-hover {
    overflow: hidden;
    list-style: none;
    white-space:nowrap;
    display: inline-block;
}
.text-hover i {
    cursor: pointer;
}
.text-hover div {
    margin-left: 2rem;
    pointer-events: none;
    opacity: 0;
    max-width: 0;
    display: inline-block;
    text-decoration: none;
    transition: max-width 1s ease-out, opacity 0.3s ease-out;
}
.text-hover div span {
    float:right;
    display: block;
}
.text-hover span {
    line-height:1;
    display: inline-block;
    padding:.125em 0.5em;
}
.text-hover:hover div {
    opacity: 1;
    max-width: 150px;
    transition: max-width 0.7s ease-out .1s, opacity 0.8s ease-in .4s;
    margin-left: 2rem;
}

.fr-view > table {
    width: 100% !important;
    max-width: 100% !important;
}
