.user-avatar.medium-avatar {
  border: 2px solid #fff;
  height: 5rem;
  width: 5rem;
  min-height: 5rem;
  min-width: 5rem;
}

.sidebar_teacher {
  background-color: #ffffff0d;
  padding: 10px;
  border-radius: 5px;
}

.akademik_club_card {
  background-color: #ffffff0d;
  padding: 10px;
  border-radius: 5px;
}

.akademik_club_card label {
  line-height: 16px;
  font-size: 14px;
}

.akademik_club_card label b {
  color: #fa5252;
}

.file-field {
  cursor: pointer;
}
input[type='file'] {
  cursor: pointer;
}

#page_content {
  min-height: calc(100vh - 130px);
}

.preloader {
  background-color: #223d76 !important;
}

.message_detail_content {
  padding-bottom: 150px;
}

.message_write_area {
  position: fixed;
  bottom: 0;
  width: calc(100% - 260px);
  background-color: #fff;
  z-index: 55;
  padding: 20px;
  right: 0;
  margin-top: 0 !important;
}
.message_write_area textarea {
  height: 80px;
  resize: none;
}

.question_answer_area {
}
.question_answer_area .answer {
  width: 100%;
}

.answer__input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  position: absolute;
  outline: none !important;
}
.answer__label {
  width: 100%;
  border: 1px solid #a7aacb;
  display: inline-block;
  border-radius: 6px;
  padding: 0px 15px;
  line-height: 56px;
  font-size: 15px;
  color: #262b40;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.answer {
  display: inline-block;
  float: left;
  padding: 0 5px;
  text-align: center;
  padding-top: 5px;
}

.answer input[type='text'] {
  border: none;
  border-bottom: 1px dashed #262b40;
  text-align: center;
  font-weight: bold;
  color: #0948b3;
  height: 25px;
  vertical-align: super;
}

.answer select {
  border: none;
  border-bottom: 1px dashed #262b40;
  text-align: center;
  font-weight: bold;
  color: #0948b3;
  height: 30px;
  vertical-align: super;
}

.answer select:focus {
  outline: none;
}

.answer input[type='text']:focus {
  outline: none;
}
.answer.input_fill {
}
.answer.input_fill {
}
.answer.input_fill .answer__tick {
  display: none;
}

.answer_count_number {
  counter-reset: section;
}
.answer_count_number .answer__label {
  padding-left: 30px !important;
}
.answer_count_number .answer__label:before {
  counter-increment: section;
  content: counter(section) '.';
  position: absolute;
  left: 8px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: bold;
  color: #1b998b;
}
.answer_count_number.alphabet_count .answer__label:before {
  content: counter(section, upper-alpha) '.' !important;
}

.answer.vertical_answer {
}
.answer.vertical_answer .answer__label {
  text-align: left;
  position: relative;
  line-height: 25px;
  padding: 10px 40px 10px 15px;
}
.answer.vertical_answer .answer__label .answer__tick {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quiz__step {
  text-align: center;
}
.answer__input:checked + .answer__label {
  border-color: #05a677;
  color: #14152c;
  box-shadow: 0px 0px 1px 4px rgb(5, 166, 119, 40%);
}
.answer__input:checked + .answer__label .answer__tick {
  opacity: 1;
  visibility: visible; background-color: #eb9512;
}

.answer__char {
  line-height: 24px;
  display: inline-block;
  width: 26px;
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
  color: #c8cae0;
  border: 1px solid #c8cae0;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 15px;
}
.answer__tick {
  display: inline-block;
  vertical-align: middle;
  background-color: #1b998b;
  margin-left: 20px;
  line-height: 14px;
  border-radius: 50%;
  padding: 4px;
  opacity: 0;
  visible: hidden;
}
.answer__tick path {
  fill: #fff;
}

.quiz_step_number_area {
}
.quiz_step_number_area ul {
  list-style: none;
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
  /*width: 100%;*/
    width: 50%;
}
.quiz_step_number_area ul li {
  float: left;
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.quiz_step_number_area ul li.complete a {
  background-color: #1e90ff;
}
.quiz_step_number_area ul li.active a {
  background-color: #0948b3;
}

.quiz_step_number_area ul li a {
  font-size: 15px !important;
  font-weight: bold;
  background-color: #262b40;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 60px !important;
  border-radius: 5px;
}
.preloader .loader-element.hide {
  height: 0;
}

.preloader img {
  max-width: 80%;
}

.nav-tabs .nav-item {
  margin-right: 10px;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .lesson_breadcrumb_area {
  }
  .lesson_breadcrumb_area a {
    margin-right: 0;
    width: 48%;
    float: left;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .lesson_breadcrumb_area a:nth-child(even) {
    float: right;
  }

  .account_breadcrumb_area {
    margin-bottom: 10px;
  }
  .account_breadcrumb_area .btn {
    margin-right: 0;
    width: 48%;
    float: left;
    margin-bottom: 10px;
    margin-right: 0 !important;
    padding: 9px 3px;
  }
  .account_breadcrumb_area .btn:nth-child(even) {
    float: right;
  }

  .account_breadcrumb_area .academic_club_btn {
    width: 100%;
  }

  .answer__tick {
    margin-left: 10px;
  }
  .answer__label {
    padding: 0 5px;
  }

  #quiz_page_content .next_btn {
  }
  .message_write_area {
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .message_write_area textarea {
    height: 70px;
  }
  .message_detail_content {
    padding-bottom: 80px;
  }
}

.firma_list .table-responsive {
  overflow-x: unset;
}

.question .alert-icon span {
  font-size: 6rem;
}

.plyr--audio .plyr__controls {
  background: #eeee !important;
  margin-bottom: 25px;
}

.quiz_step_number_area .question_list .cevaplanmamis {
  background-color: #fa5252;
}
.quiz_step_number_area .question_list .cevaplanmis {
  background-color: #f5b759;
}

.quiz_step_number_area ul li.active a {
  background-color: #c2c2c2 !important;
}

.wrong_answer .answer__tick {
  background-color: #fa5252;
}

.wrong_answer .answer__label {
  border-color: #fa5252 !important;
  box-shadow: 0px 0px 1px 4px rgb(250, 82, 82, 40%) !important;
}

.answer__label_cheack {
  border-color: #05a677;
  color: #14152c;
  box-shadow: 0px 0px 1px 4px rgb(5, 166, 119, 40%);
}
.answer__label_cheack .answer__tick {
  opacity: 1;
}
.wrong_answer .answer__tick {
  opacity: 1;
}

.sidebar_teacher {
  text-align: center;
}

.sidebar_teacher h4 a {
  font-size: 17px;
}

.sidebar_teacher img {
  max-width: 90px;
}

.sidebar_teacher .rutbe {
  font-size: 15px;
}

.timer_mobil {
  text-align: center;
  font-size: 25px;
  color: #d9534f;
}

.progress {
  overflow: hidden;
  height: 20px;
  background-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.progress-bar {
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #ee303c;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
          45deg,
          rgba(255, 255, 255, 0.15) 25%,
          transparent 25%,
          transparent 50%,
          rgba(255, 255, 255, 0.15) 50%,
          rgba(255, 255, 255, 0.15) 75%,
          transparent 75%,
          transparent
  );
  background-image: linear-gradient(
          45deg,
          rgba(255, 255, 255, 0.15) 25%,
          transparent 25%,
          transparent 50%,
          rgba(255, 255, 255, 0.15) 50%,
          rgba(255, 255, 255, 0.15) 75%,
          transparent 75%,
          transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
}

/*@import 'https://fonts.googleapis.com/icon?family=Material+Icons|Roboto';*/

.recorder_wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.recorder {
  display: inline-block;
  text-align: center;
  width: 500px;
  max-width: 100%;
}

.record_btn {
  width: 100px;
  height: 100px;
  font-family: 'Font Awesome 5 Free';
  font-size: 48px;
  color: #e74c3c;
  background: none;
  border: 2px solid #e74c3c;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.15s linear;
}

.record_btn:hover {
  transition: 0.15s linear;
  transform: scale(1.05);
}

.record_btn:active {
  background: #f5f5f5;
}

.record_btn[disabled] {
  border: 2px solid #ccc;
}

.record_btn[disabled]:after {
  content: '\E02B';
  color: #ccc;
}

.record_btn[disabled]:hover {
  transition: 0.15s linear;
  transform: none;
}

.record_btn[disabled]:active {
  background: none;
}

.recording {
  animation: recording 2s infinite ease-in-out;
  position: relative;
}

.recording:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: 0px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  animation: recording_before 2s infinite ease-in-out;
}

@keyframes recording {
  from {
    transform: scale(1.1);
  }

  50% {
    transform: none;
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes recording_before {
  80% {
    width: 200px;
    height: 200px;
    margin: -100px;
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

.record_canvas {
  width: 60px;
  height: 100px;
  display: inline-block;
}

.txt_btn {
  color: #000;
  text-decoration: none;
  transition: 0.15s linear;
  animation: text_btn 0.3s ease-in-out;
}

.plyr__menu {
  display: none !important;
}
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'] {
  display: none !important;
}

.sinav-info.box.section_hero::before {
  content: '';
}

.sinav-info.box.section_hero {
  padding: 2rem 3rem;
}

.sinav-info div h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}

.sinav-info .item_section_container {
  margin: auto;
  width: 100%;
}

.sinav-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sinav-type svg path {
  transition: fill 0.8s ease;
}

.sinav-type svg path {
  fill: #a6a6a6;
}
.sinav-type:hover svg path {
  /*fill: url('#paint0_linear');*/
}

.sinav-type span {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #a6a6a6;
  font-weight: 500;
}

.sinav-section {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.soru-types {
  display: grid;
}

.soru-box {
  display: inline-flex;
  padding: 0.5rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 600;
  color: #6b6b6b;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.soru-types {
  grid-template-columns: repeat(8, 1fr);
  margin: 3rem 0;
  gap: 4px;
  grid-template-rows: repeat(2, 1fr);
}

.soru-box:nth-child(-n + 9) {
  color: #8e00b4;
}

.sinav-info h4 {
  color: #757272;
  font-size: 1.2rem;
  text-align: center;
}

.sinav-info button {
  background: linear-gradient(90deg, #cd10ff 0%, #a10eff 100%);
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  font-weight: 500;
  padding: 1rem 5rem;
  margin: 3rem auto 0;
  /*scale: ;*/
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sinav-info button:hover {
  background: linear-gradient(90deg, #cd10ff 0%, #a10eff 100%);
  opacity: 0.8;
}

.sinav-type svg {
  height: 3.5rem;
}

.sinav-type:hover span {
  color: #a302ff;
}

@media screen and (max-width: 1024px) {
  .sinav-info.box.section_hero {
    padding: 2rem 1rem;
  }

  .sinav-info div h2 {
    font-size: 1.5rem;
  }

  .sinav-type svg {
    height: 2.5rem;
  }

  .sinav-type span {
    font-size: 0.8rem;
  }

  .sinav-type {
    text-align: center;
  }

  .sinav-info h4 {
    font-size: 1rem;
  }

  .sinav-section {
    overflow-x: scroll;
  }

  .sinav-info .item_section_container {
    overflow: hidden;
  }

  .soru-types {
    overflow-x: scroll;
    padding: 1rem 0;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

table {
  text-indent: 0;
  border-color: inherit;
}
hr {
  border-top-width: 1px;
}
table {
  border-collapse: collapse;
}

.sinav-table-section {
  display: flex;
  flex-direction: column;
  margin: 3.5rem auto;
  max-width: 56rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
  0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.sinav-table > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.sinav-table {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  overflow-x: auto;
  table-layout: fixed;
  width: 100%;
}
.sinav-table-head {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.sinav-head-row > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}
.sinav-table-title {
  font-weight: 500;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: 0.5rem 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
  text-transform: uppercase;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .sinav-table-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .sinav-table-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sinav-table-body > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.sinav-table-body {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.sinav-body-row > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.sinav-body-row {
  text-align: center;
}
.sinav-table-content {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .sinav-table-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sinav-table-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.table {
  display: table;
}
.static {
  position: static;
}
