@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{font-family: 'Poppins', sans-serif;}

.login_bg{background: #f0f0ff;}
.login_card{background: #ffff; border-radius: 10px; }
.btn_c{background: #1c3c91; background: linear-gradient(180deg, #1c3c91 0%, #0c6fbd 100%); color: #fff;}
.btn_c:hover{background: #1c3c91; background: linear-gradient(180deg, #2d53be 0%, #0c6fbd 100%); color: #fff;}
.dropdown-toggle::after{display: none;}
.footer{background: #1e222b; text-align: center; color: #c9d5f7; padding: 7px 0px; position: fixed; width: 100%; bottom: 0; left: 0; z-index: 9999; font-size: 14px;}
.section{padding: 50px 0;}
.heading1{font-size: 30px; font-weight: 600; color: #1c3c91;}
.heading2{font-size: 20px; font-weight: 600; color: #1c3c91;}
.border_live { height: 3px; width: 150px;background: linear-gradient(253.92deg,#2d53be 0%,#0c6fbd 40.97%,#2d53be 100%); margin: 15px auto 20px;  position: relative;
    border-radius: 5px;  overflow: hidden;}
  .border_live::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 5px; background: #ffffff;
      -webkit-animation-duration: 2s;  animation-duration: 2s;  -webkit-animation-timing-function: linear;
      animation-timing-function: linear;  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;
      -webkit-animation-name: move-ani;  animation-name: move-ani;}
    @keyframes move-ani {
      from {   transform: translateX(0)  }
      to {  transform: translateX(150px)  }
    }

    .quiz_box h2{font-size: 20px; font-weight: 600; color: #fff; padding: 7px 0; background: #1c3c91; border-radius: 5px 5px 0 0;}
    .quiz_box_footer{background: #e0e8ff; padding: 10px 0; border-radius: 0 0 5px 5px; margin-top: 30px;}
    
.quiz_list{list-style: none; display: flex; margin: 0; padding: 0;}
.quiz_list li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    box-shadow: #abb2c5 0 0 5px;
    margin: 5px;
    line-height: 29px;
    font-size: 14px;
}