body {
  font-family: "Lato", sans-serif;
}
.cursor {
  cursor: pointer;
}
.mainLogin {
  height: 100vh;
  overflow: hidden;
}
.mainGrid {
  max-width: 100%;
  height: 100%;
  font-family: "AvenirNextDemiBold", "AvenirNext-DemiBold",
    "AvenirNext DemiBold", "Avenir Next DemiBold", "Nunito", sans-serif;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.mainGrid:before {
  content: "";
  width: 100%;
  border: 2px solid var(--third);
  position: absolute;
  height: 98%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.mainGrid:after {
  content: "";
  background: #ffe350;
  width: calc(100% + 16px);
  position: absolute;
  left: -8px;
  bottom: 0;
  height: calc(100% - 73%);
  z-index: -2;
}
@media (max-width: 768px) {
  .mainGrid:after {
    height: calc(100% - 71%);
  }
}
.mainGrid .mainTitle {
  position: relative;
  /* padding-top: 15px; */
  margin-bottom: 0px;
}
.mainGrid .logo {
  width: 300px;
  height: 70px;
  padding: 10px;
}
.mainGrid .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainGrid .mainTitle h1 {
  font-size: var(--clamp30);
  font-weight: bold;
  margin-bottom: 10px;
  color: #bf462c;
}
.mainGrid .mainTitle h2 {
  font-weight: 700;
  font-size: var(--clamp68);
  color: var(--third);
  letter-spacing: 0.8px;
}
.mainGrid .mainTitle h2 .splSymbol {
  font-weight: 300;
  font-size: var(--clamp46);
  color: var(--third);
  position: relative;
  top: -8px;
  left: -3px;
}
.mainGrid .viewTest {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin-top: 0px;
}
.mainGrid .viewTest a {
  color: var(--third);
  font-size: var(--clamp30);
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.mainGrid .viewTest:hover a {
  color: var(--fourth);
}
.mainGrid .viewTest:hover path {
  fill: #00a6ff;
}

.mainGrid .viewTest span.checkIcons img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainGrid .Mlogin p {
  color: var(--fourth);
  margin-bottom: 8px;
  font-size: var(--clamp14);
  font-weight: 600;
}
.input-group:focus .input-group-text {
  border-left: 0;
  box-shadow: unset;
  outline: 2px solid var(--third);
}
.Mlogin .input-group-text {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background: unset;
  border: 0;
  font-size: var(--clamp30);
  font-family: serif;
  height: 100%;
}
.Mlogin input {
  height: 45px;
  font-family: serif;
  font-size: var(--clamp30);
  border-radius: 0;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: unset;
  padding-left: 50px;
  border: 1px solid #dee2e6;
}

.Mlogin input::placeholder {
  color: var(--third);
}
.Mlogin input:focus {
  box-shadow: unset;
  outline: 2px solid var(--third);
}
.Mlogin .btnSubmit {
  background: #00a6ff;
  width: 100%;
  display: flex;
  height: 44px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: 0;
}
.Mlogin .btnSubmit:hover {
  background: var(--third);
}
@media (max-width: 768px) {
  .Mlogin .input-group-text {
    height: 35px;
  }
  .Mlogin input {
    height: 35px;
  }
  .Mlogin .btnSubmit {
    height: 35px;
  }
}
.Mlogin .btnSubmit span {
  font-size: var(--clamp20);
  display: flex;
}
.noteBottom {
  background: #06b45c;
  border-radius: 5px;
  h3 {
    font-size: var(--clamp32);
    color: #fff;
    font-weight: 600;
    font-family: system-ui;
  }
}
.gridView {
  max-width: 100%;
  height: 100vh;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
}
.gridContetnt {
  height: calc(100% - 150px);
  overflow-y: scroll;
  padding-bottom: 80px;
}
.gridContetnt::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 30px;
  height: auto;
  padding: 0;
}
.gridContetnt::-webkit-scrollbar {
  width: 0;
  background: transparent;
  padding: 0;
}
.gridView .header {
  border-bottom: 1px solid #e1e1e1;
}
.gridView .header .headerTitle {
  font-size: var(--clamp26);
}
.addMdata:first-child {
  border: unset;
}
.addMdata {
  border-top: 1px solid rgb(183, 179, 179);
}
.contentbody label {
  font-size: var(--clamp15);
  font-weight: 700;
}
.contentbody input {
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.contentbody input::placeholder {
  font-size: var(--clamp14);
}
.contentbody input:focus {
  box-shadow: unset;
  outline: 2px solid var(--third);
}
.radioBtn img {
  width: 13px;
  margin: 0 4px;
}
.radioBtn label {
  font-weight: 400;
  letter-spacing: 0.2px;
}
.checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid rgb(183, 179, 179);
}
.contentbody .checkmark:after {
  left: 0;
  top: -2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-flex;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: none;
}
.contentbody input:checked ~ .checkmark {
  background-color: #2196f3;
  border: unset;
}
.contentbody input:checked ~ .checkmark:after {
  display: block;
}
.addNewFamily {
  background: var(--grey);
}
.addNewFamily h3 {
  font-size: var(--clamp20);
  font-weight: 700;
}
.addNewFamily h4 {
  margin-left: auto;
  border-radius: 20px 0px 0px 20px;
  background: rgb(39, 132, 233);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
  padding: 10px 20px;
  color: var(--white);
  margin: 0;
  font-size: var(--clamp26);
}
.addNewFamily h4 small {
  font-size: var(--clamp14);
}
.addNewFamily h4 span {
  font-size: var(--clamp20);
}
.addNewFamily .addMList .addPlus {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
  border: 1px solid #00a6ff;
  border-radius: 50%;
  margin: auto;
}
.addNewFamily .colorbg {
  border-right: 1px dotted rgb(150, 159, 170);
}
.addNewFamily .colorbg .addPlus {
  background: #00a6ff;
  font-weight: bold;
}
.addmtitle {
  font-size: var(--clamp14);
  text-align: center;
}
.gridView .footer {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.gridView .footer .addAdress p {
  font-size: var(--clamp14);
  text-align: center;
  margin-bottom: 5px;
}
.btnSubmit {
  background: #00a6ff;
  width: 100%;
  display: flex;
  height: 44px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.btnSubmit:hover {
  background: var(--third);
}
.pincode label {
  font-weight: 400;
}
.locationPath h3 {
  font-size: var(--clamp16);
  font-weight: 900;
}
.locationPath p {
  font-size: var(--clamp16);
  color: #343f4b;
}
.tabgrid {
  flex-wrap: wrap;
}
.tabgrid > div {
  width: 10%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tabgrid > div {
    width: 24%;
  }
}
.tabgrid .card h5 {
  font-size: var(--clamp20);
  font-weight: 400;
}
.tabgrid .card p {
  font-size: var(--clamp22);
  font-weight: 900;
}
.tabgrid .card.active {
  clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 100%, 0px 85%);
  background: var(--fourth);
  padding-bottom: 20px;
  border: 0;
}
.tabgrid .card.active h5 {
  color: var(--white);
}
.tabgrid .card.active p {
  color: var(--white);
}
.locationPath .notify {
  background: var(--grey);
  border-radius: 5px;
}
.locationPath .notify svg {
  transform: rotate(335deg);
  padding: 3px;
}
.locationPath .notify p {
  font-size: var(--clamp16);
  color: #343f4b;
}
.gridTime {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.gridTime .gridTimeList .card {
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.gridTime .card.active {
  background: var(--fourth);
  color: var(--white);
}
.gridTime .gridTimeList .card-body {
  font-size: var(--clamp15);
  padding: 10px;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topFooter {
  border-top: 1px solid #e1e1e1;
  position: absolute;
  bottom: 76px;
  width: 100%;
  background: #fff;
}
.topFooter .geolocation {
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--clamp14);
}
.topFooter .onchange a {
  font-size: var(--clamp14);
  color: var(--primary);
  text-decoration: none;
}

/*Started PopUp*/
.gridAfter::after {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 8;
}
.locationIdent {
  height: 70vh;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.55);
  transform: translateY(100%);
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.locationIdent.active {
  transform: translateY(0%);
  opacity: 1;
}
.locationIdent .header {
  border-bottom: unset;
}
.checklayout {
  position: relative;
}
.checklayout .checklayImg {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px;
  position: relative;
  border: 1px solid #e1e1e1;
}
.checklayout .checklayImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checklayout h3 {
  font-size: var(--clamp20);
  font-weight: 700;
  text-align: center;
}
.checklayout .checkmark {
  left: unset;
  top: -6%;
  right: -3%;
  bottom: unset;
  margin: auto;
  background: var(--white);
  border-width: 1px;
  z-index: 1;
  height: 25px;
  width: 25px;
}
.locationIdent .radioBtn {
  border-bottom: 1px dashed rgb(225, 225, 225);
}
.locationIdent .gridContetnt {
  height: calc(100% - 110px);
  overflow-y: scroll;
  padding-bottom: 20px;
}

.locationIdent .gridContetnt p {
  font-size: var(--clamp16);
}
.locationIdent input {
  border-radius: 0;
  font-size: var(--clamp14);
  border: 1px solid #dee2e6;
}
.locationIdent input::placeholder {
  font-size: var(--clamp14);
}
.locationIdent input:focus {
  box-shadow: unset;
  outline: 2px solid var(--third);
}
.reviewData .radioBtn label {
  width: 100%;
}
.reviewData .labelcnt h6 {
  font-size: var(--clamp13);
  font-weight: 400;
}
.reviewData .labelcnt h3 {
  font-size: var(--clamp14);
  font-weight: 700;
}
.personAmount {
  background: var(--grey);
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.reviewData .labelcnt h4 {
  font-size: var(--clamp15);
  font-weight: 400;
  color: #969faa;
  margin-bottom: 0;
}
.reviewData .labelcnt h4 span {
  color: var(--third);
}
.reviewData .labelcnt h5 {
  font-size: var(--clamp20);
  font-weight: 700;
  color: var(--third);
}
.reviewData .gridContetnt {
  height: calc(100% - 110px);
  overflow-y: scroll;
  padding-bottom: 10px;
}
.totalAmount {
  background: var(--grey);
}

.pickCash .checklayout {
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 4px 0px;
}
.pickCash h2 {
  font-weight: 700;
  font-size: var(--clamp16);
  color: var(--third);
}
.pickCash .checklayout .checklayImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickCash .checklayout h3 {
  font-size: var(--clamp20);
  font-weight: 700;
  text-align: center;
}
.pickCash .checklayout .checkmark {
  left: unset;
  top: -6%;
  right: -1%;
  bottom: unset;
  margin: auto;
  background: var(--white);
  border-width: 1px;
  z-index: 1;
  height: 25px;
  width: 25px;
}
.pickCash .radioBtn {
  border-bottom: unset;
}
.pickCash .checklayheader {
  display: flex;
  justify-content: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #343f4b;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--white);
}
.pickCash .checklaybody h6 {
  font-size: var(--clamp14);
  color: var(--third);
  font-weight: 700;
}
.pickCash .checklaybody ul li {
  margin-bottom: 5px;
  font-size: var(--clamp12);
  color: var(--third);
}
.pickCash input:checked ~ label > .checklayheader {
  background: #2196f3;
}
.appDoc {
  font-size: var(--clamp12);
  color: var(--third);
  font-weight: 700;
}
.appDoc span {
  font-size: var(--clamp18);
  color: #06b45c;
}
.btnsucess {
  background: #06b45c;
}
