@charset "UTF-8";

/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@-webkit-keyframes shadow {
  from {
    transform: translate(0, -1.25vmin) scale(1, 1);
    background-color: rgba(0, 0, 0, 0.1);
  }

  to {
    transform: translate(0, 0) scale(1.3, 1);
    background-color: rgba(0, 0, 0, 0.05);
  }
}

@keyframes shadow {
  from {
    transform: translate(0, -1.25vmin) scale(1, 1);
    background-color: rgba(0, 0, 0, 0.1);
  }

  to {
    transform: translate(0, 0) scale(1.3, 1);
    background-color: rgba(0, 0, 0, 0.05);
  }
}

@-webkit-keyframes hover {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(0, -1.25vmin);
  }
}

@keyframes hover {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(0, -1.25vmin);
  }
}

@-webkit-keyframes beat {
  0% {
    background-color: rebeccapurple;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.3);
  }

  50%, 70% {
    background-color: powderblue;
    box-shadow: 0 0 10vmin 12.5vmin rgba(176, 224, 230, 0);
  }

  100% {
    background-color: rebeccapurple;
  }
}

@keyframes beat {
  0% {
    background-color: rebeccapurple;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.3);
  }

  50%, 70% {
    background-color: powderblue;
    box-shadow: 0 0 10vmin 12.5vmin rgba(176, 224, 230, 0);
  }

  100% {
    background-color: rebeccapurple;
  }
}

@-webkit-keyframes wave {
  from {
    transform: rotate(15deg);
  }

  to {
    transform: rotate(80deg);
  }
}

@keyframes wave {
  from {
    transform: rotate(15deg);
  }

  to {
    transform: rotate(80deg);
  }
}

@-webkit-keyframes wobble {
  0% {
    transform: translate(-0.25vmin, 0);
    background-color: crimson;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.3);
  }

  50%, 70% {
    transform: translate(0.25vmin, 0);
    background-color: mediumvioletred;
    box-shadow: 0 0 10vmin 12.5vmin rgba(220, 20, 60, 0);
  }

  100% {
    transform: translate(-0.25vmin, 0);
    background-color: rebeccapurple;
  }
}

@keyframes wobble {
  0% {
    transform: translate(-0.25vmin, 0);
    background-color: crimson;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.3);
  }

  50%, 70% {
    transform: translate(0.25vmin, 0);
    background-color: mediumvioletred;
    box-shadow: 0 0 10vmin 12.5vmin rgba(220, 20, 60, 0);
  }

  100% {
    transform: translate(-0.25vmin, 0);
    background-color: rebeccapurple;
  }
}

#tuzi {
  display: block;
  position: relative;
  -webkit-animation: hover 1500ms ease-in-out alternate infinite;
          animation: hover 1500ms ease-in-out alternate infinite;
}

#tuzi #tuzi-head {
  width: 25vmin;
  height: 12.5vmin;
  display: block;
  position: relative;
  border-radius: 6.25vmin;
  background-color: black;
  box-shadow: 0 0 0 3.25vmin gold inset;
  transition: transform ease-in-out 350ms;
  margin: 0px auto;
}

#tuzi #tuzi-head::before {
  content: "";
  display: block;
  width: 4vmin;
  height: 4vmin;
  position: absolute;
  top: -10vmin;
  left: 10.5vmin;
  border-radius: 50%;
  background-color: gold;
  box-shadow: 0 1vmin 0 -1.5vmin gold, 0 0.5vmin 0 -1.5vmin gold, 0 1vmin 0 -1.5vmin gold, 0 1.5vmin 0 -1.5vmin gold, 0 2vmin 0 -1.5vmin gold, 0 2.5vmin 0 -1.5vmin gold, 0 3vmin 0 -1.5vmin gold, 0 3.5vmin 0 -1.5vmin gold, 0 4vmin 0 -1.5vmin gold, 0 4.5vmin 0 -1.5vmin gold, 0 5vmin 0 -1.5vmin gold, 0 5.5vmin 0 -1.5vmin gold, 0 6vmin 0 -1.5vmin gold, 0 6.5vmin 0 -1.5vmin gold, 0 7vmin 0 -1.5vmin gold, 0 7.5vmin 0 -1.5vmin gold, 0 8vmin 0 -1.5vmin gold;
}

#tuzi #tuzi-head::after {
  content: "";
  display: block;
  width: 3.75vmin;
  height: 3.75vmin;
  position: absolute;
  top: 4.5vmin;
  left: 4.5vmin;
  border-radius: 1.875vmin;
  background-color: powderblue;
  box-shadow: 12.25vmin 0 powderblue;
  transition: inherit;
}

#tuzi #tuzi-head:hover {
  transform: rotate(15deg) translate(2.5vmin, 0);
}

#tuzi #tuzi-head:hover::after {
  transform: scale(1, 0.1);
}

#tuzi #tuzi-body {
  width: 20vmin;
  height: 22.5vmin;
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
  background: gold;
  /* left: 50%; */
  /* transform: translate(-50%, 0px); */
  /* display: flex; */
  /* flex: 1; */
  margin: 0px auto;
  position: relative;
  margin-top: 9px;
}

#tuzi #tuzi-body::after {
  content: "";
  display: block;
  width: 3.75vmin;
  height: 3.75vmin;
  position: absolute;
  top: 6.25vmin;
  left: 12vmin;
  border-radius: 50%;
  -webkit-animation: beat 4500ms linear infinite;
          animation: beat 4500ms linear infinite;
}

#tuzi #tuzi-body:hover::after {
  -webkit-animation: wobble 1000ms linear infinite;
          animation: wobble 1000ms linear infinite;
}

#tuzi #tuzi-hand {
  width: 8.5vmin;
  height: 8.5vmin;
  position: absolute;
  top: 7.5vmin;
  left: 21.25vmin;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 12vmin;
  box-shadow: 0 7.5vmin 0 -2.5vmin gold;
  -webkit-animation: wave 1000ms alternate ease-in-out infinite;
          animation: wave 1000ms alternate ease-in-out infinite;
  left: 85%;
  transform: translate(-50%, 0px);
}

#tuzi #tuzi-hand::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 50% 50%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 50%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5vmin gold inset;
}

#tuzi::after {
  content: "";
  display: block;
  width: 15vmin;
  height: 3.75vmin;
  position: absolute;
  top: 40vmin;
  left: 5vmin;
  border-radius: 50%;
  -webkit-animation: shadow 1500ms ease-in-out alternate infinite;
          animation: shadow 1500ms ease-in-out alternate infinite;
  left: 22%;
  transform: translate(-50%, 0px);
}

.dark-layout .lessons-list-card .item {
  background: #283046;
}

.dark-layout .lessons-list-card .item .item-header {
  background: #222632 !important;
}

.dark-layout .question-bank-tests-list .item {
  background: #283046;
  border-radius: 0.428rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.dark-layout .question-bank-tests-list .item .i-title {
  border-bottom: 1px dashed #333;
  padding-bottom: 8px;
}

.dark-layout .question-bank-tests-list .item .media-body {
  width: 118px;
  height: 110px;
  background-size: 70% !important;
  background-origin: content-box !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.dark-layout .question-bank-tests-list .item img {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  border-radius: 50%;
}

.dark-layout .question-bank-tests-list .item .info-items {
  align-items: flex-end;
  display: flex;
  flex: 1;
}

.dark-layout .question-bank-tests-list .item .info-items .i-item {
  height: 60px;
  margin-right: 15px;
  flex-direction: column;
}

.dark-layout .question-bank-tests-list .item .info-items .i-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #00709A;
}

.dark-layout .question-bank-tests-list .item .info-items .i-item p.item-info-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

.dark-layout .playlist li ul.palylist-child li a {
  color: #fff;
}

.dark-layout .playlist li ul.palylist-child li.active a,
.dark-layout .playlist li ul.palylist-child li:hover a {
  color: black;
}

.main-menu {
  flex-direction: column;
}

.main-menu .main-menu-content {
  flex-direction: column;
}

.main-menu .main-menu-content ul.navigation {
  flex: 1;
  overflow: auto;
}

.main-menu .main-menu-content .tuzi-robot {
  padding: 21px !important;
  padding-top: 30px !important;
  display: flex;
  font-weight: bold;
  color: gold;
  font-size: 20px;
  border-top: 1px solid #e3e3e3;
  margin: 15px;
  padding: 10px;
  background-image: url("https://ders.tuzeronline.com/students/images/background/tuzi.jpg");
  background-size: 200px;
  flex-direction: column;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px 1px rgba(0, 112, 154, 0.7);
}

.main-menu .main-menu-content .tuzi-robot p {
  background: #fff;
  padding: 4px;
  border-radius: 7px;
  margin: 0px;
  margin-top: 15px;
  font-size: 12px;
  color: black;
}

.main-menu .main-menu-content .tuzi-robot #tuzi {
  zoom: 0.3;
}

.main-menu .main-menu-content .tuzi-robot #tuzi #tuzi-hand {
  left: 63%;
}

.custom-file-label::after {
  content: "Se\E7";
}

html {
  overflow-y: scroll;
}

body {
  /**/
  /*Düzenlemler*/
}

body .kh-test {
  overflow: hidden;
}

body .kh-test .archive-question {
  padding: 1rem !important;
}

body .kh-test .question-area {
  display: flex;
}

body .kh-test .question-area .question-items .question-item {
  position: relative;
  display: none;
}

body .kh-test .question-area .question-items .question-item:first-child {
  display: block;
}

body .kh-test .question-area .question-items .question-item span.question-qlen {
  font-weight: bolder;
  font-size: 48px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  background: black;
  color: #fff;
}

body .kh-test .question-area .question-items .question-item .question {
  flex: 1;
  display: block;
  justify-content: center;
  font-size: 1.1rem;
  background: #ededed;
  padding: 1.3rem;
}

body .kh-test .question-area .question-items .question-item .question p {
  padding: 0px;
  margin: 0px;
}

body .kh-test .question-area .question-items .question-item .question img {
  max-width: 350px;
}

body .kh-test .question-area .question-items .question-item .answers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

body .kh-test .question-area .question-items .question-item .answers .item {
  position: relative;
  width: 50%;
}

body .kh-test .question-area .question-items .question-item .answers .item:nth-child(even) .answer {
  margin-right: 0px;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer {
  padding: 1.3rem;
  background: #fff;
  margin: 5px 15px 5px 0px;
  display: flex;
  color: #fff;
  transition: all 250ms;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer p {
  padding: 0px !important;
  margin: 0px !important;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer img {
  max-width: 150px;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer p.true-answer {
  position: absolute;
  top: -4px;
  left: 50%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  /* box-shadow: 0px 0px 5px #ccc; */
  color: #333;
  border: 1px solid #ccc;
  transform: rotate(5deg) translate(-50%, 0);
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.false-answer {
  background: #ea5455  !important;
  box-shadow: 0 0 0px 2px black inset, 0px 0px 15px #bebebe;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer span.answer-title {
  font-weight: bold;
  padding-right: 5px;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-a {
  background: #8050B0;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-a:hover,
body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-a.active {
  background: #6a4391;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-b {
  background: #E11B3C;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-b:hover,
body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-b.active {
  background: #b8132e;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-c {
  background: #1268CD;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-c:hover,
body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-c.active {
  background: #0e5ab4;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-d {
  background: #D89E00;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-d:hover,
body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-d.active {
  background: #b48403;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-e {
  background: #25880B;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-e:hover,
body .kh-test .question-area .question-items .question-item .answers .item .answer.answer-e.active {
  background: #1c7c02;
}

body .kh-test .question-area .question-items .question-item .answers .item .answer.active {
  box-shadow: 0 0 0px 3px slateblue inset, 0px 0px 25px #bebebe;
  background-color : orange !important;
}

body .kh-test .question-area .kh-pagination {
  max-width: 151px;
  margin: -22px -7px;
  padding: 15px;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}

body .kh-test .question-area .kh-pagination .pagination {
  flex-direction: column;
}

body .kh-test .question-area .kh-pagination .pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}

body .kh-test .question-area .kh-pagination .pagination ul li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

body .kh-test .question-area .kh-pagination .pagination ul li a {
  color: black;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms;
}

body .kh-test .question-area .kh-pagination .pagination ul li a.answer-true {
  color: #333 !important;
  background: #8bc34a !important;
}

body .kh-test .question-area .kh-pagination .pagination ul li a.answer-false {
  color: #fff;
  background: #c64238 !important;
}

body .kh-test .question-area .kh-pagination .pagination ul li a.answer-empty {
  color: #333 !important;
  background: #ffeb3b !important;
}

body .kh-test .question-area .kh-pagination .pagination ul li.chosen a {
  background: #ededed;
}

body .kh-test .question-area .kh-pagination .pagination ul li.active a,
body .kh-test .question-area .kh-pagination .pagination ul li:hover a {
  background: #ea5455;
  color: #fff;
}

body .lessons-list-card {
  margin-top: 15px;
}

body .lessons-list-card .item {
  background: #fff;
  border-radius: 0.428rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body .lessons-list-card .item.not-image {
  /*flex: 1;
  background: #ededed;
  padding: 9px;
  margin: 5px 0px;*/
}

body .lessons-list-card .item.not-image h4 {
  text-align: center;
  margin: 5px 0px;
}

body .lessons-list-card .item.not-image .info-items {
  background: #ededed;
  padding: 10px 0px 7px 0px;
  margin: 5px -1px;
}

body .lessons-list-card .item.not-image .info-items div:first-child {
  margin: auto;
}

body .lessons-list-card .item .item-header {
  padding: 5px;
  margin: -15px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  position: relative;
}

body .lessons-list-card .item .item-header span {
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: -webkit-fill-available;
  text-align: center;
  margin-right: 5px;
  position: absolute;
  right: -5px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 5px;
}

body .lessons-list-card .item span.archive-year {
  position: absolute;
  right: 5px;
  top: 40px;
  background: #ea5455;
  color: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 7px #959595;
}

body .lessons-list-card .item .item-info {
  margin-bottom: 8px;
  margin-top: auto;
}

body .lessons-list-card .item .item-info img {
  border-radius: 50%;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

body .lessons-list-card .item .item-info .info-items .i-item {
  height: 60px;
  flex-direction: column;
}

body .lessons-list-card .item .item-info .info-items .i-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #00709A;
}

body .lessons-list-card .item .item-info .info-items .i-item p.item-info-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: normal;
  border: none;
}

body .lessons-list-card .item .media-body {
  width: 76px;
  height: 61px;
  background-size: 70% !important;
  background-origin: content-box !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .question-bank-overview-img-overlay {
  flex-direction: column;
}

body .question-bank-overview-img-overlay .question-bank-overview {
  flex: 1;
  align-items: flex-end;
}

body .question-bank-overview-img-overlay .question-bank-overview .i-item {
  height: 60px;
  flex-direction: column;
}

body .question-bank-overview-img-overlay .question-bank-overview .i-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #00709A;
}

body .question-bank-overview-img-overlay .question-bank-overview .i-item p.item-info-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: normal;
  border: none;
}

body .question-bank-overview-img-overlay .text-muted {
  text-align: center;
  display: block;
  background: #333;
  padding: 2px;
  margin-top: 6px;
  border-radius: 0.428rem;
}

body .question-bank-tests-list .item {
  background: #fff;
  border-radius: 0.428rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

body .question-bank-tests-list .item .i-title {
  border-bottom: 1px dashed #333;
  padding-bottom: 8px;
}

body .question-bank-tests-list .item .media-body {
  width: 118px;
  height: 110px;
  background-size: 70% !important;
  background-origin: content-box !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .question-bank-tests-list .item img {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  border-radius: 50%;
}

body .question-bank-tests-list .item .info-items {
  align-items: flex-end;
  display: flex;
  flex: 1;
}

body .question-bank-tests-list .item .info-items .i-item {
  height: 60px;
  margin-right: 15px;
  flex-direction: column;
}

body .question-bank-tests-list .item .info-items .i-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #00709A;
}

body .question-bank-tests-list .item .info-items .i-item p.item-info-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

body .tests-info-items {
  display: flex;
  flex: 1;
}

body .tests-info-items .i-item {
  flex-direction: column;
}

body .tests-info-items .i-item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #00709A;
}

body .tests-info-items .i-item p.item-info-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

body .archive-question .archive-question-pagination {
  display: flex;
  justify-content: flex-end;
}

body .archive-question .archive-question-pagination li.chosen {
  background-color: #f3f2f7 !important;
  border-radius: 0;
}

body .archive-question .archive-question-pagination li.chosen a {
  background: #607d8bd1 !important;
  z-index: 3;
  border-radius: 5rem;
  color: #fff !important;
  font-weight: 600;
}

body .archive-question .test-pagination {
  display: flex;
  justify-content: center;
}

body .archive-question .test-pagination li.chosen {
  background-color: #f3f2f7 !important;
  border-radius: 0;
}

body .archive-question .test-pagination li.chosen a {
  background: #607d8bd1 !important;
  z-index: 3;
  border-radius: 5rem;
  color: #fff !important;
  font-weight: 600;
}

body .archive-question .archive-questions-list .item {
  display: none;
}

body .archive-question .archive-questions-list .item:first-child {
  display: block;
}

body .archive-question .question-text {
  font-weight: bold;
}

body .archive-question .question-answers {
  position: relative;
}

body .archive-question .question-answers .question-answer-empty {
  background: #dedede;
  width: 25px;
  display: block;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
}

body .archive-question .question-answers ul {
  padding: 0px;
}

body .archive-question .question-answers ul li {
  list-style: none;
  list-style: none;
  padding: 7px 0px;
  cursor: pointer;
}

body .archive-question .question-answers ul li.active {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
}

body .archive-question .question-answers ul li.answer-success {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
  background: #4caf50;
  color: #fff;
}

body .archive-question .question-answers ul li.answer-false {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
  background: #f44336;
  color: #fff;
}

body .archive-question .question-answers ul li span {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

body .archive-question .question-answers ul li p {
  padding: 0px;
  margin: 0px;
}

body .playlist {
  padding: 0px;
  margin: 0px;
  border-radius: 0;
}

body .playlist li {
  list-style: none;
}

body .playlist li a.title {
  padding: 15px;
  background: #494949;
  font-weight: bold;
  display: block;
  color: #fff;
}

body .playlist li a.title.active {
  background: linear-gradient(118deg, #00709a, rgba(0, 112, 154, 0.7));
  box-shadow: 0 0 10px 1px rgba(0, 112, 154, 0.7);
}

body .playlist li ul.palylist-child {
  padding: 0px;
}

body .playlist li ul.palylist-child li a {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 7px 15px;
  display: block;
  border-bottom: 1px solid #f8f8f8;
}

body .playlist li ul.palylist-child li a.toggle-child-btn {
  display: flex;
}

body .playlist li ul.palylist-child li a.toggle-child-btn span {
  margin-right: auto;
}

body .playlist li ul.palylist-child li:hover,
body .playlist li ul.palylist-child li.active {
  background: #E1E2E1;
}

body .playlist li ul.palylist-child li .child-to-child {
  border-bottom: 2px solid #9c27b0;
  padding: 0px;
  background: #fff;
  display: none;
}

body .playlist li ul.palylist-child li .child-to-child .archive-item a {
  padding-left: 30px;
}

body .playlist li ul.palylist-child li .child-to-child .archive-item:hover,
body .playlist li ul.palylist-child li .child-to-child .archive-item.active {
  background: #c9cccf !important;
}

body .playlist li.active ul.palylist-child {
  display: block;
}

body .playlist li ul.palylist-child {
  display: none;
}

body .total-rating {
  font-size: 24px;
  padding-top: 7px;
  padding-left: 10px;
}

body .student-statistic-list {
  text-align: center;
}

body .student-statistic-list dd {
  border-bottom: 1px solid #ccc;
}

body .main-menu.menu-light .navigation > li > a i li a svg,
body .main-menu.menu-light .navigation li a svg {
  color: #00709A;
}

body .main-menu.menu-light .navigation > li > a i li.active a svg,
body .main-menu.menu-light .navigation li.active a svg {
  color: #fff;
}

body .question-componenet dt,
body .question-componenet dd {
  padding: 7px;
}

body .question-componenet dd {
  border-bottom: 1px solid #ccc;
}

body .question-componenet .audio-area {
  background: #f44336;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px #494949;
}

body .question-componenet .audio-area h4 {
  color: #fff;
}

body .announcement-info-list {
  margin: 7px;
  padding: 0px;
}

body .announcement-info-list li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

body .archive-file {
  text-align: center;
  flex: 1;
  justify-content: center;
  border: 1px solid #cccc;
  margin-left: 15px;
  align-items: center;
}

body .tuzi-robot-sidebar-r {
  padding: 21px !important;
  padding-top: 30px !important;
  display: flex;
  font-weight: bold;
  color: gold;
  font-size: 20px;
  padding: 10px;
  background-image: url("https://ders.tuzeronline.com/students/images/tuzi/box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 45px 40px 15px 15px !important;
  background-color: rgba(255, 193, 7, 0.2);
  color: #fff;
  flex-direction: column;
  text-align: center;
  border-radius: 4px;
}

body .tuzi-robot-sidebar-r p {
  background: #fff;
  padding: 4px;
  border-radius: 7px;
  margin: 0px;
  margin-top: 15px;
  font-size: 12px;
  color: black;
}

body .tuzi-robot-sidebar-r #tuzi {
  zoom: 0.3;
}

body .tuzi-robot-sidebar-r #tuzi #tuzi-hand {
  left: 63%;
}

body .test-tuzi-modal {
  position: relative;
}

body .test-tuzi-modal #tuzi {
  padding: 9vh 9vw;
  zoom: 0.7;
}

body .test-tuzi-modal #tuzi #tuzi-hand {
  left: 60%;
  top: 15.5vmin;
}

body .test-tuzi-modal #tuzi::after {
  left: 45%;
  top: 49vmin;
}

body .test-tuzi-modal .tuzi-text {
  z-index: 99;
  display: block;
  text-align: center;
}

body .turquoise-bg-color {
  background: linear-gradient(118deg, #00709a, rgba(0, 112, 154, 0.7));
  box-shadow: 0 0 10px 1px rgba(0, 112, 154, 0.7);
  color: #fff;
  font-weight: 400;
}

body .turquoise-bg-color:focus {
  color: #fff;
}

body img {
  max-width: 100%;
}

body .main-menu.menu-light .navigation li a {
  color: black;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  color: black;
}

body .main-menu {
  max-width: 220px !important;
}

body .app-content {
  margin-left: 220px;
}

body .header-navbar.floating-nav {
  margin: 0.7rem 5rem 0;
}

body .navbar-floating .header-navbar-shadow {
  height: 82px !important;
}

body li.breadcrumb-item {
  display: flex;
  align-items: center;
}

body li.breadcrumb-item:before {
  height: 15px;
}

body .card {
  margin-bottom: 1rem;
}

body .content.app-content {
  padding: calc(0.7rem + 4.45rem + 1.3rem) 2rem 0;
}

body .question-types-1 .item {
  background: #f6f6f6;
  padding: 15px;
}

body .question-types-1 .item span.qlen {
  background: #f44336;
  width: 25px;
  height: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 2px 2px 3px #333;
  font-weight: bold;
}

body .question-types-1 .item span.not-answer {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-size: 16px;
  color: red;
}

body .question-types-1 .item p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

body .question-types-1 .item .question-answers {
  position: relative;
}

body .question-types-1 .item .question-answers .question-answer-empty {
  background: #dedede;
  width: 25px;
  display: block;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
}

body .question-types-1 .item .question-answers ul {
  padding: 0px;
}

body .question-types-1 .item .question-answers ul li {
  list-style: none;
  display: flex;
  padding: 7px 0px;
  cursor: pointer;
}

body .question-types-1 .item .question-answers ul li.active {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
}

body .question-types-1 .item .question-answers ul li.answer-success {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
  background: #4caf50;
  color: #fff;
}

body .question-types-1 .item .question-answers ul li.answer-false {
  border: 1px solid #607d8b;
  border-radius: 5px;
  padding: 7px;
  background: #f44336;
  color: #fff;
}

body .question-types-1 .item .question-answers ul li span {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

body .question-types-1 .item .question-answers ul li p {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

body .question-types-1 .item:nth-child(odd) {
  background: #fff;
  border-radius: 7px;
}

body .survey-answered {
  display: flex;
  color: #4caf50;
  justify-content: center;
  text-decoration: underline;
  font-weight: bold;
}

body .embed-full-screen-fixed-btn {
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 15px;
}

body .live-lesson-watch .embed-full-screen {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
}

body .fixed-pagination {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #fff;
  box-shadow: -5px 0px 15px #e5e5e5;
}

body .fixed-pagination ul {
  display: flex;
  flex-wrap: wrap;
}

body .question-card {
  margin-bottom: 10vh;
}

body #archive-ratings {
  margin-top: 15px;
}

body .archive-top-bar {
  display: flex;
}

body .archive-top-bar ul {
  flex: 1;
}

@media (max-width: 550px) {
  .kh-test .question-area {
    flex-direction: column;
  }

  .kh-test .question-area .kh-pagination {
    margin-top: 7px !important;
    align-items: center;
    text-align: center;
    max-width: 100% !important;
  }

  .kh-test .question-area .kh-pagination nav ul {
    justify-content: center;
  }
}

