* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* #top_header {
  display: block;
  height: 63px;
} */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f7f7;
}
/* Thiết kế icon */
.floating-menu {
  position: fixed;
  bottom: 20vh;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  z-index: 50;
}

.float-btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
  height: 49px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.35),
    inset 0 -5px 12px rgba(0, 0, 0, 0.2),
    0 4px 8px rgba(0, 0, 0, 0.25);
}
.float-btn-icon {
  border-radius: 49px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.35),
    inset 0 -5px 12px rgba(0, 0, 0, 0.2),
    0 4px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-btn .icon-box,
.float-btn-icon .icon-box {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100%;
}
.float-btn .icon-box i,
.float-btn-icon .icon-box i {
  font-size: 20px;
}

.float-btn .text {
  flex: 1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  padding-right: 14px;
  text-align: center;
}

.red {
  background: linear-gradient(#ff3333, #d90000);
}

.green {
  background: linear-gradient(#17c96b, #009746);
}

.blue {
  background: linear-gradient(#1e82ff, #005be8);
}

.orange {
  background: linear-gradient(#ff941f, #ff7100);
}

.black {
  background: linear-gradient(135deg, #1E1E2F 0%, #2B2D42 100%);
}
.white{
  background: white;
}
.color-black{
  color: black;
}
.zalo {
  background: linear-gradient(#248cff, #0067e8);
}
.icon-zalo {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
}
.icon-normal {
  width: 35px;
  height: 35px;
  overflow: hidden;
}
#floatMenu1,
#floatMenu2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}

#floatMenu1.show,
#floatMenu2.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Đoạn chạy chữ cho hộ kinh doanh đã đăng ký */
/* @media screen and (min-width: 769px) {
  #top_header {
    display: none;
  }
  #top_header_sidebar {
    display: none;
  }
} */
