/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* Typography */
/* font weights */
/* Border-radius */
/* ==== Color Variables ==== */
/* Brand Color */
/* Semantic Color */
/* Blue Colors */
/* Red Colors */
/* Yellow Colors */
/* Green Colors */
/* Grey Colors */
/* Ink Colors */
/* Text Colors */
/* Common Colors */
/* line 3, app/assets/stylesheets/cm_admin/auth.scss */
.auth-menu-item {
  font-size: 14px;
  font-weight: normal;
  color: #9CA7AE;
  padding: 8px 24px;
  transition: all 0.2s linear;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/cm_admin/auth.scss */
.auth-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

/* line 14, app/assets/stylesheets/cm_admin/auth.scss */
.devise-body {
  background-color: #F7F7F7;
}

/* line 18, app/assets/stylesheets/cm_admin/auth.scss */
.login-container {
  border: 1px solid lightgrey;
  border-radius: 10px;
  margin: 100px auto;
  padding-bottom: 40px;
  height: 100%;
  width: 500px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* line 28, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* line 32, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .main-header {
  font-size: 24px;
  font-weight: 600;
  color: #1D2129;
}

/* line 35, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .secondary-header {
  font-size: 14px;
  font-weight: 400;
  color: grey;
  margin-top: 10px;
}

/* line 38, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-headers .secondary-header span {
  font-weight: 600;
}

/* line 43, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs {
  margin-top: 50px;
}

/* line 45, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs label {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 49, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer {
  display: flex;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer a {
  color: #6554E0;
  font-weight: 600;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .form-inputs .resend-cta-cotainer a:hover {
  background: none;
  color: #4531db;
}

/* line 64, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-form-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  height: 2.5rem;
  background-color: #6554E0;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
}

/* line 74, app/assets/stylesheets/cm_admin/auth.scss */
.login-container .login-form-btn:hover {
  cursor: pointer;
  background-color: #4531db;
}

/* line 80, app/assets/stylesheets/cm_admin/auth.scss */
.form-control {
  display: block;
  width: 400px;
  height: 31px;
  padding: 0.375rem 0.75rem;
  color: #000000;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid lightgray;
  border-radius: 0.25rem;
  transition: border 0.8s ease-in-out;
}

/* line 93, app/assets/stylesheets/cm_admin/auth.scss */
.form-control:focus {
  border: 1px solid #9B9B9B;
  outline: 0;
}

/* line 98, app/assets/stylesheets/cm_admin/auth.scss */
.auth-form-logo {
  width: 20%;
}
/* line 1, app/assets/stylesheets/cm_admin/scaffolds.scss */
.cm-sidebar__logo-header img {
  width: 90%;
  height: 50px;
  object-fit: cover;
}

/* line 7, app/assets/stylesheets/cm_admin/scaffolds.scss */
.bulk-action-form {
  width: 100%;
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/cm_admin/scaffolds.scss */
.cm-table__body .image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* line 20, app/assets/stylesheets/cm_admin/scaffolds.scss */
input.cm-checkbox {
  padding: 0px !important;
}

/* line 24, app/assets/stylesheets/cm_admin/scaffolds.scss */
.input-wrapper input.boolean {
  width: 20px !important;
}

/* line 29, app/assets/stylesheets/cm_admin/scaffolds.scss */
.cm-sidebar__logo-header img {
  width: auto !important;
  margin: auto;
}

/* line 35, app/assets/stylesheets/cm_admin/scaffolds.scss */
.cm-table__body .image img {
  width: 50px;
  height: 50px;
}
/*


 */
/* line 1, app/assets/stylesheets/pdf.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/pdf.scss */
.pdfs {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/pdf.scss */
.pdfs p {
  margin: 0;
}

/* line 17, app/assets/stylesheets/pdf.scss */
.pdf-container {
  width: 95%;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid #eee;
}

/* line 24, app/assets/stylesheets/pdf.scss */
.pdf-container .logo-container {
  text-align: center;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/pdf.scss */
.pdf-container .logo-container img {
  max-width: 200px;
}

/* line 33, app/assets/stylesheets/pdf.scss */
.result-pdf-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}

/* line 38, app/assets/stylesheets/pdf.scss */
.result-pdf-table thead {
  background-color: #eee;
}

/* line 41, app/assets/stylesheets/pdf.scss */
.result-pdf-table thead th {
  text-align: left;
  padding: 8px;
  border: 1px solid #ccc;
}

/* line 49, app/assets/stylesheets/pdf.scss */
.result-pdf-table tbody td {
  padding: 8px;
  border: 1px solid #ccc;
}

/* line 54, app/assets/stylesheets/pdf.scss */
.result-pdf-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 58, app/assets/stylesheets/pdf.scss */
.result-pdf-table tbody td[colspan="4"] {
  text-align: right;
}

/* line 60, app/assets/stylesheets/pdf.scss */
.result-pdf-table tbody td.sum-column[colspan="4"] {
  background: #eee;
}
/*
 * 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.
 *


 */
