.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide {
  display: none !important;
  transition: display 0.5s ease-in-out;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.rbt-admin-profile .admin-info span {
  display: inline-flex !important;
  align-content: start;
  width: 100%;
}

.rbt-main-content.techiest-area-expanded {
  margin-left: 0;
}


.techiest-home {
  position: fixed;
  right: 20px;
  z-index: 97;
  top: 20px;
}

  .techiest-home a, .techiest-home button {
    position: relative;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    width: 40px;
    height: 40px;
    background: var(--color-blackest);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    line-height: 40px;
  }

    .techiest-home a img, .techiest-home button img {
      width: 24px;
    }

    .techiest-home a span, .techiest-home button span {
      transform: rotate(-180deg);
      display: none;
    }

.techiest-chat .rbt-main-content {
  margin-right: auto;
}

.techiest-chat .right-side-top {
  padding: 20px;
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--color-dark);
}

  .techiest-chat .right-side-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }

    .techiest-chat .right-side-top a .icon {
      margin-right: 10px;
    }

    .techiest-chat .right-side-top a span {
      font-size: var(--font-size-b3);
      line-height: var(--line-height-b3);
    }

.techiest-chat .rbt-static-bar {
  width: calc(100% - var(--sidebar-width));
}

.techiest-chat .rbt-default-sidebar .rbt-default-sidebar-wrapper {
  height: calc(100vh - 100px);
}

.techiest-chat .rbt-static-bar.area-left-expanded, .techiest-chat .rbt-static-bar.area-right-expanded {
  width: calc(100%);
}

.techiest-chat .rbt-static-bar .new-chat-form textarea {
  padding: 16px 130px 16px 30px;
}

.techiest-chat-content {
  word-break: break-word;
  white-space: pre-line;
}

.tell-us-more .btn-default {
  font-size: 13px;
  padding: 10px 15px;
  height: auto;
  line-height: normal !important;
}

  .tell-us-more .btn-default.selected {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-heading);
  }

button.btn-default.btn-border.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-heading);
}

.relative, .relative .form-group {
  position: relative;
}

span.error {
  position: absolute;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  right: 5px;
  bottom: 5px;
  background: linear-gradient(90deg, #12B5DE -0%, #7130C3 0%, #FF3BD4 90%);
  background-clip: border-box;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show-icon-bar {
  opacity: 1 !important;
  visibility: visible !important;
}

.app-menu {
  height: 27px;
  width: 27px;
  display: block;
}


@media (max-width: 768px) {

  .list-card-grp .list-card .inner a.btn-default, .list-card-grp .list-card .inner button.btn-default, .list-card-grp .list-card .inner div.btn-default {
    padding: 0 20px;
  }

  .list-card-grp .list-card .inner {
    flex-wrap: wrap;
  }

    .list-card-grp .list-card .inner .right-content {
      flex-basis: 100%;
      margin-top: 20px;
      text-align: end;
    }
}

.techiest-chat.techiest-chat-guest .rbt-static-bar {
  width: calc(100% - 0px) !important;
}
