:root {
  --custom-blue: #4285f4;
  --custom-red: #db4437;
  --custom-yellow: #f4b400;
  --custom-green: #0f9d58;
  --custom-gray: #E1D9D1;
}


.box {
  background-color: #3a3741;
  /*transform: skew(-10deg);*/
  margin: 0.5rem;
  border-radius: 5px;
  padding: 0.5rem 0;
}

.box-line {
  background-color: #000;
  transform: skew(-1deg);
  position: absolute;
  height: 100%;
  width: 0.5rem;
  left: 0.7rem;
  display: none;
}

.box-text {
  font-size: 1.3rem;
  font-weight: 900;
  color: #5D9A9B;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.bbox-text {
  font-size: 0.8rem;
  color: #000100;
  padding: 0.2rem 1rem;
}

.box-inverted {
  background-color: #000;
}

.box-inverted .box-line {
  background-color: #07464B;
}

.box-inverted .box-text {
  color: #07464B;
}

.page-title {
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
}

.count-d-day {
  text-align: center;
  margin-top: -2rem;
}

.remaining-day {
  font-size: 7rem;
}

.label-d-day {
  margin-top: -2.5rem;
  font-weight: bolder;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

#q-stats {
  /* background-color: #07464B; */
  height: 80vh;
  border-radius: 0.5rem;
}

.bg-dark {
  background-color: #07464B !important;
}

.box.inactive {
  opacity: 0.5;
  color: #000;
}

.box.active {
  color: #000;
}

.box-text-big {
  padding-left: 1.7rem;
  font-weight: bold;
}

.box-text-small {
  padding-left: 1.5rem;
  font-weight: bold;
}

.big-small-text .big-text {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}

.big-small-text .small-text {
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  line-height: 1;
}

.vl.mini-video {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  padding-bottom: 0.5rem;
  color: #000;
}

.vl.mini-video.inactive {
  opacity: 0.5;
}

.vl.mini-video.active {
  color: #000 !important;
}

.vl .video-thumbnail {
  background-color: #3a3741;
  height: 5rem;
  /*border: 0.3rem #07464B solid;*/
  background-size: contain;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.video-thumbnail .p-bar {
  height: 0.15rem;
  position: absolute;
  background: red;
  bottom: 0.2rem;
}

.vl .video-text-1 {
  padding: 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
}

.vl .video-text-2 {
  padding: 0 0.5rem;
  font-size: 1rem;
  margin-top: -0.4rem;
}

.vl-watch {
  padding: 0rem 1rem;
}

.vl-watch .bbox-text {
  font-size: 0.8rem;
  color: #000;
  text-transform: uppercase;
  padding: 0.2rem 0.2rem;
  font-weight: normal;
}

.vl-watch .box {
  background-color: #07464B;
  transform: skew(0deg);
  margin: 0.5rem 0;
}

.box-options {
  position: absolute;
  width: 96%;
  z-index: 1;
  opacity: 0.9;
  top: -315%;
}

.vl-watch textarea {
  background: #fff;
  border-radius: 0.5rem;
  max-height: unset;
  padding: 0.5rem;
}

.vl-watch button:not(.dropdown-item) {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  background: #07464B;
  border-color: #07464B;
}

.dropdown-menu {
  min-width: auto;
}

.vl-overlay {
  position: absolute;
  width: 99%;
  height: 100%;
  background: #07464B;
  z-index: 1;
  top: 0;
  opacity: 0.9;
}

.overlay-msg {
  color: #000;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.overlay-progress {
  width: 46%;
  margin-left: 27%;
  margin-top: 1rem;
}

.prog-txt {
  color: #000;
  font-size: 0.7rem;
  text-align: center;
}

.progress {
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #000;
}

.progress-bar {
  /*background-color: #57A09F;*/
  background-image: linear-gradient(to right, yellow, red 130%);
}

.overlay-rate {
  width: 30%;
  margin-left: 35%;
  text-align: center;
  color: #000;
  font-size: 0.6rem;
  font-style: italic;
  margin-top: 1rem;
}

.vl-overlay button {
  font-size: 0.7rem;
  background-color: #57A09F;
  padding: 0.5rem;
}

.q-btn {
  width: 15rem;
  border-color: #07464B;
  color: #000;
  background-color: #07464B;
  border-radius: 0.5rem;
}

.box-dark {
  background-color: #3f3e56 !important;
  color: #000;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
}

#question {
  min-height: 60vh;
}

.answer {
  text-align: center;
  border: 0.3rem #07464B solid;
  line-height: 1;
  text-align: left;
}

.answer span,
.answer b {
  font-weight: bold !important;
}

.answer span,
.answer b {
  text-align: left;
}

.answer span {
  text-align: justify;
}

.answer.correct {
  border: 0.3rem #fff solid !important;
}

.answer.incorrect {
  border: 0.3rem var(--custom-red) solid !important;
  color: var(--custom-red) !important;
}

.box-dark-header {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.color-d {
  color: #07464B !important;
}

.color-m {
  color: #000 !important;
}

.color-l {
  color: #57A09F !important;
}

.btn-next-q {
  position: absolute;
  bottom: -1rem;
  width: 7rem;
  padding: 0.2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #07464B;
  font-style: italic;
  font-weight: bold;
  right: 0;
}

.box-button {
  /*position: absolute;*/
  bottom: -1rem;
  padding: 0.2rem;
  border-radius: 0.5rem;
  color: #07464B;
  font-style: italic;
  font-weight: bold;
}

.box-button-left {
  left: 0;
  float: left;
}

.box-button-right {
  right: 0;
  float: right;
}

.box-button button {
  background-color: #fac812 !important;
  background-image: none;
  color: #000;
}

.box-button .btn {
  background-color: #fff;
  color: #000;
}

.box-dark .btn {
  background-color: #fff;
  color: #0596f2;
}

.letter-correct-answer {
  background-color: var(--custom-green);
  color: #000;
  width: 6rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 10px;
  /* margin-top: 1rem;
  margin-left: -2rem; */
  line-height: 2;
  float: left;
}

.answer-rationale-header {
  font-style: italic;
  font-size: 1rem;
  padding-top: 1rem;
}

.box-dark p {
  white-space: pre-line;
}

.box-dropdown {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: transparent;
}

.box-dropdown ul {
  list-style: none;
  padding: 0rem 1rem;
}

.box-dropdown li {
  background-color: #5a5761;
  margin-bottom: 0.3rem;
  padding: 0.1rem;
  line-height: 1.3;
}

.box-dropdown div {
  line-height: 1;
  font-size: 0.7rem;
  padding: 0.5rem 0;
  padding-left: 0.3rem;
  color: #000;
  font-weight: bold;
}

.msg-text {
  border-radius: 0.5rem !important;
  background-color: #000;
  max-height: 7rem !important;
  /* border: none !important;  */
}

.contact-name {
  background-color: #57A09F;
  float: left;
  padding: 0 1.54rem;
  margin-left: -1rem;
  border-radius: 0.5rem;
  font-weight: bold;
}

.convo-right {
  width: 80%;
  margin-left: 20%;
}

.convo-left {
  width: 80%;
}

.convo-right .box-dark {
  background-color: #57A09F !important;
}

.convo-left .box-dark {
  background-color: #043B3E !important;
}

.convo-img {
  border-radius: 100%;
  border: 0.3rem #57A09F solid;
  width: 4%;
  margin: 0.3rem;
  background-color: #57A09F;
}

.convo-right .convo-img {
  float: right;
}

.triangle-topright {
  width: 0;
  height: 0;
  border-top: 2rem solid #57A09F;
  border-left: 3rem solid transparent;
  position: absolute;
  right: 8%;
}

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 2rem solid #043B3E;
  border-right: 3rem solid transparent;
  position: absolute;
  left: 8%;
}

#main-panel {}

.top-users {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  margin-bottom: 0 !important;
}

.top-users li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top-users li:nth-child(n+11) {
  display: none;
}

.table.w-hover tbody tr {
  cursor: pointer;
}

.w-hover {
  cursor: pointer;
}

.table.w-hover tbody tr:hover td {
  color: #000 !important;
}

.box.w-hover {
  cursor: pointer;
}

.box.w-hover:hover div {
  color: #000 !important;
}

.add-video .video-thumbnail {
  cursor: pointer !important;
  text-align: center;
}

.add-video .fa {
  font-size: 5rem;
  line-height: 1.3;
}


#spinner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: black;
  z-index: 100000;
  opacity: 0.5;
}

.spinner-border {
  position: absolute;
  top: 50%;
}


.progress {

  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #eaecf4;
  border-radius: .35rem;

  position: absolute;
  z-index: 100001;
  width: 15%;
  left: 1%;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin-top: 20%;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}



/*comment*/
.title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.komen {
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.komen-text {
  white-space: pre-line;
}

.comment {
  resize: none;
}


.comment-left,
.comment-right {
  width: 15%;
  text-align: center;
}

.comment-body {
  width: 70%;
}

.comment-reply-left,
.comment-reply-right {
  width: 15%;
  text-align: center;
}

.comment-reply-body {
  width: 60%;
}

.comment-reply-indent {
  width: 10%;
}

.comment-reply-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.media-object {
  width: 2rem;
  border-radius: 50%;
}


.comment-sendbtn {
  z-index: 1;
}
.comment-sendbtn button {
  margin-top: 1%;
  height: 70%;
}

.reply-section,
.view-reply-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.geser-reply {
  padding-left: 15%;
  /* display: flex;
  flex-wrap: wrap;
  width: 97%; */
}

a.reply {
  color: #0f9d58 !important;
}


/*end comment*/



/* login form css*/
.btn {
  text-transform: uppercase;
}

.btn-primary {
  background-color: #f4b400;
  color: #3a3741 !important;
}

.btn-primary i {
  color: #3a3741;
}

.btn-primary:hover {
  background-color: #0f9b58;
  /* Green */
  color: #000 !important;
}

.btn-primary:hover i {
  color: #000;
}

.btn-forgot {
  background-color: #c8dce3;
  /* Green */
  color: #257577;

}

.btn-forgot:hover {
  background-color: #b4c6cc;
  /* Green */
  color: #257577;
}

.btn-register {
  background-color: #257976;
  /* Green */

}

.btn-register:hover {
  background-color: #1c5e5c;
  /* Green */

}

.form-control {
  color: #3a3741;
  /* Green */
}

.box-dark select.form-control {
  color: #000;
  /* Green */
  background-color: #257976;
}

.box-dark textarea.form-control {
  color: #000;
  /* Green */
  background-color: #257976;
}

.form-group input[type=file] {
  height: auto;
}




::placeholder {
  color: red;
}


.squaredFour input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.col-form-label {
  color: #000;
  font-size: 14px;
  line-height: 1;
}

input.form-control {
  background-color: #fff !important;
  border-radius: 0.5rem;
  color: #000 !important;
  border: 1px solid #ced4da !important;
  font-size: 16px !important;
  border-bottom: 5px solid #4285f4 !important;
  padding: 5px 14px !important;
}

select.form-control {
  background-color: #fff !important;
  border-radius: 0.5rem;
  color: #000 !important;
  border: 1px solid #ced4da !important;
  font-size: 16px !important;
  border-bottom: 5px solid #4285f4 !important;
}

.input-group-text {
  border-radius: 0.5rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-bottom: 5px solid #4285f4 !important;
}

/*box dark*/
.box-dark .col-form-label,
.box-dark input.form-control,
.box-dark .input-group-text {
  color: #000 !important;
}

.box-dark input.form-control {
  border: 1px solid #fff !important;
}

.btn {
  font-size: 1rem;
  width: 8rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.3rem 0rem;
  margin: 0;


  width: fit-content;
  padding: 0.4em 2.8em;
  border: none;
}

.toggle-group .btn {
  width: fit-content;
  padding: 0.4em 1em;
}

/* end login*/


/*handouts css*/
div.card-img-top {
  background-size: contain;
  height: 8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.card-handouts .card-img-top {
  height: 5rem;
}

/*end*/


.resources-nav,
.card-folder,
.card-handouts {
  cursor: pointer;
}



.table th,
.table td {
  color: #000;
  padding: 5px 10px !important;
}
.table>thead>tr>th {
  font-size: 1.1rem;
}
.main-panel>.navbar {
  background-color: transparent !important;
  box-shadow: none !important;
}


/* .table-responsive {
  overflow-x: unset;
  overflow: unset;
} */

.btn-remove-image {
  width: 3em;
  padding: 0;
}

.question-copyright {
  position: absolute;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.alert {
  color: #000;
}


.video-watermark {
  position: absolute;
  z-index: 1000;
  color: #fff;
  opacity: 0.2;
  font-size: 1.5em;
  line-height: 1;
  "

}



.modal-content {
  background-color: #fff;
}

.modal-title {
  color: #000 !important;
}

.btn-view-replies {
  font-size: 10px !important;
}

.dropdown-toggle {
  padding: 1rem;
}

.btn-post-comment {
  padding: 0;
  padding-top: 10px;
}


.card {
  padding: 0 5px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #4285f4;
}

.card-title {
  color: #000;
  font-size: 1.5rem;
}

.card-subtitle {
  color: #000;
}


.card-folder {
  color: #fff;
}

textarea.form-control {
  background-color: #fff;
  color: #000;
  font-size: 1rem;
}

.card label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #000;
}

.answer label {
  color: #000;
}

.answer {
  border-radius: 10px;
  color: black;
  background-color: var(--custom-yellow);
  border: 0.3rem var(--custom-yellow) solid !important;
}

.answer.correct {
  border: 0.3rem var(--custom-blue) solid !important;
  background-color: var(--custom-green) !important;
  color: white !important;
}

.quiz-status div.card {
  height: 117px;
}

.btn-post-comment i {
  color: #000;
}

.card {
  padding: 0 5px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #4285f4;
}

.vl-watch button:not(.dropdown-item) {
  background-color: transparent;
}

.vl-watch button:not(.dropdown-item):hover {
  background-color: transparent;
  box-shadow: none !important;
  color: #f4b400;
}

.vl-watch button:not(.dropdown-item):active {
  background-color: transparent;
  box-shadow: none !important;
}

.bg-yellow {
  background-color: #fac812 !important;
  background-image: none !important;
  color: #3a3741 !important;
}

.bg-yellow:hover {
  color: #000 !important;
}

.komen-text {
  color: #000;
}

.media-heading {
  color: #000;
}

.btn-danger {
  background-color: #db4437 !important;
}

.form-control:focus {
  border: 1px solid var(--custom-gray) !important;
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #db4437 !important
}

textarea.comment-text {
  font-size: 0.8rem;
}

.card-folder,
.card-handouts {
  /* height: 100%; */
  min-height: 3rem;
  margin-bottom: 0.5rem;
}

.btn:not(.card-comment .btn):not(label.btn):not(span.btn) {
  border-bottom: 3px solid var(--custom-blue) !important;
}
.btn:not(.card-comment .btn):not(label.btn-default):not(span.btn) {
  background-color: var(--custom-yellow);
}

.toggle-handle.btn.btn-default {
  background-color: #979797 !important;
}

.toggle.btn {
  background-color: var(--custom-gray) !important;
}

#card-login {
  border-bottom: 5px solid var(--custom-blue) !important;
}

.category-header {
  border-radius: 5px;
  font-size: 1.3em;
}

.box {
  background-color: #f4b400;
}

.vl .video-thumbnail {
  background-color: transparent;
  border: none;
}

.vl .video-thumbnail {
  background-color: transparent;
  border: none;
}

.card-box {
  border-radius: 10px;
  text-align: center;
  margin: 5px 0;
  padding: 10px 5px;
  height: 3rem;
  line-height: 1.5rem;
  cursor: pointer;
  background: var(--custom-gray);
}

.card-box:hover,
.card-box.active,
.mini-video:hover {
  background: #f4b400;
  border-radius: 10px;
}

.card-box span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: bold;
  font-size: 0.8rem;
}



.videos {
  min-height: 58vh;
}

.card-img-top {
  pointer-events: none;
}

.card-zoom {
  cursor: pointer;
}

textarea.form-control {
  background-color: #fff !important;
  border-radius: 0.5rem;
  color: #000 !important;
  border: 1px solid #ced4da !important;
  font-size: 12px !important;
  border-bottom: 5px solid #4285f4 !important;
  padding: 10px !important;
}

.add-video {
  background-color: var(--custom-gray);
  border-radius: 10px;
}

.toggle-handle.btn:hover {
  background-color: var(--custom-gray) !important;
}

/* .btn-secondary {
  background-color: var(--custom-gray) !important;
  color: #000 !important;
} */

.wrap {
  overflow: auto;
  margin-bottom: 3rem;
}

.slimScrollDiv {
  padding-right: 20px;
}

.card-folder .card-body {
  padding: 5px 15px;
}

.card-folder i {
  padding-top: 5px;
}

.card-folder div {
  line-height: 1;
}

.card-folder:hover,
.card-handouts.active {
  background-color: var(--custom-yellow);
}

.loading-spinner-container {
  display: none;
}
.loading-spinner-container svg { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
}

.card-zoom {
  height: 100%;
}


.alert-success {
  background-color: var(--custom-green) !important;
}

.navbar-toggler-bar {
  background-color: #000 !important;
}

.form-control[readonly]:not(.datepicker),
.form-control[disabled], 
fieldset[disabled] .form-control {
  background-color: #ced4da !important;
}



/*sidebar css*/
.sidebar:after,
.off-canvas-sidebar:after {
  background: #fff !important;
}

.sidebar .nav p,
.off-canvas-sidebar .nav p {
  line-height: 30px;
  font-size: 1rem;
  padding-left: 1.5rem;
}

.sidebar .nav li>a,
.off-canvas-sidebar .nav li>a {
  color: #000;
  font-weight: 600;
  padding: 0rem;
  text-transform: unset;
  font-size: 1rem;
}

.sidebar .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper {
  padding-bottom: 0;
  height: unset;
}

.sidebar .profile-pic {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: 0.3rem #0596f2 solid;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.sidebar .profile {
  color: #1F7473;
  color: #000;
  font-size: 0.77rem !important;
  font-weight: bold;
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.sidebar .logo-img {
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 3rem;
}


.logo {
  text-align: center;
}

.toggle-admin {
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  width: 50%;
  font-weight: bold;
}

.modal-body {
  color: #000;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
  display: none;
}
.nav li:hover {
  background-color: #E1D9D1;
}

.radar-list {
  font-size: 8px;
  list-style-type: none;
  padding-left: 0px;
}

.r-legend {
  width: 10px;
    display: inline-block;
    height: 5px;
    background-color: #000;
    margin-right: 5px;
}


@media (max-width: 480px) and (orientation: portrait) {
  .card-box {
    padding: 10px 5px;
    height: 3rem;
    line-height: 1.5rem;
  }

  .fc-toolbar-title {
    font-size: 1.2rem !important;
  }

  .fc .fc-button {
    font-size: 0.6rem !important;
  }

  .fc table {
    font-size: 0.7rem !important;
  }

  .btn {
    font-size: 0.8rem !important;
  }

  textarea.form-control {
      font-size: 12px !important;
      padding: 6px !important;
  }
}

/*mobile*/


@media only screen and (max-width: 600px) {
  .vl-watch {
    padding: 0 !important;
    margin-top: 1rem;
  }

  .video-watermark {
    font-size: 0.6em;
  }

  .comment-text {
    max-width: 95% !important;
  }

}
