#exampleModalLabel .modal-dialog {
  width: 95%;
  max-width: 95%;
  margin-top: 4rem;
}
#exampleModalLabel .modal-dialog .modal-content {
  position: relative;
  border-radius: 1.25rem;
}
#exampleModalLabel .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -35px;
  right: 0px;
  opacity: 1;
  background: unset;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body p {
  border-radius: 6.25rem;
  background: #293A8E;
  position: relative;
  padding: 0.56rem 2.3rem 0.56rem 1.25rem;
  margin-bottom: 0.5rem;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body p span {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body p svg {
  position: absolute;
  top: 10px;
  right: 12px;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body a {
  text-decoration: unset;
  color: #061020;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: block;
  border-top: 1px solid #BABABA;
}
#exampleModalLabel .modal-dialog .modal-content .modal-body a:last-child {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 1rem;
}

.scrollCategory .active {
  color: #0d6efd !important;
}

@media screen and (max-width: 768px) {
  .scrollCategoryPc {
    display: none !important;
  }
}

/*# sourceMappingURL=modal.css.map */
