.sidebar {
  height: 100%;
  width: 230px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 150px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  transition: 0.3s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 3px;
  align-items: center;
  display: flex;
}

.sidebar a:hover {
  background-color: #f1f1f1;
}

.main {
  transition: margin-left 0.5s;
  padding: 100px 16px 16px 16px;
  margin-left: 230px;
  text-align: center;
  width: 80%;
}

.user-image {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #ebe6e6;
  object-fit: cover;
}

.main-image {
  width: 150px;
  height: 150px;
  border-radius: 90px;
  border: 1px solid #ebe6e6;
  object-fit: cover;
}

.icon-side {
  margin: 5px 15px 5px 0;
  font-size: 25px;
  color: #5c5656;
}

.basic-details {
  border: 1px solid #ddd3d3;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 1px 1px 5px #80808029;
}

.basic-details .row {
  margin-right: 0 !important;
  border-bottom: 1px solid #d1c3c3;
}

.title-label {
  font-family: monospace;
  font-size: 15px;
  color: grey;
  font-weight: 600;
  margin-bottom: 0;
}

.img-div {
  display: inline-flex;
  position: relative;
}

.image {
  width: 65px;
  height: 65px;
  border-radius: 35px;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 65px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 18px;
  text-align: center;
  border-radius: 35px;
}

.img-div:hover .overlay {
  opacity: 1;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border-top: 1px solid #d3cdcd;
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 0 7px 0;
  transition: 0.3s;
  font-size: 17px;
}

.tablinks:focus {
  outline: 0 auto #fff;
}

.app-image {
  margin: 6px auto 0 auto;
  width: 50px;
}

.card-image {
  border: none;
  height: 60px;
  align-items: center;
  display: grid;
}

.header-apps {
  max-width: 365px;
  position: fixed !important;
  top: 60px;
  right: 15px;
  z-index: 1000;
  margin-bottom: 0 !important;
  background: #edebeb;
  overflow: auto;
  height: fit-content;
  max-height: 470px;
}

.header-apps .card {
  background: #edebeb;
}

.image-content {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}

.text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.center-text {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}

#form-contents .form-group {
  padding: 0 45px;
}

.card-header {
  background: #fff;
}

.help-sec {
  border: 1px solid #dee2e6;
  box-shadow: 1px 1px 5px #80808029;
  height: max-content;
  padding: 15px 25px;
  text-align: left;
}

#accordion .btn:focus {
  outline: none;
  box-shadow: none;
}

.collapse {
  background: #fff;
}

.card {
  border: none;
}

.dropdown-toggle::after {
  display: none !important;
}

.border {
  box-shadow: 1px 1px 5px #80808029;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.dropdown-item {
  padding-right: 64px !important;
}

#otp-sent-label {
  color: green;
  background: #bbf3bb;
  padding: 5px 30px 5px 12px;
  text-align: left;
  border-left: 6px solid green;
  margin: 20px 0;
}

.fstlist {
  text-align: left !important;
}

.fstdropdown > .fstselected {
  padding: 10px 24px 10px 12px !important;
  text-align: left;
}

.signup-steps li {
  color: #0423ff;
  margin-top: 8px;
}

.font-styles {
  font-weight: 600;
  font-family: sans-serif;
  color: #fff;
}

.sub-text {
  font-size: 20px;
  max-width: 288px;
  margin: 40px auto 240px auto;
}

.buy-button {
  text-decoration: none;
  background-color: white !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  color: #000;
  padding: 8px 40px;
  margin-bottom: 20px;
  display: inline-block;
}

.hr-line {
  border: 1px solid #605959;
  height: 3px;
  width: 75px;
  margin: 53px auto -28px auto;
  background: #000;
  z-index: 1;
  position: relative;
}

sup {
  top: -0.3em !important;
}

.spef-list {
  display: grid;
  font-size: 19px;
  font-weight: 500;
  margin: 30px 0 !important;
}

.tab-label {
  display: block;
  color: #fff;
  font-weight: 600;
}

.tab-label-active {
  display: block;
  color: #fff;
  font-weight: 600;
}

.current-number-label {
  display: block;
  padding-left: 45px;
  text-align: left;
  margin-bottom: 20px;
}

#update-mobile:valid {
  border: 1px solid #ced4da;
  background-image: none;
}

.form-control {
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.validation-success {
  border-color: #198754 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
}

.validation-fail {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}

#loading-animation-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #0000002e;
}

#loading-animation-div img {
  margin: 15% auto;
  display: flex;
  width: 210px;
}

#whatsapp-link {
  width: 115px;
  margin: auto;
  background: #3ebb3e;
  border-color: #3ebb3e;
}

#wa-copy-icon {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  margin: -40px 0 0 165px;
  width: fit-content;
}

#wa-copy-div {
  box-shadow: 0 1px 2px 2px #dcd3d3;
  border-radius: 3px;
  padding: 6px;
  margin: 27px auto;
  background: #f4ecec;
  width: 180px;
}

#qr-code-modal img {
  margin: auto;
  width: 200px;
}

.card-content {
  min-height: 450px;
}

@media screen and (max-width: 991px) {
  .main {
    width: 70%;
  }

  .sub-text {
    margin: 30px auto;
  }

  .spef-list {
    display: grid;
    font-size: 15px;
    font-weight: 500;
    margin: 19px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-left: 0;
    margin-bottom: 85px;
    width: 100% !important;
  }

  .sidebar {
    display: none;
  }

  .title-label {
    margin-top: 5px;
  }

  .user-image {
    margin: 10px 0;
  }

  .navbar-brand {
    font-weight: 500;
    font-size: 23px;
    color: #c3bd08;
  }

  .far {
    margin-right: 3px !important;
    font-size: 20px;
  }

  .fas {
    margin-right: 3px !important;
    font-size: 20px;
  }

  .icon-side {
    margin: 10px 0 0 0;
    display: block !important;
  }

  .header-apps {
    top: 50px;
    right: 0;
    left: 15px;
  }

  .help-sec {
    margin: 0 7px;
  }

  .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto !important;
  }

  .img-div .overlay {
    opacity: 0.7 !important;
  }

  .sub-text {
    margin: auto !important;
  }

  .spef-list {
    margin: 30px 0 !important;
  }

  .card-content {
    height: max-content;
  }

  .buy-button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .basic-details {
    padding: 15px 10px;
  }

  .basic-details .row {
    margin: 0 !important;
  }

  .title-label {
    margin-top: 20px;
  }

  .article-card {
    max-width: 91%;
  }

  .form-group {
    padding: 0 30px !important;
  }

  .current-number-label {
    padding-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-apps {
    max-width: 300px;
  }

  .form-group {
    padding: 0 7px !important;
  }

  .current-number-label {
    padding-left: 7px;
  }

  .image {
    width: 45px;
    height: 45px;
  }

  .overlay {
    width: 45px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .overlay i {
    font-size: 13px;
  }
}
