@charset "UTF-8";
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1c1d21;
  --secondary: #9933CC;
  --success: #007E33;
  --info: #0099CC;
  --warning: #FF8800;
  --danger: #f63b6b;
  --light: #f8f9fa;
  --dark: #1c1d21;
  --facebook: #4267b2;
  --instagram: #8134AF;
  --whatsapp: #25D366;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1590px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #efefef; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1c1d21;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.575rem; }

h4, .h4 {
  font-size: 1.35rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 0.9rem; }

.lead {
  font-size: 1.125rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #efefef;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
      max-width: 1140px; } }
  @media (min-width: 1590px) {
    .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
      max-width: 1560px; } }

.container-fluid, .profile-holder-top {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .chat-v2, .smileys-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .users-list .no-gutters > .bottom-actions, .smileys-container .no-gutters > a,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .smileys-container a, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .users-list .bottom-actions, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col, .users-list .bottom-actions, .smileys-container a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3, .smileys-container a {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, .users-list .bottom-actions {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1590px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #efefef; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfc0c1; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #89898c; }

.table-hover .table-primary:hover {
  background-color: #b2b3b4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b2b3b4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2c6f1; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ca95e4; }

.table-hover .table-secondary:hover {
  background-color: #d8b2ec; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d8b2ec; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dbc6; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7abc95; }

.table-hover .table-success:hover {
  background-color: #a7d2b8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7d2b8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e2f1; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7acae4; }

.table-hover .table-info:hover {
  background-color: #a3d9ed; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a3d9ed; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdeb8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc17a; }

.table-hover .table-warning:hover {
  background-color: #ffd29f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffd29f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc8d6; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa99b2; }

.table-hover .table-danger:hover {
  background-color: #fbb0c4; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fbb0c4; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfc0c1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #89898c; }

.table-hover .table-dark:hover {
  background-color: #b2b3b4; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b2b3b4; }

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #cad4e9; }

.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: #9db0d7; }

.table-hover .table-facebook:hover {
  background-color: #b8c5e2; }
  .table-hover .table-facebook:hover > td,
  .table-hover .table-facebook:hover > th {
    background-color: #b8c5e2; }

.table-instagram,
.table-instagram > th,
.table-instagram > td {
  background-color: #dcc6e9; }

.table-instagram th,
.table-instagram td,
.table-instagram thead th,
.table-instagram tbody + tbody {
  border-color: #bd95d5; }

.table-hover .table-instagram:hover {
  background-color: #d1b4e2; }
  .table-hover .table-instagram:hover > td,
  .table-hover .table-instagram:hover > th {
    background-color: #d1b4e2; }

.table-whatsapp,
.table-whatsapp > th,
.table-whatsapp > td {
  background-color: #c2f3d4; }

.table-whatsapp th,
.table-whatsapp td,
.table-whatsapp thead th,
.table-whatsapp tbody + tbody {
  border-color: #8ee8af; }

.table-hover .table-whatsapp:hover {
  background-color: #adefc5; }
  .table-hover .table-whatsapp:hover > td,
  .table-hover .table-whatsapp:hover > th {
    background-color: #adefc5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1589.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #575a66;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.7rem + 1px);
  padding-bottom: calc(0.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.68125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.6875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 0.75rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .users-list .form-row > .bottom-actions, .smileys-container .form-row > a,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #007E33; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 126, 51, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #007E33;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #007E33;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4); }

.was-validated .custom-select:valid, .was-validated select.form-control:valid, .custom-select.is-valid, select.is-valid.form-control {
  border-color: #007E33;
  padding-right: 4.0625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 2rem/1.375rem 1.375rem; }
  .was-validated .custom-select:valid:focus, .was-validated select.form-control:valid:focus, .custom-select.is-valid:focus, select.is-valid.form-control:focus {
    border-color: #007E33;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback, .was-validated select.form-control:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated select.form-control:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, select.is-valid.form-control ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  select.is-valid.form-control ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007E33; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #007E33; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #007E33; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b148;
  background-color: #00b148; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007E33; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007E33; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007E33;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f63b6b; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(246, 59, 107, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f63b6b;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f63b6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f63b6b;
    box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4); }

.was-validated .custom-select:invalid, .was-validated select.form-control:invalid, .custom-select.is-invalid, select.is-invalid.form-control {
  border-color: #f63b6b;
  padding-right: 4.0625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f63b6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 2rem/1.375rem 1.375rem; }
  .was-validated .custom-select:invalid:focus, .was-validated select.form-control:invalid:focus, .custom-select.is-invalid:focus, select.is-invalid.form-control:focus {
    border-color: #f63b6b;
    box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated select.form-control:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated select.form-control:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, select.is-invalid.form-control ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  select.is-invalid.form-control ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f63b6b; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f63b6b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f63b6b; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f86c90;
  background-color: #f86c90; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f63b6b; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f63b6b; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f63b6b;
  box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline select.form-control {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1c1d21;
  border-color: #1c1d21; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0a0b0c;
    border-color: #050505; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #050505;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #9933CC;
  border-color: #9933CC; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #822bad;
    border-color: #7a29a3; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 82, 212, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #9933CC;
    border-color: #9933CC; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7a29a3;
    border-color: #732699; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 82, 212, 0.5); }

.btn-success {
  color: #fff;
  background-color: #007E33;
  border-color: #007E33; }
  .btn-success:hover {
    color: #fff;
    background-color: #005824;
    border-color: #004b1e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 145, 82, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #007E33;
    border-color: #007E33; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #004b1e;
    border-color: #003e19; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 145, 82, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0099CC;
  border-color: #0099CC; }
  .btn-info:hover {
    color: #fff;
    background-color: #007ca6;
    border-color: #007399; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 168, 212, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007399;
    border-color: #00698c; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 168, 212, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FF8800;
  border-color: #FF8800; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d97400;
    border-color: #cc6d00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 121, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FF8800;
    border-color: #FF8800; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc6d00;
    border-color: #bf6600; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 121, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f63b6b;
  border-color: #f63b6b; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f4164f;
    border-color: #f30b47; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 88, 129, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f63b6b;
    border-color: #f63b6b; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f30b47;
    border-color: #e70b43; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 88, 129, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark, .chat-v2 .user-type .btn.btn-success, .users-list-toggle .btn {
  color: #fff;
  background-color: #1c1d21;
  border-color: #1c1d21; }
  .btn-dark:hover, .chat-v2 .user-type .btn.btn-success:hover, .users-list-toggle .btn:hover {
    color: #fff;
    background-color: #0a0b0c;
    border-color: #050505; }
  .btn-dark:focus, .chat-v2 .user-type .btn.btn-success:focus, .users-list-toggle .btn:focus, .btn-dark.focus, .chat-v2 .user-type .focus.btn.btn-success, .users-list-toggle .focus.btn {
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5); }
  .btn-dark.disabled, .chat-v2 .user-type .disabled.btn.btn-success, .users-list-toggle .disabled.btn, .btn-dark:disabled, .chat-v2 .user-type .btn.btn-success:disabled, .users-list-toggle .btn:disabled {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-dark:not(:disabled):not(.disabled):active, .chat-v2 .user-type .btn.btn-success:not(:disabled):not(.disabled):active, .users-list-toggle .btn:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .chat-v2 .user-type .btn.btn-success:not(:disabled):not(.disabled).active, .users-list-toggle .btn:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle,
  .chat-v2 .user-type .show > .dropdown-toggle.btn.btn-success,
  .users-list-toggle .show > .dropdown-toggle.btn {
    color: #fff;
    background-color: #050505;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .chat-v2 .user-type .btn.btn-success:not(:disabled):not(.disabled):active:focus, .users-list-toggle .btn:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .chat-v2 .user-type .btn.btn-success:not(:disabled):not(.disabled).active:focus, .users-list-toggle .btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus,
    .chat-v2 .user-type .show > .dropdown-toggle.btn.btn-success:focus,
    .users-list-toggle .show > .dropdown-toggle.btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 63, 66, 0.5); }

.btn-facebook {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #385796;
    border-color: #34518d; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #34518d;
    border-color: #314c83; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }

.btn-instagram {
  color: #fff;
  background-color: #8134AF;
  border-color: #8134AF; }
  .btn-instagram:hover {
    color: #fff;
    background-color: #6b2b92;
    border-color: #642888; }
  .btn-instagram:focus, .btn-instagram.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 82, 187, 0.5); }
  .btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #8134AF;
    border-color: #8134AF; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #642888;
    border-color: #5d257e; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 82, 187, 0.5); }

.btn-whatsapp {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366; }
  .btn-whatsapp:hover {
    color: #fff;
    background-color: #1fb256;
    border-color: #1da851; }
  .btn-whatsapp:focus, .btn-whatsapp.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5); }
  .btn-whatsapp.disabled, .btn-whatsapp:disabled {
    color: #fff;
    background-color: #25D366;
    border-color: #25D366; }
  .btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active,
  .show > .btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #1da851;
    border-color: #1b9d4c; }
    .btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus,
    .show > .btn-whatsapp.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5); }

.btn-outline-primary {
  color: #1c1d21;
  border-color: #1c1d21; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1c1d21;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5); }

.btn-outline-secondary {
  color: #9933CC;
  border-color: #9933CC; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #9933CC;
    border-color: #9933CC; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 51, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #9933CC;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #9933CC;
    border-color: #9933CC; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 51, 204, 0.5); }

.btn-outline-success {
  color: #007E33;
  border-color: #007E33; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #007E33;
    border-color: #007E33; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #007E33;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #007E33;
    border-color: #007E33; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.5); }

.btn-outline-info {
  color: #0099CC;
  border-color: #0099CC; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 204, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0099CC;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 153, 204, 0.5); }

.btn-outline-warning {
  color: #FF8800;
  border-color: #FF8800; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FF8800;
    border-color: #FF8800; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FF8800;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FF8800;
    border-color: #FF8800; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5); }

.btn-outline-danger {
  color: #f63b6b;
  border-color: #f63b6b; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f63b6b;
    border-color: #f63b6b; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f63b6b;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f63b6b;
    border-color: #f63b6b; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #1c1d21;
  border-color: #1c1d21; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1c1d21;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.5); }

.btn-outline-facebook {
  color: #4267b2;
  border-color: #4267b2; }
  .btn-outline-facebook:hover {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2; }
  .btn-outline-facebook:focus, .btn-outline-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5); }
  .btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #4267b2;
    background-color: transparent; }
  .btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2; }
    .btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5); }

.btn-outline-instagram {
  color: #8134AF;
  border-color: #8134AF; }
  .btn-outline-instagram:hover {
    color: #fff;
    background-color: #8134AF;
    border-color: #8134AF; }
  .btn-outline-instagram:focus, .btn-outline-instagram.focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 52, 175, 0.5); }
  .btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
    color: #8134AF;
    background-color: transparent; }
  .btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active,
  .show > .btn-outline-instagram.dropdown-toggle {
    color: #fff;
    background-color: #8134AF;
    border-color: #8134AF; }
    .btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-instagram.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(129, 52, 175, 0.5); }

.btn-outline-whatsapp {
  color: #25D366;
  border-color: #25D366; }
  .btn-outline-whatsapp:hover {
    color: #fff;
    background-color: #25D366;
    border-color: #25D366; }
  .btn-outline-whatsapp:focus, .btn-outline-whatsapp.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5); }
  .btn-outline-whatsapp.disabled, .btn-outline-whatsapp:disabled {
    color: #25D366;
    background-color: transparent; }
  .btn-outline-whatsapp:not(:disabled):not(.disabled):active, .btn-outline-whatsapp:not(:disabled):not(.disabled).active,
  .show > .btn-outline-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #25D366;
    border-color: #25D366; }
    .btn-outline-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-outline-whatsapp:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-whatsapp.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1c1d21; }
  .btn-link:hover {
    color: black;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .users-list .item-details .actions .btn, .chat-holder .chat-convo .video-call .inner .btn, .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .btn, .chat-widget .video-call .inner .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1590px) {
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

@media (min-width: 1590px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1c1d21; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .users-list .item-details .actions .btn + .dropdown-toggle-split, .chat-holder .chat-convo .video-call .inner .btn + .dropdown-toggle-split, .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .btn + .dropdown-toggle-split, .chat-widget .video-call .inner .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > select.form-control,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + select.form-control,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + select.form-control,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > select.form-control + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > select.form-control + .custom-select,
    .input-group > .custom-select + select.form-control,
    .input-group > select.form-control + select.form-control,
    .input-group > .custom-select + .custom-file,
    .input-group > select.form-control + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + select.form-control,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > select.form-control:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child),
  .input-group > select.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child),
  .input-group > select.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select,
.input-group-lg > select.form-control {
  height: calc(2.6875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > select.form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select,
.input-group-sm > select.form-control {
  height: calc(1.68125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > select.form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }


.input-group-lg > .custom-select,
.input-group-lg > select.form-control,
.input-group-sm > .custom-select,
.input-group-sm > select.form-control {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1c1d21;
    background-color: #1c1d21; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #575a66; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6e7282;
    border-color: #6e7282; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1c1d21;
  background-color: #1c1d21; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 29, 33, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 29, 33, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 29, 33, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.175rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(28, 29, 33, 0.5); }

.custom-select, select.form-control {
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.7rem 2rem 0.7rem 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus, select.form-control:focus {
    border-color: #575a66;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(87, 90, 102, 0.5); }
    .custom-select:focus::-ms-value, select.form-control:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], select.form-control[multiple], .custom-select[size]:not([size="1"]), select.form-control[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled, select.form-control:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand, select.form-control::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.68125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem; }

.custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #575a66;
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.75rem + 2px);
  padding: 0.7rem 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.75rem;
    padding: 0.7rem 1rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1c1d21;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #6e7282; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1c1d21;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #6e7282; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1c1d21;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #6e7282; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label, .custom-select, select.form-control {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label, .custom-select, select.form-control {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #efefef;
    border-color: #dee2e6 #dee2e6 #efefef; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1c1d21; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar, .header, .header-v2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .header > .container, .header-v2 > .container, .navbar > .auth-holder, .header > .auth-holder, .header-v2 > .auth-holder, .navbar > .profile-holder, .header > .profile-holder, .header-v2 > .profile-holder, .navbar > .profile-holder-v2, .header > .profile-holder-v2, .header-v2 > .profile-holder-v2, .navbar > .chat-holder, .header > .chat-holder, .header-v2 > .chat-holder,
  .navbar > .container-fluid,
  .header > .container-fluid,
  .header-v2 > .container-fluid,
  .navbar > .profile-holder-top,
  .header > .profile-holder-top,
  .header-v2 > .profile-holder-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .auth-holder, .navbar-expand-sm > .profile-holder, .navbar-expand-sm > .profile-holder-v2, .navbar-expand-sm > .chat-holder,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .auth-holder, .navbar-expand-sm > .profile-holder, .navbar-expand-sm > .profile-holder-v2, .navbar-expand-sm > .chat-holder,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .profile-holder-top {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .auth-holder, .navbar-expand-md > .profile-holder, .navbar-expand-md > .profile-holder-v2, .navbar-expand-md > .chat-holder,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .auth-holder, .navbar-expand-md > .profile-holder, .navbar-expand-md > .profile-holder-v2, .navbar-expand-md > .chat-holder,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .profile-holder-top {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .auth-holder, .navbar-expand-lg > .profile-holder, .navbar-expand-lg > .profile-holder-v2, .navbar-expand-lg > .chat-holder,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .auth-holder, .navbar-expand-lg > .profile-holder, .navbar-expand-lg > .profile-holder-v2, .navbar-expand-lg > .chat-holder,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .profile-holder-top {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .auth-holder, .navbar-expand-xl > .profile-holder, .navbar-expand-xl > .profile-holder-v2, .navbar-expand-xl > .chat-holder,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .auth-holder, .navbar-expand-xl > .profile-holder, .navbar-expand-xl > .profile-holder-v2, .navbar-expand-xl > .chat-holder,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .profile-holder-top {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1589.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .auth-holder, .navbar-expand-xxl > .profile-holder, .navbar-expand-xxl > .profile-holder-v2, .navbar-expand-xxl > .chat-holder,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1590px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .auth-holder, .navbar-expand-xxl > .profile-holder, .navbar-expand-xxl > .profile-holder-v2, .navbar-expand-xxl > .chat-holder,
    .navbar-expand-xxl > .container-fluid,
    .navbar-expand-xxl > .profile-holder-top {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand, .header, .header-v2 {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .header > .container, .header-v2 > .container, .navbar-expand > .auth-holder, .header > .auth-holder, .header-v2 > .auth-holder, .navbar-expand > .profile-holder, .header > .profile-holder, .header-v2 > .profile-holder, .navbar-expand > .profile-holder-v2, .header > .profile-holder-v2, .header-v2 > .profile-holder-v2, .navbar-expand > .chat-holder, .header > .chat-holder, .header-v2 > .chat-holder,
  .navbar-expand > .container-fluid,
  .header > .container-fluid,
  .header-v2 > .container-fluid,
  .navbar-expand > .profile-holder-top,
  .header > .profile-holder-top,
  .header-v2 > .profile-holder-top {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav, .header .navbar-nav, .header-v2 .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu, .header .navbar-nav .dropdown-menu, .header-v2 .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .header .navbar-nav .nav-link, .header-v2 .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .header > .container, .header-v2 > .container, .navbar-expand > .auth-holder, .header > .auth-holder, .header-v2 > .auth-holder, .navbar-expand > .profile-holder, .header > .profile-holder, .header-v2 > .profile-holder, .navbar-expand > .profile-holder-v2, .header > .profile-holder-v2, .header-v2 > .profile-holder-v2, .navbar-expand > .chat-holder, .header > .chat-holder, .header-v2 > .chat-holder,
  .navbar-expand > .container-fluid,
  .header > .container-fluid,
  .header-v2 > .container-fluid,
  .navbar-expand > .profile-holder-top,
  .header > .profile-holder-top,
  .header-v2 > .profile-holder-top {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse, .header .navbar-collapse, .header-v2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler, .header .navbar-toggler, .header-v2 .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand, .header .navbar-brand, .header-v2 .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .header .navbar-brand:hover, .header-v2 .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .header .navbar-brand:focus, .header-v2 .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .header .navbar-nav .nav-link, .header-v2 .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link:hover, .header-v2 .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:focus, .header-v2 .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .header .navbar-nav .nav-link.disabled, .header-v2 .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .header .navbar-nav .show > .nav-link, .header-v2 .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.header .navbar-nav .active > .nav-link,
.header-v2 .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.header .navbar-nav .nav-link.show,
.header-v2 .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.active,
.header-v2 .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler, .header .navbar-toggler, .header-v2 .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon, .header .navbar-toggler-icon, .header-v2 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text, .header .navbar-text, .header-v2 .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a, .header .navbar-text a, .header-v2 .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .header .navbar-text a:hover, .header-v2 .navbar-text a:hover, .navbar-dark .navbar-text a:focus, .header .navbar-text a:focus, .header-v2 .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1c1d21;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1c1d21;
  border-color: #1c1d21; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.45em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 0; }

.badge-primary {
  color: #fff;
  background-color: #1c1d21; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #050505; }

.badge-secondary {
  color: #fff;
  background-color: #9933CC; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #7a29a3; }

.badge-success {
  color: #fff;
  background-color: #007E33; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #004b1e; }

.badge-info {
  color: #fff;
  background-color: #0099CC; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #007399; }

.badge-warning {
  color: #212529;
  background-color: #FF8800; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #cc6d00; }

.badge-danger {
  color: #fff;
  background-color: #f63b6b; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #f30b47; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #1c1d21; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #050505; }

.badge-facebook {
  color: #fff;
  background-color: #4267b2; }
  a.badge-facebook:hover, a.badge-facebook:focus {
    color: #fff;
    background-color: #34518d; }

.badge-instagram {
  color: #fff;
  background-color: #8134AF; }
  a.badge-instagram:hover, a.badge-instagram:focus {
    color: #fff;
    background-color: #642888; }

.badge-whatsapp {
  color: #fff;
  background-color: #25D366; }
  a.badge-whatsapp:hover, a.badge-whatsapp:focus {
    color: #fff;
    background-color: #1da851; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.85rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0f0f11;
  background-color: #d2d2d3;
  border-color: #bfc0c1; }
  .alert-primary hr {
    border-top-color: #b2b3b4; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #501b6a;
  background-color: #ebd6f5;
  border-color: #e2c6f1; }
  .alert-secondary hr {
    border-top-color: #d8b2ec; }
  .alert-secondary .alert-link {
    color: #311141; }

.alert-success {
  color: #00421b;
  background-color: #cce5d6;
  border-color: #b8dbc6; }
  .alert-success hr {
    border-top-color: #a7d2b8; }
  .alert-success .alert-link {
    color: #000f06; }

.alert-info {
  color: #00506a;
  background-color: #ccebf5;
  border-color: #b8e2f1; }
  .alert-info hr {
    border-top-color: #a3d9ed; }
  .alert-info .alert-link {
    color: #002a37; }

.alert-warning {
  color: #854700;
  background-color: #ffe7cc;
  border-color: #ffdeb8; }
  .alert-warning hr {
    border-top-color: #ffd29f; }
  .alert-warning .alert-link {
    color: #522c00; }

.alert-danger {
  color: #801f38;
  background-color: #fdd8e1;
  border-color: #fcc8d6; }
  .alert-danger hr {
    border-top-color: #fbb0c4; }
  .alert-danger .alert-link {
    color: #571526; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #0f0f11;
  background-color: #d2d2d3;
  border-color: #bfc0c1; }
  .alert-dark hr {
    border-top-color: #b2b3b4; }
  .alert-dark .alert-link {
    color: black; }

.alert-facebook {
  color: #22365d;
  background-color: #d9e1f0;
  border-color: #cad4e9; }
  .alert-facebook hr {
    border-top-color: #b8c5e2; }
  .alert-facebook .alert-link {
    color: #142038; }

.alert-instagram {
  color: #431b5b;
  background-color: #e6d6ef;
  border-color: #dcc6e9; }
  .alert-instagram hr {
    border-top-color: #d1b4e2; }
  .alert-instagram .alert-link {
    color: #260f34; }

.alert-whatsapp {
  color: #136e35;
  background-color: #d3f6e0;
  border-color: #c2f3d4; }
  .alert-whatsapp hr {
    border-top-color: #adefc5; }
  .alert-whatsapp .alert-link {
    color: #0b4320; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c1d21;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1c1d21;
    border-color: #1c1d21; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #0f0f11;
  background-color: #bfc0c1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0f0f11;
    background-color: #b2b3b4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f11;
    border-color: #0f0f11; }

.list-group-item-secondary {
  color: #501b6a;
  background-color: #e2c6f1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #501b6a;
    background-color: #d8b2ec; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #501b6a;
    border-color: #501b6a; }

.list-group-item-success {
  color: #00421b;
  background-color: #b8dbc6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00421b;
    background-color: #a7d2b8; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #00421b;
    border-color: #00421b; }

.list-group-item-info {
  color: #00506a;
  background-color: #b8e2f1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #00506a;
    background-color: #a3d9ed; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00506a;
    border-color: #00506a; }

.list-group-item-warning {
  color: #854700;
  background-color: #ffdeb8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #854700;
    background-color: #ffd29f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #854700;
    border-color: #854700; }

.list-group-item-danger {
  color: #801f38;
  background-color: #fcc8d6; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #801f38;
    background-color: #fbb0c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #801f38;
    border-color: #801f38; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #0f0f11;
  background-color: #bfc0c1; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0f0f11;
    background-color: #b2b3b4; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f11;
    border-color: #0f0f11; }

.list-group-item-facebook {
  color: #22365d;
  background-color: #cad4e9; }
  .list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
    color: #22365d;
    background-color: #b8c5e2; }
  .list-group-item-facebook.list-group-item-action.active {
    color: #fff;
    background-color: #22365d;
    border-color: #22365d; }

.list-group-item-instagram {
  color: #431b5b;
  background-color: #dcc6e9; }
  .list-group-item-instagram.list-group-item-action:hover, .list-group-item-instagram.list-group-item-action:focus {
    color: #431b5b;
    background-color: #d1b4e2; }
  .list-group-item-instagram.list-group-item-action.active {
    color: #fff;
    background-color: #431b5b;
    border-color: #431b5b; }

.list-group-item-whatsapp {
  color: #136e35;
  background-color: #c2f3d4; }
  .list-group-item-whatsapp.list-group-item-action:hover, .list-group-item-whatsapp.list-group-item-action:focus {
    color: #136e35;
    background-color: #adefc5; }
  .list-group-item-whatsapp.list-group-item-action.active {
    color: #fff;
    background-color: #136e35;
    border-color: #136e35; }

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header .toast-avatar {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 4px; }

.toast-body .btn [class^="icon-"] {
  position: relative;
  bottom: -2px; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1c1d21 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #050505 !important; }

.bg-secondary {
  background-color: #9933CC !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7a29a3 !important; }

.bg-success {
  background-color: #007E33 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #004b1e !important; }

.bg-info {
  background-color: #0099CC !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #007399 !important; }

.bg-warning {
  background-color: #FF8800 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc6d00 !important; }

.bg-danger {
  background-color: #f63b6b !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f30b47 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark, .header, .footer {
  background-color: #1c1d21 !important; }

a.bg-dark:hover, a.header:hover, a.footer:hover, a.bg-dark:focus, a.header:focus, a.footer:focus,
button.bg-dark:hover,
button.header:hover,
button.footer:hover,
button.bg-dark:focus,
button.header:focus,
button.footer:focus {
  background-color: #050505 !important; }

.bg-facebook {
  background-color: #4267b2 !important; }

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #34518d !important; }

.bg-instagram {
  background-color: #8134AF !important; }

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #642888 !important; }

.bg-whatsapp {
  background-color: #25D366 !important; }

a.bg-whatsapp:hover, a.bg-whatsapp:focus,
button.bg-whatsapp:hover,
button.bg-whatsapp:focus {
  background-color: #1da851 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top, .profile-holder .profile-left .my-actions {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1c1d21 !important; }

.border-secondary {
  border-color: #9933CC !important; }

.border-success {
  border-color: #007E33 !important; }

.border-info {
  border-color: #0099CC !important; }

.border-warning {
  border-color: #FF8800 !important; }

.border-danger {
  border-color: #f63b6b !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #1c1d21 !important; }

.border-facebook {
  border-color: #4267b2 !important; }

.border-instagram {
  border-color: #8134AF !important; }

.border-whatsapp {
  border-color: #25D366 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .user-list-group .list-group-item .user-actions::after, .landing-holder::after, .header .user-box::after, .header-v2 .user-box::after, .profile-holder-v2::after, .profile-holder-v2 .profile-top::after, .profile-comments .comment .user-actions::after, .profile-comments .profile .user-actions::after, .profile-notifications .notification .user-actions::after, .chat-holder .chat-header::after, .chat-v2 .chat-v2-header::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .header .user-box .avatar-holder, .match-holder .profile-left, .match-holder .match-queue, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action hr, .chat-widget .center-action hr {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block, .toast-header .toast-avatar, .header-v2 .navbar-nav .nav-item .nav-link small, .profile-holder-top .user-status div, .profile-gallery-holder .profile-gallery .item, .chat-holder .chat-convo .line-left .bubble-holder, .chat-holder .chat-convo .line-right .bubble-holder {
  display: inline-block !important; }

.d-block, .notification .avatar-holder, .autocomplete-user-item .avatar-holder, .profile-gift-cta, .photo-comment .chat-item .avatar-holder, .media-gallery .gallery-inner, .users-list .item, .users-list .item-details span, .chat-holder .chat-header .user-info .avatar-holder, .chat-holder .chat-list .chat-item .avatar-holder, .chat-holder .chat-convo .video-call .inner .avatar-holder, .chat-holder .chat-convo .line-left .avatar-holder, .chat-holder .chat-convo .line-right .avatar-holder, .chat-guest-item .avatar-holder, .chat-v2 .chat-v2-header .user-info .avatar-holder, .chat-v2 .chat-v2-userlist .chat-item .avatar-holder, .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .avatar-holder, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .avatar-holder, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .bubble-holder, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .avatar-holder, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .bubble-holder, .chat-dropdown .chat-item .avatar-holder, .chat-widget .video-call .inner .avatar-holder, .chat-widget .line-left .avatar-holder, .chat-widget .line-left .bubble-holder, .chat-widget .line-right .avatar-holder, .chat-widget .line-right .bubble-holder {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block, .header .user-box .avatar-holder {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none, .header-v2 .navbar-nav .nav-item .nav-link small {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, .match-holder .profile-left, .match-holder .match-queue {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block, .header-v2 .navbar-nav .nav-item .nav-link small {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1590px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.333333333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1590px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left, .user-list-group .list-group-item .user-actions .btn, .breadcrumb-holder, .header .user-box .details, .header-v2 .user-box .btn-upgrade, .header-v2 .user-box .details, .profile-comments .comment .user-actions .btn, .profile-comments .profile .user-actions .btn, .profile-notifications .notification .user-actions .btn {
  float: left !important; }

.float-right, .message-bomb-widget .cta, .message-bomb-widget .info, .header .user-box .avatar-holder {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1590px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative, .btn-social, .user-list-group .list-group-item .user-actions .btn, .landing-holder, .profile-holder-top, .profile-holder-top .profile-left .avatar, .profile-gallery-holder .profile-gallery, .profile-holder-v2 .profile-top, .profile-comments .comment .user-actions .btn, .profile-comments .profile .user-actions .btn, .profile-notifications .notification .user-actions .btn, .users-list .item, .users-list .item-details {
  position: relative !important; }

.position-absolute, .user-list-group .list-group-item .user-actions .btn [class^="icon-"], .overlay-blocked, .profile-holder-v2 .profile-top .avatar-holder, .profile-comments .comment .user-actions .btn [class^="icon-"], .profile-comments .profile .user-actions .btn [class^="icon-"], .profile-notifications .notification .user-actions .btn [class^="icon-"], .users-list .item .thumb-holder, .users-list .item .click-overlay, .users-list .item .overlay, .users-list .item .overlay .badge-online, .users-list .item .overlay .badge-membership {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top, .header, .header-v2 {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0, .chat-dropdown .dropdown-divider, .notification-menu .dropdown-divider, .user-list-group .list-group-item .details p, .breadcrumb-holder .breadcrumb, .breadcrumb-holder .breadcrumb .breadcrumb-item, .landing-mid-bar .h3, .auth-box .auth-box-top h4, .header, .header .user-box .details .dropdown .dropdown-toggle, .header-v2, .header-v2 .user-box .details .dropdown .dropdown-toggle, .subheader .subheader-nav, .profile-holder-top .user-details p, .users-list .item-details h4, .card-deck-pay .card .card-header h3, .chat-holder .chat-convo .center-action hr, .chat-holder .user-search .input-group, .chat-holder .type-message .input-group, .chat-v2 .chat-v2-header, .chat-v2 .user-type .input-group {
  margin: 0 !important; }

.mt-0, .videocall-avatar,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .notification .message .btn, .notification .details .btn, .media-gallery .gallery-inner .overlay .title, .media-gallery .gallery-inner .overlay-locked .title, .chat-guest-item .details .btn,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .toast-body .btn [class^="icon-"], .profile-holder-top .user-details [class^="icon-"], .profile-holder-top .user-actions .btn [class^="icon-"], .profile-holder .profile-left .my-actions .nav .nav-link [class^="icon-"], .users-list .item-details .actions .btn-warning [class^="icon-"],
.mx-1,
.users-list .item-details .actions .btn {
  margin-right: 0.25rem !important; }

.mb-1, .users-list .item-details h4,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .header .navbar-nav .nav-item .nav-link small, .header-v2 .navbar-nav .nav-item .nav-link small, .chat-holder .chat-convo .center-action .inner .btn, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn, .chat-widget .center-action .btn,
.mx-1,
.users-list .item-details .actions .btn {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2,
.filter-holder,
.profile-holder .profile-left .my-actions {
  margin-top: 0.5rem !important; }

.mr-2, .breadcrumb-holder .breadcrumb .breadcrumb-item, .header .user-box .details, .header-v2 .user-box .details, .header-v2 .user-box .avatar-holder,
.mx-2,
.filter-holder {
  margin-right: 0.5rem !important; }

.mb-2, .btn-social, .users-list .item-details .actions,
.my-2,
.filter-holder,
.profile-holder .profile-left .my-actions {
  margin-bottom: 0.5rem !important; }

.ml-2, .profile-holder-top .profile-left .avatar .overlay-actions .btn,
.mx-2,
.filter-holder {
  margin-left: 0.5rem !important; }

.m-3, .videocall-avatar {
  margin: 1rem !important; }

.mt-3, .landing-holder .auth-box, .profile-holder-top, .gallery-item, .users-list .item-details .btn-chat, .users-list .item-details .btn-message, .generic-holder .generic-icon,
.my-3,
.filters,
.chat-holder,
.chat-v2 {
  margin-top: 1rem !important; }

.mr-3, .filter-holder, .header .actions, .header-v2 .user-box .btn-upgrade,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3, .card, .card-profile, .profile-gallery-holder .profile-gallery,
.my-3,
.filters,
.chat-holder,
.chat-v2 {
  margin-bottom: 1rem !important; }

.ml-3, .switch-holder, .profile-holder-top .user-status div,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .profile-holder-v2 .profile-top, .chat-v2 .chat-v2-header .user-info .details,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .profile-gift-cta, .dashboard-membership .btn-success, .users-list .item-details,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .dashboard-membership .btn-success, .dashboard-membership .price, .users-list .bottom-actions,
.my-5,
.auth-box {
  margin-top: 3rem !important; }

.mr-5, .pricing-holder-v3 .card-deck-pay .package .bonus,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5,
.auth-box {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0, .chat-dropdown .dropdown-divider, .notification-menu .dropdown-divider, .user-list-group .list-group-item .details p, .breadcrumb-holder .breadcrumb, .breadcrumb-holder .breadcrumb .breadcrumb-item, .landing-mid-bar .h3, .auth-box .auth-box-top h4, .header .user-box .details .dropdown .dropdown-toggle, .header-v2 .user-box .details .dropdown .dropdown-toggle, .subheader .subheader-nav, .match-holder, .photo-comment, .users-list .item-details h4, .card-deck-pay .card .card-header h3, .chat-v2 .chat-v2-userlist {
  padding: 0 !important; }

.pt-0, .users-list .item-details .inner, .chat-holder .chat-list .chat-item .details, .chat-v2 .chat-v2-userlist .chat-item .details, .chat-dropdown .chat-item .details,
.py-0,
.header,
.header-v2 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0, .card .card .card-header, .card-profile .card .card-header,
.py-0,
.header,
.header-v2 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1, .users-list .item-details .inner {
  padding: 0.25rem !important; }

.pt-1, .profile-holder-top .user-details p, .card-deck-pay .card .card-header h3,
.py-1,
.media-gallery .gallery-inner .overlay .title,
.media-gallery .gallery-inner .overlay-locked .title {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1,
.header {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1,
.media-gallery .gallery-inner .overlay .title,
.media-gallery .gallery-inner .overlay-locked .title {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1,
.header {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .user-list-group .list-group-item .details, .chat-holder .chat-header .user-info .details,
.py-2,
.notification .message,
.notification .details,
.modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link {
  padding-top: 0.5rem !important; }

.pr-2, .top-actions, .subheader .subheader-nav .nav-item, .profile-holder-top .user-details p,
.px-2,
.header .navbar-nav .nav-item,
.header-v2 .navbar-nav .nav-item,
.media-gallery .gallery-inner .overlay .title,
.media-gallery .gallery-inner .overlay-locked .title {
  padding-right: 0.5rem !important; }

.pb-2, .profile-holder .profile-left,
.py-2,
.notification .message,
.notification .details,
.modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link {
  padding-bottom: 0.5rem !important; }

.pl-2, .user-list-group .list-group-item .details,
.px-2,
.header .navbar-nav .nav-item,
.header-v2 .navbar-nav .nav-item,
.media-gallery .gallery-inner .overlay .title,
.media-gallery .gallery-inner .overlay-locked .title {
  padding-left: 0.5rem !important; }

.p-3, .card-profile, .filters, .users-list .item-details, .chat-holder .chat-body .stream-holder .overlay, .chat-v2 .user-search, .chat-dropdown, .stream-holder .overlay {
  padding: 1rem !important; }

.pt-3, .top-actions, .header .user-box .details, .chat-guest-item .details,
.py-3,
.form-holder .btn,
.card .card-header,
.card-profile .card-header,
.breadcrumb-holder .breadcrumb,
.breadcrumb-holder .breadcrumb .breadcrumb-item,
.profile-holder-top .user-details,
.profile-holder .nav-profile .nav-tabs .nav-item .nav-link,
.pricing-holder .bottom-text,
.tokens-holder .bottom-text,
.pricing-holder-v2 .bottom-text,
.pricing-holder-v3 .tokens-holder .bottom-text,
.chat-v2 .chat-v2-header {
  padding-top: 1rem !important; }

.pr-3,
.px-3,
.modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link,
.chat-v2 {
  padding-right: 1rem !important; }

.pb-3, .alert-grad-splash-1, .confirm-init-bottom, .profile-holder-top .user-actions, .generic-no-results, .chat-v2 .chat-v2-header,
.py-3,
.form-holder .btn,
.card .card-header,
.card-profile .card-header,
.breadcrumb-holder .breadcrumb,
.breadcrumb-holder .breadcrumb .breadcrumb-item,
.profile-holder-top .user-details,
.profile-holder .nav-profile .nav-tabs .nav-item .nav-link,
.pricing-holder .bottom-text,
.tokens-holder .bottom-text,
.pricing-holder-v2 .bottom-text,
.pricing-holder-v3 .tokens-holder .bottom-text,
.chat-v2 .chat-v2-header {
  padding-bottom: 1rem !important; }

.pl-3, .profile-holder-top .user-details, .profile-holder-top .user-actions,
.px-3,
.modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link,
.chat-v2 {
  padding-left: 1rem !important; }

.p-4, .auth-box .auth-box-top, .auth-box .form-holder, .chat-v2 .chat-v2-chatbox {
  padding: 1.5rem !important; }

.pt-4, .subheader .subheader-nav,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4,
.profile-holder-top .user-actions .btn,
.profile-holder .nav-profile .nav-tabs .nav-item .nav-link,
.users-list .item-details .btn-chat,
.users-list .item-details .btn-message {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4,
.profile-holder-top .user-actions .btn,
.profile-holder .nav-profile .nav-tabs .nav-item .nav-link,
.users-list .item-details .btn-chat,
.users-list .item-details .btn-message {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .confirm-init-bottom, .generic-no-results,
.py-5,
.confirm-init,
.generic-error,
.generic-success,
.generic-info {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5,
.confirm-init,
.generic-error,
.generic-success,
.generic-info {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto, .header .navbar-nav, .header-v2 .navbar-nav,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .profile-holder .profile-left,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .profile-holder .profile-left .my-actions,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0,
  .filter-holder {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0,
  .filter-holder {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1590px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left, .btn-social, .profile-holder-top .user-details, .chat-holder .chat-convo .line-left, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left, .chat-widget .line-left {
  text-align: left !important; }

.text-right, .landing-holder .landing-title, .header .user-box .details, .header-v2 .user-box .details, .profile-holder-top .user-status div, .profile-holder .profile-left .my-actions, .chat-holder .chat-convo .line-right, .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right, .chat-widget .line-right {
  text-align: right !important; }

.text-center, .confirm-init, .footer, .dashboard-membership, .generic-no-results, .generic-error, .generic-success, .generic-info, .pricing-holder .bottom-text, .tokens-holder .bottom-text, .pricing-holder-v2 .bottom-text, .pricing-holder-v3 .tokens-holder .bottom-text, .packages-v3-bottom-text, .chat-holder .chat-body .stream-holder .overlay, .chat-holder .chat-convo .center-action, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action, .chat-widget .center-action, .stream-holder .overlay {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1590px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white, .header .user-box .details, .header-v2 .user-box .details, .footer {
  color: #fff !important; }

.text-primary {
  color: #1c1d21 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #9933CC !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6b248f !important; }

.text-success, .generic-success .generic-icon, .generic-success .h1, .generic-success .display-1 {
  color: #007E33 !important; }

a.text-success:hover, .generic-success a.generic-icon:hover, .generic-success a.h1:hover, .generic-success a.display-1:hover, a.text-success:focus, .generic-success a.generic-icon:focus, .generic-success a.h1:focus, .generic-success a.display-1:focus {
  color: #003214 !important; }

.text-info, .generic-info .generic-icon, .generic-info .h1, .generic-info .display-1 {
  color: #0099CC !important; }

a.text-info:hover, .generic-info a.generic-icon:hover, .generic-info a.h1:hover, .generic-info a.display-1:hover, a.text-info:focus, .generic-info a.generic-icon:focus, .generic-info a.h1:focus, .generic-info a.display-1:focus {
  color: #006080 !important; }

.text-warning {
  color: #FF8800 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b35f00 !important; }

.text-danger, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link, .generic-no-results .generic-icon, .generic-no-results .h1, .generic-no-results .display-1, .generic-error .generic-icon, .generic-error .h1, .generic-error .display-1 {
  color: #f63b6b !important; }

a.text-danger:hover, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item a.nav-link:hover, .generic-no-results a.generic-icon:hover, .generic-no-results a.h1:hover, .generic-no-results a.display-1:hover, .generic-error a.generic-icon:hover, .generic-error a.h1:hover, .generic-error a.display-1:hover, a.text-danger:focus, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item a.nav-link:focus, .generic-no-results a.generic-icon:focus, .generic-no-results a.h1:focus, .generic-no-results a.display-1:focus, .generic-error a.generic-icon:focus, .generic-error a.h1:focus, .generic-error a.display-1:focus {
  color: #da0a40 !important; }

.text-light, .confirm-email-splash h1.h1, .confirm-email-splash h2.h2, .confirm-email-splash h4.h4, .landing-holder .auth-box, .header-v2 .user-box .btn-upgrade {
  color: #f8f9fa !important; }

a.text-light:hover, .landing-holder a.auth-box:hover, .header-v2 .user-box a.btn-upgrade:hover, a.text-light:focus, .landing-holder a.auth-box:focus, .header-v2 .user-box a.btn-upgrade:focus {
  color: #cbd3da !important; }

.text-dark, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link.active, .dropdown-autocomplete li a, .smileys-nav a {
  color: #1c1d21 !important; }

a.text-dark:hover, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item a.nav-link.active:hover, .dropdown-autocomplete li a:hover, .smileys-nav a:hover, a.text-dark:focus, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item a.nav-link.active:focus, .dropdown-autocomplete li a:focus, .smileys-nav a:focus {
  color: black !important; }

.text-facebook {
  color: #4267b2 !important; }

a.text-facebook:hover, a.text-facebook:focus {
  color: #2d477a !important; }

.text-instagram {
  color: #8134AF !important; }

a.text-instagram:hover, a.text-instagram:focus {
  color: #562274 !important; }

.text-whatsapp {
  color: #25D366 !important; }

a.text-whatsapp:hover, a.text-whatsapp:focus {
  color: #1a9247 !important; }

.text-body {
  color: #212529 !important; }

.text-muted, .chat-holder .chat-convo .line .bubble-holder .time, .chat-v2 .chat-v2-chatbox .chatbox-holder .line .bubble-holder .time, .chat-widget .line .bubble-holder .time {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .auth-holder, .profile-holder, .profile-holder-v2, .chat-holder {
    min-width: 992px !important; }
  .navbar, .header, .header-v2 {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vrii9e");
  src: url("../fonts/icomoon.eot?vrii9e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vrii9e") format("truetype"), url("../fonts/icomoon.woff?vrii9e") format("woff"), url("../fonts/icomoon.svg?vrii9e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-checkbox-unchecked:before {
  content: ""; }

.icon-checkbox-checked:before {
  content: ""; }

.icon-megaphone1:before {
  content: ""; }

.icon-megaphone2:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-add:before {
  content: ""; }

.icon-love:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-megaphone3:before {
  content: ""; }

.icon-megaphone4:before {
  content: ""; }

.icon-emoji-happy:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-checkmark-outline:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-outline-down:before {
  content: ""; }

.icon-chevron-outline-left:before {
  content: ""; }

.icon-chevron-outline-right:before {
  content: ""; }

.icon-chevron-outline-up:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-close-outline:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-heart1:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-location-current:before {
  content: ""; }

.icon-notifications:before {
  content: ""; }

.icon-photo:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-star-full:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-user-group:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 125px;
  /* Margin bottom by footer height */
  min-width: 360px;
  min-height: 100%; }

body {
  background: #fff; }

.anti-ct, .landing-mid-bar, .confirm-init, .tokens-holder, .pricing-holder-v3 .tokens-holder, .user-invite-holder {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.text-power {
  font-weight: 900;
  text-transform: uppercase; }

main.container-fluid, main.profile-holder-top {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media (max-width: 767.98px) {
    main.container-fluid, main.profile-holder-top {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #575a66;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 29, 33, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.7rem + 1px);
  padding-bottom: calc(0.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.68125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.6875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 0.75rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .users-list .form-row > .bottom-actions, .smileys-container .form-row > a,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #007E33; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 126, 51, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #007E33;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #007E33;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4); }

.was-validated .custom-select:valid, .was-validated select.form-control:valid, .custom-select.is-valid, select.is-valid.form-control {
  border-color: #007E33;
  padding-right: 4.0625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007E33' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 2rem/1.375rem 1.375rem; }
  .was-validated .custom-select:valid:focus, .was-validated select.form-control:valid:focus, .custom-select.is-valid:focus, select.is-valid.form-control:focus {
    border-color: #007E33;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback, .was-validated select.form-control:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated select.form-control:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, select.is-valid.form-control ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  select.is-valid.form-control ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007E33; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #007E33; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #007E33; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b148;
  background-color: #00b148; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007E33; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007E33; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007E33;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f63b6b; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(246, 59, 107, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f63b6b;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f63b6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f63b6b;
    box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4); }

.was-validated .custom-select:invalid, .was-validated select.form-control:invalid, .custom-select.is-invalid, select.is-invalid.form-control {
  border-color: #f63b6b;
  padding-right: 4.0625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f63b6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 2rem/1.375rem 1.375rem; }
  .was-validated .custom-select:invalid:focus, .was-validated select.form-control:invalid:focus, .custom-select.is-invalid:focus, select.is-invalid.form-control:focus {
    border-color: #f63b6b;
    box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated select.form-control:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated select.form-control:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, select.is-invalid.form-control ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  select.is-invalid.form-control ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f63b6b; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f63b6b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f63b6b; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f86c90;
  background-color: #f86c90; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f63b6b; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f63b6b; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f63b6b;
  box-shadow: 0 0 0 0.2rem rgba(246, 59, 107, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline select.form-control {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.custom-select, select.form-control {
  background: #fff; }

.form-holder .btn {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase; }
  .form-holder .btn [class^="icon-"] {
    font-size: 30px;
    position: absolute;
    top: 11px;
    left: 14px; }

.btn-cta, .hover-this .inner-hover .btn {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

.btn-cta-light {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #1c1d21;
  color: #1c1d21; }

.btn-container .btn {
  height: 50px;
  line-height: 25px;
  background-color: #FF6138;
  border-radius: 8px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }
  @media (max-width: 767.98px) {
    .btn-container .btn {
      font-size: 12px; } }
  .btn-container .btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    opacity: .4;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  .btn-container .btn:hover {
    background-color: #e16e50; }

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4; }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4; } }

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4; }
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4; } }

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); } }

.btn-social {
  width: 250px;
  padding-left: 50px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 600; }
  .btn-social strong {
    font-weight: 800; }
  .btn-social span {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 28px; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.chat-dropdown {
  padding: 20px;
  width: 350px; }

.notification-menu {
  padding: 20px;
  width: 550px; }
  @media (max-width: 991.98px) {
    .notification-menu {
      width: 340px;
      padding: 20px 10px !important; } }

.notification {
  position: relative;
  padding-left: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  opacity: .6; }
  .notification.notification-item-unread {
    opacity: 1 !important; }
  .notification .time {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 9px;
    font-weight: 300;
    opacity: .75; }
    @media (max-width: 991.98px) {
      .notification .time {
        display: none; } }
  .notification .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    heigth: 50px;
    border-radius: 3px;
    overflow: hidden; }

@media (max-width: 991.98px) {
  .profile-notifications .notification .user-details h4.h4 {
    font-size: 13px !important; } }

.user-list-group .list-group-item {
  position: relative;
  min-height: 90px;
  padding-left: 90px; }
  .user-list-group .list-group-item .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden; }
  .user-list-group .list-group-item .details .online-status {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #00b148;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    bottom: -2px; }
  .user-list-group .list-group-item .details h5.h5 .badge {
    font-size: 9px !important;
    position: relative;
    top: -1px; }
    .user-list-group .list-group-item .details h5.h5 .badge [class^="icon-"] {
      position: relative;
      bottom: -1px;
      margin-right: 4px; }
  .user-list-group .list-group-item .details a {
    font-weight: 700; }
  .user-list-group .list-group-item .user-actions {
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 991.98px) {
      .user-list-group .list-group-item .user-actions {
        display: none; } }
    .user-list-group .list-group-item .user-actions .btn {
      font-size: 9px;
      font-weight: 700;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      padding: 6px 10px 7px 27px;
      margin-left: 10px;
      border: none;
      text-transform: uppercase;
      border-radius: 2px; }
      .user-list-group .list-group-item .user-actions .btn [class^="icon-"] {
        top: 5px;
        left: 5px;
        font-size: 16px; }
  .user-list-group .list-group-item .actions {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px; }
    .user-list-group .list-group-item .actions .btn {
      font-size: 9px;
      font-weight: 700;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      padding: 6px 10px 5.5px 10px; }
  .user-list-group .list-group-item:hover .actions {
    display: block; }

.card {
  background: none;
  border: none;
  border-radius: 0px; }
  .card .card-body {
    background: none; }
    @media (max-width: 991.98px) {
      .card .card-body {
        padding-left: 0px;
        padding-right: 0px; } }
    .card .card-body .btn-cta, .card .card-body .hover-this .inner-hover .btn, .hover-this .inner-hover .card .card-body .btn {
      border-radius: 2rem;
      padding-left: 30px;
      padding-right: 30px; }
      .card .card-body .btn-cta.btn-success, .card .card-body .hover-this .inner-hover .btn-success.btn, .hover-this .inner-hover .card .card-body .btn-success.btn {
        border: none; }
  .card .list-group {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none; }
    .card .list-group .list-group-item {
      background: none;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: none; }
  .card .card-header {
    background: none;
    color: #1c1d21;
    border-bottom: none;
    text-align: left !important; }
    .card .card-header a {
      color: #1c1d21; }
    .card .card-header h4 {
      font-size: 24px;
      font-weight: 700; }
      .card .card-header h4 small {
        font-size: 18px;
        color: #f73b6b; }
  .card .card {
    box-shadow: none !important; }
    .card .card .card-header {
      background: none !important;
      border: none !important;
      padding-bottom: none !important;
      margin-bottom: none !important; }

.card-profile {
  background: #fafafa;
  border: none;
  border-radius: 0px;
  font-size: 15px; }
  .card-profile h6.h6 {
    font-size: 15px !important; }
  .card-profile .card-body {
    background: none; }
  .card-profile .list-group {
    background: none;
    border-bottom: none;
    border-top: none; }
    .card-profile .list-group .list-group-item {
      background: none;
      border-top: none;
      border-bottom: none;
      color: #646464; }
      .card-profile .list-group .list-group-item strong {
        color: #1c1d21; }
  .card-profile .card-header {
    background: none;
    color: #1c1d21;
    position: relative;
    border-bottom: 1px solid #e4e4e4; }
    .card-profile .card-header a {
      color: #1c1d21; }
    .card-profile .card-header h4 {
      font-size: 18px !important;
      font-weight: 900 !important;
      letter-spacing: 0 !important; }
    .card-profile .card-header .btn-success {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      padding: 7px 20px;
      border-radius: 20px;
      position: absolute;
      top: 15px;
      right: 15px;
      border: none;
      font-size: 12px; }
    .card-profile .card-header .btn-light {
      color: #1c1d21;
      padding: 8px 12px 7px 12px;
      border-radius: 50%;
      position: absolute;
      top: 15px;
      right: 0px;
      border: none;
      font-size: 16px; }
    .card-profile .card-header .membership {
      color: #1c1d21;
      padding: 8px 12px 7px 12px;
      border-radius: 50%;
      position: absolute;
      top: 15px;
      right: 0px;
      border: none;
      font-size: 20px;
      font-weight: 700; }
  .card-profile .card {
    box-shadow: none !important; }
    .card-profile .card .card-header {
      background: none !important;
      border: none !important;
      padding-bottom: none !important;
      margin-bottom: none !important; }

.alert-grad-splash-1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  font-weight: 600; }
  .alert-grad-splash-1 .alert-heading {
    font-weight: 700; }
    .alert-grad-splash-1 .alert-heading strong {
      font-weight: 900; }

.modal-edit-profile .nav-edit-profile .nav-tabs {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #adb5bd; }
  .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item {
    margin-bottom: -2px; }
    .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link {
      background: fff !important; }
      .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link:hover {
        border-color: transparent;
        background: fff !important; }
      .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link.active {
        border: 2px solid #adb5bd;
        border-bottom: none;
        background: #fff !important; }

.modal-header {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 3px 3px 0px 0px; }
  .modal-header.modal-header-success {
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .modal-header.modal-header-success .modal-title {
      font-weight: 900 !important; }
  .modal-header.modal-header-error {
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .modal-header.modal-header-error .modal-title {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-weight: 900 !important; }
  .modal-header.modal-header-info {
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .modal-header.modal-header-info .modal-title {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-weight: 900 !important; }

.gift-holder {
  display: block;
  border: 2px solid transparent; }
  .gift-holder:hover {
    border: 2px solid #ffc480; }
  .gift-holder.selected {
    border: 2px solid #FF8800; }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }

.modal-dialog-centered:before {
  height: auto; }

.grad-splash-1 {
  background: #12c2e9;
  /* fallback for old browsers */
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.bg-grad-danger, .modal-header.modal-header-error {
  background: #FFC371;
  /* fallback for old browsers */
  background: linear-gradient(to right, #FF5F6D, #FFC371);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.bg-grad-info, .modal-header.modal-header-info, .landing-mid-bar, .chat-holder .chat-header {
  background: #4B79A1;
  /* fallback for old browsers */
  background: linear-gradient(to right, #283E51, #4B79A1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.bg-grad-success, .modal-header.modal-header-success {
  background: #FDFC47;
  /* fallback for old browsers */
  background: linear-gradient(to right, #24FE41, #FDFC47);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.btn-bg-grad-purple, .btn-cta, .hover-this .inner-hover .btn, .card .card-body .btn-cta.btn-success, .card .card-body .hover-this .inner-hover .btn-success.btn, .hover-this .inner-hover .card .card-body .btn-success.btn, .card-profile .card-header .btn-success, .landing-holder .form-holder .btn-success, .landing-cta .btn, .auth-box .form-holder .form-action .btn-success, .header-v2 .actions .btn-success, .header-v2 .user-box .btn-upgrade, .match-holder .match-actions .btn.btn-warning, .profile-holder-top .user-actions .btn.btn-danger, .profile-comments .comment .user-actions .btn-warning, .profile-comments .profile .user-actions .btn-warning, .dashboard-membership .btn-success, .gallery-actions .btn.btn-success, .profile-notifications .notification .user-actions .btn-warning, .users-list .item-details .actions .btn-warning, .users-list .item-details .btn-chat, .card-deck-pay .package-gold .btn-success, .card-deck-pay .package-vip, .chat-v2 .chat-v2-header .user-actions .btn.btn-success, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-secondary, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-success, .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-warning, .chat-widget .center-action .btn.btn-secondary, .chat-widget .center-action .btn.btn-success, .chat-widget .center-action .btn.btn-warning {
  background: #F73B6A !important;
  background: linear-gradient(40deg, #F73B6A, #BE0AD4) !important; }

.btn-bg-grad-purple-dark {
  background: #6560dc !important;
  background: linear-gradient(40deg, #312bc4, #ff129f) !important; }

.btn-bg-grad-peach {
  background: #ffd86f !important;
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important; }

.btn-bg-grad-peach-dark {
  background: #ff6ec4 !important;
  background: linear-gradient(40deg, #ffc323, #fa0808) !important; }

.btn-bg-grad-peach-dark {
  background: #ff6ec4 !important;
  background: linear-gradient(40deg, #efae00, #cb0404) !important; }

.btn-bg-grad-blue {
  background: #ff6ec4 !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important; }

.btn-bg-grad-aqua {
  background: #ff6ec4 !important;
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important; }

.btn-bg-grad-aqua-light {
  background: #ff6ec4 !important;
  background: linear-gradient(40deg, #d3eaff, #d1ffee) !important; }

.filter-holder {
  position: relative; }

.filters {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 600px;
  z-index: 10;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background: url("../images/v2/search-bg.png") bottom left no-repeat #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #1c1d21; }
  .filters p {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    bottom: -8px; }
  .filters .form-check .form-check-input {
    position: relative;
    top: 2px; }
  .filters .btn {
    font-weight: 900;
    text-transform: uppercase; }

.dropdown-autocomplete {
  left: 8px;
  background: #fafafa; }
  .dropdown-autocomplete li {
    padding: 6px 16px; }

.autocomplete-user-item {
  position: relative;
  min-height: 60px;
  padding-left: 60px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 350px; }
  .autocomplete-user-item:hover {
    background: linear-gradient(-135deg, #f8f9fa 0%, #fff 100%); }
  .autocomplete-user-item .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden; }
  .autocomplete-user-item .details {
    padding-top: 8px; }
    .autocomplete-user-item .details a {
      text-decoration: none; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

.overlay-blocked {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95); }
  .overlay-blocked .btn {
    font-weight: 700; }
  .overlay-blocked br {
    width: auto; }

.online-status {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #00b148;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
  position: relative;
  bottom: -1px; }

@media (max-width: 991.98px) {
  .breadcrumb-holder {
    padding: 7px 0px 15px 15px; } }

.breadcrumb-holder .breadcrumb {
  background: none; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item {
    color: #1c1d21;
    font-size: 18px;
    font-weight: 500; }
    .breadcrumb-holder .breadcrumb .breadcrumb-item [class^="icon-"] {
      position: relative;
      bottom: 0px;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .breadcrumb-holder .breadcrumb .breadcrumb-item [class^="icon-"] {
          font-size: 12px; } }
    .breadcrumb-holder .breadcrumb .breadcrumb-item a {
      color: #1c1d21;
      text-decoration: none; }
      @media (max-width: 991.98px) {
        .breadcrumb-holder .breadcrumb .breadcrumb-item a {
          font-size: 16px;
          font-weight: 600; } }
    .breadcrumb-holder .breadcrumb .breadcrumb-item span {
      opacity: .5; }
      @media (max-width: 991.98px) {
        .breadcrumb-holder .breadcrumb .breadcrumb-item span {
          font-size: 16px;
          font-weight: 600; } }
    .breadcrumb-holder .breadcrumb .breadcrumb-item:before {
      display: none; }
    @media (max-width: 991.98px) {
      .breadcrumb-holder .breadcrumb .breadcrumb-item {
        padding: 0px 0px 5px 0px !important; } }

.top-actions .badge-notif {
  top: 10px; }

.top-actions .btn-light {
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  color: #4f4f4f;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  text-align: center; }
  .top-actions .btn-light [class^="icon-"] {
    position: relative;
    bottom: 0px;
    left: -2px; }

.top-actions .btn-dark, .top-actions .chat-v2 .user-type .btn.btn-success, .chat-v2 .user-type .top-actions .btn.btn-success, .top-actions .users-list-toggle .btn, .users-list-toggle .top-actions .btn {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  text-align: center; }
  .top-actions .btn-dark [class^="icon-"], .top-actions .chat-v2 .user-type .btn.btn-success [class^="icon-"], .chat-v2 .user-type .top-actions .btn.btn-success [class^="icon-"], .top-actions .users-list-toggle .btn [class^="icon-"], .users-list-toggle .top-actions .btn [class^="icon-"] {
    position: relative;
    bottom: 0px;
    left: -2px; }

.gallery-top {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #F73B6A; }
  .gallery-top:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: #F73B6A transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -25px;
    left: 100px; }
  .gallery-top .btn {
    position: absolute;
    bottom: 15px;
    right: 0px;
    border-radius: 25px;
    padding: 10px 16px 8px 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900; }

.card-body .profile-comments:first-child .mt-3, .card-body .profile-comments:first-child .landing-holder .auth-box, .landing-holder .card-body .profile-comments:first-child .auth-box, .card-body .profile-comments:first-child .profile-holder-top, .card-body .profile-comments:first-child .gallery-item, .card-body .profile-comments:first-child .users-list .item-details .btn-chat, .users-list .item-details .card-body .profile-comments:first-child .btn-chat, .card-body .profile-comments:first-child .users-list .item-details .btn-message, .users-list .item-details .card-body .profile-comments:first-child .btn-message, .card-body .profile-comments:first-child .generic-holder .generic-icon, .generic-holder .card-body .profile-comments:first-child .generic-icon {
  margin-top: 0 !important; }

.card-body .profile-comments:last-child .border-bottom {
  border-bottom: none !important; }

.badge-notif {
  background: #f63b6b;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .badge-notif {
      right: 5px; } }

.profile-gift-cta {
  background: url("../images/v3/profile-gift-cta.jpg") center right no-repeat #ffdf00;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-decoration: none !important;
  border: 5px solid transparent; }
  .profile-gift-cta:hover {
    border: 5px solid #b39c00; }
  .profile-gift-cta h5 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0px; }
  .profile-gift-cta span {
    font-size: 11px; }

.megaphone-icon {
  position: absolute;
  top: 5px;
  left: 15px; }

.message-bomb-widget {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999; }
  .message-bomb-widget .cta {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #1c1d21;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08); }
    .message-bomb-widget .cta .action {
      position: absolute;
      content: '';
      width: 80px;
      height: 80px;
      line-height: 80px;
      vertical-align: middle;
      left: 10px;
      top: 10px;
      border-radius: 50%;
      font-size: 40px;
      background-image: -webkit-linear-gradient(#f62357 0%, #f50a45 100%);
      background-image: linear-gradient(#f62357 0%, #f50a45 100%);
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
      box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
      border-bottom: solid 2px #b5b5b5;
      text-decoration: none;
      color: #FDFC47; }
      .message-bomb-widget .cta .action:active {
        background-image: -webkit-linear-gradient(#dd093e 0%, #c40837 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
        border-bottom: solid 2px #d8d8d8; }
  .message-bomb-widget .info {
    background: #1c1d21;
    padding: 5px 50px 7px 7px;
    border-radius: 8px;
    text-align: right;
    margin-top: 25px;
    margin-right: -45px; }
    @media (max-width: 991.98px) {
      .message-bomb-widget .info {
        float: right !important;
        padding: 5px 7px 7px 7px;
        margin-top: 15px;
        margin-right: -10px; } }
    .message-bomb-widget .info h4.h4 {
      margin: 0 0px 5px 0px;
      padding: 0px;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      letter-spacing: -.35px; }
      @media (max-width: 991.98px) {
        .message-bomb-widget .info h4.h4 {
          font-size: 12px; } }
    .message-bomb-widget .info small {
      font-size: 12px;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.75);
      color: #1c1d21;
      padding: 3px 5px;
      border-radius: 3px; }
  .message-bomb-widget .close-action {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 9999; }
    .message-bomb-widget .close-action .action {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 42px;
      background: #1c1d21;
      color: rgba(255, 255, 255, 0.75);
      border-radius: 50%;
      text-decoration: none;
      text-align: center;
      font-size: 24px; }
      .message-bomb-widget .close-action .action:hover {
        color: #fff; }

.confirm-email-splash {
  background: url("../images/v3/confirm-modal.jpg") center center no-repeat #fff;
  background-size: cover;
  min-height: 550px;
  margin: 0px;
  padding: 0px; }
  .confirm-email-splash h1.h1 {
    font-size: 42px;
    margin-top: 120px; }
  .confirm-email-splash h2.h2 {
    font-size: 24px;
    margin-top: 15px; }
  .confirm-email-splash h4.h4 {
    font-size: 16px;
    font-weight: 500; }
  .confirm-email-splash .btn {
    padding: 0px 50px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .confirm-email-splash {
      min-height: auto; }
      .confirm-email-splash h1.h1 {
        font-size: 24px;
        margin-top: 60px; }
      .confirm-email-splash h2.h2 {
        font-size: 18px;
        margin-top: 15px; }
      .confirm-email-splash h4.h4 {
        font-size: 13px;
        font-weight: 500; }
      .confirm-email-splash .btn {
        padding: 0px 30px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 60px; } }

.confirm-bar {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #006529;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .confirm-bar .btn {
    font-weight: 800;
    font-size: 13px;
    background: #003214;
    border: none;
    margin: 0px 5px; }

.switch-holder {
  position: relative;
  bottom: -8px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .switch-holder .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right; }
  .switch-holder .switch input {
    display: none; }
  .switch-holder .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #007E33;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch-holder .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch-holder input.default:checked + .slider {
    background-color: #f63b6b; }
  .switch-holder input.primary:checked + .slider {
    background-color: #2196F3; }
  .switch-holder input.success:checked + .slider {
    background-color: #8bc34a; }
  .switch-holder input.info:checked + .slider {
    background-color: #3de0f5; }
  .switch-holder input.warning:checked + .slider {
    background-color: #FFC107; }
  .switch-holder input.danger:checked + .slider {
    background-color: #f44336; }
  .switch-holder input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  .switch-holder input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .switch-holder .slider.round {
    border-radius: 34px; }
  .switch-holder .slider.round:before {
    border-radius: 50%; }

.loader-holder {
  text-align: center; }
  .loader-holder span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600; }
  .loader-holder .loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    text-align: center; }
    .loader-holder .loader div {
      position: absolute;
      border: 4px solid #1c1d21;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .loader-holder .loader div:nth-child(2) {
      animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

.loader-fixed-overlay {
  position: fixed;
  z-index: 1059;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95); }

.loader-overlay {
  position: absolute;
  z-index: 1009;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .loader-overlay .auth-box {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1010; }

.loader-overlay-bg {
  position: absolute;
  z-index: 1008;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/common/overlay-bg.png") top left repeat;
  filter: blur(10px); }

.landing-holder {
  height: 100%;
  padding: 75px 0px 50px 0px;
  background: url("../images/v3/landing-splash.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .landing-holder {
      background-size: auto 100%; } }
  .landing-holder .form-holder .btn-success {
    border: none;
    border-radius: 30px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .landing-holder .form-holder .btn-facebook {
    border: none;
    border-radius: 30px;
    background: #13062d;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .landing-holder .landing-title {
    text-transform: uppercase; }
    .landing-holder .landing-title .h3 {
      font-size: 24px;
      font-weight: 700; }
      .landing-holder .landing-title .h3 strong {
        font-weight: 900;
        color: #003214; }
    .landing-holder .landing-title .h5 {
      font-size: 13px;
      font-weight: 500; }
      .landing-holder .landing-title .h5 strong {
        font-weight: 800; }
  .landing-holder .auth-box {
    border-radius: 10px;
    background: #1d0944; }
  .landing-holder .form-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
    margin-top: 5px;
    letter-spacing: .5px; }
  .landing-holder .display-2 {
    margin-top: 50px;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      .landing-holder .display-2 {
        margin-top: 10px;
        font-size: 35px; } }
    .landing-holder .display-2 strong {
      color: #f83c68; }
  .landing-holder .display-3 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      .landing-holder .display-3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500; } }
    .landing-holder .display-3 strong {
      color: #f83c68; }
  .landing-holder .display-4 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 500; }

.landing-mid-bar {
  padding: 25px;
  position: relative; }
  .landing-mid-bar .h3 {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    opacity: .75; }

.landing-bottom {
  text-align: center;
  padding: 100px 0px; }
  @media (max-width: 991.98px) {
    .landing-bottom {
      padding: 50px 0px; } }
  .landing-bottom h1 {
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .landing-bottom h1 {
        font-size: 24px; } }
  .landing-bottom h2 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #b4b3b3;
    margin-bottom: 70px; }
    @media (max-width: 991.98px) {
      .landing-bottom h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px; } }
  .landing-bottom h3 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px; }
    @media (max-width: 991.98px) {
      .landing-bottom h3 {
        font-size: 18px;
        font-weight: 500;
        margin-top: 30px; } }
  .landing-bottom img {
    margin: 25px 0px; }
    @media (max-width: 991.98px) {
      .landing-bottom img {
        margin: 5px 0px 15px 0px; } }

.landing-cta {
  background: url("../images/v3/landing-cta.jpg") top left no-repeat #673a78;
  background-size: cover;
  padding: 50px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .landing-cta .float-left, .landing-cta .user-list-group .list-group-item .user-actions .btn, .user-list-group .list-group-item .user-actions .landing-cta .btn, .landing-cta .breadcrumb-holder, .landing-cta .header .user-box .details, .header .user-box .landing-cta .details, .landing-cta .header-v2 .user-box .btn-upgrade, .header-v2 .user-box .landing-cta .btn-upgrade, .landing-cta .header-v2 .user-box .details, .header-v2 .user-box .landing-cta .details, .landing-cta .profile-comments .comment .user-actions .btn, .profile-comments .comment .user-actions .landing-cta .btn, .landing-cta .profile-comments .profile .user-actions .btn, .profile-comments .profile .user-actions .landing-cta .btn, .landing-cta .profile-notifications .notification .user-actions .btn, .profile-notifications .notification .user-actions .landing-cta .btn, .landing-cta .float-right, .landing-cta .message-bomb-widget .cta, .message-bomb-widget .landing-cta .cta, .landing-cta .message-bomb-widget .info, .message-bomb-widget .landing-cta .info, .landing-cta .header .user-box .avatar-holder, .header .user-box .landing-cta .avatar-holder {
      float: none !important;
      text-align: center; }
    .landing-cta h1.h1 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 15px; }
    .landing-cta h4.h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px; } }
  .landing-cta .btn {
    padding: 25px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    border: none; }
    @media (max-width: 991.98px) {
      .landing-cta .btn {
        margin-top: 25px; } }

.hover-this-parent {
  min-height: 464px; }

.hover-this {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(215, 215, 215, 0.9);
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center; }

.hover-this .inner-hover {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
  top: 10%;
  margin-top: -35px; }

.hover-this .inner-hover span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }

.hover-this .inner-hover .btn {
  font-size: 16px;
  padding: 0px 28px; }

.hover-this-light {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(215, 215, 215, 0.9);
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center; }

.hover-this-light .inner-hover {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 10%;
  margin-top: -35px; }

.hover-this-light .inner-hover span {
  display: block;
  font-weight: 500;
  margin-bottom: 10px; }

.hover-this-light .inner-hover .btn {
  font-size: 11px;
  padding: 3px 8px; }

.hover-this-dark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/blur-dark.png) top left repeat;
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center; }

.hover-this-dark .inner-hover {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 10%;
  margin-top: -35px; }

.hover-this-dark .inner-hover span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px; }

.hover-this-dark .inner-hover .btn {
  font-size: 11px;
  padding: 3px 8px; }

.hover-this-strong {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(215, 215, 215, 0.9);
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center; }

.hover-this-strong .register-hover {
  position: relative !important; }

.hover-this-strong .widget-register {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  border-radius: 4px;
  position: absolute;
  top: 10%;
  margin-top: -40px;
  width: 300px;
  left: 50%;
  margin-left: -150px; }

.hover-this-strong .widget-register h5 {
  font-size: 24px;
  font-weight: 300; }

.hover-this-strong .widget-register span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px; }

.hover-this-strong .widget-register .btn {
  font-size: 11px;
  padding: 3px 8px; }

.hover-this-listing {
  -webkit-box-shadow: inset 0 0 20px 20px #fbfbf7;
  box-shadow: inset 0 0 20px 20px #fbfbf7; }

.auth-holder {
  padding: 50px 0; }
  @media (max-width: 767.98px) {
    .auth-holder {
      padding: 25px 0; } }

.auth-box {
  background: #fafafa;
  border-radius: 4px; }
  .auth-box .auth-box-top {
    background: #fafafa;
    border-radius: 4px 4px 0px 0px;
    color: #1c1d21; }
    .auth-box .auth-box-top a {
      color: #1c1d21;
      font-weight: 700;
      text-decoration: underline; }
  .auth-box .form-holder .form-action .btn {
    border: none;
    border-radius: 30px; }
  .auth-box .form-holder .form-action .btn-facebook {
    background: #1d0944; }
  .auth-box .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .auth-box .btn-group-justified .btn {
      float: none;
      display: table-cell;
      width: 50%;
      padding: 15px 0px 10px 0px; }
      .auth-box .btn-group-justified .btn [class^="icon-"] {
        font-size: 25px; }

.confirm-init {
  background: #556270;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767.98px) {
    .confirm-init {
      padding: 15px 0px !important; } }
  .confirm-init h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px; }
    @media (max-width: 767.98px) {
      .confirm-init h1 {
        font-size: 25px; } }

@media (max-width: 767.98px) {
  .confirm-init-bottom {
    padding-top: 15px !important; }
    .confirm-init-bottom h1 {
      font-size: 20px !important;
      font-weight: 700; } }

.header {
  height: 70px; }
  .header .actions .btn {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .header .actions .btn-link {
    color: #fff; }
  .header .actions .btn-success {
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important; }
  .header .navbar-brand {
    margin: 0 .5rem; }
  .header .navbar-nav .nav-item .nav-link {
    font-size: 18px; }
    .header .navbar-nav .nav-item .nav-link small {
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      top: -3px; }
      @media (max-width: 1199.98px) {
        .header .navbar-nav .nav-item .nav-link small {
          display: none; } }
  .header .navbar-nav .nav-item.active .nav-link {
    color: #ffc107; }
  .header .user-box .details {
    font-size: 10px;
    font-weight: 400;
    height: 60px; }
    .header .user-box .details .dropdown .dropdown-toggle {
      border: none;
      background: none;
      position: relative;
      color: #fff; }
      .header .user-box .details .dropdown .dropdown-toggle:after {
        position: relative;
        bottom: -1px;
        margin-left: 0px; }
      .header .user-box .details .dropdown .dropdown-toggle strong {
        font-size: 12px;
        font-weight: 700; }
  .header .user-box .avatar-holder {
    width: 60px;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden; }

.header-v2 {
  height: 70px;
  background: #1d0944; }
  @supports (-webkit-overflow-scrolling: touch) {
    .header-v2 {
      position: relative !important; } }
  .header-v2 .actions .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase; }
  .header-v2 .actions .btn-link {
    color: #fff; }
  .header-v2 .actions .btn-success {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 15px; }
  .header-v2 .navbar-brand {
    margin: 0px 15px; }
    .header-v2 .navbar-brand img {
      height: 30px;
      width: auto; }
  .header-v2 .navbar-nav .nav-item .nav-link {
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .header-v2 .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 12px; } }
    .header-v2 .navbar-nav .nav-item .nav-link small {
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      top: -3px; }
  .header-v2 .navbar-nav .nav-item.active .nav-link {
    color: #ffc107; }
  .header-v2 .user-box .btn-menu {
    padding: 0px;
    position: relative;
    top: -5px;
    right: -10px;
    font-size: 22px;
    border: none;
    background: none;
    color: #fff; }
  .header-v2 .user-box .btn-upgrade {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    bottom: -6px; }
  .header-v2 .user-box .details {
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: 10px; }
    .header-v2 .user-box .details .dropdown .dropdown-toggle {
      border: none;
      background: none;
      position: relative;
      color: #fff; }
      .header-v2 .user-box .details .dropdown .dropdown-toggle:after {
        position: relative;
        bottom: -2px;
        margin-left: 1px; }
      .header-v2 .user-box .details .dropdown .dropdown-toggle strong {
        font-size: 12px;
        font-weight: 700; }
  .header-v2 .user-box .avatar-holder {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden; }

.header-v2 .navbar-nav .nav-item .nav-link small.header-item-counters {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  background: #d90000;
  position: absolute;
  top: 15px;
  left: 22px;
  margin-right: -20px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15); }

.subheader .subheader-nav .nav-item .nav-link small.header-item-counters {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  background: #d90000;
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  top: 7px;
  left: 37px;
  margin-right: -20px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15); }

@media (max-width: 991.98px) {
  .header-v2 .navbar-nav .nav-item .nav-link small.header-item-counters {
    left: 4px; } }

@media (max-width: 767.98px) {
  .header-v2 .dropdown {
    position: initial; }
  .header-v2 .dropdown-mobile-fix {
    left: 50%;
    margin-left: -150px; }
  .header-v2 .dropdown-toggle {
    position: relative; } }

.subheader {
  background: #f3f3f3;
  height: 70px; }
  @media (max-width: 991.98px) {
    .subheader {
      padding-bottom: 35px; }
      .subheader .float-left, .subheader .user-list-group .list-group-item .user-actions .btn, .user-list-group .list-group-item .user-actions .subheader .btn, .subheader .breadcrumb-holder, .subheader .header .user-box .details, .header .user-box .subheader .details, .subheader .header-v2 .user-box .btn-upgrade, .header-v2 .user-box .subheader .btn-upgrade, .subheader .header-v2 .user-box .details, .header-v2 .user-box .subheader .details, .subheader .profile-comments .comment .user-actions .btn, .profile-comments .comment .user-actions .subheader .btn, .subheader .profile-comments .profile .user-actions .btn, .profile-comments .profile .user-actions .subheader .btn, .subheader .profile-notifications .notification .user-actions .btn, .profile-notifications .notification .user-actions .subheader .btn {
        padding-left: 5px; } }
  .subheader .float-right, .subheader .message-bomb-widget .cta, .message-bomb-widget .subheader .cta, .subheader .message-bomb-widget .info, .message-bomb-widget .subheader .info, .subheader .header .user-box .avatar-holder, .header .user-box .subheader .avatar-holder {
    height: 70px; }
  .subheader .subheader-nav {
    list-style-type: none;
    position: relative;
    top: -13px; }
    @media (max-width: 991.98px) {
      .subheader .subheader-nav {
        display: block;
        text-align: center; } }
    @media (max-width: 991.98px) {
      .subheader .subheader-nav .nav-item {
        display: inline-block; } }
    .subheader .subheader-nav .nav-item .btn-special {
      width: 50px;
      height: 50px;
      background: #fff;
      color: #4f4f4f;
      border-radius: 50%;
      overflow: hidden;
      font-size: 20px;
      text-align: center; }
      .subheader .subheader-nav .nav-item .btn-special [class^="icon-"] {
        position: relative;
        bottom: -2px;
        left: -2px; }
    .subheader .subheader-nav .nav-item .btn-light {
      margin-top: 5px;
      border-radius: 20px;
      font-size: 15px;
      font-weight: 500;
      background: none;
      border: none;
      padding-left: 25px;
      padding-right: 25px; }
      .subheader .subheader-nav .nav-item .btn-light.active {
        background: #fff;
        color: #f23774; }
      @media (max-width: 991.98px) {
        .subheader .subheader-nav .nav-item .btn-light {
          padding-left: 15px;
          padding-right: 15px; } }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 125px;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5; }
  .footer small {
    font-size: 10px;
    opacity: .5; }
  .footer .container-fluid .btn-outline-light, .footer .profile-holder-top .btn-outline-light {
    margin-top: 25px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 300; }
    .footer .container-fluid .btn-outline-light strong, .footer .profile-holder-top .btn-outline-light strong {
      font-weight: 700; }
    .footer .container-fluid .btn-outline-light img, .footer .profile-holder-top .btn-outline-light img {
      position: relative;
      margin-left: 2px;
      top: -2px; }
  .footer .container-fluid .menu, .footer .profile-holder-top .menu {
    text-align: center;
    margin: 5px 0px 0px 0px; }
    .footer .container-fluid .menu a, .footer .profile-holder-top .menu a {
      color: #fff;
      display: inline-block;
      font-size: 10px;
      margin: 0px 5px; }
  @media (max-width: 767.98px) {
    .footer {
      height: 125px; } }

.map-holder {
  overflow: hidden;
  position: relative; }
  .map-holder iframe {
    left: 0;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 10;
    opacity: .5; }
  .map-holder .user-mark {
    position: absolute;
    z-index: 11;
    width: 50px;
    height: 50px; }
    .map-holder .user-mark .inner {
      position: relative;
      width: 50px;
      height: 50px; }
      .map-holder .user-mark .inner .map-avatar {
        position: absolute;
        z-index: 12;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        overflow: hidden;
        transform: rotate(45deg);
        top: 4px;
        left: 4px;
        cursor: pointer; }
      .map-holder .user-mark .inner .pin {
        width: 30px;
        height: 30px;
        border-radius: 50% 50% 50% 0;
        background: #00cae9;
        position: absolute;
        transform: rotate(-45deg);
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px; }
      .map-holder .user-mark .inner .pin:after {
        content: "";
        width: 20px;
        height: 20px;
        margin: 5px 0 0 5px;
        background: #e6e6e6;
        position: absolute;
        border-radius: 50%; }
      .map-holder .user-mark .inner .bounce {
        animation-name: bounce;
        animation-fill-mode: both;
        animation-duration: 1s; }
      .map-holder .user-mark .inner .pulse {
        background: #d6d4d4;
        border-radius: 50%;
        height: 14px;
        width: 14px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 11px 0px 0px -12px;
        transform: rotateX(55deg);
        z-index: -2; }
      .map-holder .user-mark .inner .pulse:after {
        content: "";
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        box-shadow: 0 0 1px 2px #00cae9;
        animation-delay: 1.1s; }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

.match-holder .match-details {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 400; }
  @media (max-width: 1199.98px) {
    .match-holder .match-details {
      padding-top: 30px;
      font-size: 11px; } }
  .match-holder .match-details strong {
    color: #1c1d21;
    font-weight: 700; }

.match-holder .col, .match-holder .users-list .bottom-actions, .users-list .match-holder .bottom-actions, .match-holder .smileys-container a, .smileys-container .match-holder a {
  margin: 0px !important;
  padding: 0px !important; }

.match-holder .match-actions {
  background: #eae6e7;
  padding: 50px 50px 20px 50px;
  border-radius: 50px;
  margin: -75px 50px 0px 50px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .match-holder .match-actions {
      padding: 30px 30px 0px 30px;
      margin: 0px 10px 0px 10px;
      border-radius: 0px 0px 25px 25px; } }
  .match-holder .match-actions .row, .match-holder .match-actions .chat-v2, .match-holder .match-actions .smileys-container {
    padding: 0px 15px !important; }
  .match-holder .match-actions .btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0px; }
    .match-holder .match-actions .btn [class^="icon-"] {
      opacity: .25;
      font-size: 35px;
      position: absolute;
      top: 7px;
      left: 7px; }
    .match-holder .match-actions .btn.btn-danger {
      color: #f63b6b;
      background: #fff;
      border: none;
      position: relative;
      right: -5px; }
    .match-holder .match-actions .btn.btn-warning {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border: none;
      position: relative;
      left: -5px; }
    .match-holder .match-actions .btn.btn-light {
      background: #fff;
      border: none;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      padding: 0px 20px;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      z-index: 1;
      bottom: -35px; }
      @media (max-width: 1199.98px) {
        .match-holder .match-actions .btn.btn-light {
          bottom: -50px; } }

.match-holder .match-preview {
  position: relative; }
  .match-holder .match-preview .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .match-holder .match-preview .overlay .nav-left {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -25px;
      text-decoration: none; }
      .match-holder .match-preview .overlay .nav-left [class^="icon-"] {
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        opacity: .75;
        font-size: 50px; }
      .match-holder .match-preview .overlay .nav-left:hover [class^="icon-"] {
        opacity: 1; }
    .match-holder .match-preview .overlay .nav-right {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -25px;
      text-decoration: none; }
      .match-holder .match-preview .overlay .nav-right [class^="icon-"] {
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        opacity: .75;
        font-size: 50px; }
      .match-holder .match-preview .overlay .nav-right small {
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        opacity: .75;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .5px;
        position: relative;
        top: -18px;
        right: -4px;
        visibility: hidden; }
      .match-holder .match-preview .overlay .nav-right:hover [class^="icon-"] {
        opacity: 1; }
      .match-holder .match-preview .overlay .nav-right:hover small {
        visibility: visible;
        opacity: 1; }
    .match-holder .match-preview .overlay.overlay-success .generic-holder {
      width: 100%;
      position: absolute;
      bottom: 150px !important;
      left: 0px;
      margin-left: 0px !important;
      margin-right: auto !important;
      margin-bottom: auto !important;
      padding: 15px !important; }
      .match-holder .match-preview .overlay.overlay-success .generic-holder .icon-heart {
        color: #f63b6b;
        font-size: 200px; }
      .match-holder .match-preview .overlay.overlay-success .generic-holder h3.h3 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        top: -150px; }
      .match-holder .match-preview .overlay.overlay-success .generic-holder h5.h5 {
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        font-size: 20px;
        font-weight: 400;
        padding: 20px 35px !important;
        border-radius: 15px;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    .match-holder .match-preview .overlay.overlay-like .match-actions {
      background: rgba(0, 0, 0, 0.15); }
    .match-holder .match-preview .overlay.overlay-like .generic-holder {
      width: 100%;
      position: absolute;
      bottom: 150px !important;
      left: 0px;
      margin-left: 0px !important;
      margin-right: auto !important;
      margin-bottom: auto !important;
      padding: 15px !important; }
      @media (max-width: 1199.98px) {
        .match-holder .match-preview .overlay.overlay-like .generic-holder {
          bottom: 10px !important; } }
      .match-holder .match-preview .overlay.overlay-like .generic-holder h5.h5 {
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        font-size: 20px;
        font-weight: 400;
        padding: 20px 35px !important;
        border-radius: 15px; }
        @media (max-width: 1199.98px) {
          .match-holder .match-preview .overlay.overlay-like .generic-holder h5.h5 {
            font-size: 14px;
            padding: 10px 15px !important; } }
        .match-holder .match-preview .overlay.overlay-like .generic-holder h5.h5 strong {
          display: block;
          color: #f86c90;
          margin-bottom: 5px;
          font-weight: 700; }

.match-holder .match-queue {
  overflow: hidden; }

.profile-holder-top .mobile-menu-toggle {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 10; }
  .profile-holder-top .mobile-menu-toggle .btn {
    border-radius: 5px 5px 0px 0px !important;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px; }
    .profile-holder-top .mobile-menu-toggle .btn [class^="icon-"] {
      position: relative;
      bottom: -2px;
      font-size: 15px; }

.profile-holder-top .user-status {
  display: inline-block;
  padding: 8px 12px 7px 12px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  border-radius: 20px;
  background: #fafafa !important;
  color: #1c1d21; }
  .profile-holder-top .user-status strong {
    font-weight: 700; }
  .profile-holder-top .user-status small {
    color: #ffac4d;
    font-size: 11px;
    font-weight: 400;
    opacity: .75; }
  .profile-holder-top .user-status div {
    font-size: 11px;
    opacity: .5;
    font-weight: 300;
    letter-spacing: 1px; }

.profile-holder-top .user-status-holder {
  display: inline-block;
  position: relative;
  left: -7px; }

.profile-holder-top .user-status-holder-mobile .user-status {
  border-radius: 0px;
  width: 100%; }

.profile-holder-top .user-status-holder-mobile .user-status:after {
  display: none; }

.profile-holder-top .profile-left .avatar {
  border: none;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .profile-holder-top .profile-left .avatar {
      margin-top: 18px;
      border-bottom: 10px solid rgba(0, 0, 0, 0.25) !important;
      border-radius: 10px 10px 10px 10px !important; } }
  .profile-holder-top .profile-left .avatar .online-status {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .profile-holder-top .profile-left .avatar .profile-menu-toggle {
    position: absolute;
    top: 0px;
    left: 0px; }
    .profile-holder-top .profile-left .avatar .profile-menu-toggle .btn {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .75px;
      padding: 6px 10px 6px 6px; }
      .profile-holder-top .profile-left .avatar .profile-menu-toggle .btn [class^="icon-"] {
        position: relative;
        bottom: -2px;
        font-size: 12px; }
  .profile-holder-top .profile-left .avatar .notif-holder {
    position: absolute;
    bottom: 55px;
    right: 10px; }
    .profile-holder-top .profile-left .avatar .notif-holder .notif {
      position: relative;
      background: rgba(0, 0, 0, 0.85);
      border-radius: .4em;
      color: #ffd86f;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      padding: 6px 8px;
      font-size: 8px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .5px; }
    .profile-holder-top .profile-left .avatar .notif-holder .notif:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 8px;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.85);
      border-bottom: 0;
      margin-left: -8px;
      margin-bottom: -10px; }
  .profile-holder-top .profile-left .avatar .overlay-actions {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .profile-holder-top .profile-left .avatar .overlay-actions .btn {
      font-size: 10px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase;
      padding: 8px 12px 8px 12px;
      border: none;
      border-radius: 3px; }
      .profile-holder-top .profile-left .avatar .overlay-actions .btn [class^="icon-"] {
        position: relative;
        bottom: -2px;
        font-size: 12px; }
      .profile-holder-top .profile-left .avatar .overlay-actions .btn small {
        font-size: 10px;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .profile-holder-top .profile-left .avatar .overlay-actions .btn small {
            display: none; } }

@media (max-width: 991.98px) {
  .profile-holder-top .user-details {
    padding: 5px 15px !important;
    text-align: center !important; } }

.profile-holder-top .user-details p {
  display: inline-block;
  font-size: 14px; }
  @media (max-width: 991.98px) {
    .profile-holder-top .user-details p {
      font-size: 12px; } }
  .profile-holder-top .user-details p a {
    font-weight: 700;
    color: #1c1d21; }

.profile-holder-top .user-details h4 {
  font-size: 32px;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .profile-holder-top .user-details h4 {
      font-size: 18px;
      font-weight: 700; } }

.profile-holder-top .user-details [class^="icon-"] {
  position: relative;
  bottom: -1px;
  font-size: 16px; }

.profile-holder-top .user-details .icon-location {
  font-size: 13px;
  margin-right: 7px !important; }

@media (max-width: 991.98px) {
  .profile-holder-top .user-actions.text-left, .profile-holder-top .user-actions.btn-social, .profile-holder-top .user-actions.user-details, .profile-holder-top .chat-holder .chat-convo .user-actions.line-left, .chat-holder .chat-convo .profile-holder-top .user-actions.line-left, .profile-holder-top .chat-v2 .chat-v2-chatbox .chatbox-holder .user-actions.line-left, .chat-v2 .chat-v2-chatbox .chatbox-holder .profile-holder-top .user-actions.line-left, .profile-holder-top .chat-widget .user-actions.line-left, .chat-widget .profile-holder-top .user-actions.line-left {
    text-align: center !important; } }

.profile-holder-top .user-actions .btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align: left;
  border-radius: 25px; }
  .profile-holder-top .user-actions .btn.btn-danger {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .profile-holder-top .user-actions .btn.btn-warning {
    background: #1d0944;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .profile-holder-top .user-actions .btn.btn-info {
    background: #1d0944;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991.98px) {
    .profile-holder-top .user-actions .btn {
      font-size: 13px;
      padding: 5px 15px !important;
      margin-bottom: 10px; } }
  .profile-holder-top .user-actions .btn strong {
    font-weight: 900; }
  .profile-holder-top .user-actions .btn [class^="icon-"] {
    position: relative;
    font-size: 18px;
    bottom: -2px;
    opacity: .75; }
    @media (max-width: 991.98px) {
      .profile-holder-top .user-actions .btn [class^="icon-"] {
        font-size: 18px; } }

.profile-holder .profile-left {
  border-left: 5px dotted rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .profile-holder .profile-left .my-actions {
      position: absolute;
      width: 150px;
      top: -8px;
      left: 15px;
      background: white;
      z-index: 10;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
      padding: 5px; } }
  .profile-holder .profile-left .my-actions .nav .nav-link {
    padding: 10px 15px 9px 15px;
    color: #1c1d21;
    font-size: 16px;
    font-weight: 500;
    text-align: left; }
    .profile-holder .profile-left .my-actions .nav .nav-link [class^="icon-"] {
      position: relative;
      font-size: 14px;
      bottom: -1px; }
    .profile-holder .profile-left .my-actions .nav .nav-link.active {
      background: #708b16;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

.profile-holder .nav-profile .nav-tabs {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid #adb5bd; }
  .profile-holder .nav-profile .nav-tabs .nav-item {
    margin-bottom: -2px; }
    .profile-holder .nav-profile .nav-tabs .nav-item .nav-link:hover {
      border-color: transparent; }
    .profile-holder .nav-profile .nav-tabs .nav-item .nav-link.active {
      border: 2px solid #adb5bd;
      border-bottom: none;
      background: #f5f5f5; }

.gallery-item {
  display: inline-block;
  width: 100px;
  height: auto;
  border: 3px solid transparent;
  cursor: pointer; }
  .gallery-item.selected {
    border: 3px solid #f63b6b; }

.photo-comment {
  overflow: auto; }
  .photo-comment .list-group-item {
    padding-right: 0px; }
  .photo-comment .chat-item {
    position: relative;
    min-height: 97px;
    padding-left: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    .photo-comment .chat-item .avatar-holder {
      position: absolute;
      top: 10px;
      left: 0px;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      overflow: hidden; }
    .photo-comment .chat-item .details {
      padding: 10px 0px 0px 0px !important;
      font-size: 13px; }
      .photo-comment .chat-item .details .input-group {
        position: relative;
        top: -4px; }
      .photo-comment .chat-item .details a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500; }

@media (max-width: 991.98px) {
  .related-users {
    display: none; } }

.profile-gallery-holder .profile-gallery {
  padding: 15px 10px 70px 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background: #556270;
  border-radius: 0px 0px 10px 10px;
  border: 10px solid #3f4953;
  border-top: none; }
  .profile-gallery-holder .profile-gallery .nav {
    position: absolute;
    z-index: 1;
    font-size: 50px;
    color: #1c1d21;
    text-decoration: none;
    opacity: .25; }
    .profile-gallery-holder .profile-gallery .nav:hover {
      opacity: .5; }
    .profile-gallery-holder .profile-gallery .nav.nav-left {
      top: 72px;
      left: -75px; }
    .profile-gallery-holder .profile-gallery .nav.nav-right {
      top: 72px;
      right: -75px; }
  .profile-gallery-holder .profile-gallery .item {
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .profile-gallery-holder .profile-gallery .btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px; }

@media (max-width: 991.98px) {
  .my-profile-left .avatar {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 125px;
    height: 125px;
    border: 3px solid rgba(0, 0, 0, 0.25) !important; }
  .my-profile-left .overlay-actions {
    bottom: -4px !important;
    right: 3px !important; }
    .my-profile-left .overlay-actions .btn:first-child {
      position: relative;
      right: -8px; }
    .my-profile-left .overlay-actions .btn span.mr-1, .my-profile-left .overlay-actions .toast-body .btn span[class^="icon-"], .toast-body .my-profile-left .overlay-actions .btn span[class^="icon-"], .my-profile-left .overlay-actions .btn .profile-holder-top .user-details span[class^="icon-"], .profile-holder-top .user-details .my-profile-left .overlay-actions .btn span[class^="icon-"], .my-profile-left .overlay-actions .profile-holder-top .user-actions .btn span[class^="icon-"], .profile-holder-top .user-actions .my-profile-left .overlay-actions .btn span[class^="icon-"], .my-profile-left .overlay-actions .btn .profile-holder .profile-left .my-actions .nav .nav-link span[class^="icon-"], .profile-holder .profile-left .my-actions .nav .nav-link .my-profile-left .overlay-actions .btn span[class^="icon-"], .my-profile-left .overlay-actions .btn .users-list .item-details .actions .btn-warning span[class^="icon-"], .users-list .item-details .actions .btn-warning .my-profile-left .overlay-actions .btn span[class^="icon-"] {
      margin-right: 0px !important; }
  .my-profile-left .user-details {
    padding-left: 130px !important;
    text-align: left !important; }
    .my-profile-left .user-details .h4 {
      margin-bottom: 0px; }
    .my-profile-left .user-details .mt-3, .my-profile-left .user-details .landing-holder .auth-box, .landing-holder .my-profile-left .user-details .auth-box, .my-profile-left .user-details .profile-holder-top, .my-profile-left .user-details .gallery-item, .my-profile-left .user-details .users-list .item-details .btn-chat, .users-list .item-details .my-profile-left .user-details .btn-chat, .my-profile-left .user-details .users-list .item-details .btn-message, .users-list .item-details .my-profile-left .user-details .btn-message, .my-profile-left .user-details .generic-holder .generic-icon, .generic-holder .my-profile-left .user-details .generic-icon {
      margin-top: 10px !important; } }

@media (max-width: 991.98px) {
  .my-profile-right {
    padding-left: 50px !important;
    padding-right: 0px !important; } }

@media (max-width: 991.98px) {
  .my-profile-left-tiny .avatar {
    position: absolute !important;
    top: 0px;
    left: 15px;
    height: 29px; }
    .my-profile-left-tiny .avatar img {
      position: absolute !important;
      left: 67px;
      height: 29px;
      width: auto; }
  .my-profile-left-tiny .user-details {
    padding-left: 110px;
    border: none !important; }
    .my-profile-left-tiny .user-details .h4 {
      margin-bottom: 0px;
      padding-top: 2px;
      font-size: 15px;
      position: relative;
      bottom: -2px; }
    .my-profile-left-tiny .user-details p {
      display: none; }
    .my-profile-left-tiny .user-details .row, .my-profile-left-tiny .user-details .chat-v2, .my-profile-left-tiny .user-details .smileys-container {
      display: none; }
  .my-profile-left-tiny .user-actions {
    display: none; } }

.media-gallery .gallery-actions {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 10px 0px; }
  .media-gallery .gallery-actions .btn {
    margin: 0px !important;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase; }
    .media-gallery .gallery-actions .btn [class^="icon-"] {
      position: relative;
      bottom: -1px;
      margin-right: 4px;
      font-size: 12px; }

.media-gallery .gallery {
  position: relative; }

.media-gallery .gallery-inner {
  margin: 0px 10px 10px 0px;
  position: relative; }
  .media-gallery .gallery-inner .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .media-gallery .gallery-inner .overlay .badge-member {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0px 5px;
      height: 20px;
      line-height: 20px;
      border-radius: 3px; }
    .media-gallery .gallery-inner .overlay .badge-count {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0px 5px;
      height: 20px;
      line-height: 20px;
      border-radius: 3px; }
    .media-gallery .gallery-inner .overlay .title {
      position: absolute;
      bottom: 10px;
      right: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-size: 11px;
      font-weight: 700; }
  .media-gallery .gallery-inner .overlay-locked {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .media-gallery .gallery-inner .overlay-locked .inner {
      text-align: center;
      margin-top: 50px;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      padding: 0px 15px; }
      @media (max-width: 1199.98px) {
        .media-gallery .gallery-inner .overlay-locked .inner {
          margin-top: 30px !important; } }
      .media-gallery .gallery-inner .overlay-locked .inner .btn {
        padding: 0px 15px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        margin-top: 10px;
        font-weight: 600; }
        .media-gallery .gallery-inner .overlay-locked .inner .btn.btn-sm, .media-gallery .gallery-inner .overlay-locked .inner .btn-group-sm > .btn, .media-gallery .gallery-inner .overlay-locked .inner .users-list .item-details .actions .btn, .users-list .item-details .actions .media-gallery .gallery-inner .overlay-locked .inner .btn, .media-gallery .gallery-inner .overlay-locked .chat-holder .chat-convo .video-call .inner .btn, .chat-holder .chat-convo .video-call .media-gallery .gallery-inner .overlay-locked .inner .btn, .media-gallery .gallery-inner .overlay-locked .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .btn, .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .media-gallery .gallery-inner .overlay-locked .inner .btn, .media-gallery .gallery-inner .overlay-locked .chat-widget .video-call .inner .btn, .chat-widget .video-call .media-gallery .gallery-inner .overlay-locked .inner .btn {
          height: 25px;
          line-height: 25px;
          font-size: 11px;
          font-weight: 600; }
      .media-gallery .gallery-inner .overlay-locked .inner .form-control {
        padding: 0px 15px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        margin-top: 10px; }
      .media-gallery .gallery-inner .overlay-locked .inner p {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin: 0px;
        padding: 0px; }
      .media-gallery .gallery-inner .overlay-locked .inner [class^="icon-"] {
        font-size: 40px;
        margin-bottom: 15px; }
    .media-gallery .gallery-inner .overlay-locked .badge-member {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0px 5px;
      height: 20px;
      line-height: 20px;
      border-radius: 3px; }
    .media-gallery .gallery-inner .overlay-locked .badge-count {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0px 5px;
      height: 20px;
      line-height: 20px;
      border-radius: 3px; }
    .media-gallery .gallery-inner .overlay-locked .title {
      position: absolute;
      bottom: 10px;
      right: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-size: 11px;
      font-weight: 700; }

.media-gallery .scale {
  transform: scaleY(1.05);
  padding-top: 5px; }

.profile-holder-v2 .profile-top {
  padding-left: 210px; }
  @media (max-width: 991.98px) {
    .profile-holder-v2 .profile-top {
      padding-left: 120px;
      padding-bottom: 30px; } }
  .profile-holder-v2 .profile-top .avatar-holder {
    top: 0px;
    left: 0px; }
    .profile-holder-v2 .profile-top .avatar-holder .avatar {
      width: 186px;
      height: 186px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .profile-holder-v2 .profile-top .avatar-holder .avatar {
          width: 100px;
          height: 100px; } }
  .profile-holder-v2 .profile-top .user-details {
    float: left; }
    .profile-holder-v2 .profile-top .user-details p {
      font-size: 18px;
      color: #9c9c9c;
      font-weight: 300;
      display: inline-block; }
      @media (max-width: 991.98px) {
        .profile-holder-v2 .profile-top .user-details p {
          font-size: 13px;
          color: #9c9c9c;
          font-weight: 400;
          display: inline-block;
          margin: 0px;
          padding: 0px 0px 10px 0px; } }
    .profile-holder-v2 .profile-top .user-details .user-status {
      display: inline-block;
      background: #fafafa;
      padding: 3px 10px;
      border-radius: 15px;
      margin-left: 5px;
      color: #9c9c9c;
      font-size: 16px;
      font-weight: 400;
      font-weight: 400; }
      .profile-holder-v2 .profile-top .user-details .user-status strong {
        color: #1c1d21;
        font-weight: 700; }
      @media (max-width: 991.98px) {
        .profile-holder-v2 .profile-top .user-details .user-status {
          display: block;
          margin: 0px;
          font-size: 11px; } }
    .profile-holder-v2 .profile-top .user-details h4.h4 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: -10px;
      padding-top: 20px; }
      @media (max-width: 991.98px) {
        .profile-holder-v2 .profile-top .user-details h4.h4 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: -20px;
          padding-top: 25px; } }
      .profile-holder-v2 .profile-top .user-details h4.h4 .vip {
        font-size: 18px;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        background: #f63b6b;
        padding: 3px 12px;
        border-radius: 15px;
        position: relative;
        top: -4px;
        margin-left: 10px; }
        @media (max-width: 991.98px) {
          .profile-holder-v2 .profile-top .user-details h4.h4 .vip {
            font-size: 13px; } }
  .profile-holder-v2 .profile-top .user-actions {
    float: right;
    margin-top: 15px; }
    @media (max-width: 991.98px) {
      .profile-holder-v2 .profile-top .user-actions {
        float: none;
        text-align: center;
        margin-left: -120px;
        position: relative;
        top: 25px; } }
    .profile-holder-v2 .profile-top .user-actions .btn {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: .25px;
      text-transform: uppercase;
      border-radius: 20px;
      border: none;
      padding: 9px 20px; }
      @media (max-width: 991.98px) {
        .profile-holder-v2 .profile-top .user-actions .btn {
          margin-bottom: 15px; } }
      .profile-holder-v2 .profile-top .user-actions .btn [class^="icon-"] {
        font-size: 16px;
        position: relative;
        bottom: -3px;
        margin-right: 7px; }
      .profile-holder-v2 .profile-top .user-actions .btn.btn-success {
        background: #b9e475;
        color: #1c1d21; }
        .profile-holder-v2 .profile-top .user-actions .btn.btn-success [class^="icon-"] {
          color: #fff;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
      .profile-holder-v2 .profile-top .user-actions .btn.btn-danger {
        background: #f63b6b;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
      .profile-holder-v2 .profile-top .user-actions .btn.btn-info {
        background: #1d0944;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

.profile-holder-v2 .profile-menu {
  background: #fafafa;
  padding-left: 210px;
  padding-top: 43px;
  padding-bottom: 45px; }
  @media (max-width: 991.98px) {
    .profile-holder-v2 .profile-menu {
      padding: 7px 0px 12px 0px;
      text-align: center; } }
  .profile-holder-v2 .profile-menu .btn-light {
    margin-top: 5px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    background: none;
    border: none;
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 991.98px) {
      .profile-holder-v2 .profile-menu .btn-light {
        font-size: 13px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px; } }
    .profile-holder-v2 .profile-menu .btn-light.active {
      background: #eeeeee;
      color: #f23774; }

.badge-interest {
  background: #eeeeee;
  color: #f63b6b;
  font-size: 15px;
  padding: 8px 25px;
  border-radius: 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 14px; }

.profile-comments {
  position: relative; }
  .profile-comments .comment {
    position: relative;
    padding-left: 170px;
    padding-right: 100px; }
    .profile-comments .comment.photo-comment {
      min-height: 60px;
      padding-left: 10px; }
    .profile-comments .comment.add-profile-comment {
      padding-left: 60px !important; }
      .profile-comments .comment.add-profile-comment .avatar {
        left: 10px !important; }
    @media (max-width: 991.98px) {
      .profile-comments .comment {
        padding-left: 60px;
        padding-right: 0px; } }
    .profile-comments .comment .avatar {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
    .profile-comments .comment .user-details {
      position: absolute;
      top: 4px;
      left: 47px; }
      .profile-comments .comment .user-details h4.h4 {
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        padding: 0px; }
        @media (max-width: 991.98px) {
          .profile-comments .comment .user-details h4.h4 {
            display: none; } }
      .profile-comments .comment .user-details p {
        font-size: 12px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        color: #939393; }
        @media (max-width: 991.98px) {
          .profile-comments .comment .user-details p {
            display: none; } }
    .profile-comments .comment .user-message {
      font-weight: 600;
      min-height: 40px; }
    .profile-comments .comment .user-actions {
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (max-width: 991.98px) {
        .profile-comments .comment .user-actions {
          display: none; } }
      .profile-comments .comment .user-actions .btn {
        font-size: 11px;
        font-weight: 700;
        padding: 0px 10px 0px 37px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        border: none;
        text-transform: uppercase;
        border-radius: 20px; }
        .profile-comments .comment .user-actions .btn [class^="icon-"] {
          top: 10px;
          left: 10px;
          font-size: 20px; }
      .profile-comments .comment .user-actions .btn-warning {
        color: #fff; }
    .profile-comments .comment .time {
      position: absolute;
      top: 6px;
      right: 0px;
      color: #515151; }
      @media (max-width: 991.98px) {
        .profile-comments .comment .time {
          display: none; } }
      .profile-comments .comment .time .icon-heart {
        color: #ea2e86;
        font-size: 16px;
        position: relative;
        bottom: -1px;
        margin-left: 3px; }
  .profile-comments .profile {
    position: relative;
    padding-left: 170px;
    padding-right: 100px; }
    .profile-comments .profile .avatar {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
    .profile-comments .profile .user-details {
      position: absolute;
      top: 4px;
      left: 47px; }
      .profile-comments .profile .user-details h4.h4 {
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        padding: 0px; }
      .profile-comments .profile .user-details p {
        font-size: 12px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        color: #939393; }
    .profile-comments .profile .user-message {
      font-weight: 700;
      min-height: 40px; }
    .profile-comments .profile .user-actions {
      position: absolute;
      top: 0px;
      right: 0px; }
      .profile-comments .profile .user-actions .btn {
        font-size: 11px;
        font-weight: 700;
        padding: 0px 10px 0px 37px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        border: none;
        text-transform: uppercase;
        border-radius: 20px; }
        .profile-comments .profile .user-actions .btn [class^="icon-"] {
          top: 10px;
          left: 10px;
          font-size: 20px; }
      .profile-comments .profile .user-actions .btn-warning {
        color: #fff; }
    .profile-comments .profile .time {
      position: absolute;
      top: 6px;
      right: 0px;
      color: #515151; }
      .profile-comments .profile .time .icon-heart {
        color: #ea2e86;
        font-size: 16px;
        position: relative;
        bottom: -1px;
        margin-left: 3px; }
  .profile-comments .add-comment {
    background: #eeeeee;
    padding: 15px 15px 15px 80px;
    width: 100%; }
    .profile-comments .add-comment .avatar {
      top: 15px;
      left: 25px; }
    .profile-comments .add-comment .form-control {
      border: none;
      font-size: 14px;
      font-weight: normal;
      padding: 4px 25px;
      height: 40px;
      border-radius: 25px 0px 0px 25px; }
    .profile-comments .add-comment .btn-light {
      background: #fff;
      border: none;
      font-size: 14px;
      font-weight: normal;
      padding: 4px 25px;
      height: 40px;
      line-height: 36px;
      border-radius: 0px 25px 25px 0px;
      font-size: 30px; }

.btn-more-profiles {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0px 35px;
  height: 50px;
  line-height: 50px;
  margin: 15px 0px 50px 0px;
  border-radius: 50px;
  color: #f63b6b;
  font-size: 16px; }

.dashboard-membership .btn-success {
  padding: 0px 30px;
  height: 60px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: none; }

.dashboard-membership span {
  display: block;
  font-size: 18px; }

.dashboard-membership .price {
  font-size: 50px;
  font-weight: 900; }
  .dashboard-membership .price small {
    font-size: 16px;
    font-weight: 400; }
    .dashboard-membership .price small strong {
      font-size: 22px;
      font-weight: 600; }

.gallery-actions .btn {
  font-size: 14px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0px; }

.profile-notifications {
  position: relative; }
  .profile-notifications .notification {
    position: relative;
    padding-left: 170px;
    padding-right: 100px;
    opacity: 1; }
    .profile-notifications .notification.unread {
      opacity: 1; }
      .profile-notifications .notification.unread .avatar {
        border: 3px solid #f63b6b; }
    .profile-notifications .notification .avatar {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      border: 3px solid transparent;
      border-radius: 50%;
      overflow: hidden; }
    .profile-notifications .notification .user-details {
      position: absolute;
      top: -4px;
      left: 47px; }
      .profile-notifications .notification .user-details .actions {
        margin-top: 3px; }
        .profile-notifications .notification .user-details .actions .btn {
          padding: 0px 20px;
          height: 26px;
          line-height: 26px;
          font-size: 13px;
          font-weight: 500;
          border-radius: 26px; }
      .profile-notifications .notification .user-details h4.h4 {
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        padding: 0px; }
        .profile-notifications .notification .user-details h4.h4 strong {
          font-weight: 700; }
      .profile-notifications .notification .user-details p {
        font-size: 12px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        color: #939393; }
    .profile-notifications .notification .user-message {
      font-weight: 700;
      min-height: 40px; }
    .profile-notifications .notification .user-actions {
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (max-width: 991.98px) {
        .profile-notifications .notification .user-actions {
          display: none; } }
      .profile-notifications .notification .user-actions .btn {
        font-size: 11px;
        font-weight: 700;
        padding: 0px 10px 0px 37px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        border: none;
        text-transform: uppercase;
        border-radius: 20px; }
        .profile-notifications .notification .user-actions .btn [class^="icon-"] {
          top: 10px;
          left: 10px;
          font-size: 20px; }
      .profile-notifications .notification .user-actions .btn-warning {
        color: #fff; }
    .profile-notifications .notification .time {
      position: absolute;
      top: 6px;
      right: 0px;
      color: #515151; }
      .profile-notifications .notification .time .icon-heart {
        color: #ea2e86;
        font-size: 16px;
        position: relative;
        bottom: -1px;
        margin-left: 3px; }

.btn-view-notif {
  border-radius: 30px;
  font-size: 15px; }

.users-list {
  position: relative; }
  @media (max-width: 991.98px) {
    .users-list {
      padding-left: 5px !important;
      padding-right: 5px !important; }
      .users-list .col, .users-list .bottom-actions, .users-list .smileys-container a, .smileys-container .users-list a {
        padding-left: 5px !important;
        padding-right: 5px !important; } }
  .users-list .bottom-actions {
    text-align: center; }
    .users-list .bottom-actions .btn {
      margin: 15px auto;
      font-weight: 600;
      font-size: 14px; }
      .users-list .bottom-actions .btn .spinner-border {
        position: relative;
        margin-right: 4px; }
      .users-list .bottom-actions .btn.btn-info {
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .users-list .item-holder {
    border-radius: 4px;
    overflow: hidden; }
  .users-list .item .thumb-holder {
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .users-list .item .click-overlay {
    z-index: 3;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .users-list .item .click-overlay:hover.overlay {
      background: none; }
  .users-list .item .overlay {
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    @media (max-width: 767.98px) {
      .users-list .item .overlay {
        background: none; } }
    .users-list .item .overlay .badge-online {
      top: 5px;
      right: 3px;
      text-transform: uppercase;
      font-weight: 400;
      padding: 3px 5px;
      background: none; }
      .users-list .item .overlay .badge-online .online-bubble {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        background: #00cb52;
        border-radius: 50%; }
    .users-list .item .overlay .badge-membership {
      bottom: 5px;
      left: 5px;
      text-transform: uppercase;
      padding: 8px 10px 5px 10px;
      background: #f5396e;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      border-radius: 15px;
      letter-spacing: .5px; }
    .users-list .item .overlay:hover {
      background: rgba(28, 29, 33, 0); }
      .users-list .item .overlay:hover .details .actions {
        display: block; }
        .users-list .item .overlay:hover .details .actions .btn {
          font-weight: 700; }
      .users-list .item .overlay:hover .details .inner {
        opacity: 1;
        background: rgba(28, 29, 33, 0.25); }
  .users-list .item.item-bomb .overlay {
    background: rgba(28, 29, 33, 0.55); }
    .users-list .item.item-bomb .overlay .details .actions {
      display: none; }
    .users-list .item.item-bomb .overlay .message-bomb-selector {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 25px;
      height: 26px;
      line-height: 30px;
      font-size: 18px;
      text-align: center;
      border-radius: 3px; }
      .users-list .item.item-bomb .overlay .message-bomb-selector.not-selected {
        background: #1c1d21;
        color: rgba(255, 255, 255, 0.75); }
      .users-list .item.item-bomb .overlay .message-bomb-selector.selected {
        background: #1c1d21;
        color: #FDFC47; }
  .users-list .item-fav .heart-count {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    .users-list .item-fav .heart-count .icon-heart {
      position: relative;
      bottom: -1px;
      margin-left: 3px; }
  .users-list .item-details {
    background: #f3f3f3;
    color: #1c1d21;
    text-align: center; }
    @media (max-width: 991.98px) {
      .users-list .item-details {
        padding: 15px !important; } }
    .users-list .item-details .actions {
      display: none; }
      .users-list .item-details .actions .btn {
        text-shadow: none; }
        .users-list .item-details .actions .btn [class^="icon-"] {
          position: relative;
          bottom: -1px; }
      .users-list .item-details .actions .btn-warning {
        color: #f7ff74;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border: none;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
        padding: 8px 12px 8px 12px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        border: none;
        border-radius: 3px; }
        .users-list .item-details .actions .btn-warning [class^="icon-"] {
          position: relative;
          bottom: -2px;
          font-size: 12px; }
    .users-list .item-details .inner .btn-success, .users-list .item-details .inner .btn-warning {
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 50%;
      overflow: hidden;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      font-size: 20px;
      padding: 0px;
      width: 40px;
      height: 40px;
      line-height: 35px;
      text-align: center; }
    @media (max-width: 991.98px) {
      .users-list .item-details h4 {
        font-size: 16px;
        font-weight: 700; } }
    .users-list .item-details span {
      opacity: .5;
      height: 42px;
      overflow: hidden; }
      @media (max-width: 991.98px) {
        .users-list .item-details span {
          font-size: 12px;
          font-weight: 500; } }
    .users-list .item-details .btn-chat {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border-radius: 20px; }
      @media (max-width: 991.98px) {
        .users-list .item-details .btn-chat {
          font-size: 11px;
          font-weight: 700; } }
    .users-list .item-details .btn-message {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      background: #1d0944; }
      @media (max-width: 991.98px) {
        .users-list .item-details .btn-message {
          font-size: 11px;
          font-weight: 700; } }

@media (max-width: 767.98px) {
  .generic-holder .display-1 {
    font-size: 40px !important;
    font-weight: 900; } }

.generic-holder .generic-icon {
  font-size: 100px;
  opacity: .5; }

.generic-holder .h1 {
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .generic-holder .h1 {
      font-size: 20px !important; } }

.modal .generic-error {
  margin-left: -16px !important;
  margin-right: -16px !important; }

.modal .generic-success {
  margin-left: -16px !important;
  margin-right: -16px !important; }

.modal .generic-info {
  margin-left: -16px !important;
  margin-right: -16px !important; }

@media (max-width: 767.98px) {
  .pricing-holder {
    padding: 0px 15px 0px 15px; } }

@media (max-width: 767.98px) {
  .card-deck-pay {
    padding: 0px 15px 0px 15px; } }

.card-deck-pay .card {
  border: none;
  box-shadow: none !important; }
  .card-deck-pay .card .card-header {
    background: none !important;
    border: none; }

.card-deck-pay .package-bronze {
  background: #f3f3f3;
  color: #1d0944; }
  .card-deck-pay .package-bronze .card-title {
    color: #f23774;
    font-size: 75px;
    font-weight: 300; }
  .card-deck-pay .package-bronze h5.h5 {
    color: #f23774;
    font-size: 30px;
    font-weight: 400; }
    .card-deck-pay .package-bronze h5.h5 small {
      color: #1c1d21 !important; }
  .card-deck-pay .package-bronze h3.h3 {
    color: #1d0944;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px; }
  .card-deck-pay .package-bronze .period {
    color: #f23774; }
  .card-deck-pay .package-bronze .divider {
    background: #c7c7c7;
    width: 48px;
    height: 1px;
    margin: 10px auto 0px auto; }
  .card-deck-pay .package-bronze .list-group {
    border: none; }
    .card-deck-pay .package-bronze .list-group li {
      border: none; }
  .card-deck-pay .package-bronze .btn-success {
    background: #1d0944;
    border-radius: 20px;
    border: none;
    padding: 15px 35px; }

.card-deck-pay .package-silver {
  background: #eceaef;
  color: #1d0944; }
  .card-deck-pay .package-silver .card-title {
    color: #f23774;
    font-size: 75px;
    font-weight: 300; }
  .card-deck-pay .package-silver h5.h5 {
    color: #f23774;
    font-size: 30px;
    font-weight: 400; }
    .card-deck-pay .package-silver h5.h5 small {
      color: #1c1d21 !important; }
  .card-deck-pay .package-silver h3.h3 {
    color: #1d0944;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px; }
  .card-deck-pay .package-silver .period {
    color: #f23774; }
  .card-deck-pay .package-silver .divider {
    background: #c7c7c7;
    width: 48px;
    height: 1px;
    margin: 10px auto 0px auto; }
  .card-deck-pay .package-silver .list-group {
    border: none; }
    .card-deck-pay .package-silver .list-group li {
      border: none; }
  .card-deck-pay .package-silver .btn-success {
    background: #1d0944;
    border-radius: 20px;
    border: none;
    padding: 15px 35px; }

.card-deck-pay .package-gold {
  background: #1d0944;
  color: #fff; }
  .card-deck-pay .package-gold .card-title {
    color: #f23774;
    font-size: 75px;
    font-weight: 300; }
  .card-deck-pay .package-gold h5.h5 {
    color: #f23774;
    font-size: 30px;
    font-weight: 400; }
    .card-deck-pay .package-gold h5.h5 small {
      color: #fff !important; }
  .card-deck-pay .package-gold h3.h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px; }
  .card-deck-pay .package-gold .period {
    color: #f23774 !important; }
  .card-deck-pay .package-gold .divider {
    background: #c7c7c7;
    width: 48px;
    height: 1px;
    margin: 10px auto 0px auto; }
  .card-deck-pay .package-gold .list-group {
    border: none; }
    .card-deck-pay .package-gold .list-group li {
      border: none; }
  .card-deck-pay .package-gold .btn-success {
    border-radius: 20px;
    border: none;
    padding: 15px 35px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

.card-deck-pay .package-vip {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .card-deck-pay .package-vip .card-title {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 75px;
    font-weight: 300; }
  .card-deck-pay .package-vip h5.h5 {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-weight: 400; }
    .card-deck-pay .package-vip h5.h5 small {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .card-deck-pay .package-vip h3.h3 {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px; }
  .card-deck-pay .package-vip .period {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
  .card-deck-pay .package-vip .divider {
    background: #fff;
    width: 48px;
    height: 1px;
    margin: 10px auto 0px auto; }
  .card-deck-pay .package-vip .list-group {
    border: none; }
    .card-deck-pay .package-vip .list-group li {
      border: none; }
  .card-deck-pay .package-vip .btn-success {
    background: #fff;
    color: #1c1d21;
    border-radius: 20px;
    border: none;
    padding: 15px 35px; }

.cc-holder {
  padding: 40px;
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  border: 10px solid rgba(0, 0, 0, 0.05); }
  .cc-holder .input-group-addon {
    border-radius: 0px !important; }
  .cc-holder .form-control {
    border-radius: 0px !important;
    color: #1c1d21 !important; }

.pricing-holder-v2 {
  background: url("../images/common/pay/pay-bg.jpg") top center no-repeat;
  background-size: cover; }
  .pricing-holder-v2 .container, .pricing-holder-v2 .auth-holder, .pricing-holder-v2 .profile-holder, .pricing-holder-v2 .profile-holder-v2, .pricing-holder-v2 .chat-holder {
    max-width: 1000px; }
  .pricing-holder-v2 .provider span {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-right: 5px;
    height: 40px;
    line-height: 40px; }
  .pricing-holder-v2 .provider .btn {
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color: #77d42a;
    border-radius: 40px;
    border: 1px solid #268a16;
    display: inline-block;
    cursor: pointer;
    color: #306108;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #aade7c; }
    .pricing-holder-v2 .provider .btn.btn-active {
      box-shadow: inset 0px 1px 0px 0px #ffffff;
      background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
      background-color: #ededed;
      color: #777777;
      border: 1px solid transparent;
      opacity: .5;
      text-shadow: 0px 1px 0px #ffffff; }
  .pricing-holder-v2 h1.h1 {
    font-size: 30px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin: 25px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .pricing-holder-v2 h1.h1 {
        font-size: 20px;
        margin-bottom: 25px; } }
    .pricing-holder-v2 h1.h1 strong {
      display: block;
      font-size: 100px;
      color: #f8ff3f; }
      @media (max-width: 991.98px) {
        .pricing-holder-v2 h1.h1 strong {
          font-size: 50px; } }
  .pricing-holder-v2 h2.h2 {
    font-size: 14px;
    color: white;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin: 35px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase; }
  .pricing-holder-v2 .bottom-text {
    font-size: 11px;
    line-height: 14px; }
  @media (max-width: 767.98px) {
    .pricing-holder-v2 {
      padding: 0px 15px 0px 15px; } }

.card-deck-pay {
  position: relative;
  padding-bottom: 150px; }
  .card-deck-pay .pay-girls {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -287px; }
    @media (max-width: 767.98px) {
      .card-deck-pay .pay-girls {
        display: none; } }
  @media (max-width: 767.98px) {
    .card-deck-pay {
      padding: 0px 15px 0px 15px; } }
  .card-deck-pay .card {
    border: none;
    box-shadow: none !important;
    margin-left: 5px !important;
    margin-right: 5px !important; }
    .card-deck-pay .card .card-header {
      background: none !important;
      border: none; }
  .card-deck-pay .package {
    position: relative;
    border-radius: 5px;
    background: #fff !important;
    color: #1d0944 !important;
    text-align: center;
    transition: transform .2s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05) !important; }
    .card-deck-pay .package .card-body {
      padding-top: 0px; }
    .card-deck-pay .package:hover {
      z-index: 2;
      transform: scale(1.05);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15) !important; }
    .card-deck-pay .package.active {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15) !important;
      z-index: 1;
      transform: scale(1.1); }
      .card-deck-pay .package.active .btn-success {
        background: #533476 !important; }
      .card-deck-pay .package.active .card-title {
        color: #fbb03b !important; }
      .card-deck-pay .package.active h5.h5 {
        color: #fbb03b !important; }
    .card-deck-pay .package .card-title {
      color: #1c1d21;
      font-size: 50px !important;
      font-weight: 900 !important;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .card-deck-pay .package .card-title i {
        font-style: normal;
        font-size: 24px;
        position: relative;
        top: -20px;
        opacity: .75; }
    .card-deck-pay .package h5.h5 {
      color: #1c1d21;
      font-size: 20px !important;
      font-weight: 400 !important;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .card-deck-pay .package h5.h5 small {
        color: #1c1d21 !important; }
    .card-deck-pay .package h3.h3 {
      color: #1d0944 !important;
      font-size: 28px !important;
      font-weight: 900 !important;
      letter-spacing: 1px !important;
      text-align: center;
      padding-top: 25px; }
    .card-deck-pay .package .period {
      color: #1c1d21 !important;
      opacity: .5;
      margin-top: -15px; }
    .card-deck-pay .package .divider {
      background: #c7c7c7 !important;
      width: 48px !important;
      height: 1px !important;
      margin: 10px auto 0px auto !important; }
    .card-deck-pay .package .list-group {
      border: none;
      font-size: 11px; }
      .card-deck-pay .package .list-group li {
        border: none;
        padding-top: 6px;
        padding-bottom: 6px; }
    .card-deck-pay .package .btn-success {
      background: #775f92 !important;
      border-radius: 30px !important;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border: none !important;
      height: 50px;
      line-height: 50px;
      padding: 0px 30px; }
  .card-deck-pay .package-vip-v2 {
    background: url("../images/common/pay/pay-gem.jpg") bottom right no-repeat #fff !important; }

.pricing-holder-v3 {
  background: url("../images/common/pay/pay-bg-v2.jpg") top center no-repeat;
  background-size: cover; }
  .pricing-holder-v3 .pricing-header {
    text-align: right !important; }
    @media (max-width: 991.98px) {
      .pricing-holder-v3 .pricing-header {
        text-align: center !important;
        margin-bottom: -50px; } }
  .pricing-holder-v3 .bubble {
    background: url("../images/common/pay/icon-strong.png") bottom right no-repeat #fff;
    margin-top: 40px;
    position: relative;
    width: 450px;
    height: 190px;
    padding: 25px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .pricing-holder-v3 .bubble:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 20px 20px 20px 0;
      border-color: transparent #fff;
      display: block;
      width: 0;
      z-index: 1;
      left: -20px;
      top: 75px; }
    .pricing-holder-v3 .bubble h4.h4 {
      font-size: 30px;
      font-weight: 300; }
    .pricing-holder-v3 .bubble p {
      font-size: 16px;
      font-weight: 400; }
      .pricing-holder-v3 .bubble p strong {
        font-weight: 800; }
  .pricing-holder-v3 .container-lock {
    max-width: 900px; }
  .pricing-holder-v3 .provider {
    margin-top: 50px; }
    .pricing-holder-v3 .provider span {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      margin-right: 5px;
      height: 40px;
      line-height: 40px; }
    .pricing-holder-v3 .provider .btn {
      box-shadow: inset 0px 1px 0px 0px #caefab;
      background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
      background-color: #77d42a;
      border-radius: 40px;
      border: 1px solid #268a16;
      display: inline-block;
      cursor: pointer;
      color: #306108;
      font-size: 15px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      padding: 0px 25px;
      text-decoration: none;
      text-shadow: 0px 1px 0px #aade7c; }
      .pricing-holder-v3 .provider .btn.btn-active {
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        background-color: #ededed;
        color: #777777;
        border: 1px solid transparent;
        opacity: .5;
        text-shadow: 0px 1px 0px #ffffff; }
  .pricing-holder-v3 h1.h1 {
    font-size: 40px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 35px 0px 0px 0px;
    margin: 0px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .pricing-holder-v3 h1.h1 {
        font-size: 30px;
        margin-bottom: 25px; } }
    .pricing-holder-v3 h1.h1 strong {
      display: block;
      font-size: 50px;
      color: #f8ff3f; }
      @media (max-width: 1199.98px) {
        .pricing-holder-v3 h1.h1 strong {
          font-size: 40px; } }
  .pricing-holder-v3 h2.h2 {
    font-size: 14px;
    color: white;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 0px 15px 0px;
    margin: 0px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .pricing-holder-v3 {
      padding: 0px 15px 0px 15px; } }
  .pricing-holder-v3 .card-deck-pay {
    position: relative;
    padding-bottom: 35px; }
    @media (max-width: 767.98px) {
      .pricing-holder-v3 .card-deck-pay {
        padding: 0px 15px 0px 15px; } }
    .pricing-holder-v3 .card-deck-pay .card {
      border: none;
      box-shadow: none !important;
      margin-left: 5px !important;
      margin-right: 5px !important; }
    .pricing-holder-v3 .card-deck-pay .package {
      display: block;
      position: relative;
      border-radius: 5px;
      background: #000 !important;
      color: #fff !important;
      text-shadow: none !important;
      text-align: center;
      transition: transform .2s;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05) !important;
      text-decoration: none; }
      .pricing-holder-v3 .card-deck-pay .package .bonus {
        height: 30px;
        line-height: 30px;
        margin-top: 40px;
        font-size: 20px;
        font-weight: 300; }
        .pricing-holder-v3 .card-deck-pay .package .bonus strong {
          font-weight: 900; }
        @media (max-width: 991.98px) {
          .pricing-holder-v3 .card-deck-pay .package .bonus {
            width: 100%;
            text-align: center !important;
            margin: 0px;
            padding: 25px 0px;
            position: relative;
            top: -10px; }
            .pricing-holder-v3 .card-deck-pay .package .bonus.float-right, .pricing-holder-v3 .card-deck-pay .package .message-bomb-widget .bonus.cta, .message-bomb-widget .pricing-holder-v3 .card-deck-pay .package .bonus.cta, .pricing-holder-v3 .card-deck-pay .package .message-bomb-widget .bonus.info, .message-bomb-widget .pricing-holder-v3 .card-deck-pay .package .bonus.info, .pricing-holder-v3 .card-deck-pay .package .header .user-box .bonus.avatar-holder, .header .user-box .pricing-holder-v3 .card-deck-pay .package .bonus.avatar-holder {
              float: none !important;
              clear: both; } }
      .pricing-holder-v3 .card-deck-pay .package .card-body {
        padding-top: 0px;
        padding-bottom: 0px; }
        @media (max-width: 991.98px) {
          .pricing-holder-v3 .card-deck-pay .package .card-body {
            width: 100%;
            text-align: center;
            padding-top: 15px; } }
      .pricing-holder-v3 .card-deck-pay .package:hover {
        z-index: 2;
        transform: scale(1.05);
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15) !important; }
      .pricing-holder-v3 .card-deck-pay .package.active {
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15) !important;
        z-index: 1;
        transform: scale(1.1); }
        .pricing-holder-v3 .card-deck-pay .package.active .btn-success {
          background: #533476 !important; }
        .pricing-holder-v3 .card-deck-pay .package.active .card-title {
          color: #fbb03b !important; }
        .pricing-holder-v3 .card-deck-pay .package.active h5.h5 {
          color: #fbb03b !important; }
      .pricing-holder-v3 .card-deck-pay .package .card-header {
        background: none !important;
        border: none; }
        .pricing-holder-v3 .card-deck-pay .package .card-header h3 {
          padding: 0px !important;
          height: 30px;
          line-height: 30px;
          margin-top: 20px; }
        @media (max-width: 991.98px) {
          .pricing-holder-v3 .card-deck-pay .package .card-header {
            width: 100%;
            text-align: center; } }
      .pricing-holder-v3 .card-deck-pay .package .card-title {
        margin-left: 15px;
        color: #fff;
        font-size: 50px !important;
        font-weight: 900 !important;
        margin-top: 5px;
        margin-bottom: 0px;
        padding-bottom: 0px; }
        @media (max-width: 991.98px) {
          .pricing-holder-v3 .card-deck-pay .package .card-title {
            font-size: 30px !important;
            font-weight: 900 !important; } }
        .pricing-holder-v3 .card-deck-pay .package .card-title i {
          font-style: normal;
          font-size: 24px;
          position: relative;
          top: -20px;
          opacity: .75; }
          @media (max-width: 991.98px) {
            .pricing-holder-v3 .card-deck-pay .package .card-title i {
              font-size: 14px; } }
      .pricing-holder-v3 .card-deck-pay .package h5.h5 {
        color: #fff;
        font-size: 20px !important;
        font-weight: 400 !important;
        margin-bottom: 0px;
        padding-bottom: 0px; }
        .pricing-holder-v3 .card-deck-pay .package h5.h5 small {
          color: #fff !important; }
      .pricing-holder-v3 .card-deck-pay .package h3.h3 {
        color: #fff !important;
        font-size: 28px !important;
        font-weight: 900 !important;
        letter-spacing: 1px !important;
        text-align: center;
        padding-top: 25px; }
      .pricing-holder-v3 .card-deck-pay .package .period {
        color: #fff !important;
        opacity: .5;
        margin-top: -15px; }
      .pricing-holder-v3 .card-deck-pay .package .divider {
        background: #c7c7c7 !important;
        width: 48px !important;
        height: 1px !important;
        margin: 10px auto 0px auto !important; }
      .pricing-holder-v3 .card-deck-pay .package .list-group {
        border: none;
        font-size: 11px;
        padding-top: 6px;
        padding-bottom: 6px; }
        @media (max-width: 991.98px) {
          .pricing-holder-v3 .card-deck-pay .package .list-group {
            width: 100%;
            text-align: center;
            padding: 0px; } }
        .pricing-holder-v3 .card-deck-pay .package .list-group li {
          background: none !important;
          color: #fff !important;
          text-align: right;
          border: none;
          padding-top: 3px;
          padding-left: 6px;
          padding-bottom: 3px; }
          @media (max-width: 991.98px) {
            .pricing-holder-v3 .card-deck-pay .package .list-group li {
              width: 100%;
              text-align: center;
              padding: 5px 0px; } }
      .pricing-holder-v3 .card-deck-pay .package .btn-success {
        background: #775f92 !important;
        border-radius: 30px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border: none !important;
        height: 50px;
        line-height: 50px;
        padding: 0px 30px; }
    .pricing-holder-v3 .card-deck-pay .package-bronze-v2 {
      background: url("../images/common/pay/bg-bronze.jpg") top left no-repeat #000 !important;
      background-size: cover; }
      .pricing-holder-v3 .card-deck-pay .package-bronze-v2 .card-header h3.h3, .pricing-holder-v3 .card-deck-pay .package-bronze-v2 .bonus {
        color: #d4be68 !important; }
    .pricing-holder-v3 .card-deck-pay .package-silver-v2 {
      background: url("../images/common/pay/bg-silver.jpg") top left no-repeat #000 !important;
      background-size: cover; }
      .pricing-holder-v3 .card-deck-pay .package-silver-v2 .card-header h3.h3, .pricing-holder-v3 .card-deck-pay .package-silver-v2 .bonus {
        color: #cbcbcb !important; }
    .pricing-holder-v3 .card-deck-pay .package-gold-v2 {
      background: url("../images/common/pay/bg-gold.jpg") top left no-repeat #000 !important;
      background-size: cover; }
      .pricing-holder-v3 .card-deck-pay .package-gold-v2 .card-header h3.h3, .pricing-holder-v3 .card-deck-pay .package-gold-v2 .bonus {
        color: #ffe400 !important; }
    .pricing-holder-v3 .card-deck-pay .package-vip-v2 {
      background: url("../images/common/pay/bg-vip.jpg") top left no-repeat #000 !important;
      background-size: cover; }
      .pricing-holder-v3 .card-deck-pay .package-vip-v2 .card-header h3.h3, .pricing-holder-v3 .card-deck-pay .package-vip-v2 .bonus {
        color: #ff61b7 !important; }

.packages-v3-bottom-text {
  margin-top: -15px;
  padding: 25px 0px 15px 0px;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 14px; }
  .packages-v3-bottom-text a {
    color: #fff !important;
    text-decoration: underline; }

.user-invite-holder {
  background: url("../images/common/invite-bg.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .user-invite-holder {
      margin-left: 0px !important;
      margin-right: 0px !important; } }
  .user-invite-holder .profile-holder {
    max-width: 800px;
    background: none;
    padding: 100px 0px; }
    @media (max-width: 767.98px) {
      .user-invite-holder .profile-holder {
        padding: 50px 0px; } }
    .user-invite-holder .profile-holder .profile-left {
      background: none; }
      .user-invite-holder .profile-holder .profile-left .avatar {
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid rgba(255, 255, 255, 0.15); }
        @media (max-width: 991.98px) {
          .user-invite-holder .profile-holder .profile-left .avatar {
            max-width: 200px;
            margin: 0px auto; } }
      .user-invite-holder .profile-holder .profile-left .user-details {
        text-align: center !important;
        border-bottom: none !important; }
        .user-invite-holder .profile-holder .profile-left .user-details h3.h3 {
          color: #00fe67;
          font-size: 20px;
          font-weight: 400;
          line-height: 30px; }
          .user-invite-holder .profile-holder .profile-left .user-details h3.h3 strong {
            color: #ffc480;
            font-weight: 900; }
        .user-invite-holder .profile-holder .profile-left .user-details h4.h4 {
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          line-height: 22px; }
          .user-invite-holder .profile-holder .profile-left .user-details h4.h4 strong {
            font-weight: 700; }
        .user-invite-holder .profile-holder .profile-left .user-details p {
          margin-left: 0px !important;
          padding-left: 0px !important;
          font-size: 11px;
          color: #fff;
          opacity: .5; }
          @media (max-width: 1199.98px) {
            .user-invite-holder .profile-holder .profile-left .user-details p {
              display: none; } }
          .user-invite-holder .profile-holder .profile-left .user-details p a {
            color: #fff;
            font-weight: 700;
            text-decoration: underline; }
    .user-invite-holder .profile-holder .auth-box {
      margin-top: 0px !important; }
      .user-invite-holder .profile-holder .auth-box .form-holder .form-title {
        margin: 0px;
        padding: 0px 0px 30px 0px;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        opacity: .5; }
      .user-invite-holder .profile-holder .auth-box .form-holder label {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 0px; }
      .user-invite-holder .profile-holder .auth-box .form-holder .form-control {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        padding-left: 0px;
        font-weight: 700; }
      .user-invite-holder .profile-holder .auth-box .form-holder .btn {
        border-radius: 5px;
        font-size: 16px;
        letter-spacing: .5px; }

.auth-box-invite {
  margin-top: 50px !important;
  max-width: 450px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  border: 5px solid rgba(0, 0, 0, 0.08);
  border-radius: 15px; }
  .auth-box-invite .user-details-overlay {
    text-align: center !important;
    border-bottom: none !important;
    position: relative;
    padding-top: 140px; }
    .auth-box-invite .user-details-overlay .avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -60px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
      border: 10px solid rgba(0, 0, 0, 0.12); }
    .auth-box-invite .user-details-overlay h3.h3 {
      color: #1c1d21;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; }
      .auth-box-invite .user-details-overlay h3.h3 strong {
        color: #00394d;
        font-weight: 900; }
    .auth-box-invite .user-details-overlay h4.h4 {
      color: #1c1d21;
      font-size: 12px;
      font-weight: 400;
      line-height: 22px; }
      .auth-box-invite .user-details-overlay h4.h4 strong {
        font-weight: 700; }
    .auth-box-invite .user-details-overlay p {
      margin-left: 0px !important;
      padding-left: 0px !important;
      font-size: 11px;
      color: #1c1d21;
      opacity: .5; }
      .auth-box-invite .user-details-overlay p a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline; }
  .auth-box-invite .form-holder .form-title {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 30px 0px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    opacity: .5;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .auth-box-invite .form-holder label {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px; }
  .auth-box-invite .form-holder .form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
    font-weight: 700; }
  .auth-box-invite .form-holder .btn {
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: .5px; }

.chat-holder .chat-header .user-info {
  position: relative;
  min-height: 50px;
  padding-left: 50px; }
  .chat-holder .chat-header .user-info .avatar-holder {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  .chat-holder .chat-header .user-info .details small {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    opacity: .75; }

.chat-holder .chat-header .user-actions {
  margin: 8px 8px 0px 0px; }
  .chat-holder .chat-header .user-actions .btn {
    padding: 6px 10px 8px 10px;
    margin-left: 2px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase; }
    .chat-holder .chat-header .user-actions .btn [class^="icon-"] {
      position: relative;
      bottom: -2px;
      font-size: 16px; }

.chat-holder .chat-body .stream-holder {
  position: relative; }
  .chat-holder .chat-body .stream-holder .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    .chat-holder .chat-body .stream-holder .overlay .h4 {
      font-size: 16px;
      font-weight: 400; }
      .chat-holder .chat-body .stream-holder .overlay .h4 a {
        font-weight: 600; }

.chat-holder .chat-list {
  overflow: auto; }
  .chat-holder .chat-list .chat-item {
    position: relative;
    min-height: 60px;
    padding-left: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    .chat-holder .chat-list .chat-item:hover {
      background: linear-gradient(-135deg, #f8f9fa 0%, #fff 100%); }
    .chat-holder .chat-list .chat-item.selected {
      background: linear-gradient(-135deg, #e0f5fe 0%, #fff 100%); }
    .chat-holder .chat-list .chat-item.chat-item-unread .avatar-holder {
      opacity: 1 !important; }
    .chat-holder .chat-list .chat-item.chat-item-unread .details {
      opacity: 1 !important; }
    .chat-holder .chat-list .chat-item .time {
      position: absolute;
      bottom: 0px;
      right: 0px;
      font-size: 9px;
      font-weight: 300;
      opacity: 1 !important; }
    .chat-holder .chat-list .chat-item .avatar-holder {
      position: absolute;
      top: 10px;
      left: 5px;
      width: 40px;
      height: 40px;
      border-radius: 3px;
      overflow: hidden;
      opacity: 1 !important; }
    .chat-holder .chat-list .chat-item .details {
      opacity: 1 !important; }
      .chat-holder .chat-list .chat-item .details a {
        text-decoration: none; }

.chat-holder .chat-convo {
  background: #e0f5fe;
  overflow: auto; }
  .chat-holder .chat-convo .center-action .inner {
    display: inline-block;
    background: #e0f5fe;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    z-index: 1; }
    .chat-holder .chat-convo .center-action .inner .btn {
      position: relative;
      z-index: 1; }
  .chat-holder .chat-convo .center-action hr {
    position: relative;
    top: -13px; }
  .chat-holder .chat-convo .line {
    position: relative;
    padding: 10px; }
    .chat-holder .chat-convo .line .bubble-holder .time {
      font-size: 10px;
      font-weight: 400;
      margin-top: 5px; }
  .chat-holder .chat-convo .video-call .inner {
    background: #1c1d21;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 70px;
    min-height: 70px;
    color: #fff; }
    .chat-holder .chat-convo .video-call .inner .actions {
      margin-top: 5px; }
    .chat-holder .chat-convo .video-call .inner .avatar-holder {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 50px;
      heigth: 50px; }
    .chat-holder .chat-convo .video-call .inner .btn {
      font-size: 10px;
      font-weight: 500; }
      .chat-holder .chat-convo .video-call .inner .btn [class^="icon-"] {
        position: relative;
        bottom: -2px;
        font-size: 14px; }
  .chat-holder .chat-convo .line-left {
    padding: 6px 10px 6px 70px; }
    .chat-holder .chat-convo .line-left .avatar-holder {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 50px;
      heigth: 50px;
      border-radius: 3px;
      overflow: hidden; }
    .chat-holder .chat-convo .line-left .bubble-holder .bubble {
      background: linear-gradient(-135deg, #1acea1 0%, #1aadce 100%);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      margin: 4px 0px;
      font-size: 12px;
      font-weight: 500;
      padding: 10px 15px;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
      .chat-holder .chat-convo .line-left .bubble-holder .bubble:after {
        content: '';
        position: absolute;
        left: 70px;
        top: 17px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-right-color: #1aadce;
        border-left: 0;
        border-top: 0;
        margin-top: -7px;
        margin-left: -14px; }
  .chat-holder .chat-convo .line-right {
    padding: 6px 70px 6px 10px; }
    .chat-holder .chat-convo .line-right .avatar-holder {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 50px;
      heigth: 50px;
      border-radius: 3px;
      overflow: hidden; }
    .chat-holder .chat-convo .line-right .bubble-holder .bubble {
      background: #fff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      margin: 4px 0px;
      font-size: 12px;
      font-weight: 400;
      padding: 10px 15px; }
      .chat-holder .chat-convo .line-right .bubble-holder .bubble:after {
        content: '';
        position: absolute;
        right: 70px;
        top: 17px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-left-color: #fff;
        border-right: 0;
        border-top: 0;
        margin-top: -7px;
        margin-right: -14px; }

.chat-holder .user-search {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(-135deg, #faffd1 0%, #a1ffce 100%);
  padding: 5px; }

.chat-holder .type-message {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(-135deg, #a1ffce 0%, #faffd1 100%);
  padding: 5px; }
  .chat-holder .type-message .btn {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase; }

.chat-guest-item {
  position: relative;
  min-height: 80px !important;
  padding-left: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 1 !important; }
  .chat-guest-item.chat-guest-item-unread {
    opacity: 1 !important; }
    .chat-guest-item.chat-guest-item-unread .avatar-holder {
      border: 3px solid #f63b6b; }
    .chat-guest-item.chat-guest-item-unread a.h5 {
      color: #f63b6b; }
  .chat-guest-item .btn {
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500; }
  .chat-guest-item .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px !important;
    heigth: 60px !important;
    border: 3px solid transparent;
    border-radius: 50%;
    overflow: hidden; }

.chat-v2 {
  background: #fff;
  border-radius: 15px;
  position: relative; }
  @media (max-width: 991.98px) {
    .chat-v2 {
      margin: 0px !important;
      padding: 0px !important; } }
  .chat-v2 .chat-v2-header {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    background: #eceaee; }
    @media (max-width: 991.98px) {
      .chat-v2 .chat-v2-header {
        padding: 0px !important; } }
    .chat-v2 .chat-v2-header .user-info {
      position: relative;
      min-height: 90px;
      padding-left: 105px;
      color: #1c1d21; }
      @media (max-width: 991.98px) {
        .chat-v2 .chat-v2-header .user-info {
          padding-left: 45px !important;
          padding-top: 2px;
          min-height: auto;
          padding-bottom: 10px; } }
      .chat-v2 .chat-v2-header .user-info .vip {
        font-size: 14px;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        background: #f63b6b;
        padding: 3px 12px;
        border-radius: 15px;
        position: relative;
        top: -10px;
        margin-left: 4px; }
        @media (max-width: 991.98px) {
          .chat-v2 .chat-v2-header .user-info .vip {
            font-size: 10px;
            padding: 2px 7px; } }
      .chat-v2 .chat-v2-header .user-info .avatar-holder {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .chat-v2 .chat-v2-header .user-info .avatar-holder {
            width: 40px;
            height: 40px;
            top: 10px;
            left: -10px; } }
      .chat-v2 .chat-v2-header .user-info .details {
        font-size: 16px;
        font-weight: 500;
        line-height: 17px; }
        @media (max-width: 991.98px) {
          .chat-v2 .chat-v2-header .user-info .details {
            font-size: 12px;
            margin-top: 12px !important; } }
        .chat-v2 .chat-v2-header .user-info .details a {
          display: inline-block;
          color: #1c1d21;
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 10px; }
          @media (max-width: 991.98px) {
            .chat-v2 .chat-v2-header .user-info .details a {
              font-size: 14px !important;
              font-weight: 700;
              margin-bottom: 0px; } }
    .chat-v2 .chat-v2-header .user-actions {
      margin: 20px 15px 0px 0px; }
      @media (max-width: 991.98px) {
        .chat-v2 .chat-v2-header .user-actions {
          margin: 0px; } }
      .chat-v2 .chat-v2-header .user-actions .btn {
        height: 50px;
        line-height: 64px;
        width: 50px;
        padding: 0px;
        border-radius: 50%;
        margin-left: 15px !important;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        border: none; }
        @media (max-width: 991.98px) {
          .chat-v2 .chat-v2-header .user-actions .btn {
            height: 40px;
            line-height: 54px;
            width: 40px;
            margin-left: 5px !important;
            margin-top: 10px !important; } }
        .chat-v2 .chat-v2-header .user-actions .btn [class^="icon-"] {
          font-size: 22px;
          margin: 0px;
          padding: 0px; }
  .chat-v2 .chat-v2-userlist {
    background: #f3f3f3; }
    @media (max-width: 1199.98px) {
      .chat-v2 .chat-v2-userlist {
        position: absolute;
        width: 300px !important;
        max-width: 300px !important;
        top: 50px;
        left: 0px;
        background: white;
        z-index: 10;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        overflow: hidden; } }
    .chat-v2 .chat-v2-userlist .ul-holder {
      overflow: auto; }
    .chat-v2 .chat-v2-userlist .chat-item {
      position: relative;
      min-height: 70px;
      cursor: pointer;
      background: #f3f3f3;
      border: none; }
      .chat-v2 .chat-v2-userlist .chat-item a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-decoration: none;
        padding: 22px 20px 20px 60px; }
      .chat-v2 .chat-v2-userlist .chat-item:hover {
        background: linear-gradient(-135deg, #f8f9fa 0%, #fff 100%); }
      .chat-v2 .chat-v2-userlist .chat-item.selected {
        background: #eceaee; }
      .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .avatar-holder {
        opacity: 1 !important;
        border: 3px solid #f63b6b; }
      .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details {
        opacity: 1 !important; }
        .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details .text-dark, .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link.active, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details .nav-link.active, .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details .dropdown-autocomplete li a, .dropdown-autocomplete li .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details a, .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details .smileys-nav a, .smileys-nav .chat-v2 .chat-v2-userlist .chat-item.chat-item-unread .details a {
          color: #f63b6b !important; }
      .chat-v2 .chat-v2-userlist .chat-item .time {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 9px;
        font-weight: 300;
        opacity: .75; }
      .chat-v2 .chat-v2-userlist .chat-item .avatar-holder {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        opacity: 1 !important;
        border: 3px solid transparent; }
      .chat-v2 .chat-v2-userlist .chat-item .details {
        opacity: 1 !important;
        line-height: 18px;
        position: relative;
        top: -2px; }
        .chat-v2 .chat-v2-userlist .chat-item .details a {
          text-decoration: none; }
  .chat-v2 .chat-v2-chatbox {
    background: #eceaee; }
    @media (max-width: 991.98px) {
      .chat-v2 .chat-v2-chatbox {
        padding: 0px 15px 15px 15px !important; } }
    .chat-v2 .chat-v2-chatbox .chatbox-holder {
      background: #fff;
      overflow: auto;
      border-radius: 15px; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn {
        position: relative;
        z-index: 2; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-secondary {
          color: #fff;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
          border: none !important; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-success {
          color: #fff;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
          border: none !important; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .btn.btn-warning {
          color: #fff;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
          border: none !important; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .inner {
        display: inline-block;
        background: #e0f5fe;
        font-size: 11px;
        padding: 25px;
        position: relative;
        z-index: 1;
        border-radius: 15px; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action .inner .avatar-holder {
          border-radius: 50%;
          overflow: hidden; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .center-action hr {
        position: relative;
        top: -13px;
        z-index: 1; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .line {
        position: relative;
        padding: 10px; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .line .bubble-holder {
          padding: 12px 6px; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .line .bubble-holder .time {
            font-size: 11px;
            font-weight: 400;
            padding: 3px 15px; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner {
        background: #1c1d21;
        display: inline-block;
        position: relative;
        padding: 10px 10px 10px 70px;
        min-height: 70px;
        color: #fff; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .actions {
          margin-top: 5px; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .avatar-holder {
          position: absolute;
          top: 10px;
          left: 10px;
          width: 50px;
          heigth: 50px;
          border-radius: 50%; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .btn {
          font-size: 10px;
          font-weight: 500; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .video-call .inner .btn [class^="icon-"] {
            position: relative;
            bottom: -2px;
            font-size: 14px; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left {
        padding: 6px 10px 6px 70px; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .avatar-holder {
          position: absolute;
          top: 10px;
          left: 10px;
          width: 50px;
          heigth: 50px;
          border-radius: 50%;
          overflow: hidden; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .bubble-holder {
          background: #f9f9f9;
          border-radius: 15px; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .bubble-holder .time {
            position: absolute;
            bottom: 12px;
            right: 12px; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .line-left .bubble-holder .bubble {
            margin: 4px 0px;
            font-size: 14px;
            font-weight: 500;
            padding: 3px 15px;
            color: #1c1d21;
            word-break: break-word; }
      .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right {
        padding: 6px 70px 6px 10px; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .avatar-holder {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 50px;
          heigth: 50px;
          border-radius: 50%;
          overflow: hidden; }
        .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .bubble-holder {
          background: #f3f3f3;
          border-radius: 15px; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .bubble-holder .time {
            position: absolute;
            bottom: 12px;
            left: 12px; }
          .chat-v2 .chat-v2-chatbox .chatbox-holder .line-right .bubble-holder .bubble {
            margin: 4px 0px;
            font-size: 14px;
            font-weight: 500;
            padding: 3px 15px;
            color: #1c1d21;
            word-break: break-word; }
  .chat-v2 .user-search .form-control {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    margin-top: 5px;
    border-radius: 25px !important; }
  .chat-v2 .user-type {
    padding: 5px 5px 5px 50px;
    position: relative; }
    .chat-v2 .user-type .form-control {
      border: none;
      height: 40px;
      line-height: 40px;
      padding: 0px 15px;
      margin-top: 5px;
      border-radius: 25px 0px 0px 25px; }
    .chat-v2 .user-type .btn-light {
      border: none;
      height: 40px;
      line-height: 46px;
      padding: 0px 15px;
      margin-top: 5px;
      border-radius: 0px 25px 25px 0px !important;
      background: #fff;
      color: #1c1d21;
      margin-right: 10px;
      font-size: 20px !important; }
    .chat-v2 .user-type .btn-warning {
      border: none;
      height: 40px;
      line-height: 46px;
      padding: 0px 15px;
      margin-top: 5px;
      border-radius: 25px !important;
      background: #fff;
      color: #1c1d21;
      margin-right: 10px;
      font-size: 20px !important; }
    .chat-v2 .user-type .avatar-holder {
      position: absolute;
      top: 10px;
      left: 0px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      overflow: hidden; }
    .chat-v2 .user-type .btn {
      font-size: 10px;
      font-weight: 800;
      text-transform: uppercase; }
      .chat-v2 .user-type .btn.btn-success {
        font-size: 12px; }

.chat-guest-item {
  position: relative;
  min-height: 80px !important;
  padding-left: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  opacity: .75; }
  .chat-guest-item.chat-guest-item-unread {
    opacity: 1 !important; }
  .chat-guest-item .btn {
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 500; }
  .chat-guest-item .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px !important;
    heigth: 60px !important;
    border-radius: 50%;
    overflow: hidden; }
  @media (max-width: 991.98px) {
    .chat-guest-item {
      position: relative;
      min-height: 50px !important;
      padding: 5px 10px 10px 50px !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .chat-guest-item.chat-guest-item-unread {
        opacity: 1 !important; }
      .chat-guest-item .btn {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px 12px;
        font-size: 11px;
        font-weight: 700; }
      .chat-guest-item .avatar-holder {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        overflow: hidden; } }

.smileys-container {
  padding: 10px 15px;
  width: 250px; }

.smileys-nav {
  text-align: center;
  font-size: 11px;
  font-weight: 600; }
  .smileys-nav a {
    display: inline-block;
    margin: 0px 5px; }

.chat-dropdown .chat-item {
  position: relative;
  min-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  min-width: 300px; }
  .chat-dropdown .chat-item a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-decoration: none;
    padding: 12px 10px 10px 60px; }
  .chat-dropdown .chat-item.chat-item-unread .avatar-holder {
    opacity: 1 !important;
    border: 3px solid #f63b6b; }
  .chat-dropdown .chat-item.chat-item-unread .details {
    opacity: 1 !important; }
    .chat-dropdown .chat-item.chat-item-unread .details .text-dark, .chat-dropdown .chat-item.chat-item-unread .details .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .nav-link.active, .modal-edit-profile .nav-edit-profile .nav-tabs .nav-item .chat-dropdown .chat-item.chat-item-unread .details .nav-link.active, .chat-dropdown .chat-item.chat-item-unread .details .dropdown-autocomplete li a, .dropdown-autocomplete li .chat-dropdown .chat-item.chat-item-unread .details a, .chat-dropdown .chat-item.chat-item-unread .details .smileys-nav a, .smileys-nav .chat-dropdown .chat-item.chat-item-unread .details a {
      color: #f63b6b !important; }
  .chat-dropdown .chat-item .time {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 9px;
    font-weight: 300;
    opacity: 1 !important; }
  .chat-dropdown .chat-item .avatar-holder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    overflow: hidden;
    opacity: 1 !important; }
  .chat-dropdown .chat-item .details {
    opacity: 1 !important;
    padding: 0px !important; }
    .chat-dropdown .chat-item .details a {
      text-decoration: none; }

.users-list-toggle .btn {
  border-radius: 0px;
  width: 35px;
  height: 50px;
  line-height: 55px;
  position: relative;
  font-size: 25px;
  text-align: center;
  padding: 0px; }
  @media (max-width: 991.98px) {
    .users-list-toggle .btn {
      position: relative;
      left: -15px; } }

.videocall-avatar {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.25); }

.switch-holder {
  position: relative;
  bottom: -20px; }

.chat-widget {
  width: 350px;
  position: fixed;
  bottom: 0px;
  right: 25px;
  z-index: 9999;
  overflow: auto;
  border-radius: 15px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  background: #f8f9fa; }
  .chat-widget .chat-widget-header {
    background: #dee2e6;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 5px; }
    .chat-widget .chat-widget-header a {
      font-size: 20px;
      position: absolute;
      top: 2px;
      right: 15px; }
  .chat-widget .center-action .btn {
    position: relative;
    z-index: 2; }
    .chat-widget .center-action .btn.btn-secondary {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border: none !important; }
    .chat-widget .center-action .btn.btn-success {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border: none !important; }
    .chat-widget .center-action .btn.btn-warning {
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border: none !important; }
  .chat-widget .center-action .inner {
    display: inline-block;
    background: #e0f5fe;
    font-size: 11px;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 15px; }
    .chat-widget .center-action .inner .avatar-holder {
      border-radius: 50%;
      overflow: hidden; }
  .chat-widget .center-action hr {
    position: relative;
    top: -13px;
    z-index: 1; }
  .chat-widget .line {
    position: relative;
    padding: 10px; }
    .chat-widget .line .bubble-holder {
      padding: 12px 6px; }
      .chat-widget .line .bubble-holder .time {
        font-size: 11px;
        font-weight: 400;
        padding: 3px 15px; }
  .chat-widget .video-call .inner {
    background: #1c1d21;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 70px;
    min-height: 70px;
    color: #fff; }
    .chat-widget .video-call .inner .actions {
      margin-top: 5px; }
    .chat-widget .video-call .inner .avatar-holder {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 50px;
      heigth: 50px;
      border-radius: 50%; }
    .chat-widget .video-call .inner .btn {
      font-size: 10px;
      font-weight: 500; }
      .chat-widget .video-call .inner .btn [class^="icon-"] {
        position: relative;
        bottom: -2px;
        font-size: 14px; }
  .chat-widget .line-left {
    padding: 6px 10px 6px 70px; }
    .chat-widget .line-left .avatar-holder {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 50px;
      heigth: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .chat-widget .line-left .bubble-holder {
      background: #fff;
      border-radius: 15px; }
      .chat-widget .line-left .bubble-holder .time {
        position: absolute;
        bottom: 12px;
        right: 12px; }
      .chat-widget .line-left .bubble-holder .bubble {
        margin: 4px 0px;
        font-size: 14px;
        font-weight: 500;
        padding: 3px 15px;
        color: #1c1d21;
        word-break: break-word; }
  .chat-widget .line-right {
    padding: 6px 70px 6px 10px; }
    .chat-widget .line-right .avatar-holder {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 50px;
      heigth: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .chat-widget .line-right .bubble-holder {
      background: #f3f3f3;
      border-radius: 15px; }
      .chat-widget .line-right .bubble-holder .time {
        position: absolute;
        bottom: 12px;
        left: 12px; }
      .chat-widget .line-right .bubble-holder .bubble {
        margin: 4px 0px;
        font-size: 14px;
        font-weight: 500;
        padding: 3px 15px;
        color: #1c1d21;
        word-break: break-word; }

.stream-holder {
  position: relative; }
  .stream-holder .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }
    .stream-holder .overlay .h4 {
      font-size: 16px;
      font-weight: 400; }
      .stream-holder .overlay .h4 a {
        font-weight: 600; }

.req-holder {
  background: none;
  padding: 20px 0px 0px 0px;
  box-shadow: none;
  margin-bottom: -16px;
  position: relative;
  z-index: 99999; }

.request-video-bubble {
  margin-left: 30px;
  position: relative;
  width: auto;
  padding: 20px;
  background: #1c1d21;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .request-video-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #1c1d21;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 22px; }
  @media (max-width: 991.98px) {
    .request-video-bubble {
      margin-left: 0px; }
      .request-video-bubble:after {
        border-width: 0 15px 15px;
        border-color: #1c1d21 transparent;
        top: -15px;
        left: 50%;
        margin-left: -15px;
        bottom: auto; } }

.request-chat-bubble {
  margin-left: 0px;
  position: relative;
  width: auto;
  padding: 20px;
  background: #1c1d21;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .request-chat-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #1c1d21 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    margin-left: -15px; }
