﻿#banner-qc-event {
  display: none !important;
}

.dropdown-menu > li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #70707033;
}

@media only screen and (max-width: 414px) {
  .slick-slide img {
    padding: 8px;
  }

  .slick-arrow {
    display: none !important;
  }

  .margintop {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .tt-list-camp {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }

  .div-dropdown {
    position: relative !important;
    top: 0;
    text-align: right;
  }

  .tick-status {
    background: #fff;
    color: #202124;
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 10px 14px;
    font-family: "Cabin", sans-serif;
    font-size: 14px; /* Giảm cỡ chữ cho dropdown */
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .tt-list-camp {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }

  .div-dropdown {
    position: relative !important;
    top: 0;
    text-align: right;
  }

  .tick-status {
    background: #fff;
    color: #202124;
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 10px 14px;
    font-family: "Cabin", sans-serif;
    font-size: 14px; /* Giảm cỡ chữ cho dropdown */
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .box-user img {
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
  }
}
@media only screen and (min-width: 415px) {
  .margintop {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .tt-list-camp {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }

  .div-dropdown {
    position: relative !important;
    top: 0;
    text-align: right;
  }

  .tick-status {
    background: #fff;
    color: #202124;
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 10px 14px;
    font-family: "Cabin", sans-serif;
    font-size: 14px; /* Giảm cỡ chữ cho dropdown */
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .btn-filter {
    color: #707070;
    background: #fff;
    border: unset;
    padding: 12px;
    border-radius: 4px;
    font-weight: bold;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #b9256a;
}

.slick-dots li button:before {
  opacity: 0.25;
  color: #b9256a;
}

.slick-dots {
  top: unset;
  display: flex !important;
  justify-content: center;
}

.slick-dots li button:before {
  font-size: 48px;
}

@media only screen and (max-width: 768px) {
  .banner-camp-PC {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #skicklistnewcp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  #skicklistnewcp {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 414px) {
  #bannerQC {
    position: fixed;
    bottom: 56px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 99800;
  }

  #bannerQC .text-qc {
    bottom: 56px;
    right: 0;
  }

  #bannerQC .text-qc span {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) {
  #bannerQC {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 300px;
    z-index: 99999;
  }

  #bannerQC .text-qc {
    bottom: 0px;
    right: 0;
  }

  #bannerQC .text-qc span {
    max-width: 384px;
  }
}

#bannerQC .close-bannerqc {
  position: absolute;
  top: -16px;
  right: 10px;
  color: white;
  font-size: 42px;
  font-weight: bold;
  cursor: pointer;
}

#bannerQC .box-qc {
  position: relative;
  opacity: 1;
  position: relative;
}

#bannerQC .text-qc {
  position: fixed;
  z-index: 2147483647;
  background: #b9256a;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  /*font-weight: bold;*/
  padding: 8px;
}

#bannerQC .text-qc span {
  word-wrap: break-word !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.w-h-auto {
  width: auto !important;
  height: auto !important;
}

.title-bar {
  position: relative;
  text-align: center; /* giúp tiêu đề nằm giữa */
  margin-top: 54px;
  margin-bottom: 40px;
}

.tt-list-camp {
  color: #202124;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block; /* cần để canh giữa chính xác */
}

.div-dropdown {
  position: absolute;
  top: 0;
  right: 0; /* luôn dính mép phải màn hình */
}

.tick-status {
  background: #fff;
  color: #202124;
  border: 1px solid #979797;
  border-radius: 6px;
  padding: 10px 14px;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}

.img-top-banner {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
}

.list-new-campaign .col-md-3.col-xs-6 {
  margin: 8px 0px;
}

.div-camp-review {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  margin: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  height: 100%;
}

.img-camp-review {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  border-radius: 4px 4px 0px 0px;
  /*border: 1px solid #E0E0E0;*/
  display: block;
  box-sizing: border-box;
}

.content-camprv {
  display: flex;
  flex-direction: column;
}

.name-camp {
  word-wrap: break-word !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis !important;
  color: #1d243e !important;
  cursor: pointer !important;
  font-weight: bold;
}

.content-camprv {
  /*border: 1px solid #E0E0E0;*/
  border-radius: 0px 0px 4px 4px;
  border-top: unset;
  height: 100%;
}

.text-applyed-rv {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.text-applyed-rv img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.text-apply {
  background: #2ca01c;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

.text-post {
  background: #ed592a;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

.text-evaluate {
  background: #ffb401;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

.text-approval {
  background: #4679cc;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

.text-complete {
  background: #b9256a;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

.box-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.box-address {
  font-size: 13px;
  color: #79797b;
  margin-bottom: 12px;
  margin-top: 12px;
}

.box-user-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin-bottom: 12px;*/
}

.box-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

@media only screen and (max-width: 414px) {
  .box-date img {
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
  }
}
@media only screen and (max-width: 480px) {
  .box-user img {
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
  }
}
.box-user {
  display: flex;
  align-items: center;
  color: #202124;
  font-size: 12px;
}

.box-user img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.box-date {
  color: #202124;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .img-camp-review {
    min-height: 142px;
  }

  .name-camp {
    font-size: 12px;
    height: 38px;
  }

  .content-camprv {
    padding: 8px;
    height: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .img-camp-review {
    min-height: 180px;
  }

  .name-camp {
    height: 45px;
    font-size: 14px;
  }

  .content-camprv {
    padding: 16px;
  }
}

@media only screen and (max-width: 414px) {
  .text-applyed-rv {
    margin-right: 16px;
    margin-top: 8px;
  }

  .box-date {
    /*margin-right: 16px;*/
    margin-top: 8px;
  }

  .box-status {
    margin-bottom: 8px;
  }

  .box-user-date {
    flex-direction: column;
    align-items: flex-start;
  }
}

.btn-xemthem {
  border: 1px solid #d9d9d9 !important;
  color: rgba(32, 33, 36, 0.87) !important;
}

@media only screen and (max-width: 375px) {
  .box-user-date {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.box-address span:nth-child(1) {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.box-address {
  min-height: 40px;
}

.box-user .box-date:last-child img {
  margin-right: 0px !important;
}
