:root {
  --black-color: #27221f;
  --main-color: #5e4f43;
  --main-text-color: #7c6a54;
  --primary-color: #CF9847;
  --sub-color: #c0a583;
  --gray-color: #cdcbc8;
  --light-color: #f8f8f8;
  --red-600: #CF4A3B;
  --red-800: #AC3329;
  --button-primary: #cf9847;
  --desktop-header-height: 60px;
  --mobile-header-height: 60px;
  --color-white-100: hsl(206, 5%, 98%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 65%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 85%, 90%);
  --color-pink-200: hsl(327, 87%, 80%);
  --color-pink-300: hsl(329, 86%, 70%);
  --color-pink-400: hsl(330, 81%, 60%);
  --color-pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --drawer-width-left: 240px;
  --drawer-background: #fff;
  --drawer-light-background: #fff;
  --drawer-text: rgba(255, 255, 255, 1);
  --drawer-icon: rgba(255, 255, 255, 1);
  --zindex-drawer: 980;
  --link-hover-color: rgba(0, 0, 0, 0);
}

trust-skeleton {
  --skeleton-fill: #ddd;
  --skeleton-shine: #e8e8e8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--desktop-header-height);
  z-index: 100;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .header {
    height: var(--mobile-header-height);
  }
}
.header .wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.header .header-left {
  display: flex;
  align-items: center;
}
.header .header-left .header-logo {
  margin: 0 32px;
}
.header .header-left .burger-menu {
  margin-left: 20px;
  margin-top: 10px;
  background-color: white;
}
.header .header-left .navigation .menus {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 0px;
}
.header .header-left .navigation .menus .menu-item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color) !important;
}
.header .header-left .navigation .menus .menu-item a:hover {
  color: var(--red-600) !important;
  border-bottom: 1px solid var(--red-600);
}
.header .header-left .navigation .menus .menu-item.active a {
  color: var(--red-600) !important;
  border-bottom: 1px solid var(--red-600);
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 13px;
}
.header .header-right .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header .header-right .btn-wrapper .header-point-dropdown .btn-point {
  color: var(--black-color);
  padding-top: 5px 0px 0px 0px;
}
.header .header-right .btn-wrapper .header-point-dropdown .btn-point .text {
  color: var(--black-color);
  font-size: 16px;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu {
  width: 250px;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1490196078);
  transform: translate(-64px, 46px) !important;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu p {
  margin-bottom: 0px;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content .account-money {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content .account-money .title {
  color: #000;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content .account-money .value {
  color: #cf4a3b;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content .notes {
  color: #cdcbc8;
  text-align: center;
}
.header .header-right .btn-wrapper .header-point-dropdown .dropdown-menu .dropdown-content .btn-link {
  height: unset;
  color: #cdcbc8;
}
.header .header-right .btn-wrapper .btn-likes-counts {
  position: relative;
  margin-right: 30px;
}
.header .header-right .btn-wrapper .btn-likes-counts .icon {
  color: #000;
}
.header .header-right .btn-wrapper .btn-likes-counts .badge {
  position: absolute;
  top: -2px;
  left: 14px;
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #cf4a3b;
  font-size: 9px;
  font-weight: 500;
}
.header .header-right .btn-wrapper .btn {
  padding: 6px 10px;
}
.header .header-right .btn-wrapper .btn-point {
  color: #27221f;
}
.header .header-right .btn-wrapper .btn-point .text {
  color: #27221f;
}
.header .header-right .btn-wrapper .btn-view-page .text {
  color: var(--black-color);
}
.header .header-right .btn-wrapper .btn-premium {
  color: #cdcbc8;
  font-family: "Bodoni", sans-serif;
}
.header .header-right .btn-wrapper .btn-premium:hover img {
  filter: brightness(0.5);
}
.header .header-right .btn-wrapper .btn-service {
  color: var(--sub-color);
}
.header .header-right .btn-wrapper .btn-service:hover img {
  filter: brightness(0.5);
}
.header .header-right .btn-wrapper .profile-dropdown {
  padding-right: 10px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu {
  padding: 20px;
  background: #fff;
  text-align: right;
  transform: translate(-10px, 46px) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: auto;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 0px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu li {
  margin-bottom: 20px;
  font-size: 14px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-divider {
  border-color: #e8e9ed;
  opacity: 1;
  margin: 20px 0px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item {
  color: #000;
  padding: 0px;
  font-size: 14px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.name {
  font-weight: 700;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.name, .header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.email {
  background: none !important;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.likes-post {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.likes-post #heart {
  color: #ff0000;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.order-history {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item.menu-link {
  color: var(--sub-color);
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .account-wallet-section {
  font-size: 14px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .account-wallet-section .account-wallet {
  padding: 0.25rem 0rem;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .account-wallet-section .account-wallet .wallet-item {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .account-wallet-section .account-wallet .wallet-item span {
  color: var(--red-600);
  display: block;
  margin-left: 10px;
}
.header .header-right .btn-wrapper .profile-dropdown .dropdown-menu .account-wallet-section .notes {
  margin: 15px 0px;
  padding: 0.25rem 0rem;
  padding-left: 0px;
  display: block;
  color: #cdcbc8;
}
.header .header-right .btn-wrapper .profile-dropdown .btn-profile {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 10px;
  position: relative;
}
.header .header-right .btn-wrapper .profile-dropdown .btn-profile .profile-image {
  width: 40px;
  height: 40px;
  display: block;
}
.header .header-right .btn-wrapper .profile-dropdown .btn-profile:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-image: url(/images/icons/chevron-down.svg);
  right: -12px;
  top: 5px;
  border: none;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu {
  height: calc(100vh - 83px);
  overflow: auto;
  width: 370px;
  padding-top: 20px;
  background: #fff;
  margin-top: 20px !important;
  margin-right: 0px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 0px;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-title {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-title .text {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-title .badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #f00;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  line-height: 14px;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-item a {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: var(--black-color);
  text-wrap: auto;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-item a .type {
  margin-bottom: 0px;
  font-weight: 700;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-item a .description {
  margin-bottom: 0px;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-item a .link {
  color: #1877f2;
  margin-bottom: 0px;
}
.header .header-right .btn-wrapper .notification-dropdown .dropdown-menu .notification-item a:hover {
  background: #f6f6f6;
}
.header .header-right .likes-post,
.header .header-right .order-history {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.header .header-right li a {
  margin-bottom: 22px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.header .header-right li .wallet-item span {
  color: var(--red-600);
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  .header .breadcrumb {
    display: none;
  }
  .header .btn-view-page {
    display: none;
  }
  .header .btn-premium {
    display: none;
  }
  .header .btn-service {
    display: none;
  }
  .header .btn-profile {
    margin-left: 0px !important;
  }
  .header .btn-post-new {
    display: none;
  }
  .header .btn-likes-counts {
    display: none;
  }
  .header .btn-manage-new {
    display: none;
  }
  .header .btn-post-new-mobile {
    display: block !important;
    padding: 0px !important;
    height: auto;
  }
  .header .btn-post-new-mobile .icon {
    margin-right: 0px !important;
  }
  .header .btn-post-new-mobile .icon img {
    width: 40px !important;
  }
  .header .btn-point {
    display: none;
  }
  .header .btn-notification {
    display: none;
  }
  .header .header-right .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-left .header-logo {
    margin: 0px 15px;
  }
}

.toolbar h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.toolbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px !important;
  gap: 20px;
}

.drawer-open-responsive * .toolbar {
  padding: 0 30px;
}

.burger-menu {
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 24px;
  height: 24px;
  background: transparent;
}
.burger-menu.active .burger-line:nth-child(1) {
  top: 0.25rem;
  transform: rotate(45deg);
}
.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-menu.active .burger-line:nth-child(3) {
  top: 0.25rem;
  transform: rotate(-45deg);
  width: 100%;
}
.burger-menu .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: #fff;
  background: #3c3c3c;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}
.burger-menu .burger-line:nth-child(1) {
  top: 0px;
}
.burger-menu .burger-line:nth-child(2) {
  top: 0.5rem;
  opacity: 1;
}
.burger-menu .burger-line:nth-child(3) {
  top: 1rem;
  width: 80%;
}

.main-content .filter-section {
  overflow: auto;
  padding: 10px 0px;
}
.main-content .filter-section::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.main-content .filter-section .filter-tags {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
}
.main-content .filter-section .filter-tags .filter-tag-item {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.main-content .filter-section .filter-tags .filter-tag-item .filter-tag-link {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #f4f4f4;
  color: #222;
  border: 1px solid #f4f4f4;
  white-space: nowrap;
}
.main-content .filter-section .filter-tags .filter-tag-item.active .filter-tag-link {
  border: 1px solid var(--red-600);
  background: #fffbfb;
  color: var(--red-600);
}
.main-content .action-section {
  display: flex;
  align-items: center;
  margin: 20px 13px;
}

@media only screen and (max-width: 576px) {
  .filter-section {
    margin: 0px 10px;
  }
}
footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
}
footer a {
  text-decoration: none;
}
footer a.text-dark {
  color: #27221f;
}
footer a.text-light {
  color: #fff;
}
footer h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
footer .see-more-btn {
  font-weight: 700;
  color: #cf4a3b;
  justify-content: flex-start;
}
footer .footer-footing {
  width: 100%;
  padding: 1rem 74px;
}
footer .footer-links {
  width: 100%;
  padding: 1rem 74px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-links .footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  align-items: start;
}
footer .footer-links .footer-link-group > button,
footer .footer-links .footer-link-group h3 {
  color: #27221f;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  justify-content: flex-start;
}
footer .footer-links .footer-link-group > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
footer .footer-links a {
  color: #27221f;
  line-height: 20px;
}
footer .footer-linker {
  background-color: #3a3a3a;
  color: #fff;
  padding: 40px 74px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .footer-linker div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
footer .footer-linker .footer-linker-logo {
  height: 42px;
}
footer .footer-linker a {
  color: white;
}
footer .footer-truststone {
  background-color: #2b2b2b;
  color: #fff;
  padding: 40px 74px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer-truststone .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-truststone .footer-logo img {
  height: 42px;
}
footer .footer-truststone .footer-company {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}
footer .footer-truststone .footer-company div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
footer .footer-truststone .footer-company div a {
  color: white;
}
@media (max-width: 980px) {
  footer .footer-links > .footer-link-group {
    flex: 0 0 50%;
  }
}
@media (max-width: 570px) {
  footer .footer-links > .footer-link-group {
    flex: 0 0 100%;
  }
  footer .footer-links > .footer-link-group > button {
    width: 100%;
  }
  footer .footer-links > .footer-link-group > button:after {
    color: var(--dashui-gray-500);
    content: "\f282";
    display: block;
    font-family: bootstrap-icons;
    font-size: 14px;
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transition: 0.5s ease;
  }
  footer .footer-links > .footer-link-group > button[aria-expanded=false]:after {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in;
  }
  footer .footer-links > .footer-link-group .collapse:not(.show) {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  footer {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  footer .footer-footing {
    padding: 1rem 20px;
    text-align: center;
  }
  footer .footer-links {
    padding: 1rem 20px;
  }
  footer .footer-linker {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-linker div {
    align-items: center !important;
    margin-bottom: 20px;
  }
  footer .footer-linker div p {
    text-align: center;
  }
  footer .footer-truststone {
    padding: 40px 20px;
  }
  footer .footer-truststone .footer-logo {
    align-items: center;
  }
  footer .footer-truststone .footer-company {
    align-items: center;
    flex-direction: column;
  }
  footer .footer-truststone .footer-company div {
    align-items: center !important;
    margin-bottom: 20px;
  }
  footer .footer-truststone .footer-company div p {
    text-align: center;
  }
}
button {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-group .btn-group-item {
  background: #dadada;
  border: 0px;
  height: 40px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px;
}
.btn-group .btn-group-item:first-of-type {
  border-radius: 4px 0px 0px 4px;
}
.btn-group .btn-group-item:last-of-type {
  border-radius: 0px 4px 4px 0px;
}
.btn-group .btn-group-item.active {
  background: var(--button-primary);
}
.btn-group .btn-group-item:focus {
  box-shadow: none;
}

.btn {
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  line-height: 1.4rem;
}
.btn.show, .btn:first-child:active {
  border-color: transparent;
}
.btn.btn-primary {
  background-color: var(--button-primary);
  border-color: var(--button-primary);
}
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #bb812c;
  border-color: #bb812c;
  box-shadow: none !important;
  color: #fff !important;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn.btn-link {
  box-shadow: none;
  padding: 0px;
  text-decoration: none;
}
.btn.btn-link .text {
  color: #1877f2;
  margin-top: 3px;
  margin-left: 5px;
}
.btn.btn-link:hover .text {
  color: #1155ad;
}
.btn.btn-icon {
  box-shadow: none;
}
.btn.btn-icon .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.btn.btn-icon .text {
  padding-top: 0px;
}
.btn.btn-square {
  border-radius: 4px;
}
.btn.btn-outline-dark:hover {
  color: #fff;
  background-color: #efefef;
  color: #000 !important;
}
.btn.btn-countinue {
  border-radius: 3px;
  background: linear-gradient(137deg, #32af4d 19.41%, #00a407 65.49%);
  width: 100%;
  color: #f6f6f6;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.btn.btn-countinue:hover {
  color: #f6f6f6 !important;
  background: linear-gradient(137deg, #2f9344 19.41%, #086f0d 65.49%);
}
.btn.btn-danger {
  background-color: var(--red-600);
  border-color: var(--red-600);
  color: #fff !important;
}
.btn.btn-danger:focus, .btn.btn-danger:hover, .btn.btn-danger:active {
  background-color: var(--red-800);
  border-color: var(--red-800);
  box-shadow: none !important;
}
.btn.btn-danger .text {
  color: #fff !important;
}
.btn.btn-danger-outline {
  border-color: var(--red-600);
  color: var(--red-600);
}
.btn.btn-danger-outline:focus, .btn.btn-danger-outline:hover, .btn.btn-danger-outline:active {
  background-color: var(--red-800);
  border-color: var(--red-800);
  box-shadow: none !important;
  color: #fff !important;
}
.btn.btn-danger-outline:focus .text, .btn.btn-danger-outline:hover .text, .btn.btn-danger-outline:active .text {
  color: #fff !important;
}
.btn.btn-danger-outline .text {
  color: var(--red-600);
}

.trust-btn-icon i {
  margin-right: 5px;
}

@media only screen and (max-width: 576px) {
  .trust-btn-icon {
    padding-left: 8px;
    padding-right: 8px;
  }
  .trust-btn-icon i {
    margin-right: 0px;
  }
  .trust-btn-icon span {
    display: none;
  }
}
@keyframes drawer-slide-in-left {
  from {
    left: calc(-1 * var(--mud-drawer-width, var(--drawer-width-left)));
  }
}
@keyframes drawer-slide-out-left {
  from {
    left: 0;
  }
}
#animated-circle rect {
  animation: scaleRect 2s infinite;
  transform-origin: center;
}

@keyframes scaleRect {
  0%, 100% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
}
.drawer {
  right: auto;
  width: var(--drawer-width, var(--drawer-width-left));
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex: 0 0 auto;
  outline: 0;
  position: fixed;
  z-index: var(--zindex-drawer);
  overflow-y: auto;
  flex-direction: column;
  color: var(--drawer-text);
  background-color: var(--drawer-background);
  height: 100%;
  top: 0;
  left: calc(-1 * var(--drawer-width, var(--drawer-width-left)));
  --drawer-content-height: 0;
}
.drawer .drawer-hero {
  background-image: url(../images/photo1.jpg);
  padding: 0px 0px 0px 4px;
  height: 200px;
  margin-bottom: 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.drawer .drawer-hero .drawer-header {
  display: flex;
  height: var(--desktop-header-height);
}
.drawer .drawer-hero .drawer-header .btn {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .drawer .drawer-hero .drawer-header {
    height: var(--mobile-header-height);
  }
}
.drawer .nav .nav-dropdown {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.drawer .nav .nav-dropdown [aria-expanded=true].nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.drawer .nav .nav-dropdown .nav-menu .nav-item .nav-link {
  padding-left: 44px;
  padding-inline-start: 44px;
  padding-inline-end: unset;
}
.drawer .nav .nav-item {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.drawer .nav .nav-item:has(.nav-link.active) {
  background-color: rgba(219, 218, 222, 0.08);
}
.drawer .nav .nav-item:has(.nav-link.active) .nav-link::before {
  content: "";
  width: 3px;
  background-color: white;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.drawer .nav .nav-item .nav-menu {
  display: block;
}
.drawer .nav .nav-item .nav-menu * .nav-link {
  padding-left: 48px;
  padding-inline-start: 48px;
  padding-inline-end: unset;
}
.drawer .nav .nav-item [aria-expanded=true].nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.drawer .nav .nav-link {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  height: 45px;
  color: var(--black-color);
  background-color: transparent;
  justify-content: flex-start;
  column-gap: 0.25rem;
}
.drawer .nav .nav-link .badge {
  margin: 0 auto 0 25px;
  display: flex;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  font-weight: 400;
  line-height: 10px;
  font-size: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
}
.drawer .nav .nav-link .badge-icon {
  margin: 0 auto 0 25px;
  padding: 0;
  right: 10px;
  margin-left: auto;
  position: absolute;
}
.drawer .nav .nav-link:hover {
  background-color: rgba(219, 218, 222, 0.08);
}
.drawer .nav .nav-link[data-bs-toggle=collapse]:after {
  content: "\f282" !important;
}
.drawer .nav .nav-link:not(:has(.badge-icon)):has(svg):after {
  color: var(--dashui-gray-500);
  content: "\f285";
  display: block;
  font-family: bootstrap-icons;
  font-size: 14px;
  margin-left: auto;
  position: absolute;
  right: 10px;
  transition: 0.5s ease;
}
.drawer .nav .nav-link svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.drawer .nav .nav-divider-header {
  height: 45px;
  /* Button Font-Large */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.43px;
  color: #d8b676;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}
.drawer .nav hr {
  margin: 0;
  flex-shrink: 0;
  border-color: var(--mud-palette-divider);
  border-width: 1px;
  border-style: solid none none none;
  margin-left: 16px;
  margin-right: 16px;
}
.drawer .nav ul .nav-link {
  padding-left: 24px;
  padding-inline-start: 24px;
  padding-inline-end: unset;
}
.drawer .nav ul .nav-menu {
  display: block;
}
.drawer .nav ul .nav-menu * .nav-link {
  padding-left: 52px !important;
  padding-inline-start: 52px !important;
  padding-inline-end: unset;
}
.drawer .nav * .collapse:not(.show) {
  display: none;
}

.drawer-closed {
  box-shadow: none;
  left: calc(-1 * var(--drawer-width, var(--drawer-width-left)));
  animation: drawer-slide-out-left 225ms cubic-bezier(0, 0, 0.2, 1);
}

.drawer-open {
  left: 0;
  animation: drawer-slide-in-left 225ms cubic-bezier(0, 0, 0.2, 1);
}

.drawer-light {
  background-color: var(--drawer-light-background);
}
.drawer-light .nav .nav-link {
  color: #27221f;
  font-weight: 700;
}
.drawer-light .nav .nav-link.active {
  color: var(--primary-color);
}

@media (min-width: 600px) {
  main.drawer-open-responsive + footer {
    padding-left: var(--drawer-width-left);
  }
  main.drawer-open-responsive + footer .footer-description {
    padding: 1rem 30px;
  }
  main.drawer-open-responsive + footer .footer-realestate .real-estate-container {
    padding: 1rem 30px;
  }
  .drawer-open-responsive .header {
    margin-left: var(--drawer-width-left);
    width: calc(100% - var(--drawer-width-left));
  }
  .drawer-open-responsive .header * .header-menu {
    display: none;
  }
  .drawer-open-responsive .header * .burger-menu {
    display: none;
  }
  .drawer-open-responsive .main-content {
    margin-left: var(--drawer-width-left);
  }
  .drawer-open-responsive .toolbar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .drawer-open-responsive .page-section .container,
  .drawer-open-responsive .filter-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@font-face {
  font-family: "SF Pro";
  font-weight: 300;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Light.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro";
  font-weight: 400;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Light.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro";
  font-weight: 500;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro";
  font-weight: 600;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro";
  font-weight: 700;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SF Pro";
  font-weight: 800;
  src: url("components/fonts/SF-Pro-Display/SF-Pro-Display-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Bodoni";
  font-weight: 400;
  src: url("components/fonts/Bodoni72/1574087879938-Bodoni-72-Book.otf") format("opentype");
}
@font-face {
  font-family: "Bodoni";
  font-weight: 500;
  src: url("components/fonts/Bodoni72/1574087880030-Bodoni-72-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Bodoni";
  font-weight: 600;
  src: url("components/fonts/Bodoni72/1574087879852-Bodoni-72-Bold.otf") format("opentype");
}
.minitoggle {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #EBEBEB;
  border: 1px solid #E6E6E6;
  border-radius: 56px;
}

.minitoggle .toggle-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, border 0.1s ease-in-out;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.69);
}

.minitoggle.active {
  background-color: #cf9847;
  border: 1px solid #cf9847;
}

.minitoggle.active .toggle-handle {
  transform: translate3d(28px, 0, 0);
}

/*blue*/
.minitoggle.blue.active {
  background-color: #69BDFE;
  border-color: #69BDFE;
}

.minitoggle.blue.active .toggle-handle {
  border-color: #3C78A5;
}

/*yellow*/
.minitoggle.yellow.active {
  background-color: #FFE186;
  border-color: #FFE186;
}

.minitoggle.yellow.active .toggle-handle {
  border-color: #F1C12F;
}

/*red*/
.minitoggle.red.active {
  background-color: #F79A7A;
  border-color: #F79A7A;
}

.minitoggle.red.active .toggle-handle {
  border-color: #EC6231;
}

/*orange*/
.minitoggle.orange.active {
  background-color: #FFB777;
  border-color: #FFB777;
}

.minitoggle.orange.active .toggle-handle {
  border-color: #F70;
}

.accordion {
  --bs-accordion-border-radius: 4px;
  --bs-accordion-inner-border-radius: 4px;
  --bs-accordion-btn-padding-y: 10px;
  --bs-accordion-btn-padding-x: 10px;
  --bs-accordion-btn-icon-width: 12px;
  --bs-border-color: #CACACA;
}
.accordion .accordion-button {
  font-size: 14px;
}
.accordion .accordion-button:focus {
  box-shadow: none !important;
}
.accordion .accordion-button:not(.collapsed) {
  color: unset;
  background: transparent;
  box-shadow: none;
}

.common-accordion .accordion-body {
  padding: 20px;
}
.common-accordion .accordion-item .accordion-button {
  display: flex;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  position: relative;
  background: #f8f8f8;
}
.common-accordion .accordion-item .accordion-button .accordion-title {
  font-size: 32px;
  font-family: "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.common-accordion .accordion-item .accordion-button .bg {
  background-image: url(/images/header-bg.png);
  background-size: contain;
  position: absolute;
  left: 275px;
  top: 10px;
  width: 102px;
  height: 102px;
  z-index: 1;
}
.common-accordion .accordion-item .accordion-button .line {
  width: 100px;
  height: 3px;
  background: #d97b70;
}
.common-accordion .accordion-item .accordion-button .accordion-title {
  padding: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.common-accordion .accordion-item .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/images/icons/chevron-down.svg);
  background-size: 100%;
}
.common-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--black-color);
  background: #f8f8f8;
  box-shadow: none;
}
.common-accordion .accordion-item .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .common-accordion .accordion-item .accordion-button {
    display: flex;
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    position: relative;
    background: #f8f8f8;
  }
  .common-accordion .accordion-item .accordion-button .accordion-title {
    font-size: 24px;
  }
  .common-accordion .accordion-item .accordion-button .bg {
    top: 12px;
    left: unset;
    right: 92px;
    width: 88px;
    height: 88px;
  }
  .common-accordion .accordion-item .accordion-button::after {
    z-index: 3;
  }
}

.mobile-action-bar {
  display: none;
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10px 0px;
}
.mobile-action-bar .btn-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0px 20px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .mobile-action-bar {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mud-container-maxwidth-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) {
  .mud-container-maxwidth-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .mud-container-maxwidth-lg {
    max-width: 1280px;
  }
}
.mud-dialog .mud-dialog-actions {
  justify-content: center;
}

.mud-dialog .mud-radio-group {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 4px;
}

.mud-dialog-no-title .mud-dialog-title {
  display: none;
}

.mud-table-image-cell {
  max-width: 100px;
}

@media (max-width: 1200px) {
  .mud-container-maxwidth-lg {
    max-width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .main-content .mud-paper .mud-toolbar:first-of-type {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    --mud-internal-toolbar-height: none;
  }
  .main-content .mud-paper .mud-toolbar div:has(> div.mud-input-control) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .mud-xs-table .mud-table-cell:before {
    padding-right: 0px;
    padding-inline-start: 0px;
  }
  .mud-table-image-cell {
    max-width: 100%;
    width: 100%;
  }
}
.ck-editor {
  margin-top: 5px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.ck-content {
  color: #505050;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

.ck-content p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.ck-content ul, .ck-content ol {
  padding-left: 28px;
  margin-bottom: 1rem;
}

.ck-editor__editable {
  min-height: 150px;
  max-height: 600px;
  height: 100%;
}

.ck-editor__top {
  flex-shrink: 1;
}

.ck-editor__main {
  flex-grow: 1;
  position: relative;
}

html,
body,
* {
  scrollbar-color: #c4c4c4 transparent;
  scrollbar-width: thin;
}

body:has(main > trust-dialog:last-child:not([hidden])) {
  overflow-y: hidden !important;
}

h6 {
  font-size: 14px;
  margin-bottom: 6px;
}

small {
  color: #8c8c8c;
  font-size: 0.625rem;
  min-height: 12px;
  line-height: 1.5;
  text-align: left;
  display: block;
}

body {
  overflow-x: hidden;
  color: #27221f;
  background-color: #ffffff;
  font-family: "Roboto", "SF Pro", sans-serif;
  font-size: 14px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul {
  list-style: none;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
  color: var(--primary-color);
}

fs-sm {
  font-size: 14px;
}

main {
  height: 100%;
  width: 100%;
  position: relative;
}

.card {
  --bs-card-spacer-x: 14px;
  --bs-card-spacer-y: 14px;
  background: #ffffff;
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: 3px;
  border-color: transparent;
  margin-bottom: 10px;
}

.drag-section {
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.drag-section::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-linker {
  background-color: #cf4a3b !important;
}

.editor {
  background-color: #f9fbfc;
}

.main-content {
  margin-top: var(--desktop-header-height);
  display: block;
  overflow: visible;
  transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
@media screen and (max-width: 992px) {
  .main-content {
    margin-top: var(--mobile-header-height);
  }
}
.main-content:has(> .container) {
  background-color: #f9fbfc;
}
.main-content .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .page-header .title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.main-content .page-header .btn-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-content .page-header .btn-wrapper .loading {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #00a407;
}
.main-content .page-header .btn-wrapper .loading .loader {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.main-content .page-header .btn-wrapper .loading .loader::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  border-top: 2px solid #00a407;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-content .page-content {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
}
.main-content .page-content .content-left {
  width: calc(100% - 400px);
}
.main-content .page-content .content-right {
  width: 370px;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content .page-content .content-center {
  width: 700px;
}
.main-content .page-content:has(.content-center) {
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .main-content .page-content {
    flex-direction: column;
  }
  .main-content .page-content .content-left {
    width: 100%;
  }
  .main-content .page-content .content-center {
    width: 100%;
  }
  .main-content .page-content .content-right {
    width: 100%;
  }
  .main-content .page-content .content-right .upload-image-notes {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .main-content .container .content-right {
    padding: 0px 10px;
  }
}

.content a {
  color: #1877f2;
  text-decoration: none !important;
}
.content a:hover {
  color: var(--button-primary) !important;
}

.section .title {
  color: #27221f;
}

.section .section-title {
  color: var(--black-color);
  margin-bottom: 15px;
  text-align: center;
}
.section .section-sub-title {
  text-align: center;
  color: var(--black-color);
}

.text {
  color: #27221f;
}

@media only screen and (max-width: 576px) {
  .container {
    padding: 0px 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    padding: 0px 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 74px;
    padding-right: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .toolbar .container .d-flex {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  trust-search-input {
    max-width: 300px;
  }
}
.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 999;
}
.scroll-top .scroll-top-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.scroll-top .scroll-top-button img {
  width: 40px;
}

.text-white {
  color: #fff;
}

.text {
  font-size: 14px !important;
}

.notice-banner-primary {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 0.5px solid #00A407;
  background: #EFFFF8;
}
.notice-banner-primary .text {
  color: #00A407;
}

.seo-badge {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.seo-success-color {
  color: #12a154;
}

.seo-fail-color {
  color: #e5193b;
}

.seo-warning-color {
  color: #ffb800;
}

.seo-success-bg {
  background-color: rgba(0, 255, 0, 0.1);
}

.seo-fail-bg {
  background-color: rgba(255, 0, 0, 0.1);
}

.seo-warning-bg {
  background-color: rgba(255, 255, 0, 0.1);
}

.form-check-input:checked {
  background-color: #cf9847;
  border-color: #cf9847;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  min-width: 20px;
}

.form-check {
  display: flex;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.export-invoice .export-invoid-option {
  margin-bottom: 20px;
}
.export-invoice .export-invoice-form {
  width: 530px;
  max-width: 100%;
}
.export-invoice .export-invoice-form .notes {
  font-size: 14px;
  color: #747474;
}
.export-invoice .export-invoice-form .form-control {
  width: 320px;
  color: #222;
}
.export-invoice .export-invoice-form label {
  color: #9B9B9B;
}

.control-label {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-modal .title {
  color: #c0a583;
  font-size: 24px;
  font-weight: 600;
}
.contact-modal .modal-body {
  padding: 30px;
}
.contact-modal .modal-body .btn-wrapper {
  margin-top: 20px;
}
.contact-modal .modal-body .btn-wrapper .btn {
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.contact-modal .modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.contact-modal .form-radio,
.contact-modal .form-group {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #cacaca;
  padding-top: 14px;
  padding-bottom: 8px;
  border-radius: 5px;
  color: #9b9b9b;
  padding-right: 10px;
}
.contact-modal .form-inline > .form-group,
.contact-modal .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.contact-modal .form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.contact-modal .checkbox .form-help,
.contact-modal .form-radio .form-help,
.contact-modal .form-group .form-help {
  position: absolute;
  width: 100%;
}
.contact-modal .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.contact-modal .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}
.contact-modal .form-group input {
  height: 1.9rem;
}
.contact-modal .form-group textarea {
  resize: none;
}
.contact-modal .form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
  margin-left: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-modal .form-group .control-label {
  position: absolute;
  top: 14px;
  left: 8px;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #9b9b9b;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.contact-modal .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.contact-modal .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.contact-modal .form-group input,
.contact-modal .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  margin-left: 8px;
}
.contact-modal .form-group input[type=file] {
  line-height: 1;
}
.contact-modal .form-group input[type=file] ~ .bar {
  display: none;
}
.contact-modal .form-group select,
.contact-modal .form-group input:focus,
.contact-modal .form-group input:valid,
.contact-modal .form-group input.form-file,
.contact-modal .form-group input.has-value,
.contact-modal .form-group textarea:focus,
.contact-modal .form-group textarea:valid,
.contact-modal .form-group textarea.form-file,
.contact-modal .form-group textarea.has-value {
  color: #000;
}
.contact-modal .form-group select ~ .control-label,
.contact-modal .form-group input:focus ~ .control-label,
.contact-modal .form-group input:valid ~ .control-label,
.contact-modal .form-group input.form-file ~ .control-label,
.contact-modal .form-group input.has-value ~ .control-label,
.contact-modal .form-group textarea:focus ~ .control-label,
.contact-modal .form-group textarea:valid ~ .control-label,
.contact-modal .form-group textarea.form-file ~ .control-label,
.contact-modal .form-group textarea.has-value ~ .control-label,
.contact-modal .form-group input:not(:placeholder-shown) {
  font-size: 12px;
  top: 3px;
  left: 8px;
}
.contact-modal .form-group:has(> input:focus),
.contact-modal .form-group:has(> textarea:focus),
.contact-modal .form-group:has(> select:focus) {
  border-color: #fe9900;
}
.contact-modal .form-group select:focus,
.contact-modal .form-group input:focus,
.contact-modal .form-group textarea:focus {
  outline: none;
}
.contact-modal .form-group select:focus ~ .bar::before,
.contact-modal .form-group input:focus ~ .bar::before,
.contact-modal .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.contact-modal .checkbox label,
.contact-modal .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.contact-modal .checkbox input,
.contact-modal .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.contact-modal .radio {
  margin-bottom: 1rem;
}
.contact-modal .radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.contact-modal .radio .helper::before,
.contact-modal .radio .helper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.contact-modal .radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.contact-modal .radio label:hover .helper {
  color: #337ab7;
}
.contact-modal .radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.contact-modal .radio input:checked ~ .helper::before {
  color: #337ab7;
}
.contact-modal .checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.contact-modal .checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.contact-modal .checkbox .helper::before,
.contact-modal .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.contact-modal .checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.contact-modal .checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-modal .checkbox label:hover .helper {
  color: #337ab7;
}
.contact-modal .checkbox input:checked ~ .helper {
  color: #337ab7;
}
.contact-modal .checkbox input:checked ~ .helper::after,
.contact-modal .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.contact-modal .checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.contact-modal .checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.contact-modal .radio + .radio,
.contact-modal .checkbox + .checkbox {
  margin-top: 1rem;
}

.faq-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.faq-section .title {
  margin-bottom: 55px;
}
.faq-section .accordion .accordion-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  color: #0F0F0F !important;
  font-family: "SF Pro", sans-serif;
  font-weight: 600;
  padding: 20px 0px;
}
.faq-section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}
.faq-section .accordion .accordion-body {
  color: #606060;
  font-size: 14px;
  padding: 20px 0px;
}
@media only screen and (max-width: 992px) {
  .faq-section {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .faq-section .title {
    margin-bottom: 30px;
    text-align: center;
  }
}

.breadcrumb {
  background: #fff;
  align-items: center;
  margin-bottom: 0px;
}
.breadcrumb .container {
  padding: 0px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb ul {
  display: flex;
  margin-bottom: 0px;
}
.breadcrumb ul li a {
  color: #747474;
  white-space: nowrap;
}
.breadcrumb ul li.active a {
  color: var(--black-color);
}

.breadcrumb-item {
  position: relative;
  padding-right: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  color: var(--main-color);
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  left: -4px;
  background-image: url(../images/icons/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.table {
  --bs-table-bg: #fff;
  font-size: 14px;
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: 3px;
}
.table > thead {
  background-color: #fff;
}

.table-striped {
  --bs-table-striped-bg: #fafbff;
}

.quickgrid {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  background: #ffffff;
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: 3px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.quickgrid th:last-child .col-header-content {
  padding-right: 0px !important;
}
.quickgrid th:last-child .col-header-content .col-title {
  padding-right: 0px !important;
}
.quickgrid tr td:last-child {
  padding-right: 0px !important;
}
.quickgrid tr td.action-cell {
  width: 112px;
}
.quickgrid tr td.small-image-cell {
  width: 30px;
}
.quickgrid tr td.fit {
  white-space: nowrap;
  width: 1px;
}
.quickgrid tr td {
  max-width: 200px;
}
@media (max-width: 576px) {
  .quickgrid tr td.title {
    max-width: 120px;
  }
}

.dialog-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.dialog-content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
.dialog-content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.dialog-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 0;
}
.dialog-content hr {
  border: 1px dashed #D9D9D9;
  margin: 20px 0;
}
.dialog-content .buttons {
  display: flex;
  gap: 20px;
  justify-content: right;
}

.crop-image-modal .modal-dialog {
  width: 1100px;
  max-width: 90%;
}
.crop-image-modal .modal-dialog .modal-content .modal-body {
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 30px 30px 30px;
  justify-content: center;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .btn-close {
  background: none;
  border: none;
  padding: 0px;
  position: absolute;
  top: 80px;
  right: 30px;
  z-index: 9999;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .content-body {
  height: 500px;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .content-body .images-crop-area {
  width: 100%;
  height: 500px;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .content-body .images-crop-area .cropper-bg {
  background: #000;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .image-cropper-toolbar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .image-cropper-toolbar .rotate-left {
  background: none;
  border: none;
  padding: 0px;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .image-cropper-toolbar .rotate-right {
  background: none;
  border: none;
  padding: 0px;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .image-cropper-toolbar .save-crop-image {
  background: none;
  border: none;
  padding: 0px;
}
.crop-image-modal .modal-dialog .modal-content .modal-body .content-footer {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .crop-image-modal .modal-dialog {
    max-width: calc(100% - 20px);
    margin: 10px;
  }
}

.position-topcenter {
  top: 80px !important;
}

.ts-toast-error {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px !important;
  gap: 10px;
  position: relative;
  width: 370px;
  background: #fff0f2 !important;
  border: 0.5px solid #e5193b !important;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px;
  color: #e5193b !important;
  min-height: 40px;
}
.ts-toast-error .blazored-toast-icon {
  padding: 0 5px 0 0 !important;
}

.ts-toast-success {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px !important;
  gap: 10px;
  position: relative;
  width: 341px !important;
  background: #ECF9F1 !important;
  border: 0.5px solid #12a154 !important;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px;
  color: #12a154 !important;
  min-height: 40px;
}
.ts-toast-success .blazored-toast-icon {
  padding: 0 5px 0 0 !important;
}

.service-section1 {
  padding-top: 39%;
  background-image: url("/images/services/mainbanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  position: relative;
}
.service-section1 .container {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0px;
}
.service-section1 .container .content {
  margin-bottom: 50px;
}
.service-section1 .container .content .title {
  margin-bottom: 28px;
}
.service-section1 .container .content .text {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .service-section1 {
    background-image: url("/images/services/mainbanner_mobile.jpg");
    padding-top: 126%;
  }
}
@media only screen and (max-width: 576px) {
  .service-section1 {
    background-image: url("/images/services/mainbanner_mobile.jpg");
    padding-top: 195%;
  }
  .service-section1 .container .content .title {
    font-size: 32px;
  }
}

.service-section2 .section-title {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .service-section2 {
    background: #F8F8F8;
  }
  .service-section2 .section-title {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.service-section3 .section-title {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding-top: 120px;
}
.service-section3 .service-list .service-item {
  margin-bottom: 80px;
}
.service-section3 .service-list .service-item:last-of-type {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .service-section3 .service-list .service-item.service-item2 .content-box {
    margin-left: 50px;
  }
}
.service-section3 .service-list .service-item .content-box {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-section3 .service-list .service-item .content-box .text {
  margin-bottom: 20px;
}
.service-section3 .service-list .service-item .content-box .title {
  margin-bottom: 20px;
}
.service-section3 .service-list .service-item .image-box .image {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-section3 .service-list .service-item .image-box .image.write-seo-image {
  background-image: url("/images/services/write_seo_image.jpg");
}
.service-section3 .service-list .service-item .image-box .image.run-ad-image {
  background-image: url("/images/services/perform_ad.jpg");
}
.service-section3 .service-list .service-item .image-box .image.fanpage-manage-image {
  background-image: url("/images/services/fanpage_service.jpg");
}
.service-section3 .service-list .service-item .image-box .image.post-news-image {
  background-image: url("/images/services/post_news.jpg");
}
@media only screen and (max-width: 1400px) {
  .service-section3 .service-list .service-item {
    margin-bottom: 40px;
  }
  .service-section3 .service-list .service-item:last-of-type {
    margin-bottom: 30px;
  }
  .service-section3 .service-list .service-item .content-box {
    height: 450px;
  }
  .service-section3 .service-list .service-item .image-box .image {
    height: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .service-section3 {
    padding-top: 50px;
  }
  .service-section3 .service-list .service-item {
    margin-bottom: 40px;
  }
  .service-section3 .service-list .service-item:last-of-type {
    margin-bottom: 30px;
  }
  .service-section3 .service-list .service-item .content-box {
    height: unset;
    margin-bottom: 50px;
    text-align: center;
  }
  .service-section3 .service-list .service-item .image-box .image {
    height: unset;
    padding: 30%;
    background-position: center;
  }
}
@media only screen and (max-width: 576px) {
  .service-section3 .container {
    padding: 0px;
  }
  .service-section3 .service-list .service-item .content-box .text-short {
    color: #747474;
  }
  .service-section3 .service-list .service-item .content-box {
    padding: 50px 20px;
    margin-bottom: 15px;
  }
  .service-section3 .service-list .service-item.service-item2 .content-box, .service-section3 .service-list .service-item.service-item4 .content-box {
    background: #F8F8F8;
  }
  .service-section3 .service-list .service-item .image-box {
    padding: 0px 20px;
  }
  .service-section3 .service-list .service-item1 .image-box .image {
    height: unset;
    padding: 56%;
    background-size: 100%;
    width: 160%;
    background-position: center;
    margin-left: -26%;
  }
  .service-section3 .service-list .service-item2 .image-box .image {
    height: unset;
    padding: 64%;
    background-size: 100%;
    width: 172%;
    background-position: center;
    margin-left: -34%;
  }
  .service-section3 .service-list .service-item3 .image-box .image {
    height: unset;
    padding: 60%;
    background-size: 92%;
    width: 137%;
    background-position: center;
    margin-left: -65px;
  }
  .service-section3 .service-list .service-item4 .image-box .image {
    height: unset;
    padding: 69%;
    background-size: 116%;
    width: 148%;
    background-position: center;
    margin-left: -29px;
  }
}

.service-section5 {
  padding: 30px 0px;
}
.service-section5 .content {
  background-color: var(--main-text-color);
  border-radius: 40px;
}
.service-section5 .content .content-item .content-item-inner {
  margin-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 0px;
}
.service-section5 .content .content-item .content-item-inner .image {
  margin-bottom: 25px;
  height: 22px;
  text-align: left;
}
.service-section5 .content .content-item .content-item-inner .title {
  margin-bottom: 25px;
}
.service-section5 .content .content-item .content-item-inner .text {
  line-height: 28px;
  font-size: 18px;
}
.service-section5 .content .content-item .image.image2 img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .service-section5 .content .content-item .content-item-inner {
    margin: 0px;
    padding: 50px 20px;
  }
  .service-section5 .content .content-item .content-item-inner .image {
    text-align: center;
  }
  .service-section5 .content .content-item .content-item-inner .image img {
    height: 22px;
  }
  .service-section5 .content .content-item .content-item-inner .title {
    text-align: center;
  }
}

.service-section4 {
  padding: 100px 0px;
  text-align: center;
}
.service-section4 .title {
  margin-bottom: 50px;
}
.service-section4 .text {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service-section4 .text .click-to-display-phone {
  margin-left: 5px;
  cursor: pointer;
  color: #1877F2;
}
.service-section4 .btn {
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .service-section4 {
    padding: 50px 0px;
  }
}

.end-section {
  text-align: center;
  margin-bottom: 100px;
}

.cash-section {
  padding: 95px 0px;
}
.cash-section .image-header {
  padding: 45px;
  margin-bottom: 30px;
  padding-top: 0px;
}
.cash-section .image-header img {
  height: 30px;
  display: block;
  margin: auto;
}
.cash-section .btn-countinue {
  position: sticky;
  top: 0;
}
.cash-section .content {
  width: 370px;
  margin: auto;
  max-width: 100%;
}
.cash-section .content .cash-infor {
  margin-bottom: 30px;
}
.cash-section .content .cash-form .form-floating {
  margin-bottom: 2px;
}
.cash-section .content .cash-form .form-floating label {
  color: #8C8C8C;
}
.cash-section .content .cash-form .note {
  font-size: 12px;
  color: #9B9B9B;
}
.cash-section .content .suggest-money {
  margin: 20px 0px 40px 0px;
}
.cash-section .content .suggest-money .suggest-money-item {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #CACACA;
  color: #CACACA;
  cursor: pointer;
}
.cash-section .content .suggest-money .suggest-money-item:hover {
  background: #dbdbdb;
  color: #000;
}
.cash-section .content .btn-note {
  color: #747474;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  margin: auto;
  display: block;
  margin-top: 5px;
}
.cash-section .content .export-invoice {
  margin: 40px 0px;
}
.cash-section .content .extra-note {
  margin-top: 30px;
}
.cash-section .content .extra-note .text {
  color: #27221F;
  margin-bottom: 30px;
}
.cash-section .content .extra-note .extra-note2 ul {
  padding-left: 17px;
  list-style: outside;
  margin-bottom: 0px;
}
.cash-section .content .extra-note .extra-note3 span:first-of-type {
  color: #FF3D00;
}
@media only screen and (max-width: 767px) {
  .cash-section .content .suggest-money .suggest-money-item {
    padding: 7px 15px;
  }
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

.progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width: 640px;
  margin: auto;
  display: flex;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
}
.progressbar li .text {
  font-size: 12px;
  text-transform: none;
}
.progressbar li .text.text.sub-text {
  color: #8C8C8C;
}
.progressbar li .text.main-text {
  margin-bottom: 0px;
  font-weight: 500;
}
.progressbar li.active.current .main-text {
  color: #27ae60;
}
.progressbar li.active.current:before {
  content: counter(step);
  counter-increment: step;
  background-image: none !important;
}
.progressbar li.active:before {
  content: "";
  counter-increment: step;
  height: 24px;
  background-image: url("/images/icons/check_outline.svg") !important;
}
.progressbar li.active:before, .progressbar li.active:after {
  background: #27AE60;
  color: white;
}
.progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  line-height: 24px;
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  background: #C0C0C0;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  text-align: center;
}
.progressbar li:after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  left: -40%;
  top: 10px;
  z-index: 0;
  background: #C0C0C0;
}

.cart-section {
  padding: 100px 0px;
  background: #fcfcfc;
}
.cart-section .content .image-header {
  padding: 45px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.cart-section .content .image-header img {
  height: 30px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cart-section {
    padding: 30px 0px;
    background: #fff;
  }
  .cart-section.confirm-order-section .container, .cart-section.payment-method-section .container {
    padding: 0px;
  }
  .cart-section .content .image-header {
    padding: 20px;
    margin-bottom: 10px;
    padding-top: 35px;
  }
}

.order-information {
  width: 100%;
  align-items: baseline;
}
.order-information .order-cart {
  flex-grow: 1;
  width: 100%;
}
.order-information .order-cart .order-box {
  padding: 30px 20px;
  background: #fff;
}
.order-information .order-cart .order-box .title {
  margin-bottom: 30px;
}
.order-information .order-cart .order-box .order-cart-content {
  margin-top: 30px;
}
.order-information .order-cart .order-box .order-cart-content .order-cart-item .order-cart-item-body {
  margin-top: 20px;
  margin-bottom: 30px;
}
.order-information .order-cart .order-box .order-cart-content .order-cart-item .order-cart-item-body .text {
  color: #9B9B9B;
}
.order-information .order-cart .order-box .order-cart-content .order-cart-item .order-cart-item-body .service-list {
  padding-left: 15px;
}
.order-information .order-cart .order-box .order-cart-content .order-cart-item .order-cart-item-body .service-list .service-item {
  list-style: auto;
  color: #27221F;
}
.order-information .order-cart .order-box .order-cart-content .order-cart-item .order-cart-item-body .service-list .service-item .text1 {
  color: #27221F;
  margin-bottom: 10px;
}
.order-information .order-cart .order-box .order-extra-service {
  margin-top: 30px;
}
.order-information .order-cart .order-box .order-extra-service .title {
  color: #9B9B9B;
  margin-bottom: 15px;
}
.order-information .order-cart .order-box .order-extra-service .sub-text {
  padding-left: 30px;
  color: #747474;
  font-size: 14px;
  display: block;
}
.order-information .order-cart .export-invoice {
  margin-top: 10px;
  padding: 30px 20px;
  background: #fff;
}
.order-information .order-sumarize {
  padding: 30px 20px;
  background: #fff;
}

.payment-method-list .payment-method-item {
  border-radius: 5px;
  border: 1px solid #CDCBC8;
  margin-bottom: 15px;
  padding: 10px 20px 10px 10px;
}
.payment-method-list .payment-method-item .payment-method-body {
  padding: 20px;
  background: #FBFBFB;
  margin-top: 20px;
}
.payment-method-list .payment-method-item .payment-method-body .text {
  margin-bottom: 0px;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left {
  width: 50%;
  text-align: center;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left .text {
  color: #000;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left .small-notes {
  color: #979797;
  font-size: 14px;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left .message-box {
  background: #F4F4F4;
  padding: 10px 20px;
  margin: 10px 0px;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left .notes2 {
  color: #979797;
  font-size: 14px;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .right {
  width: 50%;
  text-align: center;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .right .bank-qr-code {
  width: 100%;
}
.payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .right .receive-account {
  color: #7C6A54;
}
@media only screen and (max-width: 767px) {
  .payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content {
    flex-direction: column;
  }
  .payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .left, .payment-method-list .payment-method-item .payment-method-body .extra-info .extra-info-content .right {
    width: 100%;
    text-align: left;
  }
}

.payment-method-section .btn-countinue {
  margin-top: 10px;
}

.order-sumarize {
  width: 370px;
  min-width: 370px;
}
.order-sumarize .sumarize-list {
  margin-bottom: 10px;
}
.order-sumarize .sumarize-list .sumarize-item .sumarize-main-info {
  display: flex;
  justify-content: space-between;
}
.order-sumarize .sumarize-list .sumarize-item .sumarize-main-info .name {
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 700;
}
.order-sumarize .sumarize-list .sumarize-item .sumarize-main-info .price {
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 700;
}
.order-sumarize .sumarize-list .sumarize-item .sumarize-sub-info ul {
  padding-left: 15px;
}
.order-sumarize .sumarize-list .sumarize-item .sumarize-sub-info ul li {
  list-style: auto;
  color: #4F4F4F;
  font-size: 14px;
}
.order-sumarize .sumarize-total-and-tax {
  margin-top: 30px;
  margin-bottom: 10px;
}
.order-sumarize .sumarize-total {
  margin-top: 30px;
}
.order-sumarize .form-check {
  margin: 10px 0px 30px 0px;
}
.order-sumarize .btn-note {
  margin: auto;
  margin-top: 30px;
  font-size: 14px;
  color: #747474;
  display: block;
  text-align: center;
}
.order-sumarize .notes-for-qr-code {
  font-size: 14px;
  margin-bottom: 30px;
}
.order-sumarize .notes2-for-qr-code {
  font-size: 14px;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .order-sumarize {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .button-countinue-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    z-index: 99;
  }
  .button-countinue-wrapper .btn-countinue {
    max-width: 100%;
  }
  .button-countinue-wrapper .btn-note {
    margin-top: 15px;
  }
}
.payment-done-section .order-result, .payment-fail-section .order-result, .payment-etransfer-done-section .order-result {
  margin-top: 70px;
}
.payment-done-section .order-result .order-result-header, .payment-fail-section .order-result .order-result-header, .payment-etransfer-done-section .order-result .order-result-header {
  text-align: center;
}
.payment-done-section .order-result .order-result-header .title.result-message, .payment-fail-section .order-result .order-result-header .title.result-message, .payment-etransfer-done-section .order-result .order-result-header .title.result-message {
  margin: 20px 0px;
}
.payment-done-section .order-result .order-result-header .title.result-message.sucess-message, .payment-fail-section .order-result .order-result-header .title.result-message.sucess-message, .payment-etransfer-done-section .order-result .order-result-header .title.result-message.sucess-message {
  color: #12A154;
}
.payment-done-section .order-result .order-result-header .btn-wrapper, .payment-fail-section .order-result .order-result-header .btn-wrapper, .payment-etransfer-done-section .order-result .order-result-header .btn-wrapper {
  margin: auto;
  text-align: center;
  justify-content: center;
  margin: 50px 0px;
}
@media only screen and (max-width: 500px) {
  .payment-done-section .order-result .order-result-header .btn-wrapper .btn, .payment-fail-section .order-result .order-result-header .btn-wrapper .btn, .payment-etransfer-done-section .order-result .order-result-header .btn-wrapper .btn {
    padding: 6px 10px;
  }
}
.payment-done-section .order-result .bill-content, .payment-fail-section .order-result .bill-content, .payment-etransfer-done-section .order-result .bill-content {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.payment-done-section .order-result .bill-content .divider, .payment-fail-section .order-result .bill-content .divider, .payment-etransfer-done-section .order-result .bill-content .divider {
  margin: 10px 0px 30px 0px;
}
.payment-done-section .order-result .bill-content *, .payment-fail-section .order-result .bill-content *, .payment-etransfer-done-section .order-result .bill-content * {
  font-size: 14px;
}
.payment-done-section .order-result .bill-content .payment-info .payment-info-row .label, .payment-fail-section .order-result .bill-content .payment-info .payment-info-row .label, .payment-etransfer-done-section .order-result .bill-content .payment-info .payment-info-row .label {
  width: 50%;
}
.payment-done-section .order-result .bill-content .payment-info .payment-info-row .value, .payment-fail-section .order-result .bill-content .payment-info .payment-info-row .value, .payment-etransfer-done-section .order-result .bill-content .payment-info .payment-info-row .value {
  width: 50%;
}
.payment-done-section .order-result .bill-content .payment-sumarize .payment-info-row .label, .payment-fail-section .order-result .bill-content .payment-sumarize .payment-info-row .label, .payment-etransfer-done-section .order-result .bill-content .payment-sumarize .payment-info-row .label {
  width: 50%;
}
.payment-done-section .order-result .bill-content .payment-sumarize .payment-info-row .text, .payment-fail-section .order-result .bill-content .payment-sumarize .payment-info-row .text, .payment-etransfer-done-section .order-result .bill-content .payment-sumarize .payment-info-row .text {
  width: 50%;
}
.payment-done-section .order-result .payment-notes-content, .payment-fail-section .order-result .payment-notes-content, .payment-etransfer-done-section .order-result .payment-notes-content {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.payment-done-section .order-result .payment-notes-content .notes, .payment-fail-section .order-result .payment-notes-content .notes, .payment-etransfer-done-section .order-result .payment-notes-content .notes {
  margin-top: 20px;
  color: #8C8C8C;
}

.invoice-info .title {
  margin-bottom: 10px !important;
  color: #747474;
  font-size: 14px;
}
.invoice-info .invoice-info-list li {
  color: #747474;
  font-size: 14px;
}
.invoice-info .btn-update-invoice-info {
  text-decoration: none;
}

.divider {
  width: 100%;
  border-bottom: 1px dashed #e8e9ed;
}

.chat-box {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
}
@media (max-width: 900px) {
  .chat-box img {
    width: 60px;
  }
}

.error-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - var(--desktop-header-height));
  background-color: #f8f8f8;
}
.error-section .title {
  text-align: center;
  margin-bottom: 20px;
}
.error-section a {
  display: block;
  text-align: center;
  text-decoration: underline !important;
  color: var(--sub-color);
  font-size: 16px;
}

.section {
  width: 100%;
}

trust-search-input {
  width: 100%;
  height: 40px;
}

trust-progress.page-progress {
  position: absolute;
  top: var(--desktop-header-height);
  width: 100%;
}

.trust-btn {
  font-size: 16px;
}

#trialAlertModal .modal-dialog {
  max-width: 100%;
  width: 1260px;
}
#trialAlertModal .modal-dialog .modal-content {
  background: none;
  padding: 0px;
  box-shadow: none;
  border: none;
}
#trialAlertModal .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 0px 0px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content {
  background-color: var(--main-text-color);
  border-radius: 40px;
  overflow: hidden;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner {
  margin-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 0px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .image {
  height: 22px;
  margin-top: 30px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .title {
  margin-bottom: 25px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .text {
  line-height: 1.7rem;
  font-size: 18px;
  letter-spacing: 0.5px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .btn-light {
  width: fit-content;
  margin-top: 10px;
}
#trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .image.image2 img {
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  #trialAlertModal .modal-dialog {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body {
    width: 310px;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content {
    background-color: var(--main-text-color);
    border-radius: 40px;
    overflow: hidden;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item {
    width: 100% !important;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner {
    margin-left: 0px;
    padding: 50px 37px;
    text-align: center;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .title-top {
    font-size: 24px;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .title {
    margin-bottom: 25px;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .text {
    line-height: 1.7rem;
    font-size: 18px;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .text-list {
    display: none;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .content-item-inner .btn-light {
    margin: auto;
  }
  #trialAlertModal .modal-dialog .modal-content .modal-body .content .content-item .image.image2 {
    display: none;
  }
}

.tiktok-embed {
  margin-top: 0px !important;
}
