@charset "UTF-8";
/*Variables starts*/
:root {
  --theme-primary-color: #002664;
  --theme-secondary-color: #f47920;
}

/*Variables starts*/
body {
  min-width: 100%;
  background: #ffffff;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

div {
  font-family: "Roboto", sans-serif;
}

.six-storage-grid-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.six-storage-grid-container-root {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.six-storage-grid-container-root h5 {
  text-transform: none;
}

@media (min-width: 576px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #six-storage-online-unit-collection-contianer.six-storage-grid-d-grid .six-storage-gridshadow {
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .six-storage-text-title-dashboard {
    margin-bottom: 0px;
  }
  .six-storage-profile-align-center {
    display: flex;
    align-items: center;
  }
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #six-storage-online-unit-collection-contianer.six-storage-grid-d-grid .six-storage-gridshadow {
    max-width: 31%;
  }
  .six-storage-min-w-30 {
    min-width: 30%;
  }
  .six-storage-min-w-18 {
    min-width: 18%;
  }
  .six-storage-min-w-25 {
    min-width: 25%;
  }
}
#six-storage-online-unit-collection-contianer.six-storage-grid-d-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .six-storage-grid-container-root {
    width: 700px;
    max-width: 700px;
  }
  .six-storage-grid-container {
    width: 700px;
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .six-storage-grid-container-root {
    width: 720px;
    max-width: 720px;
  }
  .six-storage-grid-container {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .six-storage-grid-container-root {
    width: 960px;
    max-width: 960px;
  }
  .six-storage-grid-container {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .six-storage-grid-container-root {
    width: 100%;
    max-width: 1200px;
  }
  .six-storage-grid-container {
    width: 100%;
    max-width: 1285px;
  }
}
.six-storage-grid-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.six-storage-text-blue {
  color: #107ef4;
}

.six-storage-grid-m0 {
  margin: 0px !important;
}
.six-storage-grid-mr0 {
  margin-right: 0px !important;
}
.six-storage-grid-ml0 {
  margin-left: 0px !important;
}
.six-storage-grid-mb0 {
  margin-bottom: 0px !important;
}
.six-storage-grid-mt0 {
  margin-top: 0px !important;
}
.six-storage-grid-p0 {
  padding: 0px !important;
}
.six-storage-grid-pr0 {
  padding-right: 0px !important;
}
.six-storage-grid-pl0 {
  padding-left: 0px !important;
}
.six-storage-grid-pb0 {
  padding-bottom: 0px !important;
}
.six-storage-grid-pt0 {
  padding-top: 0px !important;
}

.six-storage-grid-m5 {
  margin: 5px !important;
}
.six-storage-grid-mr5 {
  margin-right: 5px !important;
}
.six-storage-grid-ml5 {
  margin-left: 5px !important;
}
.six-storage-grid-mb5 {
  margin-bottom: 5px !important;
}
.six-storage-grid-mt5 {
  margin-top: 5px !important;
}
.six-storage-grid-p5 {
  padding: 5px !important;
}
.six-storage-grid-pr5 {
  padding-right: 5px !important;
}
.six-storage-grid-pl5 {
  padding-left: 5px !important;
}
.six-storage-grid-pb5 {
  padding-bottom: 5px !important;
}
.six-storage-grid-pt5 {
  padding-top: 5px !important;
}

.six-storage-grid-m10 {
  margin: 10px !important;
}
.six-storage-grid-mr10 {
  margin-right: 10px !important;
}
.six-storage-grid-ml10 {
  margin-left: 10px !important;
}
.six-storage-grid-mb10 {
  margin-bottom: 10px !important;
}
.six-storage-grid-mt10 {
  margin-top: 10px !important;
}
.six-storage-grid-p10 {
  padding: 10px !important;
}
.six-storage-grid-pr10 {
  padding-right: 10px !important;
}
.six-storage-grid-pl10 {
  padding-left: 10px !important;
}
.six-storage-grid-pb10 {
  padding-bottom: 10px !important;
}
.six-storage-grid-pt10 {
  padding-top: 10px !important;
}

.six-storage-grid-m15 {
  margin: 15px !important;
}
.six-storage-grid-mr15 {
  margin-right: 15px !important;
}
.six-storage-grid-ml15 {
  margin-left: 15px !important;
}
.six-storage-grid-mb15 {
  margin-bottom: 15px !important;
}
.six-storage-grid-mt15 {
  margin-top: 15px !important;
}
.six-storage-grid-p15 {
  padding: 15px !important;
}
.six-storage-grid-pr15 {
  padding-right: 15px !important;
}
.six-storage-grid-pl15 {
  padding-left: 15px !important;
}
.six-storage-grid-pb15 {
  padding-bottom: 15px !important;
}
.six-storage-grid-pt15 {
  padding-top: 15px !important;
}

.six-storage-grid-m20 {
  margin: 20px !important;
}
.six-storage-grid-mr20 {
  margin-right: 20px !important;
}
.six-storage-grid-ml20 {
  margin-left: 20px !important;
}
.six-storage-grid-mb20 {
  margin-bottom: 20px !important;
}
.six-storage-grid-mt20 {
  margin-top: 20px !important;
}
.six-storage-grid-p20 {
  padding: 20px !important;
}
.six-storage-grid-pr20 {
  padding-right: 20px !important;
}
.six-storage-grid-pl20 {
  padding-left: 20px !important;
}
.six-storage-grid-pb20 {
  padding-bottom: 20px !important;
}
.six-storage-grid-pt20 {
  padding-top: 20px !important;
}

.six-storage-grid-m25 {
  margin: 25px !important;
}
.six-storage-grid-mr25 {
  margin-right: 25px !important;
}
.six-storage-grid-ml25 {
  margin-left: 25px !important;
}
.six-storage-grid-mb25 {
  margin-bottom: 25px !important;
}
.six-storage-grid-mt25 {
  margin-top: 25px !important;
}
.six-storage-grid-p25 {
  padding: 25px !important;
}
.six-storage-grid-pr25 {
  padding-right: 25px !important;
}
.six-storage-grid-pl25 {
  padding-left: 25px !important;
}
.six-storage-grid-pb25 {
  padding-bottom: 25px !important;
}
.six-storage-grid-pt25 {
  padding-top: 25px !important;
}

.six-storage-grid-m30 {
  margin: 30px !important;
}
.six-storage-grid-mr30 {
  margin-right: 30px !important;
}
.six-storage-grid-ml30 {
  margin-left: 30px !important;
}
.six-storage-grid-mb30 {
  margin-bottom: 30px !important;
}
.six-storage-grid-mt30 {
  margin-top: 30px !important;
}
.six-storage-grid-p30 {
  padding: 30px !important;
}
.six-storage-grid-pr30 {
  padding-right: 30px !important;
}
.six-storage-grid-pl30 {
  padding-left: 30px !important;
}
.six-storage-grid-pb30 {
  padding-bottom: 30px !important;
}
.six-storage-grid-pt30 {
  padding-top: 30px !important;
}

.six-storage-grid-m35 {
  margin: 35px !important;
}
.six-storage-grid-mr35 {
  margin-right: 35px !important;
}
.six-storage-grid-ml35 {
  margin-left: 35px !important;
}
.six-storage-grid-mb35 {
  margin-bottom: 35px !important;
}
.six-storage-grid-mt35 {
  margin-top: 35px !important;
}
.six-storage-grid-p35 {
  padding: 35px !important;
}
.six-storage-grid-pr35 {
  padding-right: 35px !important;
}
.six-storage-grid-pl35 {
  padding-left: 35px !important;
}
.six-storage-grid-pb35 {
  padding-bottom: 35px !important;
}
.six-storage-grid-pt35 {
  padding-top: 35px !important;
}

.six-storage-grid-m40 {
  margin: 40px !important;
}
.six-storage-grid-mr40 {
  margin-right: 40px !important;
}
.six-storage-grid-ml40 {
  margin-left: 40px !important;
}
.six-storage-grid-mb40 {
  margin-bottom: 40px !important;
}
.six-storage-grid-mt40 {
  margin-top: 40px !important;
}
.six-storage-grid-p40 {
  padding: 40px !important;
}
.six-storage-grid-pr40 {
  padding-right: 40px !important;
}
.six-storage-grid-pl40 {
  padding-left: 40px !important;
}
.six-storage-grid-pb40 {
  padding-bottom: 40px !important;
}
.six-storage-grid-pt40 {
  padding-top: 40px !important;
}

.six-storage-grid-m45 {
  margin: 45px !important;
}
.six-storage-grid-mr45 {
  margin-right: 45px !important;
}
.six-storage-grid-ml45 {
  margin-left: 45px !important;
}
.six-storage-grid-mb45 {
  margin-bottom: 45px !important;
}
.six-storage-grid-mt45 {
  margin-top: 45px !important;
}
.six-storage-grid-p45 {
  padding: 45px !important;
}
.six-storage-grid-pr45 {
  padding-right: 45px !important;
}
.six-storage-grid-pl45 {
  padding-left: 45px !important;
}
.six-storage-grid-pb45 {
  padding-bottom: 45px !important;
}
.six-storage-grid-pt45 {
  padding-top: 45px !important;
}

.six-storage-grid-m50 {
  margin: 50px !important;
}
.six-storage-grid-mr50 {
  margin-right: 50px !important;
}
.six-storage-grid-ml50 {
  margin-left: 50px !important;
}
.six-storage-grid-mb50 {
  margin-bottom: 50px !important;
}
.six-storage-grid-mt50 {
  margin-top: 50px !important;
}
.six-storage-grid-p50 {
  padding: 50px !important;
}
.six-storage-grid-pr50 {
  padding-right: 50px !important;
}
.six-storage-grid-pl50 {
  padding-left: 50px !important;
}
.six-storage-grid-pb50 {
  padding-bottom: 50px !important;
}
.six-storage-grid-pt50 {
  padding-top: 50px !important;
}

.six-storage-btn-grid-primary {
  background: #002664;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-primary:hover {
  color: #fff;
}

.six-storage-btn-grid-secondary {
  background: #f47920;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-secondary:hover {
  color: #fff;
}

.six-storage-btn-grid-blue {
  background: #002664;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-blue:hover {
  color: #fff;
}

.six-storage-btn-grid-red {
  background: #e41749;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-red:hover {
  color: #fff;
}

.six-storage-btn-grid-green {
  background: #17b978;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-green:hover {
  color: #fff;
}

.six-storage-btn-grid-black {
  background: #333;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  color: #fff;
}
.six-storage-btn-grid-black:hover {
  color: #fff;
}

input.six-storage-grid-form-control,
select.six-storage-grid-form-control {
  display: block;
  width: 100%;
  padding: 10px 8px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.six-storage-grid-form-group {
  margin-bottom: 10px;
}

/* The container */
.six-storage-container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.six-storage-container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#six-storage-dvPaymentForm,
#six-storage-iframePaymentFormMoveIn {
  border: none;
}

.six-storage-container-checkbox input:disabled ~ .six-storage-checkmark {
  cursor: no-drop;
}

/* Create a custom checkbox */
/* Create a custom radio button */
.six-storage-radiobutton {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.six-storage-container-checkbox:hover input ~ .six-storage-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.six-storage-container-checkbox input:checked ~ .six-storage-checkmark {
  background-color: #002664;
}

/* Create the checkmark/indicator (hidden when not checked) */
.six-storage-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.six-storage-container-checkbox input:checked ~ .six-storage-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.six-storage-container-checkbox .six-storage-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.six-storage-grid-img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  width: auto;
}

.six-storage-amenities-icon {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 20px;
}

.six-storage-unit-discount {
  font-size: 13px;
}

.six-storage-unit-details {
  padding: 15px;
}
.six-storage-unit-details h5 {
  font-size: 22px;
}

.six-storage-grid-ml-auto {
  margin-left: auto;
}

.six-storage-grid-mr-auto {
  margin-right: auto;
}

.six-storage-gridw-50 {
  width: 50%;
}
.six-storage-gridw-50 .six-storage-gridw-100 {
  width: 100%;
}

.six-storage-gridh-100 {
  height: 100%;
}

.six-storage-grid-text-center {
  text-align: center;
}

.six-storage-grid-six-storage-text-right {
  text-align: right;
}

.six-storage-gridshadow {
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
}

.six-storage-right-side-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.six-storage-grid-d-inline-block {
  display: inline-block;
}

.six-storage-grid-d-block {
  display: block;
}

.six-storage-grid-d-inline-flex {
  display: inline-flex;
}

.six-storage-pr-20 {
  padding-right: 20px;
}

.six-storage-pr-10 {
  padding-right: 10px;
}

.six-storage-pl-10 {
  padding-left: 10px;
}

.six-storage-unitDetails-info {
  display: flex;
  flex-grow: 3;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 8px #ddd;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-left: 15px;
  min-height: 520px;
}

.six-storage-unit-details {
  flex-grow: 3;
}

.six-storage-right-side-grid {
  flex-grow: 2;
}

.six-storage-gridViewclass {
  width: 31.3%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.six-storage-topBtns {
  justify-content: flex-end;
  margin-bottom: 20px;
}

.six-storage-topBtns .six-storage-btn-blue {
  margin-right: 15px;
}

.six-storage-topBtns img {
  width: 25px;
  padding-right: 5px;
}

/*step-2 scss*/
/****  floating-Lable style start ****/
.six-storage-floating-label {
  position: relative;
  margin-bottom: 25px;
}

.six-storage-floating-input,
.six-storage-floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 35px;
  box-shadow: none;
  border-radius: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.six-storage-floating-input:focus,
.six-storage-floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264ae;
}

.six-storage-floating-label input.six-storage-grid-form-control,
.six-storage-floating-label select.six-storage-grid-form-control {
  border-radius: 0;
  color: #000;
}

.six-storage-floating-label label {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.six-storage-floating-input:not(:-moz-placeholder-shown) ~ label {
  top: -18px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}

.six-storage-floating-input:focus ~ label,
.six-storage-floating-input:not(:placeholder-shown) ~ label,
.six-storage-floating-input.six-storage-floating-active ~ label {
  top: -18px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}

.six-storage-floating-input.six-storage-floating-active ~ label,
.six-storage-floating-input[type=date] ~ label,
[type=date].six-storage-floating-input ~ label {
  top: -18px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}

.six-storage-floating-select:focus ~ label,
.six-storage-floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-weight: normal;
  font-size: 13px;
}

/* active state */
.six-storage-floating-input:focus ~ .bar:before,
.six-storage-floating-input:focus ~ .bar:after,
.six-storage-floating-select:focus ~ .bar:before,
.six-storage-floating-select:focus ~ .bar:after {
  width: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.six-storage-floating-textarea {
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  color: #000;
}

/* highlighter */
.six-storage-highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.six-storage-floating-input:focus ~ .six-storage-highlight,
.six-storage-floating-select:focus ~ .six-storage-highlight {
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/*End*/
.six-storage-grid-w-100 {
  width: 100%;
  clear: both;
}

.six-storage-grid-w-15 {
  width: 15%;
}

.six-storage-fs-title {
  font-size: 25px;
  color: #002664;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.six-storage-text-uppercase {
  text-transform: uppercase;
}

.six-storage-text-center {
  text-align: center;
}

.six-storage-bordertable {
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
}

.six-storage-grid-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.six-storage-grid-table td {
  font-weight: normal;
  background-color: #fff;
}
.six-storage-grid-table th {
  font-weight: bold;
}

.six-storage-grid-table td,
.six-storage-grid-table th {
  padding: 0.75rem;
  vertical-align: middle;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.six-storage-text-left {
  text-align: left;
}

.six-storage-text-right {
  text-align: right;
}

.six-storage-select-unit-table tbody tr td span {
  padding-left: 80px;
  display: inline-block;
}

.six-storage-grid-bg-light {
  background-color: #f8f9fa;
}

.six-storage-grid-table-borderless td,
.six-storage-grid-table-borderless th {
  border: 0;
}

.six-storage-grid-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.six-storage-grid-border-top {
  border-top: 1px solid #dee2e6;
}

.six-storage-unit-Moveout {
  margin-top: 15px;
  padding: 0;
}

.six-storage-bordertable.six-storage-grid-six-storage-position-relative {
  position: relative;
}

.six-storage-deleteunit-btn {
  right: -12px;
  top: -16px;
  box-shadow: none;
  position: absolute;
  color: #f11616;
  border: none;
  background-color: transparent;
  padding: 5px 12px;
}
.six-storage-deleteunit-btn:focus {
  background: transparent;
  box-shadow: none;
  position: absolute;
  color: #f11616;
  border: none;
  background-color: transparent;
  padding: 5px 12px;
}
.six-storage-deleteunit-btn:focus:focus {
  background: transparent;
  box-shadow: none;
}

.six-storage-icofont-close {
  width: 30px;
}

/*End*/
/*Step3 scss*/
.six-storage-accordion {
  background-color: #002664;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  margin-bottom: 10px;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1;
}

.six-storage-accordion:after,
#six-storage-accordionExample .six-storage-grid-card .six-storage-btn-link:after {
  content: "+";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  line-height: 0.5;
}

#six-storage-accordionExample .six-storage-grid-card .six-storage-btn-link.six-storage-active:after {
  content: "−";
}

.six-storage-grid-panel h6 {
  font-size: 16px;
  margin: 20px auto;
}

#six-storage-showvehicleinfo1 {
  margin-top: 25px;
}

.six-storage-addvehicleinfo {
  max-width: 100%;
  width: 100px;
  margin: 0 auto;
  display: block;
}

.six-storage-img-container {
  position: relative;
  width: 100%;
}

.six-storage-img-box-div {
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  margin: 0 auto;
  width: 120px;
  background-size: 76%;
}

.six-storage-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.six-storage-middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}

.six-storage-img-container:hover .six-storage-image {
  opacity: 0.3;
}

.six-storage-img-container:hover .six-storage-middle {
  opacity: 1;
}

.six-storage-text {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.six-storage-text.six-storage-addPrdouct {
  width: 100%;
  height: 100%;
}
.six-storage-text a:focus {
  outline: none;
}

.six-storage-addPrdouct input {
  max-width: 80px;
  margin: 0 auto;
  max-height: 30px;
}
.six-storage-addPrdouct input a.cc {
  cursor: pointer;
}

.six-storage-addcart img {
  width: 30px;
}

.six-storage-font-weight-600 {
  font-weight: 600;
}

/*End*/
/*step4*/
.six-storage-six-storage-font-size-15 {
  font-size: 15px;
}

.six-storage-font-size-10 {
  font-size: 10px;
}

#six-storage-emergency-details-list {
  margin-bottom: 40px;
}

.six-storage-grid-title-hr {
  width: 64px;
  max-width: 64px;
  border: none;
  border-bottom: 3px solid #002664;
  margin: 0 auto !important;
  background-color: transparent;
  position: relative;
}
.six-storage-grid-title-hr::before {
  content: unset;
}
.six-storage-grid-title-hr::after {
  content: unset;
}

.six-storage-h-5 {
  font-size: 1.2rem;
}

.six-storage-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.six-storage-btn-upload {
  border: 2px solid #f47920;
  color: #f47920;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}
.six-storage-btn-upload .fa {
  font-size: 20px;
  margin-right: 12px;
}

.six-storage-upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.six-storage-invalid-feedback {
  color: red;
  font-size: 13.5px;
}

#six-storage-deliveryaddress-1 h5 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*end*/
/*step-5 scss*/
.six-storage-table-left td,
.six-storage-table-left th {
  text-align: left;
}

.six-storage-grid-border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.six-storage-grid-table .grid-thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-transform: capitalize;
}

.six-storage-grid-border {
  border: 1px solid #dee2e6;
}

.six-storage-p {
  font-size: 14px;
}

.six-storage-signature-pad {
  height: 180px;
}

.six-storage-grid-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.six-storage-h-6 {
  font-size: 1rem;
}

/* Style the tab */
.six-storage-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.six-storage-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.six-storage-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.six-storage-tab button.six-storage-active {
  background-color: #ccc;
}

.six-storage-tab a.six-storage-active {
  background-color: rgba(0, 67, 177, 0.2) !important;
}

/* Style the tab content */
.six-storage-tabcontent {
  display: none;
  padding: 6px 12px;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.six-storage-table-left .six-storage-edit-icon {
  width: 21px;
  float: right;
  height: auto;
}

.six-storage-cursor-pointer {
  cursor: pointer;
}

.six-storage-d-none {
  display: none;
}

.six-storage-min-height-150 {
  min-height: 150px;
}

.six-storage-multi-select__dropdown:after {
  font-weight: 900;
  content: "🢓";
  font-size: 31px;
  line-height: 0;
  top: 72%;
  position: absolute;
  right: 3%;
}
.six-storage-multi-select__table {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  transform: translateY(-20px) scale(0.7);
  transition: 0.3s ease-in all;
  visibility: hidden;
}
.six-storage-multi-select__table thead tr {
  width: calc(100% - 0.5rem);
}
.six-storage-multi-select__table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.six-storage-multi-select__table tbody {
  display: block;
  max-height: 80px;
  overflow-y: auto;
}
.six-storage-multi-select__table tbody::-webkit-scrollbar {
  width: 5px;
}
.six-storage-multi-select__table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.six-storage-multi-select__table tbody::-webkit-scrollbar-thumb {
  background: #888;
}
.six-storage-multi-select__table tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.six-storage-multi-select__table.show {
  transform: translateY(0px) scale(1);
  visibility: visible;
}

/*Flexbox Code starts*/
.six-storage-flexbox-important {
  display: flex !important;
}

.six-storage-grid-d-flex {
  display: flex;
}

.six-storage-grid-d-inline-flex {
  display: inline-flex;
}

.six-storage-justify-content-center {
  justify-content: center !important;
}
.six-storage-justify-content-end {
  justify-content: flex-end !important;
}
.six-storage-justify-content-start {
  justify-content: start !important;
}
.six-storage-justify-content-around {
  justify-content: space-around !important;
}
.six-storage-justify-content-between {
  justify-content: space-between !important;
}
.six-storage-justify-content-evenly {
  justify-content: space-evenly !important;
}

.six-storage-align-items-center {
  align-items: center;
}
.six-storage-align-items-end {
  align-items: flex-end;
}
.six-storage-align-items-start {
  align-items: flex-start;
}
.six-storage-align-items-strech {
  align-items: stretch;
}

.six-storage-align-self-center {
  align-self: center;
}
.six-storage-align-self-end {
  align-self: flex-end;
}
.six-storage-align-self-start {
  align-self: flex-start;
}
.six-storage-align-self-strech {
  align-self: stretch;
}

.six-storage-flex-wrap {
  flex-wrap: wrap;
}
.six-storage-flex-nowrap {
  flex-wrap: nowrap;
}
.six-storage-flex-column {
  flex-direction: column;
}

/*Flexbox Code end*/
.six-storage-text-white {
  color: #fff;
}
.six-storage-text-danger {
  color: red;
}
.six-storage-text-lightgreen {
  color: #3ccf8e;
}

.six-storage-text-red {
  color: red;
}

.border-radius-left-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border-radius-right-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.six-storage-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.six-storage-bg-light-blue {
  background-color: #002664;
  color: #fff;
}

.six-storage-deleteunit-btn span,
.six-storage-deleteunit-btn span {
  font-size: 35px;
}

.six-storage-add-more ::after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.six-storage-remove-items::after {
  content: "−";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#six-storage-selected-units-contianer .six-storage-bg-light-blue .six-storage-text-danger {
  cursor: pointer;
}

#six-storage-selected-units-contianer .six-storage-bg-light-blue {
  margin-right: 10px;
}

.six-storage-comingsoon-title {
  text-align: center;
  padding: 50px;
  font-size: 50px;
  color: #002664;
}

/*End*/
/*Dashboard*/
/* Style tab links */
.six-storage-tablink {
  background-color: #f8f8f8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.six-storage-tablink:hover {
  background-color: #ddd;
}

/* Style the tab content (and add height:100% for full page content) */
.six-storage-tabcontent {
  display: none;
  padding: 15px;
  width: 100%;
}

.six-storage-grid-table .six-storage-grid-thead-blue th {
  color: #fff;
  background-color: #6db8f2;
  border-color: #6db8f2;
}

.six-storage-grid-justify-content-left {
  justify-content: left;
}

.six-storage-leasetab table th {
  text-align: left;
}

.six-storage-leaseInfo tbody tr td span {
  position: relative;
  line-height: 21px;
  margin-top: 4px;
  color: #6b6b6b;
  font-size: 14px;
}

.six-storage-leasetab table th {
  border-top: 1px solid #ddd;
  font-size: 14px;
  min-width: 100px;
  text-transform: capitalize;
}

/* Dropdown */
.six-storage-dropdown {
  display: inline-block;
  position: relative;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
  text-align: left;
}

.six-storage-grid-text-success {
  color: #34c28d !important;
}

.six-storage-leaseInfo .six-storage-container-checkbox {
  padding-left: 0;
}

.six-storage-righText {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.six-storage-righText h6 {
  font-size: 16px;
  font-style: italic;
}

.six-storage-btn-blue-outline {
  line-break: anywhere;
  background: #fff;
  border: 1px dashed #002664;
  color: #002664;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 15px;
  display: flex;
  justify-content: center;
}

/*End*/
/*Login Form*/
.six-storage-loginForm {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.six-storage-loginForm .six-storage-grid-input-group {
  display: flex;
  margin-bottom: 20px;
}

.six-storage-loginForm .six-storage-grid-input-group-prepend {
  border: 1px solid #ddd;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.six-storage-loginForm .six-storage-grid-input-group-prepend .six-storage-grid-input-group-text {
  position: relative;
  top: 6px;
}

/*End*/
/*Signup Form*/
.six-storage-sign-up-form,
#six-storage-sign-in-form {
  max-width: 425px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
  margin-bottom: 15px;
}

.six-storage-sign-up-form .six-storage-form-row,
#six-storage-sign-in-form .six-storage-form-row {
  padding: 25px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group,
.six-storage-sign-up-form .six-storage-grid-input-group,
#six-storage-sign-in-form .six-storage-grid-input-group {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-height: 75px;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group-prepend,
.six-storage-sign-up-form .six-storage-grid-input-group-prepend,
#six-storage-sign-in-form .six-storage-grid-input-group-prepend {
  display: flex;
}

#six-storage-movein-modal-Body input.six-storage-grid-form-control,
#six-storage-movein-modal-Body select.six-storage-grid-form-control,
.six-storage-sign-up-form input.six-storage-grid-form-control,
.six-storage-sign-up-form select.six-storage-grid-form-control,
#six-storage-sign-in-form input.six-storage-grid-form-control,
#six-storage-sign-in-form select.six-storage-grid-form-control {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  box-shadow: none;
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group-text,
.six-storage-sign-up-form .six-storage-grid-input-group-text,
#six-storage-sign-in-form .six-storage-grid-input-group-text {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #002664;
  min-width: 40px;
}

.six-storage-modal-footer-text {
  display: inline-block;
  margin-bottom: 15px;
  color: #002664;
  font-weight: 400;
}

#six-storage-sign-up-btn {
  margin-bottom: 15px;
}

#six-storage-sign-in-btn {
  margin-bottom: 15px;
}

#six-storage-sign {
  display: inline-block;
  position: relative;
  color: #002664;
}

.six-storage-forgotpwd-submit {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.six-storage-show-forgotpwd {
  max-width: 420px;
  margin: 0 auto;
}

.six-storage-show-forgotpwd .six-storage-grid-input-group {
  margin-bottom: 0;
}

.six-storage-btn .six-storage-userlogin {
  font-size: 80px;
  display: block;
  position: relative;
}

button.six-storage-loginbtn,
button.six-storage-signupbtn {
  width: 150px;
  height: 150px;
  font-family: "Roboto", sans-serif;
}

#six-storage-loginform-validation .six-storage-grid-input-group {
  margin-bottom: 0px;
}

/*End*/
/*Modal Popup Start*/
.six-storage-modal-container.six-storage-active {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.six-storage-modal-container-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  background-color: white;
  width: 600px;
  max-width: 100%;
  max-height: 600px;
}

.six-storage-modal-container.six-storage-active .six-storage-modal-container-dialog {
  transform: translate(-50%, -50%) scale(1);
}

.six-storage-modal-container-header {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #002664;
}

.six-storage-modal-container-header .six-storage-title {
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.six-storage-modal-container-header .six-storage-close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

.six-storage-modal-container-body {
  padding: 10px 15px;
  background: #f8f8f8;
}

#six-storage-overlay {
  position: fixed;
  transition: 200ms ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#six-storage-overlay.six-storage-active {
  opacity: 1;
  pointer-events: all;
}

.six-storage-invalid-feedback {
  width: 100%;
  font-size: 13.5px;
  color: #dc3545;
  font-family: "Roboto", sans-serif;
}

.six-storage-invalid-feedback-contact-email {
  color: #dc3545;
  font-size: 13.5px;
}

.six-storage-price-detail {
  font-family: "Roboto", sans-serif;
  letter-spacing: unset;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
  font-size: 25px;
  font-weight: 400;
}

.six-storage-price-detail {
  font-size: 25px;
}

/*End*/
/*Final Chanes*/
.six-storage-leftsidebar {
  width: 100%;
  border-radius: 10px;
}

.six-storage-unit-details h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.six-storage-location-building {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.six-storage-right-side-grid {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.six-storage-unitImg {
  width: 150px;
  height: auto;
}

#six-storage-load-more-container {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.six-storage-show-more-previous-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 520px;
  margin-top: 20px;
}

#six-storage-unit-image {
  padding: 15px;
  max-width: 240px;
  width: 100%;
}

.six-storage-grid-d-grid #six-storage-unit-image {
  width: 250px;
}

/* End */
/*step5 latest*/
#six-storage-accordionExample {
  background: #fff;
  box-shadow: none;
}

#six-storage-accordionExample .six-storage-grid-card .six-storage-btn-link {
  color: #fff;
  text-align: left;
  display: block;
  margin-bottom: 14px;
  padding: 20px;
  outline: none;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: 600;
  background-color: #002664;
  margin-bottom: 0;
  margin-top: 20px;
}

#six-storage-myTab {
  background: #eee;
  padding: 20px;
  margin-left: 0;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  height: 60px;
  margin-top: 90px;
}

#six-storage-myTab li {
  list-style: none;
  float: left;
  padding: 0px 14px;
}

#six-storage-spinners {
  width: 100%;
  height: 100%;
  z-index: 999;
}

#six-storage-loading-container {
  z-index: 9999;
}

#six-storage-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.six-storage-fs-title {
  width: 100%;
}

.six-storage-mt-60 {
  margin-top: 60px;
}

.six-storage-merSearch {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 8px 15px;
  background: #002664;
  color: #fff;
}

.six-storage-cart-items {
  height: 15px;
  width: 15px;
  background: #002664;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  top: -14px;
  right: 89%;
  color: #fff;
}

.six-storage-font-weight-bold {
  font-weight: bold;
}

.six-storage-prdTitle {
  margin-top: 20px;
  font-size: 14px;
}

.six-storage-merCart {
  justify-content: flex-end;
}

.six-storage-addcart {
  position: relative;
  top: 8px;
  width: -moz-max-content;
  width: max-content;
}

.six-storage-grid-border-right {
  border-right: 1px solid #ddd;
}

.six-storage-grid-bg-white {
  background: #fff;
}

table.six-storage-grid-bg-white tbody tr td,
table.six-storage-grid-bg-white thead tr th {
  height: 50px;
}

#six-storage-user-details .six-storage-table-left tbody tr td {
  width: 50%;
}

.six-storage-moveinSuccess {
  text-align: center;
  padding: 35px;
  max-width: 650px;
  margin: 40px auto;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
}

/*End*/
/*Signature pad css*/
#six-storage-signature-pad {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  height: 310px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  top: 0px;
}

.six-storage-signature-pad--body canvas {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02) inset;
  margin: 0 auto;
  display: block;
}

/*End*/
/*Recall CSS*/
/* Radiobutton */
.six-storage-containerradio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #6b6b6b;
}

/* Hide the browser's default radio button */
.six-storage-containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.six-storage-checkmarkradio {
  position: absolute;
  top: -4px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.six-storage-containerradio:hover input ~ .six-storage-checkmarkradio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.six-storage-containerradio input:checked ~ .six-storage-checkmarkradio {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.six-storage-checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.six-storage-containerradio input:checked ~ .six-storage-checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.six-storage-containerradio .six-storage-checkmarkradio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.six-storage-recall-row {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
}

.six-storage-cccardrow {
  padding: 20px;
}

.six-storage-savedCards li {
  list-style: none;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.six-storage-default-btn {
  float: right;
  position: relative;
  top: -5px;
}

#six-storage-ShowNewCard,
#six-storage-showSavedCards {
  display: none;
}

/*DAshboard Css*/
/* Style tab links */
.six-storage-tablink {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
}

.six-storage-tablink:hover {
  background-color: #ddd;
}

/* Style the tab content (and add height:100% for full page content) */
.six-storage-tabcontent {
  display: none;
  padding: 15px;
  width: 100%;
}

.six-storage-grid-table .six-storage-grid-thead-blue th {
  color: #fff;
  background-color: #6db8f2;
  border-color: #6db8f2;
}

.six-storage-grid-justify-content-left {
  justify-content: left;
}

.six-storage-leasetab table td,
.six-storage-leasetab table th {
  text-align: center;
  border: 0;
}

.six-storage-leasetab table th {
  border-top: 1px solid #ddd;
  background: #fafafa;
  color: #606060;
}

.six-storage-leasetab table td {
  background: #fff;
  padding: 10px 0;
}

/* Dropdown */
.dd-button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 33%;
  right: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 40;
  text-align: left;
  display: none;
}

.dd-button.six-storage-active + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a.cc {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.dot-icon {
  width: 13px;
}

.six-storage-grid-text-success {
  color: #34c28d;
}

.six-storage-grid-text-danger {
  color: #f26d7d !important;
}

.six-storage-grid-text-warning {
  color: orangered !important;
}

.six-storage-topSearchUnits {
  margin-bottom: 30px;
  margin-top: 20px;
}

.six-storage-searchunit span {
  width: 20%;
  height: 50px;
  display: flex;
  float: left;
  border: 1px solid #ced4da;
  align-items: center;
  border-left: 0;
}

.six-storage-searchunit input {
  width: 80%;
  float: left;
  border-right: 0;
  border-radius: 0;
}

.six-storage-topSearchUnits input.six-storage-grid-form-control,
.six-storage-topSearchUnits select.six-storage-grid-form-control {
  border-radius: 0;
}

.six-storage-leaseInfo .six-storage-container-checkbox {
  padding-left: 0;
}

.six-storage-SelectedUnits p {
  font-weight: 500;
  padding-right: 5px;
}

.six-storage-SelectedUnits p span {
  font-weight: 400;
  padding-right: 5px;
  font-size: 13px;
}

a.cc {
  color: #2196f3;
}

a.cc:hover {
  color: #2196f3;
}

a.cc:focus {
  outline: unset;
}

/*End */
/*Custom Tooltip*/
.six-storage-custom-tooltip {
  position: relative;
  display: inline-block;
}

.six-storage-custom-tooltip .six-storage-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

.six-storage-custom-tooltip .six-storage-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.six-storage-custom-tooltip:hover .six-storage-tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Tooltip End*/
/*Multi Select*/
.six-storage-multiselect {
  width: 200px;
}

.six-storage-selectBox {
  position: relative;
}

.six-storage-overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#six-storage-checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  z-index: 9999;
  background: rgb(255, 255, 255);
  width: 200px;
  padding: 10px;
  box-shadow: 0 0 8px #ddd;
}

#six-storage-checkboxes label {
  display: block;
  margin-bottom: 15px;
}

#six-storage-checkboxes label:hover {
  background-color: #fff;
}

/*End here*/
/*header*/
.six-storage-navbar {
  overflow: hidden;
  background-color: #002664;
  padding-top: 5px;
}

.six-storage-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.six-storage-dashboard-navbar a.cc {
  padding: 10px 15px;
}

.six-storage-navbar .six-storage-dropdown {
  float: left;
  overflow: hidden;
}

.six-storage-navbar .six-storage-dropdown .six-storage-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.six-storage-navbar .six-storage-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.six-storage-navbar .six-storage-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.six-storage-navbar .six-storage-dropdown-content a:hover {
  background-color: #ddd;
}

.six-storage-navbar .six-storage-dropdown:hover .six-storage-navbar .six-storage-dropdown-content {
  display: block;
}

body {
  margin: 0;
}

.six-storage-rightmenu {
  display: flex;
  justify-content: flex-end;
}

.six-storage-logo {
  position: relative;
  top: -2px;
}

/*footer*/
.six-storage-footer-big {
  padding-top: 50;
  padding-bottom: 50;
}

.six-storage-textwidget {
  line-height: 25px;
}

/*Modified  Scss*/
#six-storage-tenant-details,
#six-storage-preview-payment {
  box-shadow: 0 0 8px #ddd;
  padding: 20px;
  margin-top: 20px;
}

#six-storage-addons-container.six-storage-grid-table-borderless td,
#six-storage-addons-container .six-storage-grid-table-borderless th {
  font-weight: 600;
}

#six-storage-addon-details h6 {
  color: #000;
}

#six-storage-agreement-signature .grid-custom-control-label {
  color: #000;
  padding-left: 35px;
  position: relative;
  top: -10px;
}

#six-storage-signature-pad h5 {
  color: #000;
}

#six-storage-agreement-signature .six-storage-grid-table tbody tr td {
  padding: 15px;
}

#six-storage-agreement-signature .six-storage-grid-table thead tr th {
  text-align: center;
  font-size: 16px;
}

#six-storage-addons-container .six-storage-grid-bg-light tbody tr td {
  font-weight: 600;
}

#six-storage-addons-container .six-storage-grid-panel {
  border: 1px solid #ddd;
}

.six-storage-unitselectedgrid {
  box-shadow: 0 0 8px #ddd;
  padding: 10px;
}

#six-storage-moveinstep-buffer-time {
  text-align: center;
  width: 100%;
  position: relative;
  display: block;
  background: #ddd;
  padding: 5px;
  font-weight: 600;
}

#six-storage-moveinstep-rental-period {
  text-align: right;
}

#six-storage-unit-lists {
  margin-top: 20px;
  margin-bottom: 20px;
}

.six-storage-floatingselect label {
  top: -18px;
  font-weight: 400;
  font-size: 13px;
}

.six-storage-addserviceediticon {
  width: 25px;
  float: right;
  color: #002664;
  position: relative;
  top: -20px;
}

.six-storage-upload-icon {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.six-storage-paymentForms {
  margin-top: 125px;
}

.six-storage-grid-panel {
  padding: 0 0px;
  display: none;
  width: 100%;
  background-color: white;
  overflow: hidden;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
}
.six-storage-grid-panel.show {
  display: block;
}

.six-storage-accordion.six-storage-active + .six-storage-grid-panel {
  display: block;
}

#six-storage-rent-now-err {
  text-align: right;
  font-size: 13px;
  font-weight: 600;
}

#six-storage-preloader-background,
#six-storage-loading-container {
  top: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500%;
  z-index: 9999999;
}

#six-storage-spinner_background {
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

#six-storage-spinnerLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
}

#six-storage-preloader span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #21858c;
  position: absolute;
  animation: preloader 1.5s infinite ease-in-out;
}

#six-storage-preloader span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

#six-storage-preloader span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

#six-storage-preloader span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

#six-storage-preloader span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #21858c;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    transform: translateY(0);
    background: #21858c;
  }
  100% {
    height: 5px;
    transform: translateY(0);
    background: #21858c;
  }
}
#six-storage-sign-up-response {
  color: #dd0f22;
}

.six-storage-qs-datepicker-container {
  width: 250px;
}

.six-storage-qs-datepicker .six-storage-qs-square {
  height: 2.2em;
  font-size: 14px;
}

.six-storage-qs-controls {
  padding: 7px;
  font-size: 13px;
}

/*End Modified Scss*/
/*media queries*/
@media (max-width: 1024px) {
  .six-storage-date-feedback-msg {
    margin-left: 0px;
  }
  .six-storage-selectedUnits-2 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .six-storage-online-mobile-view-bottom-scroller {
    min-width: 400px;
    overflow-y: scroll;
  }
  .six-storage-addonGrid-3 {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .six-storage-right-side-grid h2 {
    font-size: 24px;
  }
  #six-storage-rent-now-err {
    margin-left: -20px;
  }
  #six-storage-movein-form-container {
    padding: 30px;
  }
  .six-storage-dashboard-action-navbar a.cc {
    font-size: 12px;
  }
  .six-storage-dashboard-action-navbar li a:not(.six-storage-active) .six-storage-navbar-text {
    display: none;
  }
  .six-storage-dashboard-action-navbar li a:not(.six-storage-active) .six-storage-navbar-text .six-storage-tab {
    flex: 1 1 auto;
  }
  table.six-storage-whitespace-pre-table td {
    white-space: nowrap;
  }
}
.six-storage-grid-alert {
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
}
.six-storage-grid-alert-primary {
  color: #002664;
  background-color: #cce5ff;
  border-left: 2px solid #002664;
}
.six-storage-grid-alert-danger {
  color: #721c24;
  text-align: center;
}

.six-storage-input-field .six-storage-prefix ~ textarea,
.six-storage-input-field .six-storage-prefix ~ label,
.six-storage-input-field .six-storage-prefix ~ .six-storage-validate ~ label,
.six-storage-input-field .six-storage-prefix ~ .six-storage-helper-text,
.six-storage-input-field .six-storage-prefix ~ .six-storage-autocomplete-content {
  margin-right: 3rem;
}

.six-storage-grid-input-group.six-storage-required:after,
input.cc[type=text]:not(.browser-default)[data-element_required="'true'"] + label:after,
#six-storage-signUp_container [data-element_required="'true'"] label:after,
#six-storage-sign-in-form [data-element_required="'true'"] label:after,
#six-storage-movein-container [data-element_required="'true'"] label:after,
#six-storage-online-freemium-root [data-element_required="'true'"] label:after,
#six-storage-profile-tab [data-element_required="'true'"] label:after {
  content: "*";
  color: red;
  position: absolute;
  top: -8px;
  left: 95%;
  opacity: 1;
}

.six-storage-custom_input_fields_check_btn_moveInTenantDetails .six-storage-grid-input-group.six-storage-required:after,
input.cc[type=text]:not(.browser-default)[data-element_required="'true'"] + .six-storage-single-check-box-label:after,
#six-storage-signUp_container [data-element_required="'true'"] .six-storage-single-check-box-label:after,
#six-storage-sign-in-form [data-element_required="'true'"] .six-storage-single-check-box-label:after,
#six-storage-movein-container [data-element_required="'true'"] .six-storage-single-check-box-label:after,
#six-storage-online-freemium-root [data-element_required="'true'"] .six-storage-single-check-box-label:after,
#six-storage-profile-tab [data-element_required="'true'"] .six-storage-single-check-box-label:after {
  content: "*";
  color: red;
  position: absolute;
  top: -8px;
  left: auto;
  opacity: 1;
}

.six-storage-customfield-checkbox [data-element_required="'true'"] span:after {
  content: "*";
  color: red;
  position: absolute;
  top: -8px;
  left: 95%;
  opacity: 1;
  display: contents;
}

.six-storage-grid-input-group.six-storage-required:after,
[data-element_required="'true'"] div.six-storage-checkboxRequired:after {
  content: "*";
  color: red;
  top: -8px;
  left: 53%;
  opacity: 1;
}

.six-storage-grid-input-group.six-storage-required:after,
[data-element_required="'true'"] div.six-storage-checkboxdeliveryRequired:after {
  content: "";
  color: red;
  left: 37%;
  opacity: 1;
}

.six-storage-custom_input_fields_radio_btn[data-element_required="'true'"] label:after {
  display: none;
}

.six-storage-custom_input_fields_check_btn[data-element_required="'true'"] label:after {
  display: none;
}

.six-storage-grid-input-group.six-storage-required:after,
[data-element_required="'true'"] label.six-storage-hiderequired:after {
  content: "";
}

.six-storage-profile-form-wrapper.six-storage-non-edit-form [data-element_required="'true'"] label:after {
  content: " ";
}

.six-storage-grid-input-group.six-storage-required:after {
  position: absolute;
  font-size: 20px;
  top: -10%;
  right: 5px;
}

#six-storage-upload-file-input [data-element_required="'true'"] label:after {
  font-size: 16px;
  padding-left: 5px;
  content: "*";
  color: red;
  position: absolute;
  top: -8px;
  left: 95%;
  opacity: 1;
}

input.six-storage-grid-form-control[type=tel] {
  padding: 3px 6px;
}

/*Utilities code for css starts*/
.six-storage-border {
  border: 1px solid #ddd;
}
.six-storage-border-none {
  border: none;
}

.six-storage-grid-shadow-none {
  box-shadow: none;
}
.six-storage-grid-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.six-storage-grid-shadow-md {
  box-shadow: 0 0 8px #ddd;
}
.six-storage-grid-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.six-storage-grid-shadow-hoverable {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.six-storage-grid-shadow-hoverable:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.six-storage-grid-position-relative {
  position: relative;
}
.six-storage-grid-position-absolute {
  position: absolute;
}
.six-storage-grid-position-sticky {
  position: sticky;
}
.six-storage-grid-position-fixed {
  position: fixed;
}

#content.site-content {
  min-height: calc(100vh - 150px);
  flex-direction: column;
}

.six-storage-tenant-content {
  background-color: #f47920;
  height: 100%;
}
.six-storage-tenant-content span {
  font-size: 60px;
  line-height: 80px;
  display: block;
  font-weight: 600;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
  transform: translateY(-14px);
}
.six-storage-tenant-content span:nth-child(0) {
  animation-delay: 0s;
}
.six-storage-tenant-content span:nth-child(1) {
  animation-delay: 0.5s;
}
.six-storage-tenant-content span:nth-child(2) {
  animation-delay: 1s;
}
.six-storage-tenant-content span:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#six-storage-upload-list li {
  list-style-type: none;
  padding: 10px 20px;
  display: inline-block;
  background-color: #e8f0fe;
}
#six-storage-upload-list li .remove-document {
  font-size: 25px;
  margin-left: 15px;
  line-height: 0;
  top: 5px;
  position: relative;
}

.six-storage-amount-div {
  margin-left: auto;
  text-align: left;
  width: 95px;
}

[data-element_hidden="'true'"] {
  display: none;
}

.six-storage-float-none {
  float: none;
}

#six-storage-move-in-accordion li .six-storage-collapsible-header svg,
.six-storage-addon-collapsible li .six-storage-collapsible-header svg {
  transition: 0.3s ease-in all;
}
#six-storage-move-in-accordion li.six-storage-active .six-storage-collapsible-header svg,
.six-storage-addon-collapsible li.six-storage-active .six-storage-collapsible-header svg {
  transform: rotate(180deg);
}

.six-storage-content-box {
  border-radius: 15px;
}
.six-storage-content-box .six-storage-top-title {
  top: -36px;
}

@media (min-width: 575px) {
  #six-storage-move-in-accordion.popout > li {
    margin: 10px 100px;
  }
  .six-storage-tenant-info-div input.cc,
  .six-storage-tenant-info-div textarea {
    margin-bottom: 0px;
  }
  .six-storage-content-box .six-storage-top-title {
    top: -30px;
  }
}
.six-storage-d-mob-block {
  display: none;
}

@media (max-width: 1200px) {
  .overflow-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575px) {
  .six-storage-card-actions-div {
    position: absolute;
    top: 5px;
    right: -5px;
  }
  .six-storage-rental-period-div {
    display: flex;
    flex-wrap: wrap;
  }
  .six-storage-unitImg {
    max-width: 100%;
  }
  .six-storage-content-box {
    padding: 0px 0px;
  }
  .six-storage-tenant-content span {
    font-size: 35px;
    line-height: 40px;
  }
  .six-storage-collapsible-body.cc {
    padding: 6px !important;
  }
  #six-storage-grid-list {
    display: none;
  }
  #six-storage-user-details,
  #six-storage-addon-details,
  #six-storage-final-unit-details,
  #six-storage-agreement-signature,
  #six-storage-unit-details,
  #six-storage-preview-payment {
    padding: 0;
  }
  .six-storage-table-sm-block-data td,
  .six-storage-table-sm-block-data th {
    display: block;
  }
  thead.six-storage-table-head-mobile-extend tr {
    display: table;
  }
  thead.six-storage-table-head-mobile-extend tr th {
    display: block;
    text-align: center;
  }
  .six-storage-addserviceediticon {
    top: 0px;
  }
  .six-storage-grid-xs-p0 {
    padding: 0px;
  }
  .six-storage-grid-xs-p5 {
    padding: 5px;
  }
  .six-storage-justify-content-center {
    justify-content: center;
  }
  .six-storage-justify-content-end-mob {
    justify-content: end;
  }
  .six-storage-justify-content-start-mob {
    justify-content: start;
  }
}
.six-storage-recall-modal-input .six-storage-input-field.select-option {
  height: 55px;
}

.six-storage-sign-up-form .six-storage-input-field .fa.prefix,
#six-storage-sign-in-form .six-storage-input-field .fa.six-storage-prefix {
  font-size: 25px;
  top: 24px;
}

.six-storage-sign-up-form .six-storage-input-field,
#six-storage-sign-in-form .six-storage-input-field {
  margin: 8px 0;
}

.six-storage-border-left-primary-5 {
  border-left: 4px solid #002664;
}

.six-storage-modal .six-storage-modal-close {
  font-size: 35px;
  color: #fff;
  padding: 0px 6px;
  background-color: transparent;
}

.six-storage-form-sign-up-modal {
  max-width: 648px;
}

#six-storage-sign-up-response {
  max-width: 500px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
}
#six-storage-sign-up-response li {
  list-style: none;
}

.six-storage-suffix ~ label {
  margin-left: 0px;
}

.six-storage-material-icons.six-storage-suffix {
  right: 0px;
}

.six-storage-input-field .six-storage-suffix ~ input.cc {
  margin-right: 3rem;
  margin-left: 0;
}

.six-storage-modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

#six-storage-password-update .six-storage-modal-content {
  position: relative;
}

/*Utilities code for css Ends*/
/*Intl Telephone css*/
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
  .six-storage-leadv2iconmodal {
    top: 30px;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
  margin: 0px;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #495057;
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 99999;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.six-storage-phone-input .iti--allow-dropdown {
  width: 100%;
  display: flex;
}

#six-storage-signUp_container .iti--allow-dropdown {
  width: 68%;
  margin-left: 5px;
}

label.six-storage-phone-icon {
  top: -20px !important;
  font-size: 12px !important;
  margin-left: 85px;
  font-weight: 600;
}

.six-storage-telephone.six-storage-icon {
  padding-left: 0px;
  margin-left: 82px;
}

.six-storage-rounded-circle {
  border-radius: 50%;
}

p.six-storage-text-title {
  font-size: 15px;
}

.six-storage-text-title-dashboard {
  font-weight: bold;
}

.six-storage-rounded-15 {
  border-radius: 15px;
}

.six-storage-card-type {
  width: 40px;
  height: 40px;
}

#six-storage-card-action-dd {
  min-width: 150px;
}

.six-storage-border-primary {
  border-color: #002664;
}

.six-storage-default-text {
  border: 1px dashed;
  border-radius: 3px;
}

.six-storage-cutom-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
}

.six-storage-position-relative {
  position: relative;
}

.six-storage-position-fixed {
  position: fixed;
}

.six-storage-position-absolute {
  position: absolute;
}

.six-storage-background-fade-loader {
  background-color: rgba(0, 0, 0, 0.2);
}

.six-storage-text-lowercase {
  text-transform: lowercase;
}

.six-storage-font-size-14 {
  font-size: 14px;
}

.six-storage-alert-box {
  max-width: 630px;
  height: 45px;
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 50px;
}

.six-storage-font-size-35 {
  font-size: 35px;
}

.six-storage-font-size-30 {
  font-size: 30px;
}

.six-storage-font-size-20 {
  font-size: 20px;
}

.six-storage-font-size-18 {
  font-size: 18px;
}

.six-storage-font-size-17 {
  font-size: 17px;
}

.six-storage-font-size-25 {
  font-size: 25px;
}

.six-storage-icon-alert-box {
  min-width: 40px;
  min-height: 40px;
}

.six-storage-border-none {
  border: none;
}

.six-storage-alert-wrapper.six-storage-active-alert .six-storage-material-icons {
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#six-storage-movein-modal-Body #six-storage-signupphone,
.cc.six-storage-telephone#six_storage_phone2,
.cc.six-storage-telephone#six_storage_phone1,
.cc.six-storage-telephone#six-storage-phoneNumber_edit,
.cc.six-storage-telephone#six-storage-emergency_contact_phone,
#six_storage_new_phone1,
#six_storage_new_phone2 {
  padding-left: 82px;
}

.six-storage-text-indent-50 {
  text-indent: 50px;
}

.six-storage-border-bottom-2 {
  border-bottom: 2px solid #ddd;
}

#six-storage-password-update .six-storage-input-field .six-storage-suffix,
.six-storage-password-type-toggle.six-storage-input-field .six-storage-suffix {
  right: -5px;
}

#six-storage-password-update .six-storage-input-field .six-storage-prefix ~ input.cc {
  width: 100%;
  margin-left: 0;
}

.six-storage-dateicon-append {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

.six-storage-custom-scroller::-webkit-scrollbar {
  width: 6px;
}

.six-storage-custom-scroller.scroll-hide::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.six-storage-custom-scroller::-webkit-scrollbar-thumb {
  background: #888;
}

.six-storage-custom-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.six-storage-unitImg {
  display: inline;
}

#six-storage-addons-container .six-storage-grid-bg-light tbody tr td {
  background: white;
}

#six-storage-addons-container.six-storage-grid-table-borderless td,
#six-storage-addons-container .six-storage-grid-table-borderless th,
#six-storage-agreement-signature .six-storage-grid-table tbody tr td,
#six-storage-agreement-signature .six-storage-grid-table thead tr th,
#six-storage-units-details-display th,
#six-storage-units-details-display td {
  background: #fff;
  color: #000;
}

.six-storage-modal {
  z-index: 99999;
  overflow-x: hidden;
}

.six-storage-moveinSuccess svg {
  margin: 0 auto;
}

.six-storage-moveinSuccess p,
.six-storage-moveinSuccess h5 {
  font-weight: 600;
}

#six-storage-sign-in-form .six-storage-input-field {
  margin: 20px 0;
}

#six-storage-movein-container .six-storage-grid-d-flex,
#six-storage-password-update .six-storage-grid-d-flex {
  display: flex;
}

.six-storage-collapsible li {
  margin: 0px;
}

h1.cc,
h2.cc,
h3.cc,
h4.cc,
h5.cc,
h6.cc,
p.cc,
blockquote.cc,
address.cc,
big.cc,
cite.cc,
code.cc,
em.cc,
font.cc,
img.cc,
small.cc,
strike.cc,
sub.cc,
sup.cc,
li.cc,
ol.cc,
ul.cc,
fieldset.cc,
form.cc,
label.cc,
legend.cc,
button.cc,
table.cc,
caption.cc,
tr.cc,
th.cc,
td.cc,
span.cc,
a.cc,
p.cc {
  font-family: "Roboto", sans-serif;
  letter-spacing: unset;
}

table.cc {
  table-layout: unset !important;
}

.six-storage-merCart {
  margin-left: auto;
}

table.six-storage-grid-table.six-storage-grid-table-borderless.six-storage-grid-mt20.six-storage-responsive-table * {
  word-break: normal;
}

.six-storage-min-w-120 {
  min-width: 120px;
}

.six-storage-addPrdouct img {
  width: 25px;
  padding: 0px;
}

.six-storage-word-break-table td,
.six-storage-word-break-table th {
  word-break: normal;
}

.six-storage-z-index-1 {
  z-index: 1;
}

.six-storage-z-index-2 {
  z-index: 2;
}

.six-storage-datepicker-modal.six-storage-open ~ .six-storage-dropdown-content.six-storage-select-dropdown {
  z-index: 99999;
  max-height: 350px;
  width: auto;
  position: fixed;
}

.six-storage-flex-grow-1 {
  flex-grow: 1;
}

.six-storage-main-content-dashboard {
  min-height: 80vh;
}

/**#six-storage-movein-modal .iti__country {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
font-size: 12px;
}*/
.six-storage-custom-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

/**.six-storage-custom-error-message .six-storage-invalid-feedback {
li {
  display: flex;
  &:before {
  font-family: "Material Icons";
  content: "error_outline";
  margin-right: 6px;
  font-size: 22px;
  line-height: 1;
  }
}
}**/
#six-storage-profile-dropdown {
  min-width: 238px;
  z-index: 2;
}
#six-storage-profile-dropdown li a.cc:hover {
  color: #616161;
}

.six-storage-table-header-fixed {
  border: 0;
  border-collapse: collapse;
}
.six-storage-table-header-fixed tr {
  display: flex;
}
.six-storage-table-header-fixed td {
  flex: 1;
}
.six-storage-table-header-fixed thead tr {
  padding-right: 6px;
}
.six-storage-table-header-fixed thead tr:after {
  overflow-y: scroll;
  visibility: hidden;
  height: 0;
}
.six-storage-table-header-fixed thead th {
  flex: 1;
  display: block;
  border-top: none;
}
.six-storage-table-header-fixed tbody {
  display: block;
  overflow-y: auto;
  max-height: calc(80vh - 100px);
}

.six-storage-rounded-10 {
  border-radius: 10px;
}

#six-storage-invoices table.six-storage-centered thead tr th,
#six-storage-invoices table.six-storage-centered tbody tr td {
  position: relative;
}

.six-storage-lease-action-lists {
  min-width: 251px;
}

.six-storage-amenities-lists {
  max-width: 310px;
}
.six-storage-amenities-lists img {
  margin: 0 4px 4px 0;
}

.six-storage-text-decoration-none {
  text-decoration: none;
}

.six-storage-btn.cc.six-storage-primary {
  background-color: #f47920;
}

.six-storage-btn.cc.six-storage-secondary {
  background-color: #002664;
}

.six-storage-color-inherit {
  color: inherit;
}

#six-storage-profile-dropdown {
  display: none;
}

.six-storage-text-capitalize {
  text-transform: capitalize;
}

.six-storage-max-width {
  max-width: 100%;
}

.six-storage-opacity-1 {
  opacity: 1;
}

ul[id^=six-storage-card_actions_],
.six-storage-transaction-dd-content {
  min-width: 140px;
}

#six-storage-online-unit-collection-contianer:not(.six-storage-grid-d-grid) {
  display: flex;
  flex-direction: column;
}

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

.six-storage-max-height-40 {
  max-height: 40px;
}

.six-storage-max-height-60 {
  max-height: 60px;
}

.six-storage-min-height-71 {
  min-height: 102px;
}

.six-storage-overflow-y-scroll {
  overflow: auto;
}

.six-storage-overflow-x-hidden {
  overflow-x: hidden;
}

.six-storage-overflow-hidden {
  overflow: hidden;
}

.six-storage-top-0 {
  top: 0px;
}

.six-storage-min-height-75 {
  min-height: 75px;
}

@media (min-width: 992px) {
  #six-storage-online-unit-collection-contianer:not(.six-storage-grid-d-grid) .six-storage-unitDetails-info {
    flex-wrap: nowrap;
  }
}
a.six-storage-booku-btn {
  border: 2px solid #f47920;
  padding: 12px 24px;
  color: #f47920;
  font-weight: 600;
}

.six-storage-overflow-inherit {
  overflow: inherit;
}

.six-storage-priser-tabs .six-storage-indicator {
  display: none;
}
.six-storage-priser-tabs a.cc.six-storage-active {
  background-color: #f47920;
  color: #fff;
  position: relative;
}
.six-storage-priser-tabs a.cc.six-storage-active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f47920;
}

.six-storage-right-0 {
  right: 0px;
}

/*Prasanna*/
.six-storage-middle-indicator-text {
  font-size: 4.2rem;
}

a.six-storage-middle-indicator-text {
  color: white;
}

.six-storage-content-indicator {
  width: 64px;
  height: 64px;
  background: none;
  border-radius: 50px;
}

.six-storage-indicators {
  visibility: hidden;
}

#six-storage-discount_carousel {
  height: 80px !important;
  background-color: #f47920;
}

.six-storage-aligntext {
  margin-top: 5px;
  background-color: #f47920;
}

.six-storage-discount-icon {
  color: #002664;
  vertical-align: middle;
}

.six-storage-text-pink {
  color: #747481;
}

.six-storage-promo-text {
  font-weight: 900;
}

#six-storage-book-now-pay-later {
  margin-top: 30px;
}

#six-storage-dvPaymentForm {
  margin-top: 30px;
}

#six-storage-discountCountHtml {
  margin-bottom: 20px;
}

.six-storage-promo-text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.1px;
}

i.six-storage-slider-Officon {
  font-size: 27px;
  position: relative;
  top: 5px;
}

.six-storage-Unitdetail-offtxt {
  padding: 0 8px;
}

.six-storage-unit-image-bg {
  width: auto;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .six-storage-right-side-grid,
    .six-storage-unitDetails-info {
      /*display: -webkit-box ;*/
      height: -moz-fit-content;
      height: fit-content;
    }
  }
}
.six-storage-hide-native-scrollbar {
  scrollbar-width: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */
}
.six-storage-hide-native-scrollbar::-webkit-scrollbar {
  /** WebKit */
  display: none;
}

#six-storage-dvTenantType ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-amenity ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-storage-type-input ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-dvLocation ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-multiple-sorting ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-dvBuilding ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-dvUnitType ul {
  max-height: 220px;
  top: 14px;
}

.six-storage-reservationPaymentForm {
  width: 46%;
  padding: 15px;
}

.six-storage-rentsingleUnit {
  width: 30%;
  font-size: 12px;
  margin: auto;
  padding: 0;
}

.six-storage-units-description-cont {
  color: grey;
}

.six-storage-grid-w-13 {
  width: 13%;
}

.six-storage-grid-w-14 {
  width: 14%;
}

.six-storage-grid-w-20 {
  width: 20%;
}

.six-storage-grid-w-25 {
  width: 25%;
}

.six-storage-grid-w-33 {
  width: 33%;
}

.six-storage-grid-w-50 {
  width: 50%;
}

.six-storage-unitsImage {
  background-size: contain;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
}

span.six-storage-checkmark {
  border: 0px;
}

ul.six-storage-updateprofile-action-lists {
  width: 150px !important;
}

.six-storage-croppieAlign {
  width: 50%;
  margin: auto;
  height: 50px;
}

#six-storage-upload-demo {
  width: 450px;
  height: 250px;
  padding-bottom: 25px;
}

.six-storage-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#six-storage-canvas_prev {
  width: 250px;
  height: 250px;
  padding-bottom: 25px;
}

/* Croppie */
.croppie-container {
  padding: 15px;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}

.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.cr-slider {
  -webkit-appearance: none; /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px; /*required for proper track sizing in FF*/
  max-width: 100%;
  padding: 0;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent; /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/* Just cross hairs for debugging - can be removed upon release */
.croppie-container .cr-viewport.debug:before,
.croppie-container .cr-viewport.debug:after {
  background: white;
  width: 1px;
  height: 1px;
  content: "";
  position: absolute;
}

.croppie-container .cr-viewport.debug:before {
  top: 0;
  height: 100%;
  left: 50%;
}

.croppie-container .cr-viewport.debug:after {
  top: 50%;
  left: 0;
  width: 100%;
}

/* Profile */
figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}

.six-storage-icon-align {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  #six-storage-upload-file-input .sixStorageClearUploadFileicon {
    margin-top: 60px;
  }
  #six-storage-password-update {
    width: 80%;
  }
  .six-storage-carousel-item p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .six-storage-table-doc-wrapper.six-storage-leasetab {
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
  }
  ul#six-storage-profileImage-dropdown {
    height: auto;
  }
  #six-storage-dashboard-modal {
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
  }
  .six-storage-file-path-wrapper.six-storage-flex-grow-1.six-storage-row.cc {
    padding-top: 15px;
  }
  #six-storage-upload-file-input .six-storage-modal-content {
    padding: 20px 5px;
  }
  .six-storage-vtwo-tenantinfo-lead {
    top: 18px;
  }
  .six-storage-switch.cc.six-storage-checkboxdeliveryRequired.six-storage-align-items-center.six-storage-grid-d-block {
    display: flex;
  }
  .six-storage-carousel-item p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .six-storage-table-doc-wrapper.six-storage-leasetab {
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
  }
  ul#six-storage-profileImage-dropdown {
    height: auto;
  }
  #six-storage-dashboard-modal {
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
  }
  .six-storage-file-path-wrapper.six-storage-flex-grow-1.six-storage-row.cc {
    padding-top: 15px;
  }
  #six-storage-upload-file-input .six-storage-modal-content {
    padding: 20px 5px;
  }
  .six-storage-vtwo-tenantinfo-lead {
    top: 18px;
  }
  .six-storage-switch.cc.six-storage-checkboxdeliveryRequired.six-storage-align-items-center.six-storage-grid-d-block {
    display: flex;
  }
  .six-storage-mobile-margin-bottom {
    margin-bottom: 20px;
  }
  .six-storage-mobile-view-margin {
    margin-top: 10px;
  }
  #six-storage-tenant-details label {
    margin-top: 0px;
  }
  /*** 21.01.2022**/
  #six-storage-vehicle-information-form .six-storage-dropdown-content {
    margin-top: 85px;
  }
  button#six-storage-emergency-add-more {
    margin-top: 20px;
  }
  #six-storage-upload-image-file {
    padding: 0 8px;
  }
  /*** 19.1.2022**/
  div#six-storage-unit-lists .six-storage-invalid-feedback {
    font-size: 12px;
  }
  #six-storage-filter-head {
    text-align: center;
    display: block;
  }
  .six-storage-select-options-mb {
    margin: 10px 0px;
  }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .six-storage-select-options-mb {
    margin: 10px 0px;
  }
}
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .six-storage-select-options-mb {
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 390px) {
  .six-storage-select-options-mb {
    margin: 15px 0px;
  }
}
.six-storage-shopping-counter {
  margin-top: 75px;
}

.six-storage-tab-align {
  border: none;
  background-color: white;
  padding: 0;
}

.six-storage-tab-head {
  color: white;
}

/* Shortcode template 2 */
.six-storage-insurance-fields {
  padding: 10px;
  border-radius: 5px;
  height: 90px;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  #six-storage-stepping-buttons {
    width: 100%;
  }
  .six-storage-addons_head {
    text-align: center;
  }
  .six-storage-insurance-fields {
    margin-top: 15px;
    width: 100%;
  }
}
input::-webkit-input-placeholder {
  font-weight: 500;
}

input:-moz-placeholder {
  font-weight: 500;
}

input::-moz-placeholder {
  font-weight: 500;
}

input:-ms-input-placeholder {
  font-weight: 500;
}

.six-storage-arrow-icon {
  position: relative;
  top: 5px;
}

.six-storage-grid-margin-auto {
  margin: auto;
}

.six-storage-tabs .six-storage-tab a.six-storage-flexbox-important {
  display: flex;
}

#six-storage-enquiryLeadaccord > .six-storage-enquiryLeadaccord,
#six_storage_lead_sourceaccord > .six_storage_lead_sourceaccord {
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
}

#six-storage-enquiryLeadaccord {
  position: absolute;
  top: 5px;
  z-index: 999;
  padding: 0;
}

#six-storage-collapsible-body {
  background: #ffffff;
}

#six-storage-dropdown1 {
  width: 500px;
}

.six-storage-leadv2iconmodal {
  position: absolute;
  top: 20px;
  right: 0;
  pointer-events: none;
}

.six-storage-vtwo-tenantinfo-lead {
  position: absolute;
  top: 21px;
  right: 12px;
  pointer-events: none;
}

.six-storage-contact-through-label {
  font-size: 12px;
  font-weight: 600;
}

.six-storage-datepicker-controls .six-storage-select-month input {
  width: 100px;
}

@media (max-width: 575px) {
  .cc.six-storage-file-field {
    display: block;
  }
  input.cc.six-storage-valid:not([type]),
  input.cc.six-storage-valid:not([type]):focus,
  input.cc.six-storage-valid[type=text]:not(.browser-default),
  input.cc.six-storage-valid[type=text]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=password]:not(.browser-default),
  input.cc.six-storage-valid[type=password]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=email]:not(.browser-default),
  input.cc.six-storage-valid[type=email]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=url]:not(.browser-default),
  input.cc.six-storage-valid[type=url]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=time]:not(.browser-default),
  input.cc.six-storage-valid[type=time]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=date]:not(.browser-default),
  input.cc.six-storage-valid[type=date]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=datetime]:not(.browser-default),
  input.cc.six-storage-valid[type=datetime]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=datetime-local]:not(.browser-default),
  input.cc.six-storage-valid[type=datetime-local]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=tel]:not(.browser-default),
  input.cc.six-storage-valid[type=tel]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=number]:not(.browser-default),
  input.cc.six-storage-valid[type=number]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=search]:not(.browser-default),
  input.cc.six-storage-valid[type=search]:not(.browser-default):focus,
  input.cc.six-storage-valid[type=Alphabet]:not(.browser-default),
  input.cc.six-storage-valid[type=Alphabet]:not(.browser-default):focus,
  textarea.six-storage-materialize-textarea.cc.six-storage-valid,
  textarea.six-storage-materialize-textarea.cc.six-storage-valid:focus,
  .six-storage-select-wrapper.six-storage-valid > input.six-storage-select-dropdown {
    font-size: 11px;
  }
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  white-space: nowrap;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  white-space: nowrap;
}

input[type=color].cc,
input[type=date].cc,
input[type=datetime].cc,
input[type=datetime-local].cc,
input[type=email].cc,
input[type=month].cc,
input[type=number].cc,
input[type=password].cc,
input[type=search].cc,
input[type=tel].cc,
input[type=text].cc,
input[type=time].cc,
input[type=url].cc,
input[type=week].cc,
select:focus,
textarea {
  font-size: 16px;
  color: black;
}

#six-storage-btnPromocode {
  white-space: nowrap;
}

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

@media (max-width: 575px) {
  .six-storage-dashboard-tab-text {
    display: none;
  }
  #six-storage-signUp_container label {
    font-size: 12px;
  }
  .six-storage-dashboard-mob-head-text {
    display: block !important;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  #six-storage-signUp_container .six-storage-invalid-feedback {
    margin-left: 45px;
  }
  #six-storage-sign-in-body .six-storage-invalid-feedback {
    margin-left: 45px;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #six-storage-sign-in-body .six-storage-invalid-feedback {
    margin-left: 42px;
  }
}
.six_storage_signup_align {
  max-height: 57px;
  margin: 10px 0px;
}

#six-storage-movein-form-container label {
  white-space: nowrap;
}

.six-storage-font-weight-400 {
  font-weight: 400;
}

#six-storage-img-note-text {
  margin-left: 10px;
}

#six-storage-reservationleadsource-err {
  float: left;
}

#six-storage-document-upload-btn span {
  position: relative;
  top: -5px;
}

.six-storage-line-break {
  line-break: anywhere;
}

.six-storage-eye-icon-align {
  position: absolute;
  right: 5px;
  top: 5px;
}

#six-storage-movein-modal-Body #six-storage-reservation-form .six-storage-invalid-feedback,
#six-storage-movein-modal-Body #six-storage-enquiry-form .six-storage-invalid-feedback {
  margin-left: 44px;
}

#six-storage-movein-modal-Body #six-storage-sign-up-form .six-storage-invalid-feedback,
#six-storage-movein-modal-Body #six-storage-sign-in-form .six-storage-invalid-feedback,
#six-storage-movein-modal-Body #six-storage-forgot-password-form .six-storage-invalid-feedback {
  margin-left: 46px;
}

#six-storage-movein-modal-Body .six-storage-invalid-feedback {
  margin-left: 45px;
  padding-top: 0;
  margin-top: 0;
}

.six-storage-terms-condition-width {
  width: 100vm;
}

#six-storage-transactions-grid {
  word-break: break-word;
}

label.six-storage-customfield-label {
  top: -25px;
  left: 25px;
}

.six-storage-alert-box {
  margin-top: 14px;
}

#six_storage_lead_sourceaccord {
  top: 39px;
  z-index: 999;
  width: 94%;
  padding: 0px;
  position: absolute;
}

#six_storage_lead_sourcetext {
  border-color: #9e9e9e;
  box-shadow: 0 1px 0 0 transparent;
}

#six-storage-contactPreference-err {
  text-indent: 0px;
}

#six-storage-contact-through-label {
  margin: 0;
}

.six-storage-contact-through-label {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #424242;
}

@media (max-width: 575px) {
  .six_storage_signup_align {
    min-height: 10px;
  }
}
@media (max-width: 575px) {
  #six-storage-enquiryLeadaccord {
    width: 95%;
  }
  #six-storage-signUp_container .iti--allow-dropdown {
    width: 60%;
  }
  #six-storage-toast-container {
    top: auto !important;
    left: auto !important;
    min-width: 100%;
    bottom: 0%;
  }
  .six_storage_signup_align {
    min-height: 50px;
  }
}
.six-storage-input_type_text_add_start {
  -webkit-text-security: disc;
}

.six-storage-input_type_text_add_start {
  -webkit-text-security: unset;
}

@media (max-width: 575px) {
  .six-storage-card-number {
    white-space: nowrap;
    font-size: 15px;
  }
}
#six-storage-contactPreference-err {
  padding-left: 0;
}

#six-storage-sign-in-response {
  padding: 10px;
  border: 1px solid rgb(205, 205, 205);
  text-align: center;
  display: block;
  color: #721c24;
  background-color: #f8d7da;
  font-family: "Roboto", sans-serif;
}

.six-storage-leadsource-alignment {
  left: 1px;
}

.six-storage-card-alignment {
  position: relative;
  left: 20px;
}

.six-storage-buy-now {
  text-decoration: underline;
}

.six-storage-black-text {
  color: #333;
  font-weight: 400;
}

.six-storage-border-radius {
  border-radius: 18px;
}

.line {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #333;
  width: 100%;
  text-align: center;
}

.six-storage-down-arrow {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

.six-storage-down-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: 47.5%;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}

.six-storage-color-white {
  color: white;
}

.six-storage-border-radius-14 {
  border-radius: 14px;
}

.six-storage-border-left-right-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.six-storage-insurance-title {
  padding-top: 26px;
  font-size: 30px;
}

.six-storage-insurance-font-size {
  margin: 0;
  font-size: 14px;
}

.sixStoragebggreen {
  background: green;
  display: inline;
  color: #fff;
  padding: 4px;
  font-size: 8px;
  border-radius: 11px;
}

.sixStoragebgred {
  background: red;
  display: inline;
  color: #fff;
  padding: 4px;
  font-size: 8px;
  border-radius: 11px;
}

.six-storage-Change-plan {
  width: 100px;
  display: inline;
  color: #fff;
  padding: 7px;
  font-size: 8px;
  border-radius: 26px;
  float: right;
}

.six-storage-insurance-title {
  font-size: 24px;
}

.six-storage-grid-mt70 {
  margin-top: 70px;
}

#six-storage-insurance-go-back {
  width: 100px;
}

.six-storageborder-radius-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.six-storage-check-label-color {
  color: #424242;
}

.six-storage-customfield-root-align {
  display: flex;
  flex-wrap: wrap;
}

.six-storage-custom-height-300 {
  height: 300px;
}

.six-storage-custom-scroller-insurance {
  max-height: 200px;
  overflow-y: auto;
}

.six-storage-filter-border {
  border: none;
}

.six-storage-grid-padding0 {
  padding: 0;
}

.six-storge-grid-padding-10 {
  padding: 10px;
}

#six-storage-multiple-sorting ul.six-storage-select-dropdown input[type=checkbox] {
  display: none;
}

.six-storage-sort-icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

#six-storage-multiple-sorting li > span > label > span {
  color: #000000;
}

.six-storage-more-filter-icon {
  padding-left: 40px;
}

.six-storage-grid-width-100 {
  width: 100%;
}

#six-storage-pricerange-label {
  position: relative;
  top: -14px;
  left: unset;
}

#six-storage-enquiryLeadaccord {
  max-width: 100%;
  width: 100%;
  top: 37px;
}

#six-storage-password,
#six-storage-username,
#six-storage-signupfirstName,
#six-storage-signuplastName,
#six-storage-signupemail,
#six-storage-signupConfirmemail,
#six-storage-signupUserName,
.iti__selected-flag,
#six-storage-signuppassword,
#six-storage-signupconfirmPassword {
  padding-left: 0px;
}

#six-storage-forgot-password-msg {
  padding-top: 0px;
  margin-left: 30px;
  margin-top: -10px;
}

@media (max-width: 575px) {
  .six-storage-insurance-title {
    font-size: 20px;
  }
  #six-storage-forgot-password-username-err {
    margin-left: 3.5em;
  }
  #six-storage-crop-file-btn {
    margin-bottom: 10px;
  }
  #six-storage-enquiryLeadaccord {
    width: 100%;
  }
  div#six-storage-preview-payment h2 {
    padding-top: 20px;
  }
}
th.cc.six-storage-grid-border-bottom {
  text-transform: none;
}

div#six-storage-filter-head label {
  color: white;
}

div#six-storage-filter-head span {
  color: white;
}

#six-storage-online-unit-collection-contianer {
  padding-left: 0px;
}

#six-storage-multiple-sorting {
  padding-left: 0px;
}

.six-storage-selectedUnits-2 ul {
  max-height: 220px;
  top: 14px;
}

#six-storage-sign-up-response {
  margin-top: 10px;
}

#iti-0__country-listbox {
  width: 360px;
}

@media (max-width: 575px) {
  ul#six-storage-profileImage-dropdown li a {
    padding: 16px;
  }
}
/*End*/
/*** 19.1.2022**/
.six-storage-secondary-text.six-storage-grid-mb0 {
  padding-left: 15px;
}

#six-storage-sign-up-response ul {
  text-align: left;
}

.six-storage-reservation-alignment {
  min-height: 102px;
}

/*** 21.01.2022 **/
#six-storage-sign-up-response ul {
  margin-bottom: 0px;
}

#six-storage-insurance-Remind-me-later {
  margin-left: 0;
}

#six-storage-insurance-modal-buy-now {
  margin-left: 0 !important;
}

.six-storage-choose-file {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .six-storage-sort-icon {
    margin-top: 38px;
  }
  #six-storage-movein-modal-Body #six-storage-reservation-form .six-storage-invalid-feedback,
  #six-storage-movein-modal-Body #six-storage-enquiry-form .six-storage-invalid-feedback {
    margin-left: 46px;
  }
  #six-storage_buy-insurance-thank-you-page img {
    width: auto;
  }
  #six-storage-tenantType-err {
    font-size: 13px;
  }
  #six-storage-reservation-form .six-storage-invalid-feedback {
    margin-left: 41px;
  }
  #six-storage-sign-up-form .six-storage-invalid-feedback {
    margin-left: 44px;
  }
  #six-storage-sign-in-form .six-storage-invalid-feedback {
    margin-left: 44px;
  }
  #six-storage-forgot-password-form .six-storage-invalid-feedback {
    margin-left: 44px;
  }
  #six-storage-tenant-info-div .six-storage-invalid-feedback {
    margin-left: 0;
  }
  #six-storage-emergency-fields .six-storage-invalid-feedback {
    margin-left: 0;
  }
  #six-storage-insurance-dashboard-modal {
    top: 15%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .six-storage-insurance-message {
    text-align: justify;
  }
  #six-storage-dropdown1 span {
    display: flex;
  }
  span#six-storage-img-note-text {
    display: flex;
  }
  #six-storage-select-options-password a {
    display: flex;
  }
}
#six-storage-dropdown1 {
  height: 50px;
}

#six-storage-movein-modal-Body .six-storage-input-field {
  height: 42px;
}

#six-storage-reservation-form .row {
  margin-bottom: 0px;
}

.six-storage-reservation-margin {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .six-storage-reservation-margin {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .six-storage-movein-insurance .six-storage-select-units {
    margin: 0px;
    position: initial !important;
  }
  .six-storage-movein-insurance table td:first-child + td {
    padding-bottom: 0px;
  }
  #six-storage-multiple-sorting {
    width: 24%;
  }
}
@media (max-width: 575px) {
  .six-storage-mobile-mt30 {
    margin-top: 30px;
  }
  .six-storage-choose-file {
    width: 100%;
  }
  .six-storage-choose-div {
    width: 50%;
    text-align: center;
  }
  .six-storage-choose-file {
    margin-bottom: 14px;
  }
}
@media (max-width: 900px) {
  .six-storage-mobile-mt30 {
    margin-top: 20px;
  }
}
#sixStorageInsurancePage {
  padding: 25px;
}

@media only screen and (min-width: 992px) {
  #iti-4__country-listbox {
    width: 260px;
  }
  #iti-6__country-listbox {
    width: 260px;
  }
}
/*** 7.2.2022 **/
#six-storage-movein-modal-Body {
  padding: 10px 8px;
  float: left;
  width: 100%;
  background: #fff;
}

#six-storage-invoices-list {
  padding: 0px 15px 0 0;
}

#six-storage-videoStream {
  width: 100%;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  ul.iti__country-list {
    width: 256px;
  }
  #six-storage-dvTenantType {
    padding: 0;
  }
  #six-storage-dvTenantType label {
    left: 0;
  }
}
/*** 4.2.2022**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-row.cc.six-storage-profile-align-center {
    display: flex;
    align-items: center;
  }
  div#six-storage-password-update {
    width: 60%;
  }
  #six_storage_dashboard_table td {
    width: 215px;
  }
  #six_storage_lead_sourceaccord {
    width: 97%;
  }
  #six-storage-movein-modal-Body .six-storage-input-field {
    height: 70px;
  }
  #six-storage-movein-modal-Body .six-storage-invalid-feedback {
    margin-top: 0px;
    width: inherit;
  }
  #six-storage-enquiryLeadaccord {
    width: 258px;
  }
  .six-storage-terms-msg {
    font-size: 28px;
    line-height: 40px;
  }
  .six-storage-terms-msg p {
    font-size: 22px;
    line-height: 43px;
  }
}
@media only screen and (max-device-width: 782px) {
  #six_storage_dashboard_table td {
    width: 215px;
  }
}
@media only screen and (max-device-width: 767px) {
  #six-storage-enable-autopay {
    text-align: center;
    margin: 10px auto 0;
  }
  #six-storage-profile-tab .six-storage-profile-align-center .six-storage-mobile-padding-left-0 {
    padding: 0px;
  }
  .six-storage-non-edit-form .six-storage-profile-align-center {
    display: flex;
  }
  .six-storage-movein-insurance .six-storage-select-units {
    margin: 0px;
    position: initial !important;
  }
  .six-storage-movein-insurance table td:first-child + td {
    padding-bottom: 0px;
  }
  #six-storage-addons-container .six-storage-grid-bg-light tbody tr td {
    border-bottom: 1px solid #cccccc;
  }
  #six-storage-profile-tab .six-storage-text-title-dashboard {
    margin-bottom: 0px;
  }
  .six-storage-terms-msg p {
    font-size: 16px;
    line-height: 33px;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-movein-insurance .six-storage-select-units {
    margin: 0px;
    position: initial !important;
  }
  .six-storage-terms-msg {
    font-size: 28px;
    line-height: 40px;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-terms-msg p {
    font-size: 22px;
    line-height: 43px;
  }
}
@media only screen and (min-device-width: 1281px) {
  .six-storage-label-hider {
    margin-right: 5px;
  }
  div#six-storage-movein-modal {
    overflow-x: hidden;
  }
  #six-storage-reservation-form .six-storage-input-field {
    height: 60px;
  }
  #six-storage-dvTenantType {
    padding: 0 10px;
  }
  #six-storage-dvTenantType label {
    left: 0.75em;
  }
  ul#iti-1__country-listbox {
    width: 260px;
  }
}
/*** 9.2.2022**/
#six-storage-sign-up-response ul {
  padding-top: 20px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

#six-storage-forgot-password-username {
  padding-left: 0px;
}

#six-storage-Own-insurance .six-storage-invalid-feedback {
  min-height: 43px;
  margin-left: 0px;
}

/**.iti__arrow{
display: none;
}**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  #six-storage-filter-head {
    display: flow-root;
    text-align: left;
  }
}
form.cc div.cc {
  overflow: unset;
}

.six-stoarge-choose-file {
  padding: 8px;
  color: #ffffff;
  border-radius: 5px;
}

@media (max-width: 575px) {
  div#six-storage-filter-head i {
    vertical-align: middle;
  }
  .six-storage-profile-icon {
    margin-right: 0px;
  }
  .six-stoarge-choose-file-span {
    font-size: 12px;
  }
  div#six-storage-addon-details .six-storage-content-box {
    padding: 0px 9px;
  }
}
div#six-storage-filter-head i {
  line-height: 26px;
}

ul.six-storage-collapsible.cc.six-storage-enquiryLeadaccord.six-storage-custom-scroller.six-storage-addon-collapsible li {
  font-size: 15px;
}

.six-storage-send-email:hover {
  color: #fff;
  border-bottom: 6px solid white;
}

.six-storage-send-email:focus {
  outline: none;
}

#six-storage-transactions-grid th,
.six-storage-leaseInfo th {
  font-weight: bold;
}

ul#six-storage-profile-dropdown li a:focus {
  outline: none;
}

ul#six-storage-move-in-accordion th {
  padding: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .six-storage-file-path-wrapper {
    padding-left: 18px;
  }
  #six-storage-enquiry-form .six-storage-invalid-feedback {
    margin-left: 41px;
  }
  #six-storage-signUp_container .six-storage-invalid-feedback {
    font-size: 12px;
    margin-left: 44px;
  }
  .six-storage-camera-upload-inline {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #six-storage-movein-modal-Body .six-storage-input-field {
    height: 60px;
  }
}
.six-storage-datepicker-modal {
  border-radius: 0;
}

.six-storage-prefix ~ label {
  font-weight: 400;
}

#six-storage-tenant-info-div label {
  font-weight: 400;
}

.six-storage-input-field.col label {
  font-weight: 400;
}

#six-storage-unit-lists .six-storage-input-field {
  min-height: 74px;
}

#six-storage-lead-div {
  padding: 0;
}

#six-storage-password-update .six-storage-invalid-feedback {
  margin-left: unset;
}

#six-storage-tenantType-err {
  margin-left: unset;
}

ul.six-storage-invalid-feedback.six-storage-custom-error-message {
  margin: 0;
}

#six-storage-enquiryLeadaccord {
  max-width: 100%;
  width: inherit;
  top: 37px;
}

.six-storage-datepicker-calendar {
  padding: 0 5px;
}

label.six-storage-contact-through span {
  color: #000000;
  font-weight: 400;
}

div#six-storage-lead-div {
  padding: initial;
  width: 100%;
}

.six-storage-insurance-model-popup {
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
}

.six-storage-card-number p {
  font-weight: 600;
}

.six-storage-dashboard-btn-top {
  margin-right: 43px;
}

.storage-input-values {
  border: 1px solid #e1dbdb;
  padding: 10px;
  margin-bottom: 20px;
  background: #fbf9f9;
}

#six-storage-promoCodetext-err,
#six-storage-rent-now-err {
  margin-left: 0;
}

form#six-storage-reservation-form .six-storage-input-field.cc input {
  margin-bottom: 5px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code ul {
  width: 215px;
}

#six-storage-tenant-details .six-storage-invalid-feedback {
  margin-left: 0px;
}

#six-storage-tenant-details .six-storage-invalid-feedback,
#six-storage-vehicle-information-form .six-storage-invalid-feedback,
#six-storage-document-upload .six-storage-invalid-feedback,
#six-storage-unit-details .six-storage-invalid-feedback,
#six-storage-agreement-signature .six-storage-invalid-feedback,
#six_storage_insurance_provider_name-err .six-storage-invalid-feedback,
#six_storage_insurance_policy_number-err .six-storage-invalid-feedback,
#six_storage_insurance_policy_phone_number-err .six-storage-invalid-feedback,
#six_storage_insurance_effective_from_date-err .six-storage-invalid-feedback,
#six_storage_insurance_effective_to_date-err .six-storage-invalid-feedback {
  margin-left: 0;
}

#six-storage-dashboard-modal-Body .six-storage-invalid-feedback {
  margin-left: unset;
}

.six-storage-personal-detail .six-storage-invalid-feedback {
  margin-left: unset;
}

div#sixstorage_dashoard-data-table {
  width: 100%;
}

#six-storage-section-paylater {
  max-width: 220px;
}

#six-storage-id-documents i {
  position: relative;
  top: 7px;
}

@media (max-width: 575px) {
  .six-storage-noinsurance-addons {
    text-align: left;
  }
  .six-storage-movein-insurance table td:first-child + td {
    text-align: left;
  }
  .six-storage-datepicker-date-display {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px;
  }
  .six-storage-datepicker-calendar-container {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px;
  }
}
.six-storage-document-close {
  top: 5px;
  left: 10px;
}

input[type=range].cr-slider {
  padding: 0;
}

/*** 2.5.2021***/
table#six-storage-emergency-details-list td {
  max-width: 100%;
  width: auto;
}

div#six-storage-deliveryaddress-1 .six-storage-input-field {
  min-height: 72px;
}

form#six-storage-sign-in-form .six-storage-input-field .six-storage-prefix {
  top: 0.3rem;
}

.six-storage-online-margin-auto {
  margin: auto;
}

.six-storage-online-width-auto {
  width: auto;
}

#sixStorageinsurance-radio input[type=radio] {
  margin: auto;
  vertical-align: middle;
}

.six-storage-Unitdetail-offtxt {
  font-size: 18px;
}

div#six-storage-discountCountHtml span {
  display: inline-block;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .six-storage-noinsurance-addons {
    text-align: left;
  }
  #six-storage-profile-container {
    padding-top: 50px;
  }
  .six-storage-card-na {
    display: block;
    text-align: center;
  }
  #six-storage-invoices .six-storage-leasetab table td {
    width: 145px;
  }
}
#six-storage-password-update-reponse ul li {
  margin-left: 0;
}

#six-storage-updatePicture-dropdown-list i:hover {
  color: #e1f2ff;
  transform: scale(1.2);
}

.six-storage-product-details-table-six-storage th {
  padding: 2px;
}

.six-storage-buying-insurance label {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sixStorageInsurancePage #six-storage-stepping-buttons {
    width: 100%;
  }
  #sixStorageBuynowPage #six-storage-stepping-buttons {
    width: 100%;
  }
}
.six-storage-iphone-view-document a:focus,
.six-storage-iphone-view-document a:active,
.six-storage-iphone-view-document a:hover {
  color: black;
}

.six-storage-card-na {
  padding-left: 0px;
}

.six-storage-profile-pic-action h6 {
  margin-top: 0px;
}

.six-storage-set-border-bottom-icon {
  top: 15px !important;
  border-bottom: 1px solid #9e9e9e;
}

.six-storage-enquiry-form-online {
  box-shadow: 0 0 8px #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.six-storage-datepicker-table {
  background-color: #ffffff;
  background: #ffffff;
  border: none;
}

ul.six-storage-dashboard-action-navbar {
  margin-bottom: 25px;
  background: transparent;
}

#six-storage-vehicle-information-form .six-storage-row.cc .six-storage-col {
  min-height: 72px;
}

ul.six-storage-overflow-hidden-ul {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .six-storage-arabic .six-storage-online-root-class #six-storage-signUp_container .six-storage-invalid-feedback {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .six-storage-arabic .six-storage-online-root-class #six-storage-signUp_container .six-storage-invalid-feedback {
    margin-right: 44px;
  }
  .six-storage-arabic .six-storage-online-root-class #six-storage-select-options-password a {
    display: inherit;
  }
}
.six-storage-arabic .six-storage-online-root-class .iti.iti--allow-dropdown.iti--separate-dial-code ul {
  width: 280px;
}
@media (max-width: 575px) {
  .six-storage-arabic .six-storage-online-root-class #six-storage-nextinvoice_billing_date {
    white-space: nowrap;
  }
  .six-storage-arabic .six-storage-online-root-class #six-storage-tenant-details .six-storage-movein-insurance table td:first-child + td {
    direction: initial;
  }
  .six-storage-arabic .six-storage-online-root-class .six-storage-input-field.col label {
    margin: 10px;
  }
  .six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-date-display {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
  }
  .six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-calendar-container {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
  }
}
.six-storage-arabic .six-storage-online-root-class .six-storage-prefix ~ label {
  margin-right: 3rem;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-input-field .six-storage-prefix ~ input {
  margin-right: 3rem;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-grid-input-group.six-storage-required:after,
.six-storage-arabic .six-storage-online-root-class input[type=text]:not(.browser-default)[data-element_required="'true'"] + label:after,
.six-storage-arabic .six-storage-online-root-class [data-element_required="'true'"] label:after {
  left: 0;
}
.six-storage-arabic .six-storage-online-root-class label.six-storage-phone-icon {
  margin-left: 0px;
  margin-right: 85px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-sign-up-response li {
  text-align: right;
  padding-right: 28px;
}
.six-storage-arabic .six-storage-online-root-class .iti__country-list li {
  text-align: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-password-icon {
  right: unset;
  left: 0;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-promoCodetextvalid-err {
  text-align: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-calendar .six-storage-datepicker-controls {
  direction: ltr;
}
.six-storage-arabic .six-storage-online-root-class [type=checkbox] + span:not(.six-storage-lever):before,
.six-storage-arabic .six-storage-online-root-class [type=checkbox]:not(.filled-in) + span:not(.six-storage-lever):after,
.six-storage-arabic .six-storage-online-root-class .six-storage-select-dropdown [type=checkbox] + span:not(.six-storage-lever):before,
.six-storage-arabic .six-storage-online-root-class .six-storage-select-dropdown [type=checkbox]:not(.filled-in) + span:not(.six-storage-lever):after {
  left: unset;
  right: -35px;
}
.six-storage-arabic .six-storage-online-root-class [type=checkbox] + span:not(.six-storage-lever),
.six-storage-arabic .six-storage-online-root-class .six-storage-select-dropdown [type=checkbox] + span:not(.six-storage-lever) {
  right: 45px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-password-update .six-storage-input-field .six-storage-suffix,
.six-storage-arabic .six-storage-online-root-class .six-storage-password-type-toggle.six-storage-input-field .six-storage-suffix {
  right: unset;
  left: 0px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-movein-modal-Body #six-storage-signupphone,
.six-storage-arabic .six-storage-online-root-class .six-storage-telephone#six_storage_phone2,
.six-storage-arabic .six-storage-online-root-class .six-storage-telephone#six_storage_phone1,
.six-storage-arabic .six-storage-online-root-class .six-storage-telephone#six-storage-phoneNumber_edit,
.six-storage-arabic .six-storage-online-root-class .six-storage-telephone#six-storage-emergency_contact_phone,
.six-storage-arabic .six-storage-online-root-class #six_storage_new_phone1,
.six-storage-arabic .six-storage-online-root-class #six_storage_new_phone2 {
  padding-right: 86px;
  padding-left: 0px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-phone {
  padding-right: 36px;
  padding-left: 0px;
  margin-left: 0;
  margin-right: 45px;
}
.six-storage-arabic .six-storage-online-root-class .iti--allow-dropdown .iti__flag-container,
.six-storage-arabic .six-storage-online-root-class .iti--separate-dial-code .iti__flag-container {
  left: unset;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-custom-label {
  float: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-edit-text {
  float: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-lease-agreement-head {
  float: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-leadv2iconmodal {
  position: absolute;
  top: 20px;
  left: -5px;
  pointer-events: none;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-col.six-storage-m12.six-storage-l3.six-storage-grid-mt10.six-storage-s12 {
  float: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-col.six-storage-l4.six-storage-m6.six-storage-s12.six-storage-grid-d-flex.six-storage-grid-m0 {
  padding-bottom: 8px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-unit-image {
  max-width: 512px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-stepping-buttons button {
  margin-right: 8px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-password-eye-align {
  top: unset;
  right: unset;
  left: 0;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-select-wrapper .six-storage-caret {
  right: unset;
  left: 0px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-grid-container-root .six-storage-dateicon-append {
  right: unset;
  left: 13px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-unit-lists .six-storage-header-action-wrapper {
  direction: ltr;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-input-field > label {
  right: 0px;
  left: unset;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-loading-container {
  direction: ltr;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-unitImg {
  padding-right: 10px;
}
.six-storage-arabic .six-storage-online-root-class ul.six-storage-dropdown-content:not(.browser-default),
.six-storage-arabic .six-storage-online-root-class ul:not(.browser-default) {
  text-align: right;
  padding-right: 1px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-dropdown-content li,
.six-storage-arabic .six-storage-online-root-class ul.six-storage-dropdown-content li {
  text-align: right;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-input-field.col label {
  left: unset;
  padding-right: 12px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-select-options--cancel-schedulemoveout span i {
  padding-left: 8px;
}
.six-storage-arabic .six-storage-online-root-class #reservationfirstName-err,
.six-storage-arabic .six-storage-online-root-class #reservationlastName-err,
.six-storage-arabic .six-storage-online-root-class #reservationemail-err,
.six-storage-arabic .six-storage-online-root-class #reservationAddress-err,
.six-storage-arabic .six-storage-online-root-class #reservationCity-err,
.six-storage-arabic .six-storage-online-root-class #reservationCountry-err,
.six-storage-arabic .six-storage-online-root-class #reservationZipcode-err,
.six-storage-arabic .six-storage-online-root-class #six-storage-EnqfirstName-err,
.six-storage-arabic .six-storage-online-root-class #six-storage-Enqemail-err {
  margin-right: 45px;
}
.six-storage-arabic .six-storage-online-root-class input#six-storage-Enqphone {
  margin-left: 0px;
  margin-right: 70px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-sort-icon {
  left: -18px;
  position: absolute;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-sign-in-form .six-storage-invalid-feedback {
  margin-right: 46px;
  margin-left: 0px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-forgot-password-form .six-storage-invalid-feedback {
  margin-right: 46px;
  margin-left: 0px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-sign-up-form .six-storage-invalid-feedback {
  margin-right: 46px;
  margin-left: 0px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-reservationleadsource-err {
  float: right;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-reservation-form input#reservationphone {
  margin-right: 74px;
  margin-left: 0px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-icon-alert-box2 i {
  margin-left: 10px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-icon-alert-box i {
  margin-left: 10px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-text-left {
  text-align: unset;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-date-display {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-date-display {
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-calendar-container {
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-datepicker-calendar-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
}
.six-storage-arabic .six-storage-online-root-class div#six-storage-range-slider + span {
  float: left;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-template-ajax-url .six-storage-input-field {
  padding-right: 0px;
}
.six-storage-arabic .six-storage-online-root-class .six-storage-addcart {
  left: 80px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-dtmoveindate ~ label {
  text-indent: -30px;
}
.six-storage-arabic .six-storage-online-root-class #six-storage-reservation-form .six-storage-date-control-contact-date ~ label {
  text-indent: -30px;
}

.six-storage-signup-phonelabel {
  position: absolute;
  left: 45px;
  top: -8px;
}

.six-storage-leadsource-alignment ul.six-storage-dropdown-content {
  max-height: 300px;
}

.six-storage-fileicon-append {
  position: relative;
  right: 10px;
  top: 10px;
}

#six-storage-rented-units-table .six-storage-lease-action-lists {
  height: unset;
}

.six-storage-dropdown-content li > a,
.six-storage-dropdown-content li > span {
  padding: 14px 10px;
}

.six-storage-red-text {
  color: red;
}

.page-template-six-storage-full-width-php .ast-container {
  display: block;
}

div#six-storage-unit-lists h5:first-child {
  font-size: 25px;
}

.six-storage-loginbtn .six-storage-signupbtn {
  font-family: "Roboto", sans-serif;
}

#six-storage-go-back:focus,
#six-storage-next-step:focus {
  background-color: #002664;
}

#lease-dropdown-list ul#lease-info-dd-1,
#lease-dropdown-list #lease-info-dd-0 {
  width: inherit;
  height: auto;
}

button#six-storage-document-upload-btn {
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: normal;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  border-radius: 5px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-transform: capitalize;
  padding-top: 5px;
}

#six-storage-sign-in-short-code .six-storage-fs-title {
  font-size: 25px;
}

#six-storage-sign-up-short-code h5 {
  font-size: 25px;
}

form#six-storage-sign-in-form .six-storage-password-type-toggle .six-storage-password-icon {
  top: 0px;
}

#six-storage-online-custom-addons h6 {
  font-size: 15px;
}

div#six-storage-insurance-dashboard-modal-Body {
  background: transparent;
}

#sixStorageInsurancePage .six-storage-text-left:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

#six-storage-dashboard-modal-Body form div#six-storage-file-size-err {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .six-storage-profile-form-wrapper .six-storage-edit-control .six-storage-input-field {
    padding: 0px;
  }
}
div#six-storage-unit-lists #six-storage-top-container-buttons {
  box-shadow: none;
}

.six-storage-unit-box-details h4,
div#six-storage-tenant-details h4 {
  font-size: 25px !important;
}

section#sixStorageInsurancePage button {
  border-radius: 18px;
}

.six-storage-checkbox-msg {
  margin-bottom: 25px !important;
}

.six-storage-terms-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.six-storage-terms-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  text-align: justify;
  border-radius: 20px;
}

/* The Close Button */
.six-storage-terms-close {
  color: #aaa;
  float: right;
  bottom: 26px;
  left: 5px;
  position: relative;
  font-size: 35px;
  font-weight: bold;
}

.six-storage-terms-close:hover,
.six-storage-terms-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.six-storage-terms-msg {
  padding-top: 40px;
}

@media screen and (max-width: 650px) {
  .six-storage-terms-modal-content {
    width: 75%;
  }
}
#six-storage-terms-modal-btn:hover {
  text-decoration: underline;
}

.six-storage-movein-signup-terms-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999 !important;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.six-storage-movein-signup-terms-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  text-align: justify;
  border-radius: 20px;
  z-index: 999999 !important;
}

@media screen and (max-width: 650px) {
  .six-storage-movein-signup-terms-modal-content {
    width: 75%;
  }
}
/* The Close Button */
.six-storage-movein-signup-terms-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.six-storage-movein-signup-terms-close:hover,
.six-storage-movein-signup-terms-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.six-storage-movein-signup-terms-msg {
  padding-top: 40px;
}

@media screen and (max-width: 650px) {
  .six-storage-terms-modal-content {
    width: 75%;
  }
}
#six-storage-terms-modal-btn:hover {
  text-decoration: underline;
}

#six-storage-movein-signup-terms-modal-btn:hover {
  text-decoration: underline;
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-terms-msg {
    font-size: 28px;
    line-height: 40px;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-terms-msg p {
    font-size: 22px;
    line-height: 43px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-terms-modal-content {
    width: 55%;
  }
}
@media only screen and (max-device-width: 767px) {
  #six_storage_dashboard_table td {
    width: auto;
  }
  .six-storage-terms-msg p {
    font-size: 16px;
    line-height: 33px;
  }
}
.six-storage-sign-in-close-btn {
  position: absolute;
  right: 12px;
  top: 7px;
}

.six-storage-float-right {
  float: right;
}

.six-storage-min-w-25 {
  min-width: 25%;
}

#six-storage-site-content a:focus {
  outline: unset !important;
}

.six-storage-loadingContainer1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.six-storage-loadingContainer1 span {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: black;
  float: left;
  margin: 0 3px;
  background: black;
  transform: scale(0);
}

.six-storage-loadingContainer1 .six-storage-ball1 {
  z-index: 1;
  animation: six-storage-grow 4.4s infinite ease-in-out;
}

.six-storage-loadingContainer1 .six-storage-ball2 {
  animation: six-storage-grow 4.4s infinite ease-in-out;
  animation-delay: 0.3s;
}

.six-storage-loadingContainer1 .six-storage-ball3 {
  animation: six-storage-grow 4.4s infinite ease-in-out;
  animation-delay: 0.6s;
}

.six-storage-loadingContainer1 .six-storage-ball3 {
  animation: six-storage-grow 4.4s infinite ease-in-out;
  animation-delay: 0.9s;
}

#six-storage-dashboard-payment-label {
  left: 0;
}

@keyframes six-storage-grow {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1);
    background: black;
  }
  100% {
    -webkit-transform: scale(0);
    background: black;
  }
}
.six-storage-input-field.six-storage-col.six-storage-s12.cc.sixstoragePaymentFormPaya ul {
  top: 10px;
}

.six-storage-input-field.six-storage-col.six-storage-s12.cc.sixstoragePaymentFormPaya ul span {
  font-size: 15px;
}

.sixstoragePaymentFormPaya .six-storage-select-dropdown.six-storage-dropdown-content li.six-storage-selected {
  background: transparent;
}

.applyfilterbutton {
  margin-left: 10px;
}

#six-storage-no-records-found p {
  font-size: 48px;
  font-family: inherit;
  font-weight: 600;
  margin: 0;
}

#six-storage-no-records-found a {
  color: #ffffff;
}

#six-storage-gateAccessCodeDiv .six-storage-active {
  font-weight: 500;
}

#six-storage-applyfilter[disabled] {
  margin: 20px;
  margin-left: 0px;
  color: white !important;
  background-color: #9F9F9F !important;
}

#six-storage-applyfilter {
  margin: 20px;
  margin-left: 0px;
}

#six-storage-no-records-found p {
  font-size: 48px;
  font-family: inherit;
  font-weight: 600;
  margin: 0;
}

#six-storage-no-records-found a {
  color: #ffffff;
}

#six-storage-gateAccessCodeDiv .six-storage-active {
  font-weight: 500;
}

/*** 22.10.2022 **/
#six-storage-sign-in-form p a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

#six-storage-discount_carousel i {
  font-size: 48px;
}

#six-storage-discount_carousel .six-storage-slider-Officon {
  font-size: 28px;
}

.six-storage-carousel-item p {
  padding-top: 8px;
}

.six-storage-profile-form-wrapper {
  padding: 25px 10px;
}

.six-storage-signup-phonelabel {
  position: absolute;
  top: -19px;
  color: #333;
}

#sixStorageinsurance-radio span {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

#six-storage-no-units-available-here h1 {
  margin-bottom: 0px;
  padding: 15px 0px;
}

#six_storage_loading {
  font-size: 22px;
  text-align: center;
}

#six-storage-online-custom-addons [data-element_required="'true'"] .six-storage-collapsible-header label:after {
  content: "*";
  color: red;
  position: relative;
  top: -6px;
  left: auto;
  opacity: 1;
}

.six-storage-collapsible-header label {
  font-size: 15px;
  color: #424242;
}

#six-storage-sign-up-btn {
  margin-top: 17px;
}

#sixstorageknowmoretext button {
  position: absolute;
  top: 0px;
}

@media only screen and (max-width: 600px) {
  #six-storage-email_display {
    width: 120px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
#iti-0__country-listbox {
  width: 320px;
}

.six-storage-col.six-storage-s12.six-storage-m6.six_storage_signup_align {
  padding-left: 0px;
}

#six-storage-trVehicleInfo_0 td {
  word-break: break-all;
  margin-left: 10px;
  margin-right: 10px;
}

table#six_storage_dashboard_table td {
  margin-left: 5px;
  margin-right: 5px;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

#six-storage-showvehicleinfo1 label {
  left: 0px;
}

div#six-storage-online-custom-addons .cc[type=checkbox] + span:not(.six-storage-lever) {
  top: 15px;
}

div#six-storage-online-custom-addons [type=radio].cc:not(:checked) + span {
  top: -5px;
}

div#six-storage-unit-details-container [data-element_required=true] + label:after,
div#six-storage-unit-details-container [data-element_required=true] .six-storage-customfield-label:after,
#six-storage-tenant-custom-field [data-element_required=true] + label:after,
#six-storage-tenant-custom-field [data-element_required=true] .six-storage-customfield-label:after,
div#six-storage-Own-insurance [data-element_required=true] + label:after,
#six-storage-render-emergency-info[data-element_required=true] label:after {
  content: "*";
  color: red;
  position: absolute;
  top: -8px;
  left: 95%;
  opacity: 1;
}

div#six_storage_lead_sourceaccord > ul li div {
  font-weight: normal;
}

#six-storage-terms-checkbox-err {
  max-width: 60vw;
  word-break: break-word;
}

#six-storage-render-emergency-info [data-element_required=true] h6:after {
  content: "*";
  color: red;
  position: absolute;
  opacity: 1;
  top: -6px;
  left: 95%;
}

#six-storage-deliveryaddress-1 [data-element_required=true] label:after {
  content: "*";
  color: red;
  position: absolute;
  top: -6px;
  left: 95%;
  opacity: 1;
}

#six-storage-forgotpwd {
  font-weight: 600;
  text-decoration: underline;
}

#six-storage-rented-units-table .six-storage-buy-now:hover {
  color: #0056a7 !important;
}

#six-storage-gate-tooltip {
  position: absolute;
  left: 118px;
  top: -12px;
}

#six-storage-promo_six-storage-discount_carousel .six-storage-carousel-item {
  transform: translateX(0px) translateY(0px) translateX(0px) translateX(0px) translateZ(0px) !important;
}

#six-storage-identity-container [data-element_required="'true'"] #six-storage-emergency-contact-fields h6:after {
  content: "*";
  color: red;
  position: absolute;
  opacity: 1;
}

#six-storage-showvehicleinfo1 [data-element_required="'false'"] label:after {
  opacity: 0;
}

.six-storage-tooltip-content {
  max-width: 400px;
}

.six-storage-pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.six-storage-internet-activity-modal {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#six-storage-internet-status-modal {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.six-storage-internet-activity-modal-content {
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 34px;
  border: 1px solid #888;
  width: 55%;
  /* Could be more or less, depending on screen size */
  text-align: justify;
  border-radius: 20px;
  z-index: 9999999;
}

.six-storage-internet-activity-msg {
  line-height: 40px;
}

.six-storage-internet-activity-msg a {
  text-decoration: unset;
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-internet-activity-msg {
    font-size: 28px;
    line-height: 40px;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-internet-activity-msg p {
    font-size: 27px;
    line-height: 50px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .six-storage-internet-activity-modal-content {
    width: 80%;
    position: relative;
    top: 210px;
  }
}
@media screen and (max-width: 650px) {
  .six-storage-internet-activity-modal-content {
    width: 80%;
    position: relative;
    top: 240px;
  }
}
#six-storage-no-units-available-here {
  display: none;
}

#six-storage-move-in-profile-pic img {
  border: 3px solid #858585;
  border-radius: 8px;
}

#six-storage-move-in-profile-pic {
  align-items: end;
  display: flex;
}

.six-storage-hubspot-url-color {
  color: #107ef4;
  cursor: pointer;
  text-decoration: underline;
}

.six-storage-hubspot-url-color:active {
  color: #107ef4;
  cursor: pointer;
}

.six-storage-hubspot-url-color:focus {
  color: #107ef4;
  cursor: pointer;
}

.six-storage-hubspot-url-color:hover {
  text-decoration: none;
}

#six-storage-site-content table tbody tr:hover > td, #six-storage-site-content table tbody tr:hover > th {
  background-color: #fff !important;
}

#six-storage-tenant-info-div .six-security-gate-access-field {
  padding-left: 0px;
}

.six-storage-click-here:hover {
  cursor: pointer;
}

@media screen and (min-width: 575px) {
  .six-storage-grid-alert {
    display: flex;
    align-items: end;
  }
}
@media screen and (max-width: 580px) {
  .six-storage-merCart {
    margin: auto;
  }
}
.six-storage-tooltip-content {
  max-width: 400px;
}

.six-storage-internet-activity-msg p {
  font-size: 18px;
}

.six-storage-internet-activity-msg p a {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  #six-storage-item-img-output {
    width: 140px;
  }
}
#six-storage-showvehicleinfo1 .six-storage-input-field > label:not(.six-storage-label-icon).six-storage-active {
  transform: translateY(-4px) scale(0.8);
}

#six-storage-showvehicleinfo1 .six_storage_signup_align {
  max-height: 44px;
  margin: 15px 0px;
}

a.six-storage-addvehicleinfo {
  bottom: 10px;
}

#six-storage-crop_file_movein {
  margin-top: -67px;
}

#six_storage_size_indication_msg {
  font-size: 13px;
}

.six-storage-movein-note-flow {
  word-wrap: break-word;
}

.six-storage-location-img-container img {
  width: 26px;
}

.six-storage-location-img-container h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
}

.six-storage-location-img-container {
  padding-top: 10px;
}

.six-storage-location-inner-box {
  padding: 15px;
  min-height: 216px;
}

#six-storage-icon_prefix2 {
  padding-left: 106px;
  margin-bottom: 0px;
  height: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  width: 100%;
  border: 1px solid #d1c4c4;
}

#six-storage-location-search-icons i {
  font-size: 30px;
  margin-top: 12px;
  padding-left: 65px;
  color: #A2A4A7;
  cursor: pointer;
}

.six-storage-input-prefix-box {
  position: absolute;
  width: 6%;
  border-right: 1px solid #ccc;
  padding-top: 6px;
  padding-left: 12px;
}

.six-storage-is-hidden {
  display: none;
}

#six-storage-icon_prefix2:focus {
  outline: none;
  border: 2px solid #ccc;
}

#six-storage-dropdown-background-transparent {
  background-color: #f1f1f1;
}

.six-storage-overflow-hide {
  overflow-x: hidden !important;
}

.six-storage-margin-top {
  margin-bottom: 20px;
}

#six-storage-credit-card .six-storage-margin-bottom-0 {
  margin-bottom: 0px;
}

#six-storage-location-select-options .six-storage-margin-0 {
  margin: 0;
}

#sixstorage_dashoard-data-table .six-storage-indicator {
  background: none;
}

#six-storage-location-select-options .six-storage-select-wrapper {
  width: 310px;
  display: block;
  margin: 0 auto;
}

#six-storage-units-select-options .six-storage-select-wrapper {
  width: 310px;
  display: block;
  margin: 0 auto;
}

#six-storage-units-select-options .six-storage-margin-0 {
  margin: 0;
}

#six-storage-location-select-options img {
  width: 28px;
  position: relative;
  top: 52px;
  left: 85px;
}

#six-storage-location-list-container {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
}

#six-storage-units-select-options img {
  width: 28px;
  position: relative;
  top: 52px;
  left: 83px;
}

.six-storage-tabs-height .six-storage-indicator {
  display: none;
}

.six-storage-all-tabs-options {
  background: #fff;
}

.six-storage-tabs li input {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}

.six-storage-margin-bottom-0 {
  margin-bottom: 0px;
  margin-top: 30px;
}

#six-storage-view-units {
  font-size: 17px;
  border: transparent;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  border-radius: 4px;
}

.sixStoragefloatright {
  float: right;
}

.six-storage-plugin-version-div p {
  margin-right: 12px;
}

.six-storage-brand-name-div p {
  margin-bottom: 5px;
}

#six-storage-unit-image {
  margin: 0 auto;
  display: block;
}

#six-storage-location-list-row-container img {
  max-width: 100%;
  vertical-align: top;
}

.six-storage-location-img-container p {
  min-height: 55px;
}

.six-storage-location-img {
  min-height: 270px;
  max-width: 100%;
}

.six-storage-text-bold {
  font-weight: 600;
}

#six-storage-reserve-pay-btn-ptwofour {
  position: absolute;
  margin-top: -43px;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  float: left;
  padding: 13px 16px;
}

#pagination-numbers a {
  padding: 0 8px;
  cursor: pointer;
}

.pagination-container .disabled {
  pointer-events: none;
}

.pagination-button {
  margin: 0 10px;
}

.six-storage-grid-position-absolute.six-storage-clear-icons {
  right: 2px;
}

.six-storage-proof-document {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  margin-left: 80px;
}

.six-storage-title-text {
  font-size: 24px;
  font-weight: 700;
  color: #4b3d40 !important;
  padding-right: 10px;
}

.six-storage-unt-divider {
  height: 100%;
  display: inline-block;
  font-size: 23px;
  margin-right: 10px;
  width: 3px;
}

.six-storage-tag-text {
  font-size: 24px;
  font-weight: 700;
  color: #4b3d40 !important;
}

.six-storage-subtext {
  color: #424242 !important;
}

.six-storage-capatilize {
  text-transform: capitalize;
}

.rent-now-block-button {
  font-weight: bolder !important;
}

.info-rent-now-unitDetails {
  min-height: 450px;
}

.unit-details-flex {
  flex-grow: 0 !important;
}

.six-storage-location-details {
  flex-grow: 0 !important;
}

.six-storage-location-details h6.cc {
  margin-top: 0px;
}

.six-storage-location-name {
  margin-top: 15px;
}

#six-storage-unit-image img {
  max-width: 100%;
}

.six-storage-update-button-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#six-storage-prevous-button-container {
  margin-right: 20px;
}

#six-storage-rented-units-table .sixstorage-moved-out {
  height: 39px;
  line-height: 39px;
  background: rgba(191, 191, 191, 0.6784313725);
  width: 123px;
  font-size: 13px;
  color: #585656;
  font-weight: 600;
  pointer-events: none;
}

.sixstorage-moved-out i {
  font-size: 19px;
  left: -73px;
  font-weight: 600;
  color: #585656;
}

.sixStorage-text-alignment {
  margin-left: 22px;
}

.six-storage-disabled-payment-form {
  pointer-events: none;
}

#lease-dropdown-list {
  margin-left: 33px;
}

.six-storage-location-content-box {
  height: 530px;
}

.six-storage-location-content-box {
  height: 540px;
}

.six-storage-paymentform-disable {
  pointer-events: none;
}

#six-storage-leases {
  display: none;
}

#six-storage-transactions {
  display: none;
}

.six-storage-tabs li {
  cursor: pointer;
}/*# sourceMappingURL=cc-move-in-style.css.map */

