body {
  font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 400px) {
  .footer-lin {
    text-align: center;
  }
  .footer-lin a {
    display: block;
  }
}
a:hover {
  text-decoration: none;
}

.line-through {
  text-decoration: line-through;
}

.navbar {
  border-bottom: 1px solid #eef0f3;
}

.navB-items {
  font-size: 14px;
  font-weight: 450;
  color: #041b38;
  transition: all 0.2s ease-in-out;
}

.navB-items-d {
  font-size: 14px;
  font-style: 400;
  color: #041b38;
}

.user-img {
  height: 40px;
  width: 40px;
}

.countdown {
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
}

.navbar-brand {
  height: 36px;
}

.btn-primary {
  background-color: #1320fd;
  font-size: 14px;
  font-weight: medium;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fffefe;
}

.pass_icon {
  float: right;
  position: relative;
  bottom: 31px;
  right: 16px;
}

.outline_btn {
  border: 1px solid #1320fd !important;
  font-size: 12px;
  font-weight: 450;
  color: #1320fd;
  padding: 10px;
}
.outline_btn:hover {
  color: #1320fd !important;
}

.normalInput {
  border: 1px solid #c3c8d5;
}

.selectInput {
  border-style: solid;
  border-width: 1px;
  border-color: #c3c8d5;
  border-radius: 3px;
  font-size: 14px;
  color: #13154a;
}

.Rounded_Rectangle {
  border-radius: 10px;
  background-color: #13154a;
  position: absolute;
  left: 163px;
  top: 4px;
  width: 26px;
  height: 21px;
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.searching ::placeholder {
  color: red;
}
.searching ::-webkit-input-placeholder {
  /* Edge */
  color: red;
}
.searching :-ms-input-placeholder {
  /* Internet Explorer */
  color: red !important;
}

.rounded-rectangle {
  background-color: #f9f9ff;
  border-radius: 6px;
}

.card {
  border-radius: 10px 10px 10px 10px;
  margin: 0px 1% 1% 1%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.card .card-head {
  height: 70%;
  border-radius: 10px 10px 0px 0px;
  background-color: #1320fd;
  transition: all 0.2s ease-in-out;
}
.card:hover {
  text-decoration: none;
  transform: translateY(-10px);
  box-shadow: 0px 16px 19.95px 1.05px rgba(19, 32, 253, 0.09);
}
.card:hover .card-head {
  background-color: #13154a;
}
.card:hover a {
  text-decoration: none;
}

del{

  color:#ec8923!important;
}

ins{

  color:#12d187!important;
}

.card:hover .card-a {
  color: #1320fd;
  transition-property: color;
  transition-duration: 0.1s;
  transition-delay: 0.1s;
}
.card:hover .cls-6 {
  fill: #1320fd;
}

.smallCard {
  border-style: solid;
  border-width: 1px;
  border-color: #c3c8d5;
  border-radius: 10px;
  background-color: #f9f9ff;
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
}

.card-container {
  text-decoration: none;
}

.search-svg {
  float: right;
  position: relative;
  bottom: 26px;
  right: 9px;
}

.cirle-bg {
  position: absolute;
  left: 60%;
  bottom: 16%;
  height: 100%;
  opacity: 0.1;
}

.cirle-bg-h {
  position: absolute;
  left: 72%;
  bottom: -18%;
  height: 160%;
  opacity: 0.4;
}

.card-img-top {
  position: relative;
  overflow: hidden;
}

.cours_card {
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.cours_card:hover {
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #1320fd;
  box-shadow: 0px 16px 19.95px 1.05px rgba(19, 32, 253, 0.09);
}
.cours_card:hover a {
  text-decoration: none;
  color: #1320fd;
}
.cours_card:hover .cls-6 {
  fill: #1320fd;
}

.cours_card_e {
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  background-image: url(/assets/images/blackie.png);
  background-position-y: -10px;
  background-position-x: 139%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: auto 88%;
  border: 1px solid transparent;
}

.info {
  border-radius: 10px;
  background-color: #f9f9ff;
  position: relative;
  overflow: hidden;
}

.gradient {
  background: linear-gradient(90deg, #f9f9ff 50%, #fff 50%);
  border-bottom: 1px solid #c3c8d5;
}

.zoom_image {
  width: 100%;
}

.custom-control {
  min-height: 1.5rem;
  padding: 5px 2px 5px 35px;
  width: 519px;
  height: 51px;
  border-radius: 10px;
  background-color: #f9f9ff;
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  border-radius: 10px;
  display: block;
  border: 1px solid #1320fd;
}

/* The container */
.lb_container {
  display: block;
  border: 1px solid transparent;
  position: relative;
  border-radius: 10px;
  padding-left: 51px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  color: #13154a;
  display: flex;
  align-items: center;
}
.lb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.lb_container:hover {
  background-color: #f9f9ff;
}
.lb_container:hover input ~ .checkmark {
  border: 1px solid #13154a;
  border-radius: 50%;
}
.lb_container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Hide the browser's default radio button */
/* Create a custom radio button */
.checkmark {
  position: absolute;
  position: absolute;
  left: 10px;
  height: 25px;
  width: 25px;
  background-color: #f9f9ff;
  border-radius: 50%;
  border: 1px solid rgba(19, 21, 74, 0.28);
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.lb_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.lb_container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.right_answer {
  border: 1px solid #1320fd;
  overflow: auto;
  border-radius: 10px;
  background-color: #f9f9ff;
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  transition: all 0.2s ease-in-out;
}
.right_answer input:checked ~ .checkmark {
  background-color: #1320fd;
}

.questions_row {
  min-height: 414px;
}

.right_answer_right {
  border: 1px solid #12d187;
  overflow: auto;
  border-radius: 10px;
  color: #12d187;
  background-color: #f9f9ff;
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  height: 56px;
  transition: all 0.2s ease-in-out;
}
.right_answer_right input:checked ~ .checkmark {
  background-color: #12d187;
  border: 1px solid #12d187;
}
.right_answer_right:hover {
  background-color: #f9f9ff;
  height: 56px;
}
.right_answer_right:hover input ~ .checkmark {
  border: 1px solid #12d187;
  border-radius: 50%;
}

.right_answer_wrong {
  overflow: auto;
  border-radius: 10px;
  color: #ff8c14;
  height: 56px;
  text-decoration: line-through;
  border: none;
  transition: all 0.2s ease-in-out;
}
.right_answer_wrong input:checked ~ .checkmark {
  background-color: #ff8c14;
  border: 1px solid #ff8c14;
}
.right_answer_wrong:hover {
  height: 56px;
}
.right_answer_wrong:hover input ~ .checkmark {
  border: 1px solid #ff8c14;
  border-radius: 50%;
}

.video-player {
  min-height: 400px;
}

.video {
  width: 95%;
}

.all {
  min-height: 600px;
}

.zoom_icon {
  border: 1px solid #c3c8d5 !important;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.788);
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  padding: 0px;
}

.zoom_containe {
  position: relative;
}

.zoom_link {
  position: relative;
  top: 62px;
  left: 86%;
  color: #13154a;
}
.zoom_link:hover {
  color: #13154a;
}

@media screen and (max-width: 720px) {
  .gradient {
    background: linear-gradient(90deg, #f9f9ff 50%, #f9f9ff 50%);
  }
}
.audio_cont {
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  border-radius: 10px 10px 10px 10px;
  background: white;
}
.audio_cont .back_aud {
  background: white;
  border-radius: 0px 0px 10px 10px;
  height: 60px;
}
.audio_cont .back_aud_img {
  border-radius: 10px 10px 0px 0px;
}

audio::-webkit-media-controls-panel {
  background-color: white;
}

.info-svg {
  position: absolute;
  left: 55%;
  top: 45%;
  height: 79%;
  opacity: 0.5;
  width: 79%;
}

.page-item {
  box-shadow: 0px 2px 19.95px 1.05px rgba(19, 32, 253, 0.09);
  border-radius: 10px;
}
.page-item a {
  color: #13154a;
}
.page-item .active {
  color: #1320fd;
  font-weight: 450;
  padding: 12px;
}

.pagination-navs {
  font-size: 14px;
  font-weight: 450;
  color: #13154a;
}
.pagination-navs .page-link {
  padding: 12px;
}

.modal-content {
  border-radius: 10px;
  align-items: center;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog {
  width: 350px;
}

.modal {
  background: rgba(19, 21, 74, 0.65);
}

.notif {
  font-size: 10px;
  font-family: "Rubik";
  color: white;
  font-weight: bold;
  line-height: 3.4;
  position: absolute;
  left: 7px;
  top: -5px;
  z-index: 218;
}

.headings {
  font-size: 24px;
  font-weight: 450;
  color: #13154a !important;
}

.small-headings {
  font-size: 14px;
  font-weight: 450;
  color: #fffefe;
}

.medium-headings {
  font-size: 16px;
  font-weight: 450;
  color: #13154a;
}

a {
  font-size: 12px;
  color: #1320fd;
  border: none !important;
}

.smaller-headings {
  font-size: 14px;
}

.card-headings {
  font-size: 18px;
  font-weight: 450;
  color: white;
}

.card-p {
  font-size: 14px;
  color: white;
}

.card-a {
  font-size: 14px;
  font-weight: 400;
  color: #13154a;
}

.card-a_no-h {
  font-size: 14px;
  font-weight: 400;
  color: #13154a;
}
.card-a_no-h:hover {
  text-decoration: none;
  color: #13154a;
}

.card-sp {
  font-size: 14px;
  font-weight: 450;
  color: #9f9fd0;
}

.card-sp-small {
  font-size: 14px;
  font-weight: 400;
  color: #9f9fd0;
}

.modal_heading {
  font-size: 18px;
  font-weight: 450;
  color: #13154a;
}

.modal-date {
  font-size: 16px;
  font-weight: bold;
  color: #13154a;
  top: 2px;
}

.modal-a {
  font-size: 14px;
  color: #1320fd;
  font-weight: 450;
}

.cours-a {
  font-size: 14px;
  font-weight: 400;
  color: #1320fd;
}

.exams_l {
  font-size: 14px;
  color: #13154a;
  font-weight: 450;
}

.exams-note-g {
  font-size: 14px;
  color: #12d187;
  font-weight: 450;
}

.exams-note-b {
  font-size: 14px;
  color: #ff8b13;
  font-weight: 450;
}

.span-grey {
  font-size: 12px;
  font-weight: 450;
  color: #9f9fd0;
}

.answers-span {
  font-size: 14px;
  font-weight: 400;
  color: #13154a;
}

.answers_icon_t {
  color: #12d187;
}

.answers_icon_f {
  color: #ff8b13;
}

.medium-headings-right {
  font-size: 16px;
  font-weight: 450;
  color: #12d187;
}

.bar {
  color: #d8d8e3;
  font-size: 19px;
}

.medium-headings-wrong {
  font-size: 16px;
  font-weight: 450;
  color: #ff8c14;
}

.normalInput::-webkit-input-placeholder {
  color: #c3c8d5;
}

.searching::-webkit-input-placeholder {
  color: #13154a;
}

/*# sourceMappingURL=app.css.map */
