@import url("https://use.typekit.net/dlr2yjq.css");
h1, h2, h3, h4, h5, h6 {
  font-family: urbane, sans-serif !important; }

body {
  background-color: #f0f3f5;
  overflow-x: hidden; }

.hide-scrollbar::-webkit-scrollbar {
  display: none; }

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.autoExpand {
  box-sizing: padding-box;
  display: block;
  overflow: hidden; }

.page-content {
  padding: 0 15px 0 0;
  flex-grow: 1; }

.no-spacer .main-content {
  padding-left: calc(64px + 32px) !important; }

.image-orb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
  border-radius: 128px;
  background-color: #a8a8c3;
  display: inline-block; }
  .image-orb.image-orb-sm {
    border-radius: 16px;
    height: 48px;
    width: 48px; }

.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

.page-wrapper {
  height: 100vh;
  background-color: #f0f3f5; }
  .page-wrapper .sidebar {
    z-index: 99;
    padding: 36px 16px 0 16px;
    height: 100%;
    width: 64px;
    position: fixed;
    background-color: #f0f3f5; }
    .page-wrapper .sidebar.side-pane {
      width: 320px; }
    .page-wrapper .sidebar .side-panel {
      z-index: 90; }
    .page-wrapper .sidebar .side-btns {
      width: 64px;
      z-index: 100; }
    .page-wrapper .sidebar br {
      margin: 32px 0; }
    .page-wrapper .sidebar .bottom-nav {
      position: absolute;
      bottom: 0;
      padding-bottom: 24px;
      transform: translateX(-15%); }
  .page-wrapper .topbar {
    width: 100%;
    padding-top: 32px;
    margin-bottom: 32px;
    background-color: white; }
    .page-wrapper .topbar .logo {
      line-height: 1em;
      font-size: 32px;
      font-weight: 400;
      align-items: baseline; }
      .page-wrapper .topbar .logo span {
        margin-left: 12px;
        font-size: 14px; }
    .page-wrapper .topbar .crumbs {
      line-height: 1em;
      font-size: 16px;
      font-weight: 400; }
    .page-wrapper .topbar .dropdown-item {
      padding: 0 !important; }
  .page-wrapper .nav-username {
    font-family: 'poppins';
    color: #a8a8c3;
    font-weight: 500; }
  .page-wrapper .main-content {
    min-height: 100%;
    background-color: white;
    padding-left: calc(320px + 32px);
    display: flex;
    flex-direction: column; }

.pane-section {
  margin-bottom: 32px; }

.side-pane h3, .side-pane h4, .side-pane h5, .side-pane h6 {
  color: #5f6473 !important; }

.heading-controller {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.article {
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 240px; }
  .article .tools {
    display: block;
    flex-basis: 100%; }
  .article .author {
    display: inline-flex;
    color: white;
    align-items: center; }
    .article .author img {
      border-radius: 32px;
      margin-right: 16px;
      border: 2px solid white; }
  .article h6 {
    color: white;
    padding: 10px 0 25px;
    flex-basis: 100%; }
  .article p {
    flex-basis: 100%; }

.btn-side-selector {
  color: #565866;
  transition: 200ms;
  padding: 8px 25px;
  border-radius: 4px;
  margin: 4px 0;
  display: flex;
  align-items: center;
  font-family: 'Poppins'; }
  .btn-side-selector.btn-icon {
    padding: 4px 8px;
    width: 32px;
    height: 32px;
    display: inline-flex; }
  .btn-side-selector .dark-icon {
    transition: 200ms;
    margin-right: 10px;
    opacity: 1; }
  .btn-side-selector .light-icon {
    transition: 200ms;
    position: absolute;
    opacity: 0; }
  .btn-side-selector.btn-dir.active, .btn-side-selector.btn-dir.active:focus {
    color: #ecebff;
    background-color: #2a31c6; }
    .btn-side-selector.btn-dir.active .dark-icon, .btn-side-selector.btn-dir.active:focus .dark-icon {
      opacity: 0; }
    .btn-side-selector.btn-dir.active .light-icon, .btn-side-selector.btn-dir.active:focus .light-icon {
      opacity: 1; }
    .btn-side-selector.btn-dir.active:hover, .btn-side-selector.btn-dir.active:focus:hover {
      background-color: #21279c; }
    .btn-side-selector.btn-dir.active:active, .btn-side-selector.btn-dir.active:focus:active {
      background-color: #181c72; }
  .btn-side-selector.active, .btn-side-selector.active:hover, .btn-side-selector.active:active, .btn-side-selector.active:focus {
    background-color: #ecebff; }
  .btn-side-selector:hover {
    background-color: #ecebff; }
  .btn-side-selector:active, .btn-side-selector:focus {
    background-color: #bcb8ff; }

.icon-btn {
  display: inline-flex !important;
  padding: 8px;
  color: #a8a8c3;
  transition: 200ms; }
  .icon-btn:hover {
    color: #201469; }
  .icon-btn.active {
    color: white;
    border-radius: 8px;
    background-color: #396aff; }

.display-widget {
  background-color: white;
  padding: 16px 24px 24px;
  box-shadow: 2px 6px 20px 0 rgba(183, 199, 209, 0.15);
  border-radius: 8px;
  margin: 16px; }

.editor-widget {
  background-color: #f8f8ff; }
  .editor-widget h4, .editor-widget p {
    margin: 0;
    padding: 0;
    line-height: 1em; }
  .editor-widget p {
    line-height: 1.1em; }

.login-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/admin/img/loginbg.svg"); }
  .login-bg .page-wrapper {
    background-color: transparent; }
    .login-bg .page-wrapper .main-content {
      background-color: transparent; }

.dashboard-alert {
  background-color: #f8f8ff;
  background-image: url("/admin/img/dashboardalert/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5em 3em;
  border-radius: 16px;
  position: relative; }
  .dashboard-alert .sprite {
    right: -50px;
    top: -10%;
    position: absolute;
    height: 130%; }
  .dashboard-alert .person {
    right: 25%;
    top: -10%;
    position: absolute;
    height: 130%; }
  .dashboard-alert h1 {
    color: #5f6473; }
  .dashboard-alert p {
    font-size: 1.2em !important;
    color: #a8a8c3; }

@media screen and (max-width: 1835px) {
  .dashboard-alert .sprite {
    top: 0%;
    height: 100%; }
  .dashboard-alert .person {
    top: 0%;
    height: 100%; } }
@media screen and (max-width: 1700px) {
  .dashboard-alert .sprite {
    top: 10%;
    height: 80%; }
  .dashboard-alert .person {
    top: 10%;
    height: 80%; } }
@media screen and (max-width: 1650px) {
  .dashboard-alert .sprite {
    display: none; }
  .dashboard-alert .person {
    right: 5%;
    top: 10%;
    height: 100%;
    transform: scaleX(-1); } }
@media screen and (max-width: 1310px) {
  .dashboard-alert .person {
    display: none; } }
.center-small-tab {
  width: 900px;
  max-width: 100%; }

.embr-highlight {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-image: linear-gradient(to right, #eecda3, #ef629f);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

.input-flat {
  background-color: #f8f8fb;
  color: #565866;
  border: none;
  margin: 0;
  margin-top: 12px;
  font-family: urbane, sans-serif !important;
  border-radius: 12px;
  padding: 15px 20px; }
  .input-flat::placeholder {
    color: #c3c3ce;
    font-family: urbane, sans-serif !important; }

.btn-primary {
  background-color: #396aff !important;
  color: #e6ebfa;
  font-size: 14px;
  font-family: urbane, sans-serif !important;
  line-height: 1em;
  padding: 10px 25px;
  min-width: 120px;
  border-radius: 6px; }
  .btn-primary:hover {
    background-color: #2057ff !important; }
  .btn-primary:active {
    background-color: #0644ff !important; }
  .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(139, 133, 255, 0.5) !important; }
  .btn-primary:disabled {
    cursor: default;
    background-color: white !important;
    color: #b9caff !important; }
    .btn-primary:disabled:disabled:hover, .btn-primary:disabled:disabled:active, .btn-primary:disabled:disabled:focus {
      background-color: white !important;
      color: #b9caff !important; }
  .btn-primary.btn-text {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #396aff;
    transition: 0ms !important; }
    .btn-primary.btn-text:hover {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: #0644ff; }
    .btn-primary.btn-text:active {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: #0034d2; }
    .btn-primary.btn-text:focus {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: none !important; }
  .btn-primary.btn-outline {
    background-color: transparent !important;
    border-color: #396aff;
    color: #396aff; }
    .btn-primary.btn-outline:hover {
      background-color: transparent !important;
      border-color: #2057ff;
      color: #2057ff; }
    .btn-primary.btn-outline:active {
      background-color: transparent !important;
      border-color: #0644ff;
      color: #0644ff; }
    .btn-primary.btn-outline:focus {
      background-color: transparent !important;
      border-color: #003aec;
      color: #003aec; }

.btn-secondary {
  background-color: #a8a8c3 !important;
  color: #f8f8ff;
  font-size: 14px;
  font-family: urbane, sans-serif !important;
  line-height: 1em;
  padding: 10px 25px;
  min-width: 120px;
  border-radius: 6px; }
  .btn-secondary:hover {
    background-color: #9999b9 !important; }
  .btn-secondary:active {
    background-color: #8a8aae !important; }
  .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(108, 108, 153, 0.5) !important; }
  .btn-secondary:disabled {
    cursor: default;
    background-color: #b7b7cd !important;
    color: #b9caff !important; }
    .btn-secondary:disabled:disabled:hover, .btn-secondary:disabled:disabled:active, .btn-secondary:disabled:disabled:focus {
      background-color: #b7b7cd !important;
      color: #b9caff !important; }
  .btn-secondary.btn-text {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #a8a8c3;
    transition: 0ms !important; }
    .btn-secondary.btn-text:hover {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: #8a8aae; }
    .btn-secondary.btn-text:active {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: #6c6c99; }
    .btn-secondary.btn-text:focus {
      transform: none;
      background-color: transparent !important;
      border-color: transparent !important;
      color: none !important; }
  .btn-secondary.btn-outline {
    background-color: transparent !important;
    border-color: #a8a8c3;
    color: #a8a8c3; }
    .btn-secondary.btn-outline:hover {
      background-color: transparent !important;
      border-color: #9999b9;
      color: #9999b9; }
    .btn-secondary.btn-outline:active {
      background-color: transparent !important;
      border-color: #8a8aae;
      color: #8a8aae; }
    .btn-secondary.btn-outline:focus {
      background-color: transparent !important;
      border-color: #7b7ba4;
      color: #7b7ba4; }

.text-black {
  color: #300064; }

.card.card-accordion {
  background-color: transparent !important;
  margin: 0 !important; }
  .card.card-accordion .card-accordion-heading {
    padding: 4px 19px !important; }
    .card.card-accordion .card-accordion-heading h6 {
      padding-left: 16px;
      font-size: 16px;
      font-weight: 400; }
    .card.card-accordion .card-accordion-heading .card-accordion-icon-flip {
      right: auto;
      left: 0px; }
  .card.card-accordion .card-accordion-content {
    padding: 0 !important; }
    .card.card-accordion .card-accordion-content.loading {
      padding: 0; }
    .card.card-accordion .card-accordion-content.active {
      padding: 0 !important; }

.gallery-item {
  width: 100%;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 16px;
  margin: 16px; }
  .gallery-item.active {
    border: 1px solid #c6d0eb; }
  .gallery-item .gallery-pic {
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    width: 100%;
    border-radius: 16px; }
  .gallery-item .controls {
    padding: 8px 16px; }

.modal-wrapper .overlay {
  z-index: 1000 !important; }

.modal-wrapper .modal {
  z-index: 1100 !important; }

.access-denied-bg {
  background-image: url("../admin/img/accessdeniedbg.svg");
  background-position: top -1px right -1px;
  background-size: 50vw;
  background-repeat: no-repeat; }

blockquote {
  margin: 0; }

.hidden-input {
  font-family: 'rawline', sans-serif;
  border: none;
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 4px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  font-weight: 400;
  color: #6a737c;
  box-sizing: border-box;
  margin: 5px 0;
  resize: none; }
  .hidden-input.heading {
    font-size: 28px;
    font-weight: 600; }
  .hidden-input.paragraph {
    height: 50vh !important; }

.form-save {
  position: absolute;
  right: 15px; }

textarea {
  width: 100% !important;
  overflow: hidden; }

.widget {
  border-radius: 16px; }
  .widget.widget-time {
    position: relative;
    display: block;
    text-align: right;
    z-index: 3; }
    .widget.widget-time h1 {
      position: absolute;
      right: 0;
      font-size: 3em;
      text-transform: uppercase;
      font-weight: 900;
      bottom: -10px;
      background-image: linear-gradient(to right, #cdd1d3 20%, white 85%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      z-index: -1; }
    .widget.widget-time h4 {
      z-index: 2;
      color: #687074;
      text-align: right; }

.paid-widget {
  background-color: #f8f8ff; }
  .paid-widget .caption {
    padding: 10px 25px 0;
    margin-bottom: -50px; }
  .paid-widget .universe {
    position: relative;
    bottom: -30px;
    right: -25px; }

.photo-item {
  background-color: #f8f8ff;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  background-position: center;
  background-size: cover; }
  .photo-item.new {
    text-align: center;
    background-color: white !important;
    border-radius: 16px !important;
    padding: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d6d2eb;
    color: #d6d2eb;
    flex-wrap: wrap; }
    .photo-item.new h6 {
      flex-basis: 100%;
      color: #d6d2eb; }
  .photo-item .picture {
    background-position: center;
    background-size: cover;
    height: 320px;
    width: 100%; }
  .photo-item .badge-primary {
    position: absolute !important;
    top: 16px;
    left: 24px;
    transition: 100ms;
    opacity: 0;
    background-color: #ecf0ff;
    color: #396aff; }
  .photo-item .action-bar {
    transition: 100ms;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    align-items: center;
    padding-left: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .photo-item .action-bar .delete-photo {
      margin: 0;
      padding: 5px;
      width: 40px;
      height: 40px;
      display: inline-flex;
      border-radius: 16px 0 16px 0;
      align-items: center;
      color: white;
      justify-content: center; }
  .photo-item:hover .action-bar, .photo-item:hover .badge-primary {
    opacity: 1; }

.profile-config .caption h5 {
  font-size: 18px;
  font-weight: 600 !important;
  font-family: urbane, sans-serif !important;
  margin: 0;
  padding: 0; }
.profile-config .caption h6 {
  font-size: 16px;
  font-weight: 600 !important;
  font-family: urbane, sans-serif !important;
  margin: 0;
  padding: 0; }
.profile-config .caption p {
  font-size: 14px;
  font-weight: 400 !important;
  font-family: urbane, sans-serif !important;
  color: #a8a8c3;
  margin: 0;
  padding: 0; }
.profile-config .avatar-editor img {
  border-radius: 100%; }

.slide {
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  color: white;
  flex-wrap: wrap;
  overflow: hidden;
  height: 320px;
  cursor: grab;
  user-select: none; }
  .slide h6 {
    font-size: 24px;
    color: white; }
  .slide button {
    margin-top: 12px;
    background-color: transparent;
    border: none;
    color: black;
    border-radius: 32px;
    text-transform: uppercase;
    padding: 4px 25px;
    background-color: white;
    transition: 100ms;
    display: inline-block; }
    .slide button:hover {
      background-color: #cccccc; }
    .slide button:active {
      background-color: #999999; }
  .slide .action-bar {
    transition: 100ms;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .slide .action-bar .delete-slide {
      margin: 0;
      padding: 5px;
      width: 40px;
      height: 40px;
      display: inline-flex;
      border-radius: 16px 0 16px 0;
      align-items: center;
      color: white;
      justify-content: center; }
  .slide:hover .action-bar {
    opacity: 1; }

.tooltip-right::before, .tooltip-top::before {
  z-index: 999; }

.folder-item {
  position: relative; }

.folder-actions {
  position: absolute;
  top: 8px;
  display: block;
  z-index: 20;
  padding: 2px;
  border-radius: 32px;
  right: 4px; }
  .folder-actions .f-icon {
    color: #736cff; }
  .folder-actions .dropdown-item {
    border-radius: 100px;
    min-width: 0px;
    display: flex;
    height: 32px;
    width: 32px;
    justify-content: center;
    align-items: center; }
  .folder-actions .dropdown-content {
    min-width: 50px; }
    .folder-actions .dropdown-content::before {
      left: -4px !important; }

.folder {
  margin: 32px 16px;
  padding: 32px;
  background-color: #ecebff;
  border-radius: 0 16px 16px 16px;
  position: relative;
  transition: 100ms;
  bottom: 0; }
  .folder.new {
    text-align: center;
    background-color: white !important;
    border-radius: 16px !important;
    border: 2px dashed #d6d2eb; }
    .folder.new::before {
      display: none; }
    .folder.new::after {
      display: none; }
    .folder.new .f-icon {
      color: #d6d2eb; }
    .folder.new h6 {
      color: #d6d2eb; }
    .folder.new:hover {
      bottom: 0 !important; }
    .folder.new:active {
      bottom: 0 !important; }
  .folder:hover {
    bottom: 8px;
    background-color: #d4d2ff; }
    .folder:hover::before {
      background-color: #d4d2ff; }
    .folder:hover::after {
      border-left: 18px solid #d4d2ff; }
  .folder:active {
    bottom: 4px;
    background-color: #bcb8ff; }
    .folder:active::before {
      background-color: #bcb8ff; }
    .folder:active::after {
      border-left: 18px solid #bcb8ff; }
  .folder::before {
    content: '';
    background-color: #ecebff;
    width: 128px;
    height: 24px;
    transition: 100ms;
    border-radius: 16px 0 0 0;
    position: absolute;
    top: -24px;
    left: 0; }
  .folder::after {
    content: '';
    background-color: transparent;
    border: 18px solid transparent;
    border-left: 18px solid #ecebff;
    position: absolute;
    transition: border-color 100ms;
    transform: rotate(135deg);
    top: -17px;
    left: calc(128px - 19px); }
  .folder .icon-bubble {
    display: inline-block;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(210, 221, 255, 0.5); }
    .folder .icon-bubble .f-icon {
      color: #396aff; }
    .folder .icon-bubble.image {
      background-color: rgba(255, 220, 165, 0.5); }
      .folder .icon-bubble.image .f-icon {
        color: #ffa10c; }
    .folder .icon-bubble.file {
      background-color: rgba(255, 238, 239, 0.5); }
      .folder .icon-bubble.file .f-icon {
        color: #fb5962; }
    .folder .icon-bubble.blog {
      background-color: rgba(202, 243, 225, 0.5); }
      .folder .icon-bubble.blog .f-icon {
        color: #4ed69c; }
    .folder .icon-bubble.empty-folder {
      background-color: rgba(163, 165, 178, 0.5); }
      .folder .icon-bubble.empty-folder .f-icon {
        color: #565866; }
    .folder .icon-bubble.video {
      background-color: rgba(255, 212, 208, 0.5); }
      .folder .icon-bubble.video .f-icon {
        color: #ff4937; }

.main-actions {
  position: absolute;
  top: 32px;
  right: 10px;
  width: 200px;
  height: 40px; }

.page-actions {
  position: absolute;
  top: -76px;
  right: 10px;
  height: 40px; }

.draggable--over, .draggable-source--is-dragging {
  filter: brightness(0) invert(0.7); }

.card-accordion-icon-flip {
  right: 8px !important;
  left: auto !important; }

.card.card-accordion .card-accordion-heading {
  transition: 100ms;
  background-color: transparent; }
  .card.card-accordion .card-accordion-heading:hover {
    background-color: #ecebff; }
  .card.card-accordion .card-accordion-heading:active, .card.card-accordion .card-accordion-heading:focus {
    background-color: #bcb8ff; }
  .card.card-accordion .card-accordion-heading h6 {
    padding-left: 0 !important; }

.btn-side-selector {
  padding-left: 19px; }

.card-accordion-content .btn-side-selector {
  margin-left: 16px; }

.product-group {
  padding: 5px 0 !important; }
  .product-group .tree {
    padding-left: 58px !important; }
    .product-group .tree .tree-item {
      padding: 10px;
      display: flex;
      justify-content: space-between; }
      .product-group .tree .tree-item p {
        display: flex;
        align-items: center;
        font-size: 14px; }
      .product-group .tree .tree-item .text-price {
        font-size: 14px; }
      .product-group .tree .tree-item::after {
        content: '';
        background-color: #396aff;
        width: 8px;
        height: 8px;
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 32px; }
      .product-group .tree .tree-item.success::after {
        background-color: #4ed69c; }
      .product-group .tree .tree-item.warning::after {
        background-color: #fbb258; }
      .product-group .tree .tree-item.error::after {
        background-color: #fb5962; }

.product-title h6 {
  color: #434a79 !important; }
.product-title h6:first-of-type {
  color: #617c9c !important; }

.minimified-date {
  font-size: 12px;
  font-weight: 700;
  color: #a8a8c3;
  text-transform: uppercase; }

.billing-card {
  border-radius: 16px;
  border: 1px solid #ececfa;
  padding: 10px 25px; }

.product-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 16px; }

.invoice-product-row {
  padding: 5px 0; }

.line-through {
  text-decoration: line-through; }

.image-display .image {
  max-width: 100%;
  max-height: 100%; }

.image-display {
  overflow: hidden;
  border-radius: 16px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/admin/img/transparent.png");
  width: 100%;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center; }

.image-caption {
  font-size: 14px;
  width: 204px !important;
  margin-bottom: 5px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.selector {
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px; }

.notifications .notification-setting {
  margin-top: 15px;
  background-color: #f8f8fb;
  border-radius: 16px;
  padding: 25px; }
  .notifications .notification-setting .title-badge {
    font-size: 12px;
    margin: 0;
    line-height: 1em;
    color: #a8a8c3;
    font-family: urbane, sans-serif !important; }
  .notifications .notification-setting h4 {
    margin: 0;
    font-family: urbane, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden; }
  .notifications .notification-setting .notification-mode {
    font-family: urbane, sans-serif !important;
    margin-left: 4px;
    font-family: inherit;
    font-weight: 400; }
  .notifications .notification-setting .form-check-label {
    font-size: 14px;
    font-family: urbane, sans-serif !important;
    color: #5f6473; }
    .notifications .notification-setting .form-check-label::before {
      background-color: white; }
  .notifications .notification-setting .setting .form-item {
    padding: 5px 10px; }

.form-droplet .slider {
  background-color: #d6d2eb; }

.button-hold {
  --color: #F6F8FF;
  --icon: var(--color);
  --progress-border: #2B3044;
  --progress-active: #F6F8FF;
  --progress-success: #16BF78;
  --tick-stroke: var(--progress-active);
  --shadow: rgba(0, 9, 61, 0.2);
  --shadow-active: rgba(0, 9, 61, 0.32);
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 12px 32px;
  border: 0;
  border-radius: 24px;
  outline: none;
  user-select: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .3s, box-shadow .3s;
  transform: scale(var(--scale, 1));
  color: var(--color);
  background: #201469; }
  .button-hold > div {
    border-radius: 50%;
    top: 14px;
    left: 12px;
    position: absolute;
    background: var(--progress-border);
    transition: transform .3s, opacity .2s;
    opacity: var(--icon-o, 0);
    transform: translateX(var(--icon-x, -4px)); }
    .button-hold > div:before {
      content: '';
      width: 16px;
      height: 16px;
      left: 2px;
      top: 2px;
      z-index: 1;
      position: absolute;
      background: #201469;
      border-radius: inherit;
      transform: scale(var(--background-scale, 1));
      transition: transform .32s ease; }
    .button-hold > div svg {
      display: block;
      fill: none;
      width: 20px;
      height: 20px; }
      .button-hold > div svg.progress {
        transform: rotate(-90deg) scale(var(--progress-scale, 1));
        transition: transform .5s ease; }
        .button-hold > div svg.progress circle {
          stroke-dashoffset: 1;
          stroke-dasharray: var(--progress-array, 0) 52;
          stroke-width: 16;
          stroke: var(--progress-active);
          transition: stroke-dasharray var(--duration) linear; }
      .button-hold > div svg.tick {
        left: 0;
        top: 0;
        position: absolute;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: var(--tick-stroke);
        transition: stroke .3s ease .7s; }
        .button-hold > div svg.tick polyline {
          stroke-dasharray: 18 18 18;
          stroke-dashoffset: var(--tick-offset, 18);
          transition: stroke-dashoffset .4s ease .7s; }
  .button-hold ul {
    margin: 0;
    padding: 0;
    text-align: center;
    pointer-events: none;
    list-style: none;
    min-width: 72px;
    position: relative;
    backface-visibility: hidden;
    transition: transform .3s;
    transform: translate3d(var(--ul-x, 0), 0, 0); }
    .button-hold ul li {
      top: var(--t, 0);
      backface-visibility: hidden;
      transform: translateY(var(--ul-y)) translateZ(0);
      transition: transform .3s ease .16s, opacity .2s ease .16s; }
      .button-hold ul li:not(:first-child) {
        --o: 0;
        position: absolute;
        left: 0;
        right: 0; }
      .button-hold ul li:nth-child(1) {
        opacity: var(--ul-o-1, 1); }
      .button-hold ul li:nth-child(2) {
        --t: 100%;
        opacity: var(--ul-o-2, 0); }
      .button-hold ul li:nth-child(3) {
        --t: 200%;
        opacity: var(--ul-o-3, 0); }
  .button-hold:focus:not(.process), .button-hold:hover:not(.process) {
    --shadow: var(--shadow-active);
    --shadow-y: 8px;
    --shadow-blur: 16px; }
  .button-hold:active:not(.success) {
    --scale: .96;
    --shadow-y: 4px;
    --shadow-blur: 8px; }
  .button-hold.process {
    --icon-x: 0;
    --ul-y: -100%;
    --ul-o-1: 0;
    --ul-o-2: 1;
    --ul-o-3: 0; }
  .button-hold.process, .button-hold.success {
    --ul-x: 8px;
    --icon-o: 1;
    --progress-array: 52; }
  .button-hold.success {
    --icon-x: 6px;
    --progress-border: none;
    --progress-scale: .11;
    --tick-stroke: var(--progress-success);
    --background-scale: 0;
    --tick-offset: 36;
    --ul-y: -200%;
    --ul-o-1: 0;
    --ul-o-2: 0;
    --ul-o-3: 1; }
    .button-hold.success > div svg.progress {
      animation: tick .3s linear forwards .4s; }

.btn-small {
  min-width: 0 !important;
  padding: 12px 18px !important; }

@keyframes tick {
  100% {
    transform: rotate(-90deg) translate(0, -5px) scale(var(--progress-scale)); } }

/*# sourceMappingURL=styles.css.map */
