.error-msg {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}
#parsley-error {
  border-color: #f46a6a;
}
/*form .row .add-delete-wrpr:first-child { margin-top: 25px; }*/
.field-btn-margin {
  margin-left: 10px;
}
.image-upload {
  position: relative;
  margin: 0px 0 10px;
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: #f9f9fb;
  border: 1px dashed darkgray;
  border-radius: 6px;
  box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
}

.image-upload .img-upload {
  width: 100%;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 8px;
  /* // max-width: 33.33%; */
  display: flex;
  align-items: center;
  position: absolute;
  /* // background-color: white; */
}
.image-upload .img-upload img {
  margin: 0 auto;
}

.image-upload .img-upload .remove-img {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}
.img-upload.video img {
  width: 50px;
  height: 50px;
}
.image-upload .form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
}
.img-text {
  /* max-width: calc(100% - 40px); */
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.4;
}

.img-uploaded-btns {
  display: flex;
  gap: 20px;
}
.img-uploaded-btns .edit-btn {
  position: relative;
  color: #108a61 !important;
  background: #fff !important;
}
.img-uploaded-btns .edit-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-image {
  display: flex;
  align-items: center;
}

.img-figure {
  margin-right: 19px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
#sidebar-menu {
  overflow-y: auto;
  max-height: 100%;
}
#sidebar-menu ul li a.active {
  color: #fff !important;
}
a.manual-breadcrumb {
  font-size: 12px !important;
  color: #556ee6;
}
.inLoader {
  position: absolute;
  background-color: #f5f5fa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 48px;
}

.inLoader > div {
  position: relative;
}

.Loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5fa;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #108a61;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #108a61;
  }
  50% {
    transform: translateY(12px);
    background-color: rgba(#108a61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108a61;
  }
}

.inLoader.sm .circle {
  animation: loading-sm 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  width: 5px;
  height: 5px;
}

.inLoader.field-loader {
  top: 26px;
  bottom: 28px;
  left: 1px;
  right: 2px;
}

.inLoader.field-loader > div {
  bottom: 6px;
}

@keyframes loading-sm {
  0% {
    transform: translateY(0px);
    background-color: #108a61;
  }
  50% {
    transform: translateY(8px);
    background-color: rgba(#108a61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108a61;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}
.circle-2 {
  animation-delay: 0.2s;
}
.circle-3 {
  animation-delay: 0.3s;
}
.circle-4 {
  animation-delay: 0.4s;
}
.circle-5 {
  animation-delay: 0.5s;
}
.circle-6 {
  animation-delay: 0.6s;
}
.circle-7 {
  animation-delay: 0.7s;
}
.circle-8 {
  animation-delay: 0.8s;
}

.inLoader.sm .circle-1 {
  animation-delay: 0.1s;
}
.inLoader.sm .circle-2 {
  animation-delay: 0.2s;
}
.inLoader.sm .circle-3 {
  animation-delay: 0.3s;
}
.inLoader.sm .circle-4 {
  animation-delay: 0.4s;
}
.inLoader.sm .circle-5 {
  animation-delay: 0.5s;
}
.inLoader.sm .circle-6 {
  animation-delay: 0.6s;
}
.inLoader.sm .circle-7 {
  animation-delay: 0.7s;
}
.inLoader.sm .circle-8 {
  animation-delay: 0.8s;
}

.text-success-info {
  color: #18805b;
  margin: 5px 0 0 0;
}
.empty-record-msg {
  text-align: center;
  padding: 40px 0 0 0 !important;
}

.map-filter-wrpr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
}
.map-input-wrpr {
  width: 50%;
}
.map-input-wrpr .form-label {
  display: block;
}
.panel-margin-bottom {
  margin: 0 0 20px;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 40px;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-120 {
  width: 120px;
}
.w-140 {
  width: 140px;
}
.main-title {
  font-weight: 800;
  color: green;
}
.text-danger {
  color: #34c38f !important;
}
.permision-block {
  border-bottom: 1px dashed #f1f1f1;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.react-tel-input .form-control {
  width: inherit !important;
}

.order-details-block-ui {
  padding: 0px;
}
.order-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}
.customer-info .order-full-info ul li label {
  width: 80px;
  vertical-align: top;
}
.customer-info .order-full-info ul li p {
  width: calc(100% - 100px);
  vertical-align: top;
}
.order-heading-ui {
  border-radius: 4px 4px 0 0;
  background-color: #dee6f1;
  min-height: 36px;
}
.order-heading-ui h4 {
  color: #0c1f36;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 6px 26px;
}
.content-detail {
  display: inline-block;
  width: 100%;
  background: #f0f5fc;
  border-radius: 0 0 4px 4px;
}
.order-id-ui {
  background-color: #f0f5fc;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.order-id-ui ul {
  padding: 18px 26px;
  display: inline-block;
  width: 100%;
}

.order-id-ui ul li {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin-bottom: 0;
}
.order-info p {
  opacity: 1;
}
.order-id-ui ul li label {
  color: #6d7986;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.order-id-ui ul li p {
  color: #0c1f36;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  opacity: 1;
}
.order-full-info {
  padding: 26px;
}
.order-full-info ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 12px;
}
.order-full-info ul li label {
  color: #6d7986;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  width: 140px;
}
.order-full-info ul li p {
  color: #0c1f36;
  font-size: 14px;
  margin: 0;
  width: calc(100% - 150px);
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  padding-left: 15px;
  word-break: break-all;
}
.order-items-info ul {
  padding: 26px 26px 0;
}
.order-items-info li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.padding-zero {
  padding: 0px;
}

.account-pages .input-group #password-addon {
  position: absolute;
  right: 0px;
  border-radius: 0;
  z-index: 9;
}

.break-spaces {
  white-space: break-spaces;
}

.staffAdd {
  height: 100vh;
}
.staffAdd .container-fluid {
  height: 100%;
}

.tex-input {
  height: 110px;
}

.image-uploder {
  margin-top: 29px;
}

.selectFieldss {
  min-height: 42px;
}

.mb-3 li {
  background: #eee;
  padding: 10px;
  list-style-type: none;
}
.cta-attribute {
  background: #eee;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 0 10px 0 0;
}

.solution-btn-wrpr {
  margin-bottom: 20px;
  padding: 20px 0;
}
.solution-btn-wrpr .main-btn {
  padding: 20px 60px;
  height: auto;
  min-height: unset;
  color: rgb(255, 255, 255);
  background-color: rgb(145, 19, 59);
}
.main-btn {
  border-radius: 12px;
  border: 1px solid #91133b;
  background: #91133b;
  background-color: rgb(145, 19, 59);
  padding: 20px;
  max-width: 500px;
  width: 100%;
  height: 14vh;
  max-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  margin-bottom: 24px;
  min-height: 100px;
}

.react-datepicker-wrapper {
  width: 100%;
}
#sidebar-menu a.setActive {
  background: none;
}
#sidebar-menu ul li a.active {
  background: #9dd4ff;
}
.automation-loader {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.automation-loader img {
  width: 100px;
}
.tooltip-title {
  color: #556ee6;
}
.highcharts-credits {
  display: none;
}
/*.react-tooltip { max-width: 200px; }*/

.filter-style {
  border: 1px solid #e6e6e6;
  padding: 12px;
  border-radius: 10px;
  background: rgb(239, 242, 247);
  display: flex;
  gap: 10px;
  width: 70%;
}
.chk-filter {
  width: 100%;
  display: contents;
}

.chk-filter .input-search {
  width: 300px;
}

.fieldAction {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header-container {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 70%;
}
.reset {
  color: #fff;
  text-decoration: none;
  background-color: #cf5a5a;
  border-color: #cf5a5a;
}

.chk-filter .fieldInput {
  width: 73%;
}
.header-container h4 {
  display: flex;
  align-items: center;
}

.custom-ui {
  background: white;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 45px;
  align-items: center;
  max-width: 520px;
}

.custom-ui h1 {
  margin-bottom: 20px;
}

.custom-ui button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  background-color: #dc3545;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.confirm-msg {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.confirm-msg p {
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
}
.custom-ui button:first-of-type {
  background-color: #fff;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.custom-ui button:hover {
  opacity: 0.9;
}
.confirm-action {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
}
.confirm-action button {
  margin: 0;
}

.style-input {
  width: 100%;
  max-width: 592px;
  border: 1px solid #ebedf2;
  border-radius: 10px;
  background: #ebedf2;
  color: #545b72;
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
  outline: none;
  padding: 10px;
  min-width: 260px;
}

.kopieren-btn {
  max-width: fit-content;
  border-radius: 7px;
  border: 1px solid #eaecf5;
  padding: 5px;
  background: #fff;
  color: #7882a0;
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 800;
}

.copy-link-wrap {
  gap: 15px;
}

.email-tab-stats {
  height: 400px;
}

/*.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  word-wrap: break-word;
}

.tooltip-text {
  border-bottom: 1px dotted black;
}

.tooltip-bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
  white-space: nowrap;
  z-index: 1;
}

.tooltip-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

/* src/Workflow.css */
/* src/Workflow.css */
/* src/App.css */

/*.App {
  padding: 20px;
}

.step {
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

.step input[type="text"] {
  margin-right: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}*/
.data-graph-parent td {
  padding-bottom: 0;
  border-bottom: 0;
}

.data-graph .data-graph-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
.progress-bar {
  height: 3px;
}
.temp-add-preview {
  background: #f1f9ff;
  padding: 0px 10px;
  padding-top: 0px;
  border-radius: 14px;
  height: calc(100vh - 0px);
  padding-top: 70px;
}

.temp-preview-inner {
  margin-top: 40px;
  display: flex;
  height: calc(100% - 71px);
  gap: 50px;
}
.temp-add-locat {
  width: 100%;
  padding-right: 0px;
  overflow: auto;
  background: #fff;
  border-radius: 14px;
}

.rs-btn-item {
  background: #facc48;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.hierarchy-timeline .css-1vs3jbz > .css-to7de5::before {
  height: 0;
}
.hierarchy-timeline .css-1vs3jbz > .css-to7de5 .css-to7de5::before {
  height: 20px;
}
.department {
  color: #727171;
  font-size: 13px;
  font-weight: 500;
}
.depart-role {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600 !important;
}

.modalRight .modal-content {
  border: 1px solid #edf5fc !important;
  box-shadow: 6px 7px 13px #9dd4ff;
}

.modal.fade.show {
  display: block !important;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal.fade.show {
  display: block !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

#rightModal .modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}
#rightModal .modal-dialog-slideout .modal-header h5 {
  float: left;
  font-weight: 600;
  width: 90%;
}

#rightModal .modal-dialog-slideout .modal-header .close {
  padding: 6px;
  font-size: 22px;
  font-weight: 600;
}

#rightModal .modal-dialog-slideout {
  max-width: 500px;
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.department-action a {
  margin: 0 5px 0 0;
}
.first-node {
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.first-node .btn.btn-success.inner {
  margin-top: 20px;
}
.map-node {
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.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: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f0aa67;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f0aa67;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.on {
  display: none;
}

.on {
  color: #161615;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 34%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: 600;
}
.off {
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 67%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}
.ck-editor__main .ck.ck-editor__editable_inline {
  padding: 10px !important;
}
