@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





body {
  font-family: "Poppins", sans-serif !important;
}

.section-padding{
  padding: 0 100px !important;
}
.section-margin{
  margin-top: 120px;
}
.inner-margin{
  margin-top: 200px;
}
.vision-margin{
  margin-top: 100px;
}
.contact-inner-margin{
  margin-top: 120px;
}
.bottom-margin{
  margin-bottom: 100px;
}

h6{
  color: #545454;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 61px;
}
h6 span{
  color: #5F389E;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
}
h2{
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
input:focus-visible{
  outline: none;
}
h4{
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 47px;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.bg-light{
  background: #FBFBFB !important;
}
.login-btn, .profile-btn{
  border-radius: 30px;
background: #5F389E;
color: #fff;
padding: 0px 10px 0 15px;
transition: .5s;
}

.profile-btn img{
  margin-right: 15px;
}
.dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding-bottom: 7px;
}
.dropdown-menu {
  padding: 13px;
  z-index: 9;
}

.nav-bg{
  border-radius: 0px 0px 30px 30px;
  background: rgba(255, 255, 255, 0.80);

  box-shadow: 0px 1px 3.7px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3.5px);
}

.navbar-nav .nav-link.active{
  color: #5F389E;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}
.nav-bg .nav-link{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 40px !important;
}
.banner-svg {
  position: absolute;
  bottom: -187px;
  z-index: 3;
  right: 0;
  left: 0;
}
.bg-img{
  background: url('../images/banner.png');
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 8%;
}
.zoom-in-zoom-out{
  display: block;
  animation: zoom-in-zoom-out 5s infinite ease-in-out;
}
.img-up-down img {
  display: block;
  animation: moveUpDown 3s infinite ease-in-out;
}
.img-up img{
  display: block;
  animation: moveUp 2s infinite ease-in-out;
}
.img-left img{
  display: block;
  animation: moveLeft 3s infinite ease-in-out;
}
.img-right img{
  display: block;
  animation: moveRight 3s infinite ease-in-out;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateX(25px);
  }
  50% {
    transform: translateY(-35px);
  }
}
@keyframes moveUp {
  0%, 100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-25px);
  }
}
@keyframes moveLeft {
  0%, 100% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes moveRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(.8, .8);
  }
  50% {
    transform: scale(.9, .9);
  }
  100% {
    transform: scale(.8, .8);
  }
}
.download-btn {
  display: flex;
  align-items: center;

}
.download-arrow {
  width: 40px;
  height: 40px;
  background: #5F389E;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.download-btn button {
  border-radius: 35.769px;
  border: 1px solid #5F389E;
  background: #FFF;
  padding: 8px 18px;
  margin-left: 13px;
}
.download-arrow img {
  width: 27px;
  margin: auto;
}
.mission-bt{
  color: #000;
}
.mission-bt button{
  border: 0;
  background: transparent;
  margin-left: 0;
}
.whyFins-btn a {
  border-radius: 0px 0px 2px 20px;
  background: #FBFBFB;
  padding-right: 20px;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
.whyFins-btn {
  position: absolute;
  top: 4px;
  right: -1px;
}
.whyFins-btn a img {
  filter: invert(1);
  width: 28px;
  margin-right: 15px;
}
.whyfinsl-cnt {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.whyfinsl-cnt h4{
  color: #FFF;
}
.whyFinsl .swiper-slider{
  position: relative;
}



.swiper-button-next, .swiper-button-prev {
  position: unset;
  text-align: right;
  float: right;
  margin-top: 15px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 9px;
  border: 2px solid #939393;
  padding: 5px;
  border-radius: 50px;
  color: #939393;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features{
  position: relative;
  background: #F6F5F5;
  border-left: 15px solid #4769FF;
  border-radius: 20px;
  height:100%
}
.features:hover{
  border: 1px solid #4769FF;
  border-left: 15px solid #4769FF;
  transition: .5s;
}
.features h4{
  color: #000;
}
.features h4 span{
  color: #4769FF;
}
.features1{
  position: relative;
  background: #F6F5F5;
  border-left: 15px solid #FF8516;
  border-radius: 20px;
  height:100%
  
}
.features1:hover{
  border: 1px solid #FF8516;
  border-left: 15px solid #FF8516;
  transition: .5s;
}
.features1 h4{
  color: #000;
}
.features1 h4 span{
  color: #FF8516;
}
.features2{
  position: relative;
  background: #F6F5F5;
  border-left: 15px solid #9E0DFF;
  border-radius: 20px;
  height:100%
}
.features2:hover{
  border: 1px solid #9E0DFF;
  border-left: 15px solid #9E0DFF;
  transition: .5s;
}
.features2 h4{
  color: #000;
}
.features2 h4 span{
  color: #9E0DFF;
}
.kid-sec{
  padding-top: 65px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.learning-sec {
  width: 50%;
  margin-left: 40px;
  margin-top: 60px;
}
.financial h4{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 18px;
  min-height:30px;
}
.financial p{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 30px;
}
.app-sec{
  background: url('../images/footer-bg.png');
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-sec .download-arrow{
  background: #fff;
}
.app-sec .download-arrow img{
  filter: invert(5);
}
.app-sec h5{
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
}
.app-sec h5 span{
  font-weight: 400;
  display: block;
}
.app-sec p{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
footer{
  background: #5F389E;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
  padding-bottom: 30px !important;
}
.social-icons li {
  list-style: none;
  padding-right: 12px;
}
.social-icons ul {
  display: flex;
  padding: 0;
  margin-top: 20px;
}
footer p{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.quick-links h6{
  color: #EBDEFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
.quick-links p{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  margin-left: 45px;
}
.Contact h6{
  color: #EBDEFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; 
  margin-left: 45px;
}
.Contact p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; 
  margin-left: 45px;
  width: 60%;
}
.Contact h5{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-left: 45px;
}
.footer-border{
  border-bottom: 1px solid #fff;
  padding-top: 55px;
}
.copy-right p{
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.copy-right{
  margin-top: 40px;
}

/* .login-btn:hover img, .download-btn:hover img, .whyFins-btn:hover img {
  transform: rotate(45deg);
  transition: .5s;
  transform: translateY(-34px);
} */
.zoom{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
  height: 100%;
}
.zoom img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}
.learning-sec{
  width: 60%;
}
.coin{
  position: relative;
}
.banner-icon{
  position: absolute;
  top: 0;
}
.mission img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.about-sec{
  margin-top: 70px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #fff;
  margin-top: 9px;
}
.profile-btn .dropdown-toggle {
  color: #fff !important;
}
.profile-btn{
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
}
a{
  text-decoration: none !important;
}
.profile-btn a{
  text-decoration: none;
}
.login-btn button{
  color: #fff !important;
}
.profile-btn button {
    color: #fff !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.card-sec {
  border-radius: 24.574px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 30px;
  height: 100%;
}
.card-sec h2{
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
}
.card-sec img{
  margin-bottom: 30px;
}
.card-sec p{
  margin-top: 30px;
}
.FeaturesSlider img{
  width: 50%;
}
.FeaturesSlider p{
  margin-top: 20px;
}

.age-card {
  border-radius: 20px;
  border: 1px solid #D7D7D7;
  background: #FBFBFB;
  padding: 30px;
  height: 100%;

}
.age-card h2{
  color: #000;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; 
}
.age-card p{
  margin-top: 20px;
}
.blog-card{
  border-radius: 0px 50px 50px 50px;
  background: #FFF;
}
.blog{
  position: relative;
  margin-bottom: 20px;
}
.blog-card {
  border-radius: 0px 50px 50px 50px;
  background: #FFF;
  position: absolute;
  bottom: 35px;
  width: 80%;
  left: 10%;
  padding: 26px;
}
.blog-card h2{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.blog-card p{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; 
}

.blog-btn {
  background: #5F389E;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 7px solid #fff;
  position: absolute;
  right: -3px;
  bottom: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest {
  border-radius: 35px;
  background: #fff;
  width: 153px;
  position: absolute;
  top: -42px;
  left: 0;
  border: 25px solid #fff;
}
.latest span {
  border-radius: 100px;
  background: #5F389E;
  color: #fff;
  padding: 5px 28px;
}
.blog-cnt{
  margin-top: 20px;
}

.contact-sec{
  background: linear-gradient(309deg, #F5EFFD -5.65%, #FFF 83.73%);
  padding: 100px;
}
.contact-img {
  text-align: center;
}
.contact-detl img {
  margin-right: 35px;
}
.input{
  position: relative;
  margin-bottom: 20px;
}
.input input, .input textarea, #add-student input, #add-student select{
  border-radius: 8.926px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  height: 53px;
  width: 100%;
  padding-left: 55px;
}
.btn-close{
  opacity: 10 !important;
}
.input-icn {
  position: absolute;
  top: 14px;
  left: 14px;
}
.input textarea{
  height: 225px;
  padding-top: 15px;
}
.form-sec {
  padding-left: 35px;
  padding-right: 100px;
  padding-top: 70px;
}
.form-sec button{
  border-radius: 10px;
  background: #5F389E;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.login-input{
  position: relative;
}
.login-input input{
  border-radius: 30px;
  border: 1.785px solid #5F389E;
  background: #FFF;
  width: 100%;
  height: 55px;
  padding-left: 25px;
}
.label {
  position: absolute;
  top: -12px;
  background: #fff;
  left: 12px;
  padding: 0 10px;
}

.label span {
  color: #5F389E;
  text-align: center;
  font-size: 14.282px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.638px;
}
.modal h6{
  color: #5F389E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.638px;
  line-height: 10px;
}
.modal p{
  color: #5F389E;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.638px;
  line-height: 50px;
}
.modal-body{
  padding: 50px;
}
.forgot-pass p{
  text-align:right !important;
  width: 100%;
}
.login-btn a{
  color: #fff;
}
.login-btn{
  border-radius: 30px;
  background: #5F389E;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 43px;
  justify-content: center;
}
.create-ac p{
  text-align: center;
  margin-top: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 0;
}
.otp-input input{
  border-radius: 10.667px;
  background: #EFF2F6;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 0;
}
.otp-input {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  
}
.otp-input input:focus{
  background: #fff;
  border: 1px solid #5F389E !important;  
  background: #FFF;
}
.otp-input input:focus-visible{
  outline: none !important;
}
.create-ac a {
  color: #5F389E;
  text-decoration: underline;
  font-weight: 500;
}

.create-ac p{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
#creat input, .create-account input{
  border-radius: 30px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  height: 55px;
  padding: 0 15px;
  width: 100% !important;
  margin-bottom: 15px !important;
}
.iti--separate-dial-code .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background: transparent !important;
  height: 55px;
}
.iti{
  width: 100%;
}
.iti__flag{
  display: none;
}
.iti--separate-dial-code .iti__selected-dial-code{
  color: #B3B3B3;
}
.profile-tab {

}
.whyFins-btn a:hover img {
  transform: rotate(45deg);
  transition: .5s;
}
.login-btn button:hover {
  color: #fff;
}
.password{
  position: relative;
}
.password input {
  border-radius: 30px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  height: 53.557px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}

.eye-icon {
  position: absolute;
  top: 36px;
  right: 21px;
  cursor: pointer;
}
.eye-icon svg {
  color: #888;
}
.blog-cnt {
  margin-top: 20px;
  position: absolute;
  top: 25px;
  width: 60%;
  right: 0;
  padding: 30px;
}
.blog-cnt h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.blog-cnt p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
.latest-btn button{
  border-radius: 50px;
  background: #EFEFF1;
  padding: 5px 40px;
}
.latest-btn h3{
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-top: 15px;
}
.blog-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  margin-left: 25px;

}
.blog-pro img {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  object-fit: cover;
}
.author h6{
  color: #808080;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}
.read-more .arrow1, .read-more .arrow2 {
  filter: invert(1);
}
.arrow img{
  width: 35PX;
}
.read-more {
  display: flex;
  align-items: center;
}
.read-more .download-arrow {
  margin-left: 10px;
  background: transparent;
    width: 40px;
    height: 40px;
    display: blog;
    border-radius: 50px;
    border: 1px solid #3a3636;
}

.financial-box-img {
  height: 300px !important;
  object-fit: cover;
}
/* .blog img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
} */
.blog-detail-sec .blog-cnt {
  width: 75% !important;
  left: 20%;
  right: inherit;
  top: 20%;
}

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-item {
  border: 0;
  background: #F6F6F6;
  margin-bottom: 20px;
  border-radius: 15px !important;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: transparent;
  cursor: pointer;
}
.accordion-item:first-of-type{
  border-radius: 15px;
}
.accordion-header:hover {
  background: #EFEBF5;
  border-radius: 15px;
}
.accordion-content {
  display: none;
  padding: 15px 30px;
  background: #EFEBF5;
  border-radius: 0 0 15px 15px;
}
.accordion-item.active{
  background: #EFEBF5;
  border-radius: 15px;
}
.arrow {
  transition: transform 0.3sease;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}
.download-arrow{
  overflow: hidden;
  position: relative;
}
.active .arrow {
  transform: rotate(180deg);
}
.btn-arrow:hover img.arrow1 { 
  transition-duration: 1s;
  transform: translate3d(28px, -20px, 10px);
}
.btn-arrow img.arrow2{
  transform: translate3d(-18px, 23px, 10px);
  position: absolute;
}
.btn-arrow:hover img.arrow2 { 
  transition-duration: 1s;
  transform: translate3d(7px, 0px, 0px);
}
.header-login {
  display: flex;
  align-items: center;
}
.header-login .download-arrow{
  width: auto;
  height: auto;
}
.header-login .download-arrow img{
  width: 30px;
  height: auto;
}
.btn-arrow:active {
  transform: translateY(27px);
}
.profile-tab h6{
  border-radius: 8px 8px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #5F389E;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 30px;
  margin: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #5f389e;
  background-color: #FAFAFF;
}
.profile-tab button {
  text-align: left;
  border-bottom: 1px solid #888;
  border-radius: 0 !important;
  padding: 13px 30px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #FAFAFF;
  display: block;
    width: 100%;
}
.profile-tab button a.active {
  color: #5f389e;
}
.profile-tab button a{
  color: #000;
}
.profile-tab button svg {
  margin-right: 10px;
}
.profile-tab button a.active svg path {
  stroke: #5f389e;
}
.create-account p, .login p, .email p, .otp p, .new-password p {
  line-height: 21px;
  margin-bottom: 32px;
  text-align: center;
  color: #5F389E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.profile-form{
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);

  width: 100%;
  padding: 30px;
}
.action{
  width: 150px;
}
.profile-form form{
  width: 70%;
}
.profile-form input{
  border-radius: 30px;
  border: 1px solid #B3B3B3;
  background: transparent;
  padding: 10px 20px;
  width: 100%;
  height: 53px;
}
.profile-form form .input{
  margin-bottom: 20px !important;
}
.profile-form h2{
  margin-bottom: 20px;
}
.add-btn{
  display: flex;
  justify-content: space-between;
}
.add-btn button {
  border-radius: 50px;
  background: #5F389E;
  color: #fff;
  padding: 10px 22px;
}
.add-btn p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.class {
  border-radius: 43.207px;
  border: 0.864px solid #DBDBDB;
  background: #FAFAFF;
  text-align: center;
  padding: 10px;
  color: #000;
font-size: 17.283px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 120px;
margin-right: 20px;
}
.class:hover, .class.active, .swiper-batch .swiper-slide:hover, .swiper-tabs .swiper-slide:hover{ 
  border-radius: 43.207px;
background: #5F389E;
color: #fff;
}
.add-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.student-table thead th{
  background: #F1E9FF;
  padding: 10px;
}


.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  justify-content: center;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 35px;
  width: 110px;
  margin: auto;

}
.toggle-switch {
  position: relative;
  width: 100px;
  height: 24px;
  background-color: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.toggle-switch::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
}
.toggle-switch.active::before{
  background-color: green;
}
span#toggle-text{
  margin-left: 25px;
  
}
.toggle-switch.active #toggle-text{
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

span#toggle-text.active {
  margin-left: 0;
  
}
.toggle-switch.active {
  background-color: transparent;
}
.active::before {
  transform: translateX(70px);
}
.action{
  display: flex;
  justify-content: center;
    width: 100%;
}
.profile-img-sec img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.profile-img-sec {
  position: relative;
  width: 70px;
}
.edit-icon svg {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 22px;
  padding: 4px;
}
.student-pro-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 45px;
}
.edit-icon{
  position: absolute;
  bottom: 0;
  right: 0;
}
.pro-btn button {
  border-radius: 50px;
  background: #5F389E;
  color: #fff;
  padding: 10px 50px;
}
.edit-form{
  width: 50%;
}
.edit-form .edit-input{
  margin-bottom: 20px;
}
.active p{
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.transaction th {
  background: #F1E9FF;
  text-align:left;
  padding-left:20px
}
.transaction td {
  background: #FAFAFF;
  text-align:left;
  padding-left:20px
}
.add-btn a{
  color: #fff;
}
#delete h6{
  color: #000;
  text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#delete p{
  color: #545454;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
#delete .modal-body {
  padding: 45px 35px;
}
.side-menu{
  width: 100%;
  height: 100vh;
  background: #5F389E;
  padding: 80px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 270px;
}
.main-dashboared-sec{
  margin-left: 270px;
  padding: 30px 40px 10px;
}
.side-menu button a svg path {
  stroke: #fff;
  padding-right: 26px;
}
.side-menu button a svg {
  margin-right: 15px;
}
.side-menu button {
  margin-bottom: 20px;
}

.side-menu button a {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.side-menu button.active {
  background: rgba(255, 255, 255, 0.20);
  padding: 10px;
  width: 100%;
  text-align: left;
}
.dropd select{
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  padding: 7px 15px;
}
select:focus-visible{
  outline: none;
}
.toggle-bg p {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.toggle-bg {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
 background: #5f389e65;
  text-align: left;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 18px;;
}
.ayNo h6 {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.new-select{
  width: 100%;
}
.new-select select{
  width: 100%;
  background-color: transparent;
  border: 0px;

}
/* .ayNo {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #5F389E;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 56%;
} */
.amound-summary h2{
  color: #250742;
}
.group-drop {
  display: flex;
  background: aliceblue;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  padding: 6px;
}
.group-drop select {
  border: 0;
  width: 80px;
}
.total-amount {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
  padding: 15px;
  text-align: left;
  height: auto;
  position: relative;
}
.dash-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.total-amount p{
  color: #545454;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0;
}
.total-student h1{
  font-size: 18px !important;
}
.total-student{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.total-amount h1{
  color: #000;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0;
}

.chart-container {
      position: relative;
      width: 100%;
      margin-top: 15px;
  }
  .center-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-family: Arial, sans-serif;
  }
  .center-text .title {
      font-size: 16px;
      color: #333;
      font-weight: bold;
  }
  .center-text .amount {
      font-size: 22px;
      font-weight: bold;
      color: #000;
  }
  .legend-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
  }
.color {
  width: 20px;
  height: 20px;
  background: #f4a493;
  border-radius: 20px;
  margin-right: 10px;
}
.color-name{
  display: flex;
  align-items: center;
}
.canvas-label p{
  margin: 0;
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.color1{
  background: #F68D2B;
  width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.color2{
  background: #FFD200;
  width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.canvas ul {
  justify-content: space-around;
}
.swiper-tabs .swiper-slide, .swiper-batch .swiper-slide {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.swiper-tabs .swiper-slide, .swiper-batch .swiper-slide {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  width: 120px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-tabs .swiper-slide-active, .swiper-batch .swiper-slide-active{
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #5F389E;
}
.canvas ul li:hover, .canvas ul li.active{
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #5F389E;
}
.canvas ul li:hover a, .canvas ul li.active a{
  color: #fff;
}
.canvas-card{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
  padding: 0;
  margin-top: 20px;
  margin-left: 0 !important;
}

.barchart-container {
  width: 100%;
  height: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.division{
  display: flex;
  justify-content: start;
  margin-top: 35px;
  margin-left: 10px;
}
#add-student input, #add-student select{
  padding-left: 20px;
}
.student-table td a{
  color: #4c219a;
}
.progress-bar{
  background: linear-gradient(45deg, #c5b5dc, #724caf);
  transition: var(--bs-progress-bar-transition);
  border-radius: 50px;
}
.progress-card{
    border-radius: 20.211px;
    background: #FFF;
    box-shadow: 0px 0px 4.042px 2.021px rgba(0, 0, 0, 0.10);
    padding: 20px;
    height: 100%;
}
.progress-card h5{
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
}
.progress-card h1{
  color: #545454;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 10px;
}
.progress-card p{
  color: #545454;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#myDonutChart, #myDonutChart2, #myDonutChart3 {
  height: 190px !important;
}
.total-card{
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 4.042px 2.021px rgba(0, 0, 0, 0.10);
  border-radius: 20.211px;
}
.dashboard .side-menu{
  height: 100%;
}
.create-account h6, .login h6, .email h6, .otp h6, .new-password h6{
  color: #5F389E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.amound-summary h5 {
  font-size: 15px;
  font-weight: 400;
  color: #230355;
  margin-bottom: 0;
}
.dashboard .section-padding{
  padding: 0 30px;
}

.desk-login{
  display: block;
}
.mobil-login{
  display: none;
}
.mob-footer{
  display: none;
}
.mob-sec, .mob-sideMenu{
  display: none;
}

.mob-view{
  display: none;
}


.swiper-tabs .swiper-slide, .swiper-batch .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #f8f9fa;
  height: auto;
}
.swiper-tabs .swiper-wrapper, .swiper-batch .swiper-wrapper{
  display: flex;
  justify-content: flex-start; /* Ensures tabs align to the left */
}
.tab-container {
  overflow: hidden;
  width: 100%;
}
.swiper-tabs, .swiper-batch {
  width: 100%;
}
.swiper-tabs .swiper-slide, .swiper-batch .swiper-slide{
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 86.275px;
  border: 0.863px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #545454;
font-size: 12.078px;
font-style: normal;
font-weight: 600;
line-height: normal;
  margin-left: 10px;
  width: 116px !important;
}
.swiper-tabs .swiper-slide-active, .swiper-batch .swiper-slide-active{
  background: #5f389e;
  color: #fff;
}

.total-amount-main {
  display: flex;
  align-items: center;
}
.arrow-dark{
  margin-left: auto;
  width: 30px;

}
.arrow-dark img {
  filter: invert(1);
}
.arrow-dark:hover img{
  transform: rotate(45deg);
  transition: .5s;
}
.card{
  border-radius: 20px;
background: #FFF;

box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);

}
.canvas-card .card-body{
  padding: 0;
}
.total-head h3{
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.logout-cancel h6 a{
  color: #131313;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card th{
  background: #F1E9FF;
}
.profile-bg{
  background: #F4F4F4;
  min-height: 100vh;
}
.add-btn-sec {
    width: 100px;
    margin-left: auto;
}


.loading_pop{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 99999;
    background-color: #282d2eb3;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .top-margin{
 margin-top: 160px;
}
.userlink a{
 color: #fff;
 text-decoration: none;
}