#bot-container.d2102020 {
  position: fixed;
  bottom: 0px;
  right: calc(100% -420px);
  width: 420px;
  z-index: 9999;
  pointer-events: none;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo {
  cursor: pointer;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
  pointer-events: auto !important;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo #drag-container {
  position: relative;
  width: calc(100vw - 100);
  height: calc(100vh - 100);
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-image-wrapper {
  display: block !important;
  padding-right: 4px;
  width: auto;
  height: auto;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-image {
  box-shadow: 0px 1px 6px #00000066;
  -webkit-box-shadow: 0px 1px 6px #00000066;
  -moz-box-shadow: 0px 1px 6px #00000066;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  background-color: #284B9B;
  pointer-events: none;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-text {
  margin-top: 10px;
  margin-top: 5px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 50px;
  padding: 0.1rem 1rem;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .bot-banner {
  display: none !important;
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  color: #333;
  font-weight: 600;
  align-content: center;
  text-align: center;
  height: 50px;
  display: flex;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #CCCCCC;
  border-bottom: 0px solid transparent;
  align-items: center;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .bot-banner .banner-text {
  width: 100%;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .banner-border {
  display: none;
  height: 5px;
  background: #222c64;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background: linear-gradient(90deg, #222c64 0%, #8fc73e 100%);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 {
  display: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 91%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner {
  cursor: all-scroll;
  position: relative;
  width: 100%;
  background-color: #323264;
  color: #FFFFFF;
  font-weight: 600;
  align-content: center;
  text-align: center;
  height: 60px;
  display: flex;
  border-bottom: 0px solid transparent;
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .bot-banner-chat-icon {
  width: 70px;
  transform: translate(-5px, -5px);
  pointer-events: none;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .banner-text {
  padding: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin: auto auto auto -10px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .banner-subheader {
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: auto auto auto auto;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .svg-minimize {
  cursor: pointer;
  position: absolute;
  right: 0%;
  padding: 2px 2px;
  height: 60px;
  width: 60px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .banner-border {
  display: none;
  height: 5px;
  width: 100%;
  background: #323264;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background: linear-gradient(90deg, #222c64 0%, #8fc73e 100%);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
  width: 100%;
  background-color: white;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: calc(100vh - 200px);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat {
  height: 100%;
  width: 100%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__send-box__main {
  border-top: 2px solid #CCC;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .loading__dots--small {
  display: none;
  left: 115px;
  top: -16 px;
  width: 30px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .loading__dots--small:before,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .loading__dots--small:after,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .loading__dots--small span {
  width: 8px;
  height: 8px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat table {
  background: transparent;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__imageAvatar img {
  width: 70%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble__content {
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 0px 16px 16px 16px !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble__content ul li {
  list-style-type: circle !important;
  list-style-position: inside !important;
  padding-left: 1rem !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble__content ol li {
  list-style-type: decimal !important;
  list-style-position: inside !important;
  padding-left: 1rem !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble__content .ac-input-container .ac-input {
  border: 1px solid #989090 !important;
  padding: 8px !important;
  background: #FFFFFF !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble--from-user .webchat__bubble__content {
  border-radius: 16px 16px 0px 16px !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__fileContent__fileName {
  color: #FFFFFF !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__fileContent__size {
  color: #FFFFFF !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__auto-resize-textarea__textarea.webchat__send-box-text-box__html-text-area {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  overflow: auto;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #userStateCard .ac-input-container .ac-input {
  border-radius: 8px;
  cursor: pointer;
  min-height: 50px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #userStateCard select {
  appearance: auto !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-pushButton {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #284B9B;
  border-radius: 22px;
  opacity: 1;
  text-align: left !important;
  justify-content: left !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #284B9B;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-pushButton:hover,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-pushButton:focus {
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-pushButton:hover img,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-pushButton:focus img {
  z-index: inherit;
  opacity: 1 !important;
  filter: brightness(0) invert(1);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #agent-escalation-adaptive-card .ac-horizontal-separator {
  height: 16px !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings .ac-actionSet {
  margin: 0px 10%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container {
  margin: 0px 5%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container .ac-pushButton {
  background: #323264 0% 0% no-repeat padding-box;
  border: 1px solid #323264;
  border-radius: 50px;
  opacity: 1;
  text-align: center !important;
  justify-content: center !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 40px !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container .ac-pushButton:hover,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container .ac-pushButton:focus {
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container .ac-pushButton img {
  z-index: inherit;
  opacity: 1 !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings #csat_survey_ratings_container .ac-pushButton[aria-pressed="true"] {
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings_comments .ac-textBlock {
  display: block !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #csat_survey_ratings_comments .ac-input-container {
  background: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #284B9B;
  border-radius: 22px;
  opacity: 1;
  text-align: center !important;
  justify-content: center !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #284B9B;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton:hover,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton:focus {
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton img {
  z-index: inherit;
  opacity: 1 !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__adaptive-card-renderer .ac-pushButton[aria-pressed="true"] {
  background: #284B9B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #FFFFFF;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat::-webkit-scrollbar {
  width: 5px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(90, 77, 77, 0.3);
  border-radius: 10px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat img.webchat__markdown__external-link-icon {
  width: auto !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__send-box__text-box {
  box-shadow: none !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat button.ac-pushButton.style-default div {
  white-space: unset !important;
  font-size: 1rem;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__icon-button {
  background-color: #323264;
  margin: 4px 10px;
  border-radius: 22px;
  width: 50px;
  height: 36px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__icon-button:focus {
  outline: black auto 1px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent {
  display: none;
  width: 100%;
  padding: 2px 0px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 1px 6px #0000003D;
  background: #F9F9F6 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 16px 16px;
  opacity: 1;
  height: 60px;
  font-size: 15px;
  line-height: 19px;
  /* Add padding and center-align text to the container */
  /* Change styles for cancel button and delete button on extra small screens */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .agent-disconnect-btn {
  display: block;
  cursor: pointer;
  float: right;
  width: 100px;
  color: #284B9B;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 5px 0px 0px;
  margin-top: 5px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .agent-status {
  text-align: left;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0px;
  opacity: 1;
  padding: 0px 15px;
  position: absolute;
  width: 50%;
  margin-top: 5px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .agent-status .agent-status-dot {
  display: flex;
  align-items: center;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .agent-status .show-agent {
  margin: 0px 5px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .agent-status #agent-name {
  text-align: left;
  padding: 2px 0px 0px 15px;
  font-size: 15px;
  line-height: 18px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container {
  padding: 5px 15px;
  text-align: center;
  background-color: #fefefe;
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: -webkit-fill-available;
  overflow: auto;
  background: #F9F9F6 0% 0% no-repeat padding-box;
  /* Clear floats */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container h4,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #0A1414;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns {
  margin-top: 10px;
  /* Float cancel and delete buttons and add an equal width */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns::after {
  content: "";
  clear: both;
  display: table;
  opacity: 1;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns button {
  margin: 8px 0;
  cursor: pointer;
  opacity: 0.9;
  height: 40px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns .button:hover {
  opacity: 1;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns .cancelbtn,
#bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .end-livechat-container .clearfix-btns .deletebtn {
  display: initial !important;
  width: 100%;
  cursor: pointer;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #284B9B;
  border-radius: 22px;
  opacity: 1;
  text-align: center !important;
  justify-content: center !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #284B9B;
  height: 44px;
}
@media screen and (max-width: 300px) {
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .cancelbtn,
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .live-agent .deletebtn {
    width: 100%;
  }
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .disclaimer-close-btn {
  display: none;
  cursor: pointer;
  color: #284B9B;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #284B9B;
  border-radius: 22px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  height: 44px;
  margin: 4% auto;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .disclaimer-close-btn:hover {
  opacity: 1;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .chat-disclaimer {
  display: none;
  padding: 2px 0px;
  width: 100%;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 5px 5px -2px #CCCCCC;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070A8;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
  height: 50px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .disclaimer {
  display: none;
  text-align: left;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #0A1414;
  position: absolute;
  z-index: 1;
  padding: 5px 16px 5px 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070A8;
  height: calc(100% - 105px);
  overflow: auto;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .disclaimer-text {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0A1414;
  opacity: 1;
  margin: 0px 0px 10px 0px;
}
#bot-container.d2102020 a {
  text-decoration: underline !important;
}
#bot-container.d2102020 li,
#bot-container.d2102020 textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  z-index: 0;
}
#bot-container.d2102020 p {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  z-index: 0 !important;
  margin-block-start: 0.5em !important;
  margin-block-end: 0.5em !important;
}
#bot-container.d2102020 textarea.ac-input.ac-textInput.ac-multiline {
  border: 1px solid #CCCCCC;
}
#bot-container.d2102020 .button {
  margin: 0 !important;
}
#bot-container.d2102020 a:hover {
  color: blue !important;
}
#bot-container.d2102020 a:before {
  background: none !important;
  transition: none !important;
}
#bot-container.d2102020 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 600;
  color: #707575;
  /* Firefox */
}
#bot-container.d2102020 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 600;
  color: #707575;
}
#bot-container.d2102020 ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 600;
  color: #707575;
}
@media (max-height: 650px) {
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 85px);
  }
}
@media (min-height: 651px) and (max-height: 1080px) {
  #bot-container.d2102020 {
    width: 420px;
    right: calc(100% -420px);
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 280px);
  }
}
@media (min-height: 1081px) and (max-height: 1400px) {
  #bot-container.d2102020 {
    width: 500px;
    right: calc(100% -500px);
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 450px);
  }
}
@media (min-height: 1401px) and (max-height: 1800px) {
  #bot-container.d2102020 {
    width: 650px;
    right: calc(100% -650px);
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 600px);
  }
}
@media (min-height: 1801px) {
  #bot-container.d2102020 {
    width: 800px;
    right: calc(100% -800px);
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 800px);
  }
}
@media (max-width: 480px) {
  #bot-container.d2102020 {
    bottom: 0px;
    width: 100%;
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: 80vh;
  }
}


/* custom Miracle JS/css */

@font-face {
  font-family: 'FabricMDL2Icons';
  src        : url('data:application/octet-stream;base64,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') format('truetype');
}

.ms-Icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing : antialiased;
  display                : inline-block;
  font-family            : 'FabricMDL2Icons';
  font-style             : normal;
  font-weight            : normal;
}

.ms-Icon--Compare:before {
  content: '\F057';
}

.app__privacyPolicyToast {
  align-items: center;
  color      : #105e7d;
  display    : flex;
  font-family: 'Calibri', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-size  : 14px;
  min-height : 32px;
}

.app__privacyPolicyToast__icon {
  text-align: center;
  width     : 36px;
}

.app__privacyPolicyToast__button {
  appearance      : none;
  background-color: rgba(255, 255, 255, 0.8);
  border          : solid 1px rgba(0, 0, 0, 0.3);
  border-radius   : 3px;
  color           : initial;
  font-family     : inherit;
  font-size       : inherit;
  margin          : 0 0 0 4px;
  outline         : 0;
}

.app__privacyPolicyToast__button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.app__privacyPolicyToast__button:focus {
  border-color: rgba(0, 0, 0, 0.7);
}