.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
  background-color: #fff;
  border-radius: 20px;
  color: #005B4A;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0;
  /* margin-left: 12px; */
  font-size: 1rem;
}

.backT {
  background-color: #005B4A !important;
  color: #fff !important;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.details-container {
  margin-top: 30px;
}

/* 底部 */
.footicon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.footicon1 {
  width: 16px;
  height: 10.5px;
  margin-right: 16px;
}

.footicon2 {
  width: 16px;
  height: 14.34px;
  margin-right: 16px;
}

.footbtn {
  background-color: #1F2226;
  display: flex;
  justify-content: center;
  height: 48px;
  align-items: center;
}

.inputContene {
  width: 100%;
  padding: 19px 0px 19px 20px;
  border: 1px solid #ABACAD;
}

.inputContene input {
  border: none;
  outline: none;
  width: 90%;
  background-color: transparent;
}

.inputContene div {
  width: 10%;
}

.bg0D {
  background-color: #0D1015;
}


.text-white {
  color: #ABACAD !important;
  font-size: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

/* 顶部 */
.container-nav {
  max-width: 100%;
  margin: 0 180px;
}

.navbar-shrink {
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, .6) !important;
  border-bottom: 1px solid rgba(45, 45, 45, .0) !important;
}

.nav-link {
  color: #fff;
  font-weight: 600;
}

/* 搜索框 */
.search-container {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f1f1f1;
  width: 800px;
}

.search-icon {
  padding: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.search-input {
  border: none;
  padding: 10px;
  flex-grow: 1;
  outline: none;
  background-color: #f1f1f1;
}

.img-fluid {
  height: 680px !important;
}

@media (max-width: 767px) {
  .container-main {
    margin: 20px !important;
  }

  .pd30 {
    padding: 0 30px;
  }

  .img-fluid {
    height: 150px !important;
  }

  .card-img-top {
    width: 100% !important;
  }

  .navbar-shrink {
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, .6) !important;
    border-bottom: 1px solid rgba(45, 45, 45, .0) !important;
  }
}

.choose {
  cursor: pointer;
}

.diologDetail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.diologoDetail-content {
  background-color: #fff;
  width: 70%;
  border-radius: 12px;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  padding: 30px;
  position: relative;
  /* max-height: 600px; */
  max-height: 80vh;
  overflow: hidden;
}

.diologRight {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow: auto;
  max-height: 73vh;
}

.diologRight::-webkit-scrollbar {
  display: none;
}

.diologoDetail-link {
  background-color: transparent;
  width: 10%;
  border-radius: 12px;
  top: 4%;
  right: 5%;
  padding: 20px;
  position: absolute;
  max-height: 600px;
  overflow: auto;
  z-index: 10000;
}

.diologoDetail-to1 {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.diologoDetail-to1-img {
  width: 25.46px;
  height: 25.46px;
}

.diologoDetail-to2 {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.diologoDetail-to2-img {
  width: 18px;
  height: 18px;
}

.fileMsg {
  position: fixed;
  top: 40px;
  background-color: #E7FBF8;
  z-index: 10000;
  left: 50%;
  transform: translate(-50%);
  color: #005B4A;
  padding: 15px 25px;
  border-radius: 16px;

  opacity: 0;
  transition: opacity 0.5s ease-in-out;

  display: none;
}

.fileMsg.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.fileMsg {
  transform: translate(-50%, -10px) scale(0.95);
}

.fileMsg.show {
  opacity: 1;
  display: block;
  transform: translate(-50%, 0) scale(1);
}

.counter {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  user-select: none;
}

.counter-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #D3D3D6;
  color: white;
  border: none;
  font-size: 18px;
  /* font-weight: bold; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  transition: background-color 0.2s;
}

/* 不可点击时的样式 */
.counter-btn:disabled {
  background-color: #D3D3D6;
  color: white;
  cursor: not-allowed;
}

.counter-value {
  font-size: 16px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
}


.itemFlex {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  padding: 15px 10px;
  justify-content: space-between;
  background-color: #F6F6F8;
  border-radius: 12px;
  border: 2px solid transparent !important;
}

.itemContent {
  display: flex;
  align-items: center;
}

.itemContent-img {
  width: 60px;
  height: 45px;
}

.itemContent-Div {
  font-size: 16px;
  color: #000000;
  margin-left: 20px;
  font-weight: 600;
}

.itemContent-top {
  margin-top: 20px;
  border-left: 3px solid #005B4A;
  padding-left: 10px;
  color: #000000;
  font-weight: 600;
}

/* 新增样式 */
.selected {
  border: 2px solid #005B4A !important;
  background-color: #ffffff !important;
  /* background-color: #005B4A !important; */
  /* color: #fff !important; */
}

.selectedN {
  border: 2px solid #005B4A !important;
  background-color: #ffffff !important;
  background-color: #005B4A !important;
  color: #fff !important;
}


.w500px {
  width: 500px;
  height: 500px;
}

.cardsubmit {
  cursor: pointer;
}

.form-check-label.active {
  color: #005B4A;
  font-weight: 700;
  cursor: pointer;
}

.form-check-input {
  accent-color: #005B4A;
  /* 直接修改 radio 选中颜色 */
  appearance: auto;
}

.container-nav {
  max-width: 100%;
  margin: 0 11.25rem;
}

.form-title {
  font-size: 20px;
  font-weight: 700;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.form-check {
  margin-top: 20px;
  font-size: 14px;
}

.container-main {
  margin: 0 180px;
  /* display: flex; */
}

.text-white {
  color: #ABACAD !important;
  font-size: 16px;
  margin-top: 16px;
}

/* 卡片css */
.loveIcon {
  width: 18px;
  height: 16px;
  cursor: pointer;
}

.lovecard {
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 50%;

  position: absolute;
  right: 6%;
  top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-top {
  border-radius: 16px;
  width: 300px;
  height: 240px;
  object-fit: cover;
}

.card-body {
  margin: 16px 0px 0px 0px;
  padding: 0px;
  width: 300px;
}

.card-title {
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.costicon {
  width: 12px;
  height: 12px;
}

.container-main .col-sm-3 {
  margin-bottom: 40px;
}

/* 更多 */
.lotOf {
  width: 6.25rem;
  height: 2.5rem;
  background-color: #005B4A;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  border: none;
  margin-bottom: 50px;
}

.my-account-area {
  margin: 30px 30px;
}

.OrdersFw {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .my-account-area {
    margin: 50px 0;
  }

  .container-nav {
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }

  .imglog {
    width: 150px;
    height: 24px;
  }

  .align-items-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

.my-account-area .my-account-wrapper {
  max-width: 500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.my-account-area .my-account-wrapper h4 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 39px;
}

@media screen and (max-width: 1400px) {
  .my-account-area .my-account-wrapper h4 {
    margin-bottom: 70px;
    font-size: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .my-account-area .my-account-wrapper h4 {
    margin-bottom: 60px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .my-account-area .my-account-wrapper h4 {
    margin-bottom: 40px;
    font-size: 27px;
  }
}

.my-account-area .my-account-wrapper .label {
  display: flex;
}

.my-account-area .my-account-wrapper form input {
  border-radius: 0;
  padding: 10px 16px;
  background-color: #F6F6F8;
  border: none;
  border-radius: 20px;
  /* margin-top: 10px; */
}

.my-account-area .my-account-wrapper form input::placeholder {
  color: #C0C4CC;
  font-size: 14px;
}

.form-check-input {
  padding: 0 !important;
}

.my-account-area .my-account-wrapper form button.btn.btn-primary {
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  /* padding: 10px; */
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 20px;
  background: #FECB2B;
  color: #333333;
  border: none;
  border-radius: 4px;
}

.my-account-area .my-account-wrapper form button.btn.btn-primary:hover {
  background: #fcd859;
}

.my-account-area .my-account-wrapper .login-or-with {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account-area .my-account-wrapper .login-or-with:after {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-right: -20px;
  margin-left: 10px;
}

.my-account-area .my-account-wrapper .login-or-with:before {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-left: -20px;
  margin-right: 10px;
}

.my-account-area .my-account-wrapper .social-button {
  margin-top: 20px;
}

.my-account-area .my-account-wrapper .social-button a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.my-account-area .my-account-wrapper .social-button a.facebook-btn {
  background: #4267B2;
}

.my-account-area .my-account-wrapper .social-button a.facebook-btn:hover {
  background: #4267b2eb;
}

.my-account-area .my-account-wrapper .social-button a.google-btn {
  background: #D44730;
}

.my-account-area .my-account-wrapper .social-button a.google-btn:hover {
  background: #d44730e6;
  transition: all 0.4s ease;
}

/* account */

.nav-pills-dark .nav-item .nav-link.active {
  background-color: #001e2b;
  color: #ffffff;
}

.nav-pills-dark .nav-item .nav-link {
  background-color: transparent;
  border-radius: .5rem;
  color: var(--fc-gray-800);
  font-weight: 500;
  margin-bottom: .25rem;
  padding: .5rem .75rem;
}

.table-responsive-xxl a {
  text-decoration: none;
}

.p-6 {
  padding: 1.5rem !important;
}

.my-account-area .card-body {
  color: var(--fc-card-color);
  flex: 1 1 auto;
  padding: var(--fc-card-spacer-y) var(--fc-card-spacer-x);
}

.my-account-area .card {
  border-radius: 0.5rem !important;
  --bs-card-border-radius: 0.5rem !important;
  height: 200px;
}

.form-check-label {
  color: #666666;
  display: flex;
}

.form-check-label a {
  text-decoration: none;
}

.text-endd a {
  font-weight: 600;
  color: #005B4A;
}

.text-end a {
  text-decoration: none;
  color: #005B4A;
  margin-left: 10px;
  font-weight: 600;
}

.text-end {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #70757E;
}

.my-account-area .btn.disabled,
.my-account-area .btn:disabled,
.my-account-area fieldset:disabled .btn {
  opacity: 60%;
  pointer-events: none;
}

.btn-group-sm>.btn,
.btn-sm {
  --fc-btn-padding-y: 0.25rem;
  --fc-btn-padding-x: 0.5rem;
  --fc-btn-font-size: 0.765625rem;
  --fc-btn-border-radius: 0.25rem;
}

.my-account-area .btn-outline-gray-400 {
  --fc-btn-color: #c1c7c6;
  --fc-btn-border-color: #c1c7c6;
  --fc-btn-hover-color: #000;
  --fc-btn-hover-bg: #c1c7c6;
  --fc-btn-hover-border-color: #c1c7c6;
  --fc-btn-focus-shadow-rgb: 193, 199, 198;
  --fc-btn-active-color: #000;
  --fc-btn-active-bg: #c1c7c6;
  --fc-btn-active-border-color: #c1c7c6;
  --fc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --fc-btn-disabled-color: #c1c7c6;
  --fc-btn-disabled-bg: transparent;
  --fc-btn-disabled-border-color: #c1c7c6;
  --fc-gradient: none;
  border: 1px solid #c1c7c6;
}

.form-control {
  margin-top: 10px;
}

.form-check-label a {
  color: #005B4A;
}

.loginBtn {
  background-color: #AFB3B9 !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  border-radius: 20px !important;
}

#myForm h4 {
  text-align: left;
  font-weight: 700;
}

.backLogin {
  background-color: #005B4A !important;
  color: #fff !important;
}

@media screen and (min-width: 767px) {
  .nav-topDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    justify-content: flex-end;

  }

}

.nav-topDiv-content {
  width: 400px;
  background-color: #fff;
  height: 100%;
  padding: 30px;

  /* 初始隐藏在右侧 */
  transform: translateX(100%);
  animation: slideInFromRight 0.2s ease-out forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.nav-topDiv-content-title {
  width: 60px;
  height: 60px;
}

.nav-topDiv-top1 {
  display: flex;
  justify-content: flex-start;
}

.nav-topDiv-t1 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.nav-topDiv-t2 {
  font-size: 14px;
  color: #70757E;
}

.nav-topDiv-icon {
  width: 18px;
  height: 18px;
}

.nav-topDiv-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-topDiv-item div {
  margin-left: 20px;
  font-size: 16px;
  color: #000000;
}

.topMsg {
  position: fixed;
  top: -60px;
  /* 初始位置在视口上方 */
  right: 0;
  background-color: rgba(244, 254, 255, 1);
  border: 1px solid rgba(0, 151, 168, 1);
  color: rgba(3, 9, 46, 1);
  text-align: center;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: top 0.5s ease-in-out;
  font-size: 16px;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 368px;
  font-weight: 600;
}

.topMsg.show {
  top: 20px;
  opacity: 1;
  /* 滑入后位置 */
}


.DialogMsg {
  font-size: 16px;
  color: rgba(3, 9, 46, 1);
}

.DialogMsg img {
  width: 20px;
  height: 20px;
}

.listitem {
  cursor: pointer;
}

.pointerD {
  cursor: pointer;
}

.backCard {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 30px;
  margin-left: 30px;
}


.cardBd {
  border: 1px solid rgba(211, 211, 221, 1);
  padding: 8px 20px;
  border-radius: 8px;
}

.ChangeEmail {
  color: #E0129B;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.btnSave {
  background-color: rgba(224, 18, 155, 1);
  color: #fff;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 10px 20px;
  width: 50%;
}

.btnTimeSave {
  background-color: rgba(224, 18, 155, 1);
  color: #fff;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 5px 20px;
  width: 100%;
}

.BackBlack {
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
}

.BackBlackPhone {
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
}

.BackBlackName {
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
}

.TimeOver {
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
}

.FBLDialog {
  padding: 20px;
  border-radius: 16px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: #fff;
}

.FBLDialogCan {
  padding: 30px;
}

.FBLDialog h4 {
  font-weight: 700;
}

.FBLDialog input {
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid rgba(211, 211, 221, 1);
  outline-color: inherit !important;
}

.FBLDialogspan {
  font-size: 14px;
  color: rgba(3, 9, 46, 1);
}

.FBLDialogBtn {
  display: flex;
  justify-content: flex-end;
}

.FBLDialogBtn button {
  font-size: 16px;
  border: none;
  padding: 8px 20px;
  font-weight: 500;
  width: 100%;
  border-radius: 20px;
}

.rightBtnd {
  color: #fff;
  background-color: #005B4A;
  pointer-events: none;
}

.leftBtnd {
  color: rgba(224, 18, 155, 1);
  background-color: transparent;
  margin-right: 10px;
}

.person-toright {
  width: 12px;
  height: 12px;
}

.imgTxd {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.imgPhone {
  width: 30px;
  height: 25.28px;
}

.imgTxdT {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
}

.Send {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #005B4A;
  font-weight: 600;
  cursor: pointer;
}


.chooseContry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 20px 0px 0px 20px;
}

.chooseContry:hover {
  background-color: rgba(13, 96, 81, 0.1);
}

.chooseContry:hover .chooseContryTxt {
  color: #005B4A;
}

.chooseContryImg {
  width: 30px;
  height: 20px;
}

.chooseContryTxt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
}

.areaChose {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: #333 0px 2px 6px 0px;
  height: 20vw;
  overflow: auto;
  display: none;
  z-index: 1000;
  border-radius: 12px;
}

.areaChose::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .areaChose {
    width: 80vw;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: #333 0px 2px 6px 0px;
    height: 50vw;
    overflow: auto;
    display: none;
  }

  
  .card-body{
    width: auto !important;
  }
}

.rd20px {
  border-radius: 20px;
}


.masking-waiting {
  font-size: 18px;
  margin: 10px 0 0 10px;
  display: block;
}

.checkout-masking-container {
  width: 50%;
  height: 60%;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.checkout-waiting-icon {
  width: 250px;
  height: 250px;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.checkout-masking {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.masking-waiting {
  font-size: 18px;
  margin: 10px 0 0 10px;
  display: block;
}

.checkout-waiting-icon {
  width: 250px;
  height: 250px;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toDetailNewsCard {
  width: 20%;
}

/* .overAtuo {
    overflow: auto;
    height: 100vh;
  } */

@media screen and (max-width: 767px) {
  .checkout-masking-container {
    width: 90%;
  }

  .orders-no {
    font-size: 16px !important;
  }

  .toDetailNewsCard {
    width: 50%;
  }

  .overAtuo {
    /* overflow: auto;
    height: 80vh; */
  }
}

.orders-no {
  font-size: 20px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666666;
  width: 100%;
  text-align: center;
}

.checkout-close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* 保持active状态 */
.nav-link.active {
  color: #005B4A !important;
  /* background-color: #0d6efd; */
}

.serach-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-responsive-xxl a {
  text-decoration: none;
}

.alingCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* width: 100%; */
}

.red-tips {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: red;
  color: #ffffff;
  font-size: 10px;
  border-radius: 100%;
  font-weight: 400;
  position: absolute;
  right: -8px;
  top: -6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  visibility: hidden;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link {
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

.CloseFriend {
  font-weight: 600;
  color: #001e2b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 10px;
}

.wordAll {
  word-break: break-all;
}

.counter-btn-check {
  background-color: #005B4A;
  color: #fff;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
  /* 当前选中圆点的颜色 */
}

