body {
        font-family: "Nunito", sans-serif;
        font-optical-sizing: auto;
        /*font-weight: <weight>;*/
        font-style: normal;
      }
      /* Custom styles */
      /*.bg-main {*/
      /*    background-color: #f3f4f6;*/
      /*}*/
      .circles {
        z-index: -1 !important;
      }
      .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
      }
      /* IntlTelInput custom styles */
      .iti {
        width: 100%;
      }
      .iti__flag-container {
        z-index: 10;
      }
      #phone {
        padding-left: 90px !important;
      }

      .bg {
        animation: slide 4s ease-in-out infinite alternate;
        background-image: linear-gradient(-60deg, rgb(51, 204, 166) 50%, #09f 50%);
        bottom: 0;
        left: -50%;
        opacity: 0.5;
        position: fixed;
        right: -50%;
        top: 0;
        z-index: -1;
      }

      .bg2 {
        animation-direction: alternate-reverse;
        animation-duration: 4s;
      }

      .bg3 {
        animation-duration: 5s;
      }

      .content {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0.25em;
        box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
        left: 50%;
        padding: 10vmin;
        position: fixed;
        /*text-align:center;*/
        top: 50%;
        transform: translate(-50%, -50%);
      }

      @keyframes slide {
        0% {
          transform: translateX(-25%);
        }
        100% {
          transform: translateX(25%);
        }
      }
      
body{
    background-image: linear-gradient(to top, #209ff9, #03409a);
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.bg-main{
    z-index: 9999999999999 !important;
}

.my-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bg-newgr {
    background: #292e2f9c;
}

.img-small {
    width: 60%;
}

p, h2, h3, h4, b, strong, span, h5, h6, .text-muted, label, .btn {
    font-family: "Nunito", sans-serif;
}

.arrow-wh::after {
    content: "";
    width: 200px;
    height: 300px;
    position: absolute;
    top: 14rem;
    right: 4rem;
    z-index: -1;
    transform: rotate(0deg);
    background: url(../images/enter-arrow.png) no-repeat;
    background-size: 23%;
    opacity: 0.4;
}

.arrow-wh-new::after {
    content: "";
    width: 200px;
    height: 300px;
    position: absolute;
    top: -1.5rem;
    right: 26rem;
    transform: rotate(90deg);
    background: url(../images/enter-arrow.png) no-repeat;
    background-size: 23%;
    opacity: 0.4;
}

.font-size-lg {
    font-size: 22px;
}

.hover-data {
    position: relative;
}

.hover-data-show {
    display: none;
    transition: height 2s;
    cursor: pointer;
}

.hover-data:hover .hover-data-show {
    display: block;
}

.radius-1 {
    border-radius: 10px;
    border: 1px solid #000;
    width: 210px;
}
.modal-dialog {
  height: 100vh !important;
  display: flex;
  overflow: hidden;
}

.modal-content {
  margin: auto !important;
  height: fit-content !important;
}
.modal{
    backdrop-filter: blur(4px);
    overflow: hidden !important;
}
.logo-container, .success-container{
    margin: 50px auto;
    position: relative;
    display: flex;
    justify-content:center;
    align-items:center;
    width : 90px;
    height : 90px;
    padding: 5px;
}

.logo-container > img.ivalt-image {
    width: 60px;
}

.loading {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: loading 1s linear infinite;
}

.successLoading {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: successLoading 1s linear infinite;
}

.success-container > img.success-image{
    width: 80px;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    border-top-color: #2e69b1b8;
  }
  25% {
    border-right-color: #2e69b1b8;
  }
  50% {
    transform: rotate(180deg);
    border-bottom-color: #2e69b194;
  }
  75% {
    border-left-color: #2e69b1c4;
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #24528dcf;
  }
}

@keyframes successLoading {
  0% {
    transform: rotate(0deg);
    border-top-color: #77b43f91;
  }
  25% {
    border-right-color: #77b43f91;
  }
  50% {
    transform: rotate(180deg);
    border-bottom-color: #77b43f;
  }
  75% {
    border-left-color: #77b43f;
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #77b43f;
  }
}

.modal-text-container{
    margin: 10px auto;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.circles{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.logo{
    max-width: 200px;
}
.toastr-container ul li{
    width: 250px !important;
    margin-right:20px !important;
}

.iti {
    width: -webkit-fill-available !important;
}

@media screen and (max-width: 600px) {
    .logo{
      width: 140px  
    }
}

@media only screen and (min-width: 1200px){
    .success-card-container{
        width: 60%;   
    }
    .success-card-container > div{
        padding: 40px 50px;
    }
    .modal-content{
        min-height: 315px;
        max-width: 600px;
    }
}
@media only screen and (min-width: 610px) and (max-width: 1200px){
    .success-card-container{
        width: 80%;   
    }
    .success-card-container > div{
        padding: 20px 30px;
    }
    
    .modal-content{
        min-height: 315px;
        max-width: 600px;
    }
    .iti {
        position: relative;
        display: inline-block;
        width: -webkit-fill-available !important;
    }
    
}
@media only screen and (max-width: 600px){
    .success-card-container{
        width: 100%;   
    }
    .success-card-container > div{
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 425px){
    .success-card-container{
        width: 90%;   
    }
    .success-card-container > div{
        padding: 15px 25px !important;   
    }
}