@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100..900&display=swap);
@font-face {
  font-family: "FreightDispProBlack-Regular";
  font-weight: 400;
  src: url("/fonts/3B026B_0_0.eot");
  src: url("/fonts/3B026B_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/3B026B_0_0.woff2") format("woff2"), url("/fonts/3B026B_0_0.woff") format("woff");
}
body {
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-stretch: normal;
  font-style: normal;
}

h1 {
  margin: 0 0 30px 0;
  font-family: "FreightDispProBlack-Regular", serif;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: #2b2b2b;
}

h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(43, 43, 43, 0.8);
}

h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(43, 43, 43, 0.8);
}

h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #888;
}

a {
  color: #3c2667;
  text-decoration: none;
}
a:hover {
  color: #3c2667;
}

a.back-link, div.back-link {
  display: block;
  padding-left: 34px;
  font-size: 14px;
  line-height: normal;
  background: url(/images/arrow-left.svg) left center no-repeat;
}
a.back-link.standalone, div.back-link.standalone {
  margin-top: 65px;
}
a.back-link:active, div.back-link:active {
  color: #5d3b9f;
}

b, strong {
  font-weight: 500;
}

.info-text {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}
.info-text.space-top {
  margin-top: 25px;
}

.teal-text {
  color: #1bbab5;
}

.red-text {
  color: #ca2566;
}

/* region Responsive */
@media (max-width: 1440px) {
  h1 {
    margin-bottom: 20px;
    font-size: 44px;
  }
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 36px;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.35px;
    text-align: center;
  }
  h3 {
    line-height: 1.3;
  }
}
/* endregion */
.buttons-wrapper {
  margin: 30px 0 20px;
}

.btn {
  display: table;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-family: "Public Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.1s linear, background-color linear 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn .loading-icon {
  display: none;
}
.btn.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
}
.btn.loader .loading-icon {
  display: block;
  width: 24px;
}
.btn.btn-caret-right {
  padding-right: 34px;
  background-image: url(/images/caret-right-white.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
}
.btn.btn-xl {
  padding: 4px 24px;
}
.btn.btn-lipstick {
  background-color: #ca2566;
  color: #fff;
}
.btn.btn-lipstick:hover {
  background-color: #AF255B;
}
.btn.btn-lipstick.outline {
  border: 2px solid #ca2566;
  line-height: 39px;
  background-color: #fff;
  color: #ca2566;
  box-shadow: none;
}
.btn.btn-lipstick.outline:hover {
  background-color: #fff;
}
.btn.btn-lipstick[disabled] {
  background-color: #CECECE;
  opacity: 1;
}
.btn.btn-purple {
  background: #2A1A4A;
  color: #fff;
}
.btn.btn-purple:hover:not([disabled]), .btn.btn-purple:active:not([disabled]) {
  background-color: #492670 !important;
}
.btn.btn-teal {
  background-color: #0DC2BE;
  color: #fff;
}
.btn.btn-teal:hover:not([disabled]), .btn.btn-teal:active:not([disabled]) {
  background-color: #00A4A1 !important;
}
.btn.btn-teal[disabled]:not(.loader), .btn.btn-teal.disabled:not(.loader) {
  background-color: #CECECE;
}
.btn.btn-blue {
  background-color: #005FEE;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: #06429D !important;
}
.btn.btn-teal-gradient {
  height: 36px;
  width: auto;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 36px;
  background-image: linear-gradient(107deg, #0ab7b8 -32%, #11a2ac 30%, #3c2667 206%);
  box-shadow: none;
  color: #fff;
}
.btn.btn-accept {
  width: 235px;
}
.btn.btn-light {
  border: 1px solid #e1e1e1;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  background: #f8f9fa;
  color: #2b2b2b;
}
.btn.btn-light:active {
  background: #f2f4f6 !important;
  color: #2b2b2b;
}
.btn.btn-ghost {
  padding: 0 15px;
  font-weight: 500;
  border: 1px solid #E5E8ED;
  border-radius: 8px;
  color: #2b2b2b;
}
.btn.btn-ghost:hover, .btn.btn-ghost:active {
  border-radius: 4px;
  border-color: #005FEE;
  background-color: #F2F7FE;
}
.btn.btn-ghost.btn-caret-right {
  background-image: url(/images/caret-right-deep-purple.svg);
}
.btn.btn-ghost.white-border {
  border: 1px solid #FFF;
  text-decoration: none;
  color: #fff;
}
.btn.btn-ghost.white-border:hover, .btn.btn-ghost.white-border:active {
  border-color: #005FEE;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-icon {
  padding-left: 35px;
  padding-right: 35px;
}
.btn.btn-icon img {
  margin-right: 8px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn.btn-small-text {
  padding-bottom: 4px;
  padding-top: 15px;
  line-height: 1 !important;
}
.btn.btn-small-text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.9;
}
.btn.schedule-call {
  margin-top: 25px;
}
.btn.btn-back {
  padding-left: 50px;
  padding-right: 26px;
  background-image: url(/images/arrow-left-white.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.btn.btn-channel-sync, .btn.btn-user-sync {
  padding-left: 46px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.btn.btn-channel-sync {
  background-image: url(/images/icon-channel-sync.svg);
}
.btn.btn-user-sync {
  background-image: url(/images/icon-user-sync.svg);
}
.btn.sync-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  margin-right: 8px;
  padding: 10px 10px 10px 33px;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #2b2b2b;
  cursor: pointer;
}
.btn.sync-btn .status {
  position: relative;
  height: 20px;
  width: 20px;
  background: url(/images/icon-sync-black.svg) center center no-repeat;
}
.btn.sync-btn .status .status-tooltip {
  display: none;
  position: absolute;
  left: -8px;
  top: 30px;
  width: 150px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  background: #0DC2BE;
  border-radius: 4px;
  color: #fff;
  z-index: 2;
}
.btn.sync-btn .status .status-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: -6px;
  border-bottom: 8px solid #0DC2BE;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.btn.sync-btn .status:hover .status-tooltip {
  display: block;
}
.btn.sync-btn.microsoft {
  background: url(/images/microsoft-logo-mark.svg) center left 10px no-repeat;
  background-size: 18px;
}
.btn.sync-btn.slack {
  background: url(/images/slack-logo-mark.svg) center left 10px no-repeat;
  background-size: 18px;
}
.btn.sync-btn.webex {
  background: url(/images/webex-logo-mark.png) center left 10px no-repeat;
  background-size: 18px;
}
.btn.sync-btn.zoom {
  background: url(/images/zoom-logo-mark.svg) center left 10px no-repeat;
  background-size: 18px;
}
.btn.sync-btn.google {
  background: url(/images/google-logo-mark.svg?v=3.2) center left 10px no-repeat;
  background-size: 18px;
}
.btn.sync-btn:hover:not([disabled]):not(.static-btn), .btn.sync-btn:active:not([disabled]):not(.static-btn) {
  border-color: #0DC2BE;
  background-color: #F5FFFF;
}
.btn.sync-btn.syncing, .btn.sync-btn.synced {
  border-color: #DFDFDF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background-color: transparent;
  cursor: default;
}
.btn.sync-btn.syncing .status {
  background: url(/images/spinner-lipstick.svg) center center no-repeat;
}
.btn.sync-btn.pending .status {
  background: url(/images/icon-sync-pending-white.svg) center left no-repeat;
}
.btn.sync-btn.synced .status {
  background: url(/images/checkmark-circle-teal.svg) center center no-repeat;
}
.btn.sync-btn.failed .status {
  background: url(/images/icon-warning-red.svg) center center no-repeat;
}
.btn.sync-btn.static-btn {
  width: 88px;
  pointer-events: none;
  cursor: default;
}
.btn.sync-btn:last-of-type {
  margin-right: 0;
}
.btn.btn-sync-action {
  height: 32px;
  padding: 0 8px 0 38px;
  font-weight: normal;
  line-height: 32px;
  background: #ffe4ef;
  color: #ca2566;
}
.btn.btn-sync-action.btn-add-right {
  margin-right: 8px;
  background: #ffe4ef url(/images/icon-arrow-right.svg) center left 8px no-repeat;
}
.btn.btn-sync-action.btn-add-left {
  margin-right: 8px;
  background: #ffe4ef url(/images/icon-arrow-left.svg) center left 8px no-repeat;
}
.btn.btn-sync-action.btn-connect {
  background: #ffe4ef url(/images/icon-sync.svg) center left 8px no-repeat;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn[disabled] {
  opacity: 1;
}

/* region Responsive */
@media (max-width: 1440px) {
  .btn.btn-icon {
    padding: 0 20px;
  }
  .btn.btn-small-text {
    padding-top: 9px;
  }
  .roles-permissions-tab .submenu-header button {
    height: 38px !important;
    line-height: normal !important;
  }
  .roles-permissions-tab table .btn {
    height: 24px !important;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .btn.btn-accept {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn.btn-icon {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  .btn.btn-icon {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* endregion */
/* region MAIN */
* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #2b2b2b;
}
body:not(.flat) {
  background-color: #f6f6f6;
}
body:not(.flat):after {
  content: "";
  display: block;
  position: fixed;
  height: 70%;
  left: -100%;
  right: 7%;
  top: 0;
  background: #DFEBED;
  z-index: -1;
  transform: skew(-50deg);
  border-bottom-right-radius: 50px;
}

/* region Text */
h2 {
  color: rgba(43, 43, 43, 0.5);
}

a:hover {
  text-decoration: none;
}

.info-message-text {
  display: table;
  width: 100%;
}
.info-message-text img, .info-message-text h4 {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.info-message-text img {
  width: 25px;
  margin-right: 15px;
}
.info-message-text h4 {
  max-width: calc(100% - 50px);
}

.btn {
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* endregion */
/* region Forms */
form {
  width: 365px;
  margin-top: 30px;
}
form .form-group {
  margin-bottom: 10px;
}
form input {
  width: 100%;
  padding: 16px 19px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  outline: none;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  color: #2b2b2b;
}
form input:focus {
  border-color: rgba(0, 0, 0, 0.78);
}
form button[type=submit] {
  margin-top: 25px;
}

/* endregion */
/* region Header */
.logo {
  margin-bottom: 30px;
}
.logo a {
  display: table;
}
.logo img {
  width: 78px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* endregion */
/* region Content */
#container {
  position: relative;
  height: 100%;
  width: 1440px;
  margin: 0 auto;
  padding: 60px 140px 0;
}

#content {
  padding: 30px 0;
}

.wrapper {
  display: table;
  width: 100%;
}

.left-side {
  float: left;
  width: 39%;
  padding-right: 25px;
}

.right-side {
  float: right;
  width: 61%;
}

.white-box {
  padding: 40px 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 30px 44px -40px rgba(58, 58, 58, 0.41);
}
.white-box ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.white-box ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.9;
}
.white-box ul li:last-child {
  margin-bottom: 0;
}
.white-box ul.checkmark-list li {
  background: url(/images/checkmark-icon.svg) top 2px left no-repeat;
}
.white-box.w-padding {
  position: relative;
  padding-bottom: 270px;
}
.white-box.w-padding .bottom-text {
  position: absolute;
  bottom: 40px;
  left: 60px;
}

.single-card {
  max-width: 800px;
  margin: 0 auto;
}

#bubble {
  position: relative;
  width: 352px;
  margin: 30px 0 25px;
  padding: 20px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.8;
  color: #2b2b2b;
  background-color: rgba(60, 38, 103, 0.1);
  transition: background-color 0.15s linear;
}
#bubble:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  border-top: 15px solid rgba(60, 38, 103, 0.1);
  border-right: 10px solid transparent;
  transition: border-color 0.15s linear;
}
#bubble.copied {
  background-color: rgba(27, 186, 181, 0.1);
}
#bubble.copied:after {
  border-top-color: rgba(27, 186, 181, 0.1);
}

#copy {
  display: table;
  height: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}
#copy span, #copy img {
  vertical-align: middle;
}
#copy span {
  font-size: 14px;
  line-height: 1.5;
}
#copy img {
  margin-right: 6px;
}
#copy .copy-icon {
  width: 18px;
}
#copy .copied-icon {
  width: 10px;
}
#copy .copy-text {
  text-decoration: underline;
  color: #3c2667;
}
#copy .copied-text {
  color: #fff;
}
#copy .copied-icon, #copy .copied-text {
  display: none;
}
#copy.copied {
  padding: 2px 10px;
  border-radius: 11px;
  background-color: #1bbab5;
}
#copy.copied .copy-icon, #copy.copied .copy-text {
  display: none;
}
#copy.copied .copied-icon, #copy.copied .copied-text {
  display: initial;
}

#copy-link {
  margin-top: 20px;
}

.nowrap {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.nowrap span {
  display: block;
  max-width: 100%;
}

#redirecting-content {
  display: none;
}
#redirecting-content .dots-loader {
  width: 28px;
}

.new-window-icon {
  display: block;
  margin-top: 35px;
}

.paperplane-icon {
  display: block;
  margin-bottom: 20px;
}

.platform-icons-lock {
  margin-bottom: 30px;
}
.platform-icons-lock img {
  vertical-align: middle;
}
.platform-icons-lock img.mio-mark {
  width: 50px;
}
.platform-icons-lock img.lock {
  width: 30px;
  margin: 0 25px;
}
.platform-icons-lock img.ms-mark {
  width: 63px;
}

/* endregion */
/* region Onboarding - create account */
#fake-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/images/fake-bg.png) top left no-repeat;
  background-size: cover;
  z-index: 2;
  filter: blur(6px);
}
#fake-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}

#create-account-sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  max-width: 960px;
  overflow-y: auto;
  background: #fff;
  z-index: 3;
}
#create-account-sidebar .progress-bar-wrapper {
  padding: 0 8px;
}
#create-account-sidebar .sidebar-body {
  margin: 40px 80px;
}
#create-account-sidebar h2 {
  margin-bottom: 42px;
  font-family: "FreightDispProBlack-Regular", serif;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #2b2b2b;
}
#create-account-sidebar .user-basic-info {
  display: flex;
  margin-bottom: 40px;
}
#create-account-sidebar .user-avatar {
  position: relative;
  height: 124px;
  width: 124px;
  margin-right: 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.16);
}
#create-account-sidebar .user-avatar img {
  width: 112px;
  margin: 6px;
  border-radius: 8px;
}
#create-account-sidebar .user-avatar .avatar-platform {
  position: absolute;
  height: 36px;
  width: 36px;
  bottom: -12px;
  right: -12px;
  border-radius: 4.7px;
  background: #fff center center no-repeat;
  background-size: 25px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
}
#create-account-sidebar .user-avatar .avatar-platform.platform-microsoft {
  background-image: url(/images/microsoft-logo-mark.svg);
}
#create-account-sidebar .user-avatar .avatar-platform.platform-slack {
  background-image: url(/images/slack-logo-mark.svg);
}
#create-account-sidebar .user-avatar .avatar-platform.platform-webex {
  background-image: url(/images/webex-logo-mark.png?v=2021);
}
#create-account-sidebar .user-avatar .avatar-platform.platform-zoom {
  background-image: url(/images/zoom-logo-mark.svg);
}
#create-account-sidebar .user-info .name {
  margin: 3px 0 4px;
  line-height: 1.33;
  font-size: 18px;
  color: #494949;
}
#create-account-sidebar .user-info .email {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.14;
  color: #777;
}
#create-account-sidebar .user-info .small-label {
  margin-bottom: 6px;
  font-size: 10px;
  color: #9e9e9e;
}
#create-account-sidebar .user-info .company {
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.14;
  background: #f6f6f6;
  background-size: 24px;
  color: #7f7f7f;
}
#create-account-sidebar form {
  width: 400px;
  margin: 0;
}
#create-account-sidebar .form-group {
  margin-bottom: 24px;
}
#create-account-sidebar label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.14;
  color: #777;
}
#create-account-sidebar .input-with-icon {
  position: relative;
}
#create-account-sidebar .input-with-icon .icon {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 46px;
  width: 46px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #fff4f8 center center no-repeat;
  background-size: 20px;
}
#create-account-sidebar .input-with-icon .icon.title-icon {
  background-image: url(/images/icon-title.svg);
}
#create-account-sidebar .input-with-icon .icon.company-icon {
  background-image: url(/images/icon-company.svg);
}
#create-account-sidebar .input-with-icon .icon.employees-icon {
  background-image: url(/images/icon-employees.svg);
}
#create-account-sidebar input[type=text], #create-account-sidebar input[type=number] {
  margin: 0;
  padding: 14px 13px 13px 60px;
  border-radius: 3px;
  border: 1px solid #bababa;
  color: #404040;
}
#create-account-sidebar input[type=text]:focus, #create-account-sidebar input[type=number]:focus {
  border-color: #6D6D6D;
}
#create-account-sidebar input[type=submit] {
  height: 59px;
  width: 228px;
  margin-top: 40px;
  line-height: 59px;
  box-shadow: none;
}
#create-account-sidebar .back-link {
  margin-top: 24px;
  line-height: 1.14;
  color: #777;
}
#create-account-sidebar .back-link a {
  color: #ca2566;
}

/* endregion */
/* region Home */
#home h2 {
  max-width: 384px;
}

/* endregion */
/* region Join */
#join h1 .teal-text {
  word-break: break-all;
}
#join .btn-accept {
  margin-bottom: 20px;
}
#join .illustration {
  max-width: 330px;
  margin-top: 60px;
}
#join .illustration img {
  width: 100%;
}
#join .red-text {
  margin-bottom: 10px;
}
#join .gray-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f6f6f6;
  color: #2b2b2b;
}
#join form {
  width: auto;
  margin: 0;
}
#join select {
  height: 36px;
  padding: 8px 34px 8px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  apperance: none;
  background: rgba(43, 43, 43, 0.1) url(/images/caret-down-black.svg) center right 10px no-repeat;
  color: #2b2b2b;
  cursor: pointer;
}
#join.warm-join h1 {
  font-size: 38px;
}

/* endregion */
/* region Start */
#start .left-side h1, #start .left-side h4 {
  max-width: 394px;
}

/* endregion */
/* region Zip */
#zip .download-icon {
  display: block;
  width: 50px;
  margin-bottom: 30px;
}
#zip .info-text.space-top {
  margin-top: 10px;
}

/* endregion */
/* region Success */
#success .illustration {
  max-width: 600px;
}
#success .illustration img {
  float: right;
  width: 100%;
}

/* endregion */
/* region Add to team */
#add-to-team .add-to-team-animation,
#add-to-team-warm .add-to-team-animation {
  max-width: 300px;
  margin: 20px 0;
}

#add-to-team .btn-small-text {
  margin: 40px 0 15px;
}

#add-to-team-warm {
  text-align: center;
}
#add-to-team-warm h1 {
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #383838;
}
#add-to-team-warm .add-to-team-animation {
  margin-top: 30px;
}
#add-to-team-warm .btn-small-text {
  margin: 40px auto 15px;
}

/* endregion */
/* region Non admin */
#non-admin .buttons-wrapper {
  margin-top: 65px;
}
#non-admin .buttons-wrapper .btn {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#non-admin .buttons-wrapper .btn.btn-light {
  margin-right: 20px;
}

/* endregion */
/* region Notification pages */
#error.error-free-accounts .btn.btn-accept {
  width: auto;
}
#error.error-free-accounts .white-box > div {
  margin-bottom: 32px;
}

#errorView h1 {
  font-size: 42px;
}
#errorView .white-box {
  display: table;
  max-width: 70%;
  padding: 30px;
}

#notificationPage {
  display: flex;
  height: 100vh;
}
#notificationPage b, #notificationPage strong {
  font-weight: 700;
  color: #2b2b2b;
}
#notificationPage .thin {
  font-weight: 300;
}
#notificationPage h1 {
  margin-bottom: 23px;
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #2b2b2b;
}
#notificationPage h1 .icon {
  width: 33px;
  margin-right: 12px;
  vertical-align: middle;
}
#notificationPage h1.thin {
  line-height: 40px;
  color: #2A1A4A;
}
#notificationPage h2 {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 23px;
}
#notificationPage h3 {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #2b2b2b;
}
#notificationPage .teal-link {
  border-bottom: 1px solid #018481;
  color: #018481;
}
#notificationPage .blue-link {
  font-weight: 700;
  color: #005FEE;
}
#notificationPage .discovery-call {
  width: 450px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  margin: 0 auto;
  font-size: 16px;
}
#notificationPage button, #notificationPage .button-spacing {
  margin-top: 25px;
  display: inline-block;
}
#notificationPage .description {
  margin-top: 56px;
  font-size: 12px;
  color: #8A8A8A;
}
#notificationPage .centered-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
#notificationPage .centered-text {
  display: flex;
  align-items: center;
}
#notificationPage .centered-text img {
  margin-right: 0.75rem;
}
#notificationPage .left, #notificationPage .right {
  position: relative;
  height: 100%;
  width: 50%;
}
#notificationPage .left, #notificationPage.auth-page {
  background: #fff;
}
#notificationPage .left .mio-logo, #notificationPage.auth-page .mio-logo {
  height: 27px;
  width: 105px;
  margin: 32px 0 0 32px;
  background: url(/images/mio-logo-full-v2.svg) center center no-repeat;
  background-size: 100%;
}
#notificationPage .left .centered-content, #notificationPage.auth-page .centered-content {
  width: 450px;
}
#notificationPage .right {
  background: #F2F7FE;
}
#notificationPage .right .centered-content {
  text-align: center;
}
#notificationPage .right img {
  max-width: 300px;
}
#notificationPage .right img.platform-logo {
  min-width: 220px;
}
#notificationPage input[type=text]:disabled {
  height: 48px;
  width: 100%;
  margin: 20px 0 24px;
  padding: 15px 12px;
  font-size: 16px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  background: #F6F7FA;
  color: #2b2b2b;
}
#notificationPage .purple-link {
  font-weight: 500;
  color: #502983;
}
#notificationPage .dark-text {
  color: #2b2b2b;
}
#notificationPage .platform-buttons-box {
  margin: 28px 0 22px;
}
#notificationPage .platform-buttons-box .btn-ghost {
  height: 56px;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 54px;
  border: 1px solid #E5E8ED;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  text-align: left;
  box-shadow: none;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
#notificationPage .platform-buttons-box .btn-ghost:hover {
  border-color: #005FEE;
}
#notificationPage .platform-buttons-box .btn-ghost.btn-slack {
  background-image: url(/images/slack-logo-mark.svg);
}
#notificationPage .platform-buttons-box .btn-ghost.btn-microsoft {
  background-image: url(/images/microsoft-logo-mark.svg);
}
#notificationPage .platform-buttons-box .btn-ghost.btn-webex {
  background-image: url(/images/webex-logo-mark.png);
}
#notificationPage .platform-buttons-box .btn-ghost.btn-zoom {
  background-image: url(/images/zoom-logo-mark.svg);
}
#notificationPage .platform-buttons-box .btn-ghost.btn-google {
  background-image: url(/images/google-logo-mark.svg?v=3.2);
}
#notificationPage .bottom-links {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  width: 380px;
  margin: 0 auto;
}
#notificationPage .bottom-links .back-link {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #502983;
}
#notificationPage .bottom-links .need-help-link {
  font-size: 13px;
  color: #8A8A8A;
}
#notificationPage .bottom-links .need-help-link a {
  color: #502983;
}
#notificationPage .unblock-mio-bot {
  width: 220px;
  max-width: 100%;
  margin: 15px 0;
}
#notificationPage .red-alert {
  width: 100%;
  margin: 24px 0;
  padding: 13px 15px;
  border: 1px solid #CD7272;
  border-radius: 4px;
  font-size: 16px;
  background: #FBEDED;
}
#notificationPage .orange-alert {
  padding: 15px 18px 15px 48px;
  border: 1px solid #F2994A;
  border-radius: 4px;
  font-size: 16px;
  background: #FFF4EB url(/images/exclamation-warning-sign.svg) top 18px left 18px no-repeat;
  background-size: 22px;
}
#notificationPage .warning-message {
  margin: 24px 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #B16000;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9E9E9;
}
#notificationPage .light-font {
  font-size: 13px;
  color: #8A8A8A;
}
#notificationPage .light-font b {
  font-weight: 500;
}

/* endregion */
/* endregion */
/* region RESPONSIVE */
@media (max-width: 1440px) {
  body:after {
    height: 65%;
    border-bottom-right-radius: 35px;
  }
  #container {
    width: 100%;
    max-width: 1368px;
    padding: 30px 100px 0;
  }
  #content {
    padding-top: 10px;
  }
  .white-box {
    padding: 30px 40px;
  }
  .white-box.w-padding {
    padding-bottom: 150px;
  }
  .white-box.w-padding .bottom-text {
    left: 40px;
  }
  #join .illustration {
    margin-top: 40px;
  }
  #join.warm-join h1 {
    font-size: 36px;
  }
  #success .illustration {
    max-width: 500px;
  }
  #non-admin .buttons-wrapper .btn {
    padding: 0 15px;
  }
  #non-admin .buttons-wrapper .btn.btn-light {
    margin-right: 10px;
  }
  .platform-icons-lock {
    margin-bottom: 20px;
  }
  .platform-icons-lock img.mio-mark {
    width: 40px;
  }
  .platform-icons-lock img.ms-mark {
    width: 53px;
  }
  form {
    margin-top: 20px;
  }
  a.back-link.standalone {
    margin-top: 40px;
  }
}
@media (max-width: 1300px) {
  #join .gray-box {
    display: block;
  }
  #join .block-text {
    display: inline-block;
  }
  #join .block-select {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 165px);
  }
  #join .block-select form, #join .block-select select {
    width: 100%;
  }
  #join .block-button {
    margin-top: 25px;
  }
  #join.warm-join h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  #container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .right-side {
    width: 60%;
  }
  .left-side {
    width: 37%;
    padding-right: 0;
  }
  .nowrap {
    width: 325px;
  }
  form {
    max-width: 100%;
  }
  #bubble {
    max-width: 100%;
    padding: 12px;
  }
  #success .left-side {
    padding-right: 0;
  }
  #success .illustration {
    padding-left: 25px;
  }
  #non-admin .buttons-wrapper {
    margin-top: 45px;
  }
  #non-admin .buttons-wrapper .btn {
    display: table;
    width: 215px;
  }
  #non-admin .buttons-wrapper .btn.btn-light {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #notificationPage {
    display: block;
    height: auto;
    padding-bottom: 35px;
  }
  #notificationPage h1 {
    text-align: left;
  }
  #notificationPage .mio-logo {
    display: block;
  }
  #notificationPage .centered-content {
    position: initial;
    margin-top: 45px;
    transform: translateY(0);
  }
  #notificationPage .right {
    display: none;
  }
  #notificationPage .left {
    width: 100%;
  }
  #notificationPage .discovery-call {
    width: 90%;
    position: initial;
    margin-top: 35px;
  }
  #notificationPage .left .mio-logo, #notificationPage.auth-page .mio-logo {
    margin-left: 5%;
  }
  #notificationPage .left .centered-content, #notificationPage.auth-page .centered-content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body:after {
    right: -25%;
    border-bottom-right-radius: 20px;
  }
  #container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content {
    padding-top: 0;
  }
  .left-side, .right-side {
    float: none;
    width: 100%;
    padding: 0;
  }
  .white-box {
    padding: 30px;
  }
  .white-box ul li {
    margin-bottom: 12px;
  }
  .white-box.w-padding {
    padding-bottom: 30px;
  }
  .white-box.w-padding .bottom-text {
    position: static;
    margin-top: 50px;
  }
  .nowrap {
    width: 250px;
  }
  form {
    width: auto;
  }
  #bubble {
    width: auto;
  }
  #create-account-sidebar {
    width: 100%;
  }
  #create-account-sidebar .progress-labels {
    margin-top: 30px;
  }
  #create-account-sidebar .progress-bar {
    margin-top: 18px;
  }
  #create-account-sidebar .sidebar-body {
    margin: 30px;
  }
  #create-account-sidebar h2 {
    margin-bottom: 26px;
  }
  #create-account-sidebar .user-avatar {
    height: 100px;
    width: 100px;
  }
  #create-account-sidebar .user-avatar img {
    width: 88px;
  }
  #create-account-sidebar .user-info .name {
    margin-top: -4px;
  }
  #create-account-sidebar .user-info .email {
    margin-bottom: 10px;
  }
  #home .left-side h2 {
    display: none;
  }
  #join h1 br {
    display: none;
  }
  #join .illustration {
    display: none;
  }
  #start .left-side h1 {
    max-width: 100%;
  }
  #start .left-side h4 {
    display: none;
  }
  #success .btn.btn-purple {
    margin-left: auto;
    margin-right: auto;
  }
  #success h4 {
    text-align: center;
  }
  #success .illustration {
    margin-top: 35px;
    padding-left: 0;
  }
  #success .illustration img {
    float: none;
  }
  #error .left-side, #help .left-side, #add-to-team .left-side {
    margin-bottom: 20px;
    text-align: center;
  }
  #add-to-team .add-to-team-animation {
    max-width: 95%;
  }
  #add-to-team .btn.btn-small-text {
    text-align: left;
  }
  #non-admin .buttons-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .nowrap {
    width: 200px;
  }
  #add-to-team .btn.btn-small-text {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #non-admin .buttons-wrapper .btn {
    width: 100%;
    font-size: 14px;
  }
}
/* endregion */
