* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Montserrat';
  src: url('https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/fonts/Montserrat-Regular.woff2') format('woff2'),
  url('https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/fonts/Montserrat-Regular.woff') format('woff'),
  url('https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
 }
 *{  font-family: 'Montserrat'; font-weight: normal; font-style: normal; }
html {
  font-size: 100.01%;
}

body {
  font-family: "Montserrat";
  font-weight: normal;
  min-height: 100vh;
  line-height: 1.35;
  font-size: 14px;
  color: #83878f;
}
input, select, button{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
@media screen and (max-width: 575px) {
  body {
    background-color: #FFFFFF;
  }
}

html, body {
  scroll-behavior: smooth;
}

a {
  color: #83878f;
}
a:hover {
  color: #0069d9;
  text-decoration: none;
}

a, .btn, button {
  outline: none !important;
}

p {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 1.1em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.9em;
  }
}

strong {
  font-weight: 700;
}

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
}
.container-md {
  max-width: 1100px;
}

.list-li li {
  margin-bottom: 8px;
}

.icon-info {
  vertical-align: -5px !important;
}

.btn {
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .btn {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 1.05em;
  }
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover, .btn:active {
  box-shadow: 0 10px 20px 0 rgba(53, 62, 85, 0.1);
}
@media screen and (max-width: 767px) {
  .btn {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.8em;
  }
}
.btn svg {
  -moz-transition: 0.25s all linear;
  -o-transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
}
.btn-noshadow {
  box-shadow: none !important;
}
.btn-noshadow:hover, .btn-noshadow:focus, .btn-noshadow:active {
  box-shadow: none !important;
}
.btn.rounded {
  border-radius: 8px !important;
}
.btn-edtext {
  height: 38px;
  min-width: 120px;
  line-height: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-edtext {
    min-width: auto;
    font-size: 13px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.btn-reset {
  box-shadow: none !important;
  line-height: normal;
  background: none;
  outline: none;
  border: none;
  height: auto;
  padding: 0;
}
.btn-reset img {
  vertical-align: bottom;
}
.btn-back {
  font-weight: 500;
  color: #272848;
}
.btn-back img {
  height: 13px;
  margin-right: 3px;
  vertical-align: -1px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btn-back {
    display: none;
  }
}
.btn-menu {
  font-size: 32px;
  height: 32px;
}
.btn-menu svg {
  display: block;
}
.btn-default {
  background-color: #f2f4f7;
}
.btn-lightGray {
  background-color: #f7f8f9;
}
.btn-success {
  background-color: #2dca72;
}
.btn-secondary {
  background-color: #757d88;
}
.btn-orange {
  background-color: #fc9e1d;
  color: #FFFFFF !important;
}
.btn-white {
  color: #83878f;
  background: #fff;
}
.btn-outline {
  border: 1px solid transparent;
}
.btn-outline-dark {
  border-color: #000000;
}
.btn-link-lg {
  font-size: 2em;
  font-weight: 700;
  white-space: normal;
}
@media screen and (max-width: 575px) {
  .btn-link-lg {
    font-size: 1.2em;
  }
}
.btn-radius {
  border-radius: 25px;
}
.btn-lg {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
}
.btn-sm {
  height: 38px;
  font-size: 14px;
  line-height: 38px;
}
.btn-small {
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-block {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-link {
  color: #54c1fb;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  box-shadow: none !important;
}
.btn-link .icon-left, .btn-link .icon-right {
  vertical-align: baseline;
}
.btn.dropdown-toggle {
  padding-right: 32px;
}
.btn.dropdown-toggle:after {
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 9px;
  margin: auto;
  border-width: 0;
  position: absolute;
  background: url("../images/chevron-down.svg") no-repeat center center/contain;
}
.btn.dropdown-toggle .icon-right {
  vertical-align: -12px;
}
.btn.dropdown-toggle .icon-left {
  vertical-align: -12px;
}
.btn-icon-curve {
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.btn-radius-offright {
  border-radius: 25px 5px 5px 25px;
}
.btn-sort {
  min-width: 140px;
}
.btn-outline-light {
  color: #272848;
  border-radius: 8px;
  border: solid 1px #a8a8a8;
}
.btn-right-down {
  opacity: 0.8;
}
.btn-right-down.btn-collaps {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 8px;
}
@media screen and (min-width: 768px) {
  .btn-right-down {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.btn-right-down img {
  max-width: 11px;
}

.icon-right {
  margin-left: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  .icon-right {
    margin-left: 3px;
  }
}
.icon-left {
  margin-right: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  .icon-left {
    margin-right: 3px;
  }
}

.dropdown-noarrow:after {
  display: none;
}

a, .btn {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

p {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 500;
  color: inherit;
}

hr {
  border-top-color: rgba(0, 0, 0, 0.05);
}

.shadow {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.04) !important;
}
.shadow.card:hover {
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.08) !important;
}

.form-shadow {
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.09);
}

.badge {
  padding: 5px 8px;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  border: 2px solid transparent;
}

.text-muted {
  color: #818181 !important;
}
.text-black {
  color: #000000;
}
.text-black * {
  color: inherit;
}
.text-secondary {
  color: #272848 !important;
}
.text-normal {
  text-transform: none;
}
.text-decoration-line {
  text-decoration: line-through !important;
}
.text-red {
  color: #eb6060;
}
.text-orange {
  color: #f6853f;
}
.text-blue {
  color: #8fb1c7;
}
.text-green {
  color: #66ad06;
}
.text-gray {
  color: #83878f;
}

.bg-orange {
  background-color: #f6853f;
  color: #fff;
}
.bg-blue {
  background-color: #8fb1c7;
  color: #fff;
}
.bg-red {
  background-color: #eb6060;
  color: #fff;
}
.bg-red-dark {
  background-color: #fa4040;
  color: #fff;
}
.bg-green {
  background-color: #66ad06;
  color: #fff;
}
.bg-gray {
  background-color: #83878f;
  color: #fff;
}
.bg-default {
  background-color: #dee0e6;
  color: #56566c;
}
.bg-purple {
  background-color: #c47edd;
  color: #56566c;
}
.bg-graylight {
  background-color: #f2f4f7;
}
.bg-muted {
  background-color: #c3c3c3;
}

.text-white a {
  color: inherit;
}

.nowrap {
  white-space: nowrap;
}

.overflow-auto {
  overflow: auto;
}

.page-content {
  width: 100%;
  clear: both;
}

@media screen and (min-width: 992px) {
  .border-xl-left {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 767px) {
  .mb-5, .my-5 {
    margin-bottom: 1.6rem !important;
  }

  .mt-5, .my-5 {
    margin-top: 1.6rem !important;
  }

  .pb-4, .py-4 {
    padding-bottom: 0.8rem !important;
  }

  .pt-4, .py-4 {
    padding-top: 1rem !important;
  }

  .pb-5, .py-5 {
    padding-bottom: 1.6rem !important;
  }

  .pt-5, .py-5 {
    padding-top: 1.6rem !important;
  }
}
h3 {
  font-size: 22px;
  font-weight: 600;
  color: #272848;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
  color: #272848;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 500;
  color: #272848;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 13px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 500;
  color: #272848;
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 13px;
  }
}

.nicescroll-rails {
  width: 2px !important;
  opacity: 1 !important;
  background-color: #eaecef;
  border-width: 0;
}
.nicescroll-cursors {
  left: 2px;
}

.progress-info {
  font-size: 14px;
  font-weight: 500;
}
.progress-info strong {
  font-size: 24px;
  font-weight: 500;
  color: #272848;
}
.progress-class .progress {
  height: 7px;
  width: 70px;
  border-radius: 5px;
}
.progress-class .progress-bar {
  border-radius: inherit;
}

.chat-type { height:100px; background-color: #242424;padding:21px 20px 29px 20px; }
.chat-type .input-group{    margin: 0px 0px 14px 0px;
  border-radius: 6px;
  border: solid 1px #434343;
  background-color: #3b3b3b;
  width: 100%;}
.chat-type .btn, .chat-type .form-control {
  height: 50px;
  box-shadow: none;
  outline: none !important;
}
.chat-type .form-control {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.chat-type .form-control::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #9293a3;
}
.chat-type .btn {
  line-height: normal;
}
.chat-type .btn img {
  vertical-align: middle;
  display: inline-block;
}
.chat-overlay {
  position: absolute;
  width: 97%;
}
.emojiBlock { position: absolute; width:100%; margin: 0 -20px; height: 60px;
  background: none; display: flex; justify-content: center; border-radius: 0 0 20px 20px;bottom:35px;
  padding: 0 10px; align-items: center;
  
 }
 @media screen and (min-width: 1441px) {
  .emojiBlock {bottom:70px}
 }
 .emojiBlock .emoji { background: #3b3b3b; border: solid 1px #2d2c2c; border-radius: 100px;
  height: 34px; width: 42px; -webkit-text-stroke: 1px #2d2c2c;
  color: yellow; margin: 10px 4px; padding: 4px 0;
  text-align: center; font-size: 20px; -webkit-text-stroke-color: yellow;
  } 
 
.chat-overlay:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  content: "";
  height: 50px;
  position: absolute;
  border-radius: 20px 20px 0 0;
  /* background-image: linear-gradient(to bottom, #f7f7f7, rgba(247, 247, 247, 0.7) 58%, rgba(250, 250, 250, 0)); */
}
.chat-menu{height: 64px;border-bottom: solid 1px #707070;margin:0 0 0 0.5px; display: flex; justify-content: flex-start;}
.chat-menu .cls-1{fill:none;stroke:#c8c6c4;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}
.chat-menu .cls-2{fill:#c8c6c4;}
.chat-menu .active .cls-2{fill: #f14a5e;}
.chat-menu .active .cls-1{stroke: #f14a5e; }
.chat-menu svg{cursor: pointer;}
.chat-message {
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
  display: block;
  clear: both;
}
.chat-message.master .text-muted span{color:#e05f6d !important;}
.chat-message.master .chat-message-text{background:#e05f6d !important; color:#fff !important}

.chat-message-text {
  color: #c8c6c4;
  font-size: 14px;word-break: break-all;
  font-weight: 500;
  padding: 8px 10px;
  display: inline-block;
  background-color: #3b3b3b;
  border-radius: 0 10px 10px 10px;
}
.chat-message .text-muted{overflow:hidden; text-overflow: ellipsis;}
.chat-message-text .text-muted {
  color: #828b93 !important;
}
.chat-message-text strong {text-transform: capitalize;
  color: #7e7e7e;
  font-size: 14px;
}
.chat-message-text.added {
  color: #828b93;
  background-color: #eaeff4;
}
.chat-message-image {
  border-radius: 6px;
  max-width: 100px;
  margin-top: 5px;
  display: block;
  width: 100%;
}
/* .chat-message-box {
  padding: 15px 0 0;
} */
.chat-message-box .scrollable {
  /* background-color: #f7f8f9; */
  /* border-radius: 20px 20px 0 0; */
}
.chat-message-avtar {
  top: 2px;
  width: 30px;
  left: 0;
  height: 30px;background: #c8c6c4;
  object-fit: cover;
  position: absolute;
  border-top-style: 30px;
  object-position: center;border-radius: 50%;
  display: flex;align-items: center;justify-content: center;
}
.chat-message-avtar span{ overflow: hidden; white-space: nowrap; text-transform: uppercase; font-weight: 600;}
.chat-message .text-muted span{text-transform: capitalize;color:#7e7e7e; line-height: 1.5;font-size: 14px;}
.chat-video {
  position: relative;
}
.chat-video .views {
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  font-size: 18px;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.chat-video .views img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.chat-footer {
  width: 100%;
  min-height: 55px;
  padding: 14px 20px 12px;
  /* background-color: #f2f3f4; */
  border-radius: 0 0 20px 20px;
}
.chat-footer span.emoji {
  width: 49px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 100px;
  font-family: "Montserrat";
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.live-class {
  top: 20px;
  right: 20px;
  z-index: 10;
  color: #FFFFFF;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  background-color: #f24a4a;
}

.player-chat {
  height: 100vh;
  background: #2d2c2c;
}
.player-alert {
  position: absolute;
  padding: 12px;
  width: 100%;
  z-index: 15;
  color: #FFFFFF;
  left: 0;
  top: 0;
}
.player-alert h6 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
.player-alert p {
  margin-bottom: 0;
}
.player-alert-blue {
  background: #239be6;
}
.player-tag {
  color: #b5b9bc;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.player-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  padding: 18px;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  z-index: 2;
  left: 0;
  top: 0;
}
.player-overlay .middle-icon {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #FFFFFF;
  font-size: 22px;
  z-index: 5;
  left: 50%;
  top: 50%;
  line-height: 1;
}
.player-overlay .middle-icon .btn {
  font-size: 18px;
}
.player-overlay .middle-icon img {
  vertical-align: bottom;
}
.player-controls {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 3;
}
.player-progress {
  margin-top: 0px;
}
.player-info {
  padding-left: 30px;
  position: relative;
}
.player-info h2 {
  font-size: 22px;
  margin-bottom: 2px;
}
.player-info .info_group {
  color: #FFFFFF;
}
.player-info .info_group span:before {
  background: #FFFFFF;
}
.player-back {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
}
.player-question {
  /* max-width: 720px;
  padding: 15px; */
  margin: auto;
  width: 100%;
  z-index: 4;
}
.player-question .custom-control {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #FFFFFF;
  border-radius: 10px;
  display: block;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.player-question .custom-control label {
  width: 100%;
  padding: 22px 22px 22px 35px;
  position: relative;
  font-size: inherit;
  color: inherit;
}
.player-question .custom-control label::before, .player-question .custom-control label::after {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  box-shadow: none !important;
}
.player-question .quizCustomControl input:checked + label {
  color: #66ad06;
}
.player-question .quizCustomControl input:checked + label:after {
  background: url("https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/check_icon.png") no-repeat center/contain !important;
}
.player-question .quizCustomControl.answer-wrong .custom-control-label:after {
  background: url("../images/cross_icon.png") no-repeat center/contain !important;
}
.player-question .quizCustomControl.answer-correct {
  color: #66ad06;
}
/* .player-question .quizCustomControl.answer-correct .custom-control-label:before {
  background: url("../images/check_icon.png") no-repeat center/contain !important;
} */
#pollContainer { position: absolute; width: 100%;bottom:20px;}
.noPoll{color: #000;margin:20px auto; } 
.player-answer {border-radius: 20px; background-color: #f7f8f9; 
   position: relative;
  max-width: 582px; bottom: 0px; margin: auto; width: 90%; z-index: 4; right: 0; left: 0;padding:1rem 1.5rem;
}
.player-answer-footer {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 5px;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat";
  background-color: #f2f3f4;
  border-radius: 0 0 20px 20px;
}
.mainQuizTimer{padding-top: 10px;}
.player-answer .timer {
  position: absolute;
  top:-20px;left: 50%;
  transform: translateX(-50%);
  display:block;
}
.player-popup {
  margin: 10% auto 15px;
  border-radius: 15px;
  position: relative;
  max-width: 600px;
  overflow: hidden;
  display: block;
  width: 90%;
}
.player-popup-close {
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
  height: auto;
  padding: 0;
  color: #FFFFFF;
  font-size: 30px;
  opacity: 0.87;
}
.player-popup-outer {
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
}
.player-popup-header {
  background-image: linear-gradient(291deg, #ba37ea 0%, #7757ff 100%);
  position: relative;
  padding: 25px;
  color: #FFFFFF;
  min-height: 200px;
  min-width: 600px;
}
.player-popup-header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/player/popup-bg.svg") no-repeat center/contain;
}
.player-popup-header h3, .player-popup-header h4, .player-popup-header p {
  color: #FFFFFF;
}
.player-popup-body {
  font-size: 16px;
}
.player-popup-body td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.player-popup-body td .st_pic {
  width: 45px;
  height: 45px;
  border-radius: 40px;
}
.player-popup .student h4 {
  font-size: 18px;
  margin-bottom: 2px; text-transform: capitalize;
}
.player-popup .student p {
  margin-bottom: 0;
}
.player-popup .student .st_tag {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: -35px;
  margin: auto;
}
.player-popup .student .st_pic {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  border-radius: 50px;
  border: 2px #FFFFFF solid;
}
.player-popup .student .st_pic_lg { width: 85px; height: 85px; }
.player-popup .student .st_pic_lg + .st_tag { right: -62px; }
.player-btns { padding-bottom: 5px; }
.player-btns .btn img { max-width: 50px; }
.player-question-area { padding-bottom: 100px;padding-top:100px;background: #2d2c2c; color:#FFF; }
.player-footer {
  /* border-top: 2px solid #f2f2f2;
  background-color: #f7f8f9; */
  padding: 28px 10px;
  width: 100%;
  bottom: 0;color:#fff;
  left: 0;
}
.noLeader{font-size: 16px;font-weight: 600;margin-top: 70px;}

.alert-close {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 5;
  height: auto;
  line-height: normal;
}
.alert-close img {
  width: 18px;
}

.timer {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  color: #239be6;
}
.timer img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.answer-progress {
  font-size: 20px;
  color: #3c3c3c;
}
.answer-progress .progress-class + span {
  width: 36px;
  text-align: right;
}

.table-middle th, .table-middle td {
  vertical-align: middle;
}

.player-progress .progress {
  overflow: visible;
  position: relative;
}
.player-progress .progress .progress-circle {
  top: -7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #FFFFFF;
  margin-left: -10px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn-control-icon {
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 35px;
  text-align: center;
}
.btn-control-icon img {
  max-width: 90%;
}
.btn-control-white {
  border: solid 1px #efefef;
  background-color: #FFFFFF;
}
.btn-control-white.btn-control-drop:before {
  border-bottom-color: #000 !important;
}
.penBg{
  display: flex;
    align-items: center;
    border-radius: 50%;
    /* height: 36px;
    width: 36px; */
    /* background: #2d2c2c; */
    justify-content: center;
}
.pointer-small span{
  width: 15px;
  height: 15px;
  border-radius: 100%;

    background: #fff;

}
.pointer-medium span{
  width: 30px;
  height: 30px;

  border-radius: 100%;

}
.pointer-large span{
  width: 45px;
  height: 45px;

  border-radius: 100%;


}
.pointer-Extralarge span{
  width: 60px;
  height: 60px;
  border-radius: 100%;



}
.circleBase {
  border-radius: 100%;
  /* behavior: url(PIE.htc); */ /* remove if you don't care about IE8 */
}
.btn-control-dark {
  border: solid 1px #333333;
  background-color: #333333;
}
.btn-control-green { background-color: yellowgreen;
}
.btn-control-gold {background-color: #ef8123;
}
.btn-control-powderblue { background-color: powderblue;
}
.btn-control-light {background-color: white;
}
.btn-control-black {background-color: black;
}
.btn-control-navy { background-color: navy;
}
.btn-control-firebrick {background-color: #ef233c;
}
.btn-control-drop {
  position: relative;
}
/* .btn-control-drop:before {
  right: 11px;
  content: "";
  bottom: 7px;
  position: absolute;
  border-style: solid;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-width: 5px 5px 5px 0;
  border-color: transparent transparent #efefef transparent;
} */

.slide_pagination {display: flex; align-items: center;  color: #fff; margin: 0 15px; font-size: 14px; font-weight: 500; }
.slide_pagination img { display: inline-block; vertical-align: 1px;cursor: pointer; margin-left: 12px; }
.slide_pagination span { color: #FFF; }

.video.row {
  display: flex;
}

.video.row > div {
  /* flex: 1; */
  /* background: lightgrey;
  border: 1px solid grey; */
}

video {
  /* max-height: 224px; */
  width: 100%;
  background: #000;
  display: inline-block;
}
.remoteVideoCommonClassParent{background:#3b3b3b;border-radius: 10px;}

#remote_video_holder .bottom{left:0; bottom:0;width: 100%;border-bottom-left-radius: 10px;border-bottom-right-radius:10px ;  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 18%, #000000);padding:15px 0 5px 0; position: absolute;display: flex; align-items: flex-end;}
#remote_video_holder .bottom .mic_off_icon img{max-width: 16.5px;transform: none;}
#remote_video_holder .options{display: block;top: 5px;text-align: center;width: 15px;transform: none;right: 5px;z-index: 190;}
.optionsToolTip{
  display: none;background: #3b3b3b; border-radius: 5px;position: absolute;font-weight: 500;
  top: 2px; right: 12px; padding:0; transition-timing-function: ease-out;
  transition: 0.2s;transform: translatez(0);
  z-index: 1001; min-width: 145px;
}
.optionsToolTip p{color:#fff; font-size: 14px;padding: 6px 10px;margin-bottom: 0; text-align: left;white-space: nowrap;}
.optionsToolTip p:hover{background: #383838;   }
#questions{transition-timing-function: 5s; transform: ease;}
.quizArrow{transform: rotate( -90deg ); }
.video_icons {
  font-weight: 500;
  font-size: 15px;
  padding: 10px;
  width: auto;
  color: #FFFFFF;
  z-index: 5;
  left: auto; right: 0;
  top: 0;
}
.video_icons .live {
  margin-left: 10px;
}
.video_pill {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;font-weight: 600;
  display:flex; align-items: center; padding:0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.playerTimer img {
  margin-right: 3px;
}
.video_pill img{margin-right: 3px;}
.video_circle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background: #3b3b3b;display: flex; align-items: center;justify-content: center;
}
.video_circle img {
  display: inline-block;
  max-height: 15px;
}
.live.preview{
  background-color: black;
}
.logoLeftSection{
  display: flex;
  align-items:center;
  column-gap: 24px;
  margin-left: 24px;
  
}
.turitoWhiteboardLogo{
  width: 45px;
  height: auto;
}

.live {
  color: #f24a4a;;
  /* width: 52px; */
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-right: 20px;
  text-align: center;
  border-radius: 4px;
  padding-left: 12px;
  position: relative;
  /* text-transform: uppercase; */
  /* background-color: #f24a4a; */
  
}
.live::before{
  content:"";
  display: block;
  top:50%;
  transform: translate(0, -50%);
  position:absolute;
  width: 8px;
  height: 8px;
  border-radius:50%;
  background-color:#f24a4a;
  left:0;
}

#canvas_holder, #quiz,#quiz_dummy, .classEndedScreen{
  height: calc(100vh - 200px);
}
#canvas_holder{align-items: center; justify-content: center;}
#quiz,#quiz_dummy{background: #fff;}
#drawCanvasParent{
  width:100%;height: 100%;background-color: #fff;
  max-height:  100%;  box-sizing: border-box;
  
}
#drawCanvas {
  width:100%;position: absolute;height: 100%;
  max-height:  100%;  box-sizing: border-box;
  top:50%; left: 50%; transform: translate(-50%, -50%);
}

.sidebar_control {
  position: absolute;
  padding: 50px 10px 15px;
  background-color: #f7f8f9;
  z-index: 99;
  border-radius: 25px 0 0 25px;
  bottom: 90px;
  right: -118px;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.sidebar_control.active {
  right: 0px;
}
.sidebar_control.active .sidebar_control_btn img {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sidebar_control:before {
  width: 56px;
  height: 12px;
  display: block;
  margin: auto;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  background: url("../images/lines_bar.png") no-repeat center;
}
.sidebar_control > div {
  margin-bottom: 10px;
}
/* .sidebar_control .btn + .btn {
  margin-left: 10px;
} */
.sidebar_control_btn {
  position: absolute;
  background-color: #f7f8f9;
  border-radius: 40px;
  width: 52px;
  height: 52px;
  padding: 8px;
  z-index: -1;
  box-shadow: none !important;
  top: 0;
  text-align: left;
  bottom: 0;
  margin: auto;
  left: -25px;
}
.sidebar_control_btn img {
  display: block;
  position: relative;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.fixed-top.col-md-4, .fixed-top.col-md-3 {
  right: 0;
  z-index: 999;
  left: auto;
}

.alert_modal {
  background-color: rgba(0, 0, 0, 0.47);
  position: absolute;
  z-index: 1090;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.alert_modal_box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  max-width: 720px;color:#fff;padding:40px 80px; background:#2d2c2c;
  position: relative;
}
.alert_modal_content { padding: 20px 15px; padding-bottom: 84px; }
.alert_modal_content h4{color:#fff;font-size: 24px;margin-bottom: 0; font-family: "Montserrat";;}
.alert_modal_controls { width: fit-content; margin-left: auto; margin-right: auto;
  /* border-top: 1px rgba(0, 0, 0, 0.1) solid; */
}
.alert_modal_controls p{font-size: 14px; color:#c8c6c4;text-align: center; font-weight: 600;}
.alert_modal_controls .wrapper{min-width: 280px; position: relative;height: 30px; margin-bottom: 50px;}
input[type=range] {position: absolute;
  -webkit-appearance: none; 
  width: 100%; height: 5px; top:11px;
  background: transparent; 
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height:5px;
  border-radius: 20px;
  background: #393939;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  height:5px;
  border-radius: 20px;
  background: #393939;
}

input[type=range]::-moz-range-progress {
  background: #1e3650;
  height: 5px;
  height:5px;
  border-radius: 20px;
  /* background: #393939; */
}

input[type=range]::-ms-track {
  -webkit-appearance: none;
  height:5px;
  border-radius: 20px;
  background: #393939;
  color: transparent;
  border: 0;
}

input[type=range]::-ms-fill-lower {
  background: #1e3650;
  border-radius: 0.75rem 0 0 0.75rem;
}


input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;border:5px solid #f14a5e;
  border-radius:50%;
  background: #fff;
  cursor: pointer;
  margin-top: -8.5px;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;border:5px solid #f14a5e;
  border-radius:50%;
  background: #fff;
  cursor: pointer;
  margin-top: -8.5px;
}

input[type=range]::-ms-thumb {
  height: 22px;
  width: 22px;border:5px solid #f14a5e;
  border-radius:50%;
  background: #fff;
  cursor: pointer;
  margin-top: -8.5px;
}

.visually-hidden { 
    position: absolute !important;max-width: calc(100% - 22px) !important;
    height: 5px; top:11px; z-index: 6; left:0;
    background:#f14a5e;border-radius: 20px;;
   
}

.alert_modal_controls .btn {
  padding: 0;
  height: 50px;
  color: #fff;
  font-size: 14px;min-width: 175px;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none !important;
  font-family: "Montserrat";padding: 0px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
  background: #292828;
  margin: auto;display: block;
}
.alert_modal_controls .btn + .btn {
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.alert_modal_controls .btn.endClass{
  background: #f14a5e;
}
.screenRecordingPaused{ background:#201f1f;padding:60px 40px; width: 100%; height: 100%;display: flex;
  align-items: center; justify-content: center;flex-direction:column;}
.screenRecordingPaused h3{font-size: 24px; color:#fff; font-weight: 600;margin-bottom: 20px;}
.screenRecordingPaused p{font-size: 18px; color:#5d5d5d; font-weight: 500;}
.screenRecordingPaused button{color: #fff; background:#f14a5e;font-weight: 600; border-radius: 4px; font-size: 18px; margin-top: 40px;min-width: 250px; padding:10px 20px; border:none; box-shadow: none; }

.qa_modal {
  background-color: rgba(0, 0, 0, 0.47);
  position: absolute;
  z-index: 95;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none !important;
}
.qa_modal.active {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
.qa_modal_box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  max-height: 60%;
  width: 100%;
}
.qa_modal_content {padding:10px 10px 10px 15px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.34);
  background-color: #2d2c2c;    position: fixed;
  right: 0;max-width: 646px;height: 100%;z-index: 1030;width: 34vw;
  top: 0;
}
.qa_modal_content .input-group {
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 180px;
}
.qa_modal_content .input-group .btn, .qa_modal_content .input-group .form-control {
  height: 48px;
}
.qa_modal_content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Montserrat";
}
.questionBox{padding: 19px 19px 21px 30px;position: relative;
  border-radius: 10px;margin:20px 5px 20px 0;
  background-color: #272727;}
.questionBox:first-child{margin-top: 0 !important;}
.questionNumber{color:#c8c6c4; position: absolute;font-size: 14px; line-height: 1.59; font-weight: 500; left:15px;}
.questionBox h4{font-size: 14px; line-height: 1.59; font-weight: 500; color:#c8c6c4;margin-bottom: 0;}
.questionBox.currentQuestion{background: #4a3a3c;}
.ans_pill {
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  background: #f14a5e;
  display: inline-block;
  padding: 10px 20px 9px 20px;
  font-weight: 600;
  font-size: 14px;text-align: center;
  color: #fff;min-width: 200px;
  margin-right: 15px;
}
.questionBox.alreadyAsked{opacity: 0.7;}
.ans_pill.active {
  color: #828b93;
  box-shadow: none;
  border: solid 1px #ebebeb;
}

.mt-3 .ans_pill {
  margin-right: 15px;
}

.skipQuestion .ans_pill{
  background: none; box-shadow: none;text-align: right; color:#f14a5e;
  width: fit-content;
  min-width: auto;
  margin-right: 0;
  white-space: nowrap;
}
.percentageCorrectlyAnswered .ans_pill{background:#2e9a6d;cursor: default !important;}
.percentageCorrectlyAnswered .ans_pill img{margin-top: -5px; margin-right: 6px;cursor: default !important;}
.discussQuestion{margin-bottom: 0px !important;}
.discussQuestion .ans_pill{min-width: 80px !important}
.discussQuestion.disable .ans_pill{opacity:0.7;cursor:not-allowed}
.que
.text-muted h4 {
  color: inherit;
}

.ans_done {
  color: #66ad06;
  font-size: 18px;
  font-weight: 500;
}

.ans_done img {
  margin-right: 10px;
  vertical-align: -10px;
}

.slides_modal {
  /* background-color: rgba(0, 0, 0, 0.47);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16); */
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  left: 0;
  top: 0;
  display: none !important;
}
.slides_modal.active {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
/* .slides_modal:after {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background: #fff;
  display: block;
  bottom: -10px;
  height: 20px;
  margin: auto;
  width: 20px;
  content: "";
  right: 0;
  left: 0;
} */
.slides_modal_box {
  /* background-color: #ffffff; */
  position: relative;
  /* padding-top: 15px; */
  /* max-height: 55%; */
  z-index: 5;
  width: 100%;height: 100%; overflow-y: auto;padding-right: 10px;
}
.customScroll{overflow-y: auto;height: 100%;}
.customScroll::-webkit-scrollbar { -webkit-appearance: none; width: 4px; background-color: rgba(156, 156, 156, 0.2) ; }
.customScroll::-webkit-scrollbar-thumb { border-radius: 4px; background: #fff;  }
.slides_modal_content {
  /* padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px; */
}
.slides_modal_content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Montserrat";
}
.slides_modal_content .col-auto {
  max-width: 20%;
  flex: 0 0 20%;
}

.slide_item {
  color: #818181;
  font-size: 12px;
  font-weight: 500;
}
.slide_item.active {
  color: #000;
}
.slide_item.active .slide_screen {
  border: 1px solid #239be6;
}
.slide_screen {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
/* .slide_screen img {
  max-height: 115px;
} */
.slide_screen img.active {
  border: 1px solid #239be6;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

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


#session_holder input{padding: 5px;}

/*#login_holder {width: 500px; padding: 100px 20px; margin: 0 auto; border: 1px solid black; height: 100vh; }
#login_holder label {margin-top:10px;font-size: 15px; display: block; height: 20px; width: auto; color: black; text-shadow: none;line-height: 15px; }
#login_holder h1{text-transform: capitalize; color: black; }*/
#login_holder input { padding:5px 0px; width: 100%; }

#login_button { margin-top: 90px; }


.disabled_span{background-color: lightgrey; box-shadow: none; }

.login_header {
  background: #ffffff;
  /* height: 95px; */
  color: black;
  border-bottom: 1px solid lightgray;
  overflow: hidden;
  padding: 21px;
}
.login_header p{font-size: 20px; color: black; font-family: 'Trebuchet MS', serif; padding: 0px; margin: 0px; }
.lg-button {display: inline-block; background: #000; padding: 5px 10px; z-index: 0; color: #fff; }
.lg-title{width: 65px; display: inline-block; }
.lg-popup {padding: 10px 10px 35px; background: #fff; z-index: 999; display: block; width:500px; margin : 0 auto; }
#login_err{color:red; font-size: 20px; line-height: 1; margin-bottom: 0;}
#login_holder{text-align: center; }
#session_holder{text-align: center; }
.session_btns{
    width: 500px;
    margin: 0 auto;
}
.session_btns input,.session_btns select{
    margin-top: 5px;
    padding: 5px;
    width: 100%;
    display: block;
}

/* #logout {
    position: relative;
    color: black;
    top: -36px;
    right: -500px;
    text-decoration: underline;
    font-size: 20px;
    cursor: pointer;
} */

.option-img{width: auto; max-height: 50px; }
.studentView{background:#201f1f;width: 100%; height: 100vh; text-align: center;}
  .startClassOn{ font-size: 24px; font-weight: 500; line-height: 1.5; color:#9c9c9c;}
  .classTitle{color:#fff; font-size: 24px; font-weight: 600; line-height: 1.5; }
  .group{color:#c8c6c4; font-size: 14px; font-weight: 600; line-height: 1.29;}
  .profileDisplay{border-radius: 10px;position:relative; width: 660px;background:#2d2c2c; height: 370px; display: flex; align-items: center; justify-content: center;text-align: center;}
  .profileDisplay p{color:#b4b0ae; font-size: 18px; font-weight: 500; line-height: 2; margin-top: 10px;}
  video#localCamera1{position: absolute;border-radius: 10px; left:0; top:0; max-height: 101% !important; max-width: 100% !important; width: 100%; height: 101%; } 
  .icon{background: #292828;width: 64px; height: 64px; margin: 0px 0 20px 22px;display:flex; align-items: center; justify-content: center; 
    padding: 16.2px 21.3px; border-radius: 10px; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);}
  .icon:hover{background: #3c3a3a;}
  
  .clickable{cursor: pointer;}
  .cancelBtn, .startClassBtn{background:#292828;padding: 16px 23px 16px 24px;
    border-radius: 10px;color:#fff; font-size: 14px; font-weight: 600; line-height: 1.29;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);margin:20px 10px 20px 0px;border:none;
    width: 176px;
  }
  .cancelExit{
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
  }
  .startClassBtn{background:#f14a5e;margin:20px 0 20px 10px;}
  .startClassBtn:disabled{opacity: 0.4;}
  .info_group { color: #c8c6c4; font-weight: 600; font-size: 14px;margin-bottom: 28px; }
  @media (max-width:1440px){.info_group {font-size:12px;margin-bottom: 20px;}}
  .info_group span { color:#c8c6c4; font-weight: 600; }
  .info_group span:first-child:before { display: none; }
  .info_group span:before { width: 4px; content: ""; height: 4px; margin:0 6px;
    border-radius: 4px; vertical-align: 2px; display: inline-block; background-color: #9393a3; }
  .settingsBar{background: #2d2c2c;height: 100%;display: none; top:0; right: 0; width: 400px; text-align: left;padding:34px 30px;}
  .settingsBar h3{color:#fff; font-weight: 600; font-size: 20px; line-height: 1.8;}
  .settingsBar h5{color: #c8c6c4; font-weight: 600; font-size: 14px; line-height: 1.29;margin-bottom: 0; margin-top: 30px;}
  /* .settingsBar .textWithDrpArrow{border-bottom: 1px solid #707070;margin-bottom: 10px; color:#fff;position: relative;padding-bottom: 15px;display: flex; align-items: center;}
  .settingsBar .textWithDrpArrow:after{background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/sideBarDownIcon.svg) no-repeat right;
    content: ""; display: inline-block; position: absolute; right: 0; width: 9px; height: 5px; 
  } */
   .border-b{border-bottom: 1px solid #707070; margin:5px 0;}
   .textWithDrpArrow{ position: relative;width:100%; background: none; padding:13px 0 14px 0; display: flex; align-items: center;}
  .textWithDrpArrow:after{background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/sideBarDownIcon.svg) no-repeat right;
    content: ""; display: inline-block; position: absolute; right: 0; width: 9px; height: 5px; content: "";
    pointer-events: none; cursor: pointer;
  }
  .textWithDrpArrow select{color:#fff;border:none;font-weight: 600;word-break: break-all; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; width: 100%; font-size: 14px; background: none;    padding-right: 15px; white-space: nowrap; text-overflow: ellipsis;}
  .textWithDrpArrow select option{font-weight: 600;line-height: 1.29;}
  .border-b select:focus-visible{border:none; outline: none;}
  .settingsBar select option{background:#292828; color:#fff;word-break: break-all; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis;font-weight: 600; font-size: 14px; line-height: 1.29;}
  .settingsBar select option:hover, .settingsBar select option:focus, .settingsBar select option:focus-within{background: #707070;}
  .settingsBar select option.active{background: #2d2c2c;}
  .settingsBar .checkBoxes{margin-bottom: 20px;}
  .settingsBar .checkBoxes input[type="checkbox"]{-webkit-appearance: none;cursor: pointer;
    border: 1px solid #cacece; padding: 8px; border-radius: 4px; display: inline-block; position: relative;}
  .settingsBar .checkBoxes input:checked{ border: 1px solid #fff;	color: #fff;
      background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/sidebarTick.svg) no-repeat center;;
  }
  .settingsBar .checkBoxes .label{display: flex; align-items: center;word-break: break-all; margin-top: 19px;}
  .settingsBar .checkBoxes .label:first-child{margin-top: 14px;}
  .settingsBar .checkBoxes .label label{margin-left: 15px; margin-bottom: 0;font-weight: 600; font-size: 14px;}
 /* .settingsBar .checkBoxes label:before{height: 18px; width: 18px; border-radius: 4px; border:1px solid #fff; content: "";
   display: inline-block; margin-right: 15px; background: none;}
  .settingsBar .checkBoxes label.active:before{background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/sidebarTick.svg) no-repeat center;}  */
  .testAudioBtn{display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.29;
    padding: 16px 30px 16px 30px; border-radius: 10px;width: 100%;margin-top: 60px; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25); background: #3e3e3e;}
  .testAudioBtn button{border:none; background: none; color:#fff;margin-left: 5px;font-weight: 600; }
  .modal{transition:opacity .15s linear;padding-left: 0 !important;background: rgba(38,38,38,0.6); }
  .modal-backdrop{background: rgba(0,0,0,0.6);}
  #testSpeakerModal .modal-dialog{max-width: 887px; }
  #testSpeakerModal .modal-content{background: #2d2c2c;height: 550px;padding:0 8px; border-radius: 20px;}
  #testSpeakerModal .modal-body{padding:30px 10% 35px 10%;}
  #testSpeakerModal .modal-title{color:#9c9c9c; line-height: 1.5; font-size: 24px; font-weight: 500; text-align: center;}
  .modal-body button{ padding: 16px 30px 14px 30px;min-width: 176px;border:none; color: #fff;font-size: 16px; font-weight: 600; line-height: 1.29;
    border-radius: 10px;margin:0 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #3e3e3e;}
  .speakerLevel { background: #393939; border-radius: 13px; height: 4px; }
  .speakerLevel>div { background: #f14a5e; height: 4px; border-radius: 10px;max-width: 100%; }
  #testSpeakerModal h2{font-size: 20px;color:#fff; margin: 0 auto; line-height: 1.8; font-weight: 600; text-align: center;}
  #testSpeakerModal h5{color: #c8c6c4; font-weight: 600; font-size: 14px; line-height: 1.29;}
.chatIcon, .koffeeIcon, .participantsIcon, .settingsIcon{margin:0 10px;width:64px; height: 64px; position: relative; display: flex; align-items: flex-end; padding-bottom: 20px; justify-content: center;}
.chatIcon.active:before, .koffeeIcon.active:before, .settingsIcon.active:before, .participantsIcon.active:before{border-bottom:solid 3px #f14a5e;position: absolute; content: ""; width: 100%; bottom:0}
.participantsBLock h3{color:#707070; font-size:14px; font-weight: 500; line-height: 1.29;}
.participantsLIst{padding-bottom: 25px;}
.quickActionsDrp{position: relative; display: flex;cursor: pointer; align-items: center; justify-content: space-between;}
.quickActionsDrp:after{background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/sideBarDownIcon.svg) no-repeat right;
  content: ""; display: inline-block; position: absolute;     right: 6px; width: 8px; height: 4px; content: ""; pointer-events: none; cursor: pointer; background-size: 100% 100%;}
.participantsBLock select{background: #201f1f; border:none !important;padding: 7px 8px 7px 8px;
  border-radius: 3px;color:#707070; font-size:14px; font-weight: 500; line-height: 1.29;white-space: nowrap; text-overflow: ellipsis;}
.participantsBLock select:focus-visible{border:none; outline: none;}
.participantsBLock select option{background:#292828;cursor: pointer; color:#fff;font-weight: 600; font-size: 14px; line-height: 1.29;}
.participantsBLock select option:hover, .settingsBar select option:focus, .settingsBar select option:focus-within{background: #707070;}
.participantsBLock select option.active{background: #2d2c2c;}
.participant{position: relative;padding-right: 20px;z-index: 99;display: flex;}
.options{right: 2.5px;width: 15px; text-align: center; top:45%; transform: translateY(-50%); color:#fff;display: none;}
.participant:hover{background: #3b3b3b;}
.participant:hover .options{display: block;}

.numOfParticipants, .numOfMessages{background: #c98505; color:#fff; font-size: 12px;height: 18px; width: 18px;right: 0; top:10px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.participantImage{height: 40px; min-width: 40px; border-radius: 50%; margin-right: 11px;background: #c8c6c4;display: flex;align-items: center;justify-content: center;}
.participantImage span{ overflow: hidden; white-space: nowrap; text-transform: uppercase; font-weight: 600;}
.participantName{color:#fff; font-size: 14px; line-height: 1.29; font-weight: 500;text-transform: capitalize;}
#participantScroll{padding-bottom: 42px;}
.participantsBLock .inviteButton{margin: 0 10px;cursor: pointer; background: #201f1f;padding:7px 15px;border-radius: 3px; white-space: nowrap; color:#c8c6c4; font-size: 12px; text-align: center;}
.participantsBLock .inviteButton:hover{background: #f14a5e;}
.participantsBLock .inviteButton.declined, .participantsBLock .inviteButton.invited{color:#f14a5e;background: #201f1f;}
.participantsBLock .raiseHand{max-width: 37px;margin: 0 8px;}
.participantsBLock .mic_on_icon img{margin: 0 8px;}
.participantsBLock .mic_off_icon img{margin: 0 8px;}
.participantsBLock .user_talking_icon img{max-width: 10.5px;margin: 0 8px;}
.participantsBLock .video_on_icon img{margin: 0 8px;}
.participantsBLock .video_off_icon img{margin: 0 8px;}
.inviteToTalkBtn{color:#c8c6c4;cursor: pointer; font-size: 12px; font-weight: 500; line-height: 1.5;padding: 8px 17px 7px; border-radius: 3px; background: #201f1f;}
.inviteToTalkBtn:hover{background: #f14a5e;}
.inviteToTalkBtn.invited{color: #f14a5e; cursor: default !important;}
.inviteToTalkBtn.invited:hover{background: #201f1f;}
#participantsBlock{padding-bottom: 5px;}
.koffeeBlock{padding:5px 6px 4px 17.5px;}
.koffeeBlock h3{color:#fff; font-weight: 600; font-size: 20px; line-height: 1.8;}
.koffeeBlock .num{color:#c8c6c4;font-size: 14px; line-height: 1.29; font-weight: 600;float: left;
  position:absolute;
  width: 24px;
  height: 24px;
  padding: 3px 6px;
  margin: 5px 5px;
  opacity: 0.8;
  border-radius: 5px;
  background-color: #3b3b3b;}
.koffeeBlock .slidesBlock{height: calc(100% - 45px); overflow: auto; flex-wrap: wrap; display: flex;}
.koffeeBlock .slidesWidth{width: 50%;}
.koffeeBlock .slide{margin:0 5rem 0px 0px;display: flex; align-items: center; justify-content: center;
  padding: 0; border-radius: 10px; width: 100%;  height: 96px; border: solid 3px transparent;cursor: pointer;}
.koffeeBlock .active .slide{ border: solid 3px #f14a5e;}
.koffeeBlock .slide img{height: 100%; width: 100%;border-radius: 10px;}
.player-area-header{padding:19px 35px 15px 30px;position: absolute; top:0; width: 100%;}
.player-area-header h2{ font-size: 18px; line-height: 2; color:#fff; font-weight: 600; margin-bottom: 0;}
.player-area-header h2::first-letter{text-transform: uppercase;}
.player-area-header .playerTimer{color:#9c9c9c; font-size: 14px;min-width: 70px; font-weight: 600; line-height: 1;display: flex; align-items: center;}
.player-area-header .playerTimer .recordingIcon{ position:relative; height: 18px; width: 18px; border: 1px solid #9c9c9c; border-radius: 50%; margin-right: 3px;}
.player-area-header .playerTimer .recordingIcon::before{position: absolute;width: 10px; height: 10px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); background-color: #f24a4a;left:50%; top:50%; transform: translate(-50%, -50%); content: ''; border-radius: 50%;}
.screenSharingText{color:#9c9c9c; font-size: 14px; font-weight: 500;line-height: 1.43;text-align: right; }
button.stopRecordingBtn{color:#f14a5e;padding:12px 18px 12px 19px;margin-right: 20px; border-radius: 6px; background: #3b3b3b; border:1px solid #434343;font-size: 14px; line-height: 1.29;font-weight: 500; display: flex; align-items: center; justify-content: center;}
button.stopRecordingBtn span{width: 10px; height: 10px;background: #f14a5e;border-radius: 1px;margin-top: 2px; content: '';margin-right: 8px;}
button.endClassBtn{ color:#fff; font-weight: 600;padding: 13px 28px;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);border:none;
  background-color: #f14a5e;font-size: 14px; line-height: 1.29;}
button.goLiveBtn{margin-left: 20px;}
.video_rectangle{background: #3b3b3b;margin-right:20px; width:70px; height:44px;padding: 14px 13px 12px 13px; border-radius: 6px; border: solid 1px #434343;}
/* .swap_rectangle{background: #3b3b3b;margin-right:20px; width:50px; height:44px;padding: 14px 13px 12px 13px; border-radius: 6px; border: solid 1px #434343;} */
.video_rectangle .swap{
  padding: 4px 14px !important;
}
#swapScreens{cursor: pointer;}
#swapScreens.disable{opacity:0.7;cursor:not-allowed !important;}


.video_rectangle .erase-tool img{max-width: 22px;}
.video_rectangle.active{border: 1px solid #848484;background: #505050;}
.penTooltip{width: 44px;padding: 7.3px 10px 7.3px 9px;}
.slide_paginate{background: #3b3b3b; border:1px solid #434343;display: flex;border-radius: 50%; align-items: center; justify-content: center;}
.selectColor{display: block; width: 20px !important; height: 20px !important;border-radius: 50%;}
.penType{width: 20px; display: block;}
.color-pick{width: 16px; height: 16px;border-radius: 50%;display: block;}
.color-picker.active{width: 26px; height: 26px;border-radius: 50%;border: 1px solid white;display: flex;align-items: center;justify-content: center;}
.toolTip{ transform: translate(-50%);display: none;
  position: absolute;
  top: -82px;
  left: 50%;
  width: 125px;
  padding: 5px;
  z-index: 100;
  background: #3b3b3b;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.colorTooltip{top:-256px; width: 150px;}
.clearTooltip{top: -155px;
  width: 250px;
  left: 65%;
  text-align: left;
  padding: 3px 18px;}

.toolTip h3{border-bottom: 1px solid rgba(112, 112, 112, 0.23);    margin: 5px 0 5px 0;
  margin-bottom: 3px; color:#fff; font-size: 14px; font-weight: 500; line-height: 1.29;}
  .alignCenter{
    display: flex;
    justify-content: center;
  }
.toolTip:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #3b3b3b;
  border-right: 10px solid transparent;
  left: calc(50% - 5px);
    top: 59px;
    transform: rotate(-45deg);
}
.colorTooltip:after{top: 94%;}
.clearTooltip:after{top:130px;}
  /* .showtoolTip:hover .toolTip{display: block;} */

  .newLogin{ background: #fff; text-align: left; min-width: 700px;}
  /* .newLogin .logo img{margin-top: 200px;} */
  .newLogin p{font-size: 24px; color:#3b3b3b;font-weight: 600; line-height: 2;}
  .newLogin p.welcomeTxt{margin-bottom: 90px;}
  .newLogin #logout{ padding: 19px 53px 20px 54px;text-decoration: none; border-radius: 4px; display: block; margin-top: 90px;
    background: rgba(241, 74, 94, 0.16);color:#f14a5e; font-size: 16px;width: fit-content; font-weight: 500; margin-left: auto; margin-right: auto;
  cursor: pointer;}
  .newLogin #logout span{font-weight: 600;}
  .newLogin select{z-index:100;
    padding: 21px 25px 21px 14px;width: 100%;white-space: nowrap; overflow-x : hidden; text-overflow: ellipsis;
    border: solid 1px #acacac;border-radius: 4px;display: flex;font-weight: 600;
    background: #ffffff; max-width: 700px;color:#3b3b3b; }
  .newLogin select option{background-color: #ffffff;padding:5px 25px 5px 0;white-space: nowrap; overflow-x : hidden; text-overflow: ellipsis; color:#3b3b3b;font-weight: 600;}
  .newLogin select:focus-visible{border: solid 1px #acacac;outline: none;}
  .newLogin .sessionDrp{height: 52px;}
  .newLogin .sessionDrp:after{background: url("https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/chevron-down.svg") no-repeat center center/contain;
    content: ""; display: inline-block; pointer-events: none; cursor: pointer; position: absolute; right: 15px;z-index: 100; width: 10px; height: 8px;top:50%; transform: translateY(-50%); }
  .newLogin select:focus:after{background: none;}
  .newLogin .buttons{}
  .newLogin input[type="button"]{border:1px solid #f14a5e;font-size: 16px; font-weight: 600;min-width: 325px;margin:61px 0 0 0; padding:18px 20px 19px 20px !important; background: #fff;color:#f14a5e;border-radius: 4px;}

  .switch-field {
    display: flex;justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
  }
  
  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
  
  .switch-field label {
    background-color: #262626;
    color: #9c9c9c;
    font-size: 15px;
    line-height: 1;font-weight: 500;
    text-align: center;
    padding:11px 20px 10px 20px;min-width: 137px;
    margin-right: -1px;
    border: 1px solid #707070;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
    transition: all 0.1s ease-in-out;
  }
  
  .switch-field label:hover {
    cursor: pointer;
  }
  
  .switch-field input:checked + label {
    background-color: #fff;color:#2d2c2c;
    box-shadow: none;
  }
  
  .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
  }
  
  .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
  }
  p.fetchPoll .timer{background: none; box-shadow: none;padding:0;}
  p.fetchPoll .timer img{display: none;}
  p.fetchPoll .timer .quiz_timer{color:#f14a5e;}
  .login1{position: relative;min-width: 42%; padding:590.6px 80px 32px 85px;background: url('https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/teacherLoginBg.png')no-repeat; background-size: 100% 100%;}
.login1 h2{font-size: 40px; font-weight: 600;line-height: 1.25; color:#fff}
.login1 ul{padding-inline-start: 25px;}
.login1 ul li{color: #fff;font-size: 20px; line-height: 1.4;margin-top: 12px;font-weight: 500;}
.login1 img{position: absolute; top:0; max-height: 100%; left:0;}

#participantTooltip{ display: none;
  position: absolute; top: 35px; padding: 5px;width: 97%; z-index: 100;
  background: #3b3b3b; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  padding: 20.3px 25px 19.3px 19.1px;left:auto;right: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);}
#participantTooltip:after { content: ''; display: block; width: 0; height: 0; position: absolute; border-top: 10px solid transparent;
    border-bottom: 10px solid #3b3b3b; border-left: 10px solid transparent; left: calc(80% - 5px); top: -5px; transform: rotate(-135deg); } 

 
#participantTooltip h3{ margin: 5px 0 5px 0; margin-bottom: 3px; color:#fff; 
  font-size: 14px; font-weight: 500; line-height: 1.29; }
#participantTooltip p{font-size: 14px;color:#7e7e7e; margin-bottom: 0;}
#participantTooltip img{margin-right: 6px; }
  


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: none;
-webkit-text-fill-color: #000;
box-shadow: 0 0 0px 1000px rgba(253, 231, 234, 0.25) inset;
-webkit-box-shadow: 0 0 0px 1000px  rgba(253, 231, 234, 0.25) inset;
transition: background-color 5000s ease-in-out 0s;
}

.login_page{display: flex;height: 100vh;background: #FFF;}
input:focus, input:hover{outline:none !important;}
img.eyIcon{width: 20px; height:14px;}
.login_page label.input_field, .login_page label.password{display: flex;align-items: center; border:solid 1px #acacac;width:100%;max-width: 750px; height:60px; border-radius: 4px; position: relative; padding:22px 15px;  margin:55.7px auto 20px 0;}
.input_title{ position: absolute; top:-12px;font-weight: 600; left:10px; background: #ffffff; padding:2px 5px; color: #000000; font-size:16px;}
  .login_page label.input_field:focus-within{border:1px solid #239be6;}
  .login_page label.input_field:focus-within .input_title{color:#239be6;}
  /* .country_label{ width:85px; float:left; margin-right:15px;}
  .country_label img{ width:18px;} */
  input[type="text"] { background: none; border:none; border-left:solid 1px #acacac; height:24px; font-size:16px; font-weight: 600; color:#000000; padding:0 10px;
    width: calc(100% - 100px); float:left;}
  input[type="password"]{font: small-caption; font-weight: 600;letter-spacing: 2px;}
  input.form-control{ border-radius: 0 !important; box-shadow: none !important; } 
  .error{color:#d81212 !important;}
.login_btn{ bottom:0;left:0;border-radius: 6px; box-shadow: none;min-width: 297px; background:#f14a5e;border:none;color:#fff;padding: 18px 40px 14px 40px;font-weight: 600;}

/* .form{margin:275px 100px 200px 102px ;width: calc(100% - 110px);position: relative;} */
.maxWidth34{max-width: 340px;margin-left: auto; margin-right: auto;}
#show_quiz{cursor: pointer;}
#testSpeakerModal select {background: #2d2c2c;}

#question_holder{height: calc(100% - 64px);}
.questionFeatures{margin-top: 10px;}

.player-popup-close { position: absolute; right: 15px; top: 0px; z-index: 2; height: auto; padding: 0; color: #fff; font-size: 30px; opacity: 0.87; }
.player-popup-outer { top: 0; left: 0; z-index: 4; width: 100%; height: 100%; overflow: auto; position: absolute; }
.player-popup-header { background-image: linear-gradient(291deg, #ba37ea 0%, #7757ff 100%); position: relative; padding: 15px 25px 9px 25px; color: #fff; }
.player-popup-header:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";
  /* background: url("../images/player/popup-bg.svg") no-repeat center/contain; */
}
.player-popup-header h3,
.player-popup-header h4,
.player-popup-header p { color: #fff; }
.player-popup-body { font-size: 16px; max-height: 500px;margin-bottom: 15px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

  .player-popup-body  table{padding-bottom: 30px;}
  .player-popup-body td { padding-top: 5px; padding-bottom: 5px; }
  .player-popup-body .st_pic { width: 45px; height: 45px; border-radius: 40px; }


  .player-popup-header .student p { margin-bottom: 0; min-width: 50px; height: 22px; display: inline-block;
    border-radius: 100px; background: rgba(0, 0, 0, 0.19); margin: 0 auto; padding: 2px 5px 0px 5px; }
  .player-popup-header .st_pic_lg { width: 134px; height: 134px; border-radius: 50%; border: 2px solid #fff;}
  .player-popup-header .st_tag { position: absolute; bottom: 15px; left: 0; right: -92px; margin: auto;}
  .player-popup-header .st_pic { width: 120px; height: 120px; border-radius: 50%; border: 2px #fff solid; }


/* .player-popup-header .student .st_pic_lg + .st_tag { right: -120px;} */
.player-btns { padding-bottom: 5px; }
.player-btns .btn img { max-width: 50px; }
.leader_bg {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/leader_bg.png) no-repeat center;
  background-size: 100% 85%;}
  .player-popup-header .student h4 { font-size: 18px; margin-bottom: 2px; text-transform: capitalize;}
  .player-popup-header .player-popup-header .student p { margin-bottom: 0; min-width: 50px; height: 22px; display: inline-block; border-radius: 100px;
   background: rgba(0, 0, 0, 0.19); margin: 0 auto; padding: 4px 5px 0px 5px;}

.quizQuestionBox{/*max-width: 1185px;*/min-height: 84px;border-radius: 20px;
    padding:30px 40px 30px 33px;}
.quizQuestion{color:#04050e;font-weight: normal; font-size: 1.875rem; line-height: 1.53;max-height: 400px;overflow-y: auto;display: block;}
.quizQuestion img{max-height: 300px;max-width: 100%;display: block;
  /* margin-left: auto;margin-right: auto; */
}


#quiz_question,#quiz_question_dummy{color: #04050e; font-size: 30px;font-weight: 500;word-break: break-all;}
.player-question-area #errorBlockInner{  background:rgba(0,0,0, 0.48);z-index: 2000;top:0;  position: absolute; text-align: center; width: 100%; height: 100%;
display: flex; align-items: center; justify-content: center; flex-direction: column;}
.player-question-area #errorBlockInner img{margin-bottom: 30px;}
.player-question-area #errorBlockInner p{font-size: 22px; color:#fff; font-weight: 600;}
.player-question-area #errorBlockInner span{font-size: 18px; color:#5d5d5d; font-weight: 500;}
.player-question-area #errorBlockInner button{color: #fff;border-radius: 4px; background:#f14a5e;font-size: 18px; margin-top: 40px;min-width: 250px; padding:10px 20px; border:none; box-shadow: none;}

.optionsBlock{/*max-width: 1185px;*/margin:0 5vw 0.7vw 5vw;color:#272848;font-size: 1.25rem;}
.quizOption{min-height: 90px;margin: 0 20px 20px 0px;
  border-radius: 20px;width: calc(50% - 10px);
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.04);display: flex;align-items: center;
  background: #ffffff;padding:10px 0;}
.quizOption:nth-child(2n){margin: 0 0px 20px 0px;}
.quizCustomControl { border-radius: 4px;position: relative; color: #3c3c3c; font-size: 16px; font-weight: 500; padding: 0;align-items: center; }
.quizCustomControl label{width: 100%; padding: 0px 10px 0px 55px; font-size: inherit; display: flex;
  align-items: center; justify-content: space-between; color: inherit; margin-bottom: 0 !important;}
.quizCustomControl label .quizOptionInput{position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0;}
.quizCustomControl label .quizOptionLabel{font-size: 18px; line-height: 1.08; color: #272848; margin: auto 0; display: flex; align-items: center;}
.quizCustomControl label .quizOptionLabel:before {
  position: absolute;
  left: 25px;
  display: inline-block;
  pointer-events: none;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d8d8d8;
  background: #ffffff;
  border-radius: 50%;
  line-height: 20px;
  margin-top: -3px;}
.quizCustomControl label .optionNum{font-size: 1.25rem;line-height: 1.08;color: #272848;    height: 100%;
    margin: auto 10px auto 0;}
.quizCustomControl label .optionValue{}
.quizCustomControl.answer-correct label .quizOptionLabel:before{border:0;
  /* background: url('https://d2ivesio5kogrp.cloudfront.net/static/yuppedu/images/check_icon.png') no-repeat center/contain !important;} */
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALUSURBVFhH1VdLaBNRFHXlQhARF+pCBNGN6E5XbhR1KbpQdC+IKH5aW9qKusiiixiRthC6cyPSRKP9GmNDTEvaSq2apGLSxoW0arUtVCw1zc/nnNuZdNK5SV4mA+KBA2HeufccMjNv3l0n/jH+nwDZXFrEfgRER7hGNAcOiSbvHnG5cxMRv3ENa7HZV6SVRdkAqexv4Y3fFde7t4oLnvVShNYbtyu1S2qX4igZYHTKLer7drImMkTt6LRb7caDDZD7kxVPoo1sUzP0jN+knhwMASB0Dp9mG1VD5/AZNoQhgGe8iW1gBfFPrEVBgLFpD1toJd997VTdVpAPkM4mRaN3N1tkJeGRyaVUV12Al5P32QKzdAwcE90fbaK2Z7thrX+yRXVVA2RzGVHTs80gNMsHY+epJxD51mdYh5e2TgHis0GDyCxdkRvUWMOH7z5WNzE3SOsU4HG0gRVVyt5YMzXVMLUQFnW9O1it9kZQAMfAUVZUCfsTq/cVSMwPiStdm1kteG/wOOkowC3fXlYkw4tPNyhbtouaaYgq972UOXjbt4+0FOBq1xZWBKJRsWaXnm2kvUOPt188FIrT6wlPoGQAm/+AWEotiMXlOWEPHi5YQ6jEfIiaaAh8ckqZgwUBit0CfFI1JDOL+RB4sNaa+xOthvpShCdAAezBI6wIB42fyRkSAgjRPnJWzPyKq1dWgFePqy9FeAIUoCNcy4rAO779BSH0wGby6P01tq4c4QlQgHIbERcC5u2vz7F6GcIToAAyW7E+xLJyK9qGTrE6GRq2YuDFhIMV64lnAg+mzX+QXZclvDTkA6SVw2c15z9ZNjzfRZ9+DfkAwMjnh2yRlcRBV4+CAIA7Us8WWkFXpE51WYUhAA6OLaETbINq2Bo6KXcoBSDE55JrZIYVHcv1wFeu2sHkjZnBRA+MV3j1KhnN8J5jnMNYVw5lA2ig4VQZPK0dToX4C/y3OoZN3RG8AAAAAElFTkSuQmCC') no-repeat center/contain !important;}
  

#studentScreenLoading{ background:#201f1f; width: 100%; height: 100%;display:none;}
 .loader img{margin-bottom:44px;-webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;}
   
  
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
#studentScreenLoading .startClassOnWb { font-size: 24px; font-weight: 500; line-height: 1.5; color: #9c9c9c;
 
  }
#studentScreenLoading .classTitleWb { color: #fff; font-size: 24px; font-weight: 600; line-height: 1.5; }
#studentScreenLoading  .info_groupWb { color: #c8c6c4; font-size: 14px; font-weight: 600; line-height: 1.29;}
#studentScreenLoading  .info_groupWb span{    margin-right: 2px; color: #c8c6c4;}
#studentScreenLoading  .info_groupWb span:before { width: 4px; content: ""; height: 4px; margin:auto 6px; border-radius: 4px; vertical-align: 2px; display: inline-block; background-color: #9393a3; }
#studentScreenLoading  .info_group span:first-child:before { display: none; }
#videoLoaderblock{ background:#000;min-height: 26vh; opacity: 0.3;display:flex; align-items: center;justify-content:center;flex-direction: column;}
  #videoLoaderblock img{max-width: 80px;margin-bottom: 28px;}
  #videoLoaderblock span{font-size: 16px; color:#fff;}
 
  
 #canvasLoaderInner{position: absolute;background:rgba(0,0,0, 0.48);z-index: 2000; top:0; height:100%;
  width: 100%; left:0;text-align: center; 
  display: flex; align-items: center; justify-content: center; flex-direction: column;}
 #canvasLoaderInner span{font-size: 18px; color:#a1a1a1;margin-top: 30px;}
.handRaisedStudentsBlock{position: absolute; right: 1.5rem;bottom:5px;}
.handRaisedStudentsBlock .participant{background: #fff;padding: 11px 19.7px 11px 15.6px;
  border-radius: 10px;width: 375px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);}
.handRaisedStudentsBlock .participant .participantName{color:#2d2c2c;width: 225px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.handRaisedStudentsBlock .participant .participantName:hover{background: none;}
.handRaiseClose{color:#c9c9c9; cursor: pointer;}


#audiocanvas{
  width: 150px;
  height: 300px;
  position: absolute;
  top: 20px;
  text-align: center;
}

.fakebox {display:none; width:100%; height: 100%; position:fixed; top:0; left:0;z-index:80;}
.grayLine{border-bottom: 1px solid #707070; width: calc(100% + 44px); margin:0 -22px;margin-top: 32px;}
.newMessagesNotification{position: absolute;bottom: 30px;right: 14px;display: flex; align-items: center;justify-content: flex-end;}
.newMessagesNotification .numOfmessages{font-size: 14px;color:#fff; padding:5px 10px 4px ​10px;font-weight: 600; line-height: 1.5; background: #4679ed; border-radius: 4px;}
    
.newMessagesNotification .goToNewMessageArrow{ background: #4679ed; border-radius: 50%;margin: 0 0 0 5px;    transform: rotate( -90deg );
        width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;}
        
.videoDisabledsUser { position: relative;top: 50%; left: 50%; transform: translate(-50%, -50%);}
.videoDisabledsUser img{ border-radius: 50%;}
.videoDisabledsUser .userNameIcon{border-radius: 50%; background: #c8c6c4; color:#4b151a; font-weight: 600;padding-top: 2px; width: 20%;height: 35.56%;display: flex;align-items: center;justify-content: center;position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%);text-transform: uppercase;}
.toastMsg {
  z-index: 1;
  position: absolute;
  color: #fff;
  background: #585858;
  border-radius: 4px;
  top: 0;
  opacity: 1;font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 18px;
  line-height: 1.2;
  padding: 9px 49px;
}
.whiteBoardToastMsg{background:#36bf04; color:#fff;display: none;}
.classEndedScreen{position: absolute;background:rgba(0,0,0, 0.48); z-index: 100; top:60px; height:100%;
  width: 100%; left:0; display: flex; align-items: center; justify-content: center;flex-direction: column;
}
.classEndedScreen span{font-size: 18px; color:#a1a1a1;margin-top: 30px;}      
.goLive{ background:#201f1f; width: 100%; height: 100%;display: flex;align-items: center;justify-content: center;flex-direction:column;}
.goLive img {margin-bottom: 30px;}
.goLive h3{font-size: 24px; color:#fff; font-weight: 600;margin-bottom: 20px;}
.goLive h4{font-size: 24px; color:#5d5d5d; font-weight: 500;}
.goLive p{font-size: 18px; color:#5d5d5d; font-weight: 500;}
.goLive button{color: #fff; background:#f14a5e;font-weight: 600; border-radius: 4px; font-size: 18px; margin-top: 40px;min-width: 250px; padding:10px 20px; border:none; box-shadow: none;}

@media (max-width:1650px){
  /* .form{margin:200px 180px 192px 82px ;width: calc(100% - 90px);} */
  .login1{min-width: 40.5%;padding: 300px 50px 32px 70px;}
  .login1 h2{font-size: 2rem;}
  .login1 ul li {font-size: 1.25rem;}
  /* #show_quiz{margin-right: 75px;} */
  .answer-progress{font-size: 16px;}
  #testSpeakerModal .modal-content{height: 450px;} 
  #quiz_question,#quiz_question_dummy{font-size: 1.5rem;}
.handRaisedStudentsBlock .participant{padding: 8.5px 12px 8.5px 12px; border-radius: 5px; width: 300px;}
.handRaisedStudentsBlock .participant .participantName{width: 180px;}
.newLogin{ min-width: 600px;}
.newLogin p.welcomeTxt{margin-bottom: 60px;}
.newLogin select{max-width: 600px;}
.newLogin input[type="button"]{min-width: 285px;}

#login_button { margin-top: 60px; }
.newLogin #logout{ margin-top: 60px;}
#login_err{font-size: 16px;}
.player-answer{max-width: 500px;}
.quizQuestion{max-height: 250px;}
.classEndedScreen span{font-size: 16px;margin-top: 22px;}

}


@media (max-width:1440px){
  .whiteBoardToastMsg{font-size: 14px;}
  .whiteBoardToastMsg img{transform: scale(0.7);}
  .player-popup-header .student p{font-size: 13px;}
  .bottom .mic_off_icon img{transform: scale(0.5);}
  .newMessagesNotification .numOfmessages{font-size: 12px;padding:4px 8px 3px 8px;}
  .newMessagesNotification .goToNewMessageArrow{width:25px; height: 25px;}
  .newMessagesNotification .goToNewMessageArrow  svg{transform: scale(0.85);margin-top: 2px;margin-right: 2px;}
  .showquizIcon{transform: scale(0.75);}  
  .shareScreenIcon{transform: scale(0.9);}
  /* .screenShareArrow, .quizArrow{transform: scale(0.8);} */
  .settingsBar h3{font-size: 18px;}
  .settingsBar img.clickable{transform: scale(0.75);}
  .settingsBar h5{font-size: 12px; margin-top: 20px;}
  .settingsBar .checkBoxes input[type="checkbox"]{padding:7px;}
  .grayLine{margin-top: 25px;}
  .textWithDrpArrow{padding:8px 0 9px 0;}
  .textWithDrpArrow select{font-size: 12px;}
  .player-popup-header .st_pic{width: 80px; height: 80px;}
.quizQuestionBox{padding:15px 20px 0 20px; max-height:24vh; border-radius: 12px;}
.quizQuestion{font-size: 1.25rem;line-height: 1.43;max-height:21vh;}
.quizQuestion img{max-height: 20vh;}
.optionsBlock{margin:1vw 3vw 0 3vw;}
.quizOption{min-height: 65px;border-radius: 12px; margin-bottom: 12px;}
.quizOption:nth-child(2n){ margin-bottom: 12px;}
.quizCustomControl label .optionNum{font-size: 1.125rem;}
.player-answer{max-width: 430px;padding:0.5rem 0.95rem;border-radius: 12px;}
#pollContainer{bottom:10px;}
.mainQuizTimer{padding-top: 6px;}
.player-answer .timer{font-size: 14px;padding: 6px 16px; top:-14px}
.player-answer .timer img{width: 16px; height: 16px;}
#login_err{font-size: 14px;}
.handRaisedStudentsBlock .participant{padding: 6px 10px 6px 10px; border-radius: 5px; width: 260px;}
.handRaisedStudentsBlock .participant .participantName{width: 170px;}
#participantTooltip{top:33px;padding:6px 8px; }
#participantTooltip h3{font-size: 0.85rem;}
#participantTooltip p{font-size: 0.85rem;}
#participantTooltip img{transform: scale(0.75);margin-right: 8px;}
  #studentScreenLoading .startClassOnWb{font-size: 22px; font-weight: 500; line-height: 1.3;}
  .loader img{margin-bottom: 30px;max-width: 80px;}
  #studentScreenLoading .classTitleWb {    color: #fff; font-size: 22px; font-weight: 600; line-height: 1.3;}
  #videoLoaderblock img{max-width: 60px;margin-bottom: 20px;}
  #videoLoaderblock span{font-size: 14px;}
  .player-popup-header .student h4 { font-size: 16px; margin-bottom: 2px; }
  .optionsToolTip{right: 10px; min-width: 130px;top:0px;}
  .optionsToolTip p{font-size: 12px; padding:3px 8px;}
  .player-popup-body {max-height: 250px;}
  .player-popup-header .st_pic_lg{width:100px; height: 100px;}
  .st_pic{width:80px; height: 80px;}
  
  .st_tag{width: 35px; height:35px;}
  .ans_pill{padding:8px 10px 7px 10px;}
  .player-popup .student .st_pic_lg + .st_tag {right: -95px;}
  .maxWidth34{max-width: 320px;}
  .answer-progress{font-size: 14px;}
  .questionFeatures{margin-top: 6px;}
    #testSpeakerModal .modal-dialog{max-width: 655px; }
    #testSpeakerModal .modal-content{height: 420px;}
    #testSpeakerModal .close span img { transform: scale(0.75); }
    #testSpeakerModal .modal-content .pb-4{padding-bottom: 0 !important;margin-bottom: 20px !important;}
    #testSpeakerModal h2{font-size: 18px;margin-bottom: 0;line-height: 1.5;}
    .modal-body button{padding:11px 18px;font-size: 14px; min-width: 120px;border-radius: 8px;}
    .profileDisplay{width:575px; height:320px;}
    .icon{width: 50px; height: 50px;margin-bottom: 15px;margin-left: 15px;  }
    /* .icon img{max-width: 1.2rem;}   */
    .settingsBar{width: 300px; color:#fff;padding:24px 22px;}
    .testAudioBtn{padding :12px 30px 11px 30px; font-size: 12px;margin-top: 40px;border-radius: 8px;}
    .cancelBtn, .startClassBtn{padding:13px 30px 12px 30px; margin-top: 15px;font-size: 12px;border-radius: 8px;}
    .profileDisplay p {font-size: 16px;}
    /* .settingsBar .textWithDrpArrow{padding-bottom: 12px;} */
    .player-footer{padding:15px 10px;}
    #canvas_holder, #quiz,#quiz_dummy,.classEndedScreen{height: calc(100vh - 120px);}
    .player-question-area{padding-top: 60px;padding-bottom: 60px;}
    .chat-type{height: 60px;padding:11px 12px 10px 12px;}
    .chat-type .form-control, .chat-type .form-control::placeholder  { font-size: 16px;}
    .chat-type .btn, .chat-type .form-control { height: 35px;}
    .chat-type .btn img {transform: scale(0.75);margin-top: -3px;}
    .chat-type .input-group{    margin: 0px 0px 8px 0px;}
    .chat-menu{height: 38px;}
    .chatIcon, .koffeeIcon, .participantsIcon, .settingsIcon{width: 38px; height: 38px;padding-bottom: 6px;}
    .chatIcon svg, .koffeeIcon svg, .settingsIcon svg, .participantsIcon svg{transform: scale(0.7);}
    
    .selectColor { width: 14px !important; height: 14px !important;}
    .penType { width: 16px;}
    .video_rectangle{margin-right: 12px;}
    .video_rectangle .erase-tool img { max-width: 17px; }
    /* video { max-height: 180px;} */
    .numOfMessages, .numOfParticipants{top:3px; right: -6px;width: 16px; height: 16px; font-size: 10px;}
    .participantImage{height: 28px; min-width: 28px; margin-right: 8px;}
    .participantName{font-size: 12px;}
    .participantsBLock .inviteButton{font-size: 10px; padding:5px 10px;margin:0 5px;}
    .participantsBLock .mic_off_icon img, .participantsBLock .mic_on_icon img, .participantsBLock .video_on_icon img, .participantsBLock .video_off_icon img{margin: 0 7px;transform: scale(0.75);}
    .participantsBLock .raiseHand, .participantsBLock .user_talking_icon img{margin: 0 7px;}
    .inviteToTalkBtn{padding:4px 13px 3px;} 
    .participantsBLock select{padding:4px 13px 3px 5px;font-size: 12px; max-width: 160px; }
    .koffeeBlock .slide{  border-radius: 10px; width: 100%;  height: 96px; }
    .player-area-header{padding:7px 35px 6px 20px;}
    .player-area-header h2{ font-size: 16px;line-height: 1.7;}
    .live{    height: 20px; line-height: 1.5; font-size: 13px;margin-right: 20px;}
    .video_pill{    height: 20px; line-height: 1.5; font-size: 13px; padding: 0 8px;}
    .video_pill img{transform: scale(0.85);}
    button.endClassBtn{padding: 9px 22px; font-size: 12px; line-height: 1;}
    button.goLiveBtn{margin-left: 12px;}
  .video_rectangle{padding: 3px 8px;width: 50px; height: 30px; }
  .video_rectangle.swap{
    padding: 4px 14px !important;
    cursor: pointer;
  }
  .penTooltip { width: 30px ;padding: 7.3px 8px 7.3px 7px;}
  .penTooltip img{max-width: 17px;}
  .settingsBar .checkBoxes .label{margin-top: 15px; }
  .settingsBar .checkBoxes .label:first-child{margin-top: 11px;}
  .settingsBar .checkBoxes .label label{margin-left: 10px; margin-bottom: 0;font-size: 12px;}
  .settingsBar select option{font-size: 12px;}
  .slide_paginate{height: 30px; width: 30px;}
  .slide_pagination {margin: 0 10px; }
.slide_pagination img { margin-left: 8px; }
/* .qa_modal_content{width: 492px;} */
.questionBox{margin: 12px 5px 12px 0;}
.eraser-tool.btn-control-icon{width: 30px; height: 30px;}
.newLogin{ min-width: 520px;}

/* .newLogin .logo img{margin-top: 100px;} */
.newLogin p{font-size: 22px;line-height: 2;margin-bottom: 0;}
#login_button { margin-top: 30px; }
.newLogin #logout{ padding: 15px 30px 14px 30px;font-size: 14px;margin-top: 48px;}
.newLogin p.welcomeTxt{margin-bottom: 45px;}
.newLogin select{  padding: 16px 25px 16px 14px;max-width: 520px;}
.newLogin select option{padding:3px 25px 3px 0;}
.newLogin input[type="button"]{font-size: 14px; min-width: 222px; padding:14.5px 20px 13.5px 20px !important;}
/* .form{margin:120px 150px 92px 82px ;width: calc(100% - 90px);} */
  .login1{min-width: 39.5%;padding: 430px 50px 32px 35px;}
  .login1 h2{font-size: 1.8rem;}
  .login1 ul li {font-size: 1rem;margin-top: 8px;}
  .login1 ul{padding-inline-start: 20px;}
  .login_page label.input_field, .login_page label.password{height: 50px;padding:13px 15px;}
  .input_title{font-size: 14px;top:-13px;}
  .title{font-size: 20px;margin-top: 25px;}
  #quiz_question,#quiz_question_dummy{font-size: 1rem;}
  #canvasLoader span{font-size: 16px;margin-top: 22px;}
  .player-question-area #errorBlockInner img{margin-bottom: 20px;transform: scale(0.8);}
  .player-question-area #errorBlockInner p{font-size: 20px;}
  .player-question-area #errorBlockInner span{font-size: 16px;}
  .player-question-area #errorBlockInner button{font-size: 16px;min-width: 180px; margin-top: 20px;}
  .startClassOn, .classTitle{ font-size: 22px;}
  .switch-field label{font-size: 13px;min-width: 90px; padding:6px 15px;}
  .alert_modal_controls .wrapper{margin-bottom: 25px;}
  .alert_modal_controls .btn{font-size: 14px; border-radius: 8px; height: 40px; line-height: 1;}
  .participantsBLock select option{font-size: 12px;}
  .icon img{transform: scale(0.7);}
  .player-area-header .playerTimer{font-size: 13px;}
  .player-area-header .playerTimer .recordingIcon{height: 12px; width: 12px;}
  .player-area-header .playerTimer .recordingIcon::before{height: 7px;width: 7px;}
  .chat-message .text-muted span{font-size: 13px;}
  .chat-message-avtar span{font-size: 13px;}
  .participantImage span{font-size: 13px;}
  .screenRecordingPaused{padding:40px 30px;}
  .screenRecordingPaused h3{font-size: 22px;margin-bottom: 15px;}
  .screenRecordingPaused p{font-size: 16px;}
  .screenRecordingPaused button{font-size: 16px;min-width: 180px; margin-top: 20px; padding:10px 20px 9px 20px;}
  .alert_modal_content h4{font-size: 22px;}
  .screenSharingText{font-size: 12px;line-height: 1.29;}
  .progress-class .progress{height:5px;}
  #poll_options .mb-2{margin-bottom: 3px !important;}
  .classEndedScreen span{font-size: 14px;}
  .goLive img {margin-bottom: 20px; transform: scale(0.8);}
  .goLive h3{font-size: 22px;margin-bottom: 15px;}
  .goLive p{font-size: 16px;}
  .goLive button{font-size: 16px;min-width: 180px; margin-top: 20px; padding:11px 20px 8px 20px;}
  }


  @media(max-width:1366px){
    .screenRecordingPaused h3{font-size: 20px;}
    .login1{min-width: 37.5%;width:37.5%;padding: 360px 35px 32px 32px;}
    /* #show_quiz{margin-right: 45px;} */
    
    .chatIcon.active:before, .koffeeIcon.active:before, .settingsIcon.active:before, .participantsIcon.active:before {
      border-bottom: solid 2px #f14a5e;}
    .chatIcon, .koffeeIcon, .participantsIcon, .settingsIcon{width: 34px; height: 38px;padding-bottom: 5px;}    
    .chatIcon svg, .koffeeIcon svg, .settingsIcon svg, .participantsIcon svg{transform: scale(0.6);}
    .quizQuestion{font-size: 1rem;line-height: 1.43;}
    .quizCustomControl label .quizOptionLabel{font-size: 1rem; line-height: 1.43;}
    
    .loader img{max-width: 75px;}
    button.stopRecordingBtn{font-size: 12px;margin-right: 12px; padding:6px 10px 7px 11px;}
    button.stopRecordingBtn span{width: 8px; height: 8px;margin-right: 6px;}
    .classEndedScreen span{font-size: 12px;}
    .goLive h3{font-size: 20px;}

  }
  @media(max-width:1280px){
    .newLogin{ min-width: 510px;}
    .newLogin select{max-width: 510px;}
    .optionsToolTip{min-width: 125px;}
    .optionsToolTip p{font-size: 11px;}
    .answer-progress{font-size: 12px;}
    .player-area-header {
      padding: 7px 55px 6px 35px;
  }
  }
  @media(max-width:1200px){
    .handRaisedStudentsBlock{right: 1rem;}
    /* .form{margin:80px 100px 92px 72px ;width: calc(100% - 80px);} */
    .login1{min-width: 39.5%;}
    /* #show_quiz{margin-right: 75px;} */
    .answer-progress{font-size: 0.875rem;}
  }
  @media(max-width:1100px){
    /* .form{margin:80px 80px 92px 30px ;width: calc(100% - 50px);} */
    .login1{min-width: 45.5%;}
    .answer-progress{font-size: 0.75rem;}
  }
  @media (max-width: 576px) {
    .info_group { font-size: 13px; }
  }
.one-on-one{
  opacity: 0.2;
  cursor: default;
}
.recordingClass{border-radius: 10px;border: solid 1px #434343;height: 78px;padding: 30px;}
.recordingClass p{font-size: 16px;font-weight: 500;color: #9c9c9c;margin-bottom: 0;}
.switch {position: relative;display: inline-block;width: 52px;height: 26px;margin-bottom: 0;}
.switch input {opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #454545;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 18px;width: 18px;left: 4px;bottom: 4px;background: #8d8d8d;-webkit-transition: .4s;transition: .4s;}
.slider p{font-size: 12px;line-height: 26px;position: absolute;left: 23px;}
input:checked + .slider {background-color: #f14a5e;}
input:checked + .slider p{color: #fff;left: 7px;}
/* input:focus + .slider {box-shadow: 0 0 1px #f14a5e;} */
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);background: #fff}
/* Rounded sliders */
.slider.round {border-radius: 13px;}
.slider.round:before {border-radius: 50%;}

