@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../Inter/Inter-Regular-9.otf");
}

@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  src: url("../Inter/Inter-Black-3.otf");
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../Inter/Inter-Bold-4.otf");
}

@font-face {
  font-family: "Regular";
  font-display: swap;
  src: url("../Inter/Inter-Regular-9.otf");
}

@font-face {
  font-family: "Bold";
  font-display: swap;
  src: url("../Inter/Inter-Bold-10.otf");
}

@font-face {
  font-family: "Regular_Medium";
  font-display: swap;
  src: url("../Inter/Inter-Regular_Medium-8.otf");
}

@font-face {
  font-family: "Regular_Bold";
  font-display: swap;
  src: url("../Inter/Inter-Regular_Bold-4.otf");
}

body {
  margin: 0px;
  color: #262933;
  font-family: Inter;
}

.container {
  background-color: white;
  padding-top: 80px;
}

a {
  text-decoration: none;
}

.lang-container {
  position: relative;
  display: flex;
  cursor: pointer;
  height: 80px;
  align-items: center;
}

.lang-container:hover .lang-list {
  display: flex;
  flex-direction: column;
}

.lang-title {
  font-size: 15px;
  margin-left: 8px;
  margin-right: 4px;
}

.lang-list {
  position: absolute;
  top: 70px;
  width: 166px;
  height: auto;
  display: none;
  background-color: white;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.lang-list:hover {
  display: flex;
  flex-direction: column;
}

.lang_click {
  height: 40px;
  line-height: 40px;
  color: #565e70;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
}

.lang_click:hover {
  background-color: #f8f9fb;
}

.right-bottom-container {
  display: flex;
  bottom: 27px;
  align-items: center;
  flex-direction: column;
  right: 100px;
  position: fixed;
  z-index: 100;
}

.right-bottom-container-platform {
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 116px;
  background: #ffffff;
  margin-bottom: 12px;
  box-shadow: 0px 0px 10px 0px rgba(38, 92, 162, 0.2);
  border-radius: 26px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.right-bottom-whatsapp {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.right-bottom-whatsapp:hover {
  content: url(../img/index/ic_index_top_wahtsapp_hover.png);
}

.right-bottom-skype {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.right-bottom-skype:hover {
  content: url(../img/index/ic_index_top_teams_hover.png);
}

.whatsapp-tip {
  position: fixed;
  bottom: 114px;
  right: 170px;
  display: none;
  align-items: center;
  z-index: 100;
}

.skype-tip {
  position: fixed;
  bottom: 60px;
  right: 170px;
  display: none;
  align-items: center;
  z-index: 100;
}

.platform-tip-container {
  display: flex;
  background-color: white;
  width: 316px;
  position: relative;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(38, 92, 162, 0.2);
  filter: blur(0px);
}

.whatsapp-link:hover .whatsapp-tip {
  display: flex;
}

.right-shape {
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2;
}

.platform-tip-a-container {
  margin-top: 6px;
  display: flex;
  align-items: center;
  width: 100%;
}

.platform-tip-a-container a {
  white-space: normal;
  word-wrap: break-word;
  color: #006fff;
  width: 90%;
  font-size: 12px;
  line-height: 18px;
}

.platform-tip-a-container img {
  width: 22px;
  height: 22px;
  margin-left: 9px;
  cursor: pointer;
}

.platform-tip-title-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.platform-tip-title-container img {
  width: 20px;
  height: 20px;
}

.platform-tip-desc {
  font-size: 12px;
  color: #6b7280;
  line-height: 18px;
}

.p-tip .platform-tip-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.p-tip.teams-tip .platform-tip-container {
  flex-direction: column;
  gap: 4px;
}
.p-tip .platform-tip-container .l-qrcode {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  margin-right: 10px;
}
.p-tip .platform-tip-container .l-qrcode img {
  width: 100%;
  height: 100%;
}
.p-tip .platform-tip-container .r-text {
  display: flex;
  flex-direction: column;
}
.p-tip .platform-tip-container .r-text .platform-tip-title {
  font-family: Regular_Bold;
  font-weight: normal;
  font-size: 12px;
  color: #262933;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
}
.p-tip .platform-tip-container .r-text .platform-tip-desc {
  font-family: Regular;
  font-weight: 400;
  font-size: 12px;
  color: #6b7280;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}

.p-tip .platform-tip-container .p-tip-copy-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  a {
    display: block;
    width: 100px;
    font-family: Regular;
    font-weight: 400;
    font-size: 10px;
    color: #006fff;
    line-height: 14px;
    text-decoration: underline;
  }
  i {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/index/ic_index_teams_copy.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

    &:hover {
      background: url(../img/index/ic_index_teams_copy_hover.png) no-repeat;
      background-size: 100% 100%;
    }

    &:active {
      
    }
  }
}

@media screen and (max-width: 700px) {
  .right-bottom-container {
    right: 20px;
  }

  .whatsapp-tip {
    right: 90px;
  }

  .skype-tip {
    right: 90px;
  }
}
