@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
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: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]),
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: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
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;
}
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,
html [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: 0.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-cancel-button,
[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;
}
@import "~antd/dist/reset.css";
* {
  outline: none !important;
  user-select: none;
}
html,
body,
#app {
  height: 100% !important;
}
body {
  font-family: 'Maven Pro', sans-serif;
  color: #323232;
  background-color: #fff;
}
@media screen and (min-width: 650px) {
  body {
    background-color: #f7f8fa;
  }
}
input,
textarea,
.selectable {
  user-select: auto;
}
a {
  color: #1c9fef;
  cursor: pointer;
}
button[disabled],
button:disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  border-color: #999 !important;
  background-color: #ccc !important;
  color: #666 !important;
}
.form-control {
  margin: 0;
  border: 0;
  padding: 10px 0;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s border-color ease;
  border-bottom: 2px solid #e5e5e5;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
}
.form-control:disabled {
  background: none;
  color: #999;
}
.form-control:focus {
  border-color: #60bcf4;
}
.form-control.error {
  border-color: #ea7171;
  color: #ea7171;
}
input.form-control {
  text-align: left;
}
textarea.form-control {
  resize: none;
}
.label {
  display: block;
  text-align: left;
  color: #1c9fef;
  margin: 10px 0;
}
.label.error {
  color: #ea7171;
  font-weight: bold;
}
.label.success {
  color: #5fc45f;
  font-weight: bold;
}
.label.dark {
  color: #2d2d2d;
  font-weight: bold;
}
.btn {
  width: 70%;
  border: none;
  color: #fff;
  display: block;
  max-width: 350px;
  margin: 40px auto 20px;
  background-color: #1c9fef;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
  padding: 13px 10px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.btn.small {
  width: auto;
  font-size: 0.8em;
  padding: 7px 15px;
}
.btn.success {
  background-color: #5fc45f;
}
.btn.danger {
  background-color: #ea7171;
}
.btn.danger.outline {
  box-shadow: none;
  font-weight: bold;
  color: #ea7171;
  text-transform: uppercase;
  background-color: #f2f2f2;
}
a.btn {
  text-decoration: none !important;
  color: #fff !important;
}
.horizontal-bar {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  color: #8b97a2;
  font-size: 14px;
  text-align: center;
  margin-bottom: -20px;
}
.horizontal-bar:before,
.horizontal-bar:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 50%;
  top: 50%;
  background: rgba(138,150,163,0.2);
}
.horizontal-bar:before {
  right: 50%;
  margin-right: 23px;
}
.horizontal-bar:after {
  left: 50%;
  margin-left: 23px;
}
hr {
  border: 0;
  height: 1px;
  background: #eee;
}
.placeholder:empty {
  position: relative;
  display: flex;
  height: 23px;
}
.placeholder:empty:after {
  content: '';
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 60%;
  border-radius: 3px;
  position: absolute;
  background-color: rgba(0,0,0,0.15);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-muted {
  color: #999;
}
.text-danger {
  color: #ea7171;
}
.text-active {
  color: #16b0ff;
}
.text-success {
  color: #5fc45f;
}
.no-tap {
  pointer-events: none !important;
}
.switch {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 46px;
  height: 26px;
  margin: 0;
}
.switch input {
  display: none;
}
.switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch > .slider::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #1c9fef;
}
.switch input:checked + .slider::before {
  transform: translateX(20px);
}
/**
 * Miscellaneous
*/
.avatar {
  display: flex;
  color: #fff;
  flex-shrink: 0;
  border-radius: 50%;
  align-items: center;
  position: relative;
  justify-content: center;
  text-transform: uppercase;
  background-color: #1c9fef;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.avatar.bg {
  background-color: #1c9fef;
  color: #8ecff7;
}
.avatar img {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.avatar .status {
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
  background: transparent;
  bottom: 0;
  right: -2px;
  width: 4px;
  height: 4px;
  min-height: 13px;
  min-width: 13px;
  transition: 0.2s all ease;
}
.avatar .status.online {
  border: 2px solid #fff;
  background-color: #5fc45f;
  width: 16px;
  height: 16px;
}
.loader-wrapper {
  padding: 50px 0;
}
.loader {
  margin: auto;
  font-size: 4px;
  position: relative;
  border-top: 1.1em solid rgba(0,0,0,0.1);
  border-right: 1.1em solid rgba(0,0,0,0.1);
  border-bottom: 1.1em solid rgba(0,0,0,0.1);
  border-left: 1.1em solid #1c9fef;
  transform: translateZ(0);
  animation: load 1s infinite linear !important;
  outline: 0;
}
.loader,
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  flex-grow: 0 !important;
}
.separator {
  flex-grow: 1;
}
.message-box {
  width: 100%;
  padding: 7px 12px;
  border-radius: 6px;
  color: #fff;
}
.message-box.info {
  background-color: #1c9fef;
  box-shadow: 0 2px 4px #77c5f5;
}
.message-box.danger {
  background-color: #ea7171;
  box-shadow: 0 2px 4px #f2aaaa;
}
.message-box.success {
  background-color: #5fc45f;
  box-shadow: 0 2px 4px #9fdc9f;
}
.message-box a {
  color: #fff;
  text-decoration: underline;
}
.badge {
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  background-color: #1c9fef;
}
.badge.success {
  background-color: #5fc45f;
}
.badge.warning {
  color: #323232;
  background-color: #ffd400;
}
.badge.danger {
  background-color: #ea7171;
}
@media screen and (min-width: 768px) {
  .scrollbar {
    overflow-y: auto;
  }
  .scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    background: rgba(150,163,182,0.4);
  }
  .scrollbar::-webkit-scrollbar-button {
    display: block;
    width: 2px;
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .scrollbar-y {
    overflow-x: auto;
  }
  .scrollbar-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .scrollbar-y::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-y::-webkit-scrollbar-thumb {
    background: rgba(150,163,182,0.4);
  }
  .scrollbar-y::-webkit-scrollbar-button {
    display: block;
    width: 0;
    height: 2px;
  }
}
.boundary {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
}
.boundary .title {
  font-size: 2em;
  padding-bottom: 16;
}
.boundary .subtitle {
  font-size: 1.4em;
  font-weight: bold;
}
.boundary .error {
  margin: 15px 0;
  padding: 15px;
  border-radius: 10px;
  white-space: pre-wrap;
  background-color: #eee;
}
.boundary .btn {
  margin: 0;
  border-radius: 10px;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 0 70px;
  position: relative;
}
@media screen and (min-width: 650px) {
  .container {
    padding: 60px 0 0;
  }
}
.container.wide {
  max-width: 1200px;
}
.container .padded {
  padding: 15px;
}
@media screen and (min-width: 650px) {
  .container .padded {
    background-color: #fff;
    border: 1px solid #f1f2f4;
  }
}
.home-page {
  min-height: 100%;
  background-color: #1c9fef;
  background-image: url("/assets/images/tile.png");
}
@media screen and (min-width: 650px) {
  .home-page {
    padding: 100px 0 30px;
  }
}
.home-page > .content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
/* HOMEPAGE */
/* LOGIN */
}
@media screen and (min-width: 650px) {
  .home-page > .content {
    width: 95%;
    border-radius: 20px;
  }
}
.home-page > .content.text {
  padding: 40px 30px 20px;
}
@media screen and (min-width: 650px) {
  .home-page > .content.text {
    padding: 20px 30px;
  }
}
.home-page > .content.text h2 > i {
  font-size: 0.6em;
  color: #999;
  vertical-align: middle;
}
.home-page > .content.dark {
  color: #fff;
  text-align: center;
  padding: 70px 30px 15px;
  background-color: #000;
  background-image: url("/assets/images/tile.png");
  background-position: left bottom;
}
.home-page > .content .logo {
  max-width: 240px;
  margin-bottom: 40px;
}
.home-page > .content .welcome > .actions {
  width: 260px;
  margin: 0 auto;
}
.home-page > .content .welcome > .actions h2 {
  margin: 0 -15px 10px;
}
.home-page > .content .welcome > .actions .links {
  margin: 70px 0 30px;
}
.home-page > .content .welcome > .actions .links a {
  display: block;
  background-color: #1c9fef;
  color: #fff;
  border-radius: 25px;
  padding: 13px 10px;
  margin-bottom: 20px;
  font-size: 0.8em;
  text-decoration: none;
}
.home-page > .content .welcome > .actions .links a.secondary {
  color: #000;
  background-color: #fff450;
}
.home-page > .content .welcome > .actions > p {
  font-size: 0.9em;
}
.home-page > .content .welcome >.modal >.body {
  background-color: #1c9fef !important;
}
@media screen and (min-width: 768px) {
  .home-page > .content .welcome >.modal >.body {
    margin: 40px auto;
    border-radius: 5px;
    max-height: none !important;
    min-height: none !important;
  }
}
.home-page > .content .welcome >.modal >.body >.padded {
  padding: 80px 10px 10px;
}
.home-page > .content .welcome >.modal >.body >.padded .logo {
  max-width: 200px !important;
}
.home-page > .content .welcome >.modal >.body >.padded >.content {
  padding-top: 20px;
}
.home-page > .content .welcome >.modal >.body >.padded >.content >div {
  text-align: left;
  background: #0e81c8;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.home-page > .content .welcome >.modal >.body >.padded >.content >div >i {
  font-size: 1.4em;
  padding-right: 40px;
  padding-left: 10px;
  color: #fff450;
}
.home-page > .content .welcome >.modal >.body > .bottom {
  background-color: #0e81c8;
  padding: 10px;
  text-align: center;
}
.home-page > .content .welcome >.modal >.body > .bottom > .btn {
  margin: 0 auto;
  background-color: #fff450;
  color: #1c9fef !important;
  font-weight: bold;
}
.home-page > .content .welcome >.modal >.body > .bottom > .info {
  padding: 10px 0;
}
.home-page > .content .welcome > .info {
  text-align: center;
  margin-bottom: 40px;
}
.home-page > .content .welcome > .info .avatar {
  margin: 10px auto 20px;
  border: 3px solid #1c9fef;
}
.home-page > .content .split {
  font-size: 0.9em;
  color: #323232;
}
@media screen and (min-width: 650px) {
  .home-page > .content .split {
    display: flex;
    flex-direction: row;
  }
  .home-page > .content .split > div {
    width: 50%;
  }
}
.home-page > .content .split .preview {
  display: none;
  margin-bottom: 10px;
}
.home-page > .content .split .preview.shown {
  display: block;
}
@media screen and (min-width: 650px) {
  .home-page > .content .split .preview {
    margin: 0;
    display: block;
    text-align: left;
    background-color: #e5e5e5;
    /* background-image: url("https://i.imgur.com/c1zE8xg.png"); */
    background-position: center;
    background-size: cover;
    min-height: 500px;
  }
}
.home-page > .content .split .preview > a {
  display: block;
  margin-bottom: 20px;
  color: #323232;
  font-size: 1.5em;
  padding: 10px;
}
@media screen and (min-width: 650px) {
  .home-page > .content .split .preview > a {
    display: none;
  }
}
.home-page > .content .split .preview > a i {
  font-size: 0.7em;
  color: #1c9fef;
  margin-right: 8px;
  vertical-align: middle;
}
.home-page > .content .split .preview .logo {
  width: 180px;
  margin: 0 auto;
  display: block;
  align-self: flex-start;
}
@media screen and (min-width: 650px) {
  .home-page > .content .split .preview .logo {
    margin: 50px auto;
  }
}
.home-page > .content .split .info {
  text-align: center;
  padding: 15px 25px 25px;
}
.home-page > .content .split .info p {
  margin-top: 10px;
}
.home-page > .content .split .info input {
  margin-top: 20px;
}
.home-page > .content .split .info textarea {
  min-height: 100px;
}
.home-page > .content .split .info .sub-link {
  text-align: right;
  margin: 10px 0 30px;
}
.home-page > .content .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.home-page > .content .table tr:first-child > td {
  font-weight: bold;
}
.home-page > .content .table td:first-child {
  width: 50%;
}
.home-page > .content .table > tbody > tr > td,
.home-page > .content .table > tbody > tr > th,
.home-page > .content .table > tfoot > tr > td,
.home-page > .content .table > tfoot > tr > th,
.home-page > .content .table > thead > tr > td,
.home-page > .content .table > thead > tr > th {
  padding: 8px;
  font-size: 0.95em;
  vertical-align: top;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
.page-header {
  position: relative;
}
.page-header.persist:before {
  content: '';
  bottom: -13px;
  z-index: 1;
  width: 100%;
  height: 30px;
  position: absolute;
  pointer-events: none;
  transform: skewY(-1.5deg);
  background-image: linear-gradient(90deg, #49b2f2 0%, #1c9fef 100%);
}
@media screen and (min-width: 650px) {
  .page-header.persist:before {
    border-radius: 4px;
  }
}
.page-header.persist:after {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: -10px;
  position: absolute;
  pointer-events: none;
  background: transparent url("/assets/images/tile.png") no-repeat center top;
}
.page-header.persist > .actions {
  padding: 15px 15px 5px;
  background-color: #1c9fef;
  background-image: linear-gradient(90deg, #49b2f2 0%, #1c9fef 100%);
}
@media screen and (max-width: 767px) {
  .page-header:before {
    content: '';
    bottom: -13px;
    z-index: 1;
    width: 100%;
    height: 30px;
    position: absolute;
    pointer-events: none;
    transform: skewY(-1.5deg);
    background-image: linear-gradient(90deg, #49b2f2 0%, #1c9fef 100%);
  }
  .page-header:after {
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: -10px;
    position: absolute;
    pointer-events: none;
    background: transparent url("/assets/images/tile.png") no-repeat center top;
  }
}
.page-header > .actions {
  z-index: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header > .actions {
    padding: 15px 15px 5px;
    background-color: #1c9fef;
    background-image: linear-gradient(90deg, #49b2f2 0%, #1c9fef 100%);
  }
}
.page-header > .actions a {
  color: #fff;
}
.page-header > .actions .title {
  text-decoration: none;
  font-size: 1.5em;
}
.page-header > .actions .title > i {
  opacity: 0.7;
  font-size: 0.6em;
  vertical-align: 2px;
  margin-right: 3px;
}
.page-header > .actions .subtitle {
  padding: 5px 0 0;
}
@media screen and (max-width: 767px) and (min-width: 650px) {
  .page-header:before {
    border-radius: 4px;
  }
}
.modal {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  position: fixed;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  .modal {
    align-items: initial;
    background-color: rgba(0,0,0,0.3);
  }
}
.modal .body {
  width: 100%;
  max-height: 80%;
  max-height: 100vh;
  overflow-y: auto;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 768px) {
  .modal .body {
    width: 100%;
    display: flex;
    border-radius: 0;
    max-width: 400px;
    flex-direction: column;
    margin: 60px 0 0 auto;
    min-height: calc(100% - 60px);
    max-height: calc(100vh - 60px);
  }
  .modal .body > .padded {
    border: none;
    flex-grow: 1;
  }
}
.modal .body > .close {
  opacity: 0.3;
  color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
  line-height: 25px;
  font-size: 1.4em;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .body .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
  text-transform: capitalize;
}
.modal .body .title > i {
  opacity: 0.6;
  font-size: 0.6em;
  margin-right: 8px;
  vertical-align: middle;
}
.modal .body .label {
  font-size: 0.9em;
  margin-bottom: 0;
}
.modal .body .group {
  display: flex;
  padding: 15px 0 10px;
  align-items: center;
  justify-content: space-between;
}
.modal .body .group.no-pad {
  padding: 0;
  margin-bottom: 15px;
}
.modal .body .group .label,
.modal .body .group .btn {
  margin: 0;
}
.modal .body .btn-group {
  margin-bottom: 20px;
}
.modal .body .btn-group .btn {
  margin: 15px auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.modal .body .btn-group .btn i {
  line-height: 1.5;
  padding-left: 10px;
}
.modal .body .btn-group .btn span {
  flex-grow: 1;
  text-align: center;
  padding-right: 15px;
  text-transform: none;
}
.modal .body .message-box {
  margin: 10px 0;
}
.modal .body .add-file {
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #323232;
}
.modal .body .add-file.cover {
  background-color: #5fc45f;
}
.modal .body .add-file.success {
  background-color: #1c9fef;
}
.modal .body .add-file.danger {
  background-color: #ea7171;
}
.modal .body .album-preview {
  margin: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .modal .body .album-preview::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .modal .body .album-preview::-webkit-scrollbar-track {
    background: transparent;
  }
  .modal .body .album-preview::-webkit-scrollbar-thumb {
    background: rgba(150,163,182,0.4);
  }
  .modal .body .album-preview::-webkit-scrollbar-button {
    display: block;
    width: 2px;
    height: 0;
  }
}
.modal .body .album-preview .item {
  width: 80px;
  height: 100px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
}
.modal .body .album-preview .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .body .album-preview .item .remove {
  position: absolute;
  color: #fff;
  background-color: #ea7171;
  padding: 3px 6px;
  top: 5px;
  right: 5px;
  opacity: 0.95;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}
.modal .body .datepicker {
  display: flex;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb;
  border-radius: 4px;
}
.modal .body .datepicker .form-control {
  background-color: #fff;
  border: 2px solid #ebebeb;
  padding: 5px 15px;
  border-radius: inherit;
  flex-grow: 1;
}
.modal .body .datepicker .form-control:first-child {
  border-right: 0;
}
.modal .body .audio-box {
  padding: 12px;
  border-radius: 9px;
  background-color: #ea7171;
  transition: 0.2s background-color ease;
  flex-grow: 1;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.modal .body .audio-box.recorded {
  background-color: #5fc45f;
}
.modal .body .audio-box.recording {
  background-color: #fb9b38;
}
.modal .body .audio-box > i {
  z-index: 1;
  font-size: 1.4em;
  padding: 0 10px 0 5px;
}
.modal .body .audio-box > .progress {
  position: absolute;
  transition: 0.2s width linear;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
}
.modal .body .audio-box > .progress.shown {
  width: 100%;
}
.modal .body .audio-box + button {
  color: #fff;
  border: none;
  font-size: 1.2em;
  padding: 5px 15px;
  border-radius: 9px;
  margin-left: 10px;
  cursor: pointer;
  align-self: normal;
  background-color: #ea7171;
}
.modal .body .footer {
  font-size: 0.9em;
  padding: 12px;
  background-color: #ededed;
}
@media screen and (min-width: 500px) {
  .modal .body .footer {
    padding: 30px 15px;
  }
}
.modal .body .footer p {
  text-align: center;
}
.modal .body .footer .btn {
  margin: 0 auto;
}
.footer-section {
  color: #fff;
  font-size: 0.8em;
}
.footer-section > .content {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  margin: 50px auto 0;
}
@media screen and (min-width: 650px) {
  .footer-section > .content {
    width: 95%;
    text-align: left;
    flex-direction: row;
  }
}
.footer-section > .content > div {
  margin-bottom: 10px;
}
.footer-section > .content > div a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-section > .content > div a,
.footer-section > .content > div .copyright {
  margin: 0 10px;
}
.footer-section > .content > div .fab {
  font-size: 1.4em;
  vertical-align: middle;
}
.boxes-page > .page-header > .actions {
  padding-bottom: 0;
}
.boxes-page > .page-header.tall > .actions {
  padding-bottom: 30px;
}
.boxes-page > .padded {
  padding-top: 25px;
}
.boxes-page .message-box.success {
  margin-bottom: 20px;
}
.boxes-page .tools {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  position: relative;
  align-items: center;
  justify-content: space-around;
}
.boxes-page .tools > div {
  width: 44%;
  margin: 15px 3% 0;
  max-width: 180px;
  font-size: 0.8em;
  padding: 20px 5px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
@media screen and (min-width: 650px) {
  .boxes-page .tools > div {
    width: 20%;
    margin: 15px 2% 0;
  }
}
.boxes-page .tools > div b {
  font-size: 1.7em;
  display: block;
}
.boxes-page .tools > div b.discount {
  color: #6fca6f;
}
.boxes-page .tools > div b small {
  font-weight: normal;
  font-size: 0.6em;
  padding-right: 4px;
}
.boxes-page .tools > div > .action {
  padding: 0 4px;
  color: #fff;
  border: none;
  margin-left: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.8;
  background-color: #1c9fef;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  vertical-align: 2px;
}
.boxes-page .tools + .btn {
  margin-bottom: 40px;
}
.boxes-page .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxes-page .list > .text-danger {
  margin-bottom: 20px;
}
.boxes-page .list .item {
  width: 48%;
  height: 250px;
  margin: 0 0 20px;
  color: #fff;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 0.2s transform ease;
  background-color: #e2e2e2;
}
@media screen and (min-width: 550px) {
  .boxes-page .list .item {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .boxes-page .list .item {
    width: 24%;
    height: 300px;
  }
}
.boxes-page .list .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.boxes-page .list .item img {
  opacity: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s opacity ease;
}
.boxes-page .list .item img.loading {
  opacity: 0;
}
.boxes-page .list .item .content {
  font-size: 0.8em;
  color: #999;
  padding: 5px 10px;
  cursor: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.boxes-page .list .item .play {
  z-index: 1;
  display: flex;
  width: 70px;
  height: 70px;
  opacity: 0.9;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: rgba(0,0,0,0.5);
}
.boxes-page .list .item .play i {
  color: #fff;
  font-size: 2em;
  padding-left: 5px;
}
.boxes-page .list .item .edit {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.5);
  opacity: 0.9;
}
.boxes-page .list .item .edit .icon {
  position: absolute;
  left: 3%;
  top: 20%;
  transform: translate(-50%, -50%);
}
.boxes-page .list .item .remove {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea7171;
  opacity: 0.9;
}
.boxes-page .list .item .remove .icon {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.boxes-page .list .item .details {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.03);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  flex-direction: row;
  align-items: flex-end;
  pointer-events: none;
  padding-top: 20px;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.boxes-page .list .item .details .avatar {
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  border: 2px solid #999;
}
.boxes-page .list .item .details .avatar.new {
  border-color: #1c9fef;
}
.boxes-page .list .item .details .avatar .status {
  bottom: -3px;
  right: -3px;
  border-width: 2px !important;
}
.boxes-page .list .item .details .info {
  min-width: 0;
}
.boxes-page .list .item .details .info .name {
  text-transform: capitalize;
}
.boxes-page .list .item .details .info .name:empty:after {
  opacity: 0.7;
  background-color: rgba(255,255,255,0.3);
}
.boxes-page .list .item .details .info .time {
  font-size: 0.8em;
  opacity: 0.8;
}
.boxes-page .list .item .details .likes {
  display: flex;
  font-size: 0.8em;
  opacity: 0.8;
}
.boxes-page .list .item .details .likes .icon {
  margin-right: 2px;
  color: #ea7171;
}
.profile-page {
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .profile-page {
    width: 95%;
    display: flex;
    margin: 40px auto 30px;
    background-color: #fff;
    border: 1px solid #f1f2f4;
  }
  .profile-page > .info {
    width: 300px;
    padding: 25px;
    flex-shrink: 0;
    text-align: center;
  }
  .profile-page > .info .avatar {
    margin: 5px auto 15px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #1c9fef;
  }
  .profile-page > .info > b {
    display: block;
  }
  .profile-page > .info > small {
    font-size: 0.9em;
  }
  .profile-page > .info .btn-group {
    margin: 20px 0;
  }
  .profile-page > .info .btn-group .btn {
    padding: 10px;
    margin: 15px 0;
    width: 100%;
  }
}
.profile-page .bio {
  color: #000;
  font-size: 0.9em;
  text-align: left;
  white-space: pre-wrap;
}
.profile-page > .media {
  flex-grow: 1;
  /*border-left: 1px solid #f1f2f4;*/
}
@media screen and (min-width: 650px) {
  .profile-page > .media {
    padding: 25px;
  }
}
.profile-page > .media > .header {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background-color: #e6e6e6;
}
@media screen and (min-width: 650px) {
  .profile-page > .media > .header {
    height: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.profile-page > .media > .header > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.profile-page > .media > .content {
  z-index: 1;
  padding: 20px;
  margin-top: -20px;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media screen and (max-width: 649px) {
  .profile-page > .media > .content:after {
    top: 12px;
    left: 50%;
    width: 50px;
    height: 6px;
    content: '';
    position: absolute;
    border-radius: 5px;
    margin-left: -25px;
    background-color: #b8b8b8;
  }
}
@media screen and (min-width: 650px) {
  .profile-page > .media > .content {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .profile-page > .media > .content {
    padding: 0;
  }
}
.profile-page > .media > .content > .heading {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .profile-page > .media > .content > .heading {
    display: none;
  }
}
.profile-page > .media > .content > .heading > .avatar {
  margin-right: 15px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #1c9fef;
}
.profile-page > .media > .content > .heading > .details {
  flex-grow: 2;
}
@media screen and (min-width: 450px) {
  .profile-page > .media > .content > .heading > .details {
    display: flex;
    align-items: center;
  }
  .profile-page > .media > .content > .heading > .details > div:first-child {
    flex-grow: 1;
  }
}
.profile-page > .media > .content > .heading > .details > div b {
  display: block;
}
.profile-page > .media > .content > .heading > .details > div small {
  font-size: 0.9em;
}
.profile-page > .media > .content > .heading > .details > .btn {
  margin: 10px auto 0;
  padding: 7px 25px;
}
.profile-page > .media > .content > .blocks {
  display: flex;
  margin: 20px 0 25px;
  justify-content: space-between;
}
.profile-page > .media > .content > .blocks > div {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  font-size: 0.8em;
  margin-right: 15px;
  color: #999;
  border-radius: 10px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  .profile-page > .media > .content > .blocks > div {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .profile-page > .media > .content > .blocks > div {
    flex-direction: row;
  }
}
.profile-page > .media > .content > .blocks > div.limited-offer {
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #ff4d4d;
}
.profile-page > .media > .content > .blocks > div.limited-offer:before {
  content: 'NOW AT';
  top: -15px;
  left: 0;
  width: 80%;
  margin: 0 10%;
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  text-align: center;
  background-color: #f00;
  transform: skewX(-10deg);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.profile-page > .media > .content > .blocks > div.limited-offer > div {
  bottom: -15px;
  left: 0;
  width: 80%;
  margin: 0 10%;
  color: #fff;
  position: absolute;
  text-align: center;
  background-color: #f00;
  transform: skewX(-10deg);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.profile-page > .media > .content > .blocks > div.limited-offer > b {
  position: relative;
}
.profile-page > .media > .content > .blocks > div.limited-offer > b:before {
  top: 3px;
  left: -8px;
  content: '$';
  position: absolute;
  color: #666;
  font-size: 0.6em;
}
@media screen and (min-width: 650px) {
  .profile-page > .media > .content > .blocks > div.limited-offer > b:before {
    left: -10px;
    top: 5px;
  }
}
.profile-page > .media > .content > .blocks > div:last-child {
  margin-right: 0;
}
.profile-page > .media > .content > .blocks > div > b {
  font-size: 1.4em;
  color: #000;
}
@media screen and (min-width: 992px) {
  .profile-page > .media > .content > .blocks > div > b {
    margin-right: 7px;
  }
}
.profile-page > .media > .content > .blocks > div > b > small {
  font-size: 0.6em;
  padding-right: 3px;
  vertical-align: 5px;
}
.profile-page > .media > .content > .gallery {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-page > .media > .content > .gallery > div {
  flex-grow: 1;
  height: 150px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 0 15px 15px 0;
}
@media screen and (min-width: 375px) {
  .profile-page > .media > .content > .gallery > div {
    height: 200px;
  }
}
@media screen and (min-width: 500px) {
  .profile-page > .media > .content > .gallery > div {
    height: 250px;
  }
}
@media screen and (min-width: 998px) {
  .profile-page > .media > .content > .gallery > div {
    height: 300px;
  }
}
.profile-page > .media > .content > .gallery > div:last-child {
  margin-right: 0;
}
.profile-page > .media > .content > .gallery > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-page .float {
  margin: 0 auto;
}
.profile-page .float.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profile-page .float.top > .back {
  color: #fff;
  cursor: pointer;
  font-size: 1.3em;
  /*padding: 10px;*/
  width: 40px;
  height: 40px;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.2s background-color ease;
}
.profile-page .float.top > .back:hover  {
  background-color: lightgray;
}

.profile-page .float.top > .btn {
  margin: 15px 15px 15px auto;
  padding: 7px 25px;
}
.profile-page .float.bottom {
  left: 50%;
  z-index: 1;
  bottom: 100px;
  position: fixed;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(28,159,239,0.7);
}
.profile-page .unlock-panel {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  position: fixed;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.8);
}
.profile-page .unlock-panel .body {
  width: 90%;
  color: #fff;
  padding: 0 20px;
  max-width: 400px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 15px;
  background-color: #1c9fef;
}
.profile-page .unlock-panel .body > img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: saturate(0);
}
.profile-page .unlock-panel .body > .avatar {
  margin: 100px auto 15px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px #1c9fef;
}
.profile-page .unlock-panel .body > p {
  position: relative;
}
.profile-page .unlock-panel .body > .btn {
  width: 100%;
  position: relative;
  color: #1c9fef;
  background-color: #fff;
  margin: 25px auto 10px;
}
.profile-page .unlock-panel .body > .close {
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  .enroll-page {
    margin: 0;
  }
}
.enroll-page .step-progress {
  padding: 25px 25px;
  margin: -15px -25px 15px;
  background-color: #f7f7f7;
}
.enroll-page .step-progress > div {
  display: flex;
  align-items: center;
}
.enroll-page .step-progress > div span {
  text-transform: uppercase;
}
.enroll-page .step-progress > div small {
  margin-right: 15px;
}
.enroll-page .step-progress > div.steps {
  margin-top: 10px;
}
.enroll-page .step-progress > div.steps > div {
  flex-grow: 1;
  height: 6px;
  border-radius: 5px;
  background-color: #e2e2e2;
  margin: 0 5px;
}
.enroll-page .step-progress > div.steps > div.highlight {
  background-color: #1c9fef;
}
.enroll-page .step-progress > div.steps > div:last-child {
  margin-right: 0;
}
.enroll-page textarea {
  min-height: 100px;
  border: 0;
  border-radius: 6px;
  background-color: #f1f1f1;
  padding: 15px;
}
.enroll-page .video {
  height: 200px;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  color: #1c9fef;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.enroll-page .video img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.enroll-page .video > .play {
  z-index: 1;
  display: flex;
  width: 70px;
  height: 70px;
  opacity: 0.9;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
}
.enroll-page .video > .play i {
  color: #fff;
  font-size: 2em;
  padding-left: 5px;
}
.enroll-page .video > .remove {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea7171;
  opacity: 0.9;
  z-index: 1;
}
.enroll-page .video label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.enroll-page .video label > i {
  font-size: 3em;
  opacity: 0.8;
  color: #1c9fef;
}
.enroll-page .images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.enroll-page .images.center {
  justify-content: space-between;
}
.enroll-page .images.center label:last-child {
  margin-right: 0;
}
.enroll-page .images label {
  color: #1c9fef;
  font-size: 3em;
  display: flex;
  width: 140px;
  height: 140px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
  margin: 0 20px 20px 0;
  background-color: #f1f1f1;
}
.enroll-page .images label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enroll-page .images label .remove {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea7171;
  font-size: 0.4em;
  opacity: 0.9;
}
.browse-page .filters,
.browse-page .categories {
  display: flex;
  font-size: 0.9em;
  margin: 10px 0;
  overflow-x: auto;
}
.browse-page .filters > a,
.browse-page .categories > a {
  padding: 3px 10px;
  margin: 5px;
  color: #aaa;
  flex-shrink: 0;
  position: relative;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid #d8d7d8;
}
.browse-page .filters > a.active,
.browse-page .categories > a.active {
  color: #fff;
  border-color: #1c9fef;
  background-color: #1c9fef;
}
.browse-page .categories {
  padding: 0 15px;
  margin: 10px -15px 20px;
  background-color: #f8f8f8;
  justify-content: space-between;
}
@media screen and (min-width: 550px) {
  .browse-page .categories {
    justify-content: flex-start;
    background-color: transparent;
    border-bottom: 1px solid #f2f3f5;
  }
}
.browse-page .categories > a {
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  margin: 0;
}
@media screen and (min-width: 550px) {
  .browse-page .categories > a {
    margin-right: 10px;
  }
}
.browse-page .categories > a.active {
  font-weight: bold;
  color: #1c9fef;
  background-color: transparent;
}
.browse-page .categories > a.active:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #1c9fef;
}
.browse-page .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.browse-page .list .item {
  width: 48%;
  height: 260px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e8e8e8;
  text-decoration: none;
}
@media screen and (min-width: 550px) {
  .browse-page .list .item {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .browse-page .list .item {
    width: 24%;
  }
}
.browse-page .list .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  pointer-events: none;
  transition: 0.2s opacity ease;
}
.browse-page .list .item img.loading {
  opacity: 0;
}
.browse-page .list .item > div {
  z-index: 1;
  width: 100%;
  color: #fff;
}
.browse-page .list .item .name {
  padding: 10px 5px 15px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.browse-page .list .item .actions .btn {
  width: 74%;
  margin: 15px auto;
}
.browse-page .list .item .actions .btn.yellow {
  background-color: #fff450;
  color: #323232;
}
.browse-page .list .item .background {
  background: #333;
  background: linear-gradient(180deg, rgba(0,0,0,0.65), transparent);
}
.browse-page .list .item .background.reverse {
  background: #333;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent);
}
.navbar {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 70px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-around;
  background-color: #f6f6f6;
}
@media screen and (min-width: 650px) {
  .navbar {
    top: 0;
    padding: 0;
    z-index: 20;
    height: 60px;
    bottom: initial;
    background-color: #1c9fef;
    background-image: url("/assets/images/tile.png");
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
}
.navbar .separator {
  display: none;
}
@media screen and (min-width: 650px) {
  .navbar .separator {
    display: flex;
  }
}
.navbar > a {
  text-align: center;
  color: #a4a4a4;
  margin: 10px 15px;
  position: relative;
  text-decoration: none !important;
}
@media screen and (min-width: 650px) {
  .navbar > a {
    color: rgba(255,255,255,0.6);
  }
}
.navbar > a.active,
.navbar > a.logo,
.navbar > a.balance {
  color: #1c9fef;
}
@media screen and (min-width: 650px) {
  .navbar > a.active,
  .navbar > a.logo,
  .navbar > a.balance {
    color: #fff;
  }
}
.navbar > a.logo {
  display: none;
}
@media screen and (min-width: 650px) {
  .navbar > a.logo {
    display: block;
    height: 100%;
    padding: 10px;
  }
  .navbar > a.logo img {
    height: 100%;
  }
}
.navbar > a.balance {
  font-weight: bold;
}
.navbar > a.large {
  display: flex;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  background-color: #1c9fef;
  background-image: radial-gradient(circle, #39b4ff 0%, #0e8dd8 100%);
  margin: -15px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media screen and (min-width: 650px) {
  .navbar > a.large {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    margin: 0 20px -12px 10px;
    width: 60px;
    height: 60px;
  }
}
.navbar > a.large.active {
  background: #fff;
  border-color: #8ecff7;
  color: #1c9fef;
}
.navbar > a.large.active > i {
  color: #1c9fef;
}
.navbar > a.large > i {
  margin: 0;
  font-size: 1.7em;
  color: rgba(255,255,255,0.9);
  /*padding-right: 4px;*/
}
.navbar > a i {
  display: block;
  margin: 5px auto 0;
  font-size: 1.25em;
}
.navbar > a > div.bullet {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  opacity: 0;
  border: 2px solid #f6f6f6;
  background-color: #ff5353;
  border-radius: 50%;
  transition: 0.2s transform ease;
}
@media screen and (min-width: 650px) {
  .navbar > a > div.bullet {
    border: 2px solid #fff;
  }
}
.navbar > a > div.bullet.shown {
  animation: pulse 0.8s ease 6 alternate;
  opacity: 1;
}
.settings-page {
  max-width: 650px;
}
.settings-page > .padded {
  padding-top: 35px;
}
.settings-page > .page-header > .actions {
  display: flex;
  padding-bottom: 0;
  align-items: center;
}
.settings-page > .page-header > .actions > .avatar {
  border: 2px solid #fff;
  margin-right: 15px;
}
.settings-page > .page-header > .actions > span {
  flex-grow: 1;
}
.settings-page > .page-header .avatar label {
  cursor: pointer;
  position: absolute;
  bottom: -3px;
  right: -8px;
  width: 25px;
  height: 25px;
  font-size: 0.9em;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  color: #1c9fef;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.settings-page .list > a {
  padding: 15px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  color: #323232;
  border-bottom: 2px solid #ededed;
  text-decoration: none;
}
.settings-page .list > a:first-child {
  padding-top: 0;
}
.settings-page .list > a:last-child {
  border: 0;
  padding-bottom: 0;
  font-weight: bold;
  color: #ea7171;
}
.settings-page .list > a:last-child > i {
  color: inherit;
}
.settings-page .list > a:last-child > i:last-child {
  display: none;
}
.settings-page .list > a > i {
  color: #1c9fef;
  margin-right: 10px;
}
.settings-page .list > a > span {
  flex-grow: 1;
}
.settings-page .list > a > .fa-chevron-right {
  color: #999;
  margin-right: 0;
}
.account-page {
  max-width: 650px;
}
.account-page > .page-header > .actions {
  padding-bottom: 10px;
}
.account-page .box {
  width: 93%;
  z-index: 1;
  padding: 0 10px;
  display: flex;
  border-radius: 5px;
  position: relative;
  margin: 0 auto 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.account-page .box > .form-control {
  font-size: 0.9em;
  margin-right: 10px;
  border: 0;
}
.account-page .box > button {
  border: 0;
  flex-shrink: 0;
  font-size: 0.9em;
  background: none;
  color: #1c9fef;
  text-decoration: underline;
}
.account-page .list {
  margin-bottom: 20px;
}
.account-page .list > div {
  padding: 15px;
  padding-right: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #323232;
  border-bottom: 2px solid #ededed;
  text-decoration: none;
}
.account-page .list > div:first-child {
  padding-top: 0;
}
.account-page .list > div > i {
  color: #1c9fef;
  margin-right: 10px;
}
.account-page .list > div > span {
  flex-grow: 1;
}
.account-page .list > div > .fa-chevron-right {
  color: #999;
  margin-right: 0;
}
.account-page .welcome-video {
  min-height: 200px;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  color: #1c9fef;
  align-items: center;
  justify-content: center;
}
.account-page .welcome-video img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.account-page .welcome-video > .play {
  z-index: 1;
  display: flex;
  width: 70px;
  height: 70px;
  opacity: 0.9;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
}
.account-page .welcome-video > .play i {
  color: #fff;
  font-size: 2em;
  padding-left: 5px;
}
.account-page .welcome-video > .remove {
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea7171;
  opacity: 0.9;
}
.account-page .welcome-video label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.account-page .welcome-video label > i {
  font-size: 3em;
  opacity: 0.8;
  color: #1c9fef;
}
.account-page .images {
  display: flex;
  padding-bottom: 15px;
}
.account-page .images > div {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
  position: relative;
  background-color: #f2f2f2;
}
.account-page .images > div > .remove {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea7171;
  opacity: 0.9;
}
.account-page .images > div > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.account-page .images label {
  width: 120px;
  height: 120px;
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.account-page .images label > i {
  font-size: 3em;
  opacity: 0.8;
  color: #1c9fef;
}
.account-page .images + .btn {
  margin-bottom: 40px;
}
.account-page .label + .form-control {
  margin-top: -10px;
  margin-bottom: 20px;
}
.account-page .form-control + .btn {
  margin-top: 15px;
}
.subscribers-page {
  max-width: 650px;
}
.subscribers-page > .padded {
  padding-top: 20px;
}
.subscribers-page .list .item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 2px solid #ededed;
}
.subscribers-page .list .item > .avatar {
  margin-right: 15px;
}
.subscribers-page .list .item > div > a {
  display: block;
  font-weight: bold;
}
.subscribers-page .list .item > div > .badge {
  padding: 0 5px;
  border-radius: 3px;
  text-transform: none;
}
.subscriptions-page {
  max-width: 650px;
}
.subscriptions-page > .padded {
  padding-top: 25px;
}
.subscriptions-page table {
  width: 100%;
}
.subscriptions-page table tr {
  border-bottom: 2px solid #ededed;
}
.subscriptions-page table tr:last-child {
  border: none;
}
.subscriptions-page table tr td {
  padding: 10px 0;
}
.subscriptions-page table tr td a {
  font-weight: bold;
}
.subscriptions-page .badge {
  text-transform: none;
  margin-top: 5px;
  display: inline-block;
}
.subscriptions-page .toggle {
  display: block;
  cursor: pointer;
  color: #1c9fef;
  text-decoration: underline;
  text-transform: uppercase;
}
.subscriptions-page .toggle > i {
  margin-right: 25px;
  color: #323232;
}
.banking-page {
  max-width: 650px;
}
.banking-page .message-box {
  margin-top: 30px;
}
.banking-page input,
.banking-page textarea {
  margin-top: 20px;
}
.banking-page .btn {
  margin: 20px auto;
}
.push-notifications-page {
  max-width: 650px;
}
.push-notifications-page > .padded {
  padding-top: 25px;
}
.push-notifications-page .list > div {
  padding: 15px 0;
  display: flex;
  align-items: center;
  color: #323232;
  border-bottom: 2px solid #ededed;
}
.push-notifications-page .list > div:last-child {
  border: 0;
}
.push-notifications-page .list > div > i {
  color: #1c9fef;
  margin-right: 10px;
}
.earnings-page {
  max-width: 650px;
}
.earnings-page > .padded {
  padding-top: 25px;
}
.earnings-page .list {
  margin-bottom: 40px;
}
.earnings-page .list > div {
  padding: 15px 0;
  display: flex;
  align-items: center;
  color: #323232;
  border-bottom: 2px solid #ededed;
}
.earnings-page .list > div:last-child {
  border: 0;
}
.earnings-page .list > div > i {
  color: #1c9fef;
  margin-right: 10px;
}
.earnings-page .recharts-text {
  font-size: 0.8em;
}
.earnings-page .recharts-label tspan {
  fill: #fff;
}
.transactions-page {
  max-width: 650px;
}
.transactions-page .box {
  width: 93%;
  z-index: 1;
  position: relative;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 0px auto;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
@media screen and (min-width: 650px) {
  .transactions-page .box {
    margin-bottom: 25px;
  }
}
.transactions-page .box > b {
  display: block;
  margin-bottom: 8px;
}
.transactions-page .box > span {
  color: #1c9fef;
  font-size: 2.4em;
}
.transactions-page .list {
  font-size: 0.9em;
}
.transactions-page .list > div {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.transactions-page .list > div .info {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.transactions-page .list > div .info .avatar {
  margin-right: 10px;
}
.transactions-page .list > div .info .badge {
  display: inline-block;
  margin-top: 3px;
  padding: 1px 10px;
  font-size: 0.85em;
  text-transform: none;
}
.referrals-page {
  max-width: 650px;
}
.referrals-page > .page-header > .actions {
  padding-bottom: 15px;
}
.referrals-page .box {
  display: flex;
  width: 93%;
  z-index: 1;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
  margin: 0px auto 25px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.referrals-page .box > .form-control {
  font-size: 0.9em;
  margin-right: 10px;
  border: 0;
}
.referrals-page .box > button {
  border: 0;
  flex-shrink: 0;
  font-size: 0.9em;
  background: none;
  color: #1c9fef;
  text-decoration: underline;
}
.referrals-page table {
  width: 100%;
  font-size: 0.9em;
}
.referrals-page table tr {
  border-bottom: 2px solid #ededed;
}
.referrals-page table tr:last-child {
  border: none;
}
.referrals-page table tr td {
  padding: 10px 0;
}
.referrals-page table tr td .info {
  display: flex;
  align-items: center;
}
.referrals-page table tr td .info .avatar {
  margin-right: 10px;
}
.scheduled-page > .page-header > .actions {
  padding-bottom: 0;
}
.scheduled-page > .padded {
  padding-top: 25px;
}
.scheduled-page table {
  width: 100%;
  font-size: 0.9em;
}
.scheduled-page table tr {
  border-bottom: 2px solid #ededed;
}
.scheduled-page table tr:last-child {
  border: none;
}
.scheduled-page table tr td {
  padding: 10px 0;
}
.scheduled-page table tr td small.remove {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  cursor: pointer;
  background-color: #ea7171;
}
.scheduled-page table tr td small.remove.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.scheduled-page table tr .hidden-cell {
  display: none;
}
@media screen and (min-width: 768px) {
  .scheduled-page table tr .hidden-cell {
    display: table-cell;
  }
}
.scheduled-page table tr .shown-cell {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .scheduled-page table tr .shown-cell {
    display: none;
  }
}
.sessions-page {
  max-width: 650px;
}
.sessions-page > .padded {
  padding-top: 25px;
}
.sessions-page .message-box {
  margin-bottom: 20px;
}
.sessions-page .label {
  font-size: 0.9em;
  margin-bottom: 0;
}
.sessions-page .form-control {
  margin-bottom: 20px;
}
.sessions-page .btn {
  margin: 5px auto 15px;
}
.withdrawals-page {
  max-width: 650px;
}
.withdrawals-page > .page-header > .actions {
  padding-bottom: 25px;
}
.withdrawals-page > .padded .btn {
  z-index: 1;
  position: relative;
  margin: -30px auto 30px;
}
.withdrawals-page .message-box {
  margin-bottom: 20px;
}
.withdrawals-page table {
  width: 100%;
  font-size: 0.9em;
}
.withdrawals-page table tr {
  border-bottom: 2px solid #ededed;
}
.withdrawals-page table tr:last-child {
  border: none;
}
.withdrawals-page table tr td {
  padding: 10px 0;
}
.wallet-page {
  max-width: 650px;
}
.wallet-page > .page-header > .actions {
  padding-bottom: 20px;
}
.wallet-page > .padded {
  padding-top: 30px;
}
.wallet-page .box {
  width: 98%;
  z-index: 1;
  padding: 15px 25px;
  border-radius: 5px;
  margin: -35px auto 25px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.wallet-page .box > b {
  display: block;
  margin-bottom: 8px;
}
.wallet-page .box > span {
  color: #1c9fef;
  font-size: 2.4em;
}
.wallet-page .rccs {
  margin-top: 25px;
}
.wallet-page .fields {
  margin-top: 30px;
}
@media screen and (min-width: 650px) {
  .wallet-page .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wallet-page .fields > input {
  flex-basis: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 650px) {
  .wallet-page .fields > input {
    flex-basis: 48%;
  }
}
.wallet-page .btn.danger {
  font-size: 0.9em;
  box-shadow: none;
  margin: 20px auto;
  color: #ea7171;
  background-color: transparent;
}
.wallet-page .btn.success {
  margin: 25px auto 35px;
}
.wallet-page label input {
  margin-right: 8px;
  vertical-align: middle;
}
.notifications-page > .page-header > .actions {
  padding-bottom: 0;
}
.notifications-page > .padded {
  padding-top: 35px;
}
.notifications-page .list .placeholder {
  min-width: 150px;
  height: 19px;
  opacity: 0.7;
}
.notifications-page .list .placeholder:after {
  width: 100%;
}
.notifications-page .list > div {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ededed;
}
.notifications-page .list > div:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.notifications-page .list > div .avatar {
  margin-right: 10px;
}
.notifications-page .list > div .info {
  width: 100%;
}
.notifications-page .list > div .info .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notifications-page .list > div .info .group a {
  font-weight: bold;
}
.notifications-page .list > div .info .group small {
  text-align: right;
}
.notifications-page .list > div .info .body {
  white-space: pre-wrap;
}
.notifications-page .list > div .info .body a {
  font-weight: bold;
}
.conversations-page {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 0;
  border-top: 0;
  display: flex;
  height: 100%;
  position: relative;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .conversations-page.open {
    padding: 0;
  }
  .conversations-page.empty {
    height: auto;
    min-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .conversations-page {
    border-top: 0;
    border-bottom: 0;
    padding-top: 60px;
    background-color: #fff;
    border: 1px solid #f2f3f5;
  }
}
.conversations-page.lead > .thread > .header > .avatar {
  display: flex !important;
  margin-right: 10px;
}
.conversations-page .list {
  display: block;
  flex-shrink: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.25s all ease;
}
@media screen and (min-width: 768px) {
  .conversations-page .list {
    max-width: 280px;
  }
}
@media screen and (min-width: 900px) {
  .conversations-page .list {
    max-width: 320px;
  }
}
.conversations-page .list > .page-header .filter {
  margin-top: 25px;
}
.conversations-page .list > .page-header .group {
  display: flex;
  align-items: center;
}
.conversations-page .list > .page-header .group > img {
  width: 100px;
  margin-bottom: -10px;
  margin-right: 10px;
}
.conversations-page .list > .page-header .group > span {
  flex-grow: 1;
  font-size: 1.2em;
  text-align: center;
}
.conversations-page .list > .page-header .group > .toggle {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  margin-bottom: -50px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.conversations-page .list > .page-header .group > .toggle > i {
  line-height: 38px;
  color: #1c9fef;
}
.conversations-page .list .filter {
  display: flex;
  margin: 10px 0;
}
.conversations-page .list .filter .form-control {
  font-size: 0.9em;
  padding: 10px 15px;
  margin-right: 15px;
  border-radius: 15px;
  background-color: #f7f8fa;
}
.conversations-page .list .filter .form-control:disabled {
  background-color: #fefefe;
}
.conversations-page .list .filter .btn {
  margin: 0;
  box-shadow: none;
}
.conversations-page .list .tools {
  padding: 15px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .conversations-page .list .tools {
    top: 0;
    left: 0;
    z-index: 1;
    position: sticky;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
  }
}
.conversations-page .list .tools .categories {
  display: flex;
  font-size: 0.9em;
  margin: 10px 0 0;
  overflow-x: auto;
  justify-content: space-between;
}
.conversations-page .list .tools .categories > div {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 3px 12px;
  color: #aaa;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  .conversations-page .list .tools .categories > div {
    padding: 3px 8px;
  }
}
@media screen and (min-width: 900px) {
  .conversations-page .list .tools .categories > div {
    padding: 3px 12px;
  }
}
.conversations-page .list .tools .categories > div > span {
  color: #fff;
  display: flex;
  padding: 0;
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  margin-left: 1px;
  margin-right: -7px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ff4747;
}
.conversations-page .list .tools .categories > div.active {
  cursor: auto;
  color: #fff;
  pointer-events: none;
  border-color: #1c9fef;
  background-color: #1c9fef;
}
.conversations-page .list .tools .categories > div.active > span {
  background-color: #fff;
  color: #1c9fef;
}
.conversations-page .list .tools .options {
  display: flex;
  font-size: 0.9em;
  margin-top: 10px;
  padding-left: 5px;
  align-items: center;
  justify-content: space-between;
}
.conversations-page .list .tools .options > span {
  margin-right: 5px;
}
.conversations-page .list .item {
  display: flex;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
  border-left: 0 solid transparent;
  animation: fadeIn 0.4s linear;
  border-bottom: 2px solid #f2f3f5;
}
.conversations-page .list .item.active {
  background-color: #f5f5f5;
}
.conversations-page .list .item:last-child {
  border: 0;
}
.conversations-page .list .item .rating {
  font-size: 0.7em;
  color: #b3b3b3;
  vertical-align: middle;
}
.conversations-page .list .item .rating > span {
  margin-left: 1px;
}
.conversations-page .list .item .rating > .highlight {
  color: #333;
}
.conversations-page .list .item .avatar {
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}
.conversations-page .list .item .red {
  font-size: 0.9em;
  margin-right: 3px;
  color: #ea7171;
}
.conversations-page .list .item .placeholder {
  min-height: 20px;
  width: 70%;
}
.conversations-page .list .item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-width: 0;
  font-size: 0.95em;
  position: relative;
}
.conversations-page .list .item .info .description {
  display: flex;
}
.conversations-page .list .item .info .description > small {
  align-self: flex-end;
  margin-right: -8px;
  color: #5fc45f;
  font-weight: bold;
}
.conversations-page .list .item .info .name {
  flex-grow: 1;
  color: #1c9fef;
}
.conversations-page .list .item .info .preview {
  width: 88%;
  margin-top: 2px;
  font-size: 0.84em;
  line-height: 17px;
}
.conversations-page .list .item.unread {
  color: #000;
  font-weight: bold;
}
.conversations-page .list .item.unread .info:after {
  content: '';
  width: 10px;
  height: 10px;
  bottom: 15px;
  right: -28px;
  border-radius: 50%;
  position: absolute;
  background-color: #ffce43;
}
.conversations-page .list > .btn {
  margin: 40px auto;
}
.conversations-page .thread {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .conversations-page .thread.empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .conversations-page .thread {
    border-left: 1px solid #f2f3f5;
  }
}
.conversations-page .thread > .page-header > .actions {
  display: flex;
  flex-shrink: 0;
  color: #fff;
  position: relative;
  align-items: center;
  padding: 15px 10px 5px;
}
@media screen and (min-width: 768px) {
  .conversations-page .thread > .page-header > .actions {
    padding: 10px;
    box-shadow: none;
    color: #1c9fef;
    background-color: #fff;
    border-bottom: 1px solid #f2f3f5;
  }
}
.conversations-page .thread > .page-header > .actions > a {
  color: inherit;
  padding: 5px 10px 5px 0;
}
@media screen and (min-width: 768px) {
  .conversations-page .thread > .page-header > .actions > a {
    display: none;
  }
}
.conversations-page .thread > .page-header > .actions .avatar {
  /* display: none; */
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .conversations-page .thread > .page-header > .actions .avatar {
    color: #1c9fef;
    background-color: #fff;
  }
  .conversations-page .thread > .page-header > .actions .avatar > .status.online {
    background-color: #8fd68f;
    border-color: #1c9fef;
  }
}
@media screen and (min-width: 425px) {
  .conversations-page .thread > .page-header > .actions .avatar {
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
}
.conversations-page .thread > .page-header > .actions .info {
  color: inherit;
}
.conversations-page .thread > .page-header > .actions .info .placeholder {
  font-weight: bold;
  height: 20px;
}
.conversations-page .thread > .page-header > .actions .info .placeholder:empty:after {
  width: 130%;
}
.conversations-page .thread > .page-header > .actions .info .placeholder > a {
  color: inherit;
}
.conversations-page .thread > .page-header > .actions .info small {
  display: block;
  font-weight: normal;
  margin-top: 2px;
  color: rgba(255,255,255,0.7);
}
@media screen and (min-width: 768px) {
  .conversations-page .thread > .page-header > .actions .info small {
    color: #999;
  }
}
.conversations-page .thread > .page-header > .actions > button {
  width: 40px;
  height: 40px;
  display: flex;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0 0 2px #fff;
  background-color: #1091e0;
}
@media screen and (min-width: 768px) {
  .conversations-page .thread > .page-header > .actions > button {
    width: 38px;
    height: 38px;
    color: #1c9fef;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #1c9fef;
    background-color: #d2ecfc;
  }
}
.conversations-page .thread > .page-header > .actions > button.success {
  background-color: #5fc45f;
  color: #fff;
}
.conversations-page .thread > .page-header > .actions > button.danger {
  background-color: #ea7171;
}
.conversations-page .thread > .page-header > .actions > button > i {
  line-height: 1.5em;
  font-size: 1em;
}
.conversations-page .thread .encode-queue {
  font-size: 0.9em;
  padding: 5px 15px;
  color: #323232;
  background-color: #ebebeb;
}
.conversations-page .thread .encode-queue i {
  margin-right: 5px;
}
.conversations-page .thread .messages-list {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-grow: 1;
  height: 1px;
  font-size: 0.9em;
  flex-direction: column;
  padding: 25px 10px 10px;
}
@media screen and (min-width: 768px) {
  .conversations-page .thread .messages-list {
    padding: 10px;
  }
}
.conversations-page .thread .messages-list > span {
  margin: 20px auto;
}
.conversations-page .thread .messages-list > .btn {
  flex-shrink: 0;
  margin: 30px auto;
}
.conversations-page .thread .messages-list .notification {
  text-align: center;
  padding: 13px 0 15px;
  font-size: 0.8em;
  color: #c5c5c5;
  text-transform: uppercase;
  opacity: 0.8;
}
.conversations-page .thread .messages-list .notification.success b {
  color: #5fc45f;
}
.conversations-page .thread .messages-list .notification.danger b {
  color: #ea7171;
}
.conversations-page .thread .messages-list .notification > b:after {
  content: ' - ';
  font-weight: normal;
  color: #c5c5c5;
}
.conversations-page .thread .messages-list .tick {
  position: relative;
  align-self: flex-end;
  flex-shrink: 0;
  font-size: 0.8em;
  color: #999;
}
.conversations-page .thread .messages-list .tick.seen {
  color: #1c9fef;
}
.conversations-page .thread .messages-list .tick.seen >i,
.conversations-page .thread .messages-list .tick.seen:last-of-type {
  margin-left: -6px;
}
.conversations-page .thread .messages-list .bubble {
  position: relative;
  margin-top: 10px;
  border-radius: 15px;
  flex-shrink: 0;
  max-width: 80%;
  color: #000;
}
.conversations-page .thread .messages-list .bubble.self {
  align-self: flex-end;
  background-color: #ebebeb;
  border-bottom-right-radius: 3px;
}
.conversations-page .thread .messages-list .bubble.other {
  align-self: flex-start;
  color: #fff;
  background-color: #1c9fef;
  border-bottom-left-radius: 3px;
}
.conversations-page .thread .messages-list .bubble.other > .text > a {
  color: #d2ecfc;
}
.conversations-page .thread .messages-list .bubble > div img {
  opacity: 1;
  max-width: 100%;
  border-radius: inherit;
  transition: 0.2s opacity ease;
}
.conversations-page .thread .messages-list .bubble > div.loading img {
  opacity: 0;
}
.conversations-page .thread .messages-list .bubble.image {
  width: 200px;
}
.conversations-page .thread .messages-list .bubble.image > div {
  border-radius: inherit;
}
.conversations-page .thread .messages-list .bubble.image > div img {
  border-radius: inherit;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.conversations-page .thread .messages-list .bubble.image .text {
  padding: 5px 12px 8px;
}
.conversations-page .thread .messages-list .bubble.album {
  width: 300px;
  max-width: 100%;
}
.conversations-page .thread .messages-list .bubble.album .gallery {
  padding: 10px;
}
.conversations-page .thread .messages-list .bubble.album .gallery img {
  background-color: #ccc;
  cursor: pointer;
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
  margin-right: 2px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.conversations-page .thread .messages-list .bubble.album .gallery img:nth-child(3n) {
  margin-right: 0;
}
.conversations-page .thread .messages-list .bubble.album .gallery img:nth-child(n+4) {
  margin-top: 2px;
}
.conversations-page .thread .messages-list .bubble.album .gallery img.single-fold {
  width: 100%;
  height: 200px;
  min-height: 200px;
  margin-right: 0;
}
.conversations-page .thread .messages-list .bubble.album .gallery img.two-fold {
  width: 139px;
  height: 200px;
  min-width: 139px;
  min-height: 200px;
}
.conversations-page .thread .messages-list .bubble.album .gallery img.two-fold:nth-child(3n+2) {
  margin-right: 0;
}
.conversations-page .thread .messages-list .bubble.audio {
  width: 200px;
  flex-shrink: 0;
}
.conversations-page .thread .messages-list .bubble.audio > div:first-child {
  position: relative;
}
.conversations-page .thread .messages-list .bubble.audio .player {
  cursor: pointer;
  padding: 10px 12px;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.conversations-page .thread .messages-list .bubble.audio .player > audio {
  display: none;
}
.conversations-page .thread .messages-list .bubble.audio .player > .tools {
  align-items: center;
  display: flex;
  position: relative;
}
.conversations-page .thread .messages-list .bubble.audio .player > .tools i {
  font-size: 1.2em;
  transition: 0.15s all ease;
  color: rgba(0,0,0,0.4);
}
.conversations-page .thread .messages-list .bubble.audio .player > .tools .separator {
  border-top: 1px solid rgba(0,0,0,0.4);
}
.conversations-page .thread .messages-list .bubble.audio .player > .tools span {
  border-radius: 4px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  padding: 0 5px;
  font-size: 0.8em;
}
.conversations-page .thread .messages-list .bubble.audio .player > .progress {
  transition: 0.2s width linear;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
}
.conversations-page .thread .messages-list .bubble.audio .player > .progress.shown {
  width: 100%;
}
.conversations-page .thread .messages-list .bubble.audio .player > .shown + .tools i {
  transform: scale(1.1);
}
.conversations-page .thread .messages-list .bubble.audio .text {
  padding: 5px 12px 10px;
}
.conversations-page .thread .messages-list .bubble.video {
  max-width: 250px;
}
.conversations-page .thread .messages-list .bubble.video > div:first-child {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.conversations-page .thread .messages-list .bubble.video > div:first-child:after {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.7);
  content: "\f04b";
  font-size: 4em;
  text-shadow: 0 0 10px rgba(188,188,188,0.5);
}
.conversations-page .thread .messages-list .bubble.video > div:first-child.loading:after {
  content: none;
}
.conversations-page .thread .messages-list .bubble.video.locked > div:first-child:after {
  display: none;
}
.conversations-page .thread .messages-list .bubble.video .text {
  padding: 5px 12px 8px;
}
.conversations-page .thread .messages-list .bubble.video .lock,
.conversations-page .thread .messages-list .bubble.audio .lock {
  padding: 40px 30px 60px;
}
.conversations-page .thread .messages-list .bubble.video .duration,
.conversations-page .thread .messages-list .bubble.audio .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 10px;
  color: #333;
  background-color: #f6f6f6;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
}
.conversations-page .thread .messages-list .bubble.video .duration .separator,
.conversations-page .thread .messages-list .bubble.audio .duration .separator {
  border-top: 1px solid #87834a;
  margin: 0 5px;
}
.conversations-page .thread .messages-list .bubble.twitter button {
  color: #fff;
  border: none;
  border-radius: inherit;
  width: 100%;
  font-weight: bold;
  padding: 20px 35px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #33a9f1;
}
.conversations-page .thread .messages-list .bubble.twitter button i {
  margin-right: 8px;
}
.conversations-page .thread .messages-list .bubble.locked {
  width: 250px;
}
.conversations-page .thread .messages-list .bubble.priced {
  margin-top: 24px;
}
.conversations-page .thread .messages-list .bubble.typing {
  margin: 10px 0 0;
  align-self: flex-start;
  padding: 12px 12px 11px;
  background-color: #dedede;
  border-bottom-left-radius: 3px;
  transition: 0.2s opacity ease;
  animation: 0.2s fadeIn;
}
.conversations-page .thread .messages-list .bubble.processing {
  margin: 10px 0 0;
  align-self: flex-end;
  padding: 12px 12px 11px;
  background-color: #dedede;
  border-bottom-right-radius: 3px;
  transition: 0.2s opacity ease;
  animation: 0.2s fadeIn;
}
.conversations-page .thread .messages-list .bubble.typing span {
  float: left;
  width: 8px;
  height: 8px;
  opacity: 0.4;
  margin: 0 1px;
  border-radius: 50%;
  background-color: #999;
}
.conversations-page .thread .messages-list .bubble.typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
.conversations-page .thread .messages-list .bubble.typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
.conversations-page .thread .messages-list .bubble.typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
.conversations-page .thread .messages-list .bubble > .lock {
  cursor: pointer;
  color: #323232;
  border-radius: 10px;
  background-color: #b8e3fd;
  transition: 0.2s ease all;
  margin: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.conversations-page .thread .messages-list .bubble > .lock > i {
  display: block;
  font-size: 4em;
  margin-bottom: 20px;
}
.conversations-page .thread .messages-list .bubble > .lock > div {
  padding: 10px 5px;
  border-radius: 10px;
  background-color: #f6f6f6;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.conversations-page .thread .messages-list .bubble > .lock > div span {
  font-size: 1.2em;
  display: block;
  font-weight: bold;
}
.conversations-page .thread .messages-list .bubble > .text {
  padding: 5px 12px;
  word-wrap: break-word;
  white-space: pre-line;
  position: relative;
}
.conversations-page .thread .messages-list .bubble > .price {
  position: absolute;
  right: 3%;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 10px;
  color: #9c9c9c;
  border-radius: 10px !important;
}
.conversations-page .thread .messages-list .bubble > .price.paid {
  color: #5fc45f;
}
.conversations-page .thread .messages-list .bubble > .price > i {
  vertical-align: -1px;
  margin-right: 3px;
}
.conversations-page .thread .messages-list .bubble.other > .price {
  left: 0;
  right: initial;
}
.conversations-page .thread .bottom {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  padding: 10px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
@media screen and (min-width: 768px) {
  .conversations-page .thread .bottom {
    box-shadow: none;
    border-radius: 0;
  }
}
.conversations-page .thread .bottom > .reply-form {
  flex-grow: 1;
  display: flex;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 20px;
  background-color: #ebebeb;
  flex-direction: column;
}

.conversations-page .thread .bottom > .reply-form > .formatting-buttons {
  display: flex;
  gap: 4px;
  padding: 0 4px;
  justify-items: center;
  align-items: center;
  margin-bottom: 4px;
}

.conversations-page .thread .bottom > .reply-form > .horizontal-line {
  height: 1px;
  background-color: #8a96a3;
  border-radius: 8px;
}

.conversations-page .thread .bottom > .reply-form > .formatting-buttons .attach {
  width: 30px;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #8a96a3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.conversations-page .thread .bottom > .reply-form > .formatting-buttons > .attach:hover {
  background-color: lightgray;
  color: #5a6a7a;
}

.conversations-page .thread .bottom > .reply-form > .functions {
  display: flex;
  gap: 4px;
  padding: 0 4px;
  justify-content: space-between;
}

.conversations-page .thread .bottom > .reply-form > .functions > .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.conversations-page .thread .bottom > .reply-form > .functions > .edit > .attach {
  width: 30px;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #8a96a3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
}

.conversations-page .thread .bottom > .reply-form > .functions > .edit > .attach:hover {
  background-color: lightgray;
  color: #5a6a7a;
}

.conversations-page .thread .bottom > .reply-form > .input {
  flex-grow: 1;
  padding: 7px 10px;
  background: none;
  font-size: 0.9em;
  font-family: inherit;
  resize: none;
  border: none;
  appearance: none;
  max-height: 50px;
}
.conversations-page .thread .bottom > .reply-form > .functions > .microphone {
  width: 30px;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 50%;
  align-items: center;
  margin: 3px 0 3px -2px;
  justify-content: center;
}
.conversations-page .thread .bottom > .send {
  width: 42px;
  height: 42px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #ebebeb;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.conversations-page .thread .bottom > .send > i {
  color: #fff;
  font-size: 1.1em;
  padding-right: 2px;
}
.lead-gallery > .nav {
  background-color: #1c9fef;
  position: fixed;
  width: 100%;
  padding: 10px 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lead-gallery > .nav {
    z-index: 100;
  }
}
.lead-gallery > .nav > .logo {
  width: 120px;
  cursor: pointer;
  margin: 10px 20px;
}
.lead-gallery > .nav > .btn {
  margin: 10px;
  max-width: 200px;
  color: #1c9fef;
  font-weight: bold;
  background-color: #fff;
}
.lead-gallery > .content {
  padding: 150px 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .lead-gallery > .content {
    padding-top: 150px;
  }
}
.lead-gallery > .content > h2 {
  padding-bottom: 50px;
}
.lead-gallery > .content > .images {
  column-count: 1;
  column-gap: 20px;
}
@media screen and (min-width: 481px) {
  .lead-gallery > .content > .images {
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .lead-gallery > .content > .images {
    column-count: 5;
  }
}
.lead-gallery > .content > .images > img {
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 25px;
}
.lead-gallery > .footer {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid #f2f1f1;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lead-gallery > .footer {
    flex-direction: row;
    padding: 70px 10px;
  }
}
.lead-gallery > .footer > .logo {
  margin: 20px 0;
  width: 180px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lead-gallery > .footer > .logo {
    margin: 0;
    width: 280px;
  }
}
.lead-gallery > .footer > .btn {
  margin: 10px 0;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .lead-gallery > .footer > .hr {
    border-left: 1px solid #999;
    margin: 0 60px;
    height: 150px;
    width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .lead-gallery .modal > .body {
    margin-top: 91px;
  }
}
.lead-gallery .modal .form-control {
  padding: 15px 0;
}
.lead-gallery .padded {
  padding: 15px;
}
.hidden {
  display: none !important;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@-o-keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@-moz-keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
