@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?dacxy3');
  src: url('../fonts/icomoon.eot?dacxy3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dacxy3') format('truetype'),
    url('../fonts/icomoon.woff?dacxy3') format('woff'),
    url('../fonts/icomoon.svg?dacxy3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-igap:before {
  content: "\e902";
}

.icon-rubika:before {
  content: "\e903";
}

.icon-sorosh:before {
  content: "\e904";
}

.icon-bale:before {
  content: "\e900";
}

.icon-eita:before {
  content: "\e901";
}

.wtp-support-widget--container {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column-reverse;
}

/* .wtp-support-widget--container i {
    font-family: "Font Awesome 6 Pro";
} */

.wtp-support-widget--button {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(140.29deg, #00c586 21.1%, #007c54 112.76%);
  border-radius: 15px;
  cursor: pointer;
  animation: wtpheartbeat 2s infinite;
  position: relative;
}

.wtp-support-widget--button-welcome {
  position: absolute;
  right: 66px;
  top: 10px;
  background-color: #ffffff;
  padding: 6px 10px 5px;
  width: max-content;
  max-width: 210px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 6px #00000014;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  transition: all 0.1s;
}

.wtp-support-widget--button-active {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f63b3b;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
  animation: none;
}

.wtp-support-widget--button-active .wtp-support-widget--button-welcome {
  opacity: 0;
}

@keyframes wtpheartbeat {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.25);
    box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.25);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(109, 109, 109, 0);
    box-shadow: 0 0 0 10px rgba(109, 109, 109, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(109, 109, 109, 0);
    box-shadow: 0 0 0 0 rgba(109, 109, 109, 0);
  }
}

.wtp-support-widget--button-open {
  width: 26px;
  height: 24px;
}

.wtp-support-widget--button-close {
  width: 20px;
  height: 20px;
}

.wtp-support-widget--panel-item {
  border-radius: 15px;
  margin-bottom: 12px;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.wtp-support-widget--panel-item a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.wtp-support-widget--panel-item a div {
  position: absolute;
  top: 10px;
  right: 65px;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.wtp-support-widget--panel-item i {
  font-size: 25px;
  color: #fff;
}

.wtp-support-widget--panel {
  display: none;
}

.wtp-support-widget--button-close {
  display: none;
}

.wtp-support-widget--container-overlay,
.wtp-support-widget--container-overlay--2,
.wtp-support-widget--container-overlay--3 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9990;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.06);
  display: none;
}

.wtp-support-widget--panel-item a {
  color: #2a2a2a;
}

.wtp-support-widget--panel-item--2 {
  border-radius: 15px;
  margin-bottom: 12px;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}

.wtp-support-widget--panel-item--2 a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  width: 100%;
}

.wtp-support-widget--panel-item--2 a div {
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px;
  color: #2a2a2a;
}

.wtp-support-widget--panel-item--2 i {
  font-size: 22px;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
}

/* type 2 styles */

.wtp-support-widget--container--2 {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px 10px 10px;
  width: 300px;
  border-radius: 15px 15px 15px 30px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px #0000001c;
  border: 1px solid #e0e0e0;
}

.wtp-support-widget--context--2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wtp-support-widget--icon--circle--2 {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wtp-support-widget--icon--svg--2 {
  padding: 13px;
  border-radius: 50%;
  background-color: #4040fb28;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wtp-support-widget--icon--svg--2 img {
  width: 24px;
  height: 24px;
}

.wtp-support-widget--content--title--2 {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 600;
}

.wtp-support-widget--content--text--2 {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 300px;
}

.wtp-support-widget--content--2 {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.wtp-support-widget--content--text--2 span {
  color: #4040fb;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 8px;
  background-color: #4040fb28;
  border-radius: 3px;
  margin: 0px 3px;
}

.wtp-support-widget--panel--2 {
  padding: 0 0 20px;
  display: none;
}

.wtp-support-widget--button-close--2 {
  display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--button-close--2 {
  display: block;
}

.wtp-support-widget--icon--svg--2 img.wtp-support-widget--button-close--2 {
  width: 20px;
  height: 20px;
}

.wtp-support-widget--content-active .wtp-support-widget--button-open--2 {
  display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--icon--svg--2 {
  background-color: #f63b3b !important;
  padding: 15px;
}

.wtp-support-shake-notice {
  display: none;
  background-color: #ffffff;
  padding: 6px 10px;
  position: fixed;
  bottom: 85px;
  right: 15px;
  left: 15px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 6px #00000014;
  font-size: 12px;
  z-index: 9999;
}

@media screen and (max-height: 992px) {
  .wtp-support-shake-notice {
    display: block;
  }
}

/* Consultation Form Styles */
.wtp-support-widget--container--3 {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px 10px 10px;
  width: 300px;
  border-radius: 15px 15px 15px 30px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px #0000001c;
  border: 1px solid #e0e0e0;
}

.wtp-support-widget--context--3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wtp-support-widget--icon--circle--3 {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wtp-support-widget--icon--svg--3 {
  padding: 13px;
  border-radius: 50%;
  background-color: #4040fb28;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wtp-support-widget--icon--svg--3 img {
  width: 24px;
  height: 24px;
}

.wtp-support-widget--content--title--3 {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 600;
}

.wtp-support-widget--content--text--3 {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 300px;
}

.wtp-support-widget--content--3 {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.wtp-support-widget--panel--3 {
  padding: 0 0 20px;
  display: none;
}

.wtp-support-widget--button-close--3 {
  display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--button-close--3 {
  display: block;
}

.wtp-support-widget--icon--svg--3 img.wtp-support-widget--button-close--3 {
  width: 20px;
  height: 20px;
}

.wtp-support-widget--content-active .wtp-support-widget--button-open--3 {
  display: none;
}

.wtp-support-widget--content-active .wtp-support-widget--icon--svg--3 {
  background-color: #f63b3b !important;
  padding: 15px;
}

.wtp-consultation-form {
  padding: 5px 0px 10px 5px;
}

.wtp-consultation-form-group {
  margin-bottom: 15px;
}

.wtp-consultation-form-group label {
  display: block;
  margin-bottom: 5px;
  color: #645a5a;
  font-size: 13px;
  font-weight: 600;
}

.wtp-consultation-form-group input {
  width: calc(100% - 25px);
  padding: 8px 12px;
  border: 1px solid #ececec;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
}

.wtp-consultation-submit {
  width: 100%;
  padding: 10px;
  background: linear-gradient(140.29deg, #00c586 21.1%, #007c54 112.76%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wtp-consultation-submit:hover {
  opacity: 0.9;
}

.wtp-consultation-submit:disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
}

.wtp-consultation-message {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  font-size: 14px;
  display: none;
}

.wtp-consultation-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wtp-consultation-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.wtp-message {
  padding: 12px 15px;
  margin: 0 0 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  animation: slideIn 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wtp-message i {
  margin-left: 8px;
}

.wtp-success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.wtp-error {
  background-color: #fdecea;
  color: #d32f2f;
  border: 1px solid #ffcdd2;
}

@keyframes slideIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}