@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/tt-norms-pro");

/* global */
.header {
  font-family: "TT Norms Pro", sans-serif;
}

@media only screen and (max-width: 1100px) {
  .site-branding-disappear {
    display: none !important;
  }
}

body {
  font-family: "TT Norms Pro", sans-serif;
  max-width: 1500px;
  min-width: 500px;
  padding-left: 50px;
  padding-right: 50px;
}

.content-body {
  max-width: 1500px;
  min-width: 500px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "TT Norms Pro", sans-serif;
}

a {
  color: #007faf;
}

.small-body {
  max-width: 1000px;
  align-content: center;
  font-family: "TT Norms Pro", sans-serif;
}

.body-center-max {
  padding: 10px 50px;
}

.small-body-title {
  font-size: 36px;
  font-weight: bold !important;
  padding: 40px 10px;
  display: block;
  text-align: center;
}

.small-body-content {
  font-size: 24px;
  padding: 0px 10px 50px 10px;
  border-top: none !important;
  text-align: center;
}

.bold-item {
  font-weight: bold;
  color: black;
}

.float-top-right {
  position: fixed;
  width: 100%;
  top: 0px;
}

.btn-left {
  width: 120px;
  border-radius: 30px;
  margin-left: 0px;
  margin-right: auto;
  height: 45px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
  border-width: 5px;
}

.btn-right {
  width: 120px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: 0px;
  background-color: #06aff8;
  height: 45px;
  vertical-align: middle;
}

hr {
  border-top: 0.5px solid lightgray;
}

.extra-notes {
  color: #30313d;
  text-align: center;
}

/* all children elements of a container should be vertically aligned */
.inline-container > * {
  display: inline-block;
  vertical-align: middle;
}

.row {
  padding: 10px;
}

.card {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14) !important;
}
.card-title {
  font-weight: bold !important;
  margin-bottom: 20px !important;
  font-family: "TT Norms Pro", sans-serif;
}
.card-content {
  margin-left: 10px;
  font-family: "TT Norms Pro", sans-serif;
}
.card-action {
  border-top: none !important; /* override the behavior of the Materialize library*/
}
.card-details {
  font-size: 20px;
}

/* Language */
.lang-div {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lang-label {
  padding-right: 10px;
}
.lang-input {
  background-color: #ffffff !important;
  border-radius: 4px !important;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
  color: #30313d !important;

  height: 30px;
  width: min-content;

  display: flex;
  justify-content: flex-end;
}

/* trial terms */

ol {
  counter-reset: list;
}
ol > li {
  list-style: none;
}
ol > li:before {
  content: counter(list, number) ") ";
  counter-increment: list;
}

.trial-term-table {
  padding: 0px 30px 0px 30px;
  border: 1px solid lightgray;
}

/* Order Items (Hardware/Software) table column alignment */
.trial-term-table .order-items-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.trial-term-table .order-items-table td {
  vertical-align: top;
  overflow-wrap: anywhere;
}

.trial-term-table .order-items-col-model {
  width: 22%;
}

.trial-term-table .order-items-col-description {
  width: 48%;
}

.trial-term-table .order-items-col-unit-price {
  width: 10%;
}

.trial-term-table .order-items-col-quantity {
  width: 10%;
}

.trial-term-table .order-items-col-total-price {
  width: 10%;
}
.trial-term-li {
  margin: 30px 0px;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.trial-term-question {
  margin: 30px 0px 0px 30px;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.trial-term-check-div {
  margin: 30px 0px 0px 30px;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.trial-term-signature {
  margin: 30px 0px 0px 30px;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.trial-term-signature-div {
  margin: auto 0px auto auto;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;

  width: fit-content;
  border-collapse: unset;
}

.trial-term-signature-left {
  width: 100%;
  text-align: right;
}

.trial-term-signature-right {
  float: right;
  width: 250px;
  align-items: left;
}

.terms-content {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

/* modal related Css */

.modal-style {
  border-radius: 10px;
}

.modal-btn-div {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
}

.modal-btn {
  text-align: center;
  width: 120px;
  border-radius: 30px;
  vertical-align: middle;
  height: 45px;
}

.modal-cancel {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
  border-width: 5px;
}

.modal-save {
  background-color: #06aff8;
}

/* Shipping & Billing Css */
.input-div {
  margin: 0px 15px 0px 0px;
}

.input-label {
  font-family: sans-serif;
  font-size: 15px;
  color: #30313d;
  display: inline-block !important;
}

.input-box {
  padding: 6px !important;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  height: 28px !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
  color: #30313d !important;
}

.input-box-big {
  max-width: 500px;
  display: block;
}

.input-box-small {
  display: block;
  grid-column: 1 / 2;
  max-width: 94%;
}

.select-box-small {
  padding: 6px !important;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
  color: #30313d !important;
  height: 43px !important;
  max-width: 97%;
  display: block;
  grid-column: 1 / 2;
  margin-bottom: 8px;
}

/*
.input-box-small {
  display: inline;
  grid-column: 1 / 2;
  max-width: 300px;
}*/

/*order summary */
.order-summary-item-container > * {
  margin: 12px 0px;
}

/* footer */
/* all children elements of footer */
footer > * {
  text-align: center;
  font-family: "TT Norms Pro", sans-serif;
}

.contact > a {
  color: #000000;
}

.header-class {
  min-width: 500px;
}

.verkada-logo {
  position: relative;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.site-branding-center {
  font-weight: bold;
  display: flex;
  margin: 1px;
  padding: 5px;
  font-size: 40px;
  font-family: "TT Norms Pro", sans-serif;
}

.site-branding-right {
  display: flex;
  padding: 5px;
  position: absolute;
  font-size: 40px;
  top: 0;
  right: 0;
}

.error-msg-css {
  font-size: 15px;
  color: #df1b41;
  font-family: sans-serif;
  margin-bottom: 10px;
}

.error-msg-big-css {
  display: block;
  font-size: 20px;
  color: #df1b41;
  font-family: "TT Norms Pro", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* PDF Page Related */
.pdf-title {
  color: #0f172a;
  font-size: 14px;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 500;
}

.pdf-content {
  color: #64748b;
  font-size: 14px;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 400;
}

/* Body */

.column-all {
  margin-right: 50px;
  margin-left: 50px;
}
.column-left {
  width: 60%;
  float: left;
  border-style: dashed;
}
.column-right {
  width: 40%;
  float: right;
  border-style: dashed;
}
.column-box {
  border-style: solid;
  margin: 5px;
}

/* Footer */
.site-footer {
  text-align: left;
  letter-spacing: 0;
  color: #818b92;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.user-agreement {
  font-size: 13px;
  margin-bottom: 10px;
}

.contact {
  font-size: 14px;
}

.box-title {
  margin: 10px 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* Stripe Related CSS */

/* Variables */
* {
  box-sizing: border-box;
}

.stripe-body {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  justify-content: center;
  align-content: center;
}

form {
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
button {
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 95%;
  margin: 5px;
}
button:hover {
  filter: contrast(115%);
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

.row,
.col {
  padding: 0px !important;
}
.btn-row-margin {
  padding: 0px !important;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

/* Loading Related */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

/* Loading for Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
