:root{
  --blue:#1726c7;
  --blue-2:#3049ff;
  --ink:#182034;
  --muted:#68708a;
  --surface:#ffffff;
  --soft:#f5f7ff;
  --line:#dfe4ff;
  --yellow:#ffe600;
  --pink:#f02bd7;
  --green:#148a4b;
  --red:#dc3d3d;
  --orange:#f59f00;
  --shadow:0 18px 50px rgba(28,43,122,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:"Noto Sans Bengali","Hind Siliguri","Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 12%,rgba(255,230,0,.22),transparent 20rem),
    radial-gradient(circle at 92% 8%,rgba(48,73,255,.18),transparent 22rem),
    linear-gradient(180deg,#f8f9ff,#eef2ff 65%,#f7f8ff);
}
button,input,select,textarea{font:inherit}
a{text-decoration:none;color:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.app-shell{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:22px 0 40px}
.topbar{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
  border:1px solid rgba(23,38,199,.12);
  box-shadow:0 8px 30px rgba(30,42,110,.08);
  border-radius:20px;padding:12px 16px;position:sticky;top:10px;z-index:20
}
.brand{display:flex;gap:12px;align-items:center}
.brand-mark{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(145deg,var(--blue),#6b5cff);color:white;
  font-size:24px;font-weight:900;box-shadow:0 8px 18px rgba(23,38,199,.25)
}
.brand strong{display:block;font-size:18px;color:var(--blue)}
.brand small{display:block;color:var(--muted);margin-top:2px}
.top-actions{display:flex;gap:9px;align-items:center}
.btn{
  border:0;border-radius:12px;padding:11px 16px;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  transition:.18s transform,.18s box-shadow,.18s opacity;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(28,43,122,.15)}
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white}
.btn-yellow{background:var(--yellow);color:#111}
.btn-soft{background:#edf0ff;color:var(--blue)}
.btn-green{background:#e8f8ef;color:#08753d}
.btn-red{background:#ffeded;color:#a51f1f}
.btn-dark{background:#19213a;color:white}
.icon-btn{width:42px;height:42px;border-radius:12px;border:0;background:#eef1ff;color:var(--blue);font-weight:900}
.card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(23,38,199,.11);
  border-radius:22px;box-shadow:var(--shadow);padding:22px
}
.hero{
  margin-top:18px;display:grid;grid-template-columns:1.4fr .9fr;gap:18px;
  background:linear-gradient(135deg,#1220bb,#374eff 64%,#5d6cff);
  color:white;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(23,38,199,.23)
}
.hero-copy{padding:30px;display:flex;flex-direction:column}
.hero h1{font-size:clamp(28px,4vw,46px);margin:0 0 10px;line-height:1.16}
.hero p{margin:0;max-width:680px;color:#edf0ff;line-height:1.7}
.hero-side{
  padding:24px;display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 70% 30%,rgba(255,230,0,.85) 0 4px,transparent 5px),
    radial-gradient(circle at 28% 65%,rgba(255,255,255,.5) 0 4px,transparent 5px),
    linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.14))
}
.mini-board{
  width:min(330px,100%);background:white;color:var(--ink);border-radius:20px;
  padding:18px;transform:rotate(2deg);box-shadow:0 18px 35px rgba(0,0,0,.18)
}
.mini-board .quiz-pill{background:var(--yellow);border-radius:999px;padding:7px 14px;font-weight:900;color:#101010;display:inline-block}
.mini-option{padding:9px 11px;border-radius:10px;margin-top:8px;font-weight:700}
.mini-option:nth-child(2){background:#eef7ff}.mini-option:nth-child(3){background:#edeaff}.mini-option:nth-child(4){background:#fff9cf}.mini-option:nth-child(5){background:#ffe7e7}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:26px 2px 12px}
.section-title h2{margin:0;font-size:24px}
.section-title p{margin:0;color:var(--muted);font-size:14px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{background:white;border:1px solid var(--line);border-radius:18px;padding:17px;box-shadow:0 8px 22px rgba(20,32,104,.06)}
.stat .n{font-size:26px;font-weight:900;color:var(--blue)}
.stat .label{color:var(--muted);font-size:13px;margin-top:4px}
.course-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.status{
  display:inline-flex;align-items:center;gap:7px;border-radius:999px;
  padding:6px 10px;background:#eaf9f0;color:#0c7b40;font-weight:800;font-size:13px
}
.status:before{content:"";width:8px;height:8px;border-radius:50%;background:#20a45c}
.status.bad{background:#fff0f0;color:#aa2424}.status.bad:before{background:#d64545}
.progress{height:9px;background:#edf0ff;border-radius:999px;overflow:hidden}
.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--yellow),#ffbd00);border-radius:999px}
.chapter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.chapter{
  position:relative;overflow:hidden;background:white;border:1px solid var(--line);
  border-radius:20px;padding:18px;min-height:155px;transition:.18s transform,.18s box-shadow
}
.chapter:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(23,38,199,.12)}
.chapter .chapter-no{
  width:48px;height:48px;border-radius:16px;background:#edf0ff;color:var(--blue);
  display:grid;place-items:center;font-weight:900;font-size:20px;margin-bottom:12px
}
.chapter h3{margin:0 0 7px;font-size:17px;line-height:1.45}
.chapter small{color:var(--muted)}
.chapter .bubble{position:absolute;width:70px;height:70px;border-radius:50%;right:-20px;bottom:-20px;background:rgba(255,230,0,.35)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:800;color:#2b3455;font-size:14px}
.input,.field input,.field select,.field textarea{
  width:100%;border:1px solid #cfd6f8;border-radius:12px;padding:11px 12px;background:white;color:var(--ink);outline:none
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#6b78ff;box-shadow:0 0 0 3px rgba(48,73,255,.1)}
.notice{padding:12px 14px;border-radius:12px;background:#fff8d8;border:1px solid #f3da6d;color:#675700}
.success{padding:12px 14px;border-radius:12px;background:#e9f8ef;border:1px solid #a8ddb9;color:#146b3c}
.error{padding:12px 14px;border-radius:12px;background:#fff0f0;border:1px solid #f1b0b0;color:#9b2323}
.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;position:relative;overflow:hidden}
.login-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.72}
.login-orb.one{width:260px;height:260px;background:#ffe600;left:-110px;top:-90px}
.login-orb.two{width:310px;height:310px;background:#5367ff;right:-160px;bottom:-130px}
.login-card{
  position:relative;z-index:2;width:min(900px,100%);display:grid;grid-template-columns:1fr 1fr;
  background:white;border:1px solid rgba(23,38,199,.12);border-radius:28px;overflow:hidden;
  box-shadow:0 30px 80px rgba(30,42,110,.18)
}
.login-visual{
  background:linear-gradient(145deg,#0d1cb4,#4158ff);color:white;padding:38px;
  display:flex;flex-direction:column;justify-content:space-between;min-height:560px
}
.login-visual h1{font-size:40px;line-height:1.15;margin:16px 0 10px}
.login-visual p{color:#eef1ff;line-height:1.7}
.feature-chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.14);font-weight:700;font-size:13px}
.login-form{padding:38px;display:flex;flex-direction:column;justify-content:center}
.login-form .logo{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:900;font-size:20px;margin-bottom:26px}
.form-stack{display:grid;gap:14px}
.form-note{font-size:13px;color:var(--muted);line-height:1.55}
.quiz-shell{width:min(780px,calc(100% - 20px));margin:12px auto 28px}
.quiz-card{
  background:white;border:2px solid var(--blue);border-radius:18px;padding:14px;
  box-shadow:0 22px 60px rgba(23,38,199,.14)
}
.quiz-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}
.timer-badge,.help-badge{
  background:var(--blue);color:white;border-radius:8px;padding:6px 10px;font-weight:900;display:inline-flex
}
.timer-badge{justify-self:start}.help-badge{justify-self:end;border:0}
.quiz-title{
  background:var(--yellow);color:var(--blue);font-weight:1000;font-size:20px;
  padding:7px 18px;border-radius:999px;text-align:center
}
.quiz-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:18px 8px 12px;color:var(--muted);font-weight:800}
.quiz-question{font-size:20px;line-height:1.6;font-weight:900;color:#cb16d1;padding:14px 8px}
.quiz-image{max-width:100%;display:block;margin:0 auto 12px;border-radius:14px;border:1px solid var(--line)}
.options{display:grid;gap:10px;padding:8px}
.option{
  display:grid;grid-template-columns:32px 1fr;align-items:center;gap:6px;
  padding:12px;border-radius:12px;border:2px solid transparent;font-size:18px;font-weight:800;color:#ce20d7;
  transition:.14s transform,.14s border-color
}
.option:hover{transform:translateX(2px)}
.option:nth-child(1){background:#eef7ff}.option:nth-child(2){background:#ecebff}.option:nth-child(3){background:#fff9cf}.option:nth-child(4){background:#ffe6e6}
.option input{width:20px;height:20px;accent-color:#ff4b36}
.option.selected{border-color:#ff5c41}
.option.correct{border-color:#1da05b;background:#e8f8ef;color:#127441}
.option.wrong{border-color:#dc3d3d;background:#fff0f0;color:#a22c2c}
.quiz-actions{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;padding:14px 8px 6px}
.quiz-actions .left{justify-self:start}.quiz-actions .mid{justify-self:center}.quiz-actions .right{justify-self:end}
.palette{display:flex;flex-wrap:wrap;gap:7px;padding:10px 8px 4px}
.palette button{width:34px;height:34px;border-radius:9px;border:1px solid #cbd2f9;background:white;color:var(--blue);font-weight:900}
.palette button.answered{background:#e8f8ef;color:#087a3d;border-color:#a7d8b7}
.palette button.current{background:var(--blue);color:white;border-color:var(--blue)}
.explain{margin:12px 8px;padding:13px;border-radius:12px;background:#fff7d5;border:1px solid #edd46b}
.result-hero{text-align:center;padding:18px}
.score-ring{
  width:154px;height:154px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;
  background:conic-gradient(var(--blue) var(--score,0%),#e9edff 0);
  position:relative
}
.score-ring:after{content:"";width:118px;height:118px;background:white;border-radius:50%;position:absolute}
.score-ring .score{position:relative;z-index:2;font-size:30px;font-weight:1000;color:var(--blue)}
.review-item{border:1px solid var(--line);border-radius:16px;padding:15px;margin-top:12px;background:white}
.review-item h4{margin:0 0 10px;line-height:1.55}
.review-option{padding:9px 10px;border-radius:9px;background:#f7f8ff;margin:6px 0}
.review-option.correct{background:#e9f8ef;color:#0d7040}
.review-option.wrong{background:#fff0f0;color:#a22a2a}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px}
table{width:100%;border-collapse:collapse;background:white}
th,td{padding:11px 12px;border-bottom:1px solid #edf0ff;text-align:left;white-space:nowrap}
th{background:#f4f6ff;color:#33406b}
.admin-grid{display:grid;grid-template-columns:230px 1fr;gap:18px;margin-top:18px}
.admin-nav{position:sticky;top:94px;height:max-content;padding:12px}
.admin-nav button{
  width:100%;border:0;background:transparent;text-align:left;padding:11px 12px;border-radius:11px;
  color:#4b5575;font-weight:800;margin:2px 0
}
.admin-nav button.active,.admin-nav button:hover{background:#edf0ff;color:var(--blue)}
.admin-panel{display:none}.admin-panel.active{display:block}
.modal{
  position:fixed;inset:0;background:rgba(15,22,55,.48);display:grid;place-items:center;
  z-index:100;padding:18px
}
.modal-box{width:min(560px,100%);background:white;border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center}
.modal-head h3{margin:0}
.toast{
  position:fixed;right:18px;bottom:18px;z-index:200;background:#162143;color:white;
  border-radius:12px;padding:12px 15px;box-shadow:0 14px 35px rgba(0,0,0,.2);max-width:360px
}
.footer{text-align:center;color:#6f7895;font-size:13px;margin-top:26px}
.kicker{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  width:auto;
  padding:4px 9px;
  border-radius:999px;
  background:#fff4a6;
  color:#4c4300;
  font-size:12px;
  font-weight:900;
  line-height:1.15;
  white-space:nowrap;
}
900}
.empty{text-align:center;padding:28px;color:var(--muted)}
@media(max-width:900px){
  .hero,.login-card,.admin-grid{grid-template-columns:1fr}
  .login-visual{min-height:auto}
  .admin-nav{position:static;display:flex;overflow:auto}
  .admin-nav button{min-width:max-content;width:auto}
  .chapter-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .app-shell{width:min(100% - 16px,1180px);padding-top:8px}
  .topbar{top:5px;border-radius:16px}
  .brand small{display:none}.brand strong{font-size:15px}
  .brand-mark{width:42px;height:42px}
  .hero-copy{padding:23px;min-height:320px}.hero-side{display:none}
  .stats,.chapter-grid,.grid-2{grid-template-columns:1fr}
  .course-card{grid-template-columns:1fr}
  .login-page{padding:10px}.login-form,.login-visual{padding:25px}
  .login-visual h1{font-size:32px}
  .quiz-shell{width:calc(100% - 10px);margin-top:5px}
  .quiz-card{border-radius:14px;padding:10px}
  .quiz-top{grid-template-columns:auto 1fr auto}
  .quiz-title{font-size:17px;padding:6px 10px}
  .quiz-question{font-size:18px}
  .option{font-size:16px}
  .quiz-actions{grid-template-columns:1fr 1fr}
  .quiz-actions .mid{grid-column:1 / -1;grid-row:2;justify-self:stretch}
  .quiz-actions .mid .btn{width:100%}
  .quiz-actions .left,.quiz-actions .right{justify-self:stretch}
  .quiz-actions .btn{width:100%}
}


.exam-top-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:4px 8px 12px;
  border-bottom:1px solid #edf0ff;
  margin-bottom:4px
}
.exam-top-nav .btn{min-width:125px}
.quiz-actions.exam-only-finish{
  grid-template-columns:1fr;
}
.quiz-actions.exam-only-finish .mid{
  justify-self:center;
}
@media(max-width:680px){
  .exam-top-nav{padding:2px 8px 10px}
  .exam-top-nav .btn{min-width:0;flex:1}
  .quiz-actions.exam-only-finish .mid{grid-column:auto;grid-row:auto;width:100%}
  .quiz-actions.exam-only-finish .mid .btn{width:100%}
}


.exam-sequential-note{
  margin:4px 8px 10px;
  padding:9px 11px;
  border-radius:10px;
  background:#eef1ff;
  color:#2637a8;
  border:1px solid #cfd6ff;
  font-size:13px;
  font-weight:800;
  text-align:center
}
.palette.exam-locked button{
  cursor:default;
  pointer-events:none;
}


.quiz-actions.no-previous{
  grid-template-columns:1fr 1fr;
}
.quiz-actions.no-previous .mid{
  justify-self:start;
}
.quiz-actions.no-previous .right{
  justify-self:end;
}
.quiz-actions.no-previous.exam-only-finish{
  grid-template-columns:1fr;
}
.quiz-actions.no-previous.exam-only-finish .mid{
  justify-self:center;
}
@media(max-width:680px){
  .quiz-actions.no-previous{
    grid-template-columns:1fr 1fr;
  }
  .quiz-actions.no-previous .mid,
  .quiz-actions.no-previous .right{
    grid-column:auto;
    grid-row:auto;
    width:100%;
  }
  .quiz-actions.no-previous .btn{
    width:100%;
  }
  .quiz-actions.no-previous.exam-only-finish{
    grid-template-columns:1fr;
  }
}


/* Answer Review - clear correct/wrong highlighting */
.review-question-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.review-question-head h4{
  margin:0;
  flex:1;
}
.review-status{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.review-status-correct{
  background:#dcf8e7;
  color:#08753d;
  border:1px solid #8bd0a7;
}
.review-status-wrong{
  background:#ffe5e5;
  color:#b42318;
  border:1px solid #ef9a9a;
}
.review-status-unanswered{
  background:#fff4cf;
  color:#7a5b00;
  border:1px solid #e9cb6a;
}

.review-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:2px solid transparent;
  font-weight:700;
}
.review-option.correct{
  background:#dff7e8 !important;
  border-color:#34a866 !important;
  color:#096a38 !important;
}
.review-option.wrong{
  background:#ffe4e4 !important;
  border-color:#e24b4b !important;
  color:#a51f1f !important;
}
.answer-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.correct-badge{
  background:#148a4b;
  color:#fff;
}
.wrong-badge{
  background:#cf3030;
  color:#fff;
}
.review-unanswered-note{
  margin-top:9px;
  padding:9px 11px;
  border-radius:10px;
  background:#fff7d8;
  color:#745b00;
  border:1px solid #ebd37c;
  font-weight:800;
}
@media(max-width:680px){
  .review-question-head{
    flex-direction:column;
  }
  .review-option{
    align-items:flex-start;
    flex-direction:column;
  }
  .answer-badge{
    align-self:flex-start;
  }
}


/* Practice Mode: Check Answer + Next are both available */
.quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)){
  grid-template-columns:auto 1fr 1fr;
  align-items:center;
}
.quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) .mid{
  justify-self:start;
}
.quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) .practice-extra-next{
  justify-self:end;
}
.quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) #bottomNextWrap{
  justify-self:end;
}

@media(max-width:680px){
  .quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)){
    grid-template-columns:1fr 1fr;
  }
  .quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) .mid{
    grid-column:1 / -1;
    width:100%;
  }
  .quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) .practice-extra-next,
  .quiz-actions.no-previous:has(.practice-extra-next:not(.hidden)) #bottomNextWrap{
    width:100%;
  }
}


/* Student/Admin comment system */
.student-comment-card{
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
  background:#fafbff;
  margin-top:10px
}
.comment-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  color:var(--muted);
  font-size:12px
}
.comment-status{
  display:inline-flex;
  border-radius:999px;
  padding:4px 8px;
  background:#fff4cf;
  color:#7a5b00;
  border:1px solid #ead27d;
  font-size:11px;
  font-weight:900
}
.comment-status.replied{
  background:#e7f8ee;
  color:#08743d;
  border-color:#9fd6b3
}
.comment-message{
  margin-top:9px;
  line-height:1.6;
  white-space:pre-wrap
}
.admin-reply{
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  background:#edf0ff;
  color:#2436a5;
  line-height:1.6;
  white-space:pre-wrap
}
.comment-preview{
  max-width:360px;
  overflow:hidden;
  text-overflow:ellipsis
}


/* Chapter Management */
#chapterRows td:nth-child(2){min-width:320px}
@media(max-width:680px){
  #chapterRows td:nth-child(2){min-width:240px}
}


/* Created-by footer, matching the original blue footer style */
.creator-footer{
  width:100%;
  margin-top:18px;
  background:#087dc1;
  color:#fff;
  padding:7px 12px;
  font-size:16px;
  line-height:1.35;
  text-align:left;
  border-radius:0;
  font-family:"Segoe UI","Noto Sans Bengali",Arial,sans-serif;
}
.creator-footer a{
  color:#fff200;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:2px;
}
.creator-footer a:hover{
  color:#ffff70;
}
.creator-divider{
  display:inline-block;
  padding:0 5px;
  color:#fff;
}

/* On the blue login panel, keep the footer compact and readable */
.login-visual .creator-footer{
  margin-top:18px;
  margin-left:-38px;
  margin-right:-38px;
  margin-bottom:-38px;
  width:calc(100% + 76px);
}

/* Student dashboard footer */
.app-shell > .creator-footer{
  margin-top:26px;
  border-radius:10px;
}

@media(max-width:680px){
  .creator-footer{
    font-size:13px;
    padding:8px 10px;
    text-align:center;
  }
  .login-visual .creator-footer{
    margin-left:-25px;
    margin-right:-25px;
    margin-bottom:-25px;
    width:calc(100% + 50px);
  }
}


/* Dashboard creator credit: keep it low inside the blue hero panel */
.dashboard-top-credit{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  align-self:flex-start;
  gap:4px;
  width:auto;
  margin-top:auto;
  margin-bottom:0;
  padding:7px 12px;
  background:#087dc1;
  color:#fff;
  border-radius:6px;
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  box-shadow:0 0 0 5px rgba(0,91,160,.18);
}

.dashboard-top-credit a{
  color:#fff200;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:2px;
}

.dashboard-top-credit a:hover{
  color:#ffff70;
}

.dashboard-top-credit .creator-divider{
  color:#fff;
  padding:0 3px;
}

@media(max-width:680px){
  .dashboard-top-credit{
    max-width:100%;
    font-size:12px;
    padding:6px 9px;
    justify-content:flex-start;
    text-align:left;
  }
}
