/* line 1, app/assets/stylesheets/cm_admin/auth.scss */
.auth-menu-item {
  font-size: 14px;
  color: #9CA7AE;
  padding: 8px 24px;
  transition: all 0.2s linear;
  cursor: pointer;
}

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

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

/* line 17, 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: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

/* line 70, 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-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 2.5rem;
  background-color: #6554E0;
  color: white;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
}

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

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

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

/* line 107, app/assets/stylesheets/cm_admin/auth.scss */
.auth-form-logo {
  width: 20%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *


 */
@import url(/assets/actiontext-415963b21c5f6e2e802709195d262c93e3442ddee9f88ae787b496e2cdc5c061.css);
/* line 19, app/assets/stylesheets/application.css.scss */
.login-form {
  float: inherit;
  text-align: center;
}

@font-face {
  font-family: 'Lato-black';
  src: url(/assets/Lato-Black-4f0d05404afd2c41974bfbdfb2abc1d406f27fa16e6a2263ff71485a4fb68f97.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-light';
  src: url(/assets/Lato-Light-496072ef98849f286fda499cab42403161aef17d60838bd46cb94034f19d5c1c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amiri-bold';
  src: url(/assets/Amiri-Bold-d33fa83208986103998ba1929f25ff35a9e8b07b0c74fe88c20fd67342ee9048.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Amiri-regular';
  src: url(/assets/Amiri-Regular-b9d7ea73e04ecab6d3e7aa6f904f3d882dd905e97dba4592a569d7e3923c5276.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 41, app/assets/stylesheets/pdfs.scss */
.pdf-container {
  width: 96%;
  margin: auto;
}

/* line 46, app/assets/stylesheets/pdfs.scss */
hr {
  border-color: #a59191;
  margin-top: 40px;
  width: 100%;
}

/* line 52, app/assets/stylesheets/pdfs.scss */
.order-invoice {
  display: flex;
  flex-direction: column;
}

/* line 55, app/assets/stylesheets/pdfs.scss */
.order-invoice h4 {
  font-family: "Lato-black";
}

/* line 58, app/assets/stylesheets/pdfs.scss */
.order-invoice table {
  width: 40%;
  border-collapse: collapse;
  font-size: 12px;
  border: 1px solid #ddd;
}

/* line 65, app/assets/stylesheets/pdfs.scss */
.order-invoice th, .order-invoice td {
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
  padding: 6px 3px 3px 10px;
}

/* line 71, app/assets/stylesheets/pdfs.scss */
.order-invoice td {
  font-family: "Lato-light", "Amiri-regular";
}

/* line 76, app/assets/stylesheets/pdfs.scss */
.order-details-table, .payment-details-table {
  margin-bottom: 30px;
  width: max-content !important;
}

/* line 81, app/assets/stylesheets/pdfs.scss */
.order-details-table tr td:first-child, .payment-details-table tr td:first-child {
  font-family: "Lato-black";
  background-color: #f4f4f4;
}

/* line 86, app/assets/stylesheets/pdfs.scss */
.order-details-table tr td, .payment-details-table tr td {
  width: 200px;
}

/* line 92, app/assets/stylesheets/pdfs.scss */
.order-items-table {
  width: 100% !important;
  margin-bottom: 10px;
}

/* line 96, app/assets/stylesheets/pdfs.scss */
.order-items-table th {
  background-color: #eaeaea;
  font-family: "Lato-black";
  color: #706b6b;
  text-transform: uppercase;
}

/* line 103, app/assets/stylesheets/pdfs.scss */
.order-items-table td {
  text-align: center;
}

/* line 108, app/assets/stylesheets/pdfs.scss */
.financial-summary-table {
  align-self: flex-end;
  page-break-inside: avoid;
}

/* line 113, app/assets/stylesheets/pdfs.scss */
.financial-summary-table tr td:last-child {
  text-align: right;
  padding-right: 10px;
}

/* line 117, app/assets/stylesheets/pdfs.scss */
.financial-summary-table tr.grand-total-row {
  height: 75px;
}

/* line 119, app/assets/stylesheets/pdfs.scss */
.financial-summary-table tr.grand-total-row td {
  font-family: "Lato-black";
  font-size: 14px;
  vertical-align: baseline;
}

/* line 128, app/assets/stylesheets/pdfs.scss */
h3 {
  font-family: "Lato-black";
}

/* line 132, app/assets/stylesheets/pdfs.scss */
.header {
  margin-top: 10px;
}

/* line 135, app/assets/stylesheets/pdfs.scss */
.header .kenda-logo {
  float: right;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 130px;
}

/* line 141, app/assets/stylesheets/pdfs.scss */
.header .nadim-logo {
  float: right;
  margin-bottom: 10px;
  width: 130px;
}

/* line 148, app/assets/stylesheets/pdfs.scss */
.footer {
  font-family: "Lato-black", "Amiri-bold";
  position: fixed;
  bottom: 5px !important;
  min-width: 95%;
}

/* line 154, app/assets/stylesheets/pdfs.scss */
.footer .footer-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 159, app/assets/stylesheets/pdfs.scss */
.footer .footer-section p {
  font-size: 12px;
  color: #351432;
  font-weight: bold;
  margin: 0;
}

/* line 169, app/assets/stylesheets/pdfs.scss */
.page-break {
  break-before: page;
}

/* line 172, app/assets/stylesheets/pdfs.scss */
.text-right {
  text-align: right;
}
