:root {
  --bs-box-shadow:0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

body {
  padding-top: 56px;
}

strong {
  font-weight: 600;
}

hr {
  border-color: #D5D5D7;
  opacity: 1;
}

.fs-8 {
  font-size: 8px !important;
  line-height: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
  line-height: 16px !important;
}

.fs-11 {
  font-size: 11px !important;
  line-height: 15px !important;
}

.fs-6 {
  line-height: 20px;
}

.p-12 {
  padding: 12px;
}

.p-15 {
  padding: 15px;
}

.gap-02 {
  gap: 2px;
}

.gap-32 {
  gap: 32px;
}

.rounded-9 {
  border-radius: 9px;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.border-light {
  border: 1px solid #DFE5EF !important;
}

.btn {
  padding: 8px;
  height: 36px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:disabled {
  opacity: 1;
}
.btn.btn-secondary {
  background-color: #F8F8FA !important;
  color: #69696B !important;
}
.btn.btn-outline-secondary {
  border-color: #DFE5EF !important;
  color: var(--black-color) !important;
  background-color: white !important;
}
.btn.btn-outline-secondary:disabled {
  color: #D5D5D7 !important;
  background-color: #F8F8FA !important;
}
.btn.btn-primary:disabled {
  background-color: #D5D5D7 !important;
  border-color: #D5D5D7 !important;
}
.btn.btn-primary:disabled.disabled-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  opacity: 0.4 !important;
}
.btn.btn-sm {
  padding: 5px 12px;
  height: auto;
  font-size: 10px;
  line-height: 16px;
}
.btn.btn-sm.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 30px;
}
.btn.h-34 {
  height: 34px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 12px;
  padding-right: 12px;
}

.bg-gray {
  background-color: #F8F8FA;
}

.fixed-bottom.shadow {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.has-fixed-bottom {
  padding-bottom: 64px;
}

.fe-section {
  padding: 24px 16px;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
}
.header-mobile .open-notif-btn.active:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--main-color);
  top: 0;
  right: 0;
  position: absolute;
}

.form-control {
  border: none !important;
  box-shadow: none !important;
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  padding: 8px 12px;
  transition: none;
  background-color: #F8F8FA !important;
  color: var(--black-color);
}
.form-control.border {
  border: 1px solid #DFE5EF !important;
}
.form-control.bg-white {
  background-color: white !important;
}
.form-control.input-lg {
  min-height: 52px;
  font-size: 14px;
  line-height: 20px;
}

.form-select {
  border-color: #DFE5EF !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 20px;
  color: var(--black-color);
  border-radius: 8px;
  padding: 4px 30px 4px 16px;
  background-position: right 11px center;
  height: 36px;
}
.form-select:invalid {
  color: #D5D5D7;
}
.form-select option {
  color: var(--black-color);
}

.input-group .input-group-text {
  border: none;
  background-color: #F8F8FA;
}
.input-group .input-group-text:last-child {
  border-radius: 0 8px 8px 0;
}

.input-group-label {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.input-group-label input {
  display: none;
}
.input-group-label label {
  font-size: 14px;
  display: inline-block;
  padding: 7px;
  border: 1px solid #DFE5EF;
  border-radius: 1000px;
  line-height: 20px;
  cursor: pointer;
  background-color: white;
  text-align: center;
}
.input-group-label label.label-sm {
  font-size: 10px;
  padding: 5px 11px;
  line-height: 16px;
}
.input-group-label label.label-md {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 11px;
}
.input-group-label input:checked + label {
  background-color: rgba(112, 92, 255, 0.15);
  border-color: var(--main-color);
  color: var(--main-color);
}

.label-required {
  position: relative;
}
.label-required:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -8px;
}

.modal-backdrop {
  --bs-backdrop-opacity:0.1;
}

.menu-tab-bottom-mobile {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  z-index: 10000;
  border-radius: 12px 12px 0 0;
}
.menu-tab-bottom-mobile a {
  width: 100%;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.menu-tab-bottom-mobile a span {
  display: block;
  color: #D5D5D7;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.menu-tab-bottom-mobile a:nth-child(3) {
  width: 66px;
  flex-shrink: 0;
}
.menu-tab-bottom-mobile a:nth-child(3) svg {
  box-shadow: 0px 4px 20px 0px rgba(93, 155, 252, 0.25);
  border-radius: 100%;
}
.menu-tab-bottom-mobile a.active span {
  color: var(--black-color);
}
.menu-tab-bottom-mobile a.active svg path {
  fill: var(--black-color);
}

.campaign-carousel {
  margin-right: -16px !important;
}
.campaign-carousel .swiper-slide {
  width: 150px;
}

.campaign-item {
  display: block;
}
.campaign-item .thumb .icon {
  top: 9px;
  left: 9px;
}
.campaign-item .thumb .icon img {
  width: 23px;
}
.campaign-item .thumb > img {
  aspect-ratio: 1;
}

.item-card {
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.item-card .card__body .card__thumbnail img {
  width: 80px;
  height: 80px;
}
.item-card .card-tag {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  background-color: #F8F8FA;
}
.item-card .card-tag:first-child {
  background-color: rgba(244, 160, 79, 0.1);
}
.item-card .card-tag.outline-primary {
  background-color: white !important;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  height: 24px;
}
.item-card .card-tag.card-tag--code {
  background-color: rgba(112, 92, 255, 0.15);
  color: var(--main-color);
}
.item-card .card-tag.disabled {
  color: #D5D5D7;
  background-color: #F8F8FA;
}
.item-card .card-tag.text-bg-danger {
  background-color: #FF383C !important;
}
.item-card .card-tag img {
  width: 12px;
  flex-shrink: 0;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-box-1 .btn-outline-primary {
  height: 34px;
  padding-left: 17px;
  padding-right: 17px;
}
.home-box-1 .action-btn-box button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(55, 55, 57, 0.2);
  border-radius: 1000px;
  color: white;
  font-size: 10px;
  height: auto;
  padding: 6px 6px 6px 10px;
}
.home-box-1 .action-btn-box .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
}
.home-box-1 .action-btn-box .icon img {
  width: 12px;
}

.home-box-2 a {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DFE5EF;
}
.home-box-2 a:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pv-tabs {
  border-bottom: 3px solid #D5D5D7;
}
.pv-tabs .nav-item {
  width: 100%;
  margin-bottom: -2px;
}
.pv-tabs a.nav-link {
  margin-bottom: -1px;
}
.pv-tabs .nav-link {
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #D5D5D7;
  padding-top: 9px;
  padding-bottom: 10px;
}
.pv-tabs .nav-link.active {
  color: var(--black-color);
  border-bottom: 3px solid var(--black-color);
}

.tab-content .filter-box .btn-outline-light {
  border-radius: 1000px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  height: 28px;
  padding: 5px 11px;
}
.tab-content .filter-box .btn-outline-light.filter-active {
  border: 1px solid var(--main-color) !important;
  background-color: rgba(112, 92, 255, 0.1490196078) !important;
  color: var(--main-color) !important;
}

ul.list-info {
  display: flex;
  flex-direction: column;
}
ul.list-info.list-between > li {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.media-box .btn-primary {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 12px;
  height: 30px;
}
.media-box .btn-primary:disabled {
  opacity: 0.4 !important;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.list-image {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.list-image .img-item {
  aspect-ratio: 1;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.list-image .img-item:nth-child(-n+5) {
  margin-top: 8px;
}
.list-image .img-item .remove-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  width: 12px;
  height: 12px;
  background: transparent url("../images/icons/close-btn.svg") no-repeat center;
}

ul.list-border li {
  padding-top: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #DFE5EF;
}
ul.list-border li:first-child {
  border-top: 1px solid #DFE5EF;
  padding-top: 7px;
}
ul.list-border.list-border-lg li {
  padding-top: 16px;
  padding-bottom: 15px;
}
ul.list-border.list-border-lg li:first-child {
  border-top: none;
  padding-top: 0 !important;
}
ul.list-border.list-border-lg li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.badge {
  border: 1px solid var(--main-color);
  border-radius: 24px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: var(--main-color);
}
.badge.outline-secondary {
  border-color: #D5D5D7;
  color: #AAAAAA;
}

.upload-file-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.upload-file-box .file-name {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  border: none !important;
  box-shadow: none !important;
  outline: 0;
}
.upload-file-box .file-name::-moz-placeholder {
  color: #D5D5D7;
}
.upload-file-box .file-name::placeholder {
  color: #D5D5D7;
}

.date-input-wrapper {
  position: relative;
  cursor: pointer;
}
.date-input-wrapper.invalid .text-label {
  border-color: #FF383C !important;
}
.date-input-wrapper .text-label {
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 12px;
  line-height: 20px;
  background: white url("../images/icons/calendar.svg") no-repeat center right;
}
.date-input-wrapper input[type=date] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.my-page-page-row-1 {
  grid-template-columns: 1fr 1fr;
}
.my-page-page-row-1 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 110px;
}
.my-page-page-row-1 > div .btn {
  padding: 4px;
  height: 32px;
  font-size: 10px;
  border-radius: 8px;
  line-height: 18px;
}
.my-page-page-row-1 > div .btn.btn-primary-light {
  color: #705CFF;
  background-color: rgba(112, 92, 255, 0.15);
}

.my-page-menu a {
  display: flex;
  color: var(--black-color);
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F8F8FA;
  justify-content: space-between;
  align-items: center;
}
.my-page-menu a:first-child {
  padding-top: 0;
}
.my-page-menu a:last-child {
  border-bottom: none;
}

.campaign-channel-filter-box {
  border: 1px solid #DFE5EF;
}
.campaign-channel-filter-box:hover {
  border: 1px solid #DFE5EF;
}
.campaign-channel-filter-box:has(input:checked) {
  border-color: var(--main-color);
}

.notif-item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DFE5EF;
}
.notif-item > img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.notif-item:first-child {
  padding-top: 0;
}
.notif-item:last-child {
  border-bottom: none;
}/*# sourceMappingURL=front-end.css.map */