@font-face {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    src: url(/fonts/HiraKakuPro-W3-AlphaNum.eot?8512c5e6f334f06a24f52a96d4b2b817);
    src: url(/fonts/HiraKakuPro-W3-AlphaNum.eot?8512c5e6f334f06a24f52a96d4b2b817?#iefix) format('embedded-opentype'),
        url(/fonts/HiraKakuPro-W3-AlphaNum.woff2?f6fdc13fd6dadff44c52d372e9f8c376) format('woff2'),
        url(/fonts/HiraKakuPro-W3-AlphaNum.woff?6d8fd2a0d169a1fc83c57bdafb1fd57b) format('woff'),
        url(/fonts/HiraKakuPro-W3-AlphaNum.ttf?f9a4b750c66c942937e4791f28ae8804) format('truetype'),
        url(/fonts/HiraKakuPro-W3-AlphaNum.svg?f0faa806c7bcea9b8fe0622a51481425#HiraKakuPro-W3-AlphaNum) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

// NotoSansCJKjp
@font-face {
    font-family: 'Noto Sans CJK jp';
    src: url('/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK jp';
    src: url('/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK jp';
    src: url('/fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

// Helvetica
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvetica.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvetica-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/helvetica-light-587ebe5a59211.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
/**
*****   Setting *****
*   Description: Add a common variable then $main-attribute_name, edit known then add 'set' before 'main'.
* h1: 40px, h2: 32px, h3: 28px, h4: 24px, h5: 20px, h6: 16px.
*
*   1. Variables
*   2. Reset tag
*   3. General
*   3.1 --- ckeditor
*   3.2 --- Bootstrap
*   3.3 --- Swal
*   3.4 --- Datepicker/Timepicker
*   3.5 --- Table
*   3.6 --- Breadcrumb
*   3.7 --- Pagination
*   4. Available classes
*   5. Header
*   6. Footer
*   7. App main
*   8. Reponsive
*/
/* Reduce scale by 1rem = 10px */
html {
  font-size: 62.5%;
}

a {
  text-decoration: none !important;
}

a:focus-visible {
  outline: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus-visible {
  outline: none !important;
}

body,
body * {
  font-family: "Noto Sans CJK jp, Helvetica";
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

.main-content.payment .card {
  max-width: 70.5rem;
}

.btn.btn-primary {
  background-color: #9B2424 !important;
  border-color: #9B2424 !important;
  color: #FFFFFF !important;
}

.btn.btn-primary:hover {
  background-color: #6B2424 !important;
  border-color: #6B2424 !important;
}

.btn.btn-secondary {
  background-color: #FFFFFF !important;
  border-color: black !important;
  color: black !important;
}

.btn.btn-secondary:hover {
  opacity: 0.7 !important;
}

.btn.btn-secondary2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn.btn-secondary2:hover {
  opacity: 0.7 !important;
}

.btn.btn-danger {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #FFFFFF !important;
}

.btn.btn-danger:hover {
  background-color: #51585e !important;
  border-color: #51585e !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #195B7E;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #143E5A;
}

.ck-editor__editable {
  min-height: 24.6rem;
  max-height: 65rem;
  white-space: normal;
  overflow-x: hidden !important;
  word-wrap: break-word;
}

.ck-editor__editable i {
  font-style: normal;
  transform: skew(-10deg);
  display: inline-block;
}

figure.table table {
  width: 100%;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
}

figure.table table th,
figure.table table td {
  padding: 8px;
}

figure.table table th:nth-child(n+2),
figure.table table td:nth-child(n+2) {
  border-left: 1px solid;
  border-color: inherit;
}

.db-content img {
  max-width: 100%;
}

.form-control,
.form-select {
  font-family: "Source Sans 3" !important;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem !important;
  box-sizing: border-box;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.form-check-input:not(:checked),
.form-control,
.form-select,
.input-group-text {
  border-color: #495057 !important;
}

.input-group-text {
  border-left: none !important;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.swal2-container *:not(div:where(.swal2-icon) .swal2-icon-content) {
  font-size: 1.6rem !important;
}

.swal2-html-container {
  max-height: 30rem;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #9B2424 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #5c636a !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5) !important;
}

.group-button .btn,
.swal-modal .swal-footer .swal-button--confirm,
.swal-modal .swal-footer .swal-button--cancel {
  height: 33.5px;
  min-width: 110px;
  font-size: 16px;
  border-radius: 10px;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-datepicker,
.ui-timepicker-standard {
  z-index: 99 !important;
}

.ui-draggable,
.ui-droppable {
  background-position: top;
}

.set-style-table {
  table-layout: fixed;
  width: 100%;
}
.set-style-table .text-highlight {
  color: #FF0E0E;
}

.set-style-table .ellipsis {
  width: calc(100% - 1px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-content-header {
  margin-top: 2rem;
}
.app-content-header .breadcrumb {
  margin-bottom: 3rem;
}
.app-content-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: contents;
}

.bpagination {
  margin-top: 3rem;
}

.pagination .page-link {
  font-family: "Source Sans 3" !important;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem !important;
  box-sizing: border-box;
  height: 4rem;
}
.pagination .page-link:focus, .pagination .page-link:hover {
  outline: none;
  box-shadow: none;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  color: #FFFFFF;
  background-color: #9B2424;
  border-color: #9B2424;
}

.btn.set-button {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background-color: #9B2424;
  color: #FFFFFF;
}

.btn.set-button:active,
.btn.set-button:focus-visible,
.btn.set-button:hover {
  color: #FFFFFF;
  background-color: #6B2424;
  border-color: #6B2424;
}

.set-border-radius {
  border-radius: 1.5rem;
}

.set-border-radius-100 {
  border-radius: 5rem !important;
}

.set-margin-tb {
  margin: 6rem 0;
}

.set-padding-tb {
  padding: 6rem 0;
}

.set-background-color {
  color: #FFFFFF;
  background-color: #9B2424;
}

.bnext-section {
  width: 100%;
  margin: 6rem 0;
}
.bnext-section .triangle-down {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #9B2424;
  margin: 0 auto;
}

.set-min-width {
  min-width: 305px;
}

.set-max-width {
  max-width: 375px;
}

.btn-notfound {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  background-color: #9B2424;
  border: 1px solid #9B2424 !important;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 26px 0;
  text-align: center;
  width: 30.5rem;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.btn-notfound:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10.5px;
  right: 20px;
  top: calc(50% - 5.25px);
  background-size: cover;
  background-image: url(/images/s-arrow-rw.svg?c3fcd15c8ebb0638b86e03257452b0f3);
}
.btn-notfound:hover {
  color: #9B2424;
  background-color: transparent;
  text-decoration: none;
}
.btn-notfound:hover:after {
  background-image: url(/images/s-arrow-rr.svg?519a65bbfd5029489abc6a7dce9a12f7);
}

.lblRequire {
  color: red;
  margin-left: 1rem;
}

label.error {
  color: red;
  font-size: 1.4rem;
}

.reset-col-has-concatenated-text {
  text-align: center;
  padding: 0;
  margin-top: 0.8rem;
  max-width: 2.5rem;
}

.ikku-btn {
  border: 0;
  border-radius: 25px;
  min-width: 122px;
  text-wrap: nowrap;
}
.ikku-btn:hover {
  opacity: 0.8;
}

.ikku-btn.btn-disabled:hover {
  cursor: not-allowed;
}

.btn-search {
  background-color: #A41F24;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 16px;
}

.btn-clear {
  background-color: #A1A1A1;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 16px;
}

.btn-icon-avatar {
  background-color: transparent;
  color: #000000;
  padding: 0 10px;
  font-size: 16px;
  min-width: 60px;
}

.ikku-pagination {
  justify-content: center;
}
.ikku-pagination .page-item {
  margin: 0 5px;
}
.ikku-pagination .page-item .page-link {
  color: #000000;
}
.ikku-pagination .page-item.active .page-link {
  background-color: #000000;
  color: #ffffff;
}

.ikku-main-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
}

#loadingPage {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.945);
  z-index: 9999;
}

#loadingPage .spinner-border {
  z-index: 100;
}

.required:after {
  content: "*";
  margin-left: 5px;
  color: red;
}

.navbar .dropdown-menu {
  min-width: 25rem;
  padding: 0;
  border-radius: 0;
  background-color: #E66104;
  border: none;
}
.navbar .dropdown-menu .dropdown-item {
  color: #FFFFFF;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active {
  color: #FFFFFF;
  background-color: #F57C00;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.8rem;
  margin-left: -1px;
  border-radius: 0 0.6rem 0.6rem 0.6rem;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.3em;
  border-left-color: #ccc;
  margin-top: 0.8rem;
}
.navbar .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.navbar .dropdown-submenu .pull-left {
  float: none;
}
.navbar .dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 1rem;
  border-radius: 0.6rem 0 0.6rem 0.6rem;
}
.navbar .nav-link.active,
.navbar .dropdown-item.active {
  background-color: #6B2424;
}

.bheader {
  font-size: 2.4rem;
}
.bheader .description {
  font-size: 9rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #9B2424;
}
.bheader .menu-top .navbar-brand {
  flex: 1 1 auto;
}
.bheader .menu-top .navbar-brand .logo {
  width: calc(100% - 130px);
}
.bheader .menu-top .set-button {
  min-width: 122px;
  text-wrap: nowrap;
}
.bheader .menu-top ul > li.dropdown > a,
.bheader .menu-top ul > li.dropdown > a * {
  font-size: 2.4rem;
  color: #000000;
}
.bheader .menu-top ul > li.dropdown > a.dropdown-toggle::after {
  vertical-align: 0.185em;
}
.bheader .menu-top ul > li.dropdown > a .fa-globe:before {
  font-size: 2.3rem;
}
.bheader .menu-top .dropdown-menu {
  min-width: -webkit-fill-available;
}
.bheader .menu-top .dropdown-menu .dropdown-item {
  padding: 1rem 1.5rem;
}
.bheader .menu-top .dropdown-menu .dropdown-item:hover, .bheader .menu-top .dropdown-menu .dropdown-item:focus, .bheader .menu-top .dropdown-menu .dropdown-item:active {
  color: #FFFFFF;
  background-color: #9B2424;
}
.bheader .main-menu ul.navbar-nav,
.bheader .main-navbar ul.navbar-nav {
  width: 100%;
  justify-content: center;
}
.bheader .main-menu ul,
.bheader .main-navbar ul {
  background-color: #E66104;
}
.bheader .main-menu ul a.nav-link,
.bheader .main-navbar ul a.nav-link {
  color: #FFFFFF;
  padding: 1rem 1.5rem;
}
.bheader .main-menu ul a.nav-link:focus-visible,
.bheader .main-navbar ul a.nav-link:focus-visible {
  box-shadow: none;
}
.bheader .main-menu ul a.nav-link:hover,
.bheader .main-navbar ul a.nav-link:hover {
  background-color: #F57C00;
}
.bheader .main-menu ul a.nav-link.active,
.bheader .main-navbar ul a.nav-link.active {
  background-color: #E66104 !important;
  color: #195B7E !important;
}
.bheader .main-menu ul li.active > a.nav-link,
.bheader .main-menu ul li.show > a.nav-link,
.bheader .main-navbar ul li.active > a.nav-link,
.bheader .main-navbar ul li.show > a.nav-link {
  background-color: #E66104 !important;
  color: #195B7E !important;
}
.bheader .main-menu ul li.active > a.nav-link:hover,
.bheader .main-menu ul li.show > a.nav-link:hover,
.bheader .main-navbar ul li.active > a.nav-link:hover,
.bheader .main-navbar ul li.show > a.nav-link:hover {
  background-color: #E66104 !important;
  color: #195B7E !important;
}
.bheader .main-menu ul a.nav-link.show,
.bheader .main-navbar ul a.nav-link.show {
  background-color: #E66104 !important;
  color: #195B7E !important;
}
.bheader .main-menu ul a.nav-link.dropdown-toggle span,
.bheader .main-navbar ul a.nav-link.dropdown-toggle span {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: -10px;
  height: 44px;
  line-height: 44px;
}
.bheader .main-menu ul:not(.navbar-nav),
.bheader .main-navbar ul:not(.navbar-nav) {
  border: none;
}

.bfooter {
  color: #FFFFFF;
  flex-shrink: 0;
}
.bfooter a {
  color: #FFFFFF;
}
.bfooter a:hover {
  color: #0d6efd;
}

.footer-blue-bg {
  background-color: #195B7E !important;
  color: #FFFFFF;
}

.footer-left-section {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-left-section .footer-nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.footer-left-section .footer-nav-links .footer-link {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.footer-left-section .footer-nav-links .footer-link:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.footer-left-section .footer-nav-links .footer-link-text {
  color: #FFFFFF;
  font-size: 15px;
}
.footer-left-section .footer-nav-links .footer-coming-soon {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
}
.footer-left-section .footer-copyright {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-center-section {
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.footer-center-section .footer-sns-title {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap !important;
  word-break: keep-all;
}
.footer-center-section .footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-center-section .footer-social-icons .social-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-center-section .footer-social-icons .social-icon-circle i {
  font-size: 1.8rem;
}
.footer-center-section .footer-social-icons .social-icon-circle:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.footer-address-section {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-address-section .footer-address {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  white-space: normal;
}

.footer-logo-section {
  text-align: right;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer-logo-section .footer-logo-wrapper {
  display: flex;
  justify-content: flex-end;
}
.footer-logo-section .footer-logo-wrapper img {
  max-width: 100%;
  height: auto;
}
.footer-logo-section .footer-logo-wrapper .footer-logo-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #FFFFFF;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.footer-logo-section .footer-logo-wrapper .footer-logo-circle:hover {
  transform: scale(1.05);
}
.footer-logo-section .footer-logo-wrapper .footer-logo-circle .footer-logo-image {
  width: 65%;
  height: auto;
  display: block;
}

.footer-mobile-only {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.footer-mobile-only .footer-mobile-logo {
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}
.footer-mobile-only .footer-mobile-copyright {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
}

.footer-desktop-only .footer-desktop-row {
  flex-wrap: nowrap !important;
  display: flex !important;
}
.footer-desktop-only .footer-desktop-row > div {
  flex-shrink: 0;
}

@media screen and (min-width: 1400px) {
  .footer-desktop-only .footer-left-section {
    flex: 0 0 auto;
    min-width: 200px;
    max-width: 250px;
    padding-right: 20px;
  }
  .footer-desktop-only .footer-center-section {
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 220px;
    padding: 0 20px;
  }
  .footer-desktop-only .footer-address-section {
    flex: 0 0 auto;
    min-width: 320px;
    max-width: 420px;
    padding: 0 20px;
  }
  .footer-desktop-only .footer-logo-section {
    flex: 0 0 auto;
    min-width: 150px;
    max-width: 200px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-desktop-only {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .footer-desktop-only .footer-desktop-row {
    flex-wrap: nowrap !important;
    display: flex !important;
  }
  .footer-desktop-only .footer-desktop-row > div {
    flex-shrink: 0;
  }
  .footer-desktop-only .footer-left-section {
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 230px;
    padding-right: 15px;
  }
  .footer-desktop-only .footer-center-section {
    flex: 0 0 auto;
    min-width: 170px;
    max-width: 210px;
    padding: 0 15px;
  }
  .footer-desktop-only .footer-address-section {
    flex: 0 0 auto;
    min-width: 300px;
    max-width: 400px;
    padding: 0 15px;
  }
  .footer-desktop-only .footer-logo-section {
    flex: 0 0 auto;
    min-width: 140px;
    max-width: 190px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-desktop-only {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .footer-desktop-only .footer-desktop-row {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start;
  }
  .footer-desktop-only .footer-desktop-row > div {
    flex-shrink: 0;
  }
  .footer-desktop-only .footer-left-section {
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 220px;
    padding-right: 15px;
    margin-bottom: 0;
    align-items: flex-start;
  }
  .footer-desktop-only .footer-center-section {
    flex: 0 0 auto;
    min-width: 160px;
    max-width: 200px;
    padding: 0 15px;
    margin-bottom: 0;
    align-items: center;
  }
  .footer-desktop-only .footer-address-section {
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 380px;
    padding: 0 15px;
    align-items: flex-start;
  }
  .footer-desktop-only .footer-logo-section {
    flex: 0 0 auto;
    min-width: 130px;
    max-width: 180px;
    padding-left: 15px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-desktop-only {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer-desktop-only .footer-desktop-row {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start;
  }
  .footer-desktop-only .footer-desktop-row > div {
    flex-shrink: 0;
  }
  .footer-desktop-only .footer-left-section {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 150px;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 10px !important;
    align-items: flex-start;
  }
  .footer-desktop-only .footer-center-section {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 140px;
    max-width: 180px;
    margin-bottom: 0;
    padding: 0 10px !important;
    align-items: center;
  }
  .footer-desktop-only .footer-address-section {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 260px;
    max-width: 360px;
    margin-bottom: 0;
    padding: 0 10px !important;
    align-items: flex-start;
    font-size: 13px;
  }
  .footer-desktop-only .footer-logo-section {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 120px;
    max-width: 160px;
    margin-bottom: 0;
    padding-left: 10px !important;
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .footer-mobile-only {
    display: flex;
  }
  .footer-desktop-only {
    display: none !important;
  }
}
.app-main {
  padding: 0 !important;
  margin: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.set-app-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  color: #000000;
}

.main-content {
  margin: 6rem 0;
}

.bcontent .title {
  font-weight: 700;
}
.bcontent .text {
  font-weight: 400;
}

@media screen and (max-width: 1399px) {
  .bheader .description {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  .set-margin-tb {
    margin: 3rem 0;
  }
  .set-padding-tb {
    padding: 3rem 0;
  }
  .bnext-section {
    margin: 3rem 0;
  }
  .main-content {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-submenu > a:after {
    rotate: 90deg;
  }
  .bheader .main-menu #mainMenu,
  .bheader .main-navbar #mainMenu {
    margin: 0 -7.5px;
  }
  .bheader .main-menu .navbar-brand,
  .bheader .main-navbar .navbar-brand {
    flex: 1;
  }
  .bheader .main-menu .navbar-brand .logo,
  .bheader .main-navbar .navbar-brand .logo {
    padding-right: 30px;
  }
  .bheader .main-menu ul.navbar-nav > li > a.nav-link,
  .bheader .main-navbar ul.navbar-nav > li > a.nav-link {
    position: relative;
  }
  .bheader .main-menu ul.navbar-nav > li > a.nav-link:after,
  .bheader .main-navbar ul.navbar-nav > li > a.nav-link:after {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.15em);
  }
  .bheader .main-menu ul,
  .bheader .main-navbar ul {
    border: none !important;
  }
  .bheader .main-menu ul ul.dropdown-menu.multi-level,
  .bheader .main-menu ul ul.dropdown-menu:not(.multi-level),
  .bheader .main-navbar ul ul.dropdown-menu.multi-level,
  .bheader .main-navbar ul ul.dropdown-menu:not(.multi-level) {
    margin-left: 0;
  }
  .bheader .main-menu ul a.nav-link.dropdown-toggle span,
  .bheader .main-navbar ul a.nav-link.dropdown-toggle span {
    width: calc(100% - 30px);
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu),
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) {
    display: none !important;
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #D35400 !important;
    flex-direction: column !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu).show,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu).show {
    display: flex !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li {
    width: 100% !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item,
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .nav-link,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .nav-link {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px 12px 30px !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    background-color: #D35400 !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item:hover, .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item:focus,
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .nav-link:hover,
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li .nav-link:focus,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item:hover,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .dropdown-item:focus,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .nav-link:hover,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li .nav-link:focus {
    background-color: #E67E22 !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li:last-child .dropdown-item,
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu) > li:last-child .nav-link,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li:last-child .dropdown-item,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) > li:last-child .nav-link {
    border-bottom: none !important;
  }
  .bheader .main-menu .nav-item.dropdown,
  .bheader .main-navbar .nav-item.dropdown {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .bheader .main-menu .nav-item.dropdown > .nav-link.dropdown-toggle,
  .bheader .main-navbar .nav-item.dropdown > .nav-link.dropdown-toggle {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }
  .bheader .main-menu .nav-item.dropdown > .dropdown-menu,
  .bheader .main-navbar .nav-item.dropdown > .dropdown-menu {
    position: static !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .bheader .main-menu .navbar-nav .nav-item,
  .bheader .main-navbar .navbar-nav .nav-item {
    text-align: center !important;
  }
  .bheader .main-menu .navbar-nav .nav-item .nav-link,
  .bheader .main-navbar .navbar-nav .nav-item .nav-link {
    justify-content: center !important;
    text-align: center !important;
  }
  .bheader .main-menu .register-login-item,
  .bheader .main-navbar .register-login-item {
    text-align: center !important;
    justify-content: center !important;
  }
  .bheader .main-menu .dropdown-toggle::after,
  .bheader .main-navbar .dropdown-toggle::after {
    display: none !important;
  }
  .bheader .main-menu .nav-item.dropdown.desktop-user-menu,
  .bheader .main-navbar .nav-item.dropdown.desktop-user-menu {
    display: none !important;
  }
  .bheader .mobile-user-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
  }
  .bheader .mobile-user-icon .user-icon-link {
    padding: 0;
  }
  .bheader .mobile-user-icon .user-icon-link::after {
    display: none !important;
  }
  .bheader .mobile-user-icon .user-icon-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #007bff;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu {
    display: none;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    min-width: 180px !important;
    width: auto !important;
    max-width: calc(100vw - 20px);
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 0.5rem !important;
    z-index: 1050;
    margin: 0 !important;
    overflow: hidden;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu.show {
    display: block !important;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu > li {
    width: 100% !important;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu .dropdown-item {
    display: block !important;
    width: 100% !important;
    color: #E66104 !important;
    padding: 0.5rem 1rem !important;
    background-color: #FFFFFF !important;
    border-bottom: none !important;
    border-radius: 0.375rem !important;
    white-space: nowrap;
    margin-bottom: 2px;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu .dropdown-item:hover, .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa !important;
    color: #E66104 !important;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu .dropdown-item.active {
    background-color: #e9ecef !important;
    color: #E66104 !important;
  }
  .bheader .mobile-user-icon .dropdown-menu.user-dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }
  .bfooter .row {
    margin-top: -3rem;
  }
  .bfooter .row > div {
    margin-top: 3rem;
  }
  .bfooter .footer-left-section .footer-nav-links {
    display: inline-block;
  }
  .bfooter .footer-left-section .footer-nav-links .footer-link {
    display: inline-block;
    margin-bottom: 0;
  }
  .bfooter .footer-left-section {
    align-items: flex-start;
  }
  .bfooter .footer-center-section {
    text-align: left;
    margin-top: 2rem;
    align-items: flex-start;
  }
  .bfooter .footer-address-section {
    text-align: left;
    margin-top: 2rem;
    align-items: flex-start;
  }
  .bfooter .footer-logo-section {
    text-align: left;
    margin-top: 2rem;
    align-items: flex-start;
  }
  .bfooter .footer-logo-section .footer-logo-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .set-padding-tb {
    padding-bottom: 0 !important;
  }
  .bfooter {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .set-app-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bfooter .footer-left-section {
    text-align: center;
    margin-bottom: 2rem;
  }
  .bfooter .footer-left-section .footer-nav-links {
    display: inline-block;
    text-align: center;
  }
  .bfooter .footer-left-section .footer-nav-links .footer-link {
    display: inline-block;
    margin-bottom: 0;
  }
  .bfooter .footer-left-section {
    align-items: center;
  }
  .bfooter .footer-center-section {
    text-align: center;
    margin-bottom: 2rem;
    align-items: center;
  }
  .bfooter .footer-address-section {
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .bfooter .footer-address-section .footer-address {
    white-space: normal;
  }
  .bfooter .footer-logo-section {
    text-align: center;
    align-items: center;
  }
  .bfooter .footer-logo-section .footer-logo-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  #chatBubble {
    width: 60px !important;
    height: 60px !important;
  }
  .badge-notification-red {
    font-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
  .bheader .navbar-brand img {
    max-width: 120px;
    height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bheader .navbar-brand img {
    max-width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .set-container-fluid {
    padding: 0 !important;
  }
  .navbar-toggler {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .bheader .main-menu .nav-item.dropdown,
  .bheader .main-navbar .nav-item.dropdown {
    display: block;
    flex-direction: unset;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu),
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu) {
    display: none;
    position: absolute !important;
    width: auto !important;
    min-width: 25rem !important;
    flex-direction: unset;
    margin-top: 0;
    border: 0 !important;
  }
  .bheader .main-menu .dropdown-menu:not(.user-dropdown-menu).show,
  .bheader .main-navbar .dropdown-menu:not(.user-dropdown-menu).show {
    display: block !important;
  }
  .bheader .main-menu .user-dropdown-menu,
  .bheader .main-navbar .user-dropdown-menu {
    min-width: auto !important;
    width: auto !important;
  }
}
#chatBubble {
  width: 80px;
  height: 80px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.badge-notification-red {
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #AA2026 !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

#chatBubble:hover {
  transform: scale(1.1);
}

.cookie-prompt {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 48px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  z-index: 999;
}

#videoPreview {
  max-height: 700px;
}

@media screen and (max-width: 1024px) {
  .cookie-prompt {
    flex-direction: column;
    padding: 30px 16px;
  }
  .cookie-prompt__text {
    width: 100%;
  }
  .cookie-prompt__buttons {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .set_width_column .row_set > div:nth-child(2n+1) {
    padding-right: 30px;
  }
  .set_width_column .row_set > div:nth-child(2n+2) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .set_width_column .row_set > div:nth-child(2n+1) {
    padding-right: 50px;
  }
  .set_width_column .row_set > div:nth-child(2n+2) {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .set_width_column .row_set > div:nth-child(2n+1) {
    padding-right: 75px;
  }
  .set_width_column .row_set > div:nth-child(2n+2) {
    padding-left: 75px;
  }
}
