:root {
  --custom-blue: #000;
  --custom-red: #FF3333;
  --custom-yellow: #DAB04C   ;
  --custom-green: #99C967;
  --custom-gray: #3a3741;


  --category-color: #71274A;
  --subCategory-color: #FFDE33 ;
  --moduleCategory-color: #E1A073;

  --category-text-color: #fff;
  --subCategory-text-color: #000;
  --moduleCategory-text-color: #000;


    --color-1: #71274A;
    --color-2: #E1A073;
    --color-3: #99C967;
    --color-4: #FF3333;
    --color-5: #FF5733;
    --color-6: #FFDE33;
  }

  .btn:not(.btn-view-replies, .btn-post-comment, .dropdown-toggle ),
  .btn:not(.btn-view-replies, .btn-post-comment, .dropdown-toggle ) i
   {
    color: #fff !important; 
  }
  
  .card {
    border:none;
    border-radius: 20px;
  }

  .sidebar .profile-pic {
    border-color: var(--custom-yellow);
  }

  .nav li:hover a {
    background-color: #fff;
  }
  
  .nav li:hover,
  .nav li:hover *
   {
    background-color: #fff;
    color: #000 !important;
  }

  .nav li a:focus
   {
    color: #000 !important;
  }

  .nav li:hover a {
    background-color: #fff !important;
  }

  .sidebar .nav a, 
  .sidebar .nav p 
   {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    margin: 0px !important;
  }

  .nav li .menu-item-top {
    height: 12px;
    margin-top: -12px;
  }

  .nav li .menu-item-bottom {
    height: 12px;
    margin-bottom: -12px;
  }


  .nav li:hover p {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .nav li:hover .menu-item-top {
    border-bottom-right-radius: 20px;
    background:var(--category-color) ;
  }

  .nav li:hover .menu-item-middle {
    background:var(--category-color) ;
  }

  .nav li:hover .menu-item-bottom {
    border-top-right-radius: 20px;
    background:var(--category-color) ;
  }

  .sidebar .nav p, .off-canvas-sidebar .nav p {
    padding-left: 10px;
  }

  .nav {
    padding-left: 1.5rem;
  }

  .sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    overflow: unset;
  }
  .btn:not(.card-comment .btn):not(label.btn):not(span.btn) {
    border-bottom: 2px;
    background-color: var(--custom-yellow) !important;
  }
  
  .toggle-admin {
    width: fit-content;
    margin-bottom: 1rem;
  }
  
  .btn {.card
    font-size: 0.9rem;
    padding: 0.2rem 1.5rem;
  }
  
  .table.w-hover tbody tr:hover td,
  a:hover,
  a:focus {
    color: var(--custom-yellow) !important;
  }
  
  .btn:not(.card-comment .btn):not(label.btn-default):not(span.btn) {
    background-image: var(--custom-yellow) !important;
    background-color: unset;
  }
  
  .btn:not(.card-comment .btn):not(label.btn):not(span.btn),
  #card-login,
  input.form-control,
  select.form-control,
  textarea.form-control,
  .input-group-text {
    border-bottom: 5px solid var(--custom-yellow) !important;
  }

  #card-login,
  input.form-control,
  select.form-control,
  textarea.form-control,
  .input-group-text {
    border: 3px solid var(--custom-yellow) !important;
  }
  
  #card-login {
    background-color: #f5f5f5;
    border-radius: 20px;
    border: 1px solid var(--custom-yellow) !important;
  }
  
  .slimScrollDiv {
    padding-right: 0px;
  }

  .sidebar {
    box-shadow: none;
    background: #000;
    border-right: 1px solid var(--custom-yellow) !important;
  }

  .sidebar .logo, .off-canvas-sidebar .logo {
    background-color: #f2f2f2;
  }

  .sidebar:after, .off-canvas-sidebar:after {
    background: var(--category-color) !important;
  }
  

  .sidebar .nav li>a, .off-canvas-sidebar .nav li>a {
    color: var(--category-text-color);
  }
  
  #card-login input.form-control {
    padding: 14px !important;
  }
  
  #card-login .btn,
  #card-register .btn
   {
    width: 60%;
    padding: 7px 0;
  }
  
  #btn-forgot u {
    color: #000;
    font-style: normal;
  }
  
  .fc .fc-button-primary {
    background-color: var(--custom-yellow) !important;
  }
  
  .wrap {
    white-space: pre-wrap;
  }
  
  .radio-container {
    background-color: var(--category-color);
    color: var(--category-text-color) !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px !important;
  }
  
  .sub-radio-container {
    background-color: var(--subCategory-color);
    color: var(--subCategory-text-color) !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px !important;
  }
  
  .module-radio-container {
    background-color: var(--moduleCategory-color);
    color: var(--moduleCategory-text-color) !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px !important;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffb800;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #633f6b;
    cursor: pointer;
  }
  
  .sub-category-container {
    width: 97%;
    margin-left: 3%;
  }
  
  .module-category-container {
    width: 94%;
    margin-left: 6%;
  }
  
  
  .media-heading,
  .komen-text,
  .vl-watch button:not(.dropdown-item),
  .video-title, .video-description,
  .sticky-footer span,
  .modal-body,
  .modal-header .btn-close,
  .col-form-label,
  .card-subtitle
  {
    color: #000;
  }
  
  .btn-post-comment {
    padding:  0 !important;
  }
  
  .btn-post-comment i {
    color: #000 !important;
    margin-top: 0.8rem;
  }
  
  a.reply {
    color: var(--custom-yellow) !important;
  }
  
  a:hover {
    color: #fff !important;
  }

  a:not(.btn):hover {
    color: #000 !important;
  }
  
  .text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #000 !important;
  }
  
  .card-zoom:hover {
    background-color: var(--custom-yellow) !important;
    color: #fff;
  }
  
  .btn-danger {
    
  }
  
  .form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text {
    padding: 10px;
  }

  .card-box {
    background: #BFBFBF;
  }

  .card-box:hover, .card-box.active, .mini-video:hover {
    background:  var(--custom-yellow) !important;
    color: #fff !important;
  }

  .box {
    background:  #BFBFBF;
  }

  .popovertext {
    background-color: #fff !important;
    color: #000;
  }

  .fab {
    background:  var(--custom-yellow) !important;
  }

  .progressbar-text {
    color: #000 !important;
  }

  .box-dark-header {
    color: #000 !important;
  }

  .active .quiz-btn:hover {
    color: var(--custom-yellow) !important;
  }

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

.answer.w-hover.mb-2.p-3.correct::after {
  content: 'CORRECT ANSWER';
  display: block;
}

.pdf-controls-fixed {
  position: fixed;
  top: 5rem;
  text-align: center;
  width: 100%;
}

.pdf-controls-absolute {
  position: absolute;
  top: 1rem;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
}
.pdf-controls-absolute button, 
.pdf-controls-fixed button
 {
  margin-bottom: 10px;
}

#pdf-canvas, #pdf-canvas2 {
  margin-top: 3rem;
}

.card-body {
  position: relative;
}

#notification-bell {
  background-color: var(--color-1);
    border-radius: 50px;
    position: absolute;
    padding: 0.1rem 1rem;
    z-index: 1030;
    right: 2rem;
    top: 1rem;
    -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;
}

#notification-bell > * {
  color: #fff !important;
}

.notification-list {
  position: absolute;
  z-index: 100;
  right: 2rem;
  top: 3rem;
  width: 18rem;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  box-shadow: 1px 1px 20px #ebebeb;
}

.notification-list .small {
  font-size: 0.7rem;
}
.notification-list span {
  text-wrap: wrap;
  font-size: 0.75rem;
}

.notification {
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 10px;
}

.geser.geser-reply {
  display: flex;
}
.geser.geser-reply .comment-textbox {
  width: 100%;
}
.geser.geser-reply .comment-sendbtn {
  margin-left: 1rem;
  padding: 0rem 0.5rem;
}

#card-login {
  width: 25rem;
}

#btn-register {
  background-color: var(--moduleCategory-color) !important;
}

#card-login .btn {
  border-bottom: 0px solid !important;
}

#btn-login {
  width: 92% !important;
  padding: 1rem !important;
  color: white;
}

.sidebar .logo-img {
  background-size: 80%;
}

img.pop-img {
  max-height: 40%;
}


/* CSS specifically for desktop devices */
@media (min-width: 1024px) {
  #card-login {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  /* styles for mobile devices */
  #pdf-canvas, #pdf-canvas2 {
    margin-top: 5rem;
  }
  
}