/* -----------------------------------------------------------------------------
General
----------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');


html,
body {
  font-family: 'SVN-Gilroy', 'Roboto', sans-serif;

  font-weight: normal;
  font-size: 16px;

}

main {
  background-color: #fff;
}

body {

}


*::-webkit-scrollbar-track {
  background-color:  transparent;
}

*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #2A5CAA;
}
a {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

.row-no-gutter {
  margin: 0;
}

.row-no-gutter > * {
  padding: 0;
}
.row-small-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-small-gutter > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {

  .row-medium-gutter {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row-medium-gutter > * {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row-large-gutter {
    margin-left: -50px;
    margin-right: -50px;
  }

  .row-large-gutter > * {
    padding-left: 50px;
    padding-right: 50px;
  }

}
.dropdown-menu {
  min-width: initial
}




.text-justify {
  text-align: justify;
}

.text-12 {
  font-size: 12px !important
}
.text-14 {
  font-size: 14px !important
}
.text-16 {
  font-size: 16px !important
}
.text-18 {
  font-size: 18px !important
}
.text-20 {
  font-size: 20px !important
}
.text-24 {
  font-size: 24px !important
}
.text-30 {
  font-size: 30px !important
}
.up {
  color: #1fb69f;
}
.down {
  color: #e64b60;
}

.f400 {
  font-weight: 400 !important
}

.text-red {
  color: red !important
}

.text-black {
  color: #000 !important;;
}
.text-white {
  color: #fff !important;;
}

.text-secondary {
  color: #d2d2d2 !important;
}

.text-gray {
  color: #828282 !important
}

.text-golden {
  color: #F1A900 !important
}
.text-caseinitial {
  text-transform: initial !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}
.btn {
  box-shadow: none !important;
}


.pt-32 {
    padding-top: 32px;
}
.pb-32 {
  padding-top: 32px;
}

ul {
  font-size: 12px;
  color: #2A5CAA;
}
/* ---------------------------------------------------------------------------------------
Main
--------------------------------------------------------------------------------------- */
section {

}
section > .container > .row {
  min-height: 100vh;
  flex-direction: column;
}
.globalloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/loadingbg.jpg');
    background-position: center;
    background-size: cover;
}

.btn.btn-vnsky {
    font-weight: 700;
    font-size: 15px;

    text-align: center;
    
    color: #FFFFFF;

    background: linear-gradient(90deg, #2A5CAA 0%, #33A3DC 100%);
border-radius: 40px;

display: block;
height: 36px;
width: 100%;
border: 1px solid #2A5CAA;
}
.btn:disabled {
    opacity: 0.6;
}
.btn.btn-outline-vnsky {
    font-style: normal;
font-weight: 700;
font-size: 15px;

text-align: center;
border-radius: 40px;
    height: 36px;
    width: 100%;
    border: 1px solid #2A5CAA;
    color: #2A5CAA;
}



.btn.btn-goback {

}

.pagetitle {

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 21px;

text-align: center;

color: #64748B;
}
.pagesmalltitle {

font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 16px;

color: #64748B;

}
.theradio {
    font-weight: 500;
font-size: 15px;
line-height: 16px;
color: #64748B;
display: flex;
    justify-content: center;
    align-items: center;
}

.theradio img {
    display: inline-block;
    margin-right: 5px;
}

.theradio input {
    display: none
}
.theradio input:not(:checked) ~ .check {
    display: none;
}

.theradio input:checked ~ .uncheck {
    display: none;
}
.thelabel {
    font-weight: 700;
font-size: 15px;
line-height: 16px;
color: #64748B;
display: block;
margin: 15px 0;
}

.formwrapper {
position: relative
}
.formwrapper .form-control {
    padding: 10px 20px;
gap: 15px;

height: 40px;

background: #FFFFFF;
box-shadow: 0px 0px 3px rgba(42, 92, 170, 0.25);
border-radius: 40px;
border: 0px solid transparent;
}

.formwrapper .btn.float_end {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}
.formwrapper .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #B1B4B9;
}

.uploadanh {
  border: 1px dashed #64748B ;
  width: 160px;
  height: 83px;
  display: block;
  margin: auto;
  border-radius: 5px;
  object-fit: contain;
}

/* ---------------------------------------------------------------------------------------
Face Authen
--------------------------------------------------------------------------------------- */
#faceauth {
  background-color: #000;
  color: #fff;
}
#faceauth .pagetitle,
#faceauth .pagesmalltitle {
  color: #fff;
}

.videoWrapper {
  position: relative;
  height: 330px;
}
.videoWrapper .alerttext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)translateY(-50%);
  color: #000;
  text-shadow: #fff 1px 0 10px;
}

.videoWrapper canvas {

position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%)translateY(-50%)rotateY(180deg);
z-index: 2;
border-radius: 100%;
width: 320px;
height: 320px;
object-fit: cover;
display: none;
}
.videoWrapper video {
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%)translateY(-50%)rotateY(180deg);
z-index: 2;
border-radius: 100%;
width: 320px;
height: 320px;
object-fit: cover;
}
/* .videoWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
border-radius: 100%;
} */

@keyframes growProgressBar {
  0%,
  33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  position: relative;
  z-index: 1;
  margin: auto;
  --size: 330px;
  --fg: #22bb33;
  --bg: #000;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
      closest-side,
      #000 95%,
      transparent 0 99.9%,
      #000 0
    ),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

.action-ekyc {
  display: none;
  margin-top: 4rem!important;
}

.hidden {
  display: none;
}

.display-flex {
  display: flex;
}

.notify-error {
  display: none;
}

.sub-preload-animation {
  align-items: center;
  background: rgb(0, 90, 170);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transform: opacity 1s linear;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #9a9a9a;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #9a9a9a;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #9a9a9a;
}

@keyframes rotate-one {
  0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}