﻿.tilebox-one-custom i {
    right: 1.5rem;
    font-size: 2rem;
    opacity: 0.3;
}

.HeaderBlokken {
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    font-family: 'Urbanist', sans-serif;
    text-align: center;
}

.information-badge {
    display: block;
    width: 100%;
    text-align: center;
    white-space: normal;
}

.popover-maxWidth {
    width: 350px !important;
    max-width: none !important;
}

.popover-maxWidth.pre-wrap-popover .popover-body {
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 100%;
}

.margin-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.comingSoon {
    font-weight: 400;
    font-size: 16px;
}

.fs-16 {
    font-size: 16px;
}

.info-icon {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 20px;
    color: var(--ct-highlight-color);
}

.btn-outline-ai-parameters {
  --ct-btn-color: #4F515A;
  --ct-btn-border-color: #4F515A;
  --ct-btn-hover-color: #fff;
  --ct-btn-hover-bg: #4F515A;
  --ct-btn-hover-border-color: #4F515A;
  --ct-btn-focus-shadow-rgb: 10, 207, 151;
  --ct-btn-active-color: #fff;
  --ct-btn-active-bg: #4F515A;
  --ct-btn-active-border-color: #4F515A;
  --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --ct-btn-disabled-color: #4F515A;
  --ct-btn-disabled-bg: transparent;
  --ct-btn-disabled-border-color: #4F515A;
  --ct-gradient: none;
}

.cutsom-gap {
    gap: 0.5rem 2rem;
}

.tilebox-one-custom i {
    opacity: 1;
}

.actie-card-background {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/ActieBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8; /* Adjust opacity as needed */
    z-index: 0; /* Ensure it is behind the content */
}

.nbp-headers {
    width: 100px;
}

.nbp-decimal-headers {
    width: 100px;
    text-align: right;
}

.general-header {
    font-weight: 700 !important;
}

#actieBackground {
    background-position: center !important;
}

#actieHeadset {
    transform: rotate(15deg);
    font-size: 100px;
    opacity: 40%;
}

#algemeneBorderBotom {
    border-bottom: 1px solid var(--ct-border-color);
}

#alertRounded {
    border-radius: 0.5rem;
}

#borderTop {
    border-top: hidden;
}

/* Checkboxes are disabled but shouldn't display as disabled */
#actieBackground .form-checkbox-success .form-check-input:checked {
    opacity: 1
}

.form-check-custom {
    padding-left: 0px;
}

#actieBackground .card {
    margin-bottom: 0;
}
#actieBackground .card .badge {
    padding: 0.4em var(--ct-badge-padding-x)
}

.relatie-details.table td {
    padding: .8em;
}
.relatie-details.table td.branch-name {
    position: relative;
}
.relatie-details.table td.branch-name > .branch-id {
    position: absolute;
    bottom: .1em;
    font-size: x-small;
}
.relatie-details.table td .round-edge-progress-bar {
    height: 20px;
    width: 70px;
    border-radius: 10px;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-fixed {
    min-width: 600px; /* Zorg dat de tabel breder is dan het scherm */
  }

  .table td,
  .table th {
    white-space: nowrap;
  }
}

.relatie-details.table {
    border-spacing: 0;
    border-collapse: collapse;
}

.relatie-details.table th, .top-defend.table td {
    white-space: nowrap;
    min-width: 100px;
    vertical-align: middle;
}

.sidecomponents {
    max-height: 230px !important;
}

.noMaxHeight {
    max-height: none !important;
}

.relation-id {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 8px;
}

.relid {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
}

.relcopy {
    flex-shrink: 0;
    color: #999;
    cursor: pointer;
}

.relation-id .capClientId {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toggle-switch {
    border: 1px solid #ced4da;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
}

.toggle-switch .btn {
    border: none;
    border-radius: 0;
}

.btn-group.toggle-switch .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

.toggle-switch .btn:first-child {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.toggle-switch .btn:last-child {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.switch-grid {
    display: grid;
    grid-template-columns: 140px 1fr auto 1fr;
    gap: 1rem 2rem;
    align-items: center;
}

@media (max-width: 992px) {
    .switch-grid {
        grid-template-columns: auto 1fr;
        gap: .5rem 1rem;
    }
}

@media (max-width: 380px) {
    .switch-grid {
        grid-template-columns: 1fr;
        gap: none;
    }
}

.modal-header {
  position: relative;
  border-bottom: none;
}

.modal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: var(--ct-modal-header-border-color);
}

.skeleton-paragraph {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  width: 100%;
  padding-top: 0.2em;
}

.skeleton-line {
  height: 1em;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  animation-fill-mode: forwards;
}

.skeleton-kpicard {
  height: 9em;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 8.5s ease-in-out infinite;
  animation-fill-mode: forwards;
}

.skeleton-general {
  height: 25em;
}

.skeleton-table-line {
  height: 30px;
}

/* Wisselende breedtes om natuurlijker te lijken */
.skeleton-line:nth-child(1) { width: 95%; }
.skeleton-line:nth-child(2) { width: 90%; }
.skeleton-line:nth-child(3) { width: 92%; }
.skeleton-line:nth-child(4) { width: 88%; }
.skeleton-line:nth-child(5) { width: 94%; }
.skeleton-line:nth-child(6) { width: 85%; }
.skeleton-line:nth-child(7) { width: 93%; }
.skeleton-line:nth-child(8) { width: 89%; }
.skeleton-line:nth-child(9) { width: 91%; }
.skeleton-line:nth-child(10) { width: 86%; }

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}