@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
a{
  text-decoration: none;
}
.app {
  display: flex;
  justify-content: center;
  position: relative;
}

.app-wrapper {
  width:100%;
  max-width:600px;
  min-height: 100vh;
  background-color: #0045A2;
  position: relative;
  background-position: center;
}

.account-wrapper {
  padding-left: 34px;
  padding-right: 34px;
}
.account-wrapper h1 {
  font-size: 38px;
  font-weight: 600;
  color: white;
  line-height: 50.41px;
  margin-top: 120px;
  margin-bottom: 205px;
}
.account-wrapper h1 span {
  color: #F68B1F;
}
.account-wrapper .app-btn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.account-wrapper .create-account-label {
  text-align: center;
  margin-top: 27px;
}
.account-wrapper .create-account-label a {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
}
.account-wrapper .header-side {
  padding: 36px 0 0 0;
  display: flex;
}
.account-wrapper .header-side i {
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
  font-size: 25px;
}
.app-dashboard .prev-btn i {
  display: flex;
}
.app-dashboard .prev-btn i {
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
  font-size: 25px;
}
.account-wrapper h2 {
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 50.41px;
}
.account-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.account-wrapper .form-control{
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 45px;
  height: 45px;
  padding: 10px 10px 10px 41px;
  background-color: white;
  outline: none;
  border: 1px solid #d8dcdf;
  transition: all 0.22s ease;
  border-radius: 10px;
}
.account-wrapper .form-control:focus{
  box-shadow: none;
}
.account-wrapper input.form-control::placeholder {
  color: rgba(0, 69, 162, 0.5);
  opacity: 1;
}
.account-wrapper .login-frame {
  margin-top: 153px;
  text-align: center;
}
.mymentor-splash {
  background-image: url(../images/mentor-splash-baner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.mymentor-landing-bg {
  background-image: url(../images/landing-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-login-bg {
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-pwd-reset-bg {
  background-image: url(../images/password-reset.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-otp-bg {
  background-image: url(../images/otp-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-create-pwd-bg {
  background-image: url(../images/create-pwd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-create-account-bg {
  background-image: url(../images/create-account.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mymentor-successfully-bg {
  background-image: url(../images/success-fully.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.account-wrapper .login-frame .forgot-area-frame {
  margin-bottom: 57px;
}
.account-wrapper .login-frame h2 {
  margin-bottom: 8px;
}
.account-wrapper .login-frame .input-wrapper {
  margin-top: 109px;
}
.account-wrapper .input-wrapper .input-frame {
  margin-bottom: 24px;
  position: relative;
}
.account-wrapper .input-wrapper .input-frame .icon-left{
 position: absolute;
 left: 17px;
 top: 15px;
}
.account-wrapper .input-wrapper .input-frame .icon-right{
  position: absolute;
  right: 17px;
  top: 15px;
 }
.account-wrapper .input-wrapper .input-frame .icon-left i{
 font-size: 16px;
 color: #0047A6;
 }
 .account-wrapper .input-wrapper .input-frame .icon-right i{
  font-size: 16px;
  color: #0047A6;
  }
.account-wrapper .input-wrapper .remember-me .form-check-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.account-wrapper  .input-wrapper .remember-me .form-check-input:checked {
  background-color: #fff;
  border-color: transparent;
}
.account-wrapper .input-wrapper .remember-me .form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-solid.svg)
}
.account-wrapper .input-wrapper .remember-me .form-check-input[type=checkbox] {
  border-radius: 100%;
}
.account-wrapper .input-wrapper .remember-me .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
}
.account-wrapper .input-wrapper .forgot-pwd-label a {
  color: #F68B1F;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-decoration: none;
}
.account-wrapper  .input-wrapper .bottom-label {
  margin-top: 21px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.account-wrapper .input-wrapper .bottom-label a {
  color: #F68B1F;
  text-decoration: none;
}
.account-wrapper .resetpwd-frame {
  margin-top: 107px;
  text-align: center;
}
.account-wrapper .resetpwd-frame h2 {
  margin-bottom: 17px;
}
.account-wrapper .resetpwd-frame p {
  line-height: 16.94px;
  color: #fff;
}
.account-wrapper .resetpwd-frame .input-wrapper {
  margin-top: 115px;
}
.account-wrapper .resetpwd-frame .forgot-area-frame {
  margin-bottom: 84px;
}
.account-wrapper .resetpwd-frame .forgot-area-frame .label{
  line-height: 16.94px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.account-wrapper .resetpwd-frame .forgot-area-frame .label a{
  color: rgba(246, 139, 31, 1);
  text-decoration: none;
}

.account-wrapper .otp-submit-resetpwd-frame {
  margin-top: 107px;
  text-align: center;
}
.account-wrapper .otp-submit-resetpwd-frame h2 {
  margin-bottom: 17px;
}
.account-wrapper .otp-submit-resetpwd-frame h2 i{
  font-size: 28px;
  color: #F68B1F;
  margin-left: 15px;
}
.account-wrapper .otp-submit-resetpwd-frame p {
  line-height: 16.94px;
  color: #fff;
}
.account-wrapper .otp-submit-resetpwd-frame .input-wrapper {
  margin-top: 115px;
}
.account-wrapper .otp-submit-resetpwd-frame .forgot-area-frame {
  margin-bottom: 84px;
}
.account-wrapper .otp-submit-resetpwd-frame .input-frame{
  display: flex;
  justify-content: space-around;
}
.account-wrapper .otp-submit-resetpwd-frame .input-frame .form-control{
  display: flex;
  align-items: center;
  width:42px;
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
  height: 41px;
  font-size: 28px;
  font-weight: 600;
  color: #282828;
  text-align: center;
  border: 1px solid #F68B1F;
}
.account-wrapper .otp-submit-resetpwd-frame .input-frame .form-control:focus {
  border: 2px solid #F68B1F;
  outline: none !important;
  box-shadow: none !important;
}
.account-wrapper .otp-submit-resetpwd-frame .resend-area-frame {
  margin-bottom: 42px;
}
.account-wrapper .otp-submit-resetpwd-frame .resend-area-frame .label{
  line-height: 16.94px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.account-wrapper .otp-submit-resetpwd-frame .resend-area-frame .label a{
  color: rgba(246, 139, 31, 1);
  text-decoration: none;
}

.account-wrapper .invalid{
  margin-bottom: 42px
}
.account-wrapper .invalid p{
  color:#FF5A5A;
  font-size: 12px;
  line-height: 14.52px;
  font-weight: 400;
}
.account-wrapper .invalid p i{
  font-size: 12px;
}

.account-wrapper .create-new-pwd-frame {
  margin-top: 104px;
  text-align: center;
}
.account-wrapper .create-new-pwd-frame h2 {
  margin-bottom: 17px;
}
.account-wrapper .create-new-pwd-frame p {
  line-height: 16.94px;
  color: #fff;
}
.account-wrapper .create-new-pwd-frame .input-wrapper {
  margin-top: 78px;
}
.account-wrapper .input-wrapper .pwd-criteria{
  margin-top: 44px;
  margin-bottom: 34px;
}
.account-wrapper  .input-wrapper .pwd-criteria ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.account-wrapper .input-wrapper .pwd-criteria ul li{
  display: flex;
  align-items: center;
  line-height: 16.94px;
  padding-bottom: 7px;
  color:#fff;
}
.account-wrapper .input-wrapper .pwd-criteria ul li i{
  padding:0 11px 0 0;
  color: #ABABAB;

}
.account-wrapper .create-account-frame .input-wrapper .input-frame.account {
  margin-bottom: 43px;
  background-color: transparent;
}
.account-wrapper .footer-links{
  margin-top: 150px;
}

.account-wrapper .footer-links ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.account-wrapper .footer-links ul li{
  color: #F68B1F;
}
.account-wrapper .footer-links ul li a{
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  padding: 10px 1px;
  text-decoration: none;
}

.mymentor-otp-send-new-bg {
  background-image: url(../images/otp-send-new-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.account-wrapper .otp-send-new-account-frame {
  margin-top: 50px;
  text-align: center;
}

.account-wrapper .successfully-frame{
  position: relative;
  width: 100%;
  height: 348px;
  border-radius: 10px;
  background-color: rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 15px 5px rgb(255 255 255 / 15%);
  margin-top: 168px;
  padding: 40px 19px;
  margin-bottom: 40px;
}
.account-wrapper .successfully-frame i{
  position: absolute;
    right: 20px;
    top: -45px;
    font-size: 84px;
    color: #F68B1F;
}
.account-wrapper .successfully-frame h2{
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 44.11px
}
.account-wrapper .successfully-frame p{
  color: rgba(255, 255, 255, 1);
  padding-top: 65px;
}
.chooseyour-course-frame{
  background-color: rgba(241, 245, 255, 1);
  padding: 91px 24px;
}
.chooseyour-course-frame .bubble{
  position: absolute;
  right: 0;
  top: 26px;
  width: 43px;
  height: 86px;
  background-image: url(../images/bubble.png);
}
.chooseyour-course-frame h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 28.35px;
  color:rgba(0, 69, 162, 1);
  margin-bottom: 12px;
}
.chooseyour-course-frame h3 .mandatory{
  font-weight: 700;
  color:rgba(110, 110, 110, 1);
}
.chooseyour-course-frame p{
  font-weight: 500;
  color:rgba(172, 172, 172, 1);
  line-height: 22.05px
}
.chooseyour-course-frame .course{
 margin: 31px 0;
}
.chooseyour-course-frame .course ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
 }
 .chooseyour-course-frame .course ul li{
  margin-bottom: 21px;
 }
 .chooseyour-course-frame .course ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  min-height: 50px;
  padding:0 30px 0 19px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(110, 110, 110, 1);
  font-weight: 600;
  line-height: 22.05px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-left:3px solid rgba(0, 69, 162, 1);
  text-decoration: none;
 }
 .chooseyour-course-frame .course ul li a i{
  font-size: 24px;
  color:rgba(172, 172, 172, 1)
 }
 .chooseyour-course-frame .course ul li a.active i {
  color: #F68B1F;
 }
 .chooseyour-course-frame .course ul li a.active i {
  color: #F68B1F;
 }
 .chooseyour-course-frame textarea.form-control{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(172, 172, 172, 1);
  width: 100%;
  color:rgba(172, 172, 172, 1);
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  height: 40px;
  margin-bottom: 74px;
  border-radius: 0;
  padding-left: 0;
 }
 .chooseyour-course-frame textarea.form-control:focus{
  outline: none;
  box-shadow: none;
 }

.app-dashboard{
  width: 600px;
  max-width: 100%;
  height:auto;
  background-color: #fff;
  position: relative;
}
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  width:100%;
  background: linear-gradient(270deg, #00439D 0%, #012C67 96.53%),
  linear-gradient(0deg, #0047A6, #0047A6);
  padding:12px 25px 20px 25px;
}
.header-fixed{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  z-index: 9;
}
.header-fixed::after{
  content: '';
  width: 100%;
  max-width: 600px;
  height: 15px;
  background-color: rgba(241, 245, 255, 1);
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  left:0;
  bottom: 0;
}
.header .user-sec{
  display: flex;
  flex-direction: column;
}
.header .user-sec .welcome-label{
  color:rgba(246, 139, 31, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
}
.header .user-sec .name{
  color:rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  margin-bottom: 9px;
}
.header .user-sec .phone-number{
  color:rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  display: flex;
  align-items: center;
}
.header .user-sec .phone-number .icon{
  transform: rotate(220deg);
  margin-top: -5px;
}
.header .user-sec .phone-number .icon i{
  color:rgba(255, 255, 255, 1);
  font-size: 20px;
}
.header .menu-sec{
  display: flex;
  align-items: center;
}
.header .menu-sec .notification-sec{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header .menu-sec .notification-sec i{
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}
.header .menu-sec .notification-sec .badge{
  position: absolute;
  top: 16px;
  right: 10px;
  width: 16px;
  height: 16px;
  background:rgba(255, 90, 90, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
}
.header .menu-sec .menu-btn{
  margin-left: 34px;
  width:31px;
  height: 31px;
  border-radius: 50%;
  background-color:rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border:none
}

/* NAV-MENU */
.nav-wrapper {
  background-color:rgba(1, 44, 103, 1);
  height: auto;
  perspective: 300px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0%);
  transition: transform 0.2s, visibility 0.2s;
  visibility: hidden;
  width:272px;
  z-index: 9;
  border-radius: 0 0 0 30px;
}

.nav-visible .nav-wrapper {
  transform: translateX(0);
  visibility: visible;
}
.nav-wrapper .head-area{
  padding: 22px 23px 18px 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(246, 139, 31, 0.22);
}
.nav-wrapper .head-area .title-block{
  display: flex;
  flex-direction: column;
}
.nav-wrapper .head-area .title-block h4{
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: rgba(255, 255, 255, 1);
}
.nav-wrapper .head-area .title-block p{
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  color: rgba(171, 171, 171, 1);
  margin-bottom: 0;
}
.nav-wrapper .head-area .close-btn i{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.nav-bar {
  position: relative;
  /* transform: rotateY(90deg); */
  transform-origin: left center;
  transition: transform 0.6s;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0;
}
.nav-visible .nav-bar {
  transform: rotateY(0deg);
}

.nav-bar li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 16.94px;
  padding: 16px 28px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(246, 139, 31, 0.22);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}
.nav-bar li a span{
  margin-right: 10px;
}
.nav-bar li a .badge {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
}
.nav-bar li a .icon{
  margin-right:18px;
  width:18px;
}
.nav-bar li a:focus, .nav li a:hover {
  text-decoration: none;
}

.main-wrapper{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    min-height: calc(100vh - 80px);
    margin-top: -15px;
    position: relative;
    z-index: 2;
}
.content{
  padding: 25px 25px 120px 25px;
}
.dashboard-mycourse{
  width:100%;
  background-color:rgba(255, 255, 255, 1);
  border-radius:20px 20px 0px 0px;
  position: relative;
  padding: 20px 25px 0 25px;
}
.dashboard-mycourse .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.dashboard-mycourse .title-area .title {
  display: flex;
}
.dashboard-mycourse .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-mycourse .title-area .title i{
  font-size: 16px;
  color:rgba(171, 171, 171, 1);
}
.dashboard-mycourse .title-area .switch-course{
  width:111px;
  height: 25px;
}
.dashboard-mycourse .title-area .switch-course select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/circle-chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 6px;
  border: 1px solid rgba(246, 139, 31, 1);
  color:rgba(246, 139, 31, 1);
  background-color: rgba(255, 255, 255, 1);
  height: 27px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.dashboard-mycourse .title-area .switch-course select:focus{
  outline: none !important;
  box-shadow: none !important;
}
.dashboard-mycourse .baner{
  width:100%;
  height: auto;
}
.dashboard-mycourse .baner img{
  width:100%;
  height: auto;
}
.dashboard-mycourse .btn-frame{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-mycourse .btn-frame .app-btn{
  width:145px;
  padding: 8px 0;
  text-transform: uppercase;
  color:rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 16.94px;
}
.dashboard-course-includ{
  
}
.dashboard-course-includ .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  width: 100%;
}
.dashboard-course-includ .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-course-includ .title-area .title .icon img{
 width:20px;
 height: 20px;
} 
.dashboard-course-includ .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-course-includ .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-course-includ .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}
.dashboard-course-includ .slider{
  padding-left: 16px;
  padding-right: 25px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 560px;
  margin: unset;
}

 .swiper-slide {
  background-color: #FFFFFF;
  border-radius: 25px 25px 0px 0px;
  box-shadow:rgba(0, 0, 0, 0.1)
}


.swiper-slide img {
  max-width: 100%;
  height: auto;
  z-index: 9;
  border-radius: 25px 25px 0px 0px;
}
.swiper-slide.swiper-slide-active img {
  border-radius: 25px 25px 0px 0px;
}

.swiper-pagination {
  position: relative !important;
  padding-top: 28px;
 
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(246, 139, 31, 1) !important;
  box-shadow: 0px 0px 0px 4px rgba(246, 139, 31, 0.2) !important;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  margin:0 5px;
}
.dashboard-course-includ .swiper-slide .card-frame {
 padding: 13px;
}
.dashboard-course-includ .swiper-slide .card-frame .title{
  border-bottom:1px solid rgba(232, 236, 246, 1)

}
.dashboard-course-includ .swiper-slide .card-frame .title h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  color: rgba(0, 71, 166, 1);
  margin-bottom: 6px;
} 
.dashboard-course-includ .swiper-slide .card-frame .discount-frame{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  position: relative;
 
}
.dashboard-course-includ .swiper-slide .card-frame .discount-frame .dicount-percentage{
  height: 26px;
  background-color: rgba(210, 255, 216, 1);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color:rgba(255, 90, 90, 1);
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}
.dashboard-course-includ .swiper-slide .card-frame .discount-frame .dicount-percentage img.discount-label{
    position: absolute;
    right: 0;
    top: -24px;
    height: 50px;
}
.dashboard-course-includ .swiper-slide .card-frame .discount-frame .price-block {
    display: flex;
    justify-content: end;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
}
.dashboard-course-includ .swiper-slide .card-frame .discount-frame .discount-price{
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: rgba(255, 90, 90, 1);
  margin-right: 10px;
  text-decoration: line-through;

}
.dashboard-course-includ .swiper-slide .card-frame .discount-frame .price {
  margin-right: -13px;
  min-width: 79px;
  height: 30px;
  border-radius: 15px 0 0 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: rgba(0, 71, 166, 1);
  font-size: 20px;
  font-weight: 700;
}
.dashboard-course-includ .swiper-slide .button-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.dashboard-course-includ .swiper-slide .button-frame .app-btn {
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.dashboard-course-includ .swiper-slide .button-frame .app-btn img{
 margin-left: 10px;
}
.dashboard-course-includ .swiper-slide .button-frame .explore {
  border-radius: 0 0 0 5px;
 
}
.dashboard-course-includ .swiper-slide .button-frame .joincourse {
  border-radius: 0 0 5px 0;
}
.dashboard-course-includ .swiper-slide .button-frame .joined{
  border-radius: 0 0 5px 0;
}

.dashboard-course-details .top-frame img{
  max-width:100%;
  border-radius: 25px;
}
.dashboard-course-details .btn-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.dashboard-course-details .viewclasses{
  background-color:rgba(255, 247, 214, 1) ;
}
.dashboard-course-details .dailyquiz{
  background-color: rgba(210, 255, 216, 1);
}
.dashboard-course-details .studynotes{
  background-color: rgba(255, 233, 222, 1);
}
.dashboard-course-details .currentaffairs{
  background-color:rgba(218, 240, 255, 1) ;
}
.dashboard-course-includ .slider .splide__list {
  margin: 0 !important;
}
.dashboard-course-includ .slider .splide__slide {
  margin: 0 0 0 8px;
}
.dashboard-course-includ .slider .splide__slide .content-area{
  background-color: #37b5ff;
  border-radius: 5px;
  width: 188px;
  height: 160px;
  position: relative;
}
.dashboard-course-includ .slider .splide__slide .content-area i{
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: rgba(96, 252, 124, 1);
}
.dashboard-course-includ .slider .splide__slide .content-area p {
    font-size: 13px;
    padding: 8px 30px 0 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 17.5px;
    margin-bottom: 0;
}
.dashboard-course-includ .slider .splide__slide .content-area p span{
  color: rgba(64, 64, 64, 1);
  font-size: 10px;
  display: block; /* Forces span to a new line */
  margin-top: 5px; /* Optional: Adds space between text and span */ 
}

.dashboard-course-includ .slider .splide__pagination {
  bottom: -18px;
  padding: 0 0 0 1.8rem;
}
.dashboard-course-includ .slider .splide__pagination__page {
  background:ba(217, 217, 217, 1);
  height: 5px;
  width: 5px;
}
.dashboard-course-includ .splide__pagination__page.is-active {
  background:rgba(246, 139, 31, 1);
  transform: scale(1.4);
  z-index: 1;
}

.dashboard-my-course{
  padding-top: 22px;
  padding-bottom: 25px;
  background-color: rgba(255, 255, 255, 1);
}
.dashboard-my-course .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:15px;
  padding: 0 25px;
  width: 100%;
}
.dashboard-my-course .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-my-course .title-area .title .icon img{
 width:20px;
 height: 20px;
} 
.dashboard-my-course .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-my-course .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-my-course .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}
.dashboard-my-course .swiper-slide {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px;
}
.dashboard-my-course .swiper-slide .card-frame {
    padding: 13px 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(40, 40, 40, 0.15);
    margin: 6px;
}

 .dashboard-my-course .swiper-slide .card-frame .title{
   border-bottom:1px solid rgba(232, 236, 246, 1)
 
 }
 .dashboard-my-course .swiper-slide .card-frame .title h4 {
   font-size: 14px;
   font-weight: 700;
   line-height: 16.94px;
   color: rgba(0, 71, 166, 1);
   margin-bottom: 6px;
 } 
 .dashboard-my-course .button-frame{
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -13px;
 }
 .dashboard-my-course .swiper-slide .card-frame .c-block{
  padding: 16px 0;
 }
 .dashboard-my-course .swiper-slide .card-frame .c-block ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.dashboard-my-course .swiper-slide .card-frame .c-block ul li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
 }
 .dashboard-my-course .swiper-slide .card-frame .c-block ul li img{
  margin-right: 7px;
 }
 .dashboard-my-course .swiper-slide .card-frame .c-block ul li span{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: rgba(110, 110, 110, 1); 

 }

.dashboard-whats-new {
  padding:17px 25px 22px 25px;
  background-color:rgba(255, 255, 255, 1);
  ;
  ;
}
.dashboard-whats-new  .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:10px;
  width: 100%;
}
.dashboard-whats-new  .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-whats-new  .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}

.dashboard-whats-new  .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-whats-new  .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}
.dashboard-whats-new .baner{
    width: 100%;
    height: auto;
    position: relative;
   
}
.dashboard-whats-new .baner img{
  width: 100%;
  height: auto;
  
}
.dashboard-whats-new .baner .countdown{
  padding-top: 117px;
  position: absolute;
  top: 0;
  width: 100%;
}
.dashboard-whats-new .baner .countdown ul{
  padding: 0px 38px;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
.dashboard-whats-new .baner .countdown ul li {
  display: flex;
  font-size: 12px;
  list-style-type: none;
  padding:0;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 229, 0, 1);
}
.dashboard-whats-new .baner .countdown ul li .sept{
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
}
.dashboard-whats-new .baner .countdown ul li span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 33.89px;
}

.dashboard-daily-current-affairs{
  padding-top: 21px;
  background-color: rgba(255, 255, 255, 1);
}
.dashboard-daily-current-affairs .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:19px;
  padding: 0 25px;
  width: 100%;
}
.dashboard-daily-current-affairs  .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-daily-current-affairs .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-daily-current-affairs .title-area .title i {
  font-size: 16px;
  color: rgba(171, 171, 171, 1);
}
.dashboard-daily-current-affairs .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-daily-current-affairs .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}

.dashboard-daily-current-affairs .slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  margin-left: 25px;
}
.dashboard-daily-current-affairs .slider .owl-carousel .owl-item .item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  background-image: url(../images/ca-bg.png);
  width:158px;
  height:102px;
  background-repeat: no-repeat;
}
.dashboard-daily-current-affairs .slider .owl-carousel .owl-item .item  .title{
 padding:14px 0 0 13px;
}
.dashboard-daily-current-affairs .slider .owl-carousel .owl-item .item  .title h6{
  color:rgba(255, 229, 0, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  text-transform: uppercase;
}
 .slider .owl-nav{
  display: none;
}

.dashboard-daily-quiz{
  padding-top: 21px;
  padding-bottom: 21px;
  background-color:rgba(255, 255, 255, 1);
  ;
}
.dashboard-daily-quiz .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:19px;
  padding: 0 25px;
  width: 100%;
}
.dashboard-daily-quiz  .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-daily-quiz .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-daily-quiz .title-area .title i {
  font-size: 16px;
  color: rgba(171, 171, 171, 1);
}
.dashboard-daily-quiz .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-daily-quiz .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}

.dashboard-daily-quiz .slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  margin-left: 25px;
}
.dashboard-daily-quiz .slider .owl-carousel .owl-item .item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  width:158px;
  height:102px;
}
.dashboard-daily-quiz .slider .owl-carousel .owl-item .item  img{
  border-radius: 10px;
  width: 100%;
}
.dashboard-daily-quiz .slider .owl-carousel .owl-item .item  .title{
 padding:14px 0 0 13px;
}
.dashboard-daily-quiz .slider .owl-carousel .owl-item .item  .title h6{
  color:rgba(255, 229, 0, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  text-transform: uppercase;
}
.dashboard-noti-studynotes{
  padding:21px 25px 25px 25px;
}
.dashboard-noti-studynotes .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:19px;
  width: 100%;
}
.dashboard-noti-studynotes .title-area .title{
  display: flex;
  align-items: center;
}
.dashboard-noti-studynotes .title-area .title h5{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-bottom: 0;
  color:rgba(75, 75, 76, 1);
  margin-right: 8px;
}
.dashboard-noti-studynotes .title-area .title i {
  font-size: 16px;
  color: rgba(171, 171, 171, 1);
}
.dashboard-noti-studynotes .title-area .view-all{
  font-size: 12px;
  color:rgba(246, 139, 31, 1);
  display: flex;
  align-items: center;
}
.dashboard-noti-studynotes .title-area .view-all i{
  font-size: 16px;
  color:rgba(246, 139, 31, 1);
  margin-left:8px;
}
.dashboard-noti-studynotes .doublecard-frame{
  position: relative;
}
.dashboard-noti-studynotes .doublecard-frame .card1{
    box-shadow: 0px 1px 10px 0px rgba(40, 40, 40, 0.15);
    background-color: rgba(255, 255, 255, 1);
    height: 125px;
    margin-left: 12px;
    position: relative;
    border-radius: 5px;
    top: 10px;
    width: 96.5%;
}
.dashboard-noti-studynotes .doublecard-frame .card2{
  box-shadow: 0px 1px 10px 0px rgba(40, 40, 40, 0.15);
  background-color: rgba(255, 255, 255, 1);
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 97%;
  padding: 18px 11px 9px 18px;
}
.dashboard-noti-studynotes .doublecard-frame .title h4{
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  color:rgba(0, 71, 166, 1);
  margin-bottom: 16px;
}
.dashboard-noti-studynotes .doublecard-frame p{
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  color:rgba(110, 110, 110, 1);
  margin-bottom: 16px;
}
.dashboard-noti-studynotes .doublecard-frame .bottom-frame{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-noti-studynotes .doublecard-frame .bottom-frame .date{
font-size: 12px;
font-weight: 600;
line-height: 18.9px;
color:rgba(171, 171, 171, 1)
}
.dashboard-noti-studynotes .doublecard-frame .bottom-frame .readmore{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  color:rgba(255, 90, 90, 1)
  }
  .dashboard-noti-studynotes.study-notes{
    padding-bottom:29px;
  }
  .dashboard-video-classes .title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:19px;
    padding: 0 25px;
    width: 100%;
  }
  .dashboard-video-classes .title-area .title{
    display: flex;
    align-items: center;
  }
  .dashboard-video-classes .title-area .title h5{
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    margin-bottom: 0;
    color:rgba(75, 75, 76, 1);
    margin-right: 8px;
  }
  .dashboard-video-classes .title-area .title i {
    font-size: 16px;
    color: rgba(171, 171, 171, 1);
  }
  .dashboard-video-classes .title-area .view-all{
    font-size: 12px;
    color:rgba(246, 139, 31, 1);
    display: flex;
    align-items: center;
  }
  .dashboard-video-classes .title-area .view-all i{
    font-size: 16px;
    color:rgba(246, 139, 31, 1);
    margin-left:8px;
  }
  
  .dashboard-video-classes .slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin-left: 25px;
  }
  .dashboard-video-classes .slider .owl-carousel .owl-item .item {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    width:158px;
    height:auto;
    position: relative;
  }
  .dashboard-video-classes .slider .owl-carousel .owl-item .item .icon-box {
    position: absolute;
    top: 17%;
    left: 35%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 71, 166, 1);
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dashboard-video-classes .slider .owl-carousel .owl-item .item .icon-box i{
   color:rgba(255, 255, 255, 1);
   font-size: 18px;
  }
  .dashboard-video-classes .slider .owl-carousel .owl-item .item  img{
    border-radius: 10px;
    width: 100%;
  }
  .dashboard-video-classes .slider .owl-carousel .owl-item .item  .title{
    padding:16px 0 0 0;
   }
   .dashboard-video-classes .slider .owl-carousel .owl-item .item  .title h6{
     color:rgba(64, 64, 64, 1);
     font-weight: 400;
     font-size: 12px;
     line-height: 14.52px;
     text-transform: uppercase;
   }
   .dashboard-noti-studynotes.study-notes .doublecard-frame .bottom-frame{
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .dashboard-noti-studynotes.study-notes .icon-box{
    position: absolute;
    right: 10px;
    top: 8px; 
  }
  .app-nav .nav-tabs{
    border-bottom: 1px solid #dee2e6; 
    height: 31px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);

  }
  .app-dashboard .arrow-btn{
    width:27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none
  }
  
   .app-dashboard .arrow-btn i{
    color: rgba(0, 71, 166, 1);
    font-size: 17px;
    transform: rotate(180deg);
  }
  .app-dashboard .arrow-btn.bookmarks.active i{
    color: rgba(246, 139, 31, 1);
  }
  .app-dashboard .arrow-btn.social.like i{
    color: rgba(246, 139, 31, 1);
  }
  .app-dashboard .arrow-btn.social.dislike i{
    color: rgba(246, 139, 31, 1);
  }
  .app-dashboard .title.sec-block{
    color: rgba(64, 64, 64, 1);
    display: flex;
    align-items: center;
   }
   .app-dashboard .sec-block .arrow-btn{
    
    margin-left: 13px;
  }
  .app-dashboard .sec-block i{
    transform: rotate(0deg);
  }

  .c-f ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-f ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: rgba(0, 0, 0, 1);
  display: flex;
}
.c-f ul li p{
  margin-bottom: 10px;
  line-height: 19.95px;
}
.c-f ul li p span{
  color:rgba(246, 139, 31, 1)
} 

.c-f ul li i {
 margin-right: 6px;
}

  .app-dailyquizzes .title{
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    color: rgba(40, 40, 40, 1);
    margin-bottom: 14px;
   }
  .app-dailyquizzes table{
    width: 100%;
  }
  .app-dailyquizzes table .sep{
    width: 20px;
  } 
  .app-dailyquizzes table td{
    padding:8px 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 16.94px;
  }
  .app-dailyquizzes .app-card .card-sep{
    width:111%;
    height: 34px;
    
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-dailyquizzes .app-card .intns ul{
    list-style-type: none;
    margin: 24px 0 0 0;
    padding: 0;
  }
  .app-dailyquizzes .app-card .intns ul li{
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.94px;
    color: rgba(64, 64, 64, 1);
  }
  .app-dailyquizzes .app-card .intns ul li span{
    display: contents;
  }
  .app-dailyquizzes .app-card .intns ul li i{
    padding-right: 10px;
    color:rgba(246, 139, 31, 1);
    font-size: 12px;
  }
  .app-dashboard .app-btn{
    padding: 9px 0;
  }
  .app-nav .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
.app-nav .nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color:rgba(148, 148, 148, 1);
  padding:1rem;
  min-width: 66px;
}
.app-nav .nav-tabs .nav-link::after {
  content: "";
  width: 34px;
  height: 3px;
  background-color:transparent;
  position: relative;
  display: block;
  bottom:-5px;
  text-align: center;
  margin: 0 auto;
}

  .app-nav .nav-tabs .nav-link.active::after {
    content: "";
    width: 34px;
    height: 3px;
    background-color: rgba(246, 139, 31, 1);
    position: relative;
    display: block;
    bottom:-5px;
    text-align: center;
    margin: 0 auto;
  }
  .app-dailyquizzes .tab-content{
    margin-top: 34px;
  }
  .app-dailyquizzes .app-card{
    min-height: 66px;
    display: flex;
    align-items: center;
  }
  .app-dailyquizzes .app-card .left-block{
    display: flex;
    align-items: center;
  }
  .app-dailyquizzes .app-card .left-block .icon-block{
    margin-right: 15px;
  }
  .app-dailyquizzes .app-card .left-block .icon-block i{
    color: rgba(246, 139, 31, 1);
    font-size: 30px;
  }
  .app-dailyquizzes .app-card .t-block{
    display: flex;
    flex-direction: column;
    width:202px;
  }
  .app-dailyquizzes .app-card .t-block .title{
   font-size: 12px;
   font-weight: 500;
   line-height: 14.52px;
   color: rgba(40, 40, 40, 1);
   margin-bottom: 7px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .app-dailyquizzes .app-card .t-block p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: rgba(107, 107, 107, 1);
    margin-bottom: 0;
   }
   .app-dailyquizzes .app-card .icon-block i{
    color: rgba(246, 139, 31, 1);
    font-size: 15px;
  }
  .quiz-module-headr-img{
    height: 70px;
    border-radius:0 0 20px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(270deg, #00439D 0%, #012C67 96.53%),
    linear-gradient(0deg, #0047A6, #0047A6);
  }
  .app-quizz-module{
    margin-top: -50px;
  }
  .app-quizz-module .timer{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    height: 47px;
    font-weight: 500;
    font-size: 16px;
    color:rgba(246, 139, 31, 1);
    margin-bottom: 24px;
  }
  .app-quizz-module .timer.correct {
    color:rgba(0, 168, 30, 1);
  }
  .app-quizz-module .timer.wrong {
    color:rgba(255, 90, 90, 1);
  }
  .app-quizz-module .timer.Skip {
    color:rgba(171, 171, 171, 1);
  }
  .app-quizz-module .timer.Unattended {
    color:rgba(64, 64, 64, 1);
  }
  .app-quizz-module .questian-block{
    position: relative;
  }
  .app-quizz-module .questian-block .questian-title-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 69, 162, 1);
    margin-bottom: 7px;
  }
  .app-quizz-module .questian-block .questian{
    padding: 14px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(246, 139, 31, 1);
  }
  .app-quizz-module .questian-block .questian p{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.94px;
    color:rgba(64, 64, 64, 1);
  }
  .app-quizz-module .questian-block .questian ol{
    padding-left: 1rem;
  }
  .app-quizz-module .questian-block .questian ol li{
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.94px;
    color:rgba(64, 64, 64, 1)
  }
  .app-quizz-module .questian-block .questian ol li:last-child{
    padding-bottom: 0;
  }
  .app-quizz-module .questian-block .save-questian{
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    color: rgba(171, 171, 171, 1);
    margin: 15px 0 5px 0;
  }
  .app-quizz-module .questian-block .save-questian .form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: rgba(246, 139, 31, 1);
}
.app-quizz-module .questian-block .save-questian .form-check-input:checked {
  background-color: rgba(246, 139, 31, 1);
  border-color: rgba(246, 139, 31, 1);
}
.app-quizz-module .questian-block .save-questian .form-check .form-check-input {
  float: none;
  margin-left:6px;
  margin-top: 0.11em;
}
.app-quizz-module .questian-block .options{
  margin-bottom: 60px;
}
.app-quizz-module .questian-block .options ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.app-quizz-module .questian-block .options ul li{
  display: flex;
  align-items: center;
  min-height: 40px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);

  padding: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
  border:1px solid transparent;
  transition: all 0.8s ease;
  cursor: pointer;
}
.app-quizz-module .questian-block .options ul li .left-block{
  display: flex;
}
.app-quizz-module .questian-block .options ul li .left-block .option{
  display: flex;
  width:27px;
  height: 27px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 69, 162, 1);
  margin-right: 19px;
  transition: all 0.8s ease;
}
.app-quizz-module .questian-block .options ul li p{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.94px;
    color:rgba(64, 64, 64, 1);
    margin-bottom: 0;
}
.app-quizz-module .questian-block .options ul li .icon-block i{
  opacity: 0;
  font-size: 17px;
}
.app-quizz-module .questian-block .options ul li.select{
  border:1px solid rgba(0, 69, 162, 1);
}
.app-quizz-module .questian-block .options ul li.select .option{
  background-color:  rgba(0, 69, 162, 1);
  color: rgba(255, 255, 255, 1);
}
.app-quizz-module .questian-block .options ul li.correct{
  border:1px solid rgba(96, 252, 124, 1);
}
.app-quizz-module .questian-block .options ul li.correct .icon-block i{
  color:  rgba(96, 252, 124, 1);
  opacity: 9;
}
.app-quizz-module .questian-block .options ul li.wrong{
  border:1px solid rgba(255, 90, 90, 1);
}
.app-quizz-module .questian-block .options ul li.wrong .icon-block i{
  color:  rgba(255, 90, 90, 1);
  opacity: 9;
}
.app-quizz-module .explanation-title h5{
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 69, 162, 1);
}
.app-quizz-module .explanation{
  background-color: rgba(255, 255, 255, 1);
  padding: 30px 25px;
  margin-bottom: 50px;
  margin-left: -25px;
  margin-right: -25px;
  min-height: 200px;
}
.app-quizz-module .explanation p{
font-size: 14px; 
font-weight: 400; 
color: rgba(64, 64, 64, 1);
line-height: 19.94px;
}


.app-quizz-module .questian-prev-next{
  position: fixed;
  bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(246, 139, 31, 1);
  max-width: 600px;
  width: 100%;
  margin-left: -25px;
  padding: 10px 26px;
  border-radius: 20px 20px 0 0;
}

.app-quizz-module .test-status{
  width:350px;
  height: auto;
  background-color: rgba(241, 245, 255, 1);
  padding-bottom: 50px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 75px;
}

.app-quizz-module .test-status .header-block {
    display: flex;
    justify-content: center;
    padding: 36px 65px 25px 65px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px 20px 0 0;
}
.app-quizz-module .test-status .header-block .st-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    height: 65px;
}
.app-quizz-module .test-status .header-block .st-grid .col{
  font-size: 14px;
  line-height: 16.94px;
  color: rgba(64, 64, 64, 1);
  display: flex;
  justify-content: space-between;
}
.app-quizz-module .test-status .header-block .st-grid .col .idfns{
 width:15px;
 height: 15px;
 background-color: rgba(255, 255, 255, 1);
 border:1px solid rgba(171, 171, 171, 1);
 margin-left: 10px;
}
.app-quizz-module .test-status .header-block .st-grid .col .idfns.attended{
  background-color: rgba(0, 71, 166, 1);
  border:1px solid rgba(0, 71, 166, 1);
 }
 .app-quizz-module .test-status .header-block .st-grid .col .idfns.skip{
  background-color: rgba(217, 217, 217, 1);
  border:1px solid rgba(217, 217, 217, 1);
 }
 .app-quizz-module .test-status .header-block .st-grid .col .idfns.review{
  background-color: rgba(246, 139, 31, 1);
  border:1px solid rgba(246, 139, 31, 1);
 }
 .app-quizz-module .test-status .header-block .st-grid .col .idfns.correct{
  background-color: rgba(96, 252, 124, 1);
  border:1px solid rgba(96, 252, 124, 1);
 }
 .app-quizz-module .test-status .header-block .st-grid .col .idfns.wrong{
  background-color: rgba(255, 90, 90, 1);
  border:1px solid rgba(255, 90, 90, 1);
 }
 .app-quizz-module .test-status .status-corner{
 
  padding: 48px 20px 20px 48px;

 }
 /* width */
 .app-quizz-module .test-status .status-corner .d-block::-webkit-scrollbar {
  width:4px;
  
}

/* Track */
.app-quizz-module .test-status .status-corner .d-block::-webkit-scrollbar-track {
}
 
/* Handle */
.app-quizz-module .test-status .status-corner .d-block::-webkit-scrollbar-thumb {
  background: rgba(216, 216, 216, 1); 
  border-radius: 5px;
}

/* Handle on hover */
.app-quizz-module .test-status .status-corner .d-block::-webkit-scrollbar-thumb:hover {
  background: rgba(216, 216, 216, 1); 
  border-radius: 5px;
}
 .app-quizz-module .test-status .status-corner .d-block{
  height: 200px;
  overflow-x: auto;
  margin-bottom: 25px;

 }
 .app-quizz-module .test-status .status-corner .d-block ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 23px;
    margin: 0;
    padding: 0px 25px 0 0;
}
.app-quizz-module .test-status .status-corner .d-block ul li{
  width:31.5px;
  height: 31.5px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 69, 162, 1);
 }

 .app-quizz-module .test-status .status-corner .d-block ul li.attended{
  background-color: rgba(0, 71, 166, 1);
  color:rgba(255, 255, 255, 1);
 }
 .app-quizz-module .test-status .status-corner .d-block ul li.skip{
  background-color: rgba(217, 217, 217, 1);
 }
 .app-quizz-module .test-status .status-corner .d-block ul li.review{
  background-color: rgba(246, 139, 31, 1);
 }
 .app-quizz-module .test-status .status-corner .d-block ul li.correct{
  background-color: rgba(96, 252, 124, 1);
 }
 .app-quizz-module .test-status .status-corner .d-block ul li.wrong{
  background-color: rgba(255, 90, 90, 1);
 }
 

.app-quizz-module .questian-prev-next .app-btn{
  width:186px;
  height: 28px;
  padding: 5.5px 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.94px;
}
.app-quizz-module .questian-prev-next .prev-next .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(246, 139, 31, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  width:50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
}
.app-quizz-module .questian-prev-next .prev-next .btn i.icon-prev{
  transform: rotate(180deg);
}
.test-result table{
  width: 100%;
  border-color: transparent;
  position: relative;
}
.test-result table td{
  font-weight: 600;
  font-size: 14px;
  line-height: 19.94px;
  color: rgba(171, 171, 171, 1);
  padding: 0.55rem 1rem;
  width: 50%;
}
.test-result table td span.correct{
  color: rgba(0, 168, 30, 1);
}
.test-result table td span.wrong{
  color: rgba(255, 90, 90, 1);
}
.test-result table td span.primary{
  color: rgba(0, 69, 162, 1);
}
.test-result table tr.score{
  background-color: rgba(241, 245, 255, 1);
}
.test-result table tr.score td:first-child {
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
}
.test-result table tr.score td:last-child {
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
}
.test-result .btn {
  color: rgba(246, 139, 31, 1);
  background-color: rgba(241, 245, 255, 1);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  right: 0;
  top:0;
}
 .test-result-bottom-block {
  position: fixed;
  bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  max-width: 600px;
  width: 100%;
  margin-left: -25px;
  padding: 10px 26px;
  border-radius: 20px 20px 0 0;
}
.test-result-bottom-block .share-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.test-result-bottom-block .share-block p{
  font-weight: 400;
  font-size: 14px;
  color: rgba(171, 171, 171, 1);
  margin-bottom: 0;

}
.test-result .btn.top {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}

.common .date-filter{
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.common .date-filter .date{
  width:100%;
  position: relative;
}
.common .date-filter .date .icon-right {
    position: absolute;
    right: 17px;
    top: 8px;
    transform: rotate(90deg);
}
.common .date-filter .date .icon-right i {
  font-size: 14px;
  color: rgba(40, 40, 40, 1);
}
.common .date-filter .date .form-control{
  height: 31px;
  border: 1px solid rgba(171, 171, 171, 1);
  border-radius: 5px;font-size: 14px;
  font-weight: 400;
  padding: 0.22rem 2.25rem 0.22rem 0.75rem;
  background-color: rgba(255, 255, 255, 1);
}
.common .date-filter .filter i{
 font-size: 21px;
 color: rgba(40, 40, 40, 1);
}
.common .date-filter .filter{
  width: 21px;
  margin-left: 21px;
  display: flex;
}
.filter-block{
  width: 275px;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.filter-block .title{
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  color: rgba(0, 71, 166, 1);
  margin-bottom: 22px;
}

.filter-block .filter-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 47px 16px 47px 22px;
    
}
.filter-block .filter-left .form-check{
  display: flex;
}
.filter-block .filter-left .form-check label{
  font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    color: rgba(40, 40, 40, 1);
}
.filter-block .filter-left .form-check-input[type=checkbox] {
  border-radius: 0;
  border-color: rgba(246, 139, 31, 1);
}
.filter-block .filter-left .form-check .form-check-input {
  float: none;
  margin-left: 12px;
  margin-top: -1px;
}
.form-check-input:checked {
  background-color: rgba(246, 139, 31, 1);
  border-color: rgba(246, 139, 31, 1);
}

.filter-block .filter-right {
  width: 100%;
  background-color: rgba(1, 44, 103, 1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 520px;
  padding: 47px 16px 47px 22px;
}
.filter-block .filter-right ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter-block .filter-right ul li a {
  padding:7px 0;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid rgba(171, 171, 171, 1);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  display: block;
}
.common .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  color: rgba(40, 40, 40, 1);
  margin-bottom: 14px;
}
.common .app-card{
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common .app-card .left-block{
  display: flex;
  align-items: center;
}
.common .app-card .left-block .icon-block{
  margin-right: 15px;
}
.common .app-card .left-block .icon-block i{
  color: rgba(246, 139, 31, 1);
  font-size: 30px;
}
.common .app-card .t-block{
  display: flex;
  flex-direction: column;
  width:202px;
}
.common .app-card .t-block .title{
 font-size: 14px;
 font-weight: 500;
 line-height: 14.52px;
 color: rgba(40, 40, 40, 1);
 margin-bottom: 7px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.common .app-card .t-block p{
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: rgba(107, 107, 107, 1);
  margin-bottom: 0;
 }
 .common .app-card .icon-block i{
  color: rgba(246, 139, 31, 1);
  font-size: 15px;
}
.common .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
}
.common .pagination .page-item{
  width:100%;
}
.common .pagination .page-item .page-link {
  padding: 0.115rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(40, 40, 40, 1);
  transition: none !important;
  background-color: #fff;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  min-width: 58px;
  color: rgba(40, 40, 40, 1);
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  min-width: 58px;
  color: rgba(0, 69, 162, 1);
}
.common .pagination .page-item.page-link:hover {
  z-index: 2;
  background-color:#fff;
  border-color: #dee2e6;
}
.common .pagination .page-item.page-link::selection{
  box-shadow: none !important;
  outline: none !important;
}
.common .page-item:nth-child(1) .page-link,
.common .page-item:nth-child(2) .page-link,
.common .page-item:nth-child(3) .page-link,
.common .page-item:nth-child(4) .page-link,
.common .page-item:nth-child(5) .page-link{
  border-right:0;
}
.common .viewer{
  width:100%;
  padding-bottom: 35px;
}
.common .viewer img{
  max-width:100%;
}
.common .questian-prev-next {
  position: fixed;
  bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(246, 139, 31, 1);
  max-width: 600px;
  width: 100%;
  padding: 10px 26px;
  border-radius: 20px 20px 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.common .questian-prev-next .prev-next .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(246, 139, 31, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  padding: 0;
}
.common .questian-prev-next .prev-next .btn i.icon-prev {
  transform: rotate(180deg);
}
.common .questian-prev-next .view-pagination {
  color: rgba(246, 139, 31, 1);
  font-weight: 600;
  font-family: 14px;
}



.common .questian-prev-next-new {
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(246, 139, 31, 1);
  max-width: 600px;
  width: 100%;
  padding: 10px 26px;
  border-radius: 20px 20px 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.common .questian-prev-next-new .prev-next .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(246, 139, 31, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  padding: 0;
}
.common .questian-prev-next-new .prev-next .btn i.icon-prev {
  transform: rotate(180deg);
}
.common .questian-prev-next-new .view-pagination {
  color: rgba(246, 139, 31, 1);
  font-weight: 600;
  font-family: 14px;
}



.common .topic {
  margin-bottom: 34px;
}
.common .topic .form-select{
  height: 31px;
  border: 1px solid rgba(171, 171, 171, 1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.22rem 2.25rem 0.22rem 0.75rem;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(40, 40, 40, 0.5);
  margin-bottom: 14px;
}
.common .topic .form-select:focus{
  outline: none;
  box-shadow: none;
}
.common .study-notes .app-card .t-block{
  width: 200px;
}
.common .study-notes .app-card .t-block p{
  font-size: 12px;
  font-weight: 400;
  color:rgba(171, 171, 171, 1);
  margin-bottom: 0;
}
.common .more-videos .app-card .t-block{
  width: 200px;
}
.common .more-videos .app-card .t-block p{
  font-size: 12px;
  font-weight: 400;
  color:rgba(171, 171, 171, 1);
  margin-bottom: 0;
}
.common .more-videos .tab-content {
  margin-top: 34px;
}
.more-videos  .app-card .t-block .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  color: rgba(40, 40, 40, 1);
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-videos .app-nav .nav-tabs{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    height: 52px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
}
.app-nav .nav-tabs .nav-link {
  color: rgba(64, 64, 64, 1);
}
.more-videos .app-nav .nav-tabs .nav-link.active {
  color: rgba(0, 71, 166, 1);
}

.more-videos .app-nav .nav-tabs .nav-link.active::after {
  width: 50px;
}
.more-videos .nav-tabs .nav-link::after {
  width: 50px;
}
.searchbox{
  margin-bottom: 34px;
  position: relative;
}
.searchbox .input-group > .form-control{
 background-color: rgba(255, 255, 255, 1);
 height: 31px;
 border-radius: 5px;
 border:0;
 font-size: 14px;
 font-weight: 400;
}
.searchbox .input-group .btn {
  background-color: rgba(246, 139, 31, 1);
  border-top-left-radius: 0;
  border-bottom-left-radius:0;
  border-top-right-radius: 5px;
  border-bottom-right-radius:5px;
  height: 31px;
  border: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}.searchbox .input-group .btn:focus{
  outline: 0 !important;
  box-shadow: none !important;
}
.searchbox .input-group .btn i {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.resoult-tab {
  justify-content: flex-start;
  flex-direction: column;
  width:calc(100% - 38px);
  height: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 6px 30px -10px #d5dbed;
  overflow: hidden;
  transition: height 359ms cubic-bezier(0.27, 0.7, 0, 0.99);
  position: absolute;
  top:35px;
  padding: 15px;
  opacity: 0;
}

.resoult-tab-active {
  height: calc(calc(var(--sh) / 2) * 4);
  transition: height 399ms cubic-bezier(0.27, 0.7, 0, 0.99);
  opacity: 1;
}

.ul-title {
  justify-content: flex-start;
  height: 35px;
  background: transparent;
}
.ul-title p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(171, 171, 171, 1);
}

.resoult-tab ul {
  width: 100%;
  height: auto;
  background: transparent;
  position: relative;
  border-radius: 6px;
  padding: 0;
}
.resoult-tab ul li {
  box-sizing: border-box;
  padding:0 0 8px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(20, 98, 255, 0);
  transition: background 399ms ease;
  display: flex;
}
.resoult-tab ul li .li-icon {
  margin-right: 12px;
}
.resoult-tab ul li .icon {
  color: rgba(171, 171, 171, 1);
  font-size: 14px;
  margin-right: 15px;
}
.resoult-tab ul li .li-text {
  font-size: 12px;
  color: rgba(40, 40, 40, 1);
  font-weight: 500;
  cursor: pointer;
}
.resoult-tab ul li .icon-right {
  color: rgba(171, 171, 171, 1);
  font-size: 14px;
}
.li-active {
  animation: displayList 699ms cubic-bezier(0.6, 0.18, 0.5, 0.99) forwards;
  transform: translatey(40px);
  opacity: 0;
}

.li-1 {
  animation-delay: 99.5ms;
}

.li-2 {
  animation-delay: 199ms;
}

.li-3 {
  animation-delay: 298.5ms;
}

@keyframes displayList {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}


.notifications .app-card{
  display: block;
}
.notifications .app-card p{
  font-size: 12px;
  font-weight: 500;
  line-height: 19.97px;
  color: rgba(110, 110, 110, 1);
  margin-bottom: 10px;
}
.notifications .app-card p span{
  font-weight: 700;
  color: rgba(0, 71, 166, 1);
}
.notifications .app-card .bottom-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notifications .app-card .bottom-block .date{
  font-size: 12px;
  font-weight: 400;
  color:rgba(107, 107, 107, 1);
}
.notifications .app-card .bottom-block  i{
  font-size: 14;
  color:rgba(171, 171, 171, 1);
}
 .view-more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
 .view-more span{
  font-size: 12px;
  font-weight: 400;
  color:rgba(246, 139, 31, 1);
}
.view-more .btn{
  width:24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
.view-more .btn i {
  color:rgba(246, 139, 31, 1);
  font-size: 12px;
  transform: rotate(90deg);
}
.video-details{
  padding: 15px 25px;
}
.video-details .title-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-details .title-area h3{
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:260px;
  margin-bottom: 0;
  color: rgba(64, 64, 64, 1);
}
.video-details .decp{
  font-weight: 400;
  font-size: 12px;
  color: rgba(64, 64, 64, 1);
  margin-bottom: 6px;
}
.video-details .share-block{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.video-details .share-block p{
  font-weight: 400;
  font-size: 12px;
  color: rgba(171, 171, 171, 1);
  margin-bottom: 0;

}

.mymentor-course .app-card{
  flex-direction: column;
  align-items: inherit;
}
.mymentor-course .app-card .middle{
  padding: 16px 0;
}
.mymentor-course .app-card .middle h5{
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 71, 166, 1);
}
.mymentor-course .app-card .middle p{
  font-weight: 500;
  font-size: 12px;
  color:rgba(255, 90, 90, 1);
}
.mymentor-course .app-card .middle i{
  color: rgba(207, 207, 207, 1);
  margin-left: 20px;
  font-size: 19px;
}
.mymentor-course .app-card .c-f{
  display: none;
}

.delete-account .header-block{
  display: flex;
  flex-direction:column;
  align-items: center;
}
.delete-account .header-block h5{
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 71, 166, 1);
  padding: 16px 0;
}
.delete-account .header-block p{
  font-size: 15px;
  font-weight: 500;
  color: rgba(64, 64, 64, 1);
  line-height: 21px;
  text-align: center;
}
.delete-account .header-block .emoji{
  width:60px;
  height: 60px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.delete-account .list{
  margin: 31px 0;
 }
 .delete-account .list ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
  }
  .delete-account .list ul li{
   margin-bottom: 21px;
  }
  .delete-account .list ul li a{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width:100%;
   min-height: 50px;
   padding:0 30px 0 19px;
   background-color: rgba(255, 255, 255, 1);
   color: rgba(171, 171, 171, 1);
   font-weight: 600;
   line-height: 22.05px;
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
   border-left:3px solid rgba(0, 69, 162, 1);
   text-decoration: none;
  }
  .delete-account .list ul li a i{
   font-size: 24px;
   color:rgba(172, 172, 172, 1)
  }
  .delete-account .list ul li a.active i {
   color: #F68B1F;
  }
  .delete-account .list ul li a.active i {
   color: #F68B1F;
  }
.change-pwd .header-block{
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.change-pwd .input-wrapper {
  margin-top:30px;
}
.change-pwd .input-wrapper .input-frame {
  margin-bottom: 24px;
  position: relative;
}
.change-pwd .input-wrapper .form-label{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(171, 171, 171, 1);;
}
.change-pwd .input-wrapper .form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(171, 171, 171, 1);
    width: 100%;
    color: rgba(171, 171, 171, 1);
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    height: 30px;
    border-radius: 0;
    padding-left: 0;
}
.change-pwd .input-wrapper .form-control:focus{
  box-shadow: none;
}
.change-pwd .input-wrapper .pwd-criteria{
  margin-top: 44px;
  margin-bottom: 34px;
}
.change-pwd  .input-wrapper .pwd-criteria ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.change-pwd .input-wrapper .pwd-criteria ul li{
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  padding-bottom: 7px;
  color:rgba(171, 171, 171, 1);
}
.change-pwd .input-wrapper .pwd-criteria ul li i{
  padding:0 11px 0 0;
  color: #ABABAB;

}
.common .parchase-details .app-card{
  flex-direction: column;
  align-items: inherit;
}
.common .parchase-details .app-card.silver{
  border-top: 3px solid rgba(222, 222, 222, 1);
}
.common .parchase-details .app-card.gold{
  border-top: 3px solid rgba(245, 214, 99, 1);
}
.common .parchase-details .app-card.platinum{
  border-top: 3px solid rgba(181, 226, 255, 1);
}

.common .parchase-details .app-card .header-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common .parchase-details .app-card .left-block {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.common .parchase-details .app-card .left-block .title-block{
  display: flex;
  align-items: center;
}
.common .parchase-details .app-card .left-block .title-block h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: rgba(0, 71, 166, 1);
  margin-bottom: 0;
}
.common .parchase-details .app-card .left-block .title-block .img-block{
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: rgba(0, 71, 166, 1);
  margin-left: 12px;
}
.common .parchase-details .app-card .left-block  p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(171, 171, 171, 1);
  margin-bottom:10px;
}
.common .parchase-details .app-card .left-block  p span.badge {
  color: rgba(64, 64, 64, 1);
  background-color: rgba(96, 252, 124, 1);
}
.common .parchase-details .app-card .left-block  p.subscribed{
  color: rgba(64, 64, 64, 1);
}
.common .parchase-details .app-card .icon-block i{
  color:rgba(207, 207, 207, 1);
}
.common .parchase-details .app-card .c-f{
  margin-top:10px;
  padding-top: 20px;
  border-top: 1px solid rgba(171, 171, 171, 1);
}
.common .parchase-details .app-card .c-f ul li i {
  margin-top: 3px;
  color:rgba(96, 252, 124, 1);
}
.common .parchase-details .app-card .c-f .discount-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: rgba(171, 171, 171, 1);
  margin-right: 10px;
  text-decoration: line-through;
}
.common .parchase-details .app-card .c-f .dicount-percentage{
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: rgba(96, 252, 124, 1);
}

.common .parchase-details .app-card .c-f .price-block{
  min-width: 120px;
  height: 44px;
  border-radius: 25px 0 0 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: -14px;
  color:rgba(255, 90, 90, 1);
  font-size: 20px;
  font-weight: 700;
}
.common .parchase-details .app-card .c-f .price-block i{
  font-size: 19px;
  margin-right:6px;
}
.common .parchase-details .app-card .c-f .premocode-block{
  width: 100%;
  display: flex;
  align-items: center;
}
.common .parchase-details .app-card .c-f .premocode-block .form-control{
    display: block;
    width:calc(100% - 64px);
    min-height: 35px;
    height: 35px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    outline: none;
    border: 1px solid rgba(171, 171, 171, 0.5);
    transition: all 0.22s ease;
    border-radius:10px;
    color: rgba(171, 171, 171, 1);
    font-weight: 500;
    font-size: 12px;
}
.common .parchase-details .app-card .c-f .premocode-block .btn{
  width:56px;
  height:35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(246, 139, 31, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 12px;
  border-radius: 10px;
  margin-left: 8px;
}
.common .parchase-details .app-card .c-f .premocode-block .btn:focus{
  box-shadow: none;

}
.common .bill-details .app-card .title{
   border-bottom:1px solid rgba(171, 171, 171, 0.5);
   padding-bottom: 10px;
}

.common .bill-details .app-card .title h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: rgba(64, 64, 64, 1);
  margin-bottom: 0;
}
.common .bill-details .app-card table{
  border-color: transparent;
}
.common .bill-details .app-card table td{
  color: rgba(171, 171, 171, 1);
  font-weight: 500;
  font-size: 14px;
  padding: 3px 0;
}
.common .bill-details .app-card table td span.dark{
  color: rgba(64, 64, 64, 1);
}
.common .bill-details .app-card table td span.green{
 color:rgba(43, 184, 38, 1);
}
.payment-status .header-block{
  background-image: url(../images/Sparkles.png);
  background-size: cover;
  width: 234px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 39px;
}
.payment-status.success .header-block .icon-block{
  width:81px;
  height: 81px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(96, 252, 124, 0.15);
  border-radius: 50%;
}
.payment-status.success .header-block .icon-block i{
  font-size: 61px;
  color: rgba(46, 187, 42, 1);
}
.payment-status .middle-block{
  display: flex;
  flex-direction: column;
  margin-top:20px ;
  align-items: center;
}
.payment-status .middle-block h5{
  margin-bottom:15px ;
  color:rgba(64, 64, 64, 1);
  font-weight: 500;
  font-size: 16px;
}
.payment-status .middle-block p{
  color:rgba(171, 171, 171, 1);
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0;
}
.payment-status .details-block{
  border-top: 1px solid rgba(171, 171, 171, 0.5);
  margin-top: 19px;
}
.payment-status .details-block h5{
  margin-top:21px ;
  color:rgba(0, 71, 166, 1);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
}
.payment-status .details-block table{
  margin-top: 25px;
}
.payment-status .details-block  table td{
  color: rgba(171, 171, 171, 1);
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 0;
}
.payment-status .details-block  table td span.dark{
  color: rgba(64, 64, 64, 1);
}
.payment-status .details-block  table td span.green{
color:rgba(43, 184, 38, 1);
}
.payment-status .details-block  table td span.red{
  color:rgba(255, 90, 90, 1);
  }
.payment-status .details-block  table  tr:last-child  td{
  border-color: transparent;
}
.payment-status.failed .header-block{
  background-image:inherit;
  background-size: inherit;
  width: 234px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 39px;
}
.payment-status .header-block .icon-block{
  background-color: rgba(255, 90, 90, 0.08);
}
.payment-status.failed .header-block .icon-block i{
  font-size: 61px;
  color: rgba(255, 90, 90, 1);
}
.my-subscription .top-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common .my-subscription .app-card.secondary-border{
  border-top: 3px solid rgba(246, 139, 31, 1);
}
.my-subscription .top-block p{
  color: rgba(171, 171, 171, 1);
  font-weight: 500;
  font-size: 14px;
  padding: 3px 0;
  margin-bottom: 0;
}
.my-subscription .top-block .icon-block i {
  color: rgba(207, 207, 207, 1);
  margin-left: 20px;
  font-size: 19px;
}
.my-subscription .top-block p .dark{
  color: rgba(64, 64, 64, 1);
}
.my-subscription .or-spacer {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.my-subscription .or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.my-subscription .or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px rgb(147 141 141 / 45%);
}
.my-subscription .top-block p span.badge.success {
  color: rgba(64, 64, 64, 1);
  background-color: rgba(96, 252, 124, 1);
}
.my-subscription .top-block p span.badge.failed {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 90, 90, 1);
}
.my-subscription .top-block .badge{
  width:82px;
}
.my-subscription .top-block .price-block {
  position: absolute;
  top:15px;
  right: -13px;
  min-width: 71px;
  height: 30px;
  border-radius: 15px 0 0 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: rgba(0, 71, 166, 1);
  font-size:14px;
  font-weight: 600;
}
.logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width:32px;
  height: 32px;
  border-radius: 50%;
  background:linear-gradient(180deg, #002960 0%, #003782 100%);
}
.account{
  background-color: rgba(255, 255, 255, 1);
}
.account .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.account .menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 16.94px;
  padding: 16px 28px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid rgba(110, 110, 110, 0.3);
  text-decoration: none;
  color: rgba(40, 40, 40, 1);
}

.account .menu li a .icon i{
  margin-right:25px;
  color: rgba(246, 139, 31, 1);
  font-size: 18px;
}
.account .menu li a  i{
  color: rgba(246, 139, 31, 1);
  font-size: 18px;
}
.account .menu li a:focus, .nav li a:hover {
  text-decoration: none;
}
.contact-us .header-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.contact-us .text-block {
  margin-bottom: 30px;
}

.contact-us .text-block p{
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color:rgba(171, 171, 171, 1);
}
.contact-us .text-block p span{
  color:rgba(246, 139, 31, 1);
}
.contact-us .middle-block{
  padding: 26px 0;
  border-top: 1px solid rgba(171, 171, 171, 0.5);
  border-bottom:1px solid rgba(171, 171, 171, 0.5);
}
.contact-us .text-block p{
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color:rgba(171, 171, 171, 1);
}
.contact-us .middle-block p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color:rgba(64, 64, 64, 1);
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}
.contact-us .middle-block p span{
  width:35px;
  display: inline-block;
}
.contact-us .bottom-block{
  padding: 41px 0;
  text-align: center;
}
.contact-us .bottom-block p{
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color:rgba(171, 171, 171, 1);
}

.pop-outer{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1072;
    opacity: 1;
    transition: opacity .15s linear;
    background-color: rgb(108 117 125 / 32%);
    
}
.dailog{
  margin: 3rem auto;
  height: fit-content;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    justify-content: center;
}

.popup{
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 36px 25px;
  position: relative;
}
.pop-btn-close{
  box-sizing: content-box;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  border-color: transparent;
}
.pop-btn-close i{
 color: rgba(255, 255, 255, 1);
 font-size: 24px;
}
.account-popup{
  text-align: center;
  width: 285px;
}
.account-popup h5{
  color: rgba(0, 71, 166, 1);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 37px;
}
.account-popup p{
  color: rgba(64, 64, 64, 1);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
}
.account-popup .app-btn{
  width:106px;
  height: 35px;
  padding: 5px 0;
  border-radius: 5px;
}
.emoji-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.emoji {
  width: 60px;
  height: 60px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.emoji i{
  color:rgba(255, 90, 90, 1);
  font-size: 32px;
}

.quiz-module-popup{
  text-align: center;
  width: 326px;
}
.quiz-module-popup .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 15px;
}
.quiz-module-popup .icon-block .icon-circle {
  width: 34px;
  height: 34px;
  background-color: rgba(241, 245, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.quiz-module-popup .icon-block .icon-circle  i{
  color:rgba(246, 139, 31, 1);
  font-size: 19px;
}
.quiz-module-popup p{
  color: rgba(64, 64, 64, 1);
  font-size: 14px;
  font-weight:600;
  margin-bottom: 12px;
}
.common-popup{
  width:205px;
  text-align: center;
}
.common-popup .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top:-50px;
}
.common-popup .icon-block i{
  color:rgba(96, 252, 124, 1);
  font-size: 49px;
}
.common-popup h5{
  color: rgba(0, 71, 166, 1);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 37px;
}
.common-popup p{
  color: rgba(64, 64, 64, 1);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 27px;
}
.common-popup.promocode .icon-block {
  margin-bottom: 10px;
}
.common-popup.promocode h3{
  color: rgba(0, 71, 166, 1);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 19px;
}
.common-popup.promocode h6{
  color: rgba(0, 71, 166, 1);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 19px;
}
.common-popup p{
  color:rgba(64, 64, 64, 1);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 27px;
}
.common-popup p{
  margin-bottom: 0;
}
.subs-popup{
  width: 270px;
  padding: 0;
  background-color: rgba(241, 245, 255, 1);
  height: 350px;
}
.subs-popup .header-block{
    padding: 0 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.subs-popup .header-block .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top:-25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.subs-popup .header-block .icon-block.end {
  background-color: rgba(255, 90, 90, 1);
}
.subs-popup .header-block .icon-block.free-end {
  background-color:rgba(246, 139, 31, 1) ;
}
.subs-popup .header-block .icon-block img{
  
}
.subs-popup .header-block h5{
  color: rgba(0, 71, 166, 1);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.subs-popup .header-block p{
  color: rgba(171, 171, 171, 1);
  font-size: 12px;
  font-weight: 500;
  margin-bottom:16px;
  line-height: 18px;
}

.subs-popup .app-card{
  border-radius: 10px;
  box-shadow: none;
  padding: 22px;
  flex-direction: column;
}
.subs-popup .app-card .c-f ul{
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.subs-popup .app-card .c-f ul li{
  font-size: 12px;
  color: rgba(110, 110, 110, 1);
  padding-bottom: 8px;
}
.subs-popup .app-card .c-f ul li:last-child{
  padding-bottom:0px;
}
.subs-popup .app-card .c-f ul li p{
  line-height: inherit;
  margin-bottom: 0;
}
.subs-popup .app-card .c-f ul li i {
 color: rgba(96, 252, 124, 1);
}
.subs-popup .app-card .app-btn{
  width:229px;
  height: 34px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.coursebottom {
  padding-bottom: 35px;
}

.footer{
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    top: auto;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 44px;
    transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
    background-position: 5px center;
    z-index: 2;
    max-width: 600px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background-color:rgba(255, 255, 255, 1);
}
.footer ul{
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.footer ul li a{
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color:rgba(171, 171, 171, 1);
  transition: opacity 0.5s ease-in-out;
  border-top: 3px solid rgba(255, 255, 255, 1); 
  font-family: 'Roboto', sans-serif;
}
.footer ul li a span{
 font-size:12px;
 font-weight: 400;
 line-height: 18.9px;
}
.footer ul li a i{
  font-size: 15px;
  padding-bottom: 4px;
}
.footer ul li a:hover, .footer ul li a.active{
  color: #0047A6;
  border-top: 3px solid #0047A6; 
}

/* COLORS */
.app-primary{
  color: #0045A2 !important;
}
.app-secondary{
  color: rgba(246, 139, 31, 1) !important;
}
.app-white{
  color: rgba(255, 255, 255, 1) !important;
}
.app-success{
  color:rgba(96, 252, 124, 1) !important;
  
}
.app-danger{
  color: rgba(255, 90, 90, 1) !important;
}
.app-dark{
  color:rgba(40, 40, 40, 1)!important;
}
.app-bg-primary{
  background-color:#0045A2 !important;
}
.app-bg-secondary{
  background-color:rgba(246, 139, 31, 1) !important;
}
.app-bg-danger{
  background-color: rgba(255, 90, 90, 1)  !important;
}
.app-bg-success{
  background-color:rgba(96, 252, 124, 1) !important;
}
.app-bg-white{
  background-color:rgba(255, 255, 255, 1) !important; 
}
/* BUTTON */

.app-btn {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-weight: 400;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  transition: all 0.22s ease;
  width:100%;
}

.app-btn-primary {
  border-radius: 10px;
  color: white;
  padding: 12px 0 12px 0;
  font-weight: bold;
  font-size: 16px;
  background-color: #0045A2;
}

.app-btn-secondary {
  border-radius: 10px;
  color: white;
  padding: 12px 0 12px 0;
  font-weight: bold;
  font-size: 16px;
  background-color: #F68B1F !important;
}
.app-btn-light {
  border-radius: 10px;
  color: white;
  padding: 12px 0 12px 0;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(172, 172, 172, 1)
}
.app-btn-success {
  border-radius: 10px;
  color: white;
  padding: 12px 0 12px 0;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(43, 184, 38, 1);

}
.cd-border-top{
  border-top: 5px solid rgba(96, 252, 124, 1);
}
.cd-border-radius{
  border-radius: 20px 20px 0 0;
}
/* INPUT */
input:focus, button:focus{
 outline: none !important;
 box-shadow: none !important;
}

.app-card{
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background-color:rgba(255, 255, 255, 1) ;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-bottom: 14px;
}
.tranform-none{
  transform: rotate(0) !important;
} 
.badge {
  display: inline-block;
  padding: 4px 0.65em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.margin-bottom-100{
  margin-bottom: 100px;
}