body {
  margin: 0;
}

.Toastify__toast-container {
  z-index: 1;
}

.Toastify__close-button {
  height: 16px;
  width: 14px;
}

.zEWidget-launcher {
  display: none !important;
}

.zEWidget-webWidget  {
  left: 0;
}

.react-tiny-popover-container {
  z-index: 10;
  overflow: visible !important;
}

.back-button {
  position: relative;
  cursor: pointer;
  color: #2644b6;
  font-weight: 500;
  transition: .3s opacity;
  text-decoration: none;
  font-size: 1.7rem;
}

.back-button:hover {
  opacity: .7;
}

.back-button::before {
  content: '<';
  margin: 0 .4rem 0 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.7rem;
  position: relative;
  top: .1rem;
}

.rc-tooltip {
  opacity: 1 !important;
  font-size: 1rem !important;
}

.rc-tooltip-arrow {
  right: 3rem !important;
  top: -.3rem !important;
  border-width: 0 1rem 1rem !important;
  border-bottom-color: #F27873 !important;
}

.rc-tooltip-inner {
  background: #F27873 !important;
  color: #fff !important;
  border: none !important;
  padding: .2rem .8rem !important;
  border-radius: .2rem !important;
  min-height: 1.6rem !important;
  line-height: 1.6rem !important;
  font-weight: 500 !important;
}

#modal-root.opened + #root {
  height: 100vh;
  overflow: hidden;
}

.loaderTitle {
  margin: 2.5rem 0 1rem;
  line-height: 3.5rem;
  font-family: 'objektiv-mk2', sans-serif !important;
  font-size: 30px !important;
}
