* {
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #49576D;
}

.fade {
  color: #a4abb6;
}
.fade-alt {
  color: #6d798a;
}
a {
  text-decoration: none;
  color: #6d798a;
}
a.alt {
  text-decoration: underline;
  color: #343bd5;
}
a:hover {
  color: #262628;
}


.nav {
  margin: 0;
  padding: 0;
  list-style: none
}
.nav svg {
  fill: #414741;
  margin-right: 0.7em;
  height: 24px;
  width: 24px;
}
.nav li a {
  display: flex;
  font-weight: 500;
  align-items: center;
  padding: 7px 10px;
  margin: 5px 0;
  border-radius: 6px;
  color: #414741;
}
.nav li a:hover {
  background-color: #f7f9f7;
  color: #222
}
.nav li a.active {
  background-color: #EAF0EA;
}
.nav.horizontal li {
  display: inline-block;
}

.line-menu {
  list-style: none;
  border-bottom: 1px solid #EDEDF2;
  display: inline-block;
  margin: 0;
  padding: 0 100px 0 0;
  font-weight: 600;
}
.line-menu li {
  margin-bottom: -2px;
  display: inline-block;
}
.line-menu a {
  color: #6d798a;
  border-bottom: 1px solid #EDEDF2;
  display: block;
  padding: 0.5em 1em;
}
.line-menu a:hover {
  color: #49576D;
}
.line-menu a.active {
  color: #555;
  border-bottom: 2px solid #555;
}

.modal {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.modal-body {
  margin: 100px auto;
  overflow: scroll;
  border-radius: 8px;
  width: 50%;
  background-color: #FFF;
}

.icon-btn {
  background-color: #EAF0EA;
  padding: 5px 7px;
  border-radius: 4px;
  color: #98b399;
  display: inline-block;
}
.icon-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}


.text-gray {
  color: #414741;
}
h1, h2, h3, .text-black {
  color: #222
}

.bg-green {
  background-color: #f5f8f5
  /* background-color: #eaf0eb */
}
/* .line {
  background: url('../images/line.svg')
} */

.bg-dgreen {
  background-color: #15c11d
}
.xs {
  font-size: 12px;
}
.line-clamp-2 {
  line-clamp: 2
}

.w-500 {
  max-width: 500px;
}
@media only screen and (max-width: 500px) {
  .w-500 {
    width: 100%;
  }
}
.w-800 {
  max-width: 800px;
}
@media only screen and (max-width: 800px) {
  .w-800 {
    width: 100%;
  }
}
.w-1200 {
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .w-1200 {
    width: 100%;
  }
}
.w-1400 {
  max-width: 1400px;
}
@media only screen and (max-width: 1400px) {
  .w-1400 {
    width: 100%;
  }
}
.w-1000 {
  max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .w-1000 {
    width: 100%;
  }
}

.main,
.sidebar {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
}
.bottom-bar {
  bottom: 0;
  position: fixed;
  width: 300px;
}
.sidebar {
  width: 300px;
  min-height: 100%;
  border-right: 1px solid #eee
}
.main {
  margin-left: 300px;
  width: calc(100% - 300px)
}

.card {
  border-radius: 8px;
  border: 1px solid #eee
}

.bt {
  border-top: 1px solid #eee
}
.bb {
  border-bottom: 1px solid #eee
}
.br {
  border-right: 1px solid #eee
}
.bl {
  border-left: 1px solid #eee
}
.psuedo-avatar {
  display: inline-block;
  background-color: #EAF0EA;
  padding-top: 3px;
  border: 2px solid #fff
}
.psuedo-avatar,
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.avatar.big {
  width: 48px;
  height: 48px;
}
.psuedo-avatar.small,
.avatar.small {
  width: 24px;
  height: 24px;
}
.overlapping {
  border: 2px solid #fff
}
.overlapping:nth-child(n+2) {
  margin-right: -8px;
}

.h-bar {
  height: 10px;
  border-radius: 5px;
  background-color: #eee
}
.h-bar div {
  height: 10px;
  border-radius: 5px;
  /* background-color: #608dff */
}
.target-bar {
  height: 32px;
  border-radius: 15px;
  background-color: #f3f7f4;
  position: relative;
}
.target-bar .bar {
  height: 32px;
  border-radius: 15px;
  background-color: #d1e7d2;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s ease-in-out;
}
.target-bar .current {
  border: 1px solid #c8ae3f;
  background: #FCF7E2;
  background: linear-gradient(90deg,rgba(252, 247, 226, 1) 0%, rgba(248, 232, 172, 1) 100%);
}

.dot {
  display: block;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
}
.dot.yellow {
  background-color: #ffa622
}
.dot.blue {
  background-color: #357edd
}
.dot.green {
  background-color: #19a974
}
.dot.red {
  background-color: #ff4136
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.two {
  grid-template-columns: 1fr 1fr;
}
.grid.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.one {
  grid-template-columns: 1fr 2fr 1fr;
}
.ga3{
  gap: 1rem;
}
.img-card {
  border-radius: 8px 8px 0 0;
  background-color: #f6f6f6;
  width: 100%;
  height: 15em;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.img-card img {
  width: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.yellow {
  color: #ffa622
}
.teal {
  color: #41c2ca
}
.bg-teal {
  background-color: #41c2ca
}
.bg-pink {
  background-color: #ff6061
}
.purple {
  color: #88619a
}
.bg-purple {
  background-color: #88619a
}
.bg-lite-purple {
  background-color: #efc5fe
}
.dblue {
  color: #302cfc
}
.bg-dblue {
  background-color: #302cfc
}
.bg-yellow {
  background-color: #ffa622 !important
}
.bg-fade {
  background-color: #eee !important
}
.bg-light-green {
  background-color: #f9fbf9 !important
}

.pointer {
  cursor: pointer;
}
.drag {
  cursor: move;
}
.btn,
button {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
  display: inline-block;
  background-color: #23B227;
  border-radius: 8px;
  border: 1px solid #20a023;
  padding: 12px 30px;
  color: #FFF;
  white-space: nowrap;
}
button.small,
.btn.small {
  padding: 8px 15px;
}
button.smaller,
.btn.smaller {
  padding: 5px 10px;
}
button.flex,
.btn.flex {
  display: flex;
}
.btn svg,
button svg {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  fill: #fff
}
.btn:hover,
button:hover {
  color: #FFF;
  background-color: #20a023;
}
.btn.secondary,
button.secondary {
  background-color: #fff;
  border-color: #D0DDD0;
  color: #444
}
.btn.secondary svg,
button.secondary svg {
  fill: #6d798a
}
.btn.secondary:hover,
button.secondary:hover {
  background-color: #D0DDD0;
}
.btn.tertiary,
button.tertiary {
  background-color: #EAF0EA;
  border-color: #EAF0EA;
  color: #444
}
.btn.tertiary svg,
button.tertiary svg {
  fill: #6d798a
}
.btn.tertiary:hover,
button.tertiary:hover {
  background-color: #d3d8d3;
}

button:disabled {
  color: #8C94A6 !important;
  background-color: #E1E3EA !important;
  border: 0 !important;
  cursor: default;
}

button.vs__deselect svg {
  width: 10px;
  height: 10px;
  margin: 0;
  fill: #aaa;
}
.vs__selected {
  border-color: #ddd
}

.tiptap {
  border: 1px solid #E1E3EA;
  border-radius: 8px;
  padding: 10px;
  background-color: #FDFDFD;
  box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
}

select,
textarea,
.input,
input {
  outline: 0;
  background-color: #FDFDFD;
  line-height: 1.5;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid #E1E3EA;
  box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
}
select:focus-within, select:focus,
textarea:focus-within,
textarea:focus,
.input:focus-within,
.input:focus,
input:focus-within,
input:focus {
  border: 1px solid #91d994;
  box-shadow: 0px 0px 0px 3px rgba(145, 217, 148, 0.15);
}
select:disabled,
textarea:disabled,
textarea:read-only,
.input:disabled,
.input:read-only,
input:disabled,
input:read-only {
  background-color: #F8F9FB;
}

.vs__dropdown-toggle {
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #E1E3EA;
  box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
}

a svg {
  fill: #6d798a
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 0.5em
}
thead {
  font-weight: 500;
  background-color: #dfe0e2;
}
tbody tr:nth-child(even) {
  background-color: #fbfcfb;
}

.tag {
  white-space: nowrap;
  background-color: #f9d39d;
  color: #64543f;
  border-radius: 50px;
  padding: 3px 8px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.tag-alt-2,
.tag-alt {
  background-color: #f4faf5;
  font-weight: normal;
  color: #222;
  border: 1px solid #e1eae1;
  border-radius: 5px;
  padding: 5px 8px;
}
.tag-alt-2 {
  border-radius: 50px;
}
.tag-blue {
  background-color: #F2F4FF;
  color: #4266F6;
}

.quiz-btn {
  border: 1px solid #E1E3EA;
  border-radius: 15px;
  padding: 1rem;
  background-color: #f7f8f7;
  box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
  cursor: pointer;
}
.quiz-btn:hover {
  cursor: pointer;
  background-color: #e3e7e3;
}
.quiz-btn.selected {
  border: 1px solid #20a023;
  background-color: #ebffec;
}
.quiz-id {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #d3dad2;
  border-radius: 50%;
  padding: 2px 7px;
}
.selected .quiz-id {
  background-color: #24b228;
  color: #fff;
}

.error {
  color: #cf3131;
}
.status {
  color: #007536;
}
.floating-error, .floating-status {
  position: fixed;
  border-radius: 5px;
  padding: 10px 20px;
  z-index: 20;
  border: 1px solid #b9e4cb;
  max-width: 500px;
  right: 3px;
  top: 3px;
  background-color: #feebee;
  border-color: #fdcdd2;
  color: #cf3131;
}
.floating-status {
  color: #007536;
  border: 1px solid #b9e4cb;
  background-color: #E8F6ED;
}

  .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0,119,255,0.06);
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
