/* purgecss start ignore */

.chat-title{
  position:relative;
  z-index:2;
  background:#000;
  color:#fff;
  text-transform:uppercase;
  text-align:left;
  padding:10px 10px 10px 50px
}

.chat-title h1,.chat-title h2{
  font-weight:normal;
  font-size:10px;
  margin:0;
  padding:0
}

.chat-title h2{
  color:rgba(255,255,255,.5);
  font-size:8px;
  letter-spacing:1px
}

.chat-title .avatar{
  position:absolute;
  z-index:1;
  top:8px;
  left:9px;
  border-radius:30px;
  width:30px;
  height:30px;
  overflow:hidden;
  margin:0;
  padding:0;
  border:2px solid #fff
}

.chat-title .avatar img{
  width:100%;
  height:auto
}

.messages{
  flex:1 1 auto;
  color:#fff;
  overflow:hidden;
  width:100%;
  scroll-snap-align:end
}

.messages .messages-content{
  height:90vh;
  width:100%;
  overflow-y:scroll;
  scroll-snap-type:y mandatory
}

.messages .loading-message{
  clear:both
}

.messages .loading-message .spinner{
  background-image:linear-gradient(rgb(186, 66, 255) 35%, rgb(0, 225, 255));
  width:50px;
  height:50px;
  animation:spinning82341 1.7s linear infinite;
  text-align:center;
  border-radius:50px;
  filter:blur(1px);
  box-shadow:0px -5px 20px 0px #ba42ff,0px 5px 20px 0px #00e1ff
}

.messages .loading-message .spinner1{
  background-color:#f3f3f3;
  width:50px;
  height:50px;
  border-radius:50px;
  filter:blur(10px)
}

.messages .message{
  clear:both;
  padding:6px 10px 7px;
  border-radius:10px 10px 10px 0;
  background:rgba(209,209,209,.5803921569);
  margin:8px 0;
  font-size:14px;
  line-height:1.4;
  margin-left:15px;
  position:relative;
  text-shadow:0 1px 1px rgba(0,0,0,.2);
  color:#000;
  max-width:60%
}

.messages .message .message-time{
  margin-bottom:0;
  font-size:9px;
  color:#656565
}

.messages .message::before{
  content:"";
  position:absolute;
  bottom:-6px;
  border-top:6px solid rgba(209,209,209,.5803921569);
  left:0;
  border-right:7px solid rgba(0,0,0,0)
}

.messages .message.message-personal{
  clear:both;
  float:right;
  margin-right:15px;
  color:#464646;
  background:linear-gradient(240deg, rgba(0, 187, 212, 0.6078431373), rgba(0, 150, 136, 0.3019607843));
  border-radius:10px 10px 0 10px
}

.messages .message.message-personal::before{
  left:auto;
  right:0;
  border-right:none;
  border-left:5px solid rgba(0,0,0,0);
  border-top:4px solid rgba(0,187,212,.6078431373);
  bottom:-4px
}

.messages .message.new{
  clear:both;
  float:left;
  margin-left:15px
}

.messages .message:last-child{
  margin-bottom:30px
}

.messages .message-intro{
  color:rgba(0,0,0,0);
  background:-webkit-linear-gradient(25deg, #a78b8b, #383030);
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0);
  font-size:1.3rem;
  font-weight:500;
  white-space:nowrap;
  border-right:2px solid;
  animation:type 1.5s .3s 1 normal both,cursor 1s step-end infinite
}

.message-box{
  width:100%;
  background:#000;
  padding:10px
}

.message-box .message-input{
  background:none;
  border:none;
  outline:none !important;
  resize:none;
  color:rgba(255,255,255,.7);
  font-size:11px;
  height:17px;
  margin:0;
  padding-right:20px;
  width:265px
}

.message-box textarea:focus:-webkit-placeholder{
  color:rgba(0,0,0,0)
}

.message-box .message-submit{
  position:absolute;
  z-index:1;
  top:9px;
  right:10px;
  color:#fff;
  border:none;
  background:#248a52;
  font-size:10px;
  text-transform:uppercase;
  line-height:1;
  padding:6px 10px;
  border-radius:10px;
  outline:none !important;
  transition:background .2s ease
}

.message-box .message-submit:hover{
  background:#1d7745
}

.mCSB_scrollTools{
  margin:1px -3px 1px 0;
  opacity:0
}

.mCSB_inside>.mCSB_container{
  margin-right:0px;
  padding:0 10px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:rgba(0,0,0,.5) !important
}

.custom-modal .ant-modal-content{
  width:800px !important
}

@keyframes spinning82341{
  to{
    transform:rotate(360deg)
  }
}

@keyframes type{
  from{
    width:0
  }

  to{
    width:90%
  }
}

/* purgecss end ignore */
/* purgecss start ignore */

.blog_api .kl-blog-post-thumbnail {
  border-radius: 10px 10px 0 0;
}

.blog_api .kl-blog-item-title{
  float: left;
  width: 100%;
  padding: 10px;
}

.blog_api .kl-blog-item-title a{
  font-size: 1rem;
  color: darkslateblue;
  font-family: inherit;
}

.blog_api .epvc-post-count{
  float: left;
  font-weight: bold;
  padding-left: 10px;
  width: 100%;
}

.blog_api p {
  float: left;
  padding: 10px;
  font-family: inherit;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* purgecss end ignore */
/* purgecss start ignore */

.main-content {
  padding: 20px;
}

.banner {
  background: linear-gradient(45deg, #7b1fa262, #4b00805a);
  color: white;
  padding: 50px;
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

.search-bar {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.challenge-card {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.challenge-card h3 {
  margin-top: 0;
  color: #4a0080;
}

.challenge-card p {
  color: #666;
}

.challenge-card button, .btnStart {
  background-color: #ff4081;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.custom-checkbox input[type="checkbox"] {
  display: none; /* Ẩn checkbox */
}

.custom-checkbox .checkbox-label {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ff4081;
  border-radius: 5px;
  transition: background-color 0.3s;
  color: #ff4081;
}

/* Khi chọn checkbox (dù checkbox bị ẩn) thì label có hiệu ứng */

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: #ff4081;
  color: white;
}

.custom-checkbox .checkbox-label:hover {
  background-color: #ff679a;
  color: #fff;
}

/* purgecss end ignore */
  
/* purgecss start ignore */

.countdown{
  width:720px;
  margin:0 auto;
  display:flex;
  justify-content:space-between
}

.countdown .bloc-time{
  margin-right:45px;
  text-align:center
}

.countdown .bloc-time:last-child{
  margin-right:0
}

.countdown .count-title{
  display:block;
  margin-bottom:15px;
  font:normal .94em "Lato",sans-serif;
  color:#1a1a1a;
  text-transform:uppercase
}

.countdown .figure{
  position:relative;
  height:110px;
  width:110px;
  margin-right:10px;
  background-color:#fff;
  border-radius:8px;
  box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08)
}

.countdown .figure:last-child{
  margin-right:0
}

.countdown .figure>span{
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  font:normal 5.94em/107px "Lato",sans-serif;
  font-weight:700;
  color:#de4848
}

.countdown .figure .top:after,.countdown .figure .bottom-back:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  border-bottom:1px solid rgba(0,0,0,.1)
}

.countdown .figure .top{
  z-index:3;
  background-color:#f7f7f7;
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  transform:perspective(200px)
}

.countdown .figure .bottom{
  z-index:1
}

.countdown .figure .bottom:before{
  content:"";
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:50%;
  background-color:rgba(0,0,0,.02)
}

.countdown .figure .bottom-back{
  z-index:2;
  top:0;
  height:50%;
  overflow:hidden;
  background-color:#f7f7f7;
  border-top-left-radius:10px;
  border-top-right-radius:10px
}

.countdown .figure .bottom-back span{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto
}

.countdown .figure .top,.countdown .figure .top-back{
  height:50%;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.countdown .figure .top-back{
  z-index:4;
  bottom:0;
  background-color:#fff;
  transform-origin:50% 0;
  transform:perspective(200px) rotateX(180deg);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px
}

.countdown .figure .top-back span{
  position:absolute;
  top:-100%;
  left:0;
  right:0;
  margin:auto
}

.countexam{
  width:300px;
  margin:0 auto;
  display:flex;
  justify-content:space-between
}

.countexam .bloc-time{
  margin-right:20px;
  text-align:center
}

.countexam .bloc-time:last-child{
  margin-right:0
}

.countexam .count-title{
  display:block;
  margin-bottom:8px;
  font:normal .45em "Lato",sans-serif;
  color:#1a1a1a;
  text-transform:uppercase
}

.countexam .figure{
  position:relative;
  height:50px;
  width:50px;
  margin-right:5px;
  background-color:#fff;
  border-radius:4px;
  box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08)
}

.countexam .figure:last-child{
  margin-right:0
}

.countexam .figure>span{
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  font:normal 2.45em/50px "Lato",sans-serif;
  font-weight:700;
  color:#de4848
}

.countexam .figure .top:after,.countexam .figure .bottom-back:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  border-bottom:1px solid rgba(0,0,0,.1)
}

.countexam .figure .top{
  z-index:3;
  background-color:#f7f7f7;
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  transform:perspective(200px)
}

.countexam .figure .bottom{
  z-index:1
}

.countexam .figure .bottom:before{
  content:"";
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:50%;
  background-color:rgba(0,0,0,.02)
}

.countexam .figure .bottom-back{
  z-index:2;
  top:0;
  height:50%;
  overflow:hidden;
  background-color:#f7f7f7;
  border-top-left-radius:10px;
  border-top-right-radius:10px
}

.countexam .figure .bottom-back span{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto
}

.countexam .figure .top,.countexam .figure .top-back{
  height:50%;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.countexam .figure .top-back{
  z-index:4;
  bottom:0;
  background-color:#fff;
  transform-origin:50% 0;
  transform:perspective(200px) rotateX(180deg);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px
}

.countexam .figure .top-back span{
  position:absolute;
  top:-100%;
  left:0;
  right:0;
  margin:auto
}

/* purgecss end ignore */
/* purgecss start ignore */

.c_banner{
  position: relative;
}

.c_content{
  position: absolute;
}

.c_container{
  font-family: DejaVu Sans, sans-serif;
  padding-top: 30px;
  max-width: 1000px;
  margin: auto;
}

.news-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0px;
}

/* MÀN HÌNH EXAM */

.content__exam{
  min-width: 100%;
  min-height: 100%;
  background: #999990;
  /* position: absolute; */
  /* z-index: 99; */
}

.inputDone{
  background-color: #ADD8E6 !important ;
}

.tableTop thead.ant-table-thead tr th {
  text-align: center;
}

.tableTop .ant-table-content tbody tr td {
  text-align: center;
}

.user-row {
  background-color: #f0f8ff; /* Màu nền cho hàng của user */
}

/* purgecss end ignore */

/*# sourceMappingURL=main~58d988e8.b8194756.chunk.css.map*/