@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap");
* {
  font-family: "Changa", sans-serif;
}

::-moz-selection {
  color: #fff;
  background-color: var(--main-color);
}

::selection {
  color: #fff;
  background-color: var(--main-color);
}

:root {
  --main-color: #ee1c25;
  --primary-color: #ffc9cb;
  --ball-color: #ebebff;
  --bg-color: #f3f2ff;
  --gray-color: #5d666f;
  --green-main: #6df9cf;
  --green-primary: #1eff40;
  --blue-color:#0d6efd;
  --light-color:#fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main-color);
}

.bg-section {
  background-color: #f9f9f9;
}

body {
  position: relative;
}

#loader {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: var(--bg-color);
  left: 0;
  align-items: center;
  justify-content: center;
  background-image: url("../imgs/loader2.gif");
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110px;
}

.overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.overlay.active {
  display: block;
}

.c-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 970px;
}
.c-title > h5 {
  color: var(--main-color);
  font-size: 17px;
}
.c-title a {
  text-decoration: none;
  color: #aaa;
}
@media (max-width: 766px) {
  .c-title h5, .c-title a {
    font-size: 15px;
  }
}

header {
  z-index: 10;
  position: absolute;
  right: 0;
  width: 100%;
}
header .container .navbar-brand {
  width: 100px;
}
header .container ul li a {
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
header .container ul li a.active {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color) !important;
}
header .container ul li a:hover {
  color: var(--main-color) !important;
}
@media (max-width: 991px) {
  header .container ul {
    display: none;
  }
}

.landing {
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .plus-1 {
  position: absolute;
  width: 30px;
  top: 41%;
  right: 16%;
  transform: translateY(-50%);
}
.landing .plus-2 {
  position: absolute;
  width: 30px;
  top: 59%;
  left: 10%;
  transform: translateY(-50%);
}
.landing .plus img {
  width: 100%;
}
.landing .ball-1 {
  width: 467px;
  height: 343px;
  position: absolute;
  top: -109px;
  left: -120px;
  background-color: var(--ball-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991px) {
  .landing .ball-1 {
    width: 250px;
    height: 220px;
  }
}
.landing .ball-2 {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 37%;
  background-color: var(--main-color);
  transform: translateX(-50%) rotate(48deg) !important;
  -webkit-transform: translateX(-50%) rotate(48deg) !important;
  -moz-transform: translateX(-50%) rotate(48deg) !important;
  -ms-transform: translateX(-50%) rotate(48deg) !important;
  -o-transform: translateX(-50%) rotate(48deg) !important;
}
@media (max-width: 991px) {
  .landing .ball-2 {
    left: 60%;
  }
}
.landing .ball-3 {
  width: 50px;
  height: 50px;
  background-color: var(--green-main);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.landing .ball-4 {
  width: 467px;
  height: 343px;
  position: absolute;
  z-index: 10;
  bottom: -120px;
  right: -140px;
  background-color: var(--ball-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991px) {
  .landing .ball-4 {
    width: 270px;
    height: 250px;
  }
}
.landing .ball-5 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25%;
  right: 26%;
  background-color: var(--green-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.landing .line-1 {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .landing .line-1 {
    width: 100px;
  }
}
.landing .line-2 {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 200px;
}
@media (max-width: 991px) {
  .landing .line-2 {
    display: none;
  }
}
.landing .line-3 {
  position: absolute;
  top: 37%;
  left: 0;
  transform: translateY(-50%);
  width: 155px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 991px) {
  .landing .line-3 {
    width: 90px;
  }
}
.landing .line img {
  width: 100%;
}
.landing .container .owl-carousel {
  display: flex;
  justify-content: center;
}
.landing .container .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.landing .container .owl-carousel .owl-item .card-owl {
  background-image: url("../imgs/bubble.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 500px;
  background-attachment: fixed;
}
.landing .container .owl-carousel .owl-item .card-owl img {
  background-size: 435px;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
}

.lessons .container {
  position: relative;
}
.lessons .container h2 {
  margin-bottom: 20px;
}
@media (max-width: 765px) {
  .lessons .container h2 {
    margin-bottom: 75px;
  }
}
.lessons .container .owl-carousel {
  position: static;
}
.lessons .container .owl-carousel .owl-stage-outer {
  padding: 0 5px;
}
@media (max-width: 765px) {
  .lessons .container .owl-carousel .owl-stage-outer {
    padding: 0;
  }
}
.lessons .container .owl-carousel .card-owl {
  background-color: #fff;
  box-shadow: rgba(186, 186, 186, 0.4) 1px 1px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  margin: 130px 0 20px;
}
.lessons .container .owl-carousel .card-owl .img-card {
  top: -130px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 217px;
  position: absolute;
  width: 90%;
}
.lessons .container .owl-carousel .card-owl .img-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.lessons .container .owl-carousel .card-owl .body-card-owl {
  padding: 100px 20px 20px;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .tags li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  border-radius: 4px;
  background-color: rgb(241, 241, 241);
  font-size: 13px;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .info del {
  color: #b1b1b1;
  font-size: 13px;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .info span {
  color: #727272;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card .icons .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--main-color);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card .icons .icon:hover {
  background-color: transparent;
  border: 1px solid var(--main-color);
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card .icons .icon:hover i {
  color: var(--main-color);
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card .icons .icon i {
  color: #fff;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card a.btn {
  padding: 4px 22px;
  background-color: var(--main-color);
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.lessons .container .owl-carousel .card-owl .body-card-owl .footer-card a.btn:hover {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.lessons .container .owl-nav {
  position: absolute;
  top: 0px;
  left: 30px;
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 765px) {
  .lessons .container .owl-nav {
    top: 40px;
  }
}
.lessons .container .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(186, 186, 186, 0.4) 1px 1px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.lessons .container .owl-nav button.disabled {
  cursor: not-allowed;
}
.lessons .container .owl-nav button:hover {
  background-color: rgba(238, 28, 37, 0.5490196078);
}
.lessons .container .owl-nav button i {
  color: #fff;
  font-size: 27px;
}

.page-student {
  background-color: #f6f5f8;
  display: flex;
}
@media (max-width: 766px) {
  .page-student {
    padding-bottom: 150px;
  }
}
.page-student .container {
  padding-right: 25px;
  padding-left: 25px;
}
.page-student .main-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-student .main-header h2 {
  color: var(--gray-color);
}
.page-student .main-header p {
  color: var(--main-color);
  font-size: 15px;
  position: relative;
  bottom: 5px;
}
.page-student .nav-right {
  transition: 0.3s;
  background-color: #fff;
  width: 250px;
  padding: 10px 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 765px) {
  .page-student .nav-right {
    display: none;
  }
}
.page-student .nav-right.active {
  width: 75px;
}
.page-student .nav-right.active .header {
  justify-content: center;
}
.page-student .nav-right.active .header img {
  margin-left: 0 !important;
}
.page-student .nav-right.active .header .text {
  display: none;
}
.page-student .nav-right.active ul li a span {
  display: none;
  animation: none;
}
.page-student .nav-right.active ul li a i.arrow {
  display: none;
}
.page-student .nav-right.active ul li.drop-item a {
  justify-content: center !important;
}
.page-student .nav-right ul li a span {
  animation-name: text-nav;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.page-student .nav-right .header .text {
  animation-name: text-nav;
  animation-duration: 0.3s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes text-nav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-student .nav-right .header {
  display: flex;
  align-items: center;
  position: relative;
}
.page-student .nav-right .header img {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
.page-student .nav-right .header .text {
  transition-delay: 10s;
  font-size: 13px;
}
.page-student .nav-right .header i {
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%) scale(-1);
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-student .nav-right .header i.active {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-student .nav-right .menu {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: calc(100% - 85px);
  justify-content: space-between;
}
.page-student .nav-right .menu ul {
  width: 100%;
}
.page-student .nav-right .menu ul li {
  height: 50px;
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.page-student .nav-right .menu ul li.drop-item {
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
}
.page-student .nav-right .menu ul li .drop-down {
  height: 150px;
  overflow-y: auto;
  display: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.page-student .nav-right .menu ul li .drop-down::-webkit-scrollbar {
  width: 3px;
}
.page-student .nav-right .menu ul li .drop-down::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.page-student .nav-right .menu ul li .drop-down::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.page-student .nav-right .menu ul li .drop-down::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-student .nav-right .menu ul li .drop-down.active {
  display: block;
}
.page-student .nav-right .menu ul li .drop-down a {
  text-decoration: none;
  padding: 10px;
}
.page-student .nav-right .menu ul li a {
  display: flex;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
}
.page-student .nav-right .menu ul li a:hover {
  background-color: var(--primary-color);
}
.page-student .nav-right .menu ul li a:hover i {
  color: var(--main-color);
}
.page-student .nav-right .menu ul li a:hover span {
  color: var(--main-color);
}
.page-student .nav-right .menu ul li a i {
  font-size: 20px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-student .nav-right .menu ul li a span {
  font-size: 16px;
  flex-grow: 1;
}
.page-student .nav-bottom {
  background-color: #222328;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  padding: 0 20px;
}
@media (max-width: 766px) {
  .page-student .nav-bottom {
    display: flex;
  }
}
.page-student .nav-bottom > ul {
  justify-content: center;
  width: 100%;
}
.page-student .nav-bottom > ul > li {
  height: 100%;
  width: 20%;
}
.page-student .nav-bottom > ul > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  color: var(--light-color);
}
.page-student .nav-bottom > ul > li a .icon {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transform: none;
}
.page-student .nav-bottom > ul > li a .icon i {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
}
.page-student .nav-bottom > ul > li a > span.text {
  font-size: 14px;
  display: block;
}
.page-student .nav-bottom > ul > li a.active {
  color: #fff;
}
.page-student .nav-bottom > ul > li a.active .icon {
  transform: translateY(-28px);
  color: #222328;
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-student .nav-bottom > ul > li a.active .icon .bxs-user {
  position: relative;
  right: 1%;
}
.page-student .nav-bottom > ul > li a.active .icon .bxs-cog {
  position: relative;
  left: 1%;
}
.page-student .nav-bottom > ul > li a.active .text {
  position: relative;
}
.page-student .nav-bottom .circle {
  background-color: #29d14d;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  transform: translateY(-60%) translateX(50%);
  border-radius: 100%;
  transition: 0.3s;
}
.page-student .nav-bottom .circle::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #222328;
  position: absolute;
  top: calc(64% + 1px);
  transform: translateY(-0.5px);
  left: -20px;
  border-top-right-radius: 20px;
}
.page-student .nav-bottom .circle::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #222328;
  position: absolute;
  top: calc(64% + 1px);
  transform: translateY(-0.5px) scaleX(-1);
  right: -20px;
  border-top-right-radius: 20px;
}

footer {
  width: 93%;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
@media (max-width: 991px) {
  footer {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
footer::before {
  content: "";
  z-index: -1;
  background-image: url("../imgs/footer-bg-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .header-footer {
  position: relative;
  margin-bottom: 15px;
}
footer .header-footer p {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 400;
}
footer .header-footer::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100px;
  border: 1px dashed var(--main-color);
}
footer .right a.logo {
  margin-bottom: 15px;
  width: 100px;
  display: inline-block;
}
footer .right p {
  color: #5d666f;
  font-size: 16px;
  font-weight: 400;
}
footer .center ul.contact-teacher li a {
  color: var(--gray-color);
}
footer .center ul.contact-teacher li a i {
  font-size: 17px;
  color: var(--gray-color);
  margin-left: 8px;
}
footer .center .icons-social li {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .center .icons-social li:not(:last-child) {
  margin-left: 10px;
}
footer .center .icons-social li:hover {
  background-color: var(--main-color);
}
footer .center .icons-social li:hover i {
  color: #fff;
}
footer .center .icons-social li i {
  font-size: 20px;
  color: var(--main-color);
}
footer .left span {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #7a7a7a;
}
footer .left span a {
  color: var(--main-color);
}
footer .left .icons-info li {
  margin-bottom: 15px;
}
footer .left .icons-info li .icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  margin-left: 6px;
}
footer .left .icons-info li .icon i {
  color: var(--main-color);
  font-size: 17px;
}
footer .left .icons-info li a {
  color: var(--gray-color);
}

.student-index > .content .container > .main-header {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
}
.student-index > .content .container > .main-header h2 {
  font-size: 23px;
}
.student-index > .content .container > .main-header p {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .student-index > .content .container > .main-header {
    text-align: center !important;
  }
  .student-index > .content .container > .main-header h2 {
    font-size: 35px;
  }
  .student-index > .content .container > .main-header p {
    font-size: 17px;
    padding-right: 0;
  }
}
.student-index > .content .container .courses {
  max-width: 1000px;
}
@media (max-width: 1100px) {
  .student-index > .content .container .courses {
    justify-content: center;
  }
}
.student-index > .content .container .courses > div {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.3% - 25px);
  margin: 0 0 25px 25px;
}
@media (max-width: 1100px) {
  .student-index > .content .container .courses > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 500px) {
  .student-index > .content .container .courses > div {
    width: calc(100% - 25px);
    margin-left: 0;
  }
}
.student-index > .content .container .courses > div > img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.student-index > .content .container .courses > div .text {
  color: var(--gray-color);
}
.student-index > .content .container .courses > div .text span {
  color: #aaa;
  display: inline-block;
  padding-left: 5px;
}
.student-index > .content .container .courses > div > p {
  color: #aaa;
  font-size: 13px;
  padding-right: 5px;
}
.student-index > .content .container .courses > div > p i {
  color: #ffc107;
}
.student-index > .content .container .courses > div .more {
  color: #aaa;
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
.student-index > .content .container .courses > div .more a {
  text-decoration: none;
  color: #aaa;
}
.student-index > .content .container .courses > div .icons .info {
  color: #aaa;
}
.student-index > .content .container .courses > div .icons .actions {
  margin-bottom: 20px;
}
.student-index > .content .container .courses > div .icons .actions i {
  cursor: pointer;
  color: #fff;
  background-color: #aaa;
  font-size: 25px;
  padding: 5px;
  border: 1px solid #aaa;
  transition: 0.2s;
  border-radius: 3px;
  margin-right: 2px;
}
.student-index > .content .container .courses > div .icons .actions i:hover {
  background-color: transparent;
  color: #aaa;
}/*# sourceMappingURL=style.css.map */