a,
#datatable_projects a,
#datatable_images a,
#datatable_tags a,
.breadcrumb a,
.footer-links a {
    color: #CD3D3C !important;
}
a:hover,
#datatable_projects a:hover,
#datatable_images a:hover,
#datatable_tags a:hover,
.breadcrumb a:hover,
.footer-links a:hover {
    color: #CD3D3C !important;
    text-decoration: underline;
}

#datatable_projects_wrapper .top-controls,
#datatable_images_wrapper .top-controls,
#datatable_tags_wrapper .top-controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto 15px;
    box-sizing: border-box;
}

#datatable_projects_wrapper .search-container label,
#datatable_images_wrapper .search-container label,
#datatable_tags_wrapper .search-container label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    height: 30px;
    margin: 0;
    color: #CD3D3C;
    font-weight: 500;
    font-size: 14px;
}

#datatable_projects_wrapper .search-container input,
#datatable_images_wrapper .search-container input,
#datatable_tags_wrapper .search-container input {
    height: 30px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
}

#datatable_projects_wrapper .dataTables_length,
#datatable_projects_wrapper .dataTables_info,
#datatable_projects_wrapper .dataTables_paginate,
#datatable_projects_wrapper .bottom,
#datatable_projects_wrapper .dataTables_filter,
#datatable_images_wrapper .dataTables_length,
#datatable_images_wrapper .dataTables_info,
#datatable_images_wrapper .dataTables_paginate,
#datatable_images_wrapper .bottom,
#datatable_images_wrapper .dataTables_filter,
#datatable_tags_wrapper .dataTables_length,
#datatable_tags_wrapper .dataTables_info,
#datatable_tags_wrapper .dataTables_paginate,
#datatable_tags_wrapper .bottom,
#datatable_tags_wrapper .dataTables_filter {
    display: none !important;
}

#datatable_projects tbody tr,
#datatable_images tbody tr,
#datatable_tags tbody tr,
#datatable_projects tbody tr td,
#datatable_images tbody tr td,
#datatable_tags tbody tr td {
    background-color: transparent !important;
    background-image: none !important;
    background: transparent !important;
}

#datatable_projects.table-striped tbody tr:nth-child(odd),
#datatable_projects.table-striped tbody tr:nth-child(even),
#datatable_images.table-striped tbody tr:nth-child(odd),
#datatable_images.table-striped tbody tr:nth-child(even),
#datatable_tags.table-striped tbody tr {
    background-color: transparent !important;
    background: none !important;
}

#datatable_projects tbody tr td,
#datatable_projects tbody tr th,
#datatable_images tbody tr td,
#datatable_images tbody tr th,
#datatable_tags tbody tr td,
#datatable_tags tbody tr th {
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
    padding: 8px 12px !important;
}

#datatable_projects tbody tr:last-child td,
#datatable_images tbody tr:last-child td,
#datatable_tags tbody tr:last-child td {
    border-bottom: 1px solid #ddd !important;
}

#datatable_projects thead th,
#datatable_images thead th,
#datatable_tags thead th {
    border-bottom: 2px solid #ddd !important;
}

#datatable_projects tbody i.bi,
#datatable_images tbody i.bi,
#datatable_tags tbody i.bi {
    color: #6c757d;
    font-size: 1.1rem;
}

#datatable_tags tbody i.bi-tag {
    margin-right: 8px;
}

#datatable_projects tbody td,
#datatable_images tbody td,
#datatable_tags tbody td {
    vertical-align: middle;
    font-weight: 500;
}

#datatable_projects th:nth-child(2),
#datatable_projects td:nth-child(2),
#datatable_images th:nth-child(2),
#datatable_images td:nth-child(2) {
    text-align: left !important;
    width: 20%;
}

.footer-links a {
    color: #CD3D3C !important;
}
.footer-links a:hover {
    color: #CD3D3C !important;
}

.container {
    position: relative;
    padding-top: 20px;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logo-header {
    position: relative;
    left: 0;
    top: 0;
}

.logo {
    width: 261px;
    height: 35px;
    display: block;
}

.top-button-container {
    position: relative;
    right: 0;
    top: 0;
}

.breadcrumb {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3.9px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    list-style: none;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-left: none;
    padding-left: 0;
}

.breadcrumb li:first-child a {
    color: #333;
    font-weight: 400;
}

.breadcrumb li:not(:first-child):before {
    content: "/";
    color: #999;
    margin: 0 5px;
    font-weight: 400;
}

.breadcrumb li a {
    color: #A19B9B !important;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #A19B9B !important;
    text-decoration: underline;
}

.breadcrumb li:last-child,
.breadcrumb li:last-child a {
    color: #333 !important;
    font-weight: 500 !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

.breadcrumb li:last-child::before {
    color: #999;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 30px;
    background: #F2F2F2;
    color: #303030 !important;
    border: none;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-button:hover {
    background: #e6e6e6;
    text-decoration: none;
    color: #303030 !important;
}

.custom-button:active {
    background: #d9d9d9;
}

#datatable_projects thead th,
#datatable_images thead th,
#datatable_tags thead th {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
    position: relative;
}

#datatable_projects thead th.sorting:after,
#datatable_projects thead th.sorting_asc:after,
#datatable_projects thead th.sorting_desc:after,
#datatable_images thead th.sorting:after,
#datatable_images thead th.sorting_asc:after,
#datatable_images thead th.sorting_desc:after,
#datatable_tags thead th.sorting:after,
#datatable_tags thead th.sorting_asc:after,
#datatable_tags thead th.sorting_desc:after {
    display: none !important;
}

#datatable_projects thead th.sorting,
#datatable_projects thead th.sorting_asc,
#datatable_projects thead th.sorting_desc,
#datatable_images thead th.sorting,
#datatable_images thead th.sorting_asc,
#datatable_images thead th.sorting_desc,
#datatable_tags thead th.sorting,
#datatable_tags thead th.sorting_asc,
#datatable_tags thead th.sorting_desc {
    background-image: none !important;
}

#datatable_projects thead th:hover,
#datatable_images thead th:hover,
#datatable_tags thead th:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.copy-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    color: #6c757d;
    font-size: 16px;
    opacity: 0.7;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}
.copy-btn:hover {
    color: #CD3D3C;
    opacity: 1;
}

.copy-btn.copied,
.copy-btn.copied:hover {
    color: #CD3D3C !important;
    opacity: 1;
}

.copy-btn.copied i.bi-copy {
    color: #CD3D3C !important;
}

.tag-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tag-name {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

#datatable_tags .tag-name {
    display: flex;
    align-items: center;
}

#datatable_tags .tag-name .bi-tag,
#datatable_tags .tag-name .copy-btn .bi-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: "" !important;
}

.hash-code {
    color: #333333 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    background: transparent !important;
    font-weight: normal !important;
}

.pull-command-container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}