

  html, body {
    max-width: 100%;
    scroll-behavior: smooth;
}

.bg-footer{

    background-color: #4C1B62;
}

img.logo-light {
    width: 256px;
    margin-left: -40px;

}


img.logo-dark {
    width: 250px;
    margin-left: -30px;
    padding: 2px;
}

img.footer-logo {
    width: 60%;
    margin-left: -15px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: orange;
}

a.btn.btn-primary.rounded-pill {
    background: #4C1B62;
    border-color: orange;
}

p.mb-4.text-white.small-font {
    font-size: 12px;
}


a:hover {
    color: #4C1B62;
}

.border-soft-purple {
    border-color: #945eae!important;
}

.link-purple {
    color: #9762af;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #4C1B62!important;
}

.progress-wrap svg.progress-circle path {
    stroke: #4C1B62;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear;
}

li a:hover {
    color: orange !important;
}

a{
    color: #9762af;
}

.progress-wrap:after {
    position: absolute;
    font-family: Unicons;
    content: "\e951";
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.2rem;
    color: #4C1B62;
    left: 0;
    top: 0;
    height: 2.3rem;
    width: 2.3rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear;
}


/* COOKIE POPUP STYLES */

.cookie-popup {
  
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: -6.25rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 0.9375rem;
    box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
    line-height: 150%;
    transition: opacity .5s;
    opacity: 0;
    z-index: 99;
  }
  .cookie-popup--short {
    right: none;
    width: 21.875rem; 
  }
  .cookie-popup--dark {
    background: #000;
    color: #fff;
  }
  .cookie-popup--not-accepted {
    opacity: 1;
    animation: cookie-popup-in .5s ease forwards;  
  }
  .cookie-popup--accepted {
    opacity: 0;
  }
  .cookie-popup a {
    color: #9762af;
  }
  .cookie-popup a:visited {
    color: #9762af;
    text-decoration: none;
  }
  .cookie-popup-actions {
    flex: 1;
    text-align: right;
  }
  .cookie-popup-actions button {
    color: orange;
    border: none;
    background: none;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 	0.85rem;
    padding: 0;
    cursor: pointer;
  }
  .cookie-popup-actions button:hover {
    text-decoration: underline;
  }
  
  @keyframes cookie-popup-in {
    from { bottom: -6.25rem; }
    to { bottom: 1.25rem; }
  }

  @media only screen and (max-width: 768px) {
   
    
    .cookie-popup {
    
      font-size: 0.875rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: fixed;
      bottom: -6.25rem;
      left: 1.25rem;
      right: 1.25rem;
      padding: 0.625rem 0.9375rem;
      box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
      line-height: 150%;
      transition: opacity .5s;
      opacity: 0;
      width:fit-content !important;
    }
  }

  .btn-jj {
    background: #4C1B62;
    color: #fff;
   }

   .btn-jj:hover{
    color: #4C1B62;
    background: #fff;
    border: solid 1px #4C1B62;
   }


  @media only screen and (max-width: 768px) {
    .row-reverse{
           display: flex;
           flex-direction: column-reverse;
          }
   }


    /* Thank You CSS */
  .thankyou-wrapper{
    width:100%;
    height:auto;
    margin:auto;
    background:#ffffff; 
    padding:10px 0px 50px;
    text-align:center;
    display:block;
  }
  section.login-main-wrapper {
    width: 100%;
}

@media only screen and (max-width: 768px) {
  
  section.login-main-wrapper {
    width: fit-content;
    
}

.text-right {
  text-align: start !important;
}

}

hr {
  margin: 1rem 0;
  color: rgba(164, 174, 198, 0.2);
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}

.footer-list-menu-item{
  font-size: 12px;
}
.footer-list-menu-item:hover{
  color: orange !important;
}

.text-right{
  text-align: end;
}


