main {
  max-width: 1200px;
  margin: 0 auto;
}

.block {
  margin: 0.8rem 0;
}
.block.no-org {
  margin: 0.8 0 0.8rem;
}
@media (max-width: 768px) {
  .block.no-org {
    margin: -0.8rem 0 0.8rem;
  }
}
.block {
  border-radius: 0.5rem;
}
.block .mb > div {
  margin-bottom: 1rem;
  min-width: 0;
  width: 100%;
}
.block .mb.flex-3 {
  flex: 3 3 0%;
  min-width: 0;
  width: 100%;
}
.block .block-content {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.block .block-content.nologin {
  gap: 0;
}
@media (max-width: 768px) {
  .block .block-content {
    gap: 0;
  }
}
.block .block-content {
  min-width: 0;
}
.block .block-content > div {
  min-width: 0;
  width: 100%;
}
.block .card-content {
  margin: 0;
  padding: 0;
}
.block .card-content.known-points {
  padding: 0;
}
.block .card-content.known-points ul {
  flex: 1;
}
[data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+1), [data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+2), [data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+3) {
  background-color: #FFFFFF;
}
[data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+1), [data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+2), [data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+3) {
  background-color: rgba(255, 255, 255, 0.3490196078);
}
[data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+4), [data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+5), [data-theme=light] .block .card-content.known-points > ul > li:nth-child(6n+6) {
  background-color: #FBFBFF;
}
[data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+4), [data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+5), [data-theme=black] .block .card-content.known-points > ul > li:nth-child(6n+6) {
  background-color: #DCD4CE;
}
[data-theme=light] .block .card-content.known-points > ul > li:nth-child(3n+1), [data-theme=light] .block .card-content.known-points > ul > li:nth-child(3n+2) {
  border-right: 1px #ECF2FF dashed;
}
[data-theme=black] .block .card-content.known-points > ul > li:nth-child(3n+1), [data-theme=black] .block .card-content.known-points > ul > li:nth-child(3n+2) {
  border-right: 1px rgba(193, 181, 174, 0.46) dashed;
}
[data-theme=light] .block .card-content > li:nth-child(odd) {
  background-color: #FBFBFF;
}
[data-theme=black] .block .card-content > li:nth-child(odd) {
  background-color: #DCD4CE;
}
[data-theme=light] .block .card-content > li:nth-child(even) {
  background-color: #FFFFFF;
}
[data-theme=black] .block .card-content > li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3490196078);
}
.block .notification {
  background-color: #F5F2E3;
  border: 1px solid #ddd;
  padding: 15px 25px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  width: 100%;
  margin-bottom: 10px !important;
  line-height: 1.5;
}
.block .notification a:hover {
  color: #5F4BB0;
}

.close-btn {
  position: absolute;
  top: 4px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #C6BA95;
}
.close-btn:hover {
  color: #555;
}

.nav {
  font-size: 18px;
  color: #5b5b5b;
}
.nav .column-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.nav .column-wrapper.logined {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .nav .column-wrapper.logined {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .nav .column-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav .nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}
.nav .nav-card a {
  font-size: 0;
}
.nav .nav-card img {
  width: 100%;
  height: auto;
}
.nav .nav-card.tall {
  position: relative;
  grid-row: span 2;
  overflow: hidden;
}
.nav .nav-card.tall .tall-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav .nav-card.tall .tall-inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav .one-column {
  display: inline-grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.nav .two-column {
  display: inline-grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.nav .nav-cc-icon {
  width: 100%;
}
.nav .nav-cc-icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-nav {
  display: grid;
  max-width: 100%;
  grid-template-columns: 3fr 3fr 2fr;
  grid-template-rows: repeat(2, 1fr);
  padding: 0.5rem;
  gap: 0 4px;
}
.mobile-nav a {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-nav .nav-img-btn {
  border-radius: 12px;
  overflow: hidden;
}
.mobile-nav .nav-img-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-nav .nav-img-btn.vertical {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.mobile-nav .nav-img-btn.vertical .vertical-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.qipu-sheets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.45rem;
  padding: 1.12rem !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .qipu-sheets {
    gap: 12px;
  }
}
.qipu-sheets .qipu-card {
  width: -moz-fit-content;
  width: fit-content;
}
.qipu-sheets .qipu-card .qipu-img {
  width: 100%;
  height: 100%;
  border-radius: 0.4em;
  overflow: hidden;
}
[data-theme=light] .qipu-sheets .qipu-card .qipu-img:hover {
  outline: 6px solid #ECF2FF;
}
[data-theme=black] .qipu-sheets .qipu-card .qipu-img:hover {
  outline: 6px solid #CBC2CB;
}
.qipu-sheets .qipu-card .qipu-img:hover {
  outline-offset: 2px;
}
.qipu-sheets .qipu-card .qipu-info {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.qipu-sheets .qipu-card {
  flex: 0 0 calc(25% - 1.0875rem);
  min-width: 120px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .qipu-sheets .qipu-card {
    flex: 0 0 calc(50% - 0.725rem);
  }
}

.title2 {
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
[data-theme=light] .title2 {
  color: #400E0E;
  background-color: #ECF2FF;
}
[data-theme=black] .title2 {
  color: #400E0E;
  background-color: rgba(193, 181, 174, 0.46);
}
.title2 {
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  width: 100%;
}
.title2 h2 {
  font-size: 16px;
  font-weight: bold;
}
.title2 a {
  position: absolute;
  right: 0.5rem;
  font-size: 12px;
  right: 1rem;
  top: 0;
  cursor: pointer;
}
[data-theme=light] .title2 a {
  color: #7C8AA7;
}
[data-theme=black] .title2 a {
  color: #400E0E;
}

.card {
  border-radius: 7px;
}
.card a:hover {
  color: #5F4BB0;
}
.card {
  background-color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .card.today {
  background-color: #FFFFFF;
}
[data-theme=black] .card.today {
  background-color: rgba(255, 255, 255, 0.3490196078);
}
.card.active {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.card.active .title2, .card.active h2, .card.active p, .card.active div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item {
  padding: 13px 28px;
}
@media (max-width: 768px) {
  .news-item {
    padding: 13px 10px;
  }
}
[data-theme=light] .news-item:nth-child(odd) {
  background-color: #FFFFFF;
}
[data-theme=black] .news-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.46);
}
[data-theme=light] .news-item:nth-child(even) {
  background-color: #FBFBFF;
}
[data-theme=black] .news-item:nth-child(even) {
  background-color: rgba(226, 220, 220, 0.46);
}
.news-item .news-seq {
  width: 1.5em;
  flex-shrink: 0;
}
.news-item .news-time {
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
}
.news-item .news-time2 {
  padding: 0 24px 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #400E0E;
}
.news-item .news-username {
  display: inline-block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[data-theme=light] .news-item .news-username a {
  color: #5B6AA5;
}
[data-theme=black] .news-item .news-username a {
  color: #6E6588;
}
.news-item .news-username {
  cursor: pointer;
}
.news-item .news-username:hover a {
  color: #5A45B0;
}
.news-item .news-desc {
  display: inline-block;
  cursor: pointer;
  flex: 1;
  text-overflow: clip !important;
  overflow: hidden;
  white-space: nowrap;
}
.news-item .news-desc:hover {
  color: #5A45B0;
}
.news-item .news-desc a {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

.card.known .known-points {
  font-size: 14px;
  display: flex;
}
.card.known .known-points ul {
  list-style: none;
}
[data-theme=light] .card.known .known-points ul {
  color: #272B6A;
}
[data-theme=black] .card.known .known-points ul {
  color: #400E0E;
}
.card.known .known-points ul li {
  padding-left: 1rem;
  height: 3.4em;
  line-height: 3.4em;
  overflow: hidden;
}

.card.org .news-list li {
  text-align: center;
}

ul.news-list {
  font-size: 14px;
  margin-top: 2.5rem;
}
[data-theme=light] ul.news-list {
  color: #272B6A;
}
[data-theme=black] ul.news-list {
  color: #400E0E;
}
ul.news-list {
  list-style: none;
}
ul.news-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 28px;
}

.bottom-bar {
  display: none;
  z-index: 8;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 0.5rem 1rem;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-bar .button {
  color: #5C617A;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.bottom-bar .button .button-icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1106px) {
  .qipu-sheets {
    grid-template-columns: repeat(3, 1fr);
  }
  .qipu-sheets > .qipu-card:nth-last-child(1), .qipu-sheets > .qipu-card:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  main .block {
    padding: 0 0.8rem;
  }
  main .block .block-content {
    flex-direction: column;
  }
  main .block .block-content .card.today {
    margin-bottom: 2rem;
  }
  main .block .block-content .card.today .qipu-sheets {
    gap: 8px;
  }
  main .block .block-content .card.today .qipu-sheets .qipu-card {
    min-width: 100px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  main .block .block-content .card.today .qipu-sheets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) and (max-width: 140px) {
  main .block .block-content .card.today .qipu-sheets {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  main .block .block-content .card.today .qipu-sheets .qipu-card {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  main .block .card-content {
    border-radius: 1.5rem;
  }
  main .block .card-content.known-points {
    gap: 0;
  }
  main .block .card-content.known-points ul {
    flex: 1;
  }
  main .block .card-content.known-points > ul:first-child {
    border-right: 1px dotted #DFDFDF;
  }
  main .block .card-content.known-points > ul:nth-child(2) {
    padding-left: 0.5rem;
  }
  main .block .card-content.known-points > ul:last-child {
    border-left: 1px dotted #DFDFDF;
    padding-left: 0.5rem;
  }
}
@media (max-width: 540px) {
  .block {
    padding: 0 0.8rem;
  }
  .block .block-content {
    flex-direction: column;
  }
  .block .block-content .card.today {
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  .card.active {
    width: auto;
  }
  .card.org {
    width: auto;
    margin-top: 2rem;
  }
}
[data-theme=light] a {
  color: #400E0E;
}
[data-theme=black] a {
  color: #400E0E;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.flex-2 {
  flex: 2 2 0%;
  min-width: 0;
  width: 100%;
}

.flex-3 {
  flex: 3 3 0%;
  min-width: 0;
  width: 100%;
}

.user-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  top: 0;
  position: relative;
}
[data-theme=light] .user-container {
  border-bottom: 1px solid #BDD3E1;
}
[data-theme=black] .user-container {
  border-bottom: 1px solid #B19F99;
}
@media (max-width: 768px) {
  .user-container {
    top: -44px;
    height: 44px;
  }
}
.user-container {
  gap: 10px;
}
.user-container .orgname {
  position: absolute;
}
.user-container .orgname a {
  color: #6F5CCA;
}
.user-container .orgname {
  line-height: 44px;
  z-index: 10001;
  left: 20px;
  bottom: auto;
  font-size: 20px;
}
@media (max-width: 768px) {
  .user-container .orgname {
    right: 20px;
    bottom: -50px;
    font-size: 16px;
  }
}
.user-container .orgname .orgname-title {
  display: none;
}
@media (max-width: 768px) {
  .user-container .orgname .orgname-title {
    display: inline-block;
  }
}
.user-container .icon {
  z-index: 10001;
  width: 20px;
  height: 20px;
  top: -4px;
}
@media (min-width: 768px) {
  .user-container .icon {
    width: 26px;
    height: 26px;
  }
}
.user-container .icon {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.user-container .icon .noti-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding: 2px 5px;
}
[data-theme=light] .user-container .dynamic-icon {
  background-image: url("/static/101/images/status-bar3-d.png");
}
[data-theme=black] .user-container .dynamic-icon {
  background-image: url("/static/101/images/status-bar3.png");
}
[data-theme=light] .user-container .at-icon {
  background-image: url("/static/101/images/status-bar2-d.png");
}
[data-theme=black] .user-container .at-icon {
  background-image: url("/static/101/images/status-bar2.png");
}
[data-theme=light] .user-container .message-icon {
  background-image: url("/static/101/images/status-bar1-d.png");
}
[data-theme=black] .user-container .message-icon {
  background-image: url("/static/101/images/status-bar1.png");
}
.user-container .username {
  z-index: 10001;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: -14px;
  color: #2B0B0B;
}
@media (max-width: 768px) {
  .user-container .index-username {
    margin-right: 46px;
    top: -6px;
  }
}

.avatar {
  z-index: 10001;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .avatar {
    position: fixed;
    top: 9px;
    right: 9px;
  }
}

.hover-container {
  position: relative;
  z-index: 10001;
}
.hover-container .trigger-div {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
}
.hover-container .popup {
  position: absolute;
  top: 85%;
  right: 0;
  width: 400px;
}
@media (max-width: 400px) {
  .hover-container .popup {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .hover-container .popup {
    position: fixed;
    top: 38px;
  }
}
.hover-container .popup {
  margin-top: 10px;
  border: 1px solid #ddd;
  display: none;
}
.hover-container .popup[x-show=open] {
  display: block;
}

.profile-container {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 0;
  font-family: Arial, sans-serif;
  color: #400E0E;
}
.profile-container .close-button {
  background-image: url("/static/101/images/modal-close.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.profile-container .header {
  text-align: left;
  margin-bottom: 10px;
  padding: 2px 20px;
  font-size: 14px;
}
.profile-container .header .username {
  font-size: 16px;
  font-weight: bold;
  top: auto;
}
.profile-container .header .stats {
  color: #666;
  margin-left: 5px;
}
.profile-container .header .membership {
  color: #A79873;
  margin: 5px 5px 0 5px;
}
.profile-container .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding: 8px 20px;
}
[data-theme=light] .profile-container .tabs {
  border-top: 1px solid #C4D3DD;
  border-bottom: 1px solid #C4D3DD;
}
[data-theme=black] .profile-container .tabs {
  border-top: 1px solid #CDBBB6;
  border-bottom: 1px solid #CDBBB6;
}
.profile-container .tabs .tab {
  padding: 5px 10px;
  font-size: 14px;
  color: #6F5CCA;
  cursor: pointer;
  border-radius: 5px;
}
.profile-container .tabs .tab.active {
  padding: 5px 15px;
  background-color: #50C062;
  color: #fff;
  border-radius: 15px;
}
.profile-container .popup-content .record-title {
  font-size: 14px;
  margin: 6px 0;
  padding: 0 20px;
}
.profile-container .popup-content .record {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 20px;
  gap: 22px;
}
.profile-container .popup-content .record .record-item {
  text-align: center;
}
[data-theme=light] .profile-container .popup-content .record .record-item {
  background-color: #F6F9FB;
}
[data-theme=black] .profile-container .popup-content .record .record-item {
  background-color: #EBEAE7;
}
.profile-container .popup-content .record .record-item {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  width: 100%;
}
.profile-container .popup-content .record .record-item .record-value {
  font-size: 18px;
  font-weight: bold;
  color: #6F5CCA;
}
.profile-container .popup-content .record .record-item .record-label {
  font-size: 12px;
}
.profile-container .popup-content .links {
  padding: 0 20px;
}
.profile-container .popup-content .links .link-row {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 8px 0;
  text-align: left;
  font-size: 14px;
}
.profile-container .popup-content .links .link-row a {
  display: inline-block;
  width: 100%;
}
.profile-container .popup-content .links .link-row.row1 {
  background-color: #F6F6F6;
  padding-left: 10px;
}
.profile-container .popup-content .links .link-row.row2 {
  background-color: #FFFFFF;
  padding-left: 10px;
}
.profile-container .popup-content .links .link-row.row3 {
  background-color: #F6F6F6;
  padding-left: 10px;
}
.profile-container .popup-content .links .link {
  color: #6F5CCA;
  text-decoration: none;
}
.profile-container .popup-content .links .link:hover {
  color: #7b6ad0;
}
.profile-container .footer {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.profile-container .footer .footer-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
.profile-container .footer .footer-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
[data-theme=light] .profile-container .footer .footer-icon.certificate-icon::before {
  background-image: url("/static/101/images/status-bar4.png");
}
[data-theme=black] .profile-container .footer .footer-icon.certificate-icon::before {
  background-image: url("/static/101/images/status-bar4.png");
}
[data-theme=light] .profile-container .footer .footer-icon.settings-icon::before {
  background-image: url("/static/101/images/status-bar5.png");
}
[data-theme=black] .profile-container .footer .footer-icon.settings-icon::before {
  background-image: url("/static/101/images/status-bar5.png");
}

.todo {
  display: none;
}
.todo.logined {
  display: block;
}

@media (max-width: 768px) {
  .order-1 {
    order: -1;
  }
}

.tasks-container {
  font-family: Arial, sans-serif;
  color: #400E0E;
}
.tasks-container a:hover {
  color: #5F4BB0;
}
.tasks-container .section {
  margin-bottom: 20px;
}
.tasks-container .section .section-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #2B0B0B;
  margin-bottom: 10px;
  cursor: pointer;
}
.tasks-container .section .section-title .more-link {
  font-size: 12px;
  text-decoration: none;
  color: #7C8AA7;
}
[data-theme=light] .tasks-container .section .section-title .more-link {
  color: #7C8AA7;
}
[data-theme=black] .tasks-container .section .section-title .more-link {
  color: #400E0E;
}
.tasks-container .section .section-title .more-link:hover {
  color: #5F4BB0;
}
.tasks-container .homework-table {
  width: 100%;
  border-collapse: collapse;
}
[data-theme=light] .tasks-container .homework-table {
  background-color: #FBFBFF !important;
}
[data-theme=black] .tasks-container .homework-table {
  background-color: #DCD4CE !important;
}
.tasks-container .homework-table tbody {
  background-color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .tasks-container .homework-table tbody tr:nth-child(odd) {
  background-color: #FBFBFF;
}
[data-theme=black] .tasks-container .homework-table tbody tr:nth-child(odd) {
  background-color: #DCD4CE;
}
[data-theme=light] .tasks-container .homework-table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
[data-theme=black] .tasks-container .homework-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3490196078);
}
.tasks-container .homework-table td {
  padding: 13px 8px;
  font-size: 14px;
}
.tasks-container .homework-table .task-number {
  width: 5%;
  text-align: center;
}
.tasks-container .homework-table .task-date {
  width: 30%;
  text-align: left;
}
.tasks-container .homework-table .task-title {
  width: 40%;
}
.tasks-container .homework-table .task-title a {
  text-decoration: none;
}
.tasks-container .homework-table .task-questions {
  width: 25%;
  text-align: right;
}
.tasks-container .competition-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 20px;
}
@media (max-width: 768px) {
  .tasks-container .competition-list:not(.orggames) {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 400px) {
  .tasks-container .competition-list.orggames {
    flex-direction: column;
    gap: 16px;
  }
}
.tasks-container .competition-list.orggames.mysends {
  flex-wrap: wrap;
}
@media (min-width: 500px) and (max-width: 768px) {
  .tasks-container .competition-list.orggames.mysends {
    gap: 12px;
  }
  .tasks-container .competition-list.orggames.mysends .mysend-card {
    width: calc(50% - 6px);
  }
}
.tasks-container .competition-card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 10px;
  background-color: #FFFCF3;
  border-radius: 5px;
  width: 48%;
  font-size: 14px;
  text-align: center;
  border: 1px solid #EDEAD5;
}
@media (max-width: 768px) {
  .tasks-container .competition-card {
    width: 100%;
  }
}
.tasks-container .competition-card .competition-icon {
  width: 40px;
  height: 40px;
  background-image: url("/static/101/images/menu-3.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tasks-container .match-list {
  display: flex;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 20px;
}
.tasks-container .match-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  background-color: #F7F8FF;
  border: 1px solid #D3D7EC;
  border-radius: 5px;
  cursor: pointer;
}
.tasks-container .match-card .player-info {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  margin-left: 20px;
}
.tasks-container .match-card .player-info .player-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url("/static/101/images/avatar.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.tasks-container .match-card .player-info .player-name {
  font-size: 14px;
  color: #2B0B0B;
}
.tasks-container .match-card .player-info .player-status {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/static/101/images/org_charge.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tasks-container .match-card .player-info .player-stone {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.tasks-container .match-card .player-info .player-stone.black {
  background-color: #000000;
}
.tasks-container .match-card .match-date {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px solid #D3D7EC;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .flex-reverse {
    flex-direction: column-reverse !important;
  }
}

[x-cloak] {
  display: none !important;
}

.org-links {
  display: grid;
  grid-template-columns: 1fr 6em 6em;
  gap: 1em;
}
.org-links:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.org-links a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-links .org-name, .org-links .org-username {
  text-align: left;
}

.tip-notification {
  animation: slideIn 0.5s ease-out;
  background-color: #72BC6D;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  padding: 24px;
}
.tip-notification .tip-content {
  text-align: center;
}
.tip-notification .tip-content .icon-tip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/static/101/images/pop-tip.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.tip-notification .close-btn {
  color: #FFFFFF;
}
.tip-notification .close-btn:hover {
  color: #C6BA95;
}

.transition {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.transform {
  transform: translateY(0);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.reqs-box {
  margin-bottom: 1em;
  font-size: 16px;
  color: #2B0B0B;
}
.reqs-box .center-title {
  justify-content: start;
  font-size: 16px;
  font-weight: normal;
  margin-left: 1.6rem;
}
.reqs-box .center-title .classtask-icon {
  display: none;
}

.req-col {
  display: flex;
  padding: 12px;
}
[data-theme=light] .req-col {
  background-color: #FFFFFF;
}
[data-theme=black] .req-col {
  background-color: rgba(255, 255, 255, 0.3490196078);
}
.req-col {
  font-size: 14px;
  color: #400E0E;
}
.req-col .wf {
  width: 4em;
}
[data-theme=light] .req-col:nth-child(even) {
  background-color: #EEF3F8;
}
[data-theme=black] .req-col:nth-child(even) {
  background-color: rgba(226, 220, 220, 0.4588235294);
}
.req-col.req-head {
  color: #7D5F5E;
}
.req-col.req-head > div {
  font-weight: bold;
}
[data-theme=light] .req-col .agree {
  color: #00A47C;
}
[data-theme=black] .req-col .agree {
  color: #226C2F;
}
.req-col .agree {
  cursor: pointer;
}
.req-col .reject {
  color: #9C595A;
  cursor: pointer;
}

.checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.checkbox .checkbox-icon {
  width: 1em;
  height: 1em;
}
[data-theme=light] .checkbox .checkbox-icon {
  border: 2px solid #00a47c;
}
[data-theme=black] .checkbox .checkbox-icon {
  border: 2px solid #226C2F;
}
.checkbox .checkbox-icon {
  border-radius: 4px;
}
[data-theme=light] .checkbox .checkbox-icon.ok {
  background-color: #00a47c;
}
[data-theme=black] .checkbox .checkbox-icon.ok {
  background-color: #226C2F;
}
.checkbox .checkbox-icon.ok {
  background-image: url("/static/101/images/toggle-3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mysend-card {
  background: #F7F8FF;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(60, 60, 60, 0.08);
  border: 1px solid #D3D7EC;
  width: 100%;
  font-size: 15px;
  color: #400E0E;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s;
}
.mysend-card:hover {
  box-shadow: 0 4px 16px 0 rgba(60, 60, 60, 0.16);
}
.mysend-card .level-label-show {
  display: none;
}
.mysend-card.single-card .level-label-none {
  display: none;
}
.mysend-card.single-card .level-label-show {
  display: inline-block;
}
.mysend-card .mysend-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  padding: 18px 20px 2px 20px;
}
.mysend-card .mysend-header .send-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
.mysend-card .mysend-header .title {
  font-size: 16px;
  color: #4B3BB0;
  margin-right: 8px;
}
.mysend-card .mysend-header .first-move {
  font-size: 14px;
  color: #7C8AA7;
}
.mysend-card .mysend-header .user-levels {
  font-size: 13px;
  color: #7C8AA7;
}
.mysend-card .mysend-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 24px;
  font-size: 14px;
  color: #6B6B6B;
  justify-content: center;
}
.mysend-card .mysend-info .info-value {
  color: #400E0E;
  line-height: 100%;
}
.mysend-card .mysend-detail {
  text-align: center;
  font-size: 14px;
  color: #6B6B6B;
  margin: 2px 0 6px 0;
  line-height: 1.6;
}
.mysend-card .mysend-detail .highlight {
  color: #4B3BB0;
  font-weight: bold;
}
.mysend-card .mysend-detail .info-value {
  color: #400E0E;
  line-height: 100%;
}
.mysend-card .mysend-actions {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.mysend-card .mysend-actions .action-btn {
  flex: 1;
  text-align: center;
  font-size: 15px;
  border-radius: 6px;
  padding: 6px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mysend-card .mysend-actions .action-btn.accept {
  color: #00A47C;
}
.mysend-card .mysend-actions .action-btn.reject {
  color: #D84128;
}
.mysend-card .mysend-actions .action-btn.share {
  color: #5A45B0;
}
.mysend-card .mysend-header,
.mysend-card .mysend-info,
.mysend-card .mysend-detail {
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #D3D7EC;
}
.mysend-card .mysend-detail {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mysend-card .mysend-actions {
  border-top: 1px dashed #D3D7EC;
  margin-top: 6px;
  padding: 8px 20px;
  gap: 0;
}
.mysend-card .mysend-actions .action-btn {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  border-radius: 0;
  transition: background 0.15s, color 0.15s;
}
.mysend-card .mysend-actions .action-btn.accept {
  color: #2DBD6E;
}
.mysend-card .mysend-actions .action-btn.reject {
  color: #E05A3E;
}
.mysend-card .mysend-actions .action-btn.share {
  color: #5A45B0;
}

.loading {
  display: none;
  background-image: url("/static/101/images/search-loading.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  height: 1em;
  width: 3em;
}
.loading.show {
  display: inline-block;
}

.ketang-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .ketang-list {
    grid-template-columns: 1fr;
  }
}

[data-theme=light] .ketang-card {
  background-color: #fff9e7;
}
[data-theme=black] .ketang-card {
  background-color: #f6f1e1;
}
.ketang-card {
  border-radius: 4px;
}
.ketang-card .ketang-card-header {
  border-bottom: 1px dashed #B09980;
  padding: 12px 16px 8px 16px;
}
.ketang-card .ketang-card-body {
  padding: 8px 16px;
}

.class-icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

[data-theme=light] .class-voice-icon {
  background-image: url("/static/101/images/class-voice.png");
}
[data-theme=black] .class-voice-icon {
  background-image: url("/static/101/images/class-voice-d.png");
}

[data-theme=light] .class-video-icon {
  background-image: url("/static/101/images/class-video.png");
}
[data-theme=black] .class-video-icon {
  background-image: url("/static/101/images/class-video-d.png");
}

[data-theme=light] .class-no-voice-icon {
  background-image: url("/static/101/images/class-no-voice.png");
}
[data-theme=black] .class-no-voice-icon {
  background-image: url("/static/101/images/class-no-voice-d.png");
}

[data-theme=light] .class-mult-video-icon {
  background-image: url("/static/101/images/class-mult-video-.png");
}
[data-theme=black] .class-mult-video-icon {
  background-image: url("/static/101/images/class-mult-video-d.png");
}

.appdd-img {
  width: 100%;
  cursor: pointer;
}

.grid-section {
  display: grid;
  grid-template-columns: 1.81fr 1.81fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
}

.icons-section {
  display: flex;
  flex-direction: column;
  gap: 3vh;
  padding-bottom: 2vh;
  margin-top: 1em;
}

.icons-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8vw;
  width: 100%;
}

.icon-item {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.nav-icon-text {
  font-size: 12px;
  color: #400E0E;
  overflow: hidden;
  white-space: nowrap;
}/*# sourceMappingURL=index.css.map */