/* Navbar ====================================== */
@import url(../../admin/css/materialize.css);

input[type="checkbox"].filled-in:checked+label:after {
  border: 2px solid #363c3f;
  background-color: #363c3f;
}

body,
html {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%
}

body:not(.no-bg)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url('../img/header.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

p {
  font-size: 14px;
}

.custom-content.container {
  background-color: #fff;
  border-radius: 16px;
}

body.overflow-hidden {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 13;
}

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: var(--menu-color, #ff1711);
  min-height: 67px;
}

.navbar .navbar-brand {
  /* font-size: 32px;
  line-height: 36px;
  margin-top: 30px;
  height: auto; */
  margin-top: 8px;
  padding: 0;
}

.navbar .navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar-brand .navbar-brand-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-header {
  padding: 0 15px;
}

.navbar-header>a {
  color: #fff;
}

.bars {
  position: absolute;
  top: 18px;
  right: 11px;
  padding: 10px;
}

a.bars:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.bars .icon-bar {
  background-color: #FFF;
  display: block;
  width: 25px;
  height: 2px;
  -webkit-box-shadow: 0px 1px 1px #ff8b88;
  -moz-box-shadow: 0px 1px 1px #ff8b88;
  box-shadow: 0px 1px 1px #ff8b88;
}

.bars .icon-bar+.icon-bar {
  margin-top: 3px;
}

.right-sidebar {
  max-width: 400px;
  min-width: 270px;
  width: 80%;
  /*height: calc(100vh);*/
  height: 100%;
  position: fixed;
  right: -85%;
  top: 0;
  background: #000;
  color: #FFF;
  z-index: 14;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.right-sidebar.open {
  right: 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /*margin-top: 23px;*/
  height: 100%;
  padding-top: 8px;
  padding-bottom: 78px;
  height: 100%;
  overflow-y: auto;
}

.sidebar-menu li {
  border-bottom: 2px solid #777777;
  width: 100%;
}

.sidebar-menu li a,
.signin-action {
  color: #FFF;
  font-size: 13px;
  display: block;
  padding: 20px 10px 20px 30px;
}

.signin-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}

.sidebar-menu li a:hover,
.sidebar-menu li a:focus,
.sidebar-menu li a:active,
.sidebar-menu li a:visited,
a.signin-action:hover,
a.signin-action:focus,
a.signin-action:active {
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.5);
  color: #FFF;
}

.sidebar-menu li a i,
.signin-action i {
  margin-right: 30px;
  font-size: 15px;
}

.steps {
  text-align: center;
  margin-top: -20px;
}

.steps::after {
  content: "";
  display: block;
  clear: both;
}

.step {
  background-color: #677075;
  color: #4f595e;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding: 27px 0 22px;
  position: relative;
  width: 25%;
  float: left;
}

.signed-in .step {
  width: 33.33%;
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
}

.ideal {
  width: 18px;
  height: 25px;
  display: block;
  background: url(../img/ideal-inactive.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.step.current,
.step.step-clickable:hover {
  background-color: #363c3f;
  color: #FFF;
}

.step.step-clickable:hover {
  cursor: pointer;
}

.step.current .ideal,
.step.step-clickable:hover .ideal {
  background: url(../img/ideal-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.step .step-icon {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -10px;
  z-index: 12;
  left: 50%;
  margin-left: -12px;
  font-size: 16px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #4f595e;
  color: #677075;
}

.step.completed:not(.current) .step-icon {
  background-color: #7dcc82;
  color: #FFF;
  visibility: hidden;
}

.step.completed:not(.current) .step-icon:after {
  visibility: visible;
  position: relative;
  top: -25px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e013";
  color: #FFF;

  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #7dcc82;
}

.step.current .step-icon,
.step.step-clickable:hover .step-icon {
  background-color: #4faefc;
  color: #FFF;
}

.steps .step:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #4f595e;
  z-index: 1;
}

.steps .step.completed:after {
  background-color: #7dcc82;
}

.steps .step.current:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #363c3f;
  left: 50%;
  margin-left: -10px;
  z-index: 3;
}

.steps .step:last-child:after {
  content: none;
}

.home-content {
  background-image: url('../img/home-bg.jpg');
  min-height: 100%;
  width: 100%;
  padding: 179px 10px 50px;
  margin-top: -129px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 129px;
  color: #fff;
}

.home-title {
  margin-bottom: 25px;
}

.home-description {
  margin-bottom: 20px;
}

.home-more-info {
  margin-bottom: 20px;
}

.home-text-big {
  text-align: center;
  line-height: 40px;
  font-size: 25px;
}

.home-text-small {
  text-align: center;
  line-height: 40px;
  font-size: 10px;
}

.home-text-extra-small {
  font-size: 8px;
  line-height: 40px;
  text-align: center;
}

.home-text-small a {
  text-decoration: underline;
  color: #FFF;
}

.home-call-to-action {
  text-align: center;
}

.call-to-action-blue.btn,
.call-to-action-green.btn,
.call-to-action-dark.btn {
  /* font-size: 36px;
  background-color: #4faefc;
  color: #FFF;
  border: none;
  position: relative;
  padding: 15px 100px 15px 15px;
  border-radius: 0; */
  font-size: 22px;
  background-color: #4faefc;
  color: #FFF;
  border: none;
  position: relative;
  padding: 10px 70px 10px 20px;
  border-radius: 0;
}

.call-to-action-green.btn {
  background-color: #7dcc82;
}

.call-to-action-dark.btn {
  background-color: #677075;
}

.call-to-action-blue i,
.call-to-action-green i,
.call-to-action-dark i {
  /* font-size: 40px; */
  font-size: 25px;
  background-color: #3399ff;
  height: 100%;
  line-height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.call-to-action-green i {
  background-color: #68aa69;
}

.call-to-action-dark i {
  background-color: #363c3f;
}

.login {
  background-image: url('../img/home-bg.jpg');
  min-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 129px;
  color: #fff;
  margin-top: -129px;
  padding-top: 129px;
  padding-bottom: 81px;
}

.login a {
  text-decoration: underline;
  color: #FFF;
}

.login input {
  border: 1px solid #FFF;
  width: 100%;
  padding: 6px 15px;
  line-height: 24px;
  box-sizing: border-box;
  color: #FFF;
  background: transparent;
  outline: none;
  height: auto;
  border-radius: 0;
}

.login+.next-step-container {
  margin-top: -81px;
  width: 100%;
}

.step-content.container,
.custom-content.container,
.login .container {
  padding: 30px 20px 20px;
  color: #23292b;
  font-size: 13px;
  line-height: 24px;
}

.login .container {
  color: #FFF;
  line-height: 30px;

}

.car-sign {
  border: 3px solid #000;
  border-radius: 6px;
  background-color: #f4be04;
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.car-sign.form-error,
.damage-image-container.form-error {
  border-color: #ff1711;
}

.car-sign-left {
  background-color: #2666a3;
  color: #FFF;
  position: absolute;
  width: 30px;
  padding: 5px 5px;
  box-sizing: border-box;
  /*   font-size: 13px;
line-height: 24px; */
  bottom: 0;
  left: 0;
  top: 0;
}

.car-sign-left img {
  max-width: 100%;
  margin-bottom: 5px;
}

.car-sign-right {
  font-size: 48px;
  line-height: 56px;
  padding: 0 10px 0 40px;
  font-weight: bold;
}

.car-info-form .input-group-addon {
  /* font-size: 20px; */
  background-color: transparent;
  border: none;
  min-width: 52px;
}

.step-content form .form-group {
  margin-bottom: 20px;
}

.form-input-required {
  position: relative;
}

.car-info-form .input-group-addon i {
  font-size: 20px;
}

/* .step-content form input[type="text"],
.step-content form input[type="password"], */
.step-content form input:not([type="radio"]):not([type="checkbox"]),
.car-damage-form textarea,
.car-damage-form .bootstrap-select button {
  border: 1px solid #bdcdd6;
  width: 100%;
  padding: 6px 15px;
  /* font-size: 18px; */
  box-sizing: border-box;
  color: #000;
  outline: none;
  height: auto;
  border-radius: 6px;
}

.step-content form label {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.step-content form label a {
  color: inherit;
  text-decoration: underline;
}

.car-damage-form textarea {
  height: 150px;
  resize: vertical;
}

.step-content form .car-sign-right input {
  background: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  font-size: inherit;
  text-transform: uppercase;
}

/* .step-content form input[type="text"]:focus,
 .step-content form input[type="password"]:focus */
.step-content form input:not([type="checkbox"]):focus {
  border-color: #4faefc;
}

.login form .form-error input,
.step-content form .form-error input:not([type="checkbox"]) {
  border-color: #ff1711;
}


.input-required {
  position: absolute;
  top: 2px;
  right: 7px;
  color: #677075;
  /* font-size: 18px; */
}

.login .input-required {
  color: #FFF;
}

.bootstrap-select+.input-required {
  right: 48px;
  z-index: 2;
}

.validation-error {
  margin-bottom: 20px;
}

.form-error .input-required,
.validation-error {
  color: #ff1711;
}

.form-zip-inline .form-group {
  width: 35%;
  padding-left: 20px;
  display: block;
  float: left;
}

.form-zip-inline .form-group:first-child {
  width: 65%;
  padding: 0;
  display: block;
  float: left;
}

.form-zip-inline::after {
  clear: both;
  display: block;
  content: "";
}

.pricing-table {
  background-color: #4faefc;
  color: #FFF;
  margin: 20px -20px;
  padding: 20px;
}

.pricing-table-title {
  border-bottom: 2px dashed #FFF;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

.pricing-table-price {
  margin-bottom: 10px;
}

.pricing-table-total {
  border-top: 2px solid #FFF;
}

.total-price-padding {
  padding-right: 30px;
}

.next-step-container {
  background-color: #23292b;
  text-align: center;
  padding: 15px 0;
}

.popover {
  background-color: #23292b;
  color: #FFF;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1000;
  max-width: 300px;
  display: none;
}

.popover h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #FFF;
}

.popover img {
  max-width: 100%;
  border-radius: 8px;
}

.info-icon-container {
  position: relative;
  margin-left: 8px;
  float: right;
}

.info-icon {
  font-size: 20px;
  color: #23292b;
  cursor: pointer;
}

.popover {
  position: absolute;
  top: calc(100% + 15px);
  left: -265px;
  width: 300px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  display: none;
}

.popover:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: white;
  transform: rotate(45deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.popover-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #23292b;
  cursor: pointer;
  line-height: 1;
}

.popover h3 {
  font-size: 18px;
  font-weight: 600;
  color: #23292b;
  margin: 0 0 10px;
  padding-right: 20px;
  text-align: left;
}

.popover p,
.popover ul {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0 0 15px;
  text-align: left;
}

.popover img {
  width: 100%;
  border-radius: 4px;
}

.popover.top>.arrow:after {
  border-top-color: #23292b;
}

#chassis_nr_loc {
  display: block;
}

.car-damage-form .bootstrap-select button {
  /* overflow: hidden; */
  position: relative;
  height: 40px;
  padding: 6px 43px 6px 15px;
  font-size: inherit;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  position: initial;
}

.bootstrap-select .bs-caret .caret:before {
  /* FontAwesome chevron icon CSS */
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  /* #END# FontAwesome chevron icon CSS  */

  color: #FFF;
  background-color: #677075;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.damage-image-container {
  border: 1px solid #bdcdd6;
  padding: 10px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.photo_input.hidden {
  display: block !important;
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
}

.damage-image-container .uploaded-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #23292b;
  ;
  color: #fff;
}

.damage-image-container img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.damage-image-container .fa-camera {
  font-size: 40px;
  margin: 15px 0;
  color: #677075;
}

.alert.bg-brown {
  background-color: brown;
}

.img_editor_container {
  width: 100%;
  /*height: 100%;*/
  max-width: 100%;
  /*max-height: 100%;*/
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 13;
  background-color: #23292b;
  color: white;
  text-align: center;
  overflow: hidden;
}

#img_editor_container_div {
  padding: 20px;
}

.canvas_button {
  border: 1px solid #96a4ab;
  background: transparent;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-top: 4px;
}

.canvas_button:disabled {
  border-color: #31373a;
  color: #282c2d;
}

.canvas_button .fa {
  font-size: 25px;
}

.img_editor_buttons {
  display: inline-block;
}

.button_spacer {
  width: 50px;
}

.progressBarContainer {
  text-align: center;
  margin-top: 100px;
}

.progressBarContainer>* {
  margin: 0 auto;
}

.progressBar {
  background-color: grey;
  height: 5px;
  width: 200px;
}

.progressBarProgress {
  background-color: blue;
  height: 5px;
  width: 0;
}

.powered-by {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  background: white;
  font-size: 12px;
  line-height: 27px;
  text-align: left;
  padding: 0 15px;
}

.powered-by-link {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

.powered-by + .navbar {
  top: 27px;
}

.navbar {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  height: 67px;
}

.steps {
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-top: 0;
}

body:not(.tinymce) {
  padding-top: 129px;
}

.login {
  background-position: center top;
  margin-top: 0;
  padding-top: 0;
}

.step-content.container {
  padding-bottom: 26px;
  overflow-x: hidden;
  box-shadow: 0px 4px 14.6px 2px #00000040;
  background-color: #fff;
  border-radius: 11px;
}

.step-content+.next-step-container {
  margin-top: -81px;
}

.home-content {
  padding: 50px 10px 50px;
  margin-top: 0;
  background-position: center top;
}

body.tinymce {
  width: auto;
  height: auto;
}

.ss-step-container {
  display: flex;
  gap: 6px;
}

.ss-step-container .badge {
  font-size: 10px;
  line-height: 10px;
  padding: 4px 6px;
  width: 18px;
  font-weight: 400;
}

.ss-step-container .badge.bg-danger {
  background-color: #f00;
}

.ss-step-container .badge.bg-brand {
  background-color: var(--brand-color, #ff0000);
}

.ss-step-container .item span {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;

}

.ss-step-container {}

.ss-preview-img {
  margin: 32px 0;
  border-radius: 22px;
}

.ss-customer-options {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ss-customer-options label {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.ss-customer-options div {
  border: 1px solid #000;
  padding: 12px;
  font-size: 14px;
  line-height: 16px;
}

.ss-customer-options label:first-of-type div {
  border-right: unset;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.ss-customer-options label:last-of-type div {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.ss-customer-options input+div i {
  display: none;
}

.ss-customer-options input:checked+div {
  background-color: #FFE0E0;
  background-color: color-mix(in srgb, var(--brand-color, #ff0000), white 88%);
}

.ss-customer-options input:checked+div i {
  display: inline-block;
}

.btn-wide {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  padding: 16px;
}

.btn-danger {
  background-color: #f00;
}

.btn-brand {
  color: #fff;
  background-color: var(--brand-color, #ff0000);
  border-color: var(--brand-color, #ff0000);
}

.btn-brand:active:hover, .btn-brand:hover, .btn-brand:focus {
  color: #fff;
  background-color: var(--brand-color, #ff0000);
  border-color: var(--brand-color, #ff0000);
}

.ss-radio-selects {}

.ss-radio-selects label {
  border: 1px solid #EAECEB;
  border-radius: 8px;
  display: block;
  padding: 12px;
}

.ss-radio-selects input {
  display: block;
  position: unset;
}

.ss-radio-selects .ss-radio-icon {
  width: 16px;
  height: 16px;
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
}

.ss-radio-selects input:checked+span .ss-radio-icon {
  border-color: #000;
  position: relative;
}

.ss-radio-selects input:checked+span .ss-radio-icon::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: #000;
}

.ss-progress-bar {
  position: relative;
  height: 4px;
  background-color: #E4E4E4;
  border-radius: 4px;
  margin-top: 8px;
}

.ss-progress {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background-color: #12D300;
  transition: width 0.3s ease-in-out;
  width: 1%;
}

.ss-photo-progress {
  margin: 20px 0;
}

.ss-photo-progress b {}

.ss-photo-upload {
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  margin: 20px 0;
  transition: all 0.3s ease;
}

.ss-photo-upload.drag-over {
  background: #e9ecef;
  border-color: #007bff;
}

.ss-modal {
  padding: 30px;
}

.ss-modal i {
  font-size: 48px;
  color: #666;
  margin-bottom: 15px;
}

.ss-modal h3 {
  margin-bottom: 15px;
  color: #333;
}

.ss-modal span {
  display: block;
  margin: 10px 0;
  color: #666;
}

.upload-trigger {
  background: #ff0000;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease;
}

.upload-trigger:hover {
  background: #e60000;
}

.ss-progress-bar {
  height: 4px;
  background: #eee;
  border-radius: 2px;
  margin: 10px 0;
  overflow: hidden;
}

.ss-progress {
  height: 100%;
  background: #4CAF50;
  transition: width 0.3s ease;
}

.photo-preview {
  position: relative;
  max-width: 100%;
  margin-top: 20px;
}

.photo-preview img {
  max-width: 100%;
  border-radius: 8px;
}

#comments {
  margin-top: 30px;
}

#comments textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
}

#save-button {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-size: 16px;
}

.mt-5 {
  margin-top: 2rem;
}

#controls {
  width: 100%;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 26px;
}

#controls i {
  font-size: 20px;
  line-height: 20px;
  margin: 0 9px;
  cursor: pointer;
  padding: 7px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

#controls i:hover {
  background-color: #edeaea;
}

.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ss-overview-container {
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 1rem;
}

.ss-overview-container h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.overview-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.ss-overview-grid {
  display: grid;
  gap: 1rem;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .ss-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ss-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.photo-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.photo-container {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background: #f8f9fa;
}

.photo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-info {
  padding: 1rem;
  background: white;
}

.photo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.photo-number {
  font-weight: 600;
  color: #2d3748;
  font-size: 1.1rem;
}

.photo-location {
  color: #718096;
  font-size: 0.9rem;
}

.add-photo {
  background: #fff;
  border: 2px dashed #ff1711;
  border-radius: 12px;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.add-photo:active {
  background: #fff5f5;
}

.add-photo-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #ff1711;
  padding: 2rem;
  text-align: center;
}

.add-photo-button i {
  font-size: 2.5rem;
  color: #ff1711;
}

.add-photo-button span {
  font-weight: 600;
  font-size: 1.1rem;
}

.add-photo-button small {
  color: #666;
  font-size: 0.9rem;
}

.edit-controls {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.edit-controls button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: none;
  background: white;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.edit-controls button:active {
  background: #ff1711;
  color: white;
}

.ss-overview-actions {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .ss-overview-container {
    margin: 0.5rem;
    padding: 1rem;
  }

  .photo-item {
    margin-bottom: 1rem;
  }

  .add-photo {
    min-height: 160px;
  }

  .add-photo-button {
    padding: 1rem;
  }
}

.ss-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid white;
}

.photo-comments {
  margin-top: 8px;
  font-size: 0.9em;
  color: #666;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 4px;
}

.photo-comments i {
  color: #999;
  margin-top: 3px;
}

.photo-comments span {
  flex: 1;
  word-break: break-word;
  line-height: 1.4;
}

.ss-marker {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-cross {
  color: red;
  font-size: 24px;
  font-weight: bold;
}

.edit-photo {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.photo-info {
  padding: 12px;
}

.photo-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.photo-number {
  font-weight: bold;
}

.photo-location {
  color: #666;
}

.add-photo {
  border: 2px dashed #ccc;
  border-radius: 12px;
  aspect-ratio: 1;
}

.add-photo-button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  gap: 8px;
}

.add-photo-button i {
  font-size: 24px;
}

/* Add these styles for form validation feedback */
.form-group.form-valid input {
  border-color: #4CAF50 !important;
  border-width: 2px;
}

.form-group.form-valid::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 35px;
  color: #4CAF50;
}

/* Ensure there's space for the icon */
.form-group {
  position: relative;
}

.form-group input {
  padding-right: 30px;
}

.ss-step-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2rem 0;
}

.ss-step-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ss-step-container .badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-secondary {
  background-color: #6c757d;
}

.font-bold {
  font-weight: bold;
  font-size: 14px;
}

.ss-step-container .item.completed .badge {
  background: #4CAF50 !important;
}

.bg-secondary {
  background: #9e9e9e;
}

/* Checkout Page Styles */
.photo-slider {
  position: relative;
  margin: 20px 0;
  padding: 0 40px;
}

.slider-container {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}

.slider-container::-webkit-scrollbar {
  display: none;
}

.photo-item {
  flex: 0 0 calc(100% - 20px);
  /* Default for mobile */
  scroll-snap-align: start;
  transition: all 0.3s ease;
}

.photo-container {
  position: relative;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.check-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #4CAF50;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.check-icon i {
  color: white;
  font-size: 14px;
}

.photo-info {
  padding: 12px 0;
}

.photo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.photo-number {
  font-weight: 600;
  color: #333;
}

.photo-location {
  color: #666;
  font-size: 0.9em;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.slider-nav:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.slider-nav.prev {
  left: 0;
}

.slider-nav.next {
  right: 0;
}

.slider-nav i {
  color: #333;
  font-size: 16px;
}

.slider-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive Breakpoints */
@media (min-width: 576px) {
  .photo-item {
    flex: 0 0 calc(50% - 20px);
    /* 2 items per row */
  }

  .photos-grid {
    margin: 40px 112px;
  }
}

@media (min-width: 768px) {
  .photo-item {
    flex: 0 0 calc(33.333% - 20px);
    /* 3 items per row */
  }
}

@media (min-width: 992px) {
  .photo-item {
    flex: 0 0 calc(25% - 20px);
    /* 4 items per row */
  }

  .photo-slider {
    padding: 0 50px;
    /* Slightly larger padding for navigation buttons */
  }

  .slider-nav {
    width: 40px;
    height: 40px;
  }

  .slider-nav i {
    font-size: 18px;
  }
}

.contact-details {
  position: relative;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.contact-details p {
  margin: 5px 0;
  color: #333;
}

.edit-contact {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.edit-contact:hover {
  color: #333;
  text-decoration: none;
}

.edit-contact i {
  font-size: 12px;
}

.pricing-details {
  margin: 20px 0;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.pricing-row.total {
  border-bottom: none;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.terms-checkbox {
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.btn-success {
  background-color: #67c23a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
}

.ideal-logo {
  height: 24px;
  margin-left: 10px;
}

h2,
h3 {
  margin: 30px 0 15px;
}

/* Checkout Complete Page Styles */
.checkout-complete {
  max-width: 3xl;
  padding: 2rem 1rem;
}

.checkout-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 2rem;
}

/* Progress Steps */
.steps-progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.step-item {
  display: flex;
  align-items: center;
}

.step-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #10B981;
  /* green-500 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-circle svg {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.step-line {
  height: 0.25rem;
  width: 3rem;
  background-color: #10B981;
  /* green-500 */
}

/* Content Sections */
.complete-content {
  text-align: left;
  margin-bottom: 2rem;
}

.complete-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.complete-description {
  color: #4B5563;
  /* gray-600 */
  margin-bottom: 1.5rem;
}

/* Image Container */
.confirmation-image {
  margin-bottom: 2rem;
}

.image-wrapper img {
  border-radius: 0.5rem;
  max-width: 100%;
  margin: 0 auto;
}

/* Questions Section */
.questions-section {
  text-align: left;
  margin-bottom: 2rem;
}

.questions-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.questions-description {
  color: #4B5563;
  /* gray-600 */
  margin-bottom: 1.5rem;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.btn-contact {
  background-color: #DC2626;
  /* red-600 */
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: background-color 0.2s;
}

.btn-contact:hover {
  background-color: #B91C1C;
  /* red-700 */
}

.btn-home {
  background-color: #111827;
  /* gray-900 */
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: background-color 0.2s;
}

.btn-home:hover {
  background-color: #1F2937;
  /* gray-800 */
}

.form-error input {
  border-color: #dc3545;
}

.form-valid input {
  border-color: #28a745;
}

.general-form-error {
  margin-bottom: 20px;
}

.validation-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
}