/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-gray-50: #f9fafb;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
  @supports (color: lab(0% 0 0)) {
    :root,
    :host {
      --color-blue-500: lab(54.1736% 13.3368 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-gray-50: lab(98.2596% -0.247031 -0.706708);
      --color-gray-500: lab(47.7841% -0.393212 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -0.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}
@layer components;
@layer utilities {
  .sticky {
    position: sticky;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    max-width: 1200px;
  }
  .box-border {
    box-sizing: border-box;
  }
  @media (min-width: 40rem) {
    .sm\:mt-\[14px\] {
      margin-top: 14px;
    }
    .sm\:mt-\[18px\] {
      margin-top: 18px;
    }
    .sm\:mt-\[30px\] {
      margin-top: 30px;
    }
    .sm\:mt-\[34px\] {
      margin-top: 34px;
    }
    .sm\:mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .sm\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }
    .sm\:ml-6 {
      margin-left: calc(var(--spacing) * 6);
    }
    .sm\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .sm\:h-\[20px\] {
      height: 20px;
    }
    .sm\:h-\[25px\] {
      height: 25px;
    }
    .sm\:h-\[36px\] {
      height: 36px;
    }
    .sm\:h-\[40px\] {
      height: 40px;
    }
    .sm\:h-\[45px\] {
      height: 45px;
    }
    .sm\:h-\[47px\] {
      height: 47px;
    }
    .sm\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .sm\:w-\[20px\] {
      width: 20px;
    }
    .sm\:w-\[25px\] {
      width: 25px;
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:min-w-\[130px\] {
      min-width: 130px;
    }
    .sm\:min-w-\[200px\] {
      min-width: 200px;
    }
    .sm\:max-w-\[150px\] {
      max-width: 150px;
    }
    .sm\:max-w-\[300px\] {
      max-width: 300px;
    }
    .sm\:max-w-\[320px\] {
      max-width: 320px !important;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:items-stretch {
      align-items: stretch;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .sm\:text-\[14px\] {
      font-size: 14px;
    }
    .sm\:text-\[15px\] {
      font-size: 15px;
    }
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
    .sm\:text-\[28px\] {
      font-size: 28px;
    }
    .sm\:px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (min-width: 48rem) {
    .md\:line-clamp-1 {
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .\!md\:line-clamp-1 {
      -webkit-line-clamp: 1 !important;
      -webkit-box-orient: vertical !important;
      display: -webkit-box !important;
      overflow: hidden !important;
    }
    .md\:line-clamp-2 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .\!md\:line-clamp-2 {
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical !important;
      display: -webkit-box !important;
      overflow: hidden !important;
    }
    .md\:block {
      display: block !important;
    }
    .md\:hidden {
      display: none !important;
    }
    .md\:items-center {
      align-items: center !important;
    }
    .md\:my-5 {
      margin-block: calc(var(--spacing) * 5);
    }
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .md\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }
    .md\:ml-4 {
      margin-left: calc(var(--spacing) * 4) !important;
    }
    .md\:ml-6 {
      margin-left: calc(var(--spacing) * 6);
    }
    .md\:ml-7 {
      margin-left: calc(var(--spacing) * 7);
    }
    .md\:ml-8 {
      margin-left: calc(var(--spacing) * 8);
    }
    .md\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .\!md\:h-\[100px\] {
      height: 100px !important;
    }
    .\!md\:h-\[120px\] {
      height: 120px !important;
    }
    .md\:h-\[270px\] {
      height: 270px !important;
    }
    .md\:max-h-\[380px\] {
      max-height: 380px;
    }
    .md\:min-w-full {
      min-width: 100%;
    }
    .md\:w-full {
      width: 100% !important;
    }
    .md\:w-1\/2 {
      width: 50%;
    }
    .md\:w-1\/4 {
      width: 25%;
    }
    .md\:w-1\/5 {
      width: 20%;
    }
    .md\:w-2\/5 {
      width: 40%;
    }
    .md\:w-3\/5 {
      width: 60%;
    }
    .md\:w-3\/4 {
      width: 75%;
    }
    .md\:w-4\/5 {
      width: 80%;
    }
    .md\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .md\:w-\[30\%\] {
      width: 30%;
    }
    .md\:w-\[35\%\] {
      width: 35%;
    }
    .md\:w-\[40\%\] {
      width: 40% !important;
    }
    .md\:w-\[70\%\] {
      width: 70%;
    }
    .md\:max-w-\[70px\] {
      max-width: 70px;
    }
    .md\:max-w-\[500px\] {
      max-width: 500px !important;
    }
    .md\:max-w-\[520px\] {
      max-width: 520px;
    }
    .md\:max-w-\[340px\] {
      max-width: 340px;
    }
    .md\:max-w-\[300px\] {
      max-width: 300px;
    }
    .md\:max-w-\[270px\] {
      max-width: 270px;
    }
    .md\:max-w-\[260px\] {
      max-width: 260px;
    }
    .md\:max-w-none {
      max-width: none !important;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex {
      display: flex;
    }
    .md\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
    .md\:px-auto {
      padding-left: auto;
      padding-right: auto;
    }
    .md\:gap-x-4 {
      column-gap: calc(var(--spacing) * 4);
    }
    .md\:gap-y-2 {
      row-gap: calc(var(--spacing) * 2);
    }
    /* .md\:gap-y-2 {
      column-gap: calc(var(--spacing) * 2);
    } */
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .\!md\:gap-0 {
      gap: calc(var(--spacing) * 0) !important;
    }
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .md\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
    .md\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
    .md\:px-1 {
      padding-left: calc(var(--spacing) * 1);
      padding-right: calc(var(--spacing) * 1);
    }
    .md\:px-2 {
      padding-left: calc(var(--spacing) * 2);
      padding-right: calc(var(--spacing) * 2);
    }
    .\!md\:px-2 {
      padding-left: calc(var(--spacing) * 2) !important;
      padding-right: calc(var(--spacing) * 2) !important;
    }
    .md\:px-3 {
      padding-left: calc(var(--spacing) * 3);
      padding-right: calc(var(--spacing) * 3);
    }
    .\!md\:px-3 {
      padding-left: calc(var(--spacing) * 3) !important;
      padding-right: calc(var(--spacing) * 3) !important;
    }
    .md\:px-4 {
      padding-left: calc(var(--spacing) * 4);
      padding-right: calc(var(--spacing) * 4);
    }
    .\!md\:px-4 {
      padding-left: calc(var(--spacing) * 4) !important;
      padding-right: calc(var(--spacing) * 4) !important;
    }
    .md\:px-5 {
      padding-left: calc(var(--spacing) * 5);
      padding-right: calc(var(--spacing) * 5);
    }
    .md\:px-6 {
      padding-left: calc(var(--spacing) * 6);
      padding-right: calc(var(--spacing) * 6);
    }
    .\!md\:px-6 {
      padding-left: calc(var(--spacing) * 6) !important;
      padding-right: calc(var(--spacing) * 6) !important;
    }
    .md\:pl-\[4px\] {
      padding-left: 4px !important;
    }
    .md\:pl-4 {
      padding-left: calc(var(--spacing) * 4);
    }
    .md\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
    .\!md\:pl-6 {
      padding-left: calc(var(--spacing) * 6) !important;
    }
    .\!md\:pl-7 {
      padding-left: calc(var(--spacing) * 7) !important;
    }
    .md\:pr-\[1px\] {
      padding-right: 1px;
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .md\:text-\[14px\] {
      font-size: 14px;
    }
    .md\:text-\[16px\] {
      font-size: 16px;
    }
    .md\:text-\[20px\] {
      font-size: 20px;
    }
    .md\:text-\[28px\] {
      font-size: 28px;
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:whitespace-nowrap {
      white-space: nowrap;
    }
  }
  @media (min-width: 64rem) {
    .lg\:line-clamp-1 {
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .lg\:line-clamp-2 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .lg\:line-clamp-3 {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .lg\:line-clamp-4 {
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
    .lg\:mx-1 {
      margin-left: calc(var(--spacing) * 1);
      margin-right: calc(var(--spacing) * 1);
    }
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .lg\:mr-1 {
      margin-right: calc(var(--spacing) * 1);
    }
    .\!lg\:mr-1 {
      margin-right: calc(var(--spacing) * 1) !important;
    }
    .lg\:ml-1 {
      margin-left: calc(var(--spacing) * 1);
    }
    .\!lg\:ml-1 {
      margin-left: calc(var(--spacing) * 1) !important;
    }
    .lg\:ml-2 {
      margin-left: calc(var(--spacing) * 2);
    }
    .\!lg\:ml-2 {
      margin-left: calc(var(--spacing) * 2) !important;
    }
    .lg\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }
    .lg\:ml-6 {
      margin-left: calc(var(--spacing) * 6) !important;
    }
    .lg\:ml-7 {
      margin-left: calc(var(--spacing) * 7) !important;
    }
    .lg\:ml-8 {
      margin-left: calc(var(--spacing) * 8) !important;
    }
    .lg\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .lg\:mt-12 {
      margin-top: calc(var(--spacing) * 12) !important;
    }
    .lg\:block {
      display: block !important;
    }
    .lg\:hidden {
      display: none;
    }
    .\!lg\:hidden {
      display: none !important;
    }
    .lg\:w-1\/2 {
      width: 50%;
    }
    .lg\:w-1\/3 {
      width: 25% !important;
    }
    .lg\:w-2\/3 {
      width: 75% !important;
    }
    .\!lg\:w-4\/5 {
      width: 80% !important;
    }
    .lg\:w-4\/5 {
      width: 80%;
    }
    .lg\:w-3\/5 {
      width: 60%;
    }
    .lg\:w-2\/5 {
      width: 40%;
    }
    .\!lg\:w-1\/5 {
      width: 20% !important;
    }
    .lg\:w-1\/5 {
      width: 20%;
    }
    .lg\:w-\[76\%\] {
      width: 76%;
    }
    .lg\:w-\[40\%\] {
      width: 40%;
    }
    .lg\:w-\[30\%\] {
      width: 30%;
    }
    .lg\:w-\[24\%\] {
      width: 24%;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:w-\[300px\] {
      width: 300px;
    }
    .\!lg\:w-\[300px\] {
      width: 300px !important;
    }
    .\!lg\:w-\[340px\] {
      width: 340px !important;
    }
    .lg\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row !important;
    }
    .lg\:flex {
      display: flex !important;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
    .lg\:pl-0 {
      padding-left: 0;
    }
    .lg\:pr-\[150px\] {
      padding-right: 150px;
    }
    .lg\:pl-3 {
      padding-left: calc(var(--spacing) * 3);
    }
    .lg\:pl-\[35px\] {
      padding-left: 35px;
    }
    .lg\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
    .lg\:max-w-\[520px\] {
      max-width: 520px !important;
    }
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
    .lg\:custom-border-left-select-image {
      border-left: 1px solid #d5d5d5;
    }
  }
  @media (min-width: 80rem) {
    .xl\:gap-x-0 {
      column-gap: calc(var(--spacing) * 0);
    }
    .xl\:pl-\[30px\] {
      padding-left: 30px;
    }
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .\!mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[0\.8125rem\] {
    margin-top: 0.8125rem;
  }
  .mt-custom {
    margin-top: 0.8125rem;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[75px\] {
    margin-top: 75px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20) !important;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .hidden {
    display: none;
  }
  .payment-option .check-icon.custom-hidden {
    display: none;
  }
  .custom-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .\!line-clamp-1 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
  }
  .\!line-clamp-2 {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[16px\] {
    height: 16px;
  }
  .\!h-\[16px\] {
    height: 16px !important;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .\!h-\[26px\] {
    height: 26px !important;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[160px\] {
    max-height: 160px;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[270px\] {
    max-height: 270px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[360px\] {
    max-height: 360px;
  }
  .max-h-\[380px\] {
    max-height: 380px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[36px\] {
    min-height: 36px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/5 {
    width: 40%;
  }
  .w-3\/5 {
    width: 60%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .\!w-\[26px\] {
    width: 26px !important;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[81px\] {
    width: 81px;
  }
  .w-\[100px\] {
    width: 100px !important;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[30\%\] {
    width: 35%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .w-\[49\%\] {
    width: 49%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[92\%\] {
    width: 94%;
  }
  .w-\[94\%\] {
    width: 94%;
  }
  .w-\[97\%\] {
    width: 97%;
  }
  .width-100vw {
    width: 100vw;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .w-max {
    width: max-content;
  }
  .\!min-w-\[100px\] {
    min-width: 100px !important;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[90px\] {
    min-width: 90px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .max-w-\[70px\] {
    max-width: 70px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[124px\] {
    max-width: 124px;
  }
  .max-w-\[130px\] {
    max-width: 130px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[165px\] {
    max-width: 165px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[247px\] {
    max-width: 247px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .\!max-w-\[165px\] {
    max-width: 165px !important;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[2fr_auto_3fr\] {
    grid-template-columns: 2fr auto 3fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .\!gap-6 {
    gap: calc(var(--spacing) * 6) !important;
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 1) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .\!rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .\!rounded-\[4px\] {
    border-radius: 4px !important;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .\!rounded-\[5px\] {
    border-radius: 5px !important;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .\!border-\[\#0455A4\] {
    border-color: #0455a4 !important;
  }
  .border-\[\#2bbef9\] {
    border-color: #2bbef9;
  }
  .border-\[\#C1C7CD\] {
    border-color: #c1c7cd;
  }
  .border-\[\#DADADA\] {
    border-color: #dadada;
  }
  .border-\[\#DCDCDC\] {
    border-color: #dcdcdc !important;
  }
  .border-\[\#EDEDED\] {
    border-color: #ededed;
  }
  .bg-\[\#F0F0F0\] {
    background-color: #f0f0f0;
  }
  .bg-\[\#F1F8FF\] {
    background-color: #f1f8ff;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#0455A4\] {
    background-color: #0455a4;
  }
  .bg-\[\#0054A5\] {
    background-color: #0054a5;
  }
  .bg-\[\#6bcce24d\] {
    background-color: #6bcce24d;
  }
  .bg-\[\#FF853F\] {
    background-color: #ff853f;
  }
  .bg-\[\#F5F4F4\] {
    background-color: #f5f4f4;
  }
  .bg-\[\#2BBEF9\] {
    background-color: #2bbef9;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #ffffff;
  }
  .\!bg-\[\#FFFFFF\] {
    background-color: #ffffff !important;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #f6f6f6;
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-\[\#656565\] {
    fill: #656565;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: 0 !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-7 {
    padding-right: calc(var(--spacing) * 7);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .\!pl-0 {
    padding-left: calc(var(--spacing) * 0) !important;
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[1\.5em\] {
    padding-left: 1.5em;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#474440\] {
    color: #474440;
  }
  .text-\[\#1C536F\] {
    color: #1c536f;
  }
  .text-\[\#DA9180\] {
    color: #da9180;
  }
  .text-\[\#000000\] {
    color: #000;
  }
  .text-\[\#2BBEF9\] {
    color: #2bbef9;
  }
  .text-\[\#3D3D3D\] {
    color: #3d3d3d;
  }
  .text-\[\#0455A4\] {
    color: #0455a4;
  }
  .\!text-\[\#0455A4\] {
    color: #0455a4 !important;
  }
  .text-\[\#18364D\] {
    color: #18364d;
  }
  .\!text-\[\#161616\] {
    color: #161616 !important;
  }
  .text-\[\#161616\] {
    color: #161616;
  }
  .text-\[\#393939\] {
    color: #393939;
  }
  .text-\[\#484554\] {
    color: #484554;
  }
  .text-\[\#656565\] {
    color: #656565;
  }
  .text-\[\#717171\] {
    color: #717171;
  }
  .text-\[\#A1A3A5\] {
    color: #a1a3a5;
  }
  .text-\[\#E52B2F\] {
    color: #e52b2f;
  }
  .text-\[\#FFFFFF\] {
    color: #fff;
  }
  .\!text-\[\#FFFFFF\] {
    color: #fff !important;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .placeholder\:text-\[\#A5A5A5\]::placeholder {
    color: #a5a5a5;
  }
  @media (hover: hover) {
    .hover\:bg-blue-600:hover {
      background-color: var(--color-blue-600);
    }
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
        0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  @media (min-width: 40rem) {
    .sm\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }
    .sm\:ml-0 {
      margin-left: calc(var(--spacing) * 3);
    }
    .sm\:mt-0 {
      margin-top: 0 !important;
    }
    .sm\:mt-\[14px\] {
      margin-top: 14px;
    }
    .sm\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .sm\:h-\[20px\] {
      height: 20px;
    }
    .sm\:h-\[25px\] {
      height: 25px;
    }
    .sm\:h-\[40px\] {
      height: 40px;
    }
    .sm\:h-\[45px\] {
      height: 45px;
    }
    .sm\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .sm\:w-\[20px\] {
      width: 20px;
    }
    .sm\:w-\[25px\] {
      width: 25px;
    }
    .sm\:min-w-\[130px\] {
      min-width: 130px;
    }
    .sm\:min-w-\[200px\] {
      min-width: 200px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:justify-start {
      justify-content: flex-start !important;
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .sm\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
    .sm\:text-left {
      text-align: left !important;
    }
  }
  @media (min-width: 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .md\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .md\:mb-1 {
      margin-bottom: calc(var(--spacing) * 1);
    }
    .md\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .md\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }
    .md\:ml-6 {
      margin-left: calc(var(--spacing) * 6);
    }
    .md\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .md\:w-1\/2 {
      width: 50%;
    }
    .md\:w-1\/4 {
      width: 25%;
    }
    .md\:w-1\/5 {
      width: 20%;
    }
    .md\:w-3\/4 {
      width: 75%;
    }
    .md\:w-4\/5 {
      width: 80%;
    }
    .md\:w-\[100px\] {
      width: 100px;
    }
    .md\:w-\[200px\] {
      width: 200px;
    }
    .md\:w-\[300px\] {
      width: 300px !important;
    }
    .md\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex {
      display: flex;
    }
    .\!md\:flex {
      display: flex !important;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex-col {
      flex-direction: column;
    }
    .md\:gap-x-2 {
      column-gap: calc(var(--spacing) * 2);
    }
    .md\:gap-1 {
      gap: calc(var(--spacing) * 1) !important;
    }
    .md\:gap-1 {
      gap: calc(var(--spacing) * 1) !important;
    }
    .md\:gap-5 {
      padding: calc(var(--spacing) * 5);
    }
    .md\:gap-6 {
      padding: calc(var(--spacing) * 6);
    }
    .md\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .md\:text-\[16px\] {
      font-size: 16px;
    }
    .md\:text-\[28px\] {
      font-size: 28px;
    }
    .md\:text-left {
      text-align: left !important;
    }
  }
  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:px-0 {
      padding-left: calc(var(--spacing) * 0);
      padding-right: calc(var(--spacing) * 0);
    }
    .\!lg\:px-0 {
      padding-left: calc(var(--spacing) * 0) !important;
      padding-right: calc(var(--spacing) * 0) !important;
    }
    .lg\:px-1 {
      padding-left: calc(var(--spacing) * 1);
      padding-right: calc(var(--spacing) * 1);
    }
    .\!lg\:px-1 {
      padding-left: calc(var(--spacing) * 1) !important;
      padding-right: calc(var(--spacing) * 1) !important;
    }
    .lg\:px-2 {
      padding-left: calc(var(--spacing) * 2);
      padding-right: calc(var(--spacing) * 2);
    }
    .lg\:px-6 {
      padding-left: calc(var(--spacing) * 6);
      padding-right: calc(var(--spacing) * 6);
    }
  }
  @media (min-width: 80rem) {
    .xl\:gap-x-0 {
      column-gap: calc(var(--spacing) * 0);
    }
    .xl\:pl-\[30px\] {
      padding-left: 30px;
    }
  }
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.my-3 {
  margin-block: calc(var(--spacing) * 3);
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-6 {
  margin-block: calc(var(--spacing) * 6);
}
.my-\[75px\] {
  margin-top: 75px;
  margin-bottom: 75px;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.custom-mt {
  margin-top: 0.8125rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[75px\] {
  margin-top: 75px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[6px\] {
  margin-bottom: 5px;
}
.\!m-0 {
  margin: 0 !important;
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.ml-0 {
  margin-left: calc(var(--spacing) * 0);
}
.\!ml-0 {
  margin-left: calc(var(--spacing) * 0) !important;
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-3 {
  margin-left: calc(var(--spacing) * 3);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.ml-6 {
  margin-left: calc(var(--spacing) * 6);
}
.ml-auto {
  margin-left: auto;
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}

.flex {
  display: flex;
}
.h-auto {
  height: auto;
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.\!w-full {
  width: 100% !important;
}
.w-full {
  width: 100%;
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
    var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-1 {
  flex: 1;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t-\[1px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-b {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-\[\#2bbef9\] {
  border-color: #2bbef9;
}
.border-\[\#C1C7CD\] {
  border-color: #c1c7cd;
}
.border-\[\#DADADA\] {
  border-color: #dadada;
}
.bg-blue-500 {
  background-color: var(--color-blue-500);
}
.bg-blue-600 {
  background-color: var(--color-blue-600);
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-gray-500 {
  background-color: var(--color-gray-500);
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-7 {
  padding-block: calc(var(--spacing) * 7);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-\[4px\] {
  padding-block: 4px;
}
.pr-3 {
  padding-right: calc(var(--spacing) * 3);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}

.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[28px\] {
  font-size: 28px;
}

.font-\[300\] {
  --tw-font-weight: 300;
  font-weight: 300;
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[500\] {
  --tw-font-weight: 500;
  font-weight: 500;
}
.font-\[600\] {
  --tw-font-weight: 600;
  font-weight: 600;
}
.font-\[700\] {
  --tw-font-weight: 700;
  font-weight: 700;
}

.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.break-words {
  overflow-wrap: break-word;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.\!line-clamp-1 {
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}
.\!line-clamp-2 {
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.text-blue-600 {
  color: var(--color-blue-600);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
    0 1px 2px -1px var(--tw-shadow-color, #0000001a);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.transition {
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
    --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
    filter, -webkit-backdrop-filter, backdrop-filter, display,
    content-visibility, overlay, pointer-events;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .hover\:bg-blue-600:hover {
    background-color: var(--color-blue-600);
  }
  .hover\:bg-gray-600:hover {
    background-color: var(--color-gray-600);
  }
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
      0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (min-width: 40rem) {
  .sm\:ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .sm\:h-6 {
    height: calc(var(--spacing) * 6);
  }
  .sm\:h-\[20px\] {
    height: 20px;
  }
  .sm\:h-\[25px\] {
    height: 25px;
  }
  .sm\:h-\[40px\] {
    height: 40px;
  }
  .sm\:h-\[45px\] {
    height: 45px;
  }
  .sm\:w-6 {
    width: calc(var(--spacing) * 6);
  }
  .sm\:w-\[20px\] {
    width: 20px;
  }
  .sm\:w-\[25px\] {
    width: 25px;
  }
  .sm\:min-w-\[130px\] {
    min-width: 130px;
  }
  .sm\:min-w-\[200px\] {
    min-width: 200px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-\[18px\] {
    font-size: 18px;
  }
  .sm\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .md\:ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .md\:h-6 {
    height: calc(var(--spacing) * 6);
  }
  .md\:my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-\[30\%\] {
    width: 30%;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-6 {
    width: calc(var(--spacing) * 6);
  }
  .md\:w-\[70\%\] {
    width: 70%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex {
    display: flex;
  }
  .md\:gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .md\:p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[22px\] {
    font-size: 22px;
  }
  .md\:text-\[28px\] {
    font-size: 28px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[28px\] {
    font-size: 28px;
  }
}

@media (min-width: 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {
  .xl\:gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
  .xl\:pl-\[30px\] {
    padding-left: 30px;
  }
}

a {
  color: #646cff;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-weight: 500;
}
a:hover {
  color: #535bf2;
}
.logo {
  will-change: filter;
  height: 6em;
  padding: 1.5em;
  transition: filter 0.3s;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vanilla:hover {
  filter: drop-shadow(0 0 2em #f7df1eaa);
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
.flex-row {
  flex-direction: row;
}
button {
  cursor: pointer;
  background-color: #1a1a1a;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 0.6em 1.2em;
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.rounded-sm {
  border-radius: var(--radius-sm);
}

.max-h-\[360px\] {
  max-height: 360px;
}
.container {
  max-width: 1200px;
}
.title-txt {
  color: #0054a5;
  font-size: 18px;
  font-weight: 700;
}
.date-txt {
  color: #3161c2;
  font-size: 0.8125rem;
}
.title-news-item-txt {
  color: #161616;
  font-size: 1rem;
  font-weight: 500;
}

.custom-link-underline:hover .title-news-item-txt {
  color: #2563eb;
}

.custom-text-color-2563eb:hover {
  color: #2563eb;
}

.custom-link-tin-noi-bat {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.custom-link-tin-noi-bat_bottom_dadada {
  border-bottom: 1px solid #dadada;
}

.custom-link-tin-noi-bat:hover .custom-mt {
  color: #2563eb;
}

.description-news-item-txt {
  color: #3d3d3d;
  font-size: 0.875rem;
  font-weight: 400;
}
.author-news-items-txt {
  color: #656565;
  font-size: 0.75rem;
  font-weight: 400;
}
.price-news-items-txt {
  color: #18364d;
  font-size: 0.875rem;
  font-weight: 700;
}
.view-news-items-txt {
  color: #ff853f;
  font-size: 0.6875rem;
  font-weight: 400;
}
.shadow-figma-card {
  border-radius: 0px 0px 10px 10px;
  /* box-shadow: 0 4px 36.5px #0000002e; */
  border-top: 2px solid #2bbef9;
}

.shadow-figma-card-bg-f6f6f6 {
  background: #f6f6f6;
  border-radius: 0px 0px 10px 10px;
  /* box-shadow: 0 4px 36.5px #0000002e; */
  border-top: 2px solid #2bbef9;
}

.solid_item_tag04 {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.solid_bottom_item_tag04 {
  border-bottom: 1px solid #dadada;
}

.custom-img-zoom {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
  --tw-duration: 0.1s;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  object-fit: fill;
}
.custom-img-zoom:hover {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.custom-img-zoom-svg {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
  --tw-duration: 0.1s;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.custom-img-zoom-svg:hover {
  --tw-scale-x: 120%;
  --tw-scale-y: 120%;
  --tw-scale-z: 120%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.custom-svg-zoom {
  border-radius: 8px;
  padding: 8px;
}

.custom-svg-zoom:hover .my-class svg {
  transform: scale(1.2);
}

.custom-svg-zoom:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.custom-svg-zoom .my-class svg {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.custom-link-underline {
  cursor: pointer;
  color: #161616;
  transition: color 0.2s;
  display: inline-block;
  position: relative;
}
.custom-link-underline:after {
  content: "";
  background-color: #2563eb;
  width: 0;
  height: 2px;
  transition: width 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.custom-link-underline:hover {
  color: #2563eb !important;
}
.custom-link-underline:hover:after {
  width: 100%;
}
.list-hover-div {
  color: #18364d;
  cursor: pointer;
  transition: color 0.3s;
}
.list-hover-div:hover {
  color: #0d8ecf;
}
.list-hover li {
  color: #18364d;
  cursor: pointer;
  transition: color 0.3s;
}
.custom-border-details-magazine {
  border-right: 1px solid #c1c7cd;
}
.list-hover li:hover {
  color: #0d8ecf;
}
.book_shadow {
  border: 1px solid #f5f5f5;
  padding: 1px;
  box-shadow: 0 4px 9.8px #00000073;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox .checkmark {
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #0000008a;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #0000008a;
  border-color: #0000008a;
}
.custom-checkbox input:checked + .checkmark:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(45deg);
}

.custom-checkbox.custom-modal input:checked + .checkmark:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
}

.custom-btn-orange-chi-tiet-tcdt {
  background-color: #ff853f;
  border-radius: 5px;
  align-items: center;
  min-width: 130px;
  transition: all 0.3s;
  display: flex;
}
.custom-btn-orange-chi-tiet-tcdt:hover {
  cursor: pointer;
  background-color: #e6732f;
  transform: scale(1.03);
}
.custom-btn-blue-chi-tiet-tcdt {
  color: #fff;
  background-color: #0455a4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: all 0.3s;
  display: flex;
}
.custom-btn-blue-chi-tiet-tcdt:hover {
  cursor: pointer;
  background-color: #034080;
  transform: scale(1.05);
}
.custom-checkbox .checkmark {
  transform-origin: 50%;
  transition: all 0.4s;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #0054a5;
  border-color: #0000008a;
  transform: rotate(360deg);
}
.custom-checkbox input:not(:checked) + .checkmark {
  transform: rotate(0);
}
.news-item-tag-03-trang-chi-tiet-tap-chi-dien-tu:hover li {
  cursor: pointer;
  color: #0455a4;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s, font-weight 0.2s;
}
.news-item-tag-03-trang-chi-tiet-tap-chi-dien-tu:hover div {
  color: #6b6b6b;
  font-weight: 600;
  transition: color 0.2s, font-weight 0.2s;
}
.custom-input-login {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 14px 14px;
}
.custom-input-login:focus {
  outline: none;
  border-color: #00c9a7 !important;
}
.custom-btn-blue-login {
  color: #fff !important;
  background-color: #0054a5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s;
  display: flex;
}
@media (min-width: 640px) {
  .custom-btn-blue-login {
    min-width: 180px;
    height: 45px;
    font-size: 16px;
  }
}
.custom-btn-blue-login:hover {
  cursor: pointer;
  background-color: #0066cc;
  transform: scale(1.05);
}
.text-link-forget-password {
  color: #18364d;
  cursor: pointer;
  transition: all 0.2s;
}
.text-link-forget-password:hover {
  color: #1ca6dc;
  text-decoration: underline;
}
.text-link-register {
  color: #0054a5;
  cursor: pointer;
  transition: all 0.2s;
}
.text-link-register:hover {
  color: #034080;
  text-decoration: underline;
}
.text-link-policy {
  cursor: pointer;
  transition: all 0.2s;
}
.text-link-policy:hover {
  color: #2bbef9;
  text-decoration: underline;
}
.tag_01_left_chinh_sua_thong_tin {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 18px 7px;
}
.tag_02_right_chinh_sua_thong_tin {
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.custom_small_border {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.custom-link {
  cursor: pointer;
  --tw-font-weight: 400;
  color: #484554;
  transition-property: all;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))
  );
  transition-duration: var(
    --tw-duration,
    var(--default-transition-duration, 0.15s)
  );
  --tw-duration: 0.2s;
  --tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: 0.2s;
  transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.custom-link:hover {
  --tw-font-weight: 500;
  color: var(--color-blue-600, #155dfc);
  font-size: 17px;
  font-weight: 500;
}
@supports (color: lab(0% 0 0)) {
  .custom-link:hover {
    color: var(--color-blue-600, lab(44.0605% 29.0279 -86.0352));
  }
}
.custom-btn-select-avatar {
  cursor: pointer;
  color: #656565;
  transition-property: all;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))
  );
  transition-duration: var(
    --tw-duration,
    var(--default-transition-duration, 0.15s)
  );
  --tw-duration: 0.2s;
  --tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: 0.2s;
  transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
}
.custom-btn-select-avatar:hover {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  background-color: var(--color-blue-500, #3080ff);
  color: var(--color-white, #fff);
}
@supports (color: lab(0% 0 0)) {
  .custom-btn-select-avatar:hover {
    background-color: var(--color-blue-500, lab(54.1736% 13.3368 -74.6839));
  }
}
.bullet {
  position: relative;
  padding-left: 20px; /* khoảng cách giữa dấu chấm và chữ */
  line-height: 1.5; /* đảm bảo text đủ cao để căn giữa */
}

.bullet::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px; /* kích thước dấu chấm */
  color: #484554;
}

.custom-border-shopping-cart {
  border: 1px solid #fff;
}
.custom-border-bought {
  border: 1px solid #ff853f;
}
.custom-btn-plus {
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.custom-btn-plus:hover {
  background-color: #bfbfbf;
  transform: scale(1.2);
}
.custom-btn-plus:active {
  transform: scale(0.95);
}
.custom-btn-buy {
  color: #ff853f;
  cursor: pointer;
  border: 1px solid #ff853f;
  border-radius: 5px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.custom-btn-buy:hover {
  color: #fff;
  background-color: #ff853f;
  transform: scale(1.2);
  box-shadow: 0 2px 6px #00000026;
}
.custom-btn-buy:active {
  transform: scale(0.95);
}

.custom-border-bottom-DCDCDC {
  border-bottom: 1px solid #dcdcdc;
}

.custom-header-table-lich-su-giao-dich {
  color: #484554;
  font-size: 16px;
  font-weight: 700;
}
.custom-success-color {
  color: #22c55e !important;
}
.custom-error-color {
  color: #ef4444 !important;
}
.custom-wait-color {
  color: #facc15 !important;
}
.overflow-hidden {
  overflow: hidden;
}

.\!leading-normal {
  line-height: normal !important;
}

.custom-table-row-hover {
  transition: background-color 0.15s ease-in-out;
}

.custom-table-row-hover:hover {
  background-color: #e0e0e0; /* màu nền khi hover */
}

.custom-border-DCDCDC {
  border: 1px solid #dcdcdc;
}
.custom-selection-method {
  opacity: 0.3;
  background-color: #6bcce2;
}
.payment-option.active {
  background-color: #6bcce24d;
  border-color: #0000;
}
.payment-option.active .check-icon {
  display: flex !important;
}

.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.active\:scale-95:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.password-toggle .icon-eye {
  display: none;
}

.password-toggle.show-password .icon-eye {
  display: block !important;
}

.password-toggle.show-password .icon-eye-slash {
  display: none !important;
}

select.custom-arrow {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-color: white;
  border-radius: 6px;
  padding: 0 32px 0 27px; /* chừa chỗ bên phải cho arrow */
  font-size: 14px;

  /* tạo arrow mới để điều khiển được */
  background-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5365%209.37498L12.4948%2013.4167L8.45313%209.37498C8.25851%209.17993%207.99429%209.07031%207.71875%209.07031C7.44321%209.07031%207.17899%209.17993%206.98438%209.37498C6.57812%209.78123%206.57812%2010.4375%206.98438%2010.8437L11.7656%2015.625C12.1719%2016.0312%2012.8281%2016.0312%2013.2344%2015.625L18.0156%2010.8437C18.4219%2010.4375%2018.4219%209.78123%2018.0156%209.37498C17.6094%208.97915%2016.9427%208.96874%2016.5365%209.37498V9.37498Z'%20fill='%23555555'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; /* ← dịch mũi tên */
  background-size: 22px;
}

/* Nếu muốn dịch thêm sang trái 8px */
select.custom-arrow-rounded.shift {
  background-position: calc(100% - 14px) center;
}

select.custom-arrow-rounded {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-color: white;
  border-radius: 10px;
  padding: 14px; /* chừa chỗ bên phải cho arrow */
  font-size: 14px;

  /* tạo arrow mới để điều khiển được */
  background-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5365%209.37498L12.4948%2013.4167L8.45313%209.37498C8.25851%209.17993%207.99429%209.07031%207.71875%209.07031C7.44321%209.07031%207.17899%209.17993%206.98438%209.37498C6.57812%209.78123%206.57812%2010.4375%206.98438%2010.8437L11.7656%2015.625C12.1719%2016.0312%2012.8281%2016.0312%2013.2344%2015.625L18.0156%2010.8437C18.4219%2010.4375%2018.4219%209.78123%2018.0156%209.37498C17.6094%208.97915%2016.9427%208.96874%2016.5365%209.37498V9.37498Z'%20fill='%23555555'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; /* ← dịch mũi tên */
  background-size: 22px;
}

/* Nếu muốn dịch thêm sang trái 8px */
select.custom-arrow-rounded.shift {
  background-position: calc(100% - 14px) center;
}

.custom-link-underline-02 {
  cursor: pointer;
  transition: color 0.2s;
  display: inline-block;
  position: relative;
}
.custom-link-underline-02:after {
  content: "";
  background-color: #2563eb;
  width: 0;
  height: 2px;
  transition: width 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-title:hover {
  color: #2563eb !important;
}

.custom-link-underline-02:hover {
  color: #2563eb !important;
}
.custom-link-underline-02:hover:after {
  width: 100%;
}

.custom-btn-blue-bat-dau-su-dung {
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  transition: all 0.3s;
  display: flex;
}
.custom-btn-blue-bat-dau-su-dung:hover {
  cursor: pointer;
  background-color: #034080;
  transform: scale(1.05);
}

.custom-border-left-select-image {
  border-left: 1px solid #d5d5d5;
}

.custom-border-bottom-C1C7CD {
  border-bottom: 1px solid #c1c7cd;
}

.custom-header-modal-sort {
  border-bottom: 1px solid #0455a4;
}

.custom-button-access-modal {
  width: 100%;
  margin: 0;
  background-color: #0455a4;
  font-size: 500;
}

.custom-button-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px; /* chiều rộng nút */
  padding: 0;
  border-radius: 50%; /* làm nút tròn, có thể bỏ nếu muốn vuông */
  color: #0455a4; /* màu của icon (vì fill="currentColor") */
  border: none !important;
  background-color: transparent;
  transition: all 0.2s ease;
}

.custom-button-canvas:hover {
  background-color: #18364d;
  color: white; /* khi hover thì icon đổi sang trắng */
}

/* Toàn bộ offcanvas */
.offcanvas {
  background-color: #fafafa; /* trắng dịu, thay vì trắng tinh */
  color: #18364d; /* màu chữ mặc định bên trong */
  border-right: 1px solid #e0e0e0;
}

/* Phần header */
.custom-header-offcanvas {
  background-color: #f0f4f8; /* nền header nhẹ xanh nhạt */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0455a4;
}

.offcanvas-header.custom-header-offcanvas {
  padding: 24px;
}

/* Icon và chữ "Tài khoản" */
.custom-header-offcanvas svg {
  fill: #0455a4 !important; /* đồng màu chữ */
}

.custom-header-offcanvas span {
  color: #0455a4;
}

/* Nút đóng (dấu X) */
.custom-header-offcanvas .btn-close {
  filter: invert(18%) sepia(12%) saturate(2000%) hue-rotate(170deg)
    brightness(90%) contrast(90%);
  /* dịch nút X sang màu xanh đậm tương tự #18364D */
  opacity: 0.9;
}

.custom-header-offcanvas .btn-close:hover {
  opacity: 1;
  transform: scale(1.1);
}
.offcanvas-body {
  padding: 24px !important;
  background-color: #f0f4f8; /* nền header nhẹ xanh nhạt */
}

.custom-body-border {
  border: 1px solid #dcdcdc;
}

/* Danh sách trong body */
.offcanvas-body .list-group-item {
  border: none;
  background-color: transparent;
  color: #18364d;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  transition: all 0.2s ease;
}

.offcanvas-body .list-group-item:hover {
  color: white;
  background-color: #18364d;
  border-radius: 6px;
  padding-left: 10px;
}

.custom-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  overflow: hidden; /* 🧩 Giữ ảnh không bị tràn khi crop */
  box-sizing: border-box;
}

.img-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-overlay-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 16px; /* tương đương p-4 */
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.full-bg {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f6f6f6;
}

.block {
  display: block;
}

.custom-select-wrappep {
}

.custom-mobile-salary {
  border-top: 1px solid #dadada;
}

.\!text-\[\#\0054A5\] {
  color: #0054a5 !important;
}

.custom-btn-outline-blue {
  color: #0054a5; /* text-green-700 */
  border: 1px solid #0054a5; /* border-green-700 */
  background-color: transparent;
  font-weight: 500; /* font-medium */
  border-radius: 8px; /* rounded-lg */
  font-size: 0.875rem; /* text-sm */
  padding: 0.625rem 1.25rem; /* px-5 py-2.5 */
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.custom-btn-outline-blue:hover {
  color: #fff !important;
  background-color: #1976d2;
  border-color: #1976d2;
}

.custom-btn-outline-blue:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 84, 165, 0.3);
}

.custom_expand_F3F3F3 {
  flex-grow: 1; /* chiếm toàn bộ khoảng trống giữa h2 và button */
  border-top: 1px solid #0054a5; /* vạch kẻ */
  margin: 0 24px; /* khoảng cách với h2 và button */
  position: relative;
  top: 2px; /* tinh chỉnh căn giữa đường kẻ với text */
}

.custom-bg-0054A5 {
  background-color: #0054a5;
}

.custom-icon-white {
  color: #fff;
}

.text-4153b4 {
  color: #4153b4;
}

.text-D17F21 {
  color: #d17f21;
}

@layer base {
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

.custom-mobile-table-trang-chu .custom-th-table {
  color: #484554;
  font-size: 0.9375rem;
  font-weight: 700;
}

.custom-th-mobile {
  color: #484554;
  font-size: 0.9375rem;
  font-weight: 700;
}

.custom-th-table span {
  font-size: 0.875rem;
  font-weight: 600;
}

.custom-td-name-post {
  font-size: 0.875rem;
  font-weight: 600;
}

.custom-mobile-table-trang-chu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.custom-mobile-table-trang-chu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* mỗi thẻ */
.custom-mobile-table-trang-chu > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  padding: 1rem;
}

/* tên bài */
.custom-th-name-post {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #222;
  margin-bottom: 0.25rem;
}

/* căn đều các dòng sau */
.custom-mobile-table-trang-chu .text-sm {
  display: flex;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

/* căn đều giữa các dòng */
.custom-mobile-table-trang-chu .text-gray-700 > div {
  margin-bottom: 0.25rem;
}

.custom-mobile-table-trang-chu .text-gray-700 > div:last-child {
  margin-bottom: 0;
}

/* hiệu ứng hover nhẹ */
.custom-mobile-table-trang-chu > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.custom-top-right {
  position: absolute;
  top: -8px;
  right: 0;
}

.active {
  display: flex;
  align-items: center;
}

/* Ẩn nút close và form mặc định */
.custom-search-and-close .custom-btn-close,
.custom-search-and-close .header__formSearch {
  display: none;
}

/* Khi có class active thì hiện close và form, ẩn nút search */
.custom-search-and-close.active .custom-btn-search {
  display: none;
}

.custom-search-and-close.active .custom-btn-close,
.custom-search-and-close.active .header__formSearch {
  display: flex;
}

/* Tùy chỉnh căn giữa form cho đẹp */
.custom-search-and-close .header__formSearch {
  margin-top: 8px;
  justify-content: center;
}

.custom-search-and-close .header__formSearch input.uk-search-input {
  width: 180px;
  border-radius: 20px;
}

/* Ẩn form và nút đóng mặc định */
.custom-search-and-close .custom-btn-close,
.custom-search-and-close form {
  display: none;
}

/* Khi active: hiện form và nút Đóng, ẩn nút Tìm kiếm */
.custom-search-and-close.active .custom-btn-search {
  display: none;
}
.custom-search-and-close.active .custom-btn-close,
.custom-search-and-close.active form {
  display: flex;
  justify-content: center;
}

/* Khi có active thì ẩn toàn bộ li phía sau */
.custom-search-and-close.active ~ li {
  display: none;
}

.custom-right-30px-important {
  right: 30px !important;
}

/* Màu nền và chữ */
.uk-offcanvas-bar {
  background-color: #0054a5;
  color: #fff;
}

.uk-offcanvas-bar a {
  color: #fff !important;
}

/* Căn chỉnh icon mũi tên */
.uk-nav > li.uk-parent > a {
  position: relative;
  padding-right: 30px;
}

/* Căn chỉnh thẳng, mũi tên xuống mặc định */
.uk-nav > li.uk-parent > a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg); /* 45deg để mũi tên hướng xuống */
  transform-origin: center;
  transition: transform 0.25s ease;
  pointer-events: none;
}

/* Khi submenu mở thì xoay icon lên */
.uk-nav > li.uk-parent.uk-open > a .arrow {
  transform: translateY(-50%) rotate(225deg);
}

/* Nút close màu trắng */
.uk-offcanvas-close {
  color: #fff !important; /* màu chữ/icon */
}

.uk-nav li,
.uk-dropdown-nav li {
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 0px 5px 0px;
}

.uk-nav li > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
}

.bg-0054A5 {
  background-color: #0054a5;
}

.custom-input-search-mobile {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 2px;
}

.uk-search-default .uk-search-input {
  border: none;
}

.uk-navbar-item.uk-logo img {
  height: 100%; /* Chiều cao = container */
  max-height: 100%; /* Không vượt quá */
  width: auto; /* Giữ tỷ lệ khung hình */
  object-fit: contain; /* Co hình vừa khung */
  display: block;
}

.uk-navbar-center.uk-hidden\@s .max-w-\[165px\] {
  /* text-align: center; */
  line-height: 1.2;
  font-size: clamp(10px, 2vw, 13px); /* chữ co giãn theo màn hình */
  word-wrap: break-word; /* ngắt từ nếu dài */
}

.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
  gap: 0;
}

.pl-2 {
  padding-left: 2px;
}
.custom-expand-bottom {
  border-bottom: 1px solid rgba(161, 163, 165, 0.45);
}
.custom-btn-scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 85px;
  z-index: 100;
  background-color: #ff853f;
  color: white;
  border: none;
  outline: none;

  /* ✅ Fix kích thước chuẩn */
  width: 50px;
  height: 50px;
  padding: 0;
  box-sizing: border-box;

  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;

  /* ✅ Căn giữa ký tự */
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.custom-btn-scroll-to-top:focus {
  outline: none; /* tắt outline mặc định */
  box-shadow: 0 0 0 3px white; /* viền sáng màu trắng */
}

.reset-btn {
  all: unset;
}

.btn-success-outline {
    border-color: #007b8f;
    color: #007b8f;
    border-radius: 4px;
    padding: 8px 8px;
    box-sizing: border-box;
    height: 30px;
}

.btn-success-outline:hover,
.btn-success-outline:focus {
    background-color: #007b8f;
    color: #ffffff;
}

/* Class cấu hình 2 thanh trên header */
@media (min-width: 48rem) {
  .md\:pl-20 {
    padding-left: 20px;
  }

  /* Thanh header có logo */
  .md\:custom-height-nav-with-logo {
    height: 100px;
    overflow: hidden;
  }

  /* Thanh header màu xanh dương */
  .md\:custom-height-blue-navbar {
    height: 50px;
    overflow: hidden;
  }
}

/* Chỉnh sửa quill editor phần giới tin tức bài viết*/ 
.text-left.text-\[15px\].font-\[400\].text-\[\#3D3D3D\].mt-4.ql-editor {
  margin-top: -24px;
}

/* Chỉnh sửa quill editor phần tóm tắt tạp chí */
.text-\[16px\] font-\[400\] text-\[\#3D3D3D\].ql-editor {
  white-space: normal;
}

/* Chỉnh sửa pagination */
.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

/* Mỗi nút pagination */
.pagination .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  text-decoration: none !important;
}

/* Active */
.pagination .page-item.active .page-link {
  background: #32aaff;
  color: #ffffff !important;
  font-weight: 600;
}

/* Hover (trừ active & disabled) */
.pagination .page-item:not(.active):not(.disabled) .page-link:hover {
  background: #20c997;
  color: #ffffff !important;
}

/* Disabled */
.pagination .page-item.disabled .page-link {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  display: none;
}

/* Dots (...) */
.pagination .dots {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  color: #666666;
}

/* Bổ sung thêm padding top với bottom phần logo - Khoảng cách với thanh nav blue và thanh số điện thoại */
.uk-navbar-container {
  padding-top: 4px;
  padding-bottom: 4px;
}