/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media_1/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-base-elevation-level:8;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/nouislider/dist/nouislider.css */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
mat-dialog-container {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
app-min-filter {
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
app-max-filter {
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
app-contacts {
  width: 100%;
}
app-chat-requests {
  width: 100%;
  height: 100%;
  position: relative;
}
app-age-drop-down {
  width: 100%;
}
app-mobile-email {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
lightbox {
  box-shadow: none !important;
}
.submit-custom-btn {
  width: 100%;
  background-color: #00bfff !important;
  min-height: 48px;
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  color: #fff !important;
  font-size: 16px;
  font-family: SFUIText;
  text-transform: none !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem !important;
}
.specific-chat {
  display: none;
}
.popupTitle {
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.popupText {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.mat-dialog-container {
  border-radius: 20px !important;
}
.border-none {
  border: none !important;
}
.site-form-correct {
  padding: 21px 37px 25px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 33px;
  margin-bottom: 21px;
}
.mat-mdc-dialog-container {
  --mdc-dialog-container-shape: 20px !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
}
.age {
  width: 40px;
}
nouislider {
  margin-left: 25px;
  margin-right: 25px;
  width: 100%;
}
nouislider.single {
  margin-left: 0;
}
nouislider.single .noUi-origin:nth-child(even) .noUi-handle {
  display: none;
}
.submit-button {
  max-width: 281px;
  width: 100%;
  background-color: #00bfff !important;
  min-height: 48px;
  border-radius: 24px !important;
  color: #ffffff;
  font-size: 16px;
  font-family: "SFUIText";
  margin-bottom: 13px;
  text-transform: none !important;
  transition: all 0.5s ease;
}
.submit-button:hover {
  background-color: #2cb0dd !important;
}
.submit-button:active {
  background-color: #1ea2cf !important;
}
.color-switch {
  color: #10c3ff !important;
  cursor: pointer !important;
}
.btn-sign {
  width: 85px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: #00bfff;
  border: solid 1px #00bfff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.noUi-target {
  border: none;
  height: 1px;
  background: #a0a0a0;
}
.noUi-connect {
  height: 3px;
  background: #00bfff;
}
.noUi-connects {
  overflow: initial;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: -13px;
  box-shadow:
    0 3px 1px 0 rgba(0, 0, 0, 0.1),
    0 1px 1px 0 rgba(0, 0, 0, 0.16),
    0 3px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #00bfff;
}
input:focus + .slider {
  box-shadow: 0 0 1px #00bfff;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.custom-slider {
  margin: 0 !important;
  position: relative;
  line-height: 5vh;
}
.custom-slider label {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.drag {
  -webkit-animation-name: example;
  -webkit-animation-duration: 0.3s;
  animation-name: example;
  animation-duration: 0.3s;
}
@-webkit-keyframes example {
  from {
    margin-left: 25px;
  }
  to {
    margin-left: 0px;
  }
}
@keyframes example {
  from {
    margin-left: 25px;
  }
  to {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cdk-overlay-pane.confirm-read-message {
    max-width: 100vw !important;
    height: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 580px) {
  .cdk-overlay-pane {
    max-width: 100vw !important;
    height: 100% !important;
    width: 100% !important;
  }
  .cdk-overlay-pane.old-site {
    max-width: 90% !important;
    max-height: initial !important;
  }
  .cdk-overlay-pane.old-site app-old-site-version {
    height: 100%;
  }
  .cdk-overlay-pane.mat-snack-bar-handset {
    height: initial !important;
  }
  .mat-dialog-container {
    border-radius: 0px !important;
  }
  app-letter {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .first-step .header-modal-gifts .close-popup.desktop,
  .first-step .header-modal-gifts .popup__title.desktop {
    display: none !important;
  }
  .first-step .header-modal-gifts .close-popup.mobile,
  .first-step .header-modal-gifts .popup__title.mobile {
    display: block !important;
  }
  .second-step .header-modal-gifts.desktop {
    display: none !important;
  }
  .second-step .header-modal-gifts.mobile {
    display: block !important;
  }
}
.cdk-overlay-pane.mobile-full-page,
.cdk-overlay-pane.buy-credits {
  width: 100%;
  height: 100%;
  max-width: 100vw !important;
}
@media screen and (max-width: 768px) {
  .mobile-email-dialog.cdk-overlay-pane {
    max-width: 100vw !important;
    height: 100% !important;
    width: 100% !important;
  }
  .cdk-overlay-pane.confirm-read-message .popup,
  .cdk-overlay-pane.mobile-email .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
  }
  .cdk-overlay-pane.confirm-read-message .popup {
    height: initial !important;
    max-height: initial !important;
  }
  .cdk-overlay-pane.mobile-email app-header,
  .cdk-overlay-pane.mobile-email app-footer {
    display: none !important;
  }
  .cdk-overlay-pane.mobile-email .popup {
    min-width: 300px;
    max-width: 90%;
  }
}
.first-step .header-modal-gifts .close-popup.mobile,
.first-step .header-modal-gifts .popup__title.mobile {
  display: none;
}
.first-step .header-modal-gifts .close-popup.mobile {
  position: relative;
  float: left;
}
.second-step .header-modal-gifts.mobile {
  display: none;
}
@media screen and (max-height: 580px) {
  .first-step .header-modal-gifts .close-popup.desktop,
  .first-step .header-modal-gifts .popup__title.desktop {
    display: none;
  }
  .first-step .header-modal-gifts .close-popup.mobile,
  .first-step .header-modal-gifts .popup__title.mobile {
    display: block;
  }
  .first-step .header-modal-gifts .all-gifts {
    height: calc(100% - 145px);
  }
  .second-step .header-modal-gifts.desktop {
    display: none;
  }
  .second-step .header-modal-gifts.mobile {
    display: block;
  }
  .second-step.some-container .body-pay-gift-modal {
    top: 77px !important;
  }
}
@media screen and (max-height: 580px) and (min-width: 580px) {
  .first-step .header-modal-gifts .all-gifts {
    height: calc(100vh - 200px);
  }
  .second-step .body-pay-gift-modal {
    height: calc(100vh - 150px);
  }
  .first-step .header-modal-gifts .close-popup.desktop {
    display: block !important;
    position: relative;
    right: -22px;
    top: -15px;
  }
  .first-step .header-modal-gifts .close-popup.mobile {
    display: none !important;
  }
  .second-step .header-modal-gifts.desktop {
    display: none !important;
  }
  .second-step .header-modal-gifts.mobile {
    display: block !important;
  }
}
@media screen and (max-height: 600px) {
  .gallery-preview-photos lightbox,
  .hide-thumbs lightbox,
  .hide-thumbs-with-auto lightbox,
  .hide-thumbs-without-auto lightbox {
    max-height: 100vh;
  }
}
.blur {
  filter: blur(3px);
}
gallery-nav .g-nav-prev,
gallery-nav .g-nav-next {
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px 0 #34193d;
  background-color: rgba(0, 0, 0, 0.4);
}
gallery-nav .g-nav-prev:before,
gallery-nav .g-nav-next:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 13px;
  left: 15px;
  display: block;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(50%) rotate(-135deg);
  transform: translateY(50%) rotate(-135deg);
}
gallery-nav svg {
  display: none;
}
.input_custom_icon {
  position: relative;
  display: flex;
}
.disable_color_icon_chat {
  color: rgba(0, 191, 255, 0.4117647059) !important;
  cursor: default !important;
}
.dispaly-none {
  display: none !important;
}
.emoji {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.rec-block img {
  width: 100%;
}
#lightbox-my-lightbox-tickets gallery gallery-core gallery-thumbs,
#lightbox-my-lightbox-tickets gallery gallery-core .g-box gallery-counter {
  display: none;
}
.cdk-overlay-pane {
  overflow: auto;
}
.cdk-overlay-pane lightbox {
  max-width: 100vw;
}
.cdk-overlay-pane.letter {
  max-width: 90vw !important;
  border-radius: 20px;
}
.cdk-overlay-pane.letter .mat-mdc-dialog-surface {
  border-radius: initial;
}
.mat-mdc-dialog-surface {
  box-shadow: none !important;
}
.chats-page .sound {
  margin-left: auto;
}
.sound {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .right-column-chats .right-panel__title {
    border-bottom: 0;
    background: #ffffff;
  }
  .right-column-chats .right-panel-wrap {
    top: 0 !important;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .right-column-chats app-column .right-panel-wrap {
    top: 23px !important;
  }
  .chats .right-column-chats app-column .right-panel-wrap {
    top: 0 !important;
  }
  .content-wrapper_emails.chats .content {
    padding-top: 20px;
  }
  .content-wrapper.chats {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
  .right-column-chats app-column .right-panel-wrap {
    top: 0 !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 580px) {
  .right-column-chats .right-panel__item {
    border-left: 0;
  }
  .right-column-chats .right-panel__title {
    border-bottom: 0;
    background: #ffffff;
  }
  .right-column-chats .right-panel__title h3 {
    margin: 0 auto;
  }
  .specific-chat {
    display: block;
    float: left;
    width: calc(100% - 320px);
    position: relative;
    z-index: 2;
  }
  .right-column-chats {
    float: right;
    height: 100vh;
  }
  .right-column-chats app-column .right-panel-wrap {
    display: block;
    position: relative;
    min-width: 100%;
  }
  .content-wrapper_emails.chats {
    padding-right: 0;
  }
  .right-column-chats app-column .right-panel-wrap .right-panel app-contacts .right-panel__scroll ng-scrollbar .ng-scrollbar-layout .ng-scrollbar-layout .ng-scroll-view-container .ng-scroll-view .r-panel-list__item.unread-mes {
    padding: 4px 10px 4px 20px;
  }
  .content-wrapper_emails.chats .content .right-panel-wrap {
    height: 100%;
  }
}
.site-form__btn-gifts .column.column-left .ng-scroll-view-container {
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .remove-mes {
    display: none;
  }
  .chats-page .edit-mode-on .r-panel-list__item {
    padding-left: 60px !important;
  }
  .chats-page .edit-mode-on .remove-mes {
    display: block;
    left: 27px;
    right: initial;
    top: 50% !important;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
  }
  .chats-page .edit-mode-on .remove-mes .emails-correspondence-item__right_close {
    display: block;
  }
}
.emoji-chats .emoji-picker {
  position: absolute !important;
  left: 20px !important;
  bottom: 77px !important;
  top: inherit !important;
}
@media (max-width: 768px) {
  .content-wrapper_emails.chats {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-wrapper_emails.chats .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .title-specific-chat {
    display: block !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .specific-chat {
    display: block !important;
  }
}
.block-for-chats {
  height: calc(100% - 140px);
  overflow: scroll;
}
@media (max-width: 580px) {
  .chats .right-column-chats app-column .right-panel-wrap {
    display: block;
    position: relative;
    min-width: 100%;
  }
  .cdk-overlay-pane.confirm-read-message .popup {
    max-width: 90%;
  }
  .cdk-overlay-pane.letter {
    max-width: 100vw !important;
    border-radius: 0;
  }
}
[ie-browser] app-letter .mes-text {
  max-width: 400px;
}
[ie-browser] app-member .pending-approval.on-photos {
  min-width: 136px;
}
.cdk-overlay-pane.member .g-btn-close,
.cdk-overlay-pane.member gallery-slider gallery-nav i {
  display: none;
}
.photo-navigations .close svg {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.photo-navigations .g-nav-prev,
.photo-navigations .g-nav-next {
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px 0 #34193d;
  background-color: rgba(0, 0, 0, 0.4);
}
.photo-navigations .g-nav-prev:before,
.photo-navigations .g-nav-next:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 13px;
  left: 15px;
  display: block;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(50%) rotate(-135deg);
}
.symbols {
  color: #979797;
}
.symbols .error {
  color: #FF4B12;
}

/* src/assets/scss/style.scss */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #333;
  font-family: Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
td {
  margin: 0px;
  padding: 0px;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
h3 {
  font-family: "Arial";
  font-size: 24px;
  line-height: 0.92;
  color: #000000;
}
@font-face {
  font-family: "SFUIText";
  src: url("./media_1/SFUIText-Regular-YX3WL4MF.otf");
  src:
    url("./media_1/SFUIText-Regular-MMZGLTP3.eot?#iefix") format("embedded-opentype"),
    url("./media_1/SFUIText-Regular-HHM6PCSB.ttf") format("truetype"),
    url("./media_1/SFUIText-Regular-WGRFQ7TY.svg#SFUIText-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SFUIText";
  src: url("./media_1/SFUIText-Medium-TW5NG7CL.otf");
  src:
    url("./media_1/SFUIText-Medium-AKT77UXJ.eot?#iefix") format("embedded-opentype"),
    url("./media_1/SFUIText-Medium-RPSM5NEV.ttf") format("truetype"),
    url("./media_1/SFUIText-Medium-2DTW3VSO.svg#SFUIText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SFUIText";
  src: url("./media_1/SFUIText-Bold-LAJVYXI2.otf");
  src:
    url("./media_1/SFUIText-Bold-KZBE3NMI.eot?#iefix") format("embedded-opentype"),
    url("./media_1/SFUIText-Bold-VD2NZVJC.ttf") format("truetype"),
    url("./media_1/SFUIText-Bold-PQZ6FJ6O.svg#SFUIText-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Avalon";
  src: url("./media_1/AvalonMedium-KSQ4PLVV.otf");
  src:
    url("./media_1/AvalonMedium-NS5TVB36.eot?#iefix") format("embedded-opentype"),
    url("./media_1/AvalonMedium-AK4NLBLT.ttf") format("truetype"),
    url("./media_1/AvalonMedium-32MZNWJA.svg#AvalonMedium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("./media_1/icomoon-BOZDUJV5.eot?xs8pk3");
  src:
    url("./media_1/icomoon-BOZDUJV5.eot?xs8pk3#iefix") format("embedded-opentype"),
    url("./media_1/icomoon-PWHWQVCU.ttf?xs8pk3") format("truetype"),
    url("./media_1/icomoon-TV5HNQDX.woff?xs8pk3") format("woff"),
    url("./media_1/icomoon-UGRFMGNC.svg?xs8pk3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-answer:before {
  content: "\e900";
}
.icon-arr-right:before {
  content: "\e901";
}
.icon-attache:before {
  content: "\e902";
}
.icon-birthday .path1:before {
  content: "\e903";
}
.icon-birthday .path2:before {
  content: "\e904";
}
.icon-birthday .path3:before {
  content: "\e905";
}
.icon-camera:before {
  content: "\e906";
}
.icon-carret-down:before {
  content: "\e907";
}
.icon-check:before {
  content: "\e908";
}
.icon-check2:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.icon-close-circle .path1:before {
  content: "\e90b";
}
.icon-close-circle .path2:before {
  content: "\e90c";
}
.icon-close-circle .path3:before {
  content: "\e90d";
}
.icon-disable:before {
  content: "\e90e";
}
.icon-emails:before {
  content: "\e90f";
}
.icon-eye-closed:before {
  content: "\e910";
}
.icon-eye-open:before {
  content: "\e911";
}
.icon-favorites:before {
  content: "\e912";
}
.icon-fb:before {
  content: "\e913";
}
.icon-flower:before {
  content: "\e914";
}
.icon-g-plus:before {
  content: "\e915";
}
.icon-hot:before {
  content: "\e916";
}
.icon-image:before {
  content: "\e917";
}
.icon-kisses:before {
  content: "\e918";
}
.icon-list:before {
  content: "\e919";
}
.icon-marker:before {
  content: "\e91a";
}
.icon-pencil:before {
  content: "\e91b";
}
.icon-pencil-write:before {
  content: "\e91c";
}
.icon-plus:before {
  content: "\e91d";
}
.icon-requests:before {
  content: "\e91e";
}
.icon-requests-fill:before {
  content: "\e91f";
}
.icon-slider-arrow:before {
  content: "\e920";
}
.icon-smile:before {
  content: "\e921";
}
.icon-sort:before {
  content: "\e922";
}
.icon-sound:before {
  content: "\e923";
}
.icon-sound-off:before {
  content: "\e924";
}
.icon-star:before {
  content: "\e925";
}
.icon-star-empty:before {
  content: "\e926";
}
.icon-trash .path1:before {
  content: "\e927";
}
.icon-trash .path2:before {
  content: "\e928";
}
.icon-trash .path3:before {
  content: "\e929";
}
.icon-trash .path4:before {
  content: "\e92a";
}
.icon-trash .path5:before {
  content: "\e92b";
}
.icon-trash .path6:before {
  content: "\e92c";
}
.icon-trash .path7:before {
  content: "\e92d";
}
.icon-trash .path8:before {
  content: "\e92e";
}
.icon-tw:before {
  content: "\e92f";
}
.icon-video:before {
  content: "\e930";
}
.icon-web-cam:before {
  content: "\e931";
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 8px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.container_search-not-authorized {
  width: 1622px;
  margin: 0 auto;
}
.filter-search-not-authorized {
  flex-grow: 999;
  padding-top: 33px;
}
.filter-search-not-authorized h3 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.filter-search-not-authorized .button__hide-search {
  font-family: "Arial";
  font-size: 15px;
  color: #00bfff;
  cursor: pointer;
}
.filter-search-not-authorized .button__hide-search:hover {
  color: #2cb0dd;
}
.filter-search {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-search .filter-search-group {
  width: 280px;
  margin-bottom: -4px;
  margin-right: 70px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.filter-search .filter-search-group .filter-search-group__label {
  opacity: 0.4;
  font-family: "Arial";
  font-size: 12px;
  color: #000000;
  line-height: 15px;
  margin-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.filter-search .filter-search-group .filter-search-group__label_select {
  display: flex;
  justify-content: space-between;
}
.filter-search .filter-search-group .filter-search-group__label_select select {
  height: 15px;
}
.filter-search .filter-search-group .filter-search-group__func {
  width: 100%;
}
.filter-search .filter-search-group .filter-search-group__func_progress-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filter-search .filter-search-group .filter-search-group__func_progress-bar input {
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  height: 32px;
  border-radius: 9px;
  border: solid 1px #cecfce;
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 0;
}
.filter-search .filter-search-group .filter-search-group__func_progress-bar input:focus,
.filter-search .filter-search-group .filter-search-group__func_progress-bar input:active {
  border-color: #bcbdbc;
}
.filter-search .filter-search-group .filter-search-group__func_progress-bar .filter-search__progress-bar {
  width: 100%;
  margin: 0 9px;
  height: 2px;
  background: #00bfff;
}
.filter-search .filter-search-group .filter-search-group__func_select select {
  width: 100%;
  height: 32px;
  border: 0;
  border-bottom: 2px solid rgba(209, 209, 209, 0.3);
  outline: 0;
}
.filter-search .filter-search-group .filter-search-group__func_key-words input {
  width: 100%;
  border: 0;
  outline: 0;
  border-bottom: 2px solid rgba(209, 209, 209, 0.3);
  height: 32px;
  font-family: "Arial";
  font-size: 15px;
}
.filter-search .filter-search-group .filter-search-group__func_key-words input::-webkit-input-placeholder {
  color: #000000;
}
.filter-search .filter-search-group .filter-search-group__func_key-words input::-moz-placeholder {
  color: #000000;
}
.filter-search .filter-search-group .filter-search-group__func_key-words input:-ms-input-placeholder {
  color: #000000;
}
.filter-search .filter-search-group .filter-search-group__func_key-words input:-moz-placeholder {
  color: #000000;
}
.filter-search .filter-search-online {
  height: 49px;
  line-height: 49px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  width: 280px;
  margin-right: 70px;
}
.filter-search .filter-search-online__title {
  font-family: "Arial";
  font-size: 15px;
  color: #000000;
}
.filter-search .filter-search-online__button {
  background: #00bfff;
  height: 31px;
  border-radius: 15.5px;
  width: 51px;
}
.filter-search .filter-search-btn {
  width: 280px;
  margin-right: 70px;
}
.filter-search .filter-search-btn .button {
  width: 100%;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  display: block;
  line-height: 48px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}
.filter-search .filter-search-btn .button.btn-blue {
  background: #00bfff;
  color: #ffffff;
}
.filter-search .filter-search-btn .button.blue-line {
  border: 1px solid #00bfff;
  background: #fff;
}
.filter-search .filter-search-btn .button.btn-white {
  background: #ffffff;
  color: #00bfff;
  border: 1px solid #00bfff;
}
.filter-search__users {
  padding-bottom: 40px;
}
.filter-search__users .users {
  padding-bottom: 0;
}
.filter-search__users .users .users__item {
  margin-bottom: 75px;
  width: calc(16.6666666667% - 30px);
  padding-top: calc(16.6666666667% - 30px);
}
.filter-search__users .users .users__item .info {
  bottom: -27px;
}
.filter-search__users .users .mob-btn {
  display: block;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .filter-search {
    max-width: 100%;
  }
  .filter-search .filter-search-group,
  .filter-search .filter-search-online,
  .filter-search .filter-search-btn {
    margin-right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .filter-search {
    justify-content: space-between;
  }
  .filter-search .filter-search-group,
  .filter-search .filter-search-online,
  .filter-search .filter-search-btn {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .filter-search {
    justify-content: space-between;
  }
  .filter-search .filter-search-group,
  .filter-search .filter-search-online,
  .filter-search .filter-search-btn {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .filter-search__users .users {
    padding-bottom: 40px;
  }
  .filter-search__users .users .users__item {
    margin-bottom: 75px;
    width: calc(25% - 30px);
    padding-top: calc(25% - 30px);
  }
  .filter-search__users .users .users__item .info {
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .filter-search__users .users {
    padding-bottom: 40px;
  }
  .filter-search__users .users .users__item {
    margin-bottom: 75px;
    width: calc(50% - 30px);
    padding-top: calc(50% - 30px);
  }
}
@media screen and (max-width: 580px) {
  .filter-search__users .users {
    padding-bottom: 40px;
  }
  .filter-search__users .users .users__item {
    margin-bottom: 75px;
    width: calc(50% - 15px);
    padding-top: calc(50% - 15px);
  }
  .filter-search__users .users .users__item .info {
    display: flex;
    display: -webkit-flex;
  }
}
header {
  width: 100%;
  height: 73px;
  min-width: 320px;
  text-align: left;
  position: relative;
  z-index: 100;
  position: fixed;
}
header#header.default-header {
  background-image:
    linear-gradient(
      123deg,
      #e0007c,
      #160f43);
}
header#header.default-header .header-ucccount .upgrate-uccount,
header#header.default-header .header-buttons-wrapper .button {
  background: #86397c;
  color: #fff;
}
header#header.toplop-header {
  background-image:
    linear-gradient(
      180deg,
      #ecbacf,
      #eb87b2);
}
header#header.toplop-header .container_search-not-authorized {
  background-image: url("./media_1/log-back-tl-XMOO5S5H.png");
  background-position: center !important;
  background-size: cover !important;
}
header#header.toplop-header .container_search-not-authorized.christmas {
  background-image: url("./media_1/h-christmas-REBWFPUH.png");
}
header#header.toplop-header .container_search-not-authorized.womenday {
  background-image: url("./media_1/h-womenday-6D3HGLMA.png");
}
header#header.toplop-header .container_search-not-authorized.halloween {
  background-image: url("./media_1/h-halloween-ARCIPQ65.png");
}
header#header.toplop-header .container_search-not-authorized.easter {
  background-image: url("./media_1/h-easter-4EOUY77K.png");
}
header#header.toplop-header .header-ucccount .upgrate-uccount,
header#header.toplop-header .header-buttons-wrapper .button {
  background: #fff;
  color: #ef5588;
}
header#header.toplop-header .logo__link {
  height: 73px;
  overflow: hidden;
}
header#header.toplop-header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header#header.toplop-header .activity-icons {
  margin-right: auto;
}
header .header-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 73px;
}
header .header-wrapper .hamburger-menu {
  width: 22px;
  height: 24px;
  padding: 2px;
  margin-left: 1px;
  cursor: pointer;
}
header .header-wrapper .hamburger-menu .hamburger-menu-item {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ffffff;
  height: 2px;
  border-radius: 2px;
}
header .header-wrapper .hamburger-menu .hamburger-menu-item:before,
header .header-wrapper .hamburger-menu .hamburger-menu-item:after {
  background: #ffffff;
  width: 100%;
  position: absolute;
  content: "";
  height: 2px;
  display: block;
  left: 0;
}
header .header-wrapper .hamburger-menu .hamburger-menu-item:before {
  top: -6px;
}
header .header-wrapper .hamburger-menu .hamburger-menu-item:after {
  bottom: -6px;
}
header .header-wrapper .activity-icons {
  margin-left: 45px;
}
header .header-wrapper .activity-icons .icon-wrap {
  position: relative;
  margin-right: 51px;
}
header .header-wrapper .activity-icons .icon-wrap:last-child {
  margin-right: 0;
}
header .header-wrapper .activity-icons .icon-wrap .ico {
  font-size: 23px;
  color: #fff;
}
header .header-wrapper .activity-icons .icon-wrap .icon-favorites {
  font-size: 25px;
}
header .header-wrapper .activity-icons .icon-wrap .icon-kisses {
  font-size: 26px;
}
header .header-wrapper .activity-icons .icon-wrap .num {
  position: absolute;
  top: -19px;
  left: 18px;
  color: #fff;
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
  padding: 3px 6px;
  height: 20px;
  min-width: 20px;
  border-radius: 30px;
  display: inline-block;
  background: #000;
  z-index: 10;
  font-family: "Arial";
}
header .header-wrapper .activity-icons .icon-wrap .num.yellow-circle {
  background-color: #e79815;
}
header .header-wrapper .activity-icons .icon-wrap .num.orange-circle {
  background-color: #ff9800;
}
header .header-wrapper .activity-icons .icon-wrap .num.pink-circle {
  background-color: #ff31a5;
}
header .header-wrapper .activity-icons .icon-wrap .num.green-circle {
  background-color: #5abf7a;
}
header .header-wrapper .activity-icons .icon-wrap .num.red-circle {
  background-color: #dc1515;
}
header .header-wrapper .logo {
  display: flex;
  justify-content: center;
  flex-grow: 999;
}
header .header-wrapper .logo.lg {
  width: 335px;
  margin-left: 18px;
}
header .header-wrapper .logo.default {
  font-family: "Avalon";
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  flex-grow: 999;
  transition: all 0.5s linear;
}
header .header-wrapper .logo.default .logo__link {
  margin-left: -82px;
}
header .header-wrapper .logo__link {
  color: #fff;
}
header .header-wrapper .logo__link:hover {
  color: #ff31a5 !important;
}
header .header-wrapper .header-buttons-wrapper {
  font-size: 0;
  margin-right: 18px;
}
header .header-wrapper .header-buttons-wrapper .button {
  background: #fff;
  width: 81px;
  height: 32px;
  border-radius: 8px;
  display: inline-block;
  color: #980101;
  font-family: "Arial";
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
header .header-wrapper .header-buttons-wrapper .button__sign-up {
  margin-right: 0;
  font-weight: bold;
}
header .header-wrapper .header-buttons-wrapper .header-ucccount {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .header-wrapper .header-buttons-wrapper .header-ucccount .upgrate-uccount {
  background: #fff;
  width: 150px;
  height: 32px;
  border-radius: 8px;
  display: inline-block;
  color: #980101;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
header .header-wrapper .header-buttons-wrapper .header-ucccount .ava {
  position: relative;
  min-width: 57px;
  max-width: 57px;
  height: 57px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1720px) {
  .container_search-not-authorized {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  header .header-wrapper .header-buttons-wrapper {
    margin-right: 6px;
  }
}
@media (max-width: 1440px) {
  header .header-wrapper .header-buttons-wrapper .header-ucccount .upgrate-uccount {
    margin-right: 23px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper {
    padding: 0 0 0 6px;
  }
  header .header-wrapper .activity-icons .icon-wrap {
    margin-right: 50px;
  }
  header .header-wrapper .header-buttons-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container_search-not-authorized {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrapper {
    padding: 0;
  }
  header .header-wrapper .activity-icons {
    margin-left: 22px;
  }
  header .header-wrapper .activity-icons .icon-wrap {
    margin-right: 30px;
  }
  header .header-wrapper .logo__link {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrapper .header-buttons-wrapper .header-ucccount .upgrate-uccount {
    display: none;
  }
  .container_search-not-authorized {
    padding: 0 15px;
  }
  header .logo {
    display: none;
  }
  header {
    position: relative;
  }
}
@media screen and (max-width: 580px) {
  header .header-wrapper .logo {
    display: none !important;
  }
  header .header-wrapper .hamburger-menu {
    min-width: 22px;
  }
  header .header-wrapper .activity-icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 0;
  }
  header .header-wrapper .activity-icons .icon-wrap {
    margin-right: 0;
  }
  header .header-wrapper .activity-icons .icon-wrap .num {
    top: -7px !important;
    left: 16px !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .logo.lg.confirmed {
    width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  header .header-wrapper .logo.lg {
    display: none;
  }
}
body {
  font-family: "Arial";
}
input:active,
input:focus {
  box-shadow: none !important;
}
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  background-color: rgba(0, 191, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.btn,
.btn-large,
.btn-flat {
  box-shadow: none;
  text-transform: none;
}
a {
  color: #00bfff;
  cursor: pointer;
}
a:hover {
  color: #2cb0dd;
}
[hidden] {
  display: none !important;
}
.popup-fast {
  height: auto !important;
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  font-family: "Arial";
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper {
  min-width: 320px;
  max-width: 1200px;
  padding: 0 40px 0 40px;
  margin: 0 auto;
  position: relative;
}
ul {
  list-style-type: none;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.nowrap {
  white-space: nowrap !important;
}
.visibility-hidden {
  visibility: hidden;
}
.display-none {
  display: none;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-v-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-around {
  display: flex;
  justify-content: space-around;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.m-05 {
  margin: 5px;
}
.m-t-05 {
  margin-top: 5px;
}
.m-r-05 {
  margin-right: 5px;
}
.m-b-05 {
  margin-bottom: 5px;
}
.m-l-05 {
  margin-left: 5px;
}
.m-1 {
  margin: 8px;
}
.m-t-1 {
  margin-top: 8px;
}
.m-r-1 {
  margin-right: 8px;
}
.m-b-1 {
  margin-bottom: 8px;
}
.m-l-1 {
  margin-left: 8px;
}
.m-l-1 {
  margin-left: 8px;
}
.m-1-5 {
  margin: 16px;
}
.m-t-1-5 {
  margin-top: 16px;
}
.m-r-1-5 {
  margin-right: 16px;
}
.m-b-1-5 {
  margin-bottom: 16px;
}
.m-l-1-5 {
  margin-left: 16px;
}
.m-2 {
  margin: 20px;
}
.m-t-2 {
  margin-top: 20px;
}
.m-r-2 {
  margin-right: 20px;
}
.m-b-2 {
  margin-bottom: 20px;
}
.m-l-2 {
  margin-left: 20px;
}
.m-2-5 {
  margin: 24px;
}
.m-t-2-5 {
  margin-top: 24px;
}
.m-r-2-5 {
  margin-right: 24px;
}
.m-b-2-5 {
  margin-bottom: 24px;
}
.m-l-2-5 {
  margin-left: 24px;
}
.m-3 {
  margin: 30px;
}
.m-t-3 {
  margin-top: 30px;
}
.m-r-3 {
  margin-right: 30px;
}
.m-b-3 {
  margin-bottom: 30px;
}
.m-l-3 {
  margin-left: 30px;
}
.m-r-3-5 {
  margin-right: 35px;
}
.m-4 {
  margin: 40px;
}
.m-t-4 {
  margin-top: 40px;
}
.m-r-4 {
  margin-right: 40px;
}
.m-b-4 {
  margin-bottom: 40px;
}
.m-l-4 {
  margin-left: 40px;
}
.m-t-a {
  margin-top: auto;
}
.m-b-a {
  margin-bottom: auto;
}
.m-r-a {
  margin-right: auto;
}
.m-l-a {
  margin-left: auto;
}
.p-05 {
  padding: 5px;
}
.p-1 {
  padding: 10px;
}
.p-t-1 {
  padding-top: 10px;
}
.p-r-1 {
  padding-right: 10px;
}
.p-l-1 {
  padding-left: 10px;
}
.p-b-1 {
  padding-bottom: 10px;
}
.p-1-5 {
  padding: 15px;
}
.p-t-1-5 {
  padding-top: 15px;
}
.p-r-1-5 {
  padding-right: 15px;
}
.p-b-1-5 {
  padding-bottom: 15px;
}
.p-l-1-5 {
  padding-left: 15px;
}
.p-2 {
  padding: 20px;
}
.p-t-2 {
  padding-top: 20px;
}
.p-r-2 {
  padding-right: 20px;
}
.p-b-2 {
  padding-bottom: 20px;
}
.p-l-2 {
  padding-left: 20px;
}
.p-t-2-5 {
  padding-top: 25px;
}
.p-r-2-5 {
  padding-right: 25px;
}
.p-b-2-5 {
  padding-bottom: 25px;
}
.p-l-2-5 {
  padding-left: 25px;
}
.p-3 {
  padding: 30px;
}
.p-t-3 {
  padding-top: 30px;
}
.p-r-3 {
  padding-right: 30px;
}
.p-b-3 {
  padding-bottom: 30px;
}
.p-l-3 {
  padding-left: 30px;
}
.p-r-3-5 {
  padding-right: 35px;
}
.p-4 {
  padding: 40px;
}
.p-t-4 {
  padding-top: 40px;
}
.p-l-4 {
  padding-left: 40px;
}
.p-b-4 {
  padding-bottom: 40px;
}
.p-r-4 {
  padding-right: 40px;
}
.p-l-4 {
  padding-left: 40px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.pointer {
  cursor: pointer;
}
.color-main {
  color: #0569CA;
}
.color-text {
  color: #4B375F;
}
.underline {
  text-decoration: underline;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.invisible {
  visibility: hidden;
}
.relative {
  position: relative;
}
.hidden {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
header,
.mobile-chat-header,
.send-email__mob-header,
app-letter .top {
  background-size: contain;
  background-color: #9a0102;
}
header[design=normal],
.mobile-chat-header[design=normal],
.send-email__mob-header[design=normal],
app-letter .top[design=normal] {
  background-image: url(/assets/img/thematic/header.png);
}
header[design=christmas],
.mobile-chat-header[design=christmas],
.send-email__mob-header[design=christmas],
app-letter .top[design=christmas] {
  background-image: url(/assets/img/thematic/christmas.png);
}
header[design=valentine],
.mobile-chat-header[design=valentine],
.send-email__mob-header[design=valentine],
app-letter .top[design=valentine] {
  background-image: url(/assets/img/thematic/valentine.png);
}
header[design=womenday],
.mobile-chat-header[design=womenday],
.send-email__mob-header[design=womenday],
app-letter .top[design=womenday] {
  background-image: url(/assets/img/thematic/womenday.png);
}
header[design=easter],
.mobile-chat-header[design=easter],
.send-email__mob-header[design=easter],
app-letter .top[design=easter] {
  background-image: url(/assets/img/thematic/easter.png);
}
header[design=halloween],
.mobile-chat-header[design=halloween],
.send-email__mob-header[design=halloween],
app-letter .top[design=halloween] {
  background-image: url(/assets/img/thematic/halloween.png);
}
header,
.mobile-chat-header,
.send-email__mob-header,
app-letter .top {
  background-size: contain;
  background-color: #9a0102;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
header[design=christmas],
.mobile-chat-header[design=christmas],
.send-email__mob-header[design=christmas],
app-letter .top[design=christmas] {
  background-image: url(/assets/img/toplop/h-christmas.png);
}
header[design=valentine],
.mobile-chat-header[design=valentine],
.send-email__mob-header[design=valentine],
app-letter .top[design=valentine] {
  background-image: url(/assets/img/toplop/h-valentine.png);
}
header[design=womenday],
.mobile-chat-header[design=womenday],
.send-email__mob-header[design=womenday],
app-letter .top[design=womenday] {
  background-image: url(/assets/img/toplop/h-womenday.png);
}
header[design=easter],
.mobile-chat-header[design=easter],
.send-email__mob-header[design=easter],
app-letter .top[design=easter] {
  background-image: url(/assets/img/toplop/h-easter.png);
}
header[design=halloween],
.mobile-chat-header[design=halloween],
.send-email__mob-header[design=halloween],
app-letter .top[design=halloween] {
  background-image: url(/assets/img/toplop/h-halloween.png);
}
.loaded .main-wrapper {
  visibility: hidden;
}
.icon-load {
  background: url("./media_1/loader-HJSLVKER.gif") no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none;
}
.loaded .icon-load {
  display: block;
}
.content {
  padding-top: 73px;
}
.cp-attach-data {
  position: absolute;
  display: none;
  bottom: 80px;
  left: -20px;
  height: 205px;
  width: calc(100% + 40px);
  max-width: 500px;
  padding: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 200;
  line-height: initial;
  -webkit-user-select: none;
  user-select: none;
}
.cp-attach-data.on-chat {
  bottom: 160px;
}
.cp-attach-data.on-empty-email {
  bottom: 100px;
}
.cp-attach-data.active {
  display: block;
}
.cp-attach-data .emoji-el {
  position: relative;
}
.cp-attach-data .emoji-el .emoji-menu {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 18px;
}
.cp-attach-data .emoji-el .emoji-menu a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: 24px;
  padding: 8px;
  padding-top: 0;
  transition: all 0.5s ease;
}
.cp-attach-data .emoji-el .emoji-menu a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0569CA;
}
.cp-attach-data .emoji-el .emoji-menu a img {
  height: 24px;
}
.cp-attach-data .emoji-el .emoji-list {
  position: relative;
  margin-top: 5px;
  padding: 0;
  height: 135px;
  overflow-y: auto;
}
.cp-attach-data .emoji-el .emoji-list::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}
.cp-attach-data .emoji-el .emoji-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bbb;
}
.cp-attach-data .emoji-el .emoji-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block.active {
  display: block;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block h5 {
  margin: 0;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block .emoji-icons {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block .emoji-icons a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 32px;
  padding: 3px 0;
}
.cp-attach-data .emoji-el .emoji-list .emoji-block .emoji-icons a img {
  width: 24px;
}
.sidebar .ng-scrollbar {
  background-color: #fff;
}
.sidebar .ng-scroll-view {
  width: calc(100% + 10px) !important;
}
.popup-wrap {
  padding: 30px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
}
.popup-wrap .overlay {
  opacity: 0.41;
  background-color: #1d0719;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.popup-wrap .site-form {
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}
.popup {
  max-width: 365px;
  width: 100%;
  position: relative;
  z-index: 20;
  min-height: 100px;
  padding: 50px 38px;
  background: #fff;
  box-shadow: 0 2px 23px 0 rgba(90, 110, 181, 0.3);
  border-radius: 20px;
  height: auto;
}
.popup .mCustomScrollBox {
  width: 100%;
}
.popup__title {
  font-size: 30px;
  color: #333;
  font-family: Arial;
  text-align: center;
  margin-top: 25px;
}
.popup__text {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.38;
  margin: -8px 0 20px 0;
  font-family: Arial;
}
.popup app-header,
.popup app-footer {
  display: none;
}
.emoji-img {
  width: 18px;
  height: 18px;
  margin: 0 0.2em;
  margin-bottom: -3px;
}
@media (max-width: 580px) {
  .popup app-header,
  .popup app-footer {
    display: initial;
  }
  .cp-attach-data {
    width: calc(100% - 10px);
    left: 5px;
  }
}
.confirm-popup {
  position: relative;
  padding: 40px 38px !important;
  padding-bottom: 20px !important;
}
.confirm-popup__close-popup {
  position: absolute;
  right: 16px;
  top: 25px;
}
.confirm-popup__close-popup .ico {
  font-size: 24px;
  margin-right: 14px;
  color: #00bfff;
  cursor: pointer;
}
.confirm-popup__text {
  color: #000;
  text-align: center;
  line-height: 1.38;
  font-size: 16px;
  font-family: Arial;
  margin-top: 15px;
}
.confirm-popup__btns {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.confirm-popup__btns .btn {
  width: 130px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 16px;
  font-family: Arial;
  margin-right: 20px;
  border: solid 1px #00bfff;
  cursor: pointer;
  margin-bottom: 10px;
  cursor: pointer;
}
.confirm-popup__btns .btn:last-child {
  margin-right: 0;
}
.confirm-popup__btns .btn.btn-blue {
  color: #fff !important;
  background-color: #00bfff;
}
.confirm-popup__btns .btn.btn-blue:hover {
  color: #fff;
  border: solid 1px #2cb0dd;
  background-color: #2cb0dd;
}
.confirm-popup__btns .btn.btn-white {
  color: #00bfff;
  background-color: #fff;
}
@media (max-width: 380px) {
  .confirm-popup__btns .btn {
    width: 170px;
    margin-right: 0;
  }
  app-auth-in form.site-form-correct,
  app-auth-up form.site-form-correct {
    width: 95%;
    padding: 10px;
  }
}
.form-control__divider {
  align-items: center;
  color: #a1a9b3;
  display: flex;
  font-size: 10px;
  justify-content: center;
  text-transform: uppercase;
}
.form-control__divider:after,
.form-control__divider:before {
  background-color: #f0f2f4;
  content: "";
  display: block;
  height: 1px;
  margin: 0 8px;
  width: 40px;
}
.send-email-popup.popup {
  min-width: 300px;
  max-width: 100%;
  width: 640px;
  overflow: auto;
  padding: 0;
  max-height: 90vh;
  position: relative;
  margin: 0 auto;
}
.send-message-popup.popup {
  width: 300px;
  overflow: auto;
  padding: 0;
  max-height: 90vh;
  position: relative;
  margin: 0 auto;
}
.popup {
  margin: 0 auto !important;
}
.send-email__mob-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}
.send-email__mob-header .left {
  display: flex;
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  align-items: center;
}
.send-email__mob-header .left .back-btn {
  margin-right: 20px;
  cursor: pointer;
}
.send-email__mob-header .left .back-btn .ico {
  display: inline-block;
  transform: scaleX(-1);
}
.send-email__mob-header .left .online {
  margin-left: 7px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #7ed321;
}
.send-email__mob-header .right .ava {
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
}
.send-email__header {
  padding: 15px 40px 0 40px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
}
.send-email__header .title {
  color: #333;
  font-size: 20px;
  font-family: Arial;
  flex: 1;
  padding-right: 15px;
  line-height: normal;
}
.send-email__header .title .edit-title {
  color: #333;
  opacity: 0.4;
  font-size: 20px;
  font-family: Arial;
  border: none;
  width: 100%;
}
.send-email__header .icons {
  margin-right: -10px;
}
.send-email__header .icons .ico {
  font-size: 19px;
  margin-right: 18px;
  color: #00bfff;
  cursor: pointer;
}
.send-email__header .icons .ico:last-child {
  margin-right: 0;
}
.send-email__body {
  padding: 0 40px;
  position: relative;
  max-height: 400px;
}
.send-email__body .credits {
  color: #000;
  font-size: 12px;
  font-family: Arial;
  opacity: 0.4;
  text-align: center;
  padding: 8px 0;
}
.send-email__body .messages {
  height: 300px;
  overflow-y: auto;
  position: relative;
  padding: 2px 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
.send-email__body .input-field {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.send-email__body .input-field textarea {
  color: #999;
  font-family: Arial;
  border: 0;
  resize: none;
  width: 100%;
  height: 100%;
}
.send-email__body .input-field.draft-field {
  height: auto !important;
}
.send-email__body .input-field.draft-field textarea {
  font-size: 15px;
  color: #000;
}
.send-email__footer {
  padding: 0 40px;
  height: 72px;
  line-height: 72px;
  background: #f0f0f0;
}
.send-email__footer .sending-imgs {
  display: flex;
  flex-grow: 999;
  flex-wrap: wrap;
  margin-top: 2px;
}
.send-email__footer .sending-imgs .mes-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.send-email__footer .sending-imgs .mes-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.send-email__footer .chat-type-mes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.send-email__footer .chat-type-mes .icons-group {
  margin-right: 15px;
  display: flex;
}
.send-email__footer .chat-type-mes .icons-group .ico {
  font-size: 21px;
  color: #00bfff;
  margin-right: 10px;
  cursor: pointer;
}
.send-email__footer .chat-type-mes .icons-group .ico:last-child {
  margin-right: 0;
}
.send-email__footer .chat-type-mes .send-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.send-email__footer .chat-type-mes .send-btn .saving {
  color: #979797;
  font-size: 12px;
  display: flex;
  margin-right: 10px;
  align-items: flex-end;
}
.send-email__footer .chat-type-mes .send-btn .saving .saving-icon {
  width: 13px;
  height: 13px;
  display: flex;
  margin-right: 5px;
}
.send-email__footer .chat-type-mes .send-btn .saving .saving-icon img {
  width: 100%;
}
.send-email__footer .chat-type-mes .send-btn .btn {
  width: 74px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  background-color: #00bfff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #fff;
}
.site-form__field .select-wrapper input.select-dropdown {
  border-bottom: 0;
}
.send-email__body .messages .message {
  display: flex;
  padding: 10px 15px 10px 0;
}
.send-email__body .messages .message .ava {
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.send-email__body .messages .message .message-body {
  position: relative;
}
.send-email__body .messages .message .message-body .title {
  line-height: 1.13;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.send-email__body .messages .message .message-body .mes-text {
  color: #000;
  line-height: 1.42;
  font-size: 12px;
}
.send-email__body .messages .message .message-body .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  opacity: 0.4;
  font-size: 12px;
  max-width: 50px;
}
.send-email__body .messages .message .message-body .mes-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.send-email__body .messages .message .message-body .mes-images .mes-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 70px;
  width: 70px;
  margin-bottom: 16px;
  margin-right: 16px;
}
.send-email__body .messages .message .message-body .mes-images .mes-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.send-email__body .messages .message .message-body .mes-images .mes-img:last-child {
  margin-right: 0;
}
.send-email__body .messages .message .message-body .mes-images .mes-img.not-dowload {
  cursor: pointer;
}
.send-email__body .messages .message .message-body .mes-images .mes-img.not-dowload .img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='10'/></filter></svg>#svgBlur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
  filter: blur(10px);
}
.send-email__body .messages .message .message-body .mes-images .mes-img.not-dowload:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url("./media_1/mes-arr-down-55HYBW4O.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  z-index: 30;
}
.messages .mCSB_container {
  padding-right: 15px;
}
.messages .mCS_y_hidden {
  padding-right: 0;
}
@media (max-width: 800px) {
  app-create-ticket-modal,
  app-read-ticket-modal,
  app-rate-ticket-modal,
  app-rate-thanks-ticket-modal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content {
    padding-top: 0;
  }
  .send-email-popup-wrap {
    padding: 0;
    align-items: flex-start;
  }
  .send-email-popup.popup {
    border-radius: 0;
    max-width: 100%;
  }
  .send-email__header {
    padding: 15px 20px;
  }
  .send-email__body {
    padding: 0 0;
  }
  .send-email__body .messages {
    padding: 0 20px;
    border: 0;
  }
  .send-email__body .messages {
    height: 250px;
  }
  .send-email__body .input-field {
    background: rgba(255, 255, 255, 0.6);
    height: auto;
    padding: 9px 0 0 0;
  }
  .send-email__body .input-field textarea {
    font-size: 12px;
  }
  .send-email__body .credits {
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 0;
    padding-bottom: 2px;
  }
  .send-email__footer {
    padding: 10px 20px;
  }
  .send-email__body .input-field.draft-field {
    padding: 15px;
  }
}
.send-load {
  width: 100%;
  padding-right: 8px;
  font-size: 12px;
  color: #999;
  display: none;
  text-align: right;
}
@media screen and (max-width: 440px) {
  .send-email__mob-header {
    display: flex;
  }
  .send-email__body .input-field.draft-field {
    height: 178px;
  }
  .send-email__footer .sending-imgs {
    display: none;
  }
  .send-load {
    display: block;
  }
}
.dropdown-content {
  max-height: 300px !important;
}
.site-form.ng-star-inserted.ng-dirty .submit-button {
  box-shadow: none;
  border: 0;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.soc-icons {
  display: flex;
}
.soc-icons .icon {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: all 0.5s ease;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.soc-icons .icon:last-child {
  margin-right: 0;
}
.soc-icons .icon:hover {
  color: #fff !important;
}
.soc-icons .fb {
  background-color: #5a6eb5;
  color: #fff;
}
.soc-icons .fb:hover {
  background-color: #445595;
}
.soc-icons .fb:active {
  background-color: #2f3f78;
}
.soc-icons .goggle-plus {
  background-color: #db4a3c;
  color: #fff;
}
.soc-icons .goggle-plus:hover {
  background-color: #c73c2f;
}
.soc-icons .goggle-plus:active {
  background-color: #a82a1e;
}
.soc-icons .tw {
  background-color: #1da1f2;
}
.soc-icons .tw:hover {
  background-color: #108dd9;
}
.soc-icons .tw:active {
  background-color: #096eac;
}
.btn-blue {
  background-color: #00bfff;
}
.btn-blue:hover {
  background: #2cb0dd !important;
  color: #fff !important;
}
.btn-blue:active {
  background: #1ea2cf !important;
  color: #fff !important;
}
.form-btn {
  max-width: 281px;
  width: 100%;
  margin: 0 auto;
  min-height: 48px;
  height: 1px;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  font-family: "SFUIText";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-btn.btn-blue {
  background-color: #00bfff;
}
.form-btn.btn-blue:hover {
  background: #2cb0dd;
  color: #fff !important;
}
.form-btn.btn-blue:active {
  background: #1ea2cf;
  color: #fff !important;
}
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  order: 2;
  -webkit-order: 2;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background: #fff;
}
.main-block {
  display: flex;
  width: 100%;
  min-height: 500px;
  height: 1px;
  background: url("./media_1/main-block-bg-QUAL6HYH.jpg") 0 0 no-repeat;
  background-size: cover;
}
.main-block.toplop-background {
  background: url("./media_1/toplop-backg-3P5DXJ4A.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-block.toplop-background .main-block__sign-in {
  right: 40px;
  left: initial;
}
.main-block.toplop-background .main-block__sign-in .btn-sign {
  border: 2px solid #fff;
}
.main-block.toplop-background .main-block__sing-up-form {
  margin-left: 15%;
  margin-right: auto;
}
.main-block.toplop-background .logo-container {
  justify-content: center;
  background: url("./media_1/toplop-logo-backgr-D23YS5DD.svg") 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-block__container {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-block__sign-in {
  position: absolute;
  left: 57px;
  top: 21px;
}
.main-block__sign-in .btn-sign {
  width: 80px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  color: #fff;
  font-size: 16px;
  border-radius: 21px;
  background-color: #00bfff;
  border: solid 1px #00bfff;
  transition: all 0.5s ease;
  cursor: pointer;
}
.main-block__sign-in .btn-sign:hover {
  color: #fff;
  border: solid 1px #2cb0dd;
  background-color: #2cb0dd;
}
.main-block__sing-up-form {
  margin-right: 93px;
  max-width: 356px;
  width: 100%;
}
.gray-line {
  display: none;
  width: 100%;
  height: 50px;
  background-color: #d8d8d8;
  position: relative;
  top: 73px;
  z-index: 1;
}
.content-wrapper {
  width: 1622px;
  margin: 0 auto;
  padding-top: 73px;
  padding-right: 365px;
  padding-bottom: 400px;
}
@media (max-width: 1440px) {
  .main-block {
    min-height: 460px;
  }
  .main-block__sing-up-form {
    margin-right: 43px;
    z-index: 1;
  }
  .content-wrapper {
    padding-right: 355px;
    padding-left: 25px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .main-block {
    min-height: 480px;
  }
  .main-block_not-auth {
    min-height: 380px;
  }
}
.main-block__sing-up-form {
  margin-top: 41px;
}
.main-block__sing-up-form_not-auth {
  margin-top: -12px;
}
.main-block__sing-up-form_not-auth .site-form {
  padding-top: 30px;
}
.main-block__sing-up-form_not-auth .site-form h3 {
  margin-bottom: 10px;
}
.main-block__sing-up-form_not-auth .site-form .site-form__field {
  margin-bottom: 20px;
}
.main-block__sing-up-form .ladies-age {
  justify-content: flex-start;
}
.main-block__sing-up-form .ladies-age .age {
  margin-right: 21px;
}
.main-block__sing-up-form .ladies-age .age:nth-child(4) {
  margin-right: 0;
  margin-left: 17px;
}
.main-block__sing-up-form .ladies-age > span {
  margin-right: auto;
}
.site-form {
  padding: 21px 37px 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 23px 0 rgba(90, 110, 181, 0.3) !important;
  position: relative;
  margin-top: 33px;
  margin-bottom: 21px;
}
.site-form_sign-in,
.site-form_sign-up {
  width: 357px;
  height: 457px;
  box-shadow: none !important;
  overflow: hidden;
}
@media (max-width: 580px) {
  .site-form_sign-in,
  .site-form_sign-up {
    width: auto;
    height: auto;
  }
}
.site-form_sign-in.ng-star-inserted,
.site-form_sign-up.ng-star-inserted {
  padding: 20px !important;
}
.site-form h3 {
  color: #99077f;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 8px;
  text-align: center;
  font-family: "Avalon";
}
.site-form__field {
  min-height: 43px;
  width: 100%;
  margin-bottom: 15px;
  font-family: "SFUIText";
  position: relative;
}
.site-form__field.password {
  margin-bottom: 19px;
}
.site-form__field.password .pass-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.site-form__field.password .pass-icon .closed {
  background-image: url("./media_1/eye-closed-NVJTOYEF.svg");
}
.site-form__field.password .pass-icon .closed:hover {
  background-image: url("./media_1/eye-closed-hover-ZJZH7BEM.svg");
}
.site-form__field.password .pass-icon .closed:active {
  background-image: url("./media_1/eye-closed-active-BPXZNJTX.svg");
}
.site-form__field.password .pass-icon .open {
  background-image: url("./media_1/eye-open-IHY6YHFK.svg");
}
.site-form__field.password .pass-icon .open:hover {
  background-image: url("./media_1/eye-open-hover-2MHEG3XS.svg");
}
.site-form__field.password .pass-icon .open:active {
  background-image: url("./media_1/eye-open-active-3X5HSMNB.svg");
}
.site-form__field.password .pass-icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}
.site-form__field input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  height: 100% !important;
  font-size: 16px;
  color: #000;
}
.site-form__field input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.site-form__field input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.site-form__field input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.site-form__field input::placeholder {
  color: #000;
  opacity: 0.4;
}
.site-form__field .ladies-age {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  height: 100%;
  font-size: 16px;
  color: #000;
}
.site-form__field .ladies-age select {
  font-size: 16px;
}
.site-form__btn {
  margin-bottom: 13px;
  cursor: pointer;
  margin-top: 25px;
}
.site-form__login-fast {
  font-family: "SFUIText";
  font-size: 16px;
  color: #000;
}
.site-form__login-fast > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.site-form__login-fast > div .soc-icons {
  margin-left: 8px;
}
.site-form__never-publish {
  font-size: 12px;
  font-family: "SFUIText";
  opacity: 0.4;
  color: #000;
  text-align: center;
}
.site-form .submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.site-form__never-publish.policy {
  display: block;
  line-height: 17px;
  opacity: 1;
  margin-bottom: 10px;
}
.site-form__never-publish.policy .shadowed {
  opacity: 0.4;
}
.site-form__field.password + .site-form__field-age {
  margin: 0;
}
.site-form__field-age {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .content-block__container {
    padding: 32px 15px;
  }
  .content-block__container .users {
    width: calc(100% + 4px);
    margin-left: 0px;
  }
  .content-block__container .users__item .photo {
    border-radius: 10px;
  }
  .main-block {
    height: auto;
    min-height: 0;
  }
  .main-block__container {
    padding: 0;
  }
  .main-block__sign-in {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-top: 0;
  }
  .main-block__sign-in .btn-sign {
    color: #00bfff;
    background: #fff;
  }
  .main-block__sing-up-form {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
  .main-block .site-form {
    max-width: 100%;
    box-shadow: 0 2px 23px 0 rgba(90, 110, 181, 0.3);
    border-radius: 0;
    padding: 25px 20px;
    padding-top: 70px;
  }
  .main-block.toplop-background .main-block__sign-in {
    right: 20px;
  }
  .main-block.toplop-background .main-block__sign-in .btn-sign {
    border: solid 1px #00bfff;
  }
  .advantages__item-text {
    font-size: 14px;
  }
}
.content-block {
  flex-grow: 10;
}
.content-block__container {
  max-width: 1858px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 15px 69px;
}
.site-form__login-fast > div {
  margin-bottom: 13px;
}
.site-form__login-fast > div.m-0 {
  margin: 0;
}
.users {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.users .user-icon {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.users .user-icon .ico {
  font-size: 25px;
  color: #fff;
}
.users .mob-btn {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: none;
  margin-right: 15px;
}
.users__item {
  position: relative;
  width: calc(12.5% - 30px);
  padding-top: calc(12.5% - 30px);
  margin: 0 14px 50px 15px;
  cursor: pointer;
}
.users__item:hover .info .name {
  color: #10c3ff;
}
.users__item .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
.users__item .info {
  margin-bottom: -16px;
  position: absolute;
  bottom: -15px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  line-height: 25px;
  white-space: nowrap;
}
.users__item .info .name {
  font-size: 19.2px;
  font-family: "Arial";
  color: #000;
  margin-right: 10px;
  line-height: 1;
  transition: all 0.5s ease;
}
.users__item .info .birthday {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url("./media_1/birthday-XYUJZ64Y.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
}
.users__item .info .online {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #7ed321;
  margin-bottom: 5px;
}
.btn-more {
  color: #00bfff;
  background: #fff;
  height: 32px;
  min-width: 90px;
  padding: 0 15px;
  border: solid 1px #00bfff;
  border-radius: 21px;
  font-size: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn-more:hover {
  color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.btn-more:active {
  color: #1ea2cf;
  border: solid 1px #1ea2cf;
}
.orange-circle {
  background-color: #ffb843;
}
.green-circle {
  background-color: #5abf7a;
}
.age-select-content .icon {
  top: 5px;
}
.age-select-content .max-content,
.age-select-content .min-content {
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
.ladies-age .age-select .age-select-content .age-select-content-min .min-content {
  max-height: initial !important;
}
.ladies-age .age-select .age-select-content .age-select-content-min .min-content ul li {
  border: none !important;
}
.ladies-age .age-select .age-select-content .age-select-content-max .max-content {
  max-height: initial !important;
}
.ladies-age .age-select .age-select-content .age-select-content-max .max-content ul li {
  border: none !important;
}
.carousel-container .foto {
  margin-bottom: 25px;
}
.carousel-container .foto img {
  max-height: 100% !important;
}
.carousel-container .foto .icon-send-carousel {
  bottom: -25px !important;
}
.carousel-container .foto .icon-close-carousel {
  cursor: pointer;
}
.small-preloader.relative {
  position: relative;
  height: 70px;
}
.tablet-edit-icon {
  display: none;
  font-size: 20px;
  cursor: pointer;
}
.icon-filter {
  display: none;
}
.list-button {
  color: #00bfff;
  float: left;
  margin-top: 10px;
}
.icon-path-group {
  position: relative;
}
.icon-path-group .icon-nested-path {
  position: absolute;
}
.icon-path-group .icon-nested-path:last-child {
  position: static;
}
.icon-birthday .path1 {
  color: #ff9697;
}
.icon-birthday .path2 {
  color: #0dbef9;
}
.icon-birthday .path3 {
  color: #ffb75a;
}
.icon-birthday.main {
  font-size: 24px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.my-interests__item {
  max-width: 56px;
  width: 100%;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
}
.my-interests__item .interest-container {
  width: 56px;
  height: 56px;
  position: relative;
  margin: auto;
  border-radius: 30px;
}
.my-interests__item .interest-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.my-interests__item .name {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  font-family: Arial;
}
.loader-with-atach {
  width: 20px;
  margin-right: 10px;
}
.rotate {
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-180 {
  transform: rotate(180deg);
}
.chat-divider-container {
  position: relative;
  height: 20px;
  line-height: 20px;
}
.chat-divider-container .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c6c6c6;
}
.chat-divider-container .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #f0f0f0;
  color: #c6c6c6;
  padding: 0 10px;
}
.hide-thumbs-without-auto gallery-core[imageSize=contain] gallery-slider .g-image-item,
.bg-contain gallery-core[imageSize=contain] gallery-slider .g-image-item {
  background-size: contain !important;
}
.bg-auto gallery-core[imageSize=contain] gallery-slider .g-image-item {
  background-size: auto !important;
}
.gallery-preview-photos gallery-thumbs {
  display: none;
}
.gallery-preview-photos lightbox {
  max-height: 100vh;
}
.cdk-overlay-pane gallery gallery-core[imageSize=contain] gallery-slider .g-image-item {
  background-size: auto;
}
.cdk-overlay-pane gallery gallery-thumb {
  margin-right: 10px;
}
.cdk-overlay-pane gallery gallery-thumb.g-active-thumb .g-image-item {
  border: 2px solid #fff;
  border-radius: 17px;
}
.cdk-overlay-pane gallery gallery-counter .g-counter {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 14px !important;
}
.hide-thumbs gallery-thumbs,
.hide-thumbs-with-auto gallery-thumbs,
.hide-thumbs-without-auto gallery-thumbs {
  display: none;
}
.mes-text p img:not(.emoji-img),
.desc img:not(.emoji-img) {
  display: none !important;
}
.container-image {
  width: 128px;
  height: 128px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.image-preview-email {
  width: 128px;
  height: 128px;
  background: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
}
.image-preview-email.no-paid:not(.video-img) {
  filter: saturate(8) blur(5px);
}
.image-preview-email .blur-photo {
  filter: saturate(8) blur(5px);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.download {
  display: none !important;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.download .image-arrow {
  background-image: url("./media_1/arrow-down-XQD3UOZT.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
.download .image-arrow.image-video {
  background-image: url("./media_1/play-icon-WNRLRG7A.png");
  width: 50px;
  height: 50px;
}
.cdk-overlay-backdrop.g-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-form__field .mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0;
  background-color: transparent !important;
}
.site-form__field .mat-mdc-text-field-wrapper.mdc-text-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.site-form__field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  min-height: 46px;
  padding-top: 22px;
  padding-bottom: 2px;
}
.site-form__field .mat-mdc-form-field-error-wrapper {
  padding: 0 !important;
  font-size: 10px;
}
.site-form__field .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-bottom-align::before {
  display: none !important;
}
.site-form__field .mat-mdc-form-field-bottom-align::before {
  height: 10px;
}
.site-form__field .mat-mdc-form-field-subscript-wrapper {
  max-height: 10px;
}
.plus-menu {
  position: relative;
}
.plus-menu .menu {
  position: absolute;
  top: -98px;
  left: -17px;
  display: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #00bfff;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}
.plus-menu .menu.new-menu {
  top: -42px;
  left: 8px;
}
.plus-menu .menu.opened {
  display: block;
}
.plus-menu .menu .menu-item {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  white-space: nowrap;
  cursor: pointer;
}
.plus-menu .menu .menu-text {
  line-height: 17px;
}
.plus-button {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
  cursor: pointer;
}
.plus-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.plus-button .horz,
.plus-button .vert {
  position: absolute;
  background: #00bfff;
}
.plus-button .horz {
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.plus-button .vert {
  width: 3px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.chat-icon {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.icon-attachment {
  background: url("./media_1/paper-clip-EPPECE4V.svg") no-repeat center center;
  background-size: contain;
}
.icon-attachment-blue {
  background: url("./media_1/paper-clip-blue-UC7NTGEE.svg") no-repeat center center;
  background-size: contain;
}
.icon-out {
  background: url("./media_1/out-ZAELPVQA.svg") no-repeat center center;
  background-size: contain;
}
.app-owl-carousel {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.app-owl-carousel owl-carousel-o {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.app-owl-carousel .owl-item {
  cursor: pointer;
}
.carousel-counter {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  color: #fff;
  transform: translateX(-50%);
  background: #000;
  padding: 3px 10px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 15px;
  opacity: 0.66;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 #34193d;
  background-color: rgba(0, 0, 0, 0.4);
}
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  width: 20px;
  height: 20px;
  background-size: cover;
}
.owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.owl-theme .owl-nav .owl-prev i {
  background-image: url("./media_1/arrow-right-gallery-ORIDIB42.svg");
  transform: rotate(180deg);
}
.owl-theme .owl-nav .owl-next {
  right: 10px;
}
.owl-theme .owl-nav .owl-next i {
  background-image: url("./media_1/arrow-right-gallery-ORIDIB42.svg");
}
.gifts-tabs-carousel .owl-prev,
.gifts-tabs-carousel .owl-next {
  width: 30px !important;
  box-shadow: none !important;
  background: none !important;
}
.gifts-tabs-carousel .owl-prev .arrow-left,
.gifts-tabs-carousel .owl-next .arrow-left {
  transform: rotate(-90deg);
}
.gifts-tabs-carousel .owl-prev .arrow-right,
.gifts-tabs-carousel .owl-next .arrow-right {
  transform: rotate(90deg);
}
.owl-overlay-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.owl-overlay-lightbox.lightbox-preview {
  overflow: hidden;
}
.owl-overlay-lightbox.opened {
  display: block;
}
.owl-overlay-lightbox .gallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: hidden;
}
.owl-overlay-lightbox .gallery-self {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10100;
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item img,
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item video {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item img.private,
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item video.private {
  filter: blur(16px);
}
.owl-overlay-lightbox .gallery-self .owl-carousel .owl-item video {
  min-width: 70%;
}
.owl-overlay-lightbox .close-lightbox {
  width: 20px !important;
  height: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10200;
}
app-create-ticket-modal {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.chat-container.new-chat.messages-only {
  padding: 0 24px 0 24px;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  height: calc(100% - 100px);
}
.chat-container.new-chat .chat-message {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
}
.chat-container.new-chat .chat-message.incoming-mes {
  justify-content: flex-end;
}
.chat-container.new-chat .chat-message.incoming-mes .mes {
  background: #deeaf6;
  border-bottom-right-radius: 0;
}
.chat-container.new-chat .chat-message.incoming-mes .mes.has-gift {
  background: transparent;
}
.chat-container.new-chat .chat-message.incoming-mes .mes.has-gift .mes-time {
  background: #fff;
  padding: 4px;
  border-radius: 10px;
}
.chat-container.new-chat .chat-message.incoming-mes .mes.has-file-preview,
.chat-container.new-chat .chat-message.incoming-mes .mes.has-gift {
  flex-direction: column;
}
.chat-container.new-chat .chat-message.incoming-mes .ava {
  margin-left: 10px;
}
.chat-container.new-chat .chat-message.outcoming-mes {
  margin-right: 24px;
  justify-content: flex-start;
}
.chat-container.new-chat .chat-message.outcoming-mes .mes {
  background-color: #fff;
  border-bottom-left-radius: 0;
}
.chat-container.new-chat .chat-message.outcoming-mes .mes.has-gift {
  background: transparent;
}
.chat-container.new-chat .chat-message.outcoming-mes .mes.has-gift .mes-time {
  background: #fff;
  padding: 3px;
  border-radius: 10px;
}
.chat-container.new-chat .chat-message.outcoming-mes .mes.has-file-preview,
.chat-container.new-chat .chat-message.outcoming-mes .mes.has-gift {
  flex-direction: column;
}
.chat-container.new-chat .chat-message.email-message .mes {
  border: 1px solid #F2E0FF;
}
.chat-container.new-chat .chat-message.email-message .subject {
  align-items: flex-start;
}
.chat-container.new-chat .chat-message.email-message .subject .subject-time {
  font-size: 10px;
}
.chat-container.new-chat .chat-message.email-message.incoming-mes .mes {
  border: 1px solid #C1D4F6;
  background: #fff;
}
.chat-container.new-chat .chat-message.has-attach {
  width: 30%;
  max-width: 172px;
  min-width: 60px;
  min-height: 60px;
}
.chat-container.new-chat .chat-message.has-attach.incoming-mes {
  margin-left: auto;
  margin-right: 0;
}
.chat-container.new-chat .chat-message.has-attach .mes {
  width: 100%;
  height: 100%;
}
.chat-container.new-chat .chat-message .container-message-image {
  width: 100%;
  height: 100%;
}
.chat-container.new-chat .chat-message .container-message-image .image-preview-email {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
.chat-container.new-chat .chat-message .container-message-image .image-preview-email.video-img {
  background-position: center center;
}
.chat-container.new-chat .mes {
  border-radius: 16px;
}
.chat-container.new-chat .mes-img {
  cursor: pointer;
  overflow: hidden;
}
.chat-container.new-chat .mes-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-15px, -15px);
  position: absolute;
}
.chat-container.new-chat .mes-img.not-dowload .img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}
.chat-container.new-chat .mes-img.not-dowload:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url(/src/assets/img/mes-arr-down.svg) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  z-index: 30;
}
.chat-container.new-chat .mes-text {
  display: flex;
  align-items: flex-end;
  padding: 8px;
  font-size: 15px;
}
.chat-container.new-chat .mes-text .text {
  margin-right: 10px;
  color: #000000;
  word-break: break-word;
  line-height: 21px;
}
.chat-container.new-chat .mes-text .text.text-email {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.chat-container.new-chat .mes-text .mes-time {
  font-size: 10px;
  line-height: 10px;
  -webkit-user-select: none;
  user-select: none;
}
.chat-container.new-chat .mes-text .mes-time .time {
  font-size: 12px;
  opacity: 0.6;
}
.chat-container.new-chat .mes-text .mes-time.file-time {
  width: 100%;
  position: static;
  text-align: right;
  margin-top: 5px;
}
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-media-text {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 14px;
  background: #5abf7a;
  color: #fff;
  padding: 5px;
  border-radius: 7px;
  cursor: pointer;
}
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chat-field .chat-type-mes.new-chat {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.chat-field .chat-type-mes.new-chat .input-field {
  max-width: 100%;
  padding-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.chat-field .chat-type-mes.h-100px {
  height: 100px;
}
@media (max-width: 1720px) {
  .content-wrapper {
    max-width: 1858px;
    width: 100%;
    margin: 0 auto;
    padding-right: 365px;
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  .users__item {
    width: calc(14.2857142857% - 30px);
    padding-top: calc(14.2857142857% - 30px);
  }
  .users__item .info .name {
    font-size: 16px;
  }
}
.cdk-overlay-pane .g-btn-close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.cdk-overlay-pane gallery-nav .g-nav-prev,
.cdk-overlay-pane gallery-nav .g-nav-next {
  position: fixed;
}
.cdk-overlay-pane gallery-nav .g-nav-prev {
  left: 50px;
}
.cdk-overlay-pane gallery-nav .g-nav-next {
  right: 50px;
}
.cdk-overlay-pane.read-ticket-modal {
  z-index: initial !important;
}
@media (max-width: 1280px) {
  .icon-filter {
    margin: 20px;
    display: inline-block;
    color: #00bfff;
    font-size: 10px;
    float: right;
  }
}
@media (max-width: 1024px) {
  .users__item {
    width: calc(20% - 30px);
    padding-top: calc(20% - 30px);
  }
}
@media (max-width: 1023px) {
  .tablet-edit-icon {
    display: initial;
  }
  .chats-page .tablet-edit-icon {
    margin-left: 15px;
  }
  .users.edit-mode-on .users__item .favorite-remove {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .users__item {
    width: calc(25% - 30px);
    padding-top: calc(25% - 30px);
  }
  .content-wrapper {
    padding: 35px 25px 0;
  }
}
@media (max-width: 580px) {
  .gallery-preview-photos gallery-counter,
  .hide-thumbs gallery-counter,
  .hide-thumbs-with-auto gallery-counter,
  .hide-thumbs-without-auto gallery-counter {
    display: none;
  }
  .main-block.toplop-background .main-block__sing-up-form,
  .main-block__sing-up-form {
    margin-top: 0;
    margin-left: 0;
  }
  .users .mob-btn {
    display: flex;
    display: -webkit-flex;
  }
  .users__item {
    width: calc(33.3333333333% - 15px);
    padding-top: calc(33.3333333333% - 15px);
    margin: 0 7.5px 15px 7.5px;
  }
  .users__item .info {
    display: none;
  }
  .gallery-preview-photos gallery gallery-thumbs,
  .hide-thumbs gallery gallery-thumbs,
  .hide-thumbs-with-auto gallery gallery-thumbs,
  .hide-thumbs-without-auto gallery gallery-thumbs {
    display: none;
  }
  .gallery-preview-photos gallery .g-box,
  .hide-thumbs gallery .g-box,
  .hide-thumbs-with-auto gallery .g-box,
  .hide-thumbs-without-auto gallery .g-box {
    margin: 0;
    margin-bottom: 0;
  }
  .gallery-preview-photos lightbox,
  .hide-thumbs lightbox,
  .hide-thumbs-with-auto lightbox,
  .hide-thumbs-without-auto lightbox {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
  }
  .gallery-preview-photos .g-counter,
  .hide-thumbs .g-counter,
  .hide-thumbs-with-auto .g-counter,
  .hide-thumbs-without-auto .g-counter {
    position: fixed;
    top: 28px !important;
    right: 70px;
    z-index: 9999;
  }
  .cdk-overlay-pane gallery-nav .g-nav-prev {
    left: 2px;
  }
  .cdk-overlay-pane gallery-nav .g-nav-next {
    right: 2px;
  }
}
@media (max-width: 580px) {
  .content-wrapper {
    padding: 16px 16px 0;
  }
  .carousel-container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .carousel-container .foto img {
    width: auto;
  }
  .carousel-container .foto .counter {
    right: 20% !important;
  }
  .carousel-container .foto .icon-close-carousel {
    width: 30px !important;
    top: 1% !important;
    height: 30px !important;
    right: 20px !important;
    cursor: pointer;
  }
  .carousel-container .foto .icon-close-carousel > div {
    width: 30px !important;
    height: 30px !important;
  }
}
.rec-block {
  width: 100%;
  max-height: 90px;
  overflow: hidden;
}
.rec-block img {
  height: 90px;
}
.rec-block-margin {
  height: 35px;
}
.site-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #000000;
  line-height: 1.38;
  font-size: 16px;
  font-weight: 100;
}
.site-info__item {
  width: 33%;
}
.site-info__item.news {
  width: 28%;
}
.site-info__item.advantages {
  padding-left: 5px;
}
.site-info__item-title {
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 100;
}
.news-content__item {
  margin-bottom: 10px;
  display: inline-block;
  color: #000000;
}
.news-content__item:last-child {
  margin-bottom: 0;
}
.news-content__item .small {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.23;
  margin-bottom: 1px;
}
.advantages-content {
  display: flex;
  display: -webkit-flex;
}
.advantages__item {
  max-width: 110px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 10%;
}
.advantages__item:last-child {
  margin-right: 0;
}
.advantages__item-icon {
  max-width: 92px;
  width: 100%;
  margin: 0 auto;
}
.advantages__item-icon img {
  width: 100%;
}
.advantages__item-text {
  max-width: 120px;
  text-align: center;
}
.sweet-stories {
  max-width: 536px;
}
.sweet-stories .site-info__item-title {
  margin-bottom: 19px;
  padding-left: 9px;
  letter-spacing: -0.7px;
}
.sweet-stories-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sweet-stories-content__item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-left: 20px;
}
.sweet-stories-content__item:first-child {
  margin-left: 0;
}
.sweet-stories-content__item-photo {
  border-radius: 50%;
  overflow: hidden;
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  margin-right: 40px;
}
.sweet-stories-content__item-photo img {
  width: 100%;
}
.sweet-stories-content__item-text {
}
.sweet-stories-content__item-text span {
  display: block;
}
.sweet-stories-content__item-text .title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  margin-bottom: 10px;
}
.sweet-stories-content__item-text .text {
  color: #000000;
  line-height: 1.38;
  font-size: 16px;
}
.sweet-stories-content__item-text .text a {
  color: #00bfff;
  font-weight: 700;
}
.sweet-stories-content__item-text .text a:hover {
  text-decoration: underline;
}
.textarea-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #00bfff;
  transition: 0.4s;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
}
.textarea-icon:hover {
  color: #2cb0dd;
}
.textarea-icon:active {
  color: #1ea2cf;
}
@media screen and (max-height: 550px) {
  .cdk-overlay-pane.auth-in app-modal,
  .cdk-overlay-pane.auth-up app-modal {
    align-items: initial !important;
    padding-top: 20px !important;
  }
}
@media screen and (max-height: 580px) {
  .cdk-overlay-pane gallery-nav .g-nav-prev {
    left: 2px;
  }
  .cdk-overlay-pane gallery-nav .g-nav-next {
    right: 2px;
  }
}
.cdk-overlay-container lightbox {
  align-self: center;
}
@media (max-width: 1440px) {
  .advantages__item {
    margin-right: 5%;
  }
  .sweet-stories-content__item-photo {
    min-width: 150px;
    max-width: 150px;
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .site-info__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .site-info__item:last-child {
    margin-bottom: 0;
  }
  .site-info__item.sweet-stories {
    max-width: 100%;
    width: 100%;
  }
  .sweet-stories-content__item {
    width: calc(50% - 20px);
  }
  .sweet-stories-content__item:last-child {
    display: flex;
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .sweet-stories-content__item {
    width: 100%;
  }
  .sweet-stories-content__item:last-child {
    display: none;
  }
  .sweet-stories-content__item-photo {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }
  .site-info__item {
    width: 100%;
  }
  .site-info__item.advantages {
    order: 1;
  }
  .site-info__item.news {
    order: 2;
  }
  .site-info__item.sweet-stories {
    order: 3;
  }
  .site-info__item-title {
    font-size: 23px;
  }
  .advantages-content {
    justify-content: center;
  }
  .content-wrapper_emails.main-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 769px) {
  .content-wrapper {
    padding-top: 73px !important;
  }
  .content-wrapper.chats {
    padding-top: 0 !important;
  }
}
.uesers__item {
  position: relative;
}
.favorite-remove {
  width: 31px;
  height: 31px;
  font-size: 13px;
  display: block;
  position: absolute;
  text-align: center;
  right: -8px;
  top: -8px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
  background: #999;
  border-radius: 50%;
  line-height: 32px;
  color: #fff;
}
.favorite-remove span {
  position: absolute;
  left: 0;
  top: 0;
}
.exclamation-pos {
  font-size: 11px;
  background: #8f1cae;
  padding: 5px 9px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  font-weight: bold;
}
.animate-first-elemt {
  animation-name: bounce;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.banner-right-column {
  width: calc(100% - 307px);
}
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.faq-content.stories .text-container video,
.faq-content.stories .text-container img {
  width: 100%;
}
app-order-delivery-modal {
  width: 100%;
}
app-inactive-modal {
  width: 100%;
  overflow: hidden;
}
.radio-container.payments {
  display: flex !important;
}
.radio-container.payments img.img-for-type-payment-gift {
  width: 80px !important;
}
.radio-container.payments .checkmark {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .sweet-stories-content__item-photo {
    margin-right: 20px;
  }
}
@media (max-width: 580px) {
  .radio-container.payments {
    display: flex !important;
  }
  .radio-container.payments .checkmark {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1440px) {
  .content-block__container {
    padding: 80px 60px 69px;
  }
  .site-info__item-title {
    margin-bottom: 10px;
  }
  .site-info__item.news {
    width: 29%;
  }
  .site-info__item.news .news-content {
    width: 80%;
  }
  .site-info__item.advantages {
    width: 29%;
  }
  .site-info__item.advantages .site-info__item-title {
    margin-bottom: 20px;
  }
  .site-info__item.sweet-stories {
    width: 28%;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-photo {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    margin-right: 12px;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-text {
    padding-top: 18px;
  }
  .advantages__item {
    margin-right: 10%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .site-info__item.advantages {
    margin-left: -10%;
  }
  .site-info__item.sweet-stories {
    margin-right: 2%;
  }
}
@media (max-width: 1024px) {
  .main-block__sign-in .btn-sign {
    margin-left: 26px;
  }
  .main-block__sing-up-form {
    margin-right: 15px;
  }
  .content-block__container {
    padding: 50px 40px 69px;
  }
  .site-info__item.news {
    width: 50%;
  }
  .site-info__item.advantages {
    width: 49%;
  }
  .site-info__item.advantages .advantages__item {
    margin-right: 19%;
  }
  .site-info__item.sweet-stories {
    width: 100%;
  }
  .site-info__item.sweet-stories .site-info__item-title {
    letter-spacing: 0;
    padding-left: 0;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-text {
    padding-top: 17px;
    padding-left: 7px;
  }
  .sweet-stories-content__item {
    margin-left: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main-block__sign-in .btn-sign {
    margin-left: auto;
  }
  .main-block__sing-up-form {
    margin-right: 6px;
  }
  .main-block {
    background-size: 215%;
    background-position: 15% 0;
  }
  .content-block__container {
    padding: 50px 30px 69px;
  }
  .content-block__container .users__item {
    width: calc(25% - 19px);
    padding-top: calc(25% - 19px);
    margin: 0 12px 50px 7px;
  }
  .site-info {
    margin: 0 -11px;
  }
  .site-info__item.advantages {
    width: 50%;
    padding-left: 0;
  }
  .site-info__item.advantages .advantages__item {
    margin-right: 13%;
  }
  .site-info__item {
    margin-bottom: 23px;
  }
  .site-info__item.sweet-stories .site-info__item-title {
    padding-left: 9px;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-text {
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .site-info__item.news {
    width: 100%;
  }
  .site-info__item.advantages {
    width: 100%;
  }
  .site-info__item.advantages .advantages__item {
    margin-right: 0;
  }
  .site-info__item.advantages .site-info__item-title {
    padding-left: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
  }
  .site-info__item.advantages .advantages__item-icon {
    max-width: 75px;
  }
  .site-info__item.news {
    padding-left: 13px;
    margin-bottom: 25px;
  }
  .site-info__item.news .news-content {
    width: 100%;
  }
  .site-info__item.sweet-stories {
    padding-left: 4px;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-photo {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    margin-right: 18px;
  }
  .site-info__item.sweet-stories .sweet-stories-content__item-text {
    padding-top: 0;
  }
}
@media (max-width: 580px) {
  .cdk-overlay-container lightbox {
    margin: 0 auto;
  }
  .main-block__sing-up-form {
    margin-right: 0;
  }
  .main-block .site-form {
    padding-top: 39px;
  }
  .main-block .site-form h3 {
    margin-bottom: 2px;
  }
  .content-block__container .users__item {
    width: calc(33.3333333333% - 15px);
    padding-top: calc(33.3333333333% - 15px);
    margin: 0 12px 12px 3px;
  }
  .content-block__container {
    padding: 31px 12px 69px;
  }
  .site-info {
    margin: 0;
  }
  .users {
    padding-bottom: 30px;
  }
  .soc-icons .icon {
    margin-right: 10px;
  }
  .main-block__sign-in {
    z-index: 2;
  }
  .site-form__login-fast > div {
    flex-wrap: wrap;
  }
  .site-form {
    padding: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-block__sing-up-form.main-block__sing-up-form_not-auth .users .mob-btn {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter-search .filter-search-group .filter-search-group__func_progress-bar input {
    width: 48px;
  }
  .mail-wrap .chat-type-mes .icons-group {
    padding-right: 30px;
  }
  .mail-wrap .chat-type-mes .send-btn .btn {
    flex-direction: column;
  }
  .general-info-wrap {
    height: 150px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .select-wrapper input.select-dropdown {
      line-height: 31px !important;
    }
  }
}
.side-right-chats-page app-column .right-panel-wrap {
  position: inherit;
  max-width: none;
  height: inherit;
}
@media screen and (max-width: 1024px), screen and (min-width: 1440px) {
  .main-block__sing-up-form .site-form__field {
    margin-bottom: 0;
  }
  .main-block__sing-up-form .site-form__field.password {
    margin-bottom: 10px;
  }
  .main-block__sing-up-form .site-form__login-fast > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  .send-email-popup.popup {
    max-height: 100vh;
  }
}
@media (hover: none) {
  .popup-img.popup-img-position {
    display: none;
  }
}
@media (hover: hover) {
  .users__item:hover .favorite-remove {
    opacity: 1;
    visibility: visible;
  }
}
.right-panel-wrap {
  max-width: 308px;
  min-width: 308px;
  width: 100%;
  height: calc(100% - 73px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
.scroll-container {
  padding-right: 20px;
}
.search-login-wrap {
  position: relative;
}
.search-login-wrap .filter-search {
  max-width: 100%;
}
.search-login-wrap .filter-search .filter-search-group,
.search-login-wrap .filter-search .filter-search-online,
.search-login-wrap .filter-search .filter-search-btn {
  margin-right: 0;
  width: 22%;
  margin-right: 4%;
  cursor: pointer;
}
.search-login-wrap .users__item .info {
  bottom: -25px;
}
.search-login-wrap .users .users__item {
  width: calc(20% - 35px);
  padding-top: calc(20% - 35px);
  margin: 0 15px 50px 20px;
}
@media (min-width: 2370px) {
  .search-login-wrap {
    padding-right: 0;
  }
  .search-login-wrap .users .users__item {
    width: calc(16.6666666667% - 30px);
    padding-top: calc(16.6666666667% - 30px);
  }
}
.right-panel {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.right-panel__title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 15px;
  border-bottom: solid #cccccc 1px;
}
.right-panel__title h3 {
  line-height: 0.92;
  color: #000000;
  font-size: 22px;
  font-weight: 100;
}
.right-panel__title .show-more {
  border-radius: 12px;
  border: solid 1px #00bfff;
  color: #00bfff;
  font-size: 12px;
  font-weight: 600;
  width: 80px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  cursor: pointer;
}
.right-panel__title .show-more:hover {
  color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.right-panel__title .show-more:active {
  bcolor: #1ea2cf;
  border: solid 1px #1ea2cf;
}
.right-panel__title .sound .ico {
  font-size: 25px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.right-panel__title .sound .icon-sound-off {
  color: #707070;
  display: none;
}
.right-panel__title .sound .icon-sound-off:hover {
  opacity: 0.6;
}
.right-panel__title .sound .icon-sound-off:active {
  opacity: 0.4;
}
.right-panel__title .sound .icon-sound {
  color: #00bfff;
}
.right-panel__title .sound .icon-sound:hover {
  color: #2cb0dd;
}
.right-panel__title .sound .icon-sound:active {
  color: #1ea2cf;
}
.right-panel__item {
  padding-bottom: 5px;
  width: 100%;
}
.right-panel__item.chat-requests .remove-mes {
  top: -10px;
}
.right-panel__scroll {
  height: calc(100% - 55px);
  overflow-y: hidden;
}
.right-panel__item {
  background-color: #f3f3f3;
  box-shadow: inset 7px 0 23px 0 rgba(52, 25, 61, 0.05);
  border-left: 1px solid #dde0e5;
  border-right: 1px solid #dde0e5;
}
.right-panel__item.contacts {
  margin-bottom: 4px;
}
.r-panel-list-photo-big {
  min-width: 148px;
  max-width: 148px;
  height: 148px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 295px;
  z-index: 2000;
}
.r-panel-list {
  overflow-x: hidden;
}
.r-panel-list__item {
  padding: 4px 40px 4px 20px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0 -11px;
}
.r-panel-list__item .remove-mes {
  position: absolute;
  right: 15px;
  width: 21px;
  height: 21px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.r-panel-list__item .remove-mes .ico {
  font-size: 21px;
  width: 100%;
  height: 100%;
}
.r-panel-list__item .remove-mes .ico span {
  left: 0;
  top: 0;
  position: absolute;
}
.r-panel-list__item:hover {
  background: rgba(255, 255, 255, 0.6);
}
.r-panel-list__item:hover .remove-mes {
  opacity: 1;
  visibility: visible;
}
.r-panel-list__item:hover .date {
  opacity: 0 !important;
  visibility: hidden !important;
}
.r-panel-list__item .photo {
  min-width: 48px;
  max-width: 48px;
  border: 2px solid transparent;
  height: 48px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.r-panel-list__item.unread-mes .photo {
  border: 2px solid #00bfff;
}
.r-panel-list__item.unread-mes .mes-body .message {
  opacity: 1;
  max-width: initial;
  height: 23px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-panel-list__item.unread-mes .mes-body .message.read-message {
  opacity: 0.4;
}
.r-panel-list__item.unread-mes .mes-body .message.read-message img:not(.emoji-img) {
  top: 25px;
  position: absolute;
}
.r-panel-list__item.unread-mes .mes-body .message.read-message img.emoji-img-1 {
  top: 0px;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0.2em;
  margin-bottom: -3px;
}
.r-panel-list__item.unread-mes .mes-body .date {
  opacity: 1;
}
.r-panel-list__item.unread-mes .mes-body.same-girl .mes-count {
  display: none;
}
.r-panel-list__item .mes-body {
  width: 100%;
}
.r-panel-list__item .mes-body > div {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.r-panel-list__item .mes-body .name {
  color: #000;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 8px;
  margin-top: 2px;
}
.r-panel-list__item .mes-body .online {
  min-width: 10px;
  height: 10px;
  background-color: #7ed321;
  margin-left: 5px;
  display: inline-block;
  border-radius: 50%;
}
.r-panel-list__item .mes-body .date {
  margin-left: 5px;
  color: #000;
  font-size: 12px;
  opacity: 0.4;
  transition: all 0.5s ease;
  visibility: visible;
}
.r-panel-list__item .mes-body .message {
  color: #000;
  line-height: 1.13;
  font-size: 12px;
  opacity: 0.4;
  max-width: 170px;
  font-weight: 550;
}
.r-panel-list__item .mes-body .mes-count {
  min-width: 20px;
  max-width: 20px;
  margin-left: 5px;
  height: 20px;
  border-radius: 50%;
  background-color: #5abf7a;
  border: solid 1.2px #5abf7a;
  color: #fff;
  font-size: 11px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.r-panel-list__item .mes-body .reply-btn {
  width: 60px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  background-color: #00bfff;
  border-radius: 20px;
  position: relative;
  top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
}
.r-panel-list__item .mes-body .reply-btn:hover {
  background-color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.r-panel-list__item .mes-body .reply-btn:active {
  background-color: #1ea2cf;
  border: solid 1px #1ea2cf;
}
.r-panel-list__item .mes-body .emoji {
  width: 15px;
  top: 2px !important;
  position: relative !important;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}
.right-panel__item.chat-requests {
}
.right-panel__item.chat-requests .r-panel-list__item:hover .message {
  max-width: 200px;
}
.right-panel__item.chat-requests .r-panel-list__item:hover .message.no-reply {
  max-width: 175px;
}
.right-panel__item.chat-requests .message {
  display: inline-block;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.right-panel__item.chat-requests .message.no-reply {
  max-width: 175px;
}
.more-requests .right-panel__item.contacts {
  height: 33.33%;
}
.more-requests .right-panel__item.chat-requests {
  height: 66.66%;
}
.mes-alert {
  position: fixed;
  bottom: 25px;
  right: 380px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 23px 0 rgba(90, 110, 181, 0.3);
  z-index: 999;
  border-radius: 16px;
  overflow: hidden;
}
.mes-alert:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  opacity: 0.8;
}
.mes-alert .r-panel-list__item {
  position: relative;
  z-index: 10;
}
.mes-alert .r-panel-list__item:hover {
  background: none;
}
.mes-alert .r-panel-list__item .mes-body .reply-btn {
  position: relative;
  top: 11px;
  margin-top: 0;
}
.mes-alert .r-panel-list__item .mes-body .reply-btn:hover {
  background-color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.mes-alert .r-panel-list__item .mes-body .reply-btn:active {
  background-color: #1ea2cf;
  border: solid 1px #1ea2cf;
}
.select-wrapper input.select-dropdown {
  margin-top: -9px;
  height: 2.5rem;
  margin-bottom: 0;
}
.custom-select-container {
  height: 50px !important;
}
.custom-select-container .top {
  margin-bottom: 7px !important;
}
@media (max-width: 2370px) {
  .search-login-wrap {
    padding-right: 325px;
  }
  .search-login-wrap .users .users__item {
    width: calc(20% - 35px);
    padding-top: calc(20% - 35px);
    margin-bottom: 72px;
  }
  .search-login-wrap .filter-search-group {
    margin-bottom: 20px;
  }
  .authUser.search-login-wrap .users .users__item {
    width: calc(16.6666666667% - 45px);
    padding-top: calc(16.6666666667% - 45px);
  }
  .authUser.search-login-wrap .filter-search-group,
  .authUser.search-login-wrap .filter-search-btn {
    width: 17.7%;
    margin-right: 3.6%;
    margin-bottom: 20px;
  }
  .authUser.search-login-wrap .switch label {
    justify-content: flex-start;
  }
}
@media (max-width: 1800px) {
  .search-login-wrap {
    padding-right: 365px;
  }
}
@media (max-width: 1440px) {
  .search-login-wrap {
    padding-right: 330px;
  }
  .search-login-wrap .users .users__item {
    width: calc(25% - 40px);
    padding-top: calc(25% - 40px);
    margin: 0 5px 72px 15px;
  }
  .search-login-wrap .filter-search {
    margin-bottom: 37px;
  }
  .search-login-wrap .filter-search .filter-search-group,
  .search-login-wrap .filter-search .filter-search-online,
  .search-login-wrap .filter-search .filter-search-btn {
    width: 27%;
    margin-right: 6%;
    margin-bottom: 21px;
  }
  .search-login-wrap .select-wrapper input.select-dropdown {
    margin-bottom: 0;
  }
  .search-login-wrap .filter-search-group__func .select-wrapper input.select-dropdown {
    height: 35px !important;
  }
  .authUser.search-login-wrap .users .users__item {
    width: calc(20% - 53px);
    padding-top: calc(20% - 55px);
    margin: 0 23px 70px 20px;
  }
  .authUser.search-login-wrap .users .users__item:nth-child(6n+6) {
    margin-right: 23px;
  }
  .authUser.search-login-wrap .filter-search-group,
  .authUser.search-login-wrap .filter-search-btn {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 8px;
  }
  .authUser.search-login-wrap .filter-search-group .filter-search-group__label,
  .authUser.search-login-wrap .filter-search-btn .filter-search-group__label {
    margin-bottom: 7px;
  }
  .authUser.search-login-wrap .filter-search {
    margin-bottom: 0;
  }
  .users .user-icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .search-login-wrap {
    padding-right: 330px;
  }
  .search-login-wrap h3 {
    margin-bottom: 29px;
  }
  .search-login-wrap .users .users__item {
    width: calc(33.3333333333% - 26px);
    padding-top: calc(33.3333333333% - 25px);
    margin: 0 6px 79px 15px;
  }
  .search-login-wrap .filter-search {
    padding-left: 15px;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .search-login-wrap .filter-search .filter-search-group,
  .search-login-wrap .filter-search .filter-search-online,
  .search-login-wrap .filter-search .filter-search-btn {
    margin-right: 0;
    width: 43%;
    margin-bottom: 12px;
  }
  .authUser.search-login-wrap h3 {
    margin-bottom: 30px;
  }
  .authUser.search-login-wrap .users .users__item {
    width: calc(25% - 25px);
    padding-top: calc(25% - 25px);
    margin: 0 8px 70px 15px;
  }
  .authUser.search-login-wrap .users .users__item:nth-child(6n+6) {
    margin-right: 8px;
  }
  .authUser.search-login-wrap .filter-search-group,
  .authUser.search-login-wrap .filter-search-btn {
    margin-right: 6.5%;
    width: 29%;
    margin-bottom: 20px;
  }
  .authUser.search-login-wrap .filter-search-group:nth-child(3) {
    margin-right: 0;
  }
  .authUser.search-login-wrap .filter-search-group:nth-child(4n+4) {
    margin-right: 6.5%;
  }
  .authUser.search-login-wrap .filter-search-btn:last-child {
    margin-right: 0;
  }
  .authUser.search-login-wrap .filter-search {
    padding: 0 0 0 17px;
    margin-bottom: 27px;
  }
}
@media (max-width: 1023px) {
  .search-login-wrap {
    padding-right: 20px;
  }
  .right-panel__item.chat-requests .r-panel-list__item:hover .message {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .filter-search-not-authorized {
    padding-top: 20px;
  }
  .search-login-wrap {
    padding-right: 0;
  }
  .search-login-wrap h3 {
    margin-bottom: 35px;
  }
  .search-login-wrap .users .user-icon {
    right: 13px;
    width: 40px;
    height: 40px;
  }
  .search-login-wrap .filter-search {
    padding-right: 20px;
  }
  .authUser.search-login-wrap h3 {
    margin-bottom: 35px;
  }
  .authUser.search-login-wrap .users .users__item {
    width: calc(25% - 24px);
    padding-top: calc(25% - 21px);
    margin: 0 6px 70px 15px;
  }
  .search-login-wrap .users .users__item {
    width: calc(25% - 28px);
    padding-top: calc(25% - 28px);
    margin: 0 6px 74px 15px;
  }
}
@media (max-width: 767px) {
  .search-login-wrap {
    padding-right: 15px;
  }
  .search-login-wrap .users__item .info {
    bottom: -20px;
  }
  .search-login-wrap .users .user-icon {
    bottom: -10px;
    width: 40px;
    height: 40px;
  }
  .search-login-wrap .users .user-icon .ico {
    font-size: 20px;
  }
  .search-login-wrap .users .users__item {
    margin: 0 12px 74px 15px;
  }
  .authUser.search-login-wrap {
    padding-top: 27px;
  }
  .authUser.search-login-wrap h3 {
    padding-left: 3px;
    margin-bottom: 23px;
  }
  .authUser.search-login-wrap .filter-search {
    padding: 0 0 0 3px;
    margin-bottom: 12px;
  }
  .authUser.search-login-wrap .filter-search .filter-search-btn {
    margin-bottom: 22px;
    margin-top: -8px;
  }
  .authUser.search-login-wrap .filter-search-group .filter-search-group__label {
    margin-bottom: 6px;
  }
  .authUser.search-login-wrap .filter-search-group .select-wrapper input.select-dropdown {
    margin-bottom: 0;
  }
  .authUser.search-login-wrap .switch label {
    margin-top: -10px;
    justify-content: space-between;
  }
  .gray-line {
    display: none;
  }
  .right-panel-wrap {
    display: none;
  }
  .mes-alert {
    right: 20px;
  }
}
@media screen and (max-width: 580px) {
  .search-login-wrap {
    padding-top: 27px;
    padding-right: 15px;
  }
  .search-login-wrap h3 {
    margin-bottom: 23px;
  }
  .search-login-wrap .users {
    margin-left: 0;
  }
  .search-login-wrap .users .users__item {
    width: calc(50% - 30px);
    padding-top: calc(50% - 30px);
    margin: 0 16px 73px 4px;
  }
  .search-login-wrap .users .user-icon {
    right: 7px;
    bottom: -18px;
  }
  .search-login-wrap .filter-search {
    padding-left: 3px;
    margin-bottom: 16px;
  }
  .search-login-wrap .filter-search .filter-search-group,
  .search-login-wrap .filter-search .filter-search-online,
  .search-login-wrap .filter-search .filter-search-btn {
    margin-right: 0;
    width: 100%;
  }
  .search-login-wrap .filter-search .filter-search-btn {
    margin-bottom: 16px;
  }
  .search-login-wrap .filter-search .filter-search-group {
    margin-bottom: 12px;
  }
  .search-login-wrap .filter-search .filter-search-group:nth-child(4) {
    margin-top: -8px;
    margin-bottom: 5px;
  }
  .filter-search-not-authorized .button__hide-search {
    font-size: 12px;
  }
  .authUser.search-login-wrap .users .users__item {
    width: calc(50% - 30px);
    padding-top: calc(50% - 30px);
    margin: 0 16px 75px 6px;
  }
}
@supports (-ms-ime-align: auto) and (position: sticky) and (not (font-variation-settings: normal)) {
  .search-login-wrap .users .users__item {
    padding-top: 230px;
  }
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) and (not (position: sticky)) {
  .search-login-wrap .users .users__item {
    padding-top: 230px;
  }
}
.login-wrap {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  flex-grow: 999;
  padding-left: 15px;
}
.profile {
  display: flex;
  display: -webkit-flex;
  padding-top: 17px;
  padding-right: calc(455px + 28%);
}
.profile__left-col {
  width: 100%;
  padding-bottom: 42px;
}
.profile__right-col {
}
.small-preloader.preloader-in-bottom {
  margin-bottom: 35px;
}
.tab-content .ng-scrollbar {
  right: -1px !important;
}
.chat-body {
  height: calc(100% - 70px);
}
.chat-body.new-chat-body {
  height: calc(100% - 81px);
}
.chat-body .chat-type-mes.new-chat {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mail-wrap {
  right: 403px;
  position: fixed;
  bottom: 0;
  top: 90px;
}
.mail-wrap .tab-con-wrap {
  padding-top: 48px;
  height: 100%;
}
.mail-wrap .tab-content {
  height: 100%;
}
.mail-wrap .tabs {
  display: flex;
  height: 48px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mail-wrap .tabs .tab {
  width: calc(100% + 20px);
  margin-left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 26px;
  overflow: hidden;
  background-color: #b8b8b8;
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  cursor: pointer;
  line-height: 1;
  text-transform: none;
}
.mail-wrap .tabs .tab.tab-chat {
  z-index: 2;
  box-shadow: 2px 0 1px 0 rgba(0, 0, 0, 0.2);
}
.mail-wrap .tabs .tab.tab-email {
  z-index: 1;
}
.mail-wrap .tabs .tab.tab-chat.active {
  background-color: #5abf7a;
}
.mail-wrap .tabs .tab.tab-email.active {
  background-color: #ffb843;
}
.mail-wrap .tabs .ico-wrap {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
.mail-wrap .tabs .ico-wrap .ico {
  font-size: 25px;
}
.mail-wrap .tabs .ico-wrap .num {
  position: absolute;
  top: -8px;
  left: 14px;
  color: #fff;
  color: rgba(255, 255, 255, 0.87);
  font-size: 12px;
  padding: 4px 5px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #000;
  z-index: 10;
  font-family: "Arial";
  border: 1px solid #fff;
}
.mail-wrap .tabs .ico-wrap .num.green-circle {
  background: #5abf7a;
}
.mail-wrap .tabs .ico-wrap .num.orange-circle {
  background: #ffb843;
}
gallery-slider gallery-image img[src*="loading.gif"] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
}
.costs {
  max-width: 64px;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
.timer {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(74, 74, 74);
  border-radius: 10px;
  font-size: 13px;
  padding: 3px 7px;
  color: #fff;
  z-index: 99;
}
.mail-wrap {
  max-width: 580px;
  width: 30%;
}
.mail-wrap .chat-body {
  padding: 0 0 20px 21px;
  width: 100%;
  background-color: #f0f0f0;
  border: solid 1px #c6c6c6;
  border-top: 0;
  border-bottom: 0;
}
.mail-wrap .chat-body .-vertical {
  right: 0 !important;
}
.mail-wrap .chat-body .last-mes-comming-date {
  color: #000;
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
  margin-bottom: 8px;
  margin-top: 40px;
}
.mail-wrap .chat-body__mes {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}
.mail-wrap .chat-body__mes.incoming-mes {
  justify-content: flex-end;
}
.mail-wrap .chat-body__mes.incoming-mes .mes {
  background: #fff;
  border-bottom-right-radius: 0;
}
.mail-wrap .chat-body__mes.incoming-mes .ava {
  margin-left: 10px;
}
.mail-wrap .chat-body__mes.outcoming-mes {
  justify-content: flex-start;
}
.mail-wrap .chat-body__mes.outcoming-mes .mes {
  background-color: #b8b8b8;
  border-bottom-left-radius: 0;
}
.mail-wrap .chat-body__mes.outcoming-mes .ava {
  margin-right: 10px;
}
.mail-wrap .chat-body__mes .mes {
  border-radius: 16px;
  position: relative;
  min-height: 80px;
  min-width: 80px;
}
.mail-wrap .chat-body__mes .mes-img {
  cursor: pointer;
  overflow: hidden;
}
.mail-wrap .chat-body__mes .mes-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-15px, -15px);
  position: absolute;
}
.mail-wrap .chat-body__mes .mes-img.not-dowload .img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}
.mail-wrap .chat-body__mes .mes-img.not-dowload:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url("./media_1/mes-arr-down-55HYBW4O.svg") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  z-index: 30;
}
.mail-wrap .chat-body__mes .mes-text {
  padding: 15px 15px 10px 15px;
  font-size: 15px;
  line-height: 1.13;
}
.mail-wrap .chat-body__mes .mes-text p {
  padding-right: 53px;
  color: #000000;
  word-break: break-word;
}
.mail-wrap .chat-body__mes .mes-text p img.emoji-img {
  width: 16px;
  height: 16px;
  margin: 0 0.2em;
  margin-bottom: -3px;
}
.mail-wrap .chat-body__mes .mes-text .mes-time {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.mail-wrap .chat-body__mes .mes-text .mes-time .time {
  font-size: 12px;
  opacity: 0.6;
}
.mail-wrap .chat-body__mes .mes-text .mes-time.file-time {
  width: 100%;
  position: static;
  text-align: right;
  margin-top: 5px;
}
.mail-wrap .chat-body__mes .ava {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.mail-wrap .chat-type-mes {
  width: 100%;
  background: #fff;
  padding: 20px 17px;
  border: solid 1px #c6c6c6;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mail-wrap .chat-type-mes .icons-group {
  margin-right: 15px;
  display: flex;
}
.mail-wrap .chat-type-mes .icons-group .ico {
  font-size: 21px;
  color: #00bfff;
  margin-right: 10px;
  cursor: pointer;
}
.mail-wrap .chat-type-mes .icons-group .ico:hover {
  color: #2cb0dd;
}
.mail-wrap .chat-type-mes .icons-group .ico:active {
  color: #1ea2cf;
}
.mail-wrap .chat-type-mes .icons-group .ico:last-child {
  margin-right: 0;
}
.mail-wrap .chat-type-mes .icons-group .ico.icon-smile {
  margin-right: 0;
}
.mail-wrap .chat-type-mes .input-field {
  width: 100%;
  padding-right: 15px;
  margin-top: 0;
}
.mail-wrap .chat-type-mes .send-btn .btn {
  background-color: #00bfff;
  border-radius: 20px;
  width: 74px;
  height: 32px;
  font-family: Arial;
  font-size: 16px;
  text-transform: none;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
  box-shadow: none;
}
.field-chart {
  color: #000000;
  font-size: 16px;
  font-family: Arial;
  border: 0;
  width: 100%;
  background: transparent;
  margin: 2px 0 0;
  padding: 0;
  height: 17px;
  resize: none;
  overflow: hidden;
}
.field-chart::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.field-chart::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.field-chart:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.field-chart:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.field-chart:focus {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.field-chart[style*=height] {
  overflow: auto;
}
.empty-email {
  height: 100%;
}
.empty-email form {
  height: 100%;
}
.empty-email .chat-body {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.empty-email .chat-body .new-mes {
  flex-grow: 999;
}
.empty-email .chat-body .new-mes__subject {
  height: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a0a0a0;
}
.empty-email .chat-body .new-mes__subject input {
  color: #000;
  font-size: 15px;
  font-family: Arial;
  height: 100%;
  width: 100%;
  border: 0;
}
.empty-email .chat-body .new-mes__text {
  color: #000;
  line-height: 1.47;
  font-size: 15px;
  font-family: Arial;
  margin-bottom: 20px;
}
.empty-email .chat-body .new-mes__field textarea {
  color: #000;
  font-size: 15px;
  font-family: Arial;
  border: 0;
  width: 100%;
  min-height: 200px;
  resize: none;
}
.empty-email .chat-body .new-mes__field textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.empty-email .chat-body .new-mes__field textarea::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.empty-email .chat-body .new-mes__field textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.empty-email .chat-body .new-mes__field textarea:-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.empty-email .chat-body .credits {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #000;
  opacity: 0.4;
  font-size: 9px;
}
.empty-email .chat-type-mes {
  background: #f0f0f0;
}
.chat-email__wrap {
  background: #f0f0f0;
  border: solid 1px #c6c6c6;
  height: calc(100% - 55px);
  overflow: hidden;
}
.chat-email {
  width: 100%;
}
.chat-email__btn {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.chat-email__btn .btn {
  width: 141px;
  height: 32px;
  border-radius: 24px;
  padding: 0 1rem;
  background-color: #00bfff;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
}
.chat-email__body {
  width: 100%;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
}
.chat-email__item {
  min-height: 76px;
  padding: 5px 10px 8px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
  border-bottom: solid 1px #c6c6c6;
  cursor: pointer;
  transition: all 0.5s ease;
}
.chat-email__item:hover {
  background-color: #fafafa;
}
.chat-email__item:hover .info > div {
  visibility: hidden;
  opacity: 0;
}
.chat-email__item:hover .info .remove-mes {
  visibility: visible;
  opacity: 1;
}
.chat-email__item:last-child {
  border-bottom: 0;
}
.chat-email__item .ava {
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.chat-email__item .ava .draft-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.chat-email__item .ava .draft-icon .ico {
  color: #fff;
  font-size: 20px;
}
.chat-email__item .mes {
  flex-grow: 12;
  align-self: flex-start;
  padding-top: 8px;
}
.chat-email__item .mes .mes-title {
  color: #000000;
  line-height: 1.13;
  font-size: 15px;
  font-family: Arial;
}
.chat-email__item .mes .mes-text {
  color: #000000;
  opacity: 0.6;
  font-size: 20px;
  font-family: Arial;
}
.chat-email__item .mes .link {
  margin-right: 5px;
  color: #00bfff;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
}
.chat-email__item .info {
  max-width: 70px;
  width: 100%;
  min-height: 61px;
  height: 100%;
  flex-grow: 10;
  flex-grow: 10;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}
.chat-email__item .info .date {
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.13;
}
.chat-email__item .info .draft {
  margin-right: 5px;
  color: #000;
  opacity: 0.4;
  font-size: 12px;
  line-height: 1.15;
  font-weight: bold;
}
.chat-email__item .info .draft.date {
  margin-right: 0px;
}
.chat-email__item .info .attache .ico {
  display: inline-block;
  font-size: 21px;
  color: #ccc;
  transform: rotate(90deg);
}
.chat-email__item .info .remove-mes {
  position: absolute;
  right: 15px;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  margin-top: -10.5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.chat-email__item .info .remove-mes .ico {
  font-size: 21px;
  width: 100%;
  height: 100%;
}
.chat-email__item .info .remove-mes .ico span {
  left: 0;
  top: 0;
  position: absolute;
}
.profile__left-col .some-block {
  width: 100%;
  max-height: 89px;
  overflow: hidden;
}
.profile__left-col .some-block img {
  width: 100%;
}
.profile__left-col .fancy-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.some-block {
  width: 100%;
  max-height: 89px;
  overflow: hidden;
}
.some-block:not(.visibility-hidden) {
  margin-bottom: 18px;
}
.some-block img {
  width: 100%;
}
.fancy-wrap .gallary .icons-group {
  position: absolute;
  bottom: -15px;
  right: 20px;
  display: flex;
}
.fancy-wrap .gallary .icons-group .ico-wrap {
  margin-right: 19px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ccc;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
}
.fancy-wrap .gallary .icons-group .ico-wrap.burgundy {
  background-color: #c00589;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-wrap .gallary .icons-group .ico-wrap.burgundy img {
  width: 37px;
}
.fancy-wrap .gallary .icons-group .ico-wrap.normal {
  background-color: #c00589;
}
.fancy-wrap .gallary .icons-group .ico-wrap.halloween {
  background: rgb(255, 143, 63);
}
.fancy-wrap .gallary .icons-group .ico-wrap.pink-circle {
  background-color: #ff31a5;
}
.fancy-wrap .gallary .icons-group .ico-wrap.red {
  background-color: #ff3939;
}
.fancy-wrap .gallary .icons-group .ico-wrap.green-circle {
  background: #5abf7a;
}
.fancy-wrap .gallary .icons-group .ico-wrap.green-circle .num-profile {
  color: #5abf7a;
}
.fancy-wrap .gallary .icons-group .ico-wrap.orange-circle {
  background: #ffb843;
}
.fancy-wrap .gallary .icons-group .ico-wrap.orange-circle .num-profile {
  color: #ffb843;
}
.fancy-wrap .gallary .icons-group .ico-wrap .ico {
  color: #fff;
  font-size: 36px;
}
.fancy-wrap .gallary .icons-group .ico-wrap:last-child {
  margin-right: 0;
}
.fancy-wrap .gallary img {
  width: 100%;
}
.num-profile {
  position: absolute;
  top: -1px;
  right: -7px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 0;
  height: 20px;
  min-width: 20px;
  border-radius: 30px;
  display: inline-block;
  background: #000;
  z-index: 10;
  font-family: "Arial";
  text-align: center;
  background: #fff;
}
.photo-groups {
  display: flex;
  width: 100%;
  margin: 20px 0 0 0;
}
.photo-groups__group {
  cursor: pointer;
  width: 100%;
  min-width: 100px;
  padding-top: 100px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  z-index: 10;
}
.photo-groups__group:last-child {
  margin-right: 0;
}
.photo-groups__group.photos {
  width: 100px;
}
.photo-groups__group.hot .photo-groups__preview {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}
.photo-groups__preview {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.photo-groups__type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  box-shadow: 0 1px 0 0 rgba(54, 12, 76, 0.1);
  background-color: rgba(52, 25, 61, 0.4);
  transition: 0.4s;
}
.photo-groups__type:hover {
  background-color: transparent;
  box-shadow: none;
}
.photo-groups__type .ico {
  font-weight: normal;
}
.photo-groups__type span {
  color: #fff;
  margin-right: 7px;
  font-size: 20px;
  font-weight: 600;
  font-family: Arial;
}
.photo-groups__type span:last-child {
  margin-right: 0;
}
.photo-groups__type .icon-hot,
.photo-groups__type .icon-camera {
  font-size: 28px;
}
.user-info__item {
  margin-bottom: 25px;
}
.user-info__item-title {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.1;
  font-size: 20px;
  font-family: Arial;
}
.person-data__status {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.person-data__status .name {
  color: #000;
  line-height: 0.92;
  font-size: 24px;
  font-family: Arial;
  margin-right: 15px;
}
.person-data__status .birthday {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url("./media_1/birthday-XYUJZ64Y.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
}
.person-data__status .online {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #7ed321;
  margin-bottom: 5px;
}
.person-data__location {
  color: #000;
  line-height: 1.36;
  font-size: 14px;
  font-family: Arial;
  opacity: 0.5;
}
.person-data__location .icon {
  margin-right: 8px;
}
.about-me .text {
  color: #000;
  line-height: 1.25;
  font-size: 16px;
}
.who-looking .text {
  color: #000;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.general-info-wrap {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.block-user {
  color: #00bfff;
  font-size: 15px;
  font-family: Arial;
  margin-bottom: 45px;
  cursor: pointer;
}
.block-user .ico {
  margin-right: 10px;
}
.block-user:hover {
  color: #2cb0dd;
}
.you-can-like__title {
  position: relative;
  color: #000;
  line-height: 1.38;
  font-size: 16px;
  font-family: Arial;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 25px;
}
.you-can-like__title span {
  background: #fff;
  z-index: 20;
  position: relative;
  padding: 0 10px;
}
.you-can-like__title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.you-can-like__btn .btn {
  max-width: 213px;
  height: 48px;
  border: solid 1px #00bfff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  color: #00bfff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  background: #fff;
  box-shadow: none;
  text-transform: none;
}
.you-can-like__btn .btn:hover {
  color: #2cb0dd;
  border-radius: 1px solid #2cb0dd;
}
.you-can-like__btn .btn:active {
  color: #1ea2cf;
  border-radius: 1px solid #1ea2cf;
}
.you-can-like .users {
  margin-left: -6px;
  width: calc(100% + 16px);
}
.you-can-like .users__item {
  width: calc(25% - 12px);
  padding-top: calc(25% - 12px);
  margin: 0 5px 50px 6px;
}
.you-can-like .users__item .info {
  display: none;
}
.you-can-like .users__item .user-icon {
  width: 40px;
  height: 40px;
}
.you-can-like .users__item .user-icon .ico {
  font-size: 18px;
}
.general-info__item {
  margin-bottom: 15px;
  display: flex;
}
.general-info__item:last-child {
  margin-bottom: 0;
}
.general-info__item .key {
  min-width: 125px;
  opacity: 0.5;
  color: #000;
  letter-spacing: -0.4px;
  font-size: 15px;
}
.general-info__item .value {
  color: #000;
  letter-spacing: -0.4px;
  font-size: 15px;
}
.div-field-chart-hide[_ngcontent-c4] {
  padding: 0 !important;
}
.div-field-chart-hide[_ngcontent-c4] span {
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
}
.div-field-chart-hide[_ngcontent-c4] span a {
  font-weight: 600;
  width: 100%;
}
.div-field-chart[_ngcontent-c4] {
  height: auto !important;
  min-height: 30px;
  -webkit-user-select: text;
  word-wrap: break-word;
  max-height: 225px;
  overflow-y: auto;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
}
.div-field-chart[_ngcontent-c4] .emoji {
  margin-bottom: -7px;
}
@media (max-width: 1800px) {
  .profile {
    padding-right: calc(425px + 31%);
  }
}
@media (max-width: 1600px) {
  .fancy-wrap .gallary .icons-group .ico-wrap {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1440px) {
  .mail-wrap .chat-body__mes .mes-text p {
    padding-right: 0;
    padding-bottom: 27px;
  }
  .you-can-like .users__item {
    width: calc(25% - 12px);
    padding-top: calc(25% - 12px);
    margin: 0 5px 50px 6px;
  }
  .mail-wrap {
    right: 356px;
    width: 30.6%;
  }
  .profile {
    padding-right: calc(385px + 30.6%);
  }
}
@media (max-width: 1439px) {
  .fancy-wrap .gallary .icons-group {
    bottom: -22px;
  }
  .fancy-wrap .gallary .icons-group .ico-wrap {
    margin-right: 8px;
    width: 48px;
    height: 48px;
  }
  .fancy-wrap .gallary .icons-group .ico-wrap .ico {
    font-size: 24px;
  }
  .fancy-wrap .gallary .icons-group .ico-wrap.burgundy img {
    width: 32px;
  }
  .you-can-like .users__item {
    width: calc(33.3333333333% - 12px);
    padding-top: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 1280px) {
  .chat-email__body {
    max-height: 660px;
  }
  .field-chart {
    font-size: 14px;
    height: 15px;
  }
  .general-info__item {
    width: 100%;
  }
  .div-field-chart-hide[_ngcontent-c4] span {
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .mail-wrap {
    max-width: 590px;
    width: 32.4%;
    right: 332px;
  }
  .profile {
    padding-right: calc(370px + 31%);
  }
}
@media (max-width: 1023px) {
  .girl-page .right-panel-wrap {
    display: none;
  }
  .profile {
    padding-right: 50%;
  }
  .mail-wrap {
    right: 15px;
    width: 45%;
  }
  .field-chart {
    font-size: 14px;
  }
  .fancy-wrap .gallary .icons-group {
    bottom: -16px;
  }
}
@media (max-width: 768px) {
  .profile {
    padding-right: 53%;
  }
  .mail-wrap {
    right: 24px;
    width: 46%;
  }
  .fancy-wrap .gallary {
    margin-bottom: 22px;
  }
  .fancy-wrap .gallary .icons-group {
    right: 16px;
  }
  .you-can-like .users__item {
    width: calc(33.3333333333% - 20px);
    padding-top: calc(33.3333333333% - 20px);
    margin: 0 12px 28px 7px;
  }
  .general-info__item {
    margin-bottom: 19px;
  }
  .you-can-like .users__item .user-icon {
    width: 30px;
    height: 30px;
    right: 14px;
    bottom: -14px;
  }
  .you-can-like .users {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .profile__right-col {
    display: none;
  }
  .profile {
    padding-right: 15px;
  }
  .you-can-like .users__item {
    width: calc(50% - 12px);
    padding-top: calc(50% - 12px);
  }
  .you-can-like .users__item {
    margin: 0 5px 60px 6px;
  }
  .you-can-like .users__item .info {
    display: flex;
    bottom: -30px;
  }
}
@media (max-width: 375px) {
  .content-wrapper_credits {
    margin-top: 30px;
  }
  .login-wrap {
    padding-left: 0;
  }
  .profile {
    padding: 0;
  }
  .profile .user-info {
    padding: 0 20px;
  }
  .fancy-wrap .gallary img {
    border-radius: 0;
  }
  .user-info__item-title {
    margin-bottom: 11px;
  }
  .block-user {
    margin-bottom: 30px;
  }
  .you-can-like__title:before {
    left: -21px;
    width: 120%;
  }
  .you-can-like .users__item {
    width: calc(50% - 20px);
    padding-top: calc(50% - 20px);
    margin: 0 16px 65px 4px;
  }
  .you-can-like .users__item .user-icon {
    width: 35px;
    height: 35px;
    right: 5px;
    bottom: -29px;
  }
}
@media (min-width: 768px) {
  .fancy-wrap .gallary .icons-group .ico-wrap.tablet-hide {
    display: none;
  }
}
@media (max-width: 960px) {
  .photo-groups .ng-scroll-view-container [cdkscrollable] > div {
    overflow-y: scroll;
  }
}
@media (max-width: 1300px) {
  .wrapper-items {
    flex-direction: column;
  }
  .general-info-wrap.second .general-info__item:first-child {
    margin-top: 15px;
  }
}
.content-wrapper_credits {
  padding-right: 305px;
}
.content-wrapper_credits h2 {
  margin: 0 auto;
  width: 102px;
  height: 36px;
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-bottom: 11px;
}
.content-wrapper_credits .btn-blue {
  width: 288px;
  height: 48px;
  border-radius: 24px;
  display: block;
  margin: 0 auto 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.content-wrapper_credits .btn-white {
  width: 288px;
  height: 48px;
  border-radius: 24px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #00bfff;
  border: solid 1px #00bfff;
  background-color: #fff;
  margin-top: 30px;
  display: none;
  cursor: pointer;
}
.credits__value {
  font-size: 62px;
  font-weight: bold;
  text-align: center;
  color: #d1d1d1;
  margin-bottom: 13px;
}
.credits-history {
  text-align: center;
}
.credits-history__title {
  font-size: 24px;
  line-height: 0.92;
  color: #000000;
  margin: 25px;
}
.credits-history__wrapper {
  text-align: left;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}
.credits-history__item {
  margin-right: 70px;
  width: calc(50% - 35px);
}
.credits-history__item:nth-child(even) {
  margin-right: 0;
}
.credits-history__part {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}
.credits-history__date {
  opacity: 0.4;
  font-size: 13px;
  color: #000000;
  margin-bottom: 11px;
}
.credits-history__status {
  font-size: 15px;
  color: #000000;
}
.credits-history__status a {
  font-weight: bold;
  color: #08bdff;
}
.credits-history__item.mobile {
  display: none;
}
@media (max-width: 1720px) {
  .content-wrapper_credits {
    padding-right: 325px;
  }
}
@media screen and (max-width: 1440px) {
  .credits-history__item {
    margin-right: 60px;
  }
  .right-panel-wrap {
    max-width: 308px;
    min-width: 308px;
  }
  .content-wrapper_credits {
    padding-right: 371px;
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .credits-history__item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .content-wrapper_credits {
    padding-left: 16px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper_credits .btn-white {
    display: block;
  }
  .content-wrapper_credits .right-panel-wrap {
    display: none;
  }
  .gray-line {
    margin-bottom: 30px;
  }
  .content-wrapper_credits {
    padding-left: 16px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 581px) {
  .content-wrapper_credits {
    padding-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .credits-history__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit--webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .credits-history__item {
    width: 100%;
    margin: 0 auto;
  }
  .credits-history__item:nth-child(even) {
    margin-right: auto;
  }
  .content-wrapper_credits .content {
    min-width: auto;
  }
  .credits__value {
    margin-bottom: 7px;
  }
  .credits-history__title {
    margin-bottom: 20px;
  }
  .credits-history__item {
    display: none;
  }
  .credits-history__item.mobile {
    display: block;
  }
}
.content-wrapper_emails {
  overflow: visible;
  padding-right: 190px;
  padding-bottom: 30px;
}
.content-wrapper_emails .content {
  padding-top: 36px;
}
.emails__tabs {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 28px;
  padding-left: 15px;
  align-items: flex-start;
  width: 100%;
  margin-left: -15px;
  min-height: 32px;
}
.emails__tabs a {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-right: 32px;
  cursor: pointer;
}
.emails__tabs a:hover {
  color: inherit;
  opacity: 0.7;
}
.emails__tabs a.active {
  font-size: 16px;
  color: #00bfff;
  padding: 0 17px;
  border-radius: 20px;
  border: solid 1px #00bfff;
  margin-right: 0;
  margin-right: 32px;
}
.emails__tabs a.active:hover {
  color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.emails__tabs .emails__tabs_first {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-right: 32px;
  cursor: default;
}
.emails-side-bar {
  margin-right: 16px;
  margin-left: -15px;
}
.emails-side-bar__list {
  width: 280px;
}
.emails-side-bar__list ul {
  padding-left: 15px;
}
.emails-side-bar__list ul li {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.emails-side-bar__list ul li.active {
  border-bottom: 3px solid #ffb843;
}
.emails-side-bar__list ul li a {
  font-size: 15px;
  display: block;
  height: 44px;
  line-height: 45px;
  color: #000000;
}
.emails-side-bar__list ul li a:hover {
  color: #000 !important;
}
.emails-correspondence {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  width: 70%;
}
.emails-side-bar-kisses {
  display: none;
}
.emails-correspondence-sidebar_mobile {
  display: none;
  margin-left: auto;
}
.emails-correspondence-sidebar_mobile mz-select-container {
  display: none;
}
.emails-correspondence-sidebar_mobile .emails-correspondence-sidebar__btn {
  color: #00bfff;
  font-size: 24px;
  margin-right: 19px;
  line-height: 32px;
}
.emails__tabs_fourth {
  display: none;
}
.emails-correspondence-item {
  background: #f8f8f8;
  margin-bottom: 8px;
  display: flex;
  display: -webkit-flex;
  padding: 30px 20px 32px 45px;
}
.emails-correspondence-item__photo {
  width: 230px;
  min-width: 230px;
  height: 230px;
  position: relative;
  margin-right: 32px;
}
.emails-correspondence-item__photo img {
  width: 100%;
  border-radius: 24px;
}
.emails-correspondence-item__icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -15px;
  right: 27px;
  text-align: center;
}
.emails-correspondence-item__icon span {
  line-height: 48px;
  color: #fff;
  font-size: 24px;
}
.emails-correspondence-item__info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  padding-top: 2px;
}
.emails-correspondence-item__info .emails-correspondence-item__info-short {
  font-size: 18px;
  margin-bottom: 21px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  line-height: 25px;
  align-items: center;
  -webkit-align-items: center;
}
.emails-correspondence-item__info .emails-correspondence-item__info-short .activity {
  display: inline-block;
  background: #7ed321;
  width: 10px;
  height: 10px;
  line-height: inherit;
  border-radius: 50%;
  margin-top: 5px;
  transform: translate(5px, -2px);
}
.emails-correspondence-item__info .btn {
  width: 230px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  display: block;
  padding: 0;
  height: 48px;
  border: 1px solid #00bfff;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}
.emails-correspondence-item__info .btn_blue {
  background: #00bfff;
  color: #fff;
}
.emails-correspondence-item__info .btn_blue:hover {
  border: solid 1px #2cb0dd;
  background-color: #2cb0dd;
}
.emails-correspondence-item__info .btn_blue:active {
  border: solid 1px #1ea2cf;
  background-color: #1ea2cf;
}
.emails-correspondence-item__info .btn_double {
  color: #00bfff;
  width: 115px;
  float: left;
  margin-top: 10px;
}
.emails-correspondence-item__info .btn_double:nth-of-type(2) {
  border-radius: 24px 0 0 24px;
}
.emails-correspondence-item__info .btn_double:nth-of-type(3) {
  border-radius: 0 24px 24px 0;
}
.emails-correspondence-item__info .btn.unanswered .emails-correspondence-item__last-msg {
  font-weight: bold;
}
.emails-correspondence-item__info__btns {
  margin-top: auto;
}
.emails-correspondence-item__info__last-msg {
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  line-height: 18px;
}
.emails-correspondence-item__info__last-msg .emails-correspondence-item-msg-wrap {
  display: inline-block;
  font-size: 15px;
  margin-top: 8px;
}
.emails-correspondence-item__info__last-msg .emails-correspondence-item-msg-wrap_left {
  border-radius: 24px 0 0 24px;
}
.emails-correspondence-item__info__last-msg .emails-correspondence-item-msg-wrap_right {
  border-radius: 0 24px 24px 0;
  margin-left: -1px;
}
.emails-correspondence-item__info__last-msg_white {
  color: #00bfff;
  font-size: 15px;
  margin-top: 8px;
}
.emails-correspondence-item__btns {
  margin-top: auto;
}
.emails-correspondence-item__last-msg {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 18px;
  display: flex;
}
.emails-correspondence-item__last-msg .emails-correspondence-item-msg-wrap {
  flex-grow: 11;
}
.emails-correspondence-item__last-msg .icon-answer {
  color: #00bfff;
  font-size: 18px;
  padding-right: 8px;
}
.emails-correspondence-item__msg_text {
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.13;
  display: block;
  font-weight: normal;
  color: #000000;
  margin-top: 8px;
}
.emails-correspondence-item__right {
  margin-left: auto;
  margin-right: 38px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.emails-correspondence-item__right_date {
  opacity: 0.4;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}
.emails-correspondence-item__right_close {
  margin-left: 48px;
  background: #999999;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 16px;
  transition: 0.4s;
}
.emails-correspondence-item__right_close:hover {
  opacity: 0.7;
}
.emails-correspondence-item__right_close:active {
  opacity: 0.4;
}
.emails-correspondence-item__right_close span {
  font-size: 7px;
}
.emails-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.show-hide-filter,
.show-hide-filter-kisses {
  display: inline;
  background: #fff;
  width: 320px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  position: absolute;
  right: -7px;
  top: 40px;
  z-index: 100;
}
.show-hide-filter:before,
.show-hide-filter-kisses:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  right: 7px;
  top: -15px;
  position: absolute;
  z-index: 102;
}
.show-hide-filter:after,
.show-hide-filter-kisses:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid rgba(0, 0, 0, 0.1);
  right: 6px;
  top: -16px;
  position: absolute;
  z-index: 101;
}
@media (max-width: 1880px) and (min-width: 1620px) {
  .content-wrapper_emails .emails-correspondence-item {
    padding: 30px 60px 32px 45px;
  }
}
@media (max-width: 1720px) {
  .content-wrapper_emails {
    padding-right: 308px;
  }
  .content-wrapper_emails .emails-side-bar,
  .content-wrapper_emails .emails__tabs {
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  .content-wrapper_emails .emails-correspondence-item {
    padding-left: 24px;
    margin-bottom: 3px;
  }
}
@media (max-width: 1385px) {
  .emails-correspondence {
    width: 65%;
  }
}
@media (max-width: 1280px) {
  .content-wrapper_emails .emails-correspondence-sidebar_mobile {
    display: block;
  }
  .content-wrapper_emails .emails-correspondence-item {
    margin-bottom: 8px;
  }
  .emails-side-bar {
    display: none;
  }
  .show-hide-filter,
  .show-hide-filter-kisses {
    display: block;
  }
  .emails-side-bar__list {
    margin-right: 0;
  }
}
.emails-side-bar__title {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #000;
  padding-top: 23px;
  padding-bottom: 15px;
}
.remove-mes .emails-correspondence-item__right_close {
  margin-left: 0;
  background: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.remove-mes .emails-correspondence-item__right_close:hover {
  opacity: 0.7;
}
.remove-mes .emails-correspondence-item__right_close span {
  font-size: 9px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .content-wrapper_emails {
    padding-right: 307px;
    padding-left: 0;
  }
  .content-wrapper_emails .emails-correspondence-item__right {
    margin-right: 25px;
  }
  .content-wrapper_emails .emails__tabs {
    padding-left: 0;
  }
  .content-wrapper_emails .emails__tabs a.active {
    padding: 0 27px;
  }
  .content-wrapper_emails .emails-correspondence-sidebar_mobile .emails-correspondence-sidebar__btn {
    margin-right: 23px;
  }
}
@media (max-width: 1023px) {
  .content-wrapper_emails {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .right-panel-wrap {
    display: none;
  }
  .content-wrapper_emails {
    padding-right: 0;
  }
  .content-wrapper_emails .emails-correspondence-item {
    padding-top: 24px;
    padding-left: 22px;
  }
  .content-wrapper_emails .emails-correspondence-item__info .emails-correspondence-item__info-short {
    margin-bottom: 27px;
  }
  .content-wrapper_emails .emails-side-bar__list {
    width: 320px;
  }
  .emails-side-bar__list {
    padding: 0 14px;
    position: relative;
  }
  .content-wrapper_emails .emails-side-bar__list ul li.active {
    border-bottom: 1px solid #d8d8d8;
  }
  .content-wrapper_emails .emails-side-bar__list ul {
    border-top: 1px solid #d8d8d8;
  }
  .content-wrapper_emails .content {
    position: relative;
  }
  .emails-side-bar {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: absolute;
    right: -4px;
    top: 41px;
    z-index: 10;
  }
  .emails-side-bar__title {
    display: block;
  }
  .content-wrapper_emails .emails-side-bar__list ul {
    padding-left: 0;
  }
}
@media (max-width: 580px) {
  .emails-side-bar {
    top: 44px;
    right: auto;
    left: -15px;
    right: 0;
  }
  .emails-side-bar:before {
    right: auto;
    left: 10px;
  }
  .emails-side-bar:after {
    right: auto;
    left: 9px;
  }
  .emails-side-bar__list:before {
    right: auto;
    left: 10px;
  }
  .gray-line {
    display: none;
  }
  .content-wrapper_emails .content {
    padding-top: 5px;
  }
  .content-wrapper_emails .emails-correspondence-sidebar_mobile {
    margin-left: 0;
  }
  .content-wrapper_emails .emails-correspondence-sidebar_mobile .emails-correspondence-sidebar__btn {
    order: 1;
    margin-right: 0;
  }
  .content-wrapper_emails .emails__tabs {
    padding-left: 0;
    margin: 0 0 8px;
    padding: 0 16px;
    max-height: 32px;
    height: 32px;
    min-height: 32px;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_first {
    order: 2;
    margin-left: auto;
    margin-right: 0 !important;
    border-radius: 24px 0 0 24px !important;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_second {
    order: 3;
    margin-right: auto;
    border-radius: 0 24px 24px 0 !important;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_fourth {
    display: block;
    order: 4;
    font-size: 19px;
    color: #00bfff;
    margin: 0;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_first,
  .content-wrapper_emails .emails__tabs .emails__tabs_second {
    border: 1px solid #00bfff;
    font-size: 14px;
    width: 104px;
    text-align: center;
    color: #00bfff;
    height: 29px;
    line-height: 29px;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_first.active,
  .content-wrapper_emails .emails__tabs .emails__tabs_second.active {
    background: #00bfff;
    color: #ffffff !important;
    font-size: 14px;
  }
  .content-wrapper_emails .emails__tabs .icon-sort,
  .content-wrapper_emails .emails__tabs .icon-pencil {
    line-height: 29px;
  }
  .content-wrapper_emails .emails-correspondence-item__photo {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
  }
  .content-wrapper_emails .emails-correspondence-item__icon {
    display: none;
  }
  .content-wrapper_emails .emails-correspondence-item {
    padding: 13px 16px;
    margin-bottom: 0;
  }
  .content-wrapper_emails .emails-correspondence-item__info .emails-correspondence-item__info-short {
    font-weight: bold;
    margin-bottom: 0;
  }
  .content-wrapper_emails .emails-correspondence-item__right {
    margin-right: 0;
  }
  .content-wrapper_emails .emails-correspondence-item__right_time {
    font-size: 12px;
    font-weight: normal;
  }
  .content-wrapper_emails .emails-correspondence-item__right_date {
    opacity: 1;
  }
  .content-wrapper_emails .emails-correspondence-item__right_close,
  .content-wrapper_emails .emails-correspondence-item__btns,
  .content-wrapper_emails .emails-correspondence-item__right_day {
    display: none;
  }
  .content-wrapper_emails .emails-correspondence-item-msg-wrap {
    width: calc(100% - 40px);
  }
  .content-wrapper_emails .content-wrapper_emails .emails-correspondence-item__info {
    padding-top: 0;
  }
  .content-wrapper_emails .emails-correspondence-item__last-msg {
    line-height: 20px;
  }
  .content-wrapper_emails .emails__tabs a.active {
    margin-right: auto;
  }
}
@media (max-width: 340px) {
  .content-wrapper_emails .emails-side-bar__list {
    width: 280px;
  }
}
.content-wrapper_faq {
  padding-right: 190px;
  overflow: visible;
  padding-bottom: 0;
}
.content-wrapper_faq .content {
  padding-top: 38px;
  margin-left: -41px;
  width: calc(100% + 37px);
}
.faq-head {
  padding-bottom: 10px;
}
.faq-head h3 {
  margin-bottom: 45px;
}
.faq-head__anchors ul {
  margin-right: 95px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 115px;
  max-width: 90%;
}
.faq-head__anchors ul:last-child {
  margin-right: 0;
}
.faq-head__anchors ul li {
  margin-bottom: 20px;
}
.faq-head__anchors ul li a {
  font-size: 15px;
  color: #00bfff;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.faq-head__anchors ul li a.active {
  font-weight: bold;
}
.faq-head__anchors ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #00bfff;
  left: 0;
  top: 3px;
  border-radius: 50%;
}
.faq-head__anchors ul li a:hover {
  color: #2cb0dd;
}
.faq-content {
  background: #f8f8f8;
  padding: 31px 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.faq-content.mobile {
  display: none;
}
.faq-content.desktop {
  display: flex;
}
.faq-content__coloumn {
  margin-right: 32px;
}
.faq-content:before {
  position: absolute;
  background: #f8f8f8;
  width: 200px;
  content: "";
  display: block;
  height: 100%;
  left: -200px;
  top: 0;
  z-index: -1;
}
.faq-content:after {
  position: absolute;
  background: #f8f8f8;
  width: 500px;
  content: "";
  display: block;
  height: 100%;
  right: -325px;
  top: 0;
  z-index: -1;
}
.faq-content-item {
  width: 684px;
  border-radius: 16px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 34px 32px 24px;
  text-align: center;
  margin-bottom: 32px;
}
.faq-content-item__question {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 17px;
  line-height: 22px;
}
.faq-content-item p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 21px;
}
.faq-content-item p:last-child {
  margin-bottom: 0;
}
.faq-content-item p a {
  color: #00bfff;
  font-size: 16px;
}
.faq-content__list-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.faq-content__list {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.faq-content__list li {
  font-size: 14px;
  margin-bottom: 8px;
}
.faq-content__list li span {
  display: inline-block;
  min-width: 90px;
  font-weight: bold;
}
.content-wrapper_faq.not_auth {
  padding-right: 0;
}
.content-wrapper_faq.not_auth .faq-content {
  justify-content: space-around;
}
@media (max-width: 1720px) {
  .content-wrapper_faq {
    padding-right: 290px;
  }
  .content-wrapper_faq .content {
    width: 100%;
    margin-left: 0;
    padding-top: 53px;
  }
  .content-wrapper_faq .content .right-panel-wrap {
    max-width: 308px;
    min-width: 308px;
  }
  .faq-content-item {
    width: 542px;
  }
  .faq-content__coloumn {
    margin-right: 16px;
  }
  .faq-content {
    margin-left: -9px;
  }
  .content-wrapper_faq {
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .faq-head {
    padding-left: 36px;
  }
  .faq-head__anchors ul li {
    margin-right: 41px;
  }
}
@media (max-width: 1439px) {
  .faq-content-item {
    width: 460px;
  }
}
@media (max-width: 1380px) {
  .faq-head__anchors ul {
    max-height: 160px;
  }
}
@media (max-width: 1280px) {
  .content-wrapper_faq {
    padding-right: 308px;
    padding-left: 20px;
  }
  .faq-head__anchors ul li {
    margin-right: 30px;
  }
  .faq-head__anchors ul li:nth-child(5) {
    max-width: 300px;
  }
  .faq-content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit--webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq-content.mobile {
    display: flex;
  }
  .faq-content.desktop {
    display: none;
  }
  .faq-content-item {
    width: 684px;
    padding-top: 17px;
  }
  .faq-head {
    padding-left: 0;
  }
  .faq-head h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .right-panel-wrap {
    display: none;
  }
  .content-wrapper_faq {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .faq-content-item {
    width: 100%;
  }
  .faq-content__coloumn {
    margin-right: 0;
  }
  .content-wrapper_faq {
    padding-left: 17px;
  }
  .faq-head__anchors ul li:nth-child(5) {
    max-width: 325px;
  }
  .faq-head h3 {
    margin-bottom: 41px;
  }
  .faq-content-item {
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .content-wrapper_faq .content {
    padding-top: 16px;
  }
  .faq-head__anchors ul {
    max-height: 370px;
  }
}
@media (max-width: 580px) {
  .faq-content-item {
    padding: 24px 16px;
  }
  .faq-content {
    margin: 0;
  }
  .content-wrapper_faq.not_auth {
    padding-right: 17px;
  }
  .content-wrapper_faq .content {
    min-width: 290px;
  }
  .faq-head h3 {
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
  .faq-head__anchors ul li a {
    letter-spacing: -0.6px;
  }
}
.tickets .emails__tabs_first {
  cursor: default;
}
.tickets .link {
  margin-right: 10px;
  font-size: 16px;
  color: #00bfff;
}
.tickets .link:hover {
  color: #2cb0dd;
}
.tickets .separator {
  margin-right: 10px;
  font-size: 16px;
  cursor: default;
  color: #00bfff;
}
.tickets .separator:hover {
  color: #00bfff;
}
.tickets .emails-correspondence {
  background: #f8f8f8;
}
.message-date {
  white-space: nowrap;
}
.attachments {
  width: 100%;
}
.attachments.no-email {
  width: calc(100% - 90px);
}
.attachments .files {
  max-width: 100%;
}
.files {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.files.nowrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.files .file {
  position: relative;
  margin-left: 10px;
}
.files .file:first-child {
  margin-left: 0;
}
.files .file .image-preview {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 7px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.files .file.template .image-preview {
  width: 33px;
  background-size: initial;
}
.files .file .delete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 20px;
  cursor: pointer;
}
.files .file:hover .delete {
  display: inline-block;
}
.files.download-file {
  min-height: 80px;
}
.files.download-file .file {
  margin: 10px 10px 0 0;
}
.files.download-file .image-preview {
  width: 70px;
  height: 70px;
}
.files.download-file .template .image-preview {
  width: 51px;
}
.files.download-file .icon-slider-arrow {
  transform: translate(-50%, -50%) rotate(90deg);
}
.invalid-text {
  color: #ff3939;
}
@media (max-width: 580px) {
  .tickets .separator,
  .tickets .link {
    display: none;
  }
  .content-wrapper_emails .emails__tabs {
    display: flex;
    justify-content: space-between;
  }
  .content-wrapper_emails .emails__tabs .emails__tabs_first {
    margin: initial;
    border: none;
    font-size: 22px;
    color: #000;
  }
  .emails-correspondence-item__info .btn_blue,
  .btn.list-button.rate-btn {
    width: auto;
    height: 30px;
    padding: 10px 15px;
    line-height: 12px;
  }
}
.credits-form {
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 9999;
  overflow: auto;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.credits-form .-vertical .ng-scrollbar-thumb {
  right: -5px;
}
.credits-form .popup__title {
  margin-bottom: 9px;
}
.credits-form .popup__text {
  margin-bottom: 21px;
}
.credits-form_left {
  float: left;
  width: 48%;
  margin-bottom: 24px;
}
.credits-form_right {
  float: right;
  width: 48%;
}
.credits-form_right-title {
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 18px;
  color: #000000;
}
.credits-form_right-item {
  font-size: 13px;
  line-height: 18px;
}
.credits-form_right-item-small {
  font-size: 11px;
  line-height: 1;
}
.credits-form_right-item span {
  color: #00bfff;
}
.credits-form_right-item span.promo {
  color: #ff0000;
  font-weight: bold;
}
.credits-form_right-descr {
  margin-bottom: 24px;
}
.credits-form_right .radio-container:nth-of-type(2) img {
  margin-top: -8px;
}
.credits-form__tabs {
  border-radius: 20px;
  border: solid 5px #00bfff;
  overflow: hidden;
}
.credits-form__tabs-btn {
  font-size: 0;
}
.credits-form__tabs-btn a {
  display: inline-block;
  font-size: 20px;
  color: #00bfff;
  width: 50%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #00bfff;
}
.credits-form__tabs-btn a.selected {
  width: 100%;
}
.credits-form__tabs-btn a.active {
  color: #fff !important;
  background: #00bfff;
}
.credits-form .site-form__btn {
  clear: both;
}
.credits-form__tabs-content {
  padding-top: 30px !important;
  background: #f3f3f3;
  height: 100%;
  padding-bottom: 20px;
}
.credits-form__tabs-content .btn-blue {
  background: #00bfff;
  color: #fff !important;
  border-radius: 24px;
  width: 179px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 23px;
}
.credits-form__tabs-content .btn-blue.active {
  background: #2cb0dd;
}
.credits-form__item {
  text-align: center;
  padding: 0 8px;
}
.credits-form__text {
  font-size: 14px;
  margin-bottom: 10px;
}
.credits-form .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 16px;
  min-height: 25px;
}
.credits-form .radio-container .radio-name {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.credits-form .radio-container .radio-descr {
  font-size: 13px;
  color: #999;
  display: block;
}
.credits-form .radio-container .radio-cost {
  float: right;
  color: #00bfff;
  font-weight: bold;
  font-size: 25px;
  margin-top: -35px;
  margin-right: 16px;
}
.credits-form .radio-container .radio-cost-1 {
  float: right;
  color: #00bfff;
  font-weight: bold;
  font-size: 25px;
  margin-top: -20px;
  margin-right: 16px;
}
.credits-form .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.credits-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #00bfff;
}
.credits-form .radio-container input:checked ~ .checkmark {
  background-color: #00bfff;
}
.credits-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.credits-form .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.credits-form .radio-container .checkmark:after {
  top: 3px;
  left: 6px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
.credits-form .provider-descr {
  font-size: 13px;
  line-height: 1.38;
  color: #000000;
  margin-bottom: 8px;
}
.credits-form .credits-form_right .radio-container {
  margin-bottom: 5px;
  margin-left: 0;
}
.some-container {
  padding-left: 37px;
  padding-right: 37px;
}
.buy-credits .credits-form {
  margin: 0 auto;
  width: 800px;
}
app-buy {
  width: 100%;
}
@media (max-width: 1023px) {
  .credits-form {
    padding-left: 0;
    padding-right: 0;
  }
  .credits-form_right,
  .credits-form_left {
    float: none;
    width: 100%;
  }
  .buy-credits .credits-form {
    min-width: 80vw;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .credits-form {
    height: 100vh;
    border-radius: 0;
  }
}
.mingle-page {
  margin-bottom: 80px;
  overflow: visible;
}
.mingle-form {
  width: 640px;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  padding: 21px 23px 35px;
}
.mingle-form .popup__title {
  margin-bottom: 18px;
}
.mingle-form .popup__text {
  margin-bottom: 24px;
}
.mingle-form__textarea-wrap {
  position: relative;
}
.mingle-form_left {
  float: left;
  width: 50%;
  text-align: center;
}
.mingle-form_left textarea {
  width: 282px;
  height: 171px;
  border-radius: 10px;
  border: solid 1px #d1d1d1;
  background-color: #f3f3f3;
  padding: 12px 10px;
  resize: none;
  color: #000000;
  font-size: 16px;
}
.mingle-form_left textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mingle-form_left textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mingle-form_left textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mingle-form_left textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mingle-form_right {
  float: right;
  width: 49%;
  text-align: center;
}
.mingle-form__label {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: solid 2px #00bfff;
  color: #00bfff;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.mingle-form__sub-title {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}
.mingle-form__sub-title-loader {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
}
.mingle-form-head {
  margin-bottom: 20px;
}
.mingle-form .site-form__btn {
  clear: both;
}
.mingle-form .select-wrapper input.select-dropdown {
  border-bottom: 2px solid rgba(209, 209, 209, 0.3) !important;
  margin-bottom: 0;
  height: 2.7rem;
}
.mingle-form .filter-search-group {
  margin-bottom: 8px;
  margin-right: 0;
}
.mingle-form .filter-search .filter-search-group .filter-search-group__label {
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 3px;
}
.mingle-form .mingle-form .filter-search .filter-search-group .filter-search-group__label {
  text-align: left;
}
.mingle-form .site-form__btn-title {
  font-size: 13px;
  text-align: center;
  color: #999999;
  margin-bottom: 8px;
}
.mingle-form .filter-search {
  margin-bottom: 17px;
}
.mingle-inner-info {
  padding-right: 29px;
  position: relative;
}
.loading-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .mingle-form .filter-search .filter-search-group,
  .mingle-form .filter-search .filter-search-online,
  .mingle-form .filter-search .filter-search-btn {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1024px) {
  .mingle-form {
    max-width: 360px;
    width: 100%;
    margin: 50px auto 0 auto;
    position: static;
    transform: translate(0);
  }
  .mingle-form_left,
  .mingle-form_right {
    float: none;
    width: 100%;
  }
  .mingle-form .filter-search .filter-search-group,
  .mingle-form .filter-search .filter-search-online,
  .mingle-form .filter-search .filter-search-btn {
    width: 100%;
  }
  .textarea-icon {
    right: 25px;
  }
}
@media (max-width: 333px) {
  .textarea-icon {
    right: 10px;
  }
}
.cdk-overlay-pane {
  width: 640px;
  max-width: 100%;
}
.cdk-overlay-pane.gallery-preview-photos .g-counter,
.cdk-overlay-pane.member .g-counter {
  left: 30px;
  right: auto;
}
.cdk-overlay-pane.gallery-preview-photos gallery-slider .g-image-item,
.cdk-overlay-pane.member gallery-slider .g-image-item {
  visibility: hidden;
}
.cdk-overlay-pane.gallery-preview-photos.visible gallery-slider .g-image-item,
.cdk-overlay-pane.member.visible gallery-slider .g-image-item {
  visibility: visible;
}
.cdk-overlay-pane.gallery-preview-photos .g-box {
  margin-bottom: 0;
}
.cdk-overlay-pane .ng-tns-c7-0 {
  background: transparent;
  box-shadow: none;
}
.cdk-overlay-pane app-modal.ng-star-inserted {
  opacity: 1;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.cdk-overlay-pane.mobile-full-page app-modal.ng-star-inserted {
  display: initial;
  align-items: initial;
}
.cdk-overlay-pane .g-box {
  margin-bottom: 10px;
}
.cdk-overlay-pane gallery-core[imageSize=contain] gallery-slider .g-image-item {
  background-size: auto 100%;
}
.cdk-overlay-pane gallery-core {
  background: transparent;
}
.cdk-overlay-pane .g-counter {
  left: auto;
  right: 30px;
  top: 20px;
  bottom: auto;
  width: 66px;
  height: 24px;
  border-radius: 14px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  font-family: "SFUIText";
  font-size: 15px;
  opacity: 0.66;
}
.cdk-overlay-pane {
  width: auto;
}
lightbox gallery {
  background: none;
  box-shadow: none !important;
}
.slider-prev,
.slider-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  transform: translate(0, -50%);
}
.slider-prev:before,
.slider-next:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 13px;
  left: 15px;
  display: block;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.slider-prev:hover,
.slider-next:hover {
  background: rgba(0, 0, 0, 0.63);
}
.slider-prev {
  left: 20px;
}
.slider-prev:before {
  transform: translate(3px, 50%) rotate(45deg);
}
.slider-next {
  right: 20px;
}
.slider-next:before {
  transform: translateY(50%) rotate(-135deg);
}
.gallary .slick-track {
  display: flex;
  align-items: center;
}
.gallary:hover .slider-prev,
.gallary:hover .slider-next {
  opacity: 1;
}
.carousel {
  height: auto;
}
.carousel-profile {
  height: 0 !important;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.carousel-profile .slick-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
.carousel-profile_count {
  background: rgba(0, 0, 0, 0.34);
  border-radius: 14px;
  position: absolute;
  right: 13px;
  font-size: 15px;
  font-weight: 500;
  top: 20px;
  height: 24px;
  line-height: 23px;
  padding: 0 8px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1439px) {
  .fancy-wrap .gallary {
    margin-bottom: 25px;
  }
  .slider-prev {
    left: 13px;
  }
  .slider-next {
    right: 13px;
  }
  .carousel-profile_count {
    top: 11px;
  }
}
@media (max-width: 1280px) {
  .slider-prev,
  .slider-next {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .carousel-profile {
    border-radius: 0;
    padding-top: 102%;
  }
  .slider-prev {
    left: 7px;
  }
  .slider-next {
    right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .mobile-full-page .send-email-popup.popup {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
  }
  .mobile-full-page .send-email-popup.popup .send-email__body .messages {
    height: 350px;
  }
}
.chat-popup-wrapper {
  padding-top: 200px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
}
.chat-popup {
  display: flex;
  align-items: center;
  width: 279px;
  height: 80px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 23px 0 rgba(90, 110, 181, 0.3);
  background-color: rgba(255, 255, 255, 0.6);
}
.chat-popup__photo {
  flex-shrink: 0;
  width: 64px;
  margin-left: 9px;
  margin-right: 8px;
}
.chat-popup__info {
  font-size: 18px;
  color: #000000;
  width: 85px;
  margin-right: 25px;
}
.chat-popup__info .online {
  width: 10px;
  height: 10px;
  background-color: #7ed321;
  margin-left: 5px;
  display: inline-block;
  border-radius: 50%;
}
.chat-popup .reply-btn {
  width: 74px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00bfff;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease;
}
.chat-popup .reply-btn:hover {
  background-color: #2cb0dd;
  border: solid 1px #2cb0dd;
}
.send-msg-wrapper {
  max-width: 360px;
  width: 100%;
  height: 255px;
  border-radius: 20px;
  box-shadow: 0 2px 23px 0 rgba(90, 110, 181, 0.3);
  text-align: center;
  padding: 50px 30px 50px 30px;
  position: relative;
}
.send-msg-wrapper .close-popup {
  font-size: 21px;
  color: #00bfff;
  position: absolute;
  right: 27px;
  top: 27px;
  cursor: pointer;
}
.send-msg__title {
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.send-msg__text {
  font-size: 16px;
  line-height: 1.38;
  color: #000000;
  margin-bottom: 20px;
}
.send-msg__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.send-msg__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  max-width: 47%;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
}
.send-msg__buttons a.button.button__blue {
  background: #00bfff;
  border: 1px solid #00bfff;
  color: #fff;
  font-weight: bold;
}
.send-msg__buttons a.button.button__blue:hover {
  background: #2cb0dd;
  border: 1px solid #2cb0dd;
}
.send-msg__buttons a.button {
  background: #fff;
  border: 1px solid #00bfff;
}
.send-msg__buttons a.button:hover {
  background: #00bfff;
  color: #fff;
  font-weight: bold;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-6TT4V6FS.css.map */
