@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

html {
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
.ig-bg {
  background: radial-gradient(
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0) 40%
    ),
    radial-gradient(
      hsla(44, 100%, 66%, 1) 30%,
      hsla(338, 68%, 65%, 1),
      hsla(338, 68%, 65%, 0.4) 41%,
      transparent 52%
    ),
    radial-gradient(hsla(272, 100%, 60%, 1) 37%, transparent 46%),
    linear-gradient(155deg, transparent 65%, hsla(142, 70%, 49%, 1) 95%),
    linear-gradient(45deg, hsla(213, 100%, 44%, 1), hsla(209, 100%, 53%, 1));
  opacity: 0.08;
  background-position: bottom left, 109% 68%, 109% 68%, center, center;
  background-size: 200% 200%, 285% 500%, 285% 500%, cover, cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
}

.main-body {
  padding: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-family: Inter;
  /* font-family: circular; */
  color: rgb(4, 101, 126);
}
.cards {
  margin-top: 25px;
}
.card {
  line-height: 4px;
  font-size: 13px;
  margin-bottom: 15px;
}

.card-top {
  background-color: white;
  position: relative;
  padding: 5px 20px;
  border-radius: 6px 6px 0 0;
  line-height: 0px;
}
.card-middle {
  background-color: white;
  position: relative;
  padding: 5px 20px;
  border-radius: 0;
}
.card-bottom {
  background-color: white;
  position: relative;
  padding: 5px 20px;
  border-radius: 0 0 6px 6px;
}
.line {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.line2 {
  display: flex;
  width: 100%;
  padding: 0;
}
.lTxt {
  color: rgb(192, 188, 188);
  font-size: 14px;
}
.dlTxt {
  color: rgb(107, 105, 105);
  font-size: 14px;
}
.dTxt {
  color: rgb(4, 101, 126);
  font-weight: 400;
  font-size: 14px;
}
.bTxt {
  font-weight: 600;
}
.fs10 {
  font-size: 10px;
}
.card-bottom > .line2 > p:nth-child(1) {
  flex: 0.4;
  /* min-width: 40%; */
}
.card-bottom > .line2 > p:nth-child(2) {
  flex: 0.3;
  /* min-width: 30%; */
  text-align: center;
}
.card-bottom > .line2 > p:nth-child(3) {
  flex: 0.3;
  /* min-width: 30%; */
  text-align: right;
}
.btn {
  padding: 10px 30px;
  outline: none;
  border: none;
  position: relative;
  border-radius: 25px;
  font-family: Inter;
  margin-bottom: 6px;
}
.btn-light {
  background-color: white;
  color: rgb(4, 101, 126);
  /* border-radius: 3px; */
}
.btn-dark {
  color: white;
  background-color: rgb(4, 101, 126);
}
.service-btns,
.type-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type-btns {
  font-size: 13px;
}
.txtUL {
  text-decoration: overline;
}
.select-dark {
  padding: 5px 20px;
  outline: none;
  border: none;
  position: relative;
  color: white;
  background-color: rgb(4, 101, 126);
  border-radius: 25px;
  font-family: Inter;
  width: max-content;
}

.ham-menu {
  width: 22px;
  height: 22px;

  cursor: pointer;
  position: relative;
  transform: scaleX(120%);
}
.ham-menu:hover {
  padding: 8px 5px;
  background-color: ghostwhite;
  border-radius: 25px;
  scale: 1.1;
}

.sidenav {
  height: 100%;
  width: 0;
  /* width: 100vw; */
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  background-color: transparent;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #dab2b2;
  color: rgb(3, 69, 85);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #2c2cd6;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 12px;
  }
}

.side-nav-div {
  padding: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-family: Inter;
  /* font-family: circular; */
  color: rgb(3, 69, 85);
}
.fs18 {
  font-size: 18px;
}
.fs14 {
  font-size: 14px;
}
.line {
  justify-content: space-between;
  align-items: center;
}
.setting-t {
  flex: 0.75;
  line-height: normal;
}
.select-hollow {
  flex: 0.2;
  padding: 5px 5px;
  outline: none;
  position: relative;
  border: 2px solid rgb(8, 149, 185);
  color: rgb(222, 51, 148);
  color: rgb(4, 101, 126);
  border: 2px solid rgb(222, 51, 148);
  border-radius: 6px 6px 6px 6px;
  font-family: Inter;
  max-height: 30px;
  min-width: 100px;
}
.side-nav-div > .card {
  margin-bottom: 36px;
}
.side-nav-div > .card > .card-top {
  border-radius: 12px 12px 0 0;
}
.side-nav-div > .card > .card-bottom {
  border-radius: 0 0 12px 12px;
}

input {
  background-color: white;
  position: relative;
  /* padding: 5px 20px; */
  text-align: center;
  border-radius: 3px;
  border: none;
  border: 2px solid white;
  outline: none;
  margin-bottom: 5px;
  font-size: 16px;
  height: 30px;
  color: rgb(3, 69, 85);
}
input:focus {
  border: 2px solid rgb(4, 101, 126);
}
.text-input {
}
.num-input {
}
.updateBtnOnCards {
  position: relative;
  background-color: #dab2b2;
  padding: 12px 10px;
  border-radius: 4px;
  color: rgb(3, 69, 85);
}
