﻿* {
    outline: none;
}
body {
    font-family: Reformative, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #151515;
    height: 100vh;
    overflow: auto;
    line-height: 1;
}
div#app {
    height: 100%;
    overflow: auto;
    display: flex;
}
*,
input.k-textbox, .k-input-inner {
    font-size: 12px;
}
.color-primary {
    color: #3069f9;
}
.border-radius {
    border-radius: 5px;
}
.bg-gray {
    background: #e7e9ef;
}
.flex {
    display: flex;
}
.flex-auto {
    flex: 1 1 0;
}
.flex-0 {
    flex: 1 1 0;
}
.column-gap {
    column-gap: 10px;
}
.row-gap {
    row-gap: 10px;
}
.row-gap-30 {
    row-gap: 30px;
}
a:hover {
    text-decoration: none;
}
.border-top-left-radius {
    border-top-left-radius: 5px;
}
.border-top-right-radius {
    border-top-right-radius: 5px;
}
.animated {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100vh;
}
div#wrapper {
    display: flex;
    width: 100%;
}
div#page-wrapper {
    flex: 1 1 auto;
    width: calc(100% - 250px);
    height: 100vh;
    background: #f3f3f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}
h1 {
    font-weight: 600;
    padding: 0;
}
h2 {
    font-weight: 600;
    font-size: 1.5rem;
}
.h-100vh {
    height: 100vh;
}
label {
    font-weight: bold;
}
.ibox {
    display: flex;
    flex-direction: column;
}
.ibox-content {
    padding: 0;
    border: 0px;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.ibox-content > * {
    flex: 1 1 auto;
}
.main {
    height: 100vh;
    flex: 1 1 0;
    width: 100% !important;
}
.top-row:not(.auth) {
    display: flex !important;
}
.content {
    background: #f0f2f6;
    height: 100%;
    overflow: auto;
    padding-bottom: 1.1rem;
    width: calc(100% - 250px);
    flex: 1 1 auto;
}
.filter-white {
    filter: brightness(0) invert(1);
}
button.k-flat.k-icon-button span {
    filter: invert(30%) sepia(99%) saturate(2036%) hue-rotate(216deg) brightness(99%) contrast(101%);
}
.k-grid-search {
    width: 200px;
}
.k-grid .k-command-cell .k-icon-button {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    transition: all 0.1s linear 0s;
    background: #fff;
    border-color: #fff;
}
.k-grid .k-command-cell .k-icon-button:hover {
    background: var(--kendo-color-primary-hover, #151515);
}
.k-button.k-primary span.k-icon {
    filter: brightness(0) invert(1);
}
.k-button {
    border-radius: 0px;
}
.k-icon-button {
    border-radius: 0;
}
.k-button {
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1;
}
.k-button:hover {
    opacity: 0.9;
}
.box-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.k-grid-header .k-header:first-child {
    border-left-width: 1px;
}
.k-grid-header .k-header[data-has-children="true"] {
    background: #3a3e54 !important;
    color: #fff;
    padding: 4px;
    text-align: center;
}
.overflow-auto {
    overflow: auto;
}
/* width */
*::-webkit-scrollbar {
    width: 10px;
}
/* Track */
*::-webkit-scrollbar-track, *::-webkit-scrollbar:horizontal {
    background: #fff;
}
/* Handle */
*::-webkit-scrollbar-thumb,
.view-scroll-hover:hover::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 5px;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover,
.view-scroll-hover:hover::-webkit-scrollbar-thumb:hover {
    background: rgb(0 0 0 / 45%);
}
/* width */
*::-webkit-scrollbar:horizontal {
    height: 10px;
}
/* Handle */
*::-webkit-scrollbar-thumb:horizontal {
    background: #dbdbdb;
    border-radius: 5px;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:horizontal:hover {
    background: rgb(0 0 0 / 45%);
}
.k-window {
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.k-master-row .k-grid-content-sticky {
    border-color: rgb(229 229 237);
    box-shadow: 0px 2px 4px 0px rgb(70 71 117 / 10%);
}
th,
td {
    /* border-color: rgb(229 229 237) !important; */
}
.k-grid-toolbar {
    border-color: transparent;
    padding: 10px 0;
}
.k-grid {
    background: transparent;
    overflow: hidden;
    border: none;
}
.header-mcGroup-background {
    background-color: #2b7de3 !important;
    color: black !important;
    font-weight: 500 !important;
}
.header-mc-background {
    background-color: #0c77fd !important;
    color: white !important;
    text-align: center !important;
}
.header-mcD-background {
    background-color: #17375f !important;
    color: white !important;
    font-weight: 500 !important;
}
.k-window-content .k-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%);
}
.k-window-content form {
    height: 100%;
    overflow: auto;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.k-window-content form .k-form-field > label.k-form-label {
    justify-content: flex-start;
    align-items: flex-start;
}
.k-window-content form .k-form-field {
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
}
.k-window-content form .k-form-field-wrap .k-switch {
    float: none !important;
}
.k-window-content form.cs-form-flex .k-form-field {
    width: 100%;
}
.k-window-content form.cs-form-flex {
    flex-direction: column;
    padding-bottom: 0;
    flex-wrap: nowrap;
    overflow: auto;
}
.k-window-content form.cs-form-flex .k-form-fieldset {
    overflow: auto;
    display: flex;
    padding-right: 10px;
}
.cs-form-flex legend.k-form-legend {
    display: none;
}
.k-switch {
    zoom: 0.7;
}
.k-switch * {
    font-size: 10px;
}
.k-multiselect .k-multiselect-wrap .k-button {
    background: #e8ecff;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 1;
    height: auto;
    font-weight: 400;
}
.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
    background: #fff;
    line-height: 1;
}
.k-grid-header .k-header {
    font-weight: 500;
}
.k-grid-header th.k-grid-header-sticky, .k-grid-header td.k-grid-header-sticky, .k-grid-header .k-grid-header-sticky.k-sorted {
    background-color: #d3d3d3;
    border-color: transparent;
}
td.mergedcell {
    background: #fff !important;
}
tr:hover td.last-col, tr.masterfundrow:hover td.last-col {
    background: #d7e6ff;
}
td.last-col {
    background: #f7f7f7;
}
tr.masterfundrow, div.masterfundrow {
    background: #f3fbe9 !important;
}
tr.masterfundrow td.last-col {
    background: #e9f7da;
}
/*top menu*/
.nav {
    align-items: stretch;
    margin-left: 20px;
}
li.nav-item:hover {
    cursor: pointer;
}
ul.nav.nav-second-level {
    position: absolute;
    background: #111634;
    top: 48px;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    display: none;
    padding-top: 5px;
    margin-left: 8px;
}
ul.nav.nav-second-level.two-row {
    display: none;
    flex-direction: column;
    max-width: unset;
    flex-wrap: wrap;
    padding: 10px;
    width: 430px;
    border-radius: 3px;
    background: #111634;
    top: 48px;
}
ul.nav.nav-second-level.two-row > li {
    width: 50%;
}
ul.nav.nav-second-level > li a {
    margin: 0;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}
ul.nav.nav-second-level > li a span {
    padding: 0;
}
ul.nav.nav-second-level > li:hover a {
    color: #fff;
    background: #070b22;
}
ul.nav.nav-second-level > li:hover a span {
    color: #fff;
}
li.nav-item {
    align-items: stretch;
    display: flex;
}
a.nav-link.active span {
    color: #ffffff;
    background: #111634;
}
span.color-gray {
    color: #aaa;
}
ul.nav.nav-second-level > li a span {
    margin: 0;
}
.has-child:hover > a > span {
    background: #111634;
}
span.color-gray {
    color: #aaa;
}
.has-child:hover ul.nav.nav-second-level {
    display: flex;
}
@media (max-width: 768px) {
    .k-window-content form .k-form-field {
        width: 100%;
    }
}
.adminNavMenu.SubNav {
    width: 100%;
}
.adminNavMenu.SubNav a {
    padding-left: 25px;
}
.s-line-val {
    background: #e8ecff;
    padding: 8px;
    border-radius: 10px;
    height: auto;
    font-weight: 400;
}
.s-line-val + .s-line-val {
    margin-top: 6px;
}
.k-dialog-titlebar {
    background: #fff;
    color: #19233c;
}
rowtemplate {
    height: 0px;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}
td.last-col, th.last-col {
    position: sticky;
    right: 0;
    background: #f7f7f7;
    text-align: center;
}
.cs-template td:hover button {
    opacity: 1;
}
.cs-template {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.k-loader-top .k-loader-container-inner {
    background: transparent;
    border: none;
}
.cs-rowtemplate td {
    max-width: 200px;
}
.k-drawer-wrapper {
    height: 100%;
}
input.k-input {
    font-size: 11px;
}
.k-toolbar .k-input {
    width: 20em;
    font-size: 12px;
}
tr.merged-header th {
    background: #636468 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
th {
    font-weight: bold;
}
.loader-app {
    width: 100vw;
    height: 100vh;
}
.img-loader {
    margin-right: 8px;
    background: #fafafb;
    width: 70px;
    height: 70px;
    animation: ui-pulse 1.1s infinite;
    border-radius: 50%;
    padding: 12px;
}
.img-loader img {
    width: 100%;
}
@keyframes ui-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.k-toggle-button, .k-toggle-button.k-state-selected {
    font-size: 11px;
}
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-state-focused {
    box-shadow: none;
}
.k-button-solid-primary {
    border-color: #151515;
    color: #151515;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-state-focused, .k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-state-focused {
    outline: none;
}
.edit-item {
    cursor: pointer;
}
.edit-item:hover {
    color: #316afc;
    background-color: #EDEDD0;
}
.k-window-content, .k-window-content:last-child {
    padding: 15px;
}
.k-window-title {
    align-items: center;
}
.k-window-title > * {
    font-size: 13px;
}
.k-checkbox {
    border-color: #2e67f5;
}
.cursor-pointer {
    cursor: pointer;
}
.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.k-grid th:first-child, .k-grid td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.k-pager-wrap {
    color: #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.k-grid-header .k-header[data-has-children="true"].k-grid-header-sticky {
    background: #474a5e !important;
}
.button-danger.k-button {
    background: #d30000;
    border-color: #d30000;
    color: #fff;
}
.k-textarea > .k-input {
    font-size: 11px;
}
td.locked-left {
    position: sticky;
    left: 0;
    x: 10;
    background: #f7f7f7;
}
tr.masterfundrow td.locked-left {
    background: #e9f7da;
}
.k-state-selected.k-button img {
    filter: brightness(0) invert(1);
}
.k-button img {
    width: 17px;
}
.k-grid-toolbar {
    padding-top: 0px;
}
.column-gap-5px {
    column-gap: 5px;
}
.k-card-title {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
td.NACell, div.NACell {
    background: #ededed;
}
td.SubmittedCell, div.SubmittedCell {
    background: #fffbda;
    color: #b18608;
    font-weight: bold;
}
td.OverDueCell, div.OverDueCell {
    background: #ffeeee;
    font-weight: bold;
    color: red;
}
.CompletedCell {
    background: #daffdb;
    color: #228f26;
}
.k-checkbox:disabled {
    opacity: 0.3;
    border-color: #727272;
}
.legend-container {
    color: #3069fa;
    top: 20px;
}
.k-grid-filter-popup {
    max-width: 200px;
}
.k-popup .k-filter-menu .k-item {
    max-width: 100%;
    white-space: normal;
}
.k-filter-menu .k-filter-menu-container li.k-item > * {
    display: flex;
}
.k-filter-menu .k-filter-menu-container li.k-item > * > label {
    width: calc(100% - 20px);
}
button.k-button {
    font-size: 11px;
    padding: 5px 8px;
}
.k-drawer-container {
    height: 100%;
}
tr.k-grid-norecords {
    text-align: left;
    font-weight: bold;
    color: #326afc;
}
.k-grid-header .k-grid-filter.k-state-active .k-icon:before {
    filter: brightness(0) invert(1);
}
.myCustomCellFormatting, div.ReturnedExecuted {
    background-color: #daffdb;
    color: #228f26;
}
.isMeetingNotConfirmedFormatting, div.UncomfimedMeeting {
    background-color: #fffbda;
    color: #b18608;
}
.isMeetingConfirmedFormatting {
    background-color: white;
    color: black;
}
.h-32 {
    height: 26px;
}
.k-animation-container > .k-popup {
    border-radius: 5px;
    margin-top: 2px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}
iframe {
    border: none;
}
td.locked-col {
    position: sticky;
    left: 0;
    background: #f7f7f7;
    text-align: center;
    z-index: 0;
}
span.k-grid-search {
    margin-left: auto;
}
.map {
    background: url(/images/mapimage.png) top left;
    background-size: cover;
}
.point {
    position: absolute;
    top: 12.8%;
    left: 42.2%;
    width: 20px;
    height: 20px;
    background: #0027ff;
    z-index: 10;
    cursor: pointer;
    border: 3px solid #fff;
}
.k-tooltip-content > * {
    font-size: 10px;
    line-height: 1;
    color: #000;
}
.k-tooltip {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.progress-container > .progress {
    display: flex;
    column-gap: 10px;
    background: transparent;
}
.k-progressbar {
    font-size: 10px;
}
.k-progress-status {
    font-size: 10px;
}
.k-progressbar {
    height: 10px;
}
.progress-container {
    margin: 10px 0;
}
span.circle {
    background: #26D142;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.tasks strong {
    margin-bottom: 0px;
    display: block;
}
.tasks {
    font-size: 8px;
    margin-top: 20px;
}
.tasks li {
    list-style: disc;
    margin-bottom: 6px;
}
.k-tooltip .k-callout {
    color: #fff;
}
.k-progressbar .k-state-selected {
    border-color: #26D142;
    color: white;
    background-color: #26D142;
}
.color-blue {
    color: #093c87;
}
.tile-no-padding .k-card-header {
    border: none;
    padding: 0;
}
.tile-title {
    padding: 15px;
    color: #fff;
}
.show-overflow .k-tilelayout-item-body {
    overflow: auto !important;
    padding: 0;
}
table.custom-table td, table.custom-table th {
    border: 1px solid #ddd;
    padding: 8px;
}
table.custom-table {
    width: 100%;
    height: 100%;
}
.photos-tag {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -65px;
    background: #fff;
    color: #000;
    padding: 8px;
    font-weight: bold;
    max-width: 100%;
    text-transform: uppercase;
}
.photos-thumb {
    position: relative;
}
.k-card-header {
    border: none;
    padding: 0;
}
.tileline {
    display: none;
}
table.table-with-border.cs-table {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.column-gap-20 {
    column-gap: 20px;
}
.tile-title * {
    color: #fff;
}
table.table-with-border.cs-table td {
    border: 1px solid #ddd;
}
.tile-title {
    color: #fff;
    background: #000;
    padding: 7px;
}
.bg-e {
    background: #efefef !important;
}
.border-right {
    border-right: 1px solid #efefef !important;
}
.k-tilelayout {
    padding: 0 !important;
    background: transparent;
}
.color-brown {
    color: #e48800;
}
.k-splitter-flex.k-splitter-horizontal {
    background: transparent;
    border: none;
}
.k-rounded-full.k-button {
    border-radius: 50%;
}
.k-tooltip-content {
    color: #333;
}
.k-grid .k-grouping-header {
    display: none;
}
.line.line-shadow2 {
    margin-left: -6px;
}
.line.line-shadow3 {
    margin-left: 6px;
    z-index: -1;
}
.k-tabstrip-items-wrapper.k-vstack {
    max-width: 350px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    flex-direction: column;
    display: flex;
    overflow: auto;
    flex-flow: column;
    overflow-x: hidden;
}
button.k-bare.filter-blue {
    filter: unset;
    background: #fff !important;
    border-radius: 50%;
    padding: 0;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    align-items: center;
    margin: 0 !important;
    justify-content: center;
}
button.k-bare.filter-blue img {
    min-width: 15px !important;
    min-height: 15px !important;
    width: 15px;
}
.k-button-solid-primary img {
    filter: brightness(0) invert(1);
}
.component-div h1 {
    display: none;
}
span.cert.cert-System.Certificate:before {
    content: url('/images/certificate.png');
}
span.cert.cert-Tags:before {
    content: url(/images/tag.png);
}
.cs-padding-0 .h-100.overflow-auto.flex.flex-column.p-4 {
    padding: 0 !important;
}
.k-i-caret-alt-right::before {
    content: url(/images/feather/chevron-right.svg);
}
.span.k-icon.k-i-none {
    display: inline-block;
}
.right-0 {
    right: 0;
}
div.togglepwd {
    position: absolute;
    right: 8px;
    top: 3px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.ml-auto {
    margin-left: auto;
}
.k-window.printwindow .printpage {
    zoom: 0.55;
    align-self: start;
}
.overflow-sample {
    position: fixed;
    top: 50px;
    width: calc(100% - 250px);
    left: 250px;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
}
.content-collapsed-collapse .overflow-sample {
    width: 100%;
    left: 0;
}
.overflow-sample-content {
    font-size: 17vw;
    font-weight: bold;
    transform: rotate(22deg);
}
.overflow-sample.overflow-popup {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.overflow-sample.overflow-popup .overflow-sample-content {
    font-size: 35vw;
}
@media print {
    .sidebar, .top-row, .main-dash-cs {
        display: none !important;
    }

    .overflow-sample.overflow-popup .overflow-sample-content {
        margin-top: -20%;
    }

    body, .k-window-content {
        padding: 0;
    }

    .overflow-sample-content {
        transform: rotate(20deg);
    }
}
.header-punchGroup-background {
    background-color: #FABF8F !important;
    color: black !important;
    font-weight: 500 !important;
}
.header-punch-background {
    background-color: #E26B0A !important;
    color: white !important;
    font-weight: 500 !important;
}
.header-punchD-background {
    background-color: #5a2b04 !important;
    color: white !important;
    font-weight: 500 !important;
}
.k-grid th.center-me {
    text-align: center;
}
.k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}
h6 {
    color: #005c9d;
    font-size: 1.1em;
    font-weight: bold;
}
img.pl-complete, img.pl-producing, img.pl-nonproducing, img.pl-staffed, img.pl-decom {
    width: 35px;
}
.header-punchGroup-background, .k-grid-header .k-header[data-has-children="true"].header-punchGroup-background {
    background-color: #FABF8F !important;
    color: black !important;
    font-weight: 500 !important;
}
.mapboxgl-ctrl-attrib-inner {
    display: none;
}
span.pl-pipeline {
    width: 100%;
    display: inline-block;
    background: black;
    height: 5px;
    border-radius: 50px;
}
span.pl-pipeline.pp-operation {
    background: #b7e300;
}
span.pl-pipeline.pp-notproducing {
    background: #7d7d7d;
}
span.pl-pipeline.pp-hc {
    background: #7590b8;
}
table.inner-platform-tbl img {
    max-width: 35px;
    margin: 0 auto;
    display: block;
}
.glove-icon {
    position: relative;
}
.icon-number {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -20%);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}
img.cs-glove.cs-glove-red {
    filter: invert(19%) sepia(81%) saturate(7449%) hue-rotate(357deg) brightness(102%) contrast(118%);
}
img.cs-glove.cs-glove-yellow {
    filter: invert(84%) sepia(37%) saturate(814%) hue-rotate(354deg) brightness(106%) contrast(104%);
    color: black;
}
img.cs-glove {
    width: 25px;
    height: 25px;
}
.column-gap2 {
    column-gap: 2px;
}
span.cs-regnum {
    background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
}
.tooltip-dark .k-tooltip {
    background: rgba(0,0,0,0.8) !important;
    color: yellow;
}
.tooltip-dark .k-tooltip .k-callout {
    /* same as tooltip background */
    color: rgba(0,0,0,0.8) !important;
}
.tooltip-dark * {
    color: #fff !important
}
span.cs-regnum.cs-regnum-2 {
    background: #37b400;
}
span.cs-regnum.cs-regnum-3 {
    background: #ffc000;
}
span.cs-regnum.cs-regnum-4 {
    background: #007bff;
}
td.k-table-td.cs-green {
    background: #4eb300;
    color: #fff;
}
.k-disabled, .k-widget[disabled], .k-disabled {
    opacity: 0.6
}
.modal-camera-btn {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #4ba327;
    border-color: #4ba327;
    border-radius: 50% !important;
    margin-top: 10px;
}
.modal-camera-btn > .k-icon {
    filter: brightness(0) invert(1);
    transform: scale(2);
}
.modal-camera-btn:hover {
    background: #58d723;
}
div#camera video:nth-child(3) {
    display: none;
}
.image-preview-div {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    column-gap: 0;
    white-space: nowrap;
    padding: 0;
}
.form-img-preview {
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #dedede;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
}
div[class^="__markerjs2_ __markerjs2_"] {
    z-index: 20000 !important;
}
.k-picker-solid {
    background: #fff;
    border-color: rgba(33, 37, 41, .2);
}
.k-button-solid-error .k-icon.k-i-trash {
    filter: brightness(0) invert(1);
}
.cs-delete-smaller {
    zoom: 0.7;
}
.color-red {
    color: red;
}


.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
    z-index: 0 !important;
}

.k-loader-container-panel {
    background: transparent;
    border: none;
}

.k-column-title {
    white-space: pre-wrap;
}

.k-grid .k-cell-inner {
    align-items: end;
    margin: 0 !important;
}

.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-left: 0;
}

.k-grid .k-grid-header .k-table-th {
    padding: 5px 11px;
}

.k-column-title {
    white-space: normal;
}

.cs-table3 td {
    font-weight: 600;
}

.customprogressbar {
    width: 100%;
}

.cs-progresscontainer {
    width: 200px;
}
.k-progressbar.progress-bar-yellow {
    background-color: #fffbeb;
    border: 1px solid #dbab00;
    color: #c69c05;
    font-weight: 500;
}
.k-progressbar.progress-bar-yellow .k-selected {
    border: 1px solid #dbab00;
    color: #fff;
    background-color: #dbab00;
}
.k-progressbar.progress-bar-red {
    border: 1px solid #cf1a37;
    color: #cf1a37;
    font-weight: 500;
    background-color: #ffeff2;
}
.k-progressbar.progress-bar-red .k-selected {
    border-color: #cf1a37;
    color: #fff;
    background-color: #cf1a37;
}
.mr-2 {
    margin-right: 1rem;
}
hr:not([size]) {
    background: #9ad3bc;
}
.k-grid-header .k-header.k-grid-header-sticky {
    background: #484848;
    color: #Fff;
}
.k-button-solid-base {
    border-color: #dee2e6;
    color: #151515;
    background-color: #fff;
}
.k-form-layout {
    flex: 1 1 auto;
    overflow: auto;
    padding-right: 5px;
    background: #e7e9ef;
    border-radius: 5px;
    padding: 15px;
    margin: 0;
}
.k-form-md .k-form-field, .k-form-md .k-form-buttons {
    margin-top: 1.5rem;
}
.k-form .k-form-legend {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
}
.k-form .k-form-fieldset {
    margin: 2rem 0 0;
    padding: 0px;
    border: 0;
    overflow: auto;
}
.k-form-fieldset > .k-form-fieldset + k-form-fieldset {
    margin: 0;
    padding: 0;
}
.k-form .k-form-fieldset > .k-form-fieldset + .k-form-fieldset {
    padding: 0;
    border-radius: 0;
}
.k-form .k-form-fieldset > .k-form-fieldset + .k-form-fieldset .k-form-fieldset {
    margin-top: 0;
}
.bg-grey4 {
    background: #d2d7e3;
}
.k-progressbar-horizontal {
    width: 120px;
    height: 16px;
    font-weight: bold;
    background-color: #e9ecef;
    border: 1px solid #bac1d7;
}
.k-splitter-flex .k-pane {
    overflow: auto;
}
.k-picker-solid {
    background: #fff;
}
.k-form-md .k-form-field, .k-form-md .k-form-buttons {
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.k-input-inner::placeholder, .k-input-inner, .k-input-value-text {
    font-weight: normal;
    color: #212529;
    font-size: 12px;
}
.badge {
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
}
.k-input.k-disabled {
    background: #ebebeb;
}
.k-form-buttons.k-actions-start {
    margin-bottom: 0;
}
.k-upload .k-dropzone, .k-upload .k-upload-dropzone {
    justify-content: start;
    column-gap: 10px;
}
span.k-upload-status {
    margin-left: auto;
}
.k-input-solid:focus, .k-input-solid.k-focus {
    box-shadow: none;
}
.k-grid .k-grid-md td, .k-grid .k-grid-md .k-table-td, .k-grid-md td, .k-grid-md .k-table-td {
    padding-block: .5rem;
    padding-inline: 1rem;
}
.k-button-solid-success .k-button-icon {
    filter: brightness(0) invert(1);
}
.k-upload .k-multiple-files-wrapper, .k-upload .k-file-single > .k-file-info {
    min-height: unset;
}
.cs-icon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-cross {
    background: red;
}
.cs-tick {
    background: #37b300;
}
.border-red{
    border: 1px solid red;
}
.cs-table2 tr:nth-child(odd) {
    background: #f6fffb;
}
.cs-table td, .cs-table th {
    border: 1px solid #eee;
    padding: 10px;
}
.cs-table th {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #e2ebeb;
    border-color: #cfd9d9;
}
.cs-warning {
    background: orange;
}
.cs-upload-error {
    border: 2px solid #ffa5a5;
}
.bg-danger {
    color: #fff !important;
}
.opacity-5{
    opacity: 0.5
}
td.k-table-td.k-detail-cell {
    background: #f5f5f5;
}
.k-grid .k-group-col, .k-grid .k-hierarchy-col {
    width: 40px;
}
.k-grid-header, .k-grid-footer {
    padding-inline-end: 10px;
}
.k-input-spinner .k-spinner-increase, .k-input-spinner .k-spinner-decrease, .k-input .k-button, .k-dropdownlist .k-button {
    border-radius: 0;
}
.cs-img-preview {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.cs-tooltip-alert {
    margin-right: 8px;
    background: #ff4a4a !important;
    width: 18px;
    height: 18px;
    animation: pulsealarm 1.1s infinite;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    border-radius: 50%;
}
@keyframes pulsealarm {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 74, 74, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 74, 74, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 7px rgba(255, 74, 74, 0);
        box-shadow: 0 0 0 7px rgba(255, 74, 74, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 74, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 74, 74, 0);
    }
}
.k-list-item-text::before{
    content: none;
}
.cs-table th, .cs-table td {
    min-width: 40px;
}
button.k-button.k-button-lg span {
    font-size: 1.2rem;
}
button.k-button.k-button-lg {
    padding: 15px;
}
span.strikethrough {
    color: red;
    text-decoration: line-through;
}
.row-gap5 {
    row-gap: 5px;
}
.cs-contenteditable th, .cs-contenteditable td{
    padding: 10px;
    vertical-align: middle;
}
.cs-contenteditable th p, .cs-contenteditable td p{
    min-height:10px;
    line-height:1;
    margin:0;
    vertical-align: middle;
}
.cs-contenteditable table {
    width: 100%;
    table-layout: fixed;
}
.cs-contenteditable, .cs-contenteditable > * {
    width: 100%;
}
.cs-contenteditable td p {
    border: 1px solid #ddd;
    min-height: 50px;
    border-radius: 5px;
    padding: 10px;
}
.cs-contenteditable td {
    vertical-align: top;
}
.k-window-titlebar {
    background: #151515;
    color: #fff;
    border-radius: 0;
}

.k-window-titlebar .k-icon-button .k-icon{
    filter: none;
}
.bg-paleRed {
    background: #ff7d89 !important;
    color: white
}
.bg-green1 {
    background: #a4e7b4 !important;
}
.bg-green2 {
    background: #b8f5c6 !important;
}
.bg-green3 {
    background: #ccffd8 !important;
}
.bg-green4 {
    background: #e8faec !important;
}
.bg-black {
    background: #000 !important;
}
.color-white {
    color: #fff;
}
.bg-purple {
    background: #8554dd !important;
}
.bg-paleRed {
    background: #ff6c6d !important;
}

.bg-purple {
    background: #d783fd !important;
}
.k-ct-popup .k-selected {
    border-color: var(--kendo-color-on-primary, #d682fc);
}
.k-svg-icon {
    min-width: 16px;
    min-height: 16px;
}
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: #fff;
    color: var(--kendo-color-on-primary, #d682fc);
    background-color: #fff;
}
.k-calendar .k-calendar-view .k-today {
    color: var(--kendo-color-on-primary, #d682fc);
}
.k-grid .k-detail-row .k-detail-cell > * {
    max-width: calc(100vw - 120px);
}
.btn-primary:hover {
    color: #151515;
    background-color: var(--kendo-color-on-primary, #d682fc);
    border-color: #151515;
}
.btn-primary {
    color: #fff;
    background-color: var(--kendo-color-on-primary, #d682fc);
    border-color: var(--kendo-color-on-primary, #d682fc);
    font-weight: 700;
}
.k-grid .k-detail-row .k-detail-cell {
    max-height: 60vh;
}
.k-tabstrip {
    position: relative;
}
.k-tabstrip-content k-content {
    position: relative;
    overflow: auto;
}
.k-radio:checked, .k-radio.k-checked {
    border-color: var(--kendo-color-on-primary, #d682fc) !important;
    color: #fff;
    background-color: var(--kendo-color-on-primary, #d682fc);
}
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon {
    align-self: end;
}
.bg-light2 {
    background-color: #fbf6ff;
}
.k-progressbar .k-selected {
    color: #fff;
    background-color: #5c1c90;
}
.small, small {
    font-size: 100%;
    font-weight: 400;
}
.cs-table4 th, .cs-table4 td {
    border-color: #e9ddef;
    padding: 5px;
}
.cs-table4 th {
    background: #efe7f3;
    font-weight: 600;
}
.cs-table4 td {
    color: #5c1c90;
}
.k-textbox.k-input .k-input-inner {
    font-family: 'Roboto';
}

.k-columnmenu-item.k-selected {
    color: #D582FC
}
h1:empty {
    display: none;
}
.sp {
    display: none;
}
article {
    padding: 1.5rem;
}
.pc{
    display: block;
}
@media(max-width: 768px) {
    h1 {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    article {
        padding: 0.5rem;
    }
    img.logo {
        height: 22px !important;
    }
}


.k-tabstrip-content {
    background-color: #D9D9D9 !important;
}

.k-tabstrip .k-tabstrip-item.k-active.k-tab-on-top {
    background-color: #D9D9D9 !important;
    border-bottom: none !important;
}

.k-tabstrip .k-item {
    background-color: transparent;
    color: inherit;
}
.k-toolbar-items.k-toolbar-items-scroll {
    overflow: visible;
    width: 100%;
    flex-wrap: wrap;
}
.badge {
    border: none;
}