.main {
  max-width: 97% !important;
  margin: 0 auto !important;
}

.container {
  width: 100% !important;
  /* display: flex;
    justify-content: space-between; */ 
}

.detailsContainer {
  width: 1019px !important;
}

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

.cardsContainer {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 20px !important;
}

.card {
  width: 239px !important;
  height: 74px !important;
  box-shadow: 0px 0px 1px 0px #000000 !important;
  background: #00adb51a !important;
  border-left: 2px solid #00adb5 !important;
  border-radius: 5px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-left: 24px !important;
}

.cardTitle {
  font-size: 14px;
  font-weight: 500;
}

.cardNumber {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.overView {
  margin-top: 20px !important;
}

.overViewTitle {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.overViewText {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.overViewTextContainer {
  border-top: 1px solid #d3d3d3 !important;
  padding: 12px 17px !important;
  margin-top: 12px !important;
}

.btnContainer {
  width: 979px !important;
  text-align: center !important;
}

.btn {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #00adb5 !important;
  text-transform: capitalize !important;
}

.formContainer {
  padding: 17px 15px !important;
}

/* TextField styles */
.inputRoot {
  font-size: 12px !important;
  font-weight: 400 !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 50px !important;
}

.outline {
  border-color: #e9e9e9 !important;
}

.input {
  font-size: 12px !important;
  font-weight: 400 !important;
}

textarea.input {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.label {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.multilineTextFieldOutline {
  border-radius: 15px !important;
}

/* Checkbox and label */
.checkbox {
  padding-top: 0 !important;
}

.termsLabel {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.checkboxLabel {
  align-items: flex-start !important;
}

/* Submit button */
.submitBtn {
  background-color: #00adb5 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  width: 100% !important;
}

.submitBtn:hover {
  background-color: #008a91 !important;
}

.stickyContainer {
  box-shadow: 0px 0px 1px 0px #000000 !important;
  max-width: 317px !important;
  /* height: 506px; */
  border-radius: 5px !important;
  max-height: 580px !important;
  position: sticky !important;
  top: 0px !important;
  min-height: 100px !important;
}

@media screen and (min-width: 320px) and (max-width: 1360px) {
  .main {
    width: 95% !important;
  }
}
