@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

body {
  font-family: Montserrat, sans-serif;
}
.container-app {
  max-width: 1200px;
  padding: 15px;
  margin: auto;
  font-size: 14px;
  color: #444444;
}

.fs-14 {
  font-size: 14px;
}
.fs-24 {
  font-size: 24px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}

.color-aeaeae {
  color: #aeaeae;
}
.color-ddb670 {
  color: #ddb670;
}
.color-cca866 {
  color: #cca866;
}
.color-003565 {
  color: #003565;
}
.color-111111 {
  color: #111111;
}
.color-444444 {
  color: #444444;
}
.color-222222 {
  color: #222222;
  font-weight: 500;
}
.color-52CC00 {
  color: #52cc00;
}
.fw-500 {
  font-weight: 500;
}
.position-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.w-100px {
  width: 120px;
}
.w-128 {
  min-width: 128px;
}
.w-140 {
  min-width: 145px;
}
.w-54 {
  min-width: 54px;
}
.w-320 {
  width: 320px;
}
.w-180 {
  width: 180px;
}
.w-220 {
  width: 220px;
}
.gap-20 {
  gap: 20px;
}
.btn {
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 22px;
  height: 44px;
}

/* Breadcrumb */
.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b5b5b5;
  font-size: 14px;
}

.breadcrumb-custom a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-custom a:hover {
  color: #0b3a6e;
}

.breadcrumb-custom .active {
  color: #cfa85a;
}

/* Sections */
.section-box {
  background: #fff;
  padding: 30px 0;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #0b3a6e;
  text-align: center;
  font-family: "Playfair Display";
  line-height: 44px;
  display: block;
}

.section-subtitle {
  color: #444444;
}

.section-box .request-check-right {
  padding: 30px 0;
  border-left: 1px solid #f1f1f1;
}

/* Search */
.search-box {
  display: flex;
  width: 100%;
}

.search-box input {
  border-radius: 4px 0 0 4px;
  color: #aeaeae;
  padding: 12px 10px;
  font-size: 14px;
  height: 47px;
}
.search-box input::placeholder {
  color: #aeaeae;
}

.btn-search {
  background: #0b3a6e;
  color: #fff;
  border-radius: 0 4px 4px 0;
  width: 50px;
  font-size: 24px;
  height: 47px;
  min-height: 47px;
}
.btn-search:hover {
  background: #0b3a6e;
  color: #fff;
  opacity: 0.9;
}

/* Buttons */
.btn-primary-custom {
  background: #0b3a6e;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
}

.btn-gold {
  background: #cfa85a;
  color: #fff;
  padding: 10px 24px;
}
.btn-gold:hover {
  background: #cfa85a;
  color: #fff;
}

.btn-outline-gold {
  border: 1px solid #cfa85a;
  color: #cfa85a;
  padding: 10px 24px;
}
.btn-outline-gold-sm {
  padding: 8px 10px;
}
.btn-outline-gold:hover {
  background: #cfa85a;
  color: #ffffff;
}
.btn-outline-secondary {
  padding: 10px 24px;
}
.btn-outline-green {
  border: 1px solid #52cc00;
  color: #52cc00;
  padding: 10px 24px;
}
.btn-outline-green-sm {
  padding: 8px 10px;
}
.btn-outline-green:hover {
  background: #52cc00;
  color: #ffffff;
}

.btn-outline-primary {
  border: 1px solid #0b3a6e;
  color: #0b3a6e;
  padding: 10px 24px;
}
.btn-outline-primary-sm {
  padding: 8px 10px;
}
.btn-outline-primary:hover {
  background: #0b3a6e;
  color: #ffffff;
}
.btn-primary-custom.active {
  background: #0b3a6e;
  color: #ffffff;
}
.btn-primary-custom.active:hover,
.btn-gold:hover {
  opacity: 0.9;
}

/* Required */
.required {
  color: red;
}

.info-user-form {
  box-shadow: 0px 0px 5px 0px rgba(207, 168, 90, 0.8);
  padding: 15px 10px 15px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 140px;
  gap: 8px;
}
.info-user-form.custom-grid {
  grid-template-columns: repeat(2, 1fr) 140px;
}
.info-user-form.no-grid {
  grid-template-columns: 1fr;
}
.plant-debt-status {
  display: none;
}
.form-label {
  margin-bottom: 4px;
}
.custom-form-select-lg {
  font-size: 14px;
  height: 44px;
}
.custom-form-select-md {
  font-size: 14px;
  height: 40px;
}
.js-kc-service-type,
.js-da-service-type,
.js-da-product-type {
  font-weight: 400;
}
.js-da-service-type,
.js-da-product-type {
  font-weight: 700;
}
.js-kc-service-type.is-placeholder-active {
  font-weight: 700;
}
.js-da-service-type.is-placeholder-active,
.js-da-product-type.is-placeholder-active {
  font-weight: 700;
}
.js-kc-service-type option {
  font-weight: 400;
}
.js-da-service-type option,
.js-da-product-type option {
  font-weight: 400;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
  color: #444444;
  padding-left: 12px;
  padding-right: 36px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #aeaeae;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
}
.select2-dropdown {
  border-color: #dee2e6;
}
.select2-results__option {
  font-size: 14px;
}
.custom-form-select-sm {
  font-size: 14px;
  height: 34px;
}
.js-requirement[multiple] {
  height: auto;
  min-height: 96px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.js-requirement[multiple] option {
  padding: 6px 10px;
  white-space: normal;
}
.js-requirement.d-none + .js-requirement-help {
  margin-top: 0;
}
.requirement-checklist {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  background: #fff;
  max-height: 180px;
  overflow-y: auto;
  padding: 4px 0;
}
.requirement-checklist__menu {
  display: flex;
  flex-direction: column;
}
.requirement-checklist__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #eef2f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.requirement-checklist__option:last-child {
  border-bottom: 0;
}
.requirement-checklist__option:hover {
  background: #f5f7ff;
}
.requirement-checklist__option input {
  margin: 0;
  flex: 0 0 auto;
}
.custom-form-input-lg {
  height: 44px;
  font-size: 14px;
}
.custom-form-input-md {
  height: 40px;
  font-size: 14px;
}
.custom-form-input-sm {
  height: 34px;
  font-size: 14px;
}
.custom-form-input-lg::placeholder,
.custom-form-input-md::placeholder,
.custom-form-input-sm::placeholder {
  color: #aeaeae;
}

/* Info box */
.info-box {
  max-width: 430px;
  margin: auto;
  box-shadow: 0px 1px 4px #00000026;
  padding: 40px 30px;
}

.info-title {
  color: #cfa85a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}

.info-content p {
  margin-bottom: 15px;
  display: flex;
  gap: 4px;
}
.info-transition {
  padding: 12px;
  background: rgba(221, 182, 112, 0.2);
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #555555;
  background: rgba(221, 182, 112, 0.2);
  cursor: pointer;
  box-shadow: none !important;
}

/* Khi được check */
.custom-radio:checked {
  background-color: #cfa85a;
  border-color: #cfa85a;
}

/* Dot bên trong */
.custom-radio:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #cca866;
  border: 2px solid #ffffff;
  outline: 2px solid #cca866;
  border-radius: 50%;
}
.form-check {
  display: flex;
  gap: 8px;
  align-items: center;
}
.checkbox-order {
  width: 20px;
  height: 20px;
  box-shadow: none !important;
}
.custom-table {
  max-height: 551px;
  overflow: scroll;
  margin-bottom: 16px;
}0
.service-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(207, 168, 90, 0.12);
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.service-note i {
  margin-top: 2px;
  color: #cfa85a;
  font-size: 16px;
}
.service-note strong {
  color: #0b3a6e;
}
.service-note-list {
  margin-top: 6px;
  padding-left: 18px;
}
.service-note-list li + li {
  margin-top: 6px;
}
.service-note-general {
  display: block;
}
.service-note-general .service-note-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-note-general .service-note-heading i {
  margin-top: 0;
}
.service-note-general .service-note-list {
  margin-top: 6px;
}
.custom-table.table-stone {
  overflow-x: auto;
  overflow-y: visible;
  max-height: none;
}
.custom-table table {
  margin-bottom: 0;
  position: relative;
}
.custom-table th {
  background: #003565;
  color: #ffffff;
  height: 40px;
  text-align: left;
  padding-left: 15px;
  position: sticky;
  top: 0;
}
.table-stone tr th:nth-child(1) {
  min-width: 40px;
}
.table-stone tr th:nth-child(2) {
  min-width: 180px;
}
.table-stone tr th:nth-child(3) {
  min-width: 100px;
}
.table-stone tr th:nth-child(4) {
  min-width: 200px;
  width: 420px;
}
.table-stone tr th:nth-child(5) {
  min-width: 200px;
  width: 300px;
}
.table-stone tr th:nth-child(6) {
  min-width: 50px;
}
.table-stone tr td:nth-child(6) {
  text-align: center;
  color: red;
  font-size: 16px;
  cursor: pointer;
}
.table-da-request {
  table-layout: fixed;
  width: 100%;
}
.table-da-request tr th:nth-child(1),
.table-da-request tr td:nth-child(1) {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.table-da-request tr th:nth-child(2),
.table-da-request tr td:nth-child(2) {
  width: 120px;
  min-width: 120px;
}
.table-da-request tr th:nth-child(3),
.table-da-request tr td:nth-child(3) {
  width: calc((100% - 48px - 120px - 56px) / 2);
  min-width: 260px;
}
.table-da-request tr th:nth-child(4),
.table-da-request tr td:nth-child(4) {
  width: calc((100% - 48px - 120px - 56px) / 2);
  min-width: 260px;
}
.table-da-request tr th:nth-child(5),
.table-da-request tr td:nth-child(5) {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
}
.table-da-request tr td:nth-child(5) {
  text-align: center;
  color: red;
  font-size: 16px;
  cursor: pointer;
}
.table-da-request .requirement-checklist,
.table-da-request .custom-form-input-sm {
  width: 100%;
}
.table-premium tr th {
  min-width: 160px;
}
.table-premium .number-note-head {
  min-width: 160px;
  position: relative;
}
.table-premium .number-note-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.table-premium .number-note-tooltip-wrap {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.table-premium .number-note-tooltip-wrap i {
  font-size: 14px;
}
.table-premium .number-note-tooltip-wrap:hover,
.table-premium .number-note-tooltip-wrap:focus,
.table-premium .number-note-tooltip-wrap:focus-visible {
  color: #cfa85a;
}
.number-note-tooltip-floating {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 280px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.number-note-tooltip-floating::after {
  content: "";
  position: absolute;
  left: var(--number-note-arrow-left, 50%);
  top: 100%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111111 transparent transparent transparent;
}
.number-note-tooltip-floating.is-visible {
  opacity: 1;
  visibility: visible;
}
.table-premium tr th:nth-child(1) {
  min-width: 40px;
}
.table-premium tr th:nth-child(7) {
  min-width: 50px;
}
.table-premium tr td:nth-child(7) {
  text-align: center;
  color: red;
  font-size: 16px;
  cursor: pointer;
}
.table-vang-request table {
  min-width: 1520px;
  table-layout: fixed;
}
.table-vang-request tr th,
.table-vang-request tr td {
  vertical-align: middle;
}
.table-vang-request tr th:nth-child(1),
.table-vang-request tr td:nth-child(1) {
  width: 48px;
  min-width: 48px;
}
.table-vang-request tr th:nth-child(2),
.table-vang-request tr td:nth-child(2) {
  width: 230px;
  min-width: 230px;
}
.table-vang-request tr th:nth-child(3),
.table-vang-request tr td:nth-child(3) {
  width: 120px;
  min-width: 120px;
}
.table-vang-request tr th:nth-child(4),
.table-vang-request tr td:nth-child(4) {
  width: 150px;
  min-width: 150px;
}
.table-vang-request tr th:nth-child(5),
.table-vang-request tr td:nth-child(5) {
  width: 330px;
  min-width: 330px;
}
.table-vang-request tr th:nth-child(6),
.table-vang-request tr td:nth-child(6) {
  width: 400px;
  min-width: 310px;
}
.table-vang-request tr th:nth-child(7),
.table-vang-request tr td:nth-child(7),
.table-vang-request tr th:nth-child(8),
.table-vang-request tr td:nth-child(8) {
  width: 150px;
  min-width: 150px;
}
.table-vang-request tr th:nth-child(9),
.table-vang-request tr td:nth-child(9) {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  text-align: center;
  color: red;
  font-size: 16px;
  cursor: pointer;
}
.table-vang-request tr td:nth-child(7) {
  color: inherit;
  font-size: inherit;
  cursor: default;
  text-align: left;
}
.table-vang-request .custom-form-input-sm,
.table-vang-request .custom-form-select-sm {
  width: 100%;
}
.table-vang-request .vang-method-cell {
  color: #ff0000;
  font-weight: 700;
}
.table-vang-request .vang-method-cell.is-fire-assay {
  color: #3f73d8;
}
.table-vang-request .vang-method-standard {
  margin-top: 10px;
}
.table-vang-content table {
  min-width: 860px;
  table-layout: fixed;
}
.table-vang-content th,
.table-vang-content td {
  border-color: #222;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.table-vang-content th:nth-child(1),
.table-vang-content td:nth-child(1) {
  width: 50px;
  min-width: 50px;
}
.table-vang-content th:nth-child(2),
.table-vang-content td:nth-child(2) {
  width: 310px;
  min-width: 310px;
}
.table-vang-content th:nth-child(3),
.table-vang-content td:nth-child(3) {
  width: 490px;
  min-width: 490px;
}
.table-vang-content .vang-method-cell {
  color: #ff0000;
}
.table-vang-content .vang-method-cell.is-fire-assay {
  color: #3f73d8;
}
.table-vang-content .vang-method-standard {
  margin-top: 22px;
}
.scroll-table,
.table-stone,
.table-premium {
  width: 100%;
  overflow-x: scroll;
}
.btn-download img:nth-child(1) {
  display: none;
}
.btn-download img:nth-child(2) {
  display: inline-block;
}
.btn-download:hover img:nth-child(1) {
  display: inline-block;
}
.btn-download:hover img:nth-child(2) {
  display: none;
}
.custom-dialog {
  width: 400px;
}
.custom-dialog .modal-content {
  border: 0;
}
.custom-btn-dialog {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.custom-file-upload {
  width: 100%;
}

.file-upload-ui {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  background: #fff;
}

.file-placeholder {
  flex: 1;
  padding: 0 12px;
  color: #9e9e9e;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-attach {
  background: #bdbdbd;
  color: #fff;
  border: none;
  padding: 0 16px;
  height: 100%;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.btn-attach:hover {
  background: #a6a6a6;
}
.import-file-status {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(207, 168, 90, 0.45);
  border-radius: 6px;
  background: rgba(207, 168, 90, 0.08);
}
.request-success-dialog {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(16, 24, 40, 0.45);
  z-index: 9999;
}
.request-success-dialog.is-visible {
  display: flex;
}
.request-success-dialog__panel {
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border-radius: 8px;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.18);
  text-align: center;
}
.request-success-dialog__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #003565;
}
.request-success-dialog__message {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #344054;
}
.request-success-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.request-success-dialog__actions .btn {
  min-width: 200px;
}
.import-file-status__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b4e16;
  font-size: 14px;
  font-weight: 600;
}
.import-file-status__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 8px;
  font-size: 13px;
  color: #444444;
}
.import-file-status__hint {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
}
.is-import-summary-row {
  background: rgba(207, 168, 90, 0.06);
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  user-select: none;
}

/* Ẩn checkbox gốc */
.custom-checkbox input {
  display: none;
}

/* Box checkbox */
.custom-checkbox .checkmark {
  min-width: 20px;
  height: 20px;
  border: 1px solid #444444;
  border-radius: 4px;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}

/* Khi checked -> đổi background */
.custom-checkbox input:checked ~ .checkmark {
  background: #52cc00; /* màu PNJLab style */
  border-color: #52cc00;
}

/* Dấu tick */
.custom-checkbox input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-success h4 {
  font-size: 42px;
  color: #003565;
  font-family: "Playfair Display";
  margin-top: 20px;
  margin-bottom: 20px;
}
.check-code {
  font-size: 32px;
  color: #cca866;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Playfair Display";
}
.slip-info .slip-active {
  font-size: 18px;
  color: #cca866;
  font-weight: 700;
}

.slip-info .slip-active-sm {
  font-size: 14px;
  color: #cca866;
  font-weight: 600;
}
.number-slip {
  color: #444444;
  font-weight: 600;
}
.slip-info .sliped {
  color: #006aff;
}
.slip-info .slip-success {
  color: #0cba00;
}
.slip-info .slip-text-uppercase {
  text-transform: uppercase;
}
.slip-info .slip-text-lowercase {
  text-transform: lowercase;
}
.feedback-content {
  height: 120px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  resize: none;
}
.feedback-content::placeholder {
  color: #aeaeae;
}

.rating {
  display: inline-flex;
  flex-direction: row-reverse;
}

.rating input {
  display: none;
}

.rating label {
  cursor: pointer;
}

.rating img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(47%)
    hue-rotate(95deg) brightness(117%) contrast(78%);
  transition: filter 0.2s ease;
}

/* Hover */
.rating label:hover img,
.rating label:hover ~ label img {
  filter: brightness(1);
}

/* Selected */
.rating input:checked ~ label img {
  filter: brightness(1);
}

.admin-table-order {
  border: 1px solid #c3c4c7;
}
.admin-table-order th {
  font-size: 13px;
  white-space: nowrap;
  background: #ffffff;
  height: 44px;
  vertical-align: middle;
  text-align: left;
}
.admin-table-order tbody tr td {
  height: 44px;
  border-bottom: 0;
  text-align: left !important;
}
.admin-table-order tbody tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

.admin-table-order td {
  font-size: 13px;
}

.status {
  font-weight: 600;
  font-size: 12px;
}

.status-blue {
  color: #006aff;
}

.status-orange {
  color: #cca866 !important;
}

.status-green {
  color: #0cba00;
}
.admin-order .admin-order-title {
  font-size: 23px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-box .request-check-right {
    border-left: 0px;
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
  }
  .group-button-check {
    flex-wrap: wrap;
  }
  .section-title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .info-user-form .btn {
    width: max-content !important;
    margin: auto;
  }
  .info-box {
    padding: 24px;
  }
  .info-user-form {
    grid-template-columns: 1fr !important;
  }
  .check-success {
    margin-top: 0px;
  }
  .check-success img {
    width: 80px;
    height: 80px;
  }
  .check-success h4 {
    font-size: 21px;
  }
}

@media (max-width: 430px) {
  .check-success .check-btn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .check-success .check-btn button {
    min-width: 100%;
  }
}
