@font-face {
  font-family: "ToyotaType";
  src: url("/assets/font/ToyotaType-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/font/ToyotaType-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/ToyotaType-Regular.woff2") format("woff2"), url("/assets/font/ToyotaType-Regular.woff") format("woff"), url("/assets/font/ToyotaType-Regular.ttf") format("truetype"), url("/assets/font/ToyotaType-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}
@font-face {
  font-family: "ToyotaType";
  src: url("/assets/font/ToyotaType-RegularIt.eot");
  /* IE9 Compat Modes */
  src: url("/assets/font/ToyotaType-RegularIt.eot?#iefix") format("embedded-opentype"), url("/assets/font/ToyotaType-RegularIt.woff2") format("woff2"), url("/assets/font/ToyotaType-RegularIt.woff") format("woff"), url("/assets/font/ToyotaType-RegularIt.ttf") format("truetype"), url("/assets/font/ToyotaType-RegularIt.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ToyotaType";
  src: url("/assets/font/ToyotaType-Book.eot");
  /* IE9 Compat Modes */
  src: url("/assets/font/ToyotaType-Book.eot?#iefix") format("embedded-opentype"), url("/assets/font/ToyotaType-Book.woff2") format("woff2"), url("/assets/font/ToyotaType-Book.woff") format("woff"), url("/assets/font/ToyotaType-Book.ttf") format("truetype"), url("/assets/font/ToyotaType-Book.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 500;
}
@font-face {
  font-family: "ToyotaType";
  src: url("/assets/font/ToyotaType-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/font/ToyotaType-Semibold.eot?#iefix") format("embedded-opentype"), url("/assets/font/ToyotaType-Semibold.woff2") format("woff2"), url("/assets/font/ToyotaType-Semibold.woff") format("woff"), url("/assets/font/ToyotaType-Semibold.ttf") format("truetype"), url("/assets/font/ToyotaType-Semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 600;
}
@font-face {
  font-family: "ToyotaType";
  src: url("/assets/font/ToyotaType-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/font/ToyotaType-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/ToyotaType-Bold.woff2") format("woff2"), url("/assets/font/ToyotaType-Bold.woff") format("woff"), url("/assets/font/ToyotaType-Bold.ttf") format("truetype"), url("/assets/font/ToyotaType-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: ToyotaType, sans-serif;
  /* 1 */
  line-height: 1.5;
  margin-bottom: 51px;
  font-size: 0.9rem;
}

a {
  transition: color 0.25s ease-out;
}
a:hover {
  color: #e10a1e;
  text-decoration: underline;
}

label {
  color: #6e6e6e;
  font-size: 16px;
  font-family: "ToyotaType";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.15px;
  word-wrap: break-word;
  margin-bottom: 1rem;
}

header {
  padding: 5px 0;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  background: #fff;
}

header a {
  color: #000000;
  font-weight: 600;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 51px;
  /* Set the fixed height of the footer here */
  background-color: #2E2D33;
  padding-top: 1rem;
}

.page-title {
  margin-top: 2rem;
  color: #e10a1e;
  font-size: clamp(0.875rem, 0.97222vw, 1rem);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login {
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .login {
    margin-bottom: 10px;
  }
}
.button-invoices {
  height: 61px;
  padding: 19px 27px;
  color: #fff;
  --tw-bg-opacity: 1;
  background-color: #e10a1e;
  border: none;
}

.button-invoices-container {
  position: absolute;
  bottom: 30px;
}

.button-red-border {
  width: 47%;
  height: 61px;
  padding: 19px 27px;
  color: #e10a1e;
  background-color: #fff;
  display: inline-block;
  border: solid 2px #e10a1e;
}

.invoice-documents a {
  color: #000;
  text-decoration: underline;
}

.invoice-documents .adelete {
  color: #e10a1e;
}

.button-red {
  min-width: 161px;
  height: 61px;
  padding: 19px 27px;
  color: #fff;
  --tw-bg-opacity: 1;
  background-color: #e10a1e;
  display: inline-block;
  border: none;
}

.button-red:disabled,
.button-red[disabled],
.button-invoices:disabled,
.button-invoices[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.button-red:hover,
.button-invoices:hover {
  color: #fff;
  background-color: #990000;
  transition: background-color 0.25s ease-out;
}

#invoice_upload {
  width: 100%;
}

@media screen and (width >= 768px) {
  #invoice_upload {
    width: auto;
  }
}
.button-outline {
  min-width: 161px;
  height: 61px;
  padding: 19px 27px;
  color: #6E6E6E;
  --tw-bg-opacity: 1;
  background-color: #E4E4E4;
  display: inline-block;
  border: none;
}

.button-outline:hover {
  color: #fff;
  background-color: #990000;
  transition: background-color 0.25s ease-out;
  text-decoration: none;
}

.form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  color: #6e6e6e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control:focus {
  color: #6e6e6e;
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 1px black;
}

.headline {
  color: #404042;
  font-size: clamp(40px, 3.75vw, 54px);
  font-family: "ToyotaType";
  font-weight: 600;
  word-wrap: break-word;
  margin: -15px 0 15px 0;
  padding: 0;
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: -0.037em;
}

.lead {
  color: #6e6e6e;
  font-family: "ToyotaType";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.666667;
  word-wrap: break-word;
}

.container {
  max-width: 1280px;
}

.prorgam {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .prorgam {
    max-width: 500px;
  }
}
@media (min-width: 1440px) {
  .prorgam {
    max-width: 650px;
  }
}
.forgot {
  margin-left: 20px;
  color: #000;
  text-decoration: underline;
}

.reg-title {
  color: #6E6E6E;
  font-size: 24px;
  font-family: "ToyotaType";
  word-wrap: break-word;
  margin: 40px 0 25px 0;
}

.message {
  font-size: 1em;
  line-height: 1.5;
  font-style: italic;
  color: #6e6e6e;
  max-width: 476px;
  padding: 0;
  margin: 5px 0 1rem;
  letter-spacing: -0.2px;
}

.invalid-feedback, .error {
  width: 100%;
  margin-top: 0.25rem;
  font-style: italic;
  color: #e10a1e;
}

.hidden {
  display: none;
}

.multi-select-container {
  display: inline-block;
  position: relative;
  width: 100%;
  border: solid 1px #6e6e6e;
  color: #6e6e6e;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 16px 32px 16px 16px;
  background-color: #fff;
}

.multi-select-menu {
  position: absolute;
  left: -1px;
  top: 66px;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  border: solid 1px #6e6e6e;
  display: none;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: unset;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #6e6e6e;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}

.multi-select-button:after {
  position: absolute;
  content: "";
  display: inline;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #e10a1e transparent transparent transparent;
  top: 25px;
  right: 10px;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #e10a1e transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}

[type=checkbox], [type=radio] {
  padding: 0;
  -webkit-print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #e10a1e;
  background-color: #fff;
  border-color: #6e6e6e;
  border-width: 1px;
}

[type=checkbox]:checked,
[type=radio]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: transparent;
  background-color: #e10a1e;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.bg-gray {
  background-color: #F3F2F2;
}

.red-link {
  color: #e10a1e;
}

.white-link, .white-link:hover {
  color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #6e6e6e;
}

.normal {
  font-weight: normal;
}

.invoice-upload {
  height: 100%;
  min-height: 480px;
  border: solid 1px #C8C8C8;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 2px;
}

.invoice-upload p {
  cursor: pointer;
  color: #6E6E6E;
  font-size: 16px;
  font-family: "ToyotaType";
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.invoice-upload p.active {
  color: #e10a1e;
  font-weight: 600;
}

.invoice-upload p:hover {
  color: #e10a1e;
  font-weight: 600;
}

.invoice-upload .button-red {
  position: absolute;
  bottom: 30px;
}

.dealership-headline {
  color: #404042;
  font-size: 32px;
  font-family: "ToyotaType";
  font-weight: 600;
  line-height: 38px;
  word-wrap: break-word;
}

.dealership-sub {
  color: #6E6E6E;
  font-size: 16px;
  font-family: "ToyotaType";
  font-weight: 500;
  line-height: 26px;
  word-wrap: break-word;
}

.exclaim {
  background-image: url("/assets/images/icons/alert.svg");
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: 0 4px;
  padding-left: 70px;
  vertical-align: middle;
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

@media screen and (width >= 1440px) {
  .exclaim {
    height: 56px;
  }
}
.reg-title-exclaim {
  background-image: url("/assets/images/icons/alert.svg");
  background-repeat: no-repeat;
  height: 56px;
  padding-left: 70px;
  color: #6e6e6e;
  font-weight: 600;
  font-size: 1.5em;
}

.table-heading {
  color: #6e6e6e;
  font-weight: 500;
  font-size: clamp(24px, 3.33333vw, 3.33333em);
}

.budget {
  font-weight: 600;
  font-size: 14px;
  color: #6e6e6e;
  line-height: 20px;
  text-transform: uppercase;
}
.budget span {
  font-size: 24px;
  line-height: 32px;
  display: block;
  text-transform: none;
  color: #404042;
  font-weight: 300;
  letter-spacing: -0.75px;
}

@media screen and (width >= 600px) {
  .budget {
    letter-spacing: 1px;
  }
}
@media screen and (width >= 1440px) {
  .budget span {
    display: inline;
  }
}
.table th {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 18px;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table th .fa-stack .fa-sort-up,
.table th .fa-stack .fa-sort-down {
  display: none;
}
.table th[aria-sort=descending] .fa-sort-up {
  display: inline-block;
}
.table th[aria-sort=ascending] .fa-sort-down {
  display: inline-block;
}

.table a, td span {
  font-size: 16px;
  line-height: 24px;
}

.table a {
  color: #000;
  text-decoration: underline;
}

.table a:hover {
  color: #e10a1e;
  text-decoration: underline;
}

.table th, .table td, .table thead th {
  padding-right: 0.875rem;
  padding-left: 0;
  border: none;
}

.table thead th {
  font-weight: 600;
  vertical-align: top;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 694px
and also iPads specifically.
*/
@media only screen and (max-width: 700px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #budget_tracker_table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  #budget_tracker_table table, #budget_tracker_table thead, #budget_tracker_table tbody, #budget_tracker_table th, #budget_tracker_table td, #budget_tracker_table tr {
    display: block;
  }
  #budget_tracker_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #budget_tracker_table tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
  }
  #budget_tracker_table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45%;
  }
  #budget_tracker_table td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 16px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 0.8125rem;
    line-height: 1.076923;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6e6e6e;
    font-weight: 600;
  }
  #budget_tracker_table td:nth-of-type(1)::before {
    content: "Invoice Number";
  }
  #budget_tracker_table td:nth-of-type(2)::before {
    content: "Vendor";
  }
  #budget_tracker_table td:nth-of-type(3)::before {
    content: "Invoice Date";
  }
  #budget_tracker_table td:nth-of-type(4)::before {
    content: "Date Submitted";
  }
  #budget_tracker_table td:nth-of-type(5)::before {
    content: "Media Type";
  }
  #budget_tracker_table td:nth-of-type(6)::before {
    content: "Status";
  }
  #budget_tracker_table td:nth-of-type(7)::before {
    content: "Amount";
  }
}
.text-black {
  color: black;
}

.tracker {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 20px;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal-backdrop {
  opacity: 0.8 !important;
  overflow: hidden;
}

body.modal-open .modal {
  display: flex !important;
  height: 100%;
}

body.modal-open .modal .modal-dialog {
  margin: auto;
}

.modal .modal-dialog.modal-xl {
  width: unset;
  min-width: 100%;
  padding: 0;
}

@media screen and (width >= 600px) {
  .modal .modal-dialog.modal-xl {
    padding: 0 16px 0 16px;
  }
}
@media screen and (width >= 992px) {
  .modal .modal-dialog.modal-xl {
    padding: 0 20px 0 20px;
  }
}
.modal-content {
  border-radius: 0;
  padding: 32px 0px;
  margin: 0 auto;
  max-width: 964px;
}

@media screen and (width >= 992px) {
  .modal-content {
    padding: 32px 20px;
  }
}
.modal-dialog-scrollable .modal-content {
  overflow-y: scroll !important;
}

.mt-4-5, .my-4-5 {
  margin-top: 2.5rem !important;
}

.inline-block {
  display: inline-block;
}

.button-media {
  height: 60px;
  padding: 11px;
  text-align: center;
  color: #6e6e6e;
  --tw-bg-opacity: 1;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #C8C8C8;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 10px 5px 0;
  min-width: 210px;
}

.button-media:hover {
  color: #e10a1e;
  border: solid 1px #e10a1e;
}

.button-media:focus, .active-media {
  border-radius: 0;
  outline: 5px auto #e10a1e;
  background-color: #333333;
  color: #fff;
}

@media (max-width: 1164px) {
  .button-media {
    width: 40%;
    box-sizing: border-box;
  }
}
@media (max-width: 675px) {
  .button-media {
    width: 100%;
    box-sizing: border-box;
  }
}
.file-upload {
  display: none;
}

.pb {
  width: 100%;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

progress::-webkit-progress-bar {
  background-color: #6e6e6e;
  border-radius: 2px;
  height: 0.25rem;
}

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #6e6e6e, #e10a1e);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

.custom-file-upload {
  width: 161px;
  height: 59px;
  padding: 15px;
  text-align: center;
  color: #e10a1e;
  --tw-bg-opacity: 1;
  display: inline-block;
  background-color: #f7f7f7;
  border: solid 2px #e10a1e;
  font-size: 18px;
}

.custom-file-upload:hover {
  color: #fff;
  background-color: #e10a1e;
  transition: background-color 0.25s ease-out;
  text-decoration: none;
}

.modal-content .form-control {
  width: 100%;
  border-color: #C8C8C8;
}

.invoice-errors {
  display: none;
}

.pdf-wrap {
  padding-bottom: 150%;
}

.pdf-holder {
  width: 100%;
  height: 100%;
}

.invoice-view-data {
  color: #6e6e6e;
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.285714;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.invoice-view-data span {
  color: #404042;
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.083333;
  letter-spacing: -0.5px;
  text-transform: none;
}

.hidden-submit {
  display: none;
}

.iamreal {
  height: 1px;
  width: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

.bold-grey {
  color: #333333;
  font-size: 14px;
  font-family: "ToyotaType";
  font-weight: 400;
  word-wrap: break-word;
}

.bold-grey-header {
  color: #333333;
  font-size: clamp(1em, 1vw, 1.25em);
  font-family: "ToyotaType";
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  letter-spacing: -0.2px;
}

.drag-drop {
  width: 100%;
  height: 100%;
  padding: 41px 24px;
  border: 2px #EB081E dotted;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}

.drag-drop div {
  text-align: center;
}

.drag-drop span {
  color: #6E6E6E;
  font-size: 18px;
  font-family: ToyotaType;
  font-style: italic;
  font-weight: 400;
  word-wrap: break-word;
}

.file-preview {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  background-color: #333333;
  min-width: 95px;
  height: 123px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.file-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.file-name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 76px;
}

.browse-files-parent {
  margin-top: 16px;
  height: 100%;
  padding: 16px;
  border: 2px #EB081E solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: block;
  cursor: pointer;
}

@media screen and (width >= 768px) {
  .browse-files-parent {
    display: inline-flex;
    margin-left: 20px;
  }
}
.modal-content label,
.reg-section-title,
.modal-section-title {
  color: #6E6E6E;
  font-size: 16px;
  font-family: ToyotaType;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.13px;
  word-wrap: break-word;
}

h3.h1 {
  margin-top: 20px;
  line-height: 1;
  letter-spacing: -1px;
  color: #333;
}

abbr[title] {
  text-decoration: none;
}

.toggle-pass-view-container {
  position: relative;
}

.toggle-pass-view {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
}
