/* #region "./app/shared/form/styles/PhoneInput.scss" */
/*
- type: css
*/
.phone-input.form-group .input-group {
  overflow: visible;
}
.phone-input.form-group .phone-input-wrapper {
  position: relative;
}
.phone-input.form-group .phone-input-wrapper input[type=tel].form-control {
  padding-left: 55px;
}
.phone-input.form-group .phone-input-wrapper .country-select {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}
.phone-input.form-group .phone-input-wrapper .country-select .Select {
  flex-basis: 60px;
  z-index: 100;
}
.phone-input.form-group .phone-input-wrapper .country-select .Select__control {
  background-color: transparent !important;
  border: none;
  height: 100%;
}
.phone-input.form-group .phone-input-wrapper .country-select .Select__dropdown-indicator {
  padding-left: 0;
  padding-right: 4px;
}
.phone-input.form-group .phone-input-wrapper .country-select .Select__single-value {
  width: 18px;
}
.phone-input.form-group .phone-input-wrapper .country-select .flag-icon {
  width: 18px;
}
.phone-input.form-group .phone-input-wrapper .country-select .Select__single-value .flag-icon {
  transform: translatey(-0.5px);
}
.phone-input.form-group .phone-input-wrapper .country-select .option-label {
  margin-left: 10px;
  margin-right: 4px;
}
.phone-input.form-group .phone-input-wrapper .country-select .option-code {
  color: #999;
}
.phone-input.form-group .phone-input-wrapper .country-select .form-control {
  padding-bottom: 0.72rem;
  padding-left: 0.2rem;
  padding-top: 0.72rem;
}
/* #endregion "./app/shared/form/styles/PhoneInput.scss" */

/* #region "./app/shared/assets/styles/passwordFields.scss" */
/*
- type: css
*/
.password-fields {
  margin-bottom: 1.5rem;
}
.password-fields .wiw-lock {
  height: 13px;
}
.password-fields [name=password] {
  height: auto;
}
.password-fields .input-group-append .input-group-text {
  cursor: pointer;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
}
.password-fields .password-view-toggle, 
.password-fields .password-clear {
  background-color: transparent;
  border: 0;
  color: #51a33d;
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  padding: 11px 18px;
}
.password-fields .password-view-toggle {
  padding-left: 4px;
}
.password-fields .password-clear {
  padding-right: 4px;
}
.password-fields .form-group {
  margin-bottom: 0.5rem;
}
.password-fields .password-requirements {
  display: flex;
  flex-direction: column;
  color: #757575;
}
.password-fields .password-requirements .requirement-item {
  margin-top: 0.5rem;
}
.password-fields .password-requirements .requirement-item .wiw-icon {
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
}
.password-fields .password-requirements .requirement-item.met .wiw-icon {
  color: #51a33d;
}
.password-fields .password-requirements .requirement-item.not-met {
  color: #333333;
}
.password-fields .password-requirements .requirement-item.not-met .requirement-hint {
  color: #757575;
}
.password-fields .password-requirements .requirement-item.not-met .wiw-icon {
  margin-right: 0.5rem;
  color: #999999;
}
.password-fields .password-requirements .requirement-item.invalid {
  color: #d0404b;
}
.password-fields .password-requirements .requirement-item.invalid .wiw-icon {
  color: #d0404b;
}
.password-fields .password-requirements .requirement-item.invalid .requirement-hint {
  color: #d0404b;
}
/* #endregion "./app/shared/assets/styles/passwordFields.scss" */

/* #region "./app/login/styles/loginform.scss" */
/*
- type: css
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Source Sans Pro", sans-serif;
  background: #eee;
}
body svg {
  height: 13px;
  fill: #999999;
}
body strong {
  font-weight: 600;
}
body .column.name {
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
body .column.name span {
  color: #757575;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}
body .column.name strong {
  color: #555555;
  font-size: 18px;
  text-transform: capitalize;
}
body .column.icon {
  padding-left: 20px;
}
.panel-no-header, 
.panel .login .panel-body {
  padding-top: 40px;
}
@media (max-width: 425px) {
  .panel-no-header, 
  .panel .login .panel-body {
    padding-top: 30px;
  }
}
.content--inside {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 425px) {
  .content--inside {
    margin-top: 0;
  }
}
.login p {
  font-size: 16px;
  color: #333;
}
.login .btn-link {
  font-size: 14px;
}
.login .btn-link:focus {
  box-shadow: none;
}
.login .btn-secondary {
  border-color: #dddddd;
}
.login .btn-login {
  margin-top: 14px;
}
.login .third-party {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.login .third-party img {
  margin-left: 15px;
}
.login .third-party a {
  text-transform: capitalize;
  color: #757575;
  text-decoration: none;
  border-top: 1px solid #e5e5e5;
  transition: all 100ms ease-in-out;
}
.login .third-party a:hover, 
.login .third-party a:focus {
  border-top-color: #c4c4c4;
  outline: none;
}
.login .third-party a:active {
  color: #555;
}
/* #endregion "./app/login/styles/loginform.scss" */

/* #region "./app/login/styles/forgotPassword.scss" */
/*
- type: css
*/
.forgot .panel-title {
  border-bottom: 1px solid #e5e5e5;
}
.forgot .panel-title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.forgot p {
  color: #666666;
  font-size: 14px;
}
.forgot p .user-email {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.forgot .spam-notice {
  padding: 20px;
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 30px;
}
.forgot .spam-notice h5 {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
}
.forgot .spam-notice p {
  color: #757575;
  font-size: 12px;
  margin-bottom: 0;
}
/* #endregion "./app/login/styles/forgotPassword.scss" */

/* #region "./app/login/styles/sso.scss" */
/*
- type: css
*/
.sso-list .row {
  padding: 5px 0 5px;
}
/* #endregion "./app/login/styles/sso.scss" */

/* #region "./app/mfa/assets/styles/mfasetup.scss" */
/*
- type: css
*/
.mfa-setup .col > h1 {
  color: #333;
  font-weight: normal !important;
  margin-top: -10px !important;
}
.mfa-setup p {
  font-size: 16px;
}
.mfa-setup small {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.mfa-setup .qrimg {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.mfa-setup .applications {
  justify-content: space-around;
  margin-bottom: 20px;
}
.mfa-setup .application {
  margin-bottom: 10px;
}
.mfa-setup textarea {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
}
.mfa-setup ol {
  counter-reset: item;
  margin: 0 0 1.5em;
  padding: 0;
}
.mfa-setup ol > li {
  counter-increment: item;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 2em;
  text-align: left;
  text-indent: -17px;
}
.mfa-setup ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
  text-align: right;
  width: 1em;
}
.mfa-setup .mfa-configure-buttons .col {
  display: flex;
}
.mfa-setup .dividertext {
  margin-top: 40px;
  text-align: center;
}
.mfa-setup .dividertext span {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
  top: -29px;
}
/* #endregion "./app/mfa/assets/styles/mfasetup.scss" */

/* #region "./app/password/assets/styles/changePassword.scss" */
/*
- type: css
*/
.change-password-page small {
  font-size: 13px;
}
.change-password-page .invalid-token p {
  font-size: 16px;
}
.change-password-page fieldset {
  padding-left: 0;
  padding-right: 0;
}
.change-password-page .tos-disclaimer {
  margin: 0 0 24px;
  color: #757575;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.285714;
}
@media (max-width: 680px) {
  .change-password-page .tos-disclaimer {
    margin: 0 0 16px;
  }
}
.change-password-page .panel-body h1 {
  color: #333333;
}
.change-password-page .panel-body h5 {
  text-align: center;
  line-height: 24px;
}
/* #endregion "./app/password/assets/styles/changePassword.scss" */

/* #region "./app/reactivate/assets/css/reset.scss" */
/*
- type: css
*/
.reset-password-pane .password-fields .input-group-append {
  background-color: #fff;
}
.reset-password-pane .password-fields .form-text, 
.reset-password-pane .password-fields .form-control-feedback {
  color: #fff !important;
}
.reset-password-pane .password-fields .password-requirements {
  color: #ffffff !important;
}
.reset-password-pane .password-fields .password-requirements .requirement-item {
  color: #ffffff !important;
}
.reset-password-pane .password-fields .password-requirements .requirement-item .wiw-icon {
  color: #ffffff !important;
}
.reset-password-pane .password-fields .password-requirements .requirement-item .requirement-hint {
  color: #ffffff !important;
}
.reset-password-pane .form-check {
  color: #ffffff;
  font-size: 13.8px;
  opacity: 0.6;
  padding-left: 0 !important;
}
.reset-password-pane .form-check .wiw-checkmark {
  margin-left: -3px;
  margin-right: 3px;
  margin-top: -3px;
}
.reset-password-pane .form-check.ok {
  opacity: 100;
}
.reset-password-pane .btn {
  margin-top: 8px;
}
.reset-password-pane .invalid-token p {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
}
/* #endregion "./app/reactivate/assets/css/reset.scss" */

/* #region "./app/register/styles/choose.scss" */
/*
- type: css
*/
.choose {
  font-family: "Source Sans Pro", serif;
  font-style: normal;
  text-align: center;
}
@media (min-width: 680px) {
  .choose .panel-body-content {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
.choose .choose-subheader {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 1.5rem;
}
.choose .choose-card {
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 0;
  gap: 8px;
}
.choose .choose-card .wiw-chevron-right {
  color: #999999;
  font-size: 24px;
}
.choose .choose-card .wiw-chevron-right:before {
  vertical-align: unset;
}
.choose .choose-card img {
  align-self: center;
  margin-bottom: 24px;
}
.choose .choose-card .choose-card-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.choose .choose-card .choose-card-subheader {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  text-align: left;
}
/* #endregion "./app/register/styles/choose.scss" */

/* #region "./app/search/styles/card.scss" */
/*
- type: css
*/
.join-card {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.join-card .workplace-details {
  padding: 20px;
}
.join-card .workplace-details .workplace-info-container {
  display: flex;
  align-items: flex-start;
}
.join-card .workplace-details .workplace-info-container .account-logo {
  margin-right: 16px;
}
.join-card .workplace-details .workplace-info-container .company {
  margin-bottom: 0;
}
.join-card .workplace-details .workplace-info-container .address {
  font-weight: 600;
  color: #757575;
}
.join-card .btn-cancel {
  margin-top: 15px;
  margin-bottom: -5px;
}
/* #endregion "./app/search/styles/card.scss" */

/* #region "./app/wiw/dialogs/assets/styles/dialogs.scss" */
/*
- type: css
*/
body.dialog-open {
  overflow: hidden;
}
.dialog-kit {
  background: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  min-height: 100px;
  position: absolute;
  width: auto;
  z-index: 200;
}
.dialog-kit.scrollable .dialog-body {
  max-height: calc(100vh - 87px - 71px - 20px);
  overflow-y: auto;
}
.dialog-kit.visible {
  display: block;
}
.dialog-kit.dark {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.dialog-kit > .dialog-button {
  position: relative;
  right: 24px;
  top: 24px;
}
.dialog-kit .Select__menu {
  z-index: 2;
}
.dialog-kit .dialog-header {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  padding: 24px 0 22px;
}
.dialog-kit .dialog-header h1 {
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.dialog-kit .dialog-header.seamless {
  border-bottom: 0 none;
}
.dialog-kit .dialog-subheader {
  float: right;
  margin: 12px 30px 0 0;
}
.dialog-kit .dialog-button {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: #999;
  float: right;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  line-height: 22px;
  margin-left: 5px;
  min-width: 24px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
}
.dialog-kit .dialog-button.icon {
  padding: 0;
  text-align: center;
}
.dialog-kit .dialog-button.small {
  font-size: 12px;
}
.dialog-kit .dialog-button:hover {
  border-color: #ccc;
  color: #666;
}
.dialog-kit .dialog-button.button-close {
  cursor: pointer;
}
.dialog-kit .content-container {
  float: left;
  padding: 30px;
}
.dialog-kit .dialog-header, 
.dialog-kit .dialog-body, 
.dialog-kit .dialog-footer {
  margin-left: 30px;
  margin-right: 30px;
}
.dialog-kit .dialog-menu {
  background: #eee;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
.dialog-kit .dialog-menu li {
  border-bottom: 1px solid #333;
}
.dialog-kit .dialog-menu li a {
  color: #777;
  display: block;
  font-weight: bold;
  line-height: 50px;
  padding: 0 20px 0 15px;
  white-space: nowrap;
}
.dialog-kit .dialog-menu li.selected {
  background: #555;
}
.dialog-kit .dialog-menu li.selected::before {
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  float: right;
  height: 0;
  margin-top: 15px;
  width: 0;
}
.dialog-kit .dialog-menu li.selected a {
  color: #fff;
}
.dialog-kit .dialog-menu.as-side li {
  border-color: #ddd;
}
.dialog-kit .dialog-menu.as-side li a {
  color: #999;
  font-weight: 600;
  padding-left: 21px;
  text-transform: uppercase;
}
.dialog-kit .dialog-menu.as-side li.selected {
  background: #ddd;
}
.dialog-kit .dialog-menu.as-side li.selected a {
  color: #333;
}
.dialog-kit .dialog-menu.as-side li.selected::before {
  border-color: transparent #fff transparent transparent;
}
.dialog-kit .dialog-menu.as-side li .avatar-img {
  height: 23px;
  margin-right: 10px;
  margin-top: -4px;
  width: 23px;
}
.dialog-kit .dialog-menu.as-side li.user-info {
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 25px;
  overflow: hidden;
  padding: 25px 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-kit .dialog-footer {
  border-top: 1px solid #ccc;
  color: #333;
  padding: 20px 0 30px;
}
.dialog-kit .dialog-footer .button-kit {
  font-size: 13px;
  height: 26px;
  line-height: 26px;
}
.dialog-kit .dialog-footer .button-kit.right.pad {
  margin-right: 13px;
}
.dialog-kit .dialog-body {
  font-size: 16px;
  margin: 0 15px;
  overflow-y: auto;
  padding: 20px 15px 30px;
}
.dialog-kit .dialog-body.scrollable {
  max-height: calc(100vh - 87px - 71px - 20px);
  overflow-y: auto;
}
.dialog-kit .dialog-body.scrollable-no-footer {
  max-height: calc(100vh - 71px - 20px);
  overflow-y: auto;
}
.dialog-kit .dialog-body.loading {
  text-align: center;
}
.dialog-kit .dialog-body section {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.dialog-kit .dialog-body section:first-child {
  padding-top: 0;
}
.dialog-kit .dialog-body section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.dialog-kit .dialog-body section .grid:last-child .form-item {
  padding-bottom: 5px;
}
.dialog-kit .dialog-body section p:last-child {
  margin-bottom: 0;
}
.dialog-kit .dialog-body section.seamless {
  border: 0 none;
}
.dialog-kit .dialog-body section .select2-container .select2-choice {
  padding: 0 10px;
}
.dialog-kit .dialog-body section .select2-container .select2-choice, 
.dialog-kit .dialog-body section .select2-container .select2-choices {
  border-color: #ccc;
}
.dialog-kit h1 {
  color: #666;
  font-size: 30px;
  font-weight: 400;
}
.dialog-kit h2 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.dialog-kit h2:first-child {
  margin-top: 0;
}
.dialog-kit h3 {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
.dialog-kit h3:first-child {
  margin-top: 0;
}
.dialog-kit h3 + p {
  margin-top: -15px;
}
.dialog-kit hr {
  background: #ccc;
  border: none;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}
.dialog-kit .form-item.flexible {
  padding: 0 10px 15px;
}
.dialog-kit .form-item.flexible.wide-gutter {
  padding-left: 20px;
  padding-right: 20px;
}
.dialog-kit .form-item.weight-fourth {
  width: 25%;
}
.dialog-kit .form-item.weight-third {
  width: 33%;
}
.dialog-kit .form-item.weight-half {
  width: 50%;
}
.dialog-kit .form-item.weight-more {
  width: 66%;
}
.dialog-kit .form-item.weight-most {
  width: 75%;
}
.dialog-kit .form-item.weight-max {
  width: 100%;
}
.dialog-kit .form-item > label {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.dialog-kit .form-item > label.title-text {
  color: #999;
  padding-bottom: 2px;
}
.dialog-kit p {
  font-size: 16px;
  margin: 10px 0;
}
.dialog-kit.alert-dialog p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.dialog-kit.alert-dialog strong {
  font-weight: 600;
}
.dialog-kit .button-kit {
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.dialog-kit .form-select.large {
  height: 58px;
}
.dialog-kit .form-select.large .dropdown {
  height: 60px;
  width: 50px;
}
.dialog-kit .form-select.large .dropdown i {
  color: #999;
  font-size: 28px;
  line-height: 62px;
}
.dialog-kit .form-select.large select {
  color: #666;
  font-size: 24px;
  height: 58px;
}
.dialog-kit .small {
  color: #999;
}
.dialog-kit .input-tip {
  padding-left: 5px;
  padding-top: 4px;
}
.dialog-kit {}
.dialog-kit .dialog-header.billboard {
  border-bottom: none;
  margin: 0;
  padding: 50px 30px;
}
.dialog-kit .dialog-header.billboard.green {
  background-color: #51a33d;
}
.dialog-kit .dialog-header.billboard.red {
  background-color: #c66;
}
.dialog-kit .dialog-header.billboard.yellow {
  background-color: #d6d41e;
}
.dialog-kit .dialog-header.billboard.blue {
  background-color: #558aaf;
}
.dialog-kit .dialog-header.billboard .dialog-button {
  border-color: white;
  color: white;
  margin-top: 13px;
}
.dialog-kit .dialog-header.billboard h2 {
  border-radius: 4px 4px 0 0;
  color: white;
  font-size: 72px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.dialog-kit .hero-text {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin-top: 36px;
  text-align: center;
}
.dialog-kit .hero-text .major {
  color: #333;
  font-size: 48px;
  font-weight: 600;
}
.dialog-kit .hero-text .minor {
  color: #999;
  font-size: 20px;
  margin-top: 12px;
}
.dialog-kit .text-center {
  text-align: center;
}
.dialog-kit .body-text {
  color: #666;
  font-size: 15px;
}
.dialog-kit .error-text {
  color: #af555b;
}
.dialog-kit .wiw-loader {
  background: transparent;
  display: block;
  height: 60px;
  margin: 20px auto 0;
  width: 55px;
}
.dialog-kit .wiw-loader .dot {
  display: inline-block;
  position: relative;
}
.dialog-kit.social-dialog .dialog-body {
  text-align: center;
}
.dialog-kit.social-dialog .dialog-body h1 {
  color: #666;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  margin: 25px 0;
  padding: 0 30px;
}
.dialog-kit.social-dialog .dialog-body p {
  color: #666;
  font-size: 18px;
  margin: 25px 0;
}
.dialog-kit.social-dialog .dialog-body .button-close {
  margin-top: 40px;
}
.dialog-kit.social-dialog .dialog-body .social-list {
  margin-bottom: 25px;
}
.dialog-kit.social-dialog .dialog-body .social-list li {
  display: inline-block;
}
.dialog-kit.social-dialog .dialog-body .social-list li a {
  background-position: center 18px;
  background-repeat: no-repeat;
  background-size: 75px;
  border: 1px solid white;
  box-sizing: border-box;
  display: block;
  height: 140px;
  margin: 0 3px;
  padding-top: 107px;
  width: 140px;
}
.dialog-kit.social-dialog .dialog-body .social-list li a span {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.dialog-kit.social-dialog .dialog-body .social-list li a:hover {
  border-color: #ddd;
}
.dialog-kit.social-dialog .dialog-body .social-list li a:hover span {
  color: #666;
}
.dialog-kit .dialog__mini-info {
  background: #f0f0f0;
  border-radius: 2px;
  color: #333;
  display: block;
  font-style: italic;
  margin: 0 0 10px;
  padding: 5px 10px;
}
.dialog-kit-scroll {
  align-items: center !important;
  box-sizing: border-box;
  display: flex !important;
  height: 100%;
  justify-content: center !important;
  left: 0;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}
.dialog-kit-scroll.dimmed {
  background: rgba(0, 0, 0, 0.5);
}
.dialog-kit-scroll .dialog-kit {
  max-width: calc(100vw - 4px);
  position: static !important;
}
.dialog-kit-scroll .dialog-kit .dialog-header, 
.dialog-kit-scroll .dialog-kit .dialog-footer, 
.dialog-kit-scroll .dialog-kit .dialog-sticky {
  bottom: -20px;
  top: -20px;
  z-index: 1;
}
.dialog-kit-scroll .dialog-kit .dialog-header, 
.dialog-kit-scroll .dialog-kit .dialog-footer {
  bottom: -30px;
}
@media screen and (max-height: 440px) {
  .dialog-kit-scroll .dialog-kit .dialog-header, 
  .dialog-kit-scroll .dialog-kit .dialog-footer, 
  .dialog-kit-scroll .dialog-kit .dialog-sticky {
    bottom: auto;
    position: static;
    top: auto;
  }
}
@media (max-width: 767.98px) {
  .dialog-kit-scroll {
    padding: 2px 0;
  }
  .dialog-kit-scroll .dialog-kit .dialog-header, 
  .dialog-kit-scroll .dialog-kit .dialog-footer, 
  .dialog-kit-scroll .dialog-kit .dialog-sticky {
    bottom: auto;
    position: static;
    top: auto;
  }
}
.dialog-option-wide {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 12px 16px;
  text-align: left;
  width: 100%;
}
.dialog-option-wide:not(:first-child) {
  margin-top: 9px;
}
.dialog-option-wide:focus {
  border-color: #51a33d;
  outline: none;
}
.dialog-option-wide .wiw-icon {
  color: #ccc;
  float: right;
  height: 24px;
  left: 5px;
  position: relative;
}
/* #endregion "./app/wiw/dialogs/assets/styles/dialogs.scss" */


/*# sourceMappingURL=217054a8b416605c1176.css.map*/