/* /Layout/MainLayout.razor.rz.scp.css */
main[b-0l5j0arncc] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
}
/* /Pages/Login.razor.rz.scp.css */
.wrapper[b-1znic7d303] {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper .logo[b-1znic7d303] {
  width: 380px;
  text-align: center;
  margin-bottom: 2rem;
}
.wrapper .logo img[b-1znic7d303] {
  width: 80%;
}
.wrapper .login[b-1znic7d303] {
  display: flex;
  gap: 16px;
  padding: 2rem;
  align-items: stretch;
  min-width: 200px;
  width: 80%;
  max-width: 380px;
  flex-direction: column;
}
.wrapper .login > div[b-1znic7d303] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrapper .login > div label[b-1znic7d303] {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(144, 137, 176, 0.8);
  margin-left: 14px;
}
.wrapper .login input[b-1znic7d303] {
  font-size: 1rem;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(64, 64, 64, 0.8);
  border: 1px solid #ffffff;
  padding: 14px;
  flex: 1;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3rem;
}
.wrapper .login button[b-1znic7d303] {
  margin-top: 1rem;
  font-size: 1rem;
  flex: 1;
  border-radius: 32px;
  transition: all linear 0.3s;
  background-color: rgba(144, 137, 176, 0.8);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  border: 1px solid #9089b0;
  font-weight: bold;
  padding: 14px 28px;
}
.wrapper .login button:hover[b-1znic7d303] {
  background-color: #9089b0;
}
.wrapper .login .error-message[b-1znic7d303] {
  text-align: center;
  height: 32px;
  font-size: 0.9rem;
  font-weight: normal;
  color: #ff0000;
}
.footer[b-1znic7d303] {
  position: absolute;
  bottom: 14px;
  text-align: center;
  left: 14px;
  right: 14px;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.4);
}
/* /Pages/MakeACall.razor.rz.scp.css */
.wrapper[b-xv72i9xner] {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.wrapper .call-progress[b-xv72i9xner] {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  margin: 1rem;
  border-radius: 14px;
}
.wrapper .call-progress .call-img[b-xv72i9xner] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .call-progress .call-img .img[b-xv72i9xner] {
  width: 200px;
  height: 200px;
  position: relative;
}
.wrapper .call-progress .call-img .img img[b-xv72i9xner] {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 150px;
}
.wrapper .call-progress .call-details[b-xv72i9xner] {
  flex: 1;
  justify-content: center;
  align-items: center;
}
.wrapper .call-progress .call-details .title[b-xv72i9xner] {
  text-align: center;
}
.wrapper .call-progress .call-details .reset-call[b-xv72i9xner] {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}
.wrapper .call-progress .call-details .reset-call button[b-xv72i9xner] {
  max-width: 200px;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 32px;
  border: none;
  padding: 14px 30px;
  background-color: #9f1818;
  color: #FFF;
}
.wrapper .call-progress .call-details .reset-call button.outline[b-xv72i9xner] {
  color: #9089B0;
  border: 1px solid #9089B0;
  background-color: rgba(255, 255, 255, 0.8);
}
.wrapper .call-progress .downloads[b-xv72i9xner] {
  max-height: 92vh;
  padding-bottom: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wrapper .call-progress .downloads .audio[b-xv72i9xner] {
  padding: 1rem;
}
.wrapper .call-progress .downloads .audio audio[b-xv72i9xner] {
  width: 100%;
}
.wrapper .call-progress .downloads .summary[b-xv72i9xner] {
  padding: 1rem 2rem;
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.6rem;
}
.wrapper .call-progress .downloads .transcription[b-xv72i9xner] {
  overflow-y: auto;
  flex: 1;
  margin: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background-color: rgba(235, 235, 235, 0.5);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wrapper .call-progress .downloads .transcription > div span[b-xv72i9xner] {
  display: inline-block;
  padding: 4px;
  border-radius: 7px;
  max-width: 80%;
}
.wrapper .call-progress .downloads .transcription .role-agent[b-xv72i9xner] {
  display: flex;
  align-self: end;
  justify-content: end;
}
.wrapper .call-progress .downloads .transcription .role-agent span[b-xv72i9xner] {
  background-color: #c0ddf3;
}
.wrapper .call-progress .downloads .transcription .role-user[b-xv72i9xner] {
  display: flex;
}
.wrapper .call-progress .downloads .transcription .role-user span[b-xv72i9xner] {
  background-color: #ffffff;
}
.wrapper .call-progress .downloads .complete[b-xv72i9xner] {
  display: flex;
  flex: 0;
  justify-content: center;
  gap: 1rem;
}
.wrapper .call-progress .downloads .complete button[b-xv72i9xner] {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 32px;
  border: none;
  padding: 14px 30px;
  background-color: #9f1818;
  color: #FFF;
}
.wrapper .call-progress .downloads .complete button.outline[b-xv72i9xner] {
  color: #9089B0;
  border: 1px solid #9089B0;
  background-color: rgba(255, 255, 255, 0.8);
}
.wrapper .welcome[b-xv72i9xner] {
  background-image: url(/images/bg-circle.svg);
  color: rgba(144, 137, 176, 0.8);
  font-size: 1.6rem;
  height: 150px;
  padding: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -10px -10px;
}
.wrapper .welcome b[b-xv72i9xner] {
  font-size: 2.2rem;
}
.wrapper .test[b-xv72i9xner] {
  position: absolute;
  left: 2rem;
  top: 1rem;
}
.wrapper .logout[b-xv72i9xner] {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.wrapper .logout img[b-xv72i9xner] {
  width: 32px;
  height: 32px;
}
.wrapper .include-sms[b-xv72i9xner] {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
.wrapper .include-sms *[b-xv72i9xner] {
  cursor: pointer;
}
.wrapper .include-sms label[b-xv72i9xner] {
  font-size: 0.8rem;
}
.wrapper .include-sms button[b-xv72i9xner] {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #FFF;
  color: #9089B0;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1rem;
}
.wrapper .sms-overlay[b-xv72i9xner] {
  z-index: 9999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
.wrapper .sms-overlay .close-sender[b-xv72i9xner] {
  position: fixed;
  top: 2.3rem;
  right: 3.35rem;
  color: red;
  z-index: 10001;
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}
.wrapper .sms-sender[b-xv72i9xner] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  min-width: 200px;
  max-height: 400px;
  height: 50%;
  width: 70%;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border: 1px solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 7rem;
}
.wrapper .sms-sender .sms-body[b-xv72i9xner] {
  flex: 1;
  position: relative;
}
.wrapper .sms-sender .sms-body textarea[b-xv72i9xner] {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #F5F5F5;
  outline: none;
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: "Open Sans", serif;
}
.wrapper .sms-sender .sms-controls[b-xv72i9xner] {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.wrapper .sms-sender .sms-controls button[b-xv72i9xner] {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 7px;
  border: none;
  padding: 14px;
}
.wrapper .sms-sender .sms-controls .close-sms[b-xv72i9xner] {
  outline: 1px solid #CCC;
  background-color: #F5F5F5;
  color: #555;
}
.wrapper .sms-sender .sms-controls .send-sms[b-xv72i9xner] {
  background-color: #8ED689;
  color: #FFF;
}
.wrapper .sms-sender .sms-sent[b-xv72i9xner] {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wrapper .sms-sender .sms-sent .content[b-xv72i9xner] {
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  left: 20%;
  right: 20%;
}
.wrapper .sms-sender .sms-sent .content p[b-xv72i9xner] {
  font-size: 1.2rem;
  font-weight: bold;
}
.wrapper .sms-sender .sms-sent .content button[b-xv72i9xner] {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 7px;
  border: none;
  padding: 14px;
}
.wrapper .sms-sender .sms-sent .content button.close-sms[b-xv72i9xner] {
  outline: 1px solid #CCC;
  background-color: #F5F5F5;
  color: #555;
}
.wrapper .bot[b-xv72i9xner] {
  display: none;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
.wrapper .bot img[b-xv72i9xner] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #EEE;
  transition: all linear 0.3s;
}
.wrapper .bot img:hover[b-xv72i9xner] {
  background-color: #ffffff;
}
.wrapper .content[b-xv72i9xner] {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin-top: 2rem;
  gap: 14px;
}
.wrapper .content .message[b-xv72i9xner] {
  max-width: 80%;
}
.wrapper .content .message span[b-xv72i9xner] {
  padding: 7px 14px;
  border-radius: 14px;
  display: inline-block;
}
.wrapper .content .separator[b-xv72i9xner] {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.wrapper .content .separator .line[b-xv72i9xner] {
  flex: 1;
  height: 1px;
  content: '';
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrapper .content .separator .title[b-xv72i9xner] {
  padding: 7px 14px;
  border-radius: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.wrapper .content .answear[b-xv72i9xner] {
  align-self: end;
}
.wrapper .content .answear span[b-xv72i9xner] {
  background-color: rgba(144, 137, 176, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.wrapper .content .question span[b-xv72i9xner] {
  background-color: #ffffff;
  color: rgba(64, 64, 64, 0.8);
}
.wrapper .content .responding[b-xv72i9xner] {
  display: inline-block;
}
.wrapper .content .responding .replying[b-xv72i9xner] {
  height: 20px;
  padding: 7px 14px;
  border-radius: 14px;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .content .responding .replying .dot[b-xv72i9xner] {
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  animation: blink-b-xv72i9xner 1s infinite;
  background: rgba(144, 137, 176, 0.8);
  opacity: 0;
}
.wrapper .content .responding .replying .dot:nth-child(1)[b-xv72i9xner] {
  animation-delay: 0.3333s;
}
.wrapper .content .responding .replying .dot:nth-child(2)[b-xv72i9xner] {
  animation-delay: 0.6666s;
}
.wrapper .content .responding .replying .dot:nth-child(3)[b-xv72i9xner] {
  animation-delay: 0.9999s;
}
.wrapper .controls[b-xv72i9xner] {
  display: flex;
  padding: 2rem;
}
.wrapper .controls .user-input[b-xv72i9xner] {
  position: relative;
  display: flex;
  flex: 1;
}
.wrapper .controls .user-input input[b-xv72i9xner] {
  font-size: 1rem;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(64, 64, 64, 0.8);
  border: 1px solid #ffffff;
  padding: 14px 18px;
  flex: 1;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 3rem;
}
.wrapper .controls .user-input button[b-xv72i9xner] {
  position: absolute;
  right: 14px;
  top: 12px;
  background-image: url(../images/send.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  background-color: transparent;
}
.wrapper .controls .user-controls[b-xv72i9xner] {
  display: flex;
  flex: 1;
  gap: 2rem;
}
.wrapper .controls .user-controls button[b-xv72i9xner] {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 32px;
  border: none;
  padding: 14px;
}
.wrapper .controls .user-controls .reset[b-xv72i9xner] {
  background-color: #FFF;
  color: #CCC;
}
.wrapper .controls .user-controls .start[b-xv72i9xner] {
  background-color: #8ED689;
  color: #FFF;
}
@keyframes blink-b-xv72i9xner {
  50% {
    opacity: 1;
  }
}
/* Phone call */
.cbh-phone[b-xv72i9xner] {
  scale: 1.5;
  background-color: transparent;
  width: 200px;
  height: 200px;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show[b-xv72i9xner] {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight-b-xv72i9xner {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight-b-xv72i9xner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight[b-xv72i9xner] {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight-b-xv72i9xner;
}
.cbh-phone.cbh-static1[b-xv72i9xner] {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1[b-xv72i9xner] {
  opacity: 1;
}
.cbh-ph-circle[b-xv72i9xner] {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim-b-xv72i9xner 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1[b-xv72i9xner] {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim-b-xv72i9xner 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle[b-xv72i9xner] {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim-b-xv72i9xner 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle[b-xv72i9xner] {
  border-color: #00aff2;
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle[b-xv72i9xner] {
  border-color: rgba(144, 137, 176, 0.8);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle[b-xv72i9xner] {
  border-color: #00aff2;
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle[b-xv72i9xner] {
  border-color: #cccccc;
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle[b-xv72i9xner] {
  border-color: #75eb50;
  opacity: 0.5;
}
.cbh-ph-circle-fill[b-xv72i9xner] {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim-b-xv72i9xner 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill[b-xv72i9xner] {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim-b-xv72i9xner 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill[b-xv72i9xner] {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim-b-xv72i9xner 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1[b-xv72i9xner] {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim-b-xv72i9xner 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1[b-xv72i9xner] {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim-b-xv72i9xner 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1[b-xv72i9xner] {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim-b-xv72i9xner 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #00aff2;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover[b-xv72i9xner] {
  background-color: #75eb50;
}
.cbh-phone.cbh-green .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #00aff2;
}
.cbh-phone.cbh-green .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #00aff2;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #cccccc;
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #75eb50;
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim-b-xv72i9xner {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim-b-xv72i9xner {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim-b-xv72i9xner {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-phone.cbh-green .cbh-ph-circle[b-xv72i9xner] {
  border-color: #00f2a4;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill[b-xv72i9xner] {
  background-color: #00f2a4;
}
.cbh-phone.cbh-green .cbh-ph-img-circle1[b-xv72i9xner] {
  background-color: #00f2a4;
}
.kmacb__manager-border[b-xv72i9xner] {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}
.kmacb__manager-fill[b-xv72i9xner] {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
.kmacb__manager-circle[b-xv72i9xner] {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
/* /Pages/SelectBot.razor.rz.scp.css */
.selector[b-lmooh3uv4i] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.selector .back[b-lmooh3uv4i] {
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.selector .back img[b-lmooh3uv4i] {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  cursor: pointer;
}
.selector .back img:hover[b-lmooh3uv4i] {
  opacity: 1;
}
.selector .bot[b-lmooh3uv4i] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.selector .bot .avatar[b-lmooh3uv4i] {
  max-width: 500px;
  width: 70%;
  position: relative;
}
.selector .bot .avatar .picture[b-lmooh3uv4i] {
  box-sizing: border-box;
  padding: 2rem 4rem;
}
.selector .bot .avatar .picture img[b-lmooh3uv4i] {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 100%;
}
.selector .bot .avatar .left[b-lmooh3uv4i],
.selector .bot .avatar .right[b-lmooh3uv4i] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: all linear 0.3s;
}
.selector .bot .avatar .left:hover[b-lmooh3uv4i],
.selector .bot .avatar .right:hover[b-lmooh3uv4i] {
  opacity: 0.7;
}
.selector .bot .avatar .left img[b-lmooh3uv4i],
.selector .bot .avatar .right img[b-lmooh3uv4i] {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.selector .bot .avatar .left[b-lmooh3uv4i] {
  left: 0rem;
}
.selector .bot .avatar .right[b-lmooh3uv4i] {
  right: 0rem;
}
.selector .bot .name[b-lmooh3uv4i] {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  padding-bottom: 2rem;
}
.selector .bot .filler[b-lmooh3uv4i] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 360px;
  width: 50%;
  max-width: 600px;
}
.selector .bot .filler .settings[b-lmooh3uv4i] {
  flex: 0;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #EEE;
}
.selector .bot .filler .settings .title[b-lmooh3uv4i] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #AAA;
  font-weight: bold;
  transition: all linear 0.3s;
  cursor: pointer;
}
.selector .bot .filler .settings .title:hover span[b-lmooh3uv4i] {
  color: #555;
}
.selector .bot .filler .settings .title .arrow[b-lmooh3uv4i] {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.selector .bot .filler .settings .title .arrow img[b-lmooh3uv4i] {
  transition: transform 500ms;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: rotate(0deg);
  width: 16px;
}
.selector .bot .filler .settings .title .arrow.expanded img[b-lmooh3uv4i] {
  transform: rotate(90deg);
}
.selector .bot .filler .settings .title span[b-lmooh3uv4i] {
  display: inline-block;
}
.selector .bot .filler .settings .options[b-lmooh3uv4i] {
  display: none;
  flex-direction: column;
  padding-top: 10px;
}
.selector .bot .filler .settings .options.expanded[b-lmooh3uv4i] {
  display: flex;
}
.selector .bot .filler .settings .options .setting[b-lmooh3uv4i] {
  margin-top: 7px;
}
.selector .bot .filler .settings .options .setting label[b-lmooh3uv4i] {
  font-size: 0.9rem;
  display: block;
  padding: 4px 10px;
}
.selector .bot .filler .settings .options .setting input[b-lmooh3uv4i] {
  width: 100%;
}
.selector .bot .control button[b-lmooh3uv4i] {
  margin-top: 1rem;
  font-size: 1rem;
  flex: 1;
  border-radius: 32px;
  transition: all linear 0.3s;
  background-color: rgba(144, 137, 176, 0.8);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  border: 1px solid #9089b0;
  font-weight: bold;
  padding: 14px 28px;
}
.selector .bot .control button:hover[b-lmooh3uv4i] {
  background-color: #9089b0;
}
