
body {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  color: #333;
}

.manage-images {
  padding: 20px;
}

.header {
  margin-bottom: 20px;
}

.title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.subtitle {
  font-size: 14px;
  color: #777;
}

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

.filter-dropdown {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
}

.search-btn,
.upload-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.search-btn {
  background-color: #6f42c1;
  color: #fff;
}

.upload-btn {
  background-color: #ffcd39;
  color: #333;
}

.table-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.image-table {
  width: 100%;
  border-collapse: collapse;
}

.image-table th,
.image-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.image-table th {
  background-color: #f3f4f6;
  font-weight: 400;
  color: #7c8db5;
}

.image-table td {
  font-size: 14px;
}
.tr {
  padding-bottom:10px;
}

.tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.tag.corporate {
  background-color: #e2ddf3;
  color: #624f94;
}

.tag.slide {
  background-color: #dee5f1;
  color: #222222;
}

.btn {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.pagination-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background-color: #6c757d;
  color: #fff;
  cursor: pointer;
}
.social {
    position: absolute;
    bottom: 30px;
}

.bg {
    background-color: #00000000;
    background-blend-mode: darken;
    background-size: cover;
}

.textfieldLine {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
}

hr {
    border: none;
    border-top: 1px double #333;
    color: #000;
    overflow: visible;
    text-align: center;
    height: 1px;
}

hr:after {
    background: #fff;
    content: 'Or';
    position: relative;
    top: -13px;
}

.button5 {
    background-color: #000000;
    color: white;
}

.buttonPadding {
    padding: 6px;
}

.label-fontsize {
    font-size: 12px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
