.footer-section {
  background: #f6f8f9;
  background: linear-gradient(180deg, #f6f8f9, #f4f6f7 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.footer-section h3 {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer-section .upper-section {
  padding: 25px 25px 10px;
}

.footer-section .upper-section li.single-list .footer-tooltip .tooltip {
  min-width: 175px;
}

.footer-section .upper-section li a,
.footer-section .upper-section li span {
  color: #5a6876;
  cursor: pointer;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 30px;
}

.footer-section .upper-section li a:hover,
.footer-section .upper-section li span:hover {
  color: #03a9f4;
}

.footer-section .upper-section .footer-list-container {
  display: flex;
  margin-bottom: 15px;
}

.footer-section .upper-section .footer-list-container .footer-list {
  flex: 0 0 100%;
}

.footer-section
  .upper-section
  .footer-list-container
  .footer-list:last-child
  > .links-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(max-content, 1fr));
}

.footer-section
  .upper-section
  .footer-list-container
  .footer-list:last-child
  > .links-list
  h3 {
  grid-column-end: 3;
  grid-column-start: 1;
}

.footer-section .upper-section .footer-list-container .footer-tooltip .tooltip {
  display: flex;
  min-width: 350px;
}

.footer-section
  .upper-section
  .footer-list-container
  .footer-tooltip
  .tooltip
  .links-list {
  flex: 1 1;
}

.footer-section .upper-section .social-links .app-links,
.footer-section .upper-section .social-links .social-medias-links {
  margin-bottom: 15px;
}

.footer-section .upper-section .social-links .social-medias-links .images-list {
  margin-top: 10px;
}

.footer-section
  .upper-section
  .social-links
  .social-medias-links
  .images-list
  a {
  display: inline-block;
  margin-right: 10px;
}

.footer-section
  .upper-section
  .social-links
  .social-medias-links
  .images-list
  a:last-child {
  margin-right: 0;
}

.footer-section
  .upper-section
  .social-links
  .social-medias-links
  .images-list
  a
  img {
  border-radius: 5px;
  cursor: pointer;
  width: 40px;
}

.footer-section .upper-section .social-links .app-links .images-list a {
  display: inline-block;
}

.footer-section .upper-section .social-links .app-links .images-list a img {
  cursor: pointer;
}

.footer-section
  .upper-section
  .social-links
  .app-links
  .images-list
  .google-play {
  margin-right: 15px;
}

.footer-section .upper-section .social-links .certified-image {
  border-top: 1px solid hsla(0, 0%, 59%, 0.16);
  padding-top: 15px;
  width: 100%;
}

.footer-section .lower-section .text-content {
  color: #888;
  font-family: sspRegular;
  font-size: 0.714em;
  line-height: 20px;
  margin: auto;
  padding: 0 25px 10px;
}

.footer-section .lower-section .text-content img {
  margin-left: 3px;
  vertical-align: middle;
  width: 60px;
}

.footer-section .footer-error-view {
  padding-bottom: 0;
}

.footer-section .footer-error-view button {
  margin-top: 34px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer-section .lower-section .text-content {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-section .upper-section .footer-list-container .footer-list {
    flex: 0 0 25%;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .footer-list:last-child {
    flex: auto;
  }

  .footer-section
    .upper-section
    .social-links
    .social-medias-links
    .images-list
    a {
    margin-right: 9px;
  }

  .footer-section
    .upper-section
    .social-links
    .social-medias-links
    .images-list
    a
    img {
    width: 33px;
  }
}

@media (min-width: 768px) {
  .footer-section .upper-section .social-links {
    align-items: center;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 28% auto 38%;
    justify-content: space-between;
    margin-top: 30px;
  }

  .footer-section .upper-section .social-links .app-links,
  .footer-section .upper-section .social-links .social-medias-links {
    margin-bottom: 0;
  }

  .footer-section .upper-section .social-links .app-links {
    order: 1;
  }

  .footer-section .upper-section .social-links .app-links .images-list {
    align-items: stretch;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-section
    .upper-section
    .social-links
    .app-links
    .images-list
    .app-store,
  .footer-section
    .upper-section
    .social-links
    .app-links
    .images-list
    .google-play {
    width: 100%;
  }

  .footer-section .upper-section .social-links .social-medias-links {
    order: 2;
  }

  .footer-section
    .upper-section
    .social-links
    .social-medias-links
    .images-list {
    margin-top: 0;
  }

  .footer-section .upper-section .social-links .certified-image {
    border: none;
    order: 3;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .footer-section .footer-error-view {
    padding-bottom: 80px;
  }

  .footer-section .footer-error-view button {
    width: 330px;
  }

  .footer-section hr {
    background: hsla(0, 0%, 40%, 0.3);
    border: none;
    height: 1px;
    margin: 38px 0 0;
  }

  .footer-section .upper-section {
    background-color: #fafafa;
    padding: 25px 14.5px;
  }

  .footer-section .upper-section .footer-list-container .download-and-follow {
    margin-left: 88px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content {
    display: flex;
    margin-top: 22px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content
    .app-qr-code {
    background:
      linear-gradient(#fafafa, #fafafa) padding-box,
      linear-gradient(180deg, #ffd6c7 41.41%, rgba(255, 214, 199, 0)) border-box;
    border: 6px solid transparent;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 18px 18px 0;
    text-align: center;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content
    .app-qr-code
    img {
    height: 150px;
    width: 150px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content
    .app-qr-code
    .scan-text {
    font-size: 0.857em;
    line-height: 22px;
    margin-top: 6px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content
    .app-links {
    margin-left: 15px;
    margin-top: 26px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .download-app-content
    .app-links
    img {
    cursor: pointer;
    margin-bottom: 15px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .social-medias-links {
    margin-top: 42px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .social-medias-links
    .images-list {
    margin-top: 19px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .social-medias-links
    .images-list
    a:not(:last-child) {
    margin-right: 10px;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .download-and-follow
    .social-medias-links
    .images-list
    a {
    cursor: pointer;
  }

  .footer-section .upper-section .footer-list-container .footer-list {
    flex: 0 0 22%;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .footer-list:nth-last-child(2) {
    flex: auto;
  }

  .footer-section
    .upper-section
    .footer-list-container
    .footer-list:nth-last-child(2)
    > .links-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(max-content, 1fr));
  }

  .footer-section
    .upper-section
    .footer-list-container
    .footer-list:nth-last-child(2)
    > .links-list
    h3 {
    grid-column-end: 3;
    grid-column-start: 1;
  }

  .footer-section .upper-section .footer-list-container .footer-list h3 {
    margin-bottom: 10px;
  }

  .footer-section .seo-links-section {
    background-color: #fafafa;
    padding: 20px 14.5px 0;
  }

  .footer-section .seo-links-section hr {
    margin-top: 43px;
  }

  .footer-section .seo-links-section .seo-links h3 {
    margin-bottom: 15px;
  }

  .footer-section .seo-links-section .seo-links .link-group {
    margin-bottom: 12px;
  }

  .footer-section .seo-links-section .seo-links .link-group a {
    color: #666;
    text-transform: uppercase;
  }

  .footer-section .seo-links-section .seo-links .link-group p {
    display: inline-block;
    font-family: sspBold;
    margin-right: 8px;
    text-transform: capitalize;
  }

  .footer-section .seo-links-section .seo-links .link-group a,
  .footer-section .seo-links-section .seo-links .link-group p {
    cursor: pointer;
    font-size: 1em;
    line-height: 22px;
  }

  .footer-section .seo-links-section .seo-links .link-group a:hover,
  .footer-section .seo-links-section .seo-links .link-group p:hover {
    color: #e3714d;
  }

  .footer-section .seo-links-section .seo-links .link-group a:after,
  .footer-section .seo-links-section .seo-links .link-group p:after {
    color: #666;
  }

  .footer-section
    .seo-links-section
    .seo-links
    .link-group
    a:not(:last-child):after {
    content: "|";
    margin: 0 8px;
  }

  .footer-section .lower-section {
    background-color: #354f91;
    padding: 0 14.5px;
  }

  .footer-section .lower-section .lower-section-content {
    display: flex;
    justify-content: space-between;
  }

  .footer-section .lower-section .text-content {
    color: #fff;
    font-family: sspRegular;
    font-size: 1em;
    margin: 0 10px 0 0;
    padding: 20px 0;
  }

  .footer-section .footer-content,
  .footer-section .lower-section-content,
  .footer-section .seo-links {
    margin: 0 auto;
    max-width: 1320px;
  }
}

@media (min-width: 1300px) {
  .footer-section .footer-list-container .download-and-follow {
    width: 24%;
  }

  .footer-section
    .footer-list-container
    .footer-list:nth-last-child(2)
    > .links-list {
    grid-column-gap: 62px;
  }
}

.tooltip-wrapper {
  display: inline-block;
  position: relative;
}

.tooltip-arrow-top {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  left: calc(50% - 8px);
}

.tooltip-arrow-left,
.tooltip-arrow-right {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: calc(50% - 8px);
}

.tooltip-arrow-right {
  border-right: 8px solid #fff;
}

.tooltip-arrow-left {
  border-left: 8px solid #fff;
}

.tooltip-arrow-bottom {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: calc(50% - 8px);
}

.tooltip-label {
  cursor: pointer;
  position: relative;
}

.tooltip-label.tooltip-show-arrow {
  padding-right: 15px;
}

.tooltip-label.tooltip-show-arrow:after {
  border-bottom: 2px solid #5a6876;
  border-right: 2px solid #5a6876;
  box-sizing: border-box;
  content: "";
  height: 6px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  transform: rotate(-45deg);
}

.tooltip-content-wrapper {
  position: fixed;
  z-index: 2;
  transition: opacity 0.2s ease-in-out 0s;
}

.tooltip-content-wrapper.visible {
  opacity: 1;
  visibility: visible;
}

.tooltip-content-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}

.tooltip {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 13px;
  padding: 10px 15px;
  box-shadow: 0 0 5px 0 #eaeaea;
}

.tooltip > span {
  height: 0;
  position: absolute;
  width: 0;
}

.main-header {
  align-items: center;
  background-color: #0429b2;
  display: flex;
  min-height: 62px;
  position: relative;
}

.main-header.revamped-header .hamburger-icon.show-menu span {
  background: #000;
  margin-top: 0;
}

.main-header.revamped-header .hamburger-icon.show-menu span:nth-child(2) {
  display: none;
}

.main-header.revamped-header .hamburger-icon span {
  background: #000;
  border-radius: 10px;
  margin-top: 3px;
  width: 15px;
}

.main-header.revamped-header .hamburger-icon span:first-child {
  margin: 0;
}

.main-header.revamped-header .hamburger-icon span:nth-child(2) {
  width: 11px;
}

.main-header.revamped-header .header-content .header-login button {
  background: #f16122;
  border-radius: 50px;
  font-family: sspBold;
  font-size: 0.857em;
  height: auto;
  line-height: 16px;
  padding: 8px 14px;
}

.main-header .hamburger-icon {
  left: 25px;
  position: absolute;
  top: 25px;
  z-index: 4;
}

.main-header .hamburger-icon span {
  background: #ccc;
  display: block;
  height: 2px;
  width: 18px;
  transition: all 0.5s ease-in-out 0s;
}

.main-header .hamburger-icon span:first-child {
  margin-bottom: 5px;
}

.main-header .hamburger-icon.show-menu {
  top: 30px;
}

.main-header .hamburger-icon.show-menu span {
  background: #aeaeae;
}

.main-header .hamburger-icon.show-menu span:first-child {
  margin-bottom: -1px;
  transform: rotate(135deg) translateX(1px);
}

.main-header .hamburger-icon.show-menu span:last-child {
  margin-bottom: 1px;
  transform: rotate(45deg);
}

.main-header .hamburger-icon.show-menu.move-top {
  top: -40px;
}

.main-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  padding: 2px 28px 2px 38px;
}

.main-header .header-content .header-logo {
  cursor: pointer;
}

.main-header .header-content .header-logo .fc-logo {
  width: 130px;
}

.main-header .header-content .header-profile {
  align-items: center;
  display: flex;
}

.main-header .header-content .header-profile .header-notification {
  margin-right: 20px;
  margin-top: 3px;
}

.main-header .header-content .header-profile .header-notification img {
  width: 15px;
}

.main-header .header-content .header-profile .profile-details .profile-detail {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.main-header .header-content .header-profile .profile-details .profile-avatar {
  width: 34px;
}

.main-header .header-content .header-profile .profile-details .profile-name {
  color: #222;
  font-family: sspRegular;
  font-size: 1em;
  margin-left: 10px;
  text-transform: capitalize;
}

.main-header .header-content .header-login {
  align-items: center;
  display: flex;
}

.main-header .header-content .header-login button {
  border-radius: 5px;
  font-family: sspRegular;
  font-size: 1em;
  padding: 7px 18px;
}

.main-header .header-content .header-login img {
  width: 38px;
}

.main-header .header-content .header-login .login-btn {
  color: #fff;
  cursor: pointer;
  font-family: sspRegular;
  font-size: 1em;
  margin-left: 10px;
  text-transform: capitalize;
}

.profile-dropdown {
  max-width: 350px;
  min-width: 330px;
  opacity: 1;
  padding-top: 15px;
  position: absolute;
  right: -10%;
  top: 100%;
  visibility: visible;
  transition: all 0.2s ease-in-out 0s;
}

.profile-dropdown .content-box {
  background-color: #fff;
  border: 1px solid hsla(0, 1%, 62%, 0.19);
  border-radius: 12px;
  padding: 25px;
}

.profile-dropdown .user-details {
  align-items: flex-start;
  border-bottom: 1px solid #e7eefa;
  display: flex;
  padding-bottom: 22px;
}

.profile-dropdown .user-details img {
  width: 44px;
}

.profile-dropdown .user-details .upi-loader {
  margin-top: 10px;
  width: 18px;
}

.profile-dropdown .user-details .content-section {
  flex: auto;
  margin-left: 18px;
}

.profile-dropdown .user-details .content-section .user-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.profile-dropdown .user-details .content-section h3 {
  color: #444;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 175px;
}

.profile-dropdown .user-details .content-section .upi-field,
.profile-dropdown .user-details .content-section p {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 14px;
  margin-top: 5px;
}

.profile-dropdown .user-details .content-section .entity-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}

.profile-dropdown .user-details .content-section .upi-field .copy-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-left: auto;
}

.profile-dropdown .user-details .content-section .upi-field .copy-btn img {
  width: 11px;
}

.profile-dropdown
  .user-details
  .content-section
  .upi-field
  .copy-btn
  .copy-text {
  color: #456066;
  font-family: sspBold;
  line-height: 12px;
  margin-left: 5px;
}

.profile-dropdown .user-details .content-section .edit-btn {
  color: #456066;
  cursor: pointer;
  font-family: sspBold;
  font-size: 1em;
}

.profile-dropdown .user-details .content-section .email-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 215px;
}

.profile-dropdown .user-details .content-section .account-field-labels {
  display: flex;
}

.profile-dropdown
  .user-details
  .content-section
  .account-field-labels
  .account-label-texts {
  width: 35px;
}

.profile-dropdown .dropdown-list {
  padding: 10px 0;
}

.profile-dropdown .dropdown-list li {
  border-radius: 15px;
  cursor: pointer;
}

.profile-dropdown .dropdown-list li:first-child img {
  width: 18px;
}

.profile-dropdown .dropdown-list li:last-child {
  margin-bottom: 0;
}

.profile-dropdown .dropdown-list li.arrow {
  max-height: 50px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease-in-out 0s;
}

.profile-dropdown .dropdown-list li.arrow > .list-item:after {
  border-bottom: 2px solid hsla(0, 0%, 40%, 0.5);
  border-right: 2px solid hsla(0, 0%, 40%, 0.5);
  content: "";
  height: 6px;
  position: absolute;
  right: 20px;
  top: 21px;
  width: 6px;
  transition: transform 0.25s ease-in-out 0s;
  transform: rotate(-45deg);
}

.profile-dropdown .dropdown-list li.expanded {
  max-height: 300px;
}

.profile-dropdown .dropdown-list li.expanded .list-item:after {
  transform: rotate(45deg);
}

.profile-dropdown .dropdown-list li.active .label-text {
  color: #456066;
  font-family: sspBold;
}

.profile-dropdown .dropdown-list li.logout-btn:last-of-type .label-text {
  color: #456066f74;
  font-family: sspBold;
}

.profile-dropdown .dropdown-list li.logout-btn img {
  width: 18px;
}

.profile-dropdown .dropdown-list li ul {
  padding-left: 25px;
}

.profile-dropdown .dropdown-list li .list-item {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 15px 10px 15px 15px;
}

.profile-dropdown .dropdown-list li .list-icon {
  margin-right: 12px;
  width: 20px;
}

.profile-dropdown .dropdown-list li .label-text {
  color: #222;
  flex: auto;
  font-family: sspRegular;
  font-size: 1em;
}

.profile-dropdown .dropdown-list li .kyc-status,
.profile-dropdown .dropdown-list li .wallet-status {
  align-items: center;
  display: flex;
}

.profile-dropdown .dropdown-list li .kyc-status span,
.profile-dropdown .dropdown-list li .wallet-status span {
  color: #666;
  font-family: sspBold;
  font-size: 1em;
}

.profile-dropdown .dropdown-list li .kyc-status img,
.profile-dropdown .dropdown-list li .wallet-status img {
  margin-left: 5px;
  width: 18px;
}

@media (min-width: 768px) {
  .main-header.revamped-header .header-content .header-login button {
    font-size: 1.143em;
    line-height: 20px;
    padding: 9px 25px;
  }
}

@media (min-width: 1025px) {
  .main-header {
    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 94%, 0.6);
  }

  .main-header .header-content {
    margin-left: auto;
    padding: 2px 10px;
  }

  .main-header .header-content .header-logo .fc-logo {
    width: 150px;
  }

  .main-header .header-content .header-links {
    flex: 0 1 660px;
  }

  .main-header .header-content .header-links ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .main-header .header-content .header-links ul li {
    margin-right: 30px;
    position: relative;
  }

  .main-header .header-content .header-links ul li:after {
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .main-header .header-content .header-links ul li:last-child {
    margin-right: 0;
  }

  .main-header .header-content .header-links ul li:hover span {
    color: #f16122;
  }

  .main-header
    .header-content
    .header-links
    ul
    li:hover
    span.dropdown-link:after {
    border-color: #f16122;
    margin-top: 5px;
    transform: rotate(-135deg);
  }

  .main-header .header-content .header-links ul li:hover .dropdown-section {
    opacity: 1;
    visibility: visible;
  }

  .main-header .header-content .header-links ul li span {
    color: #000;
    cursor: pointer;
    font-family: sspRegular;
    font-size: 1.143em;
    line-height: 20px;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
  }

  .main-header .header-content .header-links ul li span.dropdown-link {
    padding-right: 20px;
  }

  .main-header .header-content .header-links ul li span.dropdown-link:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 8px;
    transition: all 0.25s ease-in-out 0s;
    transform: rotate(45deg);
  }

  .main-header .header-content .header-links ul li .dropdown-section {
    background-color: #fff;
    border-radius: 20px;
    left: -20px;
    opacity: 0;
    padding: 60px;
    position: absolute;
    top: calc(100% + 10px);
    transition:
      visibility 0s,
      opacity 0.25s linear;
    visibility: hidden;
    box-shadow: 0 20px 50px 0 rgba(2, 32, 71, 0.15);
  }

  .main-header
    .header-content
    .header-links
    ul
    li
    .dropdown-section.dropdown-left {
    left: auto;
    right: -100px;
  }

  .main-header
    .header-content
    .header-links
    ul
    li
    .dropdown-section.dropdown-center {
    left: -330px;
  }

  .main-header .header-content .payments-dropdown-section {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .main-header .header-content .payments-dropdown-section > div {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 10px;
    width: 215px;
  }

  .main-header .header-content .payments-dropdown-section h5 {
    color: #000;
    font-family: sspBold;
    font-size: 1.143em;
    line-height: 20px;
    margin-top: 15px;
  }

  .main-header .header-content .payments-dropdown-section p {
    color: #000;
    font-family: sspRegular;
    font-size: 1em;
    line-height: 20px;
    margin: 10px 0 25px;
  }

  .main-header .header-content .payments-dropdown-section a {
    margin-top: auto;
  }

  .main-header .header-content .payments-dropdown-section button {
    background: #f16122;
    border-radius: 10px;
    font-family: sspRegular;
    font-size: 1.143em;
    height: 46px;
    margin-top: auto;
    width: 130px;
  }

  .main-header .header-content .header-options {
    align-items: center;
    display: flex;
    gap: 20px;
  }

  .main-header .header-content .header-profile .header-notification img {
    width: 18px;
  }

  .main-header .header-content .header-profile .profile-details {
    position: relative;
  }

  .main-header
    .header-content
    .header-profile
    .profile-details:hover
    .profile-dropdown {
    opacity: 1;
    visibility: visible;
  }

  .main-header
    .header-content
    .header-profile
    .profile-details:hover
    .profile-dropdown
    .content-box {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
  }

  .main-header
    .header-content
    .header-profile
    .profile-details
    .profile-detail:after {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    cursor: pointer;
    height: 7px;
    margin-bottom: 3px;
    margin-left: 20px;
    width: 7px;
    transform: rotate(45deg);
  }

  .main-header
    .header-content
    .header-profile
    .profile-details
    .profile-avatar {
    width: 45px;
  }

  .main-header .header-content .header-profile .profile-details .profile-name {
    font-size: 1.143em;
  }

  .main-header .header-content .header-login img {
    width: 45px;
  }

  .main-header .header-content .header-login .login-btn {
    font-size: 1.143em;
  }
}

.progress-bar-content {
  padding: 14px 20px 10px;
}

.progress-bar-content .progress-step-details {
  font-family: sspBold;
  font-size: 0.857em;
  margin: 0 0 10px 2px;
}

.progress-bar-content .progress-bar {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  height: 6px;
}

.progress-bar-content .progress-bar.second {
  background-color: unset;
  border: 0;
  display: flex;
  flex-direction: row;
  height: 4px;
}

.progress-bar-content .progress-bar .progress-bar-line {
  background-color: #fc7944;
  border-radius: 15px;
  height: 100%;
}

.progress-bar-content .progress-bar .progress-bar-line.second {
  background-color: #f2f2f2;
  margin-right: auto;
}

.progress-bar-content .progress-bar .progress-bar-line.active {
  background-color: #fc7944;
}

.progress-bar-content .progress-bar .progress-bar-line.second:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .progress-bar-content .progress-bar.second {
    height: 5px;
  }
}

.install-app-sidebar .mob-icon {
  width: 44px;
}

.install-app-sidebar .title {
  color: #222;
  font-family: sspBold;
  font-size: 0.928em;
  line-height: 18px;
  margin-top: 10px;
}

.install-app-sidebar .cta {
  border-radius: 30px;
  font-size: 0.785em;
  height: 30px;
  margin-top: 10px;
  max-width: 112px;
  text-transform: uppercase;
}

.install-app-homepage {
  background-color: #f4f6f7;
  padding-bottom: 10px;
}

.install-app-homepage .heading-wrapper {
  padding: 20px 0 10px 20px;
}

.install-app-homepage .heading-wrapper .section-title {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 20px;
}

.install-app-homepage .section-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
}

.install-app-homepage .section-content .utilities-section .utility {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: auto 1fr;
  margin: 0 0 15px;
}

.install-app-homepage .section-content .utilities-section .utility .util-icon {
  width: 40px;
}

.install-app-homepage .section-content .utilities-section .utility .util-text {
  line-height: 22px;
}

.install-app-homepage
  .section-content
  .utilities-section
  .utility
  .util-text
  .heading {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
}

.install-app-homepage
  .section-content
  .utilities-section
  .utility
  .util-text
  .description {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 16px;
}

.install-app-homepage .section-content .cta-btn {
  margin-top: 30px;
}

.install-app-homepage .section-content .cta-btn button {
  background-color: #f74;
  border-radius: 10px;
  color: #fff;
  font-family: sspBold;
  font-size: 1em;
  height: 44px;
  line-height: 20px;
  text-transform: uppercase;
}

.install-app-header {
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 12px 30px 12px 20px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.install-app-header,
.install-app-header .icon-text {
  align-items: center;
  display: flex;
}

.install-app-header .icon-text .mob-icon {
  width: 44px;
}

.install-app-header .icon-text .banner-text {
  color: #222;
  font-family: sspBold;
  font-size: 0.928em;
  line-height: 18px;
  margin: 0 10px;
}

.install-app-header .cta {
  border-radius: 30px;
  font-size: 0.785em;
  height: 30px;
  max-width: 112px;
  text-transform: uppercase;
}

.install-app-header .close-btn {
  border: 1px solid #aeaeae;
  border-radius: 50%;
  height: 18px;
  padding: 4px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.install-app-payment {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 8px 10px;
  padding: 20px;
}

.install-app-payment .section-wrapper .section-title {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
}

.install-app-payment .section-wrapper .benefits-section {
  display: grid;
  grid-gap: 15px 0;
  gap: 15px 0;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}

.install-app-payment .section-wrapper .benefits-section .benefit {
  align-items: center;
  display: flex;
}

.install-app-payment .section-wrapper .benefits-section .benefit .tick {
  margin-right: 10px;
  width: 16px;
}

.install-app-payment .section-wrapper .benefits-section .benefit .text {
  color: #222;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 18px;
}

.install-app-payment .section-wrapper .cta-btn {
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.install-app-payment .section-wrapper .cta-btn .download-arrow {
  width: 15px;
}

.install-app-payment .section-wrapper .cta-btn span {
  color: #e3714d;
  font-family: sspBold;
  margin: 0 15px 0 8px;
}

.install-app-payment .section-wrapper .cta-btn .download-stores {
  width: 35px;
}

.install-app-payment.fulfilment {
  margin: 30px 0 20px;
  box-shadow: 0 0 20px 0 rgba(228, 239, 239, 0.937);
}

.install-app-login {
  align-items: center;
  background: rgba(255, 119, 68, 0.02);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 10px 15px;
}

.install-app-login .text-section .heading {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 20px;
}

.install-app-login .text-section .subheading {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 18px;
}

.install-app-login .icon-section .stores {
  width: 53px;
}

@media (min-width: 768px) {
  .install-app-payment {
    background-color: #fff9f7;
    border-radius: 0;
    border-top: 1px solid #e4e4e4;
    display: flex;
    margin: 0;
    padding: 20px 45px;
  }

  .install-app-payment .section-wrapper .section-title-wrapper {
    align-items: center;
    display: flex;
  }

  .install-app-payment .section-wrapper .store-icons {
    margin-left: 15px;
  }

  .install-app-payment .section-wrapper .store-icons .stores {
    width: 38px;
  }

  .install-app-payment .qr-code {
    margin-left: 15px;
  }

  .install-app-payment .qr-code .qr {
    width: 92px;
  }

  .install-app-payment.fulfilment {
    background: #fff;
    border-radius: 20px;
    border-top: none;
  }

  .install-app-login.spaced {
    margin: 40px 0 0;
  }
}

@media (min-width: 1025px) {
  .install-app-homepage {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px;
  }

  .install-app-homepage .heading-wrapper {
    padding: 0;
  }

  .install-app-homepage .heading-wrapper .section-title {
    line-height: 22px;
    margin: 0;
  }

  .install-app-homepage .section-content {
    display: flex;
    margin-top: 20px;
    padding: 0;
  }

  .install-app-homepage .section-content .utilities-section {
    margin-right: 110px;
  }

  .install-app-homepage .section-content .utilities-section .utility {
    grid-column-gap: 25px;
    margin: 0 25px 20px 0;
  }

  .install-app-homepage
    .section-content
    .utilities-section
    .utility
    .util-icon {
    width: 44px;
  }

  .install-app-homepage
    .section-content
    .utilities-section
    .utility
    .util-text
    .heading {
    font-size: 1.143em;
  }

  .install-app-homepage
    .section-content
    .utilities-section
    .utility
    .util-text
    .description {
    font-size: 1em;
    line-height: 18px;
  }

  .install-app-homepage .section-content .qr-wrapper {
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(180deg, #ffd6c7 41.41%, rgba(255, 214, 199, 0)) border-box;
    border: 6px solid transparent;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    margin: 0 30px 25px 0;
    padding: 25px 15px 0;
    text-align: center;
  }

  .install-app-homepage .section-content .qr-wrapper img {
    height: 132px;
    width: 132px;
  }

  .install-app-homepage .section-content .qr-wrapper .scan-text {
    font-family: sspRegular;
    font-size: 1em;
    line-height: 20px;
    margin-top: 8px;
  }

  .install-app-payment .qr-code {
    margin: 0 0 0 55px;
  }

  .install-app-login {
    padding: 10px 25px;
  }

  .install-app-login .text-section .heading {
    font-size: 1.143em;
  }

  .install-app-login .text-section .subheading {
    font-size: 1em;
  }

  .install-app-login .icon-section .app-qr {
    width: 81px;
  }
}

.otp-wrapper .error-message {
  color: #d0021b;
  font-family: sspRegular;
  font-size: 1em;
  margin-top: 15px;
}

.otp-boxes {
  display: flex;
  justify-content: space-between;
}

.otp-boxes .otp-box:not(:last-child) {
  margin-right: 10px;
}

.otp-boxes .otp-box {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 1.143em;
  height: 54px;
  text-align: center;
  width: 58px;
}

.otp-boxes .otp-box.layout-2 {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
}

.otp-boxes .otp-box.layout-3 {
  background-color: #f9f9fc;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  height: 42px;
  width: 42px;
}

.otp-boxes .otp-box.layout-3:not(:last-child) {
  margin-right: 9px;
}

.otp-boxes .otp-box.layout-3.has-value,
.otp-boxes .otp-box.layout-3:focus {
  background-color: #fff;
  border-color: #ec7f51;
  box-shadow: 0 0 10px 0 rgba(236, 127, 81, 0.5);
}

@media (max-width: 360px) {
  .otp-boxes .otp-box {
    height: 46px;
    width: 50px;
  }
}

@media (min-width: 768px) {
  .otp-boxes .otp-box.layout-3 {
    height: 48px;
    width: 48px;
  }
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px;
}

.login-wrapper .cross-icon {
  margin-bottom: 33px;
  width: 25px;
}

.login-wrapper .form-section {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: space-between;
}

.login-wrapper .form-section.sign-up .text-content {
  display: none;
}

.login-wrapper .form-section.sign-up .page-heading {
  margin-bottom: 18px;
}

.login-wrapper .form-section .action-fields {
  margin-top: 16px;
}

.login-wrapper .form-section .input-fields .input-wrapper {
  margin-bottom: 20px;
}

.login-wrapper .form-section .input-fields .input-wrapper .middle-name-cta {
  color: #f74;
  cursor: pointer;
  display: block;
  font-family: sspBold;
  margin-top: 27px;
  text-transform: uppercase;
}

.login-wrapper
  .form-section
  .input-fields
  .input-container
  input[name$="Name"] {
  text-transform: capitalize;
}

.login-wrapper .form-section .input-fields .input-container input:disabled {
  cursor: not-allowed;
}

.login-wrapper .form-section .input-fields .input-container p {
  line-height: 20px;
  text-transform: capitalize;
}

.login-wrapper .form-section .input-fields .sign-up-pincode-wrapper {
  margin-bottom: 4px;
}

.login-wrapper .form-section .input-fields .sign-up-pincode-wrapper img {
  height: 20px;
  top: 42px;
  width: 20px;
}

.login-wrapper .form-section .input-fields .sign-up-pincode-wrapper span {
  text-transform: none;
}

.login-wrapper .form-section .input-fields .sign-up-state-details {
  color: #666;
  font-size: 0.857em;
  margin-top: 10px;
}

.login-wrapper .form-section .input-fields .sign-up-state-details span {
  color: #222;
  font-family: sspBold;
}

.login-wrapper .form-section .pincode-info {
  color: #666;
  font-size: 0.857em;
  line-height: 20px;
  text-align: left;
}

.login-wrapper .page-heading {
  color: #444;
  font-family: sspBolder;
  font-size: 1.429em;
  margin: 0 6px 7px;
}

.login-wrapper .text-content {
  color: #666;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 21px;
  margin: 10px 6px 40px;
}

.login-wrapper .text-content b {
  color: #222;
  font-family: sspBold;
}

.login-wrapper .text-content span {
  color: #e3714d;
  cursor: pointer;
  font-family: sspBold;
}

.login-wrapper .otp-container {
  margin-top: 50px;
}

.login-wrapper .otp-container .otp-boxes .otp-box {
  border-bottom-color: #aaa;
  color: #222;
  font-size: 55px;
  width: 60px;
}

.login-wrapper .otp-container .otp-actions {
  margin-top: 35px;
}

.login-wrapper .otp-container .otp-actions p,
.login-wrapper .otp-container .otp-actions span {
  align-items: center;
  color: #666;
  display: flex;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 21px;
}

.login-wrapper .otp-container .otp-actions p {
  margin-bottom: 5px;
}

.login-wrapper .otp-container .otp-actions .call-otp,
.login-wrapper .otp-container .otp-actions .resend-otp {
  color: #e3714d;
  cursor: pointer;
  font-family: sspBold;
}

.login-wrapper .otp-container .otp-actions .resend-otp {
  margin-left: 5px;
}

.login-wrapper .otp-container .otp-actions .call-otp {
  margin-top: 20px;
}

.login-wrapper .otp-container .otp-actions .call-otp img {
  margin-right: 5px;
  width: 15px;
}

.login-wrapper .otp-container .otp-actions .clock-icon {
  margin: 0 5px;
  width: 20px;
}

.login-wrapper .g-recaptcha-container {
  text-align: center;
}

.login-wrapper .policy-checkbox {
  margin-bottom: 19px;
  position: relative;
}

.login-wrapper .policy-checkbox label {
  align-items: flex-start;
  margin-right: 0;
}

.login-wrapper .policy-checkbox label:first-child {
  margin-bottom: 8px;
}

.login-wrapper .policy-checkbox label span {
  color: #666;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 18px;
}

.login-wrapper .policy-checkbox label span a {
  color: #e3714d;
  font-family: sspBold;
}

.login-wrapper .policy-checkbox .error-message {
  margin: 0 0 0 23px;
}

.login-wrapper .submit-btn {
  border-radius: 10px;
  margin-top: 10px;
  min-height: 48px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 8px 16px 0 #f1b8a0;
}

.login-wrapper .submit-btn:disabled {
  box-shadow: none;
}

@media (min-width: 768px) {
  .login-wrapper {
    flex-direction: row;
    min-height: inherit;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .login-wrapper:after {
    background-color: #fcf6f4;
    border-top-left-radius: 60%;
    bottom: -90px;
    content: "";
    height: 180px;
    position: absolute;
    right: -70px;
    width: 140px;
  }

  .login-wrapper .image-section {
    align-items: flex-end;
    background-color: #fff9f7;
    display: flex;
    flex: 1 1 50%;
  }

  .login-wrapper .image-section.signUp-image {
    justify-content: center;
  }

  .login-wrapper .image-section.signUp-image img {
    height: 331px;
    width: 357px;
  }

  .login-wrapper .image-section.captcha-image {
    align-items: center;
    justify-content: center;
  }

  .login-wrapper .image-section.captcha-image img {
    width: 70%;
  }

  .login-wrapper .image-section img {
    width: 90%;
  }

  .login-wrapper .form-section {
    flex: 1 1 50%;
    overflow-y: auto;
    padding: 45px;
  }

  .login-wrapper .form-section .input-fields {
    margin-bottom: 12px;
  }

  .login-wrapper .form-section .pincode-info {
    text-align: left;
  }

  .login-wrapper .form-section.sign-up {
    padding: 40px 45px;
  }

  .login-wrapper .form-section.sign-up .input-fields .input-wrapper {
    margin-bottom: 15px;
  }

  .login-wrapper .form-section.sign-up .input-fields .sign-up-pincode-wrapper {
    margin-bottom: 5px;
  }

  .login-wrapper .form-section.sign-up .action-fields .policy-checkbox {
    margin: 10px auto 0;
  }

  .login-wrapper .form-section.sign-up .install-app-login {
    margin-top: 27px;
  }
}

.star-ratings {
  display: flex;
}

.star-ratings .star {
  height: 12px;
  margin-right: 8px;
  width: 8px;
}

.star-ratings .star:last-child {
  margin-right: 0;
}

.reviews-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 20px;
}

.reviews-container .heading {
  color: #222;
  font-family: sspBolder;
  font-size: 1.143em;
  line-height: 20px;
}

.reviews-container .heading.center-aligned {
  font-size: 1.429em;
  text-align: center;
}

.reviews-container .heading span {
  color: #f74;
}

.reviews-container .reviews-section {
  margin: 20px 0;
}

.reviews-container .reviews-section .review-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 25px 20px 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.04);
}

.reviews-container .reviews-section .review-wrapper .rating {
  align-items: center;
  display: flex;
}

.reviews-container .reviews-section .review-wrapper .rating .star-ratings {
  margin-bottom: 3px;
}

.reviews-container
  .reviews-section
  .review-wrapper
  .rating
  .star-ratings
  .star {
  width: 16px;
}

.reviews-container .reviews-section .review-wrapper .rating .value {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 18px;
  margin-left: 15px;
}

.reviews-container .reviews-section .review-wrapper .comment-user {
  color: #222;
  font-family: sspRegular;
  margin-top: 15px;
}

.reviews-container .reviews-section .review-wrapper .comment-user .comment {
  font-size: 1em;
  line-height: 20px;
  word-break: break-word;
}

.reviews-container
  .reviews-section
  .review-wrapper
  .comment-user
  .user-details {
  font-size: 1em;
  line-height: 20px;
  margin-top: 15px;
}

.reviews-container
  .reviews-section
  .review-wrapper
  .comment-user
  .user-details
  .username {
  font-size: 0.857em;
  line-height: 18px;
  text-transform: capitalize;
}

.reviews-container
  .reviews-section
  .review-wrapper
  .comment-user
  .user-details
  .designation {
  color: #666;
  font-size: 0.857em;
  line-height: 18px;
  margin-top: 8px;
  text-transform: capitalize;
  word-break: break-word;
}

.reviews-container .bottom-content {
  font-size: 1em;
  line-height: 20px;
}

.reviews-container .bottom-content p {
  color: #222;
  font-family: sspRegular;
  margin-bottom: 8px;
}

.reviews-container .bottom-content a {
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
}

.reviews-container .full-screen-popup {
  margin: 0;
  padding: 0;
}

.reviews-container .full-screen-popup .pop-up {
  border-radius: 0;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

.reviews-container .flexed-popup .pop-up {
  display: flex;
  flex-direction: column;
  position: relative;
}

.rm-submit-btn-container {
  background-color: #fff;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}

.review-form-container {
  overflow-y: auto;
  padding: 66px 20px 120px;
}

.review-form-container .text-center {
  text-align: center;
}

.review-form-container .d-none {
  display: none;
}

.review-form-container .welcome-msg {
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
  margin-bottom: 4px;
}

.review-form-container .welcome-msg span {
  margin-left: 5px;
}

.review-form-container h6 {
  font-family: sspBold;
  font-size: 1.429em;
  line-height: 26px;
}

.review-form-container .rating-field {
  margin-bottom: 16px;
}

.review-form-container .rating-field .star {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.review-form-container .rating-field .star-ratings {
  cursor: pointer;
  justify-content: center;
}

.review-form-container .rating-field.rating-spaced {
  margin-top: 20px;
}

.review-form-container .rating-text {
  font-family: sspBold;
  font-size: 1.571em;
  margin-bottom: 20px;
}

.review-form-container .rating-text.good-rating-text {
  color: #11d1ac;
}

.review-form-container .rating-text.bad-rating-text {
  color: #ff383c;
}

.review-form-container .cloud-field-label {
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
  margin-bottom: 14px;
}

.review-form-container .cloud-checkbox {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  display: inline-block;
  line-height: 20px;
  margin: 0 5px 10px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.review-form-container .cloud-checkbox.active {
  background: rgba(255, 119, 68, 0.1);
  border: 1px solid #f74;
}

.review-form-container .cloud-checkbox-section {
  margin-bottom: 10px;
}

.review-form-container .comment-box {
  margin-bottom: 20px;
}

.review-form-container .comment-box textarea {
  background-color: #fff;
  padding: 12px 16px;
}

.review-form-container .comment-field-title {
  font-family: sspBolder;
  font-size: 1.143em;
  line-height: 22px;
  margin-bottom: 14px;
  text-align: center;
}

.review-form-container .additional-info-container {
  background: #f9f9fc;
  border-radius: 10px;
  padding: 24px;
}

.review-form-container .additional-info-checkbox {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
}

.review-form-container .designation-field {
  margin-bottom: 20px;
  margin-top: 14px;
}

.review-form-container .designation-field input {
  background-color: #fff;
}

.review-form-container .success-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
}

.review-form-container .success-container .icon {
  height: 68px;
  margin-bottom: 22px;
  width: 68px;
}

.review-form-container .success-container h3 {
  font-family: sspBold;
  font-size: 1.714em;
  line-height: 30px;
  margin-bottom: 4px;
}

.review-form-container .success-container p {
  color: #666;
  line-height: 20px;
}

.review-form-container .success-container .feedback-response {
  margin-top: 25px;
  text-align: center;
}

.review-form-container .success-container .redirect-label {
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
  font-size: 1em;
  margin-top: 120px;
}

.review-form-container .rating-reaction {
  min-height: 200px;
}

@media (max-width: 767px) {
  .reviews-container {
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .reviews-container {
    background-color: unset;
    padding: 25px 0;
  }

  .reviews-container .heading {
    border-bottom: 1px solid hsla(0, 0%, 86%, 0.64);
    padding-bottom: 15px;
  }

  .reviews-container .reviews-section {
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    column-count: 3;
  }

  .reviews-container .reviews-section .review-wrapper {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }

  .reviews-container .reviews-section .review-wrapper .rating .star-ratings {
    margin-bottom: 7px;
  }

  .reviews-container
    .reviews-section
    .review-wrapper
    .rating
    .star-ratings
    .star {
    width: 20px;
  }

  .reviews-container .reviews-section .review-wrapper .rating .value {
    line-height: 20px;
  }

  .reviews-container .reviews-section .review-wrapper .comment-user {
    margin-top: 25px;
  }

  .reviews-container
    .reviews-section
    .review-wrapper
    .comment-user
    .user-details {
    align-items: unset;
    margin-top: 30px;
  }

  .reviews-container
    .reviews-section
    .review-wrapper
    .comment-user
    .user-details
    .designation {
    margin-top: 5px;
  }

  .reviews-container .bottom-content {
    display: flex;
    font-size: 1.143em;
    line-height: 22px;
  }

  .reviews-container .bottom-content a {
    margin-left: 5px;
  }

  .rm-submit-btn-container {
    box-shadow: none;
    padding: 0 80px 54px;
    position: static;
  }

  .review-form-container {
    padding: 54px 80px 0;
  }

  .review-form-container .welcome-msg {
    font-size: 1.286em;
    line-height: 24px;
  }

  .review-form-container h6 {
    font-size: 1.571em;
    line-height: 28px;
  }

  .review-form-container .rating-field.rating-spaced {
    margin-bottom: 220px;
  }

  .review-form-container .rating-field.rating-spaced-desktop {
    margin-top: 20px;
  }

  .review-form-container .rating-field.rating-btn-spaced {
    margin-bottom: 40px;
  }

  .review-form-container .rating-text {
    font-size: 1.857em;
    margin-bottom: 30px;
  }

  .review-form-container .cloud-field-label {
    font-size: 1.286em;
    line-height: 24px;
  }

  .review-form-container .cloud-checkbox {
    border-radius: 30px;
    font-size: 1.143em;
    line-height: 22px;
    padding: 12px 24px;
  }

  .review-form-container .cloud-checkbox-section,
  .review-form-container .comment-box {
    margin-bottom: 30px;
  }

  .review-form-container .additional-info-checkbox {
    font-size: 1.286em;
    line-height: 24px;
  }

  .review-form-container .additional-info-container {
    margin-bottom: 30px;
  }

  .review-form-container .success-container {
    min-height: 440px;
  }

  .review-form-container .rating-reaction {
    min-height: 240px;
  }
}

.main {
  display: flex;
  flex-direction: column;
}

.main .main-container {
  flex: auto;
}

.main-container .main-navigation {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.main-container .main-navigation .navigation-list {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.main-container .main-navigation .navigation-list .header-logo {
  left: 50px;
  position: absolute;
  top: 15px;
}

.main-container .main-navigation .navigation-list .header-logo img {
  width: 120px;
}

.main-container .main-navigation .sidebar-list .list-divider {
  border-bottom: 1px dashed #e5e4e4;
  margin: 20px 0;
  padding: 0;
}

.main-container .main-navigation .sidebar-list a {
  display: block;
  padding: 16px 10px 16px 0;
}

.main-container .main-navigation .sidebar-list a .sidebar-item {
  align-items: center;
  color: #5e5e5e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.main-container .main-navigation .sidebar-list a .sidebar-item > img {
  grid-row-end: 2;
  grid-row-start: 1;
  width: 18px;
}

.main-container .main-navigation .sidebar-list a .sidebar-item .label-text {
  color: #ffffff;
  flex: 0 0 82%;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 18px;
  text-decoration: none;
}

.main-container .main-navigation .sidebar-list a .sidebar-item .label-new {
  background-color: #1277ee;
  border-radius: 3px;
  bottom: 0;
  color: #fff;
  font-family: sspBold;
  font-size: 0.714em;
  padding: 2px 5px;
  position: absolute;
}

.main-container .main-navigation .sidebar-list a .sidebar-item .kyc-status,
.main-container .main-navigation .sidebar-list a .sidebar-item .wallet-status {
  align-items: center;
  display: flex;
  grid-column-start: 2;
  margin-top: 5px;
}

.main-container .main-navigation .sidebar-list a .sidebar-item .kyc-status img,
.main-container
  .main-navigation
  .sidebar-list
  a
  .sidebar-item
  .wallet-status
  img {
  margin-left: 5px;
  width: 15px;
}

.main-container .main-navigation .sidebar-list a .sidebar-item .kyc-status span,
.main-container
  .main-navigation
  .sidebar-list
  a
  .sidebar-item
  .wallet-status
  span {
  font-size: 0.857em;
  text-transform: capitalize;
}

.main-container .main-navigation .sidebar-list .sidebar-list-item:first-child {
  margin-top: 40px;
}

.main-container .main-navigation .sidebar-list .sidebar-list-item:last-child {
  margin-bottom: 20px;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item:last-child
  .label-text {
  border-bottom: none;
}

.main-container .main-navigation .sidebar-list .sidebar-list-item .label-text {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  font-family: sspRegular;
  font-size: 1.143em;
  line-height: 20px;
  padding: 18px 0;
  position: relative;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .label-text.action-link:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  height: 7px;
  position: absolute;
  right: 5px;
  width: 7px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out 0s;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .label-text.expand {
  color: #f16122;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .label-text.expand:after {
  border-color: #f16122;
  transform: rotate(45deg);
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .label-text
  img {
  margin-right: 12px;
  width: 30px;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .sidebar-dropdown-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}

.main-container
  .main-navigation
  .sidebar-list
  .sidebar-list-item
  .sidebar-dropdown-list.expand {
  max-height: 100vh;
}

.main-container .main-navigation .logout-btn img {
  width: 20px;
}

.main-container .main-navigation .logout-btn .label-text {
  color: #e3714d;
}

.main-container .main-navigation .more-option {
  padding: 15px 20px;
  position: relative;
  text-transform: capitalize;
}

.main-container .main-navigation .more-option:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: "";
  height: 5px;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 5px;
  transform: rotate(-45deg);
}

.main-container .main-navigation .back-label {
  align-items: center;
  border-bottom: 1px dashed #e5e4e4;
  color: #5a6876;
  cursor: pointer;
  display: flex;
  font-family: sspRegular;
  font-size: 1.143em;
  margin: 0 15px;
  padding: 15px 5px 25px;
  text-transform: capitalize;
}

.main-container .main-navigation .back-label img {
  margin-right: 15px;
  width: 20px;
}

.main-container .main-navigation h6 {
  color: #5a6876;
  font-family: sspBold;
  font-size: 1em;
  margin: 20px;
  text-transform: uppercase;
}

.main-container .main-content .heading-section {
  align-items: center;
  display: flex;
  padding: 25px 20px 0;
}

.main-container .main-content .heading-section .heading-image {
  height: 36px;
  margin-right: 12px;
}

.main-container .main-content .heading-section .heading-content .heading-text {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
}

.main-container
  .main-content
  .heading-section
  .heading-content
  .sub-heading-text {
  color: #666;
  font-size: 0.857em;
  line-height: 14px;
  margin-top: 7px;
}

.profile-details-popup {
  padding: 25px 10px;
}

.profile-details-popup .header-section {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  margin-left: 20px;
}

.profile-details-popup .header-section img {
  margin-right: 15px;
  padding: 5px;
  width: 18px;
}

.profile-details-popup .header-section h3 {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 16px;
}

.profile-details-popup .user-details {
  border: 1px solid #e7eefa;
  border-radius: 20px;
  padding: 15px 15px 5px;
  box-shadow: 0 2px 6px 0 rgba(231, 238, 250, 0.67);
}

.profile-details-popup .user-details .upper-section {
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.1);
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}

.profile-details-popup .user-details .upper-section img {
  width: 45px;
}

.profile-details-popup .user-details .upper-section .content-section {
  margin: 0 15px;
  padding: 5px 0;
  width: calc(100% - 150px);
}

.profile-details-popup .user-details .upper-section .content-section h3 {
  color: #444;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}

.profile-details-popup .user-details .upper-section .content-section p {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  margin-top: 7px;
}

.profile-details-popup .user-details .upper-section .edit-btn {
  border: 1px solid #ff7845;
  border-radius: 15px;
  color: #ff7845;
  font-family: sspBold;
  font-size: 0.857em;
  margin-top: 5px;
  padding: 5px 20px;
}

.profile-details-popup .user-details .lower-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 5px;
}

.profile-details-popup .user-details .lower-section .account-label-texts {
  width: 33px;
}

.profile-details-popup .user-details .lower-section.verified p {
  width: calc(100% - 75px);
}

.profile-details-popup .user-details .lower-section:not(.verified) span {
  align-items: center;
  color: #eebd12;
  display: flex;
  padding: 0;
}

.profile-details-popup .user-details .lower-section:not(.verified) span:after {
  border: 1px solid #eebd12;
  border-radius: 50%;
  color: #eebd12;
  content: "!";
  font-size: 0.714em;
  height: 10px;
  line-height: 11px;
  margin-left: 5px;
  padding: 1px;
  position: static;
  text-align: center;
  transform: none;
  width: 10px;
}

.profile-details-popup
  .user-details
  .lower-section:not(.verified)
  .account-label-texts {
  color: #666;
}

.profile-details-popup
  .user-details
  .lower-section:not(.verified)
  .account-label-texts:after {
  content: unset;
}

.profile-details-popup .user-details .lower-section:not(.verified) p {
  display: flex;
  flex-wrap: wrap;
}

.profile-details-popup .user-details .lower-section.upi-status {
  line-height: 20px;
  padding-top: 0;
}

.profile-details-popup .user-details .lower-section.upi-status .copy-btn {
  align-items: center;
  display: flex;
  padding: 0 5px;
}

.profile-details-popup
  .user-details
  .lower-section.upi-status
  .copy-btn
  .copy-text {
  color: #ff7845;
  font-family: sspBold;
  font-size: 0.714em;
  line-height: 12px;
  margin-left: 5px;
}

.profile-details-popup .user-details .lower-section.upi-status span:after {
  content: unset;
}

.profile-details-popup .user-details .lower-section p {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.profile-details-popup .user-details .lower-section .verified-text {
  color: #187bef;
  font-family: sspBold;
  font-size: 0.857em;
  padding-right: 15px;
  position: relative;
}

.profile-details-popup .user-details .lower-section .verified-text:after {
  border-bottom: 2px solid #187bef;
  border-left: 2px solid #187bef;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 8px;
  transform: rotate(-45deg);
}

.profile-details-popup .routes-list li {
  position: relative;
}

.profile-details-popup .routes-list li:first-child .list-icon {
  width: 18px;
}

.profile-details-popup .routes-list li .list-item:after {
  border-bottom: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  content: "";
  height: 7px;
  position: absolute;
  right: 5px;
  top: 25px;
  width: 7px;
  transform: rotate(-45deg);
}

.profile-details-popup .actions-list li .list-icon {
  width: 18px;
}

.profile-details-popup .actions-list,
.profile-details-popup .routes-list {
  border-radius: 20px;
  margin: 15px 0;
  padding: 0 15px;
  box-shadow: 0 0 6px 0 hsla(0, 2%, 79%, 0.38);
}

.profile-details-popup .actions-list li:last-child,
.profile-details-popup .routes-list li:last-child {
  border-bottom: none;
}

.profile-details-popup .actions-list li.expandable-list,
.profile-details-popup .routes-list li.expandable-list {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out 0s;
}

.profile-details-popup .actions-list li.expandable-list .list-item:after,
.profile-details-popup .routes-list li.expandable-list .list-item:after {
  transition: transform 0.25s ease-in-out 0s;
}

.profile-details-popup .actions-list li.expandable-list.expanded,
.profile-details-popup .routes-list li.expandable-list.expanded {
  max-height: 300px;
}

.profile-details-popup
  .actions-list
  li.expandable-list.expanded
  > .list-item:after,
.profile-details-popup
  .routes-list
  li.expandable-list.expanded
  > .list-item:after {
  transform: rotate(45deg);
}

.profile-details-popup .actions-list li .list-item,
.profile-details-popup .routes-list li .list-item {
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  height: 60px;
  padding: 0 12px;
}

.profile-details-popup .actions-list li .list-icon,
.profile-details-popup .routes-list li .list-icon {
  margin-right: 12px;
  width: 20px;
}

.profile-details-popup .actions-list li .label-text,
.profile-details-popup .routes-list li .label-text {
  color: #222;
  font-family: sspRegular;
  font-size: 1em;
}

.profile-details-popup .actions-list li .kyc-status,
.profile-details-popup .actions-list li .wallet-status,
.profile-details-popup .routes-list li .kyc-status,
.profile-details-popup .routes-list li .wallet-status {
  align-items: center;
  display: flex;
  margin-left: 10px;
}

.profile-details-popup .actions-list li .kyc-status span,
.profile-details-popup .actions-list li .wallet-status span,
.profile-details-popup .routes-list li .kyc-status span,
.profile-details-popup .routes-list li .wallet-status span {
  color: #666;
  font-family: sspBold;
  font-size: 0.857em;
}

.profile-details-popup .actions-list li .kyc-status img,
.profile-details-popup .actions-list li .wallet-status img,
.profile-details-popup .routes-list li .kyc-status img,
.profile-details-popup .routes-list li .wallet-status img {
  margin-left: 3px;
  width: 18px;
}

.profile-details-popup .upi-loader {
  width: 18px;
}

.profile-details-popup .logout-btn {
  align-items: center;
  color: #e3714d;
  cursor: pointer;
  display: flex;
  font-family: sspBold;
  font-size: 1.143em;
  justify-content: center;
  margin: 20px auto 0;
  padding: 10px;
  width: 100px;
}

.profile-details-popup .logout-btn .power-icon {
  border: 2px solid #e3714d;
  border-radius: 50%;
  height: 18px;
  margin-right: 5px;
  margin-top: 2px;
  position: relative;
  width: 18px;
}

.profile-details-popup .logout-btn .power-icon:after {
  border: 1px solid #e3714d;
  border-radius: 5px;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: -3px;
  box-shadow: 0 0 0 3px #fff;
}

@media (max-width: 767px) {
  .main-container .main-navigation .sidebar-list:first-child {
    margin-top: 40px;
  }

  .main-container .main-navigation .sidebar-list:first-child a:first-child {
    padding-top: 0;
  }

  .main-container
    .main-navigation
    .sidebar-list
    a
    .sidebar-item.active-option
    .label-text {
    color: #e3714d;
  }

  .login-popup .pop-up,
  .my-account-popup .pop-up {
    max-height: none;
    min-height: 100%;
  }
}

@media (max-width: 1024px) {
  .main.transparent-header-container {
    background-color: #fff;
    min-height: 100vh;
  }

  .main.transparent-header-container .main-header {
    background-color: hsla(0, 0%, 100%, 0.8);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: sticky;
    top: 0;
    z-index: 3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 1px 0 0 0 transparent;
  }

  .main.transparent-header-container .main-header .header-content {
    margin-left: 0;
    padding: 14px 20px 14px 30px;
  }

  .main.transparent-header-container .main-header .header-content > div {
    align-items: center;
    display: flex;
  }

  .main.transparent-header-container .main-header .header-section {
    color: #222;
    font-family: sspBold;
    font-size: 1.143em;
    text-transform: capitalize;
  }

  .main.transparent-header-container .main-header .header-section p {
    color: #222;
    font-family: sspBold;
    font-size: 0.714em;
    line-height: 12px;
    margin: 5px 0;
  }

  .main.transparent-header-container .back-icon-img img {
    margin: 3px 20px 0 0;
    width: 8px;
  }

  .main.transparent-header-container .back-icon-img:after {
    content: "";
    height: 45px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 45px;
  }

  .main.secondary-container .main-header {
    color: #fff;
    min-height: 62px;
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: 1px 0 0 0 transparent;
    background: #f6693f;
    background: linear-gradient(90deg, #f6693f 0, #eb8345);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  }

  .main.secondary-container .main-header .header-content {
    margin-left: 0;
    padding: 14px 20px;
  }

  .main.secondary-container .main-header .header-content > div {
    align-items: center;
    display: flex;
  }

  .main.secondary-container .main-header .header-section {
    color: #fff;
    font-family: sspBold;
    font-size: 1em;
    text-transform: capitalize;
  }

  .main.secondary-container .main-header .more-options {
    font-family: sspBold;
  }

  .main.secondary-container .main-header .more-options .more-options-text {
    margin-right: 5px;
    text-transform: uppercase;
  }

  .main.secondary-container .main-header .more-options .more-options-icon {
    height: 11px;
    width: 19px;
  }

  .main.secondary-container .back-icon-img img {
    margin: 2px 12px 0 0;
    width: 16px;
  }

  .main.secondary-container .back-icon-img:after {
    content: "";
    height: 40px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 36px;
  }

  .main.primary-bg {
    background-color: #fff;
  }

  .main .main-container .main-navigation {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 100%;
    top: 0;
  }

  .main .main-container .main-navigation.show-menu {
    right: 0;
  }

  .main .main-container .main-navigation.show-menu .navigation-list {
    transition: transform 0.2s ease-in-out 0s;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
    transform: translateX(0);
  }

  .main .main-container .main-navigation .navigation-list {
    background-color: #fafafa;
    border-radius: 0 15px 15px 0;
    overflow-y: scroll;
    padding: 30px 25px 25px;
    width: 275px;
    transform: translateX(-100%);
  }

  .main .main-container .main-navigation .navigation-list::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-container .main-navigation .sidebar-list:first-child {
    margin-top: 40px;
  }

  .main-container .main-navigation .sidebar-list:first-child a:first-child {
    padding-top: 0;
  }

  .pop-up-wrapper.my-account-popup .pop-up .close-popup-icon-wrapper {
    right: 30px;
    top: 15px;
  }

  .profile-details-popup {
    padding-top: 10px;
  }

  .profile-details-popup .header-section {
    margin-bottom: 30px;
  }

  .profile-details-popup .header-section img {
    display: none;
  }

  .profile-details-popup .header-section h3 {
    font-size: 1.286em;
  }
}

@media (min-width: 768px) {
  .main-container {
    background: #fbfbfb;
    background: #c8ecff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  }

  .main-container
    .main-navigation
    .sidebar-list
    .sidebar-item.active-option
    .label-text {
    color: #e3714d;
  }

  .main-container .list-track .primary-list .sidebar-heading {
    font-family: sspBold;
    font-size: 1.286em;
    line-height: 24px;
    margin: 25px 0 20px 30px;
  }

  .pop-up-wrapper.login-popup {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .pop-up-wrapper.login-popup .pop-up {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .main {
    min-height: 100vh;
  }

  .main.container-fluid .main-container {
    padding: 0;
  }

  .main.container-fluid .main-container .main-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .main.container-fluid .main-container .main-wrapper .main-content {
    margin: 0;
  }

  .main.no-header-container .main-navigation {
    min-height: calc(100vh - 70px);
    top: 35px;
  }

  .main.revamped-container .main-header .main-wrapper {
    padding: 20px;
  }

  .main .main-container .main-wrapper .main-content.desktop-view-pending {
    background-color: #fff;
    border-radius: 20px;
    margin-right: 0;
    max-width: 450px;
    min-width: 450px;
    padding: 10px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 94%, 0.6);
  }

  .main
    .main-container
    .main-wrapper
    .view-pending-section
    .view-pending-container-new {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin: 20px 0;
    padding: 10px;
  }

  .main
    .main-container
    .main-wrapper
    .view-pending-section
    .view-pending-container-new
    img {
    width: 100%;
  }

  .main-header .main-wrapper {
    padding: 13px 20px;
  }

  .main-container {
    padding: 35px 10px;
  }

  .main-container .main-wrapper {
    align-items: flex-start;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container .main-wrapper > :first-child.main-content,
  .main-container .main-wrapper > :last-child.main-content {
    width: 80%;
    padding: 0;
  }

  .main-container .main-wrapper > :first-child.main-content > .main-content-1,
  .main-container .main-wrapper > :last-child.main-content > .main-content-1 {
    background-color: #c8ecff;
    border-radius: 15px;
    padding: 8px 25px;
    margin-bottom: 1rem;
    position: relative;
  }

  .main-container .main-wrapper > :only-child.main-content {
    width: 100%;
  }

  .main-container .main-navigation {
    background-color: #fff;
    border-radius: 15px;
    height: 100vh;
    max-height: calc(100vh - 145px);
    max-width: 240px;
    position: sticky;
    top: 110px;
    width: 18%;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 94%, 0.6);
  }

  .main-container .main-navigation .navigation-list {
    background-color: #0429b2;
    border-radius: 15px;
    margin: 0 auto 0 0;
    overflow: hidden;
  }

  .main-container
    .main-navigation
    .navigation-list.navigation-secondary
    .list-track {
    transform: translate3d(-100%, 0, 0);
  }

  .main-container .main-navigation .navigation-list.animate-list .list-track {
    transition: transform 0.5s ease-in-out 0s;
  }

  .main-container .main-navigation .list-track {
    display: flex;
    height: 100%;
  }

  .main-container .main-navigation .list-track .primary-list,
  .main-container .main-navigation .list-track .secondary-list {
    flex: 0 0 100%;
    /* overflow: hidden scroll; */
    padding: 15px;
    width: 100%;
  }

  .main-container .main-navigation .list-track .primary-list::-webkit-scrollbar,
  .main-container
    .main-navigation
    .list-track
    .secondary-list::-webkit-scrollbar {
    display: none;
  }

  .main-container .main-navigation .sidebar-list {
    padding-bottom: 15px;
  }

  .main-container .main-navigation .sidebar-list:first-child a:first-child {
    margin-top: 0;
  }

  .main-container .main-navigation .sidebar-list:last-child a:last-child {
    margin-bottom: 0;
  }

  .main-container .main-navigation .sidebar-list .list-divider {
    margin: 20px 15px 10px;
  }

  .main-container .main-navigation .sidebar-list a {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
  }

  /* .main-container
    .main-navigation
    .sidebar-list
    a:nth-child(3)
    .sidebar-item
    img {
    width: 26px;
  } */

  .main-container .main-navigation .sidebar-list a .sidebar-item {
    padding: 15px 7px;
  }

  .main-container .main-navigation .sidebar-list a .sidebar-item.active-option {
    background-color: rgba(227, 113, 78, 0.06);
    border-radius: 12px;
    color: rgba(34, 34, 34, 0.76);
    box-shadow: 0 0 20px 0 rgba(255, 218, 202, 0.08);
  }

  .main-container
    .main-navigation
    .sidebar-list
    a
    .sidebar-item.active-option
    .label-text {
    font-family: sspBold;
  }

  .main-container .main-navigation .sidebar-list a .sidebar-item img {
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    border: 2px solid #5f5f5f;
  }

  .main-container .main-navigation .sidebar-list a .sidebar-item .label-text {
    flex: 0 0 76%;
  }

  .main-container .main-navigation .logout-btn {
    margin: 10px 0;
    padding: 15px 20px;
  }

  .main-container .main-navigation .more-option .label-text {
    font-family: sspRegular;
  }

  .main-container .main-navigation .more-option img {
    width: 20px;
  }

  .main-container .main-aside {
    height: 100vh;
    max-height: calc(100vh - 145px);
    overflow-y: auto;
    position: sticky;
    top: 110px;
    width: 20%;
  }

  .main-container .main-aside::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    height: 4px;
    width: 4px;
  }

  .main-container .main-aside::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 4px;
  }

  .main-container .main-aside:hover::-webkit-scrollbar-thumb {
    background: #e4e4e4;
  }

  .main-container .main-content {
    margin: 0 25px;
    width: 60%;
  }
}

/*.categorydetails-page .desktop-operators-main-header img:not(.heading-image), .locationdetails-page .desktop-operators-main-header img:not(.heading-image) {
    max-height: 270px;
    position: absolute;
    right: -30px;
    top: -40px;
    width: 300px;
}*/
@media (min-width: 768px) {
  .categorydetails-page,
  .locationdetails-page {
    background: #c8ecff;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 94%, 0.38);
    margin-bottom: 20px;
    padding: 0px 0px 0;
  }
}

#test::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

#test::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f5f5;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#test::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(#456066, #456066);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#test::-webkit-scrollbar-corner {
  background: linear-gradient(#456066, #456066);
}

.fa-chevron-right:before {
  content: "\f054";
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .bill-details-head-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .billdetails-page
    .billdetails-wrapper
    .bill-details-content
    .bill-details-head-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
    padding-bottom: 10px;
  }
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .bill-details-head {
  color: #222;
  /*font-family: sspBold;*/
  font-size: 1.143em;
}

.billdetails-page .align-center {
  align-items: center;
}

.billdetails-page .flex {
  display: flex;
}

@media (min-width: 768px) {
  .billdetails-page .search-layout-field-wrapper {
    margin-bottom: 10px;
  }
}

.billdetails-page .search-layout-field-wrapper {
  width: 100%;
}

.billdetails-page .search-layout-field-wrapper .search-layout-input-wrapper {
  margin-right: 20px;
}

.AeIlZ {
  display: block;
  position: relative;
}

.dvWaXF {
  position: relative;
}

@media (min-width: 768px) {
  .billdetails-page .search-layout-field-wrapper input {
    font-size: 1.143em;
    height: 40px;
    width: 200px;
  }
}

.billdetails-page .search-layout-field-wrapper input {
  background-color: #f9f9fc;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  /*font-family: sspBold;*/
  font-size: 1.286em;
  height: 48px;
  width: 100%;
}

.ePKQCa {
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
  border-radius: 0px;
  color: rgb(34, 34, 34);
  font-size: 12px;
  line-height: 14px;
  padding: 14px 0px 14px 13px;
  width: 100%;
}

.billdetails-page .billdetails-wrapper .bill-details-content .sort-btn {
  cursor: pointer;
  margin-right: 10px;
}

.plans-card {
  border: 1px solid #0429b2;
  border-radius: 12px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .plans-card.first-card {
    margin-top: 32px;
  }
}

.plans-card.first-card {
  margin-top: 20px;
}

.plans-card .plan-tag {
  background-color: #e1ebff;
  border-radius: 0 8px;
  color: #9eb1d6;
  font-size: 0.714em;
  left: 18px;
  padding: 3px 15px;
  position: absolute;
  top: -6px;
}

.plans-card .plan-tag {
  background-color: #e1ebff;
  border-radius: 0 8px;
  color: #9eb1d6;
  font-size: 0.714em;
  left: 18px;
  padding: 3px 15px;
  position: absolute;
  top: -6px;
}

.plans-card .plan-tag:before {
  background: #a0b2d6;
  border-radius: 10px 10px 0 0;
  content: "";
  display: block;
  height: 6px;
  left: -5px;
  position: absolute;
  top: 0;
  width: 6px;
}

.plans-card .plans-features-section {
  align-items: flex-start;
  background: #fafbff;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.plans-card .plans-features-section .plans-features {
  display: flex;
  flex-direction: column;
  min-width: 27%;
  padding-right: 12px;
}

.plans-card .plans-features-section .plans-features .heading {
  color: #222;
  /*font-family: sspBold;*/
  font-size: 1.143em;
}

.plans-card .plans-features-section .plans-features {
  display: flex;
  flex-direction: column;
  min-width: 27%;
  padding-right: 12px;
}

.plans-card .plans-features-section .plans-features .heading {
  color: #222;
  /*font-family: sspBold;*/
  font-size: 1.143em;
}

.plans-card .plans-features-section .plans-features .sub-heading {
  color: #666;
  font-size: 0.857em;
  /*padding-top: 7px;*/
}

.plans-card .plan-apply-btn {
  background-color: #0429b2;
  border: 1px solid #0429b2;
  border-radius: 7px;
  font-size: 1em;
  height: 35px;
  max-width: 100px;
}

.fvwvlb {
  color: rgb(255, 255, 255);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(
    to right,
    rgb(246, 105, 63) 0%,
    rgb(235, 131, 69) 100%
  );
  border: none;
  border-radius: 10px;
  /*font-family: sspBold;*/
  font-size: 16px;
  height: 54px;
}

.plans-card .cost-section {
  align-items: center;
  border-top: 1px solid #e1ebff;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.plans-card .cost-section.no-cost {
  justify-content: flex-end;
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .open-details-popup {
  color: #f74;
  cursor: pointer;
  /*font-family: sspRegular;*/
  font-size: 0.857em;
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .open-details-popup:after {
  background: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/icons/details-chevron-down.svg)
    50% no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .open-details-popup {
  color: #f74;
  cursor: pointer;
  /*font-family: sspRegular;*/
  font-size: 0.857em;
}

.swipeable-tabs-wrapper.dcc-plan-tabs {
  background-color: #fff;
  position: relative;
}

.wrapper-nav .nav-item .nav-link {
  color: #9c9c9c;
}

.wrapper-nav .nav-tabs {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
}

.wrapper-nav .nav-tabs .nav-item.show .nav-link,
.wrapper-nav .nav-tabs .nav-link.active {
  border-bottom: 2px solid #e3714d;
  color: #464646;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: border-bottom 0.3s cubic-bezier(1, 1.01, 1, 1) 0s;
}

.dcc-sort-popup .sorting-options-heading {
  color: #222;
  /*font-family: sspBold;*/
  font-size: 1.143em;
  line-height: 22px;
  margin: 0;
  text-transform: none;
}

@media (min-width: 768px) {
  .dcc-sort-popup .sorting-options-heading {
    font-size: 1.286em;
    margin: 0;
    margin: 13px 21px 16px;
    font-weight: 600;
  }
}

.dcc-sort-popup .sorting-options .sorting-option.selected,
.dcc-sort-popup .sorting-options .sorting-option:hover {
  background: #f9f9fc;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .dcc-sort-popup .sorting-options .sorting-option {
    padding: 15px 20px;
  }
}

.dcc-sort-popup .sorting-options .sorting-option {
  cursor: pointer;
  padding: 15px 25px;
  position: relative;
}

.dcc-sort-popup .sorting-options .sorting-option.selected:before {
  background: url(../../assets/media/sort-plan-selected.svg) no-repeat;
  background-size: 15px;
  content: "";
  height: 12px;
  position: absolute;
  right: 28px;
  top: 25px;
  width: 15px;
}

.dcc-sort-popup .sorting-options .sorting-option .sorting-option-label {
  color: #222;
  /*font-family: sspBold;*/
  font-size: 1em;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .dcc-sort-popup .sorting-options {
    margin: 0;
    padding: 0;
  }
}

.dcc-sort-popup .sorting-options .sorting-option .sorting-option-description {
  color: #666;
  font-size: 0.857em;
  margin-bottom: 0;
}

.categorydetails-page .desktop-operators-main-header,
.locationdetails-page .desktop-operators-main-header {
  margin: 15px 0 25px;
  position: relative;
}

.categorydetails-page .desktop-operators-main-header .desktop-heading-image,
.locationdetails-page .desktop-operators-main-header .desktop-heading-image {
  float: left;
  height: 45px;
  margin-right: 15px;
  margin-top: 5px;
}

.categorydetails-page
  .desktop-operators-main-header
  .desktop-heading-image
  img.heading-image,
.locationdetails-page
  .desktop-operators-main-header
  .desktop-heading-image
  img.heading-image {
  max-height: 45px;
  max-width: 45px;
}

.categorydetails-page .desktop-operators-main-header .main-heading,
.locationdetails-page .desktop-operators-main-header .main-heading {
  color: #222;
  font-family: sspLight;
  font-size: 1.286em;
  font-weight: 300;
  line-height: 24px;
}

.categorydetails-page .desktop-operators-main-header .sub-heading,
.locationdetails-page .desktop-operators-main-header .sub-heading {
  color: #222;
  font-family: sspRegular;
  font-size: 1.286em;
  line-height: 28px;
}

/*.categorydetails-page .desktop-operators-main-header img:not(.heading-image), .locationdetails-page .desktop-operators-main-header img:not(.heading-image) {
      max-height: 270px;
      position: absolute;
      right: -30px;
      top: -40px;
      width: 300px;
      }
      */
@media (min-width: 768px) {
  .categorydetails-page form,
  .locationdetails-page form {
    max-width: 400px;
    padding: 15px 0 40px;
  }
}

.categorydetails-page .form,
.categorydetails-page form,
.locationdetails-page .form,
.locationdetails-page form {
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 250px;
  padding: 20px 24px;
}

.categorydetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field,
.categorydetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field,
.locationdetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field,
.locationdetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field {
  margin-bottom: 5px;
}

.AeIlZ {
  display: block;
  position: relative;
}

.categorydetails-page .form .input-container,
.categorydetails-page form .input-container,
.locationdetails-page .form .input-container,
.locationdetails-page form .input-container {
  margin-bottom: 5px;
}

.dvWaXF {
  position: relative;
}

.categorydetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field
  input,
.categorydetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field
  input,
.locationdetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field
  input,
.locationdetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field
  input {
  background: #fff;
  font-size: 1.286em;
  height: 50px;
  text-transform: capitalize;
}

.categorydetails-page .form .input-container input,
.categorydetails-page form .input-container input,
.locationdetails-page .form .input-container input,
.locationdetails-page form .input-container input {
  background: #fff;
  font-size: 1.286em;
  height: 50px;
  text-transform: capitalize;
}

.erGaQo {
  appearance: none;
  background-color: rgb(249, 249, 252) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #0429b2 !important;
  border-radius: 10px !important;
  color: rgb(34, 34, 34) !important;
  font-family: sspBold !important;
  font-size: 16px !important;
  line-height: 14px !important;
  padding: 14px 0px 14px 13px !important;
  width: 100% !important;
}

.bROUUH {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 14px;
  transition: 0.3s ease-out;
  visibility: hidden;
}

.categorydetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .address-book-icon
  + .field-description,
.categorydetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .field-description,
.categorydetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .address-book-icon
  + .field-description,
.categorydetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .field-description,
.locationdetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .address-book-icon
  + .field-description,
.locationdetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .field-description,
.locationdetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .address-book-icon
  + .field-description,
.locationdetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .accountdetails-field.error
  + .field-description {
  color: red;
}

.categorydetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .field-description,
.categorydetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .field-description,
.locationdetails-page
  .form
  .accountdetails-form
  .accountdetails-field-wrapper
  .field-description,
.locationdetails-page
  form
  .accountdetails-form
  .accountdetails-field-wrapper
  .field-description {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .categorydetails-page form .button-wrapper .form-submit-btn,
  .locationdetails-page form .button-wrapper .form-submit-btn {
    box-shadow: 0 6px 14px 0 rgb(69 96 102);
    margin-top: 15px;
    max-width: 200px;
  }
}

.fvwvlb {
  color: rgb(255, 255, 255);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #0429b2;
  border: none;
  border-radius: 10px;
  font-family: sspBold;
  font-size: 16px;
  height: 54px;
}

@media (min-width: 300px) and (max-width: 700px) {
  .desktop-operators-main-header {
    display: none;
  }
}

.cusbill-details {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
  padding-bottom: 10px;
}

.cusbill-details {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cus-head-select {
  color: #222;
  /* font-family: sspBold; */
  font-size: 1.143em;
}

.cus-input-area {
  background-color: #f9f9fc;
  border: 1px solid #d8d8d8;
  border-radius: 10px !important;
  /* font-family: sspBold; */
  font-size: 1.286em;
  height: 48px;
  width: 100%;
}

.cus-flex-center {
  display: flex;
  align-items: center;
}

.cus-input-various {
  margin-right: 20px;
}

.wrapper-nav {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
  /*overflow-x: scroll;*/
}

.wrapper-nav .nav-tabs {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 13px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-left {
  float: left;
  left: 0;
}

/*.tab-content > .tab-pane {
    display: none;
}*/
.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.billdetails-page .flex {
  display: flex;
}

.billdetails-page .align-center {
  align-items: center;
}

.align-center {
  align-items: center;
}

.swipeable-tabs-wrapper.dcc-plan-tabs {
  background-color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  div,
  main,
  ol,
  pre,
  span,
  ul {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-scrollbar-color) transparent;
  }
}

.fade:not(.show) {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.plans-card.first-card {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .plans-card.first-card {
    margin-top: 32px;
  }
}

.plans-card .plan-tag {
  background-color: #0429b2;
  border-radius: 0 8px;
  color: #f8f9fa;
  font-size: 0.714em;
  left: 18px;
  padding: 3px 15px;
  position: absolute;
  top: -6px;
}

.plans-card .plans-features-section {
  align-items: flex-start;
  background: #fafbff;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.plans-card .plans-features-section .plans-features {
  display: flex;
  flex-direction: column;
  min-width: 27%;
  padding-right: 12px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}

@media (min-width: 1200px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 30.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 69.33333333%;
  }
}

@media (min-width: 768px) {
  .billdetails-page
    .billdetails-wrapper
    .bill-details-content
    .bill-details-head-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-md-5-dth {
    flex: 0 0 auto;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .cus-col-5 {
    flex: 0 0 auto;
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .cus-col-7 {
    flex: 0 0 auto;
    width: 60%;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .col-md-7-dth {
    flex: 0 0 auto;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .billdetails-page
    .billdetails-wrapper
    .bill-details-content
    .bill-details-head-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
    padding-bottom: 10px;
  }
}

.billdetails-page
  .billdetails-wrapper
  .bill-details-content
  .bill-details-head-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.wrapper-nav .nav-tabs {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.wrapper-nav .nav-tabs .nav-item.show .nav-link,
.wrapper-nav .nav-tabs .nav-link.active {
  border-bottom: 2px solid #e3714d;
  color: #464646;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: border-bottom 0.3s cubic-bezier(1, 1.01, 1, 1) 0s;
}

.wrapper-nav .nav-item .nav-link {
  color: #9c9c9c;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out;
}

.tab-pane h2 {
  font-size: 20px;
  font-weight: 600;
}

.tab-pane p {
  font-size: 17px;
}

/* CSS FOR SIGNUP */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.cus-wrapper {
  display: grid;
  width: 100%;
  place-items: center;
  background: -webkit-linear-gradient(
    right,
    #456066,
    #456066,
    #456066,
    #456066
  );
  margin: 0;
  height: 100vh;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.cus-container-2 {
  max-width: 700px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.cus-container-2 .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}

.cus-container-2 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
}

.content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}

form .user-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}

form .input-box span.details {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.user-details .input-box input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid {
  border-color: #9b59b6;
}

form .gender-details .gender-title {
  font-size: 20px;
  font-weight: 500;
}

form .category {
  display: flex;
  width: 80%;
  margin: 14px 0;
  justify-content: space-between;
}

form .category label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

form .category label .dot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three {
  background: #9b59b6;
  border-color: #d9d9d9;
}

form input[type="radio"] {
  display: none;
}

form .button {
  height: 45px;
  margin: 35px 0;
}

form .button input {
  height: 100%;
  width: 50%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: -webkit-linear-gradient(
    right,
    #456066,
    #456066,
    #456066,
    #456066
  );
  margin: 0px 30px;
}

form .button input:hover {
  background: -webkit-linear-gradient(
    right,
    #456066,
    #456066,
    #456066,
    #456066
  );
}

/* Responsive media query code for mobile devices */
@media (max-width: 584px) {
  .cus-container-2 {
    max-width: 100%;
  }

  form .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .category {
    width: 100%;
  }

  .content form .user-details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user-details::-webkit-scrollbar {
    width: 5px;
  }
}

/* Responsive media query code for mobile devices */
@media (max-width: 459px) {
  .cus-container-2 .content .category {
    flex-direction: column;
  }
}

.cus-button-value {
  display: flex;
}

.cus-address-area input {
  width: 100% !important;
}

/* CSS FOR LOGIN PAGE */

* {
  margin: 0;
}

.cus-wrapper {
  display: grid;
  width: 100%;
  place-items: center;
  background: #0077b6;
  margin: 0;
  height: 100vh;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

::selection {
  background: #1a75ff;
  color: #fff;
}

.wrapper {
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.wrapper .title-text {
  display: flex;
  width: 200%;
}

.wrapper .title {
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 99%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}

.slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.slide-controls label.signup {
  color: #000;
}

.slide-controls .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(
    right,
    #0077b6,
    #0077b6,
    #0070ac,
    #0075b2
  );
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
  display: none;
}

#signup:checked ~ .slider-tab {
  left: 50%;
}

#signup:checked ~ label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}

#signup:checked ~ label.login {
  color: #000;
  font-weight: normal;
}

#login:checked ~ label.signup {
  color: #000;
  font-weight: normal;
}

#login:checked ~ label.login {
  cursor: default;
  user-select: none;
}

.wrapper .form-container {
  width: 100%;
  overflow: hidden;
}

.form-container .form-inner {
  display: flex;
  width: 200%;
}

.form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner form .field input {
  height: 100%;
  width: 95%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.form-inner form .field input:focus {
  border-color: #1a75ff;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #1a75ff;
}

.form-inner form .pass-link {
  margin-top: 5px;
}

.form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #292929;
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
form .btn {
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(
    right,
    #ffffff,
    #0077b6,
    #0077b6,
    #6a8287
  );
  border-radius: 15px;
  transition: all 0.4s ease;
}

form .btn:hover .btn-layer {
  left: 0;
}

form .btn input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.cus-register-section {
  display: flex;
  justify-content: space-between;
}

.field input::placeholder {
  font-size: 15px;
}

.cus-login-1 img {
  width: 180px;
}

.pass-link a {
  font-size: 14px;
  color: black;
}

form .btn button {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* CSS FOR CARD RECHARGE */
.cus-main-xcontainer {
  width: 400px;
  background: white;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}

.cus-main-xheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus-main-xheader img {
  height: 48px;
  margin-right: 14px;
}

.wallet {
  margin: 20px 0;
}

.wallet p {
  margin: 5px 0;
}

.warning {
  color: red;
  font-size: 12px;
}

.info {
  color: rgb(14, 12, 6);
  font-size: 14px;
}

.amount-section {
  margin: 20px 0;
}

.amount-section p {
  margin: 5px 0;
}

.total {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.pay-button {
  background: #d5f5d5;
  color: green;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #a4d4a4;
}

.note {
  margin-top: 20px;
  font-size: 12px;
  color: red;
}

.close-btn {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  background: red;
  padding: 3px 8px;
  border-radius: 30px;
}

.cus-flex-header {
  display: flex;
  align-items: anchor-center;
}

.cus-wallet-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus-wallet-2 img {
  width: 50px;
}

.recharge-amount {
  display: flex;
  align-items: anchor-center;
  justify-content: space-between;
}

.recharge-amount p {
}

.recharge-amount span {
}

.note strong {
  color: black;
}

/* CSS FOR CARD RECHARGE PAYMENT OPERATOR OPTION */

.cus-main-xheader img {
  height: 48px;
  margin-right: 14px;
}

.wallet {
  margin: 13px 0;
}

.wallet p {
  margin: 5px 0;
}

.warning {
  color: red;
  font-size: 14px;
}

.amount-section {
  margin: 20px 0;
}

.amount-section p {
  margin: 5px 0;
}

.total {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.pay-button {
  background: #d5f5d5;
  color: green;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #a4d4a4;
}

.note {
  margin-top: 20px;
  font-size: 12px;
  color: red;
}

.close-btn {
  position: absolute;
  top: 28px;
  right: 15px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  background: red;
  padding: 4px 5px;
  border-radius: 30px;
}

.cus-flex-header {
  display: flex;
  align-items: anchor-center;
}

.cus-wallet-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus-wallet-2 img {
  width: 38px;
}

.recharge-amount {
  display: flex;
  align-items: anchor-center;
  justify-content: space-between;
}

.recharge-amount p {
}

.recharge-amount span {
}

.note strong {
  color: black;
}

.mng-dirty {
  width: 100%;
  height: 33px;
  border-radius: 3px !important;
  border: 1px solid #797575;
  font-size: 14px;
  padding: 0px 0px 0px 5px;
  margin-top: 12px;
}

.custom_radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  margin-bottom: 5px;
}

.addmoney-charge {
  color: #ffffff !important;
  font-size: 11px;
  /* margin-left: 25px; */
  line-height: 0;
  background: #b92020;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  margin-bottom: 7px;
  margin: 4px 0px;
}

.custom_radio {
  background: #efefef;
  padding: 8px 28px;
  border-radius: 8px;
  margin: 17px 0px 0px 0px;
}

.cus-px1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.main-payment-qr {
  background: #3badc7;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  top: 4px;
  cursor: pointer;
  font-size: 13px;
}

.cus-choose-payment {
  font-size: 14px;
  margin-top: 14px;
}

.cus-addmoney {
  font-size: 15px;
  color: #444242;
  font-weight: bold;
}

.cus-payment-hr {
  margin-top: 19px;
}

.cus-addmoney i {
  margin-right: 8px;
}

.text-danger-inputfield {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* /////////POP UP MESSAGES BOXES/////////// */
* {
  box-sizing: border-box;
  /* outline:1px solid ;*/
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.wrapper-2 h4 {
  margin: 0;
  font-size: 1.3em;
  margin-bottom: 14px;
  color: #3e3e3e;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.wrapper-2 p {
  margin: 0;
  color: #5f5f5f;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.go-home {
  color: #fff;
  background: #5892ff;
  background: #44ca90;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
  margin-top: auto;
  background: #d7e6fe;
  background: #dadada;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #5892ff;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.cus-flex-1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.cus-flex-1 h6 {
  margin-right: 8px;
}

.footer-like p a {
  text-decoration: none;
  color: #5892ff;
  font-weight: 600;
}

@media (min-width: 360px) {
  h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 148px;
    /* box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2); */
  }
}

.cus-tick img {
  width: 150px;
}

.wrapper-2 h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #5892ff;
  color: #82c815;
  margin: 0;
  margin-bottom: 20px;
}

.cus-flex-2 {
  text-align: left;
  position: relative;
  padding: 0;
}

.cus-flex-2 li {
  list-style-type: none;
}

.cus-flex-2 li span {
  position: absolute;
  right: 0;
  color: #59890e;
}

.cus-tick-pending img {
  width: 150px;
}

.cus-pending-wrapper h1 {
  color: #ff7900;
}

.cus-tick-failed img {
  width: 150px;
}

.cus-failed-wrapper h1 {
  color: #f44336;
}

/* CSS FOR MOBILE TOOGLE VIEW ////////////////////*/
/* Desktop style: default - menu horizontal */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu {
  display: flex;
  gap: 10px;
}

.menu a {
  text-decoration: none;
  color: black;
  padding: 6px 12px;
}

.login-btn {
  /* margin-left: auto; */
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* Hide hamburger on desktop */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* ==== MOBILE ==== */
@media (max-width: 767px) {
  /* Show hamburger */
  .hamburger {
    display: inline-block;
  }

  /* Hide menu by default */
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    /* Adjust according to navbar height */
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    z-index: 1000;
  }

  /* Show menu when open */
  .menu.open {
    display: flex;
  }

  /* Menu links full width with spacing */
  .menu a {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  /* Login button stays visible and aligned */
  .login-btn {
    margin-left: 0;
    padding-left: 20px;
  }
}

.cus-navlink-button button {
  background-color: #0075b3;
  border: none;
  color: white;
  padding: 13px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
}

.cus-navlink-button {
  text-align: right;
}

.cus-tick .close {
  position: absolute;
  right: 19px;
  font-size: 23px;
  cursor: pointer;
  background: red;
  padding: 0;
  color: #fff;
  border-radius: 15px;
  height: 29px;
  width: 29px;
  font-weight: 500;
}

.login-otp h1 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #456066;
}

.cus-otp-wrapper {
  width: 440px;
}

.cus-otp-mt {
  margin-top: 26px;
}

.cus-field-otp-area {
  margin-top: 19px;
}

.cus-otp-resgistration {
  margin-top: 19px;
}

.cus-otp-input-area {
  border-radius: 7px !important;
  margin: 11px 0px;
}

.cus-click-back-page {
  display: flex;

  justify-content: start;
  align-items: anchor-center;
  cursor: pointer;
}

.cus-click-back-page img {
  width: 7px;
}

.cus-click-back-page .header-section {
  position: relative;
  left: 7px;
  font-size: 13px;
}

.cus-new-flex {
  display: flex;
  justify-content: space-between;
}

.cus-change-section {
  position: relative;
  right: 7px;
}

.cus-click-back-page .header-section a {
  color: #0077b6;
  font-weight: bold;
  padding-top: 16px;
}

.cus-click-back-page .cus-change-section a {
  color: #456066;
  font-weight: bold;
}

.cus-user-menu {
  position: absolute;
  right: 9px;
  top: 12px;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #0429b2 !important;
  border: 1px solid #0429b2 !important;
  border-radius: 0.25rem;
  padding: 6px;
  cursor: pointer;
  font-size: 11px;
}

.css-13cymwt-control {
  -webkit-align-items: center;
  border: 1px solid #0429b2 !important;
  border-radius: 12px !important;
  /* height: 48px; */

  background: #f9f9fc !important;
}

.css-19bb58m {
  margin: inherit !important;
  padding-bottom: inherit !important;
  padding-top: inherit !important;
}

.css-19bb58m {
  height: 45px;
}

.cus-second-opreator {
  position: relative;
  /* bottom: 7px; */
}

.cus-dth-section-main-header {
  margin: 15px 0 0px !important;
}

.cus-consumer-container {
  width: 500px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.cus-pt-12
{
  margin-top: 8px;
}

.cus-consumer-container h2 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #021459;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.info-row {
  display: flex;
  margin: 6px 0px;
  font-size: 13px;
}

.info-row span {
  flex: 1;
  padding: 8px;
  font-weight: normal;
  font-size: 12px;
}

.label {
  font-weight: bold;
}

.value {
  color: #333;
}

.cus-info-grow:nth-child(even) {
  background-color: #bbc9ff82;
  border-top: 1px solid #456066;
  border-bottom: 1px solid #456066;
}

.cus-border {
  height: 230px;
  position: absolute;
  z-index: 9999999;
  border-right: 1px solid #a2a6a7;
  left: 210px;
  top: 67px;
}

.cus-monthly-recharge {
  border-bottom: 1px solid #456066;
}

cus-tabs-pack {
  display: flex;
  /*border-bottom: 2px solid #ccc;*/
  margin-bottom: 10px;
}

.cus-tab-switch {
  padding: 10px 14px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  border-right: 1px solid #ccc;
  outline: none;
  margin: 0px 4px;
}

.cus-tab-switch.active {
  background-color: #092696;
  font-weight: bold;
  border-bottom: 2px solid white;
  color: #fff;
  font-size: 11px;
  /* border-radius: 5px; */
  padding: 12px 21px;
}

.tab-content {
  /* display: none; */
  background-color: white;
  /*border: 1px solid #ccc;*/
  padding: 20px;
}

.tab-content.active {
  display: block;
}

.cus-plan-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.cus-plan-table th,
td {
  border: 1px solid #ccc;

  padding: 8px;
  font-size: 12px;
}

.cus-plan-table th {
  background-color: #f4f4f4;
  font-size: 13px;
  text-align: left;
}

.price {
  /* background-color: #e4ffe4;*/
  border-radius: 4px;
  padding: 2px 5px;
  display: inline-block;
  border: 1px solid #85c785;
}

.channels-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.cus-channer-plan {
  width: 934px;
  margin-left: auto;
  margin-right: auto;

  background-color: #fff;
  padding-top: 19px;
  height: 512px;
}

.cus-channer-plan h2 {
  color: #141414;
  position: relative;
  left: 17px;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 15px;
}

.cus-tabs-pack {
  position: relative;
  left: 18px;
}

.cus-second-close-btn {
  position: absolute;
  top: -17px;
  right: 40px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.cus-hr-browse {
  margin-top: 15px;
}

.categorydetails-page .form .input-container,
.categorydetails-page form .input-container,
.locationdetails-page .form .input-container,
.locationdetails-page form .input-container {
  margin-bottom: 17px !important;
}

.text-danger-dth {
  color: red;
}

.cus-recharge-container {
  max-width: 500px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 50px;
}

.success-check {
  text-align: center;
  font-size: 48px;
  color: green;
}

.cus-recharge-title {
  text-align: center;
  font-size: 24px;
  margin-top: 4px;
}

.cus-recharge-subtitle {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  margin-top: 8px;
}

.cus-recharge-provider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.cus-recharge-provider img {
  width: 40px;
  height: 40px;
}

.cus-recharge-section {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.cus-recharge-flex-row {
  display: flex;
  justify-content: space-between;
  margin: 28px 0;
}

.cus-recharge-label {
  font-weight: 500;
  color: #555;
}

.cus-recharge-value {
  font-weight: bold;
  color: #333;
}

.cus-recharge-watermark {
  text-align: center;
  /* margin-top: 20px; */
  position: absolute;
  top: 361px;
  display: block;
  left: 220px;
}

.cus-recharge-watermark img {
  width: 128px;
  opacity: 0.3;
}

.success-check img {
  width: 80px;
}

.cus-close-class-2 {
  position: absolute;
  right: 23px;
  top: 11px;
  font-size: 28px;
  color: red;
  cursor: pointer;
}

.cus-electricity-opreator {
  width: 400px;
  margin: 10px 0px 6px 0px;
}

.cus-cooprate-minimum {
  margin: 11px 3px 18px 0px;
}

.cus-electricity-cooprate {
}

.cus-second-master {
  position: relative;
  bottom: 7px;
}

.cus-button-wrapper {
  width: 150px;
  margin-top: 15px;
}

.cus-button-wrapper button {
  box-shadow: 0 6px 14px 0 rgb(69 96 102);
  margin-top: 15px;
  max-width: 200px;
}

@media (min-width: 1200px) {
  .cus-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.cus-note-2 {
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  padding: 14px 14px 1px;
  width: 400px;
  background: #f0f3f3;
}

.cus-biller-id {
  margin: 12px 0;
}

.cus-main-curve-wrapper {
  margin-top: 10px;
}

.cus-electricity-image {
 width: 100% !important;
 margin-top: 32px;
 border-radius: 10px;
 border: 1px solid #7d7d7d;
 height: 284px !important;
}

.cus-image-height-02
{
      height: 294px !important;
}

.cus-dth-image
{
    width: 100% !important;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    height: 271px;
}

.status-layout-container .status-image {
  margin-bottom: 25px;
  text-align: center;
}

.status-layout-container .status-image img {
  width: 125px;
}

.status-layout-container .status-heading-section {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.status-layout-container .status-heading {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 20px;
  margin-bottom: 29px;
}

.status-layout-container .status-progress {
  counter-reset: section;
  padding-left: 45px;
  position: relative;
}

.status-layout-container .status-progress .status-item {
  position: relative;
}

.status-layout-container .status-progress .status-item .status-item-text {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 18px;
  padding-bottom: 7px;
}

.status-layout-container .status-progress .status-item .status-item-sub-text {
  color: #666;
  font-size: 1em;
  line-height: 14px;
}

.status-layout-container .status-progress .status-item:not(:last-child) {
  height: 80px;
}

.status-layout-container .status-progress .status-item:not(:last-child):before {
  border-left: 1px dotted #7cd583;
  content: "";
  display: inline-block;
  height: 100%;
  left: -30px;
  position: absolute;
  width: 10px;
}

.status-layout-container .status-progress .status-item:after {
  background-image: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/statusLayout/status-pending.gif);
  background-repeat: round;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 30px;
  left: -44px;
  position: absolute;
  top: 0;
  width: 30px;
}

.status-layout-container .status-progress .status-item.success:after {
  background-image: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/statusLayout/status-success.gif);
}

.status-layout-container
  .status-progress
  .status-item.is-numbered:not(:last-child):before {
  border-left: 1px solid #e3714d;
  left: -34px;
}

.status-layout-container .status-progress .status-item.is-numbered:after {
  background-color: #fff;
  background-image: none;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(255, 119, 68, 0.15);
  color: #f74;
  content: counter(section);
  counter-increment: section;
  font-family: sspBold;
  height: 20px;
  padding: 5px 2px 0;
  text-align: center;
  width: 20px;
}

.status-layout-container.horizontal-view .status-progress {
  display: flex;
  padding: 45px 0 0;
}

.status-layout-container.horizontal-view .status-progress .status-item {
  text-align: center;
  width: 35%;
}

.status-layout-container.horizontal-view
  .status-progress
  .status-item:not(:last-child) {
  height: auto;
}

.status-layout-container.horizontal-view
  .status-progress
  .status-item:not(:last-child):before {
  border-left: none;
  border-top: 1px dotted #7cd583;
  left: 50%;
  top: -25px;
  width: 100%;
}

.status-layout-container.horizontal-view .status-progress .status-item:after {
  left: 0;
  margin: auto;
  right: 0;
  top: -40px;
}

@media (min-width: 768px) {
  .status-layout-container.adaptive-view .status-progress {
    display: flex;
    padding: 45px 0 0;
  }

  .status-layout-container.adaptive-view .status-progress .status-item {
    text-align: center;
    width: 35%;
  }

  .status-layout-container.adaptive-view
    .status-progress
    .status-item:not(:last-child) {
    height: auto;
  }

  .status-layout-container.adaptive-view
    .status-progress
    .status-item:not(:last-child):before {
    border-left: none;
    border-top: 1px dotted #7cd583;
    left: 50%;
    top: -25px;
    width: 100%;
  }

  .status-layout-container.adaptive-view .status-progress .status-item:after {
    left: 0;
    margin: auto;
    right: 0;
    top: -40px;
  }
}

.slider-wrapper {
  box-sizing: border-box;
  display: block;
  margin: 5px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-wrapper :focus {
  outline: none;
}

.slider-wrapper.slider-loading {
  visibility: hidden;
}

.slider-wrapper.slider-arrows {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 15px;
}

.slider-wrapper.slider-arrows .slider-track {
  position: relative;
}

.slider-wrapper.slider-arrows .slider-track .arrow {
  align-items: center;
  background: transparent;
  border: none;
  color: #aeaeae;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: absolute;
}

.slider-wrapper.slider-arrows .slider-track .arrow:disabled span {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-wrapper.slider-arrows .slider-track .arrow:focus {
  outline: none;
}

.slider-wrapper.slider-arrows .slider-track .arrow.left-arrow {
  bottom: 0;
  left: -12px;
  top: 0;
}

.slider-wrapper.slider-arrows .slider-track .arrow.left-arrow span {
  transform: rotate(135deg);
}

.slider-wrapper.slider-arrows .slider-track .arrow.right-arrow {
  bottom: 0;
  right: -12px;
  top: 0;
}

.slider-wrapper.slider-arrows .slider-track .arrow.right-arrow span {
  transform: rotate(315deg);
}

.slider-wrapper.slider-arrows .slider-track .arrow span {
  border-bottom: 3px solid #aeaeae;
  border-right: 3px solid #aeaeae;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.slider-wrapper.slider-indicators-inside .slider-indicators {
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.slider-wrapper .slider-track .slider-section {
  overflow: hidden;
  transform: translateZ(0);
}

.slider-wrapper .slider-track .slider-section .slider {
  display: flex;
  scrollbar-width: none;
  width: 100%;
  transform: translateZ(0);
}

.slider-wrapper .slider-track .slider-section .slider::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .slider-track .slider-section .slider .slide-shimmer {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: linear-gradient(90deg, #eee 2%, #c5c5c5 18%, #eee 33%);
  background-size: 200%;
  overflow: hidden;
  width: 100%;
}

.slider-wrapper .slider-track .slider-section .slider .slide {
  flex: 0 0 auto;
}

.slider-wrapper .slider-track .slider-section .slider .slide:first-child {
  margin-left: 0 !important;
}

.slider-wrapper .slider-track .slider-section .slider .slide:last-child {
  margin-right: 0 !important;
}

.slider-wrapper .slider-indicators {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.slider-wrapper .slider-indicators ul {
  display: flex;
}

.slider-wrapper .slider-indicators ul li {
  line-height: 6px;
  margin-right: 5px;
  position: relative;
}

.slider-wrapper .slider-indicators ul li:last-child {
  margin-right: 0;
}

.slider-wrapper .slider-indicators ul li.active span.indicator {
  background-color: #e3714d;
}

.slider-wrapper .slider-indicators ul li span.indicator {
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
}

.slider-wrapper .slider-indicators ul li span.indicator.timer {
  position: absolute;
}

.slider-wrapper .slider-indicators ul li span.indicator .indicator-progress {
  background: #f74;
  border-radius: 10px;
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0;
  transition: width 1s linear 0s;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  to {
    background-position: 200% 0;
  }
}

.transactions-history-wrapper {
  background-color: #f2f5fc;
  font-family: sspBold;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.transactions-history-wrapper.main.transparent-header-container {
  background: #fff;
}

.transactions-history-wrapper.main.transparent-header-container .main-header {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.transactions-history-wrapper.main.transparent-header-container.payment
  .main-header {
  background-color: #fff;
}

.transactions-history-wrapper .filter-icon {
  border-radius: 50%;
  height: 32px;
  padding: 4px;
  width: 32px;
}

.transactions-history-wrapper .filter-icon.selected {
  outline: 1px solid #f74;
}

.transactions-history-wrapper .filter-icon.disabled {
  opacity: 0.6;
}

.transactions-history-wrapper .bbps-logo {
  height: 18px;
  width: 54px;
}

.transactions-list-main-component {
  width: 100%;
}

.transactions-list-main-component .sticky-date {
  align-items: center;
  background: #f4f4f4;
  display: flex;
  font-family: sspBold;
  font-size: 0.857em;
  height: 28px;
  line-height: 18px;
  padding: 0 20px;
  position: sticky;
  top: 62px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
  z-index: 1;
}

.transactions-list-main-component .upper-section {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  min-height: 400px;
}

.transactions-list-main-component .list-wrapper {
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  scroll-behavior: smooth;
  transform: translateZ(0);
}

.transactions-list-main-component .list-wrapper .list-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.transactions-list-main-component .list-wrapper .list-container .list-header {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 20px;
}

.transactions-list-main-component .list-wrapper .list-container .list-header p {
  font-family: sspBold;
  font-size: 1.143em;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .list-header
  img {
  height: 24px;
  width: 24px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .list-header
  .right-items {
  display: flex;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .list-header
  .right-items
  .search {
  align-self: center;
  height: 16px;
  margin-right: 15px;
  width: 16px;
}

.transactions-list-main-component .list-wrapper .list-container .date-label {
  align-items: center;
  background: #f4f4f4;
  display: flex;
  font-family: sspBold;
  font-size: 0.857em;
  height: 28px;
  line-height: 18px;
  padding: 0 20px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip {
  cursor: pointer;
  display: flex;
  padding: 20px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip.divider {
  border-bottom: 2px solid #eaeaea;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon {
  align-items: center;
  border-radius: 50%;
  color: #666;
  display: flex;
  font-family: sspBold;
  font-size: 1.143em;
  height: 40px;
  justify-content: center;
  margin-right: 12px;
  min-width: 40px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon
  img {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon.text-icon {
  border: 1px solid #e1e1e1;
  position: relative;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon.text-icon
  .verified {
  bottom: 0;
  left: 25px;
  position: absolute;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon.img-icon
  .verified {
  transform: translate(-12px, 12px);
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-icon
  .verified {
  border: none;
  height: 16px;
  width: 16px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info {
  width: 100%;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-1 {
  display: flex;
  font-family: sspBold;
  gap: 12px;
  justify-content: space-between;
  line-height: 20px;
  margin-bottom: 2px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-1
  .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-1
  .txn-amount {
  display: flex;
  flex-shrink: 0;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-1
  .sub-currency {
  font-family: sspRegular;
  font-size: 0.714em;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2 {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 0.857em;
  justify-content: space-between;
  line-height: 18px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .txn-account {
  align-items: center;
  display: flex;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .txn-direction.success {
  font-family: sspRegular;
  font-size: 0.857em;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .payment-logos {
  height: 15px;
  margin-left: 5px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .account {
  margin-left: 5px;
  min-height: 13px;
  min-width: 13px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .label {
  align-items: center;
  display: flex;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .approved {
  align-items: center;
  background: rgba(18, 119, 238, 0.1);
  border-radius: 3px;
  color: #1277ee;
  display: flex;
  font-family: sspBold;
  font-size: 10px;
  height: 17px;
  line-height: 16px;
  margin-left: 6px;
  padding: 0 5px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .check-icon {
  height: 11px;
  margin-left: 3px;
  width: 11px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container
  .txn-info-strip
  .txn-info
  .info-2
  .image-fallback-shimmer {
  animation: shimmer 2s linear infinite;
  background: linear-gradient(
    90deg,
    #f4f4f4 25%,
    rgba(0, 0, 0, 0.1) 40%,
    #f4f4f4 75%
  );
  background-size: 200% 200%;
  border-radius: 50%;
  height: 15px;
  margin-left: 5px;
  width: 15px;
}

.transactions-list-main-component
  .list-wrapper
  .list-container.transaction-unvailable {
  height: 330px;
}

.transactions-list-main-component .list-wrapper .list-container .list-loader {
  padding-bottom: 15px;
}

.transactions-list-main-component .list-wrapper .no-transaction {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 102px;
}

.transactions-list-main-component .list-wrapper .no-transaction img {
  height: 100px;
  margin: 0 0 18px;
  width: 160px;
}

.transaction-utility-wrapper {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.transaction-utility-wrapper .transaction-utility {
  display: flex;
  max-height: 600px;
  transition: max-height 0.3s ease-in-out 0s;
}

.transaction-utility-wrapper .transaction-utility.hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out 0s;
}

.transaction-utility-wrapper
  .transaction-utility.last-shown-element
  .utility-wrapper {
  border-bottom: none;
}

.transaction-utility-wrapper .transaction-utility .utility-logo {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  margin: 15px 12px 16px 20px;
  width: 40px;
}

.transaction-utility-wrapper .transaction-utility .utility-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 15px 20px 16px 0;
}

.transaction-utility-wrapper .transaction-utility .utility-upper-section {
  align-items: center;
  display: flex;
  height: 40px;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper
  .utility-heading {
  align-items: center;
  display: flex;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper
  .utility-heading
  .utility-title {
  color: #222;
  font-size: 1em;
  letter-spacing: 0;
  margin-right: 8px;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper
  .utility-heading.dropdown {
  cursor: pointer;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper
  .utility-heading
  .arrow {
  color: #000;
  transition: all 0.5s ease-in-out 0s;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-heading-wrapper
  .utility-heading
  .arrow.open {
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(180deg);
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-right-content {
  margin-left: auto;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-right-content
  .content {
  font-size: 1.429em;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-right-content
  .actionable {
  color: #f74;
  cursor: pointer;
  font-size: 0.857em;
  margin-left: auto;
  text-transform: uppercase;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-upper-section
  .utility-description {
  -webkit-box-orient: vertical;
  color: #666;
  display: -webkit-box;
  font-family: sspRegular;
  font-size: 0.857em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.transaction-utility-wrapper .transaction-utility .utility-lower-section {
  font-size: 1em;
  margin-top: 0;
  max-height: 0;
  /* overflow: hidden; */
  transition:
    max-height 0.5s,
    margin-top 0.5s;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .list-item {
  display: flex;
  justify-content: space-between;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .list-item:not(:last-child) {
  margin-bottom: 9px;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .list-item
  .title {
  color: #444;
  font-family: sspRegular;
  font-size: 1em;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .list-item
  .value {
  color: #222;
  font-size: 1.143em;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section.expanded {
  max-height: 400px;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section.expanded.extra-space {
  margin-top: 4px;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .accordion-separator-line {
  border-top: 1px solid #e4e4e4;
}

.transaction-utility-wrapper
  .transaction-utility
  .utility-lower-section
  .lower-section-content {
  padding: 16px 13px;
}

.transaction-utility-wrapper .utility-view-more-less {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #f74;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.upi-container {
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  margin: 0 20px;
  padding: 7px 16px;
}

.upi-container img {
  align-self: flex-start;
  height: 15px;
  margin: 5px 6px 0 0;
}

.upi-container p {
  line-height: 24px;
}

.upi-container .upi-title {
  align-self: flex-start;
  font-family: sspBold;
  margin-right: 10px;
  white-space: nowrap;
}

.upi-container .upi-id {
  font-family: sspRegular;
  margin-left: auto;
  word-break: break-all;
}

.transactions-popup .show-popup-content {
  min-height: 100%;
}

.transactions-filter-wrapper {
  padding: 24px 20px;
}

.transactions-filter-wrapper .header-section {
  align-items: center;
  display: flex;
  margin-left: 0;
  padding: 16px 0;
}

.transactions-filter-wrapper .header-section .header-content {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 24px;
}

.transactions-filter-wrapper .header-section .back-icon-img {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
}

.transactions-filter-wrapper .header-section .back-icon-img img {
  margin: 0;
  width: 6px;
}

.transactions-filter-wrapper .header-section .back-icon-img:after {
  content: "";
  height: 45px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 45px;
}

.transactions-filter-wrapper .filter-content-wrapper {
  color: #222;
  font-size: 1em;
  line-height: 20px;
  margin-top: 10px;
}

.transactions-filter-wrapper .filter-content-wrapper .filter-item-wrapper {
  margin-bottom: 25px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-heading {
  font-family: sspBold;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-pills-items {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 11px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-pill {
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 80px;
  display: flex;
  font-family: sspRegular;
  padding: 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-pill.selected {
  border: 1px solid #f74;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-pill
  .option-image {
  height: 24px;
  margin-right: 7px;
  width: 24px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-datepicker-items {
  display: flex;
  gap: 10px;
  margin-top: 11px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .filter-datepicker-items
  .date-picker {
  flex: 1 1;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .date-picker-container
  > label {
  color: #666;
  font-family: sspRegular;
  margin-bottom: 3px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .date-picker-container
  img {
  height: 24px;
  width: 24px;
}

.transactions-filter-wrapper
  .filter-content-wrapper
  .filter-item-wrapper
  .date-picker-container
  input {
  background-color: #fff;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 24px;
}

.transactions-filter-wrapper .filter-content-wrapper .footer-section {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
}

.transactions-filter-wrapper .filter-content-wrapper .footer-section button {
  cursor: pointer;
  text-transform: uppercase;
}

.search-popup {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-popup .header-section {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 16px 30px;
  width: 100%;
}

.search-popup .header-section .left-items {
  display: flex;
}

.search-popup .header-section .left-items img {
  height: 15px;
  margin: 4px 15px 0 0;
  width: 8px;
}

.search-popup .header-section .left-items p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: sspBold;
  font-size: 1.143em;
  -webkit-line-clamp: 1;
  line-height: 24px;
  margin-right: 10px;
  overflow: hidden;
  word-break: break-all;
}

.search-popup .header-section .right-items {
  align-items: center;
  display: flex;
}

.search-popup .header-section .right-items .bbps-logo {
  height: 18px;
  width: 54px;
}

.search-popup .search-container {
  align-items: center;
  display: flex;
  margin: 10px 20px 15px;
}

.search-popup .search-container .search-input {
  align-self: center;
  margin-right: 10px;
  width: 270px;
}

.search-popup .search-container .search-input input {
  caret-color: #f16122;
}

.search-popup .search-container .date-range {
  align-self: center;
  border-radius: 10px;
  height: 50px;
}

.search-popup .search-container .cross-icon {
  right: 12px;
  top: 12px;
}

.search-popup .bubble {
  border: 1px solid #f16122;
  border-radius: 80px;
  display: flex;
  margin-left: 20px;
  padding: 7px 11px;
  width: -moz-fit-content;
  width: fit-content;
}

.search-popup .bubble .label {
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 20px;
  margin-right: 9px;
}

.date-range-popup .show-popup-content {
  max-height: 438px;
  min-height: 356px;
}

.date-range-popup-container {
  padding: 40px 20px 20px;
}

.date-range-popup-container .heading {
  color: #222;
  font-family: sspBold;
  font-size: 1.286em;
  line-height: 20px;
  margin-bottom: 29px;
}

.date-range-popup-container .radios-wrapper .date-range-radio-wrapper {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.date-range-popup-container .radios-wrapper .date-range-radio-wrapper label {
  margin-bottom: 20px;
}

.date-range-popup-container
  .radios-wrapper
  .date-range-radio-wrapper
  label
  img {
  margin-right: 10px;
  width: 16px;
}

.date-range-popup-container .radios-wrapper span {
  color: #222;
  font-family: sspRegular;
  font-size: 1em;
  line-height: 20px;
}

.date-range-popup-container .datepicker-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}

.date-range-popup-container .datepicker-wrapper .input-wrapper {
  width: 155px;
}

.date-range-popup-container .footer-section button {
  height: 40px;
}

.transaction-details-wrapper {
  background-color: #f2f5fc;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.transaction-details-wrapper .details-head-section {
  background-color: #fff;
  display: flex;
  gap: 4px;
  padding: 16px 20px 16px 30px;
  width: 100%;
}

.transaction-details-wrapper .details-head-section.sticky-head {
  position: sticky;
  top: 0;
}

.transaction-details-wrapper .details-head-section .head {
  display: flex;
}

.transaction-details-wrapper .details-head-section .head img {
  height: 15px;
  margin: 4px 15px 0 0;
  width: 8px;
}

.transaction-details-wrapper .details-head-section .head p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: sspBold;
  font-size: 1.143em;
  -webkit-line-clamp: 1;
  line-height: 24px;
  margin-right: 10px;
  overflow: hidden;
  word-break: break-all;
}

.transaction-details-wrapper .details-head-section .support-options {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.transaction-details-wrapper .details-head-section .support-options .help-cta {
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
  font-size: 0.857em;
  line-height: 20px;
  margin: 0 0 0 auto;
  text-transform: uppercase;
  white-space: nowrap;
}

.transaction-details-wrapper
  .details-head-section
  .support-options
  .help-cta.more-dots {
  margin-right: 12px;
}

.transaction-details-wrapper .details-head-section .support-options .options {
  cursor: pointer;
  height: 15px;
  margin: 0 4px 0 auto;
}

.transaction-details-wrapper .transaction-data-slider {
  margin: 0;
}

.transaction-details-wrapper .transaction-data-slider .slide {
  height: 100vh;
  position: relative;
}

.transaction-details-wrapper .spam-info {
  background-color: #fdf3dd;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.transaction-details-wrapper .spam-info img {
  margin-right: 6px;
}

.transaction-details-wrapper .spam-info p {
  color: #222;
  font-size: 0.785em;
  line-height: 16px;
}

.transaction-details-container {
  overflow: auto;
}

.transaction-details-container.set-height {
  max-height: calc(100% - 136px);
}

.transaction-details-container .details-header-container {
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 0 20px 20px;
  width: 100%;
}

.transaction-details-container .details-header-container .header-info {
  align-items: center;
  display: flex;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-icon {
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  color: #666;
  display: flex;
  font-family: sspBold;
  font-size: 1.143em;
  height: 40px;
  justify-content: center;
  margin: 0 12px 2px 0;
  width: 40px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-icon
  img {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data {
  margin-top: 10px;
  width: 100%;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one {
  display: flex;
  font-family: sspBold;
  font-size: 1.143em;
  gap: 10px;
  line-height: 22px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one
  .txn-title {
  align-items: center;
  -webkit-box-orient: vertical;
  display: flex;
  width: 65%;
  word-break: break-all;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one
  .txn-title
  img {
  height: 18px;
  margin: 0 0 0 6px;
  vertical-align: middle;
  width: 18px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one
  .amount-details {
  text-align: right;
  white-space: nowrap;
  width: 35%;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one
  .down-arrow {
  padding-left: 6px;
  transform: translateY(-1px);
  transition: all 0.5s ease-in-out 0s;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-one
  .down-arrow.open {
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(180deg);
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .transaction-breakup {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 4px 20px 24px;
  position: absolute;
  right: 20px;
  top: 90px;
  width: 60%;
  z-index: 3;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .transaction-breakup
  .amount-data {
  display: flex;
  margin-top: 20px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .transaction-breakup
  .amount-data
  :first-child {
  font-family: sspRegular;
  font-size: 12px;
  line-height: 20px;
  width: 70%;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .transaction-breakup
  .amount-data
  :last-child {
  font-family: sspBold;
  font-size: 12px;
  line-height: 20px;
  margin-left: auto;
  text-align: right;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .transaction-breakup
  .amount-data
  .discount {
  color: #0ac88f;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-two {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 2px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-two
  .billing-details {
  color: #666;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-two
  .billing-details
  .detail-subtitle {
  line-height: 20px;
  word-break: break-all;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-two
  .billing-details
  .time-stamp {
  font-size: 0.857em;
  line-height: 18px;
}

.transaction-details-container
  .details-header-container
  .header-info
  .txn-data
  .data-two
  .status {
  align-items: center;
  align-self: flex-end;
  background: #11d1ac;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-family: sspBold;
  font-size: 0.857em;
  height: 24px;
  justify-content: center;
  line-height: 18px;
  margin-bottom: 5px;
  padding: 8px;
}

.transaction-details-container
  .details-header-container
  .pending-status-info-strip {
  align-items: flex-start;
  background: #fcf2ec;
  border-radius: 10px;
  display: flex;
  font-size: 0.928em;
  line-height: 18px;
  margin-top: 15px;
  padding: 15px 20px;
}

.transaction-details-container
  .details-header-container
  .pending-status-info-strip
  img {
  height: 14px;
  margin: 2px 9px 0 0;
  width: 14px;
}

.transaction-details-container .details-header-container.apply-top-padding {
  padding-top: 20px;
}

.transaction-details-container .details-header-container.spam {
  padding-top: 5px;
}

.transaction-details-container .td-cashback-wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  margin: 10px 0;
  padding: 20px;
}

.transaction-details-container .td-cashback-wrapper .cashback-logo {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  height: 32px;
  margin-right: 12px;
  width: 32px;
}

.transaction-details-container .td-cashback-wrapper .cashback-details {
  align-items: inherit;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.transaction-details-container
  .td-cashback-wrapper
  .cashback-details
  .cashback-title {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
}

.transaction-details-container
  .td-cashback-wrapper
  .cashback-details
  .cashback-cta {
  color: #ff7845;
  cursor: pointer;
  font-family: sspBold;
  font-size: 0.857em;
  line-height: 18px;
  text-transform: uppercase;
}

.transaction-details-container .other-recharges-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  color: #222;
  margin: 10px 0;
  padding: 20px 0;
}

.transaction-details-container .other-recharges-wrapper .section-title {
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
  margin-left: 20px;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 19px;
  overflow-x: auto;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection
  .other-recharges-item {
  cursor: pointer;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 15.08px;
  margin-right: 28px;
  max-width: 50px;
  text-align: center;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection
  .other-recharges-item:first-child {
  margin-left: 20px;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection
  .other-recharges-item:last-child {
  margin-right: 20px;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection
  .other-recharges-item
  .icon-wrapper {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 6px;
  width: 50px;
}

.transaction-details-container
  .other-recharges-wrapper
  .other-recharges-collection
  .other-recharges-item
  .icon-wrapper
  img {
  max-width: 100%;
}

.transaction-details-container .biller-info-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  font-family: sspBold;
  line-height: 20px;
  margin: 10px 0;
  padding: 20px 18px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item:not(:first-child) {
  margin-top: 18px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .biller-info-heading {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.143em;
  justify-content: space-between;
  line-height: 22px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .biller-info-heading
  .bbps-logo {
  width: 24px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .biller-info-heading
  a {
  color: #ff7845;
  font-size: 0.857em;
  line-height: 17.6px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .biller-info-heading
  .invoice-section {
  align-items: center;
  display: flex;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .biller-info-heading
  .invoice-section
  img {
  border-left: 1px solid #dedede;
  margin-left: 10px;
  padding-left: 10px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper.extra-spacing {
  padding-bottom: 4px;
  padding-top: 4px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper.nowrap {
  flex-wrap: nowrap;
  gap: 0;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-info-logo {
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-right: 12px;
  width: 40px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-info-logo
  img {
  max-width: 100%;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-details {
  display: flex;
  flex-grow: 1;
  gap: 4px;
  justify-content: space-between;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-details
  .left-section
  .title {
  word-break: break-word;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-details
  .sub-title {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 18px;
  text-transform: capitalize;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-details
  .right-section {
  text-align: right;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .biller-details
  .right-section
  .button {
  color: #ff7845;
  cursor: pointer;
  font-size: 0.857em;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section {
  width: calc(50% - 7px);
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section.full-width {
  width: 100%;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-heading {
  color: #666;
  font-family: sspRegular;
  font-size: 0.857em;
  line-height: 18px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail {
  align-items: center;
  display: flex;
  font-size: 1em;
  gap: 4px;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 4px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .section-text-wrapper,
.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .text {
  align-items: center;
  display: flex;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .sub-currency {
  font-family: sspRegular;
  font-size: 0.857em;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .text.expanded {
  -webkit-line-clamp: unset;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .section-text-wrapper
  img {
  height: 17px;
  margin-right: 7px;
  width: 17px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .compliance-logo {
  margin-left: 7px;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .copy-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .info-section-wrapper
  .info-section
  .section-detail
  .action-text {
  color: #ff7845;
  font-family: sspBold;
  font-size: 0.857em;
  line-height: 18px;
  margin-left: 5px;
  white-space: nowrap;
}

.transaction-details-container
  .biller-info-wrapper
  .biller-info-item
  .auto-payment-cta {
  border: 1.2px solid #f74;
  border-radius: 10px;
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
  font-size: 1em;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 1px;
  text-transform: uppercase;
  width: 100%;
}

.transaction-details-container .footer-section {
  background: transparent;
  background: #fff;
  bottom: 0;
  display: flex;
  filter: drop-shadow(0 -5px 8px rgba(0, 0, 0, 0.05));
  height: 80px;
  padding: 20px;
  position: absolute;
  width: 100%;
}

.transaction-details-container .footer-section button {
  border: 1.2px solid #f74;
  border-radius: 10px;
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
  height: 40px;
  width: 100%;
}

.transaction-details-container .footer-section .multi-cta {
  cursor: pointer;
  margin-right: 10px;
}

.transaction-details-container .txn-status {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 18px 20px 24px;
  transition: ease-in;
}

.transaction-details-container .txn-status .status-header {
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 22px;
  margin-bottom: 20px;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress {
  padding-left: 36px;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item:not(:last-child) {
  height: unset;
  min-height: 35px;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item:not(:last-child):before {
  border-left: 1px dashed #11d1ac;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item
  .status-item-text {
  font-family: sspRegular;
  line-height: 20px;
  transform: translate(-5px, -3px);
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item
  .status-item-sub-text {
  color: #666;
  font-size: 0.857em;
  line-height: 18px;
  transform: translate(-5px, -7px);
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item.success:after {
  background-image: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/transactionsHistory/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  left: -37px;
  width: 16px;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item.failure:after {
  background-image: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/transactionsHistory/cancel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  left: -37px;
  width: 16px;
}

.transaction-details-container
  .txn-status
  .status-layout-container
  .status-progress
  .status-item.pending:after {
  background-image: url(https://pwa-cdn.freecharge.in/pwa-static/pwa/images/transactionsHistory/processing.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  left: -37px;
  width: 16px;
}

.transaction-details-container .powered-by {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  padding: 27px;
}

.transaction-details-container.complete-height {
  max-height: calc(100vh - 56px);
}

.options-container {
  padding: 20px 20px 24px;
}

.options-container .close-icon {
  float: right;
}

.options-container .heading {
  font-family: sspBold;
  font-size: 1.143em;
  margin: 15px 0 26px;
}

.options-container .option {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.options-container .option .icon {
  height: 17px;
  width: 17px;
}

.options-container .option p {
  line-height: 24px;
  margin-left: 12px;
}

.options-container .option .forward {
  height: 10px;
  margin-left: auto;
}

.options-container hr {
  margin: 10px 0;
  opacity: 0.2;
}

.options-popup .show-popup-content {
  border-radius: 20px 20px 0 0;
  max-height: 170px;
  min-height: 120px;
}

.details-unavailable {
  align-items: center;
  display: flex;
  height: 70vh;
  justify-content: center;
  text-align: center;
}

.details-unavailable img {
  height: 106px;
  margin-bottom: 22px;
  width: 127px;
}

.details-unavailable .center-section .label-1 {
  font-family: sspBold;
  font-size: 1.429em;
  line-height: 26px;
  margin-bottom: 4px;
}

.details-unavailable .center-section .label-2 {
  color: #666;
  font-family: sspRegular;
}

.details-unavailable.utility-section {
  height: 245px;
}

.details-unavailable.utility-section img {
  height: 87px;
  margin-bottom: 8px;
  width: 97px;
}

.details-unavailable.utility-section .label-1,
.details-unavailable.utility-section .label-2 {
  margin-bottom: 8px;
}

.details-unavailable .go-home,
.details-unavailable .retry-button {
  color: #f74;
  cursor: pointer;
  font-family: sspBold;
  line-height: 20px;
  text-transform: uppercase;
}

.details-unavailable .go-home {
  bottom: 35px;
  position: absolute;
}

@media (max-width: 400px) {
  .transaction-details-container .section-detail .section-text-wrapper img {
    margin-top: -16px;
  }

  .transaction-details-container .section-detail .section-text-wrapper .text p {
    word-break: break-word;
  }
}

@keyframes emerge {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .transaction-details-wrapper .details-head-section.scrolled {
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.05));
  }
}

@media (min-width: 1025px) {
  .header-section {
    align-items: center;
    display: flex;
    margin-bottom: 19px;
  }

  .header-section .transactions-heading {
    color: #222;
    font-family: sspBold;
    font-size: 1.286em;
    padding: 15px 0;
  }

  .header-section .upi-container {
    background-color: #fff;
    margin: 0 0 0 auto;
  }

  .balances-segment {
    margin-bottom: 20px;
  }

  .balances-segment .transaction-utility-wrapper {
    border-radius: 20px;
  }

  .head-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
  }

  .head-section .payment-heading {
    color: #222;
    font-family: sspBold;
    font-size: 1.286em;
  }

  .head-section .bbps-transaction-header-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .head-section .bbps-transaction-header-info .left-items {
    align-items: center;
    display: flex;
  }

  .head-section .bbps-transaction-header-info .left-items .back-icon {
    cursor: pointer;
  }

  .head-section
    .bbps-transaction-header-info
    .left-items
    .bill-payment-heading {
    font-family: sspBold;
    font-size: 1.286em;
    line-height: 30px;
    margin-left: 16px;
    margin-right: 15px;
  }

  .head-section .bbps-transaction-header-info .bbps-logo {
    height: 18px;
    width: 54px;
  }

  .head-section .right-items {
    align-items: center;
    display: flex;
  }

  .head-section .right-items .search {
    cursor: pointer;
  }

  .head-section
    .right-items
    .search-transaction-tooltip
    .tooltip-content-wrapper
    .tooltip {
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    height: 48px;
    padding: 16px 15px;
  }

  .head-section .right-items .filter-icon {
    cursor: pointer;
    margin-left: 21px;
  }

  .bill-payment-filter .search-container .search-input input {
    caret-color: #f16122;
    height: 40px;
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 0px 13px;
  }

  .bill-payment-filter .search-container .search-input .cross-icon {
    right: 12px;
    top: 8px;
  }

  .bill-payment-filter .date-range-container {
    position: relative;
    width: 250px;
  }

  .bill-payment-filter .date-range-container .date-range-info {
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 8px 6px 8px 10px;
  }

  .bill-payment-filter .date-range-container .date-range-info .metadata {
    align-items: center;
    display: flex;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-info
    .metadata
    .date-icon {
    margin-right: 10px;
  }

  .bill-payment-filter .date-range-container .date-range-info .cross-icon {
    height: 24px;
    width: 24px;
  }

  .bill-payment-filter .date-range-container .date-range-popup {
    animation: fadeIn 0.2s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 20px 20px 16px;
    position: absolute;
    right: -20px;
    top: calc(100% + 5px);
    width: 360px;
    z-index: 2;
    box-shadow: 0 4px 15px 0 rgba(34, 34, 34, 0.15);
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-close-icon {
    cursor: pointer;
    height: 24px;
    margin-left: 95%;
    width: 24px;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-container
    .heading {
    font-family: sspBold;
    font-size: 1.143em;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-container
    .datepicker-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-container
    .datepicker-wrapper
    .input-wrapper {
    width: 155px;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-container
    .datepicker-wrapper
    .input-wrapper
    label {
    font-family: sspRegular;
    font-size: 0.857em;
    line-height: 20px;
  }

  .bill-payment-filter
    .date-range-container
    .date-range-popup
    .form-container
    .cta-section
    button {
    height: 40px;
  }

  .transactions-table-container {
    background: #fff;
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.03);
  }

  .transactions-table-container .no-transaction {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 102px;
  }

  .transactions-table-container .no-transaction img {
    height: 100px;
    margin: 0 0 18px;
    width: 160px;
  }

  .transactions-table-container .transactions-table {
    color: #5c5c5c;
    overflow: visible;
    text-align: left;
    width: 100%;
  }

  .transactions-table-container .transactions-table th {
    background: #fbfbfb;
    color: #222;
    font-family: sspBold;
    font-size: 1em;
    padding: 20px 10px;
  }

  .transactions-table-container .transactions-table th:last-of-type {
    padding-right: 30px;
    text-align: center;
  }

  .transactions-table-container .transactions-table th:first-of-type {
    padding-left: 30px;
  }

  .transactions-table-container .transactions-table .transaction-item {
    overflow: visible;
    padding: 0 20px;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item:last-of-type
    td {
    border-bottom: none;
  }

  .transactions-table-container .transactions-table .transaction-item td {
    border-bottom: 1px solid #eee;
    line-height: 18px;
    max-width: 30vh;
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td.timestamp {
    color: #5c5c5c;
  }

  .transactions-table-container .transactions-table .transaction-item td,
  .transactions-table-container .transactions-table .transaction-item td.status,
  .transactions-table-container
    .transactions-table
    .transaction-item
    td.timestamp {
    font-size: 1em;
  }

  .transactions-table-container .transactions-table .transaction-item td.amount,
  .transactions-table-container
    .transactions-table
    .transaction-item
    td.status {
    font-family: sspBold;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td.amount {
    color: #222;
    font-size: 1.143em;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td:last-of-type {
    padding-right: 30px;
    text-align: center;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td:first-of-type {
    padding-left: 30px;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td.txn-title {
    color: #222;
    padding: 20px 20px 20px 0;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td.txn-id {
    max-width: 25vh;
    word-break: break-all;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    td
    .label {
    display: inline-block;
    font-family: sspBold;
    font-size: 1em;
    vertical-align: middle;
    white-space: normal;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    .txn-icon {
    border-radius: 50%;
    color: #666;
    display: inline-block;
    font-family: sspBold;
    font-size: 1.143em;
    height: 40px;
    vertical-align: middle;
    width: 40px;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    .txn-icon
    img {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    .txn-icon
    p {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    height: 40px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 40px;
  }

  .transactions-table-container
    .transactions-table
    .transaction-item
    .txn-icon
    .verified {
    border: none;
    height: 16px;
    width: 16px;
    transform: translate(25px, -16px);
  }

  .transactions-table-container .transactions-table .need-help-button {
    border: none;
    box-shadow: none;
    color: #e3714d;
    cursor: pointer;
    font-family: sspBold;
    font-size: 0.857em;
    height: 45px;
    text-transform: uppercase;
    background: none;
  }

  .filter-popup .pop-up {
    border-radius: 20px 0 0 20px;
    margin-left: auto;
    min-height: 100vh;
    width: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: emerge;
    animation-timing-function: linear;
  }

  .filter-popup .pop-up .transactions-filter-wrapper .footer-section {
    position: absolute;
  }

  .filter-popup .date-picker-container,
  .filter-popup .filter-pill,
  .filter-popup .pop-up .transactions-filter-wrapper .back-icon-img {
    cursor: pointer;
  }

  .transaction-details-wrapper {
    background-color: #f2f5fc;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .transaction-details-wrapper .close-icon {
    background-color: #fff;
    display: flex;
    padding: 15px 20px 0 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .transaction-details-wrapper .close-icon img {
    cursor: pointer;
    height: 12px;
    margin-left: auto;
  }

  .transaction-details-wrapper .details-head-section {
    position: sticky;
    top: 27px;
    z-index: 1;
  }

  .transaction-details-wrapper .transaction-data-slider {
    margin: 0;
  }

  .transaction-details-wrapper .transaction-data-slider .slide {
    height: auto;
  }

  .transaction-details-wrapper .transaction-details-container.complete-height {
    max-height: calc(100% - 83px);
  }

  .transaction-details-wrapper .transaction-details-container.with-cta {
    max-height: calc(100% - 163px);
  }

  .transaction-details-wrapper
    .transaction-details-container
    .biller-info-wrapper
    .biller-info-item
    .biller-info-heading
    .bbps-logo {
    width: 30px;
  }

  .transaction-utility-wrapper {
    font-family: sspBold;
  }
}

.transaction-item td {
  border: none;
}

.bill-payment-filter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}

.gnaymJ {
  appearance: none;
  background-color: rgb(249, 249, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-radius: 10px;
  color: rgb(34, 34, 34);
  font-family: sspBold;
  font-size: 16px;
  line-height: 14px;
  padding: 14px 0px 14px 43px;
  width: 100%;
}

.search-wraper {
  display: flex;
  gap: 15px;
}

.search-input {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.account-container .desktop-header {
  font-family: sspBold;
  font-size: 1.714em;
  line-height: 30px;
  padding: 0px 0px 33px;
}

.bank-accounts-container .bank-entry-section {
  background-color: #fff;
  flex: auto;
  border-radius: 11px;
}

@media (min-width: 768px) {
  .bank-accounts-container
    .bank-entry-section
    .bank-entry-form-heading.new-account {
    font-size: 1.286em;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .bank-accounts-container .bank-entry-section .bank-entry-form-heading {
    font-size: 1.714em;
    line-height: 30px;
    margin-bottom: 19px;
  }
}

.bank-accounts-container .bank-entry-section .bank-entry-form-heading {
  color: #222;
  font-family: sspBold;
  font-size: 1.143em;
  line-height: 24px;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .bank-accounts-container .bank-entry-section .bank-account-form-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .bank-accounts-container
    .bank-entry-section
    .bank-account-form-wrapper
    .bank-entry-form {
    flex: 2 1;
    margin-right: 38px;
    max-width: 661px;
  }
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper {
  margin-bottom: 25px;
}

.AeIlZ {
  display: block;
  position: relative;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper p {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 20px;
}

.zIslH {
  color: rgb(34, 34, 34);
  font-family: sspBold;
  font-size: 14px;
  margin: 0px 0px 6px 10px;
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .input-wrapper
  input {
  background-color: #fff;
  color: #5c5c5c;
  font-family: sspBold;
}

.lfrTwo {
  appearance: none;
  background-color: rgb(249, 249, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-radius: 10px;
  color: rgb(34, 34, 34);
  font-family: sspBold;
  font-size: 16px;
  line-height: 14px;
  padding: 14px 0px 14px 13px;
  width: 100%;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper {
  margin-bottom: 25px;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper p {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 20px;
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .input-wrapper
  input {
  background-color: #fff;
  color: #5c5c5c;
  font-family: sspBold;
}

.lfrTwo {
  appearance: none;
  background-color: rgb(249, 249, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-radius: 10px;
  color: rgb(34, 34, 34);
  font-family: sspBold;
  font-size: 16px;
  line-height: 14px;
  padding: 14px 0px 14px 13px;
  width: 100%;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper {
  margin-bottom: 25px;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper p {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 20px;
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .input-wrapper
  input {
  background-color: #fff;
  color: #5c5c5c;
  font-family: sspBold;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper {
  margin-bottom: 25px;
}

.bank-accounts-container .bank-entry-section .bank-entry-form .input-wrapper p {
  color: #222;
  font-family: sspBold;
  font-size: 1em;
  line-height: 20px;
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .input-wrapper
  input {
  background-color: #fff;
  color: #979797;
  font-family: sspBold;
  border-radius: 10px;
  width: 349px;
  margin: 0px 4px;
}

@media (min-width: 768px) {
  .bank-accounts-container
    .bank-entry-section
    .bank-account-form-wrapper
    .submit-bank-details-btn-container {
    margin-top: 30px;
  }
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .submit-bank-details-btn-container
  .save-bank-details-btn:disabled {
  cursor: auto;
}

@media (min-width: 768px) {
  .bank-accounts-container
    .bank-entry-section
    .bank-account-form-wrapper
    .submit-bank-details-btn-container
    .save-bank-details-btn {
    height: 54px;
  }
}

.bank-accounts-container
  .bank-entry-section
  .bank-entry-form
  .submit-bank-details-btn-container
  .save-bank-details-btn {
  height: 50px;
  line-height: 20px;
  text-transform: uppercase;
}

.cQpYmq {
  color: rgb(255, 255, 255);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: rgb(174, 174, 174);
  border: none;
  border-radius: 10px;
  font-family: sspBold;
  font-size: 16px;
  height: 54px;
}

.cQpYmq::after {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  width: 5%;
}

@media (min-width: 768px) {
  .feature-wrapper {
    flex: 1 1;
    max-width: 260px;
  }
}

@media (min-width: 768px) {
  .feature-wrapper .feature-header {
    font-family: sspBold;
    font-size: 1.286em;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .feature-wrapper .feature-item {
    display: flex;
    font-size: 1em;
    line-height: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .feature-wrapper .feature-item img {
    margin-right: 12px;
  }
}

.lfrTwo {
  appearance: none;
  background-color: rgb(249, 249, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-radius: 10px;
  color: rgb(34, 34, 34);
  font-family: sspBold;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 0px 14px 13px;
  width: 100%;
}

@media (min-width: 768px) {
  .account-container {
    border-radius: 15px;
    margin: 0 auto auto 0;
    /* overflow-y: auto; */
    /* padding: 35px; */
    /* box-shadow: 0 0 20px 0 hsla(0, 0%, 94%, 0.6); */
  }
}

.cus-form-flex-area {
  display: flex;
  justify-content: space-between;
}

.cus-3flex {
  width: 198px !important;
  background-color: #f1f1f1 !important;
}

.cus-image-wrapper-area img {
  width: 145px;
  height: 145px;
  border-radius: 92px;
  border: 2px solid #dbdbdb;
  padding: 6px;
}

.cus-entry-form-wrapper {
  position: relative;
}

.cus-column-75 {
  width: 75%;
}

.cus-column-25 {
  width: 25%;

  text-align: center;
}

.cus-kyc-btn {
  display: block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 27px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.cus-kyc-btn {
  background: #0077b6 !important;
  color: white !important;
}

.cus-kyc-btn-outline-primary {
  color: white;
  border-color: white;
}

.cus-kyc-btn-outline-secondary {
  border-color: #0077b6 !important;
  color: white !important;
  width: 100%;
}

.cus-kyc-btn-outline-success {
  border-color: #0077b6 !important;
  color: white !important;
}

.cus-kyc-btn-outline-info {
  border-color: #0077b6 !important;
  color: white !important;
}

.sc-wattetButton {
  padding: 10px 20px;
  background-color: #89909a;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  transition: background 0.3s;
}

.sc-wattetButton:hover {
  background-color: #d4d9df;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 1100px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  /* THIS is important */
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.table-scroll-container {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.page-item button {
  border: 1px solid #e5e5e5;
  padding: 6px 12px;
}

.page-item div {
  padding: 6px 12px;
  line-height: 15px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
}

.btn-sm {
  padding: 6px 20px;
  background: #bdc7c9;
}

.loader {
  display: flex;
  justify-content: center;
}

.popup-overlay-paymentGate {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-paymentGate {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 320px;
}

.popup-paymentGate h2 {
  margin-bottom: 10px;
}

.popup-paymentGate button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}
.custom-blog-slider .slick-slide {
  padding: 0 12px; /* gap between cards */
}

.custom-blog-slider .slick-list {
  margin: 0 -12px; /* compensate padding */
}

.custom-blog-slider .blog-card {
  max-width: 400px; /* control card width */
  /* margin: auto; */
}

.custom-blog-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.custom-blog-slider .slide {
  display: flex !important;
  justify-content: center;
}

input::placeholder {
  color: black;
  font-size: 14px;
}
.loginOtp {
  font-size: medium;
  color: #0075b3;
  text-align: center;
}

.cus-main-opreator .css-13cymwt-control {
  border: 1px solid #0429b2;
  border-radius: 11px;
  margin-top: 6px;
}
.bg-dark {
  background: #0029b5 !important;
  color: #fff;
  font-family: sspRegular;
  font-size: 1.1em;
  line-height: 28px;
}
.nav-item .nav-link div {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.nav-item .nav-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.8px;
}

.nav-item .nav-link div img {
  width: 50px;
}
.left-arrow {
  left: -17px;
  position: absolute;
  top: 46px;
  background: #fff;
  padding: 6px 6px;
  border-radius: 22px;
  width: 31px;
  height: 31px;
}

.right-arrow {
  right: -11px;
  position: absolute;
  top: 46px;
  background: #fff;
  padding: 6px 6px;
  border-radius: 22px;
  width: 31px;
  height: 31px;
}

.tab-scroller {
  overflow: hidden;
}

.tab-scroller .nav::-webkit-scrollbar {
  display: none;
}

.tab-scroller .nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-scroller ul {
  flex-wrap: nowrap;
}

.service-name {
  white-space: nowrap;
}

.tab-scroller .nav-pills {
  gap: 25px;
  padding: 5px 0px;
}
.active-tab {
  color: #ffffff !important;
}

.active-tab div {
  background: #d3d90d !important;
}

.active-tab .service-name {
  font-weight: 600;
}

.nav-item .nav-link.active-tab .service-name {
  color: #fff;
}

.cus-last-field {
  margin-top: 17px;
}

.desktop-operators-main-header img {
  max-height: 276px;
  position: absolute;
  right: 200px !important;
  top: 364px !important;
  width: 500px !important;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.desktop-operators-main-header-dth img {
  max-height: 276px;
  position: absolute;
  right: 50px !important;
  top: 50px !important;
  width: 500px !important;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.desktop-operators-main-header-cusdth img {
  max-height: 276px;
  position: absolute;
  right: 200px !important;
  top: 380px !important;
  width: 500px !important;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.form-submit-btn {
  transition: all 0.3s ease;
}

.form-submit-btn:disabled {
  background-color: #d3d3d3;
  color: #666;
  border-color: #d3d3d3;
  cursor: not-allowed;
}

.cus-user-menu:disabled {
  opacity: 0.5;
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #dee2e6;
  cursor: not-allowed;
}

.cus-responce-h1 h1 {
  font-size: 14px;
  margin-top: 10px;
}

.response-text-cus {
  color: #ff7744;
}

.bbps-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.bbps-wrapper {
  width: 760px;
  max-height: 96vh;
  /* overflow-y: auto; */
  background: #fff;
  /* border: 3px solid #7a3fb4; */
  border-radius: 14px;
  padding: 12px 26px;
  position: relative;
}
.bbps-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.bbps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.bbps-phonepe {
  height: 40px;
}

.bbps-right img {
  height: 44px;
  margin-right: 19px;
}

.bbps-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bbps-table {
  border-top: 1px solid #ddd;
}

.bbps-row {
  display: grid;
  grid-template-columns: 270px 20px auto;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}

.bbps-label {
  color: #555;
}

.bbps-colon {
  text-align: center;
}

.bbps-value {
  color: #222;
  position: relative;
  left: 30px;
}

.success {
  color: #2e7d32;
  font-weight: 600;
}

.bbps-note {
  margin-top: 18px;
  font-size: 13px;
  color: #333;
}

.bbps-warning {
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

.bbps-footer {
  margin-top: 18px;
  font-size: 11px;
  color: #888;
}

.print-button {
  position: absolute;
  right: 17px;
  bottom: 12px;
}

.print-button button {
  background: #0a81de;
  padding: 6px 17px;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}
.bbps-header .bbps-left img {
  width: 60px;
}

.bank-entry-form {
  padding: 20px 30px;
}

.cus-image-wrapper-area {
  position: relative;
}

.cus-image-wrapper-area .sc-bf9dbd6b-1 {
  position: absolute;
  top: 2rem;
  left: 5rem;
}
@media print {
  @page {
    size: auto;
    margin: 10mm;
  }

  body * {
    visibility: hidden;
  }

  .bbps-wrapper,
  .bbps-wrapper * {
    visibility: visible;
  }

  .bbps-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    overflow: visible !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .bbps-row {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .bbps-header,
  .bbps-table,
  .bbps-footer,
  .bbps-note,
  .bbps-warning {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .bbps-close,
  .print-button {
    display: none !important;
  }

  .bbps-popup-overlay {
    position: static !important;
    background: none !important;
  }
}

.action-btn {
  padding: 5px 10px;
  border: none;
  background: #0077b6;
  color: #fff;
  cursor: pointer;
}

.action-dropdown {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: 160px;
  z-index: 10;
}

.dropdown-item {
  padding: 8px 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background: #f2f2f2;
}

.status-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.status-success {
  background-color: #28a745;
}

.status-failed {
  background-color: #dc3545;
}

.status-pending {
  background-color: #ffc107;
  color: #000;
}
.refund-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background-color: #6c757d;
  color: #fff;
  white-space: nowrap;
}
.search-input select {
  /* caret-color: #f16122; */
  height: 40px;
  width: 100%;
  background: #f1f1f1;
  border: none;
  padding: 0px 12px;
}
.complaint-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.complaint-modal {
  background: #fff;
  width: 380px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.25s ease;
}

@keyframes popupFade {
  from {
    transform: translateY(-15px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.complaint-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* .close-btn {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
} */

.complaint-body {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.complaint-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.btn-submit {
  background: #0077b6;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #005f8e;
}

.close-btn-complain {
  background: #89909a;
  border: none;
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}
.close-btn-complain-1 {
  background: #89909a;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.cus-from-date label {
  margin-left: 11px;
}

.cus-form-pad {
  padding: 10px 0px !important;
}

.cus-main-content-2 {
  padding: 8px 0px !important;
}

/* .cus-desk-058
{
      margin: 0px -16px 25px!important;
} */

.cus-opt-058 {
  bottom: 7px !important;
}

.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.rs-breadcrumbs.img4 {
  background: url(/assets/pwa-static/pwa/images/inner-bg.jpg);
  background-position: center top;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 80px 0 80px;
}

.text-center {
  text-align: center !important;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 5px;
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.pb-60 {
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}

.project-con p,
#privacy p,
#privacy ul li,
#privacy-hindi p,
#privacy-hindi ul li {
  font-size: 16px;
  color: #454545;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
}
.project-con h4,
#privacy h6,
#privacy-hindi h6 {
  color: #101010;
  margin: 17px 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}

.lower-disc-list {
  margin: 15px 0;
}

.lower-disc-list li {
  padding-bottom: 10px;
}

.tab {
  background-color: transparent;
  padding: 11px;
  border: 0;
  margin-right: 10px;
}

.tab.active {
  color: #495057;
  background-color: #fff;
  border-color: 1px solid #dee2e6;
}
