@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 1rem;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  /* font-family:'Rubik-Regular'; */
  /* font-family: arial; */
  color: #212529 !important;
  background-color: #f0f0f0;
}

.w-20 {
  width: 20rem;
}

#main-content {
  flex-grow: 1;
}

.route-wrapper {
  min-height: 94vh;
}

.container-fluid {
  position: relative;
  max-width: 1670px !important;
  box-shadow: 12px 0 15px -4px rgba(177, 177, 177, 0.8), -12px 0 8px -4px rgba(177, 177, 177, 0.8);
  background: #2e2d2e;
  overflow-x: hidden;
}

#not-loggedin-layout .container-fluid {
  max-width: 100% !important;
  background: transparent;
  overflow-x: initial;
  box-shadow: none;
}

.font-color-primary {
  color: #1d65a6 !important;
}

.font-color-white {
  color: #fff !important;
}

.font-color-black {
  color: #303030 !important;
}

.background-black {
  background: #303030 !important;
}

.background-light-yellow {
  background-color: #fffcd3 !important;
}

.font-color-orange {
  color: #f46604 !important;
}

.font-color-gray {
  color: #b6b6b6 !important;
}

.font-color-red {
  color: red !important;
}

.modal-backdrop {
  z-index: 1060 !important;
}

/*off canvas*/
.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-end {
  min-width: 100%;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.fade {
  transition: opacity 0.15s linear;
}

/* Text */
.primary-text {
  color: #2070af;
}

.danger-text {
  color: #ff0000;
}

.success-text {
  color: #62b32d;
}

/* buttons */
.primary-btn,
.primary-btn-lg,
.primary-btn-themed,
.primary-btn-red,
.primary-btn-white,
.primary-btn-black,
.primary-btn-grey,
.primary-btn-sm,
.primary-btn-themed-sm,
.primary-btn-white-sm,
.primary-btn-red-sm,
.primary-btn-black-sm,
.danger-btn-sm,
.primary-btn-grey-sm,
.primary-btn-grey-sm,
.primary-blank-sm,
button:disabled {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  border: unset !important;
  background-color: #1d65a6;
  color: #fff;
}
.primary-btn:hover,
.primary-btn-lg:hover,
.primary-btn-themed:hover,
.primary-btn-red:hover,
.primary-btn-white:hover,
.primary-btn-black:hover,
.primary-btn-grey:hover,
.primary-btn-sm:hover,
.primary-btn-themed-sm:hover,
.primary-btn-white-sm:hover,
.primary-btn-red-sm:hover,
.primary-btn-black-sm:hover,
.danger-btn-sm:hover,
.primary-btn-grey-sm:hover,
.primary-btn-grey-sm:hover,
.primary-blank-sm:hover,
button:disabled:hover {
  color: #fff;
}

.company-user-docs-btn-wrap .btns {
  border: 1px solid #000 !important;
  font-size: 18px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.company-user-docs-btn-wrap .btns:focus {
  outline: none !important;
  box-shadow: none !important;
}

.primary-btn-lg {
  font-size: 26px;
}

ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed > li {
  text-indent: -5px;
}

ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}

.custom-date .highlight-scheme {
  background-color: #fad817;
  color: #212529;
}
.custom-date .rmdp-input {
  display: none;
}
.custom-date .rmdp-button {
  display: none;
}
.custom-date .rmdp-panel-body span {
  margin: 0;
}
.custom-date .rmdp-panel-body li {
  overflow: hidden;
}

.primary-btn,
.primary-btn-themed,
.primary-btn-white,
.primary-btn-red,
.primary-btn-black,
.primary-btn-grey,
.primary-blank {
  font-size: 18px;
}

.primary-btn-sm,
.primary-btn-themed-sm,
.primary-btn-white-sm,
.primary-btn-red-sm,
.primary-btn-black-sm,
.danger-btn-sm,
.primary-btn-grey-sm,
.primary-blank-sm {
  font-size: 0.875rem;
}

.primary-blank,
.primary-blank:active,
.primary-blank:disabled {
  background-color: transparent !important;
  color: #000 !important;
  border: unset;
  font-weight: normal;
}

.primary-btn-border {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  border-radius: 5px !important;
  text-transform: uppercase;
  border-color: #1d65a6;
  border-width: 1px;
  color: #1d65a6;
  font-size: 18px;
}

.primary-btn-border:hover {
  color: #1d65a6;
}

.primary-blank:disabled {
  color: unset;
}

.primary-blank:hover {
  background-color: transparent;
  color: #000;
}

.primary-btn-orange {
  background-color: #f9ae13;
  color: #fff;
}

.primary-btn-themed {
  background-color: #1d65a6;
  color: #fff;
}

.primary-btn-red {
  background-color: red;
  color: #fff;
}

.primary-btn-white {
  background-color: #fff;
  color: #000;
}
.primary-btn-white:hover {
  color: #000 !important;
}

.primary-btn-white-black:hover {
  background-color: #cfcfcf !important;
}
.primary-btn-white-black:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.3rem rgba(251, 251, 251, 0.7) !important;
}

.primary-btn-black,
.primary-btn-black-sm {
  background-color: #303030;
  color: #fff;
}

.danger-btn-sm {
  background-color: #ff0000;
  color: #fff;
}

.border-gray {
  color: "gray";
}

.primary-btn-grey,
button:disabled {
  background-color: #b8b8b8;
  color: #fff;
}

.flat-btn:disabled {
  border-radius: 0px !important;
}

.flat-btn {
  border-radius: 0px !important;
}

.contact-us .right-bg,
.user-login .right-bg {
  background-image: url(/assets/images/new_design/contact-us-bg.png);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #1d65a6;
  background-blend-mode: multiply;
}
.contact-us .form-container,
.user-login .form-container {
  padding: 5em 3em !important;
}
.contact-us .form-container p,
.user-login .form-container p {
  line-height: 1.4 !important;
}

.height-60px {
  height: 60px !important;
}

.height-100vh {
  height: 100vh;
}

.min-height-100vh {
  min-height: 100vh;
}

.max-height-100vh {
  max-height: 100vh;
}

.form-container {
  padding: 5em 3em !important;
}
.form-container p {
  line-height: 1.4 !important;
}

.white-bg {
  background-color: #ffffff;
}

.primary-bg {
  background-color: #1d65a6;
}

.black-bg {
  background-color: #242424;
}

.transparent-bg {
  background-color: transparent !important;
}

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

.dark-gray-bg {
  background-color: #818181;
}

.light-gray-bg {
  background-color: #ebebeb;
}

.light-green-bg {
  background-color: #d0ffc7 !important;
}

.step-progress {
  width: 100%;
}
.step-progress .progress {
  height: 0.5rem !important;
  margin: 0px 16%;
  background-color: #b6b6b6;
  transform: translate(0px, -30px);
  min-width: 170px;
}
.step-progress .progress .progress-bar {
  background-color: #1d65a6 !important;
}
.step-progress .steps {
  counter-reset: step;
  margin: unset;
  padding: unset;
}
.step-progress .steps li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #b6b6b6;
  font-weight: 600;
  flex: 1;
  text-align: center !important;
}
.step-progress .steps li:after {
  content: "";
  width: 33px;
  height: 33px;
  line-height: 30px;
  border: 3px solid #b6b6b6;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 10px auto 10px auto;
  background-color: #b6b6b6;
  position: relative;
  z-index: 1;
}
.step-progress .steps li:first-child {
  text-align: start;
}
.step-progress .steps li.done {
  color: #1d65a6;
}
.step-progress .steps li.done:after {
  border-color: #1d65a6;
  background-color: #1d65a6;
  background-image: url("/assets/svgs/done_white.svg");
  background-position: center;
  background-size: 21px;
  background-repeat: no-repeat;
}
.step-progress .steps li.active {
  color: #1d65a6;
}
.step-progress .steps li.active:after {
  border-color: #1d65a6;
  background-color: #fff;
}

.arrow-transition {
  transition: transform 300ms;
}

.arrow-active {
  transform: rotate(-90deg);
}

.arrow-down {
  transform: translateY(-5px);
  padding-right: 15px;
  padding-left: 15px;
}

.custom-slider-styles .rc-slider-mark .rc-slider-mark-text {
  color: #000;
}
.custom-slider-styles .rc-slider-mark .rc-slider-mark-text-active {
  color: #000;
}
.custom-slider-styles .rc-slider-dot-active {
  border-color: #e9e9e9;
}

.custom-autocomplete .autocomplete-btn {
  transform: rotate(0);
  transition: all 0.55s;
}
.custom-autocomplete .arrow-active {
  transform: rotate(-90deg);
}
.custom-autocomplete #expanded-autocomplete {
  display: none;
}
.custom-autocomplete .dropdown-menu {
  border-radius: unset !important;
}
.custom-autocomplete .rbt-aux {
  display: none;
}
.custom-autocomplete .loader {
  z-index: 3;
  right: 58px;
  top: 9px;
}
.custom-autocomplete .dropdown-item.active,
.custom-autocomplete .dropdown-item:active {
  background-color: #1d65a6 !important;
  color: #ffffff;
  text-decoration: none;
}
.custom-autocomplete .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  width: 100%;
  max-height: 20vh;
  overflow-y: auto;
  box-shadow: 0px 5px 13px rgba(179, 179, 179, 0.4117647059);
}
.custom-autocomplete .active {
  color: #fff;
  background-color: #1d65a6 !important;
}
.custom-autocomplete .autocomplete-items .item-option {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.custom-autocomplete .autocomplete-items .item-option:is(:last-child) {
  border-bottom: unset;
}
.custom-autocomplete .autocomplete-items .item-option:hover {
  background-color: #e9e9e9;
}
.custom-autocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.base-table {
  min-width: 970px;
  border-collapse: collapse;
}
.base-table tr {
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  transition: all 0.2s;
}
.base-table tr:last-child {
  border-bottom: 1px solid #a6a6a6;
}
.base-table td {
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  border-bottom: 0px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  vertical-align: middle;
}
.base-table th {
  background-color: #242424;
  color: #fff;
  text-align: center;
  border: 1px solid #242424;
  padding-top: 8px;
  padding-bottom: 8px;
}
.base-table a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.left-align-table td,
.left-align-table th {
  text-align: start;
}

.contractor-detail tr:first-child td {
  padding-top: 2px;
}
.contractor-detail tr td {
  border-bottom: 1px solid #a6a6a6 !important;
}
.contractor-detail .form-select {
  border: 0px solid #646464;
}

.file-text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 0;
}
.file-text-overflow.no-overflow {
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
}

.inline-select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: unset !important;
  border-radius: 0.2rem !important;
  padding-left: 6px !important;
  font-weight: bold !important;
}

table.selectable tr {
  cursor: pointer;
}
table.selectable tr:focus-visible,
table.selectable tr:hover {
  background-color: #e2e2e2;
}
table.selectable tr.active {
  background-color: #1d65a6;
  color: #fff;
}

table .high-risk-selector-cell.selected {
  background-color: beige;
  color: #000;
  border: unset;
}

.slider-track {
  height: 6px;
  background-color: #303030;
  border-radius: 100px;
}

.slide-thumb {
  top: -7px;
  height: 20px;
  width: 20px;
  background-color: #1d65a6;
  border-radius: 100%;
  border: 1px solid #303030;
}

.slider-mark {
  height: 10px;
  width: 2px;
  background-color: #969696;
}

.modal .modal-body .cart-modal {
  border-top: 25px solid #242424;
}
.modal .modal-body .cart-modal .bottom-hint {
  font-weight: 600;
}

.div-btn {
  background-color: transparent;
  transition: all 0.3s;
}

.div-btn:hover,
.div-btn:focus-visible {
  background-color: #ececec;
}

.rmdp-container {
  height: 100% !important;
  display: block !important;
}

.rmdp-container:first-child {
  width: 100% !important;
  height: 100% !important;
}

.on-top {
  z-index: 9999;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-c {
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 25px;
}
.gm-style .gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}

@media screen and (max-width: 576px) {
  .primary-btn-lg {
    font-size: 22px;
  }
  .user-login .form-container,
  .contact-us .form-container {
    padding: 5em 1.5em !important;
  }
}
.four_zero_four_bg {
  background: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif) no-repeat;
  height: 400px;
  background-position: center;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.image-view-content {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.image-view-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  transition: 0.3s;
  border-radius: 50px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-view {
  display: none;
  position: fixed;
  z-index: 1070;
  left: 50%;
  top: 50%;
  width: 90vw;
  overflow: hidden;
  transform: translate(-50%, -50%);
  padding: 0;
  height: 90vh;
}

.image-view-overlay {
  display: none;
  z-index: 1065;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
}

.review-job-modal .modal-close-icon {
  height: 30px;
  width: 30px;
  color: #d8d8d8;
}

.stop-scroll-body {
  overflow: hidden;
}

.select-date-icon {
  position: absolute;
  right: 12px;
  bottom: 0px;
  top: 14px;
  margin: auto;
  margin-top: 25px;
  background-color: white;
  padding: 4px;
}

#__react-alert__ {
  position: relative;
  z-index: 9999;
}

.image-style {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.body-hidden {
  overflow: hidden;
}

.white-space {
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .body-hidden {
    overflow: unset;
  }
  .offcanvas-end {
    min-width: 75%;
  }
}
@media screen and (min-width: 576px) {
  .border-sm-end {
    border-right: 1px solid #212529 !important;
  }
}
@media screen and (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid #212529 !important;
  }
}
@media screen and (min-width: 1200px) {
  .offcanvas-end {
    min-width: 50%;
  }
}
.create-custom-trade .custom-autocomplete .autocomplete-items {
  max-height: 11vh;
}

.splash-sk-text {
  margin: 20px auto;
  width: 68px;
  top: 40%;
  left: 0;
  right: 0;
  position: relative;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.splash {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1d65a6;
}

.sk-folding-cube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 0;
  right: 0;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube-large {
  margin: 15px auto;
  width: 60px;
  height: 60px;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube-white:before {
  background-color: #fff;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

h1 {
  color: #fbaf17;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 991.98px) {
  h1 {
    font-size: 2rem;
  }
}

p {
  font-size: 1rem;
}

.left-nav-copyright > p {
  font-size: 0.8rem;
}

.work-sans {
  font-family: "Work Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.h1-text {
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
  text-transform: unset;
}

.h2-text {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.h2-body-text {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.h3-text {
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.h3-body-text {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.h4-text {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.h4-body-text {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.body-text {
  font-size: 1rem !important;
  line-height: 1 !important;
}

.lh-1-only {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.5 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.d-flex {
  display: flex;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.float-right {
  float: right;
}

.text-white {
  color: #fff !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.flex-column {
  flex-direction: column;
}

.align-self-center {
  align-self: center;
}

.align-items-center {
  align-items: center;
}

.max-width-80 {
  max-width: 80%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.p-0 {
  padding: 0;
}

@media screen and (min-width: 767.98px) {
  .flex-md-row {
    flex-direction: row;
  }
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .mb-md-5 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 991.98px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .ml-lg-3 {
    margin-left: 1rem;
  }
  .d-lg-block {
    display: block;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-5 {
    margin-bottom: 2rem;
  }
}
button.btn-s, label.btn-s, a.btn-s {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  border-width: 1px;
  border-radius: 0px;
  border: 1px solid;
  font-size: 1rem;
  font-family: "Rubik-Medium";
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
button.btn-s span, label.btn-s span, a.btn-s span {
  margin-left: -20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn-s:hover, button.btn-s:active, button.btn-s:focus, label.btn-s:hover, label.btn-s:active, label.btn-s:focus, a.btn-s:hover, a.btn-s:active, a.btn-s:focus {
  outline: none !important;
}
button.btn-s:hover span, button.btn-s:active span, button.btn-s:focus span, label.btn-s:hover span, label.btn-s:active span, label.btn-s:focus span, a.btn-s:hover span, a.btn-s:active span, a.btn-s:focus span {
  margin-left: -10px;
}
button.btn-s small, label.btn-s small, a.btn-s small {
  background: #e6e6e6;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.3);
}
button.btn-s.btn-sm, label.btn-s.btn-sm, a.btn-s.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
button.btn-s.btn-lg, label.btn-s.btn-lg, a.btn-s.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.15rem;
}
button.btn-s.FeatureButton, button.btn-s.btn-primary, label.btn-s.FeatureButton, label.btn-s.btn-primary, a.btn-s.FeatureButton, a.btn-s.btn-primary {
  background: #fff;
  border-color: #faae17;
  color: #faae17;
}
button.btn-s.FeatureButton:hover, button.btn-s.FeatureButton:focus, button.btn-s.btn-primary:hover, button.btn-s.btn-primary:focus, label.btn-s.FeatureButton:hover, label.btn-s.FeatureButton:focus, label.btn-s.btn-primary:hover, label.btn-s.btn-primary:focus, a.btn-s.FeatureButton:hover, a.btn-s.FeatureButton:focus, a.btn-s.btn-primary:hover, a.btn-s.btn-primary:focus {
  color: #fff !important;
  background: #faae17 !important;
}
button.btn-s.FeatureButton.btn-link, button.btn-s.btn-primary.btn-link, label.btn-s.FeatureButton.btn-link, label.btn-s.btn-primary.btn-link, a.btn-s.FeatureButton.btn-link, a.btn-s.btn-primary.btn-link {
  background: transparent;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.btn-s.NonFeatureButton, button.btn-s.btn-secondary, label.btn-s.NonFeatureButton, label.btn-s.btn-secondary, a.btn-s.NonFeatureButton, a.btn-s.btn-secondary {
  color: #333;
  border-color: #333;
  background: #fff;
}
button.btn-s.NonFeatureButton:hover, button.btn-s.NonFeatureButton:focus, button.btn-s.btn-secondary:hover, button.btn-s.btn-secondary:focus, label.btn-s.NonFeatureButton:hover, label.btn-s.NonFeatureButton:focus, label.btn-s.btn-secondary:hover, label.btn-s.btn-secondary:focus, a.btn-s.NonFeatureButton:hover, a.btn-s.NonFeatureButton:focus, a.btn-s.btn-secondary:hover, a.btn-s.btn-secondary:focus {
  background: #333 !important;
  color: #fff !important;
}
button.btn-s.NonFeatureButton.btn-link, button.btn-s.btn-secondary.btn-link, label.btn-s.NonFeatureButton.btn-link, label.btn-s.btn-secondary.btn-link, a.btn-s.NonFeatureButton.btn-link, a.btn-s.btn-secondary.btn-link {
  color: #8bbabb;
  background: transparent;
}
button.btn-s.NonFeatureButton .icon i, button.btn-s.btn-secondary .icon i, label.btn-s.NonFeatureButton .icon i, label.btn-s.btn-secondary .icon i, a.btn-s.NonFeatureButton .icon i, a.btn-s.btn-secondary .icon i {
  color: #8bbabb;
}
button.btn-s:disabled, label.btn-s:disabled, a.btn-s:disabled {
  background-color: #a9a9a9;
  color: #fff;
  border-color: transparent;
  opacity: 0.75;
}
button.btn-s:disabled:hover, label.btn-s:disabled:hover, a.btn-s:disabled:hover {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  border-color: transparent !important;
  opacity: 0.75 !important;
  cursor: default;
}
button.btn-s.thin, label.btn-s.thin, a.btn-s.thin {
  padding: 0.4rem 1rem;
}
button.btn-s:hover, label.btn-s:hover, a.btn-s:hover {
  cursor: pointer;
}

button.delete-custom-trade {
  color: red;
  opacity: 0.8;
  border: 0;
}
button.delete-custom-trade:hover {
  opacity: 1;
}

a.btn-s.login-home-btn {
  font-family: Rubik-Medium;
  font-size: 1.15rem;
  width: 100%;
  margin: 0px auto;
  padding: 10px 0;
  display: block;
}
a.btn-s.logout-home-btn1 {
  font-family: Rubik-Medium;
  font-size: 1.15rem;
  margin: 15px auto 8px;
  padding: 10px 0;
  display: block;
  width: 100%;
}
a.btn-s.logout-home-btn1:hover {
  opacity: 1;
  color: #333;
}
a.btn-s.logout-home-btn2 {
  font-family: Rubik-Medium;
  font-size: 1.15rem;
  padding: 10px 0;
  width: 49%;
  display: inline-block;
}
a.btn-s.logout-home-btn2:hover {
  opacity: 1;
  color: #fff;
  background: #FAAE17;
}

@media screen and (min-width: 991.98px) {
  .back-next-button-bar {
    position: absolute;
    bottom: 0;
    right: 1.75rem;
  }
}
.welcome-to-keen-safety .item-wrapper {
  position: relative;
}
.welcome-to-keen-safety .item-wrapper .image-overlay {
  display: block;
  max-width: 100%;
  height: auto;
}
.welcome-to-keen-safety .item-wrapper .link-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(250, 174, 23, 0.7);
  color: #f1f1f1;
  width: calc(100% - 30px);
  transition: 0.5s ease;
  color: white;
  font-size: 1.25rem;
  padding: 1rem;
  text-align: center;
  font-family: "Rubik-Medium";
}
.welcome-to-keen-safety .item-wrapper:hover .link-overlay {
  background: rgb(250, 174, 23);
  transition: 0.5s ease;
  text-decoration: underline;
}

@media screen and (min-width: 767.98px) {
  .left-nav-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 91vh;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .left-nav-wrapper .navbar.navbar-inverse {
    background-color: transparent;
    border: 0;
  }
  .left-nav-wrapper .navbar.navbar-inverse.left-menu {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.left-nav-wrapper .left-nav-copyright {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .left-nav-wrapper .left-nav-copyright {
    display: block;
    padding: 1.75rem;
    text-align: left;
  }
  .left-nav-wrapper .left-nav-copyright p {
    color: #fff;
  }
}

.navbar-buttons {
  display: none;
}

select:hover {
  cursor: pointer;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-image: url(/assets/svgs/arrow_down.svg);
}

label {
  display: flex;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
  padding-left: 0;
  color: #333;
}
@media screen and (min-width: 991.98px) {
  label.labl-check {
    padding-left: 1rem;
  }
}

input[type=checkbox] + label.labl-chec:before,
input[type=radio] + label.labl-chec:before,
input[type=radio] + label.radio-label:before {
  content: "";
  background: #fff;
  border: 2px solid #656565;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  min-width: 20px;
}

input[type=checkbox]:checked + label.labl-chec:before,
input[type=radio]:checked + label.labl-chec:before,
input[type=radio]:checked + label.radio-label:before {
  background: #f5c710;
}

input[type=radio] + label.labl-chec:before,
input[type=radio] + label.radio-label:before {
  border-radius: 50%;
}

.edit-contra-det .contact-form,
.sign-up-form,
.contact-form {
  width: auto;
  margin-bottom: 25px;
}

.split-7-contact .contact {
  background-image: none;
  background-color: #fff;
}

.split-7 h1 {
  color: #fbaf17;
  margin-bottom: 15px;
}
.split-7 p {
  color: #2b2c2b;
  font-size: 0.9rem;
}
@media screen and (min-width: 991.98px) {
  .split-7 p {
    font-size: 1rem;
  }
}
.split-7 .btn1 {
  background-color: #faae17;
  color: #fff;
  display: block;
  font-family: Rubik-Medium;
  font-size: 2rem;
  /*margin: 90px auto 4px;*/
  padding: 10px 0;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.split-7 .btn1:hover {
  background-color: #fcb932;
}
.split-7 .contact form {
  float: none;
  display: inline-block;
}

.split-7-contact .form-group .condet-top {
  font-weight: bold;
}

.accept_job label.select-swms {
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.headerspan {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.form-label {
  padding-left: 0;
  margin-bottom: 0.5rem;
  font-weight: 600 !important;
}

.form-control {
  display: block;
  /* padding: 0.375rem 2.25rem 0.375rem 0.75rem; */
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #878787 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 40px;
  width: 100%;
  border-radius: 0px !important;
}

.form-check-input {
  width: 1.3em !important;
  height: 1.3em !important;
  border: 1px solid #878787 !important;
  margin-top: unset;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  color: #bdbdbd;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bdbdbd;
}

.help-block {
  font-size: 12px !important;
}

.form-check-label {
  margin-left: 0.5rem;
}

.input-group-text {
  border-color: #878787;
}

.signup .input-group > .form-control,
.user-login .input-group > .form-control,
.add-employee .input-group > .form-control,
.reset-password .input-group > .form-control,
.acc-detail .input-group > .form-control,
.add-notification-employee .input-group > .form-control {
  border-right-width: 0px !important;
}

select,
.form-select {
  min-height: 40px;
  padding: 6px;
  padding-left: 14px;
  padding-right: 30px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("/assets/svgs/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 97.5% 50% !important;
  border: 1px solid #646464;
  border-radius: 0px !important;
}

.form-select {
  background-size: unset;
  background-position: calc(100% - 13px) 7px, 100% 0;
}

.form-control[type=file] {
  height: unset !important;
}

.custom-autocomplete .input-group .form-control:not(.no-toggle) {
  border-right-width: 0px !important;
}
.custom-autocomplete .form-control {
  border-right-width: 1px !important;
}
.custom-autocomplete .input-group-text {
  border-top: 1px solid #878787 !important;
  border-right: 1px solid #878787 !important;
  border-bottom: 1px solid #878787 !important;
  border-radius: 0px !important;
  background-color: unset !important;
  cursor: pointer;
}

.view-sign-document .form-check-input[type=checkbox] {
  margin-top: 10px;
}

/* {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 1;
  background-color: red;
  right: 50%;
  bottom: 0;
  width: 1px;
} */
.user-login .forgot-password {
  font-size: 0.9rem;
}
.user-login .forgot-password:hover {
  text-decoration: underline;
}
.user-login .no-account-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem;
}

@media screen and (max-width: 576px) {
  .user-login .no-account-section {
    padding: 1.5rem;
  }
}
table.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.content-section #dropdown-filter {
  font-size: 0.9rem;
}
.content-section .ReactTable .rt-table {
  width: 100%;
}
.content-section .ReactTable .rt-table .rt-th,
.content-section .ReactTable .rt-table .rt-td {
  padding: 0.75rem 0.75rem;
}
.content-section .ReactTable .rt-table .rt-th.header-black {
  font-size: 1rem;
  font-family: "Rubik-Medium";
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.content-section .ReactTable .rt-table .rt-th.header-black .toggle-icon-up {
  display: none;
}
.content-section .ReactTable .rt-table .rt-th.header-black .toggle-icon-up,
.content-section .ReactTable .rt-table .rt-th.header-black .toggle-icon-down {
  color: #fbaf17;
}
.content-section .ReactTable .rt-table .rt-th.header-black.-sort-desc {
  box-shadow: none;
}
.content-section .ReactTable .rt-table .rt-th.header-black.-sort-desc .toggle-icon-up {
  display: none;
}
.content-section .ReactTable .rt-table .rt-th.header-black.-sort-asc {
  box-shadow: none;
}
.content-section .ReactTable .rt-table .rt-th.header-black.-sort-asc .toggle-icon-down {
  display: none;
}
.content-section .ReactTable .rt-table .rt-th.header-black.-sort-asc .toggle-icon-up {
  display: block;
}
.content-section .ReactTable .rt-table .rt-th .toggle-header .toggle-icon-up,
.content-section .ReactTable .rt-table .rt-th .toggle-header .toggle-icon-down {
  float: right;
  margin-top: 2px;
  font-size: 0.9rem;
}
.content-section .ReactTable .rt-table .rt-tr.-odd {
  background-color: #f2f2f2;
}
.content-section .ReactTable .rt-table .rt-tbody .rt-td,
.content-section .ReactTable .rt-table .rt-tbody .dropdown-toggle-btn {
  font-size: 1rem;
}
.content-section .ReactTable .rt-noData {
  border: 1px solid #fbaf17;
}
.content-section .ReactTable .pagination-bottom button.-btn {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  border-width: 1px;
  border-radius: 0px;
  border: 1px solid;
  font-size: 1rem;
  font-family: "Rubik-Medium";
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #fff;
  border-color: #faae17;
  color: #faae17;
}
.content-section .ReactTable .pagination-bottom button.-btn:hover, .content-section .ReactTable .pagination-bottom button.-btn:active, .content-section .ReactTable .pagination-bottom button.-btn:focus {
  outline: none !important;
}
.content-section .ReactTable .pagination-bottom button.-btn:hover, .content-section .ReactTable .pagination-bottom button.-btn:focus {
  color: #fff !important;
  background: #faae17 !important;
}
.content-section .ReactTable .pagination-bottom button.-btn:disabled {
  background-color: #a9a9a9;
  color: #fff;
  border-color: transparent;
  opacity: 0.75;
}
.content-section .ReactTable .pagination-bottom button.-btn:disabled:hover {
  background-color: #a9a9a9 !important;
  color: #fff !important;
  border-color: transparent !important;
  opacity: 0.75 !important;
  cursor: default;
}
.content-section .ReactTable .pagination-bottom button.-btn.thin {
  padding: 0.4rem 1rem;
}
.content-section .ReactTable .pagination-bottom button.-btn:hover {
  cursor: pointer;
}

.swms .swms-table .table-th-tr .table-th,
.swms .whs-table .table-th-tr .table-th,
.whs-section .swms-table .table-th-tr .table-th,
.whs-section .whs-table .table-th-tr .table-th {
  font-size: 1rem;
  font-family: "Rubik-Medium";
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.75rem;
}

.modal-add-activity-content {
  padding: 1rem 2rem;
}
.modal-add-activity-content label.control-label {
  padding-left: 0;
}
.modal-add-activity-content .potential-link {
  cursor: pointer;
}
.modal-add-activity-content .potential-link:hover {
  text-decoration: underline;
}

.modal-content .modal-dark-header {
  background-color: #303030;
}
.modal-content .btn-close {
  opacity: 1;
}

.modal-bottom {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 0 !important;
}

a:focus, button:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 1px;
}

a:focus {
  text-decoration: underline;
}

li > a:focus, button.sign-up-form:focus, a.sign-up-form:focus {
  outline-color: white !important;
}

a.sign-up-form:focus, a.login-home-btn:focus, .bggray:focus, .bgyellow:focus {
  color: #fff !important;
}

.content-section table.incident-reports-table thead tr.incident-table-action-row th.incident-table-action-cell {
  background-color: transparent !important;
  padding: 0.5rem;
}
.content-section table.incident-reports-table .incident-table-actions {
  padding: 0.5rem 0.75rem;
  background-color: transparent;
}
.content-section table.incident-reports-table tr.active {
  background-color: #e6f2ff;
  color: #1d65a6;
}
.content-section table.incident-reports-table tr.grouped-row:not(.active) {
  background-color: #f7fbff;
}
.content-section .report-options h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Rubik-Medium";
}
.content-section .report-options a {
  text-decoration: none;
}
.content-section .incident-response-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0;
  width: 1.3em !important;
  height: 1.3em !important;
  margin: 0;
  background-color: #fff !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid #878787 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  cursor: default;
}
.content-section .incident-response-input[type=checkbox] {
  border-radius: 0.25em;
}
.content-section .incident-response-input[type=radio] {
  border-radius: 50%;
}
.content-section .incident-response-input:checked {
  background-color: #1d65a6 !important;
  border-color: #1d65a6 !important;
}
.content-section .incident-response-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4.5 10.5l3.5 3.5 7-7'/%3E%3C/svg%3E");
  background-size: 0.95em 0.95em;
}
.content-section .incident-response-input[type=radio]:checked {
  background-image: radial-gradient(circle, #fff 0, #fff 38%, transparent 42%);
  background-size: 0.85em 0.85em;
}
.content-section .worksite .detail-section {
  margin-top: 0;
}
.content-section .worksite .detail-title {
  text-align: center;
  padding: 0.75rem;
  margin-top: 0;
  font-size: 1.25rem;
  color: #fff;
  background-color: #2e2d2e;
  margin: 0;
}
.content-section .worksite .detail-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-family: "Rubik-Medium";
}
.content-section .worksite .detail-row {
  border-bottom: 1px solid #efefee;
}
.content-section .worksite .detail-row .detail-field,
.content-section .worksite .detail-row .detail-value {
  padding: 0.75rem;
  display: block;
}
.content-section .worksite .detail-row .detail-value {
  margin: 0;
}

.panel-title-large {
  font: 1.25rem "Rubik-Medium";
  text-align: center;
  text-transform: uppercase;
}

.panel-heading-root {
  background-color: #2e2d2e !important;
  color: white !important;
}

.choose-trades {
  width: 100%;
}
.choose-trades .trades-list-group:empty:before {
  content: attr(data-placeholder);
  color: #959595;
  text-align: center;
  display: flex;
  font-size: 1.15rem;
  padding-top: 1rem;
}
.choose-trades .panel-parent {
  background-color: #efefed;
  padding-left: 0rem;
  padding-right: 0rem;
}
.choose-trades .panel-parent .panel {
  border-radius: 0;
  width: 100%;
  background-color: unset;
  box-shadow: none;
}
.choose-trades .panel-parent .panel .panel-title {
  padding: 1rem;
}
.choose-trades .panel-parent .panel .panel-body {
  padding: 1rem 0.5rem;
  font-family: "Rubik-Regular";
}
.choose-trades .panel-parent .panel .panel-body .panel-heading {
  border-bottom: 0;
}
.choose-trades .panel-parent .panel .panel-body .panel-heading .panel-title {
  font-size: 1.15rem;
  font-weight: bold;
}
.choose-trades .panel-parent .panel .panel-body .trade-items {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  /* brentp - enable trash button */
  display: flex;
  justify-content: space-between;
}
.choose-trades .panel-parent .panel .panel-body .trade-items label.labl-chec {
  display: flex;
  align-items: center;
}
.choose-trades .panel-parent .panel .panel-body .trade-items.input-focused {
  border: 1px solid blue;
}

.step-by-step-modal {
  flex-direction: column;
  padding: 0rem 1rem;
}

.delete-custom-scope,
.delete-custom-trade {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.delete-custom-scope svg,
.delete-custom-trade svg {
  pointer-events: none;
}

.work-activities .panel .panel-title {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .work-activities .glyphicon-chevron-right,
  .work-activities .glyphicon-chevron-down {
    font-size: 1rem;
  }
}

.swms-remove-hazard {
  position: absolute;
  right: 0;
  color: red;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  border: none;
}

.swms-remove-high-risk-btn {
  border: none;
  background-color: white;
  margin-right: 0.4em;
}

#txtPotentialHazard {
  height: 5em;
}

#txtControlMeasures {
  height: 10em;
}

@media screen and (max-width: 767.98px) {
  .sds-link-list .link-url {
    max-width: 260px;
  }
}

.work-site-sign-on .right-column {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .work-site-sign-on .right-column {
    text-align: center;
  }
  .work-site-sign-on .right-column .phone-app-image {
    max-width: 60%;
  }
  .work-site-sign-on .right-column .app-store-icon, .work-site-sign-on .right-column .play-store-icon {
    max-width: 90%;
  }
}

.right-section-top {
  display: none;
}

.page-tools {
  background-color: #2e2d2e;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: none;
}
@media screen and (min-width: 767.98px) {
  .page-tools {
    display: block;
  }
}
.page-tools ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.page-tools ul li {
  list-style: none;
  margin-right: 1.5rem;
}
.page-tools ul li svg {
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
}
.page-tools ul li svg:hover {
  color: #fbaf17;
}

@media screen and (max-width: 992px) {
  .viewMobile {
    top: 98px;
  }
  .viewMobile .nav {
    width: 100%;
  }
  .copyright-mobile {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0.5rem;
  }
  .copyright-mobile p {
    color: #fff;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .copyright-mobile {
    display: none;
  }
}
footer {
  display: none;
}

.faq .list .list-item:hover, .faq .list .list-item.active {
  color: #fbaf17;
}

.faq .list .list-item {
  display: block;
  padding: 10px 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}

.welcome-to-keen-safety label {
  cursor: default;
}

.welcome-background {
  background-color: #1d65a6;
}

.welcome-header-back {
  position: relative;
}

.welcome-header-back:before {
  content: "";
  height: 20%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

h1.heading {
  font-size: 36px;
}

h1.welcome-text,
h2.homepage-demo-title {
  color: #fff !important;
  text-transform: unset;
  margin-bottom: unset;
}

h1.welcome-text {
  padding: 2em;
}

.hero-image-header {
  display: block;
  max-width: 85%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.sub-header-content {
  padding: 0em 10em;
}

.sub-header {
  font: normal normal bold 24px/1 "Work Sans", sans-serif !important;
  margin: 1em 0em;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.sub-header-body {
  font: normal normal normal 16px/1.4 "Poppins", sans-serif !important;
  margin: 3em 0em;
  display: block;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-demo-content {
  padding: 5em 0em;
}
.homepage-demo-content .container {
  padding-left: 0px;
}

.col-left {
  max-width: 505px;
  width: 40%;
}

.col-right {
  flex: 1;
}

.homepage-demo-img {
  max-width: 100%;
  display: block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.homepage-demo-body {
  color: #fff;
  padding-left: 0px;
}

.demo-body-divider {
  background: #fff;
  height: 2px !important;
}

.demo-grid-icon {
  height: 3.5em;
  width: 3.5em;
}

.grid-title {
  color: #fff;
  margin: 12px 0px;
}

.grid-description {
  color: #fff;
  line-height: 1.8 !important;
}

.homepage-application-content {
  margin: 5em 0em;
}

.homepage-application-mobile {
  max-width: 50%;
}

.home-app-grid-desc {
  line-height: 1.8 !important;
}

.homepage-flexible-content {
  padding: 6em 0em;
}

.swms-laptop {
  height: 500px;
  max-width: unset;
}

.flexible-top-title {
  font-weight: normal !important;
  font-size: 33px !important;
  line-height: 1 !important;
}

.safety-icon {
  font-size: 100px;
  color: #fff;
}

.homepage-flexible-content span {
  line-height: 1.7 !important;
}

.testimonial-content {
  margin: 5em 0em;
}
.testimonial-content iframe {
  width: 100%;
  height: 35vh;
}
.testimonial-content h3 {
  font-weight: normal !important;
  line-height: 1 !important;
  color: #242424 !important;
}
.testimonial-content h1 {
  color: #242424 !important;
}
.testimonial-content span {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
.testimonial-content span.body-text {
  margin: 2em 0em;
}
.testimonial-content-title {
  margin-bottom: 2em !important;
  margin-top: 2em;
}
.testimonial-content .testimonial-list .h3-text {
  font-weight: bold !important;
  color: #1d65a6 !important;
}
.testimonial-content .testimonial-list span {
  display: block;
}
.testimonial-content .testimonial-list-item {
  border: 1px solid #3c77a9;
  overflow: visible;
  position: relative;
  padding: 3em 0.5em 2em;
  border-radius: 4px;
  height: 100%;
}
.testimonial-content .testimonial-list-item .h3-text {
  margin-bottom: 1em;
}
.testimonial-content .testimonial-list-item .user-icon {
  color: #1d65a6;
  background-color: #fff;
  padding: 0.5em;
  border: 3px solid #1d65a6;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -50px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-btn {
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .homepage-application-content .app-row {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1355px) {
  .col-left {
    width: 100%;
    margin: auto;
    margin-bottom: 5em;
  }
  .homepage-demo-img {
    border-radius: 4px;
  }
  .homepage-demo-content .container {
    padding-left: 25px;
  }
  .col-right {
    flex: auto;
  }
  .homepage-flexible-content .safety-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .application-right-col {
    text-align: center !important;
  }
  .app-row .h1-text {
    text-align: center;
  }
  .app-link {
    justify-content: space-around;
  }
  .homepage-application-mobile {
    max-width: 30%;
  }
  .contact-btn {
    margin-left: 0px;
  }
  .testimonial-content span.body-text {
    margin: 0 0 1em 0em;
  }
}
@media screen and (max-width: 767px) {
  .homepage-flexible-content .swms-laptop {
    max-height: 250px;
    height: 100%;
    margin: 0 auto;
    max-width: inherit;
  }
  .testimonial-content {
    padding: 0 24px !important;
    margin: 3em 0em;
  }
  .testimonial-content h3.work-sans {
    margin-top: 10px;
  }
  .testimonial-content h1.work-sans {
    margin-bottom: 10px;
  }
  .testimonial-content .testimonial-list .col-md-4:not(:first-child) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .app-link {
    margin: 0 auto;
  }
  .app-link .col-12 img {
    max-width: 200px;
    width: 100%;
  }
  .flexible-title {
    font-size: 25px !important;
  }
}
.marketing-home__main {
  width: 100%;
  padding-top: 0;
}
.marketing-home__hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 610px;
  overflow: hidden;
  background: hsl(var(--primary));
  isolation: isolate;
}
.marketing-home__hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 86% 48%, rgba(251, 191, 36, 0.2) 0, rgba(251, 191, 36, 0.18) 10%, rgba(251, 191, 36, 0) 26%), linear-gradient(180deg, rgba(31, 41, 55, 0.25) 0%, rgba(31, 41, 55, 0.25) 100%), linear-gradient(90deg, rgba(31, 41, 55, 0.92) 0%, rgba(31, 41, 55, 0.74) 38%, rgba(31, 41, 55, 0.46) 58%, rgba(31, 41, 55, 0.14) 74%, rgba(31, 41, 55, 0) 100%);
}
.marketing-home__hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transform: scaleX(-1);
}
.marketing-home__hero-content {
  display: flex;
  align-items: center;
  z-index: 2;
  width: 100%;
  padding: 5rem 1rem 6rem;
}
.marketing-home__button--hero-secondary {
  min-height: 3.25rem;
  padding: 0.9rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.16);
  font-size: 1rem;
  font-weight: 700;
}
.marketing-home__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 48rem;
  color: hsl(var(--primary-foreground));
  gap: 1.75rem;
}
.marketing-home__hero-copy h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2.1rem, 4.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-transform: none;
}
.marketing-home__hero-copy p {
  max-width: 34rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.9);
}
.marketing-home__hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.875rem;
}
.marketing-home__hero-actions .marketing__button--accent {
  min-height: 3.25rem;
  padding: 0.9rem 1.75rem;
}
.marketing-home__hero-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 1.5rem;
  background: hsl(var(--accent));
}
.marketing-home__screens {
  position: relative;
  overflow: hidden;
}
.marketing-home__screens-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 55%;
  background: linear-gradient(135deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 40%, hsl(211, 70%, 18%) 100%);
}
.marketing-home__screens-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  background: hsl(var(--background));
}
.marketing-home__screens-glow {
  position: absolute;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
}
.marketing-home__screens-glow--primary {
  top: 20%;
  width: 80%;
  height: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(48px);
}
.marketing-home__screens-glow--accent {
  top: 25%;
  width: 50%;
  height: 35%;
  background: rgba(251, 191, 36, 0.15);
  filter: blur(32px);
}
.marketing-home__screens-content {
  position: relative;
  padding: 4rem 1rem 5rem;
}
.marketing-home__section-heading {
  margin-bottom: 2.75rem;
}
.marketing-home__section-heading h2 {
  color: hsl(var(--foreground));
  font-size: clamp(2.25rem, 4.1vw, 3.5rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.marketing-home__section-heading p {
  max-width: 34rem;
  margin-top: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: hsl(var(--muted-foreground));
}
.marketing-home__section-heading--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.marketing-home__section-heading--center p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.marketing-home__screens .marketing-home__section-heading h2,
.marketing-home__screens .marketing-home__section-heading p {
  color: hsl(var(--primary-foreground));
}
.marketing-home__screens .marketing-home__section-heading p {
  color: rgba(255, 255, 255, 0.75);
}
.marketing-home__showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 64rem;
  margin: 0 auto;
  justify-items: center;
}
.marketing-home__showcase-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 140px;
  text-align: center;
  gap: 0.25rem;
}
.marketing-home__showcase-card h3 {
  margin-top: 1.5rem;
  color: hsl(var(--foreground));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.marketing-home__showcase-card p {
  max-width: 13.75rem;
  margin: 0.875rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
  color: hsl(var(--muted-foreground));
}
.marketing-home__showcase-frame {
  width: 100%;
  max-width: 140px;
  margin: 0 auto 1.25rem;
  padding: 0.25rem;
  overflow: hidden;
  background: hsl(var(--foreground));
  border-radius: 1rem;
  box-shadow: 0 25px 50px rgba(17, 24, 39, 0.2);
}
.marketing-home__showcase-screen, .marketing-home__showcase-fill {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.marketing-home__showcase-screen-image, .marketing-home__showcase-fill {
  aspect-ratio: 9/19;
}
.marketing-home__showcase-screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.marketing-home__showcase-fill-image {
  position: absolute;
  top: -8%;
  left: 0;
  width: 116%;
  height: 116%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.marketing-home__center-cta {
  margin-top: 2rem;
  text-align: center;
}
.marketing-home__offer, .marketing-home__before-after {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0;
}
.marketing-home__offer-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 40%, hsl(211, 70%, 18%) 100%);
}
.marketing-home__offer-glow {
  position: absolute;
  border-radius: 999px;
}
.marketing-home__offer-glow--right {
  top: -5rem;
  right: -5rem;
  width: 37.5rem;
  height: 37.5rem;
  background: rgba(251, 191, 36, 0.08);
  filter: blur(100px);
}
.marketing-home__offer-glow--left {
  bottom: -10%;
  left: -5%;
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(255, 255, 255, 0.05);
  filter: blur(80px);
}
.marketing-home__offer-glow--before-after {
  top: -5rem;
  left: -5rem;
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(251, 191, 36, 0.08);
  filter: blur(100px);
}
.marketing-home__offer-content, .marketing-home__before-after-content {
  position: relative;
}
.marketing-home__offer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  max-width: 72rem;
  margin: 0 auto;
}
.marketing-home__offer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 31rem;
  padding-top: 0.25rem;
  color: hsl(var(--primary-foreground));
}
.marketing-home__offer-copy > div {
  display: grid;
  gap: 0.75rem;
}
.marketing-home__offer-copy h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.marketing-home__offer-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.marketing-home__offer-text {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
}
.marketing-home__offer-discount {
  margin: 0;
  color: hsl(var(--accent));
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.marketing-home__offer-cards {
  display: grid;
  gap: 1rem;
}
.marketing-home__offer-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(214, 221, 231, 0.5);
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(12px);
}
.marketing-home__offer-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: hsl(var(--card-foreground));
}
.marketing-home__offer-card p {
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  color: hsl(var(--muted-foreground));
}
.marketing-home__offer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: hsl(var(--primary));
  border-radius: 999px;
  color: hsl(var(--primary-foreground));
}
.marketing-home__offer-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.25;
}
.marketing-home__empower {
  position: relative;
  overflow: hidden;
  background: hsl(var(--background));
}
.marketing-home__empower-shell {
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
.marketing-home__empower-copy {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 3.5rem 1rem;
}
.marketing-home__empower-copy-inner {
  max-width: 36rem;
  margin: 0 auto;
}
.marketing-home__empower-copy-inner h2 {
  color: hsl(var(--foreground));
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.marketing-home__empower-copy-inner > p {
  margin-bottom: 2rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.75;
}
.marketing-home__empower-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: -0.5rem 0 1rem;
}
.marketing-home__empower-pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.72);
  color: hsla(var(--foreground), 0.72);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.marketing-home__empower-pause:hover {
  background: rgba(248, 250, 252, 0.88);
  color: hsl(var(--foreground));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}
.marketing-home__empower-pause svg {
  width: 0.875rem;
  height: 0.875rem;
}
.marketing-home__empower-pause:disabled {
  opacity: 0.72;
}
.marketing-home__empower-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.marketing-home__empower-tab {
  position: relative;
  flex: 1;
  padding: 0.75rem;
  overflow: hidden;
  border: 0;
  border-radius: 0.75rem;
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
  text-align: left;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.marketing-home__empower-tab span {
  position: relative;
  z-index: 1;
}
.marketing-home__empower-tab.is-active.marketing-home__empower-tab--primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.marketing-home__empower-tab.is-active.marketing-home__empower-tab--accent {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.marketing-home__empower-tab.is-active.marketing-home__empower-tab--foreground {
  background: hsl(var(--foreground));
  color: hsl(var(--background));
}
.marketing-home__empower-tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
}
.marketing-home__empower-tab--accent .marketing-home__empower-tab-progress, .marketing-home__empower-tab--foreground .marketing-home__empower-tab-progress {
  background: rgba(255, 255, 255, 0.4);
}
.marketing-home__empower-features {
  display: grid;
  gap: 1rem;
}
.marketing-home__empower-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.marketing-home__empower-feature h3 {
  color: hsl(var(--foreground));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
.marketing-home__empower-feature p {
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  color: hsl(var(--muted-foreground));
}
.marketing-home__empower-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 0.75rem;
  color: hsl(var(--primary));
}
.marketing-home__empower-feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.marketing-home__empower-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(214, 221, 231, 0.5);
}
.marketing-home__empower-cta p {
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
}
.marketing-home__empower-cta > div {
  margin: 1rem 0;
}
.marketing-home__empower-image {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.marketing-home__empower-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketing-home__empower-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.85) 0%, rgba(251, 191, 36, 0.45) 30%, rgba(251, 191, 36, 0) 55%);
}
.marketing-home__empower-image-fade {
  display: none;
}
.marketing-home__comparison-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 2.5rem auto 0;
}
.marketing-home__comparison-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(214, 221, 231, 0.5);
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(12px);
}
.marketing-home__comparison-card--highlight {
  border: 2px solid hsl(var(--primary));
}
.marketing-home__comparison-image-wrap {
  height: 13rem;
  overflow: hidden;
}
.marketing-home__comparison-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketing-home__comparison-body {
  padding: 1.5rem;
}
.marketing-home__comparison-body h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: hsl(var(--card-foreground));
}
.marketing-home__comparison-body ul {
  display: grid;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marketing-home__comparison-body li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.45;
  color: hsl(var(--muted-foreground));
}
.marketing-home__comparison-muted {
  color: hsl(var(--muted-foreground));
  font-weight: 400;
}
.marketing-home__comparison-primary {
  color: hsl(var(--primary));
  font-weight: 400;
}
.marketing-home__dot {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  align-self: center;
  border-radius: 999px;
}
.marketing-home__dot--destructive {
  background: hsl(var(--destructive));
}
.marketing-home__dot--primary {
  background: hsl(var(--primary));
}
.marketing-home__testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
  text-align: center;
}
.marketing-home__testimonial blockquote {
  max-width: 42rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6;
  color: hsl(var(--primary-foreground));
}
.marketing-home__testimonial-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.marketing-home__testimonial-meta img {
  width: 3rem;
  height: 3rem;
  border: 2px solid hsl(var(--accent));
  border-radius: 999px;
  object-fit: cover;
}
.marketing-home__testimonial-meta p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: hsl(var(--primary-foreground));
  text-align: left;
}
.marketing-home__testimonial-meta span {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.marketing-home__contact {
  padding: 3rem 0 4rem;
  background: hsl(var(--background));
}
.marketing-home__before-after .marketing-home__section-heading {
  margin-bottom: 3.5rem;
}
.marketing-home__before-after .marketing-home__section-heading h2 {
  color: hsl(var(--primary-foreground));
}
.marketing-home__before-after .marketing-home__section-heading p {
  color: rgba(255, 255, 255, 0.75);
}
.marketing-home__contact-content {
  max-width: 48rem;
  display: grid;
  gap: 1.25rem;
  padding: 0 1rem;
  text-align: center;
  margin: 0 auto;
}
.marketing-home__contact-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}
.marketing-home__contact-content > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
}
.marketing-home__contact-content form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.marketing-home__contact-content .marketing-home__contact-field {
  display: grid;
  gap: 0.45rem;
  text-align: left;
}
.marketing-home__contact-content .marketing-home__contact-label {
  color: hsl(var(--foreground));
  font-size: 0.95rem;
  font-weight: 600;
}
.marketing-home__contact-content input {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid hsl(var(--border));
  border-radius: 0.375rem;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-size: 1rem;
}
.marketing-home__contact-content input::placeholder {
  color: hsl(var(--muted-foreground));
}
.marketing-home__contact-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.marketing-home__contact-actions .marketing__button--navy,
.marketing-home__contact-actions .marketing__button--navy:visited,
.marketing-home__contact-actions .marketing__button--navy:hover,
.marketing-home__contact-actions .marketing__button--navy:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.marketing-home__contact-message {
  font-size: 1rem;
  line-height: 1.5;
}
.marketing-home__contact-message--success {
  color: #1b6a36;
}
.marketing-home__contact-message--error {
  color: #8c2d20;
}

@media screen and (min-width: 640px) {
  .marketing-home__hero-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
  .marketing-home__contact-actions {
    flex-direction: row;
    justify-content: center;
  }
  .marketing-home__contact-content form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marketing-home__contact-message, .marketing-home__contact-actions {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .marketing-home__hero {
    min-height: 760px;
  }
  .marketing-home__hero-copy h1 {
    margin-bottom: 1.125rem;
    font-size: clamp(3.1rem, 4.4vw, 3.75rem);
    line-height: 1.03;
  }
  .marketing-home__hero-copy p {
    max-width: 33rem;
    font-size: 1.25rem;
    line-height: 1.38;
  }
  .marketing-home__hero-actions {
    gap: 1rem;
    margin-top: 2.125rem;
  }
  .marketing-home__screens-content, .marketing-home__offer, .marketing-home__before-after {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .marketing-home__section-heading {
    margin-bottom: 3.25rem;
  }
  .marketing-home__section-heading h2 {
    font-size: clamp(3rem, 4.4vw, 3.75rem);
  }
  .marketing-home__section-heading p {
    font-size: 1.125rem;
  }
  .marketing-home__showcase-grid {
    gap: 2.5rem;
  }
  .marketing-home__showcase-frame {
    max-width: 100%;
    padding: 0.375rem;
    border-radius: 1.5rem;
  }
  .marketing-home__showcase-screen, .marketing-home__showcase-fill, .marketing-home__showcase-fill-image {
    border-radius: 1.25rem;
  }
  .marketing-home__showcase-card {
    max-width: 220px;
  }
  .marketing-home__showcase-card h3 {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
  .marketing-home__showcase-card p {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
  .marketing-home__offer-copy h2 {
    font-size: 2.25rem;
  }
  .marketing-home__offer-subtitle {
    font-size: 1.25rem;
  }
  .marketing-home__offer-text, .marketing-home__section-heading p {
    font-size: 1.125rem;
  }
  .marketing-home__offer-discount {
    font-size: 1.5rem;
  }
  .marketing-home__comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .marketing-home__comparison-image-wrap {
    height: 16rem;
  }
  .marketing-home__comparison-body {
    padding: 1.5rem;
  }
  .marketing-home__testimonial blockquote {
    font-size: 1.5rem;
  }
  .marketing-home__contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .marketing-home__contact-content h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketing-home__container {
    width: min(1400px, 100% - 4rem);
  }
  .marketing-home__desktop-nav {
    display: flex;
  }
  .marketing-home__mobile-menu {
    display: none;
  }
  .marketing-home__offer-content {
    gap: 3.5rem;
  }
  .marketing-home__empower-shell {
    flex-direction: row;
    min-height: 700px;
  }
  .marketing-home__empower-copy {
    width: 60%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 3rem;
  }
  .marketing-home__empower-copy-inner {
    margin-left: auto;
    margin-right: 0;
  }
  .marketing-home__empower-image {
    width: 40%;
    min-height: auto;
  }
  .marketing-home__empower-image-fade {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, hsl(var(--background)) 0%, rgba(255, 255, 255, 0.6) 5%, rgba(255, 255, 255, 0) 18%);
  }
}
@media screen and (min-width: 1280px) {
  .marketing-home__empower-copy {
    padding-left: 2rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .marketing-home__offer-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .marketing-home__hero-content {
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
  .marketing-home__hero-actions {
    width: 100%;
    flex-direction: column;
  }
  .marketing-home__hero-actions .marketing__button--accent,
  .marketing-home__hero-actions .marketing-home__button--hero-secondary {
    width: 100%;
  }
  .marketing-home__hero-copy {
    max-width: 100%;
    gap: 1.25rem;
  }
  .marketing-home__hero-copy h1 {
    margin-bottom: 0.75rem;
    font-size: clamp(2.4rem, 9vw, 3rem);
    line-height: 1.04;
  }
  .marketing-home__hero-copy p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
  }
  .marketing-home__screens {
    background: hsl(var(--background));
  }
  .marketing-home__screens-top, .marketing-home__screens-glow {
    display: none;
  }
  .marketing-home__screens-bottom {
    height: 100%;
    background: hsl(var(--background));
  }
  .marketing-home__screens-content {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .marketing-home__section-heading {
    margin-bottom: 2rem;
  }
  .marketing-home__section-heading h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
  .marketing-home__section-heading p {
    max-width: 100%;
    font-size: 1rem;
  }
  .marketing-home__screens .marketing-home__section-heading h2,
  .marketing-home__screens .marketing-home__section-heading p {
    color: hsl(var(--foreground));
  }
  .marketing-home__screens .marketing-home__section-heading p {
    color: hsl(var(--muted-foreground));
  }
  .marketing-home__showcase-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .marketing-home__showcase-card {
    max-width: 18rem;
    margin: 0 auto;
  }
  .marketing-home__showcase-card h3 {
    font-size: 1rem;
  }
  .marketing-home__showcase-frame {
    max-width: 170px;
  }
  .marketing-home__offer, .marketing-home__before-after, .marketing-home__contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .marketing-home__offer-copy, .marketing-home__offer-cards, .marketing-home__before-after-content, .marketing-home__contact-content {
    max-width: 100%;
  }
  .marketing-home__offer-card {
    padding: 1rem;
  }
  .marketing-home__empower-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .marketing-home__empower-copy-inner {
    max-width: 100%;
  }
  .marketing-home__empower-copy-inner h2 {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  .marketing-home__empower-tabs {
    flex-wrap: wrap;
  }
  .marketing-home__empower-tab {
    flex: 1 1 100%;
  }
  .marketing-home__empower-image {
    min-height: 240px;
  }
  .marketing-home__comparison-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .marketing-home__comparison-body {
    padding: 1.25rem;
  }
  .marketing-home__testimonial {
    margin-top: 2.5rem;
  }
  .marketing-home__testimonial-meta {
    flex-direction: column;
  }
  .marketing-home__testimonial-meta p,
  .marketing-home__testimonial-meta span {
    text-align: center;
  }
  .marketing-home__contact-content {
    padding: 0;
  }
  .marketing-home__contact-actions {
    width: 100%;
  }
  .marketing-home__contact-actions .marketing__button {
    width: 100%;
  }
}
.marketing {
  --primary: 211 70% 38%;
  --primary-foreground: 0 0% 100%;
  --accent: 39 91% 53%;
  --accent-foreground: 0 0% 10%;
  --background: 0 0% 100%;
  --foreground: 220 20% 14%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 14%;
  --muted: 210 15% 95%;
  --muted-foreground: 215 14% 45%;
  --section-alt: 210 20% 97%;
  --destructive: 0 84% 60%;
  --border: 214 20% 90%;
  --hero-foreground: 0 0% 100%;
  --highlight: 39 91% 53%;
  --navy: 220 30% 16%;
  min-height: 100vh;
  width: 100%;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
.marketing *,
.marketing *::before,
.marketing *::after {
  box-sizing: border-box;
}
.marketing h1,
.marketing h2,
.marketing h3,
.marketing h4,
.marketing h5,
.marketing h6 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.marketing p {
  margin: 0;
}
.marketing a {
  color: inherit;
  text-decoration: none;
}
.marketing a:focus,
.marketing button:focus,
.marketing input:focus,
.marketing textarea:focus,
.marketing summary:focus {
  outline: none;
}
.marketing a:not(.marketing__button):focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.18rem;
  text-underline-offset: 0.22rem;
}
.marketing__skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 30;
  padding: 0.85rem 1.1rem;
  border-radius: 0.85rem;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.marketing__skip-link:focus-visible {
  transform: translateY(0);
}
.marketing__content:focus {
  outline: none;
}
.marketing__content:focus-visible {
  outline: none;
}
.marketing :where(.marketing__button,
.marketing__mobile-menu,
.marketing__mobile-panel-close,
.marketing__skip-link,
button,
input,
textarea,
summary):focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.96), 0 0 0 6px rgba(251, 191, 36, 0.72);
}
.marketing img {
  display: block;
  max-width: 100%;
}
.marketing__container {
  width: min(1400px, 100% - 4rem);
  margin: 0 auto;
}
.marketing__header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 40%, hsl(211, 70%, 18%) 100%);
}
.marketing__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 5rem;
  padding: 0 2rem;
}
.marketing__brand-logo {
  width: auto;
  height: 3rem;
}
.marketing__brand-logo--invert {
  filter: brightness(0) invert(1);
}
.marketing__desktop-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
.marketing__desktop-nav > a {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease, opacity 0.2s ease;
}
.marketing__desktop-nav > a:hover {
  color: #fff;
}
.marketing__desktop-nav > a.marketing__button {
  font-weight: 700 !important;
}
.marketing__mobile-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: hsl(var(--primary-foreground));
  padding: 0;
  cursor: pointer;
}
.marketing__mobile-menu svg {
  width: 1.5rem;
  height: 1.5rem;
}
.marketing__mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 19;
  border: 0;
  background: rgba(15, 23, 42, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, background 0.25s ease;
}
.marketing__mobile-overlay--open {
  background: rgba(15, 23, 42, 0.48);
  opacity: 1;
  pointer-events: auto;
}
.marketing__mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: min(24rem, 100vw - 2rem);
  padding: 1.25rem 1.5rem 1.5rem;
  background: linear-gradient(180deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 100%);
  box-shadow: -24px 0 48px rgba(15, 23, 42, 0.3);
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.marketing__mobile-panel--open {
  transform: translateX(0);
}
.marketing__mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.marketing__mobile-panel-brand {
  display: inline-flex;
  align-items: center;
}
.marketing__mobile-panel-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: hsl(var(--primary-foreground));
  cursor: pointer;
}
.marketing__mobile-panel-close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.marketing__mobile-panel-inner {
  display: grid;
  gap: 0.875rem;
  padding: 1.25rem 0 0;
}
.marketing__mobile-panel-inner > a:not(.marketing__button) {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
.marketing__mobile-panel-inner > a.marketing__button {
  font-weight: 700 !important;
}
.marketing__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.75rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  cursor: pointer;
}
.marketing__button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.marketing__button:disabled {
  cursor: default;
  opacity: 0.7;
  transform: none;
}
.marketing__button--accent {
  padding: 0.75rem 1.5rem;
  background: hsl(var(--accent));
  color: #111 !important;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.16);
  font-size: 1rem;
  font-weight: 700;
}
.marketing__button--accent:visited, .marketing__button--accent:hover, .marketing__button--accent:focus, .marketing__button--accent:active {
  color: #111 !important;
  -webkit-text-fill-color: #111;
}
.marketing__button--header-accent {
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.375rem;
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1;
}
.marketing__button--header-accent:visited, .marketing__button--header-accent:hover, .marketing__button--header-accent:focus, .marketing__button--header-accent:active {
  color: hsl(var(--accent-foreground));
  -webkit-text-fill-color: hsl(var(--accent-foreground));
}
.marketing__button--primary {
  min-height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 0.375rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 1rem;
  font-weight: 700;
}
.marketing__button--navy {
  min-height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 0.375rem;
  background: hsl(var(--navy));
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.marketing__button--footer {
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 0.375rem;
  background: hsl(var(--highlight));
  color: hsl(var(--accent-foreground));
  font-size: 1rem;
  font-weight: 600;
}
.marketing__button--header-outline {
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.375rem;
  background: transparent;
  color: hsl(var(--primary-foreground));
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1;
}
.marketing__button--header-outline:visited, .marketing__button--header-outline:hover, .marketing__button--header-outline:focus, .marketing__button--header-outline:active {
  color: hsl(var(--primary-foreground)) !important;
  -webkit-text-fill-color: hsl(var(--primary-foreground));
}
.marketing__footer {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: auto;
  padding: 2.5rem 0;
  background: hsl(var(--navy));
  color: hsl(var(--hero-foreground));
}
.marketing__footer-content {
  padding: 0;
}
.marketing__footer-top {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
.marketing__footer-brand p {
  max-width: 18rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.marketing__footer-column h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--hero-foreground));
  text-transform: none;
}
.marketing__footer-links {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
.marketing__footer-links a:hover {
  color: hsl(var(--hero-foreground));
}
.marketing__footer-copy {
  max-width: 18rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}
.marketing__footer-highlight {
  font-size: 1rem;
  color: hsl(var(--highlight)) !important;
}
.marketing__footer-highlight:visited, .marketing__footer-highlight:hover, .marketing__footer-highlight:focus, .marketing__footer-highlight:active {
  color: hsl(var(--highlight)) !important;
  -webkit-text-fill-color: hsl(var(--highlight));
}
.marketing__footer-highlight:hover {
  text-decoration: underline;
}
.marketing__footer-bottom {
  padding-top: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.marketing__footer-bottom p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}
.marketing__footer-bottom a {
  white-space: nowrap;
}
.marketing__footer-bottom a:hover {
  color: hsl(var(--hero-foreground));
}
.marketing__footer-bottom-copy, .marketing__footer-bottom-links {
  display: inline;
}

html {
  scroll-behavior: smooth;
}

.marketing {
  display: flex;
  flex-direction: column;
}

.marketing .marketing-page {
  display: flex;
  flex-direction: column;
}
.marketing .marketing-page .marketing-page__main {
  flex: 1;
  background: hsl(var(--background));
}
.marketing .marketing-page .marketing-page__hero {
  padding: 3rem 0;
  background: linear-gradient(135deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 40%, hsl(211, 70%, 18%) 100%);
}
.marketing .marketing-page .marketing-page__hero-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
.marketing .marketing-page .marketing-page__hero-inner h1 {
  color: hsl(var(--primary-foreground));
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: none;
}
.marketing .marketing-page .marketing-page__section {
  padding: 4rem 0;
}
.marketing .marketing-page .marketing-page__section-inner {
  width: min(1024px, 100% - 4rem);
  margin: 0 auto;
}
.marketing .marketing-page .marketing-page__section-inner--wide {
  width: min(1120px, 100% - 4rem);
}
.marketing .marketing-page .marketing-page__section-inner--content {
  width: min(896px, 100% - 4rem);
}
.marketing .marketing-page .marketing-page__narrow {
  width: min(1120px, 100% - 4rem);
  margin: 0 auto;
}
.marketing .marketing-page .marketing-page__narrow--content {
  width: min(896px, 100% - 4rem);
}
.marketing .marketing-page .marketing-page__image-card {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.marketing .marketing-page .marketing-page__section-title {
  margin-bottom: 1.75rem;
  color: hsl(var(--foreground));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}
.marketing .marketing-page .marketing-page__cards {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}
.marketing .marketing-page .marketing-page__info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 0.75rem;
}
.marketing .marketing-page .marketing-page__info-card p {
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.75;
}
.marketing .marketing-page .marketing-page__card-title {
  color: hsl(var(--foreground));
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.marketing .marketing-page .marketing-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: hsl(var(--primary));
}
.marketing .marketing-page .marketing-page__icon svg {
  width: 2rem;
  height: 2rem;
}
.marketing .marketing-page .marketing-page__steps {
  display: grid;
  gap: 1rem;
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.marketing .marketing-page .marketing-page__step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.marketing .marketing-page .marketing-page__step p {
  padding-top: 0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.75;
}
.marketing .marketing-page .marketing-page__step a {
  color: hsl(var(--primary));
  font-weight: 700;
}
.marketing .marketing-page .marketing-page__step a:hover {
  text-decoration: underline;
}
.marketing .marketing-page .marketing-page__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.marketing .marketing-page .marketing-page__center-cta {
  text-align: center;
}
.marketing .marketing-page .marketing-page__intro {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.6;
}
.marketing .marketing-page .marketing-page__content-grid, .marketing .marketing-page .marketing-page__login-grid {
  display: grid;
  gap: 2rem;
  width: 100%;
}
.marketing .marketing-page .marketing-page__form-panel {
  width: 100%;
}
.marketing .marketing-page .marketing-page__form-panel--login {
  max-width: 32rem;
}
.marketing .marketing-page .marketing-page__form {
  display: grid;
  gap: 1.125rem;
}
.marketing .marketing-page .marketing-page__copy-stack {
  display: grid;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.7;
}
.marketing .marketing-page .marketing-page__list {
  margin: 0;
  padding-left: 1.25rem;
  color: hsl(var(--foreground));
}
.marketing .marketing-page .marketing-page__list li + li {
  margin-top: 0.375rem;
}
.marketing .marketing-page .marketing-page__field {
  display: grid;
  gap: 0.375rem;
}
.marketing .marketing-page .marketing-page__field--business-address .custom-address,
.marketing .marketing-page .marketing-page__field--business-address .custom-autocomplete {
  width: 100%;
}
.marketing .marketing-page .marketing-page__field--business-address .custom-autocomplete .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}
.marketing .marketing-page .marketing-page__field--business-address .custom-autocomplete .input-group > .form-control {
  flex: 1 1 auto !important;
  width: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
}
.marketing .marketing-page .marketing-page__field--business-address .custom-autocomplete .input-group > .input-group-text {
  flex: 0 0 auto;
  margin-left: 0 !important;
}
.marketing .marketing-page .marketing-page__label {
  color: hsl(var(--foreground));
  font-size: 1rem;
  font-weight: 500;
}
.marketing .marketing-page .marketing-page__input, .marketing .marketing-page .marketing-page__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid hsl(var(--border));
  border-radius: 0.5rem;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.marketing .marketing-page .marketing-page__input::placeholder, .marketing .marketing-page .marketing-page__textarea::placeholder {
  color: hsl(var(--muted-foreground));
}
.marketing .marketing-page .marketing-page__input:focus-visible, .marketing .marketing-page .marketing-page__textarea:focus-visible {
  border-color: hsl(var(--primary));
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.96), 0 0 0 6px rgba(251, 191, 36, 0.42);
}
.marketing .marketing-page .marketing-page__textarea {
  min-height: 9rem;
  resize: vertical;
}
.marketing .marketing-page .marketing-page__error {
  color: #8c2d20;
  font-size: 1rem;
  line-height: 1.5;
}
.marketing .marketing-page .marketing-page__feedback {
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.5;
}
.marketing .marketing-page .marketing-page__feedback--success {
  color: #1b6a36;
}
.marketing .marketing-page .marketing-page__feedback--error {
  color: #8c2d20;
}
.marketing .marketing-page .marketing-page__full-button {
  width: 100%;
  min-height: 2.75rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.marketing .marketing-page .marketing-page__sidebar, .marketing .marketing-page .marketing-page__cta-card {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, hsl(211, 60%, 28%) 0%, hsl(var(--primary)) 100%);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.16);
}
.marketing .marketing-page .marketing-page__sidebar-title, .marketing .marketing-page .marketing-page__cta-title {
  margin-bottom: 1.5rem;
  color: hsl(var(--primary-foreground));
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
}
.marketing .marketing-page .marketing-page__sidebar-items {
  display: grid;
  gap: 1.25rem;
}
.marketing .marketing-page .marketing-page__sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
}
.marketing .marketing-page .marketing-page__sidebar-item a:hover {
  color: #fff;
}
.marketing .marketing-page .marketing-page__sidebar-price {
  display: grid;
  gap: 0.2rem;
}
.marketing .marketing-page .marketing-page__sidebar-price-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.marketing .marketing-page .marketing-page__sidebar-price-trial {
  font-size: 1rem;
  line-height: 1.35;
}
.marketing .marketing-page .marketing-page__sidebar-price-free {
  color: hsl(var(--accent));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
.marketing .marketing-page .marketing-page__sidebar-price-copy, .marketing .marketing-page .marketing-page__sidebar-price-suffix {
  color: rgba(255, 255, 255, 0.72);
}
.marketing .marketing-page .marketing-page__sidebar-price-value {
  color: hsl(var(--primary-foreground));
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.1;
}
.marketing .marketing-page .marketing-page__sidebar-price-suffix {
  margin-left: 0.3rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.marketing .marketing-page .marketing-page__sidebar-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.marketing .marketing-page .marketing-page__sidebar-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.marketing .marketing-page .marketing-page__login-meta {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 0.25rem;
}
.marketing .marketing-page .marketing-page__login-meta-top {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.marketing .marketing-page .marketing-page__checkbox-row {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  cursor: pointer;
}
.marketing .marketing-page .marketing-page__checkbox-row input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.marketing .marketing-page .marketing-page__aux-link, .marketing .marketing-page .marketing-page__delete-link {
  color: hsl(var(--primary));
  font-size: 1rem;
}
.marketing .marketing-page .marketing-page__aux-link:hover, .marketing .marketing-page .marketing-page__delete-link:hover {
  text-decoration: underline;
}
.marketing .marketing-page .marketing-page__delete-link {
  color: #b42318;
}
.marketing .marketing-page .marketing-page__cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
}
.marketing .marketing-page .marketing-page__cta-icon {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.marketing .marketing-page .marketing-page__cta-icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.marketing .marketing-page .marketing-page__cta-copy {
  max-width: 18rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}
.marketing .marketing-page .marketing-page__outline-button {
  min-width: 10rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: hsl(var(--primary-foreground));
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: background 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.marketing .marketing-page .marketing-page__outline-button:hover {
  background: rgba(255, 255, 255, 0.16);
}
.marketing .marketing-page .marketing-page__split-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.marketing .marketing-page .marketing-page__step-progress {
  margin-bottom: 2rem;
}
.marketing .marketing-page .marketing-page__checkbox-stack {
  display: grid;
  gap: 1rem;
  margin: 0.5rem 0 0;
}
.marketing .marketing-page .marketing-page__checkbox-inline {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.6;
  cursor: pointer;
}
.marketing .marketing-page .marketing-page__checkbox-inline input {
  width: 1rem;
  height: 1rem;
  margin: 0.25rem 0 0;
}
.marketing .marketing-page .marketing-page__checkbox-inline a {
  color: hsl(var(--primary));
}
.marketing .marketing-page .marketing-page__checkbox-inline a:hover {
  text-decoration: underline;
}
.marketing .marketing-page .marketing-page__step-copy {
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.7;
}
.marketing .marketing-page .marketing-page__status-card {
  width: min(48rem, 100% - 4rem);
  margin: 0 auto;
  padding: 3rem;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--card));
  text-align: center;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}
.marketing .marketing-page .marketing-page__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  border-radius: 999px;
  background: hsl(var(--section-alt));
  color: hsl(var(--primary));
}
.marketing .marketing-page .marketing-page__status-icon svg,
.marketing .marketing-page .marketing-page__status-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.marketing .marketing-page .marketing-page__status-icon--success {
  color: #1b6a36;
  background: rgba(27, 106, 54, 0.12);
}
.marketing .marketing-page .marketing-page__status-icon--error {
  color: #b42318;
  background: rgba(180, 35, 24, 0.12);
}
.marketing .marketing-page .marketing-page__status-title {
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
.marketing .marketing-page .marketing-page__status-title--error {
  color: #b42318;
}
.marketing .marketing-page .marketing-page__status-copy {
  max-width: 36rem;
  margin: 0 auto;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.7;
}
.marketing .marketing-page .marketing-page__status-copy > * + * {
  margin-top: 0.9rem;
}
.marketing .marketing-page .marketing-page__status-strong {
  color: hsl(var(--foreground));
  font-weight: 700;
}
.marketing .marketing-page .marketing-page__status-strong--error {
  color: #b42318;
}
.marketing .marketing-page .marketing-page__form-panel .form-control,
.marketing .marketing-page .marketing-page__form-panel .form-select,
.marketing .marketing-page .marketing-page__form-panel .input-group-text {
  border-radius: 0.5rem !important;
  font-size: 1rem;
}
.marketing .marketing-page .marketing-page__form-panel .form-control,
.marketing .marketing-page .marketing-page__form-panel .form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.marketing .marketing-page .marketing-page__form-panel .form-control::placeholder,
.marketing .marketing-page .marketing-page__form-panel .form-select::placeholder {
  color: hsl(var(--muted-foreground));
}
.marketing .marketing-page .marketing-page__form-panel .form-control:focus,
.marketing .marketing-page .marketing-page__form-panel .form-select:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.marketing .marketing-page .marketing-page__form-panel .form-label {
  color: hsl(var(--foreground));
  font-size: 1rem;
  font-weight: 500;
}
.marketing .marketing-page .marketing-page__form-panel .input-group {
  position: relative;
}
.marketing .marketing-page .marketing-page__form-panel .input-group-text {
  border: 1px solid hsl(var(--border));
  background: transparent;
  color: hsl(var(--muted-foreground));
}
.marketing .marketing-page .marketing-page__form-panel .custom-autocomplete .input-group {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}
.marketing .marketing-page .marketing-page__form-panel .custom-autocomplete .input-group > .form-control {
  width: auto !important;
  min-width: 0;
  flex: 1 1 0 !important;
}
.marketing .marketing-page .marketing-page__form-panel .custom-autocomplete .input-group > .input-group-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 0 !important;
  border-left-width: 1px !important;
}
.marketing .marketing-page .marketing-page__form-panel .custom-autocomplete .input-group > .invalid-feedback {
  flex: 0 0 100%;
  width: 100%;
}
.marketing .marketing-page .marketing-page__form-panel .form-check-input {
  width: 1rem;
  height: 1rem;
}
.marketing .marketing-page .marketing-page__form-panel .invalid-feedback {
  display: block;
  color: #8c2d20;
  font-size: 1rem;
  line-height: 1.5;
}
.marketing .marketing-page .marketing-page__strong {
  color: hsl(var(--foreground));
  font-weight: 600;
}
.marketing .marketing-page .marketing-page__legal {
  color: hsl(var(--foreground));
}
.marketing .marketing-page .marketing-page__legal > * + * {
  margin-top: 1.5rem;
}
.marketing .marketing-page .marketing-page__legal h2,
.marketing .marketing-page .marketing-page__legal h3,
.marketing .marketing-page .marketing-page__legal h4,
.marketing .marketing-page .marketing-page__legal h5,
.marketing .marketing-page .marketing-page__legal h6 {
  color: hsl(var(--foreground));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.marketing .marketing-page .marketing-page__legal h2,
.marketing .marketing-page .marketing-page__legal h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}
.marketing .marketing-page .marketing-page__legal h6 {
  font-size: 1.125rem;
  line-height: 1.4;
}
.marketing .marketing-page .marketing-page__legal p,
.marketing .marketing-page .marketing-page__legal li {
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.8;
}
.marketing .marketing-page .marketing-page__legal a {
  color: hsl(var(--primary));
}
.marketing .marketing-page .marketing-page__legal a:hover {
  text-decoration: underline;
}
.marketing .marketing-page .marketing-page__legal ul,
.marketing .marketing-page .marketing-page__legal ol {
  margin: 0;
  padding-left: 1.5rem;
}
.marketing .marketing-page .marketing-page__legal ul li + li,
.marketing .marketing-page .marketing-page__legal ol li + li {
  margin-top: 0.625rem;
}
.marketing .marketing-page .marketing-page__legal section {
  scroll-margin-top: 7rem;
}
.marketing .marketing-page .marketing-page__legal section + section {
  margin-top: 2rem;
}
.marketing .marketing-page .marketing-page__legal-intro {
  max-width: 48rem;
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.8;
}
.marketing .marketing-page .marketing-page__legal-links {
  display: grid;
  gap: 0.875rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.marketing .marketing-page .marketing-page__legal-link a {
  display: inline-flex;
  align-items: center;
  color: hsl(var(--primary));
  font-size: 1rem;
  font-weight: 700;
}
.marketing .marketing-page.marketing-page--getting-started .marketing-page__image-card {
  max-width: 42rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}
.marketing .marketing-page.marketing-page--getting-started .marketing-page__image-card img {
  display: block;
  width: 100%;
  height: auto;
}
.marketing .marketing-page.marketing-page--getting-started .marketing-page__cards {
  margin-bottom: 4rem;
}
.marketing .marketing-page.marketing-page--getting-started .marketing-page__info-card {
  box-shadow: none;
}
.marketing .marketing-page.marketing-page--contact .marketing-page__form {
  max-width: none;
}
.marketing .marketing-page.marketing-page--delete-account .marketing-page__form {
  max-width: none;
}
.marketing .marketing-page.marketing-page--login .marketing-page__form {
  max-width: 28rem;
}
.marketing .marketing-page.marketing-page--login .marketing-page__cta-title {
  margin-bottom: 0.5rem;
}
.marketing .marketing-page.marketing-page--login .marketing-page__cta-copy {
  margin-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .marketing,
  .marketing * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media screen and (max-width: 767px) {
  .marketing .marketing-page .marketing-page__split-fields {
    grid-template-columns: 1fr;
  }
  .marketing .marketing-page .marketing-page__status-card {
    width: min(100%, 100% - 4rem);
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .marketing .marketing-page .marketing-page__hero {
    padding: 3.75rem 0;
  }
  .marketing .marketing-page .marketing-page__hero-inner h1 {
    font-size: 2.25rem;
  }
  .marketing .marketing-page .marketing-page__section-title {
    font-size: 1.5rem;
  }
  .marketing .marketing-page .marketing-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marketing .marketing-page .marketing-page__content-grid, .marketing .marketing-page .marketing-page__login-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 2.5rem;
  }
  .marketing .marketing-page .marketing-page__login-meta-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .marketing__footer-bottom-copy, .marketing__footer-bottom-links {
    display: block;
  }
  .marketing__footer-bottom-links {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .marketing__desktop-nav {
    display: flex;
  }
  .marketing__mobile-menu {
    display: none;
  }
  .marketing__mobile-overlay, .marketing__mobile-panel {
    display: none;
  }
  .marketing .marketing-page .marketing-page__hero {
    padding: 4rem 0;
  }
  .marketing .marketing-page .marketing-page__hero-inner h1 {
    font-size: 2.5rem;
  }
  .marketing .marketing-page .marketing-page__section {
    padding: 5rem 0;
  }
  .marketing .marketing-page .marketing-page__sidebar, .marketing .marketing-page .marketing-page__cta-card {
    padding: 2.5rem;
  }
  .marketing .marketing-page .marketing-page__section-title {
    font-size: 1.5rem;
  }
  .marketing__footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
    align-items: start;
  }
}
.pricing {
  background: hsl(var(--background));
}
.pricing__optional .marketing__container, .pricing__checkout-band .marketing__container {
  max-width: 74rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pricing__hero {
  background: hsl(var(--section-alt));
  padding: 3rem 0;
}
.pricing__hero-inner {
  text-align: center;
  max-width: 42rem;
}
.pricing__hero-inner h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.1rem, 3.6vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: hsl(var(--foreground)) !important;
  -webkit-text-fill-color: hsl(var(--foreground));
  text-transform: none;
}
.pricing__hero-inner > p {
  max-width: 38rem;
  margin: 0.75rem auto 0;
  font-size: 1rem;
  line-height: 1.75;
  color: hsl(var(--muted-foreground));
}
.pricing__hero-summary {
  margin-top: 0.75rem !important;
  font-size: 1rem !important;
  color: hsl(var(--muted-foreground)) !important;
}
.pricing__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--primary));
}
.pricing__hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pricing__hero-meta span {
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}
.pricing__swms-banner {
  padding: 4rem 0;
  background: linear-gradient(135deg, hsl(var(--navy)) 0%, hsl(var(--navy)) 60%, hsl(210, 60%, 25%) 100%);
}
.pricing__swms-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.pricing__swms-image-wrap {
  width: 12rem;
  flex-shrink: 0;
}
.pricing__swms-image {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
.pricing__swms-copy {
  flex: 1 1 auto;
  color: #fff;
  width: 100%;
}
.pricing__swms-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.pricing__swms-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: none;
}
.pricing__swms-heading h2 > span {
  color: hsl(var(--accent));
  letter-spacing: 0.02em;
}
.pricing__swms-heading p {
  margin: 0.25rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.pricing__swms-price {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: left;
}
.pricing__swms-price-strike {
  display: block;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
  color: hsl(var(--hero-foreground)/0.4);
}
.pricing__swms-price strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.25rem, 4.4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: hsl(var(--accent));
}
.pricing__swms-price > span:not(.pricing__swms-price-strike) {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.pricing__swms-list {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.7rem;
  padding: 0;
  list-style: none;
}
.pricing__swms-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.pricing__swms-list-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  color: hsl(var(--accent));
}
.pricing__swms-list-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.pricing__swms-list-text strong {
  color: #fff;
}
.pricing__swms-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.875rem 2rem;
  border: 0;
  border-radius: 0.5rem;
  background: hsl(39, 91%, 53%);
  color: hsl(0, 0%, 10%);
  -webkit-text-fill-color: hsl(0, 0%, 10%);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
.pricing__swms-button:hover {
  background: hsla(39, 91%, 53%, 0.9);
  color: hsl(0, 0%, 10%);
  -webkit-text-fill-color: hsl(0, 0%, 10%);
  opacity: 0.94;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(255, 183, 77, 0.22);
}
.pricing__swms-button:visited, .pricing__swms-button:focus, .pricing__swms-button:active {
  color: hsl(0, 0%, 10%);
  -webkit-text-fill-color: hsl(0, 0%, 10%);
}
.pricing__swms-button svg,
.pricing__swms-button path {
  color: hsl(0, 0%, 10%);
  fill: currentColor;
}
.pricing__builder-intro {
  padding: 0.8rem 0 1.35rem;
}
.pricing__builder-copy {
  max-width: 40rem;
  text-align: center;
  margin: 0 auto;
}
.pricing__builder-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: hsl(var(--foreground));
  text-transform: none;
}
.pricing__builder-copy p {
  margin: 0.85rem 0 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}
.pricing__builder {
  padding-bottom: 4.5rem;
}
.pricing__builder-frame {
  padding: 0.25rem 0 0;
}
.pricing__step-section {
  background: hsl(var(--background));
  padding: 4.5rem 0;
}
.pricing__step-section--alt {
  background: hsl(var(--section-alt));
}
.pricing__section-note {
  display: block;
  margin-top: 0.65rem;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
}
.pricing .collapse-border-start {
  margin-bottom: 1rem;
}
.pricing .collapse-border-start > button {
  border: 0;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  color: hsl(var(--foreground));
}
.pricing .collapse-border-start > button.primary-btn {
  background: hsl(var(--navy));
  color: #fff;
}
.pricing .arrow-down {
  color: inherit;
}
.pricing .pricing-card {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 0.75rem !important;
  box-shadow: none;
  padding: 1.5rem !important;
  background: hsl(var(--card)) !important;
  color: hsl(var(--foreground)) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pricing .pricing-card--highlight {
  border-color: rgba(15, 23, 42, 0.08) !important;
  box-shadow: none;
  outline: 0;
}
.pricing .pricing-card--selected {
  border-color: rgba(18, 76, 140, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(18, 76, 140, 0.16);
}
.pricing .pricing-card--included {
  border-color: rgba(31, 96, 164, 0.18) !important;
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%) !important;
}
.pricing .pricing-card__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  background: hsl(var(--primary));
  color: #fff;
  border: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  z-index: 2;
}
.pricing .pricing-card.white-bg {
  background: hsl(var(--card)) !important;
  color: hsl(var(--foreground)) !important;
}
.pricing .pricing-card.primary-bg {
  background: linear-gradient(180deg, hsl(var(--navy)) 0%, #183455 100%) !important;
  color: #fff !important;
}
.pricing .pricing-card.primary-bg .pricing-card__subtitle,
.pricing .pricing-card.primary-bg .pricing-card__eyebrow,
.pricing .pricing-card.primary-bg .pricing-card__toggle,
.pricing .pricing-card.primary-bg p,
.pricing .pricing-card.primary-bg li {
  color: rgba(255, 255, 255, 0.82);
}
.pricing .pricing-card__image-wrap {
  padding: 0 !important;
  margin-bottom: 1.1rem;
}
.pricing .pricing-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem !important;
}
.pricing .pricing-card__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}
.pricing .pricing-card__subtitle {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-card p,
.pricing .pricing-card li,
.pricing .pricing-card span,
.pricing .pricing-card .body-text {
  font-size: 1rem;
  line-height: 1.6;
}
.pricing .pricing-card--organisation .pricing-card__title {
  margin-bottom: 0;
  color: hsl(var(--foreground));
  text-align: left;
}
.pricing .pricing-card--organisation .flex-grow-1 > .py-2:first-child {
  padding-top: 0.9rem !important;
  padding-bottom: 0.95rem !important;
}
.pricing .pricing-card--organisation .flex-grow-1 > .py-2:first-child > span,
.pricing .pricing-card__section-label {
  margin-bottom: 0.65rem !important;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  letter-spacing: normal;
  text-transform: none;
}
.pricing .pricing-card--organisation .flex-grow-1 > .py-2:first-child .d-flex {
  gap: 0.55rem !important;
  margin-bottom: 0.45rem !important;
  align-items: flex-start;
}
.pricing .pricing-card--organisation .flex-grow-1 > .py-2:first-child .d-flex:last-child {
  margin-bottom: 0 !important;
}
.pricing .pricing-card--organisation .flex-grow-1 > .py-2:first-child .svg-inline--fa {
  margin-top: 0.3rem !important;
}
.pricing .pricing-card__org-copy {
  padding-top: 0.1rem;
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-card__org-copy p {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.45;
}
.pricing .pricing-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.95rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: hsl(var(--primary));
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
.pricing .pricing-card__toggle-icon {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}
.pricing .pricing-card__toggle-icon--open {
  transform: rotate(180deg);
}
.pricing .pricing-card__expanded {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.pricing .pricing-card__eyebrow {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--primary));
}
.pricing .pricing-card__price-strike {
  margin-right: 0.5rem;
  text-decoration: line-through;
  opacity: 0.45;
}
.pricing .pricing-card__price-suffix {
  margin-left: 0.35rem;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.8;
}
.pricing .pricing-card__check {
  color: hsl(var(--primary));
  font-size: 0.95rem;
  opacity: 0.9;
}
.pricing .pricing-card__feature-label {
  font-weight: 500;
}
.pricing .pricing-card__button,
.pricing .pricing-card .btn,
.pricing .pricing-checkout__button {
  min-height: 2.75rem;
  border-radius: 0.85rem !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1rem;
}
.pricing .pricing-card__button:focus-visible,
.pricing .pricing-card .btn:focus-visible,
.pricing .pricing-card__toggle:focus-visible,
.pricing .pricing-checkout__button:focus-visible,
.pricing .pricing__faq-item summary:focus-visible {
  outline: none;
  border-color: hsl(var(--accent)) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.96), 0 0 0 6px rgba(251, 191, 36, 0.72) !important;
}
.pricing .pricing-card__footer {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
.pricing .pricing-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.25rem;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.pricing .pricing-card__button--accent {
  background: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.pricing .pricing-card__button--accent:hover, .pricing .pricing-card__button--accent:focus, .pricing .pricing-card__button--accent:active, .pricing .pricing-card__button--accent:visited {
  background: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
  -webkit-text-fill-color: hsl(var(--accent-foreground));
  opacity: 0.94;
}
.pricing .pricing-card__button--primary,
.pricing .pricing-card__button--selected {
  background: hsl(var(--primary)) !important;
  color: #fff !important;
}
.pricing .pricing-card__button--primary:hover, .pricing .pricing-card__button--primary:focus, .pricing .pricing-card__button--primary:active, .pricing .pricing-card__button--primary:visited,
.pricing .pricing-card__button--selected:hover,
.pricing .pricing-card__button--selected:focus,
.pricing .pricing-card__button--selected:active,
.pricing .pricing-card__button--selected:visited {
  background: hsl(var(--primary)) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  opacity: 0.94;
}
.pricing .pricing-card__button--included {
  border-color: rgba(15, 23, 42, 0.12) !important;
  background: rgba(15, 23, 42, 0.04) !important;
  color: hsl(var(--foreground)) !important;
}
.pricing .pricing-card__button--included:hover, .pricing .pricing-card__button--included:focus, .pricing .pricing-card__button--included:active, .pricing .pricing-card__button--included:visited {
  color: hsl(var(--foreground)) !important;
  -webkit-text-fill-color: hsl(var(--foreground));
}
.pricing .pricing-card__counter .btn {
  min-width: 2.9rem;
  border-radius: 0.75rem !important;
}
.pricing .pricing-card__counter .border {
  border-radius: 0.75rem !important;
  background: #fff;
}
.pricing .pricing-card__counter-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  background: rgb(248, 250, 252) !important;
  color: hsl(var(--foreground)) !important;
}
.pricing .pricing-card__counter-button:hover, .pricing .pricing-card__counter-button:focus, .pricing .pricing-card__counter-button:active {
  color: hsl(var(--foreground)) !important;
  -webkit-text-fill-color: hsl(var(--foreground));
}
.pricing .pricing-card__counter-button--add {
  background: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: #fff !important;
}
.pricing .pricing-card__counter-button--add:hover, .pricing .pricing-card__counter-button--add:focus, .pricing .pricing-card__counter-button--add:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.pricing .pricing-card__counter-value {
  background: #fff !important;
}
.pricing .pricing__enterprise-card {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  background: hsl(var(--card));
  box-shadow: none;
}
.pricing__enterprise-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.95rem;
  border-radius: 0.85rem;
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
  font-weight: 700;
  font-size: 1rem;
}
.pricing .pricing-checkout {
  background: transparent !important;
  box-shadow: none !important;
}
.pricing .pricing-checkout__inner {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pricing__checkout-band {
  padding-top: 1.25rem;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.pricing__checkout-band--bottom {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.pricing__checkout-fade {
  padding: 2.4rem 0 1.8rem;
  text-align: center;
  background: linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--section-alt)) 100%);
}
.pricing__continue-link {
  border: 0;
  background: transparent;
  color: hsl(var(--primary));
  font-weight: 700;
  font-size: 1rem;
}
.pricing .pricing-checkout__summary-label {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-checkout__summary-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  line-height: 1.1;
}
.pricing .pricing-checkout__summary-trial {
  margin-top: 0.3rem;
  margin-bottom: 0.15rem !important;
  font-size: 1rem;
  line-height: 1.35;
}
.pricing .pricing-checkout__summary-trial-free {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: hsl(var(--primary));
}
.pricing .pricing-checkout__summary-trial-copy {
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-checkout__summary-suffix {
  margin-left: 0.3rem;
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-checkout__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.6rem !important;
  text-decoration: none;
}
.pricing .pricing-checkout__button--secondary {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.pricing .pricing-checkout__button--secondary:hover, .pricing .pricing-checkout__button--secondary:focus, .pricing .pricing-checkout__button--secondary:active, .pricing .pricing-checkout__button--secondary:visited {
  color: hsl(var(--accent-foreground));
  -webkit-text-fill-color: hsl(var(--accent-foreground));
}
.pricing .pricing-checkout__button--primary {
  background: hsl(var(--primary));
  color: #fff;
}
.pricing .pricing-checkout__button--primary:hover, .pricing .pricing-checkout__button--primary:focus, .pricing .pricing-checkout__button--primary:active, .pricing .pricing-checkout__button--primary:visited {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.pricing__optional {
  padding: 3rem 0 3.4rem;
  background: hsl(var(--section-alt));
}
.pricing__optional > .marketing__container > .pricing__optional-note {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
}
.pricing__optional-stack {
  display: grid;
  gap: 1.2rem;
}
.pricing__optional-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  background: hsl(var(--card));
  box-shadow: none;
}
.pricing__optional-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.15rem 1.45rem;
  border: 0;
  background: transparent;
  text-align: left;
}
.pricing__optional-toggle h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  text-transform: none;
}
.pricing__optional-toggle span,
.pricing__optional-toggle small {
  color: hsl(var(--muted-foreground));
}
.pricing__optional-toggle small {
  margin-left: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
}
.pricing__chevron {
  color: hsl(var(--muted-foreground));
  transition: transform 0.2s ease;
}
.pricing__chevron.is-open {
  transform: rotate(180deg);
}
.pricing__optional-body {
  padding: 0 1.45rem 1.45rem;
}
.pricing__faq {
  padding: 4rem 0;
  background: hsl(var(--section-alt));
}
.pricing__faq .marketing__container {
  max-width: 48rem;
}
.pricing__section-heading {
  max-width: 36rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.pricing__section-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 700;
  color: hsl(var(--foreground));
  text-transform: none;
}
.pricing__section-heading p {
  margin: 0.9rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: hsl(var(--muted-foreground));
}
.pricing .pricing-skeleton-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1.45rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.pricing .pricing-skeleton-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: pricing-skeleton-shimmer 1.5s infinite;
  pointer-events: none;
}
.pricing .pricing-skeleton-card__image,
.pricing .pricing-skeleton-card__line {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #e8eef6 0%, #dfe7f1 100%);
}
.pricing .pricing-skeleton-card__image {
  width: 100%;
  height: 10rem;
  margin-bottom: 1.15rem;
  border-radius: 1rem;
}
.pricing .pricing-skeleton-card__line {
  height: 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
}
.pricing .pricing-skeleton-card__line--title {
  width: 72%;
  height: 1.05rem;
}
.pricing .pricing-skeleton-card__line--short {
  width: 48%;
}
.pricing .pricing-skeleton-card__line--button {
  width: 40%;
  height: 2.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
  border-radius: 0.8rem;
}
.pricing__locked-skeletons {
  position: relative;
  width: 100%;
  min-height: 24rem;
}
.pricing__locked-skeletons-grid {
  opacity: 0.26;
  filter: saturate(0.8);
  pointer-events: none;
}
.pricing__locked-skeletons-message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  pointer-events: none;
}
.pricing__locked-skeletons-message span {
  max-width: 20rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: hsl(var(--muted-foreground));
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  backdrop-filter: blur(8px);
}
.pricing__faq-list {
  display: grid;
  gap: 1rem;
}
.pricing__faq-item {
  padding: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.5rem;
  background: hsl(var(--card));
  box-shadow: none;
}
.pricing__faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  list-style: none;
}
.pricing__faq-item summary svg {
  flex-shrink: 0;
  color: hsl(var(--muted-foreground));
  transition: color 0.2s ease, transform 0.2s ease;
}
.pricing__faq-item summary::-webkit-details-marker {
  display: none;
}
.pricing__faq-item[open] summary svg {
  color: hsl(var(--primary));
  transform: rotate(180deg);
}
.pricing__faq-item p {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
}
.pricing__cta {
  padding: 4rem 0;
  background: hsl(var(--background));
}
.pricing__cta .marketing__container {
  max-width: 42rem;
}
.pricing__cta-card {
  display: block;
  padding: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.pricing__cta-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  font-weight: 700;
  color: hsl(var(--foreground));
  text-transform: none;
}
.pricing__cta-card p {
  max-width: 32rem;
  margin: 0.75rem auto 0;
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
}
.pricing__cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 0.75rem;
}

@media screen and (min-width: 768px) {
  .pricing__swms-card {
    flex-direction: row;
    gap: 2rem;
  }
  .pricing__swms-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  .pricing__swms-image-wrap {
    width: 14rem;
  }
  .pricing__swms-image {
    height: 16rem;
  }
  .pricing__swms-price {
    flex-shrink: 0;
    align-items: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .pricing__hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pricing__hero-inner {
    max-width: 100%;
  }
  .pricing__hero-inner h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.06;
  }
  .pricing__hero-inner > p {
    max-width: 100%;
  }
  .pricing__hero-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .pricing__swms-banner {
    padding: 3.2rem 0;
  }
  .pricing__swms-card {
    gap: 1.5rem;
  }
  .pricing__swms-image-wrap {
    width: 100%;
    max-width: 13rem;
  }
  .pricing__swms-image {
    height: 15rem;
  }
  .pricing__swms-heading {
    gap: 1rem;
  }
  .pricing__swms-price {
    text-align: left;
  }
  .pricing__swms-button {
    width: 100%;
    justify-content: center;
  }
  .pricing__builder-intro {
    padding-bottom: 1rem;
  }
  .pricing__builder {
    padding-bottom: 3rem;
  }
  .pricing__step-section, .pricing__optional, .pricing__faq, .pricing__cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pricing__optional-toggle {
    align-items: flex-start;
  }
  .pricing__optional-toggle > div,
  .pricing__optional-toggle > span,
  .pricing__optional-toggle > svg {
    min-width: 0;
  }
  .pricing__optional-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pricing__faq-item {
    padding: 1rem;
  }
  .pricing__faq-item summary {
    align-items: flex-start;
  }
  .pricing__faq-item summary span,
  .pricing__faq-item summary strong {
    min-width: 0;
  }
  .pricing__cta-actions {
    flex-direction: column;
  }
  .pricing__cta-actions .marketing__button {
    width: 100%;
  }
  .pricing .collapse-border-start > button .fs-4 {
    font-size: 1.05rem !important;
  }
  .pricing .pricing-checkout__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pricing .pricing-checkout__inner > .d-flex {
    align-items: stretch !important;
    justify-content: center !important;
    flex-direction: column;
  }
  .pricing .pricing-checkout__inner .d-flex.align-items-center.gap-3,
  .pricing .pricing-checkout__inner .d-flex.align-items-center.gap-3.flex-wrap {
    width: 100%;
    justify-content: center !important;
  }
  .pricing .pricing-checkout__button {
    width: 100%;
  }
}
@keyframes pricing-skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
.getting-started label {
  cursor: default;
}
.getting-started-back {
  position: relative;
}
.getting-started-back img {
  display: block;
  max-width: 80%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.getting-started-back:before {
  content: "";
  height: 20%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  background: #ffffff;
}
.getting-started .h2-text {
  font-size: 28px !important;
}
.getting-started .body-text {
  line-height: 1.5 !important;
  font-size: 18px !important;
}
.getting-started label {
  display: block;
}

.pricing-content .h3-text {
  font-size: medium !important;
  margin-bottom: 3px !important;
}
.pricing-content .h2-text {
  font-weight: 600 !important;
}
.pricing-content .price {
  font-size: 30px !important;
  transform: scale(1.15, 1.27);
  -webkit-transform: scale(1.15, 1.27); /* Safari and Chrome */
  -moz-transform: scale(1.15, 1.27); /* Firefox */
  -ms-transform: scale(1.15, 1.27); /* IE 9+ */
  -o-transform: scale(1.15, 1.27); /* Opera */
}
.pricing-content .recommended {
  background: rgba(255, 255, 255, 0.2);
  padding: 0px 6px;
  border-radius: 5px;
  display: block;
  width: min-content;
  color: #fff !important;
  position: absolute;
}
.pricing-content .body-text {
  font-size: 14px !important;
}
.pricing-content label {
  cursor: default;
}
.pricing-content .item-container {
  min-height: 650px;
}
.pricing-content .item-container .pricing-item {
  border: 1px solid #000;
  border-radius: 15px;
}
.pricing-content .item-container .pricing-item-icon {
  font-size: 36px;
}
.pricing-content .item-container .pricing-item span,
.pricing-content .item-container .pricing-item h4,
.pricing-content .item-container .pricing-item .plan-description,
.pricing-content .item-container .pricing-item .bottom-text {
  line-height: 1.4 !important;
  word-wrap: break-word;
}
.pricing-content .item-container .pricing-item .plan-description {
  margin: 20px 0px !important;
}
.pricing-content .item-container .pricing-item .bottom-text {
  font-style: italic;
  font-size: 12px !important;
}

.side-navbar {
  width: 100%;
  transition: 0.5s;
}
.side-navbar .nav-link {
  border-radius: 0.5rem;
  margin: 5px 20px 5px 20px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.side-navbar .nav-link:focus, .side-navbar .nav-link.active, .side-navbar .nav-link:hover {
  background-color: #fff;
}
.side-navbar .nav-link .h3-text {
  color: #000 !important;
  font-weight: 600 !important;
}
.side-navbar .nav-button {
  color: #000 !important;
  margin: 5px 20px 5px 20px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.side-navbar .nav-button .h3-text {
  color: #000 !important;
  font-weight: 600 !important;
}
.side-navbar .sub-nav-link {
  border-left: 5px solid #707070;
  padding-left: 0rem;
  margin-left: 2.3rem;
}
.side-navbar .sub-nav-link .nav-link {
  border-radius: 0.5rem;
  margin: 10px 20px 10px 20px;
  padding: 5px 10px 5px 10px;
}
.side-navbar .sub-nav-link .nav-link:active, .side-navbar .sub-nav-link .nav-link:focus, .side-navbar .sub-nav-link .nav-link:hover {
  background-color: #fff;
}
.page-content-wrapper .main-window {
  min-height: 100vh;
  overflow-x: auto;
}
.page-content-wrapper .row > .hamburger-div {
  padding-right: unset;
}
.page-content-wrapper .top-header {
  height: fit-content;
  background: #303030;
  z-index: 9;
  width: 100%;
}
.page-content-wrapper .top-header .dashboard-btn {
  background-color: transparent;
  justify-content: center;
  border: 1px solid #fff;
  outline: none !important;
}
.page-content-wrapper .top-header .hamburger-div {
  background-color: #b8b8b8;
  height: 100%;
  width: 54px;
  justify-content: center;
  display: none;
}
.page-content-wrapper .top-header .hamburger-div span {
  display: flex;
}
.page-content-wrapper .top-header .hamburger-div i {
  margin: auto;
}
.page-content-wrapper .top-header .hamburger-div i svg {
  height: 32;
  width: 32;
}
.page-content-wrapper .top-header .invitation {
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none !important;
}
.page-content-wrapper .top-header .invitation label {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .page-content-wrapper .top-header {
    display: flex !important;
  }
  .page-content-wrapper .top-header .hamburger-div {
    display: flex;
  }
}
.page-content-wrapper .side-menu {
  z-index: 10;
  max-width: 365px;
}
@media screen and (min-width: 992px) {
  .page-content-wrapper .side-menu {
    transition: transform 0.3s ease;
    transform: translateX(0);
  }
  .page-content-wrapper .side-menu.collapsed-sidebar {
    transform: translateX(-100%);
    width: 0;
  }
}
.page-content-wrapper .bottom-footer {
  background: #303030;
}
.page-content-wrapper .blankView {
  height: 20px;
}
.page-content-wrapper .left-section {
  background-color: rgba(0, 0, 0, 0.4862745098);
  height: 100%;
  text-align: center;
  padding-bottom: 60px;
  text-align: center;
  padding-bottom: 0;
  overflow-y: hidden;
  -webkit-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
  cursor: pointer;
}
.page-content-wrapper .left-section #close-menu {
  display: none;
}
.page-content-wrapper .left-section > a {
  overflow-x: hidden;
}
.page-content-wrapper .left-section > a > img {
  width: 65%;
  margin: 1.5em 0em;
}
@media screen and (max-width: 992px) {
  .page-content-wrapper .left-section {
    margin-top: 50px;
  }
  .page-content-wrapper .left-section.close {
    opacity: 0;
    position: fixed;
    top: -150%;
  }
  .page-content-wrapper .left-section > a > img {
    display: none;
  }
  .page-content-wrapper .left-section #close-menu {
    display: block;
  }
}

.skip-link {
  margin-right: 1rem;
  position: absolute;
  transform: translateY(-50px);
  transition: transform 0.3s;
  text-decoration: none !important;
  color: #fff;
}
.skip-link:focus {
  position: static;
  transform: translateY(0);
  outline: 1px #b8b8b8;
}

[data-theme=dark] .page-content-wrapper .left-section {
  background-color: #000;
}

.contact-us label {
  cursor: default;
}
.contact-us .col-6 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.contact-us textarea {
  height: 230px !important;
}
.contact-us .contact-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem;
}
.contact-us .contact-section .icon {
  height: 20px;
  width: 20px;
  margin-top: 2px;
}
.contact-us .contact-section p {
  font-size: 16px;
  margin-bottom: 0px !important;
  word-break: break-all;
}

.user-cart .plan-selection {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.user-cart table td:first-child,
.user-cart table td:last-child {
  text-align: left !important;
}
.user-cart .form-group .input-group {
  border: 1px solid rgba(147, 147, 147, 0.3607843137);
}
.user-cart .form-group .input-group .form-control {
  border: unset;
  border-right: 1px solid rgba(147, 147, 147, 0.3607843137);
  height: unset !important;
}
.user-cart .form-group .input-group button {
  border: unset;
}
.user-cart .form-group .input-group button:disabled {
  background-color: unset;
  color: unset;
  font-weight: normal;
  font-size: unset;
}
.user-cart .apply-btn {
  height: 40px;
  border-top: 1px solid #959595 !important;
  border-right: 1px solid #959595 !important;
  border-bottom: 1px solid #959595 !important;
  border-radius: 0px !important;
}
.user-cart .coupon-label {
  height: 39px;
}
.user-cart .total-cost-title {
  font-weight: 600;
}
.user-cart .total-cost-cost {
  border-bottom: 2px solid #000;
  min-width: 120px;
}
.user-cart .cart-hint {
  font-weight: 500;
}
.user-cart table {
  outline: 7px solid #bcbcbc;
}

.qty-input button {
  border: 1px solid #666666;
  padding: 6px 5px;
  margin: 0px;
  border-radius: 5px;
  background-color: white;
  font-weight: 500;
}
.qty-input button:focus {
  outline-offset: unset;
}

.employee-setup .setup-action {
  height: 250px;
  background-color: #1d65a6;
  border-radius: 5px;
}
.employee-setup .setup-action img {
  height: 110px;
  width: 110px;
}
.employee-setup .action-btn {
  flex: 1;
}
@media screen and (min-width: 375px) {
  .employee-setup .nav-btn {
    min-width: 160px;
  }
}

.breadcrumb a {
  color: #5d5d5d;
  text-decoration: auto !important;
}
.breadcrumb li > a:focus {
  outline-color: #5d5d5d !important;
}
.breadcrumb .active-color {
  color: black !important;
  font-weight: 500 !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
}

.breadcrumb-root {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 24px;
}

.breadcrumb::after {
  content: ">";
  position: absolute;
  left: 26px;
  color: #5d5d5d;
}

.project-list .details-container {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.job-manage .select-date-icon {
  position: absolute;
  right: 12px;
  bottom: 0px;
  top: 14px;
  margin: auto;
  margin-top: 25px;
  background-color: white;
  padding: 4px;
}
.job-manage .details-container {
  border: 1px solid #959595;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.job-manage .detail-content {
  background-color: grey;
}
.job-manage .fixed-table {
  min-width: unset;
  width: 100%;
}
.job-manage .tbl-left-cell {
  border: 1px solid black;
  border-top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-manage .tbl-right-cell {
  border: 1px solid black;
  border-top: unset;
  border-left: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.job-manage .purchase-table td {
  border-left: unset !important;
  border-right: unset !important;
  border-bottom: 1px solid black;
}
.job-manage .disabled-button {
  background-color: white;
  color: black !important;
}
.job-manage td button {
  font-size: 10px;
}
.job-manage td svg {
  height: 30px;
  width: 30px;
}
.job-manage .button-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: 8px;
  color: #f2f2f2;
}
.job-manage .white-head th {
  background-color: white !important;
  color: black !important;
}
.job-manage .form-control {
  border: unset !important;
  background-color: transparent !important;
  background-color: white !important;
  border: 1px solid black !important;
}
.job-manage .header-right-border {
  border-right-color: grey !important;
}
.job-manage .issue-hazard-response .action-cell {
  background-color: #f5c7c7 !important;
}
.job-manage .review-job-modal .modal-close-icon {
  height: 30px;
  width: 30px;
  color: #d8d8d8;
}
.job-manage .pre-start-safety-check .modal-close-icon {
  height: 30px;
  width: 30px;
  color: #d8d8d8;
}
.job-manage .pre-start-safety-check .image-arrow {
  color: white;
  height: 60px;
  width: 40px;
  cursor: pointer;
}
.job-manage .pre-start-safety-check .aspect-image {
  position: relative;
  padding-top: 70%;
  display: block !important;
  background-color: #303030;
}
.job-manage .pre-start-safety-check .aspect-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.job-manage .people-register-onsite .view-detail {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.job-manage .people-register-onsite .date-selector {
  min-height: 40px;
  padding: 6px;
  padding-left: 14px;
}
.job-manage .record-purchase .full-h-w {
  width: 100%;
  border-radius: 0.3rem;
}

@media screen and (max-width: 768px) {
  .job-manage .rdrDefinedRangesWrapper {
    display: none;
  }
  .job-manage .tbl-right-cell {
    border-left: 1px solid black;
  }
}
.people-register-onsite .custom-date-range-picker .rs-picker-toggle {
  border-radius: 0;
  border: 1px solid black;
}

.pre-start-talk .border-md-end {
  border-right: unset !important;
}

@media screen and (min-width: 992px) {
  .pre-start-talk .border-md-end {
    border-right: 1px solid #212529 !important;
  }
  .pre-start-talk .border-photo {
    border-top: unset !important;
    border-bottom: unset !important;
  }
  .pre-start-talk .border-audio {
    border-left: unset !important;
    border-right: unset !important;
  }
}
.create-job textarea {
  height: 130px !important;
}

.assign-job-option .setup-action {
  height: 250px;
  background-color: #1d65a6;
  border-radius: 5px;
}
.assign-job-option .setup-action svg {
  height: 110px;
  width: 110px;
}
.assign-job-option .action-btn {
  flex: 1;
}
@media screen and (min-width: 375px) {
  .assign-job-option .nav-btn {
    min-width: 160px;
  }
}

.job-details .details-container {
  border: 1px solid #959595;
  border-radius: 5px;
}
.job-details .form-check-input[disabled] ~ .form-check-label {
  opacity: unset;
}
.job-details .locked .form-check-input:checked {
  background-color: darkgray;
}

.section-three .section-header {
  border-top: 50px solid #242424;
  background-color: #e6e6e6;
}

.assign-staff-job table select {
  min-height: unset !important;
}
.assign-staff-job table .form-control {
  padding: unset !important;
  border: unset !important;
  height: unset !important;
  width: 100%;
}
.assign-staff-job table tr td:first-child {
  font-weight: unset;
}
.assign-staff-job table tr td {
  padding-top: 8px !important;
  padding-bottom: 8px;
}
.assign-staff-job table .rmdp-container .form-control {
  width: 310px;
}

.swms-links .add-btn {
  height: 40px;
}
.swms-links .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88% !important;
  margin-top: 2px;
}

.swms-section-details .section-header::after {
  content: "";
  height: 50%;
  width: 1px;
  background-color: #b5b5b5;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.work-activity .inside-container::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 1;
  background-color: black;
  right: 50%;
  bottom: 0;
  width: 1px;
  display: none;
}
.work-activity .down-icon {
  height: 10px;
  width: 10px;
}

.button-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: 8px;
  color: #f2f2f2;
}

.setting-activities {
  margin: 0;
  padding: 0 5px;
  font-size: unset !important;
}

.generated-swms .small-btn {
  width: 130px;
}

.employee-modal .form-check-input[type=checkbox] {
  border-radius: 50%;
}
.employee-modal .form-check-inline {
  margin-right: unset;
  padding-left: unset;
}
.employee-modal .form-check-label {
  margin-left: unset;
}

.sign-swms-modal .form-check label {
  font-size: 14px !important;
}

.risk-matrix {
  table-layout: fixed;
  min-width: 100%;
}
.risk-matrix td {
  padding-left: unset;
  padding-right: unset;
}

.right-to-left-enter {
  transform: translateX(100%);
}

.right-to-left-enter-active {
  transform: translateX(0);
  transition: all 1s ease;
}

.right-to-left-exit {
  transform: translateX(0);
}

.right-to-left-exit-active {
  transform: translateX(-100%);
  transition: all 1s ease;
}

.left-to-right-enter {
  transform: translateX(-100%);
}

.left-to-right-enter-active {
  transform: translateX(0);
  transition: all 1s ease;
}

.left-to-right-exit {
  transform: translateX(0);
}

.left-to-right-exit-active {
  transform: translateX(100%);
  transition: all 1s ease;
}

@media screen and (min-width: 768px) {
  .work-activity .inside-container::before {
    display: block;
  }
}
.customTable .backgroundColor {
  background-color: aqua;
}

@media screen and (min-width: 768px) {
  .worksite-doc .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
.worksite-doc .work-doc-info-contact-modal .form-check-input[type=checkbox] {
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .worksite-doc .border-lg-right {
    border-right: 1px solid #dee2e6;
  }
}

.manage-contact .radius-top-start {
  border-radius: 0.8rem 0 0 0 !important;
}
.manage-contact .radius-bottom-start {
  border-radius: 0 0 0 0.8rem !important;
}
.manage-contact .radius-top-end {
  border-radius: 0 0.8rem 0 0 !important;
}
.manage-contact .radius-bottom-end {
  border-radius: 0 0 0.8rem 0 !important;
}
.manage-contact .select-button .primary-btn,
.manage-contact .select-button .primary-btn-lg,
.manage-contact .select-button .primary-btn-themed,
.manage-contact .select-button .primary-btn-white,
.manage-contact .select-button .primary-btn-black,
.manage-contact .select-button .primary-btn-grey,
.manage-contact .select-button button:disabled {
  text-transform: unset !important;
}
@media screen and (max-width: 768px) {
  .manage-contact .radius-top-start {
    border-radius: 0.8rem 0.8rem 0 0 !important;
  }
  .manage-contact .radius-bottom-start {
    border-radius: unset !important;
  }
  .manage-contact .radius-top-end {
    border-radius: unset !important;
  }
  .manage-contact .radius-bottom-end {
    border-radius: 0 0 0.8rem 0.8rem !important;
  }
}

.manage-employee .border-lg-right {
  border-right: unset;
}
@media screen and (min-width: 992px) {
  .manage-employee .border-lg-right {
    border-right: 1px solid #dee2e6;
  }
}

.manage-contractor .date-icon {
  position: absolute;
  z-index: 1;
  right: 7px;
  background-color: white;
  padding: 4px;
}

.notification-detail .background-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-detail .collapse-border-start {
  border-left: unset;
}
.notification-detail .cursor-pointer {
  cursor: pointer;
}
.notification-detail .background-gray-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-detail .background-white-border {
  background-color: white;
  border: 1px solid darkgray;
  border-top: unset;
}
.notification-detail .border-bottom-black {
  border-bottom: 1px solid darkgray !important;
}
.notification-detail .border-left-black {
  border-left: 1px solid darkgray;
}
.notification-detail .image-arrow {
  color: white;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.notification-detail .slick-slide img {
  height: 100%;
  margin: 0 auto;
}
.notification-detail table thead tr th {
  background-color: #f4f4f4 !important;
  color: #303030;
  border-left: none !important;
  border-right: none !important;
}
.notification-detail .arrow-down {
  transform: translateY(-5px);
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .notification-detail .background-white-border {
    border-left: unset;
  }
  .notification-detail .background-gray-border {
    border-top: unset;
  }
  .notification-detail .collapse-border-start {
    border-left: 5px solid #2265a6;
  }
}

.background-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}

.border-bottom-black {
  border-bottom: 1px solid darkgray !important;
}

.border-top-black {
  border-top: 1px solid darkgray !important;
}

.border-light-gray {
  border: 2px solid lightgray;
}

.border-end-gray {
  border-right: unset;
}

.border-end-black {
  border-right: unset;
}

.border-dark-gray {
  border: 2px solid darkgray;
}

.border-active-green {
  border: 2px solid #379224;
}

.active-green-bg {
  background-color: #1ba000;
}

.rounded-btn {
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
}

.white-space-normal {
  white-space: normal;
}

.notification-table {
  border-top: 1px solid #cfcfcf !important;
  border-bottom: 1px solid #cfcfcf !important;
  border-right: 1px solid #f0f0f0 !important;
  border-left: 1px solid #f0f0f0 !important;
  max-width: 18rem;
}

.table-fixed-height {
  height: 5rem;
}

.locked .form-check-input:checked {
  background-color: darkgray;
}

.question-mark-border {
  padding: 0 9px;
}

.selected-bottom-border {
  border: 3px solid #1d65a6;
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.notification-linked-report-row td {
  background-color: #e6f7ff !important;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  font-size: 0.92rem;
}

.notification-linked-report-row td:first-child {
  border-left: 3px solid #1d65a6 !important;
}

.linked-report-section {
  background-color: #e6f7ff;
  border: 1px solid #cfe8f3;
  border-radius: 0;
}

.linked-report-section .table thead th {
  background-color: transparent !important;
}

@media screen and (min-width: 1200px) {
  .border-end-gray {
    border-right: 1px solid lightgray;
  }
}
@media screen and (min-width: 768px) {
  .border-end-black {
    border-right: 1px solid darkgray;
  }
}
.notification-confirmation .border-right {
  border-right: unset;
}
.notification-confirmation .job-margin-top {
  margin-top: unset;
}
.notification-confirmation .project-margin-top {
  margin-top: unset;
}
@media screen and (min-width: 992px) {
  .notification-confirmation .border-right {
    border-right: 1px solid #dee2e6;
  }
  .notification-confirmation .job-margin-top {
    margin-top: 402px;
  }
  .notification-confirmation .project-margin-top {
    margin-top: 200px;
  }
}

.notification-issue .background-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-issue .collapse-border-start {
  border-left: none;
}
.notification-issue .cursor-pointer {
  cursor: pointer;
}
.notification-issue .arrow-down {
  transform: translateY(-5px);
  padding-right: 15px;
  padding-left: 15px;
}
.notification-issue .background-gray-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-issue .background-white-border {
  background-color: white;
  border: 1px solid darkgray;
  border-top: unset;
}
.notification-issue .border-bottom-black {
  border-bottom: 1px solid darkgray !important;
}
.notification-issue .border-left-black {
  border-left: 1px solid darkgray;
}
.notification-issue .border-end-gray {
  border-right: unset;
}
.notification-issue .image-arrow {
  color: white;
  height: 60px;
  width: 40px;
  cursor: pointer;
}
.notification-issue .view-photo {
  background-color: #303030;
}
.notification-issue .slick-slider,
.notification-issue .slick-list,
.notification-issue .slick-track,
.notification-issue .slick-slide > div,
.notification-issue .slick-slide > div > div {
  height: 100%;
}
.notification-issue .slick-slide img {
  height: 100%;
  margin: 0 auto;
}
.notification-issue table select {
  min-height: unset !important;
}
.notification-issue table .form-control {
  padding: unset !important;
  border: unset !important;
  height: unset !important;
  width: 100%;
}
.notification-issue table tr td:first-child {
  font-weight: unset;
}
.notification-issue table tr td {
  padding-top: 8px !important;
  padding-bottom: 8px;
}
.notification-issue table tr td.table-date-picker > div:first-of-type {
  padding-block: 6px !important;
}
.notification-issue table .rmdp-container .form-control {
  width: 310px;
}
.notification-issue .white-head th {
  background-color: #f2f2f2 !important;
  color: black !important;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .notification-issue .background-white-border {
    border-left: unset;
  }
  .notification-issue .background-gray-border {
    border-top: unset;
  }
  .notification-issue .collapse-border-start {
    border-left: 5px solid #2265a6;
  }
  .notification-issue .border-end-gray {
    border-right: 1px solid lightgray;
  }
}

.notification-accept .background-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-accept .collapse-border-start {
  border-left: unset;
}
.notification-accept .cursor-pointer {
  cursor: pointer;
}
.notification-accept .background-gray-border {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.notification-accept .background-white-border {
  background-color: white;
  border: 1px solid darkgray;
  border-top: unset;
}
.notification-accept .border-bottom-black {
  border-bottom: 1px solid darkgray !important;
}
.notification-accept .border-left-black {
  border-left: 1px solid darkgray;
}
.notification-accept .image-arrow {
  color: white;
  height: 60px;
  width: 40px;
  cursor: pointer;
}
.notification-accept .arrow-down {
  transform: translateY(-5px);
  padding-right: 15px;
  padding-left: 15px;
}
.notification-accept .view-photo {
  background-color: #303030;
}
.notification-accept .slick-slider,
.notification-accept .slick-list,
.notification-accept .slick-track,
.notification-accept .slick-slide > div,
.notification-accept .slick-slide > div > div {
  height: 100%;
}
.notification-accept .slick-slide img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .notification-accept .background-white-border {
    border-left: unset;
  }
  .notification-accept .background-gray-border {
    border-top: unset;
  }
  .notification-accept .collapse-border-start {
    border-left: 5px solid #2265a6;
  }
}

.notification .view-photo {
  background-color: #303030;
}
.notification .is_wrp {
  max-height: 1080px;
  min-height: 340px;
  height: auto;
}
.notification .view-photo .slick-list,
.notification .view-photo .slick-initialized,
.notification .view-photo .slick-initialized .slick-track,
.notification .view-photo .slick-initialized .slick-track > div {
  height: 100%;
}
.notification .view-photo .slick-initialized .slick-track > div > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.notification .view-photo .slick-initialized .slick-track > div > div > div {
  position: relative;
  padding-bottom: 340px;
  height: 100%;
}
.notification .view-photo .slick-initialized .slick-track > div > div > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.notification .view-photo {
  flex: 1;
}

.terms-and-conditions ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms-and-conditions ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-and-conditions ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.terms-and-conditions li ol > li {
  margin: 0;
}
.terms-and-conditions li ol > li:before {
  content: counters(item, ".") " ";
}

.view-photo {
  background-color: #303030;
}

.is_wrp {
  max-height: 1080px;
  min-height: 340px;
  height: auto;
}

.view-photo .slick-list,
.view-photo .slick-initialized,
.view-photo .slick-initialized .slick-track,
.view-photo .slick-initialized .slick-track > div {
  height: 100%;
}

.view-photo .slick-initialized .slick-track > div > div {
  display: flex;
  align-items: center;
  height: 100%;
}

.view-photo .slick-initialized .slick-track > div > div > div {
  position: relative;
  padding-bottom: 340px;
  height: 100%;
}

.view-photo .slick-initialized .slick-track > div > div > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.view-photo {
  flex: 1;
}

.dropdown-toggle::after {
  background-color: red !important;
  display: none;
}

.collapsed-section {
  min-height: 108px;
  max-height: 108px;
  transition: min-height 0.2s ease-in;
}

.expanded-section {
  min-height: 550px;
  max-height: 100000px;
  transition: min-height 0.2s ease-in;
}

.scheduler-class {
  background-color: #f4f4f4;
}
.scheduler-class .e-date-header-wrap .e-schedule-table tbody tr:first-child {
  display: none;
}
.scheduler-class .e-date-header-wrap .e-schedule-table tbody .e-header-row .e-time-slots {
  background-color: #f4f4f4;
}
.scheduler-class .e-date-header-wrap .e-schedule-table tbody .e-header-row .e-time-slots span {
  font-weight: 700;
}
.scheduler-class .e-schedule-table .e-content-table tr .e-work-cells {
  border-right: 0;
  border-left: 0;
}
.scheduler-class .e-schedule-table .e-content-table tr:last-child .e-work-cells {
  border-bottom-width: thin !important;
}
.scheduler-class td.e-child-node {
  padding: 0 !important;
}
.scheduler-class td.e-resource-left-td {
  background-color: #f4f4f4 !important;
}
.scheduler-class td.e-child-node > div {
  height: 100% !important;
}
.scheduler-class td.e-child-node > div .template-wrap {
  padding: 7px 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.scheduler-class td.e-child-node > div .template-wrap .employee-category {
  padding: 4px 5px;
  border: solid 1px darkgray;
  background-color: #f4f4f4 !important;
  border-radius: 5px;
  width: 100%;
}
.scheduler-class .employee-designation {
  display: flex;
  align-items: center;
}
.scheduler-class .employee-designation span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheduler-class .employee-name {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.scheduler-class .employee-name span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.schedule-month .e-appointment-details > div {
  flex-grow: 1;
}
.schedule-month .e-date-header-container {
  padding: 0;
}
.schedule-month .e-appointment-details {
  flex-direction: column;
}
.schedule-month .e-content-wrap {
  overflow: initial;
}
.schedule-month .e-more-appointment-wrapper {
  overflow-x: hidden;
}
.schedule-month .e-date-header.e-navigate {
  font-weight: 700;
  font-size: 18px;
}
.schedule-month .e-appointment-wrapper {
  position: relative !important;
}
.schedule-month .e-appointment-wrapper .e-appointment {
  background-color: transparent !important;
  cursor: pointer;
  position: static !important;
  height: auto;
}
.schedule-month .e-more-appointment-wrapper > .e-appointment > div {
  width: 100%;
}
.schedule-month .e-header-cells {
  font-weight: 700;
  font-size: 18px;
  background-color: #f4f4f4;
}

.schedule-week .e-appointment-details {
  padding: 0 !important;
}
.schedule-week .e-appointment-details > div {
  flex-grow: 1;
}
.schedule-week .e-more-appointment-wrapper {
  overflow-x: hidden;
}
.schedule-week td.e-header-cells {
  border-left: 0 !important;
  background-color: #f4f4f4 !important;
}
.schedule-week .e-appointment-wrapper .e-appointment {
  background-color: transparent !important;
}

.sm-options .form-select {
  font-size: 14px !important;
  line-height: 1 !important;
  min-height: 30px;
}

.company-user-docs-btn-wrap .radius-top-bottom-start {
  border-radius: 0.8rem 0 0 0.8rem !important;
}
.company-user-docs-btn-wrap .radius-top-bottom-end {
  border-radius: 0 0.8rem 0.8rem 0 !important;
}
@media screen and (max-width: 768px) {
  .company-user-docs-btn-wrap .radius-top-bottom-start {
    border-radius: 0.8rem 0 0 0.8rem !important;
  }
  .company-user-docs-btn-wrap .radius-top-bottom-end {
    border-radius: 0 0.8rem 0.8rem 0 !important;
  }
}

/* .contractor-item-wrap {
  .title-wrap {
    width: calc(100% - 48px);
  }
  .icon-wrap {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    display: flex;
    align-items: flex-end;
  }
} */
.document-details .document-item-wrap:last-child {
  border-right: none !important;
}
@media screen and (max-width: 1399px) {
  .document-details .document-item-wrap {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .document-details .document-item-wrap:nth-child(3) {
    border-right: none !important;
  }
}
@media screen and (max-width: 575px) {
  .document-details .document-item-wrap {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #000;
  }
  .document-details .document-item-wrap:last-child {
    border-bottom: none;
  }
}

@keyframes md-skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.management-dashboard {
  --md-navy: #0f2f63;
  --md-gold: #f5ae1a;
  --md-teal: #15b3ab;
  --md-red: #e95b52;
  --md-purple: #5a4fcf;
  --md-blue: #2d6cdf;
  --md-ink: #0d1f3c;
  background: #ffffff;
  color: var(--md-ink);
}
.management-dashboard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.management-dashboard__brand-icon {
  width: 56px;
  height: 56px;
  color: var(--md-navy);
}
.management-dashboard__brand-leaf {
  width: 100%;
  height: 100%;
}
.management-dashboard__brand img {
  height: 34px;
  object-fit: contain;
}
.management-dashboard__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--md-ink);
}
.management-dashboard__filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}
.management-dashboard__filter label {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.management-dashboard__filter-group {
  margin-bottom: 0 !important;
}
.management-dashboard__select {
  border-radius: 0.5rem;
  border: 1px solid #d8e2f0;
  box-shadow: 0 6px 14px rgba(24, 58, 102, 0.06);
  padding: 10px 14px;
  height: 48px;
  font-weight: 600;
  color: #3a4a62;
}
.management-dashboard__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 47, 99, 0.15);
  border-color: var(--md-navy);
}
.management-dashboard__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #f4f6fa;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 14px 0 18px;
  border: 1px solid #e3e8f1;
}
.management-dashboard__tab {
  padding: 12px 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #223351;
  background: transparent;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.management-dashboard__tab:focus, .management-dashboard__tab:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.management-dashboard__tab.is-active {
  background: var(--md-gold);
  color: var(--md-ink);
}
.management-dashboard__tab.is-disabled {
  text-transform: none;
  border-radius: 0;
}
.management-dashboard__body {
  min-height: 520px;
  flex-direction: column;
}
.management-dashboard__body--screen {
  display: block;
}
.management-dashboard__print-stack {
  display: none;
}
.management-dashboard__print-tab {
  page-break-after: always;
}
.management-dashboard__print-tab-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.management-dashboard__section {
  background: #ffffff;
  border: 1px solid #D3DAE2;
  border-radius: 0.5rem;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(17, 41, 85, 0.05);
}
.management-dashboard__section + .management-dashboard__section {
  margin-top: 18px;
}
.management-dashboard__section-header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.management-dashboard__section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--md-ink);
}
.management-dashboard__section-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
.management-dashboard__print-info {
  display: none;
  font-size: 0.95rem;
  color: var(--md-ink);
  margin-top: 4px;
}
.management-dashboard__sidebar .management-dashboard__section-header {
  grid-column: 1/-1;
}
.management-dashboard__icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 0.5rem;
  border: 1px solid #d8e2f0;
  background: #ffffff;
  color: var(--md-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0;
}
.management-dashboard__icon-btn:hover {
  background: #f4f6fa;
}
.management-dashboard__section-body {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.management-dashboard__legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 600;
  color: #304266;
}
.management-dashboard__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.management-dashboard__legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.management-dashboard__legend-dot--navy {
  background-color: var(--md-navy);
}
.management-dashboard__legend-dot--gold {
  background-color: var(--md-gold);
}
.management-dashboard__legend-dot--teal {
  background-color: var(--md-teal);
}
.management-dashboard__legend-dot--red {
  background-color: var(--md-red);
}
.management-dashboard__legend-dot--purple {
  background-color: var(--md-purple);
}
.management-dashboard__legend-dot--blue {
  background-color: var(--md-blue);
}
.management-dashboard__legend-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 200px;
}
.management-dashboard__date-filter {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.management-dashboard__date-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.management-dashboard__date-summary {
  font-weight: 700;
  color: var(--md-ink);
  white-space: nowrap;
}
.management-dashboard__date-dropdown {
  position: relative;
}
.management-dashboard__date-select {
  width: 100%;
  height: 40px;
  border-radius: 0.5rem;
  border: 1px solid #646464;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #3a4a62;
}
.management-dashboard__caret {
  font-size: 24px;
  line-height: 1;
}
.management-dashboard__date-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d8e2f0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 24px rgba(13, 31, 60, 0.12);
  padding: 8px;
  z-index: 5;
}
.management-dashboard__date-option {
  padding: 4px 0;
}
.management-dashboard__date-option-btn {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 500;
  color: var(--md-ink);
}
.management-dashboard__date-option-btn:hover, .management-dashboard__date-option-btn.is-active {
  background: #f4f6fa;
}
.management-dashboard__date-picker {
  padding: 8px 10px 4px;
}
.management-dashboard__date-picker .form-group {
  margin-bottom: 0 !important;
}
.management-dashboard .form-select {
  border-radius: 0.5rem !important;
}
.management-dashboard button:focus,
.management-dashboard button:focus-visible {
  outline: none;
  box-shadow: none !important;
}
@media print {
  @page {
    .management-dashboard {
      size: A4 landscape;
      margin: 12mm;
    }
  }
  .management-dashboard body * {
    visibility: hidden !important;
  }
  .management-dashboard .management-dashboard-print-scope,
  .management-dashboard .management-dashboard-print-scope * {
    visibility: visible !important;
  }
  .management-dashboard .management-dashboard-print-scope {
    position: fixed !important;
    inset: 0;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    overflow: visible !important;
  }
  .management-dashboard .management-dashboard {
    box-shadow: none;
    border: none;
    padding: 12px;
    width: 100%;
  }
  .management-dashboard .management-dashboard__tabs,
  .management-dashboard .management-dashboard__body--screen {
    display: none !important;
  }
  .management-dashboard .management-dashboard__print-stack {
    display: block !important;
  }
  .management-dashboard .management-dashboard__icon-btn,
  .management-dashboard .management-dashboard__card-link-icon,
  .management-dashboard .management-dashboard__print-action {
    display: none !important;
  }
  .management-dashboard .management-dashboard__print-info {
    display: block;
  }
  .management-dashboard .management-dashboard__section,
  .management-dashboard .management-dashboard__sidebar {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.management-dashboard__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.management-dashboard__card {
  border-radius: 0.5rem;
  padding: 16px 18px;
  color: #ffffff;
  position: relative;
  min-height: 140px;
  box-shadow: 0 10px 22px rgba(13, 31, 60, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 32px;
}
.management-dashboard__skeleton {
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.18));
  background-size: 200% 100%;
  animation: md-skeleton 1.2s ease-in-out infinite;
}
.management-dashboard__skeleton--muted {
  background: linear-gradient(90deg, #e6ebf3, #f3f6fb, #e6ebf3);
}
.management-dashboard__skeleton--value {
  width: 60%;
  height: 32px;
}
.management-dashboard__skeleton--value-sm {
  width: 55%;
  height: 22px;
}
.management-dashboard__card--link {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.management-dashboard__card--link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(13, 31, 60, 0.18);
}
.management-dashboard__card-link-icon {
  position: absolute;
  top: 10px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.15s ease;
  font-weight: 800;
}
.management-dashboard__card--link:hover .management-dashboard__card-link-icon {
  opacity: 1;
}
.management-dashboard__card--navy {
  background: linear-gradient(135deg, #0f2f63, #113d8a);
}
.management-dashboard__card--gold {
  background: #f5ae1a;
  color: #0f2f63;
}
.management-dashboard__card--teal {
  background: #13b7b0;
}
.management-dashboard__card--red {
  background: #e95b52;
}
.management-dashboard__card--purple {
  background: var(--md-purple);
}
.management-dashboard__card--blue {
  background: var(--md-blue);
}
.management-dashboard__card--span-2 {
  grid-column: span 2;
}
.management-dashboard__card-value {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
}
.management-dashboard__card-title {
  font-size: 1.05rem;
  font-weight: 600;
}
.management-dashboard__card-subtitle {
  font-weight: 700;
  opacity: 0.9;
}
.management-dashboard__mini-chart {
  position: absolute;
  height: 56px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.management-dashboard__card-grid--notifications .management-dashboard__card {
  min-height: 120px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.management-dashboard__sidebar {
  width: 100%;
  min-width: 260px;
  max-width: none;
  background: #ffffff;
  border: 1px solid #D3DAE2;
  border-radius: 0.5rem;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(17, 41, 85, 0.05);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}
.management-dashboard__sidebar--wide {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.management-dashboard__sidebar-card {
  padding: 12px 10px;
  border: 1px solid #e6edf5;
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
}
.management-dashboard__sidebar-card--purple {
  background: var(--md-purple);
  border-color: transparent;
}
.management-dashboard__sidebar-card--purple .management-dashboard__card-value, .management-dashboard__sidebar-card--purple .management-dashboard__sidebar-title {
  color: #fff;
}
.management-dashboard__sidebar-heading {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--md-ink);
  flex: 1;
  min-width: 0;
}
.management-dashboard__sidebar-title {
  font-weight: 600;
  color: var(--md-ink);
}
.management-dashboard__sidebar-legend {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--md-ink);
  margin-top: 8px;
}
.management-dashboard__sidebar-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.management-dashboard__sidebar-group--wide {
  grid-template-columns: 1fr;
}
@media (max-width: 991.98px) {
  .management-dashboard {
    padding: 16px;
  }
  .management-dashboard__filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .management-dashboard__section-body {
    grid-template-columns: 1fr;
  }
  .management-dashboard__sidebar {
    max-width: none;
    min-width: 100%;
    width: 100%;
  }
  .management-dashboard__sidebar-group {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: center;
    gap: 14px;
  }
  .management-dashboard__sidebar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .management-dashboard__tabs {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .management-dashboard {
    padding: 12px;
  }
  .management-dashboard__header {
    align-items: flex-start;
  }
  .management-dashboard__title {
    font-size: 1.5rem;
  }
  .management-dashboard__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .management-dashboard__tabs {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .management-dashboard__card--span-2 {
    grid-column: span 1;
  }
}

/*# sourceMappingURL=ks-styles.css.map */
