
@font-face {
    font-family: Roboto Condensed;
    src: local("Roboto Condensed"),url(../fonts/roboto-condensed-regular.woff2) format("woff2"),url(../fonts/roboto-condensed-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto"),url(../fonts/roboto-regular.woff2) format("woff2"),url(../fonts/roboto-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Medium"),url(../fonts/roboto-medium.woff2) format("woff2"),url(../fonts/roboto-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;
              font-family: Roboto, Helvetica Neue, Arial, sans-serif;
font-size: 16px;
display: flex;
flex-direction: column;
min-height: 100vh ;
height: 100%;

 
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

header img{

  width: 129px;
  height: 32px;
}

.container{

  max-width: 1320px;
  padding: 12px 24px;
  display: flex;
  gap: 32px;
  margin: 0 auto;
}


header{
  background: #fff;
}

.flex{
  display: flex;
  align-items: center;
      color: #00857a;
}

.flex svg{
          height: 1lh;
        width: 1lh;
}
body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: left;
    background-color: #f9f9f9;
    justify-content: space-between;
}
body {
    background-image: linear-gradient(302deg, #00857a, #005e5d);
    background-attachment: fixed;
}
html, body {
    height: 100%;
}

.main{
  flex: 1;
}

.form{
  box-shadow: 0 2px 2px #22222214 ;
  background: #fff;
  max-width: 410px;
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 64px ;
  margin-bottom: 64px ;
}

.re_fresh{
  cursor: pointer;
}

.tab{
      align-items: center;
    background: 0 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: 24px;
    outline: 0;
    padding:  12px;
    position: relative;
    text-decoration: none;
    width: 50%;
    text-align: center;
    color: #005e5d;
    font-size: 14px;
    border-bottom: 2px solid #dedede;
    border-left: 0;
    border-right: 0;
}

.tabs{
  display: flex;
  align-items: center;  
}

.active{
      border-bottom: 2px solid #005e5d;
    color: #005e5d;
    cursor: default !important;
    font-weight: 400;
}

h1{
      font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    color: rgb(34, 34, 34);
}

.cont{
  padding: 32px;
}

.qr_box{
  position: relative;
  margin: 26px auto;
}

.qr_box img{
  margin: 0 auto;
}

.expired {
  position: relative;
}

.re_fresh{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

.re_fresh {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.re_fresh p {
  color: rgb(0, 94, 93);
  font-size: 0.875rem;
    line-height: 1.25rem;
}

.qrcode-subheader {
    font-size: 1em !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}

ol {
    display: block;
    list-style-type: decimal !important;
    margin-block-start: 1em; 
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    padding-left: 40px !important;
}

 hr {
    color: #dedede;
    width: 100%;
    border-style: solid;
}

.mt-3 {
    margin-top: 24px !important;
}
.mb-2 {
    margin-bottom: 16px !important;
}

.bts{
      user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #e9f0f0;
    color: #222;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
        border-radius: 4px;
    display: flex;
    gap: 16px ;
    align-items: center;
    padding: 10px;
}
.bts p {
      font-size: .875rem;
    line-height: 1.25rem;
}
.acc{
  margin-top: 20px;
  overflow: hidden;
  height: 40px;
  transition: all 0.5s;
}
.open{
  height: 250px;
}
.acc_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;

}

.acc_head h2{
  color: #005e5d;
  font-size: 1rem;
}

.greeen{

    color: #00716b;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.greeen svg{
  width: 26px;
  height: 26px;
}


footer{
  background: #fff;
}

.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.menu{
  display: flex;

  color: #00716b;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    line-height: 24px;
}

.footer .menu p:not(:last-child)::after {
    content: "";
    background-color: #dedede;
    width: 1px;
    height: 24px;
    display: block;
}
.footer .menu p::after {
    margin: 0 16px;
}

.footer .menu p{
  display: flex;
}

label {
    color: rgb(60, 94, 94);
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.musas{
  background-color: rgb(242, 247, 247);
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-image: initial;
    color: rgb(79, 112, 111);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.4375rem;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    border-radius: 0.125rem 0px 0px 0.125rem !important;
    border-right: 0px !important;
}

.liasdf{
  display: flex;
  margin-top: 10px;

  gap: 14px;
}

.account-number-input {
    width: 123px;
        border-radius: 0px 0.125rem 0.125rem 0px !important;
        border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding:0 10px;
}


.inp {
    width: 52px;
        border-radius: 0px 0.125rem 0.125rem 0px !important;
        border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding:0 10px;
     border-left: 1px solid;
}


.plarg{
  display: flex;
}
.error_text{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
      color: rgb(194, 65, 12);

    font-size: 0.875rem;
    line-height: 1.25rem;
}

.d-flex {
  margin-top: 10px;
}

.inp_box{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 236px;
}

.inp_box input{
  width: 100%;
  border: none;
   border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding:8px ;
     border-left: 1px solid;
      border-radius: 0px 0.125rem 0.125rem 0px !important;
      margin-top: 6px;
} 


.error_text span{
  width: 70%;
}

.btn{
      background-color: rgb(255, 210, 0) ;
    border-width: medium ;
    border-style: none ;
    border-color: currentcolor ;
    border-image: initial ;
    color: rgb(34, 34, 34) ;
    width: fit-content;
    text-align: center;
    padding: 10px 16px;
    cursor: pointer;
}


 .circular {
   animation: rotate 2s linear infinite;
   height: 100%;
   transform-origin: center center;
   width: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
 .path {
   stroke-dasharray: 1, 200;
   stroke-dashoffset: 0;
   animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
   stroke-linecap: round;
}
 @keyframes rotate {
   100% {
     transform: rotate(360deg);
  }
}
 @keyframes dash {
   0% {
     stroke-dasharray: 1, 200;
     stroke-dashoffset: 0;
  }
   50% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -35px;
  }
   100% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -124px;
  }
}
 @keyframes color {
   100%, 0% {
     stroke: #fff;
  }
   40% {
     stroke: #fff;
  }
   66% {
     stroke: #fff;
  }
   80%, 90% {
     stroke: #fff;
  }
}

.loading_box{
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff52;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_box svg{
  width: 160px;
  height: 160px;
}


.loader{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

.l .loader:before{
  padding-top: 0;
}

.l .llo {
    border-radius: 100%;
    width: 110px;
    height: 110px;

  }

.l .llo::before {

    -webkit-mask: radial-gradient(circle, transparent 53px, black 41px);
    mask: radial-gradient(circle, transparent 53px, black 41px);
}

.l .loader{
  width: unset;
}


.llo svg{
  fill: #0b7f99;
  width: 60px;
}

.llo {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.llo::before {
  transform: rotate(-180deg);
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  box-sizing: border-box;
  background: conic-gradient(from 180deg, transparent calc(100% - var(--p, 0%)), #0b7f99 calc(100% - var(--p, 0%)));
  -webkit-mask: radial-gradient(circle, transparent 76px, black 76px);
  mask: radial-gradient(circle, transparent 76px, black 76px);
}

.llo::after {
  content: "";
  border-radius: 100%;
  border: 3px solid #dddbdb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  box-sizing: border-box;
}


.alert{
  display: flex;

    background-color: rgb(255, 255, 255);
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 4px;
    padding: 16px 12px;
    align-items: flex-start;
    gap: 6px;
    justify-content: space-between;
  border-color: rgb(194, 65, 12);
  margin-bottom: 10px;

}
.alert svg{
  width: 30px;
  height: 30px;
}

.alert p {
  width: 70%;
}
@media (max-width: 700px) {

  .footer{
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu{

    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .form{
    margin: 20px 0;
  }

}