:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #FF5958;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

h1 {
    color: #FF5958 !important;
}

.cust-table-primary {
    background-color: #eeeeee;
}

.btn-primary {
    background-color: #FF0038 !important;
    border: #FF5958 !important;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #e95454 !important;
}

.navbar {
    background-color: white;
    border-bottom: 2px solid #c7c3c3 !important;
}

.card-deal {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #FF0038;
}

.deal-more-info {
    position: absolute;
    bottom: -16px;
    right: 0;
    z-index: 1;
}

a {
    color: #FF0038;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

h1 {
    /*border-bottom: 1px solid #FF0038;*/
    padding-bottom: 15px;
}

form#add-note {
    width: 100%;
}

textarea[name='note'] {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #FF0038;
    margin-bottom: 5px;
}
span.error {
    display: block;
    margin-top: 5px;
        color: #FF0038;
}

.note + .note {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
}

.note-author {
    font-weight: bold;
}

button.nav-link {
    margin: 0 1px;
}
.tab-content {
    padding: 30px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-left: 1px;
}
