.main-bg {
  background-image: linear-gradient(to right, #3cc2a5, #1e6daa) !important;
}

/* .main-bg{
    background-image: url("../public/images/background/bg.jpeg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  } */

@keyframes scroll {
  0% {
    background: #d3d1cb;
  }
  100% {
    background: transparent;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:focus {
  background: #d3d1cb;
}

::-webkit-scrollbar-thumb:hover {
  background: #b6b5b1;
}

body {
  font-family: "SF Pro Display", sans-serif;
}

.home-card {
  transition: all 0.3s ease-in-out;
}

.home-card-image {
  border: 1.5px solid #e0e0e0 !important;
}

.home-card:hover {
  transform: scale(1.04);
}

.home-card:hover .home-card-image {
  border: 1.5px solid #038175 !important;
}

.hero-content {
  margin-block-start: -2vw;
}

.tab-gaps {
  block-size: 10vw !important;
}

.tab-gaps .v-tab {
  margin-block: 0.1vw !important;
  margin-inline: 0.8vw !important;
}

.tab-gaps .v-btn {
  border: #868fa0 0.2vw solid !important;
  background-color: #fff !important;
  block-size: 10vw !important;
  box-shadow: none !important;
}

.tab-gaps .v-btn h5 {
  color: #a4b1c9 !important;
}

.tab-gaps .v-btn h3 {
  color: #868fa0 !important;
}

.tab-gaps .v-tab--selected {
  border: #038175 0.2vw solid !important;
  background-color: #e7f6ec !important;
  box-shadow: none !important;
}

.tab-gaps .v-tab--selected h3 {
  color: #038175 !important;
}

.tab-gaps .v-tab--selected h5 {
  color: #81c0ba !important;
}

.tab-gaps .v-tab--selected svg path {
  fill: #038175 !important;
}

.tab-gaps svg {
  margin-block: 1vw 1.5vw !important;
}

.disabled-image {
  cursor: not-allowed;
  opacity: 0.5;
}

.disabled-link {
  pointer-events: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  display: flex;
  flex: 1;
  padding-block: 2vw;
  padding-inline: 7vw;
  width: 100%;
  padding-block-end: 10vw;
  background-color: #ebf0fa;
}

.logoHead {
  margin-block-start: 1.5vw;
  block-size: 6vw;
  inline-size: 26vw;
  width: 14vw;
  height: auto;
  object-fit: fill;
}

.hero-title {
  margin-top: 5vw;
  font-size: 10vw;
  line-height: 11vw;
  z-index: 1;
}

.endAction {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -9vw;
}
.hero-text {
  margin-top: 50px;
  font-size: 100px !important;
  line-height: 110px !important;
  z-index: 1;
  
}

.info-card {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 30px 30px 40px 30px !important;
  align-self: center !important;
  border-radius: 10px;
  margin-top: 100px;
}

.circleTick {
  border-radius: 100px;
  background-color: #fff;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 15px;
}

.auth-card-v2 {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

.tabPayment {
  width: 55px !important;
}

.no-active-effect.v-btn--is-active,
.no-active-effect.v-btn:active {
  background-color: transparent !important;
  box-shadow: none !important;
}

.navItem {
  margin-inline: 10px !important;
  background-color: #ebf0fa;
  color: #000 !important;
  width: 95% !important;
}

.qrSection {
  width: 120% !important;
}

.slogan {
  margin-top: 170px;
}

.payment-logos {
  height: 60px;
  width: auto;
}

.px-body {
  padding-inline: 6% !important;
}

.pcNav {
  padding-inline: 4% !important;
}

.signupLogo {
  display: flex;
  height: 140px;
  width: 90px;
}

.signup {
  display: flex !important;
  max-height: 100vh !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-y: auto !important;
}

.quickCard {
  border-radius: 10px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quickCard:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

/* loader */
.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

/* .mini-card-text {
  white-space: nowrap; 
  width: 198px; 
  overflow: hidden;
  text-overflow: ellipsis; 
} */

.swiper-button-prev,
.swiper-button-next {
  display: block !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-disabled {
  opacity: 0 !important;
}

.white-background {
  background-color: white;
}

.big-searchbox {
  font-size: 1.5em;
  padding: 1em;
}

.glass-bg {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.filterbox .v-input .v-input__control {
  height: 3rem;
}

.filterbox .v-input .v-input__control input {
  margin-top: 5px;
}

.filterbox
  .v-input
  .v-input__control
  .v-autocomplete__selection
  .v-autocomplete__selection-text {
  margin-top: 5px;
}

.filterbox-text .v-input__control {
  height: 3rem;
}

.filterbox-text .v-input__control .v-field__input input {
  margin-top: 10px;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #1aa395;
    box-shadow: 0 0 0 0 rgba(178, 252, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #037469;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #1aa395;
    box-shadow: 0 0 0 0 rgba(178, 252, 252, 0.7);
  }
}

@media only screen and (max-width: 1600px) {
  .hero-text {
    margin-top: 30px;
    font-size: 80px !important;
    line-height: 85px !important;
    z-index: 1;
    text-wrap: nowrap;
  }
  

  .logoHead {
    margin-block-start: 1.5vw;
    block-size: 6vw;
    inline-size: 26vw;
    width: 12vw;
    height: auto;
    object-fit: fill;
  }

  .info-card {
    padding: 25px !important;
    align-self: center !important;
    border-radius: 10px;
    margin-top: 25px;
  }

  .px-body {
    padding-inline: 6% !important;
  }

  .endAction {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -10vw;
  }

  .tabPayment {
    width: 55px !important;
  }

  .slogan {
    margin-top: 60px;
  }

  .signupLogo {
    margin-top: 150px;
  }

  .signup {
    display: flex !important;
    max-height: 100vh !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow-y: auto !important;
  }
}

@media only screen and (min-width: 1260px) and (max-width: 1440px) {
  .hero-text {
    margin-top: 100px;
    font-size: 80px !important;
    line-height: 90px !important;
    z-index: 1;
    text-wrap: nowrap;
  }

  .logoHead {
    margin-block-start: 1.5vw;
    block-size: 6vw;
    inline-size: 26vw;
    width: 12vw;
    height: auto;
    object-fit: fill;
  }

  .info-card {
    padding: 25px 60px !important;
    align-self: center !important;
    border-radius: 10px;
    margin-top: 30px;
  }

  .info-card h4 {
    font-size: 10px;
    line-height: 12px;
  }

  .info-card span {
    font-size: 10px;
    line-height: 12px;
  }

  .circleTick {
    border-radius: 100px;
    background-color: #ff8282;
    height: 38px;
    width: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
  }

  .endAction {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -12vw;
  }

  .tabPayment {
    width: 55px !important;
  }

  .px-body {
    padding-inline: 6% !important;
  }

  .footGov {
    height: 60px;
    margin-block-end: -14px;
    margin-block-start: 14px;
  }

  .signupLogo {
    margin-top: 240px !important;
  }

  .signup {
    display: flex !important;
    max-height: 100vh !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow-y: auto !important;
  }

  .payment-logos {
    height: auto;
    width: 100%;
  }

  .slogan {
    margin-top: 135px !important;
  }
}

@media only screen and (max-width: 1260px) {
  .hero-text {
    font-size: 80px !important;
    line-height: 90px !important;
    z-index: 1;
    margin-top: 50px;
    text-wrap: wrap;
  }

  .logoHead {
    margin-block-start: 1.5vw;
    block-size: 6vw;
    inline-size: 26vw;
    width: 12vw;
    height: auto;
    object-fit: fill;
  }

  .slogan {
    margin-top: 100px !important;
  }

  .info-card {
    padding: 25px 60px !important;
    align-self: center !important;
    border-radius: 10px;
    margin-top: 30px;
  }

  .info-card h4 {
    font-size: 10px;
    line-height: 12px;
  }

  .info-card span {
    font-size: 10px;
    line-height: 12px;
  }

  .circleTick {
    border-radius: 100px;
    background-color: #ff8282;
    height: 38px;
    width: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
  }

  .endAction {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -80px;
  }

  .tabPayment {
    width: 55px !important;
  }

  .px-body {
    padding-inline: 6% !important;
  }

  .footGov {
    height: 60px;
    margin-block-end: -14px;
    margin-block-start: 14px;
  }

  .signupLogo {
    margin-top: 240px !important;
  }

  .signup {
    display: flex !important;
    max-height: 100vh !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow-y: auto !important;
  }

  .payment-logos {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-content {
    margin-block-start: 1.8vw;
  }

  .hero-content h1 {
    font-size: 1.4vw;
    line-height: 2.8vw;
    text-align: center;
  }

  .hero {
    display: flex;
    justify-content: center;
    padding: 0vw 0vw 0vw 0vw;
    background-color: #ebf0fa;
    width: 100%;
  }

  .logoHead {
    height: auto;
    width: 36vw;
    object-fit: fill;
    margin-top: 0vw;
  }

  .logoHead-container {
    display: flex;
    justify-content: center;
  }

  .text-sub {
    text-align: center !important;
  }

  .btnPay {
    text-align: center !important;
  }

  .endAction {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -30px;
  }

  .v-row {
    margin: 0px !important;
  }

  .info-card {
    padding: 25px 60px !important;
    align-self: center !important;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-inline: 10px !important;
  }

  .info-card h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .info-card span {
    font-size: 16px;
    line-height: 18px;
  }

  .circleTick {
    border-radius: 100px;
    background-color: #ff8282;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
  }

  .service_card {
    height: 100px !important;
    border-radius: 10px !important;
  }
  .btnNext {
    width: 100% !important;
  }

  .btnPrevious {
    width: 100% !important;
    margin-top: 55px !important;
  }

  .btnTemplate {
    width: 100% !important;
    margin-block: -70px !important;
  }

  .tabPayment {
    height: 300px !important;
  }

  .auth-card-v2 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .hedings {
    font-size: 10px !important;
    line-height: 12px !important;
    text-align: left !important;
  }

  .tab-gaps {
    block-size: 22vw !important;
  }

  .v-btn--stacked.v-btn--size-default {
    padding: 30px 16px !important;
  }

  .px-body {
    padding-inline: 2% !important;
  }
  .payment-logos {
    height: auto;
    width: 80%;
  }

  .footGov {
    height: 50px;
    margin-block-end: -36px;
  }

  .signupLogo {
    margin-top: 200px;
  }

  .signup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-text {
    font-size: 60px !important;
    line-height: 90px !important;
    z-index: 1;
    margin-top: 50px;
    text-wrap: wrap;
  }

}

@media only screen and (max-width: 480px) {
  .signupLogo {
    margin-top: 0px !important;
  }

  .signup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .payment-logos {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .signupLogo {
    margin-top: 80px !important;
  }

  .signup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-text {
    font-size: 60px !important;
    line-height: 90px !important;
    z-index: 1;
    margin-top: 50px;
    text-wrap: wrap;
  }
}


/* apple device fix */
@media (max-width: 799px) {
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  main {
    overflow-x: clip;
    overflow-y: auto;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    margin: 0;
  }
}
