body {
  height: 100vh;
  background: rgba(241, 242, 245, 1);
  background-image: url(/asset/background.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom left;
}
.App {
}
.content-wrapper {
  margin-top: 0;
  transition: margin-top 0.3s;
}

.accessible .react-confirm-alert {
  margin-top: 70vh;
}
.accessible-button {
  cursor: pointer;
  width: 25%;
  right: 0;
  bottom: 0;
}

.keyboard-button {
  cursor: pointer;
  width: 25%;
  right: 27%;
  bottom: 0;
}
.accessible-text {
  height: 53vh;
  padding: 8rem;
}
.screen-keyboard {
  cursor: pointer;
  width: 30%;
  right: 30%;
  bottom: 0;
}
.keyboard-wrapper {
 /* position: fixed;
  bottom: 6rem;
  */
  margin-bottom: 6rem;
}
.keyboard-wrapper.hg-theme-default .hg-button {
  height: 60px;
}
.back-button {
  width: 25%;
  left: 0;
  bottom: 0;
}
.wrapper {
  margin: 4rem 0;
}
.react-confirm-alert-body {
  width: 600px !important;
  font-size: 1.5rem;
  text-align: center !important;
  font-weight: 500;
}

.react-confirm-alert-button-group {
  justify-content: space-around !important;
}
.react-confirm-alert-button-group button {
  font-size: 1rem !important;
  padding: 0.4rem 2rem !important;
}
.react-confirm-alert-body h1 {
  font-size: 1.5rem;
  color: #D50037;
}
.form-control.focus, .btn.focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
* {
  font-family: 'Myriad Pro Regular';
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.welcome-card {
  font-size: 18px;
}
.bg-pink{
  background-color: rgba(213, 0, 55, 1);
}
.modal-backdrop.show {
  opacity: .9!important;
}
.head {
  background-color: rgba(213, 0, 55, 1);
  color: rgba(112, 112, 112, 1);
}
.btn-danger, .btn-danger:focus {
  background: #D50037 !important;
  color: #ffffff;
  box-shadow: none!important;
}
.btn-pink, .btn-pink:focus {
  background: #D50037 !important;
  color: #ffffff;
  box-shadow: none!important;
}

.btn-pink:hover {
  color: #ffffff;
  background: #D5003780 !important;
  transition: 0.8s;
}

.btn-grey, .btn-grey:focus {
  background: lightgrey!important;
  color: #ffffff!important;
  box-shadow: none!important;
}
.btn-black{
  background: #000000!important;
  color: #ffffff;
  box-shadow: none!important;
}

.btn-black:focus, .btn-black:hover{
  background: #00000080!important;
  color: #ffffff;
  box-shadow: none!important;
  transition: 0.8s;
}

.btn-white, .btn-white:focus, .btn-white:hover{
  background: #ffffff!important;
  color: #D50037;
  box-shadow: none!important;
}
/* .top-nav {
  height: 8vh;
}
.wrapper {
  height: 80vh;
}
*/
.bottom-nav {
  bottom: 0;
  position: fixed;
}
.head span {
  font-size: 54px;
  color: rgba(241, 242, 245, 1);
}
.letter-spacing-2{
  letter-spacing: 2px;
}
.text-danger{
  color:#D50037!important;
}
.icon-font-size{
  font-size: 30px!important;
}
.card{
  border-radius: 10px!important;
}
.rounded-left {
  border-top-left-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
}
.nav-tabs .nav-link.active,.nav-tabs .nav-link.hover,.nav-tabs .nav-link.active{
  border-bottom: 2px solid #D50037!important;
  border-color: #D50037!important;
  border: none;
  color:#D50037!important;
}

.sizeSelectionTab {
  display: flex;
}
.sizeSelectionTab li{
  flex: 1;
  border-right: 2px solid rgba(241, 242, 245, 1);
}
.sizeSelectionTab li:last-child{
  border-right:none!important;
}
.sizeSelectionTab li a{
  color: #000000!important;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
}
#mainNavbar ul li{
  padding: 10px 0px;
}
.wrapper-flex{
  width: 100%;
  min-height: 40vh;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainNavbar ul li a{
  color:#000000!important;
  font-weight: 600;
  opacity:.7;
}
.wizard a {
  padding: 17px 0px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  margin-right: -3px;
  outline: none;
 /*padding: 10px 8px 10px 30px;
 */
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #000000!important;
  width: 19.899%;
}
.wizard a:first-child:before, .wizard a:last-child:after {
  border: none;
}
.wizard a:before {
  width: 0;
  height: 0;
  border-top: 28px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 26px solid rgba(241, 242, 245, 1);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
/*.wizard a.active:after {
  border-left: 20px solid #21c2f8;
}
*/
.wizard a:after {
  width: 0;
  height: 0;
  border-top: 28px inset transparent;
  border-bottom:30px inset transparent;
  border-left: 26px solid #fff;
  position: absolute;
  content: '';
  top: 0;
  right: -19px;
  z-index: 2;
}
.wizard a:last-child:after {
  border: none;
}

#container-circles {
  position: absolute;
  left: 50%;
  bottom: 90px;
}
#outer-circle {
  position: absolute;
  left: -37px;
  height: 75px;
  width: 75px;
 /* opacity of 0.4 */
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
}
#inner-circle {
  position: absolute;
  left: 50%;
  top: 38px;
  height: 44px;
  width: 44px;
  background: white;
  border-radius: 50%;
 /* Offset the position correctly with minus half of the width and minus half of the height */
  margin: -22px 0px 0px -22px;
 /* On the top of outer-circle */
  z-index: 2;
}
#inner-circle.is-clicked {
  height: 38px;
  width: 38px;
  margin: -19px 0px 0px -19px;
}
.hg-button-hide {
  max-width: 150px;
}
.focused .form-control {
  border-color: rgba(50, 151, 211, .25);
}
.focused .form-control {
  border-color: rgba(50, 151, 211, .25);
}
.form-control-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.form-control {
  font-size: .875rem;
}
.form-control {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  color: #8898aa;
  border: 1px solid #cad1d7;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}
.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #525f7f;
}
.react-datetime-picker__wrapper {
  padding: 15px 5px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #d50037;
}
.react-datetime-picker {
  width: 100%;
}
.react-datetime-picker__inputGroup {
  min-width: 80%;
}
.react-datetime-picker__inputGroup__input{
  font-size: 18px;
}
.flatpickr-months .flatpickr-month{
  background: #d50037;
}
.flatpickr-weekdays{
  background: #d50037;
}
span.flatpickr-weekday{
  color: #ffffff;
  background: #d50037;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  background: #d50037;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background: #d50037;
  border-color: #d50037;
}
.account-container p{
  margin: 0;
  color: #7b7b7b;
  font-size: 15px;
}
.profile-container a{
  font-weight: 600;
  font-size: 1rem;
}
.profile-container h5{
  font-weight: 600;
  font-size: 1rem;
}
.profile-container svg{
  float: right;
  margin-top: 6px;
}
.info-text h4{
  font-size: 35px;
  font-weight: 800;
}
.info-text hr{
  border-bottom: 10px solid #9c9b9b;
  margin-top: 2px;
}
.profile-container .link-text{
  float: right;
  font-weight: normal!important;
  font-size: 14px!important;
  margin-right: 5px!important;
}
.vehicle input[type=file] {
  cursor: pointer;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.vehicle input[type=file]:before {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 32px;
  content: 'Upload vehicle insurance';
  display: inline-block;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}
.vehicle input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.fullDocument iframe{
  width: 100%!important;
  height: 100vh!important;
}
.unit .col-md-11{
  background-color: #0167E4;
}
.unit .col-md-11 p{
  color: #ffffff;
}
.modal-close-btn {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  background-color: white;
  border: 1px solid black;
  border-radius: 50px;
}
.pdf-modal-content {
  width: 1024px;
  height: 1280px;
  border: none;
  margin: 0 auto;
}
.text-pink {
  color: rgba(213, 0, 55, 1);
}
.unit-row .description span {
  font-size: 15px;
  color: #333;
}
.unit-row .description .size {
  font-size: 22px;
  color: #000000;
  font-family: sans-serif;
}
.unit-row .description h4 {
  font-size: 22px;
  color: #000000;
  font-weight: bolder;
  font-family: sans-serif;
}
.price {
  width: 100%;
  text-align: center;
}
.price span {
  font-size: 25px;
  font-weight: bolder;
  font-family: sans-serif;
  color: #D50037;
}
.price small {
  font-weight: bolder;
  color: #000000;
}
.price del {
  color: rgb(71 90 101);
  font-size: 21px;
  margin-right: 10px;
  font-weight: bolder;
  font-family: sans-serif;
  overflow-wrap: normal;
}

.stretch-row {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.panel-title {
  position: relative;
}
.panel-title h4{
  font-size: 22px;
  color: #000000;
  font-family: sans-serif;
  font-weight: bolder;
}
.panel-title .collapse-icon {
  color: #333;
  top: -2px;
  right: 10px;
  position: absolute;
  font-size: 20px;
}

.pin2 {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: 115px;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 8px;
  height: 8px;
}
.pin2::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: -6px;
  border: 10px solid transparent;
  border-top: 17px solid #fff;
}
.red-divide-line {
  width: 10px;
  height: 1350px;
  background-image: linear-gradient(yellow 50%, rgba(255,255,255,0) 0%);
  position: absolute;
  left: 50%;
  z-index: 1;
  background-repeat: repeat-y;
  background-position: right;
  background-size: 10px 30px;
}
.western-expo-img {
  margin-left: calc(50% - 336px);
}
.left-pane {
  left: 120px;
  top: 0;
  width: calc(50% - 120px);
  position: absolute;
  height: 100%;
  cursor: pointer;
}
.right-pane {
  right: 160px;
  top: 0;
  width: calc(50% - 160px);
  position: absolute;
  height: 100%;
  cursor: pointer;
}

.paygateway-form {
  height: 72rem;
  border: none;
  padding: 2rem 0;
}

.credit-number-mask{
  width: 360px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 48px;
  top: 204px;
  backdrop-filter: blur(3px);
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  #myTabContent .card img {
      width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1340px;
 }
}

@media (min-width: 1200px) {
  .credit-number-mask{
    left: calc(50% - 183px);
    top: 159px;
    width: 284px;
  }
}

.form-check-input {
  transform: scale(1.8);
}

.mp-0 p:last-of-type {
  margin-bottom: 0;
}
.custom-btn-link {
  outline: none;
  border: none;
  background-color: transparent;
}

.facility-map-modal-content {
  width: 90vw;
  height: 90rem;
}

.facility-map-container {
  width: 100%;
  height: 90rem;
  margin: auto;
}

.unit-text-marker>div{
  width: 100px;
  margin-top: -12px;
  margin-left: -50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.system-unit-marker {
  width: 30px;
  height: 30px;
  background-size: contain;
}

.system-unit-marker.rental-center {
  background-image: url(/rental_center.png);
}

.system-unit-marker.gate {
  background-image: url(/gate.png);
}

.loader-container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-unit {
  border-radius: 10px;
  border: 6px solid #D50037;
}
.strikethrough {
  text-decoration: none;
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);
}
.link {
  text-decoration: underline;
  color: #1566FF;
  cursor: pointer;
}

/* WCAG Fixes */

a, .btn-link {
  color: #0167E4;
}
