/*
 * Copyright inpleworks, Co.
*/
/*
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xet-quickbutton-pc {
  display: none;
  z-index: 97;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.xet-quickbutton-pc > nav {
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}
.xet-quickbutton-pc > nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 700;
}
.xet-quickbutton-pc > nav a + a {
  margin-top: 1rem;
}
.xet-quickbutton-pc > nav a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xet-quickbutton-pc > nav a > span i {
  font-size: 2rem;
}
.xet-quickbutton-pc .goto-top {
  margin-top: 1rem;
  text-align: center;
}
.xet-quickbutton-pc .goto-top label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.xet-quickbutton-m {
  z-index: 97;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1rem;
  background-color: #fff;
  border-top: 1px solid var(--xet-theme-border-color);
}
.xet-quickbutton-m nav {
  display: flex;
  justify-content: space-around;
  padding-bottom: 0.5rem;
}
.xet-quickbutton-m nav > a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  height: 3rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.xet-quickbutton-m nav > a > span i {
  font-size: 1.25rem;
}
.xet-quickbutton-m nav > a > div {
  min-width: 4rem;
}
.xet-quickbutton-m nav > .btn-contact {
  flex-grow: 1;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
}
.xet-quickbutton-m nav > .btn-contact .__layer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.xet-quickbutton-m nav > .btn-contact .__layer.active {
  opacity: 1;
  visibility: visible;
}
.xet-quickbutton-m nav > .btn-contact .__layer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 0.75rem;
  overflow: hidden;
  background-color: #fff;
}
.xet-quickbutton-m nav > .btn-contact .__layer a > span i {
  font-size: 1.25rem;
}
.xet-quickbutton-m nav > .btn-contact .__layer a:nth-child(2) {
  transform: translateY(-75%);
}
.xet-quickbutton-m nav > .btn-contact button {
  background: none;
  border: none;
  font-size: 0.75rem;
  font-weight: 700;
}
.xet-quickbutton-m nav > .btn-contact button .__icon {
  position: absolute;
  top: -75%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.25rem;
  overflow: hidden;
  border: 4px solid #fff;
  background-color: var(--xet-theme-color);
  color: #fff;
}
.xet-quickbutton-m nav > .btn-contact button > div {
  min-width: 4rem;
}
.xet-quickbutton-m nav > .btn-contact button.active .__icon {
  background-color: #ababab;
}

@media (min-width: 992px) {
  .xet-quickbutton-pc {
    display: block;
  }

  .xet-quickbutton-m {
    display: none;
  }
}