.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.project-favicon{
    height: 18px;
}

.container{
    max-width: 1420px;
}

.badge{
    color: black;
}

badge-soft-muted{
    opacity: 70%;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}

.container, .navbar {
    position: relative;
}

video::-webkit-media-controls {
    display: none;
  }

video {
  pointer-events: none;
}

.progress-bar {
  transition: width 0.5s ease;
}

.dashboard-card {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.dashboard-wrapper {
    background-color: #fff;
}

.project-list-page {
    padding-bottom: 3rem;
}

.page-header-title h2 {
    font-weight: 600;
}

.project-filter-form .form-control,
.project-filter-form .form-select {
    min-height: 44px;
}

.project-search-group .input-group-text {
    background-color: #f8f9fa;
    border-right: 0;
}

.project-search-group .form-control {
    border-left: 0;
}

.project-status-select {
    min-width: 180px;
}

.project-summary-card {
    border: 0;
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-summary-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.project-summary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12);
}

.project-mode-card {
    border: 0;
    border-radius: 1rem;
}

.project-mode-card .btn {
    min-width: 140px;
}

.project-table-wrapper {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.project-table {
    margin-bottom: 0;
    border-radius: 0.75rem;
    overflow: hidden;
}

.project-table thead th {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    border-bottom-width: 1px;
}

.project-table tbody td {
    vertical-align: middle;
    border-color: rgba(0, 0, 0, 0.04);
}

.project-table tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.04);
}

.project-domain {
    max-width: 180px;
}

.click-limit-form {
    gap: 0.5rem;
}

.click-limit-input {
    width: 90px;
}

.project-progress {
    height: 20px;
    background-color: #f1f3f5;
}

.project-pagination .page-link {
    border-radius: 50px !important;
    margin: 0 0.2rem;
    padding: 0.5rem 0.9rem;
}

.project-pagination .page-item.active .page-link {
    box-shadow: 0 0.5rem 1.25rem rgba(13, 110, 253, 0.2);
}

.project-pagination nav {
    display: flex;
    justify-content: center;
}

.dropdown-menu form {
    margin: 0;
}

.dropdown-menu form + form,
.dropdown-menu form + hr,
.dropdown-menu hr + form {
    margin-top: 0.25rem;
}

.badge-soft-success {
    color: #146c43;
    background-color: rgba(25, 135, 84, 0.15);
}

.badge-soft-secondary {
    color: #41464b;
    background-color: rgba(108, 117, 125, 0.15);
}

.badge-soft-warning {
    color: #997404;
    background-color: rgba(255, 193, 7, 0.2);
}

.badge-soft-info {
    color: #055160;
    background-color: rgba(13, 202, 240, 0.25);
}

.badge-soft-danger {
    color: #842029;
    background-color: rgba(220, 53, 69, 0.15);
}

.badge-soft-primary {
    color: #084298;
    background-color: rgba(13, 110, 253, 0.18);
}

.badge-soft-muted {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.12);
}

.project-create-btn {
    min-width: 180px;
}

@media (max-width: 991.98px) {
    .project-filter-form {
        width: 100%;
    }

    .project-search-group,
    .project-status-select,
    .project-filter-form .btn {
        width: 100%;
    }

    .project-create-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .project-table-wrapper {
        padding: 0.75rem;
    }

    .project-summary-card {
        border-radius: 0.75rem;
    }

    .project-summary-card .card-body {
        gap: 0.35rem;
    }

    .project-progress {
        height: 16px;
    }
}

.project-queue-page {
    padding-bottom: 3rem;
}

.queue-table-card {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.queue-table .badge {
    font-size: 0.7rem;
}

.queue-progress {
    height: 8px;
    background-color: #f1f3f5;
}

.queue-progress .progress-bar {
    transition: width 0.4s ease;
}

@media (max-width: 575.98px) {
    .queue-table-card {
        border-radius: 0.75rem;
    }

    .queue-progress {
        height: 6px;
    }
}
