/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 22, 2021, 09:55:47 PM
    Author     : Ani
*/
/* 
    Created on : 04.09.2015, 11:06:29
    Author     : Aneta
*/
/*#bcb7ba;*/
/*#e7f0f8;*/
/* rgba(0,0,0,0.38); */
/* #dd2c00; */
html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#content-container {
  position: relative;
  min-height: 100%;
}
#content-container .logo {
  position: absolute;
  top: 16px;
  left: 32px;
}
app-root {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fake-progress-bar {
  position: fixed;
  top: 0;
  z-index: 2000;
  height: 6px;
  width: 100%;
  -webkit-transition: opacity 200ms ease-in-out;
  /* Safari prior 6.1 */
  transition: opacity 500ms ease-in-out;
}
.fake-progress-bar .progress-bar-fill {
  position: absolute;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, #5091cd, #6dbfc4, #f1b24e, #e46a5c);
  box-shadow: 0 0 6px #808080;
  -webkit-transition: width 500ms;
  /* Safari prior 6.1 */
  transition: width 500ms;
  -webkit-animation: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: lazyanimation;
  -webkit-animation-duration: 500ms;
}
@-webkit-keyframes lazyanimation {
  0% {
    width: 5%;
  }
  100% {
    width: 98%;
  }
}
.footer {
  position: fixed;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
}
.grecaptcha-badge {
  bottom: 40px !important;
}
:focus {
  outline: none;
}
.dark-gray-text {
  color: #676767;
}
.gray-text {
  color: #808080;
}
.green-text {
  color: #11b190;
}
.red-text {
  color: #d8354d;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.font-raleway {
  font-family: 'Raleway', sans-serif !important;
  font-weight: normal;
}
.title {
  font-size: 36px;
}
.subtitle {
  font-size: 18px;
}
.subsubtitle {
  font-size: 14px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}
.ellipsis.ellipsis-max-width-100 {
  max-width: 100%;
}
.bold {
  font-weight: bold;
}
.helper-text {
  color: #b1acaf;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.p8 {
  padding: 8px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.new-paragraph {
  margin-top: 40px !important;
}
button.mat-raised-button,
.btn {
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #11b190;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  height: 48px;
  line-height: 48px;
}
button.mat-raised-button[disabled][disabled],
.btn[disabled][disabled],
button.mat-raised-button[disabled],
.btn[disabled] {
  background-color: #11b190;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.33) !important;
}
button.mat-raised-button i,
.btn i {
  margin-right: 4px;
}
.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  text-transform: none;
  color: #5091cd;
}
.btn-link:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: underline;
}
@keyframes wave {
  0%,
  60%,
  100% {
    transform: initial;
  }
  30% {
    transform: translateY(-8px);
  }
}
.dots-list {
  margin-left: 4px;
  display: inline-block;
}
.dots-list .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px;
  background: rgba(0, 0, 0, 0.33);
}
.dots-list.wave .dot {
  animation: wave 1.1s linear infinite;
}
.dots-list.wave .dot:nth-child(2) {
  animation-delay: -0.9s;
}
.dots-list.wave .dot:nth-child(3) {
  animation-delay: -0.7s;
}
mat-checkbox.mat-checkbox .mat-checkbox-layout {
  white-space: normal !important;
}
mat-checkbox.mat-checkbox .mat-checkbox-inner-container {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}
mat-checkbox.mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: #11b190;
}
mat-checkbox.mat-checkbox.mat-checkbox-checked.mat-checkbox-red .mat-checkbox-background {
  background-color: #d8354d;
}
mat-checkbox.mat-checkbox.mat-checkbox-checked.mat-checkbox-red .mat-checkbox-background {
  background-color: #d8354d;
}
mat-checkbox.mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  border-color: #d0d0d0;
}
mat-checkbox.mat-checkbox.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #d0d0d0;
}
mat-checkbox.mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
  background-color: #d0d0d0;
}
mat-checkbox.mat-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: #808080;
}
mat-checkbox.mat-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 219, 178, 0.2) !important;
}
mat-checkbox.mat-checkbox .mat-checkbox-frame {
  border-color: #333;
}
mat-radio-button.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
  background-color: #11b190;
}
mat-radio-button.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #11b190;
}
mat-radio-button.mat-radio-button.mat-accent:not(.mat-radio-disabled) .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(17, 177, 144, 0.2) !important;
}
mat-radio-button.mat-radio-button.mat-accent .mat-radio-outer-circle {
  border-color: #0000008a;
}
mat-form-field.mat-form-field.flat {
  width: 360px;
  max-width: 94%;
  margin-bottom: 16px;
}
mat-form-field.mat-form-field.flat .mat-form-field-flex {
  background-color: #f6f6f9;
  border: 1px solid #f6f6f9;
  border-radius: 2px;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
}
mat-form-field.mat-form-field.flat .mat-form-field-underline {
  display: none;
}
mat-form-field.mat-form-field.flat .mat-select-arrow {
  margin-right: 0;
  border: none;
  position: relative;
  width: 16px;
  height: 16px;
  top: -4px;
}
mat-form-field.mat-form-field.flat .mat-select-arrow:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #333;
}
mat-form-field.mat-form-field.flat .mat-error {
  color: #d8354d;
  font-size: 11px;
}
mat-form-field.mat-form-field.flat.mat-focused .mat-form-field-flex {
  border-color: #11b190;
}
mat-form-field.mat-form-field.flat.mat-focused .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
mat-form-field.mat-form-field.flat.mat-form-field-invalid .mat-form-field-label {
  color: #d8354d;
}
mat-form-field.mat-form-field.flat.mat-form-field-invalid .mat-form-field-flex {
  border-color: #d8354d;
}
.pass-validation {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  width: 100%;
  height: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  justify-content: space-between;
  align-items: center;
}
.pass-validation i {
  margin-right: 2px;
}
.pass-validation i.fa-check {
  color: #11b190;
}
.pass-validation i.fa-times {
  color: #d8354d;
}
.pass-validation + .mat-form-field-hint-spacer {
  display: none;
}
.pass-field-container {
  width: 360px;
  max-width: 94%;
  margin-bottom: 16px;
  position: relative;
}
.pass-field-container mat-form-field.mat-form-field,
.pass-field-container input.input-login {
  margin-bottom: 0;
}
.pass-field-container mat-form-field.mat-form-field {
  max-width: 100%;
}
.pass-field-container input.input-login {
  max-width: -webkit-fill-available;
}
.pass-field-container .mat-icon-button,
.pass-field-container button {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #676767;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
}
mat-form-field.mat-form-field.search .mat-input-element {
  color: #333;
}
mat-form-field.mat-form-field.search .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
mat-form-field.mat-form-field.search .mat-form-field-underline .mat-form-field-ripple,
mat-form-field.mat-form-field.search .mat-form-field-ripple {
  background-color: #11b190;
}
mat-form-field.mat-form-field.search .mat-form-field-subscript-wrapper {
  margin-top: 2px;
}
mat-form-field.mat-form-field.search .mat-form-field-label {
  color: #909090;
}
mat-form-field.mat-form-field.search.mat-focused label,
mat-form-field.mat-form-field.search.mat-focused .mat-form-field-suffix button.mat-icon-button,
mat-form-field.mat-form-field.search.mat-focused .mat-form-field-label {
  color: #11b190;
}
mat-form-field.mat-form-field.search i.search-ic {
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 15px;
  color: #11b190;
}
mat-form-field.mat-form-field.search input.mat-input-element {
  padding-left: 20px;
  width: calc(100% - 20px);
}
mat-form-field.mat-form-field.search span.mat-form-field-label-wrapper label.mat-form-field-label {
  padding-left: 20px;
}
mat-form-field.mat-form-field.search.disabled i.search-ic {
  color: #b1acaf;
}
/* Remove iPhone shadow */
input[type="range"],
input,
input[type="password"],
input[type="search"],
input[type="text"],
input[type="email"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
}
input.input-login {
  display: inline-block;
  width: calc(360px - 32px);
  margin-bottom: 32px;
  background-color: #f6f6f9;
  border: 1px solid #f6f6f9;
  border-radius: 2px;
  height: 44px;
  padding-right: 16px;
  padding-left: 16px;
  color: #333;
}
input.input-login:active,
input.input-login:focus {
  border: 1px solid #11b190;
}
input.input-login.input-invalid {
  border-color: #d8354d;
}
input.input-login.input-invalid::placeholder {
  color: #d8354d;
}
input.input-login.input-invalid:-ms-input-placeholder {
  color: #d8354d;
}
input.input-login.input-invalid::-ms-input-placeholder {
  color: #d8354d;
}
input.input-login.input-invalid::-webkit-input-placeholder {
  color: #d8354d;
}
input.input-login.input-invalid:-moz-placeholder {
  color: #d8354d;
}
input.input-login.input-invalid + p.input-error {
  display: block;
}
p.input-error {
  display: none;
  color: #d8354d;
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  left: 0;
  margin: 0;
}
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #F6F6F9 inset;
}
.toggle-wrapper {
  height: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center center;
  justify-content: center;
  align-items: center;
}
.toggle-wrapper .toggle-label {
  display: inline-block;
  color: #808080;
  margin: 0 16px;
  position: relative;
}
.toggle-wrapper .toggle-label.selected {
  font-weight: bold;
  color: #333;
}
.toggle-wrapper .toggle-label .hint-text {
  position: absolute;
  left: -4px;
  display: inline-block;
  width: 86px;
  top: -16px;
  font-size: 11px;
  color: #11b190;
}
.toggle-wrapper .toggle-label .hint-text i {
  margin-right: 4px;
}
mat-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar,
mat-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar,
mat-slide-toggle.mat-slide-toggle .mat-ripple-element,
mat-slide-toggle.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #11b190 !important;
}
mat-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb,
mat-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #f7f7f7;
}
.layout-loading {
  text-align: center;
}
.layout-loading-icon {
  font-size: 5em;
  color: #11b190;
}
.layout-loading-icon-msg {
  font-size: 1.5em;
  font-weight: bold;
  color: #11b190;
}
mat-dialog-container.mat-dialog-container {
  padding: 16px;
  max-width: 90vw;
  background: #fff;
  color: #333;
}
mat-dialog-container.mat-dialog-container .mat-dialog-title {
  position: relative;
  margin: 0 0 16px;
  font: 400 20px 'Raleway', sans-serif;
}
mat-dialog-container.mat-dialog-container .mat-dialog-title p {
  margin: 0 0 16px;
}
mat-dialog-container.mat-dialog-container .mat-dialog-title .dialog-close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
}
mat-dialog-container.mat-dialog-container .dialog-sub-title {
  font: 400 20px 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
mat-dialog-container.mat-dialog-container .mat-dialog-content {
  margin: 0 -16px;
  padding: 0 16px;
}
mat-dialog-container.mat-dialog-container .mat-dialog-content .dialog-content-full-width {
  margin: 0 -16px;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
}
mat-dialog-container.mat-dialog-container .mat-dialog-actions {
  padding: 16px 0;
}
mat-dialog-container.mat-dialog-container .mat-dialog-actions:last-child {
  margin-bottom: -16px;
}
mat-dialog-container.mat-dialog-container button.mat-raised-button {
  height: 36px;
  line-height: 36px;
}
@media (max-width: 768px) {
  mat-dialog-container.mat-dialog-container {
    max-width: 100%;
  }
}
.message-info {
  color: #5091cd;
}
.message-success {
  color: #11b190;
}
.message-warning {
  color: #f7a13e;
}
.message-error {
  color: #d8354d;
}
.message- {
  top: -1000px;
  padding: 16px;
}
.message-,
.message-info,
.message-success,
.message-warning,
.message-error {
  width: 500px;
  margin-left: -250px;
  position: fixed;
  left: 50%;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-top: 0;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 5000;
}
@media (max-width: 768px) {
  .message-,
  .message-info,
  .message-success,
  .message-warning,
  .message-error {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }
}
.message- .message-type,
.message-info .message-type,
.message-success .message-type,
.message-warning .message-type,
.message-error .message-type {
  text-transform: capitalize;
}
.message- i.fa,
.message-info i.fa,
.message-success i.fa,
.message-warning i.fa,
.message-error i.fa,
.message- i.fal,
.message-info i.fal,
.message-success i.fal,
.message-warning i.fal,
.message-error i.fal,
.message- i.far,
.message-info i.far,
.message-success i.far,
.message-warning i.far,
.message-error i.far,
.message- .ifas,
.message-info .ifas,
.message-success .ifas,
.message-warning .ifas,
.message-error .ifas {
  width: 100%;
  display: block;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
}
.message- p,
.message-info p,
.message-success p,
.message-warning p,
.message-error p {
  color: #333;
  padding: 16px 40px;
  font-size: 14px;
}
.message- .close-notification-btn,
.message-info .close-notification-btn,
.message-success .close-notification-btn,
.message-warning .close-notification-btn,
.message-error .close-notification-btn {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
}
.message- .close-notification-btn i.fa,
.message-info .close-notification-btn i.fa,
.message-success .close-notification-btn i.fa,
.message-warning .close-notification-btn i.fa,
.message-error .close-notification-btn i.fa,
.message- .close-notification-btn i.fal,
.message-info .close-notification-btn i.fal,
.message-success .close-notification-btn i.fal,
.message-warning .close-notification-btn i.fal,
.message-error .close-notification-btn i.fal,
.message- .close-notification-btn i.far,
.message-info .close-notification-btn i.far,
.message-success .close-notification-btn i.far,
.message-warning .close-notification-btn i.far,
.message-error .close-notification-btn i.far,
.message- .close-notification-btn .ifas,
.message-info .close-notification-btn .ifas,
.message-success .close-notification-btn .ifas,
.message-warning .close-notification-btn .ifas,
.message-error .close-notification-btn .ifas {
  font-size: 18px;
  color: #b1acaf;
}
.message- .close-notification-btn:hover i.fa,
.message-info .close-notification-btn:hover i.fa,
.message-success .close-notification-btn:hover i.fa,
.message-warning .close-notification-btn:hover i.fa,
.message-error .close-notification-btn:hover i.fa,
.message- .close-notification-btn:hover i.fal,
.message-info .close-notification-btn:hover i.fal,
.message-success .close-notification-btn:hover i.fal,
.message-warning .close-notification-btn:hover i.fal,
.message-error .close-notification-btn:hover i.fal,
.message- .close-notification-btn:hover i.far,
.message-info .close-notification-btn:hover i.far,
.message-success .close-notification-btn:hover i.far,
.message-warning .close-notification-btn:hover i.far,
.message-error .close-notification-btn:hover i.far,
.message- .close-notification-btn:hover .ifas,
.message-info .close-notification-btn:hover .ifas,
.message-success .close-notification-btn:hover .ifas,
.message-warning .close-notification-btn:hover .ifas,
.message-error .close-notification-btn:hover .ifas {
  color: #808080;
}
.message- .new-paragraph,
.message-info .new-paragraph,
.message-success .new-paragraph,
.message-warning .new-paragraph,
.message-error .new-paragraph {
  margin-top: 32px;
}
.message- .h1,
.message-info .h1,
.message-success .h1,
.message-warning .h1,
.message-error .h1 {
  font-size: 25px;
}
.message- .mt16,
.message-info .mt16,
.message-success .mt16,
.message-warning .mt16,
.message-error .mt16 {
  margin-top: 16px;
}
.invalid-credentials {
  width: 360px;
  max-width: 94%;
  text-align: left;
  color: #d8354d;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: -20px;
}
.invalid-credentials i {
  margin-right: 4px;
}
table.table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table tbody tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}
table.table tbody tr td,
table.table tbody tr th {
  padding: 4px 8px;
  vertical-align: middle;
  border-top: 0;
  text-align: center;
}
table.table tbody tr td.pb0,
table.table tbody tr th.pb0 {
  padding-bottom: 0 !important;
}
table.table tbody tr:hover {
  background-color: #dffcf6;
}
table.table tbody tr.selected {
  transition: all 0.2s ease-in-out;
  background-color: #dffcf6;
  -webkit-backface-visibility: hidden;
}
table.table tbody tr.selected td {
  background-color: #dffcf6;
}
table.table .profile-img,
table.table .page-img {
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
}
table.table md-checkbox,
table.table mat-checkbox {
  padding: 0 8px;
  height: 28px;
  display: inline-block;
}
table.table md-checkbox .md-label,
table.table mat-checkbox .md-label,
table.table md-checkbox .mat-label,
table.table mat-checkbox .mat-label {
  margin-left: 0;
}
table.table.border {
  border: 1px solid #f5f5f5;
}
.show-more {
  line-height: 22px;
}
.show-more span:first-child {
  color: #676767;
}
.show-more span:first-child i.fa,
.show-more span:first-child i.far {
  width: 12px;
}
.show-more span:first-child:hover {
  color: #5091cd;
  font-weight: bold;
}
@media (max-width: 768px) {
  .show-more span:first-child {
    float: left;
  }
}
.profile-img {
  display: inline-block;
  border-radius: 50%;
}
.profile-img.letter-img {
  text-transform: uppercase;
  text-align: center;
  color: #f9f9f9;
  background-color: #c1c1c1;
}
.profile-img.letter-img.width-48 {
  font-size: 21px;
  line-height: 48px;
  width: 48px;
}
.profile-img.letter-img.width-36 {
  font-size: 21px;
  line-height: 36px;
  width: 36px;
  min-width: 36px;
}
.wizard-container {
  width: 50%;
  min-height: 100%;
  padding: 0 40px;
  position: relative;
  float: right;
  background-color: #854eaf;
  color: #fff;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-around;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.wizard-container .content {
  z-index: 1;
}
.wizard-container .content .title {
  font-weight: 200;
}
.wizard-container .content .subtitle {
  font-weight: 200;
}
.wizard-container .steps-wrapper .step-item {
  margin-top: 32px;
  color: #fff;
}
.wizard-container .steps-wrapper .step-item .step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 16px;
}
.wizard-container .steps-wrapper .step-item .step-label {
  font-size: 16px;
  display: inline-block;
}
.wizard-container .steps-wrapper .step-item.completed .step-number,
.wizard-container .steps-wrapper .step-item.active .step-number {
  font-weight: bold;
  background-color: #fff;
  color: #854eaf;
}
.wizard-container .graphic-elements-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wizard-container .graphic-elements-wrapper > div {
  position: absolute;
  background-color: #9b3e81;
}
.wizard-container .graphic-elements-wrapper .rotate-45 {
  transform: rotate(45deg);
}
.wizard-container .graphic-elements-wrapper .circle {
  border-radius: 50%;
}
.wizard-container .graphic-elements-wrapper .circle-480 {
  width: 480px;
  height: 480px;
  top: -180px;
  left: -180px;
  background-color: #924493;
}
.wizard-container .graphic-elements-wrapper .circle-360 {
  width: 360px;
  height: 360px;
  top: -120px;
  left: -120px;
}
.wizard-container .graphic-elements-wrapper .circle-160 {
  width: 160px;
  height: 160px;
}
.wizard-container .graphic-elements-wrapper .circle-65 {
  width: 65px;
  height: 65px;
}
.wizard-container .graphic-elements-wrapper .triangle {
  width: 0px;
  height: 0px;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  border-bottom: 48px solid #9b3e81;
  background-color: transparent;
}
.wizard-container .graphic-elements-wrapper .triangle1 {
  top: 400px;
  left: 740px;
}
.wizard-container .graphic-elements-wrapper .triangle2 {
  top: 479px;
  left: 121px;
  border-bottom-color: #924493;
}
.wizard-container .graphic-elements-wrapper .triangle3 {
  top: 551px;
  left: 125px;
}
.wizard-container .graphic-elements-wrapper .triangle6 {
  top: 547px;
  left: 53px;
  border-bottom-color: #924493;
}
.wizard-container .graphic-elements-wrapper .rectangle-48-172 {
  height: 48px;
  width: 172px;
}
.wizard-container .graphic-elements-wrapper .rectangle-48-1300 {
  height: 48px;
  width: 1300px;
}
.wizard-container .graphic-elements-wrapper .rectangle-65-1300 {
  height: 65px;
  width: 1300px;
}
.wizard-container .graphic-elements-wrapper .rectangle-160-1300 {
  height: 160px;
  width: 1300px;
}
.wizard-container .graphic-elements-wrapper .rectangle1 {
  top: -360px;
  left: -550px;
  background-color: #924493;
}
.wizard-container .graphic-elements-wrapper .circle1 {
  top: 96px;
  left: 524px;
}
.wizard-container .graphic-elements-wrapper .rectangle2 {
  top: 738px;
  left: 191px;
}
.wizard-container .graphic-elements-wrapper .circle2 {
  top: 280px;
  left: 350px;
}
.wizard-container .graphic-elements-wrapper .rectangle3 {
  top: 1160px;
  left: -96px;
  background-color: #924493;
}
.wizard-container .graphic-elements-wrapper .circle3 {
  top: 696px;
  left: 10px;
}
.wizard-container .graphic-elements-wrapper .rectangle4 {
  top: 414px;
  left: -44px;
}
.wizard-container .graphic-elements-wrapper .triangle4 {
  top: 475px;
  left: 49px;
}
.wizard-container .graphic-elements-wrapper .rectangle5 {
  top: 1083px;
  left: -7px;
  background-color: #924493;
}
.wizard-container .graphic-elements-wrapper .triangle5 {
  top: 623px;
  left: 129px;
  border-bottom-color: #924493;
}
.wizard-container.wizard-container-websales-accept-invitation {
  place-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
}
.wizard-container.wizard-container-websales-accept-invitation .title {
  word-spacing: 100vw;
  text-align: right;
  margin-bottom: 140px;
  font-weight: bold;
  font-size: 4vw;
  line-height: 4.4vw;
}
.wizard-container.wizard-container-websales-accept-invitation + .main-container {
  width: 65%;
}
.links-nav ul {
  padding: 0;
  margin: 32px 16px 0 0;
  float: right;
}
.links-nav ul li {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  vertical-align: middle;
}
.links-nav ul li a {
  color: #808080;
  text-decoration: none;
}
.links-nav ul li a:hover {
  color: #11b190;
  text-decoration: underline;
}
.links-nav ul li:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #808080;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.links-nav ul li:last-child:after {
  display: none;
}
.user-img {
  cursor: pointer;
}
.user-img img {
  border-radius: 50%;
}
.profile-img {
  display: inline-block;
  border-radius: 50%;
}
.profile-img.letter-img {
  text-transform: uppercase;
  text-align: center;
  color: #f9f9f9;
}
.profile-img.letter-img.width-40 {
  font-size: 19px;
  line-height: 40px;
  width: 40px;
}
.profile-img.letter {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.profile-img.letter:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  opacity: 0.3;
}
.profile-img.letter:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  opacity: 0.24;
}
.profile-img.letter.letter-a,
.profile-img.letter.letter-1,
.profile-img.letter.letter-а {
  background-color: #49D49D;
}
.profile-img.letter.letter-b,
.profile-img.letter.letter-2,
.profile-img.letter.letter-б {
  background-color: #5091cd;
}
.profile-img.letter.letter-c,
.profile-img.letter.letter-3,
.profile-img.letter.letter-в {
  background-color: #d8354d;
}
.profile-img.letter.letter-d,
.profile-img.letter.letter-4,
.profile-img.letter.letter-г {
  background-color: #f7a13e;
}
.profile-img.letter.letter-e,
.profile-img.letter.letter-5,
.profile-img.letter.letter-д {
  background-color: #854eaf;
}
.profile-img.letter.letter-f,
.profile-img.letter.letter-6,
.profile-img.letter.letter-е {
  background-color: #69EBD0;
}
.profile-img.letter.letter-g,
.profile-img.letter.letter-7,
.profile-img.letter.letter-ж {
  background-color: #9EC3E6;
}
.profile-img.letter.letter-h,
.profile-img.letter.letter-8,
.profile-img.letter.letter-з {
  background-color: #E67E8E;
}
.profile-img.letter.letter-i,
.profile-img.letter.letter-9,
.profile-img.letter.letter-и {
  background-color: #ffb700;
}
.profile-img.letter.letter-j,
.profile-img.letter.letter-0,
.profile-img.letter.letter-й {
  background-color: #CDACE6;
}
.profile-img.letter.letter-k,
.profile-img.letter.letter-к {
  background-color: #11B190;
}
.profile-img.letter.letter-l,
.profile-img.letter.letter-л {
  background-color: #589EE0;
}
.profile-img.letter.letter-m,
.profile-img.letter.letter-м {
  background-color: #E03851;
}
.profile-img.letter.letter-n,
.profile-img.letter.letter-н {
  background-color: #ffd000;
}
.profile-img.letter.letter-o,
.profile-img.letter.letter-о {
  background-color: #AB65E0;
}
.profile-img.letter.letter-p,
.profile-img.letter.letter-п {
  background-color: #e5989b;
}
.profile-img.letter.letter-p:before,
.profile-img.letter.letter-п:before {
  border-radius: 5px;
  top: -10px;
}
.profile-img.letter.letter-q,
.profile-img.letter.letter-р {
  background-color: #447AAD;
}
.profile-img.letter.letter-r,
.profile-img.letter.letter-с {
  background-color: #AD2B3F;
}
.profile-img.letter.letter-s,
.profile-img.letter.letter-т {
  background-color: #ffcc01;
}
.profile-img.letter.letter-t,
.profile-img.letter.letter-у {
  background-color: #844EAD;
}
.profile-img.letter.letter-u,
.profile-img.letter.letter-ф {
  background-color: #b08968;
}
.profile-img.letter.letter-v,
.profile-img.letter.letter-х {
  background-color: #435261;
}
.profile-img.letter.letter-w,
.profile-img.letter.letter-ц {
  background-color: #61353C;
}
.profile-img.letter.letter-x,
.profile-img.letter.letter-ч {
  background-color: #ffa200;
}
.profile-img.letter.letter-y,
.profile-img.letter.letter-ш,
.profile-img.letter.letter-щ {
  background-color: #564961;
}
.profile-img.letter.letter-z,
.profile-img.letter.letter-ю,
.profile-img.letter.letter-я {
  background-color: #558564;
}
.main-container {
  width: 50%;
  min-height: 100%;
}
.main-container .content {
  text-align: center;
  padding: 160px 16px 0;
}
.main-container .content .title {
  font-weight: bold;
}
.main-container .content .title .success-reset-password-icon {
  color: #11b190;
  margin-right: 16px;
  margin-left: -8px;
}
.main-container .content .subtitle {
  font-weight: regular;
}
.main-container .content .subtitle a {
  font-weight: bold;
  color: #5091cd;
  text-decoration: none;
}
.main-container .content .subtitle a:hover {
  text-decoration: underline;
}
.main-container .content .subsubtitle {
  margin-top: 16px;
  color: #676767;
}
.main-container .content .form-wrapper {
  margin-top: 60px;
}
.main-container .content form {
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: center flex-start;
  justify-content: flex-start;
  align-items: center;
}
.main-container .content .btn-action {
  display: inline-block;
  margin: 60px 0 40px;
  max-width: 94%;
  width: 360px;
  height: 48px;
  background-color: #11b190;
  border: none;
  border-radius: 2px;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: unset;
  text-decoration: none;
}
.main-container .content .btn-action[disabled] {
  background-color: #11b190;
}
.main-container .content .btn-action.mat-stroked-button {
  background-color: #fff;
  color: #11b190;
  border: 2px solid #11b190;
}
.main-container .content .btn-action.mat-stroked-button:hover {
  color: #fff;
  background-color: #11b190;
}
.main-container .content .btn-action.mat-stroked-button[disabled][disabled],
.main-container .content .btn-action.mat-stroked-button[disabled] {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26) !important;
  border: 2px solid rgba(0, 0, 0, 0.26);
}
.main-container .content .btn-action.mat-stroked-button[disabled][disabled]:hover,
.main-container .content .btn-action.mat-stroked-button[disabled]:hover {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: #fff;
}
.choose-plan-wrapper {
  height: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: start center;
  justify-content: center;
  align-items: start;
}
.choose-plan-wrapper .choose-plan-item {
  margin: 0 8px;
}
.choose-plan-wrapper .choose-plan-item .plan-card {
  width: 190px;
  height: 120px;
  background: #f7f7f7;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 16px 0 32px;
}
.choose-plan-wrapper .choose-plan-item .plan-card > * {
  position: absolute;
}
.choose-plan-wrapper .choose-plan-item .plan-card mat-radio-button {
  right: 6px;
  top: 12px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-name {
  font-size: 17px;
  font-weight: bold;
  top: 16px;
  left: 16px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .social-channels {
  font-size: 15px;
  top: 44px;
  left: 16px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .social-channels i.fab {
  margin-right: 12px;
  position: relative;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure {
  display: inline-block;
  background-color: #ebebeb;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-publisher1 {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  top: -38px;
  left: -30px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-publisher2 {
  width: 218px;
  height: 108px;
  right: -160px;
  bottom: -54px;
  transform: rotate(18deg);
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-ads1 {
  width: 218px;
  height: 108px;
  left: -50px;
  bottom: -80px;
  transform: rotate(18deg);
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-ads2 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -110px;
  top: -94px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-inbox1 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: -54px;
  top: -94px;
}
.choose-plan-wrapper .choose-plan-item .plan-card .plan-card-bg-figure.plan-card-bg-figure-inbox2 {
  width: 77px;
  height: 77px;
  right: -28px;
  bottom: -14px;
}
.choose-plan-wrapper .choose-plan-item .plan-card:hover {
  cursor: pointer;
}
.choose-plan-wrapper .choose-plan-item .plan-card i.fad {
  right: 20px;
  bottom: 16px;
  color: #6F6F6F;
  font-size: 40px;
  opacity: 0.9;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card,
.choose-plan-wrapper .choose-plan-item:hover .plan-card {
  color: white;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-publisher1,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-publisher1 {
  background-color: #f7a13e;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-publisher2,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-publisher2 {
  background-color: #5091cd;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-ads1,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-ads1 {
  background-color: #5091cd;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-ads2,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-ads2 {
  background-color: #d8354d;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-inbox1,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-inbox1 {
  background-color: #d8354d;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card .plan-card-bg-figure-inbox2,
.choose-plan-wrapper .choose-plan-item:hover .plan-card .plan-card-bg-figure-inbox2 {
  background-color: #854eaf;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card.publisher,
.choose-plan-wrapper .choose-plan-item:hover .plan-card.publisher {
  background: linear-gradient(135deg, #11b190 0%, #5091cd 100%);
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card.ads,
.choose-plan-wrapper .choose-plan-item:hover .plan-card.ads {
  background: linear-gradient(135deg, #f7a13e 0%, #F7653E 100%);
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card.inbox,
.choose-plan-wrapper .choose-plan-item:hover .plan-card.inbox {
  background: linear-gradient(135deg, #854eaf 0%, #d8354d 100%);
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card i.fad,
.choose-plan-wrapper .choose-plan-item:hover .plan-card i.fad {
  color: #ffffff;
  opacity: 0.3;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card mat-radio-button.mat-radio-button.mat-accent .mat-radio-inner-circle,
.choose-plan-wrapper .choose-plan-item:hover .plan-card mat-radio-button.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #ffffff;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-card mat-radio-button.mat-radio-button.mat-accent .mat-radio-outer-circle,
.choose-plan-wrapper .choose-plan-item:hover .plan-card mat-radio-button.mat-radio-button.mat-accent .mat-radio-outer-circle {
  border-color: #ffffff;
  transition: none;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-description-list ul li,
.choose-plan-wrapper .choose-plan-item:hover .plan-description-list ul li {
  font-weight: bold;
}
.choose-plan-wrapper .choose-plan-item.selected .plan-description-list ul i.fal,
.choose-plan-wrapper .choose-plan-item:hover .plan-description-list ul i.fal {
  color: #11b190;
}
.choose-plan-wrapper .choose-plan-item.selected:hover .plan-card {
  cursor: default;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-card,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-card {
  box-shadow: none;
  cursor: default;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-card mat-radio-button,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-card mat-radio-button,
.choose-plan-wrapper .choose-plan-item.not-available .plan-card .plan-price,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-card .plan-price {
  display: none;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-card:after,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-card:after {
  content: 'Coming soon';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  left: 16px;
  font-style: italic;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-card .plan-card-bg-figure,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-card .plan-card-bg-figure {
  background-color: #ebebeb;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-description-list ul li,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-description-list ul li {
  font-weight: normal;
}
.choose-plan-wrapper .choose-plan-item.not-available .plan-description-list ul i.fal,
.choose-plan-wrapper .choose-plan-item.not-available:hover .plan-description-list ul i.fal {
  color: #333;
}
.plan-details-wrapper {
  display: flex;
  flex: 1;
}
.plan-details-wrapper .toggle-price-wrapper {
  flex: 1;
  padding-top: 10px;
}
.plan-details-wrapper .toggle-price-wrapper .toggle {
  height: 35px;
  text-align: right;
  padding-right: 46px;
}
.plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label {
  display: inline-block;
  color: #808080;
  margin: 0 16px;
  position: relative;
}
.plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label.selected {
  font-weight: bold;
  color: #333;
}
.plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label .hint-text {
  position: absolute;
  left: -4px;
  display: inline-block;
  width: 86px;
  top: -16px;
  font-size: 11px;
  color: #11b190;
}
.plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label .hint-text i {
  margin-right: 4px;
}
.plan-details-wrapper .toggle-price-wrapper .plan-price {
  font-size: 16px;
  text-align: right;
  padding-right: 75px;
}
.plan-details-wrapper .toggle-price-wrapper .plan-price b {
  font-size: 2em;
}
.plan-details-wrapper .plan-description-list {
  flex: 1;
  padding-top: 51px;
  padding-left: 10px;
}
.plan-details-wrapper .plan-description-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-details-wrapper .plan-description-list ul li {
  text-align: left;
  padding-left: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 15px;
}
.plan-details-wrapper .plan-description-list ul i.fal {
  color: #11b190;
  font-size: 15px;
  margin-right: 8px;
  width: 18px;
  text-align: center;
}
.plan-details-wrapper .plan-description-list .view-more-link {
  color: #5091cd;
  cursor: pointer;
  font-weight: normal;
}
.plan-details-wrapper .plan-description-list .view-more-link i.fad {
  margin-right: 12px;
  margin-left: 2px;
  color: #5091cd !important;
  font-size: 18px;
}
.plan-details-wrapper .plan-description-list .view-more-link:hover {
  text-decoration: underline;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-section-label {
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 0;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-section-label:after {
  content: '';
  display: block;
  margin-top: 4px;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #11b190;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 32px;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item {
  overflow: hidden;
  position: relative;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item:before {
  display: inline-block;
  transform: scale(0.6);
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item .plan-feature-title {
  cursor: default;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item .plan-feature-description {
  opacity: 0;
  position: absolute;
  bottom: 16px;
  height: calc(100% - 16px) !important;
  text-align: center;
  background: #fff;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.3em;
  color: #808080;
  cursor: default;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item:hover .plan-feature-description {
  opacity: 1;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item a[href=""],
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item a[href="#"] {
  display: none;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item a[href]:not([href=""]) + .plan-feature-title {
  color: #5091cd;
  transition: transform 0.2s;
}
.choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item a[href]:not([href=""]):hover + .plan-feature-title {
  text-decoration: underline;
  transform: scale(1.02);
  letter-spacing: 0.04em;
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-section-label:after {
  background-color: #f7a13e;
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-members-role-management:before {
  content: url("../images/plan-features-icons/publisher/collaborate/members-role-management.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-review-notifications:before {
  content: url("../images/plan-features-icons/publisher/collaborate/review-notifications.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-send-for-review:before {
  content: url("../images/plan-features-icons/publisher/collaborate/send-for-review.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-bulk-actions:before {
  content: url("../images/plan-features-icons/publisher/create/bulk-actions.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-calendar:before {
  content: url("../images/plan-features-icons/publisher/create/calendar.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-drafts:before {
  content: url("../images/plan-features-icons/publisher/create/drafts.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-first-comment:before {
  content: url("../images/plan-features-icons/publisher/create/first-comment.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-no-posting-limits:before {
  content: url("../images/plan-features-icons/publisher/create/no-posting-limits.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-page-mentions:before {
  content: url("../images/plan-features-icons/publisher/create/page-mentions.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-photo-converter:before {
  content: url("../images/plan-features-icons/publisher/create/photo-converter.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-post-customization:before {
  content: url("../images/plan-features-icons/publisher/create/post-customization.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-preview:before {
  content: url("../images/plan-features-icons/publisher/create/preview.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-schedule:before {
  content: url("../images/plan-features-icons/publisher/create/schedule.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-file-manager:before {
  content: url("../images/plan-features-icons/publisher/extras/file-manager.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-post-promotion:before {
  content: url("../images/plan-features-icons/publisher/extras/post-promotion.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-summary:before {
  content: url("../images/plan-features-icons/publisher/extras/summary.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-url-shortener:before {
  content: url("../images/plan-features-icons/publisher/extras/url-shortener.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-email:before {
  content: url("../images/plan-features-icons/publisher/support/email.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-publisher .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-messenger:before {
  content: url("../images/plan-features-icons/publisher/support/messenger.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-section-label:after {
  background-color: #11b190;
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-review-notifications:before {
  content: url("../images/plan-features-icons/ads/collaborate/review-notifications.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-send-for-review:before {
  content: url("../images/plan-features-icons/ads/collaborate/send-for-review.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-ads-drafts:before {
  content: url("../images/plan-features-icons/ads/create/ads-drafts.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-ads-preview:before {
  content: url("../images/plan-features-icons/ads/create/ads-preview.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-bulk-actions:before {
  content: url("../images/plan-features-icons/ads/create/bulk-actions.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-edit-ads:before {
  content: url("../images/plan-features-icons/ads/create/edit-ads.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-precise-ads-targeting:before {
  content: url("../images/plan-features-icons/ads/create/precise-ads-targeting.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-schedule:before {
  content: url("../images/plan-features-icons/ads/create/schedule.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-summary:before {
  content: url("../images/plan-features-icons/ads/create/summary.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-ads-assets:before {
  content: url("../images/plan-features-icons/ads/extras/ads-assets.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-ads-ctas:before {
  content: url("../images/plan-features-icons/ads/extras/ads-ctas.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-cruise-control:before {
  content: url("../images/plan-features-icons/ads/extras/cruise-control.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-file-manager:before {
  content: url("../images/plan-features-icons/ads/extras/file-manager.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-reports:before {
  content: url("../images/plan-features-icons/ads/extras/reports.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-url-parameters:before {
  content: url("../images/plan-features-icons/ads/extras/url-parameters.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-url-shortener:before {
  content: url("../images/plan-features-icons/ads/extras/url-shortener.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-email:before {
  content: url("../images/plan-features-icons/ads/support/email.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-ads .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-messenger:before {
  content: url("../images/plan-features-icons/ads/support/messenger.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-section-label:after {
  background-color: #5091cd;
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-auto-answer:before {
  content: url("../images/plan-features-icons/inbox/automate/auto-answer.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-cruise-controls:before {
  content: url("../images/plan-features-icons/inbox/automate/cruise-controls.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-pick-a-winner:before {
  content: url("../images/plan-features-icons/inbox/automate/pick-a-winner.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-schedule:before {
  content: url("../images/plan-features-icons/inbox/automate/schedule.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-snooze:before {
  content: url("../images/plan-features-icons/inbox/automate/snooze.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-assignments:before {
  content: url("../images/plan-features-icons/inbox/collaborate/assignments.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-collision-control:before {
  content: url("../images/plan-features-icons/inbox/collaborate/collision-control.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-drafts:before {
  content: url("../images/plan-features-icons/inbox/collaborate/drafts.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-reviews:before {
  content: url("../images/plan-features-icons/inbox/collaborate/reviews.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-smart-ticketing-system:before {
  content: url("../images/plan-features-icons/inbox/customize/smart-ticketing-system.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-tailor-your-inbox:before {
  content: url("../images/plan-features-icons/inbox/customize/tailor-your-inbox.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-file-manager:before {
  content: url("../images/plan-features-icons/inbox/extras/file-manager.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-statistics:before {
  content: url("../images/plan-features-icons/inbox/extras/statistics.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-url-shortener:before {
  content: url("../images/plan-features-icons/inbox/extras/url-shortener.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-email:before {
  content: url("../images/plan-features-icons/inbox/support/email.png");
}
.choose-plan-more-info-dialog-content.choose-plan-more-info-dialog-content-inbox .plan-features-section-wrapper .plan-features-list .plan-feature-item.plan-feature-item-messenger:before {
  content: url("../images/plan-features-icons/inbox/support/messenger.png");
}
.connect-social-profiles-wrapper .subtitle i.fal,
.connect-social-profiles-wrapper .subtitle i.fab {
  margin-left: 8px;
  font-size: 22px;
}
.connect-social-profiles-wrapper .subtitle i.fal {
  color: #808080;
}
.connect-social-profiles-wrapper .subtitle i.fab.facebook {
  color: #4267B2;
}
.connect-social-profiles-wrapper .subtitle i.fab.instagram {
  color: #BB2AA9;
}
.connect-social-profiles-wrapper .subtitle i.fab.twitter {
  color: #2FC2EF;
}
.connect-social-profiles-wrapper .subtitle i.fab.linkedin {
  color: #0A66C2;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon {
  width: 320px;
  height: 60px;
  margin: 0 8px 16px;
  padding: 0 0 0 58px;
  border: 1px solid #ebebeb;
  color: #898989;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  line-height: 60px;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon i.fab {
  background-color: #f7f7f7;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 58px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon.button-social-channel-icon-facebook i.fab {
  color: #4267B2;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon.button-social-channel-icon-instagram i.fab {
  color: #BB2AA9;
  font-size: 21px;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon.button-social-channel-icon-twitter i.fab {
  color: #2FC2EF;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon.button-social-channel-icon-linkedin i.fab {
  color: #0A66C2;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover {
  color: #fff;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover i.fab {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover.button-social-channel-icon-facebook {
  background-color: #4267B2;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover.button-social-channel-icon-instagram {
  background-color: #BB2AA9;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover.button-social-channel-icon-twitter {
  background-color: #2FC2EF;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon:hover.button-social-channel-icon-linkedin {
  background-color: #0A66C2;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon[disabled][disabled] i.fab {
  color: #b1acaf;
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon[disabled][disabled]:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.26);
}
.connect-social-profiles-wrapper .btns-container .button-social-channel-icon[disabled][disabled]:hover i.fab {
  background-color: #f7f7f7;
  color: #b1acaf;
}
.connect-social-profiles-wrapper .btns-container.connect-social-profile-required-error .button-social-channel-icon {
  border: 1px solid #d8354d;
}
.connect-social-profiles-wrapper .connect-social-profiles-help-text-wrapper {
  position: relative;
}
.connect-social-profiles-wrapper .connect-social-profiles-help-text-wrapper .mat-error {
  position: absolute;
  top: 48px;
  margin: 0 auto;
  width: 100%;
}
.connect-social-profiles-wrapper .list-summary {
  margin: 40px 0;
  padding: 0 60px;
  position: relative;
  font-size: 18px;
  text-align: left;
}
.connect-social-profiles-wrapper .list-summary:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #808080;
  vertical-align: middle;
  margin-right: 8px;
}
.connect-social-profiles-wrapper .social-profiles-list {
  padding: 0 60px;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item {
  height: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  justify-content: space-between;
  margin-bottom: 16px;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item .social-profile-name-container {
  flex: 1 1 0%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: flex-start center;
  justify-content: center;
  align-items: flex-start;
  padding: 0 16px;
  width: calc(100% - 88px);
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item .social-profile-name-container .social-profile-type {
  font-size: 12px;
  color: #b1acaf;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item .social-profile-name-container .social-profile-name {
  font-size: 15px;
  max-width: 100%;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button {
  margin-top: 5px;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn {
  color: #b1acaf;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn:hover i.fa,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn:hover i.fal,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn:hover i.far,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn:hover i.fas,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn:hover i.fab {
  color: #d8354d;
}
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn[disabled] i.fa,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn[disabled] i.fal,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn[disabled] i.far,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn[disabled] i.fas,
.connect-social-profiles-wrapper .social-profiles-list .social-profile-item button.mat-icon-button.remove-btn[disabled] i.fab {
  color: #e0e0e0;
}
.connect-social-profiles-wrapper .connect-social-profiles-skip-link {
  position: fixed;
  bottom: 16px;
  right: calc(50% + 16px);
}
.connect-social-profiles-wrapper .connect-social-profiles-skip-link a {
  cursor: pointer;
  text-decoration: underline;
}
.agreement {
  margin-top: 60px;
}
.agreement a {
  color: #5091cd;
}
.agreement + .btn-action,
.agreement + .form-wrapper {
  margin-top: 0 !important;
}
.social-channel-type {
  font-size: 11px;
  color: #b1acaf;
  margin-top: -16px;
  letter-spacing: 0.02em;
}
.login-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.login-wrapper .wizard-container {
  width: 35%;
  place-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  background: #d8354d;
}
.login-wrapper .wizard-container .title {
  word-spacing: 100vw;
  text-align: right;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 4vw;
  line-height: 4.4vw;
}
.login-wrapper .wizard-container .graphic-elements-wrapper > div {
  background-color: #bc263c;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .circle-480 {
  background-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .triangle {
  border-bottom-color: #bc263c;
  background: transparent;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .triangle2 {
  border-bottom-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .triangle6 {
  border-bottom-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .rectangle1 {
  background-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .rectangle3 {
  background-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .rectangle5 {
  background-color: #c72c43;
}
.login-wrapper .wizard-container .graphic-elements-wrapper .triangle5 {
  border-bottom-color: #c72c43;
}
.login-wrapper .social-channels-icons-wrpper {
  position: absolute;
  right: 16px;
  top: 16px;
}
.login-wrapper .social-channels-icons-wrpper ul {
  padding: 0;
}
.login-wrapper .social-channels-icons-wrpper ul li {
  display: inline-block;
  padding: 0 8px;
}
.login-wrapper .social-channels-icons-wrpper ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
}
.login-wrapper .social-channels-icons-wrpper ul li a.link-instagram {
  font-size: 16px;
}
.login-wrapper .social-channels-icons-wrpper ul li a:hover {
  background-color: #fff;
}
.login-wrapper .social-channels-icons-wrpper ul li a:hover.link-facebook {
  color: #4267B2;
}
.login-wrapper .social-channels-icons-wrpper ul li a:hover.link-instagram {
  color: #BB2AA9;
}
.login-wrapper .social-channels-icons-wrpper ul li a:hover.link-linkedin {
  color: #0A66C2;
}
.login-wrapper .social-channels-icons-wrpper ul li a:hover.link-twitter {
  color: #2FC2EF;
}
.login-wrapper .links-nav {
  font-size: 12px;
}
.login-wrapper .links-nav ul {
  margin: 0 0 14px 16px;
  float: initial;
}
.login-wrapper .main-container {
  width: 65%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: stretch space-between;
  justify-content: space-between;
  align-items: stretch;
}
.login-wrapper .btn {
  text-transform: none;
  position: relative;
  cursor: pointer;
}
.login-wrapper .ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.login-wrapper .ripple.is-active .ripple__circle {
  animation: ripple 0.4s ease-in;
}
.login-wrapper .ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.login-wrapper .btn-facebook-login {
  display: inline-block;
  width: 360px;
  max-width: 94%;
  background-color: #4267B2;
  font-size: 18px;
  border: none;
  position: relative;
}
.login-wrapper .btn-facebook-login[disabled] {
  background-color: #4267B2;
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.login-wrapper .btn-facebook-login[disabled] .ripple {
  display: none;
}
.login-wrapper .btn-facebook-login i.fab {
  font-size: 26px;
  margin-right: 16px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.login-wrapper .btn-facebook-login .fb-login-btn-user-name {
  display: inline-block;
  margin-right: 48px;
}
.login-wrapper .btn-facebook-login .btn-facebook-login-user-img {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0 ;
}
.login-wrapper .btn-facebook-login + .invalid-credentials {
  margin-top: 20px;
}
.login-wrapper .btn-action {
  margin-top: 32px;
  cursor: pointer;
}
.login-wrapper .btn-remember-me {
  background: transparent;
  border: none;
  padding: 0;
  color: #676767;
  cursor: pointer;
  font-size: 12px;
}
.login-wrapper .btn-remember-me i.fas {
  margin-right: 4px;
}
.login-wrapper .btn-remember-me.active i.fas {
  color: #11b190;
}
.login-wrapper ::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.login-wrapper :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.login-wrapper ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.login-wrapper ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.login-wrapper :-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.login-wrapper .email-field-container {
  position: relative;
  width: 360px;
  max-width: 94%;
}
.login-wrapper .email-field-container input.input-login {
  max-width: -webkit-fill-available;
}
.login-wrapper .pass-field-container {
  margin-bottom: 6px;
}
.login-wrapper .pass-field-container .toggle-pass-visibility {
  cursor: pointer;
}
.login-wrapper .pass-field-container .toggle-pass-visibility .ripple {
  border-radius: 50%;
}
.login-wrapper .pass-field-container .toggle-pass-visibility .ripple .ripple__circle {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.login-wrapper .pass-field-container input.input-invalid {
  margin-bottom: 16px;
}
.login-wrapper .pass-field-container input.input-invalid + .input-error {
  bottom: -2px;
}
.login-wrapper .pass-field-container .pass-validation {
  position: absolute;
  bottom: -28px;
}
.login-wrapper .pass-field-container .pass-validation.hidden {
  display: none;
}
.login-wrapper .pass-field-container .pass-validation i {
  margin-right: 4px;
}
.login-wrapper .pass-field-container + .pass-field-container {
  margin-top: 24px;
}
.login-wrapper .input-hints {
  height: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  width: 360px;
  max-width: 94%;
}
.login-wrapper .input-hints a {
  color: #5091cd;
  text-decoration: underline;
}
.login-wrapper .input-hints a:hover {
  text-decoration: none;
}
.login-wrapper .or-divider {
  text-align: center;
  color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  margin: 40px 0;
}
.login-wrapper .or-divider:before,
.login-wrapper .or-divider:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 136px;
  background: #ddd;
  vertical-align: middle;
}
.login-wrapper .or-divider:before {
  margin-right: 32px;
}
.login-wrapper .or-divider:after {
  margin-left: 32px;
}
.login-wrapper .user-consent-content span[style="font-family:roboto;"] {
  display: inline-block;
  max-width: 94%;
  white-space: normal;
  line-height: 20px;
}
.login-wrapper .enterprise-login-errors button.btn.btn-action {
  display: block;
  margin: 60px auto 40px;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
.forgotten-pass .wizard-container {
  background: #f7a13e;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper > div {
  background-color: #d58528;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .circle-480 {
  background-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .triangle {
  border-bottom-color: #d58528;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .triangle2 {
  border-bottom-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .triangle6 {
  border-bottom-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .rectangle1 {
  background-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .rectangle3 {
  background-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .rectangle5 {
  background-color: #e69433;
}
.forgotten-pass .wizard-container .graphic-elements-wrapper .triangle5 {
  border-bottom-color: #e69433;
}
.forgotten-pass .main-container.illustration {
  background-image: url('../images/boy & key.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.forgotten-pass .main-container.illustration .form-wrapper {
  padding-top: 220px;
  /* background image height */
  background-image: url('../images/locked screen.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.email-verification .wizard-container {
  background: #5091cd;
}
.email-verification .wizard-container .graphic-elements-wrapper > div {
  background-color: #3770a4;
}
.email-verification .wizard-container .graphic-elements-wrapper .circle-480 {
  background-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .triangle {
  border-bottom-color: #3770a4;
}
.email-verification .wizard-container .graphic-elements-wrapper .triangle2 {
  border-bottom-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .triangle6 {
  border-bottom-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .rectangle1 {
  background-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .rectangle3 {
  background-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .rectangle5 {
  background-color: #4381b9;
}
.email-verification .wizard-container .graphic-elements-wrapper .triangle5 {
  border-bottom-color: #4381b9;
}
.email-verification .content.illustration .form-wrapper {
  padding-top: 301px;
  /* background image height */
  background-repeat: no-repeat;
  background-position: top center;
}
.email-verification .content.illustration.success .form-wrapper {
  background-image: url('../images/verification-email-success-illustration.png');
}
.email-verification .content.illustration.error .form-wrapper {
  background-image: url('../images/verification-email-error-illustration.png');
}
.clearfix {
  content: "";
  clear: both;
}
.sync-with-fb-container .loading-animation-wrapper .loading-animation {
  width: 80%;
  max-width: 500px;
  margin-left: 10%;
}
.sync-with-fb-container .loading-animation-success .box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 80px auto;
  width: 100px;
  height: 160px;
  animation: rotate-box 2.2s 1;
  animation-fill-mode: forwards;
}
.sync-with-fb-container .loading-animation-success .box-front,
.sync-with-fb-container .loading-animation-success .box-back {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
}
.sync-with-fb-container .loading-animation-success .box-front {
  position: fixed;
  background: #15dbb2;
  overflow: hidden;
}
.sync-with-fb-container .loading-animation-success .box-front .check {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background: transparent;
  transform: rotate(225deg);
}
.sync-with-fb-container .loading-animation-success .box-front .check::before {
  content: '';
  display: block;
  position: relative;
  margin-top: 16px;
  margin-left: -48px;
  border: solid transparent;
  border-right-width: 0;
  border-top-width: 0;
  animation: check-mark-animation 2.2s 1;
  animation-fill-mode: forwards;
}
.sync-with-fb-container .loading-animation-success .box-front .check::after {
  content: '';
  display: block;
  position: relative;
  margin-top: 0px;
  margin-left: -48px;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  width: 98px;
  height: 55px;
  animation: check-m-shadow 2.2s 1;
  animation-fill-mode: forwards;
}
.sync-with-fb-container .loading-animation-success .box-back {
  position: absolute;
  background: #11b190;
  animation: move-back-box 2.2s 1;
  animation-fill-mode: forwards;
  overflow: hidden;
  z-index: -1;
}
.sync-with-fb-container .loading-animation-success .box-back::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg) translate(65px, 1px);
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 45px;
  animation: front-box-shadow 2.2s 1;
  animation-fill-mode: forwards;
}
.sync-with-fb-container .loading-animation-error img {
  width: 80%;
  max-width: 160px;
}
@keyframes rotate-box {
  0% {
    transform: rotate(0) translateX(0);
    width: 160px;
  }
  15.5% {
    transform: rotate(90deg) translateX(-150px);
    width: 200px;
  }
  18.5% {
    transform: rotate(90deg) translateX(-150px);
  }
  22% {
    transform: rotate(90deg) translateX(70px);
  }
  32% {
    transform: rotate(90deg) translateX(0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(90deg) translateX(0);
    width: 200px;
  }
}
@keyframes move-back-box {
  0% {
    transform: translate(0);
  }
  22% {
    transform: translate(0);
  }
  45% {
    transform: translate(-30px, -30px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate(-30px, -30px);
  }
}
@keyframes check-mark-animation {
  0% {
    width: 0;
    height: 0;
  }
  21.665% {
    height: 0;
    border-bottom-width: 0;
    border-left-width: 0;
  }
  21.666% {
    border-bottom-width: 16px;
    border-left-width: 16px;
    border-color: #fff;
    height: 40px;
  }
  22% {
    width: 0;
    animation-timing-function: ease-out;
  }
  45% {
    width: 82px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 82px;
    height: 40px;
    border-bottom-width: 16px;
    border-left-width: 16px;
    border-color: #fff;
  }
}
@keyframes check-m-shadow {
  0% {
    width: 0;
    height: 0;
  }
  22% {
    width: 0;
    height: 0;
    animation-timing-function: ease-out;
  }
  45% {
    width: 98px;
    height: 55px;
    animation-timing-function: ease-out;
  }
  100% {
    width: 98px;
    height: 55px;
  }
}
@keyframes front-box-shadow {
  0% {
    visibility: hidden;
  }
  21.9999% {
    visibility: hidden;
  }
  22% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@media (max-width: 1279px) {
  .choose-plan-wrapper {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start center;
    justify-content: center;
    align-items: center;
    width: 50%;
    float: left;
  }
  .choose-plan-wrapper .plan-description-list {
    display: none;
  }
  .choose-plan-wrapper app-choose-plan-item {
    margin: 0 8px;
    width: 100%;
  }
  .choose-plan-wrapper app-choose-plan-item .choose-plan-item {
    width: 100%;
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start center;
    justify-content: center;
    align-items: flex-start;
  }
  .choose-plan-wrapper app-choose-plan-item .choose-plan-item .plan-description-list {
    display: block;
    margin-top: 16px;
    padding-left: 16px;
    width: 190px;
  }
  .choose-plan-wrapper app-choose-plan-item .choose-plan-item .plan-card {
    margin: 8px 0;
  }
  .plan-details-wrapper {
    display: block;
  }
  .plan-details-wrapper .toggle-price-wrapper {
    padding-top: 0;
  }
  .plan-details-wrapper .toggle-price-wrapper .toggle {
    text-align: left;
    padding-right: 0;
  }
  .plan-details-wrapper .toggle-price-wrapper .plan-price {
    text-align: left;
    padding-left: calc(50% + 35px);
    padding-right: 0;
  }
  .plan-details-wrapper .plan-description-list {
    padding-top: 26px;
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item:before {
    transform: scale(0.74);
  }
  .forgotten-pass .main-container.illustration {
    background-size: 140px;
  }
  .forgotten-pass .main-container.illustration .form-wrapper {
    padding-top: 120px;
    /* background image height */
    background-size: 180px;
  }
  .sync-with-fb-container .loading-animation-success .box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 40px auto;
    width: 50px;
    height: 80px;
    animation: rotate-box 2.2s 1;
    animation-fill-mode: forwards;
  }
  .sync-with-fb-container .loading-animation-success .box-front,
  .sync-with-fb-container .loading-animation-success .box-back {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
  }
  .sync-with-fb-container .loading-animation-success .box-front {
    position: fixed;
    background: #15dbb2;
    overflow: hidden;
  }
  .sync-with-fb-container .loading-animation-success .box-front .check {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
    background: transparent;
    transform: rotate(225deg);
  }
  .sync-with-fb-container .loading-animation-success .box-front .check::before {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    margin-left: -24px;
    border: solid transparent;
    border-right-width: 0;
    border-top-width: 0;
    animation: check-mark-animation 2.2s 1;
    animation-fill-mode: forwards;
  }
  .sync-with-fb-container .loading-animation-success .box-front .check::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: -24px;
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
    width: 49px;
    height: 55px;
    animation: check-m-shadow 2.2s 1;
    animation-fill-mode: forwards;
  }
  .sync-with-fb-container .loading-animation-success .box-back {
    position: absolute;
    background: #11b190;
    animation: move-back-box 2.2s 1;
    animation-fill-mode: forwards;
    overflow: hidden;
    z-index: -1;
  }
  .sync-with-fb-container .loading-animation-success .box-back::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg) translate(-30px, 1px);
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 45px;
    animation: front-box-shadow 2.2s 1;
    animation-fill-mode: forwards;
  }
  @keyframes rotate-box {
    0% {
      transform: rotate(0) translateX(0);
      width: 80px;
    }
    15.5% {
      transform: rotate(90deg) translateX(-150px);
      width: 100px;
    }
    18.5% {
      transform: rotate(90deg) translateX(-150px);
    }
    22% {
      transform: rotate(90deg) translateX(70px);
    }
    32% {
      transform: rotate(90deg) translateX(0);
      animation-timing-function: ease-out;
    }
    100% {
      transform: rotate(90deg) translateX(0);
      width: 100px;
    }
  }
  @keyframes move-back-box {
    0% {
      transform: translate(0);
    }
    22% {
      transform: translate(0);
    }
    45% {
      transform: translate(-15px, -15px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate(-15px, -15px);
    }
  }
  @keyframes check-mark-animation {
    0% {
      width: 0;
      height: 0;
    }
    21.665% {
      height: 0;
      border-bottom-width: 0;
      border-left-width: 0;
    }
    21.666% {
      border-bottom-width: 8px;
      border-left-width: 8px;
      border-color: #fff;
      height: 20px;
    }
    22% {
      width: 0;
      animation-timing-function: ease-out;
    }
    45% {
      width: 41px;
      animation-timing-function: ease-out;
    }
    100% {
      width: 41px;
      height: 20px;
      border-bottom-width: 8px;
      border-left-width: 8px;
      border-color: #fff;
    }
  }
  @keyframes check-m-shadow {
    0% {
      width: 0;
      height: 0;
    }
    22% {
      width: 0;
      height: 0;
      animation-timing-function: ease-out;
    }
    45% {
      width: 49px;
      height: 55px;
      animation-timing-function: ease-out;
    }
    100% {
      width: 49px;
      height: 55px;
    }
  }
  @keyframes front-box-shadow {
    0% {
      visibility: hidden;
    }
    21.9999% {
      visibility: hidden;
    }
    22% {
      visibility: visible;
    }
    100% {
      visibility: visible;
    }
  }
}
@media (max-width: 959px) {
  .title {
    font-size: 26px;
  }
  .subtitle {
    font-size: 15px;
  }
  .subsubtitle {
    font-size: 12px;
  }
  #content-container {
    width: 100%;
  }
  #content-container .logo {
    left: 16px;
  }
  #content-container .logo img {
    width: 160px !important;
  }
  app-root {
    flex-direction: row;
  }
  .footer {
    position: relative;
    text-align: center;
    color: #808080;
    right: 0;
  }
  .wizard-container {
    width: 100%;
    min-height: inherit;
    margin-top: 140px;
    color: #333;
    background-color: transparent !important;
    float: initial;
    position: relative;
  }
  .wizard-container .content {
    text-align: center;
  }
  .wizard-container .content .title {
    font-weight: 400;
    margin-bottom: 8px;
  }
  .wizard-container .content .subtitle {
    font-weight: 400;
    color: #808080;
  }
  .wizard-container .steps-wrapper {
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .wizard-container .steps-wrapper .step-item {
    margin-top: 0;
    margin-right: 40px;
    position: relative;
  }
  .wizard-container .steps-wrapper .step-item .step-number {
    border: 2px solid #808080;
    color: #808080;
  }
  .wizard-container .steps-wrapper .step-item .step-label {
    display: none;
  }
  .wizard-container .steps-wrapper .step-item:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #808080;
    position: absolute;
    right: -22px;
    top: 16px;
  }
  .wizard-container .steps-wrapper .step-item:last-child {
    margin-right: 0;
  }
  .wizard-container .steps-wrapper .step-item:last-child:after {
    display: none;
  }
  .wizard-container .steps-wrapper .step-item:last-child .step-number {
    margin-right: 0;
  }
  .wizard-container .steps-wrapper .step-item.completed .step-number,
  .wizard-container .steps-wrapper .step-item.active .step-number {
    background-color: #11b190;
    border-color: #11b190;
    color: #fff;
  }
  .wizard-container .steps-wrapper .step-item.completed:after {
    background-color: #11b190;
  }
  .wizard-container .steps-wrapper .step-item.active:after {
    background-image: linear-gradient(90deg, #11b190 0%, #808080 100%);
  }
  .wizard-container .graphic-elements-wrapper {
    display: none;
  }
  .links-nav {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .links-nav ul {
    float: none;
    margin-right: 0;
  }
  .main-container {
    width: 100%;
    min-height: initial;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .main-container .content {
    padding-top: 40px;
  }
  .choose-plan-wrapper .choose-plan-item {
    margin: 0;
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item {
    justify-content: flex-start;
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item:before {
    height: 60px;
    transform: scale(0.5);
  }
  .choose-plan-more-info-dialog-content .plan-features-section-wrapper .plan-features-list .plan-feature-item .plan-feature-description {
    opacity: 1;
    position: relative;
    height: initial !important;
    bottom: auto;
    line-height: 1.2em;
  }
  .connect-social-profiles-wrapper .slots-container {
    display: block;
    margin-top: 8px;
  }
  .connect-social-profiles-wrapper .list-summary,
  .connect-social-profiles-wrapper .social-profiles-list {
    padding: 0 8px;
  }
  .connect-social-profiles-wrapper .social-profile-name-container {
    padding: 0 8px;
  }
  .login-wrapper {
    position: relative !important;
  }
  .login-wrapper .wizard-container {
    width: 100%;
    margin-top: 0;
    height: 92px;
  }
  .login-wrapper .wizard-container .content {
    display: none;
  }
  .login-wrapper .social-channels-icons-wrpper {
    right: 8px;
  }
  .login-wrapper .social-channels-icons-wrpper ul li {
    padding: 0 4px;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a.link-facebook {
    color: #4267B2;
    border-color: #4267B2;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a.link-instagram {
    color: #BB2AA9;
    border-color: #BB2AA9;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a.link-linkedin {
    color: #0A66C2;
    border-color: #0A66C2;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a.link-twitter {
    color: #2FC2EF;
    border-color: #2FC2EF;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a:hover {
    color: #fff;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a:hover.link-facebook {
    background-color: #4267B2;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a:hover.link-instagram {
    background-color: #BB2AA9;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a:hover.link-linkedin {
    background-color: #0A66C2;
  }
  .login-wrapper .social-channels-icons-wrpper ul li a:hover.link-twitter {
    background-color: #2FC2EF;
  }
  .login-wrapper .main-container {
    width: 100%;
  }
  .login-wrapper .or-divider:before,
  .login-wrapper .or-divider:after {
    width: 100px;
  }
  .grecaptcha-badge {
    bottom: 8px !important;
  }
  .forgotten-pass .main-container.illustration {
    background-image: none;
  }
  input,
  .mat-form-field-label-wrapper {
    font-size: 16px !important;
  }
  input:-webkit-autofill::first-line,
  .mat-form-field-label-wrapper:-webkit-autofill::first-line {
    font-size: 16px !important;
  }
  .choose-plan-wrapper app-choose-plan-item .choose-plan-item {
    justify-content: end;
  }
}
@media (max-width: 959px) {
  .wizard-container .steps-wrapper .step-item {
    margin-right: 20px;
  }
  .wizard-container .steps-wrapper .step-item:after {
    width: 10px;
    right: -8px;
  }
  .plan-details-wrapper .toggle-price-wrapper .toggle {
    padding-left: calc(50% + 4px);
  }
  .plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label {
    margin: 0 6px;
    font-size: 11px;
    top: -3px;
  }
  .plan-details-wrapper .toggle-price-wrapper .toggle .toggle-label .hint-text {
    font-size: 9px;
  }
  .plan-details-wrapper .toggle-price-wrapper .plan-price {
    padding-left: calc(50% + 16px);
  }
  .plan-details-wrapper .plan-description-list {
    padding-left: 50%;
  }
  .plan-details-wrapper .plan-description-list ul li {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .choose-plan-wrapper .choose-plan-item .plan-description-list {
    padding-left: 0 !important;
    display: none !important;
  }
  .choose-plan-wrapper .choose-plan-item.selected .plan-description-list {
    display: block !important;
  }
  .login-wrapper .social-channels-icons-wrpper {
    display: none;
  }
}
@media (max-height: 700px) and (min-width: 959px) {
  .main-container .content {
    padding-top: 88px;
  }
  .main-container .content .form-wrapper {
    margin-top: 32px;
  }
}
@media (max-height: 920px), (max-width: 1440px) {
  .connect-social-profiles-wrapper .connect-social-profiles-skip-link {
    position: relative;
    bottom: inherit;
    right: inherit;
    padding-bottom: 8px;
    margin-top: 48px;
  }
  .connect-social-profiles-wrapper .connect-social-profiles-skip-link a {
    cursor: pointer;
    text-decoration: underline;
  }
}
#sync-with-fb-progressbar-holder {
  margin: 0px calc(50% - 200px);
  width: 400px;
  height: 5px;
  background-color: #999999;
  border-radius: 3px;
}
#sync-with-fb-progressbar {
  background-color: #11b190;
  height: 5px;
  width: 0%;
  border-radius: 3px;
}
@media (max-width: 959px) {
  #sync-with-fb-progressbar-holder {
    margin: 0px calc(50% - 175px);
    width: 350px;
  }
}
@media (max-width: 599px) {
  #sync-with-fb-progressbar-holder {
    margin: 0px calc(50% - 125px);
    width: 250px;
  }
}
#login-success-message-with-assets-list {
  margin: 0 auto;
  width: 400px;
  font-size: 18px;
  position: relative;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list-header {
  margin-top: 32px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper {
  text-align: left;
  position: relative;
  -moz-backface-visibility: hidden;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .top-gradient,
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .bottom-gradient {
  position: absolute;
  height: 10px;
  width: 98%;
  left: 0;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .top-gradient {
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .bottom-gradient {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper.no-scroll .top-gradient,
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper.no-scroll .bottom-gradient {
  display: none;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper.no-scroll .sync-with-fb-assets-list-scroll {
  padding-top: 0;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper.no-scroll .sync-with-fb-assets-list-scroll div:last-child {
  margin-bottom: 0;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll {
  padding-top: 10px;
  max-height: 120px;
  overflow: hidden;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll:hover {
  overflow-y: auto;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll:hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll:hover::-webkit-scrollbar-thumb:hover {
  background-color: #2d2d2d;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll div {
  -moz-backface-visibility: hidden;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-scroll div:last-child {
  margin-bottom: 10px;
}
#login-success-message-with-assets-list .sync-with-fb-assets-list .sync-with-fb-assets-list-scroll-wrapper .sync-with-fb-assets-list-item {
  font-size: 13px;
  padding-bottom: 4px;
}
#login-success-message-with-assets-list .sync-with-fb-go-to-dashboard-button {
  position: absolute;
  top: 230px;
  left: 0px;
  width: 100%;
}
#login-success-message-with-assets-list .sync-with-fb-go-to-dashboard-button button {
  width: inherit;
  border: none;
}
