#structure-form .wrapper > .left {
  background: var(--lt-grey3);
  width: 298px;
  padding: 28px 38px;
  display: flex;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 100%;
}

#structure-form .left .top .inner-left {
  background-color: rgb(0 0 0 / 12%);
  border-radius: 30px;
  width: 4px;
  height: 92%;
}

#structure-form .left .top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#structure-form .left .top .inner-right {
  width: calc(100% - 32px);
  padding: 12px 0;
}

#structure-form .left .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

#structure-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100vh;
  margin: 0 auto;
}

#structure-form .left .top .inner-left .inner-blk {
  height: 32px;
  width: 4px;
  background: var(--pri);
  border-radius: 30px;
}

#structure-form .left .top .inner-right ul li {
  font-size: 13px;
  color: #0e0e0e;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}

#structure-form .left .top .inner-right ul li.active {
  color: var(--pri);
}

#structure-form .left .bottom span {
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--pri);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

#structure-form .left .bottom span img {
  margin-right: 12px;
}

#structure-form .wrapper > .right {
  padding: 50px 62px;
  width: calc(100% - 298px);
  overflow: auto;
  height: 100%;
  position: relative;
  display: flex;
}

#structure-form .right .inner-right {
  width: 50%;
}

#structure-form .right .inner-right h2 {
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 8px;
  font-family: var(--latoBlack);
}

#structure-form .right .inner-right p {
  font-size: 14px;
  line-height: 19px;
  color: var(--grey);
}

#structure-form .right .inner-right .link {
  color: var(--pri);
  cursor: pointer;
}

/* #structure-form .right .inner-right form label {
  position: relative;
} */

#structure-form .right .inner-right form textarea {
  height: 120px;
  resize: none;
  overflow: auto;
  line-height: 20px;
}

#structure-form .right .inner-right form input::-webkit-outer-spin-button,
#structure-form .right .inner-right form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* 
#structure-form .right .inner-right form .form-group {
  margin-top: 18px;
} */

/* #structure-form .right .inner-right form .form-control {
  margin-bottom: 22px;
} */

#structure-form .continue-btn {
  margin: 30px 0 50px;
  width: 100%;
}

#structure-form .right .inner-right form input::placeholder {
  opacity: 0.5;
}

#structure-form .right .inner-right .form-control p {
  margin-top: 11px;
}

/* #structure-form .right .inner-right .form-control .error {
  top: 68px;
} */

#structure-form .right .inner-right form .form-control .text-count {
  font-size: 14px;
  position: absolute;
  bottom: -28px;
  right: 2px;
  color: var(--lt-grey);
  background-color: #fff;
  padding: 0;
}

#structure-form .right .inner-right .switch-block .left .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
  border-radius: 30px;
  box-shadow: 0 0 0 0 #c9c9c900 inset, 0 0 0 0 #c9c9c900 inset,
    0 0 0 0 #c9c9c900 inset, 1px 1px 2px 1px #cbcbcb inset;
}

#structure-form .right .inner-right .switch-block .left .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#structure-form .right .inner-right .switch-block .left .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#structure-form .right .inner-right .switch-block .left .switch .slider:before {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--pri);
}

#structure-form
  .right
  .inner-right
  .switch-block
  .left
  .switch
  input:checked
  + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

#structure-form .right .inner-right .switch-block .left .switch .slider.round {
  border-radius: 30px;
  color: unset;
}

#structure-form .right .inner-right .switch-block .left .switch input:focus {
  outline: none;
}

#structure-form .right .inner-right .switch-block .left .switch label:focus {
  outline: none;
}

#structure-form .right .inner-right .inner-wrapper .switch-block .right {
  width: calc(100% - 70px);
}

#structure-form .right .inner-right .inner-wrapper .switch-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#structure-form .right .inner-right .switch-block p {
  font-weight: 700;
  font-size: 13px;
}

#structure-form .right .inner-right .inner-wrapper .authentication-blk {
  padding: 8px 15px;
  box-shadow: 0px 0px 3px #000000ad inset;
  min-height: 40px;
  border-radius: 8px;
  background-color: var(--white);
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#structure-form .right .inner-right .inner-wrapper .authentication-blk span {
  text-align: center;
  display: block;
  font-size: 14px;
  color: var(--lt-grey);
}

#structure-form .right .inner-right .inner-wrapper .authentication-blk img {
  position: absolute;
  left: 20px;
  top: 13px;
  display: none;
}

#structure-form
  .right
  .inner-right
  .inner-wrapper
  .authentication-blk.active
  img {
  display: inline-block;
}

#structure-form
  .right
  .inner-right
  .inner-wrapper
  .authentication-blk.active
  span {
  color: var(--pri);
}

#structure-form .right .inner-right form .form-control .missing-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#structure-form
  .right
  .inner-right
  form
  .form-control
  .missing-block
  .missing-info {
  font-size: 14px;
  color: var(--pri);
  font-weight: 700;
}

#structure-form .right .inner-right form .form-control .missing-block label {
  margin-bottom: 0;
}

#structure-form .right .inner-right form .form-control.required-block input {
  padding-right: 72px;
}

#structure-form
  .right
  .inner-right
  form
  .form-control.required-block
  .required {
  position: absolute;
  bottom: 11px;
  right: 14px;
  color: var(--pri);
  font-size: 14px;
}

#structure-form .right .button-block {
  margin-top: 40px;
}

#structure-form .right .inner-right .button-block button {
  width: auto;
  min-width: 90px;
  display: inline-flex;
  min-height: 35px;
  border: none;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  background: var(--pri);
  color: var(--white);
  font-weight: 700;
}

#structure-form .right .inner-right .button-block button.skip {
  background: transparent;
  border: 2px solid var(--pri);
  color: var(--pri);
  margin-right: 15px;
}

#structure-form .right .inner-right form {
  margin-top: 20px;
}

#structure-form .business-structure .map-block {
  position: sticky;
  border-radius: 5px;
  overflow: hidden;
  top: 0;
  width: calc(50% - 40px);
  margin-left: 40px;
  height: 100%;
  max-height: 675px;
}

#structure-form .left .top .inner-right ul li.active:before {
  content: "";
  height: 32px;
  width: 4px;
  background: var(--pri);
  border-radius: 30px;
  left: -32px;
  position: absolute;
  top: -12px;
}

#structure-form
  .authentication.right
  .inner-right
  form
  .verification-wrapper
  .form-group {
  margin-top: 10px;
}

#structure-form .right.business-structure .inner-right .customer-details {
  padding-bottom: 35px;
}

#structure-form.addhotel-form > .left {
  padding: 42px 38px 22px;
}

#structure-form .left .top .inner-left {
  height: 85%;
}

#structure-form .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100vh - var(--headheight));
  padding: 0;
}

.verify-account-twostep .inner-wrapper.mobile-popup-content {
  padding-top: 20px;
}

@media screen and (min-width: 1800px) {
  #structure-form .left .top .inner-right ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* #structure-form .wrapper > .left {
    padding: 28px 50px;
    width: 415px;
  }
  #structure-form .wrapper > .right {
    width: calc(100% - 415px);
  }
  
  #structure-form .right .inner-right form .form-control {
    margin-bottom: 28px;
  }
  #structure-form .right .inner-right .form-control .error {
    top: 81px;
  }
  #structure-form .right .inner-right h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  #structure-form .right .inner-right p {
    font-size: 20px;
    line-height: 26px;
  }
  #structure-form .wrapper {
    height: calc(100vh - 75px);
  }
  #structure-form .left .top .inner-right ul li.active:before {
    height: 40px;
  }
  #structure-form .right .inner-right form .form-control .text-count {
    font-size: 16px;
  }
  #structure-form .right .inner-right .inner-wrapper .authentication-blk {
    min-height: 50px;
  }
  #structure-form
    .right
    .inner-right
    form
    .inner-wrapper
    .authentication-blk
    span {
    font-size: 18px;
  }
  #structure-form .business-structure .map-block {
    max-height: 812px;
  } */
}

@media screen and (max-width: 1450px) {
  #structure-form .wrapper > .right {
    padding: 20px 22px;
    width: calc(100% - 268px);
  }

  #structure-form .wrapper > .left {
    padding: 28px 22px;
    width: 268px;
  }

  #structure-form .business-structure .map-block {
    width: calc(50% - 22px);
    margin-left: 22px;
  }
}

@media screen and (max-width: 1200px) {
  #structure-form .right .inner-right {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  #structure-form .wrapper > .left {
    width: 240px;
    padding: 28px 22px;
  }

  #structure-form .wrapper > .right {
    width: calc(100% - 240px);
    padding: 35px 25px;
  }

  #structure-form .right .inner-right {
    width: 392px;
    max-width: 90%;
  }

  #structure-form .left .top .inner-right {
    width: calc(100% - 26px);
  }

  #structure-form .left .top .inner-right ul li.active:before {
    left: -28px;
  }

  #structure-form .business-structure .map-block {
    margin-left: 25px;
    width: calc(50% - 25px);
  }

  #structure-form .continue-btn {
    margin: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  #structure-form .wrapper {
    align-content: flex-start;
  }

  #structure-form .wrapper > .left {
    width: 100%;
    height: auto;
    padding: 20px 30px;
  }

  #structure-form .wrapper > .right {
    width: 100%;
    padding: 20px 30px;
    height: auto;
    max-width: 100%;
    flex: 1;
    flex-direction: column;
  }

  .addhotel-form .business-details {
    height: 100%;
  }

  #structure-form .left .top .inner-right {
    width: calc(100% - 28px);
  }

  #structure-form .left .top .inner-right ul li {
    font-size: 13px;
    margin-bottom: 16px;
  }

  #structure-form .right .inner-right h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  #structure-form .right .inner-right p {
    font-size: 13px;
    line-height: 16px;
  }

  #structure-form .right .inner-right form {
    margin-top: 34px;
  }

  #structure-form .right .inner-right form label {
    font-size: 13px;
  }

  #structure-form
    .right
    .inner-right
    form
    .form-control
    .missing-block
    .missing-info {
    font-size: 13px;
  }

  #structure-form
    .right
    .inner-right
    form
    .form-control.required-block
    .required {
    font-size: 13px;
    bottom: 10px;
  }

  #structure-form .wrapper > .right.business-structure {
    flex-direction: column;
  }

  #structure-form .business-structure .map-block {
    min-height: 500px;
    margin: 0;
    width: 100%;
    max-width: unset;
  }

  #structure-form .wrapper .inner-right {
    width: 100%;
    max-width: unset;
    flex: 1 1;
  }

  #structure-form .continue-btn {
    margin-top: 10px;
  }

  .business-hours .week-block .week-inner .status-block .open-block,
  .business-hours .week-block .week-inner .status-block .close-block {
    width: auto;
  }

  #structure-form .wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  #structure-form .wrapper > .left .bottom {
    margin-top: 20px;
  }

  #structure-form .wrapper > .right .inner-right h2 {
    font-size: 20px;
  }

  #structure-form .wrapper > .right .inner-right p {
    font-size: 12px;
    line-height: 17px;
  }

  #structure-form .wrapper > .left .bottom span {
    font-size: 12px;
  }

  #structure-form {
    height: auto;
  }

  #structure-form .right .inner-right form {
    margin-top: 18px;
  }

  .drag-drop-popup-content
    .image-wrapper.not-selected
    .upload-block
    img.not-selected {
    height: 40px;
  }

  .drag-drop-popup-content
    .image-wrapper.not-selected
    .upload-block
    span.not-selected {
    font-size: 17px;
  }

  #structure-form .wrapper > .left {
    padding: 20px 15px 5px;
    position: sticky;
    top: var(--headheight);
    z-index: 3;
  }

  #structure-form .wrapper > .right {
    padding: 20px 15px;
  }

  #structure-form .left .top .inner-right {
    width: 100%;
    padding: 0;
  }

  #structure-form .left .top .inner-right ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 4px;
  }

  .property-action-left .btn-filled.btn-inverse {
    min-height: 28px;
    font-size: 11px;
    padding: 0 10px;
  }

  .property-action-left .btn-filled.btn-inverse i.cs-icon {
    display: none;
  }

  .mp-details #structure-form .left .top .inner-right ul {
    grid-template-columns: repeat(8, 1fr);
  }

  #structure-form .left .top .inner-right ul li {
    flex: 0 0 25%;
    text-align: center;
    font-size: 0px;
    margin: 0;
    padding: 6px 0;
  }

  #structure-form .left .top .inner-right ul li:before,
  #structure-form .left .top .inner-right ul li.active:before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    top: -5px;
    display: block;
    background-color: var(--pri);
    position: absolute;
    border-radius: 0px;
  }

  #structure-form .left .top .inner-right ul li.active ~ li:before {
    background-color: transparent;
  }

  #structure-form .left .top .inner-left {
    height: 4px;
    width: 100%;
  }

  #structure-form
    .right.gallery
    .gallery-block
    .gallery-block-inner
    .img-block
    .title {
    min-height: 25px;
  }

  #structure-form
    .right.gallery
    .gallery-block
    .gallery-block-inner
    .img-block
    .title
    span {
    font-size: 13px;
  }

  #structure-form .right.business-structure .inner-right .customer-details {
    padding-bottom: 0;
  }

  #structure-form .wrapper > .right .inner-right p {
    margin: 0;
  }

  #structure-form .right.gallery .gallery-block {
    margin: 0;
  }

  .property-action-left {
    position: absolute;
    right: 10px;
    top: 8px;
  }

  #structure-form .left .top {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 600px) {
  #structure-form .right .inner-right .inner-wrapper .authentication-blk span {
    font-size: 13px;
  }

  #structure-form .right .inner-right .inner-wrapper .authentication-blk img {
    max-width: 15px;
    top: 14px;
  }

  #structure-form
    .right
    .inner-right
    form
    .form-control.required-block
    .required {
    font-size: 12px;
  }

  #structure-form
    .right
    .inner-right
    form
    .form-control
    .missing-block
    .missing-info {
    font-size: 12px;
  }

  #structure-form .right .inner-right form label {
    font-size: 13px;
  }

  #structure-form .right .inner-right form button {
    font-size: 13px;
  }

  #structure-form .wrapper > .right .inner-right h2 {
    font-size: 15px;
  }

  .hour-right-list .edit-block {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  #structure-form .right .inner-right .switch-block p {
    font-size: 12px;
    line-height: 16px;
  }

  #structure-form .right .inner-right .switch-block .left .switch {
    width: 50px;
    height: 25px;
  }

  #structure-form
    .right
    .inner-right
    .switch-block
    .left
    .switch
    .slider:before {
    width: 18px;
    height: 18px;
    bottom: 3px;
  }

  #structure-form .right .inner-right .inner-wrapper .switch-block .right {
    width: calc(100% - 65px);
  }

  #structure-form
    .right
    .inner-right
    .switch-block
    .left
    .switch
    input:checked
    + .slider:before {
    transform: translateX(21px);
  }
}
