/* PHASE 2 - SIDEBAR PROGRESS */
/* PHASE 3 - PROGRESS CARD PREMIUM */
.modern-ui.progress-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.modern-ui .progress-header {
  flex-wrap: nowrap; /* ✅ penting */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.modern-ui .progress-header .timer {
  flex: 1; /* ✅ biar panjang full */
  text-align: center;

  font-size: 12px;
  font-weight: 600;
  color: #ea580c;

  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 12px;

  padding: 10px 12px;
}

.modern-ui .progress-left {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 14px;
}

.modern-ui .progress-header .timer span#timer {
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
}

.modern-ui .progress-header i {
  color: #6b7280;
  font-size: 16px;
}

.modern-ui .progress-header span {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.modern-ui .progress-summary {
  margin-bottom: 16px;
}

.modern-ui .progress-text {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
  font-weight: 500;
}

.modern-ui .progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
}

.modern-ui .progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  border-radius: 999px;
  transition: width 0.3s ease;
}

.modern-ui .progress-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.modern-ui .soal-jawaban {
  height: 42px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e5e7eb;
  background: #f9fafb;
  color: #6b7280;
  transition: all 0.2s ease;
  aspect-ratio: unset;
}

.modern-ui .soal-jawaban:hover {
  border-color: #3b82f6;
  transform: translateY(-1px);
}

.modern-ui .soal-jawaban.terisi {
  background: #dcfce7;
  border-color: #22c55e;
  color: #16a34a;
  box-shadow: 0 2px 8px rgba(34,197,94,0.2);
}

.modern-ui .soal-jawaban.ragu-ragu {
  background: #fbf6e2;
  border-color: #f1c40f;
  color: #f1c40f;
  box-shadow: 0 2px 8px #f1c40f;
}

.modern-ui .soal-jawaban.terisi.ragu-ragu {
  background: #fbf6e2;
  border-color: #f1c40f;
  color: #f1c40f;
  box-shadow: 0 2px 8px #f1c40f;
}

.modern-ui .progress-footer {
  margin-top: 20px;
}

.modern-ui .progress-footer button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border: none;
  color: white;
  transition: all 0.2s ease;
}

/* Button hover effects - consistent across all buttons */
.modern-ui button:hover,
.swal2-confirm:hover,
.swal2-cancel:hover,
.btn-primary:hover,
.btn-danger:hover {
  transform: translateY(-1px) !important;
}

/* Shadow matching button colors */
.modern-ui .btn-primary:hover,
.swal2-confirm.swal2-styled:hover {
  box-shadow: 0 6px 20px rgba(59,130,246,0.4) !important;
}

.modern-ui .btn-danger:hover,
.modern-ui .progress-footer button:hover {
  box-shadow: 0 6px 20px rgba(239,68,68,0.4) !important;
}

.modern-ui .btn-secondary:hover {
  box-shadow: 0 4px 12px rgba(107,114,128,0.3) !important;
}

.swal2-cancel.swal2-styled:hover {
  box-shadow: 0 6px 20px rgba(59,130,246,0.3) !important;
}

.modern-ui .progress-card > * + * {
  margin-top: 12px;
}

/* Responsive Grid */
@media (max-width: 992px) {
  .modern-ui .progress-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .modern-ui .progress-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.modern-ui.layout-wrapper {
  display: flex;
  gap: 24px;
  min-height: 70vh;
}

.modern-ui .main-content {
  flex: 1;
  max-width: calc(100% - 300px);
}

.modern-ui .progress-sidebar {
  width: 280px;
  position: sticky;
  top: 20px;
  height: fit-content;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.modern-ui .progress-title {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* CLEANED - Duplicates removed, PHASE 3 only */

.modern-ui .progress-item {
  aspect-ratio: 1;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f9fafb;
  color: #6b7280;
}

.modern-ui .progress-item:hover {
  border-color: #3b82f6;
  transform: scale(1.05);
}

.modern-ui .progress-item.terisi {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border-color: #059669;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.modern-ui .progress-item.terisi:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .modern-ui.layout-wrapper {
    flex-direction: column;
  }
  
  .modern-ui .main-content {
    max-width: 100%;
    order: 2;
  }
  
  .modern-ui .progress-sidebar {
    width: 100%;
    position: static;
    order: 1;
    margin-bottom: 24px;
  }
  
  .modern-ui .progress-grid {
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
  }
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #b1c0dcb8;
}
.tab_vehicle li{
    font-weight: bold;
}
.overview .box{
    background: #f3f3f3;
}
.hr_dashed{
    margin:5px 0px;
    border-top: dashed  1px #aaa !important;
}
.btn-accordion{
    text-align: left !important;
    margin-bottom: 10px;
    font-weight: bold;
}
thead th{
    vertical-align: middle !important;
    text-align: center !important;
}
.table-sales td{
    white-space: nowrap;
}
.blue{
    background: #9d9dff;
}
.filter{
    background: #d9e5ff;
    padding: 5px;
    margin-bottom: 10px;
    border: solid 1px#ccc;
}
.btn-atas{
    margin-right: 5px;
}
.DTFC_LeftBodyWrapper{
   top: -14px !important;
   background: #ddd !important; 
}

.menu-top{
    background: white;
    padding: 10px 25px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 25%);
}
.menu-login{
    text-align: right;
        padding-top: 5px;
}
.menu-login li{
    display: inline;
    padding: 20px 10px;
}
.btn-menu{
    border:solid 1px #aaa;
        border: solid 1px #aaa;
    padding: 7px 20px;
}
.btn-menu:hover{
    background: #0e5594;
    color:white;
}
.modal-left {
    width: 500px;
    position: fixed;
    right: 0px;
    /* border-radius: 0px; */
    top: 55px;
    margin-top: 0px;
}
.modal-left .modal-content{
    border-radius: 0px !important;
    height: 700px;
}
.title-box{
    font-weight: bold;
    font-size: 17px;
    padding-top: 2px;
}
.title-form{
        font-size: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
    font-weight: bold;
}
.btn-color-netra{
    background: #0e5594;
}
.content-login{
    margin: 0 auto;
    margin-top: 20px;
    background: white;
    padding: 15px;
}
.content-test{
    margin-top: 10px;
    background: white;
    padding: 15px;
}
.grey{
    background: #f0f0f0;
}
.txt-green{
    color: #0b980b;
    font-weight: bold;
}
.txt-red{
    color: red;
}
.img-responsive{
    max-width: 100%;
}
.subsubject{
    font-size: 20px;
}
.subject{
    font-size: 40px;
}
.content-login-noback{
    margin-top: 20px;
    padding: 35px 0px;
}
.logo-client{
    background: white;
    height: 85px;
    vertical-align: middle;
}
.logo-client img{
    width: 100%;
    vertical-align: middle;
}
.date-testi{
        background: #045076;
    padding: 3px;
    color: white;
    text-align: center;
    width: 85px;
    border-radius: 6px;
    font-weight: bold;
}
.star{
        width: 150px;
    text-align: right;
    padding-top: 30px !important;
}
.star i{
    color: #d7a204;
    font-size: 23px;
}
.skin-black .main-header li.user-header {
    background-color: #032467;
}
.content-wrapper, .main-footer{
        margin-left: 0px;
}
.thead{
    background: #0e5594;
    color: white;
}
.form-title {
    font-size: 24px;
    height: 40px;
}
.form-netra{
    padding: 10px 0px !important;
    border-left: none;
    border-top: none;
    border-right: none;
}
.side-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-menu li{
    padding: 10px 10px 10px 0px;
    border-bottom: solid 1px #eee;
    
}
.side-menu li i{
    font-size: 22px;
}
.side-menu li .abs{
    position: absolute;
    margin-left: 5px;
    margin-top: 2px;
    font-weight: 400;
}
.side-menu li .abs:hover{
    opacity: 0.5;
    cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sw-small{
    height: 20px !important;
    width: 40px;
}
.sl-small:before {
  position: absolute;
  content: "";
  height: 12px !important; 
  width: 12px !important;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



.label-switch{
    margin-top: 4px;
    position: absolute;
    margin-left: 10px;
    color: #aaa;
}
.row-form{
    margin-top: 5px;
}
.note-toolbar{
    background: #fff !important;
    border-bottom: #fff !important;
}
.note-resizebar{
    background: none !important;
    border-top: #fff !important;
}
.note-statusbar{
    background: #fff !important;
    border-top: #fff !important;
}
.label-form{
    font-weight: bold;
    border: solid 1px #ddd;
    height: 35px;
    padding: 7px 10px;
    border-radius: 4px 0px 0px 4px !important;
    width: 200px;
    text-align: left;
}
.dropdown-form {
    position: absolute;
    margin-top: -40px;
    margin-left: 150px;
}
.textfield-form {
    position: absolute;
    margin-top: -40px;
    margin-left: 150px;
    border-radius: 0px 5px 5px 0px !important;
        height: 35px;
}
.dropdown-form .dropdown-toggle{
    border-radius: 0px 5px 5px 0px !important;
    height: 35px;
    width: 150px;
    text-align: left;
}
.dropdown-form .dropdown-toggle .caret{
    float: right !important;
    margin-top: 10px;
}
.dropdown-input{
    padding: 5px 10px;
}
.dropdown-input li{
    padding: 10px 5px;
}
.dropdown-input li:hover{
    background: #eee;
}
.dropdown-general{
    cursor: pointer;
}
.btn-input-dropdown{
    border-radius: 10px;
    position: absolute;
    right: 18px;
    margin-top: -28px;
    font-size: 10px;
    height: 22px;
}
.loader{
    font-size: 70px;
    color: #0e5594;
}
.btn-drop-choose{
    margin-left: 5px;
}
#result-save-desc{
    font-size: 12px;
    color: green;
    font-style: italic;
}
#result-save-desc p{
    display: inline;
}
.container-button-bottom{
    text-align: right;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0px;
}
.btn-action-bottom{
    background: #002e89;
    border-radius: 10px;
    color: white !important;
    margin-right: 6px;
    margin-left: 6px;
    /* padding-left: 0px;
    width: 100px; */
}
.btn-action-bottom:hover{
    opacity: 0.8;
}
.btn-action-bottom i{
    /* background: #002e89;
    border-radius: 18px;
    color: white;
    font-size: 16px;
    position: absolute;
    margin-left: -30px;
    padding: 5px;
    margin-top: 0px; */
}
.drag-short{
    cursor: move;
    text-align: center;
    margin-top: -15px;
}
.detail-soal{
    border-left: solid 5px #002e89;
    border-radius: 3px;
}
.manage-image-soal{
    margin-top: 3px;
}
.manage-image-soal .btn-danger{
    background-color: #980800 !important;
    border-color: #980800 !important;
}
.cont-judul-jawaban{
    border-bottom: dashed 1px #ddd;
    margin-top: 5px;
    text-align: center;
}
.judul-jawaban{
    font-size: 10px;
    background: #deeef7;
    margin-bottom: 0px;
    padding: 1px 20px;
    font-weight: 400;
    border-radius: 3px 3px 0px 0px;
}
.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sortable li {
  margin: 5px 0px;
  padding: 0px 10px;
  cursor: grab;
  background: white;
}
.ic-left{
    width: 15px;
}
.ic-left i{
    margin-top: 13px;
    margin-left: 4px;
}

.ql-custom{
}
.ql-custom button{
    width: auto !important;
    background: #f4f4f4 !important;
    margin-right: 3px;
    font-size: 12px;
    border-radius: 4px;
    border:#ddd solid 1px !important;
}
.ql-editor{
    padding: 5px !important;
}
.ql-toolbar{
    border: none !important;
    padding: 2px 0px !important;
}
.fa-trash:hover{
    color: red !important;
}
.tooltip-btn {
  position: relative;
  cursor: pointer;
}

.tooltip-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  font-size: 10px;
}

.tooltip-btn:hover::after {
  opacity: 1;
}

/* ===== MODERN UI REFACTOR - PHASE 1 & 2 ===== */

/* LAYOUT WRAPPER & SIDEBAR */
.modern-ui.layout-wrapper {
  display: flex;
  gap: 24px;
  min-height: 70vh;
}

.modern-ui .main-content {
  flex: 1;
  max-width: calc(100% - 300px);
}

.modern-ui .progress-sidebar {
  width: 280px;
  position: sticky;
  top: 20px;
  height: fit-content;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* PROGRESS GRID */
.modern-ui .progress-title {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modern-ui .progress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  gap: 10px;
}

.modern-ui .soal-jawaban {
  aspect-ratio: 1;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f9fafb;
  color: #6b7280;
}

.modern-ui .soal-jawaban:hover {
  border-color: #3b82f6;
  transform: scale(1.05);
}

/* OLD STYLE REMOVED - using new soft green */

/* QUESTION CARDS */
.modern-ui .question-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.modern-ui .question-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f3f4f6;
}

.modern-ui .question-number {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  flex-shrink: 0;
}

.modern-ui .question-title {
  font-weight: 600;
  font-size: 17px;
  color: #1f2937;
  flex: 1;
}

.modern-ui .question-content .txt-soal {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}

/* ANSWER OPTIONS */
.modern-ui .answers-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modern-ui .answer-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fafbfc;
  position: relative;
}

.modern-ui .answer-option:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
  box-shadow: 0 4px 12px rgba(59,130,246,0.15);
  transform: translateY(-2px);
}

.modern-ui .answer-option input[type="radio"],
.modern-ui .answer-option input[type="checkbox"] {
  display: none;
}

.modern-ui .answer-option input:checked ~ .option-label {
  background: #3b82f6;
  color: white;
}

.modern-ui .answer-option input:checked ~ .option-text {
  color: #2563eb;
  font-weight: 500;
}

.modern-ui .option-label {
  background: #f3f4f6;
  color: #6b7280;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.2s ease;
}

.modern-ui .option-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.modern-ui .img-jawaban-display {
  max-height: 120px;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

/* PAGINATION BUTTONS */
.modern-ui .container-footer-jawaban {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid #f3f4f6;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.modern-ui .btn {
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: all 0.2s ease;
}

/* Next/Finish: Solid Primary | Prev: Outline Primary */
.modern-ui .btn-primary.btn-sm.pull-right,
.swal2-confirm.swal2-styled {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
  color: white !important;
  border: none !important;
}

.modern-ui .btn-primary.btn-sm.pull-right:hover,
.swal2-confirm.swal2-styled:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
}

/* Prev Button: Outline */
.modern-ui .btn-secondary {
  background: transparent !important;
  border: 2px solid #2563eb !important;
  color: #2563eb !important;
}

.modern-ui .btn-secondary:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
  color: white !important;
  /* border-color: #4b5563 !important; */
}

.modern-ui .btn-primary:hover, 
.swal2-confirm.swal2-styled:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
  transform: translateY(-1px) !important;
}

.swal2-cancel.swal2-styled {
  border: 2px solid #3b82f6 !important;
  color: #3b82f6 !important;
  background: transparent !important;
}

.swal2-cancel.swal2-styled:hover {
  background: #3b82f6 !important;
  color: white !important;
}

.modern-ui .btn-primary:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  transform: translateY(-1px);
}

.modern-ui .btn-secondary {
  background: #f3f4f6;
  color: #374151;
}

.modern-ui .btn-secondary:hover {
  background: #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .modern-ui.layout-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  .modern-ui .main-content {
    max-width: 100%;
    order: 2;
  }
  
  .modern-ui .progress-sidebar {
    width: 100%;
    position: static;
    order: 1;
    margin-bottom: 20px;
  }
  
  .modern-ui .progress-grid {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  }
}

@media (max-width: 768px) {
  .modern-ui .question-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .modern-ui .answer-option {
    padding: 16px;
    gap: 12px;
  }
  
  .modern-ui .container-footer-jawaban {
    flex-direction: column;
    align-items: stretch;
  }
  
  .modern-ui .btn {
    width: 100%;
  }
}

/* MODERN UI - QUESTION CARDS (PHASE 1) */
.modern-ui .question-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.modern-ui .question-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3f4f6;
}

.modern-ui .question-number {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

.modern-ui .question-title {
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
  flex: 1;
}

.modern-ui .question-content {
  margin-top: 10px;
  margin-bottom: 16px;
}

.modern-ui .question-content .txt-soal {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.modern-ui .answers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modern-ui .answer-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  background: #fafbfc;
}

.modern-ui .answer-option:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.modern-ui .answer-option input {
  display: none;
  position: absolute;
}

.modern-ui .answer-option input:checked + .option-label + .option-text,
.modern-ui .answer-option input:checked + .option-image {
  color: #2563eb;
  font-weight: 500;
}

.modern-ui .answer-option input:checked {
  outline: none;
}

.modern-ui .answer-option input:checked ~ * {
  border-color: #3b82f6;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.modern-ui .option-label {
  background: #f3f4f6;
  color: #6b7280;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.modern-ui .answer-option input:checked ~ .option-label {
  background: #3b82f6;
  color: white;
}

.modern-ui .option-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
  user-select: none;
}

.modern-ui .option-image img {
  max-width: 100%;
  max-height: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.modern-ui .img-jawaban-display {
  transition: transform 0.2s ease;
}

.modern-ui .answer-option:hover .img-jawaban-display {
  transform: scale(1.02);
}

/* Container tombol pagination */
.modern-ui .question-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.modern-ui .question-pagination .btn-prev {
  margin-right: auto;
}

.modern-ui .question-pagination .btn-next {
  margin-left: auto;
}

/* Group tombol kiri-kanan */
.modern-ui .question-pagination .btn {
  margin-top: 10px;
}

/* Khusus tombol prev */
.modern-ui .btn-prev {
  margin-right: auto;
}

/* Khusus tombol next / finish */
.modern-ui .btn-next,
.modern-ui .btn-finish {
  margin-left: auto;
}

/* Base button modern */
.modern-ui .btn {
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
}

/* Primary (Next / Finish) */
.modern-ui .btn-primary {
  background: #2563eb;
  color: #fff;
}

.modern-ui .btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
}

/* Secondary (Prev) */
.modern-ui .btn-secondary {
  background: #f3f4f6;
  color: #111827;
}

.modern-ui .btn-secondary:hover {
  background: #e5e7eb;
}

/* Spacing antar tombol */
.modern-ui .btn + .btn {
  margin-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-ui .question-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .modern-ui .answer-option {
    padding: 14px;
  }
  
  .modern-ui .question-pagination {
    flex-direction: column;
    gap: 12px;
  }
}
.img-dropdown{
    text-align: center;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 50px;
}
.footer-soal{
    margin-top: 15px;
}
.container-form-select select{
        padding: 0px;
    border-radius: 5px !important;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
}
.container-form-checkbox{
        border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}
.cont-skor{
    padding-right: 0px;
    padding-left: 0px;
}
.btn-link{
    text-decoration: none !important;
}
.pr0{
    padding-right: 0px;
}
.btn-group70{
    width: 85px;
}
.ql-snow .ql-tooltip {
    z-index: 99;
}
.editor-container{
    min-height: 35px;
}
.del-image{
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 10px;
    height: 22px;
}
.content-register{
    background: white;
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
}
.image-head{
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
}
.image-head img{
    height: 200px !important;
}
.content-register .judul{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #ddd;
}
.label-form-uji{
       display: inline-block;
    width: 35%;
    border: solid 1px #f4f4f4;
    height: 36px;
    padding: 9px 10px;
    border-radius: 5px 0px 0px 5px;
    background: #f4f4f4;
    font-size: 12px;
}
.input-form-uji{
        display: inline-block;
    width: 64%;
    margin-left: 0px;
    margin-right: 0px;
    height: 36px;
    border-radius: 0px 5px 5px 0px;
    /* position: absolute; */
    border: solid 1px #ddd !important;
    padding-left: 15px;
    font-size: 12px;
}
.input-form-uji:focus{
    border: solid 1px #000 !important;
}
.input-div-uji{
    font-size: 12px;
}
.notif-not-register{
    font-size: 12px;
    color: #aaa;
    text-align: justify;
}
.banner-uji {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
}

.container-uji{
    background: white;
    margin: 0 auto;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.container-uji .judul{
    font-size: 23px;
    font-weight: bold;
    display: inline-grid;
    background: #ffffffb5;
    padding: 3px 30px 3px 13px;
    margin-left: 15px;
    margin-top: 30px;
    border-radius: 3px;
    border-left: 5px solid #909090;
    
}
.container-uji .deskripsi{
    background: #f4f4f4;
    padding: 5px;
    border-radius: 3px;
    color: #000;
}
.container-uji .deskripsi p{
    color: #000;
}
.head-soal{
    border-bottom:solid 2px #002e89;
    margin-top: 15px;
}
.head-soal label{
    background: #002e89;
    display: inline-block;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
}
.hr-dashed{
    margin: 0px;
    border-top: dashed 1px #ccc;
}
.sub-head{
    margin-bottom: 5px;
}
.sub-head label{
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 12px;
    border: solid 1px #c7c7c7;
    text-align: left
}
.sub-head .kategori{

}
.sub-head .timer{

}
.sub-head .pro{
        background: #0197db;
    color: white;
}
.sub-head .pro:hover{
    cursor: pointer;
    background: #aaa;
}
.sub-head .user{
    color: #002e89;
    float: right;
    border: solid 1px #002e89;
    font-weight: 400;
}
.note-editing-area{
  background: #ffffffd6;
}
.txt-jawaban .option {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 12px;
  background: #ffffffd6;
}
.txt-jawaban .option-img {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 12px;
  background: #ffffffd6;
}

.txt-jawaban .option:hover {
  background-color: #f0f0f0;
}

.txt-jawaban input[type="radio"] {
  display: none;
}

.txt-jawaban input[type="radio"]:checked + label {
  background-color: #d1e7dd;
  border-color: #0f5132;
  color: #0f5132;
  font-weight: bold;
}
.txt-jawaban input[type="checkbox"] {
      display: none;
    }

.txt-jawaban input[type="checkbox"]:checked + label {
  background-color: #cfe2ff;
  border-color: #084298;
  color: #084298;
  font-weight: bold;
}

.txt-jawaban .grid{
    width: auto !important;
    display: inline-grid !important;
}
.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-size: 50px;
  display: flex;
}

.rating input {
  display: none;
}

.rating label {
  position: relative;
  width: 1em;
  cursor: pointer;
  color: gray;
}

.rating label::before {
  content: "*";
  position: absolute;
  left: 0;
}

.rating input:checked ~ label::before,
.rating input:checked + label::before {
  color: orange;
}

.rating label.half::before {
  background: linear-gradient(to right, orange 50%, gray 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-jawaban{
    border:solid 1px #ccc;
}
.form-jawaban:focus{
    border:solid 1px #000 !important;
}
.w-auto{
    display: inline-grid !important;
    width: auto;
}
.alert-notif .success{
    background: #ddffe5;
    color: green;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
}
.alert-notif .error{
    background: #ffc8cd;
    color: red;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
}
.soal-nomor{
  width: 50px;
  text-align: left;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 16px !important;
}
.table-soal tbody{
  border-top: solid 1px #ccc;
}
.container-footer-jawaban{
  clear: both;
}
.result_img{
  width: 200px;
}
.required-answer{
  background: #ff000029;
    color: red;
    padding: 3px 10px;
    border-radius: 3px;
    border: solid 1px red;
    display: inline-grid;
    margin-bottom: 5px;
    font-size: 10px;
}
.answer-grey{
  background: #fff !important;
  color: #aaa !important;
  border: solid 1px #ddd !important;
}
.txt-soal p{
  margin-bottom: 0px;
}
.hide{
  visibility: hidden;
  position: absolute;
}
.display-none{
  display: none;
}
.progress-jawaban{
  text-align: left;
}
.terisi{
background: #28a745;
    color: white;

}
.title{
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.terimakasih{
  text-align: center;
  font-size: 16px;
}
.img-soal{
  max-height: 200px;
}
.img-soal-display{
  max-height: 400px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.img-jawaban-display{
  max-height: 150px
}
.tab-soal-active {
    border-bottom: solid 1px #cacaca;
}
.tab-soal-active .btn{
    border-radius: 0px;
    border-bottom: none;
}
.tab-soal-active .active {
    background: #fff !important;
    border-left: solid 5px #002e89;
}
.cont-preview{
  background: #f84545; /*default #ffeaaa*/
  font-size: 20px;
  padding: 3px;
  text-align: center;
}
.cont-preview a{
  font-size: 12px;
  color: blue;
}
.btn-preview-soal{
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 20px;
  padding: 3px 10px;
}
.btn-preview-soal-reset{
  position: absolute;
  margin-top: 5px;
  margin-left: 160px;
  font-size: 20px;
  padding: 3px 10px;
}
.info-login{
  font-size: 12px;
  margin-top: 15px;
}
.btn-setting{
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.layout-radio input[type="radio"]:checked + label,
.radio-img input[type="radio"]:checked + img {
  border: 3px solid #007bff;
  background-color: #e6f0ff;
}
.radio-img input[type="radio"] {
  display: none;
}
.radio-img img {
  width: 90px;
  cursor: pointer;
}

.form-setting-layout .form-check {
    margin-left: 30px;
}
.form-setting-layout .form-check-label {
    padding-right: 1.25rem;
    cursor: pointer;
}
.form-setting-layout .label-form-setting{
      font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.container-fullwidth {
    background-size: 100% 100%;
    height: 100%;
    position: fixed;
    width: 100%;
  padding: 15px;overflow-y: scroll;
}
.container-uji-fullwidth{
  background: #ffffffb3;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.judul-fullwidth{
  font-weight: bold;
  font-size: 20px;
}
.btn-del-img-jawaban{
  border-radius: 50px;
    font-size: 12px;
    width: 26px;
    padding: 5px 5px;
    position: absolute;
    margin-top: -30px;
    margin-left: 4px;
}
.btn-del-img-jawaban:hover{
  opacity: 0.5;
}
.file-allowed{
  font-style: italic;
  font-size: 12px;
  color: #333;
  display: inline;
}
.drop-status{
  background: #eee;
  padding: 4px 15px;
  border-radius: 3px;
}
.alert-notif-yellow{
      border: solid 1px #e6d502;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #ffff9c;
    color: #635300;
}
.cont-monitoring{
  padding: 5px 15px;
}
.monitoring{
  /*background: #fff;*/
  margin-top: 10px;
  text-align: center;
}
.single-user{
  border:solid 1px #ddd;
  width: 180px;
  display: inline-grid;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius:5px;
  padding: 5px;
  background: white;
}
.single-user .name{     
  font-size: 12px;
  text-align: left;
}
.single-user .mail{     
  font-size: 10px;
  text-align: left;
}
.single-user .last_update {
    font-size: 10px;
    border: solid 1px #aaa;
    text-align: center;
    border-radius: 3px;
    /* padding-left: 5px; */
}
.single-user img {
    width: 100%;
    height: 100px;
}
.single-user .alert{
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  padding: 0.5px 5px;
  margin-top: 2px;
  margin-bottom: 0px;
  cursor: pointer;
  margin-right: 5px;
}
.single-user .proc-normal{
  background: #2ecc71;
  color: white;
}
.single-user .proc-warning{
  background: #f39c12;
  color: white;
}
.single-user .proc-danger{
  background: #c0392b;
  color: white;
}
.single-user .proc-info{
  background: #3498db;
  color: white;
}
.single-user .proc-success{
  background: #2ecc71;
  color: white;
}
.table-small{
  font-size: 12px;
}
.table-small thead{
  background: #aaa;
}
.table-small th {
    padding: 3px;
}
.img-proctor{
  height: 60px;
}
.btn-small{
  font-size: 12px;
  padding: 3px 10px;
    height: 28px;
        margin-top: -2px;
}
.date-small{
  border: solid 1px #343a40;
  border-radius: 3px !important;
    height: 28px;
    padding: 2px 10px;
    font-size: 12px;
}
.form-small{
  border: solid 1px #343a40;
    border-radius: 3px !important;
    padding: 2px 5px;
    height: 28px;
    font-size: 12px;
}
.filter-monitoring{
  width: 100%;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 3px 15px;
    background: #d8e5ff;
    font-size: 12px;
}
.dropdown-small{
  display: inline-grid;
}
.dm-small{
  width: 250px;
}
.dm-small li{
  font-size: 12px;
  padding: 0px 15px;
}
.dm-small li:hover{
  background: #ddd;
}
#sortable-soal li {
  cursor: move;
}
.list-order-soal{
      font-size: 12px;
        padding: 5px 15px;
}
.list-order-soal p{
  padding: 0px;
    margin: 0px;
    display: inline-grid;
}
.sample-flag{
  text-align: left;
  border-bottom: solid 2px #f39c12;
  margin-bottom: 10px;
}
.sample-flag label{
  background: #f39c12;
    color: white;
    font-weight: 400;
    padding: 0px 25px;
    margin: 0px;
}
.soal-flag{
  text-align: left;
  border-bottom: solid 2px #0e5594;
  margin-bottom: 10px;
}
.soal-flag label{
  background: #0e5594;
    color: white;
    font-weight: 400;
    padding: 0px 25px;
    margin: 0px;
}
.pagination li{
      background: white;
    width: 35px;
    text-align: center;
    margin-right: 2px;
    font-size: 12px;
    border-radius: 3px;
    /* border: solid 1px #ddd; */
}
.cont-pagination{
  font-size: 12px;
  text-align: left;
  margin-bottom: 15px;
}
.box-page{
  display: inline-block;
}
.cont-pagination .total-data{
background: #ccc;
    border-radius: 3px;
    border: solid 1px #ddd;
    text-align: center;
    /* margin-right: 2px; */
    width: 100%;
    /* display: block; */
    /* height: 25px; */
    width: 100px;
    padding: 3px;
}
.pagination .active {
    background: #0197db;
}
.pagination .active a{
    color: white;
    font-weight: bold;
}
.modal-backdrop {
    background-color: #000;     /* Warna latar belakang */
    opacity: 0.5 !important;    /* Ubah nilai opacity sesuai kebutuhan (0.1 - 1) */
}
.filter-monitoring .select2-container--default .select2-selection--single {
    height: 28px; /* Atur sesuai kebutuhan */
    border: solid 1px #343a40 !important;
}
.filter-monitoring .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.filter-monitoring .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.filter-monitoring .select2-container{
  margin-top: -1px !important;
}
.active-isi-image{
  background: #b6e4ff !important;
}
.table-fullwidth{
  font-size: 12px;
  background: white;
}
.table-fullwidth th, .table-fullwidth td{
  padding: 2px !important;
}
.table-fullwidth thead{
    background: #2d2d2d;
    color: white;
}
.form-table{
  width: 100%;
  padding: 2px 5px;
}
.form-pagination{
      margin-right: 5px;
    font-size: 12px;
    padding: 2px;
    border: solid 1px #a7a7a7;
    border-radius: 3px;
}
.jwb-display {
  resize: none;
  overflow: hidden;
  transition: all 0.3s ease;
  background: none;
}

.jwb-display:focus {
  resize: both; /* Bisa diganti 'vertical' atau 'horizontal' */
  overflow: auto;
  background: white;
}
.jwb-link{
  font-size: 12px;
  color: #007bff;
}
.pd-rl{
    padding-right: 10px;
    padding-left: 10px;
}
.nomor-mobile{
  display: none;
}
@media screen and (max-width: 775px) {
  .sub-head .user {
      border: none;
      margin-top: 5px;
      width: 100%;
      float: none;
      padding: 0px;
      background: none;
  }
}
@media screen and (max-width: 675px) {
  .label-form-uji{
    width: 100%;
    border: solid 1px #fff;
    border-radius: 0px;
    background: #fff;
  }
  .container-uji {
      margin-top: 0px;
  }
  .banner-uji{
    border-radius: 0px;
  }
  .input-form-uji {
      width: 100%;
      border-radius: 0px;
      padding-left: 15px;
  }
  .image-head {
      max-width: 450px;
      margin: 0 auto;
      margin-top: 0px;
  }
  .container {
        max-width: 675px !important;
    }
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fullwidth {
      padding: 0px;
  }
  .container-uji-fullwidth {
    padding: 15px;
    border-radius: 0px;
  }
  .sub-head .user {
      border: none;
      margin-top: 5px;
      width: 100%;
      float: none;
      padding: 0px;
      background: none;
  }
  .desc-uji p{
    margin-bottom: 0px;
    font-size: 12px;
  }
  .soal-nomor{
    display: none;
  }
  .table-soal td, .table-soal th {
      padding-left: 0px;
      padding-right: 0px;
  }
  .cont-tutorial-footer{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .cont-tutorialn-footer button{
    float: none;
  }
  .judul-fullwidth {
      font-weight: bold;
      font-size: 16px;
  }
  .img-soal-display {
      max-width: 300px;
  }
  .img-jawaban-display {
      max-width: 120px;
  }
  .nomor-mobile{
    display: inline-grid;
  }
}

.introjs-skipbutton {
    right: 15px !important;
    color: #337ab7 !important;
    font-size: 16px !important;
}
.login-box{
  max-width: 400px;
}
.reg-error{
  background: #f8d7da;
    padding: 10px;
    color: #721c24;
    font-size: 12px;
    border-radius: 3px;
    border: solid 1px #721c24;
}
.notif-mandatory{
      font-size: 10px;
    color: red;
    margin-left: 29px;
    margin-top: -14px;
    position: absolute;
}
.btn-log-other{
  width: 95px;
    font-size: 12px;
}
.box-result{
      box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 11%);
    display: inline-block;
    padding: 5px;
    width: 250px;
    border-radius: 3px;
    border: solid 1px #eee;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.box-result label{
    opacity: 0.7;
    font-size: 10px; 
}
.otp-success{
  text-align: center;
  border: solid 1px #ddd;
  background: #f7f7f7;
  padding: 15px;
  border-radius: 3px;
}
.otp-input{
  border: solid 1px #ddd !important;
    width: 32px;
    text-align: center;
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 16px;
    padding: 5px 0px;
}
.div62{
  text-align: center;
    background: #ddd;
    width: 37px;
    height: 37px;
    padding: 6px;
    border-radius: 4px;
}
.link-faq{
  cursor: pointer;
}
.cont-faq{
font-weight: 300;
    padding: 10px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 350px;
    font-size: 12px;
    background: #fff1da;
}
.test-code{
  font-weight: bold;
}

/* ========== ROBOTO FONT SYSTEM ========== */
/* Google Fonts Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

/* Apply Roboto globally to Modern UI */
.modern-ui *,
.modern-ui .question-card,
.modern-ui .progress-sidebar,
.modern-ui .container-uji,
.modern-ui .head-soal {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Weight System */
.modern-ui {
  /* Normal text */
  font-weight: 400 !important;
}

.modern-ui .label,
.modern-ui .progress-text,
.modern-ui .sub-head label,
.modern-ui label {
  font-weight: 500 !important; /* Labels */
}

.modern-ui .question-title,
.modern-ui .progress-title,
.modern-ui .judul,
.modern-ui .judul-fullwidth {
  font-weight: 600 !important; /* Titles */
}

.modern-ui .question-number,
.modern-ui h1, .modern-ui h2, .modern-ui h3,
.modern-ui b, .modern-ui strong {
  font-weight: 700 !important; /* Important headings */
}

/* Specific overrides */
.modern-ui .progress-header .timer span#timer {
  font-family: 'Courier New', monospace !important; /* Keep monospace timer */
  font-weight: 600 !important;
}

/* ========== ICON FIX - Preserve FontAwesome & All Icons ========== */
.modern-ui i[class*="fa-"],
.modern-ui .fa,
.fa,
[class*="fa-"] {
  font-family: 'Font Awesome 5 Free', FontAwesome, 'Font Awesome 6 Free', sans-serif !important;
  font-weight: 900 !important; /* Solid icons */
}

.modern-ui i[class*="fa-"]:before,
.modern-ui .fa:before {
  font-family: inherit !important;
}

/* Ensure FontAwesome overrides Roboto */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Inline icon fix */
.modern-ui [class^="fa"],
.modern-ui [class*=" fa-"] {
  font-family: 'Font Awesome 6 Free', FontAwesome !important;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.swal2-title {
  font-weight: 600 !important;
  font-family: 'Roboto', sans-serif !important;
}

/* FORCE FIX superseded by PHASE 3 */

.doubt-action {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eee;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
}

.modern-ui.question-card.is-doubt {
  border-left-style: solid; /* Penting agar warna muncul */
  border-left-width: 4px;   /* Sesuaikan ketebalan yang diinginkan */
  background-color: #fef9e7;
  border-left-color: #f1c40f;

}
