.profilePhoto .profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block;
}
.profilePhoto .file-upload {
  display: none;
}
.profilePhoto .circle {
  /*border-radius: 1000px !important;*/
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 8px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 72px;
}
.profilePhoto img {
  max-width: 100%;
  height: auto;
}
.profilePhoto .p-image {
  position: absolute;
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.profilePhoto .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.profilePhoto .upload-button {
  font-size: 1.2em;
}
.profilePhoto .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

.stornoorder td {
  color: #CCC !important;
}

fieldset {
  border-radius: 6px;
  border: 1px solid #666;
  padding: 10px;
}
fieldset legend {
  font-size: 12px;
}

.areabuttons {
  position: fixed;
  bottom: 0px;
}

.marginbottom {
  height: 50px;
}

h3 {
  font-size: 20px;
  color: #666666;
}

.card-body {
  padding: 25px;
}

#ui-datepicker-div {
  background: #FFF !important;
  padding: 10px !important;
}

.tree {
  --spacing: 1.5rem;
  --radius: 5px;
}

.tree li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
  padding-top: 2px;
}

.tree ul {
  margin-left: calc(var(--radius) - var(--spacing));
  padding-left: 0;
}

.tree ul li {
  border-left: 2px solid #ddd;
}

.tree ul li:last-child {
  border-color: transparent;
}

.tree ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--spacing) / -2);
  left: -2px;
  width: calc(var(--spacing) + 2px);
  height: calc(var(--spacing) + 1px);
  border: solid #ddd;
  border-width: 0 0 2px 2px;
}

.tree summary {
  display: block;
  cursor: pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
  display: none;
}

.tree summary:focus {
  outline: none;
}

.tree summary:focus-visible {
  outline: 1px dotted #000;
}

.tree li::after,
.tree summary::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--spacing) / 2 - var(--radius));
  left: calc(var(--spacing) - var(--radius) - 1px);
  width: calc(2 * var(--radius));
  height: calc(2 * var(--radius));
  border-radius: 50%;
  background: #ddd;
}

.tree summary::before {
  z-index: 1;
  background: #696 url("expand-collapse.svg") 0 0;
}

.tree details[open] > summary::before {
  background-position: calc(-2 * var(--radius)) 0;
}

.filteredcols {
  background: #f1c40f !important;
}

.favorite.selected {
  color: #d35400;
}

.number-tag {
  background: #d35400;
  border-radius: 100px;
  width: 50px;
  color: #FFF !important;
  margin-top: 0px !important;
}

.link {
  color: #2980b9 !important;
  cursor: pointer;
}

.link:hover {
  color: #3498db !important;
  cursor: pointer;
}

.platcedph span {
  border: 1px solid rgba(44, 62, 80, 0.27);
  padding: 10px;
}

.select2-search--inline {
  position: absolute;
  top: 0px;
}

.select2-selection__choice__remove {
  background: none;
  border: none;
}

/*# sourceMappingURL=khm.css.map */
