.hideButton {
  display: none;
}

.showChat {
  display: none;
}

.oclcw-chatbutton {
  width: 140px;
  height: 46.5px;
  border-radius: 100px;
  position: relative;
  pointer-events: none;
  -moz-box-shadow: 0 0 4px rgba(102, 102, 102, .5);
  -webkit-box-shadow: 0 0 4px rgba(102, 102, 102, .5);
  box-shadow: 0 0 4px rgba(102, 102, 102, .5)
}

.oclcw-chatbutton-title {
  margin-left: 0
}

.oclcw-chatbutton {
  display: flex;
  min-width: 180px;
  height: 60px;
  border-radius: 100px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 4px rgba(102, 102, 102, .5);
  -webkit-box-shadow: 0 0 4px rgba(102, 102, 102, .5);
  box-shadow: 0 0 4px rgba(102, 102, 102, .5);
  margin: 3px
}

.oclcw-chatbutton:hover,
.loading-screen:hover {
  background-color: #f8f8f8
}

.oclcw-chatbutton:active,
.loading-screen:active {
  background-color: #f4f4f4
}

.oclcw-chatbutton-title {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  min-width: 85px;
  max-width: 105px
}

.oc-autofill .oclcw-chaticon-container {
  width: 62px;
  height: 62px;
  background-color: #007bff;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: -2px 0 -2px -3px;
  position: relative
}

.inApp .oclcw-chaticon-container {
  width: 46.5px;
  height: 46.5px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: -1px 0 -2px -3px
}

.oclcw-chaticon-container {
  width: 62px;
  height: 62px;
  background-color: #007bff;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: -2px -2px -2px -3px;
  display: flex;
  align-items: center;
  justify-content: center
}

.oclcw-chatbutton-title {
  margin-left: 0
}

.oclcw-chatbutton-title {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  min-width: 85px;
  max-width: 105px
}

.oclcw-chatbutton-title {
  margin-right: 14px
}

.inApp .oclcw-t1 {
  font-weight: normal;
  color: #fff
}

.oclcw-t1 {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  line-height: 19px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important
}

.inApp .oclcw-t2 {
  display: none
}

.oclcw-t2 {
  font-size: 12px;
  color: #666;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important
}

.web-chat {
  height: 500px;
  width: 395px;
  box-shadow: 0px 0px 5px black;
  background-color: grey;
}

#heading {
  background-color: #065577;
  height: 50px;
}

#webchatcanvas {
  width: 100%; 
  height: 90%; 
  background-color: white;
}

@media (max-width: 470px) {
  #MSLiveChatWidgetChat {
    width: 100%;
  }

  #chatRootReact {
    width: 100%;
    left: 0;
    right: 0;
  }

  #chat {
    width: 100%;
  }

  #webchatcanvas {
    height: 97%;
  }

  #chatPlaceholderWrapper {
    width: 100%;
  }

  #web-chat-root {
    width: 100%;
  }

  .web-chat {
    width: 100%;
    margin: 0;
  }

  .oclcw-actionBar-active-header-active {
    width: 100%;
    margin: 0;
  }
}

#closeAlert {
  border: 3px solid #065577;
  text-align: center;
  width: 80%;
  padding: 0 1rem 1.5rem 1rem;
  font-family: Calibri, "Helvetica Neue", Arial, "sans-serif";
  margin: auto;
  margin-top: 7rem;
  box-shadow: 0px 0px 5px black;
  background-color: white;
  border-radius: 5px;
}

.hiddenAlert {
  display: none;
}

.hiddenChat {
  display: none;
}

.alertText1 {
  margin-bottom: 0;
}

.alertText2 {
  margin-top: .5rem;
}

#confirmClose {
  background-color: #0063b1;
  border: 0;
  color: white;
  font-size: 1rem;
  padding: .7rem .5rem;
  border-radius: 5px;
  margin-right: 1rem;
  cursor: pointer;
}

#confirmClose:hover {
  background-color: #0082e8;
  border-color: #03599d;
 }

#cancelClose {
  margin-left: 1rem;
  background-color: #c6c6c6;
  border: 0;
  font-size: 1rem;
  padding: .7rem .5rem;
  border-radius: 5px;
  margin-right: 1rem;
  cursor: pointer;
}

#cancelClose:hover {
  background-color: #e4e4e4;
}