body {
  color: #fff;
  background: rgb(10, 10, 10);
  font-size: 14px;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Poppins", sans-serif;
}

.login {
  background-image: url("../../brand.jpeg");
}
.login svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
}

p {
  margin-bottom: 0;
}
@import url(_footer.css);

/* NOTE / FONTS -----------------------------------------------------------------------------------------------

*/

/* CSS FOR BROWSER SCROLLBARS ----------------------------------------------------------------------------------------------- */
/* make black background with white scroll thumb */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #666;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* NOTE / FONTS ----------------------------------------------------------------------------------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 300;
}

h5 {
  font-size: 16px;
}
p,
a,
li,
th,
tr,
td,
em,
small {
  color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 22px;
}

/* NOTE / BLOCKS / HEADER -----------------------------------------------------------------------------------------------*/

header {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
}

header h1 {
  margin: 0;
  padding: 10px 10px 5px 10px;

  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

header h1 a {
  color: #fff !important;
  font-family: "Playfair Display", serif;
}

header a {
  color: #e8e7e7 !important;

  text-decoration: none;
}

header a:hover {
  color: #ccc !important;
}

header svg {
  width: 15px;
  max-height: 15px;
}

.profile,
.profile-small {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-size: cover;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  display: inline-block;
}

.profile-small {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 5px;
}

/* NOTE / WRAPPERS  ----------------------------------------------------------------------------------------------- */

.title-wrapper,
.table-wrapper,
.form-wrapper {
  border-radius: 5px;
  padding: 15px 15px;
}

.title-wrapper h4 {
  margin: 0 0 0px 0;
}

.title-wrapper svg {
  width: 18px;
  height: 18px;
  margin-top: 20px;
}

.card {
  background-color: #1d1d1d;
  border-radius: 5px;
  padding: 15px 20px;
}

.bg-card h2 {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);

  color: #fff;
  font-weight: 900;

  z-index: 999;
}
.bg-card img {
  opacity: 0.2;
}

.title-wrapper {
  margin-top: 20px;
  margin-bottom: 25px;
}

.filters-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  min-width: 800px;
}

.filters-wrapper .form-group {
  margin-right: 20px;
}

.card .btn {
  margin-right: 15px;
}

.card-img-top {
  min-height: 300px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

/* NOTE / COMPONENTS / SECONDARY FILTERS // CHECKBOXES  ----------------------------------------------------------------------------------------------- */

.cb-secondary-filters {
  background-color: #000000;

  font-weight: 300;
  margin: 0 10px;
  padding: 20px;
  border-radius: 15px;
  font-size: 0.9rem;
  opacity: 0.6;
  margin-bottom: 50px;
}

.cb-secondary-filters input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}

.cb-secondary-filters input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #333;
}

.cb-secondary-filters input[type="checkbox"]:checked:before {
  content: "✔";
  color: green;
  text-align: center;
  line-height: 15px; /* Adjust line height to vertically center the check mark */
}

/* NOTE / COMPONENTS / TABLE  ----------------------------------------------------------------------------------------------- */

table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

table h4 {
  padding: 5px 10px;
}

tr {
  border-bottom: 0px;
}

th {
  opacity: 0.4;
  padding: 10px !important;
  font-weight: 300;
}

th,
td {
  border: 0px !important;
  text-align: left;
  padding: 16px !important;
  vertical-align: middle; /* Vertically align text */
  opacity: 0.8;
}

td svg {
  max-width: 20px;
}

td a:hover {
  text-decoration: underline !important;
}

.table-hover {
  transition: all 0.3 ease-in-out;
}
.table-hover tr:hover {
  opacity: 1 !important;
  background-color: #121212;
}

/* ---- SIDEBAR / ----------------------------------------------------------- */

#side-bar {
  margin: 10px 0px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: #111;
  padding-bottom: 30px;

  z-index: 999;
}

#side-bar svg {
  margin-right: 10px;
  width: 12px;
  opacity: 0.7;
}
#sider-bar svg:hover {
  opacity: 1;
}

#side-bar .navigation {
  display: flex;
  justify-content: space-between;

  top: 0;
  z-index: 999;
  margin-bottom: 30px;
}

#side-bar .navigation ul {
  margin: 0px !important;
  padding: 0px !important;
}

#side-bar .navigation li {
  display: block;
  width: 100%;
  border-bottom: 0px;
  margin: 0px;
  padding: 5px 10px;
}

#side-bar .navigation li a.nav-link {
  color: #fff !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
}

#side-bar .navigation li a.nav-link:hover {
  color: #ccc !important;
  background-color: #000;
  border-radius: 10px;
}

#userID {
  max-width: 250px;
}

/* NOTE / ICONS / ----------------------------------------------------------- */

.cbi {
  padding: 7px 12px;
  border-radius: 10px;
}

.cbi-tiny {
  font-size: 9px;
  text-transform: uppercase;
  padding: 3px 4px;
  margin: 5px;
}

.cbg-quickbooks {
  background-color: #258f1d !important;
  color: #fff !important;
}

.cbi-small {
  font-size: 12px;
}
.cbi-mediumn {
  font-size: 12px;
}
.cbi-large {
  font-size: 28px;
  padding: 12px 18px;
}

/* Position Fixing for Sections */

#side-bar .cbi,
.title-wrapper .cbi {
  margin-right: 10px;
}

/* BACKGROUND / ----------------------------------------------------------- */

.cbg-DG {
  background-color: #013188 !important;
}

.cbg-CA,
.cbg-status-5,
.cbg-support {
  background-color: rgb(40, 96, 159) !important;
}

.cbg-SR {
  background-color: #c11b7e !important;
}

.cbg-TW {
  background-color: #146ab1 !important;
}

.cbg-BC {
  background-color: #198740 !important;
}

.cbg-creative {
  background-color: #c11b7e !important;
}

.cbg-complete,
.cbg-positive,
.cbg-dev,
.cbg-status-6 {
  background-color: #7ece40 !important;
}

td .cbg-complete,
td .cbg-positive,
td .cbg-dev,
td .cbg-status-6 {
  color: #314a1d !important;
}

.cbg-cold,
.cbg-cool,
.cbg-calm,
.cbg-month,
.cbg-wpengine,
.cbg-low /* question */ {
  background-color: #5efce7 !important;
}

td .cbg-cold,
td .cbg-cool,
td .cbg-calm,
td .cbg-wpengine,
td .cbg-month,
td .cbg-low {
  color: #2e4a5f !important;
}

.cbg-progress,
.cbg-seo,
.cbg-status-3 {
  background-color: #973a96 !important;
}

td .cbg-progress,
td .cbg-seo,
td .cbg-status-3 {
  color: #ffffff !important;
}

.cbg-warm,
.cbg-flux,
.cbg-sales,
.cbg-medium,
.cbg-status-4 {
  background-color: #cb9124 !important;
}

td .cbg-warm,
td .cbg-flux,
td .cbg-medium,
td .cbg-status-4 {
  color: #3d0404 !important;
}

.cbg-neutral,
.cbg-admin,
.cbg-status-1,
.cbg-status-2 {
  background-color: #3a3b4e !important;
}

td .cbg-neutral,
.card .cbg-neutral,
td .cbg-admin,
.card .cbg-admin {
  color: #ccc !important;
}

.cbg-warning,
.cbg-hot,
.cbg-high {
  background-color: red !important;
}

td .cbg-warning,
td .cbg-hot {
  color: #fff !important;
}

.cbg-dark {
  background-color: #000 !important;
}

.card .cbi {
  margin: 10px 10px 0 0px;
  display: inline-block;
  padding: 3px 8px;
}

.card {
  background: #111;
  border-radius: 10px;
}

/* TEXT COLOURS ---------------------------------------------------------------------- */

.cbt-complete,
.cbt-positive,
.cbt-dev {
  color: #7ece40 !important;
}

.cbt-cool,
.cbt-calm,
.cbt-month {
  color: #85b5d1 !important;
}

.cbt-progress,
.cbt-seo {
  color: #74009a !important;
}

.cbt-warm,
.cbt-flux {
  color: #f7b731 !important;
}

.cbt-negative,
.cbt-warning {
  color: #c82b2b !important;
}

/* BOOTSTRAP OVERRIDES ---------------------------------------------------------------------- */

.btn {
  font-weight: 300;
  border: 0 !important;
}

.btn-primary {
  background-color: #114112 !important;
  color: #ccc !important;
}

.btn-success {
  background-color: #7ece40 !important;
}

.btn-info {
  background-color: #30393d !important;
  color: #ccc !important;
}
.btn-secondary {
  background-color: #232628 !important;
}
.btn-danger {
  background-color: red !important;
}

.btn-tertiary {
  background-color: rgb(22, 22, 23) !important;
  color: #ffffff !important;
  border: 1px solid #ccc !important;
  font-size: 11px;
  font-weight: 300;
  margin-left: 15px;
}

.btn-tertiary:hover {
  opacity: 0.7;
}

.btn-action {
  background-color: #649042 !important;

  color: #ffffff !important;
  border: 1px solid #649042 !important;
  font-size: 11px;
  font-weight: 300;
  margin-left: 15px;
}

.btn-action:hover {
  background-color: rgb(57, 57, 70) !important;

  border: 1px solid rgb(72, 72, 78) !important;
  font-size: 11px;
  font-weight: 300;
  margin-left: 15px;
}

.cbg-dead {
  background-color: #220303 !important;
}
.btn-dark {
  color: #000;
}

hr {
  margin: 10px 0;
  opacity: 0.1;
}

td hr {
  margin: 0 !important;
}

/* NOTE / WIP BELOW HERE -----------



*/

select {
  height: auto; /* Ensures it uses its natural height */
  align-self: center; /* Aligns it vertically within the flex container */
}

.block--credits {
  padding: 20px;
  opacity: 0.6;
  width: 100%;
  margin: 10px 0 5px 0;
}

.block--credits a {
  text-decoration: none;
  color: #ccc !important;
}

.block--credits a:hover {
  color: #fff !important;
}

.block--credits a span {
  color: #fff;
}

#content-one,
#content-two {
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 200px !important;
}

#currentContentOne {
  font-family: "Fira Code", "Courier New", monospace;
}

#side-bar ul,
.totals ul {
  margin: 0;
  padding: 0;
}

.side-bar-times ul li {
  list-style: none;
}

.side-bar-times ul li ul li {
  margin: 20px 0;
  list-style: none;
  font-size: 9px;
}

/* FORM ELEMENTS ----------------------- */

.modal-content {
  background-color: #151515;
}

form {
  position: relative;
}

label {
  padding: 5px 10px 5px 0;
  opacity: 0.4;
  display: block;
}

form select,
form textarea,
form input[type="text"],
form input[type="password"] {
  padding: 12px !important;
  width: 100% !important;
  background-color: #111 !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: 0px solid #1b1b1b;

  font-weight: 300 !important;
}

form textarea {
  background: #000 !important;
  border-radius: 5px;
  padding: 20px !important;
  border: none !important;

  color: #fff !important;
  margin-top: 15px;

  font-weight: 300 !important;
}

form td input[type="text"],
form td select {
  min-width: 80px;
  margin-bottom: 0 !important;
}

td a {
  text-decoration: none;
}

.auth-notes {
  background-color: #151515 !important;
  color: #fff !important;
  border-radius: 3px !important;
  border: 1px solid #1b1b1b;
  margin-bottom: 30px;
}

/* LOGIN ELEMENTS ----------------------- */

#login-form {
  border: 1px solid #303540;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
  background-color: #111 !important;
  padding-bottom: 60px;
}

#login-error {
  background-color: transparent !important;
  border: 0px !important;
}

#login-error ul {
  margin: 0;
  padding: 0;
}
#login-error li {
  margin: 0;
  padding: 0;
  list-style: none;

  font-style: italic;
  color: #aa6c6c !important;
}

#login-form blockquote {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  color: #fff;
  font-weight: 300;
}

#login-form small {
  margin: 40px 0 10px 0;
  display: block;
  opacity: 0.5;
  color: #fff;
}

#login-form input,
#login-form button {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: 300;
  background-color: #000 !important;
}

#login-form button {
  background-color: #000 !important;
  color: #939292 !important;
  border: 1px solid #2e2e2e !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  font-weight: 300 !important;
  font-size: 0.8rem !important;
}

/* ALERT ELEMENTS ----------------------- */

.custom-alert {
  margin: 0px !important;
  padding: 10px !important;
}

.scroll-container {
  width: 100%; /* Set your desired width */
  height: 1200px; /* Set your desired height */
  position: relative;
  border: 0px solid #ccc; /* Optional: Add a border for visual clarity */
  overflow: hidden; /* Hide the native scrollbar */
}

.form-wrapper {
  background-color: #333;
  color: #fff;
}

.form-wrapper label {
  color: #fff;
  display: block;
  font-size: 0.6rem !important;
  opacity: 0.3;
  text-align: right !important;
  text-transform: uppercase;
}

.form-wrapper input,
.form-wrapper select {
  background-color: #242424;
  color: #fff;
  border: 1px solid #3a3939 !important;
  margin-bottom: 8px !important;
}

.card-title a {
  text-decoration: none;
  font-weight: 900;
}

.card-title a:hover {
  text-decoration: underline;
}

.card {
  position: relative;
  overflow: hidden;
}

.sash-card {
  position: absolute;
  top: 126px;
  right: 0;
  width: 233px; /* Width of the sash */
  height: 35px; /* Height of the sash */
  background-color: #e74c3c; /* Background color of the sash */
  color: #fff; /* Text color */
  text-align: center;
  line-height: 35px; /* Align text vertically */
  transform: translateX(25%) translateY(-50%) rotate(45deg); /* Adjust these values as needed */
  transform-origin: top right; /* Ensures the rotation happens around the top right corner */
  border-radius: 0 0 0 5px; /* Optional: round the bottom-left corner of the sash */
  z-index: 999;
}

.sash-card .btn {
  margin-bottom: 10px;
}

.card-performance em {
  font-style: normal;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

.percentage-bar {
  height: 16px;
  background-color: #4caf50; /* Green color for the bar */
  border-radius: 25px;
}

.modal-dialog-right {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 600px; /* Adjust the width as needed */
  max-width: 100%;
  min-height: 100vh;
}

/* .modal-body {
  margin: 60px 0;
} */

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 10px;
}

.grid-item {
  /* Styles for the grid items */
}

.grid-item .card {
  background: linear-gradient(to bottom, #2c2b2b, #000) !important;
  border-radius: 15px;
}

.grid-item .btn {
  width: 100%;
  opacity: 0.6;
  margin-bottom: 10px;
}

blockquote {
  font-size: 1.6rem;
  padding: 15px 0 0 0;
  margin: 0 auto;
  max-width: 75%;
  margin-top: 100px;
}

.positive {
  color: #7ece40 !important;
}

.neutral {
  color: #d1b74d !important;
}

.negative {
  color: #c82b2b !important;
}

.cbg-job-1 {
  background-color: #8b0000; /* Dark Red */
}

.cbg-job-2 {
  background-color: #a52a2a; /* Brown */
}

.cbg-job-3 {
  background-color: #b22222; /* Firebrick */
}

.cbg-job-4 {
  background-color: #127d36; /* Indian Red */
}

.cbg-job-5 {
  background-color: #f08080; /* Light Coral */
  color: #8b0000;
}

.cbg-job-6 {
  background-color: #ffa07a; /* Light Salmon */
  color: #8b0000;
}

.cbg-job-7 {
  background-color: #ffd700; /* Gold */
  /* dark text color */
  color: #000;
}

.cbg-job-8 {
  background-color: #adff2f; /* Green Yellow */
  color: #000;
}

.cbg-job-9 {
  background-color: #7fff00; /* Chartreuse */
  color: #000;
}

.cbg-job-10 {
  background-color: #00ff00; /* Green */
  color: #000;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  font-family: Arial, sans-serif;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
}

#loading-screen h1 {
  font-size: 56px;
}

#loading-screen small {
  font-size: 16px;
  opacity: 0.6;
  font-family: "Book Antiqua", sans-serif;
  font-weight: 300 !important;
  margin-top: 30px;
}

#loading-bar-container {
  width: 300px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

#loading-bar {
  width: 0%;
  height: 100%;
  background: rgb(205, 205, 205);
  transition: width 0.3s ease-in-out;
}
