.button-custom {
  background-color: #009999 !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 99px !important;
  font-size: 16px !important;
}
.button-custom:hover {
    background-color: #007777;
}
body {
    font-family: 'SiemensSansRoman', sans-serif;
}

.nav-link-icon {
    font-size: 24px;
    line-height: 20px;
    display: block;
}

.nav-link-option {
    text-align: center;
    font-size: 0.8rem;
}

.bg-green {
    background-color: #00183b !important;
}

.btn {
    border-radius: 20px;
}

.card,
.border-radius {
    border-radius: 20px !important;
}

.border-radius-start {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;

}

.border-radius-end {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;

}

.dt-search,
.dt-info,
.dt-length {
    color: #9f9a9a;
    font-size: 0.8rem;
}

.dt-search input,
.dt-length select {
    border-radius: 60px;
}

.badge {
    border-radius: 20px;
}

.dataTable tbody tr td.dt-empty {
    height: 50px;
    line-height: 50px;
}

div.dt-container div.dt-info {
    text-align: center;
}

.pagination li a {
    font-size: 0.8rem;
}

.pagination li {
    margin-right: 2px;
    margin-left: 2px;
}

.table th {
    font-weight: bold;
    text-wrap: nowrap;
}

.table td {
    text-wrap: nowrap;
    font-size: 0.9rem;
}

.table td a {
    font-size: 0.9rem;
}

.table th {
    font-weight: bold;
    text-wrap: nowrap;
}

.table-sm {

    th,
    td {
        padding: 0.5rem;
    }
}

.table-sm {
    th {
        font-size: 0.85rem;
    }
}

.link-secondary a,
a {
    text-decoration: none;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.dropdown > button.btn {
    background-color: #00183b;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.dropdown > button.btn img {
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
    background-color: #002763;
    border-radius: 12px;
    padding: 8px 0;
    min-width: 160px;
}

.dropdown-item {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #0d6efd;
    color: white;
    text-decoration: none;
}

.dropdown-item img {
    width: 24px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

:root {
    --bs-primary: #009999;
    --bs-primary-rgb: 0, 153, 153;
    --bs-primary-bg-subtle: #e0f2f2;
    --bs-primary-border-subtle: #c1e6e6;
    --bs-primary-text-emphasis: #003d3d;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: #008080;
    --bs-btn-hover-border-color: #006666;
    --bs-btn-active-bg: #006666;
    --bs-btn-active-border-color: #004d4d;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.active > .page-link, .page-link.active {
    background-color: #009999 !important;
    border-color: #018585 !important;

}

.dataTable tbody tr td.dt-empty {
    height: 60px;
    line-height: 60px;
}

div.dt-processing {
    font-size: 0.8rem;
    margin-top: -32px;
}
.nav-tabs .nav-link  {
    color: #3f3f3f !important;
}
.bg-blue {
    background-color: #00183b !important;
}

.bg-light-opacity {
    background-color: #00183b !important;
}
.active>.page-link, .page-link.active {
    background-color:  #009999 !important;
    border-color: #018585 !important;
}

.qr-onboarding-wrapper {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.qr-progress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.qr-progress__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
}

.qr-progress__number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #d0d7e2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.qr-progress__item.is-active .qr-progress__number {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.qr-progress__item.is-completed .qr-progress__number {
    background-color: var(--bs-primary);
    color: #fff;
}

.qr-progress__divider {
    flex: 0 0 32px;
    height: 2px;
    background-color: #d0d7e2;
    border-radius: 999px;
}

.qr-progress__divider.is-active {
    background-color: var(--bs-primary);
}

@media (max-width: 576px) {
    .qr-progress {
        justify-content: flex-start;
    }

    .qr-progress__item {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

    .qr-progress__divider {
        flex: 0 0 100%;
    }
}
