img.emoji {
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.05em 0 0.1em !important;
  vertical-align: -0.2em !important;
  border-radius: 0 !important;
  border: 0 !important;
  display: inline-block !important;
  padding: 0 !important;
}
.btn-primary {
  background-color: #f0652f;
  border: none;
}
.btn-primary:hover {
  background-color: #c9454d;
}
.btn-info {
  background-color: #49bdc9;
  border: none;
}
.btn-info:hover {
  background-color: #3ea1ab;
}
.btn-outline-secondary {
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #3e4546;
}
.btn-outline-secondary:hover {
  border: 1px solid #ec515b;
  background-color: #fff4f5;
  color: #0e1011;
}
.navbar {
  z-index: 10;
}
body {
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  text-autospace: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-check {
  margin-bottom: 0.75rem;
}
.form-check label,
.form-group label {
  font-weight: 700;
  font-size: 15px;
}
body #app {
  flex: 1;
}
.navbar {
  position: relative;
}
.navbar .navbar-brand {
  z-index: 2;
}
.navbar .navbar-buttons {
  justify-content: flex-end;
}
.navbar .navbar-buttons .form-inline {
  z-index: 2;
  position: relative;
}
.navbar .navbar-buttons .btn {
  font-size: 0.875rem;
}
.navbar .navbar-buttons .btn-login {
  border-radius: 1.125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1.6rem;
  border: none;
  position: relative;
  font-weight: 500;
}
.navbar .navbar-buttons .btn-login {
  margin-right: 2px;
}
.navbar .navbar-toggler {
  color: #5a646e;
  border-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgb(90, 100, 110)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar ul.navbar-nav {
  z-index: 2;
  position: relative;
}
.navbar ul.navbar-nav li.nav-item {
  margin: 0 8px;
}
.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #3d525c;
  box-sizing: border-box;
  position: relative;
}
.navbar ul.navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  height: 3px;
  width: calc(100% - 16px);
  background-color: #ec515b;
  content: "";
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.navbar ul.navbar-nav li.nav-item a.nav-link:hover:before {
  visibility: visible;
  opacity: 1;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu {
  font-size: 0.9rem;
  line-height: 2;
  position: absolute;
}
.navbar .navbar-collapse.collapsing,
.navbar .navbar-collapse.show {
  position: absolute;
  top: 76px;
}
.navbar .navbar-collapse.collapsing ul.navbar-nav,
.navbar .navbar-collapse.collapsing ul.navbar-nav li.nav-item,
.navbar .navbar-collapse.show ul.navbar-nav,
.navbar .navbar-collapse.show ul.navbar-nav li.nav-item {
  margin-bottom: 10px;
}
.navbar .navbar-collapse.collapsing:before,
.navbar .navbar-collapse.show:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 360px;
  background: hsla(0, 0%, 100%, 0.98);
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .navbar .login-logo {
    display: none;
  }
}
header.header-logged-in {
  border-bottom: 1px solid #eef2f5;
  background-color: #f0652f;
  padding: 12px 0;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
header.header-logged-in .dropdown-menu {
  font-size: 0.9rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 12px;
  margin-top: 10px;
  padding: 8px 0;
  background-color: #fff;
}
header.header-logged-in .dropdown-menu .dropdown-header {
  font-size: 12px;
}
header.header-logged-in .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
header.header-logged-in .navbar {
  margin-bottom: 0;
  border-radius: 0;
}
header.header-logged-in .navbar .dropdown-menu {
  max-width: 250px;
  min-width: 200px;
  margin-top: 0;
}
header.header-logged-in .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff !important;
  transition: 0.2s;
  padding: 0.5rem 1rem;
}
header.header-logged-in .navbar-nav > li > a:hover {
  opacity: 0.8;
}
header.header-logged-in .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: #5a646e;
  transition: all 0.2s ease;
  border-bottom: none !important;
}
header.header-logged-in .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #f0652f;
}
header.header-logged-in .dropdown-menu .dropdown-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
header.header-logged-in .dropdown-menu .dropdown-header {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  padding: 10px 20px 5px;
  background-color: transparent !important;
}
header.header-logged-in .dropdown-bell .dropdown-menu {
  max-width: 350px;
  min-width: 335px;
  padding: 0;
}
header.header-logged-in .dropdown-bell .dropdown-menu .dropdown-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 0;
}
header.header-logged-in .dropdown-bell .dropdown-item {
  white-space: normal;
  word-wrap: break-word;
  padding: 15px 20px;
  min-height: auto;
  border-bottom: 1px solid #f8f9fa !important;
  display: flex;
  align-items: flex-start;
}
header.header-logged-in .dropdown-bell .dropdown-item:last-child {
  border-bottom: none !important;
}
header.header-logged-in .dropdown-bell .dropdown-item.read_N {
  font-weight: 700;
  color: #0e1011;
}
header.header-logged-in .dropdown-bell .dropdown-item .time {
  font-size: 11px;
  display: block;
  text-align: left;
  padding-top: 5px;
  font-weight: 400;
  color: #999;
}
header.header-logged-in .dropdown-bell .dropdown-item .float-left {
  width: 88%;
}
header.header-logged-in .dropdown-bell .dropdown-item.last {
  display: block;
  text-align: center;
  padding: 12px;
  color: #f0652f;
  font-weight: 500;
}
header.header-logged-in .dropdown-bell .dropdown-item .float-right {
  width: 12%;
  text-align: right;
  padding-top: 2px;
}
header.header-logged-in .dropdown-toggle:after {
  display: none;
}
header.header-logged-in .dropdown-toggle {
  outline: none;
}
header.header-logged-in .dropdown-toggle i.fa-caret-down {
  transition: all 0.2s ease-in-out;
}
header.header-logged-in i.fa-caret-down.caretup {
  transform: rotate(180deg);
}
header.header-logged-in .bubble {
  position: relative;
}
header.header-logged-in .bubble[data-count]:after {
  content: attr(data-count);
  position: absolute;
  top: -9px;
  right: 8px;
  font-size: 0.7em;
  background: #fff;
  color: #000;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 1px #fdfcfc;
  display: block;
  border: none;
}

@media (max-width: 992px) {
  header.header-logged-in .dropdown-bell .dropdown-menu {
    max-width: 250px;
    min-width: 200px;
  }
}
.help-section {
  padding: 100px 0 150px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzE2IiBoZWlnaHQ9IjcwIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI1MCUiIHgyPSI1MCUiIHkxPSIxLjgzOSUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRjE4RTM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjQzg2RDFCIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSI1MCUiIHgyPSI1MCUiIHkxPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNFNDg0QTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNCNjUzNzAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgeDE9IjUwJSIgeDI9IjUwJSIgeTE9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhCQjA3MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1ODY0RSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJkIiB4MT0iNTAlIiB4Mj0iNTAlIiB5MT0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOERDN0M4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNkU5RDlFIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMjc3IDBsMjc3IDcwSDB6Ii8+PHBhdGggZmlsbD0idXJsKCNiKSIgZD0iTTUzMSAwbDI3NyA3MEgyNTR6Ii8+PHBhdGggZmlsbD0idXJsKCNjKSIgZD0iTTc4NSAwbDI3NyA3MEg1MDh6Ii8+PHBhdGggZmlsbD0idXJsKCNkKSIgZD0iTTEwMzkgMGwyNzcgNzBINzYyeiIvPjwvZz48L3N2Zz4=");
  background-position: bottom;
  background-repeat: no-repeat;
}
.help-section .container {
  justify-content: space-between;
  text-align: center;
  max-width: 640px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .help-section .container {
    display: block !important;
    padding-right: 0;
  }
}
.help-section .container .section-title h2 {
  font-size: 2.25rem;
  color: #0e1011;
}
@media (min-width: 768px) {
  .help-section .container .section-title h2 {
    text-align: left;
  }
}
.help-section .container button.btn-request {
  width: 10rem;
  border-radius: 1.3125rem;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .help-section .container button.btn-request {
    margin-top: 1rem;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.section-title h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #0e1011;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.4rem;
  }
}
.buy-item > .card {
  margin-bottom: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.horizontal-tabs {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.horizontal-tabs li {
  display: inline;
}
.horizontal-tabs li a {
  padding: 5px 15px;
  border-radius: 2px;
  text-decoration: none;
}
.horizontal-tabs li:hover a {
  background: #eee;
  color: #333;
}
.horizontal-tabs li.active a {
  background: #34495e;
  color: #fff;
}
.pagebar {
  background: #f4f8fa;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0;
  margin-bottom: 24px;
}
.pagebar h1 {
  color: #082567;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 800;
}
.pagebar .breadcrumb {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  background-color: transparent;
}
.pagebar .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
}
.pagebar .breadcrumb .breadcrumb-item.active {
  color: #01003c;
}
.center {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
footer {
  padding: 30px 0 0;
  border-top: 1px solid #dee2e6;
  background-color: #f4f8fa;
  z-index: 100;
  flex-shrink: 0;
}
footer .lead {
  font-size: 16px;
  font-weight: 700;
  width: auto !important;
  margin-right: 15px;
  display: block;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
footer .footer_icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.weixin_qrcode {
  position: relative;
}
.weixin_qrcode img.qrcode {
  position: absolute;
  z-index: 99;
  top: -135px;
  right: -42px;
  width: 8rem;
  max-width: none;
  height: 8rem;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
  border: 0.1rem solid #0085ba;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .weixin_qrcode img.qrcode {
    right: -84px;
  }
}
.weixin_qrcode:hover img.qrcode {
  transform: scale(1);
  opacity: 1;
}
footer .footer_icons li {
  margin-right: 10px;
  display: inline-block;
}
footer .footer_icons li a {
  height: 35px;
  width: 35px;
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
}
footer .footer_nav .lead {
  font-size: 14px;
}
footer .footer_nav .links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer_nav .links li {
  margin-bottom: 6px;
}
footer .footer_nav .links li a {
  color: #039be5;
}
.copyright {
  background-color: #f4f8fa;
  padding: 1.3rem 0;
  color: #333;
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
  flex-shrink: 0;
}
.copyright p {
  margin: 0;
  text-align: center;
}
.guest-contact {
  z-index: 100000000000000000;
}
.guest-contact button.btn-wechat {
  padding: 0 20px;
  right: 20px;
  bottom: 40px;
  position: fixed;
  border-radius: 3px;
  background-color: #4979ff;
  color: #fff;
  line-height: 40px;
}
.guest-contact button.btn-wechat:hover {
  background-color: #3e67d9;
}
@media (max-width: 576px) {
  .guest-contact button.btn-wechat {
    right: 14px;
    bottom: 30px;
  }
  .guest-contact button.btn-wechat span {
    display: none;
  }
}
.guest-contact button.btn-wechat .wechat-popup {
  display: block;
  position: fixed;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  right: 0;
  bottom: 100px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 576px) {
  .guest-contact button.btn-wechat .wechat-popup {
    right: -6px;
    bottom: 90px;
  }
}
.guest-contact button.btn-wechat .wechat-popup p {
  font-size: 14px;
  margin: 16px auto 0;
  line-height: 1;
  color: #0e1011;
}
.guest-contact button.btn-wechat:hover .wechat-popup {
  visibility: visible;
  opacity: 1;
  transform: translatex(-20px);
}
[class*="btn-social-"] {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.077;
  border-radius: 4px;
}
.property-icon .icon-item {
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #fff;
  padding: 9px 5px 5px 9px;
}
.property-icon {
  margin-bottom: 1rem;
}
.property-icon .icon-item:hover {
  border-color: #ddd;
  border-radius: 4px;
}
.property-icon .icon-item .icon-left {
  float: left;
  width: 25%;
}
.property-icon .icon-item .icon-left .img-thumbnail {
  max-height: 55px;
  max-width: 55px;
  overflow: hidden;
}
.property-icon .icon-item .icon-right {
  float: left;
  width: 73%;
  margin-left: 2%;
}
.channels a:hover {
  background: #eee;
  color: #333;
}
.channels a {
  padding: 5px 10px;
  border-radius: 2px;
  text-decoration: none;
}
.tab-content > .active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.valign-middle tr td {
  vertical-align: middle !important;
}
.importants {
  background-color: #ff9800;
  padding: 0.5rem 0;
  font-weight: 500;
}
.importants a {
  color: #fff;
}
/* Custom File Input Styles */
.custom-file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  background-color: #fafafa;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  min-height: 120px;
}
.custom-file-upload:hover {
  border-color: #007bff;
  background-color: #f0f7ff;
}
.custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.custom-file-content {
  pointer-events: none;
  z-index: 1;
}
.custom-file-upload .file-icon {
  font-size: 2rem;
  color: #adb5bd;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.custom-file-upload:hover .file-icon {
  color: #007bff;
}
.custom-file-upload .file-text {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 500;
}
.custom-file-upload .file-name {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #28a745;
  font-weight: 600;
  word-break: break-all;
  display: none;
}
.custom-file-upload.has-file {
  border-color: #28a745;
  background-color: #f0fff4;
}
.custom-file-upload.has-file .file-icon {
  color: #28a745;
}
.custom-file-upload.has-file .file-name {
  display: block;
}
/* Modern Alert Styles */
.alert-modern-info,
.alert-modern-success,
.alert-modern-error,
.alert-modern-warning {
  padding: 16px 20px;
  margin-bottom: 1rem;
  border: none;
  border-radius: 10px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.alert-modern-info a,
.alert-modern-success a,
.alert-modern-error a,
.alert-modern-warning a {
  font-weight: 600;
  text-decoration: none;
}
.alert-modern-info {
  color: #004085;
  background: linear-gradient(135deg, #e3f2fd 0%, #fff 100%);
  border-left: 4px solid #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}
.alert-modern-success {
  color: #155724;
  background: linear-gradient(135deg, #e6fffa 0%, #fff 100%);
  border-left: 4px solid #28a745;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
}
.alert-modern-error {
  color: #721c24;
  background: linear-gradient(135deg, #ffebee 0%, #fff 100%);
  border-left: 4px solid #dc3545;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}
.alert-modern-warning {
  color: #856404;
  background: linear-gradient(135deg, #fff3cd 0%, #fff 100%);
  border-left: 4px solid #ffc107;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}
