.meetandengagecom_iframe {
  position: absolute;
}

#dlgpluginOpsbot_stimulusContainer {
  position: fixed;
  width: 800px;
  height: 550px;
  bottom: 200px;
  right: 500px;
  background: white;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  display: none;
  z-index: 9002;
  overflow: hidden;
  resize: both;
}

#dlgpluginOpsbot_stimulusContainer .dlgpluginOpsbot_stimulusContainerTop {
  display: flex;
  width: 100%;
  height: 40px;
  background: #1B0D5E;
}

#dlgpluginOpsbot_stimulusContainer .dlgpluginOpsbot_stimulusContainerContent {
  display: flex;
  flex-grow: 1;
}

#dlgpluginOpsbot_stimulusContainer .dlgpluginOpsbot_stimulusContainerContent>iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.dlgpluginbot_instigator {
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
}

.dlgpluginbot_instigator:after {
  background-color: #1b0d5e;
}

/* .dlgpluginbot_instigator:hover,
.dlgpluginbot_instigator:active,
.dlgpluginbot_instigator:focus {
  background-color: #150b42;
} */

.dlgpluginbot_instigatorImage {
  width: 30px;
  height: 30px;
}

.dlgpluginbot_instigator.dlgpluginbot_startHidden {
  animation: dlgpluginOpsBot_showStart 0.3s forwards;
  animation-fill-mode: forwards;

}

@keyframes dlgpluginOpsBot_showStart {
  0% {
    transform: translateX(40%);
    opacity: 0
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
    opacity: 1
  }
}

.dlgpluginbot_instigator.dlgpluginbot_hidden {
  animation: dlgpluginOpsBot_hideInstigator 200ms forwards;
  animation-fill-mode: forwards;
}

@keyframes dlgpluginOpsBot_hideInstigator {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(150%);
  }
}

.dlgpluginMtcbot_main {
  position: fixed;
  bottom: 0px;
  right: 10px;
  top: auto;
  right: 25px;
  width: 425px;
  background: #1B0D5E;
  font-family: "Montserrat", "Arial";
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  opacity: 0;
  display: none;
  transition-duration: 200ms;
  z-index: 9001;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_mainboxAppear {
  animation: dlgpluginMtcbot_mainboxAppear 200ms;
  animation-delay: 200ms;
  animation-direction: forwards;
  animation-fill-mode: forwards;
  display: block;
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_mainboxVanish {
  animation: dlgpluginMtcbot_mainboxVanish 200ms;
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_mainboxVanishSmall {
  animation: dlgpluginMtcbot_mainboxVanishSmall 200ms;
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_mainboxMinimise {
  animation: dlgpluginMtcbot_mainboxMinimise 200ms;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_mainboxMaximise {
  animation: dlgpluginMtcbot_mainboxMaximise 200ms;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}

@keyframes dlgpluginMtcbot_mainboxAppear {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes dlgpluginMtcbot_mainboxVanish {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes dlgpluginMtcbot_mainboxVanishSmall {
  0% {
    transform: translateY(93%);
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes dlgpluginMtcbot_mainboxMinimise {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(93%);
  }
}

@keyframes dlgpluginMtcbot_mainboxMaximise {
  0% {
    transform: translateY(93%);
  }

  100% {
    transform: translateY(0%);
  }
}

.dlgpluginMtcbot_front {
  position: absolute;
  overflow: hidden;
  top: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  transition-duration: 1000ms;
  background-color: #1B0D5E;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.dlgpluginMtcbot_front.dlgpluginMtcbot_visible {
  transform: translateY(-100%);
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_logon {
  max-height: 510px;
}

.dlgpluginMtcbot_main.dlgpluginMtcbot_chat {
  height: 700px !important;
  max-height: 650px;
}

.dlgpluginMtcbot_main.expandPolicies {
  height: 610px;
  width: 610px;
}

.dlgpluginMtcbot_initials1 {
  display: none;
  position: relative;
  overflow: visible;
  margin: 30px;
}

.dlgpluginMtcbot_initials1.dlgpluginMtcbot_visible {
  display: block;
  animation: dlgpluginOpsBot_fadeinAnim 200ms;
}

.dlgpluginMtcbot_initials1.dlgpluginMtcbot_fadeout {
  opacity: 0;
  transition-duration: 200ms;
  pointer-events: none;
}

.dlgpluginMtcbot_initials1 .dlgpluginMtcbot_title {
  color: white;
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dlgpluginMtcbot_initials1 #dlgpluginMtcbot_content {
  line-height: 1.5;
}

.dlgpluginMtcbot_initials1 p {
  font-size: 17px;
  color: white;
  font-family: "Montserrat", "Arial";
}

.dlgpluginMtcbot_inputwrap {
  overflow: hidden;
  position: relative;
  cursor: text;
  width: 100%;
}

.dlgpluginMtcbot_inputwrap:before {
  content: "";
}

.dlgpluginMtcbot_inputwrap.ui-button--fill {
  --ui-button-color-hover: unset;
  --ui-button-color-active: unset;
}

.dlgpluginMtcbot_inputwrap.ui-button--fill:before {
  background: white;
}

.dlgpluginMtcbot_inputwrap input {
  font-size: 13px;
  color: black;
  height: 45px;
  border: none;
  background: none;
  position: relative;
  padding-left: 20px;
  width: 100%;
  outline: none;
  resize: none;
  line-height: 45px;
  box-sizing: border-box;
  font-family: "Montserrat", "Arial";
}

.dlgpluginMtcbot_inputwrap .label {
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0px;
  color: #777777;
  font-size: 13px;
  line-height: 45px;
}

.dlgpluginMtcbot_inputwrap.dlgpluginMtcbot_error {
  border: 1px solid red;
  box-sizing: border-box;
}

.dlgpluginMtcbot_inputwrap_out {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.dlgpluginMtcbot_inputComment {
  position: absolute;
  overflow: hidden;
  right: 0px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}

.dlgplugin_controlbutton {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  top: 15px;
  right: 20px;
  width: 30px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-align: center;
  border: none;
  background: transparent;
  cursor: pointer;
}

.dlgplugin_controlbutton a {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);
}

.dlgplugin_controlbutton:hover {
  opacity: 0.6;
}

.dlgpluginMtcbot_minimisebutton {
  right: 50px;
  display: none;
}

.dlgpluginMtcbot_minimisebutton.visible {
  display: flex;
}

.dlgpluginOpsbot_main {
  top: 130px;
  background: #99cc00;
  width: 580px;
  margin-left: -290px;
  left: 50%;
  height: 700px;
  position: absolute;
  overflow: hidden;
  animation: dlgpluginOpsBot_fadeinAnim 500ms;
  -webkit-box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 10px 54px -17px rgba(0, 0, 0, 0.59);
  font-family: "Montserrat", "Arial";
  overflow-y: auto !important;
}

.dlgpluginOpsbot_closebutton {
  position: absolute;
  top: 50px;
  right: 20px;
  display: none;
}

.dlgpluginOpsbot_closebutton.dlgpluginOpsbot_visible {
  display: block;
  animation: dlgpluginOpsBot_fadeinAnim 200ms;
}

.dlgpluginOpsbot_bshadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
}

.dlgpluginOpsbot_front {
  position: absolute;
  overflow: hidden;
  top: 0px;
  height: 100%;
  min-height: 500px;
  left: 0px;
  right: 0px;
  transition-duration: 1000ms;
  background: #99cc00;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);

}

.dlgpluginOpsbot_main * {
  font-family: "Montserrat", "Arial";
  font-weight: 400;
}

.dlgpluginOpsbot_front.dlgpluginOpsbot_visible {
  transform: translateY(-100%);
}

.dlgpluginOpsbot_chattarget {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 50px;
  background: white;
}

.dlgpluginMtcbot_chattarget {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 50px;
  background: white;
}

.dlgpluginMtcbot_main .dlgpluginMtcbot_closeconfirm {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  visibility: hidden;
  opacity: 0;
  background: rgba(112, 112, 112, 0.5);
  transition: opacity 200ms ease-in-out;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm.visible {
  visibility: visible;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 9999;
}


.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  gap: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
  opacity: 0;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm.visible .dlgpluginMtcbot_closeconfirmcontainer {
  animation: dlgpluginOpsBot_showContainer 200ms forwards;
  animation-fill-mode: forwards;
}

@keyframes dlgpluginOpsBot_showContainer {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer .closeconfirmtext {
  font-size: 15px;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer .closeconfirmbuttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer .closeconfirmbuttons button {
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 30px;
  text-transform: none;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer .closeconfirmbuttons .exitButton {
  background-color: #db2828;
  color: white;
}

.dlgpluginMtcbot_chat .dlgpluginMtcbot_closeconfirm .dlgpluginMtcbot_closeconfirmcontainer .closeconfirmbuttons .cancelButton {
  background-color: #E8E8E8;
  color: #202124;
}

.dlgpluginOpsbot_legal p {
  margin-top: 10px;
  font-size: 13px;
}

.dlgpluginOpsbot_legal * {
  color: white;
}

.dlgpluginOpsbot_legal a {
  text-decoration: underline;
}

.dlgpluginOpsbot_sButton_anim {
  background-color: transparent;
  text-align: center;
  transition: background-color 100ms linear;
  color: #1B0D5E;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dlgpluginOpsbot_sButton_anim:hover,
.dlgpluginOpsbot_sButton_anim:active,
.dlgpluginOpsbot_sButton_anim:focus {
  transform: scale(1.1);
}

.dlgpluginOpsbot_sButton {
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
  font-family: "Montserrat", "Arial";
  font-size: 16px;
  line-height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url('./me-arrow-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  transition: transform 0.1s ease-in-out;
}

/* .dlgpluginOpsbot_startButton .startButtonSpan {
  text-align: center;
  margin: auto;
} */

.dlgpluginOpsbot_startButton.ui-button--outline {
  --ui-button-color-text: white;
  --ui-button-icon-color: white;
}

.dlgpluginOpsbot_startButton.ui-button--outline:before {
  background: white;
}

.dlgpluginOpsbot_startButton.ui-button:not(.ui-button--icon)>* {
  margin: 0;
}

.dlgpluginOpsbot_policyCheck .policyCheckSpan {
  text-align: center;
  margin: auto;
}

.dlgpluginOpsbot_initials1 {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 90px 50px;
  color: white;
  font-size: 19px;
}

.dlgpluginOpsbot_initials1.dlgpluginOpsbot_visible {
  display: block;
  animation: dlgpluginOpsBot_fadeinAnim 200ms;
}

.dlgpluginOpsbot_initials1.dlgpluginOpsbot_fadeout {
  opacity: 0;
  transition-duration: 200ms;
  pointer-events: none;
}

.dlgpluginOpsbot_initials1 .dlgpluginOpsbot_title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  color: white;
}

.dlgpluginOpsbot_initials1 p {
  margin: 19px 0px 19px 0px;
}

.dlgpluginOpsbot_c {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  gap: 20px;
}

.dlgpluginOpsbot_c span {
  color: white;
}


@keyframes dlgpluginOpsBot_fadeinAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dlgpluginOpsBot_fadeoutAnim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dlgpluginOpsbot_loading {
  pointer-events: none;
}

.dlgpluginOpsbot_centre {
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin: -20px auto;
  left: 0px;
  right: 0px;
  transition-duration: 200ms;
  opacity: 0;
}

.dlgpluginOpsbot_loading.dlgpluginOpsbot_visible .dlgpluginOpsbot_centre {
  opacity: 1;
}

.dlgpluginOpsbot_phone {
  font-size: 24px;
}

.dlgpluginOpsbot_lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.dlgpluginOpsbot_lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: dlgpluginOpsbot_lds-dual-ring 1.2s linear infinite;
}

@keyframes dlgpluginOpsbot_lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* plugin window */
@media (max-height:850px) {
  .dlgpluginOpsbot_main {
    top: 130px;
    bottom: 20px;
    margin-top: auto;
    height: auto;
    position: fixed;
  }
}

@media (max-height:580px) {
  .dlgpluginOpsbot_main {
    top: 75px;
    bottom: 5px;
  }

  .dlgpluginOpsbot_initials1 {
    padding-top: 30px;
  }

  .dlgpluginOpsbot_chattarget {
    top: 10px;
  }
}

@media (max-width:600px) {
  .dlgpluginOpsbot_main {
    left: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .dlgpluginOpsbot_initials1 .dlgpluginOpsbot_title {
    font-size: 50px;
  }
}

@media (max-width:450px) {
  .dlgpluginOpsbot_main {
    left: 0px;
    right: 0px;
    position: fixed;
    top: 70px;
    bottom: 0px;
    height: auto;
  }

  .dlgpluginOpsbot_initials1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-height: 650px) {
  .dlgpluginMtcbot_main.dlgpluginMtcbot_chat {
    top: 20px;
  }
}

@media (max-height: 650px) {
  .dlgpluginMtcbot_main.dlgpluginMtcbot_chat {
    top: 0px;
    bottom: 0px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .dlgpluginMtcbot_main {
    left: 20px;
    right: 20px;
    width: auto;
  }
}

@media (max-width: 450px) {
  .dlgpluginMtcbot_main {
    left: 0px;
    right: 0px;
    width: auto;
    top: 0px;
    bottom: 0px;
    height: auto !important;
    max-height: auto !important;
  }

  .dlgpluginMtcbot_main.dlgpluginMtcbot_logon {
    left: 0px;
    right: 0px;
    width: auto;
    top: 0px;
    bottom: 0px;
    height: auto !important;
    max-height: 10000px !important;
  }

  .dlgpluginMtcbot_main.dlgpluginMtcbot_chat {
    left: 0px;
    right: 0px;
    width: auto;
    top: 0px;
    bottom: 0px;
    height: auto !important;
    max-height: 10000px !important;
  }

  .dlgpluginMtcbot_instigator2 {
    width: 56px;
    height: 52px;
  }

  .dlgpluginMtcbot_instText2 {
    display: none;
  }
}

@media (max-width: 450px) {
  .dlgpluginbot_instigator {
    bottom: 130px;
  }
}

@media (max-height: 460px) {
  .dlgpluginMtcbot_main.dlgpluginMtcbot_logon {
    top: 0px;
    bottom: 0px;
    height: auto;
  }
}

/* stimulus window */

@media (max-width: 1320px) {
  #dlgpluginOpsbot_stimulusContainer {
    width: 48vw;
    height: 30vw;
  }
}

@media (max-width: 1000px) {
  #dlgpluginOpsbot_stimulusContainer {
    width: 38vw;
    height: 25vw;
  }
}

@media (max-width: 1000px) {
  #dlgpluginOpsbot_stimulusContainer {
    width: 38vw;
    height: 25vw;
  }
}

@media (max-width: 820px) and (min-height: 1040px) {
  #dlgpluginOpsbot_stimulusContainer {
    top: 60px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 45vw;
    resize: none;
  }
}

@media (max-width: 820px) and (max-height: 1040px) {
  #dlgpluginOpsbot_stimulusContainer {
    top: 0;
    left: 20px;
    right: 20px;
    width: auto;
    height: 45vw;
    resize: none;
  }
}

@media (max-width: 450px) {
  #dlgpluginOpsbot_stimulusContainer {
    top: 60px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 73vw;
    resize: none;
  }
}

.dlgpluginMtcbot_initials1.dlgpluginMtcbot_errorslate.dlgpluginMtcbot_visible {
  display: block;
  animation: dlgpluginOpsBot_fadeinAnim 200ms;
}

.dlgpluginMtcbot_initials1.dlgpluginMtcbot_errorslate.dlgpluginMtcbot_fadeout {
  display: none;
  animation: dlgpluginOpsBot_fadeoutAnim 200ms;
}

.dlgplugin_queueContainer {
  z-index: 999;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.dlgplugin_queueInner {
  width: 80%;
  height: 100%;
  margin: auto;
  position: relative;
}

.dlgplugin_queueContent {
  position: relative;
  width: 95%;
  height: 80%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.dlgplugin_queueContent>p {
  position: relative;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}

.dlgplugin_queueContainer.dlgpluginOpsBot_showqueue {
  animation: dlgpluginOpsBot_showContainer 200ms forwards;
  animation-fill-mode: forwards;
  display: block;
}

.dlgplugin_policyContainer {
  z-index: 999;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.dlgplugin_policyInner {
  display: inline-flex;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  color: white;
}

.dlgplugin_policyInner>div {
  bottom: 20px;
}

.dlgplugin_policyContent {
  display: inline-block;
  position: absolute;
  width: 100%;
  margin: auto;
}

.fullPolicyContent>p>a {
  color: white;
}

.policyFullContainer {
  overflow-y: scroll;
  text-align: left;
  padding-right: 5px;
  height: 95%;
}

.policyFullContainer>div {
  width: 80%;
  margin: auto;
}


/* width */
.policyFullContainer::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.policyFullContainer::-webkit-scrollbar-track {
  background: #4a4a4a;
}

/* Handle */
.policyFullContainer::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.policyFullContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ContentContainer {
  width: 80%;
  margin: auto;
}

.ContentContainer>div {
  position: relative;
  color: white;
  display: inline-flex;
  text-align: left;
  width: 100%;
}

.dlgplugin_policy>label {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  cursor: pointer;
  color: white;
}

.dlgplugin_policy>label>span {
  text-align: left;
  margin-left: 10px;
}

.dlgplugin_policy>label>span>p>a {
  color: white;
}

.dlgplugin_policyError>p {
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #ff2212;
}

.dlgplugin_policyContainer.dlgpluginOpsBot_showPolicy {
  animation: dlgpluginOpsBot_showContainer 200ms forwards;
  animation-fill-mode: forwards;
  display: block;
}

@keyframes dlgpluginOpsBot_showContainer {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.dlgplugin_queueContainer.dlgpluginOpsBot_hide {
  animation: dlgpluginOpsBot_hide 200ms forwards;
  animation-fill-mode: forwards;
  display: none;
}

.dlgplugin_policyContainer.dlgpluginOpsBot_hide {
  animation: dlgpluginOpsBot_hide 200ms forwards;
  animation-fill-mode: forwards;
  display: none;
}


@keyframes dlgpluginOpsBot_hide {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}