Untitled

 avatar
unknown
plain_text
6 months ago
4.8 kB
2
Indexable
.tabscustometab {
  display: flex;
  flex-wrap: wrap;
}

.tabscustometab label {
  order: 1;
  border: 1px solid;
  display: block;
  padding: .3rem 1rem;
  margin-right: 0.2rem;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.tabscustometab .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  border: solid 0.01px #ecedf0;
}

.tabscustometab input[type="radio"] {
  display: none;
}

.tabscustometab input[type="radio"]:checked+label {
  background: #f1d089d9;
  transition: #f1d089d9 ease 0.2s;
  border-right: 0.125rem solid #16a085;

}

.tabscustometab input[type="radio"]:checked+label+.tab {
  display: block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
}


@media (max-width: 45em) {

  .tabscustometab .tab,
  .tabscustometab label {
    order: initial;
  }

  .tabscustometab label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/**
 * Generic Styling
*/
body {
  /* background: #eee; */
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 10vh;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  max-width: 60rem;
  margin: 0 auto;
  font-size: 72%;
}

.tabiconsss {
  /* margin-left: 1%;
  margin-right: 1%; */
  color: var(--toastify-color-dark) !important;
  font-size: 15px;
}

.cakeicon {
  color: brown;
}

.bicardmaingrid {
  margin: 2%;
}

.recommadresukbox {
  padding: 20px;
  margin-left: 20px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 6px 0px rgba(142, 142, 142, 0.2), 0px 1px 1px 0px rgba(243, 243, 243, 0.14), 0px 2px 1px -1px rgba(204, 204, 204, 0.1);
  min-height: 30rem;
  width: 50rem;
}

.recoomediconviso {
  margin-left: 1%;
  margin-right: 1%;
}

.tabcellrecomd {
  border-bottom: none !important;
  padding: 0.1rem !important;
}

.recomtyphead {
  color: #ca2929 !important;
}

.recoomcircularbox {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  width: 100vh;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 2.2rem;
  background-color: #f9f9f9;

}

.gridrecommendcenter {
  display: flex;
  align-items: center;
  justify-content: center;

}

.circlerecoomcir {
  background-color: #e6e6fc;
  height: 100%;
  border-radius: 50%;

  text-align: center;
  display: grid;
  place-items: center;

}

@media (max-width:630px) {
  .recoomcircularbox {
    height: 100vw;
    width: 100vw;
  }
}

.recomamdformconatainer {
  font-family: "Overpass", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recomamdformchorizontal {
  background: #fff;
  width: 35rem;
  height: 35rem;
  padding: 5% 15% 10% 15%;
  margin: 0 auto;
  border-radius: 50%;
}

.recomamdformchoriztitle {
  color: #838585;
  font-family: "Teko", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

.recomamdformchoriztitgroupp {
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 0;
  margin: 0 0 15px;
  border: 1px solid #838585;
  border-radius: 3px;
}

.frmaeboxrecomd {

  width: 75%;

  background-image: url("/public/images/woodimg2.jpg");
  background-size: cover;
  /* Adjust as needed */
  background-position: center;
  border: 0px solid #838585;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 4%;
  border-radius: 12px;
}

.recomedinputform {
  background: linear-gradient(to right, #e6e6fc 49%, #e6e6fc 50%);
}

.daterecommend {
  display: block;
  justify-content: flex-end;
  margin-left: 10%;
  margin-bottom: 8%;
}

.ddkdkdkdkasl {
  font-size: 1.6em;
  font-weight: 400;
  display: block;
  /* Make it a block-level element */
  margin-bottom: 1%;
  /* Add some space between the span and the input */
}

.recomedinputfo2222 {
  border-top: none;
  border-left: none;
  border-right: none;
  background: linear-gradient(to right, #e6e6fc 49%, #e6e6fc 50%);
  width: 20rem;
}

.asdfghnsdfg {
  font-size: 1.6em;
  font-weight: 400;

  margin-bottom: 1%;
  /* Add some space between the span and the input */
}

.recomencheckinputt {
  display: block;
}

.recomedinputf3333 {
  border-top: none;
  border-left: none;
  border-right: none;
  background: linear-gradient(to right, #e6e6fc 49%, #e6e6fc 50%);
  width: 12rem;

}

/* .recommabottomdiv {
  margin-bottom: 4%;
} */


.asdfghnsdfg label {
  width: 100%;
  margin: 0;
}
Editor is loading...
Leave a Comment