.v-main,
.maps {
  background-color: #383a56;
}

.maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 4rem;
  border-radius: 0 !important;
}

.container {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: 2rem;
  column-gap: 1rem;
}

.mapSection {
  text-align: center;
  background-color: white;
}

.v-card__title {
  color: #ffffff !important;
  font-weight: bold !important;
  background-color: #00000052;
}

.cardText {
  text-align: center !important;
  font-size: xx-large !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  color: #9e9e9e !important;
}

.cardImg .v-image__image--cover {
  background-size: auto !important;
}

.modalImg .v-image__image--cover {
  background-size: contain !important;
}

.v-dialog__content .v-card__title {
  background-color: #2b2499 !important;
}

.row {
  display: flex !important;
  gap: 0.5rem;
  justify-content: center;
}

.oneColumnOnly {
  grid-template-columns: 1fr !important;
}

.addedToCartMsg {
  font-size: 1rem !important;
}

.mapDimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  margin-top: 1.5rem;
  align-items: end;
}

.mapDimensions .v-btn__content {
  text-transform: uppercase !important;
}

.mapSize {
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.5rem !important;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  color: #ffffff !important;
  text-transform: lowercase !important;
}

.userInfo {
  padding-top: 1rem !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

th.text-center.sortable span {
  margin-left: 1rem !important;
}

#viewCartBtn {
  background-color: #2b2499 !important;
}

#itemQuantity {
  max-width: fit-content !important;
  padding: 0 !important;
}

#addingToCartTotal,
#showHDSizeSelected,
#showSDSizeSelected,
#showPPPSizeSelected,
#showCDSizeSelected {
  margin-top: 2rem !important;
  padding-right: 1rem !important;
  font-size: 1.25rem !important;
  text-align: end !important;
  background-color: #c6c8c6 !important;
  padding: 1rem;
  color: #6e6e6e;
}

#mapSize1 {
  height: 8rem;
  width: 14rem;
  background-color: #45b4a5;
  margin-left: 4rem;
}

#mapSize2 {
  height: 10rem;
  width: 15rem;
  background-color: #496cce;
}

#mapSize3 {
  height: 20rem;
  width: 15.1rem;
  background-color: #4c45b4;
}

#viewCartBtnMobile {
  display: none !important;
}

#loadingCard {
  background-color: #0098dc !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  html,
  body {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh;
    width: 100%;
  }
  .parent,
  .maps {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    justify-content: center !important;
  }

  .v-main {
    margin-top: 0 !important;
  }
  .container {
    display: flex !important;
    flex-direction: column;
  }

  .v-window-item{
    height: 100% !important;
  }

  .v-toolbar__content {
    max-width: 100vw;
  }

  .maps .v-card {
    max-width: 100% !important;
  }

  .mapDimensions {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
  }

  .cardActionsPadding {
    padding-bottom: 3.75rem !important;
  }

  .modalImg {
    height: 250px !important;
  }

  .v-window__next,
  .v-window__prev {
    background: rgb(0 152 220 / 76%) !important;
    border-radius: 50% !important;
    position: absolute !important;
    margin: 0 16px !important;
    top: calc(92%) !important;
    z-index: 1 !important;
  }

  #mapSize1 {
    margin-left: 0 !important;
  }

  #viewCartBtn {
    display: none !important;
  }

  #viewCartBtnMobile {
    display: block !important;
    background-color: none !important;
  }
  #showHDSizeSelected,
  #showSDSizeSelected,
  #showPPPSizeSelected,
  #showCDSizeSelected {
    line-height: 2rem !important;
    text-align: center !important;
  }
  .fullscreenOnMobile {
    min-height: 100% !important;
    min-width: 100% !important;
  }
  .v-dialog {
    max-width: 100% !important;
  }

  .theme--light.v-application .text--primary {
    height: 6rem !important;
  }
  
}
