#vax-launcher {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 0 15px;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 280px;
  height: 100px;
  cursor: pointer;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center; }
  #vax-launcher.vax-inactive {
    display: none; }
  #vax-launcher .vax-avatar {
    width: 25%;
    height: auto; }
    #vax-launcher .vax-avatar img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  #vax-launcher .vax-text {
    padding: 0;
    margin: 0 0 0 5px;
    width: 75%;
    line-height: 1.4; }
    #vax-launcher .vax-text h3 {
      padding: 0;
      margin: 0;
      font-weight: bold;
      font-size: 15px; }
    #vax-launcher .vax-text p {
      padding: 0;
      margin: 5px 0 0;
      font-size: 12px; }
  #vax-launcher #vax-empty-element {
    background: no-repeat center url(../image/digitan_icon_80x80.png);
    display: none; }
  #vax-launcher #vax-search-window #vax-start-input {
    padding: 0;
    width: 249px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    position: absolute;
    bottom: 13px;
    left: 17px;
    border: none;
    text-indent: 7px;
    box-sizing: border-box;
    outline: none; }
  #vax-launcher #vax-search-window input[type="submit"] {
    display: none; }

#vax-slack-id-save {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
  display: block;
  width: 280px;
  max-width: 90vw;
  max-height: 94.4vh;
  background: #ffffff;
  padding: 12px 15px 15px;
  position: fixed;
  top: 10px;
  left: 10px; }
  #vax-slack-id-save .title {
    font-size: 16px; }
  #vax-slack-id-save input[type="text"] {
    padding: 5px 10px;
    width: 220px;
    height: 35px;
    font-size: 18px;
    transform: scale(0.8);
    margin-left: -20px;
    vertical-align: -2px;
    background: #efefef; }
  #vax-slack-id-save input[type="submit"] {
    padding-right: 15px;
    padding-left: 15px;
    background: #12a0a0;
    color: #ffffff;
    margin-left: -20px; }

