.bg-themis-login {
    background-image: url('../../themis/dashboard-login-image.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 100vh;
}

.off-canvas-sidebar::after, .sidebar::after {
    background: #F6F6F6;
}

.off-canvas-sidebar .nav li > a, .sidebar .nav li > a {
    color: #000;
}

.off-canvas-sidebar .nav i, .sidebar .nav i {
    color: #000;
    background-color: #fff;
}

.off-canvas-sidebar .user .info .caret, .sidebar .user .info .caret {
    top: 15px;
}

.btn-tm-primary {
    background-color: #002944;
    color: #fff;
}

.btn-tm-secondary {
    background-color: #00B4DC;
    color: #fff;
}

.bg-tm-primary {
    background-color: #002944;
}

.bg-tm-secondary {
    background-color: #00B4DC;
}

.off-canvas-sidebar[data-color="primary"]::after, .sidebar[data-color="primary"]::after {
    background: #002944;
}

.pagination .page-item.active>.page-link,
.pagination .page-item.active>.page-link:focus,
.pagination .page-item.active>.page-link:hover {
    background-color: #00B4DC;
    border-color: #00B4DC;
    color: #fff;
}

.main-panel {
    background-color: #F6F6F6;
}

table.table tbody tr.odd td {
    background-color: #00B4DC22 !important;
}

table.table tbody tr.even td {
    background-color: #B8B8B822 !important;
}

.card .card-body .form-row .form-group input[type="text"],
.card .card-body .form-group input[type="text"],
.card .card-body .form-row .form-group select {
    border: 1px solid #DDD;
    border-radius: 12px;
    padding: 12px 16px;
    height: auto;
}

.form-field-entry .form-group .duplicate-row-button {
    display: none;
}

.form-field-entry:last-child .form-group .duplicate-row-button {
    display: initial;
}

.form-field-entry .form-subfields:nth-child(1) .sub-buttons-row .subfields-buttons .delete-subfields-button,
.form-field-entry .form-subfields .sub-buttons-row .subfields-buttons .duplicate-subfields-button {
    display: none;
}

.form-field-entry .form-subfields:last-child .sub-buttons-row .subfields-buttons .duplicate-subfields-button {
    display: initial;
}

.hinweise-row-block .hinweise-action-buttons .duplicate-question-button {
    display: none;
} 

.hinweise-row-block:last-child .hinweise-action-buttons .duplicate-question-button,
.hinweise-row-block:last-child .hinweise-action-buttons .delete-question-button {
    display: initial;
}

.prior-NV {
    background-color: #EFEFF0 !important;
}

.prior-OK {
    background-color: #E4FDD2 !important;
}

.prior-X {
    background-color: #FEFDCB !important;
}

.prior-1 {
    background-color: #F9E4E3 !important;
}

.prior-2 {
    background-color: #EE6650 !important;
}

.prior-3 {
    background-color: #8694A1 !important;
}

/* Pre Loader Custom CSS */
#loading-comp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
  }
  .loader::before,
  .loader::after {    
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
  }
  .loader::before {
    border-color: #00b4dc #0000;
    animation: inherit; 
    animation-duration: .5s;
    animation-direction: reverse;
  }
  .loader::after {
    margin: 8px;
  }
  @keyframes l16 { 
    100%{transform: rotate(1turn)}
  }

  /* Remove Image BTN */
 
  /* Style the container around the image and button */
  .img-container {
    display: inline-flex;
    margin: 10px;
    position: relative;
  }

 .cont{
    display: flex;
  }

  /* Style the image */
  .img-container img {
    display: block;
    border-radius: 5px;
    max-width: 150px; /* Limit the size of the images */
    max-height: 150px;
  }

  /* Style the remove button */
  .img-container button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.8;
  }

  /* Add hover effect to the button */
  .img-container button:hover {
    opacity: 1;
    background-color: #ff1a1a;
  }

  /* Optional: Style the input element */
  #file {
    margin-bottom: 10px;
  } 
  .ui-datepicker-calendar {
    display: none;
 }

.floating-Btn {
  position: fixed;
  text-decoration: none;
  bottom: 60px;
  right: 40px;
  z-index: 100;
  border-radius: 30px; 
  background-color: #252525;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.floating-Btn:hover {
  color: white;
  text-decoration: none;
}
