@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap);@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 200px; }

body {
  background: #fff;
  font-size: 14px;
  margin-bottom: 130px;
  overflow-x: hidden;
  font-family: "Nunito", 'Noto Sans TC', sans-serif;
  transition: all ease-in-out 0.18s; }

a {
  color: #48a1e3; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #F68B00;
  border-color: #F68B00;
  background-color: #F68B00; }

.btn-logout {
  background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
  border: 1px solid #f54876;
  transition: all ease-in-out 0.18s;
  opacity: .8; }
  .btn-logout:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 7px 15px -6px rgba(245, 72, 118, 0.4);
    color: #FFF; }

.page-title b {
  position: relative;
  display: inline-block; }
  .page-title b::before {
    content: "";
    height: 65%;
    background: linear-gradient(to right, #ffdc49 0%, rgba(255, 220, 73, 0.6) 100%);
    display: table;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: -3px;
    width: calc(100% + 6px); }

.page-item .page-link {
  color: #8d9da5; }

.page-item.active .page-link {
  background-color: #8d9da5;
  border-color: #8d9da5;
  z-index: auto; }

.modal-open #topnav,
.modal-open .wrapper {
  transition: all ease-in-out 0.18s;
  filter: blur(10px); }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 12px;
  color: #fff;
  text-align: center;
  font-family: "Nunito", 'Noto Sans TC', sans-serif;
  background-color: #F68B00;
  border-radius: 20px; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #F68B00; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 10px 0;
  font-weight: 600;
  font-family: "Poppins", 'Noto Sans TC', sans-serif;
  color: #343a40; }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 600;
  font-family: "Nunito", 'Noto Sans TC', sans-serif;
  color: #343a40; }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%; } }

.wrapper {
  padding: 130px 12px 0 12px;
  transition: all ease-in-out 0.18s; }

.alert {
  border-radius: 20px;
  background: #FFF;
  border: 2px solid rgba(57, 57, 57, 0.1);
  box-shadow: 0 3px 0 rgba(57, 57, 57, 0.1), 0 2rem 2rem -1.5rem rgba(56, 65, 74, 0.15);
  padding: 1.2rem 1.5rem;
  padding-left: calc(1.5rem + 30px + 1.2rem); }
  .alert i {
    font-size: 30px;
    position: absolute;
    left: 1.5rem;
    margin-top: -2px;
    color: #f1f5f7; }
  .alert p {
    font-weight: bold;
    font-size: 16px;
    color: #393939;
    margin-bottom: 0; }
    .alert p a {
      text-decoration: underline;
      color: #F68B00; }
  .alert.alert-info {
    background: linear-gradient(rgba(72, 161, 227, 0.2) 0%, rgba(72, 161, 227, 0.2) 100%), linear-gradient(#FFF 0%, #FFF 100%); }
    .alert.alert-info i {
      color: #48a1e3; }
    .alert.alert-info p {
      color: #48a1e3; }
  .alert.alert-danger i {
    color: #EA5269; }
  .alert.alert-danger p {
    color: #EA5269; }
  .alert.alert-warning i {
    color: #F68B00; }
  .alert.alert-warning p {
    color: #F68B00; }
  .alert.alert-success {
    background: linear-gradient(rgba(6, 209, 175, 0.2) 0%, rgba(6, 209, 175, 0.2) 100%), linear-gradient(#FFF 0%, #FFF 100%); }
    .alert.alert-success i {
      color: #06D1AF; }
    .alert.alert-success p {
      color: #06D1AF; }

body.search::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #f1f5f7 10%, rgba(241, 245, 247, 0) 70%);
  z-index: 99; }

body.search #topnav .app-search {
  width: 400px;
  padding-left: 10px; }
  body.search #topnav .app-search .form-control {
    color: #393939; }
    body.search #topnav .app-search .form-control:focus {
      opacity: 1; }
  body.search #topnav .app-search .input-group-append {
    z-index: 100;
    pointer-events: auto; }

body.search #topnav .search-box {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px); }

@media (max-width: 991px) {
  body.search #topnav .app-search {
    width: 40%;
    position: absolute;
    left: 10px;
    padding-left: 10px; }
    body.search #topnav .app-search .form-control {
      color: #393939; }
      body.search #topnav .app-search .form-control:focus {
        opacity: 1; }
    body.search #topnav .app-search .input-group-append {
      z-index: 100;
      pointer-events: auto; }
  body.search #topnav .search-box {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px); } }

#topnav {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 12px;
  height: 95px;
  transition: all ease-in-out 0.18s;
  box-shadow: inset 0 -3px #e4e6e6, 0 0 35px 0 rgba(154, 161, 171, 0.15); }
  #topnav .topnav-menu > li {
    float: left; }
  #topnav .topnav-menu .nav-link {
    padding: 0 15px;
    color: #6c757d;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px; }
    #topnav .topnav-menu .nav-link.toggle {
      font-size: 27px;
      padding-top: 1px; }
  #topnav .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05); }
  #topnav .dropdown-menu {
    border-radius: 0 0 0.25rem 0.25rem; }
  #topnav .app-search {
    overflow: hidden;
    height: 80px;
    display: table;
    width: 250px;
    margin-right: 30px;
    transition: all ease-in-out 0.25s; }
    #topnav .app-search .app-search-box {
      display: table-cell;
      vertical-align: middle;
      transition: all ease-in-out 0.25s; }
      #topnav .app-search .app-search-box input::-webkit-input-placeholder {
        font-size: 0.8125rem;
        color: #adb5bd; }
    #topnav .app-search .input-group {
      border-radius: 50px;
      z-index: 100; }
    #topnav .app-search .form-control {
      border: none;
      height: 40px;
      padding-left: 20px;
      padding-right: 0;
      color: #adb5bd;
      border-color: rgba(255, 255, 255, 0.07);
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 30px 0 0 30px;
      transition: all ease-in-out 0.18s;
      cursor: pointer; }
      #topnav .app-search .form-control:focus {
        opacity: 1; }
    #topnav .app-search .input-group-append {
      margin-left: 0;
      z-index: 4;
      pointer-events: none; }
    #topnav .app-search .btn {
      border-color: transparent;
      border-radius: 0 30px 30px 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      background-color: #f1f5f7;
      color: #adb5bd;
      transition: all ease-in-out 0.18s; }
      #topnav .app-search .btn i {
        line-height: 1.5; }
  #topnav .search-box {
    transition: all ease-in-out 0.18s;
    transform: translateY(-30px);
    opacity: 0;
    border: 1px solid #e7eef1;
    pointer-events: none;
    position: absolute;
    z-index: 99;
    top: 17px;
    width: 900px;
    height: auto;
    background: #FFF;
    box-shadow: 0 1rem 2.5rem -0.5rem rgba(57, 57, 57, 0.3);
    border-radius: 30px;
    padding: 60px 20px 5px 20px; }
    #topnav .search-box .btn-bar {
      position: absolute;
      top: 11px;
      right: 15px;
      width: 475px;
      text-align: right; }
      #topnav .search-box .btn-bar .btn-gradient {
        margin-top: -1px; }
      #topnav .search-box .btn-bar a {
        display: inline-block;
        height: 40px;
        font-size: 15px;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
        color: #8d9da5; }
        #topnav .search-box .btn-bar a i {
          padding-right: 5px; }
    #topnav .search-box h4 {
      color: #8d9da5; }
    #topnav .search-box .influencer-container {
      margin-bottom: 20px; }
      #topnav .search-box .influencer-container .item {
        border-radius: 20px; }
        #topnav .search-box .influencer-container .item .user {
          width: 60px;
          display: inline-flex;
          vertical-align: middle;
          position: relative;
          padding: 10px 0; }
          #topnav .search-box .influencer-container .item .user .avatar {
            height: 60px !important;
            width: 60px !important;
            border-radius: 50%;
            transition: all ease-in-out 0.18s; }
            #topnav .search-box .influencer-container .item .user .avatar.shadow {
              position: absolute;
              left: 0;
              bottom: -3px;
              transform: scale(0.8);
              opacity: .6;
              z-index: -1;
              filter: blur(7px); }
        #topnav .search-box .influencer-container .item .user-desc {
          display: inline-flex;
          vertical-align: middle;
          width: calc(100% - 75px);
          padding-left: 10px;
          flex-direction: column;
          flex-wrap: wrap; }
          #topnav .search-box .influencer-container .item .user-desc .name {
            margin-top: 2px;
            margin-bottom: 2px;
            font-size: .85rem; }
            #topnav .search-box .influencer-container .item .user-desc .name b {
              color: #F68B00; }
          #topnav .search-box .influencer-container .item .user-desc .desc {
            margin-bottom: 2px; }
        #topnav .search-box .influencer-container .item:hover {
          background: rgba(141, 157, 165, 0.1); }
          #topnav .search-box .influencer-container .item:hover .user .avatar {
            transform: scale(1.07) translateY(-5px); }
            #topnav .search-box .influencer-container .item:hover .user .avatar.shadow {
              transform: scale(0.9) translateY(5px);
              filter: blur(17px); }
    #topnav .search-box .hashtag-container {
      padding: 10px; }
      #topnav .search-box .hashtag-container .item {
        display: inline-block;
        padding: 5px 20px;
        font-size: 15px;
        font-weight: bold;
        background: rgba(246, 139, 0, 0.1);
        border-radius: 50px;
        color: #393939;
        margin-right: 10px;
        margin-bottom: 5px; }
    #topnav .search-box .keyword {
      display: none; }
      #topnav .search-box .keyword .keyworditem {
        display: block;
        padding: 5px 20px;
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        border-radius: 50px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 20px;
        width: fit-content;
        transition: all ease-in-out 0.18s;
        margin-left: -10px; }
        #topnav .search-box .keyword .keyworditem b {
          color: #FFF;
          font-weight: bold; }
        #topnav .search-box .keyword .keyworditem:hover {
          opacity: .8; }
  #topnav .button-menu-mobile {
    border: none;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    font-size: 24px;
    cursor: pointer;
    background-color: #f1f5f7;
    color: #adb5bd; }
    #topnav .button-menu-mobile.disable-btn {
      display: none; }
  #topnav .arrow-down {
    display: inline-block; }
    #topnav .arrow-down:after {
      border-color: initial;
      border-style: solid;
      border-width: 0 0 1px 1px;
      content: "";
      height: .4em;
      display: inline-block;
      right: 5px;
      top: 50%;
      margin-left: 5px;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      width: .4em; }
  #topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    #topnav .navbar-toggle .lines {
      width: 25px;
      display: block;
      position: relative;
      margin: 20px 20px 0 20px;
      padding-top: 13px;
      height: 44px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    #topnav .navbar-toggle span {
      height: 2px;
      width: 100%;
      background-color: #adb5bd;
      display: block;
      margin-bottom: 5px;
      transition: -webkit-transform .5s ease;
      -webkit-transition: -webkit-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
    #topnav .navbar-toggle.open span {
      position: absolute; }
      #topnav .navbar-toggle.open span:first-child {
        top: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #topnav .navbar-toggle.open span:nth-child(2) {
        visibility: hidden; }
      #topnav .navbar-toggle.open span:last-child {
        width: 100%;
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  #topnav .has-submenu.active {
    box-shadow: inset 0px -3px 0px #F68B00, 0 25px 20px -20px rgba(246, 139, 0, 0.5); }
    #topnav .has-submenu.active > a,
    #topnav .has-submenu.active .submenu li.active > a {
      color: #F68B00;
      font-weight: bold; }
  #topnav .topbar-menu {
    margin-top: 70px; }

.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .navigation-menu > li {
    float: left;
    position: relative; }
    .navigation-menu > li > a {
      display: block;
      color: #6c757d;
      font-size: 14px !important;
      font-weight: bold;
      font-family: "Raleway", 'Noto Sans TC', sans-serif;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      line-height: 20px;
      padding: 20px;
      position: relative; }
      .navigation-menu > li > a i {
        font-size: 15px;
        margin-right: 8px; }
      .navigation-menu > li > a:hover, .navigation-menu > li > a:focus {
        background-color: transparent; }

/*
Responsive Menu
*/
@media (min-width: 992px) {
  .navigation-menu > li > a:hover, .navigation-menu > li > a:focus, .navigation-menu > li > a:active {
    color: #F68B00; }
  .navigation-menu > li:hover a {
    color: #F68B00; }
  .navigation-menu > li:first-of-type > a {
    padding-left: 0; }
  .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0; }
    .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: 10px; }
  .navigation-menu > li > ul > li.has-submenu:active > a,
  .navigation-menu > li > ul > li.has-submenu:hover > a {
    color: #F68B00; }
  .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
    -webkit-box-shadow: rgba(50, 58, 70, 0.15) 0px 0px 40px 0px;
    box-shadow: rgba(50, 58, 70, 0.15) 0px 0px 40px 0px; }
    .navigation-menu > li .submenu:before {
      left: 16px;
      top: -10px;
      content: "";
      display: block;
      position: absolute;
      background-color: transparent;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #fff;
      z-index: 9999; }
    .navigation-menu > li .submenu li {
      position: relative; }
      .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0; }
      .navigation-menu > li .submenu li a {
        display: block;
        padding: 9px 25px;
        clear: both;
        white-space: nowrap;
        color: #6c757d; }
        .navigation-menu > li .submenu li a:hover {
          color: #F68B00; }
      .navigation-menu > li .submenu li.has-submenu > a .arrow-down:after {
        right: 20px !important;
        -webkit-transform: rotate(-135deg) translateY(-50%) !important;
        transform: rotate(-135deg) translateY(-50%) !important;
        position: absolute; }
      .navigation-menu > li .submenu li .submenu {
        left: 100%;
        top: 0;
        margin-left: 20px;
        margin-top: -1px; }
        .navigation-menu > li .submenu li .submenu:before {
          left: -20px;
          top: 10px;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-right: 12px solid #fff; }
    .navigation-menu > li .submenu.megamenu {
      white-space: nowrap;
      width: auto; }
      .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top; }
  .navbar-toggle {
    display: none !important; }
  #navigation {
    display: block !important; } }

@media (min-width: 768px) {
  .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0; }
    .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
      visibility: visible;
      opacity: 1;
      margin-left: 10px;
      margin-right: 0; }
  .navigation-menu > li.has-submenu.last-elements > .submenu:before {
    right: 11px;
    left: auto; } }

@media (max-width: 991px) {
  .wrapper {
    padding-top: 70px; }
  #topnav {
    height: auto; }
    #topnav .app-search .form-control,
    #topnav .app-search .btn {
      background-color: rgba(108, 122, 130, 0.14); }
    #topnav .search-box {
      top: 10px;
      left: 10px;
      width: calc(100% - 20px); }
      #topnav .search-box ~ .app-search {
        width: 300px; }
    #topnav .navigation-menu {
      float: none;
      max-height: 400px;
      text-align: left; }
      #topnav .navigation-menu > li {
        display: block;
        float: none; }
        #topnav .navigation-menu > li > a {
          color: #323a46;
          padding: 15px; }
          #topnav .navigation-menu > li > a i {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 0;
            vertical-align: inherit; }
          #topnav .navigation-menu > li > a:after {
            position: absolute;
            right: 15px; }
        #topnav .navigation-menu > li .submenu {
          display: none;
          list-style: none;
          padding-left: 20px;
          margin: 0; }
          #topnav .navigation-menu > li .submenu li a {
            display: block;
            position: relative;
            padding: 7px 20px;
            color: #323a46; }
            #topnav .navigation-menu > li .submenu li a:hover {
              color: #F19226; }
          #topnav .navigation-menu > li .submenu.open {
            display: block; }
          #topnav .navigation-menu > li .submenu .submenu {
            display: none;
            list-style: none; }
            #topnav .navigation-menu > li .submenu .submenu.open {
              display: block; }
          #topnav .navigation-menu > li .submenu.megamenu > li > ul {
            list-style: none;
            padding-left: 0; }
        #topnav .navigation-menu > li.has-submenu.open > a {
          color: #F19226; }
    #topnav .has-submenu.active a,
    #topnav .has-submenu.active .submenu li.active > a {
      color: #F19226; }
    #topnav .arrow-down:after {
      right: 15px;
      position: absolute; }
    #topnav .navbar-header {
      float: left; }
  #navigation {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    box-shadow: 0 2rem 2rem -1.5rem rgba(56, 65, 74, 0.5);
    background-color: #fff; }
    #navigation.open {
      display: block;
      overflow-y: auto; }
  html.dark #navigation {
    background-color: #131313 !important; }
    html.dark #navigation a {
      color: #FFF !important; } }

@media (max-height: 375px) {
  .navigation-menu {
    max-height: 240px !important; } }

.menubar-dark #topnav {
  background: -webkit-linear-gradient(135deg, #03365e 0%, #55c9ef 100%);
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }
  .menubar-dark #topnav .navbar-custom {
    background: #fff; }
    .menubar-dark #topnav .navbar-custom .topnav-menu .nav-link {
      color: #6c757d; }
    .menubar-dark #topnav .navbar-custom .app-search .form-control,
    .menubar-dark #topnav .navbar-custom .app-search .btn {
      background-color: #f1f5f7;
      color: #adb5bd; }
  .menubar-dark #topnav .has-submenu.active > a,
  .menubar-dark #topnav .has-submenu.active .submenu li.active > a {
    color: #71b6f9; }

.menubar-dark .navigation-menu > li > a {
  color: rgba(255, 255, 255, 0.7); }

@media (min-width: 992px) {
  .center-menu .logo-box {
    height: 90px; }
    .center-menu .logo-box .logo {
      line-height: 90px; }
  .center-menu #topnav {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px); }
    .center-menu #topnav .app-search {
      height: 95px;
      width: 12vw; }
      .center-menu #topnav .app-search .form-control,
      .center-menu #topnav .app-search .btn {
        background-color: rgba(108, 122, 130, 0.14); }
    .center-menu #topnav .nav-user {
      line-height: 95px !important;
      max-height: 95px !important;
      font-weight: bold; }
      .center-menu #topnav .nav-user img {
        height: 40px;
        width: 40px;
        border-radius: 50% !important; }
      .center-menu #topnav .nav-user .badge {
        margin-left: 5px;
        padding: 0 25px;
        height: 40px;
        line-height: 40px;
        border-radius: 100px;
        text-transform: uppercase; }
        .center-menu #topnav .nav-user .badge i {
          height: 30px;
          line-height: 30px;
          width: 30px;
          text-align: center;
          background: rgba(255, 255, 255, 0.2);
          color: #FFF;
          border-radius: 100px;
          margin-right: -19px;
          margin-left: 10px; }
    .center-menu #topnav.admin .badge {
      background: linear-gradient(220deg, #f54876 0%, #e39048 100%); }
    .center-menu #topnav.brand .badge {
      background: linear-gradient(220deg, #354896 0%, #48d7e3 100%); }
    .center-menu #topnav.influencer .badge {
      background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }
  .center-menu #topnav .navigation-menu {
    text-align: center;
    width: 50vw;
    position: absolute;
    left: 25vw; }
    .center-menu #topnav .navigation-menu > li {
      display: inline-block;
      float: none; }
      .center-menu #topnav .navigation-menu > li > a {
        padding: 23.5px;
        font-size: 15px; }
        .center-menu #topnav .navigation-menu > li > a i {
          display: block;
          margin: 0 0 8px 0;
          font-size: 20px;
          float: none;
          text-align: center; }
        .center-menu #topnav .navigation-menu > li > a .arrow-down {
          display: none;
          margin: 0 0 5px 0; }
  .center-menu .wrapper {
    padding: 95px 12px 0 12px; } }

@media (max-width: 1000px) {
  .center-menu #topnav .navigation-menu {
    text-align: center;
    width: 50vw;
    position: absolute;
    left: 25vw; }
    .center-menu #topnav .navigation-menu > li {
      display: inline-block;
      float: none; }
      .center-menu #topnav .navigation-menu > li > a {
        padding: 24px;
        font-size: 15px;
        line-height: 95px;
        height: 95px; }
        .center-menu #topnav .navigation-menu > li > a span {
          display: none; }
        .center-menu #topnav .navigation-menu > li > a i {
          display: block;
          margin: 0;
          font-size: 25px;
          padding-top: 12px;
          float: none;
          text-align: center; }
        .center-menu #topnav .navigation-menu > li > a .arrow-down {
          display: none;
          margin: 0 0 5px 0; }
  .center-menu .wrapper {
    padding: 95px 12px 0 12px; }
    .center-menu .wrapper.projectManager {
      padding-top: 90px;
      padding-bottom: 0; }
      .center-menu .wrapper.projectManager::before {
        display: none; }
      .center-menu .wrapper.projectManager .widget-user {
        padding: 0px; }
      .center-menu .wrapper.projectManager .project-box h4.mt-0 {
        margin-top: 0 !important; }
      .center-menu .wrapper.projectManager .tabs-bordered {
        margin-top: 0; }
        .center-menu .wrapper.projectManager .tabs-bordered n {
          display: none; }
      .center-menu .wrapper.projectManager #dashboard::before {
        content: "";
        width: 100%;
        height: 100vh;
        background: linear-gradient(220deg, #354896 0%, #48a1e3 100%);
        display: block;
        position: fixed;
        top: 0;
        right: 0; }
  .footer {
    padding: 40px 15px 70px; }
  .right-bar .rightbar-content {
    padding-bottom: 0 !important;
    position: relative; }
  .right-bar.timeline-side {
    width: 80vw;
    right: -80vw; }
    .right-bar.timeline-side::before {
      background-color: rgba(173, 181, 189, 0.3);
      bottom: 0px;
      content: "";
      margin-left: 20px;
      position: fixed;
      top: 70px;
      width: 2px;
      z-index: 0; }
    .right-bar.timeline-side .timeline {
      padding: 10px;
      max-height: none;
      height: calc(100vh - 70px); }
      .right-bar.timeline-side .timeline::before {
        display: none; }
  .campaign-detail .wrapper {
    padding-top: 100px !important; }
    .campaign-detail .wrapper .profile {
      height: 250px !important; }
    .campaign-detail .wrapper .page-title-box .page-title {
      line-height: 40px !important;
      text-align: center;
      font-size: 18px; }
      .campaign-detail .wrapper .page-title-box .page-title a {
        font-size: 30px;
        text-align: left; }
      .campaign-detail .wrapper .page-title-box .page-title .count-down {
        float: none !important;
        display: block !important; }
  .campaign-detail .task-detail .btn {
    margin-top: inherit !important;
    float: none !important; } }

.beta-badge {
  position: absolute;
  top: 12px;
  right: 5px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: white;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
  pointer-events: none;
  font-family: 'Inter', sans-serif; }

.right-bar .timeline::before {
  display: none; }

@media (min-width: 992px) {
  .drop-menu-dark #topnav .has-submenu.active .submenu li.active > a {
    color: #fff; }
  .drop-menu-dark .navigation-menu > li .submenu {
    background-color: #516c7c; }
    .drop-menu-dark .navigation-menu > li .submenu:before {
      border-bottom: 12px solid #516c7c; }
    .drop-menu-dark .navigation-menu > li .submenu li a {
      color: #adb5bd; }
      .drop-menu-dark .navigation-menu > li .submenu li a:hover {
        color: #fff; }
    .drop-menu-dark .navigation-menu > li .submenu li .submenu:before {
      border-right: 12px solid #516c7c; }
  .drop-menu-dark .navigation-menu > li > ul > li.has-submenu:active > a,
  .drop-menu-dark .navigation-menu > li > ul > li.has-submenu:hover > a {
    color: #fff; } }

@media (min-width: 992px) {
  .unsticky-header #topnav,
  .unsticky-header .navbar-custom {
    position: absolute; } }

.mobile-tab {
  display: block;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2rem 2rem -1.5rem rgba(56, 65, 74, 0.25); }
  .mobile-tab .nav-tabs {
    border: none;
    width: 100%; }
    .mobile-tab .nav-tabs .nav-item {
      margin-bottom: auto;
      text-align: center;
      width: calc(100% / 3);
      position: relative;
      display: inline-table; }
      .mobile-tab .nav-tabs .nav-item .nav-link {
        background: transparent;
        border: none;
        padding: 0;
        height: 70px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .mobile-tab .nav-tabs .nav-item .nav-link i {
          display: block;
          font-size: 25px;
          padding-top: 5px; }
        .mobile-tab .nav-tabs .nav-item .nav-link span {
          font-size: 11px;
          font-weight: bold; }
        .mobile-tab .nav-tabs .nav-item .nav-link.active {
          color: #F68B00; }
        .mobile-tab .nav-tabs .nav-item .nav-link.submit-btn {
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          color: #FFF;
          border-radius: 200px;
          height: fit-content;
          line-height: 13px;
          padding: 6px 0;
          display: block;
          width: 90%;
          margin-top: 15px; }
      .mobile-tab .nav-tabs .nav-item .notice {
        background: #F68B00;
        transition: all ease .3s;
        transform: translate3d(0px, 5px, 30px);
        box-shadow: 0 0.8rem 1rem -0.5rem rgba(56, 65, 74, 0.3);
        color: #FFF;
        width: 100px;
        left: calc(50% - 50px);
        font-size: 11px;
        line-height: 15px;
        transform: scale(0.9);
        border-radius: 20px;
        position: absolute;
        top: -20px;
        padding: 3px 10px;
        z-index: 999; }
        .mobile-tab .nav-tabs .nav-item .notice::after {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 20px;
          background: #F68B00;
          display: block;
          position: absolute;
          left: calc(50% - 5px);
          bottom: -4px;
          z-index: -10;
          transform: rotate(45deg); }

.offer .mobile-tab .nav-item {
  width: 50%; }
  .offer .mobile-tab .nav-item .nav-link.submit-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    line-height: 13px;
    padding: 13px 0;
    display: block;
    width: 90%;
    margin-top: 15px; }

.offer .modal-backdrop {
  background-color: #323a46; }

.offer #acception,
.offer #offer,
.offer #deny {
  bottom: 0;
  z-index: 9999999; }
  .offer #acception .modal-dialog,
  .offer #offer .modal-dialog,
  .offer #deny .modal-dialog {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0; }
    .offer #acception .modal-dialog .modal-content,
    .offer #offer .modal-dialog .modal-content,
    .offer #deny .modal-dialog .modal-content {
      border-radius: 20px 20px 0 0;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 10px;
      bottom: 0;
      position: fixed; }
      .offer #acception .modal-dialog .modal-content .modal-body,
      .offer #offer .modal-dialog .modal-content .modal-body,
      .offer #deny .modal-dialog .modal-content .modal-body {
        color: rgba(0, 0, 0, 0.8); }
        .offer #acception .modal-dialog .modal-content .modal-body p,
        .offer #offer .modal-dialog .modal-content .modal-body p,
        .offer #deny .modal-dialog .modal-content .modal-body p {
          color: rgba(0, 0, 0, 0.5);
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 14px; }
        .offer #acception .modal-dialog .modal-content .modal-body input,
        .offer #offer .modal-dialog .modal-content .modal-body input,
        .offer #deny .modal-dialog .modal-content .modal-body input {
          display: block;
          margin: 0 auto;
          margin-top: 8px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          border-radius: 50px;
          padding: 5px 5px;
          width: 210px;
          text-align: center; }
          .offer #acception .modal-dialog .modal-content .modal-body input::placeholder,
          .offer #offer .modal-dialog .modal-content .modal-body input::placeholder,
          .offer #deny .modal-dialog .modal-content .modal-body input::placeholder {
            color: rgba(0, 0, 0, 0.3); }
          .offer #acception .modal-dialog .modal-content .modal-body input:focus,
          .offer #offer .modal-dialog .modal-content .modal-body input:focus,
          .offer #deny .modal-dialog .modal-content .modal-body input:focus {
            outline: none;
            border-color: #55c9ef; }
      .offer #acception .modal-dialog .modal-content .modal-footer,
      .offer #offer .modal-dialog .modal-content .modal-footer,
      .offer #deny .modal-dialog .modal-content .modal-footer {
        display: block;
        text-align: center;
        border: none; }
        .offer #acception .modal-dialog .modal-content .modal-footer button.deny,
        .offer #offer .modal-dialog .modal-content .modal-footer button.deny,
        .offer #deny .modal-dialog .modal-content .modal-footer button.deny {
          background: rgba(0, 0, 0, 0.3);
          border: none;
          border-radius: 50px;
          padding: 8px 30px;
          font-weight: bold;
          color: #FFF; }
        .offer #acception .modal-dialog .modal-content .modal-footer button.accept,
        .offer #offer .modal-dialog .modal-content .modal-footer button.accept,
        .offer #deny .modal-dialog .modal-content .modal-footer button.accept {
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          border: none;
          border-radius: 50px;
          padding: 8px 30px;
          font-weight: bold;
          color: #FFF; }

.offer .animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

.offer .btn {
  color: #6c757d; }

.boxed-layout .container-fluid {
  max-width: 1200px; }

.logo {
  display: block;
  line-height: 70px; }
  .logo span.logo-lg {
    display: block; }
  .logo span.logo-sm {
    display: none; }
  .logo .logo-lg-text-dark {
    color: #323a46;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
  .logo .logo-lg-text-light {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }

.logo-box {
  height: 70px;
  float: left;
  padding-right: 40px; }

.navbar-custom {
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 100;
  padding: 0 12px;
  /* Search */ }
  .navbar-custom .topnav-menu > li {
    float: left; }
  .navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #6c757d;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px; }
    .navbar-custom .topnav-menu .nav-link.toggle {
      font-size: 27px;
      padding-top: 1px; }
  .navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05); }
  .navbar-custom .dropdown-menu {
    border-radius: 0 0 0.25rem 0.25rem; }
  .navbar-custom .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: 180px;
    margin-right: 20px; }
    .navbar-custom .app-search .app-search-box {
      display: table-cell;
      vertical-align: middle; }
      .navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
        font-size: 0.8125rem;
        color: #adb5bd; }
    .navbar-custom .app-search .form-control {
      border: none;
      height: 38px;
      padding-left: 20px;
      padding-right: 0;
      background-color: #f1f5f7;
      color: #adb5bd;
      border-color: rgba(255, 255, 255, 0.07);
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 30px 0 0 30px;
      transition: all ease-in-out 0.18s; }
    .navbar-custom .app-search .input-group-append {
      margin-left: 0;
      z-index: 4; }
    .navbar-custom .app-search .btn {
      border-color: transparent;
      border-radius: 0 30px 30px 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      background-color: #f1f5f7;
      color: #adb5bd;
      transition: all ease-in-out 0.18s; }
  .navbar-custom .button-menu-mobile {
    border: none;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    font-size: 24px;
    cursor: pointer;
    background-color: #f1f5f7;
    color: #adb5bd; }
    .navbar-custom .button-menu-mobile.disable-btn {
      display: none; }

@media (max-width: 767.98px) {
  body {
    padding-bottom: 80px; }
  .pro-user-name {
    display: none; }
  .navbar-custom {
    padding: 0 0 0 12px; }
  .logo-box {
    padding-right: 0; }
    .logo-box .logo-lg {
      display: none !important; }
    .logo-box .logo-sm {
      display: block !important; } }

/* =============
   Tabs
============= */
.tab-content {
  padding: 20px 0 0 0;
  border: none;
  padding-top: 0; }

.navtab-bg {
  background-color: #f3f6f8; }

.nav-tabs > li > a,
.nav-pills > li > a {
  color: #98a6ad; }

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background: #02c0ce; }

/* Vertial tab */
.tabs-vertical-env .nav.tabs-vertical .nav-link {
  color: #98a6ad;
  white-space: nowrap; }

.tabs-vertical-env .nav.tabs-vertical .nav-link.active {
  background: #02c0ce;
  border: 0;
  color: #ffffff; }

.tabs-center {
  text-align: center;
  display: block;
  border: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: calc(90% - 46px);
  margin: 0 auto;
  font-size: 18px;
  border-radius: 0 0 20px 20px;
  margin-top: -75px;
  position: absolute; }
  .tabs-center .nav-item {
    display: inline-block; }
    .tabs-center .nav-item a {
      color: rgba(255, 255, 255, 0.7);
      border: 0;
      border-bottom: 3px solid transparent;
      transition: all ease .3s; }
      .tabs-center .nav-item a.active {
        background: transparent;
        transition: all ease .3s;
        box-shadow: 0 22px 20px -15px rgba(56, 65, 74, 0.5);
        border-bottom: 3px solid #FFF;
        color: #FFF; }

.tabs-post-category {
  border: 0;
  box-shadow: inset -3px 0 #e4e6e6; }
  .tabs-post-category li {
    width: 100%;
    display: block;
    border: 0;
    box-shadow: inset -3px 0 #e4e6e6; }
    .tabs-post-category li .nav-link {
      width: 100%;
      font-size: 17px;
      color: #6c757d;
      border-radius: 0;
      border: 0;
      padding: .65rem 1rem;
      transition: all ease-in-out .2s; }
      .tabs-post-category li .nav-link b {
        float: right;
        font-family: Open Sans;
        font-style: italic; }
      .tabs-post-category li .nav-link:hover {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: inset -3px 0 #e4e6e6; }
      .tabs-post-category li .nav-link.active {
        box-shadow: inset -3px 0 #F19222, 30px 0 20px -15px rgba(240, 146, 32, 0.4); }

.tabs-admin,
.tabs-sorting {
  border-bottom: 0 !important; }
  .tabs-admin .nav-link,
  .tabs-sorting .nav-link {
    border: 0 !important;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    transition: all ease-in-out 0.18s;
    margin-bottom: -1px;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer; }
    .tabs-admin .nav-link::before,
    .tabs-sorting .nav-link::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
      z-index: -1;
      transition: all ease-in-out 0.18s;
      opacity: 0; }
    .tabs-admin .nav-link.active,
    .tabs-sorting .nav-link.active {
      position: relative;
      padding: 5px 20px;
      color: #FFF;
      box-shadow: 0 15px 15px -10px rgba(240, 146, 32, 0.5); }
      .tabs-admin .nav-link.active::before,
      .tabs-sorting .nav-link.active::before {
        opacity: 1; }
      .tabs-admin .nav-link.active:hover,
      .tabs-sorting .nav-link.active:hover {
        color: #FFF; }
    .tabs-admin .nav-link .count,
    .tabs-sorting .nav-link .count {
      font-size: 13px;
      margin-top: -5px;
      margin-left: 5px;
      position: absolute; }
    .tabs-admin .nav-link .badge,
    .tabs-sorting .nav-link .badge {
      background: #F68B00;
      border-radius: 100px;
      margin-left: 20px;
      font-size: 15px;
      min-width: 24px;
      display: inline-block; }

.admin .card-box .tabs-admin .nav-link {
  padding: 5px 30px 5px 20px; }
  .admin .card-box .tabs-admin .nav-link.active {
    padding: 5px 36px 5px 20px; }

.tabs-bordered-g {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important; }
  .tabs-bordered-g .nav-link {
    border: 0;
    border-bottom: 2px solid rgba(152, 166, 173, 0.2);
    font-size: 18px;
    transition: all ease-in-out 0.18s;
    margin-bottom: -1px; }
    .tabs-bordered-g .nav-link .title {
      font-weight: bold; }
      .tabs-bordered-g .nav-link .title i {
        padding-left: 1px; }
    .tabs-bordered-g .nav-link.active {
      background: none; }
      .tabs-bordered-g .nav-link.active .title {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent; }
    .tabs-bordered-g .nav-link.ig {
      position: relative;
      background: #FFF; }
      .tabs-bordered-g .nav-link.ig::before {
        content: "";
        display: block;
        width: 100%;
        height: 85%;
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        position: absolute;
        z-index: -1;
        left: 0;
        top: 15px;
        filter: blur(20px);
        transform: scale(0.15);
        transition: all ease-in-out .2s; }
      .tabs-bordered-g .nav-link.ig.active {
        border-bottom: 2px solid #dc2743; }
        .tabs-bordered-g .nav-link.ig.active .title {
          background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
        .tabs-bordered-g .nav-link.ig.active::before {
          transform: scale(0.55); }
    .tabs-bordered-g .nav-link.fb {
      position: relative;
      background: #FFF; }
      .tabs-bordered-g .nav-link.fb::before {
        content: "";
        display: block;
        width: 100%;
        height: 85%;
        background: linear-gradient(190deg, #16ADFE 10%, #0063E0 100%);
        position: absolute;
        z-index: -1;
        left: 0;
        top: 15px;
        filter: blur(20px);
        transform: scale(0.15);
        transition: all ease-in-out .2s; }
      .tabs-bordered-g .nav-link.fb.active {
        border-bottom: 2px solid #0063E0; }
        .tabs-bordered-g .nav-link.fb.active .title {
          background: -webkit-linear-gradient(190deg, #16ADFE 10%, #0063E0 100%); }
        .tabs-bordered-g .nav-link.fb.active::before {
          transform: scale(0.55); }
    .tabs-bordered-g .nav-link.yt {
      position: relative;
      background: #FFF; }
      .tabs-bordered-g .nav-link.yt::before {
        content: "";
        display: block;
        width: 100%;
        height: 85%;
        background: linear-gradient(45deg, #ff7757 0%, #9a0106 100%);
        position: absolute;
        z-index: -1;
        left: 0;
        top: 15px;
        filter: blur(20px);
        transform: scale(0.15);
        transition: all ease-in-out .2s; }
      .tabs-bordered-g .nav-link.yt.active {
        color: #E02A27;
        border-bottom: 2px solid #E02A27; }
        .tabs-bordered-g .nav-link.yt.active .title {
          background: linear-gradient(45deg, #ff7757 0%, #9a0106 100%); }
        .tabs-bordered-g .nav-link.yt.active::before {
          transform: scale(0.55); }

.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important; }

.tabs-bordered .nav-item {
  margin-bottom: -2px; }

.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important; }

.tabs-bordered li a.active {
  border-bottom: 2px solid #02c0ce !important; }

/* Notification */
.noti-scroll {
  max-height: 230px; }

.notification-list {
  margin-left: 0; }
  .notification-list .noti-title {
    background-color: #fff;
    padding: 15px 20px; }
  .notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle; }
  .notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px; }
  .notification-list .notify-item {
    padding: 12px 20px;
    border-radius: 50px; }
    .notification-list .notify-item .notify-icon {
      float: left;
      height: 36px;
      width: 36px;
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      margin-right: 10px;
      border-radius: 50%;
      color: #fff; }
    .notification-list .notify-item .notify-details {
      margin-bottom: 5px;
      overflow: hidden;
      margin-left: 45px;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #343a40; }
      .notification-list .notify-item .notify-details b {
        font-weight: 500; }
      .notification-list .notify-item .notify-details small {
        display: block; }
      .notification-list .notify-item .notify-details span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px; }
    .notification-list .notify-item .user-msg {
      margin-left: 45px;
      white-space: normal;
      line-height: 16px; }
  .notification-list .profile-dropdown .notify-item {
    padding: 7px .375rem; }

.dropdown-menu {
  border-radius: 10px !important;
  z-index: 9999;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
  overflow: hidden;
  padding: 0; }

.profile-dropdown {
  width: 170px; }
  .profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px; }

.influencer .region-switcher {
  padding: 0 !important; }

.influencer .region-dropdown {
  width: auto;
  margin-top: -20px;
  border-radius: 15px !important;
  padding: 10px 0px;
  z-index: 9999;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25); }
  .influencer .region-dropdown .dropdown-item {
    border-radius: 50px;
    line-height: 20px; }
    .influencer .region-dropdown .dropdown-item img {
      height: 20px;
      margin-right: 5px;
      margin-top: -5px; }

.influencer .profile-dropdown {
  width: 350px;
  margin-top: -20px;
  border-radius: 15px !important;
  padding: 4px 0px;
  z-index: 9999;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25); }
  .influencer .profile-dropdown .profile {
    background: #fff;
    border-radius: 12px;
    margin: 0 -8px;
    position: relative; }
    .influencer .profile-dropdown .profile .balance {
      font-size: 30px !important;
      font-family: "Nunito" !important; }
    .influencer .profile-dropdown .profile .balance-title {
      font-size: 9px;
      font-weight: bold;
      display: block;
      margin-top: -35px;
      margin-bottom: 10px; }
      .influencer .profile-dropdown .profile .balance-title a {
        margin-top: 10px;
        display: block;
        font-weight: bold;
        border-radius: 20px; }
    .influencer .profile-dropdown .profile .status-block {
      padding-top: 35px;
      padding-right: 10px; }
      .influencer .profile-dropdown .profile .status-block h2 {
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 3px;
        padding-left: 10px; }
      .influencer .profile-dropdown .profile .status-block span {
        font-size: 9px;
        font-weight: bold;
        padding-left: 10px; }
      .influencer .profile-dropdown .profile .status-block a {
        margin-top: 10px;
        display: block;
        border-radius: 20px; }
  .influencer .profile-dropdown .language ul {
    margin: 0;
    margin-top: -3px;
    padding: 2px 5px;
    list-style: none;
    background: rgba(57, 57, 57, 0.1);
    border-radius: 20px; }
    .influencer .profile-dropdown .language ul li {
      display: inline-block;
      border-radius: 20px;
      padding: 0 7px;
      font-size: 12px;
      font-weight: bold; }
      .influencer .profile-dropdown .language ul li a {
        color: #8d9da5; }
      .influencer .profile-dropdown .language ul li.active {
        background: #F68B00;
        padding: 0 10px; }
        .influencer .profile-dropdown .language ul li.active a {
          color: #FFF; }
  .influencer .profile-dropdown .switchery {
    display: none; }

.brand .region-switcher {
  padding: 0 !important; }

.brand .region-dropdown {
  width: auto;
  margin-top: -20px;
  border-radius: 15px !important;
  padding: 10px 0px;
  z-index: 9999;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25); }
  .brand .region-dropdown .dropdown-item {
    border-radius: 50px;
    line-height: 20px; }
    .brand .region-dropdown .dropdown-item img {
      height: 20px;
      margin-right: 5px;
      margin-top: -5px; }

.brand .profile-dropdown {
  width: 350px;
  margin-top: -20px;
  border-radius: 15px !important;
  padding: 4px 0px;
  z-index: 9999;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25); }
  .brand .profile-dropdown .profile {
    background: #fff;
    border-radius: 12px;
    margin: 0 -8px;
    position: relative; }
    .brand .profile-dropdown .profile .balance {
      font-size: 30px !important;
      font-family: "Nunito" !important; }
    .brand .profile-dropdown .profile .balance-title {
      font-size: 9px;
      font-weight: bold;
      display: block;
      margin-top: -35px;
      margin-bottom: 10px; }
      .brand .profile-dropdown .profile .balance-title a {
        margin-top: 10px;
        display: block;
        font-weight: bold;
        border-radius: 20px; }
    .brand .profile-dropdown .profile .status-block {
      padding-top: 35px;
      padding-right: 10px; }
      .brand .profile-dropdown .profile .status-block h2 {
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 3px;
        padding-left: 10px; }
      .brand .profile-dropdown .profile .status-block span {
        font-size: 9px;
        font-weight: bold;
        padding-left: 10px; }
      .brand .profile-dropdown .profile .status-block a {
        margin-top: 10px;
        display: block;
        border-radius: 20px; }
  .brand .profile-dropdown .language ul {
    margin: 0;
    margin-top: -3px;
    padding: 2px 5px;
    list-style: none;
    background: rgba(57, 57, 57, 0.1);
    border-radius: 20px; }
    .brand .profile-dropdown .language ul li {
      display: inline-block;
      border-radius: 20px;
      padding: 0 7px;
      font-size: 12px;
      font-weight: bold; }
      .brand .profile-dropdown .language ul li a {
        color: #8d9da5; }
      .brand .profile-dropdown .language ul li.active {
        background: #F68B00;
        padding: 0 10px; }
        .brand .profile-dropdown .language ul li.active a {
          color: #FFF; }
  .brand .profile-dropdown .switchery {
    display: none; }

.nav-user {
  padding: 0 12px !important; }
  .nav-user img {
    height: 32px;
    width: 32px;
    border-radius: 15px !important;
    object-fit: cover; }

.topbar-dark .navbar-custom {
  background-color: #435966 !important;
  /* Search */ }
  .topbar-dark .navbar-custom .topnav-menu .nav-link {
    color: rgba(255, 255, 255, 0.6); }
  .topbar-dark .navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.05); }
  .topbar-dark .navbar-custom .app-search input::-webkit-input-placeholder {
    color: #adb5bd !important; }
  .topbar-dark .navbar-custom .app-search .form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
    border: none; }
  .topbar-dark .navbar-custom .app-search .btn {
    color: #adb5bd;
    background-color: rgba(255, 255, 255, 0.07); }

.dropdown-megamenu {
  left: 5% !important;
  right: 5% !important; }

.page-title-box .page-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 75px;
  color: #323a46; }

.page-title-box .page-title-right {
  float: right;
  margin-top: 22px; }

.page-title-box .breadcrumb {
  padding-top: 5px; }

@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none; } }

@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none; } }

.footer {
  bottom: 0;
  padding: 40px 15px;
  position: relative;
  z-index: 999;
  right: 0;
  color: #98a6ad;
  left: 0; }
  .footer .footer-links a {
    color: #98a6ad;
    margin-left: 1.5rem;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .footer .footer-links a:hover {
      color: #323a46; }
    .footer .footer-links a:first-of-type {
      margin-left: 0; }

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent; }

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
    padding: 40px 15px 100px; } }

.right-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 260px;
  z-index: 9999;
  float: right !important;
  right: -270px;
  top: 0;
  bottom: 0; }
  .right-bar .rightbar-content {
    padding-bottom: 70px; }
  .right-bar .rightbar-title {
    background-color: #F68B00;
    padding: 25.5px 25px;
    color: #fff; }
  .right-bar .right-bar-toggle {
    font-size: 22px;
    height: 24px;
    width: 24px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -2px;
    transition: all ease .3s; }
    .right-bar .right-bar-toggle:hover {
      transform: scale(3.85); }
  .right-bar .user-box {
    padding: 25px;
    text-align: center; }
    .right-bar .user-box .user-img {
      position: relative;
      height: 64px;
      width: 64px;
      margin: 0 auto 15px auto; }
      .right-bar .user-box .user-img .user-edit {
        position: absolute;
        right: -5px;
        bottom: 0px;
        height: 24px;
        width: 24px;
        background-color: #fff;
        line-height: 24px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12); }
    .right-bar .user-box h5 {
      margin-bottom: 2px; }
      .right-bar .user-box h5 a {
        color: #323a46; }

.rightbar-overlay {
  background-color: rgba(50, 58, 70, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.right-bar-enabled .right-bar {
  right: 0; }

.right-bar-enabled .rightbar-overlay {
  display: block; }

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto; }
    .right-bar .slimscroll-menu {
      height: auto !important; } }

.width-xs {
  min-width: 80px; }

.width-sm {
  min-width: 100px; }

.width-md {
  min-width: 120px; }

.width-lg {
  min-width: 140px; }

.width-xl {
  min-width: 160px; }

.font-family-secondary {
  font-family: "Raleway", sans-serif; }

.font-weight-medium {
  font-weight: 500; }

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem; }

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem; }

.avatar-md {
  height: 3.5rem;
  width: 3.5rem; }

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem; }

.avatar-xl {
  height: 6rem;
  width: 6rem; }

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem; }

.avatar-xxxl {
  height: 13rem;
  width: 13rem; }

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.avatar-group {
  padding-left: 12px; }
  .avatar-group .avatar-group-item {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%; }

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.sp-line-1 {
  -webkit-line-clamp: 1; }

.sp-line-2 {
  -webkit-line-clamp: 2; }

.sp-line-3 {
  -webkit-line-clamp: 3; }

.sp-line-4 {
  -webkit-line-clamp: 4; }

.social-list-item {
  line-height: 2.2rem;
  height: 2.2rem;
  font-size: 18px;
  width: 2.2rem;
  display: block;
  border-radius: 50%;
  color: #8d9da5;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .social-list-item.ig:hover {
    color: #FFF;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
  .social-list-item.fb:hover {
    color: #FFF;
    background: linear-gradient(190deg, #16ADFE 10%, #0063E0 100%); }
  .social-list-item.yt:hover {
    color: #FFF;
    background: linear-gradient(180deg, #E02A27, #BB161C); }
  .social-list-item.web:hover {
    color: #FFF;
    background: linear-gradient(180deg, #8d9da5, #343a40); }

.widget-box-2 .widget-detail-2 .badge {
  padding: 5px 10px; }

.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f5f7;
  overflow: hidden;
  padding: 0.75rem 0;
  position: relative; }
  .inbox-widget .inbox-item:last-child {
    border: none; }
  .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px; }
    .inbox-widget .inbox-item .inbox-item-img img {
      width: 40px; }
  .inbox-widget .inbox-item .inbox-item-author {
    color: #323a46;
    display: block;
    margin-bottom: 3px; }
  .inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 0.8125rem;
    margin: 0;
    overflow: hidden; }
  .inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 0.6875rem;
    position: absolute;
    right: 5px;
    top: 10px; }

/* Chat widget */
.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0 20px; }
  .conversation-list li {
    margin-bottom: 24px; }
  .conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px; }
    .conversation-list .chat-avatar img {
      border-radius: 100%;
      width: 100%; }
    .conversation-list .chat-avatar i {
      font-size: 12px;
      font-style: normal; }
  .conversation-list .ctext-wrap {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative; }
    .conversation-list .ctext-wrap i {
      display: block;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      position: relative; }
    .conversation-list .ctext-wrap p {
      margin: 0;
      padding-top: 3px; }
    .conversation-list .ctext-wrap:after {
      right: 99%;
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #f7f7f7;
      border-width: 8px;
      margin-left: -1px;
      border-right-color: #f7f7f7; }
  .conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%; }
  .conversation-list .odd .chat-avatar {
    float: right !important; }
  .conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important; }
  .conversation-list .odd .ctext-wrap {
    background-color: #fef5e4; }
    .conversation-list .odd .ctext-wrap:after {
      border-color: transparent;
      border-left-color: #fef5e4;
      border-top-color: #fef5e4;
      left: 99% !important; }

.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal; }
  .checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: none !important;
    top: 2px; }
  .checkbox label::after {
    color: #6c757d;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px; }

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important; }
  .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
  .checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #6c757d;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #f1f5f7;
    cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute; }

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px; }
  .checkbox.checkbox-single label:before, .checkbox.checkbox-single label:after {
    margin-left: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #71b6f9;
  border-color: #71b6f9; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #6c757d;
  border-color: #6c757d; }

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #10c469;
  border-color: #10c469; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #35b8e0;
  border-color: #35b8e0; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f9c851;
  border-color: #f9c851; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5b5b;
  border-color: #ff5b5b; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-light input[type="checkbox"]:checked + label::before {
  background-color: #f1f5f7;
  border-color: #f1f5f7; }

.checkbox-light input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-dark input[type="checkbox"]:checked + label::before {
  background-color: #323a46;
  border-color: #323a46; }

.checkbox-dark input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff8acc;
  border-color: #ff8acc; }

.checkbox-pink input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #5b69bc;
  border-color: #5b69bc; }

.checkbox-purple input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.checkbox-blue input[type="checkbox"]:checked + label::before {
  background-color: #71b6f9;
  border-color: #71b6f9; }

.checkbox-blue input[type="checkbox"]:checked + label::after {
  border-color: #fff; }

.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal; }
  .radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: none !important;
    top: 2px; }
  .radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #6c757d;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px; }

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important; }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted; }
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio.radio-single label {
  height: 17px; }

.radio-primary input[type="radio"] + label::after {
  background-color: #71b6f9; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #71b6f9; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #71b6f9; }

.radio-secondary input[type="radio"] + label::after {
  background-color: #6c757d; }

.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #6c757d; }

.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #6c757d; }

.radio-success input[type="radio"] + label::after {
  background-color: #10c469; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #10c469; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #10c469; }

.radio-info input[type="radio"] + label::after {
  background-color: #35b8e0; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #35b8e0; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #35b8e0; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f9c851; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f9c851; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f9c851; }

.radio-danger input[type="radio"] + label::after {
  background-color: #ff5b5b; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5b5b; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5b5b; }

.radio-light input[type="radio"] + label::after {
  background-color: #f1f5f7; }

.radio-light input[type="radio"]:checked + label::before {
  border-color: #f1f5f7; }

.radio-light input[type="radio"]:checked + label::after {
  background-color: #f1f5f7; }

.radio-dark input[type="radio"] + label::after {
  background-color: #323a46; }

.radio-dark input[type="radio"]:checked + label::before {
  border-color: #323a46; }

.radio-dark input[type="radio"]:checked + label::after {
  background-color: #323a46; }

.radio-pink input[type="radio"] + label::after {
  background-color: #ff8acc; }

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff8acc; }

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff8acc; }

.radio-purple input[type="radio"] + label::after {
  background-color: #5b69bc; }

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #5b69bc; }

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #5b69bc; }

.radio-blue input[type="radio"] + label::after {
  background-color: #71b6f9; }

.radio-blue input[type="radio"]:checked + label::before {
  border-color: #71b6f9; }

.radio-blue input[type="radio"]:checked + label::after {
  background-color: #71b6f9; }

.ribbon-box {
  position: relative;
  /* Ribbon two */ }
  .ribbon-box .ribbon {
    position: relative;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600; }
    .ribbon-box .ribbon:before {
      content: " ";
      border-style: solid;
      border-width: 10px;
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      margin-bottom: -10px;
      z-index: -1; }
    .ribbon-box .ribbon.float-left {
      margin-left: -30px;
      border-radius: 0 3px 3px 0; }
    .ribbon-box .ribbon.float-right {
      margin-right: -30px;
      border-radius: 3px 0 0 3px; }
      .ribbon-box .ribbon.float-right:before {
        right: 0; }
    .ribbon-box .ribbon.float-center span {
      margin: 0 auto 20px auto; }
  .ribbon-box .ribbon-content {
    clear: both; }
  .ribbon-box .ribbon-primary {
    background: #71b6f9; }
    .ribbon-box .ribbon-primary:before {
      border-color: #409df7 transparent transparent; }
  .ribbon-box .ribbon-secondary {
    background: #6c757d; }
    .ribbon-box .ribbon-secondary:before {
      border-color: #545b62 transparent transparent; }
  .ribbon-box .ribbon-success {
    background: #10c469; }
    .ribbon-box .ribbon-success:before {
      border-color: #0c9550 transparent transparent; }
  .ribbon-box .ribbon-info {
    background: #35b8e0; }
    .ribbon-box .ribbon-info:before {
      border-color: #1e9dc4 transparent transparent; }
  .ribbon-box .ribbon-warning {
    background: #f9c851; }
    .ribbon-box .ribbon-warning:before {
      border-color: #f7b820 transparent transparent; }
  .ribbon-box .ribbon-danger {
    background: #ff5b5b; }
    .ribbon-box .ribbon-danger:before {
      border-color: #ff2828 transparent transparent; }
  .ribbon-box .ribbon-light {
    background: #f1f5f7; }
    .ribbon-box .ribbon-light:before {
      border-color: #d1dee4 transparent transparent; }
  .ribbon-box .ribbon-dark {
    background: #323a46; }
    .ribbon-box .ribbon-dark:before {
      border-color: #1d2128 transparent transparent; }
  .ribbon-box .ribbon-pink {
    background: #ff8acc; }
    .ribbon-box .ribbon-pink:before {
      border-color: #ff57b6 transparent transparent; }
  .ribbon-box .ribbon-purple {
    background: #5b69bc; }
    .ribbon-box .ribbon-purple:before {
      border-color: #4250a2 transparent transparent; }
  .ribbon-box .ribbon-blue {
    background: #71b6f9; }
    .ribbon-box .ribbon-blue:before {
      border-color: #409df7 transparent transparent; }
  .ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .ribbon-box .ribbon-two span {
      font-size: 13px;
      color: #fff;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      position: absolute;
      top: 19px;
      left: -21px;
      font-weight: 600; }
      .ribbon-box .ribbon-two span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent; }
      .ribbon-box .ribbon-two span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent; }
  .ribbon-box .ribbon-two-primary span {
    background: #71b6f9; }
    .ribbon-box .ribbon-two-primary span:before {
      border-left: 3px solid #2890f6;
      border-top: 3px solid #2890f6; }
    .ribbon-box .ribbon-two-primary span:after {
      border-right: 3px solid #2890f6;
      border-top: 3px solid #2890f6; }
  .ribbon-box .ribbon-two-secondary span {
    background: #6c757d; }
    .ribbon-box .ribbon-two-secondary span:before {
      border-left: 3px solid #494f54;
      border-top: 3px solid #494f54; }
    .ribbon-box .ribbon-two-secondary span:after {
      border-right: 3px solid #494f54;
      border-top: 3px solid #494f54; }
  .ribbon-box .ribbon-two-success span {
    background: #10c469; }
    .ribbon-box .ribbon-two-success span:before {
      border-left: 3px solid #0a7d43;
      border-top: 3px solid #0a7d43; }
    .ribbon-box .ribbon-two-success span:after {
      border-right: 3px solid #0a7d43;
      border-top: 3px solid #0a7d43; }
  .ribbon-box .ribbon-two-info span {
    background: #35b8e0; }
    .ribbon-box .ribbon-two-info span:before {
      border-left: 3px solid #1b8bae;
      border-top: 3px solid #1b8bae; }
    .ribbon-box .ribbon-two-info span:after {
      border-right: 3px solid #1b8bae;
      border-top: 3px solid #1b8bae; }
  .ribbon-box .ribbon-two-warning span {
    background: #f9c851; }
    .ribbon-box .ribbon-two-warning span:before {
      border-left: 3px solid #f5b008;
      border-top: 3px solid #f5b008; }
    .ribbon-box .ribbon-two-warning span:after {
      border-right: 3px solid #f5b008;
      border-top: 3px solid #f5b008; }
  .ribbon-box .ribbon-two-danger span {
    background: #ff5b5b; }
    .ribbon-box .ribbon-two-danger span:before {
      border-left: 3px solid #ff0f0f;
      border-top: 3px solid #ff0f0f; }
    .ribbon-box .ribbon-two-danger span:after {
      border-right: 3px solid #ff0f0f;
      border-top: 3px solid #ff0f0f; }
  .ribbon-box .ribbon-two-light span {
    background: #f1f5f7; }
    .ribbon-box .ribbon-two-light span:before {
      border-left: 3px solid #c0d2db;
      border-top: 3px solid #c0d2db; }
    .ribbon-box .ribbon-two-light span:after {
      border-right: 3px solid #c0d2db;
      border-top: 3px solid #c0d2db; }
  .ribbon-box .ribbon-two-dark span {
    background: #323a46; }
    .ribbon-box .ribbon-two-dark span:before {
      border-left: 3px solid #121519;
      border-top: 3px solid #121519; }
    .ribbon-box .ribbon-two-dark span:after {
      border-right: 3px solid #121519;
      border-top: 3px solid #121519; }
  .ribbon-box .ribbon-two-pink span {
    background: #ff8acc; }
    .ribbon-box .ribbon-two-pink span:before {
      border-left: 3px solid #ff3eab;
      border-top: 3px solid #ff3eab; }
    .ribbon-box .ribbon-two-pink span:after {
      border-right: 3px solid #ff3eab;
      border-top: 3px solid #ff3eab; }
  .ribbon-box .ribbon-two-purple span {
    background: #5b69bc; }
    .ribbon-box .ribbon-two-purple span:before {
      border-left: 3px solid #3b4790;
      border-top: 3px solid #3b4790; }
    .ribbon-box .ribbon-two-purple span:after {
      border-right: 3px solid #3b4790;
      border-top: 3px solid #3b4790; }
  .ribbon-box .ribbon-two-blue span {
    background: #71b6f9; }
    .ribbon-box .ribbon-two-blue span:before {
      border-left: 3px solid #2890f6;
      border-top: 3px solid #2890f6; }
    .ribbon-box .ribbon-two-blue span:after {
      border-right: 3px solid #2890f6;
      border-top: 3px solid #2890f6; }

@media print {
  @page {
    size: auto;
    margin: 5mm 7mm 10mm 5mm; }
  .container-fluid {
    width: 1170px; }
  .left-side-menu,
  .right-bar,
  .page-title-box,
  header,
  .navbar-custom,
  .unlock-time,
  .comparison-container,
  .pace,
  .footer {
    display: none !important; }
  .card-body,
  .content-page,
  .right-bar,
  .content,
  body {
    padding: 0;
    margin: 0; }
  .wrapper {
    padding: 15px !important; }
    .wrapper .page-title-box {
      display: none; }
    .wrapper .tabs-center {
      display: none; }
    .wrapper .tab-content {
      padding: 0; }
  .bg-picture.profile {
    margin-bottom: 10px !important; }
    .bg-picture.profile .badge {
      display: none; }
    .bg-picture.profile .profile-info-name .profile-img {
      padding-top: 20px; }
    .bg-picture.profile .profile-info-name .profile-info-detail h3 {
      font-size: 2rem; }
    .bg-picture.profile .profile-info-name .profile-info-detail .desc {
      font-size: 20px;
      font-weight: bold; }
    .bg-picture.profile .profile-info-name .profile-info-detail button {
      display: none; }
    .bg-picture.profile .profile-overlay {
      -webkit-print-color-adjust: exact; }
  .card-box {
    border-bottom: inset !important;
    padding: 1rem; }
    .card-box #ranking {
      height: 300px !important; }
    .card-box #followerChart {
      height: 400px !important;
      margin-bottom: 30px; }
  .sectionTitle {
    padding-left: 10px !important; }
    .sectionTitle .icon {
      display: none; }
  #dateswitcher {
    border-bottom: none !important;
    color: #343a40 !important; }
    #dateswitcher i {
      display: none; }
  .tabs-bordered-g .nav-link.ig.active .title {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: none;
    color: #EA5269; }
  .date a.title {
    display: none !important; }
  .insight-left {
    width: 66.66667% !important; }
  .insight-right {
    width: 33.33333% !important; }
  .print50 {
    max-width: 50% !important;
    flex: auto; }
  .print100 {
    max-width: 100% !important;
    flex: auto; }
  #compareFollower,
  #followerChart,
  #postTypeFb,
  #postType,
  #postMap,
  #suspiciousFollower,
  #brandEr,
  #brandFeq,
  #profileInterest,
  #profileInterest2,
  #InterestFeq,
  #projects,
  #ageChart,
  #postInsight,
  #ranking {
    width: 100% !important; } }

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999; }

.pace {
  pointer-events: none;
  user-select: none; }
  .pace.pace-inactive {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translate3d(0, 0, 0); }
  .pace .pace-progress {
    background: #F68B00;
    position: fixed;
    z-index: 99999;
    top: 92px;
    right: 100%;
    width: 100%;
    height: 3px; }
    @media (max-width: 767.98px) {
      .pace .pace-progress {
        top: 67px; } }

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px; }

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-bottom: 5px solid #dee2e6;
  border-left: 5px solid #71b6f9;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: SpinnerAnimation 1.1s infinite linear;
  animation: SpinnerAnimation 1.1s infinite linear;
  border-radius: 50%;
  width: 40px;
  height: 40px; }
  .spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px; }

@-webkit-keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom-accordion .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f5f7 !important; }

.button-list .btn {
  margin-top: 7px;
  margin-right: 5px; }

.list-group-item {
  border: 1px solid #f1f5f7;
  border-left: none;
  border-right: none;
  transition: all ease-in-out 0.18s; }
  .list-group-item:hover {
    background: #f1f5f7; }
  .list-group-item:first-child {
    border-top: none; }
  .list-group-item:last-child {
    border-bottom: none; }

.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }
  .icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit; }

.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(50, 58, 70, 0.7);
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.icons-list-demo .col-lg-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px; }
  .icons-list-demo .col-lg-4:hover {
    color: #71b6f9; }
    .icons-list-demo .col-lg-4:hover i {
      color: #71b6f9; }

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto; }

.inbox-app-main {
  margin-left: -20px; }

.circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border: 2px solid #98a6ad;
  border-radius: 100px;
  font-size: 14px;
  color: #98a6ad;
  cursor: pointer;
  display: block;
  float: left; }
  .circle-icon:hover {
    color: #6e818a;
    border-color: #6e818a; }
  .circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 21px;
    font-size: 11px; }
  .circle-icon.red {
    color: #ff5b5b;
    border-color: #ff5b5b; }
    .circle-icon.red:hover {
      color: #c10000;
      border-color: #c10000; }

.checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 1px #98a6ad;
  box-shadow: inset 0 0 0 1px #98a6ad;
  border-radius: 1px; }
  .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
    display: none; }
    .checkbox-wrapper-mail input:checked ~ label {
      opacity: 1; }
  .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0px !important;
    -webkit-transition-duration: .05s;
    transition-duration: .05s; }
    .checkbox-wrapper-mail label:active {
      background: #6c757d; }

#sidebar {
  position: fixed;
  height: 100%;
  width: 240px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 5;
  color: #323a46; }
  #sidebar li a {
    color: #323a46; }
  #sidebar .menu-segment {
    padding: 0 50px; }
    #sidebar .menu-segment ul,
    #sidebar .menu-segment li {
      margin: 0;
      padding: 0; }
    #sidebar .menu-segment .ball.pink {
      border-color: #ff8acc; }
    #sidebar .menu-segment .ball.green {
      border-color: #10c469; }
    #sidebar .menu-segment .ball.blue {
      border-color: #71b6f9; }
    #sidebar .menu-segment li.title {
      text-transform: uppercase;
      font-weight: 600;
      padding: 10px 0;
      color: #6c757d; }
      #sidebar .menu-segment li.title .icon {
        float: right; }
    #sidebar .menu-segment li.active a {
      color: #ff5b5b;
      font-weight: 600; }
      #sidebar .menu-segment li.active a:hover {
        color: #ff5b5b;
        font-weight: 600; }
    #sidebar .menu-segment li a {
      display: block;
      margin: 0 -50px;
      padding: 10px 50px; }
      #sidebar .menu-segment li a:hover {
        background: rgba(206, 212, 218, 0.3); }
    #sidebar .menu-segment li .italic-link {
      font-style: italic;
      font-weight: 600; }
    #sidebar .menu-segment .labels li a span,
    #sidebar .menu-segment .chat li a span {
      display: block;
      border: 5px solid #ff5b5b;
      border-radius: 100px;
      margin-top: 6px; }
    #sidebar .menu-segment .labels.labels li a span {
      float: right; }
    #sidebar .menu-segment .chat.labels li a span {
      float: right;
      float: left;
      margin-right: 10px; }
    #sidebar .menu-segment .chat.chat li a {
      padding-left: 50px; }
      #sidebar .menu-segment .chat.chat li a span {
        float: left;
        margin-right: 10px; }
  #sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: rgba(152, 166, 173, 0.5); }
  #sidebar .bottom-padding {
    height: 100px; }
  #sidebar > .nano-pane {
    background: transparent;
    width: 5px; }
    #sidebar > .nano-pane .nano-slider {
      background: rgba(152, 166, 173, 0.3); }

#main {
  position: fixed;
  top: 132px;
  left: 350px;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: #fff; }
  #main .overlay {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 100%;
    background: rgba(50, 58, 70, 0.6);
    z-index: 5;
    opacity: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  #main .header {
    padding: 12px 25px;
    border-bottom: 1px solid rgba(152, 166, 173, 0.3);
    overflow: hidden; }
    #main .header .page-title {
      display: block; }
      #main .header .page-title .sidebar-toggle-btn {
        width: 0;
        margin-top: 1px;
        padding: 11px 0 0 0;
        float: left;
        position: relative;
        display: block;
        cursor: pointer;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        opacity: 0;
        margin-right: 0; }
        #main .header .page-title .sidebar-toggle-btn .line {
          height: 3px;
          display: block;
          background: #ced4da;
          margin-bottom: 4px;
          -webkit-transition-duration: .5s;
          transition-duration: .5s;
          -webkit-transition-delay: .5s;
          transition-delay: .5s; }
        #main .header .page-title .sidebar-toggle-btn .line-angle1 {
          width: 8px;
          margin: 0;
          position: absolute;
          top: 15px;
          left: -11px;
          -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); }
        #main .header .page-title .sidebar-toggle-btn .line-angle2 {
          width: 8px;
          margin: 0;
          position: absolute;
          top: 21px;
          left: -11px;
          -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
      #main .header .page-title .icon {
        font-size: 15px;
        margin-left: 20px;
        position: relative;
        top: -5px;
        cursor: pointer; }
    #main .header .search-box {
      width: 180px;
      height: 40px;
      margin-left: 30px;
      position: relative; }
      #main .header .search-box input {
        position: absolute;
        top: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0px 36px 0px 0px;
        margin: 0;
        text-indent: 15px;
        height: 38px;
        z-index: 2;
        outline: none;
        color: #adb5bd;
        background: transparent;
        border: 2px solid #f1f5f7;
        border-radius: 5px;
        -webkit-transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
        transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1); }
        #main .header .search-box input:focus {
          color: #323a46;
          border-color: #f7f7f7; }
          #main .header .search-box input:focus ~ .icon {
            opacity: 1;
            z-index: 3;
            color: #10c469; }
      #main .header .search-box .icon {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        text-align: center;
        line-height: 38px;
        z-index: 1;
        cursor: pointer;
        opacity: .5; }
  #main .action-bar {
    padding: 5px;
    overflow: hidden; }
  #main .message-list {
    display: block;
    padding-left: 0; }
    #main .message-list li {
      position: relative;
      display: block;
      height: 50px;
      line-height: 50px;
      cursor: default;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      color: #323a46; }
      #main .message-list li:hover {
        background: rgba(152, 166, 173, 0.15);
        -webkit-transition-duration: .05s;
        transition-duration: .05s; }
      #main .message-list li .mail-col {
        float: left;
        position: relative; }
      #main .message-list li .mail-col-1 {
        width: 400px; }
        #main .message-list li .mail-col-1 .star-toggle,
        #main .message-list li .mail-col-1 .checkbox-wrapper-mail {
          display: block;
          float: left; }
        #main .message-list li .mail-col-1 .dot {
          display: block;
          float: left;
          border: 4px solid transparent;
          border-radius: 100px;
          margin: 22px 26px 0;
          height: 0;
          width: 0;
          line-height: 0;
          font-size: 0; }
        #main .message-list li .mail-col-1 .checkbox-wrapper-mail {
          margin-top: 15px;
          margin-right: 10px; }
        #main .message-list li .mail-col-1 .star-toggle {
          margin-top: 18px;
          font-size: 14px;
          margin-left: 5px; }
        #main .message-list li .mail-col-1 .title {
          position: absolute;
          top: 0px;
          left: 140px;
          right: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
      #main .message-list li .mail-col-2 {
        position: absolute;
        top: 0;
        left: 400px;
        right: 0;
        bottom: 0; }
        #main .message-list li .mail-col-2 .subject,
        #main .message-list li .mail-col-2 .date {
          position: absolute;
          top: 0; }
        #main .message-list li .mail-col-2 .subject {
          left: 0;
          right: 200px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        #main .message-list li .mail-col-2 .date {
          right: 0;
          width: 200px;
          padding-left: 80px; }
      #main .message-list li.active, #main .message-list li.selected {
        background: rgba(152, 166, 173, 0.15);
        -webkit-transition-duration: .05s;
        transition-duration: .05s; }
      #main .message-list li.active {
        -webkit-box-shadow: inset 3px 0 0 #71b6f9;
        box-shadow: inset 3px 0 0 #71b6f9; }
        #main .message-list li.active:hover {
          -webkit-box-shadow: inset 3px 0 0 #71b6f9;
          box-shadow: inset 3px 0 0 #71b6f9; }
      #main .message-list li.unread {
        font-weight: 500;
        color: #98a6ad; }
      #main .message-list li.blue-dot .mail-col-1 .dot {
        border-color: #71b6f9; }
      #main .message-list li.orange-dot .mail-col-1 .dot {
        border-color: #f9c851; }
      #main .message-list li.green-dot .mail-col-1 .dot {
        border-color: #10c469; }
  #main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0; }

.show-main-overlay #main .overlay {
  opacity: 1;
  bottom: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); }
  .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }

#main #main-nano-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  height: auto; }

#message {
  position: fixed;
  top: 132px;
  left: 60%;
  bottom: 0;
  width: 40%;
  z-index: 5;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  padding: 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0px 77px 0 rgba(50, 58, 70, 0.08), 0 1px 0px 0 rgba(50, 58, 70, 0.02);
  box-shadow: 0 0px 77px 0 rgba(50, 58, 70, 0.08), 0 1px 0px 0 rgba(50, 58, 70, 0.02); }
  #message .header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(152, 166, 173, 0.2); }
    #message .header .page-title {
      display: block;
      float: none;
      margin-bottom: 15px;
      line-height: 40px; }
      #message .header .page-title .icon {
        margin-top: 4px;
        margin-right: 10px; }
    #message .header .grey {
      margin-left: 10px;
      color: #adb5bd; }
  #message .message-container {
    padding: 0 30px; }
    #message .message-container li {
      padding: 25px;
      border: 1px solid rgba(50, 58, 70, 0.15);
      background: #fff;
      margin: 0 0 30px 0;
      position: relative; }
      #message .message-container li .details {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(50, 58, 70, 0.1);
        margin-bottom: 30px;
        overflow: hidden; }
        #message .message-container li .details .left {
          float: left;
          font-weight: 600;
          color: #adb5bd;
          -webkit-transition-duration: .3s;
          transition-duration: .3s; }
          #message .message-container li .details .left .arrow {
            display: inline-block;
            position: relative;
            height: 2px;
            width: 20px;
            background: rgba(50, 58, 70, 0.15);
            vertical-align: top;
            margin: 10px 20px 0 15px;
            border: 0px solid rgba(50, 58, 70, 0.15);
            -webkit-transition-duration: .3s;
            transition-duration: .3s; }
            #message .message-container li .details .left .arrow:after {
              position: absolute;
              top: -4px;
              left: 100%;
              height: 0;
              width: 0;
              border: inherit;
              border-width: 7px;
              border-style: solid;
              content: '';
              border-right: 0;
              border-top-color: transparent;
              border-bottom-color: transparent;
              border-top-width: 5px;
              border-bottom-width: 5px; }
        #message .message-container li .details .right {
          float: right;
          color: #adb5bd; }
      #message .message-container li .message {
        margin-bottom: 40px; }
        #message .message-container li .message p:last-child {
          margin-bottom: 0; }
      #message .message-container li:hover .tool-box .red-hover {
        color: #ff5b5b;
        border-color: #ff5b5b; }
        #message .message-container li:hover .tool-box .red-hover:hover {
          color: #f40000;
          border-color: #f40000; }
      #message .message-container li .tool-box {
        position: absolute;
        bottom: 0;
        right: 0;
        border: 0px solid #f7f7f7;
        border-top-width: 1px;
        border-left-width: 1px;
        padding: 8px 10px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s; }
        #message .message-container li .tool-box a {
          margin-right: 10px; }
          #message .message-container li .tool-box a:last-child {
            margin-right: 0; }
      #message .message-container li:hover .details .left .arrow {
        background: #10c469;
        border: 0px solid #10c469; }
        #message .message-container li:hover .details .left .arrow.orange {
          background: #f9c851;
          border: 0px solid #f9c851; }
  #message #message-nano-wrapper {
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto; }

.show-message #message {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.show-message #main {
  margin-right: 40%; }

@media only screen and (min-width: 1499px) {
  #main .overlay {
    display: none; } }

@media only screen and (max-width: 1500px) {
  .show-message #main {
    margin-right: 0; }
  .show-message #message {
    left: 50%;
    width: 50%; } }

@media only screen and (max-width: 1024px) {
  #main {
    left: 270px; }
  .show-sidebar #sidebar {
    -webkit-transform: none;
    transform: none; }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .show-message #main {
    margin-right: 0; } }

@media only screen and (max-width: 991px) {
  #main,
  #message {
    top: 70px; } }

@media only screen and (max-width: 768px) {
  #sidebar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  #main {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #main .header .page-title .sidebar-toggle-btn {
      margin-right: 20px;
      opacity: 1;
      width: 20px;
      margin-left: 10px; }
      #main .header .page-title .sidebar-toggle-btn .line {
        height: 2px; }
  .show-sidebar #sidebar {
    -webkit-transform: none;
    transform: none; }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .show-message #main {
    margin-right: 0; }
  .show-message #message {
    left: 20%;
    width: 80%; } }

@media only screen and (max-width: 600px) {
  #main .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0; }
    #main .header .search-box input {
      width: 100%; }
      #main .header .search-box input:focus {
        width: 100%; }
  #main .action-bar {
    float: none !important; }
    #main .action-bar ul {
      margin-bottom: 0;
      text-align: center; }
  #main #main-nano-wrapper {
    position: absolute;
    top: 150px;
    bottom: 0;
    height: auto; }
  #main .message-list li .mail-col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto; }
  #main .message-list li .mail-col-2 {
    right: 0;
    left: auto;
    width: 120px; }
    #main .message-list li .mail-col-2 .date {
      padding-left: 0;
      position: static; }
    #main .message-list li .mail-col-2 .subject {
      display: none; } }

/**
 * Nano scroll stuff
*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .nano > .nano-content:focus {
      outline: none; }
    .nano > .nano-content:-webkit-scrollbar {
      visibility: hidden; }
  .nano > .nano-pane {
    background: rgba(152, 166, 173, 0.1);
    position: absolute;
    width: 7px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s; }
    .nano > .nano-pane > .nano-slider {
      background: rgba(152, 166, 173, 0.35);
      position: relative;
      border-radius: 3px;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transition-property: background;
      transition-property: background; }
    .nano > .nano-pane:hover .nano-slider,
    .nano > .nano-pane.active .nano-slider {
      background: #dee2e6; }

.has-scrollbar > .nano-content:-webkit-scrollbar {
  visibility: visible; }

.nano:hover > .nano-pane {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.nano-pane.active, .nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.authentication-bg.enlarged {
  min-height: 100px; }

body.authentication-bg {
  background-size: cover;
  background-position: center; }

.home-btn {
  position: absolute;
  top: 15px;
  right: 25px; }

.logout-icon {
  width: 140px; }

.text-error {
  color: #71b6f9;
  text-shadow: rgba(113, 182, 249, 0.3) 5px 1px, rgba(113, 182, 249, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: "Raleway", sans-serif; }

.taskList {
  min-height: 40px;
  margin-bottom: 0; }
  .taskList > li {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px; }
  .taskList .kanban-detail {
    margin-left: 35px; }
    .taskList .kanban-detail ul li a {
      display: inline-block; }
      .taskList .kanban-detail ul li a i {
        font-size: 16px;
        color: #98a6ad;
        padding: 0px 5px;
        line-height: 32px; }

.task-placeholder {
  border: 1px dashed #dee2e6 !important;
  background-color: #f7f7f7 !important;
  padding: 20px; }

.gu-mirror {
  list-style: none; }

.task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none; }

.attached-files .files-list .file-box {
  vertical-align: middle; }

.assign-team a {
  margin-right: 7px; }

/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative; }
  .fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }

.add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #dee2e6;
  border-radius: 50%; }

.profile-pills li a {
  color: rgba(50, 58, 70, 0.5) !important;
  padding: 0 10px;
  display: block;
  line-height: 30px !important; }
  .profile-pills li a i {
    font-size: 14px; }

.comment-footer {
  display: block;
  font-size: 12px;
  color: rgba(50, 58, 70, 0.5); }
  .comment-footer i {
    font-size: 13px;
    margin-right: 7px; }
  .comment-footer a {
    color: rgba(50, 58, 70, 0.5); }
  .comment-footer:hover,
  .comment-footer a:hover {
    color: #71b6f9; }

.pricing-column {
  position: relative;
  margin-bottom: 40px; }
  .pricing-column .inner-box {
    position: relative;
    padding: 0px 0px 40px; }
  .pricing-column .plan-title {
    font-size: 16px;
    color: #71b6f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }
  .pricing-column .plan-price {
    font-size: 40px;
    margin-bottom: 10px;
    color: #323a46; }
  .pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad; }
  .pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px; }

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0px 8px 0 rgba(50, 58, 70, 0.06), 0 1px 0px 0 rgba(50, 58, 70, 0.02);
    box-shadow: 0 0px 8px 0 rgba(50, 58, 70, 0.06), 0 1px 0px 0 rgba(50, 58, 70, 0.02);
    background: #71b6f9;
    position: absolute;
    top: 19px;
    left: -21px; }
    .ribbon span:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #71b6f9;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #71b6f9; }
    .ribbon span:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #71b6f9;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #71b6f9; }

.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  max-height: 68vh;
  overflow-y: scroll;
  position: relative;
  table-layout: fixed;
  width: 100%; }
  .timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    text-align: right; }
    .timeline .time-show a {
      color: #fff; }
  .timeline:before {
    background-color: rgba(173, 181, 189, 0.3);
    bottom: 0px;
    content: "";
    left: 34px;
    position: fixed;
    top: 62px;
    width: 2px;
    z-index: 0; }
  .timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 21px;
    left: -50px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 30px;
    border: 5px solid #FBFBFB; }
    .timeline .timeline-icon i {
      color: #f7f7f7;
      font-size: 13px;
      padding-top: 3px; }
  .timeline .time-icon:before {
    font-size: 16px; }

h3.timeline-title {
  color: #98a6ad;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase; }

.timeline-item {
  display: block; }
  .timeline-item:before {
    content: "";
    display: block;
    width: 50%; }
  .timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f5f6f7 !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 21px;
    width: 0;
    transition: all ease .2s; }
  .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%; }
  .timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0; }
  .timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px; }
    .timeline-item.alt .timeline-desk .album a {
      float: right;
      margin-left: 5px; }
  .timeline-item.alt .timeline-icon {
    left: auto;
    right: -58px; }
  .timeline-item.alt:before {
    display: none; }
  .timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px; }
    .timeline-item.alt .panel .panel-body p + p {
      margin-top: 10px !important; }
  .timeline-item.alt h4,
  .timeline-item.alt p {
    text-align: right; }

.timeline-desk {
  vertical-align: top;
  width: 100%;
  transition: all ease .2s; }
  .timeline-desk.hover {
    transition: all ease .2s;
    opacity: 1 !important; }
    .timeline-desk.hover .panel {
      background: #ebeef2; }
      .timeline-desk.hover .panel .arrow {
        border-right: 8px solid #ebeef2 !important; }
  .timeline-desk h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    word-break: break-word; }
  .timeline-desk p {
    margin-top: 5px; }
  .timeline-desk .panel {
    background: #f5f6f7;
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    transition: all ease .2s; }
    .timeline-desk .panel:hover {
      transition: all ease .2s;
      background: #ebeef2;
      box-shadow: 0 0.5rem 1rem -0.7rem rgba(56, 65, 74, 0.3); }
      .timeline-desk .panel:hover .arrow {
        transition: all ease .2s;
        border-right: 8px solid #eff0f2 !important; }
  .timeline-desk .event-name {
    margin-top: 5px;
    z-index: 999;
    margin-left: 45px; }
    .timeline-desk .event-name img {
      object-fit: contain; }
    .timeline-desk .event-name p {
      display: inline-block; }
  .timeline-desk .timeline-date {
    text-align: left;
    margin-left: 45px;
    margin-bottom: 15px;
    font-style: italic; }
  .timeline-desk h5 span {
    color: #f7f7f7;
    display: block;
    font-size: 12px;
    margin-bottom: 4px; }
  .timeline-desk p {
    color: #98a6ad;
    font-size: 14px;
    margin-bottom: 0; }
  .timeline-desk .album {
    margin-top: 12px; }
    .timeline-desk .album a {
      float: left;
      margin-right: 5px; }
    .timeline-desk .album img {
      height: 36px;
      width: auto;
      border-radius: 3px; }
  .timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px; }

.portfolioFilter a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #323a46;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500; }
  .portfolioFilter a:hover, .portfolioFilter a.current {
    color: #71b6f9; }

.thumb {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  margin-top: 24px;
  padding: 10px; }

.thumb-img {
  border-radius: 2px;
  overflow: hidden; }

.gal-detail h4 {
  margin-top: 16px;
  font-size: 16px; }

.counter-number {
  font-size: 32px;
  font-weight: 700;
  font-family: "Nunito", 'Noto Sans TC', sans-serif; }
  .counter-number span {
    font-size: 15px;
    font-weight: 400;
    display: block; }

.coming-box {
  float: left;
  width: 25%; }

/*!
* metismenu - v2.7.9
* A jQuery menu plugin
* https://github.com/onokumus/metismenu#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

*[dir="rtl"] .metismenu .arrow {
  float: left; }

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\E079"; }

.metismenu .active > a > .glyphicon.arrow:before {
  content: "\E114"; }

.metismenu .fa.arrow:before {
  content: "\F104"; }

.metismenu .active > a > .fa.arrow:before {
  content: "\F107"; }

.metismenu .ion.arrow:before {
  content: "\F3D2"; }

.metismenu .active > a > .ion.arrow:before {
  content: "\F3D0"; }

.metismenu .plus-times {
  float: right; }

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
/*
 * Require Ionicons
 * http://ionicons.com/
*/
*[dir="rtl"] .metismenu .plus-times {
  float: left; }

.metismenu .fa.plus-times:before {
  content: "\F067"; }

.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.metismenu .plus-minus {
  float: right; }

*[dir="rtl"] .metismenu .plus-minus {
  float: left; }

.metismenu .fa.plus-minus:before {
  content: "\F067"; }

.metismenu .active > a > .fa.plus-minus:before {
  content: "\F068"; }

.metismenu .collapse {
  display: none; }
  .metismenu .collapse.in {
    display: block; }

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

.metismenu .has-arrow {
  position: relative; }
  .metismenu .has-arrow::after {
    position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%); }

.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%); }

*[dir="rtl"] .metismenu .active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%); }
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2); }
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }
  .waves-button:hover, .waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1; }

.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper.waves-button {
    padding: 0; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

.waves-effect.waves-effect.waves-primary .waves-ripple {
  background: rgba(113, 182, 249, 0.4); }

.waves-effect.waves-effect.waves-secondary .waves-ripple {
  background: rgba(108, 117, 125, 0.4); }

.waves-effect.waves-effect.waves-success .waves-ripple {
  background: rgba(16, 196, 105, 0.4); }

.waves-effect.waves-effect.waves-info .waves-ripple {
  background: rgba(53, 184, 224, 0.4); }

.waves-effect.waves-effect.waves-warning .waves-ripple {
  background: rgba(249, 200, 81, 0.4); }

.waves-effect.waves-effect.waves-danger .waves-ripple {
  background: rgba(255, 91, 91, 0.4); }

.waves-effect.waves-effect.waves-light .waves-ripple {
  background: rgba(241, 245, 247, 0.4); }

.waves-effect.waves-effect.waves-dark .waves-ripple {
  background: rgba(50, 58, 70, 0.4); }

.waves-effect.waves-effect.waves-pink .waves-ripple {
  background: rgba(255, 138, 204, 0.4); }

.waves-effect.waves-effect.waves-purple .waves-ripple {
  background: rgba(91, 105, 188, 0.4); }

.waves-effect.waves-effect.waves-blue .waves-ripple {
  background: rgba(113, 182, 249, 0.4); }

.slimScrollDiv {
  height: auto !important; }

.swal2-modal {
  font-family: "Open Sans", sans-serif;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1); }
  .swal2-modal .swal2-title {
    font-size: 24px; }
  .swal2-modal .swal2-content {
    font-size: 16px; }
  .swal2-modal .swal2-spacer {
    margin: 10px 0; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .swal2-modal .swal2-confirm.btn-confirm {
    background-color: #71b6f9 !important;
    font-size: 0.9rem; }
  .swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5b5b !important;
    font-size: 0.9rem; }
  .swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.swal2-icon.swal2-question {
  color: #71b6f9;
  border-color: #71b6f9; }

.swal2-icon.swal2-success {
  border-color: #10c469; }
  .swal2-icon.swal2-success .line {
    background-color: #10c469; }
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #10c469; }
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
      background-color: #10c469; }
  .swal2-icon.swal2-success .placeholder,
  .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #10c469; }

.swal2-icon.swal2-warning {
  color: #f9c851;
  border-color: #f9c851; }

.swal2-icon.swal2-error {
  border-color: #ff5b5b; }
  .swal2-icon.swal2-error .line {
    background-color: #ff5b5b; }

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #71b6f9; }

.swal2-container.swal2-shown {
  background-color: rgba(50, 58, 70, 0.9); }

/* =============
   Notification
============= */
#toast-container > div {
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.45) !important;
  background-size: 110% !important;
  border-radius: 5px !important;
  padding: 15px 25px !important;
  opacity: 1 !important;
  transition: .5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #393939 !important;
  font-weight: bold; }
  #toast-container > div .toast-progress {
    background-color: #F68B00 !important;
    opacity: 1; }

#toast-container > :hover {
  box-shadow: 0 2rem 3rem -1rem rgba(56, 65, 74, 0.45) !important;
  background-color: white !important; }

#toast-container.toast-top-right {
  top: 120px; }

.irs--flat .irs-bar,
.irs--flat .irs-to,
.irs--flat .irs-from,
.irs--flat .irs-single {
  background: #F68B00 !important; }

.irs--flat .irs-to:before,
.irs--flat .irs-from:before,
.irs--flat .irs-single:before {
  border-top-color: #F68B00; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  color: #98a6ad; }

.irs--flat .irs-grid-text {
  font-size: 12px; }

.irs--flat .irs-handle > i:first-child {
  background-color: #F68B00 !important; }

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  border: 1px solid #ced4da;
  min-height: 30px;
  padding: 6.5px 6px;
  border-radius: 50px !important;
  box-shadow: none;
  width: 100%; }
  .bootstrap-tagsinput .label-info {
    background-color: #F68B00;
    border-radius: 50px;
    padding: 0 10px;
    margin: 0; }
  .bootstrap-tagsinput.focus {
    border-color: #F68B00; }

.ms-container {
  width: auto;
  max-width: 370px; }
  .ms-container .ms-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da; }
    .ms-container .ms-list.ms-focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #b1bbc4; }
  .ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px; }
  .ms-container .ms-selectable li.ms-hover {
    background-color: #71b6f9; }
  .ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px; }
  .ms-container .ms-selection li.ms-hover {
    background-color: #71b6f9; }

.ms-selectable {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important; }

.search-input {
  margin-bottom: 10px; }

.ms-optgroup-label {
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #323a46 !important;
  font-size: 13px; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
    outline: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px;
      padding-left: 12px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px;
      width: 34px;
      right: 3px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #c0d2db transparent transparent transparent;
        border-width: 6px 6px 0 6px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c0d2db transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-results__option {
  padding: 6px 12px; }
  .select2-results__option .select2-results__group {
    color: #323a46; }

.select2-dropdown {
  border: 1px solid #e1e9ee;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e9ee;
    outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #71b6f9; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f5f7;
  color: #323a46; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #71b6f9;
    color: #fff; }

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    border: 0; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #71b6f9;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #fff; }

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #71b6f9;
  text-decoration: none; }

.bootstrap-timepicker-widget table td input {
  border: none; }

.datepicker {
  padding: 10px !important; }
  .datepicker td,
  .datepicker th {
    width: 30px;
    height: 30px; }
  .datepicker table tr td.active.active {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td.active.disabled {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
    .datepicker table tr td.active.disabled:active {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
    .datepicker table tr td.active.disabled:hover {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
      .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover {
        background-color: #71b6f9 !important;
        background-image: none !important;
        color: #fff; }
  .datepicker table tr td .active.disabled:hover[disabled], .datepicker table tr td .active.disabled[disabled] {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td .active:active {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td .active:hover {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
    .datepicker table tr td .active:hover.disabled, .datepicker table tr td .active:hover:active, .datepicker table tr td .active:hover:hover, .datepicker table tr td .active:hover[disabled] {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
  .datepicker table tr td .active[disabled] {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td span.active.active {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td span.active.disabled {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
    .datepicker table tr td span.active.disabled:active {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
    .datepicker table tr td span.active.disabled:hover {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
      .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled] {
        background-color: #71b6f9 !important;
        background-image: none !important;
        color: #fff; }
    .datepicker table tr td span.active.disabled[disabled] {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
  .datepicker table tr td span.active:active {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td span.active:hover {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
    .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled] {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
  .datepicker table tr td span.active[disabled] {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td.today {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff; }
    .datepicker table tr td.today.disabled {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
      .datepicker table tr td.today.disabled:hover {
        background-color: #71b6f9 !important;
        background-image: none !important;
        color: #fff; }
    .datepicker table tr td.today:hover {
      background-color: #71b6f9 !important;
      background-image: none !important;
      color: #fff; }
  .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #f7f7f7; }
  .datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #f7f7f7; }
  .datepicker table tr td.new, .datepicker table tr td.old {
    color: #6c757d;
    opacity: 0.4; }
  .datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #6c757d;
    opacity: 0.4; }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: #f7f7f7; }
  .datepicker .datepicker-switch:hover {
    background: none; }

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff; }

.datepicker-dropdown:before {
  border-bottom-color: #e7eef1; }

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #e7eef1; }

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff; }

.datepicker-inline {
  border: 2px solid #f1f5f7; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer; }

.daterangepicker {
  font-family: "Open Sans", sans-serif; }
  .daterangepicker td.active {
    background-color: #71b6f9; }
    .daterangepicker td.active:hover {
      background-color: #71b6f9; }
  .daterangepicker .ranges li.active {
    background-color: #71b6f9; }

.parsley-errors-list {
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    list-style: none;
    color: #ff5b5b;
    margin-top: 5px;
    padding-left: 20px;
    position: relative; }
    .parsley-errors-list > li:before {
      content: "\F159";
      font-family: "Material Design Icons";
      position: absolute;
      left: 2px;
      top: -1px; }

.parsley-error {
  border-color: #ff5b5b; }

.parsley-success {
  border-color: #10c469; }

#commentForm .error {
  color: #ff5b5b;
  font-size: 12px;
  font-weight: 500; }

@font-face {
  font-family: 'dropify';
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/dropify.eot);
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/dropify.eot#iefix) format("embedded-opentype"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/dropify.woff) format("woff"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/dropify.ttf) format("truetype"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/dropify.svg#dropify) format("svg");
  font-weight: normal;
  font-style: normal; }

.ql-container {
  font-family: "Open Sans", sans-serif; }

.ql-bubble {
  border: 1px solid #ced4da;
  border-radius: 0.2rem; }

.ql-toolbar {
  font-family: "Open Sans", sans-serif !important; }
  .ql-toolbar span {
    outline: none !important; }

.editable-checklist label {
  display: block; }

.dataTables_wrapper.container-fluid {
  padding: 0; }

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important; }
  table.dataTable tbody > tr.selected {
    background-color: #71b6f9; }
    table.dataTable tbody > tr.selected td {
      border-color: #71b6f9; }
  table.dataTable tbody > tr > .selected {
    background-color: #71b6f9; }
  table.dataTable tbody > tr > .selected td {
    border-color: #71b6f9; }
  table.dataTable tbody td:focus {
    outline: none !important; }
  table.dataTable tbody th.focus,
  table.dataTable tbody td.focus {
    outline: 2px solid #71b6f9 !important;
    outline-offset: -1px;
    color: #71b6f9;
    background-color: rgba(113, 182, 249, 0.15); }

.dataTables_info {
  font-weight: 600; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #10c469;
  top: 0.85rem; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ff5b5b;
  top: 0.85rem; }

div.dt-button-info {
  background-color: #71b6f9;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }
  div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }

@media (max-width: 767.98px) {
  li.paginate_button {
    display: none; }
    li.paginate_button.previous, li.paginate_button.next {
      display: inline-block;
      font-size: 1.5rem; }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important; }
  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem; } }

.responsive-table-plugin .dropdown-menu li.checkbox-row {
  padding: 7px 15px; }

.responsive-table-plugin .table-responsive {
  border: none;
  margin-bottom: 0; }

.responsive-table-plugin .btn-toolbar {
  display: block; }

.responsive-table-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }

.responsive-table-plugin .checkbox-row {
  padding-left: 40px; }
  .responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0; }
    .responsive-table-plugin .checkbox-row label::before {
      background-color: #fff;
      border-radius: 3px;
      border: 1px solid #ced4da;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none; }
    .responsive-table-plugin .checkbox-row label::after {
      color: #ced4da;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: -1px;
      width: 16px; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
      outline-offset: -2px;
      outline: none; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
      content: "\F00C";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
      background-color: #dee2e6;
      cursor: not-allowed; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
      background-color: #fff;
      border-color: #71b6f9; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
      color: #71b6f9; }

.responsive-table-plugin table.focus-on tbody tr.focused th,
.responsive-table-plugin table.focus-on tbody tr.focused td {
  background: #71b6f9;
  color: #fff;
  border-color: #71b6f9; }

.responsive-table-plugin .sticky-table-header {
  background: #71b6f9;
  color: #fff;
  border-color: #71b6f9; }

.responsive-table-plugin .fixed-solution .sticky-table-header {
  top: 130px !important; }
  .responsive-table-plugin .fixed-solution .sticky-table-header th {
    color: #fff; }

.responsive-table-plugin .btn-default {
  background-color: #fff;
  color: #323a46;
  border: 1px solid rgba(50, 58, 70, 0.3); }
  .responsive-table-plugin .btn-default.btn-primary {
    background-color: #71b6f9;
    border-color: #71b6f9;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(113, 182, 249, 0.5);
    box-shadow: 0 0 0 2px rgba(113, 182, 249, 0.5); }

.responsive-table-plugin .btn-group.pull-right {
  float: right; }
  .responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0; }

@media (max-width: 991px) {
  .responsive-table-plugin .fixed-solution .sticky-table-header {
    top: 70px !important; } }

.tablesaw thead {
  background: #f1f5f7;
  background-image: none;
  border: none; }
  .tablesaw thead th {
    text-shadow: none; }
  .tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
    font-family: "Raleway", sans-serif; }

.tablesaw td {
  border-top: 1px solid #f1f5f7 !important;
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none; }

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px; }

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f1f5f7; }

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
  text-transform: none;
  border: 1px solid #dee2e6;
  padding: 3px 10px;
  color: #323a46; }
  .tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none; }
  .tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff; }
  .tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #71b6f9 !important;
    background-color: #f1f5f7;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none; }

.tablesaw-columntoggle-popup .btn-group {
  display: block; }

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #f1f5f7; }

.tablesaw-sortable-btn {
  cursor: pointer; }

.flotTip {
  padding: 8px 12px;
  background-color: #323a46;
  z-index: 100;
  color: #fff;
  opacity: 1;
  border-radius: 3px; }

.legend tr {
  height: 30px;
  font-family: "Raleway", sans-serif; }

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #98a6ad; }

.legendColorBox div {
  border-radius: 50%; }
  .legendColorBox div div {
    border-radius: 50%; }

@media (max-width: 767.98px) {
  .legendLabel {
    display: none; } }

.morris-chart text {
  font-family: "Raleway", sans-serif !important; }

.morris-hover {
  position: absolute;
  z-index: 10; }
  .morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #323a46;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border: none; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 0.25em 0;
      font-family: "Raleway", sans-serif; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 0.1em 0;
      color: #ced4da !important; }

.ct-golden-section:before {
  float: none; }

.ct-chart {
  max-height: 300px; }
  .ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1; }
  .ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px; }

.ct-grid {
  stroke: rgba(50, 58, 70, 0.15); }

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5b69bc; }

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ff8acc; }

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f9c851; }

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #35b8e0; }

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #323a46; }

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #71b6f9; }

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #10c469; }

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #71b6f9; }

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #ff8acc; }

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #35b8e0; }

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #5b69bc; }

.ct-area {
  fill-opacity: .33; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #323a46;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.chartjs-chart {
  margin: auto;
  position: relative;
  width: 100%; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #323a46 !important;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #323a46 !important; }

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: "Open Sans", sans-serif !important; }

.calendar {
  float: left;
  margin-bottom: 0; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin: 15px 0 5px 0; }
  .fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 0; }

.fc-toolbar button:focus, .fc-toolbar button:hover {
  z-index: 0; }

.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc th.fc-widget-header {
  background: #f1f5f7;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 12px; }

.fc-button {
  background: #f1f5f7;
  border: none;
  color: #6c757d;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem; }

.fc-state-hover {
  background: #f1f5f7; }

.fc-state-highlight {
  background: #dee2e6; }

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #71b6f9;
  color: #fff;
  text-shadow: none; }

.fc-cell-overlay {
  background: #dee2e6; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px; }

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  padding-right: 8px; }

.fc-basic-view .fc-content {
  color: #fff; }

.fc-time-grid-event .fc-content {
  color: #fff; }

@media (max-width: 767.98px) {
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0; }
  .fc .fc-toolbar > * > * {
    float: none; }
  .fc-today-button {
    display: none; } }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/summernote.eot);
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/summernote.eot?#iefix) format("embedded-opentype"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/summernote.woff) format("woff"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/summernote.ttf) format("truetype"); }

.note-editor.note-frame {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0; }
  .note-editor.note-frame .note-statusbar {
    background-color: #fcfcfc;
    border-top: 1px solid #f7f7f7; }
  .note-editor.note-frame .note-editable {
    border: none; }

.note-status-output {
  display: none; }

.note-editable {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  padding: 0.45rem 0.9rem; }
  .note-editable p:last-of-type {
    margin-bottom: 0; }

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 344px; }

.note-toolbar {
  z-index: 1; }

div.hopscotch-bubble {
  border: 3px solid #71b6f9;
  border-radius: 5px; }
  div.hopscotch-bubble .hopscotch-next,
  div.hopscotch-bubble .hopscotch-prev {
    background-color: #71b6f9 !important;
    background-image: none !important;
    border-color: #71b6f9 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: "Open Sans", sans-serif;
    color: #fff !important; }
  div.hopscotch-bubble .hopscotch-bubble-number {
    background: #ff5b5b;
    padding: 0;
    border-radius: 50%; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #71b6f9; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #71b6f9;
    left: -2px; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #71b6f9; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #71b6f9;
    top: 0; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #71b6f9;
    top: -2px; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, 0.5); }
  div.hopscotch-bubble h3 {
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px; }
  div.hopscotch-bubble .hopscotch-content {
    font-family: "Open Sans", sans-serif; }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default .jstree-anchor {
  line-height: 28px;
  height: 28px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 28px;
  line-height: 28px;
  font-size: 15px; }

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: rgba(113, 182, 249, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none; }

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
  background: rgba(113, 182, 249, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-wholerow {
  height: 28px; }

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f1f5f7;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #71b6f9;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }
  .gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #71b6f9; }
  .gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #71b6f9; }

.jvectormap-label {
  border: none;
  background: #323a46;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  padding: 5px 8px; }

.sectionTitle {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
  padding-left: 100px;
  padding-bottom: 6px; }
  .sectionTitle .icon {
    position: absolute;
    left: 20px;
    top: -14px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    text-align: center;
    background: #FFF;
    color: #F6B31A;
    border-radius: 70px;
    z-index: 9;
    box-shadow: 0 1.2rem 1rem -0.8rem rgba(56, 65, 74, 0.3); }
  .sectionTitle .hint {
    padding-left: 5px;
    line-height: 1.5;
    opacity: .5; }
    .sectionTitle .hint:hover {
      opacity: 1; }
  .sectionTitle .tabs-channel {
    text-align: center;
    display: block;
    border: none;
    margin: 0 auto;
    font-size: 1.05rem;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }
    .sectionTitle .tabs-channel .nav-item {
      display: inline-block; }
      .sectionTitle .tabs-channel .nav-item a {
        border: none;
        border-radius: 100px;
        transition: all ease .3s;
        position: relative; }
        .sectionTitle .tabs-channel .nav-item a.ig.active {
          background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
          transition: all ease .3s;
          transform: translate3d(0px, 5px, 30px);
          box-shadow: 0 0.8rem 1rem -0.5rem rgba(56, 65, 74, 0.3);
          color: #FFF; }
          .sectionTitle .tabs-channel .nav-item a.ig.active::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 3px;
            background: linear-gradient(45deg, #e6683c -55%, #dc2743 90%);
            display: block;
            position: absolute;
            left: calc(50% - 10px);
            bottom: -7px;
            z-index: -10;
            transform: rotate(45deg); }
        .sectionTitle .tabs-channel .nav-item a.fb.active {
          background: linear-gradient(190deg, #16ADFE 10%, #0063E0 100%);
          transition: all ease .3s;
          transform: translate3d(0px, 5px, 30px);
          box-shadow: 0 0.8rem 1rem -0.5rem rgba(56, 65, 74, 0.3);
          color: #FFF; }
          .sectionTitle .tabs-channel .nav-item a.fb.active::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 3px;
            background: linear-gradient(-20deg, #0470e5 0%, #0483ec 100%);
            display: block;
            position: absolute;
            left: calc(50% - 10px);
            bottom: -7px;
            z-index: -10;
            transform: rotate(45deg); }
        .sectionTitle .tabs-channel .nav-item a.yt.active {
          background: -webkit-linear-gradient(top, #E02A27, #BB161C);
          transition: all ease .3s;
          transform: translate3d(0px, 5px, 30px);
          box-shadow: 0 0.8rem 1rem -0.5rem rgba(56, 65, 74, 0.3);
          color: #FFF; }
          .sectionTitle .tabs-channel .nav-item a.yt.active::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 3px;
            background: -webkit-linear-gradient(-45deg, #E02A27 -40%, #BB161C 52.7%);
            display: block;
            position: absolute;
            left: calc(50% - 10px);
            bottom: -7px;
            z-index: -10;
            transform: rotate(45deg); }
        .sectionTitle .tabs-channel .nav-item a.normal.active {
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          transition: all ease .3s;
          transform: translate3d(0px, 5px, 30px);
          box-shadow: 0 0.8rem 1rem -0.5rem rgba(56, 65, 74, 0.3);
          color: #FFF; }
          .sectionTitle .tabs-channel .nav-item a.normal.active::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 3px;
            background: linear-gradient(45deg, #ff9201 0%, #ff9700 100%);
            display: block;
            position: absolute;
            left: calc(50% - 10px);
            bottom: -7px;
            z-index: -10;
            transform: rotate(45deg); }

.header-title .hint {
  padding-left: 0;
  line-height: 1.5;
  opacity: .5; }
  .header-title .hint:hover {
    opacity: 1; }

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .row.display-flex .card-box {
    height: 100%;
    margin-bottom: 0; }
  .row.display-flex > [class*='col-'] {
    flex-grow: 1; }

.mark,
mark {
  background-color: rgba(255, 152, 152, 0.26);
  color: #c72525; }

.bg-gradient {
  background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
  background-size: 110%; }

.bg-gradient-blue {
  background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
  background-size: 110%; }

.bg-fb {
  background: linear-gradient(190deg, #16ADFE 10%, #0063E0 100%); }

.bg-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.bg-yt {
  background: linear-gradient(45deg, #ff7757 0%, #9a0106 100%); }

.bg-primary {
  background-color: #48a1e3 !important; }

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

.bg-muted {
  background-color: #f1f5f7 !important; }

.text-primary {
  color: #48a1e3 !important; }

.btn-gradient {
  background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%) !important;
  color: #FFF !important;
  font-weight: bold;
  box-shadow: 0 15px 15px -10px rgba(240, 146, 32, 0.5); }

.btn-primary {
  background-color: #48a1e3 !important;
  color: #FFF !important; }

.btn-warning {
  background-color: #F68B00 !important;
  color: #FFF !important; }

.btn-danger {
  background-color: #EA5269 !important;
  color: #FFF !important; }

.btn-success {
  background-color: #06D1AF !important;
  color: #FFF !important; }

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

.text-muted {
  color: #8d9da5 !important; }

.progress-bar-alt-fb {
  background: rgba(66, 103, 178, 0.2); }

.progress-bar-alt-ig {
  background: rgba(204, 46, 137, 0.2); }

.progress-bar-alt-yt {
  background: rgba(187, 22, 28, 0.2); }

.progress-bar-alt-warning {
  background: rgba(240, 146, 33, 0.25); }

.badge-warning {
  background-color: #F68B00; }

.badge-info {
  background-color: #48a1e3; }

.btn-lighten-info {
  border: 1px solid rgba(72, 161, 227, 0.2) !important;
  background-color: rgba(72, 161, 227, 0.1) !important;
  color: #48a1e3 !important; }

.btn-lighten-gray {
  border: 1px solid rgba(141, 157, 165, 0.2) !important;
  background-color: rgba(141, 157, 165, 0.1) !important;
  color: #8d9da5 !important; }

.btn-lighten-success {
  border: 1px solid rgba(6, 209, 175, 0.2) !important;
  background-color: rgba(6, 209, 175, 0.25) !important;
  color: #06D1AF !important; }

.btn-white {
  background: rgba(255, 255, 255, 0.9);
  border-color: #FFF;
  font-weight: bold; }

.btn-lighten-white {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #FFF !important; }

.badge {
  border-radius: 20px;
  padding: .25em 1em; }

.fa-spin {
  -webkit-animation: fa-spin 1.3s infinite linear !important;
  animation: fa-spin 1.3s infinite linear !important; }

.modal .modal-body {
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px !important;
  line-height: 1.2; }

.modal#applyResult_waiting .modal-dialog {
  width: 400px; }
  .modal#applyResult_waiting .modal-dialog .modal-content {
    width: 400px;
    height: 200px;
    justify-content: center; }
    .modal#applyResult_waiting .modal-dialog .modal-content .modal-body {
      font-weight: bold; }
      .modal#applyResult_waiting .modal-dialog .modal-content .modal-body i {
        display: block;
        color: #F68B00;
        margin-top: 20px; }

.modal#applyResult_Result_Failed .modal-dialog {
  width: 400px; }
  .modal#applyResult_Result_Failed .modal-dialog .modal-content {
    width: 400px;
    height: 300px;
    justify-content: center; }
    .modal#applyResult_Result_Failed .modal-dialog .modal-content .modal-body i {
      display: block;
      color: #EA5269;
      margin-bottom: 20px; }
    .modal#applyResult_Result_Failed .modal-dialog .modal-content .modal-body .group {
      margin: 0 auto;
      margin-top: 20px; }
      .modal#applyResult_Result_Failed .modal-dialog .modal-content .modal-body .group a {
        padding: 5px 30px; }
      .modal#applyResult_Result_Failed .modal-dialog .modal-content .modal-body .group .btn-gradient {
        background: linear-gradient(220deg, #f54876 0%, #e39048 100%) !important;
        box-shadow: 0 15px 15px -10px rgba(234, 82, 105, 0.5); }

.modal#applyResult_Result_Success .modal-dialog {
  width: 400px; }
  .modal#applyResult_Result_Success .modal-dialog .modal-content {
    width: 400px;
    height: 300px;
    justify-content: center; }
    .modal#applyResult_Result_Success .modal-dialog .modal-content .modal-body i {
      display: block;
      color: #F68B00;
      margin-bottom: 20px; }
    .modal#applyResult_Result_Success .modal-dialog .modal-content .modal-body button {
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      padding: 5px 30px; }

.modal-dialog {
  max-width: 700px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  filter: drop-shadow(0 20px 20px rgba(56, 65, 74, 0.4)); }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }
  .modal-dialog .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px inset #d4dadd; }
    .modal-dialog .modal-content .modal-header {
      background: #F6B31A;
      border: 2px solid #FFF;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      .modal-dialog .modal-content .modal-header .close {
        margin: -1rem -1rem -2rem auto;
        line-height: 1.5;
        opacity: .8; }
        .modal-dialog .modal-content .modal-header .close:hover {
          opacity: 1; }
      .modal-dialog .modal-content .modal-header .modal-title {
        color: #FFF; }
    .modal-dialog .modal-content .modal-body {
      padding: 0 15px 5px 15px; }

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9); }
  .modal-backdrop.show {
    opacity: .1; }

.card-img-overlay {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.5); }

.card-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }
  .card-columns .card {
    border-radius: 20px; }
    .card-columns .card .card-img-top {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
    .card-columns .card .card-body {
      background: #FFF;
      border-radius: 7px;
      margin-top: -10px;
      position: relative; }
      .card-columns .card .card-body .info {
        margin-top: 10px;
        padding-top: 10px;
        display: block;
        border-top: 1px solid #f1f5f7;
        cursor: pointer;
        transition: all ease-in-out .2s; }
        .card-columns .card .card-body .info p {
          margin-bottom: 0;
          font-size: 12px;
          font-weight: bold;
          padding-right: 15px;
          display: inline-block; }
        .card-columns .card .card-body .info i {
          font-size: 30px;
          float: right;
          margin-top: -10px;
          opacity: .2; }
        .card-columns .card .card-body .info:hover {
          color: #F68B00; }

.card-box {
  border-radius: 20px;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
  border: 2px solid rgba(57, 57, 57, 0.05);
  border-bottom: none;
  margin-bottom: 30px;
  transition: all ease-in-out 0.18s; }
  .card-box .avatar-group .rounded-circle {
    object-fit: contain;
    background: #FFF;
    border: 1px solid #c5ccd0; }
  .card-box .avatar-group .avatar-group-item {
    transition: all ease-in-out .2s; }
    .card-box .avatar-group .avatar-group-item:hover {
      transform: scale(1.4);
      box-shadow: 0 5px 10px -3px rgba(56, 65, 74, 0.5); }
  .card-box .tab-content {
    padding: 0; }
  .card-box.profile {
    overflow: hidden;
    position: relative;
    padding: 90px 35px;
    color: #FFF !important;
    border: none;
    background: linear-gradient(-150deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.75) 100%); }
    .card-box.profile .profile-info-name {
      display: flex;
      align-items: flex-start; }
      .card-box.profile .profile-info-name .profile-img {
        width: 13rem;
        margin-right: 30px;
        position: relative; }
        .card-box.profile .profile-info-name .profile-img .region {
          position: absolute;
          right: 3px;
          bottom: 3px;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 3px solid #FFF; }
          .card-box.profile .profile-info-name .profile-img .region img {
            width: 100%; }
      .card-box.profile .profile-info-name .profile-info-detail {
        width: calc(100% - 13rem - 30px - 250px); }
      .card-box.profile .profile-info-name .award {
        width: 250px;
        margin-top: 1.5rem !important; }
        .card-box.profile .profile-info-name .award .item {
          display: flex;
          margin-bottom: 15px;
          background: rgba(255, 255, 255, 0.2);
          padding: 8px 15px;
          border-radius: 100px;
          backdrop-filter: blur(10px); }
          .card-box.profile .profile-info-name .award .item img {
            height: 55px;
            filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)); }
          .card-box.profile .profile-info-name .award .item .details {
            height: 55px;
            font-size: 95%;
            line-height: 1.2;
            padding-left: 10px;
            display: inline-flex;
            align-items: center;
            font-style: italic;
            font-weight: bold;
            filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4)); }
      @media (max-width: 1200px) {
        .card-box.profile .profile-info-name {
          display: block; }
          .card-box.profile .profile-info-name .profile-img {
            margin: 0 auto; }
          .card-box.profile .profile-info-name .profile-info-detail {
            width: 100%; }
          .card-box.profile .profile-info-name .award {
            width: 100%; }
            .card-box.profile .profile-info-name .award .item {
              display: inline-flex;
              text-align: left; } }
    .card-box.profile .profile-info-detail {
      filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4)); }
      .card-box.profile .profile-info-detail .desc {
        font-size: 13px;
        min-height: 68px;
        margin-bottom: 0;
        padding-bottom: 10px; }
      .card-box.profile .profile-info-detail h4 {
        font-size: 1.3rem; }
    .card-box.profile .profile-overlay {
      display: block;
      height: 110%;
      width: 110%;
      position: absolute;
      top: -5%;
      left: -5%;
      background-size: cover !important;
      background-position: center 25% !important;
      background-repeat: no-repeat;
      z-index: -1;
      filter: blur(5px); }
    .card-box.profile .badge {
      position: absolute;
      top: 0;
      right: 35px;
      background: #F6B31A;
      width: 140px;
      height: 65px;
      font-size: 14px;
      border-radius: 0 0 10px 10px;
      text-align: center;
      box-shadow: 0 2rem 2rem -1.5rem #38414a;
      font-style: italic; }
      .card-box.profile .badge i {
        display: block;
        font-size: 32px;
        padding: 9px 0 5px; }
      .card-box.profile .badge:after {
        position: absolute;
        top: 65px;
        right: 9px;
        content: "";
        width: 0;
        height: 0;
        border-left: 62px solid transparent;
        border-right: 62px solid transparent;
        border-top: 17px solid #F6B31A; }
      .card-box.profile .badge span {
        position: relative;
        display: block;
        text-align: center;
        background: #F8463F;
        font-size: 18px;
        line-height: 1;
        padding: 12px 8px 10px;
        border-top-right-radius: 8px;
        width: 90px; }
      .card-box.profile .badge .ribbon1 span:before,
      .card-box.profile .badge .ribbon1 span:after {
        position: absolute;
        content: ""; }
      .card-box.profile .badge .ribbon1 span:before {
        height: 6px;
        width: 6px;
        left: -6px;
        top: 0;
        background: #F8463F; }
      .card-box.profile .badge .ribbon1 span:after {
        height: 6px;
        width: 8px;
        left: -8px;
        top: 0;
        border-radius: 8px 8px 0 0;
        background: #C02031; }
  .card-box.widget-user {
    background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
    background-size: 110%;
    background-position: center; }
  .card-box .badge.intrest {
    border-radius: 20px;
    margin-right: 3px;
    display: inline;
    background-color: #98a6ad; }

.alsoView .avatar-lg {
  height: 4rem;
  width: 4rem;
  border-radius: 50%; }

.campaign-detail {
  /*CHECKED*/
  /*priority*/
  /*1*/
  /*2*/
  /*ADD NEW*/
  /*UNDO*/ }
  .campaign-detail #topnav {
    background: rgba(255, 255, 255, 0.6); }
    .campaign-detail #topnav .input-group {
      padding: 0 2px; }
    .campaign-detail #topnav .app-search .form-control,
    .campaign-detail #topnav .input-group-append .btn {
      background: #FFF; }
  .campaign-detail .wrapper {
    padding: 0;
    padding-top: 400px; }
    .campaign-detail .wrapper .profile {
      height: 550px;
      width: 100%;
      position: absolute;
      top: 0;
      border-radius: 0;
      box-shadow: none;
      background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.75) 150%); }
      .campaign-detail .wrapper .profile::after {
        width: 100%;
        height: 90px;
        display: block;
        background: linear-gradient(transparent 0%, #fff 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0; }
      .campaign-detail .wrapper .profile .profile-overlay {
        filter: blur(1px); }
    .campaign-detail .wrapper .page-title-box .page-title {
      color: #FFF; }
      .campaign-detail .wrapper .page-title-box .page-title a {
        color: #FFF !important; }
      .campaign-detail .wrapper .page-title-box .page-title span {
        font-size: 140%; }
      .campaign-detail .wrapper .page-title-box .page-title .count-down {
        display: inline;
        font-style: italic;
        font-weight: 100; }
        .campaign-detail .wrapper .page-title-box .page-title .count-down .counter-number {
          padding-left: 10px;
          display: inline;
          font-size: unset; }
  .campaign-detail .about-company img {
    object-fit: contain;
    margin-bottom: 10px; }
  .campaign-detail .about-company.info {
    padding: 10px 20px;
    display: flex; }
    .campaign-detail .about-company.info .company-logo {
      margin-bottom: 0;
      display: inline-flex; }
    .campaign-detail .about-company.info .user-desc {
      display: inline-flex;
      justify-content: center;
      align-content: center;
      align-items: center; }
  .campaign-detail .about-company .list-inline .list-inline-item {
    margin-bottom: 10px; }
    .campaign-detail .about-company .list-inline .list-inline-item.mr-4 {
      margin-right: 1.5rem !important; }
    .campaign-detail .about-company .list-inline .list-inline-item p {
      font-size: 14px; }
  .campaign-detail .project-box.apply .input-group {
    margin-bottom: 20px; }
    .campaign-detail .project-box.apply .input-group .input-group-text {
      border: 1px solid rgba(108, 117, 125, 0.2);
      border-radius: 20px 0 0 20px;
      padding-left: 20px; }
      .campaign-detail .project-box.apply .input-group .input-group-text i {
        padding-left: 5px;
        font-size: 20px;
        margin-top: -3px; }
    .campaign-detail .project-box.apply .input-group .form-control {
      border-radius: 0 20px 20px 0; }
  .campaign-detail .project-box.apply .list-inline .list-inline-item {
    margin-bottom: 10px; }
    .campaign-detail .project-box.apply .list-inline .list-inline-item p {
      font-size: 14px; }
  .campaign-detail #submittion .header-title {
    padding: 0 25px; }
  .campaign-detail #submittion .task-detail {
    background: #FFF; }
    .campaign-detail #submittion .task-detail .badge {
      display: block;
      width: fit-content;
      margin-bottom: 5px; }
    .campaign-detail #submittion .task-detail .card {
      border: none !important;
      border-bottom: 1px solid #8d9da5;
      margin-bottom: 0;
      background: transparent; }
      .campaign-detail #submittion .task-detail .card .card-body {
        padding: 0;
        background: transparent; }
        .campaign-detail #submittion .task-detail .card .card-body .card-text .copy {
          color: #8d9da5;
          font-weight: bold;
          display: block;
          font-size: 90%; }
          .campaign-detail #submittion .task-detail .card .card-body .card-text .copy i {
            padding-left: 10px; }
        .campaign-detail #submittion .task-detail .card .card-body .mt-3 {
          text-align: center;
          margin-top: .5rem !important; }
          .campaign-detail #submittion .task-detail .card .card-body .mt-3 .btn {
            width: 48%;
            padding: .45rem .8rem; }
  .campaign-detail .task-detail .btn-sm {
    margin-top: -9px; }
  .campaign-detail .task-detail .card-title {
    line-height: 1.5; }
  .campaign-detail .task-detail .card-text {
    color: #393939;
    width: fit-content;
    border-bottom: 1px solid rgba(141, 157, 165, 0.2);
    padding-bottom: 6px;
    padding-right: 6px;
    margin-bottom: 6px; }
    .campaign-detail .task-detail .card-text b {
      color: #8d9da5;
      pointer-events: none;
      user-select: none;
      padding-right: 15px; }
    .campaign-detail .task-detail .card-text.noborder {
      border: none; }
  .campaign-detail .task-detail .draft-images {
    padding-top: 10px; }
    .campaign-detail .task-detail .draft-images img {
      display: inline-block;
      width: 100px;
      height: 100px;
      margin-right: 5px;
      margin-bottom: 5px;
      border-radius: 10px;
      object-fit: cover;
      transition: all ease-in-out 0.18s; }
      .campaign-detail .task-detail .draft-images img:hover {
        transform: scale(1.05);
        box-shadow: 0 0.7rem 1rem -0.5rem rgba(56, 65, 74, 0.45); }
    .campaign-detail .task-detail .draft-images .file {
      float: left;
      width: 100px;
      height: 100px;
      padding-top: 20px;
      vertical-align: middle;
      line-height: 20px;
      text-align: center;
      margin-right: 5px;
      border-radius: 10px;
      background: #8d9da5;
      transition: all ease-in-out 0.18s;
      color: #FFF;
      font-size: 10px; }
      .campaign-detail .task-detail .draft-images .file i {
        display: block;
        padding-bottom: 5px;
        font-size: 30px; }
      .campaign-detail .task-detail .draft-images .file:hover {
        transform: scale(1.05);
        box-shadow: 0 0.7rem 1rem -0.5rem rgba(56, 65, 74, 0.45); }
  .campaign-detail .product-wrapper {
    position: relative; }
    .campaign-detail .product-wrapper::before {
      content: "";
      display: block;
      width: 18px;
      height: 100%;
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0), white);
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0; }
    .campaign-detail .product-wrapper::after {
      content: "";
      display: block;
      width: 18px;
      height: 100%;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
      position: absolute;
      z-index: 9;
      right: 0;
      top: 0; }
    .campaign-detail .product-wrapper .swiper-container {
      width: 100%;
      height: 100%;
      padding: 0 50px; }
    .campaign-detail .product-wrapper .swiper-slide {
      background: #fff;
      width: 80%; }
      .campaign-detail .product-wrapper .swiper-slide .productimg-slider {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        height: 100%; }
        .campaign-detail .product-wrapper .swiper-slide .productimg-slider .title {
          position: absolute;
          height: 20px;
          line-height: 20px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 75%;
          font-weight: bold;
          background: rgba(57, 57, 57, 0.75);
          color: #FFF;
          top: calc(7.5rem - 20px); }
        .campaign-detail .product-wrapper .swiper-slide .productimg-slider li {
          display: none; }
          .campaign-detail .product-wrapper .swiper-slide .productimg-slider li:first-child {
            display: block; }
          .campaign-detail .product-wrapper .swiper-slide .productimg-slider li .thumb-img {
            object-fit: contain; }
    .campaign-detail .product-wrapper .swiper-pagination-bullet-active {
      color: #F68B00; }
    .campaign-detail .product-wrapper .swiper-button-next,
    .campaign-detail .product-wrapper .swiper-button-prev {
      color: #F68B00;
      z-index: 999; }
      .campaign-detail .product-wrapper .swiper-button-next::after,
      .campaign-detail .product-wrapper .swiper-button-prev::after {
        font-size: 27px; }
  .campaign-detail .main ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 5px;
    position: relative; }
    .campaign-detail .main ul li {
      position: relative;
      padding: 0; }
      .campaign-detail .main ul li .dragger {
        position: absolute;
        top: -12px;
        left: -40px;
        color: #ccc;
        font-size: 23px;
        display: none;
        padding: 23px;
        cursor: move; }
      .campaign-detail .main ul li.dragger span:first-child {
        position: relative;
        left: 5px; }
      .campaign-detail .main ul li:hover .dragger {
        display: block; }
  .campaign-detail .main div.add .add-txt div span {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 1px; }
  .campaign-detail .main div.add .add-txt span.txt {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative; }
  .campaign-detail .main ul li.ui-sortable-helper {
    background: white;
    border-radius: 2px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    cursor: move; }
    .campaign-detail .main ul li.ui-sortable-helper label {
      border: none; }
    .campaign-detail .main ul li.ui-sortable-helper .priority-indicator {
      left: -7px; }
  .campaign-detail .main ul li:nth-child(2) label {
    border-top: 0; }
  .campaign-detail .main ul li label {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #eaeaea; }
    .campaign-detail .main ul li label:hover .checkbox {
      border-color: #999; }
  .campaign-detail .main ul li input[type=checkbox]:checked + label span:before {
    width: 100%; }
  .campaign-detail .main ul li input[type=checkbox]:checked + label .checkbox {
    background: #FFAB03;
    border-color: #FFAB03; }
  .campaign-detail .main ul li input[type=checkbox]:focus + label .checkbox {
    background: #FFAB03;
    border-color: #FFAB03; }
  .campaign-detail .main ul li input[type=checkbox]:checked + label {
    color: #CCC; }
  .campaign-detail .main ul li input[type=checkbox]:checked + .icon-pencil {
    color: green; }
  .campaign-detail .main ul li input[type=checkbox]:checked + label .checkbox .fal {
    display: block; }
  .campaign-detail .main ul li label .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    position: relative;
    top: 7px;
    border-radius: 1px;
    cursor: pointer;
    z-index: 10; }
    .campaign-detail .main ul li label .checkbox .fal {
      text-align: center;
      position: absolute;
      top: 3px;
      left: 2px;
      font-size: 14px;
      display: none;
      color: #FFF; }
  .campaign-detail .main ul li label span.item-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    top: 5px; }
    .campaign-detail .main ul li label span.item-name:before {
      content: '';
      height: 1px;
      background: #c1c1c1;
      width: 0;
      position: absolute;
      top: 12px;
      left: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .campaign-detail .add input,
  .campaign-detail .main ul li input[type=text] {
    position: absolute;
    border: none;
    color: #333;
    font-size: 16px;
    background: white;
    padding: 15px 0;
    padding-left: 34px;
    width: 0;
    top: 0px;
    left: 0;
    display: none;
    border-bottom: 2px solid #FFAB03;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .campaign-detail .add input {
    outline: none;
    width: 100%; }
  .campaign-detail .main ul li input[type=text]:focus {
    outline: none;
    width: 100%; }
  .campaign-detail .main ul li input[type=checkbox] {
    display: none; }
  .campaign-detail .main ul .actions {
    position: absolute;
    top: 0;
    right: 0px;
    overflow: hidden;
    z-index: 10; }
  .campaign-detail .main ul li:hover .actions {
    display: block; }
    .campaign-detail .main ul li:hover .actions span {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .campaign-detail .main ul .actions span {
    vertical-align: middle;
    display: inline-block;
    padding: 25px 6px;
    cursor: pointer;
    color: #999;
    opacity: 0;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
    .campaign-detail .main ul .actions span.fal-pencil:hover {
      color: #34a1fd; }
    .campaign-detail .main ul .actions span.fal-trash:hover {
      color: #fe4444; }
    .campaign-detail .main ul .actions span.prio-btn:hover {
      color: #fbaa0f; }
  .campaign-detail .main ul li.priority1 .actions span.prio-btn {
    color: #fbaa0f; }
  .campaign-detail .main ul li.priority1 .priority-indicator {
    background: #fbaa0f; }
  .campaign-detail .main ul li.priority1 .actions span.prio-btn {
    color: #fbaa0f; }
  .campaign-detail .main ul li.priority1 .priority-indicator {
    background: #fbaa0f; }
  .campaign-detail .main ul li.priority2 .actions span.prio-btn {
    color: #fe4444; }
  .campaign-detail .main ul li.priority2 .priority-indicator {
    background: #fe4444; }
  .campaign-detail .priority-indicator {
    width: 3px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: -24px;
    display: none; }
  .campaign-detail .main ul li.priority .priority-indicator {
    display: block; }
  .campaign-detail .main ul li.checked .priority-indicator,
  .campaign-detail .main ul li.checked .fal-pencil,
  .campaign-detail .main ul li.checked .prio-btn {
    display: none; }
  .campaign-detail .main div.add {
    padding: 0;
    cursor: pointer;
    position: relative; }
    .campaign-detail .main div.add .add-txt {
      border-top: 1px solid #eaeaea;
      padding: 15px 0 0;
      position: relative; }
      .campaign-detail .main div.add .add-txt div {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 10; }
  .campaign-detail .add input {
    border-bottom: 0; }
  .campaign-detail .undo {
    left: 50%;
    -ms-transform: translate(-50%, 300px);
    -webkit-transform: translate(-50%, 300px);
    transform: translate(-50%, 300px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 100; }
    .campaign-detail .undo.active {
      -ms-transform: translate(-50%, 0px);
      -webkit-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
    .campaign-detail .undo div {
      display: inline-block;
      margin-left: 10px;
      border-left: 1px solid #eaeaea;
      padding-left: 10px;
      color: #999; }
      .campaign-detail .undo div:hover {
        color: #3bc562;
        cursor: pointer; }
    .campaign-detail .undo span {
      display: inline-block;
      margin-right: 2px; }

.right-panel,
.campaign-sidebar {
  position: relative; }
  .right-panel.sticky-top,
  .campaign-sidebar.sticky-top {
    position: sticky;
    top: 115px; }

@keyframes pending {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .right-panel .status .stepbar-progress,
  .campaign-sidebar .status .stepbar-progress {
    border-spacing: 0px;
    width: 100%;
    height: 32px;
    border-collapse: collapse; }
    .right-panel .status .stepbar-progress .step-item,
    .campaign-sidebar .status .stepbar-progress .step-item {
      width: 32px; }
      .right-panel .status .stepbar-progress .step-item .step-body,
      .campaign-sidebar .status .stepbar-progress .step-item .step-body {
        position: relative;
        display: block;
        width: 32px;
        height: 32px;
        background-color: #f6f7fc;
        border: 5px solid #f6f7fc;
        border-radius: 50%; }
        .right-panel .status .stepbar-progress .step-item .step-body .icon,
        .campaign-sidebar .status .stepbar-progress .step-item .step-body .icon {
          width: 22px;
          text-align: center;
          display: block;
          margin-top: -1px; }
          .right-panel .status .stepbar-progress .step-item .step-body .icon:before,
          .campaign-sidebar .status .stepbar-progress .step-item .step-body .icon:before {
            color: white;
            line-height: 20px;
            font-family: "Font Awesome 5 Pro";
            font-weight: 100;
            font-size: 13px; }
    .right-panel .status .stepbar-progress .step-item-progress,
    .campaign-sidebar .status .stepbar-progress .step-item-progress {
      width: 50%;
      height: 32px;
      verticle-align: middle;
      padding: 0; }
      .right-panel .status .stepbar-progress .step-item-progress .progress-body,
      .campaign-sidebar .status .stepbar-progress .step-item-progress .progress-body {
        display: block;
        height: 11px;
        background-color: #f6f7fc;
        border-top: 3px solid #f6f7fc;
        border-bottom: 3px solid #f6f7fc;
        transition: all 1s ease; }
        .right-panel .status .stepbar-progress .step-item-progress .progress-body .body-fill,
        .campaign-sidebar .status .stepbar-progress .step-item-progress .progress-body .body-fill {
          width: 20px;
          height: 5px;
          background-color: #1AB394; }
    .right-panel .status .stepbar-progress .step-item-first .step-body:after,
    .right-panel .status .stepbar-progress .step-item-middle .step-body:after,
    .right-panel .status .stepbar-progress .step-item-middle .step-body:before,
    .right-panel .status .stepbar-progress .step-item-last .step-body:before,
    .campaign-sidebar .status .stepbar-progress .step-item-first .step-body:after,
    .campaign-sidebar .status .stepbar-progress .step-item-middle .step-body:after,
    .campaign-sidebar .status .stepbar-progress .step-item-middle .step-body:before,
    .campaign-sidebar .status .stepbar-progress .step-item-last .step-body:before {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      height: 11px;
      width: 6px;
      background-color: #f6f7fc;
      border-top: 3px solid #f6f7fc;
      border-bottom: 3px solid #f6f7fc; }
    .right-panel .status .stepbar-progress .step-item-first .step-body:after,
    .right-panel .status .stepbar-progress .step-item-middle .step-body:after,
    .campaign-sidebar .status .stepbar-progress .step-item-first .step-body:after,
    .campaign-sidebar .status .stepbar-progress .step-item-middle .step-body:after {
      left: 100%; }
    .right-panel .status .stepbar-progress .step-item-middle .step-body:before,
    .right-panel .status .stepbar-progress .step-item-last .step-body:before,
    .campaign-sidebar .status .stepbar-progress .step-item-middle .step-body:before,
    .campaign-sidebar .status .stepbar-progress .step-item-last .step-body:before {
      right: 100%; }
  .right-panel .status .stepbar-progress,
  .campaign-sidebar .status .stepbar-progress {
    /* Individual Steps */ }
    .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F04C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F04C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before {
      background-color: #FFAB00; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body {
      background-color: #FFAB00; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body .icon:before {
        content: "\F04C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before {
      background-color: #FFAB00; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body:before {
      background-color: #FFAB00; }
    .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon,
      .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon {
        animation: pending infinite 2s ease; }
        .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before,
        .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F304"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon {
        animation: pending infinite 2s ease; }
        .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before,
        .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F304"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
      background-color: #55c9ef; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body {
      background-color: #55c9ef; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon {
        animation: pending infinite 2s ease; }
        .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon:before,
        .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon:before {
          content: "\F304"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
      background-color: #55c9ef; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body:before {
      background-color: #55c9ef; }
    .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
      background-color: #5ae0b2; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body {
      background-color: #5ae0b2; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
      background-color: #5ae0b2; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body:before {
      background-color: #5ae0b2; }
    .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F12A"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F12A"; }
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body:before {
      background-color: #ff5b5b; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body {
      background-color: #ff5b5b; }
      .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body .icon:before,
      .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body .icon:before {
        content: "\F12A"; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:before {
      background-color: #ff5b5b; }
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:after,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .right-panel .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body:before,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:after,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .campaign-sidebar .status .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body:before {
      background-color: #ff5b5b; }

#draft .tab-content {
  padding: 5px 10px;
  border: 1px solid #dde1e5;
  border-top: none; }

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

.setting-box .text-muted {
  display: flex;
  justify-content: space-between; }

.setting-box .custom-switch {
  margin: 0;
  display: inline-block;
  margin-bottom: 1rem;
  min-height: auto;
  margin-top: -3px;
  margin-right: -8px;
  text-align: right; }

.setting-box .shareLoginArea {
  margin-top: 5px;
  padding: 5px 15px;
  background: rgba(241, 245, 247, 0.8);
  border-radius: 20px; }
  .setting-box .shareLoginArea .input-group {
    border-radius: 100px;
    background: rgba(141, 157, 165, 0.1);
    padding: 3px; }
    .setting-box .shareLoginArea .input-group .form-control {
      background: transparent;
      border: none;
      height: 30px; }
    .setting-box .shareLoginArea .input-group .input-group-append .btn {
      border-radius: 100px; }

.project-box {
  padding-bottom: 0.8rem;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all ease .5s; }
  .project-box .notice {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #FCE5CE;
    color: #F68B00; }
  .project-box img {
    object-fit: contain; }
  .project-box .progress {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px 20px; }
  .project-box .ribbon {
    font-size: 10px; }
    .project-box .ribbon span {
      line-height: 19px;
      background: #F68B00; }
      .project-box .ribbon span p {
        padding: 0;
        margin: 0;
        font-weight: bold;
        transform: scale(0.85); }
      .project-box .ribbon span::before {
        border-top-color: #F68B00;
        border-left-color: #F68B00; }
      .project-box .ribbon span::after {
        border-top-color: #F68B00;
        border-right-color: #F68B00; }
    .project-box .ribbon ~ h4,
    .project-box .ribbon ~ .text-primary {
      padding-left: 15px; }
  .project-box:hover {
    transform: scale(1.01);
    transition: all ease .2s;
    box-shadow: 0 2.5rem 3rem -0.5rem rgba(56, 65, 74, 0.3); }
  .project-box.market-list {
    border-bottom: none; }
    .project-box.market-list img {
      border-radius: 20px; }
    .project-box.market-list .project-desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

.switch-bar {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2);
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  height: 48px; }
  .switch-bar .date {
    float: right;
    display: inline-block; }
    .switch-bar .date .title {
      display: inline-block;
      padding: 10px 5px;
      width: 120px; }
      .switch-bar .date .title.print {
        cursor: pointer; }
    .switch-bar .date #dateswitcher {
      color: #F68B00;
      font-weight: bold;
      padding: 10px 1px;
      margin-bottom: -20px;
      transition: all ease-in-out 0.18s;
      border-bottom: 2px solid #F68B00;
      height: 48px;
      display: inline-flex;
      cursor: pointer; }
      .switch-bar .date #dateswitcher i {
        padding-left: 10px; }
  .switch-bar .tabs-bordered-g {
    display: inline-flex; }
    .switch-bar .tabs-bordered-g .nav-link {
      padding: 0 25px;
      height: 48px;
      line-height: 48px; }

.daterangepicker {
  box-shadow: 0 2rem 2rem rgba(56, 65, 74, 0.25);
  font-family: "Nunito", 'Noto Sans TC', sans-serif !important; }
  .daterangepicker .ranges ul {
    width: 160px !important; }
    .daterangepicker .ranges ul li {
      font-size: 14px !important;
      color: #6c757d;
      padding: 12px 15px !important;
      font-weight: bold; }
      .daterangepicker .ranges ul li.active {
        background-color: #F68B00 !important; }
  .daterangepicker button.applyBtn {
    border: 1px solid rgba(53, 184, 224, 0.2) !important;
    background-color: rgba(53, 184, 224, 0.25) !important;
    color: #35b8e0 !important;
    border-radius: 50px; }
  .daterangepicker button.cancelBtn {
    color: #6c757d; }

.chart-box,
.card-box {
  position: relative; }
  .chart-box .loading-overlay,
  .card-box .loading-overlay {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: inline-flex;
    align-items: center;
    color: #8d9da5; }
    .chart-box .loading-overlay i,
    .card-box .loading-overlay i {
      margin: 0 auto;
      font-size: 50px; }
    .chart-box .loading-overlay p,
    .card-box .loading-overlay p {
      font-style: italic;
      user-select: none;
      display: block;
      margin-top: 10px; }
    .chart-box .loading-overlay .wording,
    .card-box .loading-overlay .wording {
      margin: 0 auto; }

.brandEr {
  position: relative; }
  .brandEr #brandEr {
    display: block;
    background: transparent;
    z-index: 2;
    position: relative; }
  .brandEr .sentiment {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 0;
    top: 40px;
    right: -280px; }
    .brandEr .sentiment .container {
      display: flex;
      position: relative;
      width: 325px;
      padding: 0;
      justify-content: space-between; }
      .brandEr .sentiment .container i {
        font-size: 150%;
        transform: rotate(-90deg); }
        .brandEr .sentiment .container i.fa-laugh {
          color: #06D1AF; }
        .brandEr .sentiment .container i.fa-angry {
          color: #F68B00; }
      .brandEr .sentiment .container span {
        color: #000; }

.campaign-detail .content {
  height: auto;
  overflow: visible;
  filter: none;
  opacity: 1;
  pointer-events: all;
  user-select: auto; }
  .campaign-detail .content::after {
    content: "";
    display: none;
    height: 100px;
    width: 100%;
    background: red;
    position: absolute;
    bottom: -100px;
    z-index: 99999;
    box-shadow: 0 -25px 40px -35px #393939; }
  .campaign-detail .content[id*="privated"] {
    height: 220px;
    overflow: hidden;
    position: relative;
    filter: saturate(0.1);
    opacity: 1;
    pointer-events: none;
    user-select: none; }
    .campaign-detail .content[id*="privated"] ~ .unlock-info {
      display: block !important; }
    .campaign-detail .content[id*="privated"]::after {
      display: block; }
    .campaign-detail .content[id*="privated"] .sticky-top {
      position: relative;
      top: auto; }

.campaign-detail .unlock-info {
  display: none;
  text-align: center;
  margin-top: -45px;
  padding-top: 130px;
  position: relative; }
  .campaign-detail .unlock-info h3 {
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .campaign-detail .unlock-info .icon {
    background: white;
    box-shadow: 0 1.5rem 2rem -1rem rgba(56, 65, 74, 0.25);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 75px);
    top: -30px; }
  .campaign-detail .unlock-info i {
    line-height: 145px;
    font-size: 75px;
    color: #F6B419; }
    .campaign-detail .unlock-info i::after {
      color: #F68B00;
      opacity: 1; }
  .campaign-detail .unlock-info a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px; }

#insight .content {
  height: 220px;
  overflow: hidden;
  position: relative;
  filter: blur(0.5px);
  opacity: .5;
  pointer-events: none;
  user-select: none; }
  #insight .content::after {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    background: red;
    position: absolute;
    bottom: -100px;
    box-shadow: 0 -25px 40px -35px #393939; }
  #insight .content[id*="unlocked"] {
    height: auto;
    overflow: visible;
    filter: none;
    opacity: 1;
    pointer-events: all;
    user-select: auto; }
    #insight .content[id*="unlocked"] ~ .unlock-info {
      display: none; }
    #insight .content[id*="unlocked"]::after {
      display: none; }

#insight .unlock-info {
  display: block;
  text-align: center;
  margin-top: -45px;
  padding-top: 130px;
  position: relative; }
  #insight .unlock-info h3 {
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #insight .unlock-info .icon {
    background: white;
    box-shadow: 0 1.5rem 2rem -1rem rgba(56, 65, 74, 0.25);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 75px);
    top: -30px; }
  #insight .unlock-info i {
    line-height: 145px;
    font-size: 75px;
    color: #F6B419; }
    #insight .unlock-info i::after {
      color: #F68B00;
      opacity: 1; }
  #insight .unlock-info a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px; }

#insight .demographic .tab-content .insightChart {
  height: 350px; }

#insight .demographic .nav-tabs {
  border: none;
  align-items: center;
  justify-content: center; }
  #insight .demographic .nav-tabs .nav-item {
    margin: 0; }
    #insight .demographic .nav-tabs .nav-item .nav-link {
      border: none; }
      #insight .demographic .nav-tabs .nav-item .nav-link.active {
        font-weight: bold; }

.unlock-time {
  width: 300px;
  padding: 20px;
  height: 84px;
  position: fixed;
  display: flex;
  bottom: 30px;
  left: 30px;
  color: #FFF;
  z-index: 999999;
  transition: all ease-in-out 0.18s;
  cursor: pointer;
  pointer-events: none;
  transform: translateX(-5px) scale(0.95); }
  .unlock-time::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 100px;
    box-shadow: 0 15px 15px -10px rgba(240, 146, 32, 0.5);
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    transition: all ease-in-out 0.18s;
    pointer-events: all;
    opacity: 0.1; }
  .unlock-time i {
    font-size: 40px;
    margin-right: 10px;
    margin-left: 5px;
    color: #F68B00;
    transition: all ease-in-out 0.18s; }
  .unlock-time .period {
    align-self: center;
    font-size: 13px;
    width: 300px;
    display: block;
    transform: translateX(-50px);
    transition: all ease-in-out 0.18s;
    opacity: 0; }
  .unlock-time:hover {
    width: 300px;
    transform: translateX(0px) scale(1); }
    .unlock-time:hover .period {
      transform: translateX(0px);
      opacity: 1; }
    .unlock-time:hover i {
      color: #FFF; }
    .unlock-time:hover::before {
      width: 300px;
      opacity: 1; }

.comparison-container {
  width: 100%;
  position: fixed;
  bottom: 30px;
  z-index: 99999;
  pointer-events: none; }
  .comparison-container .comparison-bar {
    pointer-events: all;
    width: fit-content;
    background: #FFF;
    border-radius: 100px;
    height: 84px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 25px;
    border: 2px solid #e4e6e6;
    box-shadow: 0 1.5rem 1.5rem -1rem rgba(56, 65, 74, 0.2);
    transition: all ease-in-out 0.18s; }
    .comparison-container .comparison-bar .item-container {
      display: inline-block; }
      .comparison-container .comparison-bar .item-container .compare-item {
        border: 0;
        margin: 5px 0;
        display: inline-block;
        position: relative;
        animation: slide-up 0.4s ease-in-out;
        transition: all ease-in-out 0.18s; }
        .comparison-container .comparison-bar .item-container .compare-item img {
          height: 70px;
          width: auto;
          border: 0;
          transition: all ease-in-out 0.18s; }
          .comparison-container .comparison-bar .item-container .compare-item img:hover {
            transform: scale(0.9); }
        .comparison-container .comparison-bar .item-container .compare-item a {
          position: absolute;
          top: 0;
          right: 0px;
          font-size: 17px;
          color: #ff5b5b; }
    .comparison-container .comparison-bar button {
      display: inline-block;
      margin-left: 10px;
      margin-top: -70px; }

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: scale(0.85); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@media (min-width: 768px) and (max-width: 979px) {
  .tabs-center {
    width: calc(90% - 48px); }
  .display-flex {
    display: block; }
    .display-flex .col-sm-12 {
      margin-bottom: 30px; }
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (max-width: 1200px) {
  .tabs-center {
    width: calc(100% - 48px); }
  .display-flex {
    display: block; }
    .display-flex .col-sm-12 {
      margin-bottom: 30px; }
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .profile {
    text-align: center; }
    .profile .badge {
      transform: scale(0.8);
      top: -8px !important;
      right: 10px !important; }
    .profile .avatar-xxxl {
      float: inherit !important;
      margin-right: unset !important; }
    .profile .profile-info-detail {
      margin-top: 10px; }
    .profile button {
      margin-right: unset !important;
      margin-bottom: 5px; }
  .comparison-container {
    transform: scale(0.8); } }

.webui-popover-content {
  font-size: 14px;
  color: #929da0;
  font-style: italic; }
  .webui-popover-content b {
    font-weight: 600; }
  .webui-popover-content hr {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .webui-popover-content .up {
    color: #6FC940; }
    .webui-popover-content .up::before {
      content: "\F176";
      font-family: 'Font Awesome 5 Pro';
      margin-left: 10px;
      color: #6FC940;
      font-weight: 100; }
  .webui-popover-content .down {
    color: #ef7979; }
    .webui-popover-content .down::before {
      content: "\F175";
      font-family: 'Font Awesome 5 Pro';
      margin-left: 10px;
      color: #ef7979;
      font-weight: 100; }
  .webui-popover-content span {
    font-weight: bold; }

#posts .pop-posts .item .card .card-img-overlay .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow-y: scroll;
  transition: all ease-in-out 0.18s;
  height: 100px; }
  #posts .pop-posts .item .card .card-img-overlay .content b {
    background: #F6B419;
    color: #393939; }

.webui-popover {
  border: none !important;
  border-radius: 20px !important; }

.webui-popover.bottom > .arrow,
.webui-popover.bottom-right > .arrow,
.webui-popover.bottom-left > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.09) !important; }

.webui-popover.right > .arrow,
.webui-popover.right-top > .arrow,
.webui-popover.right-bottom > .arrow {
  border-right-color: rgba(0, 0, 0, 0.09) !important; }

.webui-popover.left > .arrow,
.webui-popover.left-top > .arrow,
.webui-popover.left-bottom > .arrow {
  border-left-color: rgba(0, 0, 0, 0.09) !important; }

.webui-popover-backdrop {
  background-color: rgba(255, 255, 255, 0.6); }

.webui-popover-content iframe html {
  overflow-y: scroll !important; }

.profile-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile'; }

.profile-comparison-table header {
  padding: 0 0 25px;
  margin-top: -20px; }
  .profile-comparison-table header::after {
    clear: both;
    content: "";
    display: table; }

.profile-comparison-table h2 {
  float: left;
  font-weight: bold; }

.profile-comparison-table .actions {
  float: right; }

.profile-comparison-table .reset,
.profile-comparison-table .filter {
  font-size: 1rem; }

.profile-comparison-table .reset {
  color: #a8a8a8; }

.profile-comparison-table .filter {
  padding: .6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 20px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .profile-comparison-table .filter.active {
    cursor: pointer;
    background-color: #F68B00; }

.no-touch .profile-comparison-table .filter.active:hover {
  background-color: #a7cea1; }

.projectManager .tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
  margin-top: -46px; }
  .projectManager .tabs-bordered .nav-link {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
    font-size: 18px;
    transition: all ease-in-out 0.18s;
    font-weight: bold; }
    .projectManager .tabs-bordered .nav-link span {
      opacity: .7;
      padding-left: 10px; }
    .projectManager .tabs-bordered .nav-link.active {
      color: #F68B00;
      background: none;
      border-bottom: 2px solid #F68B00 !important;
      box-shadow: 0 20px 20px -15px rgba(240, 146, 32, 0.4); }

.projectManager .chart-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px); }

.projectManager .project-box .progress {
  direction: rtl; }

.projectManager #completed .project-box {
  opacity: .8;
  box-shadow: none; }
  .projectManager #completed .project-box:hover {
    transform: scale(1);
    opacity: 1; }

.projectManager .widget-user {
  min-height: calc(100vh - 636px);
  padding-left: 20px;
  padding-bottom: 20px; }
  .projectManager .widget-user h3,
  .projectManager .widget-user h6 {
    padding-left: 15px; }
  .projectManager .widget-user .clndr .clndr-controls {
    display: none;
    width: 100%;
    position: relative;
    margin-bottom: 10px; }
    .projectManager .widget-user .clndr .clndr-controls .month {
      float: left;
      width: 33%;
      text-align: center; }
    .projectManager .widget-user .clndr .clndr-controls .clndr-control-button {
      float: left;
      width: 33%; }
      .projectManager .widget-user .clndr .clndr-controls .clndr-control-button.rightalign {
        text-align: right;
        width: 34%; }
      .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-next-button,
      .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
        cursor: pointer;
        -webkit-user-select: none;
        /* Chrome/Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+ */ }
        .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,
        .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
          background: #ddd; }
        .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive,
        .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
          opacity: 0.5; }
          .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover,
          .projectManager .widget-user .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
            background: none;
            cursor: default; }
  .projectManager .widget-user .clndr .clndr-table {
    table-layout: fixed;
    width: 100%; }
    .projectManager .widget-user .clndr .clndr-table .header-days {
      height: 30px;
      font-size: 10px;
      font-weight: bold; }
      .projectManager .widget-user .clndr .clndr-table .header-days .header-day {
        vertical-align: middle;
        text-align: center;
        color: #fff; }
    .projectManager .widget-user .clndr .clndr-table tr {
      height: 30px;
      line-height: 30px; }
      .projectManager .widget-user .clndr .clndr-table tr td {
        vertical-align: middle; }
      .projectManager .widget-user .clndr .clndr-table tr .day {
        width: 100%;
        height: 0;
        position: relative;
        transition: all ease-in-out 0.18s; }
        .projectManager .widget-user .clndr .clndr-table tr .day:hover {
          background: rgba(255, 255, 255, 0.2); }
        .projectManager .widget-user .clndr .clndr-table tr .day.today, .projectManager .widget-user .clndr .clndr-table tr .day.my-today {
          background: rgba(255, 255, 255, 0.3);
          border-radius: 3px; }
          .projectManager .widget-user .clndr .clndr-table tr .day.today .day-contents, .projectManager .widget-user .clndr .clndr-table tr .day.my-today .day-contents {
            font-size: 22px;
            color: #fff; }
        .projectManager .widget-user .clndr .clndr-table tr .day.today.event, .projectManager .widget-user .clndr .clndr-table tr .day.my-today.event {
          background: rgba(244, 188, 148, 0.45); }
        .projectManager .widget-user .clndr .clndr-table tr .day.event, .projectManager .widget-user .clndr .clndr-table tr .day.my-event {
          font-weight: bold;
          cursor: pointer;
          background: rgba(255, 255, 255, 0);
          transition: all ease-in-out 0.18s; }
          .projectManager .widget-user .clndr .clndr-table tr .day.event::after, .projectManager .widget-user .clndr .clndr-table tr .day.my-event::after {
            background: #F68B00;
            width: 10px;
            height: 3px;
            border-radius: 50px;
            content: "";
            position: absolute;
            left: calc(50% - 5px);
            bottom: 2px;
            transition: all ease-in-out 0.18s; }
        .projectManager .widget-user .clndr .clndr-table tr .day.event:hover, .projectManager .widget-user .clndr .clndr-table tr .day.my-event:hover {
          background: rgba(255, 255, 255, 0.2); }
          .projectManager .widget-user .clndr .clndr-table tr .day.event:hover::after, .projectManager .widget-user .clndr .clndr-table tr .day.my-event:hover::after {
            width: 100%;
            height: 3px;
            border-radius: 10px;
            left: 0; }
        .projectManager .widget-user .clndr .clndr-table tr .day.inactive, .projectManager .widget-user .clndr .clndr-table tr .day.my-inactive {
          background: #ddd; }
        .projectManager .widget-user .clndr .clndr-table tr .day .day-contents {
          padding: 8px;
          font-size: 15px;
          text-align: center;
          color: white; }
      .projectManager .widget-user .clndr .clndr-table tr .empty,
      .projectManager .widget-user .clndr .clndr-table tr .adjacent-month,
      .projectManager .widget-user .clndr .clndr-table tr .my-empty,
      .projectManager .widget-user .clndr .clndr-table tr .my-adjacent-month {
        width: 100%;
        height: inherit; }
        .projectManager .widget-user .clndr .clndr-table tr .empty .day-contents,
        .projectManager .widget-user .clndr .clndr-table tr .adjacent-month .day-contents,
        .projectManager .widget-user .clndr .clndr-table tr .my-empty .day-contents,
        .projectManager .widget-user .clndr .clndr-table tr .my-adjacent-month .day-contents {
          color: rgba(255, 255, 255, 0.4); }
      .projectManager .widget-user .clndr .clndr-table tr .empty:hover,
      .projectManager .widget-user .clndr .clndr-table tr .adjacent-month:hover,
      .projectManager .widget-user .clndr .clndr-table tr .my-empty:hover,
      .projectManager .widget-user .clndr .clndr-table tr .my-adjacent-month:hover {
        background: transparent; }
  .projectManager .widget-user #accordion .trigger .card-header {
    background: transparent;
    color: #FFF;
    margin-left: 1rem;
    margin-right: .5rem;
    padding: 1rem;
    padding-left: 0;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: all ease .3s; }
  .projectManager .widget-user #accordion .trigger::before {
    font-family: "Font Awesome 5 Pro";
    content: "\F077";
    float: right;
    font-weight: 100;
    display: block;
    color: #FFF;
    padding: 1rem; }
  .projectManager .widget-user #accordion .trigger.collapsed .card-header {
    border-color: rgba(255, 255, 255, 0.2); }
  .projectManager .widget-user #accordion .trigger.collapsed::before {
    content: "\F078"; }
  .projectManager .widget-user #accordion .card-body {
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 1rem;
    margin-right: .5rem;
    padding: 1rem 0; }
  .projectManager .widget-user #accordion #DueList .card-body {
    padding: 0; }
    .projectManager .widget-user #accordion #DueList .card-body .card-box {
      margin-bottom: 15px; }
  .projectManager .widget-user #accordion #ToDo li {
    margin-left: 1rem;
    margin-right: .5rem;
    border: 0;
    border-radius: 2px; }

.projectManager::before {
  content: "";
  width: 27vw;
  height: 100vh;
  background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
  display: block;
  position: fixed;
  top: 0;
  right: 0; }

.projectManager ~ .webui-popover .webui-popover-content {
  color: #323a46;
  font-weight: bold; }

.profile-table {
  position: relative;
  overflow: hidden; }
  .profile-table .features {
    /* fixed left column - item properties list */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    border-style: none;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fff;
    opacity: .95;
    display: none; }
    .profile-table .features::after {
      /* color gradient on the right of .features -  visible while scrolling inside the .profile-table */
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 4px;
      height: 100%;
      background-color: transparent;
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
      opacity: 0; }
  .profile-table.scrolling .features::after {
    opacity: 1; }

@media only screen and (min-width: 1170px) {
  .profile-table .features {
    width: 204px;
    height: 1065px;
    display: block; } }

.profile-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border: none; }

.profile-columns {
  /* items list wrapper */
  width: 1200px;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 50px; }
  .profile-columns::after {
    clear: both;
    content: "";
    display: table; }
  .profile-columns .item {
    list-style: none;
    position: relative;
    margin-left: 8px;
    border-radius: 5px;
    float: left;
    width: 230px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #e4e6e6;
    box-shadow: 0 1.5rem 1.5rem -1rem rgba(56, 65, 74, 0.2);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
    .profile-columns .item.selected {
      border-color: #F68B00; }
    .profile-columns .item li {
      border-style: solid; }
    .profile-columns .item .mention {
      height: auto; }
      .profile-columns .item .mention .btn-xs {
        border-radius: 50px;
        margin: 3px 0;
        font-size: 13px !important; }
    .profile-columns .item .hashtag {
      height: auto; }
      .profile-columns .item .hashtag .btn-xs {
        border-radius: 50px;
        margin: 3px 0;
        font-size: 13px !important; }

@media only screen and (min-width: 1170px) {
  .profile-columns {
    width: 2480px;
    margin-left: 198px; } }

.filtering .profile-columns .item:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.no-item-transition .profile-columns .item.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }

.filtered .profile-columns .item:not(.selected) {
  position: absolute; }

@media only screen and (min-width: 1170px) {
  .profile-columns .item {
    width: 280px; } }

.features-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .features-list li {
    list-style: none;
    margin: 0;
    font-size: 1.2rem;
    height: 55px;
    font-weight: bold;
    padding: 15px 40px;
    border-color: #e6e6e6;
    border-style: none;
    border-top-width: 1px;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom: 0; }
    .features-list li.ip {
      height: 160px; }
      .features-list li.ip h3 {
        color: #F68B00;
        margin-bottom: 15px; }
      .features-list li.ip h6 {
        text-align: left; }
    .features-list li.interest {
      min-height: 90px; }
      .features-list li.interest .btn {
        min-width: auto;
        font-size: .6rem;
        padding: .2rem .5rem;
        margin-bottom: 5px;
        display: inline; }
    .features-list li.award {
      height: 70px; }
      .features-list li.award img {
        height: 100%;
        display: inline-block; }
    .features-list li.brand {
      height: 160px; }

@media only screen and (min-width: 1170px) {
  .features-list li {
    font-size: 1.1rem; }
    .features-list li.interest {
      min-height: 90px; }
      .features-list li.interest .btn {
        min-width: auto;
        font-size: .6rem;
        padding: .2rem .5rem;
        margin-bottom: 5px;
        display: inline; }
    .features-list li.brand {
      height: 120px; } }

.features .features-list li,
.profile-table .features .top-info {
  /* fixed left column - items */
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 10px;
  text-align: left; }

@media only screen and (min-width: 1170px) {
  .features .features-list li,
  .profile-table .features .top-info {
    padding: 15px 20px;
    font-size: 1rem; } }

.features .features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  line-height: 30px; }

.profile-table .top-info {
  position: relative;
  height: 280px;
  text-align: center;
  padding: 1.25em 2.6em;
  border-color: #e6e6e6;
  border-style: none;
  border-right-width: 1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff; }
  .profile-table .top-info::after {
    /* color gradient below .top-info -  visible when .top-info is fixed */
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0; }
  .profile-table .top-info h3 {
    font-weight: bold;
    font-size: 0.8rem; }
  .profile-table .top-info p {
    font-style: italic; }
  .profile-table .top-info img {
    display: block;
    border-radius: 490px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .profile-table .top-info h3,
  .profile-table .top-info img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .profile-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em; }
    .profile-table .top-info .check::after {
      /* used to create the check icon and green circle dot - visible when item is selected */
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 100%;
      width: 100%; }
    .profile-table .top-info .check::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 100%;
      width: 100%;
      border-style: solid;
      /* green circle dot */
      border-radius: 50%;
      border: 2px solid #e6e6e6;
      background: #ffffff;
      -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
      -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
      transition: background-color 0.3s, transform 0.3s, border-color 0.3s; }
    .profile-table .top-info .check::after {
      /* check icon */
      background-size: 24px 24px;
      content: "\F00C";
      font-family: "Font Awesome 5 Pro";
      color: rgba(255, 255, 255, 0.8);
      margin-top: -3px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.profile-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #FFF; }

.profile-table .selected .top-info .check::before {
  background: #F68B00;
  border-color: #F68B00;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s; }

.profile-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1; }

@media only screen and (min-width: 1170px) {
  .profile-table .top-info {
    height: 350px;
    width: 100%;
    padding: 1.25em 2.5em; }
    .profile-table .top-info h3 {
      padding-top: 10px;
      font-size: 1.1rem; } }

@media only screen and (min-width: 1170px) {
  .profile-table .features .top-info {
    width: 198px; } }

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1.5); } }

@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1); }
  60% {
    -moz-transform: scale(1.6); }
  100% {
    -moz-transform: scale(1.5); } }

@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

@media only screen and (min-width: 1170px) {
  .profile-table.top-fixed .profile-columns > li,
  .profile-table.top-scrolling .profile-columns > li,
  .profile-table.top-fixed .features,
  .profile-table.top-scrolling .features {
    padding-top: 160px; }
  .profile-table.top-fixed .top-info,
  .profile-table.top-scrolling .top-info {
    height: 160px;
    position: fixed;
    top: 0; }
  .no-cssgradients .profile-table.top-fixed .top-info,
  .no-cssgradients .profile-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6; }
  .profile-table.top-fixed .top-info::after,
  .profile-table.top-scrolling .top-info::after {
    opacity: 1; }
  .profile-table.top-fixed .top-info h3,
  .profile-table.top-scrolling .top-info h3 {
    -webkit-transform: translateY(-116px);
    -moz-transform: translateY(-116px);
    -ms-transform: translateY(-116px);
    -o-transform: translateY(-116px);
    transform: translateY(-116px); }
  .profile-table.top-fixed .top-info img {
    -webkit-transform: translateY(-62px) scale(0.4);
    -moz-transform: translateY(-62px) scale(0.4);
    -ms-transform: translateY(-62px) scale(0.4);
    -o-transform: translateY(-62px) scale(0.4);
    transform: translateY(-62px) scale(0.4); }
  .profile-table.top-scrolling .top-info {
    position: absolute; }
    .profile-table.top-scrolling .top-info img {
      -webkit-transform: translateY(-62px) scale(0.4);
      -moz-transform: translateY(-62px) scale(0.4);
      -ms-transform: translateY(-62px) scale(0.4);
      -o-transform: translateY(-62px) scale(0.4);
      transform: translateY(-62px) scale(0.4); } }

.table-navigation li {
  list-style: none; }

.table-navigation a {
  position: absolute;
  z-index: 2;
  top: 180px;
  right: 0px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  width: 45px;
  background: rgba(64, 64, 66, 0.8) center center;
  border-radius: 50px 0 0 50px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s; }
  .table-navigation a i {
    pointer-events: none; }
  .table-navigation a.inactive {
    opacity: 0;
    visibility: hidden; }
  .table-navigation a.prev {
    left: -15px;
    right: auto;
    -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
    -o-transform: translateY(55px) translateX(15px) rotate(180deg);
    transform: translateY(55px) translateX(15px) rotate(180deg); }

.no-touch .table-navigation a:hover {
  background-color: #404042; }

@media only screen and (min-width: 1170px) {
  .table-navigation a {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
    .table-navigation a.prev {
      left: 190px;
      -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
      -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
      -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
      -o-transform: translateY(100px) translateX(15px) rotate(180deg);
      transform: translateY(100px) translateX(15px) rotate(180deg); }
  .top-fixed .table-navigation a {
    position: fixed;
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px); }
  .top-scrolling .table-navigation a {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px); }
  .top-fixed .table-navigation a.prev,
  .top-scrolling .table-navigation a.prev {
    -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
    -o-transform: translateY(45px) translateX(15px) rotate(180deg);
    transform: translateY(45px) translateX(15px) rotate(180deg); } }

/* --------------------------------

No JS

-------------------------------- */
.no-js .actions {
  display: none; }

.no-js .profile-table .top-info {
  height: 145px; }

.no-js .profile-columns .check {
  display: none; }

@media only screen and (min-width: 1170px) {
  .no-js .profile-table .top-info {
    height: 248px; } }

.campaign-sidebar .custom-control {
  min-height: 1.9rem; }

.campaign-sidebar .custom-control-input:checked ~ .custom-control-label::before {
  color: #F68B00;
  border-color: #F68B00;
  background-color: #F68B00; }

/* --------------------------------

mobile

-------------------------------- */
@media (max-width: 767.98px) {
  .campaign-detail .wrapper {
    padding-top: 200px; }
    .campaign-detail .wrapper .profile {
      height: 400px; }
    .campaign-detail .wrapper .page-title-box .page-title a {
      display: block;
      line-height: normal; }
  .project-box .list-inline {
    margin-bottom: 25px; }
    .project-box .list-inline .list-inline-item {
      margin-right: 0 !important;
      width: 48%;
      text-align: center; }
      .project-box .list-inline .list-inline-item.float-right {
        display: none; }
  .project-box .text-right {
    text-align: left !important; }
  .project-box h4.mt-0 {
    margin-top: 40px !important; }
    .project-box h4.mt-0 .intrest {
      display: none; } }

/* --------------------------------

mobile / dark

-------------------------------- */
.switchery {
  margin-top: -4px !important; }

html.dark body {
  background: #000;
  color: #FFF; }

html.dark .h1,
html.dark .h2,
html.dark .h3,
html.dark .h4,
html.dark .h5,
html.dark .h6,
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
  color: #fff; }

html.dark .discovery .discovery-filter .criteria {
  background: #131313; }
  html.dark .discovery .discovery-filter .criteria .erase {
    color: #FFF; }

html.dark .discovery .discovery-filter .form-control {
  background: #131313 !important; }
  html.dark .discovery .discovery-filter .form-control .dropdown-toggle {
    background: #131313;
    color: rgba(241, 245, 247, 0.6) !important;
    border-color: transparent; }

html.dark .discovery .discovery-filter .interest-container .interest-item {
  background: #131313; }
  html.dark .discovery .discovery-filter .interest-container .interest-item a {
    color: #FFF; }

html.dark .discovery .discovery-filter .disabled label,
html.dark .discovery .discovery-filter .disabled .irs {
  opacity: .15; }

html.dark .discovery .result-item {
  overflow: hidden;
  position: relative; }
  html.dark .discovery .result-item::before {
    content: "";
    background: #131313;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
    top: 0; }
  html.dark .discovery .result-item h5 {
    color: #FFF;
    text-shadow: none !important; }
  html.dark .discovery .result-item .header .user {
    z-index: 99; }
  html.dark .discovery .result-item .header .profile-overlay::before {
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 50%, #131313 75%); }
  html.dark .discovery .result-item .platform {
    background: #131313;
    opacity: 0; }
    html.dark .discovery .result-item .platform .count {
      color: #FFF; }
  html.dark .discovery .result-item .overview {
    background: #131313; }
    html.dark .discovery .result-item .overview .count {
      color: #FFF; }
  html.dark .discovery .result-item:hover .header .profile-overlay::before {
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 30%, #131313 75%); }
  html.dark .discovery .result-item:hover .platform {
    opacity: 1; }

html.dark .discovery .hashtag-head .title h1::before {
  background: rgba(246, 180, 25, 0.35); }

html.dark .discovery .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link {
  background: transparent !important; }

html.dark .search::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  background: linear-gradient(to bottom, black 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 99; }

html.dark .search #topnav .app-search .form-control {
  background-color: #000;
  color: #FFF; }
  html.dark .search #topnav .app-search .form-control:focus {
    background-color: #000 !important; }

html.dark .search #topnav .app-search .input-group-append .btn {
  background: #000; }

html.dark #topnav .search-box {
  background: #131313; }
  html.dark #topnav .search-box .influencer-container .shadow {
    opacity: .5 !important; }
  html.dark #topnav .search-box .hashtag-container .item {
    color: #FFF;
    background: rgba(246, 139, 0, 0.35); }

html.dark .btn-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF !important; }

html.dark .card-box {
  background-color: #131313; }
  html.dark .card-box .card {
    background-color: #131313; }
    html.dark .card-box .card .text-secondary {
      color: #FFF !important; }
  html.dark .card-box .text-dark {
    color: #FFF !important; }
  html.dark .card-box .list-group-item {
    background-color: #131313; }
  html.dark .card-box.profile {
    background-color: inherit; }
    html.dark .card-box.profile .profile-overlay {
      opacity: .6; }
  html.dark .card-box.chart-box {
    background-color: #131313; }

html.dark .timeline .timeline-icon {
  border-color: #131313 !important; }

html.dark .timeline .timeline-item .timeline-desk .panel {
  background: rgba(255, 255, 255, 0.1); }
  html.dark .timeline .timeline-item .timeline-desk .panel .arrow {
    border-right-color: rgba(255, 255, 255, 0.1) !important;
    left: -8px; }

html.dark .projectManager::before {
  background: linear-gradient(25deg, rgba(240, 169, 82, 0.3) 34.7%, rgba(212, 136, 180, 0) 100%); }

html.dark .close {
  color: #FFF; }

html.dark .alert-info {
  border: 1px solid rgba(72, 161, 227, 0.2) !important;
  background-color: rgba(72, 161, 227, 0.25) !important;
  color: #35b8e0 !important; }

html.dark .alert-danger {
  background: rgba(234, 82, 105, 0.2);
  border-color: rgba(234, 82, 105, 0.2) !important; }

html.dark #topnav {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -3px rgba(228, 230, 230, 0.5), 0 0 35px 0 rgba(154, 161, 171, 0.15); }

html.dark .admin-nav .nav-item .nav-link {
  color: #FFF; }

html.dark .sectionTitle .icon {
  background: #000;
  border: 2px solid #676767; }

html.dark .navigation-menu > li > a {
  color: #fff; }

html.dark .navbar-custom .app-search .form-control {
  border: 1px solid #FFF;
  border-right: none;
  background: transparent !important; }

html.dark .navbar-custom .app-search .btn {
  border-color: #FFF;
  border-left: none;
  background: transparent !important; }

html.dark .navbar-custom .topnav-menu .nav-link {
  color: #fff; }

html.dark .footer {
  background-color: #000; }

html.dark .campaign-detail .project-box.apply .input-group .form-control {
  background-color: #141414;
  color: #FFF; }

html.dark .wrapper .page-title-box .page-title {
  color: #FFF; }
  html.dark .wrapper .page-title-box .page-title a {
    color: #FFF !important; }

html.dark .wrapper label {
  color: #FFF; }

html.dark .comparison-container .comparison-bar {
  border: 2px solid #666666;
  background: #131313; }

html.dark .insightChart text,
html.dark .insightChart input,
html.dark .insightChart .amChartsPeriodSelector {
  color: #FFF !important;
  fill: #FFF !important; }

html.dark .insight-box .digit {
  color: #FFF; }

html.dark .tabs-bordered-g .nav-link {
  background: #000; }

html.dark .tabs-post-category .nav-link.active {
  background: #131313;
  color: #fff; }

html.dark .card-columns .card .card-body {
  background: #131313; }

html.dark .task-progress #filterOptions li a {
  color: #FFF; }

html.dark .campaign-detail .main ul li label,
html.dark .campaign-detail .add .add-txt {
  border-color: rgba(255, 255, 255, 0.2) !important; }

html.dark .campaign-detail .stepbar-progress .step-body,
html.dark .campaign-detail .stepbar-progress .progress-body {
  border-color: #131313 !important; }
  html.dark .campaign-detail .stepbar-progress .step-body::before, html.dark .campaign-detail .stepbar-progress .step-body::after,
  html.dark .campaign-detail .stepbar-progress .progress-body::before,
  html.dark .campaign-detail .stepbar-progress .progress-body::after {
    border-color: #131313 !important; }

html.dark .campaign-detail .task-detail .card,
html.dark .campaign-detail .task-detail hr {
  border-color: rgba(255, 255, 255, 0.2) !important; }
  html.dark .campaign-detail .task-detail .card .card-text,
  html.dark .campaign-detail .task-detail hr .card-text {
    color: #FFF; }

html.dark .campaign-detail .product-wrapper::before {
  background: linear-gradient(-90deg, rgba(19, 19, 19, 0), #131313); }

html.dark .campaign-detail .product-wrapper::after {
  background: linear-gradient(90deg, rgba(19, 19, 19, 0), #131313); }

html.dark .campaign-detail .product-wrapper .swiper-slide {
  background: #131313; }

html.dark .chat-list {
  background: rgba(255, 255, 255, 0.1); }
  html.dark .chat-list .card {
    background: rgba(255, 255, 255, 0.1); }
  html.dark .chat-list .list-group-item {
    background: #131313;
    border-color: rgba(255, 255, 255, 0.1); }
  html.dark .chat-list .card-header {
    background: #131313;
    border-color: rgba(255, 255, 255, 0.1); }
  html.dark .chat-list .user.unread ~ .user-desc p {
    color: white;
    font-weight: bold; }
  html.dark .chat-list .user-desc p {
    color: rgba(255, 255, 255, 0.3); }

html.dark .clickable-overlay {
  background: rgba(19, 19, 19, 0.5); }
  html.dark .clickable-overlay:hover {
    background: rgba(19, 19, 19, 0); }

html.dark .chatbox-holder .chatbox {
  box-shadow: 0 0rem 2rem -1rem rgba(255, 255, 255, 0.5);
  background: #131313; }
  html.dark .chatbox-holder .chatbox .chatbox-top {
    background: #131313; }
    html.dark .chatbox-holder .chatbox .chatbox-top:hover {
      background: rgba(57, 57, 57, 0.05); }
    html.dark .chatbox-holder .chatbox .chatbox-top .chatbox-icons .close-chat {
      color: rgba(255, 255, 255, 0.7); }
      html.dark .chatbox-holder .chatbox .chatbox-top .chatbox-icons .close-chat:hover {
        color: #FFF; }
    html.dark .chatbox-holder .chatbox .chatbox-top .chat-name {
      color: #FFF; }
    html.dark .chatbox-holder .chatbox .chatbox-top .chatbox-avatar {
      background: #131313; }
  html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .time {
    color: rgba(255, 255, 255, 0.5); }
  html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a {
    color: #30649c; }
    html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a:link, html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a:visited {
      color: #30649c;
      text-decoration: none; }
  html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .message-box {
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    color: #FFF; }
  html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box {
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    color: #FFF; }
    html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h5,
    html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h6 {
      color: #FFF; }
  html.dark .chatbox-holder .chatbox .chat-messages .message-box-holder .message-partner {
    background: #f1f5f7;
    color: #393939;
    align-self: flex-start; }
  html.dark .chatbox-holder .chatbox .chat-input-holder {
    background: rgba(255, 255, 255, 0.2); }
    html.dark .chatbox-holder .chatbox .chat-input-holder .chat-input {
      color: #FFF; }
    html.dark .chatbox-holder .chatbox .chat-input-holder a {
      color: #393939; }

html.dark .task-progress::after {
  background: #131313; }

html.dark .task-progress .item {
  border-bottom: none; }
  html.dark .task-progress .item:hover {
    background: rgba(255, 255, 255, 0.1); }
  html.dark .task-progress .item .stepbar-progress .step-item-progress .progress-body {
    border-color: #131313; }
  html.dark .task-progress .item .stepbar-progress .step-item .step-body {
    border-color: #131313; }
    html.dark .task-progress .item .stepbar-progress .step-item .step-body::after, html.dark .task-progress .item .stepbar-progress .step-item .step-body::before {
      border-color: #131313; }
  html.dark .task-progress .item .profile .follower {
    color: rgba(255, 255, 255, 0.5); }

html.dark .popupwindow_container .popupwindow_overlay .popupwindow {
  background: #131313;
  border-color: rgba(255, 255, 255, 0.6);
  color: #FFF; }
  html.dark .popupwindow_container .popupwindow_overlay .popupwindow .card {
    background: #131313; }
    html.dark .popupwindow_container .popupwindow_overlay .popupwindow .card .card-header {
      background: rgba(255, 255, 255, 0.2); }

html.dark .popupwindow_container .popupwindow_overlay {
  background: rgba(0, 0, 0, 0.85); }
  html.dark .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar {
    background: rgba(255, 255, 255, 0.2); }
    html.dark .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar .popupwindow_titlebar_text {
      color: #FFF; }

html.dark a:not([href]):not([tabindex]) {
  color: initial; }

html.dark .dataTables_wrapper .form-control {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #FFF; }

html.dark .influencer-list {
  color: #FFF; }
  html.dark .influencer-list thead th {
    border-top: none;
    border-color: rgba(255, 255, 255, 0.3); }
  html.dark .influencer-list tbody tr td {
    border-color: rgba(255, 255, 255, 0.1); }
  html.dark .influencer-list tbody tr:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF; }

html.dark .influencer .profile-dropdown {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2); }
  html.dark .influencer .profile-dropdown .profile {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF; }
  html.dark .influencer .profile-dropdown .dropdown-item {
    color: #FFF; }
    html.dark .influencer .profile-dropdown .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.1); }

html.dark .brand .profile-dropdown {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2); }
  html.dark .brand .profile-dropdown .profile {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF; }
  html.dark .brand .profile-dropdown .dropdown-item {
    color: #FFF; }
    html.dark .brand .profile-dropdown .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.1); }

html.dark .region-dropdown {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2); }
  html.dark .region-dropdown .dropdown-item {
    color: #FFF; }
    html.dark .region-dropdown .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.1); }

html.dark .tabs-admin .nav-link.active {
  color: #000; }

html.dark .form-control {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: #000; }

html.dark .basic-info .input-group-text {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: #000; }
  html.dark .basic-info .input-group-text i {
    color: rgba(255, 255, 255, 0.5) !important; }

html.dark .pricing h1 {
  background: #131313; }
  html.dark .pricing h1.pt-col-main {
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }

html.dark .pricing .fixed {
  background: #000;
  color: #FFF; }

html.dark .pricing .info i {
  color: #FFF; }

html.dark .pricing .table {
  color: #FFF; }
  html.dark .pricing .table td:nth-child(3) {
    background: rgba(246, 139, 0, 0.1); }

html.dark .credit-option label {
  background: rgba(255, 255, 255, 0.1); }

html.dark .bg-muted {
  background: rgba(255, 255, 255, 0.1) !important; }

html.dark .bigtext {
  color: #FFF !important; }

html.dark .dashboard .social-switcher .tabs-social .nav-link {
  background: #000;
  color: #8d9da5; }
  html.dark .dashboard .social-switcher .tabs-social .nav-link::before {
    content: "";
    background: #ffdc49; }
  html.dark .dashboard .social-switcher .tabs-social .nav-link:hover {
    color: #FFF; }
  html.dark .dashboard .social-switcher .tabs-social .nav-link.active {
    color: #FFF; }
    html.dark .dashboard .social-switcher .tabs-social .nav-link.active::before {
      background: linear-gradient(to right, #ffdc49 0%, rgba(255, 220, 73, 0.6) 100%);
      opacity: .26; }

html.dark .dashboard .project-list {
  background-color: inherit;
  background: rgba(0, 0, 0, 0.7); }
  html.dark .dashboard .project-list.demo {
    background: rgba(255, 255, 255, 0.5); }
    html.dark .dashboard .project-list.demo .text-white {
      color: #393939 !important; }
    html.dark .dashboard .project-list.demo::before {
      filter: invert(1) sepia(1); }

html.dark .dashboard .campaign h5,
html.dark .dashboard .history h5 {
  color: #FFF; }

html.dark .dashboard .page-title b::before {
  opacity: .3; }

html.dark .dashboard .page-title.text-white {
  color: #000; }

html.dark .dashboard .bootstrap-select .dropdown-toggle {
  background: transparent !important; }

html.dark .dashboard .bootstrap-select::before {
  opacity: .3; }

html.dark .admin .btn-white {
  background: #000;
  border-color: #000;
  color: #FFF; }

html.dark .admin .task-progress .item:hover .stepbar-progress .step-item-progress .progress-body {
  border-color: #323232; }

html.dark .admin .task-progress .item:hover .stepbar-progress .step-item .step-body {
  border-color: #323232; }
  html.dark .admin .task-progress .item:hover .stepbar-progress .step-item .step-body::after, html.dark .admin .task-progress .item:hover .stepbar-progress .step-item .step-body::before {
    border-color: #323232; }

html.dark .admin .task-progress .item .profile-container img {
  border-color: #323232; }

html.dark .admin .nav-link {
  color: #FFF !important; }

html.dark .admin .post-container .post-item {
  background: #000; }
  html.dark .admin .post-container .post-item .item-container .sentiment input[type="range"]::-webkit-slider-thumb {
    border-color: #000; }
  html.dark .admin .post-container .post-item .item-container .hashtag {
    background: #0b0b0b; }
    html.dark .admin .post-container .post-item .item-container .hashtag b {
      color: #FFF; }
      html.dark .admin .post-container .post-item .item-container .hashtag b::before {
        background: rgba(246, 139, 0, 0.4); }
    html.dark .admin .post-container .post-item .item-container .hashtag::after {
      background: linear-gradient(0deg, #0b0b0b 10%, transparent 100%); }
  html.dark .admin .post-container .post-item .item-container .content::after {
    background: linear-gradient(0deg, #000 10%, transparent 100%); }
  html.dark .admin .post-container .post-item .item-container .insight span {
    color: #FFF; }
  html.dark .admin .post-container .post-item .item-container .date {
    color: #FFF; }

html.dark .introjs-tooltip {
  background: #2d2d2d; }

html.dark .introjs-arrow.top {
  border-bottom-color: #2d2d2d; }

html.dark .introjs-arrow.right {
  border-left-color: #2d2d2d; }

html.dark .introjs-arrow.bottom {
  border-top-color: #2d2d2d; }

/* =============
   Influencer table
============= */
.dataTables_wrapper .form-control {
  background-color: #f1f5f7;
  border: 2px solid #f1f5f7;
  border-radius: 50px; }

.dataTables_wrapper .page-link {
  padding: .5rem .75rem;
  margin-left: 5px;
  line-height: 1.25;
  border-radius: 50px !important;
  font-size: 13px;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.dataTables_wrapper .dataTables_info {
  font-size: 13px; }

.influencer-list tr.invited {
  background: rgba(246, 139, 0, 0.05); }

.influencer-list img {
  height: 32px;
  width: 32px; }

.influencer-list .fa-star {
  cursor: pointer; }
  .influencer-list .fa-star.far {
    color: inherit; }
  .influencer-list .fa-star.fas {
    color: #F68B00; }

.influencer-list th {
  border-top: none; }
  .influencer-list th:first-child {
    padding-right: 20px !important; }

.influencer-list td {
  vertical-align: middle;
  padding: 1rem .85rem; }
  .influencer-list td.action {
    padding: 0;
    text-align: center; }
    .influencer-list td.action .table-action-btn {
      border-radius: 100px;
      color: #FFF;
      font-size: 16px;
      width: 30px;
      height: 30px;
      margin-bottom: -7px;
      margin-left: 3px;
      line-height: 31px;
      text-align: center;
      background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
      box-shadow: 0 10px 15px -5px rgba(246, 139, 0, 0.5);
      transition: all ease-in-out 0.18s; }
      .influencer-list td.action .table-action-btn i {
        margin-right: -1px; }
      .influencer-list td.action .table-action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 20px -5px rgba(246, 139, 0, 0.8); }
      .influencer-list td.action .table-action-btn.accept {
        background: linear-gradient(-15deg, #0cd0d0, #20d362);
        box-shadow: 0 10px 15px -5px rgba(6, 209, 175, 0.5); }
        .influencer-list td.action .table-action-btn.accept:hover {
          box-shadow: 0 15px 20px -5px rgba(6, 209, 175, 0.8); }
      .influencer-list td.action .table-action-btn.reject {
        background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
        box-shadow: 0 10px 15px -5px rgba(234, 82, 105, 0.5); }
        .influencer-list td.action .table-action-btn.reject:hover {
          box-shadow: 0 15px 20px -5px rgba(234, 82, 105, 0.8); }
      .influencer-list td.action .table-action-btn.chat {
        background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
        box-shadow: 0 10px 15px -5px rgba(72, 161, 227, 0.5); }
        .influencer-list td.action .table-action-btn.chat:hover {
          box-shadow: 0 15px 20px -5px rgba(72, 161, 227, 0.8); }
      .influencer-list td.action .table-action-btn.whatsapp {
        background: linear-gradient(45deg, #1CC43C 0%, #43E65D 100%);
        box-shadow: 0 10px 15px -5px rgba(67, 230, 93, 0.5); }
        .influencer-list td.action .table-action-btn.whatsapp:hover {
          box-shadow: 0 15px 20px -5px rgba(67, 230, 93, 0.8); }
  .influencer-list td:first-child {
    padding: 0;
    text-align: left;
    padding-left: 15px; }
    .influencer-list td:first-child span {
      display: contents; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 46px !important; }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 21px !important;
    left: 8px !important;
    height: 22px !important;
    width: 22px !important;
    display: block;
    position: absolute;
    color: #48a1e3 !important;
    border: none !important;
    border-radius: 14px;
    box-shadow: none !important;
    font-size: 14px;
    text-indent: 0 !important;
    font-family: "Font Awesome 5 Pro" !important;
    line-height: 22px !important;
    content: '\F067' !important;
    background-color: rgba(72, 161, 227, 0.2) !important; }

.taskList {
  min-height: 40px;
  margin-bottom: 0; }
  .taskList li {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px; }
    .taskList li:last-of-type {
      margin-bottom: 0; }
  .taskList a {
    font-size: 13px; }
  .taskList .checkbox {
    margin-left: 20px;
    margin-top: 5px; }

.task-placeholder {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 20px; }

/* Task Detail */
.task-detail .task-dates li {
  width: 50%;
  float: left; }

.task-detail .task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none; }

.task-detail .assign-team a {
  display: inline-block;
  margin: 5px 5px 5px 0px; }

.task-detail .files-list .file-box {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box; }

.task-detail .files-list .file-box img {
  line-height: 70px; }

.task-detail .files-list .file-box p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: block;
  line-height: 32px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.chat-list {
  width: 350px;
  height: calc(100vh - 95px);
  background: #FFF;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 95px;
  box-shadow: -2rem 0 2rem -1.5rem rgba(56, 65, 74, 0.1);
  transition: all ease-in-out 0.18s;
  transform: translateX(255px); }
  .chat-list .card-header {
    background: #FFF;
    border-bottom-width: 1px; }
    .chat-list .card-header h5 {
      padding-left: 40px; }
      .chat-list .card-header h5 i {
        font-size: 30px;
        position: absolute;
        left: 20px;
        top: 10px; }
  .chat-list .list-group {
    max-height: calc(100vh - 191px);
    overflow-y: scroll; }
  .chat-list .user {
    position: relative; }
    .chat-list .user img {
      border-radius: 100px; }
    .chat-list .user.online img {
      box-shadow: 0 0 0 3px #06D1AF; }
    .chat-list .user.online::after {
      position: absolute;
      top: 0;
      right: -6px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #06D1AF;
      box-shadow: 0 0.3rem 0.2rem 0rem rgba(6, 209, 175, 0.4);
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin: 0 3px 0 0; }
    .chat-list .user.unread {
      color: #393939;
      font-weight: bold;
      position: relative; }
      .chat-list .user.unread::before {
        content: "";
        position: absolute;
        top: 25px;
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px;
        background: #F68B00; }
      .chat-list .user.unread ~ .user-desc p {
        color: #393939;
        font-weight: bold; }
  .chat-list .user-desc p {
    color: #8d9da5; }

.clickable-overlay {
  width: 95px;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all ease-in-out 0.18s; }
  .clickable-overlay:hover {
    background: rgba(255, 255, 255, 0.4); }

.chatbox-holder {
  position: fixed;
  z-index: 1021;
  right: 100px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 0;
  transition: all ease-in-out 0.18s; }
  .chatbox-holder .chatbox {
    width: 400px;
    height: 40vh;
    min-height: 400px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 0 0rem 2rem -1rem rgba(56, 65, 74, 0.5);
    display: flex;
    flex-flow: column;
    border-radius: 15px 15px 0 0;
    background: white;
    bottom: 0;
    transition: all ease-in-out 0.18s; }
    .chatbox-holder .chatbox .chatbox-top {
      position: relative;
      display: flex;
      padding: 10px 0;
      border-radius: 15px 15px 0 0;
      background: #FFF;
      cursor: pointer; }
      .chatbox-holder .chatbox .chatbox-top:hover {
        background: rgba(57, 57, 57, 0.05); }
      .chatbox-holder .chatbox .chatbox-top .chatbox-icons {
        padding: 0 10px 0 0;
        display: flex;
        position: relative; }
        .chatbox-holder .chatbox .chatbox-top .chatbox-icons .close-chat {
          height: 25px;
          width: 25px;
          text-align: center;
          line-height: 25px;
          transition: all ease-in-out 0.18s;
          color: rgba(57, 57, 57, 0.7); }
          .chatbox-holder .chatbox .chatbox-top .chatbox-icons .close-chat:hover {
            color: #393939; }
      .chatbox-holder .chatbox .chatbox-top .chat-name {
        flex: 1;
        padding: 0 0 0 85px;
        font-size: 16px;
        font-weight: bold;
        color: #393939;
        transition: all ease-in-out 0.18s;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .chatbox-holder .chatbox .chatbox-top .status {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.15);
        background: #cacaca;
        margin: 0 3px 0 0;
        display: none; }
      .chatbox-holder .chatbox .chatbox-top .online {
        background: #06D1AF;
        box-shadow: 0 0.3rem 0.2rem 0rem rgba(6, 209, 175, 0.4);
        display: inline-block; }
      .chatbox-holder .chatbox .chatbox-top .chatbox-avatar {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
        background: white;
        padding: 3px;
        position: absolute;
        transition: all ease-in-out 0.18s;
        bottom: 0;
        left: 10px; }
      .chatbox-holder .chatbox .chatbox-top .chatbox-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .chatbox-holder .chatbox .chat-messages {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 10px;
      overflow: auto;
      display: flex;
      flex-flow: row wrap;
      align-content: flex-start;
      flex: 1; }
      .chatbox-holder .chatbox .chat-messages .message-box-holder {
        width: 100%;
        margin: 0 0 2px;
        display: flex;
        flex-flow: column;
        align-items: flex-end; }
        .chatbox-holder .chatbox .chat-messages .message-box-holder .time {
          font-size: 12px;
          margin: 0 0 2px;
          color: #393939;
          align-self: flex-end; }
        .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a {
          color: #30649c;
          text-decoration: none; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a:link, .chatbox-holder .chatbox .chat-messages .message-box-holder .chat-name a:visited {
            color: #30649c;
            text-decoration: none; }
        .chatbox-holder .chatbox .chat-messages .message-box-holder .message-box {
          padding: 6px 10px;
          border-radius: 20px;
          position: relative;
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          color: #FFF;
          font-size: 14px; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder .message-box img {
            border-radius: 13px;
            margin: 4px 0;
            max-width: 200px; }
        .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box {
          width: 220px;
          border-radius: 20px;
          overflow: hidden;
          position: relative;
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          font-size: 14px;
          color: #FFF;
          padding-bottom: 15px; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h5,
          .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h6 {
            color: #FFF;
            padding: 0 15px;
            font-weight: 100; }
            .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h5 b,
            .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box h6 b {
              float: right;
              font-weight: bold; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box .btn {
            width: calc(100% - 30px);
            margin-left: 15px;
            padding: .25rem; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box .title {
            padding: 10px 15px;
            background: rgba(255, 255, 255, 0.2);
            line-height: 18px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.7);
            padding-bottom: 8px;
            margin-bottom: 15px; }
            .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box .title span {
              display: inline-block;
              width: 80%; }
            .chatbox-holder .chatbox .chat-messages .message-box-holder .date-box .title i {
              display: inline-block;
              width: 20%;
              text-align: right;
              opacity: .6;
              font-size: 34px; }
        .chatbox-holder .chatbox .chat-messages .message-box-holder.message-partner {
          align-self: flex-start;
          align-items: flex-start; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder.message-partner .message-box {
            padding: 6px 10px;
            border-radius: 20px;
            position: relative;
            background: #f1f5f7;
            color: #393939;
            font-size: 14px; }
            .chatbox-holder .chatbox .chat-messages .message-box-holder.message-partner .message-box img {
              border-radius: 13px;
              margin: 4px 0; }
          .chatbox-holder .chatbox .chat-messages .message-box-holder.message-partner .time {
            font-size: 12px;
            margin: 0 0 2px;
            color: #393939;
            align-self: flex-start; }
    .chatbox-holder .chatbox .chat-input-holder {
      display: flex;
      padding: 10px;
      background: #FFF; }
      .chatbox-holder .chatbox .chat-input-holder .input {
        border-radius: 100px;
        background: #f1f5f7;
        width: 80%; }
        .chatbox-holder .chatbox .chat-input-holder .input .chat-input {
          resize: none;
          padding: 5px 10px;
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          background: none;
          color: #393939;
          width: calc(100% - 50px);
          border: none; }
          .chatbox-holder .chatbox .chat-input-holder .input .chat-input:focus {
            outline: none; }
        .chatbox-holder .chatbox .chat-input-holder .input a {
          color: #393939;
          line-height: 40px;
          width: 50px;
          display: block;
          float: right;
          text-align: center; }
      .chatbox-holder .chatbox .chat-input-holder .att {
        color: #FFF;
        line-height: 40px;
        width: 42px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        margin-left: 10px;
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }
    .chatbox-holder .chatbox .message-send {
      -webkit-appearance: none;
      background: #9cc900;
      background: linear-gradient(180deg, #00d8ff, #00b5d6);
      color: white;
      font-size: 12px;
      padding: 0 15px;
      border: none;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
      .chatbox-holder .chatbox .message-send:focus {
        outline: none; }
      .chatbox-holder .chatbox .message-send::-moz-focus-inner {
        border: 0;
        padding: 0; }
    .chatbox-holder .chatbox .attachment-panel {
      padding: 0;
      margin-top: 10px; }
      .chatbox-holder .chatbox .attachment-panel a {
        width: 50%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        display: inline-block;
        background: #48a1e3;
        font-size: 14px;
        transition: all ease-in-out 0.18s; }
        .chatbox-holder .chatbox .attachment-panel a i {
          margin-right: 10px; }
        .chatbox-holder .chatbox .attachment-panel a:hover {
          background: rgba(72, 161, 227, 0.8); }
  .chatbox-holder .chatbox-min {
    height: 45px;
    min-height: 45px; }
    .chatbox-holder .chatbox-min .chatbox-avatar {
      width: 40px !important;
      height: 40px !important;
      top: 2px; }
    .chatbox-holder .chatbox-min .chat-name {
      padding: 0 0 0 55px !important; }
    .chatbox-holder .chatbox-min.chatbox {
      width: 230px; }
    .chatbox-holder .chatbox-min.unread .chatbox-top {
      background: #F68B00;
      transition: all ease-in-out 0.18s; }
      .chatbox-holder .chatbox-min.unread .chatbox-top .chatbox-avatar {
        background: #F68B00; }
      .chatbox-holder .chatbox-min.unread .chatbox-top .chat-name {
        color: #FFF; }

body.chatlist-open .wrapper {
  padding-right: 300px !important;
  transition: all ease-in-out 0.18s; }

body.chatlist-open .chat-list {
  box-shadow: -1rem 0 2rem -1.5rem rgba(56, 65, 74, 0.25);
  transform: translateX(0); }

body.chatlist-open .clickable-overlay {
  width: 100px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
  background: transparent;
  cursor: pointer; }

body.chatlist-open .chatbox-holder {
  right: 360px; }

body.admin footer {
  padding: 40px 15px 70px;
  z-index: -1; }

body.admin .wrapper .profile {
  height: 350px; }
  body.admin .wrapper .profile .profile-overlay {
    filter: blur(10px); }

@media (min-width: 992px) {
  body.admin .wrapper {
    padding: 95px 12px 0 0;
    padding-right: 100px; } }

@media (max-width: 1000px) {
  body.admin .wrapper {
    padding: 95px 12px 0 12px;
    padding-right: 100px; } }

.task-progress {
  transition: all ease-in-out 0.18s;
  position: relative; }
  .task-progress::after {
    content: "";
    background: #FFF;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: -2px; }

@keyframes pending {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .task-progress #filterOptions {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: right; }
    .task-progress #filterOptions li {
      display: inline-block;
      border: 0 !important;
      border-bottom: 2px solid transparent;
      font-size: 15px;
      transition: all ease-in-out 0.18s;
      margin-bottom: -1px;
      border-radius: 100px;
      padding: 5px 24px 5px 20px;
      font-weight: bold;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .task-progress #filterOptions li::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        z-index: -1;
        transition: all ease-in-out 0.18s;
        opacity: 0; }
      .task-progress #filterOptions li a {
        color: rgba(0, 0, 0, 0.5);
        font-size: 15px; }
        .task-progress #filterOptions li a span {
          font-size: 13px;
          margin-top: -5px;
          margin-left: 5px;
          position: absolute; }
      .task-progress #filterOptions li.active {
        position: relative;
        color: #FFF;
        padding-right: 30px;
        box-shadow: 0 15px 15px -10px rgba(240, 146, 32, 0.5); }
        .task-progress #filterOptions li.active::before {
          opacity: 1; }
        .task-progress #filterOptions li.active a {
          color: #fff; }
        .task-progress #filterOptions li.active span {
          font-weight: bold;
          color: #fff; }
  .task-progress .item {
    border-radius: 20px;
    padding: 20px;
    position: relative;
    border-bottom: 2px solid white;
    transition: all ease-in-out .2s;
    display: none;
    transition: all ease .3s; }
    .task-progress .item.waiting {
      display: block; }
    .task-progress .item h6 span {
      float: right;
      opacity: .5;
      font-weight: 400; }
    .task-progress .item:hover {
      background: #f1f5f7; }
      .task-progress .item:hover .stepbar-progress .step-item .step-body {
        background-color: #FFF;
        border: 5px solid #FFF; }
      .task-progress .item:hover .stepbar-progress .step-item-progress .progress-body {
        background-color: #FFF;
        border-top: 3px solid #FFF;
        border-bottom: 3px solid #FFF; }
      .task-progress .item:hover .stepbar-progress .step-item-first .step-body:after,
      .task-progress .item:hover .stepbar-progress .step-item-middle .step-body:after,
      .task-progress .item:hover .stepbar-progress .step-item-middle .step-body:before,
      .task-progress .item:hover .stepbar-progress .step-item-last .step-body:before {
        background-color: #FFF;
        border-top: 3px solid #FFF;
        border-bottom: 3px solid #FFF; }
    .task-progress .item.error {
      opacity: .4; }
    .task-progress .item .profile-container img {
      width: 35%;
      max-width: 130px;
      display: inline-block;
      border-radius: 50%;
      float: left;
      border: 5px solid #f6f7fc; }
    .task-progress .item .profile-container .profile {
      width: 65%;
      height: auto !important;
      background: none;
      padding-left: 15px;
      padding-top: 25px;
      display: inline-block; }
      .task-progress .item .profile-container .profile .name {
        font-size: 15px;
        font-weight: bold; }
      .task-progress .item .profile-container .profile .follower {
        font-size: 13px;
        padding-top: 5px;
        color: rgba(0, 0, 0, 0.5); }
    .task-progress .item .content {
      padding-top: 15px; }
      .task-progress .item .content .attached {
        display: inline-block;
        margin: 0; }
        .task-progress .item .content .attached a {
          padding: .28rem 1.5rem; }
        .task-progress .item .content .attached .draft {
          display: block; }
          .task-progress .item .content .attached .draft .date {
            font-weight: bold;
            padding-right: 20px; }
          .task-progress .item .content .attached .draft.expired {
            opacity: .4;
            text-decoration: line-through; }
      .task-progress .item .content .action {
        display: inline-block;
        float: right; }
        .task-progress .item .content .action a1 {
          padding: 5px 25px;
          background: #55C9EE;
          color: #FFF;
          border-radius: 30px;
          font-style: italic;
          transition: all ease-in-out 0.18s; }
          .task-progress .item .content .action a1:hover {
            color: #FFF;
            background: #0eaee2;
            box-shadow: 0 7px 15px rgba(85, 201, 238, 0.3); }
          .task-progress .item .content .action a1.approve {
            background: #FFAB00; }
            .task-progress .item .content .action a1.approve:hover {
              background: #ff9300;
              box-shadow: 0 7px 15px rgba(255, 171, 0, 0.6); }
          .task-progress .item .content .action a1.deny, .task-progress .item .content .action a1.done {
            background: rgba(0, 0, 0, 0.2); }
            .task-progress .item .content .action a1.deny:hover, .task-progress .item .content .action a1.done:hover {
              background: rgba(0, 0, 0, 0.5);
              box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); }
    .task-progress .item .stepbar-progress {
      border-spacing: 0px;
      width: 100%;
      height: 32px;
      border-collapse: collapse; }
      .task-progress .item .stepbar-progress .step-item {
        width: 32px; }
        .task-progress .item .stepbar-progress .step-item .step-body {
          position: relative;
          display: block;
          width: 32px;
          height: 32px;
          background-color: #f6f7fc;
          border: 5px solid #f6f7fc;
          border-radius: 50%; }
          .task-progress .item .stepbar-progress .step-item .step-body .icon {
            width: 22px;
            text-align: center;
            display: block;
            margin-top: -2px; }
            .task-progress .item .stepbar-progress .step-item .step-body .icon:before {
              color: white;
              line-height: 20px;
              font-family: "Font Awesome 5 Pro";
              font-weight: 900;
              font-size: 13px; }
      .task-progress .item .stepbar-progress .step-item-progress {
        width: 50%;
        height: 32px;
        verticle-align: middle;
        padding: 0; }
        .task-progress .item .stepbar-progress .step-item-progress .progress-body {
          display: block;
          height: 11px;
          background-color: #f6f7fc;
          border-top: 3px solid #f6f7fc;
          border-bottom: 3px solid #f6f7fc;
          transition: all 1s ease; }
          .task-progress .item .stepbar-progress .step-item-progress .progress-body .body-fill {
            width: 20px;
            height: 5px;
            background-color: #1AB394; }
      .task-progress .item .stepbar-progress .step-item-first .step-body:after,
      .task-progress .item .stepbar-progress .step-item-middle .step-body:after,
      .task-progress .item .stepbar-progress .step-item-middle .step-body:before,
      .task-progress .item .stepbar-progress .step-item-last .step-body:before {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        height: 11px;
        width: 6px;
        background-color: #f6f7fc;
        border-top: 3px solid #f6f7fc;
        border-bottom: 3px solid #f6f7fc; }
      .task-progress .item .stepbar-progress .step-item-first .step-body:after,
      .task-progress .item .stepbar-progress .step-item-middle .step-body:after {
        left: 100%; }
      .task-progress .item .stepbar-progress .step-item-middle .step-body:before,
      .task-progress .item .stepbar-progress .step-item-last .step-body:before {
        right: 100%; }
    .task-progress .item .stepbar-progress {
      /* Individual Steps */ }
      .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F04C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F04C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before {
        background-color: #F68B00; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body {
        background-color: #F68B00; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body .icon:before {
          content: "\F04C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:before {
        background-color: #F68B00; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="2"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="pending"] .step-item[data-step="3"] .step-body:before {
        background-color: #F68B00; }
      .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon {
          animation: pending infinite 2s ease; }
          .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
            content: "\F304"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon {
          animation: pending infinite 2s ease; }
          .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
            content: "\F304"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
        background-color: #48a1e3; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body {
        background-color: #48a1e3; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon {
          animation: pending infinite 2s ease; }
          .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon:before {
            content: "\F304"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
        background-color: #48a1e3; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body:before {
        background-color: #48a1e3; }
      .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
        background-color: #06D1AF; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body {
        background-color: #06D1AF; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
        background-color: #06D1AF; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body:before {
        background-color: #06D1AF; }
      .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="1"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F12A"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F12A"; }
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="2"][data-step-status="error"] .step-item[data-step="2"] .step-body:before {
        background-color: #EA5269; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F00C"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body {
        background-color: #EA5269; }
        .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body .icon:before {
          content: "\F12A"; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="1"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:before {
        background-color: #EA5269; }
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] .step-body:after,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="2"] + .step-item-progress .progress-body,
      .task-progress .item .stepbar-progress[data-current-step="3"][data-step-status="error"] .step-item[data-step="3"] .step-body:before {
        background-color: #EA5269; }

.left-panel {
  position: relative; }
  .left-panel.sticky-top {
    position: sticky;
    top: 115px; }
  .left-panel #campaignStatus .project-box div {
    padding: .75rem; }
    .left-panel #campaignStatus .project-box div.draft {
      background: #8d9da5; }
    .left-panel #campaignStatus .project-box div.pending {
      background: #F68B00; }
    .left-panel #campaignStatus .project-box div.publish {
      background: #06D1AF; }
    .left-panel #campaignStatus .project-box div.completed {
      background: #f1f5f7; }
      .left-panel #campaignStatus .project-box div.completed .text-white {
        color: #8d9da5 !important; }

.admin-nav {
  display: block;
  border: none;
  padding: 5px 0;
  overflow: hidden; }
  .admin-nav .nav-item {
    display: block; }
    .admin-nav .nav-item .nav-link {
      border: none;
      font-size: 18px;
      font-weight: bold;
      color: #393939;
      padding: 0 20px;
      height: 55px;
      line-height: 55px;
      position: relative;
      border-radius: 0;
      transition: all ease-in-out 0.18s;
      border-right: 4px solid transparent; }
      .admin-nav .nav-item .nav-link span i {
        margin-right: 10px; }
      .admin-nav .nav-item .nav-link .update {
        position: absolute; }
        .admin-nav .nav-item .nav-link .update::after {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 10px;
          background: #EA5269;
          display: block;
          position: absolute;
          top: calc(55px / 2 - 5px);
          right: -20px; }
      .admin-nav .nav-item .nav-link.waves-effect {
        display: block; }
      .admin-nav .nav-item .nav-link.active {
        background: rgba(72, 161, 227, 0.1);
        color: #48a1e3;
        border-right: 4px solid #48a1e3; }
        .admin-nav .nav-item .nav-link.active::after {
          content: "";
          display: block;
          position: absolute;
          right: -20px;
          z-index: 999999;
          top: 0;
          width: 20px;
          height: 20px;
          background: #48a1e3; }

#draft-popup,
#comment-popup,
#submission-popup,
#date-popup,
#status-popup {
  display: none; }

#draft-popup {
  overflow: hidden; }
  #draft-popup .draft-container {
    overflow: hidden;
    padding: 0 10px; }
    #draft-popup .draft-container .tabs-admin {
      z-index: 9999;
      height: 50px;
      padding-top: 10px; }
    #draft-popup .draft-container .collapse,
    #draft-popup .draft-container .collapsing {
      padding: 0 10px; }
    #draft-popup .draft-container .content {
      max-height: 40vh;
      overflow-y: scroll; }
    #draft-popup .draft-container .draft-images {
      height: 140px;
      padding-top: 30px; }
      #draft-popup .draft-container .draft-images img {
        display: inline-block;
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-right: 5px;
        border-radius: 10px;
        transition: all ease-in-out 0.18s; }
        #draft-popup .draft-container .draft-images img:hover {
          transform: scale(1.05);
          box-shadow: 0 0.7rem 1rem -0.5rem rgba(56, 65, 74, 0.45); }
      #draft-popup .draft-container .draft-images .file {
        float: left;
        width: 100px;
        height: 100px;
        padding-top: 20px;
        vertical-align: middle;
        line-height: 20px;
        text-align: center;
        margin-right: 5px;
        border-radius: 10px;
        background: #8d9da5;
        transition: all ease-in-out 0.18s;
        color: #FFF;
        font-size: 10px; }
        #draft-popup .draft-container .draft-images .file i {
          display: block;
          padding-bottom: 5px;
          font-size: 30px; }
        #draft-popup .draft-container .draft-images .file:hover {
          transform: scale(1.05);
          box-shadow: 0 0.7rem 1rem -0.5rem rgba(56, 65, 74, 0.45); }
    #draft-popup .draft-container .action-bar {
      height: 50px;
      padding-top: 10px; }
      #draft-popup .draft-container .action-bar a {
        width: calc(50% - 5px);
        float: left;
        display: inline-block;
        font-weight: bold; }
        #draft-popup .draft-container .action-bar a:first-child {
          margin-right: 10px; }
    #draft-popup .draft-container .alert {
      padding: 1.2rem 1.5rem;
      box-shadow: none; }

#comment-popup {
  overflow: hidden;
  padding: 10px; }
  #comment-popup .comment-container {
    overflow: hidden; }
    #comment-popup .comment-container #snow-editor {
      height: 215px;
      width: 100%; }
  #comment-popup .action-bar {
    height: 50px;
    padding-top: 10px; }
    #comment-popup .action-bar a {
      width: 90%;
      float: left;
      display: inline-block;
      font-weight: bold; }
      #comment-popup .action-bar a:first-child {
        width: 10%; }

#submission-popup {
  overflow: hidden;
  padding: 10px; }
  #submission-popup .comment-container {
    overflow: hidden; }
    #submission-popup .comment-container #snow-editor {
      height: 215px;
      width: 100%; }
  #submission-popup .action-bar {
    height: 50px;
    padding-top: 10px; }
    #submission-popup .action-bar a {
      width: 90%;
      float: left;
      display: inline-block;
      font-weight: bold; }
      #submission-popup .action-bar a:first-child {
        width: 10%; }
  #submission-popup .dropzone {
    background: white;
    border-radius: 0;
    border: 2px solid #E5E5E5 !important;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    min-height: inherit;
    padding: 14px;
    margin-top: -2px; }
    #submission-popup .dropzone span {
      opacity: .5;
      font-weight: bold; }
    #submission-popup .dropzone .dz-preview {
      transform: scale(0.8);
      margin: 0;
      min-height: inherit;
      box-shadow: 0px 16px 33px 0px rgba(0, 0, 0, 0.2); }
      #submission-popup .dropzone .dz-preview .dz-image {
        border-radius: 10px;
        width: 110px;
        height: 110px;
        z-index: -1; }
      #submission-popup .dropzone .dz-preview .dz-details {
        padding: 1em; }
        #submission-popup .dropzone .dz-preview .dz-details .dz-size {
          margin-bottom: .5em; }
      #submission-popup .dropzone .dz-preview .dz-input {
        border: 2px solid #E5E5E5;
        margin-top: -20px;
        font-size: 14px;
        width: 140px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 7px;
        text-align: center; }
        #submission-popup .dropzone .dz-preview .dz-input::placeholder {
          font-style: italic; }
        #submission-popup .dropzone .dz-preview .dz-input:hover {
          background: #F8F8F8;
          cursor: pointer; }
      #submission-popup .dropzone .dz-preview .dz-remove {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9999; }
        #submission-popup .dropzone .dz-preview .dz-remove i {
          position: relative;
          top: auto;
          right: auto;
          width: inherit;
          height: inherit; }
        #submission-popup .dropzone .dz-preview .dz-remove:hover {
          text-decoration: none; }
          #submission-popup .dropzone .dz-preview .dz-remove:hover i {
            color: #F09220;
            cursor: pointer; }

#status-popup {
  padding: 10px;
  overflow: hidden; }
  #status-popup .statusoption {
    margin-top: 10px;
    margin-bottom: 35px; }
    #status-popup .statusoption ul {
      padding: 0; }
    #status-popup .statusoption li {
      height: 40px;
      line-height: 40px;
      display: inline-block;
      width: 32.5%; }
      #status-popup .statusoption li:first-child {
        margin-right: 0; }
    #status-popup .statusoption input {
      visibility: hidden;
      display: none; }
    #status-popup .statusoption label {
      cursor: pointer;
      text-align: center;
      padding: 5px 10px;
      border-radius: 5px;
      width: 100%;
      border: 2px solid rgba(141, 157, 165, 0.2);
      transition: all ease-in-out 0.18s;
      position: relative; }
      #status-popup .statusoption label::after {
        content: "\F00C";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        transform: translateX(-15px);
        opacity: 0;
        transition: all ease-in-out 0.18s; }
      #status-popup .statusoption label span {
        display: inline;
        font-size: 15px;
        transition: all ease-in-out 0.18s; }
    #status-popup .statusoption input:checked + label {
      border: 2px solid #48a1e3, 0.2;
      background: #48a1e3;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all ease-in-out 0.18s;
      z-index: 999;
      padding-left: -10px; }
      #status-popup .statusoption input:checked + label span {
        margin-left: -15px;
        color: #FFF; }
      #status-popup .statusoption input:checked + label::after {
        transform: translateX(5px);
        opacity: 1;
        color: #FFF; }
    #status-popup .statusoption input:disabled + label {
      background-color: #F4F4F4;
      color: #ccc;
      border-color: #CCCCCC;
      z-index: 1; }
  #status-popup a {
    font-weight: bold;
    margin-bottom: 0; }

.submission-popup {
  height: auto !important; }
  .submission-popup .popupwindow_statusbar {
    display: none !important; }

.draft-popup {
  height: auto !important; }

.date-popup {
  height: auto !important; }
  .date-popup .popupwindow_titlebar {
    background-color: #48a1e3 !important;
    /* TitleBar Buttons */ }
    .date-popup .popupwindow_titlebar .popupwindow_titlebar_text {
      color: #FFF !important; }
    .date-popup .popupwindow_titlebar .popupwindow_titlebar_button {
      background: rgba(255, 255, 255, 0.3) !important;
      color: #FFF !important;
      border: 1px solid transparent !important; }
  .date-popup .popupwindow_statusbar {
    display: none !important; }

#date-popup {
  overflow: hidden;
  padding: 10px; }
  #date-popup .date-container {
    padding: 10px; }
    #date-popup .date-container input {
      border-radius: 100px; }
    #date-popup .date-container .task-list input {
      height: 26px; }
  #date-popup .action-bar {
    height: 50px;
    padding-top: 10px; }
    #date-popup .action-bar a {
      width: 80%;
      float: left;
      display: inline-block;
      font-weight: bold; }
      #date-popup .action-bar a:first-child {
        width: 20%; }

.popupwindow_container {
  z-index: 99999; }
  .popupwindow_container .popupwindow_overlay {
    background-color: rgba(255, 255, 255, 0.6); }
    .popupwindow_container .popupwindow_overlay .popupwindow {
      color: #303030;
      background: #FFF;
      border: 2px solid #FFF;
      box-shadow: 0 1rem 2rem -0.5rem rgba(56, 65, 74, 0.45);
      border-radius: 15px; }
      .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar {
        background-color: #e9e9e9;
        padding: 10px 12px 10px 20px;
        border-radius: 12px;
        /* TitleBar Buttons */ }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar.popupwindow_titlebar_draggable {
          cursor: move; }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar .popupwindow_titlebar_text {
          color: #404040;
          font-family: inherit;
          font-size: inherit;
          font-weight: bold;
          text-align: left;
          padding-left: 2px; }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar .popupwindow_titlebar_button {
          cursor: pointer;
          width: 22px;
          height: 22px;
          line-height: 22px;
          text-align: center;
          display: block !important;
          /* padding: 3px; */
          margin-left: 3px;
          font-size: 14px;
          background-color: #FFF;
          color: #8d9da5;
          border: 1px solid #FFF;
          border-radius: 5px; }
          .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar .popupwindow_titlebar_button:hover {
            background-color: #ebebeb; }
          .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_titlebar .popupwindow_titlebar_button:active {
            background-color: #e0e0e0; }
      .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_content {
        /* In order to preserve padding-bottom when the content is taller than the PopupWindow and thus scrolled on the Y-axis, set the same value as "height" in the following :after pseudo-class */ }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_content::after {
          display: block;
          height: 10px;
          /* Set this value equal to .popupwindow_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */ }
      .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_statusbar {
        padding: 0;
        background: transparent;
        border-radius: 0 0 15px 15px; }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_statusbar .popupwindow_statusbar_content {
          color: #303030;
          font-family: inherit;
          font-size: inherit;
          font-weight: normal;
          padding-left: 4px; }
        .popupwindow_container .popupwindow_overlay .popupwindow .popupwindow_statusbar .popupwindow_statusbar_handle {
          width: 10px;
          height: 10px;
          stroke: #a0a0a0; }

.basic-info .dropify-wrapper {
  border: 1px solid rgba(57, 57, 57, 0.2) !important;
  background: #fff;
  border-radius: 20px; }

.basic-info .form-control {
  border-radius: 20px;
  border: 1px solid rgba(57, 57, 57, 0.2) !important;
  height: calc(1.5em + 1.2rem + 2px);
  padding: .8rem 1.3rem; }

.basic-info .input-group .form-control:last-child {
  border-left: none !important;
  padding-left: 0; }

.basic-info .input-group-text {
  border: 1px solid rgba(57, 57, 57, 0.2) !important;
  background: none;
  border-radius: 20px;
  border-right: none;
  padding: .8rem 1.3rem; }
  .basic-info .input-group-text i {
    opacity: .5; }

.pricing .price-container2 {
  background-color: #323336;
  padding: 25px 20px 20px 20px;
  position: relative;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #FFF;
  text-align: left; }
  .pricing .price-container2 .price {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500; }
  .pricing .price-container2 .cents {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 30px; }
  .pricing .price-container2 .cents-cont {
    width: 5px;
    font-size: 20px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; }
  .pricing .price-container2 .price-col-main .price-container {
    background-color: #323336; }
  .pricing .price-container2 .place {
    display: inline-block;
    height: 13px;
    width: 35px;
    font-size: 12px;
    font-weight: normal; }

.pricing h1 {
  margin: 0;
  padding: 20px 20px;
  display: block;
  background-color: #fff;
  color: #323336;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  text-align: left; }
  .pricing h1.pt-col-main {
    font-weight: 500;
    color: #FFF;
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }

.pricing .h-desk {
  display: none; }

.pricing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff; }
  .pricing ul li {
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
    color: #6b6b6b;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
    margin-left: 20px; }
    .pricing ul li:last-child {
      border-bottom: none; }

.pricing table th {
  padding: 0 !important; }

.pricing table tr {
  transition: all ease .2s; }
  .pricing table tr:hover {
    transform: scale(1.02);
    box-shadow: 0 1.2rem 2rem -1rem rgba(56, 65, 74, 0.4);
    border-radius: 10px;
    color: #323336; }
    .pricing table tr:hover td {
      background: #F6B31A !important; }
  .pricing table tr.fixed {
    background: #f1f5f7; }
    .pricing table tr.fixed:hover {
      transform: none;
      box-shadow: none; }
      .pricing table tr.fixed:hover td {
        background: inherit !important; }
  .pricing table tr.active th {
    border: none; }
  .pricing table tr.active:hover {
    transform: none;
    box-shadow: none; }
    .pricing table tr.active:hover td {
      background: inherit !important; }

.pricing table td {
  font-size: 15px;
  border: none !important;
  line-height: 2 !important;
  transition: all ease .2s; }
  .pricing table td h4 {
    font-size: 15px;
    margin: 0;
    line-height: inherit; }
  .pricing table td:first-child {
    text-align: left;
    padding-left: 20px; }
  .pricing table td:nth-child(3) {
    background: #FEF7EB; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.credit-option {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 35px; }
  .credit-option ul {
    padding: 0; }
  .credit-option li {
    height: 90px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    width: calc(100% / 2 - 15px);
    position: relative; }
    .credit-option li.best label {
      border: 2px solid rgba(246, 139, 0, 0.5); }
    .credit-option li.best::after {
      content: "Best Value!";
      display: block;
      position: absolute;
      background: #F68B00;
      color: #FFF;
      width: 120px;
      text-align: center;
      font-size: 14px;
      bottom: -10px;
      border-radius: 20px;
      z-index: 9999;
      left: calc(50% - 60px); }
  .credit-option.campaign li {
    width: calc(100% / 3 - 15px); }
  .credit-option input {
    visibility: hidden;
    display: none; }
  .credit-option label {
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
    padding-top: 25px;
    border-radius: 5px;
    width: 100%;
    background: #f1f5f7;
    transition: all ease-in-out 0.18s;
    border: 2px solid transparent;
    position: relative;
    height: 90px;
    width: 100%; }
    .credit-option label::after {
      content: "\F00C";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      transform: translateY(-25px);
      margin-left: -7px;
      opacity: 0;
      transition: all ease-in-out 0.18s; }
    .credit-option label span {
      display: block;
      font-size: 15px;
      transition: all ease-in-out 0.18s;
      font-weight: bold; }
      .credit-option label span small {
        display: block; }
  .credit-option input:checked + label {
    border: 2px solid #48a1e3, 0.2;
    background: #48a1e3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.18s;
    z-index: 999;
    padding-left: -10px; }
    .credit-option input:checked + label span {
      transform: translateY(-10px);
      color: #FFF; }
    .credit-option input:checked + label::after {
      transform: translateY(-12px);
      opacity: 1;
      color: #FFF; }
  .credit-option input:disabled + label {
    background-color: #F4F4F4;
    color: #ccc;
    border-color: #CCCCCC;
    z-index: 1; }

.project-list {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF; }
  .project-list h2 {
    font-family: "Nunito", 'Noto Sans TC', sans-serif; }
    .project-list h2 span {
      font-weight: lighter; }
  .project-list .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    z-index: -1;
    filter: blur(20px);
    transform: scale(1.1); }
  .project-list.demo {
    overflow: visible;
    margin-top: 150px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: none; }
    .project-list.demo::before {
      content: "";
      width: 100%;
      height: 150px;
      display: block;
      background: url(/assets/images/demo-bg.png) no-repeat top 0px right 0px;
      background-size: auto 100px;
      position: absolute;
      top: -185px;
      opacity: 0.8; }
    .project-list.demo .background-overlay {
      display: none; }
    .project-list.demo .text-white {
      color: rgba(0, 0, 0, 0.2) !important; }
    .project-list.demo .avatar-group {
      opacity: .4;
      pointer-events: none;
      filter: grayscale(1); }

@keyframes pending {
  0% {
    opacity: .6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
  .project-list .status .stepbar-progress {
    border-spacing: 0px;
    width: 100%;
    height: 32px;
    border-collapse: collapse; }
    .project-list .status .stepbar-progress .step-item {
      width: 25px; }
      .project-list .status .stepbar-progress .step-item .step-body {
        position: relative;
        display: block;
        width: 25px;
        height: 25px;
        background-color: #fff;
        border: 3px solid #fff;
        border-radius: 50%;
        transition: all ease-in-out 0.18s; }
        .project-list .status .stepbar-progress .step-item .step-body .icon {
          width: 22px;
          text-align: center;
          display: block;
          margin-top: -1px;
          margin-left: -1.5px; }
          .project-list .status .stepbar-progress .step-item .step-body .icon:before {
            color: white;
            line-height: 18px;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            font-size: 12px; }
        .project-list .status .stepbar-progress .step-item .step-body:hover {
          transition: all ease-in-out .2s;
          cursor: pointer; }
    .project-list .status .stepbar-progress .step-item-progress {
      width: 50%;
      height: 32px;
      verticle-align: middle;
      padding: 0; }
      .project-list .status .stepbar-progress .step-item-progress .progress-body {
        display: block;
        height: 11px;
        background-color: #fff;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transition: all 1s ease; }
        .project-list .status .stepbar-progress .step-item-progress .progress-body .body-fill {
          width: 20px;
          height: 5px;
          background-color: #1AB394; }
    .project-list .status .stepbar-progress .step-item-first .step-body:after,
    .project-list .status .stepbar-progress .step-item-middle .step-body:after,
    .project-list .status .stepbar-progress .step-item-middle .step-body:before,
    .project-list .status .stepbar-progress .step-item-last .step-body:before {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      height: 11px;
      width: 6px;
      background-color: #fff;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transition: all ease-in-out 0.18s; }
    .project-list .status .stepbar-progress .step-item-first .step-body:after,
    .project-list .status .stepbar-progress .step-item-middle .step-body:after {
      left: 100%; }
    .project-list .status .stepbar-progress .step-item-middle .step-body:before,
    .project-list .status .stepbar-progress .step-item-last .step-body:before {
      right: 100%; }
  .project-list .status .stepbar-progress {
    /* Individual Steps */ }
    .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="waiting"] .step-item[data-step="1"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="waiting"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F737"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="1"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="2"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F737"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="waiting"] .step-item[data-step="2"] .step-body:before {
      background-color: #F68B00; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="1"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="2"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="3"] .step-body {
      background-color: #F68B00; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="3"] .step-body .icon:before {
        content: "\F737"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="2"] .step-body:before {
      background-color: #F68B00; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="2"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="waiting"] .step-item[data-step="3"] .step-body:before {
      background-color: #F68B00; }
    .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon {
        animation: pending infinite 2s ease-in-out; }
        .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
          content: "\F04B"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon {
        animation: pending infinite 2s ease-in-out; }
        .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
          content: "\F04B"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
      background-color: #48a1e3; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body {
      background-color: #48a1e3; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon {
        animation: pending infinite 2s ease-in-out; }
        .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body .icon:before {
          content: "\F04B"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:before {
      background-color: #48a1e3; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="active"] .step-item[data-step="3"] .step-body:before {
      background-color: #48a1e3; }
    .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="1"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="2"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
      background-color: #06D1AF; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body {
      background-color: #06D1AF; }
      .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body .icon:before {
        content: "\F00C"; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="1"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:before {
      background-color: #06D1AF; }
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] .step-body:after,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="2"] + .step-item-progress .progress-body,
    .project-list .status .stepbar-progress[data-current-step="3"][data-step-status="done"] .step-item[data-step="3"] .step-body:before {
      background-color: #06D1AF; }

.dashboard .page-title {
  height: 20px;
  line-height: 20px; }
  .dashboard .page-title a {
    float: right;
    margin-top: -5px;
    font-size: 13px;
    padding: .3rem .9rem;
    min-width: inherit; }
  @media (max-width: 992px) {
    .dashboard .page-title a {
      float: none;
      display: block;
      padding: 0;
      margin-top: 10px; } }

.dashboard .social-switcher {
  padding: 0;
  margin-bottom: 20px; }
  .dashboard .social-switcher .tabs-social {
    border-bottom: 0 !important;
    position: relative; }
    .dashboard .social-switcher .tabs-social .nav-link {
      border: 0 !important;
      border-bottom: 2px solid transparent;
      font-size: 15px;
      transition: all ease-in-out 0.18s;
      border-radius: 100px;
      padding: 0px;
      padding-right: 25px;
      margin-right: 5px;
      text-align: center;
      font-weight: bold;
      position: relative;
      z-index: 1;
      cursor: pointer;
      font-size: 28px;
      color: #8d9da5; }
      .dashboard .social-switcher .tabs-social .nav-link::before {
        content: "";
        background: #ffdc49;
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 3px;
        height: 40%;
        left: -5px;
        width: 0%;
        transition: all ease-in-out 0.18s;
        opacity: 0; }
      .dashboard .social-switcher .tabs-social .nav-link:hover {
        color: #393939; }
      .dashboard .social-switcher .tabs-social .nav-link.active {
        position: relative;
        font-weight: bold;
        color: #393939; }
        .dashboard .social-switcher .tabs-social .nav-link.active::before {
          content: "";
          height: 40%;
          background: linear-gradient(to right, #ffdc49 0%, rgba(255, 220, 73, 0.6) 100%);
          display: block;
          position: absolute;
          z-index: -1;
          bottom: 3px;
          left: -5px;
          width: calc(100% - 15px);
          opacity: 1; }

.dashboard .top .card-box {
  position: relative;
  padding-right: 220px;
  border: none;
  height: 150px;
  box-shadow: none; }
  .dashboard .top .card-box:hover {
    transform: scale(1.01);
    transition: all ease .2s;
    box-shadow: 0 2.5rem 3rem -0.5rem rgba(56, 65, 74, 0.3); }
  .dashboard .top .card-box .icon {
    height: 170px;
    overflow: hidden;
    position: absolute;
    width: 203px;
    right: 0px;
    top: -20px;
    text-align: right;
    border-bottom-right-radius: 20px; }
    .dashboard .top .card-box .icon img {
      margin-right: 0px;
      height: 180px;
      transform: rotate(-5deg); }
  .dashboard .top .card-box h5 {
    font-size: 14px;
    color: #393939;
    line-height: 1.4; }
  .dashboard .top .card-box.campaign {
    background: rgba(246, 139, 0, 0.2); }
    .dashboard .top .card-box.campaign h4 {
      color: #F68B00; }
  .dashboard .top .card-box.history {
    background: transparent;
    padding-right: 20px; }
    .dashboard .top .card-box.history:hover {
      transform: scale(1);
      box-shadow: none; }
    .dashboard .top .card-box.history .avatar-group-item .rounded-circle {
      width: 2rem;
      height: 2rem; }
    .dashboard .top .card-box.history h4 {
      color: #8d9da5; }
    .dashboard .top .card-box.history .icon {
      padding-top: 5px; }
      .dashboard .top .card-box.history .icon img {
        transform: rotate(0deg);
        object-fit: cover;
        height: 100%;
        margin-right: 0px; }
  @media (max-width: 992px) {
    .dashboard .top .card-box {
      height: auto;
      padding-right: 50px; }
      .dashboard .top .card-box .icon {
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 100px;
        right: 0px;
        top: -10px;
        text-align: right;
        border-bottom-right-radius: 20px; }
        .dashboard .top .card-box .icon img {
          margin-right: 0px;
          height: 80px; } }

.dashboard .left-panel .card-box {
  padding: .9rem;
  height: 65px; }

.dashboard .right-panel .col-6 {
  padding-left: 5px;
  padding-right: 10px; }
  .dashboard .right-panel .col-6:nth-child(odd) {
    padding-left: 10px;
    padding-right: 5px; }

.dashboard .right-panel .campaign-cont .add-campaign {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  line-height: 66px;
  font-size: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  border: none;
  padding: 0;
  float: left;
  transition: all ease-in-out 0.18s; }

.dashboard .right-panel .campaign-cont .title {
  height: 65px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #F68B00;
  font-weight: bold;
  user-select: none;
  transition: all ease-in-out 0.18s; }
  .dashboard .right-panel .campaign-cont .title b {
    color: #F68B00; }

.dashboard .right-panel .campaign-cont:hover .add-campaign {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -10px rgba(240, 146, 32, 0.7); }

.dashboard .right-panel .campaign-cont:hover .title {
  transform: translateY(-3px); }

.dashboard .right-panel .campaign-cont.clone .add-campaign {
  background: linear-gradient(220deg, #354896 0%, #48d7e3 100%) !important;
  border: none;
  box-shadow: 0 15px 15px -10px rgba(72, 161, 227, 0.5); }

.dashboard .right-panel .campaign-cont.clone .title {
  color: #48a1e3; }

.dashboard .right-panel .campaign-cont.clone:hover .add-campaign {
  box-shadow: 0 20px 25px -10px rgba(72, 161, 227, 0.7);
  color: #FFF; }

.dashboard .right-panel .item {
  padding: 0;
  overflow: hidden;
  background: #FFF;
  border-radius: 20px;
  transition: all ease-in-out 0.18s;
  width: 100%;
  margin-bottom: 10px; }
  .dashboard .right-panel .item .content {
    padding: 20px 15px 0; }
    .dashboard .right-panel .item .content h2.up {
      color: #EA5269; }
    .dashboard .right-panel .item .content h2.down {
      color: #06D1AF; }
  .dashboard .right-panel .item .chart {
    display: block;
    float: right;
    width: 100%; }

.dashboard .right-panel .timeline-container {
  overflow: hidden;
  min-height: 400px !important; }
  .dashboard .right-panel .timeline-container:before {
    background-color: rgba(173, 181, 189, 0.3);
    bottom: 0px;
    content: "";
    left: 33px;
    position: absolute;
    bottom: 30px;
    width: 2px;
    height: calc(100% - 100px);
    z-index: 0; }
  .dashboard .right-panel .timeline-container .timeline {
    border-collapse: collapse;
    border-spacing: 0;
    overflow-y: scroll;
    position: relative;
    table-layout: fixed;
    width: 100%; }
    .dashboard .right-panel .timeline-container .timeline:before {
      display: none; }
    .dashboard .right-panel .timeline-container .timeline .time-show {
      margin-bottom: 30px;
      margin-right: -75px;
      margin-top: 30px;
      position: relative;
      text-align: right; }
      .dashboard .right-panel .timeline-container .timeline .time-show a {
        color: #fff; }
    .dashboard .right-panel .timeline-container .timeline .timeline-icon {
      -webkit-border-radius: 50%;
      background: #98a6ad;
      border-radius: 50%;
      color: #fff;
      display: block;
      height: 30px;
      line-height: 21px;
      left: -50px;
      position: absolute;
      text-align: center;
      top: 13px;
      width: 30px;
      border: 5px solid #FBFBFB; }
      .dashboard .right-panel .timeline-container .timeline .timeline-icon i {
        color: #f7f7f7;
        font-size: 13px; }
    .dashboard .right-panel .timeline-container .timeline .time-icon:before {
      font-size: 16px; }

@media (max-width: 992px) {
  .dashboard .page-title {
    max-width: 100% !important;
    margin-bottom: 2.5rem !important; }
    .dashboard .page-title.text-white {
      display: none; }
  .dashboard .left-panel.sticky-top {
    top: 70px; }
  .dashboard .left-panel .card-box {
    height: auto;
    margin: -25px;
    border-radius: 0 !important; }
  .dashboard .list-container {
    margin-top: 50px; }
  .dashboard .project-list.demo {
    margin-top: 0; }
    .dashboard .project-list.demo::before {
      display: none; }
  .dashboard .campaign-cont {
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 9999; }
    .dashboard .campaign-cont .title {
      display: none !important; } }

.index-select {
  width: 130px !important; }
  .index-select a:focus,
  .index-select select:focus {
    outline: none !important; }
  .index-select .dropdown-menu {
    width: 160px;
    max-height: 500px;
    overflow-y: scroll; }
    .index-select .dropdown-menu li a {
      float: none;
      margin: 0;
      font-size: inherit;
      padding: 15px;
      padding-left: 25px; }
    .index-select .dropdown-menu li.selected a {
      color: #F68B00;
      font-weight: bold; }
  .index-select .dropdown-header {
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: .875rem;
    color: #8d9da5;
    white-space: nowrap; }
  .index-select .dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 1.125rem;
    padding: 0;
    font-weight: bold;
    margin-top: -4px;
    position: relative; }
    .index-select .dropdown-toggle::after {
      content: "\F107";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%; }
    .index-select .dropdown-toggle:focus {
      outline: none !important; }
  .index-select::before {
    content: "";
    height: 65%;
    background: linear-gradient(to right, #ffdc49 0%, rgba(255, 220, 73, 0.6) 100%);
    display: table;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: -3px;
    width: calc(100% + 6px); }
  .index-select.show .dropdown-toggle {
    background: transparent;
    border: none; }

@font-face {
  font-family: 'IP';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/ip.eot);
  src: url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/ip.eot?#iefix) format("embedded-opentype"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/ip.ttf) format("truetype"), url(https://s3-ap-southeast-1.amazonaws.com/cloudbreakr-media/laravel-pro/react/dist/ip.svg#fontawesome) format("svg"); }

[class^="ip-icon"],
[class*="ip-icon"] {
  font-family: 'IP' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ip-icon:before {
  content: "\E900"; }

.full-container .page-title {
  max-width: 90%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  .full-container .page-title b {
    font-weight: 600; }

.full-container .watchlist ::-webkit-scrollbar {
  display: none; }

.full-container .watchlist .owl-carousel .owl-item img {
  display: initial; }

.full-container .watchlist .card-box {
  background: transparent;
  box-shadow: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto; }

.full-container .watchlist .item {
  padding: 0;
  border-radius: 10px;
  transition: all ease-in-out 0.18s;
  flex: 0 0 auto;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  padding-bottom: 10px;
  width: 150px; }
  .full-container .watchlist .item .user {
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px; }
    .full-container .watchlist .item .user .avatar {
      width: 120px !important;
      border-radius: 50%;
      padding: 2px;
      transition: all ease-in-out 0.18s;
      z-index: 3; }
      .full-container .watchlist .item .user .avatar.shadow {
        position: absolute;
        left: calc(50% - 60px);
        bottom: -15px;
        transform: scale(0.9);
        opacity: .6;
        z-index: -1;
        filter: blur(10px); }
  .full-container .watchlist .item .user-desc {
    display: block;
    width: 100%;
    padding: 0 12px;
    text-align: left;
    font-size: 13px;
    color: #8d9da5;
    font-weight: bold; }
    .full-container .watchlist .item .user-desc .ip-icon {
      padding: 0 1.5px; }
    .full-container .watchlist .item .user-desc .trend {
      float: right;
      font-family: "Font Awesome 5 Pro", "Nunito", 'Noto Sans TC', sans-serif;
      padding-right: 5px; }
      .full-container .watchlist .item .user-desc .trend.up {
        color: #06D1AF; }
        .full-container .watchlist .item .user-desc .trend.up::before {
          content: "\F102";
          padding-right: 5px; }
      .full-container .watchlist .item .user-desc .trend.keep {
        color: #8d9da5; }
        .full-container .watchlist .item .user-desc .trend.keep::before {
          content: "\F068"; }
      .full-container .watchlist .item .user-desc .trend.down {
        color: #EA5269; }
        .full-container .watchlist .item .user-desc .trend.down::before {
          content: "\F103";
          padding-right: 5px; }
    .full-container .watchlist .item .user-desc .name {
      text-align: center;
      padding-bottom: 10px;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .full-container .watchlist .item:hover {
    background: rgba(141, 157, 165, 0.1); }
    .full-container .watchlist .item:hover .user .avatar {
      transform: scale(1.07) translateY(-5px); }
      .full-container .watchlist .item:hover .user .avatar.shadow {
        transform: scale(0.9) translateY(5px);
        filter: blur(17px); }
    .full-container .watchlist .item:hover .name {
      overflow: visible; }

.ranking-container {
  /*  &.hide{
    .item{
      .chart{
        display: none;
      }
      .user-desc {
        width: calc(100% - 260px + 110px)!important;
      }
    }
  }*/ }
  .ranking-container .page-title a {
    float: right;
    margin-top: -5px;
    font-size: 12px;
    padding: .3rem .9rem;
    min-width: inherit; }
  .ranking-container .item {
    padding: 0;
    border-radius: 100px;
    transition: all ease-in-out 0.18s;
    display: table;
    width: 100%; }
    .ranking-container .item .ranking {
      width: 50px;
      display: inline-flex;
      vertical-align: middle;
      font-size: 20px;
      color: rgba(57, 57, 57, 0.6);
      font-style: italic;
      font-weight: bold;
      justify-content: center; }
    .ranking-container .item .user {
      width: 75px;
      display: inline-flex;
      vertical-align: middle;
      position: relative;
      padding: 10px 0; }
      .ranking-container .item .user .avatar {
        border-radius: 50%;
        padding: 2px;
        height: 75px;
        width: 75px;
        transition: all ease-in-out 0.18s; }
        .ranking-container .item .user .avatar.shadow {
          position: absolute;
          left: 0;
          bottom: -3px;
          transform: scale(0.9);
          opacity: .6;
          z-index: -1;
          filter: blur(7px); }
    .ranking-container .item .user-desc {
      display: inline-flex;
      vertical-align: middle;
      width: calc(100% - 260px);
      padding-left: 20px;
      flex-direction: column;
      flex-wrap: wrap; }
    .ranking-container .item .chart {
      display: inline-flex;
      vertical-align: middle;
      text-align: center;
      width: 110px;
      justify-content: flex-end;
      align-content: flex-end;
      padding-top: 10px; }
      .ranking-container .item .chart canvas {
        height: 100% !important;
        width: 110px !important; }
      .ranking-container .item .chart.nodata canvas {
        display: none !important; }
      .ranking-container .item .chart.nodata span {
        background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-style: italic;
        font-size: 22px;
        line-height: 18px; }
    .ranking-container .item:hover {
      background: rgba(141, 157, 165, 0.1); }
      .ranking-container .item:hover .user .avatar {
        transform: scale(1.07) translateY(-5px); }
        .ranking-container .item:hover .user .avatar.shadow {
          transform: scale(0.9) translateY(5px);
          filter: blur(17px); }
    .ranking-container .item.top1 {
      background: linear-gradient(165deg, #F6B419 -45%, transparent 40%);
      z-index: -2; }
      .ranking-container .item.top1 .ranking {
        color: #F68B00;
        font-size: 27px;
        text-shadow: 2px 2px rgba(246, 139, 0, 0.3);
        justify-content: flex-start;
        padding-left: 10px;
        width: 57px; }
      .ranking-container .item.top1 .user {
        width: 75px;
        padding: 18px 0; }
        .ranking-container .item.top1 .user .avatar {
          transform: scale(1.2);
          border: 2px solid rgba(246, 139, 0, 0.2); }
          .ranking-container .item.top1 .user .avatar.shadow {
            transform: scale(0.9); }
      .ranking-container .item.top1 .user-desc {
        width: calc(100% - 267px); }
      .ranking-container .item.top1 .name {
        font-size: 110%; }
      .ranking-container .item.top1:hover .user .avatar {
        transform: scale(1.3) translateY(-5px); }
        .ranking-container .item.top1:hover .user .avatar.shadow {
          transform: scale(0.9) translateY(5px); }
    .ranking-container .item.top2 {
      background: linear-gradient(165deg, #06D1AF -45%, transparent 40%); }
      .ranking-container .item.top2 .ranking {
        color: #06D1AF;
        font-size: 30px;
        text-shadow: 2px 2px rgba(6, 209, 175, 0.3);
        justify-content: flex-start;
        padding-left: 20px;
        width: 57px; }
      .ranking-container .item.top2 .user {
        width: 75px;
        padding: 18px 0; }
        .ranking-container .item.top2 .user .avatar {
          transform: scale(1.2);
          border: 2px solid rgba(6, 209, 175, 0.2); }
          .ranking-container .item.top2 .user .avatar.shadow {
            transform: scale(0.9); }
      .ranking-container .item.top2 .user-desc {
        width: calc(100% - 267px); }
      .ranking-container .item.top2 .name {
        font-size: 110%; }
      .ranking-container .item.top2:hover .user .avatar {
        transform: scale(1.3) translateY(-5px); }
        .ranking-container .item.top2:hover .user .avatar.shadow {
          transform: scale(0.9) translateY(5px); }
    .ranking-container .item.top3 {
      background: linear-gradient(165deg, #48a1e3 -45%, transparent 40%); }
      .ranking-container .item.top3 .ranking {
        color: #48a1e3;
        font-size: 30px;
        text-shadow: 2px 2px rgba(72, 161, 227, 0.3);
        justify-content: flex-start;
        padding-left: 20px;
        width: 57px; }
      .ranking-container .item.top3 .user {
        width: 75px;
        padding: 18px 0; }
        .ranking-container .item.top3 .user .avatar {
          transform: scale(1.2);
          border: 2px solid rgba(72, 161, 227, 0.2); }
          .ranking-container .item.top3 .user .avatar.shadow {
            transform: scale(0.9); }
      .ranking-container .item.top3 .user-desc {
        width: calc(100% - 267px); }
      .ranking-container .item.top3 .name {
        font-size: 110%; }
      .ranking-container .item.top3:hover .user .avatar {
        transform: scale(1.3) translateY(-5px); }
        .ranking-container .item.top3:hover .user .avatar.shadow {
          transform: scale(0.9) translateY(5px); }
  @media (max-width: 1440px) {
    .ranking-container .item .user-desc {
      width: calc(100% - 240px); }
    .ranking-container .item .chart {
      width: 90px; }
      .ranking-container .item .chart canvas {
        width: 90px !important; }
    .ranking-container .item.top1 .user-desc, .ranking-container .item.top2 .user-desc, .ranking-container .item.top3 .user-desc {
      width: calc(100% - 247px); } }
  @media (max-width: 1280px) {
    .ranking-container .item .user {
      padding: 10px 0; }
    .ranking-container .item .user-desc {
      width: calc(100% - 200px);
      padding-left: 10px; }
      .ranking-container .item .user-desc h5 {
        font-size: .8375rem; }
      .ranking-container .item .user-desc .mb-1 {
        margin-bottom: 0 !important; }
    .ranking-container .item .chart {
      width: 70px; }
      .ranking-container .item .chart canvas {
        width: 70px !important; }
    .ranking-container .item.top1 .user, .ranking-container .item.top2 .user, .ranking-container .item.top3 .user {
      width: 75px;
      padding: 10px 0; }
    .ranking-container .item.top1 .user-desc, .ranking-container .item.top2 .user-desc, .ranking-container .item.top3 .user-desc {
      width: calc(100% - 228px);
      padding-left: 10px; }
      .ranking-container .item.top1 .user-desc h5, .ranking-container .item.top2 .user-desc h5, .ranking-container .item.top3 .user-desc h5 {
        font-size: .8375rem; }
      .ranking-container .item.top1 .user-desc .mb-1, .ranking-container .item.top2 .user-desc .mb-1, .ranking-container .item.top3 .user-desc .mb-1 {
        margin-bottom: 0 !important; }
    .ranking-container .item.top1 .chart, .ranking-container .item.top2 .chart, .ranking-container .item.top3 .chart {
      width: 70px; }
      .ranking-container .item.top1 .chart canvas, .ranking-container .item.top2 .chart canvas, .ranking-container .item.top3 .chart canvas {
        width: 70px !important; } }

.pop-posts .item {
  border-radius: 5px;
  transition: all ease-in-out 0.18s;
  cursor: pointer;
  margin-bottom: 20px; }
  .pop-posts .item .card {
    border-radius: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    transition: all ease-in-out 0.18s;
    background: rgba(141, 157, 165, 0.2);
    box-shadow: 0 1rem 2.5rem -0.7rem rgba(56, 65, 74, 0.4); }
    .pop-posts .item .card.video .ytcontainer {
      position: relative;
      padding-bottom: 100%;
      /* 1:1 */
      height: 0; }
      .pop-posts .item .card.video .ytcontainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .pop-posts .item .card.video .card-img-overlay .content {
      display: none; }
    .pop-posts .item .card.text .card-img-overlay .content {
      display: none; }
    .pop-posts .item .card.videopost .icon {
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all ease-in-out 0.18s;
      color: rgba(255, 255, 255, 0.8);
      font-size: 50px;
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
      text-align: center; }
    .pop-posts .item .card.videopost:hover {
      background-position: 10% 20%, 0 0; }
      .pop-posts .item .card.videopost:hover .icon {
        color: #FFF;
        transform: translate(-50%, -50%) translateY(-10px) scale(1.05); }

@keyframes gradientAnimation {
  0% {
    background-position: 0% 30%, 0 0; }
  50% {
    background-position: 100% 70%, 0 0; }
  100% {
    background-position: 0% 30%, 0 0; } }
    .pop-posts .item .card.videopost video {
      width: 100%; }
    .pop-posts .item .card .text-content {
      padding: 20px;
      color: #393939;
      font-weight: bold; }
      .pop-posts .item .card .text-content p {
        padding: 0;
        margin: 0; }
    .pop-posts .item .card .card-img {
      object-fit: cover; }
    .pop-posts .item .card .card-img-overlay {
      border-radius: 10px;
      backdrop-filter: blur(10px);
      background: rgba(0, 0, 0, 0.3);
      padding: 1rem 1rem .7rem;
      transition: all ease-in-out 0.18s; }
      .pop-posts .item .card .card-img-overlay .card-text {
        font-size: 13px;
        margin-bottom: .5rem; }
        .pop-posts .item .card .card-img-overlay .card-text .like,
        .pop-posts .item .card .card-img-overlay .card-text .comment {
          font-size: .9rem;
          line-height: .5rem; }
        .pop-posts .item .card .card-img-overlay .card-text .eng {
          font-size: .9rem;
          float: right; }
        .pop-posts .item .card .card-img-overlay .card-text:last-child {
          margin-bottom: 0; }
      .pop-posts .item .card .card-img-overlay .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
        transition: all ease-in-out 0.18s; }
  .pop-posts .item .user-list-item {
    height: 3.3em;
    display: block;
    padding: 0 15px; }
    .pop-posts .item .user-list-item .avatar {
      height: 3rem !important;
      width: 3rem !important;
      margin-top: -5px;
      border-radius: 50%; }
  .pop-posts .item:hover .card .card-img-overlay .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow-y: scroll;
    transition: all ease-in-out 0.18s;
    height: 100px; }
    .pop-posts .item:hover .card .card-img-overlay .content::-webkit-scrollbar {
      display: none !important; }
  .pop-posts .item:hover .card.text .card-img-overlay .content {
    display: none; }

.webui-popover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px !important; }

.webui-popover-content {
  color: #8d9da5 !important; }
  .webui-popover-content .subitem {
    background: #FFF;
    border-radius: 20px;
    z-index: 999;
    overflow: hidden;
    padding: 25px 10px;
    max-height: 60vh;
    overflow-y: scroll;
    font-style: normal; }
    .webui-popover-content .subitem .cate-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #f1f5f7;
      border-radius: 0px;
      padding: 5px 20px;
      margin-bottom: 10px;
      margin-right: 0px; }
      .webui-popover-content .subitem .cate-header.fuzzy {
        background: rgba(246, 139, 0, 0.2);
        border-radius: 50px; }
      .webui-popover-content .subitem .cate-header h5 {
        margin: 0;
        height: 30px;
        line-height: 30px; }
      .webui-popover-content .subitem .cate-header .custom-control {
        width: auto;
        display: inline-block;
        padding-top: 3px; }
    .webui-popover-content .subitem .cate-items {
      padding: 10px 20px;
      width: 100%; }
      .webui-popover-content .subitem .cate-items .custom-control {
        height: 30px;
        width: 24%;
        margin: 0;
        display: inline-block;
        margin-bottom: 5px; }
        .webui-popover-content .subitem .cate-items .custom-control .custom-control-label {
          font-size: 14px; }
        .webui-popover-content .subitem .cate-items .custom-control .custom-control-input:checked ~ .custom-control-label::before {
          background-color: #F68B00;
          border-color: #F68B00; }
    .webui-popover-content .subitem .row {
      padding: 0px 20px; }
    .webui-popover-content .subitem .footer-bar {
      margin-top: 10px;
      padding: 10px 20px; }
      .webui-popover-content .subitem .footer-bar .custom-control {
        height: 30px;
        width: 100%;
        margin: 0;
        display: inline-block; }
      .webui-popover-content .subitem .footer-bar .col-6 {
        padding: 0; }

.discovery .dropdown-item {
  color: #393939; }

.discovery .hashtag-switch-bar {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2);
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  height: 48px;
  width: 100%; }
  .discovery .hashtag-switch-bar .tabs-bordered-g {
    display: inline-flex;
    border-bottom: 2px solid transparent !important; }
    .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link {
      padding: 0 25px;
      height: 48px;
      line-height: 48px;
      border-bottom: 2px solid transparent; }
      .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link.active {
        border-bottom: 2px solid #F68B00; }
        .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link.active .title {
          color: #F68B00;
          -webkit-text-fill-color: inherit; }

.discovery .hashtag-head .title {
  position: relative;
  margin-bottom: 30px; }
  .discovery .hashtag-head .title h1 {
    font-size: 55px;
    position: relative;
    width: fit-content; }
    .discovery .hashtag-head .title h1::before {
      content: "";
      height: 45%;
      background: #ffdc49;
      display: table;
      position: absolute;
      z-index: -1;
      bottom: -2px;
      left: -3px;
      width: calc(100% + 6px); }

.discovery .hashtag-head .form-control {
  border-radius: 50px;
  border: none;
  background: #f1f5f7;
  transition: all ease-in-out 0.18s; }
  .discovery .hashtag-head .form-control:hover {
    background: #e7eef1; }
  .discovery .hashtag-head .form-control:focus {
    background: #e7eef1; }
  .discovery .hashtag-head .form-control .dropdown-toggle {
    border-radius: 50px;
    height: 38px;
    background: #f1f5f7; }
    .discovery .hashtag-head .form-control .dropdown-toggle:focus {
      outline: 0 !important; }
    .discovery .hashtag-head .form-control .dropdown-toggle:hover {
      background: #e7eef1; }
    .discovery .hashtag-head .form-control .dropdown-toggle.bs-placeholder {
      color: rgba(141, 157, 165, 0.7); }
  .discovery .hashtag-head .form-control .dropdown-item {
    padding: .5rem 1.2rem; }
    .discovery .hashtag-head .form-control .dropdown-item:focus {
      outline: 0 !important; }
    .discovery .hashtag-head .form-control .dropdown-item.selected span.check-mark {
      color: #F68B00;
      padding: .5rem 0;
      top: 0;
      line-height: 1.5; }
      .discovery .hashtag-head .form-control .dropdown-item.selected span.check-mark::after {
        color: #F68B00; }
  .discovery .hashtag-head .form-control .dropdown-menu {
    margin-top: 5px; }

.discovery .hashtag-head .hashtag-container {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }
  .discovery .hashtag-head .hashtag-container .hashtag-item {
    padding: .45rem 20px;
    margin-bottom: 5px;
    border-radius: 50px;
    background: #f1f5f7;
    display: inline-block;
    position: relative; }
    .discovery .hashtag-head .hashtag-container .hashtag-item a {
      color: #393939;
      font-size: 14px; }
    .discovery .hashtag-head .hashtag-container .hashtag-item:hover {
      background: #e7eef1; }

.discovery .hashtag-head .form-group {
  margin-bottom: 0; }
  .discovery .hashtag-head .form-group .custom-control {
    margin: 0;
    height: 38px;
    display: inline-flex;
    align-items: center;
    margin-right: 20px; }
    .discovery .hashtag-head .form-group .custom-control:last-child {
      margin-right: 0; }
    .discovery .hashtag-head .form-group .custom-control .custom-control-input:checked ~ .custom-control-label::before {
      background: #F68B00;
      border-color: #F68B00; }
    .discovery .hashtag-head .form-group .custom-control .custom-control-label::before {
      border-radius: 50%;
      top: .1rem;
      width: 1.2rem;
      height: 1.2rem; }
    .discovery .hashtag-head .form-group .custom-control .custom-control-label::after {
      background: none;
      content: "\F00C";
      font-family: "Font Awesome 5 Pro";
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: .8rem;
      text-align: center;
      color: #FFF; }

.discovery .hashtag-head .irs--round {
  height: 50px; }
  .discovery .hashtag-head .irs--round.irs-with-grid {
    height: 65px; }
  .discovery .hashtag-head .irs--round .irs-line {
    top: 8px;
    height: 4px;
    background-color: #f1f5f7;
    border-radius: 4px; }
  .discovery .hashtag-head .irs--round .irs-bar {
    top: 8px;
    height: 4px;
    background-color: #F68B00; }
  .discovery .hashtag-head .irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px; }
  .discovery .hashtag-head .irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5); }
  .discovery .hashtag-head .irs--round .irs-handle {
    top: 0px;
    width: 1.2rem;
    height: 1.2rem;
    border: 3px solid #F68B00;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
    .discovery .hashtag-head .irs--round .irs-handle.state_hover, .discovery .hashtag-head .irs--round .irs-handle:hover {
      background-color: #f0f6ff; }
  .discovery .hashtag-head .irs--round .irs-min,
  .discovery .hashtag-head .irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .discovery .hashtag-head .irs--round .irs-from,
  .discovery .hashtag-head .irs--round .irs-to,
  .discovery .hashtag-head .irs--round .irs-single {
    font-size: 11px;
    line-height: 1;
    top: 25px;
    text-shadow: none;
    padding: 3px 8px 2px;
    background-color: #F68B00;
    color: #FFF;
    font-weight: bold;
    border-radius: 50px; }
  .discovery .hashtag-head .irs--round .irs-from:before,
  .discovery .hashtag-head .irs--round .irs-to:before,
  .discovery .hashtag-head .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    top: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-bottom-color: #F68B00; }
  .discovery .hashtag-head .irs--round .irs-grid {
    height: 25px;
    top: 15px;
    z-index: -1; }
  .discovery .hashtag-head .irs--round .irs-grid-pol {
    background-color: #dedede; }
  .discovery .hashtag-head .irs--round .irs-grid-text {
    bottom: 2px;
    color: #8d9da5;
    font-size: 11px; }

.discovery .hashtag-head #ageSlider-slider-value {
  font-style: italic;
  margin-bottom: 0;
  margin-top: -10px;
  font-size: 15px;
  font-weight: bold;
  color: #8d9da5; }
  .discovery .hashtag-head #ageSlider-slider-value::after {
    content: "Years old";
    font-weight: normal;
    padding-left: 10px; }

.discovery .discovery-filter .criteria {
  border-radius: 27px;
  border: none;
  background: #f1f5f7;
  transition: all ease-in-out 0.18s;
  padding: 10px 12px;
  padding-right: 50px;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px; }
  .discovery .discovery-filter .criteria p {
    padding: 0;
    margin: 0;
    line-height: 34px;
    padding-left: 15px;
    font-style: italic; }
  .discovery .discovery-filter .criteria span {
    padding: 0 15px;
    line-height: 30px;
    border-radius: 50px;
    background: #FFF;
    color: #393939;
    display: inline-block;
    margin-right: 5px;
    user-select: none;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 2px solid #FFF;
    transition: all ease-in-out .1s; }
    .discovery .discovery-filter .criteria span i {
      color: #F68B00;
      padding-left: 5px;
      cursor: pointer; }
    .discovery .discovery-filter .criteria span:hover {
      border: 2px solid #F68B00; }
  .discovery .discovery-filter .criteria .erase {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer; }

.discovery .discovery-filter .form-control {
  border-radius: 50px;
  border: none;
  background: #f1f5f7;
  transition: all ease-in-out 0.18s; }
  .discovery .discovery-filter .form-control:hover {
    background: #e7eef1; }
  .discovery .discovery-filter .form-control:focus {
    background: #e7eef1; }
  .discovery .discovery-filter .form-control .dropdown-toggle {
    border-radius: 50px;
    height: 38px;
    background: #f1f5f7; }
    .discovery .discovery-filter .form-control .dropdown-toggle:focus {
      outline: 0 !important; }
    .discovery .discovery-filter .form-control .dropdown-toggle:hover {
      background: #e7eef1; }
    .discovery .discovery-filter .form-control .dropdown-toggle.bs-placeholder {
      color: rgba(141, 157, 165, 0.7); }
  .discovery .discovery-filter .form-control .dropdown-item {
    padding: .5rem 1.2rem; }
    .discovery .discovery-filter .form-control .dropdown-item:focus {
      outline: 0 !important; }
    .discovery .discovery-filter .form-control .dropdown-item.selected span.check-mark {
      color: #F68B00;
      padding: .5rem 0;
      top: 0;
      line-height: 1.5; }
      .discovery .discovery-filter .form-control .dropdown-item.selected span.check-mark::after {
        color: #F68B00; }
  .discovery .discovery-filter .form-control .dropdown-menu {
    margin-top: 5px; }

.discovery .discovery-filter .interest-container {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }
  .discovery .discovery-filter .interest-container .interest-item {
    padding: .45rem 20px;
    margin-bottom: 5px;
    border-radius: 50px;
    background: #f1f5f7;
    display: inline-block;
    position: relative; }
    .discovery .discovery-filter .interest-container .interest-item.selected {
      background: #F68B00; }
      .discovery .discovery-filter .interest-container .interest-item.selected a {
        color: #FFF; }
      .discovery .discovery-filter .interest-container .interest-item.selected:hover {
        background: #e78200; }
    .discovery .discovery-filter .interest-container .interest-item a {
      color: #393939;
      font-size: 14px; }
      .discovery .discovery-filter .interest-container .interest-item a span {
        display: none; }
        .discovery .discovery-filter .interest-container .interest-item a span::before {
          content: "("; }
        .discovery .discovery-filter .interest-container .interest-item a span::after {
          content: ")"; }
    .discovery .discovery-filter .interest-container .interest-item:hover {
      background: #e7eef1; }

.discovery .discovery-filter .form-group {
  margin-bottom: 0; }
  .discovery .discovery-filter .form-group .custom-control {
    margin: 0;
    height: 38px;
    display: inline-flex;
    align-items: center;
    margin-right: 20px; }
    .discovery .discovery-filter .form-group .custom-control:last-child {
      margin-right: 0; }
    .discovery .discovery-filter .form-group .custom-control .custom-control-input:checked ~ .custom-control-label::before {
      background: #F68B00;
      border-color: #F68B00; }
    .discovery .discovery-filter .form-group .custom-control .custom-control-label::before {
      border-radius: 50%;
      top: .1rem;
      width: 1.2rem;
      height: 1.2rem; }
    .discovery .discovery-filter .form-group .custom-control .custom-control-label::after {
      background: none;
      content: "\F00C";
      font-family: "Font Awesome 5 Pro";
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: .8rem;
      text-align: center;
      color: #FFF; }

.discovery .discovery-filter .disabled {
  cursor: not-allowed; }
  .discovery .discovery-filter .disabled label,
  .discovery .discovery-filter .disabled .irs {
    filter: grayscale(1);
    opacity: .3;
    pointer-events: none; }
  .discovery .discovery-filter .disabled#followerRange {
    filter: grayscale(1); }

.discovery .discovery-filter .irs--round {
  height: 50px; }
  .discovery .discovery-filter .irs--round.irs-with-grid {
    height: 65px; }
  .discovery .discovery-filter .irs--round .irs-line {
    top: 8px;
    height: 4px;
    background-color: #f1f5f7;
    border-radius: 4px; }
  .discovery .discovery-filter .irs--round .irs-bar {
    top: 8px;
    height: 4px;
    background-color: #F68B00; }
  .discovery .discovery-filter .irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px; }
  .discovery .discovery-filter .irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5); }
  .discovery .discovery-filter .irs--round .irs-handle {
    top: 0px;
    width: 1.2rem;
    height: 1.2rem;
    border: 3px solid #F68B00;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
    .discovery .discovery-filter .irs--round .irs-handle.state_hover, .discovery .discovery-filter .irs--round .irs-handle:hover {
      background-color: #f0f6ff; }
  .discovery .discovery-filter .irs--round .irs-min,
  .discovery .discovery-filter .irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .discovery .discovery-filter .irs--round .irs-from,
  .discovery .discovery-filter .irs--round .irs-to,
  .discovery .discovery-filter .irs--round .irs-single {
    font-size: 11px;
    line-height: 1;
    top: 25px;
    text-shadow: none;
    padding: 3px 8px 2px;
    background-color: #F68B00;
    color: #FFF;
    font-weight: bold;
    border-radius: 50px; }
  .discovery .discovery-filter .irs--round .irs-from:before,
  .discovery .discovery-filter .irs--round .irs-to:before,
  .discovery .discovery-filter .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    top: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-bottom-color: #F68B00; }
  .discovery .discovery-filter .irs--round .irs-grid {
    height: 25px;
    top: 15px;
    z-index: -1; }
  .discovery .discovery-filter .irs--round .irs-grid-pol {
    background-color: #dedede; }
  .discovery .discovery-filter .irs--round .irs-grid-text {
    bottom: 2px;
    color: #8d9da5;
    font-size: 11px; }

.discovery .discovery-filter #ageSlider-slider-value {
  font-style: italic;
  margin-bottom: 0;
  margin-top: -10px;
  font-size: 15px;
  font-weight: bold;
  color: #8d9da5; }
  .discovery .discovery-filter #ageSlider-slider-value::after {
    content: "Years old";
    font-weight: normal;
    padding-left: 10px; }

.discovery .page-title .form-group {
  display: flex;
  justify-content: flex-end;
  padding-right: 6px; }
  .discovery .page-title .form-group h5 {
    width: 100px;
    text-align: right;
    padding-right: 10px; }
  .discovery .page-title .form-group .form-control {
    width: 200px; }
  .discovery .page-title .form-group .dropdown-toggle {
    border-radius: 50px; }
    .discovery .page-title .form-group .dropdown-toggle:focus {
      outline: 0 !important; }
  .discovery .page-title .form-group .dropdown-header {
    font-weight: bold;
    color: #8d9da5; }
  .discovery .page-title .form-group .dropdown-item {
    padding: .5rem 1.2rem; }
    .discovery .page-title .form-group .dropdown-item:focus {
      outline: 0 !important; }

.discovery .result-container .upgrade-premium {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 50px;
  padding: 10px 50px; }

.discovery .result-container .col-md-4 {
  padding: 0 8px 16px; }

.discovery .result-container .result-item {
  display: block;
  padding: 15px 0 0;
  border-radius: 5px;
  transition: all ease-in-out 0.18s;
  overflow: hidden;
  box-shadow: 0 1rem 2rem -1rem rgba(56, 65, 74, 0.25);
  border-bottom: none;
  height: 285px; }
  .discovery .result-container .result-item .header {
    padding: 110px 25px 0 25px;
    position: relative;
    transition: all ease-in-out 0.18s; }
    .discovery .result-container .result-item .header .mention {
      background: #f1f5f7;
      color: #393939;
      font-weight: bold;
      padding: 5px 20px;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 50px 0 0 50px;
      transition: all ease-in-out 0.18s; }
    .discovery .result-container .result-item .header .user {
      width: 80px;
      display: inline-flex;
      vertical-align: middle;
      position: relative; }
      .discovery .result-container .result-item .header .user .avatar {
        height: 80px !important;
        width: 80px !important;
        border-radius: 50%;
        transition: all ease-in-out 0.18s; }
        .discovery .result-container .result-item .header .user .avatar.shadow {
          position: absolute;
          left: 0;
          bottom: -10px;
          transform: scale(0.8);
          opacity: .8;
          z-index: -1;
          filter: blur(7px); }
      .discovery .result-container .result-item .header .user .region {
        position: absolute;
        right: -2px;
        bottom: 2px;
        width: 25px;
        height: 25px;
        border-radius: 50%; }
        .discovery .result-container .result-item .header .user .region img {
          width: 100%;
          border: 2px solid #FFF; }
    .discovery .result-container .result-item .header .user-desc {
      display: inline-flex;
      vertical-align: middle;
      width: calc(100% - 110px);
      padding-left: 20px;
      flex-direction: column;
      flex-wrap: wrap; }
      .discovery .result-container .result-item .header .user-desc .name {
        margin-top: 2px;
        margin-bottom: 5px;
        font-size: 1rem;
        text-shadow: 0 1px 5px #FFF; }
        .discovery .result-container .result-item .header .user-desc .name b {
          color: #F68B00; }
      .discovery .result-container .result-item .header .user-desc .desc {
        margin-bottom: 0;
        font-size: .8rem; }
    .discovery .result-container .result-item .header .profile-overlay {
      display: block;
      height: 110%;
      width: 110%;
      position: absolute;
      top: -15%;
      left: -5%;
      background-size: cover !important;
      background-position: center 30% !important;
      background-repeat: no-repeat;
      z-index: -2;
      transition: all ease-in-out 0.18s; }
      .discovery .result-container .result-item .header .profile-overlay::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 75%); }
  .discovery .result-container .result-item .interest {
    padding: 20px 25px 10px;
    display: none;
    transition: all ease-in-out 0.18s; }
    .discovery .result-container .result-item .interest .item {
      display: inline-block;
      padding: 3px 15px;
      border-radius: 50px;
      font-size: 13px;
      color: #8d9da5;
      background: #f1f5f7;
      border: none; }
  .discovery .result-container .result-item .overview {
    padding: 10px 25px 10px;
    transition: all ease-in-out 0.18s; }
    .discovery .result-container .result-item .overview .count {
      font-size: 20px;
      font-weight: bold;
      color: #393939; }
    .discovery .result-container .result-item .overview .title {
      font-size: 13px;
      color: #8d9da5; }
    .discovery .result-container .result-item .overview .ip .count {
      color: #F68B00; }
  .discovery .result-container .result-item .platform {
    padding: 0 25px;
    text-align: center;
    transition: all ease-in-out 0.18s;
    background: #FFF; }
    .discovery .result-container .result-item .platform .col {
      border-left: 1px solid rgba(141, 157, 165, 0.1) !important; }
      .discovery .result-container .result-item .platform .col:first-child {
        border: none !important; }
    .discovery .result-container .result-item .platform .icon {
      font-size: 13px;
      color: #8d9da5;
      padding: 10px 0; }
    .discovery .result-container .result-item .platform .count {
      font-size: 14px;
      font-weight: bold;
      color: #393939; }
    .discovery .result-container .result-item .platform .title {
      font-size: 10px;
      color: #8d9da5; }
    .discovery .result-container .result-item .platform .pb {
      padding-bottom: 20px; }
  .discovery .result-container .result-item:hover {
    box-shadow: 0 2rem 3.5rem -1rem rgba(56, 65, 74, 0.3); }
    .discovery .result-container .result-item:hover .header {
      padding-top: 60px; }
      .discovery .result-container .result-item:hover .header .profile-overlay {
        top: -20%;
        opacity: .3; }
      .discovery .result-container .result-item:hover .header .mention {
        transform: translateY(-15px); }
    .discovery .result-container .result-item:hover .overview {
      opacity: 0; }
    .discovery .result-container .result-item:hover .platform {
      transform: translateY(-40px); }

.summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(57, 57, 57, 0.05); }
  .summary .summary-card {
    border-radius: 20px;
    height: 100%;
    padding: 0 20px 10px 0; }
    .summary .summary-card .title {
      margin-bottom: 10px; }
    .summary .summary-card span {
      font-size: 30px; }
    .summary .summary-card .sentiment {
      display: block;
      position: relative;
      width: 100%; }
      .summary .summary-card .sentiment .label {
        display: block; }
        .summary .summary-card .sentiment .label span {
          font-weight: bold;
          font-size: 22px; }
        .summary .summary-card .sentiment .label.negative span {
          color: #EA5269; }
        .summary .summary-card .sentiment .label.neutral span {
          color: #F68B00; }
        .summary .summary-card .sentiment .label.positive span {
          color: #06D1AF; }
      .summary .summary-card .sentiment .emoji {
        font-size: 24px;
        width: 35px;
        display: block;
        float: right; }
        .summary .summary-card .sentiment .emoji::before, .summary .summary-card .sentiment .emoji::after {
          font-family: "Font Awesome 5 Duotone";
          font-weight: 900;
          position: absolute;
          right: 0;
          bottom: 2px;
          transform: translateY(-53%);
          width: 1.25em;
          text-align: center; }
        .summary .summary-card .sentiment .emoji::before {
          color: var(--fa-primary-color, inherit);
          opacity: 1;
          opacity: var(--fa-primary-opacity, 1); }
        .summary .summary-card .sentiment .emoji::after {
          color: var(--fa-secondary-color, inherit);
          opacity: var(--fa-secondary-opacity, 0.4); }
        .summary .summary-card .sentiment .emoji.negative {
          color: #EA5269; }
          .summary .summary-card .sentiment .emoji.negative::before {
            content: "\F556"; }
          .summary .summary-card .sentiment .emoji.negative::after {
            content: "\10F556"; }
        .summary .summary-card .sentiment .emoji.neutral {
          color: #F68B00; }
          .summary .summary-card .sentiment .emoji.neutral::before {
            content: "\F5A4"; }
          .summary .summary-card .sentiment .emoji.neutral::after {
            content: "\10F5A4"; }
        .summary .summary-card .sentiment .emoji.positive {
          color: #06D1AF; }
          .summary .summary-card .sentiment .emoji.positive::before {
            content: "\F584"; }
          .summary .summary-card .sentiment .emoji.positive::after {
            content: "\10F584"; }
      .summary .summary-card .sentiment i {
        font-size: 24px; }
        .summary .summary-card .sentiment i.fa-angry {
          color: #EA5269;
          padding-right: 5px; }
        .summary .summary-card .sentiment i.fa-grin-hearts {
          color: #06D1AF;
          padding-left: 5px; }
      .summary .summary-card .sentiment input[type="range"] {
        bottom: 0;
        left: 0;
        -webkit-appearance: none !important;
        width: 100%;
        height: 6px;
        background: linear-gradient(to right, #EA5269, #F6B419, #06D1AF);
        border: none;
        border-radius: 10px;
        margin: auto;
        transition: all 400ms;
        outline: none;
        padding: 0;
        margin: 0;
        opacity: 1; }
      .summary .summary-card .sentiment input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        transform: scale(1);
        width: 10px;
        height: 26px;
        border: none;
        background-color: #8d9da5;
        border: 3px solid #FFF;
        border-radius: 40px;
        box-shadow: 0px 0px 0px green;
        transition: all 400ms;
        outline: none; }
    .summary .summary-card .reached {
      display: block;
      position: relative;
      width: 100%;
      color: #8d9da5; }
      .summary .summary-card .reached .label .reach {
        font-size: 22px;
        color: #F68B00; }
      .summary .summary-card .reached .label .total {
        font-size: 18px;
        color: #8d9da5; }
      .summary .summary-card .reached .progress {
        margin-top: 12px;
        height: 6px; }
        .summary .summary-card .reached .progress .progress-bar {
          background-color: #F68B00;
          width: 1%; }

.post-container .post-item {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
  transition: all ease-in-out 0.18s;
  margin-bottom: 25px;
  overflow: hidden;
  font-size: 14px; }
  .post-container .post-item .item-container {
    display: flex;
    position: relative;
    padding: 0; }
    .post-container .post-item .item-container .card {
      overflow: hidden;
      border-radius: 0;
      height: 0;
      padding-bottom: 270px;
      width: 270px;
      transition: all ease-in-out 0.18s;
      margin-bottom: 0; }
      .post-container .post-item .item-container .card .card-img {
        object-fit: cover;
        border-radius: 0; }
      .post-container .post-item .item-container .card .card-img-overlay {
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, 0.1);
        padding: 0 1rem;
        height: 40px;
        transition: all ease-in-out 0.18s; }
        .post-container .post-item .item-container .card .card-img-overlay .card-text {
          font-size: 13px;
          margin-bottom: .5rem; }
          .post-container .post-item .item-container .card .card-img-overlay .card-text .like,
          .post-container .post-item .item-container .card .card-img-overlay .card-text .comment {
            font-size: .9rem;
            line-height: 40px; }
          .post-container .post-item .item-container .card .card-img-overlay .card-text:last-child {
            margin-bottom: 0; }
        .post-container .post-item .item-container .card .card-img-overlay .content {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden;
          height: 20px;
          line-height: 20px;
          transition: all ease-in-out 0.18s; }
    .post-container .post-item .item-container .content {
      display: inline-block;
      width: calc(70% - 250px);
      padding: 10px 1.8rem 0;
      position: relative; }
      .post-container .post-item .item-container .content::after {
        content: "";
        width: 100%;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(22px * 7 - 10px);
        left: 0;
        background: linear-gradient(0deg, #FFF 10%, transparent 100%); }
      .post-container .post-item .item-container .content .container {
        line-height: 22px;
        padding: 0;
        padding-bottom: 20px;
        height: calc(22px * 7);
        overflow-y: scroll;
        position: relative; }
      .post-container .post-item .item-container .content .user-list-item {
        width: 100%;
        display: block;
        bottom: 45px;
        position: absolute; }
        .post-container .post-item .item-container .content .user-list-item .user {
          margin-right: .5rem !important; }
          .post-container .post-item .item-container .content .user-list-item .user .avatar {
            height: 3rem !important;
            width: 3rem !important;
            margin-top: -5px;
            border-radius: 50%;
            border: 2px solid #FFF;
            box-shadow: 0 0.8rem 1.2rem -0.5rem rgba(56, 65, 74, 0.5); }
        .post-container .post-item .item-container .content .user-list-item .user-desc .name {
          margin-top: 0 !important; }
    .post-container .post-item .item-container .hashtag {
      display: inline-block;
      padding: 10px;
      width: 30%;
      background: #fbfcfd;
      position: relative; }
      .post-container .post-item .item-container .hashtag::after {
        content: "";
        width: 100%;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(22px * 7 - 10px);
        left: 0;
        background: linear-gradient(0deg, #fbfcfd 10%, transparent 100%); }
      .post-container .post-item .item-container .hashtag .hashtag-container {
        padding-bottom: 20px;
        height: calc(22px * 7);
        overflow-y: scroll;
        position: relative; }
      .post-container .post-item .item-container .hashtag b {
        position: relative;
        z-index: 2;
        color: #393939;
        display: inline-block;
        width: fit-content; }
        .post-container .post-item .item-container .hashtag b::before {
          content: "";
          width: 100%;
          height: 8px;
          display: block;
          position: absolute;
          bottom: 2px;
          left: 0;
          background: rgba(246, 180, 25, 0.6);
          z-index: -1; }
    .post-container .post-item .item-container .sentiment {
      display: none;
      width: calc(70% - 257px);
      position: absolute;
      bottom: 0px;
      left: 264px;
      padding: 10px;
      align-items: center; }
      .post-container .post-item .item-container .sentiment .label {
        font-size: 13px;
        padding-bottom: 2px;
        text-align: right;
        padding-right: 10px;
        display: block;
        float: right; }
        .post-container .post-item .item-container .sentiment .label span {
          padding-left: 5px;
          font-weight: bold; }
        .post-container .post-item .item-container .sentiment .label.negative span {
          color: #EA5269; }
        .post-container .post-item .item-container .sentiment .label.neutral span {
          color: #F68B00; }
        .post-container .post-item .item-container .sentiment .label.positive span {
          color: #06D1AF; }
      .post-container .post-item .item-container .sentiment .emoji {
        font-size: 24px;
        width: 35px;
        display: none;
        float: right; }
        .post-container .post-item .item-container .sentiment .emoji::before, .post-container .post-item .item-container .sentiment .emoji::after {
          font-family: "Font Awesome 5 Duotone";
          font-weight: 900;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-53%);
          width: 1.25em;
          text-align: center; }
        .post-container .post-item .item-container .sentiment .emoji::before {
          color: var(--fa-primary-color, inherit);
          opacity: 1;
          opacity: var(--fa-primary-opacity, 1); }
        .post-container .post-item .item-container .sentiment .emoji::after {
          color: var(--fa-secondary-color, inherit);
          opacity: var(--fa-secondary-opacity, 0.4); }
        .post-container .post-item .item-container .sentiment .emoji.negative {
          color: #EA5269; }
          .post-container .post-item .item-container .sentiment .emoji.negative::before {
            content: "\F556"; }
          .post-container .post-item .item-container .sentiment .emoji.negative::after {
            content: "\10F556"; }
        .post-container .post-item .item-container .sentiment .emoji.neutral {
          color: #F68B00; }
          .post-container .post-item .item-container .sentiment .emoji.neutral::before {
            content: "\F5A4"; }
          .post-container .post-item .item-container .sentiment .emoji.neutral::after {
            content: "\10F5A4"; }
        .post-container .post-item .item-container .sentiment .emoji.positive {
          color: #06D1AF; }
          .post-container .post-item .item-container .sentiment .emoji.positive::before {
            content: "\F584"; }
          .post-container .post-item .item-container .sentiment .emoji.positive::after {
            content: "\10F584"; }
      .post-container .post-item .item-container .sentiment i {
        font-size: 24px; }
        .post-container .post-item .item-container .sentiment i.fa-angry {
          color: #EA5269;
          padding-right: 5px; }
        .post-container .post-item .item-container .sentiment i.fa-grin-hearts {
          color: #06D1AF;
          padding-left: 5px; }
      .post-container .post-item .item-container .sentiment input[type="range"] {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-appearance: none !important;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #EA5269, #F6B419, #06D1AF);
        border: none;
        margin: auto;
        transition: all 400ms;
        outline: none;
        padding: 0;
        margin: 0;
        opacity: .8; }
      .post-container .post-item .item-container .sentiment input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        transform: scale(1);
        width: 10px;
        height: 26px;
        border: none;
        background-color: #8d9da5;
        border: 3px solid #FFF;
        border-radius: 40px;
        box-shadow: 0px 0px 0px green;
        transition: all 400ms;
        outline: none; }
    .post-container .post-item .item-container .insight {
      width: 40%;
      right: 20px;
      bottom: 0px;
      position: absolute; }
      .post-container .post-item .item-container .insight .container {
        display: flex;
        padding: 0;
        padding: 15px 10px 10px 15px; }
        .post-container .post-item .item-container .insight .container div {
          font-size: 12px;
          line-height: 1.3;
          color: #8d9da5;
          text-align: right; }
          .post-container .post-item .item-container .insight .container div span {
            font-size: 18px;
            font-weight: bold;
            padding-bottom: 3px;
            display: block;
            color: #343a40; }
          .post-container .post-item .item-container .insight .container div.postEng {
            width: 40%; }
          .post-container .post-item .item-container .insight .container div.Eng {
            width: 30%; }
          .post-container .post-item .item-container .insight .container div.diff {
            width: 30%; }
            .post-container .post-item .item-container .insight .container div.diff.down span {
              color: #EA5269; }
              .post-container .post-item .item-container .insight .container div.diff.down span::before {
                content: "\F067";
                font-family: "Font Awesome 5 Pro";
                font-weight: 100;
                padding-right: 5px;
                font-size: 15px; }
            .post-container .post-item .item-container .insight .container div.diff.up span {
              color: #06D1AF; }
              .post-container .post-item .item-container .insight .container div.diff.up span::before {
                content: "\F068";
                font-family: "Font Awesome 5 Pro";
                font-weight: 100;
                padding-right: 5px;
                font-size: 15px; }
            .post-container .post-item .item-container .insight .container div.diff.even {
              color: inherit; }
      .post-container .post-item .item-container .insight .date {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        color: rgba(52, 58, 64, 0.7);
        text-align: right;
        padding-right: 10px; }
      .post-container .post-item .item-container .insight div {
        transition: all ease-in-out 0.18s; }
        .post-container .post-item .item-container .insight div.date {
          display: block; }
    @media (max-width: 1400px) {
      .post-container .post-item .item-container .card {
        width: 180px;
        padding-bottom: 180px; }
      .post-container .post-item .item-container .content {
        width: calc(70% - 150px);
        height: 300px; }
        .post-container .post-item .item-container .content .container {
          height: calc(22px * 8); }
        .post-container .post-item .item-container .content .user-list-item {
          left: -150px; }
      .post-container .post-item .item-container .sentiment {
        width: calc(70% + 10px);
        left: 0; }
      .post-container .post-item .item-container .insight {
        width: 50%; } }

@media (max-width: 1550px) {
  body.chatlist-open .post-container .post-item .card {
    width: 180px;
    padding-bottom: 180px; }
  body.chatlist-open .post-container .post-item .content {
    width: calc(70% - 150px);
    height: 300px; }
    body.chatlist-open .post-container .post-item .content .container {
      height: calc(22px * 8); }
    body.chatlist-open .post-container .post-item .content .user-list-item {
      left: -150px; }
  body.chatlist-open .post-container .post-item .sentiment {
    width: calc(70% + 10px);
    left: 0; }
  body.chatlist-open .post-container .post-item .insight {
    width: 50%; } }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: all ease-in-out 0.18s;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #F68B00;
      width: 20px; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #F68B00; }

.error {
  height: calc(100vh - 130px); }
  .error .container {
    padding: 100px 0;
    display: inline-flex;
    justify-content: center;
    width: 100vw !important;
    max-width: 100vw !important;
    font-size: 220px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 20px 40px rgba(57, 57, 57, 0.2); }
    .error .container .one {
      display: inline-flex; }
    .error .container .two {
      display: inline-flex;
      width: 200px; }
    .error .container .three {
      display: inline-flex; }
  .error .owl-carousel .owl-item {
    /**
                This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
                calculation of the height of the owl-item that breaks page layouts
             */ }
    .error .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
      .error .owl-carousel .owl-item .owl-lazy[src^=""], .error .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0; }
    .error .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }
  .error .owl-carousel .item {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%; }
    .error .owl-carousel .item img {
      height: 100%;
      width: 100%; }

#landing-carousel .modal-dialog {
  width: 400px; }
  #landing-carousel .modal-dialog .modal-content {
    border-radius: 15px;
    overflow: visible;
    border-bottom: none !important; }
    #landing-carousel .modal-dialog .modal-content .modal-body {
      padding: 0 !important;
      position: relative; }
      #landing-carousel .modal-dialog .modal-content .modal-body .close {
        width: 100px;
        height: 50px;
        line-height: 50px;
        text-align: right;
        color: #FFF !important;
        font-size: 16px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 9999;
        opacity: 1;
        cursor: pointer;
        display: none; }
        #landing-carousel .modal-dialog .modal-content .modal-body .close i {
          padding-left: 10px;
          padding-right: 15px;
          font-size: 20px !important; }
      #landing-carousel .modal-dialog .modal-content .modal-body .item {
        width: 400px;
        height: 300px;
        padding: 30px 20px;
        text-align: center;
        line-height: 1.3; }
        #landing-carousel .modal-dialog .modal-content .modal-body .item p {
          margin-bottom: 10px; }
        #landing-carousel .modal-dialog .modal-content .modal-body .item img {
          height: 160px;
          width: auto;
          margin: 0 auto;
          margin-top: -80px;
          margin-bottom: 20px; }
        #landing-carousel .modal-dialog .modal-content .modal-body .item h2 {
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }

#landing-carousel .owl-nav {
  background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
  height: 50px;
  line-height: 50px;
  border-radius: 0 0 15px 15px; }
  #landing-carousel .owl-nav .owl-prev,
  #landing-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF !important;
    font-size: 20px !important; }
  #landing-carousel .owl-nav .owl-prev {
    float: left; }
  #landing-carousel .owl-nav .owl-next {
    float: right; }

#landing-carousel .owl-dots {
  text-align: center;
  line-height: 50px;
  width: 300px;
  margin: 0 auto;
  margin-top: -50px; }
  #landing-carousel .owl-dots .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #landing-carousel .owl-dots button.owl-dot {
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50%;
    margin: 5px;
    width: 10px;
    height: 10px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
    #landing-carousel .owl-dots button.owl-dot.active {
      background: #FFF !important; }

#landing-carousel .owl-nav button.owl-prev, #landing-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

#completePopup .modal-dialog {
  width: 500px; }
  #completePopup .modal-dialog .modal-content {
    border-radius: 15px;
    overflow: visible;
    border-bottom: none !important; }
    #completePopup .modal-dialog .modal-content .modal-body {
      position: relative;
      text-align: center; }
      #completePopup .modal-dialog .modal-content .modal-body .close {
        text-align: center;
        color: #FFF !important;
        font-size: 16px;
        z-index: 9999;
        opacity: 1;
        cursor: pointer;
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }
        #completePopup .modal-dialog .modal-content .modal-body .close i {
          padding-left: 10px;
          padding-right: 15px;
          font-size: 20px !important; }
      #completePopup .modal-dialog .modal-content .modal-body .btn-group {
        margin-top: 20px; }
        #completePopup .modal-dialog .modal-content .modal-body .btn-group .btn {
          border-radius: 100px;
          margin: 0 10px;
          cursor: pointer; }
        #completePopup .modal-dialog .modal-content .modal-body .btn-group .completeCampaign {
          color: #FFF;
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          border-radius: 100px;
          box-shadow: 0 10px 20px -5px rgba(246, 139, 0, 0.5);
          display: inline-block;
          transition: all ease-in-out 0.18s; }
          #completePopup .modal-dialog .modal-content .modal-body .btn-group .completeCampaign:hover {
            transform: translateY(3px);
            box-shadow: 0 10px 10px -5px rgba(246, 139, 0, 0.5); }
      #completePopup .modal-dialog .modal-content .modal-body p {
        margin-bottom: 10px; }
      #completePopup .modal-dialog .modal-content .modal-body img {
        height: 160px;
        width: auto;
        margin: 0 auto;
        margin-top: -80px;
        margin-bottom: 20px; }
      #completePopup .modal-dialog .modal-content .modal-body h3 {
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0 !important;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.introjs-showElement {
  z-index: 9999999 !important; }

tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition {
  position: relative; }

tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background: transparent;
  border-radius: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .introjs-helperLayer::before {
    opacity: 0;
    content: '';
    position: fixed;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .introjs-helperLayer::after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperLayer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }
  .introjs-helperLayer *:before, .introjs-helperLayer *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -10px;
  left: -10px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  background: #F68B00;
  background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
  /* W3C */
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 2px solid white;
  border-radius: 50%;
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute; }
  .introjs-arrow.top {
    top: -10px;
    border-bottom-color: white; }
  .introjs-arrow.top-right {
    top: -10px;
    right: 10px;
    border-bottom-color: white; }
  .introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: white; }
  .introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-left-color: white; }
  .introjs-arrow.right-bottom {
    bottom: 10px;
    right: -10px;
    border-left-color: white; }
  .introjs-arrow.bottom {
    bottom: -10px;
    border-top-color: white; }
  .introjs-arrow.bottom-right {
    bottom: -10px;
    right: 10px;
    border-top-color: white; }
  .introjs-arrow.bottom-middle {
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color: white; }
  .introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-right-color: white; }
  .introjs-arrow.left-bottom {
    left: -10px;
    bottom: 10px;
    border-right-color: white; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 20px;
  background-color: white;
  min-width: 300px;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(0, 0, 0, 0.45);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
  margin-top: 10px; }

.introjs-tooltiptext {
  padding-bottom: 20px; }
  .introjs-tooltiptext b {
    color: #F68B00; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
  border-radius: 50px;
  transition: all ease-in-out 0.18s;
  text-transform: uppercase; }
  .introjs-button:hover {
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 0.3rem 0.7rem -0.3rem rgba(0, 0, 0, 0.35); }

/* overrides extra padding on button elements in Firefox */
.introjs-skipbutton {
  box-sizing: content-box;
  float: left;
  color: #FFF; }

.introjs-donebutton {
  box-sizing: content-box;
  float: right;
  color: #FFF; }

.introjs-prevbutton {
  border-right: none;
  margin-right: 5px;
  color: #393939;
  background: #f1f5f7; }
  .introjs-prevbutton:hover {
    color: #393939; }

.introjs-disabled {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  display: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }
  .introjs-disabled:hover, .introjs-disabled:focus {
    color: #9a9a9a;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center; }
  .introjs-bullets ul {
    box-sizing: content-box;
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block; }
    .introjs-bullets ul li {
      box-sizing: content-box;
      list-style: none;
      float: left;
      margin: 0 2px; }
      .introjs-bullets ul li a {
        box-sizing: content-box;
        display: block;
        width: 6px;
        height: 6px;
        background: #ccc;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        text-decoration: none;
        cursor: pointer; }
        .introjs-bullets ul li a:hover, .introjs-bullets ul li a.active {
          background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 6px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #F6B419; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }
  .introjs-hint:focus {
    border: 0;
    outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 0.0; } }

.insight-box .digit {
  color: #343a40;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px; }
  .insight-box .digit small {
    font-size: 70%;
    color: #8d9da5; }

.insight-box .header-title {
  font-weight: normal;
  color: #8d9da5; }
  .insight-box .header-title b {
    font-weight: 600; }

.follower-chart {
  position: relative; }
  .follower-chart #follower {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 8px;
    right: 10px; }

.interests span {
  display: inline-block;
  margin-bottom: 5px; }

.ip .badge {
  padding: 0; }

.ip .trend {
  margin-bottom: -5px;
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px; }
  .ip .trend.up {
    color: #06D1AF; }
    .ip .trend.up::before {
      content: "\F102";
      padding-right: 5px; }
  .ip .trend.keep {
    color: #8d9da5; }
    .ip .trend.keep::before {
      content: "\F068"; }
  .ip .trend.down {
    color: #EA5269; }
    .ip .trend.down::before {
      content: "\F103";
      padding-right: 5px; }

.ip .channel-ip {
  display: inline-grid;
  align-items: center; }
  .ip .channel-ip .fb {
    width: 100%; }
  .ip .channel-ip .ig {
    width: 100%; }

#postList .modal-dialog {
  max-width: 70%; }

#postList .modal-header {
  background: transparent; }
  #postList .modal-header .modal-title {
    color: #98a6ad; }
  #postList .modal-header .close {
    color: #98a6ad; }

#postList .modal-body {
  padding-top: 20px;
  height: 600px;
  overflow-y: scroll; }

#campaignList .modal-dialog {
  max-width: 800px; }

#campaignList .modal-body table thead {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #campaignList .modal-body table thead th:first-child {
    text-align: left; }

#campaignList .modal-body table tbody {
  display: block;
  max-height: 300px;
  overflow-y: scroll; }
  #campaignList .modal-body table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #campaignList .modal-body table tbody tr td {
      vertical-align: middle; }
      #campaignList .modal-body table tbody tr td:first-child {
        text-align: left; }

.table .badge {
  padding: .2rem .6rem !important;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 50px; }

.insight-video-list {
  padding: 10px 10px 0;
  transition: all ease-in-out 0.18s; }
  .insight-video-list:hover > * {
    opacity: .6;
    transition: all ease-in-out 0.18s; }
    .insight-video-list:hover > *:hover {
      opacity: 1;
      transition: all ease-in-out 0.18s;
      transform: scale(1.05); }
  .insight-video-list .loadmore-btn {
    margin: 10px auto; }
    .insight-video-list .loadmore-btn.loading span {
      display: none; }
  .insight-video-list .item {
    padding: 5px;
    transition: all ease-in-out 0.18s; }
    .insight-video-list .item .video-content {
      border: 2px solid #f1f5f7;
      border-radius: 20px;
      background: #f1f5f7; }
      .insight-video-list .item .video-content .top {
        padding: 15px 15px 10px; }
        .insight-video-list .item .video-content .top iframe {
          width: 100%;
          border-radius: 20px;
          overflow: hidden; }
        .insight-video-list .item .video-content .top .title {
          font-size: 0.9em;
          line-height: 1.5em;
          height: 3em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          /* number of lines to show */ }
        .insight-video-list .item .video-content .top .sub {
          font-size: 0.8em;
          display: flex;
          justify-content: space-between;
          padding: 0;
          margin-top: 10px; }
          .insight-video-list .item .video-content .top .sub .eng {
            font-weight: bold; }
      .insight-video-list .item .video-content .info {
        padding: 10px 15px 15px;
        border-radius: 20px;
        background: #FFF; }
        .insight-video-list .item .video-content .info:hover .progress {
          opacity: 1; }
        .insight-video-list .item .video-content .info .sub {
          display: flex;
          justify-content: space-between;
          font-size: 0.8em;
          font-weight: bold; }
          .insight-video-list .item .video-content .info .sub i {
            margin-right: 5px; }
          .insight-video-list .item .video-content .info .sub .float-right {
            display: flex; }
            .insight-video-list .item .video-content .info .sub .float-right .like {
              color: #48a1e3;
              margin-right: 10px; }
            .insight-video-list .item .video-content .info .sub .float-right .dislike {
              color: #EA5269; }
        .insight-video-list .item .video-content .info .progress {
          height: 6px;
          margin-top: 5px;
          opacity: .6; }
          .insight-video-list .item .video-content .info .progress .progress-bar {
            cursor: pointer; }
            .insight-video-list .item .video-content .info .progress .progress-bar.like {
              background: #48a1e3; }
            .insight-video-list .item .video-content .info .progress .progress-bar.dislike {
              background: #EA5269; }

.dtr-bs-modal .modal-dialog {
  max-width: 500px; }

.dtr-bs-modal .rounded-circle {
  width: 30px; }

.dtr-bs-modal .modal-header .modal-title img {
  display: none; }

.dtr-bs-modal .modal-header .modal-title span {
  color: #FFF;
  margin: 0 !important; }

.dtr-bs-modal .modal-header button.close {
  padding: 0.8rem 1rem;
  color: #FFF; }

.dtr-bs-modal .modal-body {
  padding: 0px 30px 15px !important; }

.dtr-bs-modal .influencer-list {
  border-color: transparent; }
  .dtr-bs-modal .influencer-list tr {
    border-left: none;
    border-right: none; }
    .dtr-bs-modal .influencer-list tr:first-child {
      display: none; }
    .dtr-bs-modal .influencer-list tr:nth-child(2) {
      border-top: none; }
    .dtr-bs-modal .influencer-list tr:last-child {
      border-bottom: none; }
  .dtr-bs-modal .influencer-list .table-action-btn {
    border-radius: 100px;
    color: #FFF;
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-bottom: -7px;
    line-height: 31px;
    text-align: center;
    background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
    box-shadow: 0 10px 15px -5px rgba(246, 139, 0, 0.5);
    transition: all ease-in-out 0.18s; }
    .dtr-bs-modal .influencer-list .table-action-btn i {
      margin-right: -1px; }
    .dtr-bs-modal .influencer-list .table-action-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 15px 20px -5px rgba(246, 139, 0, 0.8); }
    .dtr-bs-modal .influencer-list .table-action-btn.accept {
      background: linear-gradient(-15deg, #0cd0d0, #20d362);
      box-shadow: 0 10px 15px -5px rgba(6, 209, 175, 0.5); }
      .dtr-bs-modal .influencer-list .table-action-btn.accept:hover {
        box-shadow: 0 15px 20px -5px rgba(6, 209, 175, 0.8); }
    .dtr-bs-modal .influencer-list .table-action-btn.reject {
      background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
      box-shadow: 0 10px 15px -5px rgba(234, 82, 105, 0.5); }
      .dtr-bs-modal .influencer-list .table-action-btn.reject:hover {
        box-shadow: 0 15px 20px -5px rgba(234, 82, 105, 0.8); }
    .dtr-bs-modal .influencer-list .table-action-btn.ban {
      background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
      box-shadow: 0 10px 15px -5px rgba(234, 82, 105, 0.5); }
      .dtr-bs-modal .influencer-list .table-action-btn.ban:hover {
        box-shadow: 0 15px 20px -5px rgba(234, 82, 105, 0.8); }
    .dtr-bs-modal .influencer-list .table-action-btn.chat {
      background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
      box-shadow: 0 10px 15px -5px rgba(72, 161, 227, 0.5); }
      .dtr-bs-modal .influencer-list .table-action-btn.chat:hover {
        box-shadow: 0 15px 20px -5px rgba(72, 161, 227, 0.8); }
    .dtr-bs-modal .influencer-list .table-action-btn.whatsapp {
      background: linear-gradient(45deg, #1CC43C 0%, #43E65D 100%);
      box-shadow: 0 10px 15px -5px rgba(67, 230, 93, 0.5); }
      .dtr-bs-modal .influencer-list .table-action-btn.whatsapp:hover {
        box-shadow: 0 15px 20px -5px rgba(67, 230, 93, 0.8); }

.rangeslider .irs--round {
  height: 50px; }
  .rangeslider .irs--round.irs-with-grid {
    height: 65px; }
  .rangeslider .irs--round .irs-line {
    top: 8px;
    height: 4px;
    background-color: #f1f5f7;
    border-radius: 4px; }
  .rangeslider .irs--round .irs-bar {
    top: 8px;
    height: 4px;
    background-color: #F68B00; }
  .rangeslider .irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px; }
  .rangeslider .irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5); }
  .rangeslider .irs--round .irs-handle {
    top: 0px;
    width: 1.2rem;
    height: 1.2rem;
    border: 3px solid #F68B00;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
    .rangeslider .irs--round .irs-handle.state_hover, .rangeslider .irs--round .irs-handle:hover {
      background-color: #f0f6ff; }
  .rangeslider .irs--round .irs-min,
  .rangeslider .irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .rangeslider .irs--round .irs-from,
  .rangeslider .irs--round .irs-to,
  .rangeslider .irs--round .irs-single {
    font-size: 11px;
    line-height: 1;
    top: 25px;
    text-shadow: none;
    padding: 3px 8px 2px;
    background-color: #F68B00;
    color: #FFF;
    font-weight: bold;
    border-radius: 50px; }
  .rangeslider .irs--round .irs-from:before,
  .rangeslider .irs--round .irs-to:before,
  .rangeslider .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    top: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-bottom-color: #F68B00; }
  .rangeslider .irs--round .irs-grid {
    height: 25px;
    top: 15px;
    z-index: -1; }
  .rangeslider .irs--round .irs-grid-pol {
    background-color: #dedede; }
  .rangeslider .irs--round .irs-grid-text {
    bottom: 2px;
    color: #8d9da5;
    font-size: 11px; }

.collection .watchlist {
  margin: 0; }
  .collection .watchlist ::-webkit-scrollbar {
    display: none; }
  .collection .watchlist .owl-carousel .owl-item img {
    display: initial; }
  .collection .watchlist .card-box {
    overflow: hidden;
    width: 100%; }
    .collection .watchlist .card-box .title {
      display: block;
      color: #000;
      margin: 0; }
  .collection .watchlist .item {
    padding: 0;
    border-radius: 10px;
    transition: all ease-in-out 0.18s;
    flex: 0 0 auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    padding-bottom: 10px;
    width: 150px; }
    .collection .watchlist .item .user {
      vertical-align: middle;
      position: relative;
      margin: 0 auto;
      margin-bottom: 20px; }
      .collection .watchlist .item .user .avatar {
        width: 120px !important;
        border-radius: 50%;
        padding: 2px;
        transition: all ease-in-out 0.18s;
        z-index: 3; }
        .collection .watchlist .item .user .avatar.shadow {
          position: absolute;
          left: calc(50% - 60px);
          bottom: -15px;
          transform: scale(0.9);
          opacity: .6;
          z-index: -1;
          filter: blur(10px); }
    .collection .watchlist .item .user-desc {
      display: block;
      width: 100%;
      padding: 0 12px;
      text-align: left;
      font-size: 13px;
      color: #8d9da5;
      font-weight: bold; }
      .collection .watchlist .item .user-desc .ip-icon {
        padding: 0 1.5px; }
      .collection .watchlist .item .user-desc .trend {
        float: right;
        font-family: "Font Awesome 5 Pro", "Nunito", 'Noto Sans TC', sans-serif;
        padding-right: 5px; }
        .collection .watchlist .item .user-desc .trend.up {
          color: #06D1AF; }
          .collection .watchlist .item .user-desc .trend.up::before {
            content: "\F102";
            padding-right: 5px; }
        .collection .watchlist .item .user-desc .trend.keep {
          color: #8d9da5; }
          .collection .watchlist .item .user-desc .trend.keep::before {
            content: "\F068"; }
        .collection .watchlist .item .user-desc .trend.down {
          color: #EA5269; }
          .collection .watchlist .item .user-desc .trend.down::before {
            content: "\F103";
            padding-right: 5px; }
      .collection .watchlist .item .user-desc .name {
        text-align: center;
        padding-bottom: 10px;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .collection .watchlist .item:hover {
      background: rgba(141, 157, 165, 0.1); }
      .collection .watchlist .item:hover .user .avatar {
        transform: scale(1.07) translateY(-5px); }
        .collection .watchlist .item:hover .user .avatar.shadow {
          transform: scale(0.9) translateY(5px);
          filter: blur(17px); }
      .collection .watchlist .item:hover .name {
        overflow: visible; }

.profile-nav .card-box {
  padding: 0;
  border-radius: 30px !important;
  background: #FFF !important;
  box-shadow: 0 2rem 4rem -0.6rem rgba(56, 65, 74, 0.2) !important; }
  .profile-nav .card-box .navbar {
    padding: .5rem; }
    .profile-nav .card-box .navbar .nav-pills .nav-item .nav-link {
      border-radius: 50px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: -.3px;
      transition: all ease-in-out 0.18s; }
      .profile-nav .card-box .navbar .nav-pills .nav-item .nav-link:hover {
        background: rgba(241, 245, 247, 0.7); }
      .profile-nav .card-box .navbar .nav-pills .nav-item .nav-link.active {
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }

.left-panel {
  position: relative; }
  .left-panel.sticky-top {
    position: sticky;
    top: 115px; }
  .left-panel #campaignStatus .project-box div {
    padding: .75rem; }
    .left-panel #campaignStatus .project-box div.draft {
      background: #8d9da5; }
    .left-panel #campaignStatus .project-box div.pending {
      background: #F68B00; }
    .left-panel #campaignStatus .project-box div.publish {
      background: #06D1AF; }
    .left-panel #campaignStatus .project-box div.completed {
      background: #f1f5f7; }
      .left-panel #campaignStatus .project-box div.completed .text-white {
        color: #8d9da5 !important; }

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto; }

.geo-toplist {
  height: 394px;
  overflow-y: scroll; }
  .geo-toplist .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 7px;
    border-radius: 20px;
    box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
    padding: 10px 15px;
    border: 2px solid #f1f5f7;
    background: #FFF;
    transition: all ease-in-out 0.18s; }
    .geo-toplist .item:nth-child(-n+3) {
      border: 2px solid #ffdc49; }
    .geo-toplist .item:hover {
      background: #f1f5f7; }
    .geo-toplist .item .region img {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
    .geo-toplist .item .ratio {
      font-weight: bold; }

.toplist {
  height: 250px;
  overflow-y: scroll; }
  .toplist.notable-followers .item:nth-child(-n+3) {
    border: 2px solid #f1f5f7; }
  .toplist.notable-followers .item .left img {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .toplist .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 7px;
    border-radius: 20px;
    box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
    padding: 10px 15px;
    border: 2px solid #f1f5f7;
    background: #FFF;
    transition: all ease-in-out 0.18s; }
    .toplist .item:nth-child(-n+3) {
      border: 2px solid #ffdc49; }
    .toplist .item:hover {
      background: #f1f5f7; }
    .toplist .item .left img {
      width: 75px;
      max-height: 30px;
      margin-right: 10px;
      object-fit: contain; }
    .toplist .item .ratio {
      font-weight: bold; }

.reach-list .item {
  margin-top: 5px;
  margin-bottom: 15px; }
  .reach-list .item .text {
    display: flex;
    justify-content: space-between;
    font-size: 15px; }
    .reach-list .item .text .left b {
      padding-right: 5px; }
  .reach-list .item .progress {
    height: 20px;
    padding: 5px;
    margin-top: 4px;
    border-radius: 20px;
    background-color: #f1f5f7; }
    .reach-list .item .progress .progress-bar {
      border-radius: 10px;
      background-color: #F6B419; }

.topic-search .top-container.sticky-top {
  position: sticky;
  box-shadow: 0 1.5rem 2.5rem -1rem rgba(56, 65, 74, 0.25);
  top: 105px;
  border-radius: 20px; }

.topic-search .top-container .top-panel {
  position: relative;
  padding-bottom: 40px; }
  .topic-search .top-container .top-panel .hidden-area {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 500ms cubic-bezier(0.77, 0, 0.175, 1); }

@keyframes open {
  from {
    height: auto; }
  to {
    height: 0; } }
    .topic-search .top-container .top-panel .hidden-area.opened {
      max-height: 1700px; }
  .topic-search .top-container .top-panel .toggle-panel {
    background: #f1f5f7;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 5px;
    width: 300px;
    color: #8d9da5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold; }
    .topic-search .top-container .top-panel .toggle-panel i {
      margin-left: 10px; }
  .topic-search .top-container .top-panel .tabs-bordered-g .nav-link {
    background: #FFF !important; }
    .topic-search .top-container .top-panel .tabs-bordered-g .nav-link.active {
      border-color: #F68B00; }
      .topic-search .top-container .top-panel .tabs-bordered-g .nav-link.active span {
        color: #F68B00; }
      .topic-search .top-container .top-panel .tabs-bordered-g .nav-link.active .title {
        -webkit-text-fill-color: inherit; }
  .topic-search .top-container .top-panel .closeSummary {
    display: none;
    font-size: 40px;
    color: #98a6ad;
    position: absolute;
    right: 30px;
    top: 30px; }
  .topic-search .top-container .top-panel .contributor {
    margin-top: 15px;
    text-align: left; }
    .topic-search .top-container .top-panel .contributor .card-box {
      background: #f4f7f9;
      padding-top: 10px;
      padding-bottom: 10px; }
      .topic-search .top-container .top-panel .contributor .card-box:hover {
        background: #f4f7f9 !important; }
      .topic-search .top-container .top-panel .contributor .card-box hr {
        border-color: #e3e7e9; }
  .topic-search .top-container .top-panel .toplist {
    height: 300px; }
    .topic-search .top-container .top-panel .toplist .item {
      box-shadow: none; }
    .topic-search .top-container .top-panel .toplist.notable-followers .item:nth-child(-n+3) {
      border: 2px solid #ffdc49; }
  .topic-search .top-container .top-panel .demographic .tab-content .insightChart {
    height: 320px; }
  .topic-search .top-container .top-panel .demographic .nav-tabs {
    border: none;
    align-items: center;
    justify-content: center; }
    .topic-search .top-container .top-panel .demographic .nav-tabs .nav-item {
      margin: 0; }
      .topic-search .top-container .top-panel .demographic .nav-tabs .nav-item .nav-link {
        border: none; }
        .topic-search .top-container .top-panel .demographic .nav-tabs .nav-item .nav-link.active {
          font-weight: bold; }

.topic-search .result-container .item {
  transition: all ease-in-out 0.18s; }
  .topic-search .result-container .item .card-box {
    padding: 10px;
    display: flex;
    transition: all ease-in-out 0.18s; }
    .topic-search .result-container .item .card-box img {
      width: 120px;
      height: 120px;
      transition: all ease-in-out 0.18s;
      object-fit: cover;
      border-radius: 10px; }
    .topic-search .result-container .item .card-box .content {
      width: calc(100% - 120px);
      margin-left: 20px;
      position: relative; }
      .topic-search .result-container .item .card-box .content .p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all ease-in-out 0.18s; }
        .topic-search .result-container .item .card-box .content .p b {
          background: #F6B419;
          color: #393939;
          font-weight: inherit;
          border-radius: 5px; }
      .topic-search .result-container .item .card-box .content .details {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0; }
        .topic-search .result-container .item .card-box .content .details .time,
        .topic-search .result-container .item .card-box .content .details .like,
        .topic-search .result-container .item .card-box .content .details .comment {
          line-height: 30px;
          margin-right: 15px; }
        .topic-search .result-container .item .card-box .content .details .share {
          line-height: 30px;
          margin-right: 40px; }
        .topic-search .result-container .item .card-box .content .details .platform {
          line-height: 30px;
          margin-right: 20px;
          color: #FFF; }
          .topic-search .result-container .item .card-box .content .details .platform .ig {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            width: 30px;
            text-align: center;
            border-radius: 8px; }
          .topic-search .result-container .item .card-box .content .details .platform .fb {
            background: linear-gradient(190deg, #16ADFE 10%, #0063E0 100%);
            width: 30px;
            text-align: center;
            border-radius: 8px; }
          .topic-search .result-container .item .card-box .content .details .platform .yt {
            background: linear-gradient(45deg, #ff7757 0%, #9a0106 100%);
            width: 30px;
            text-align: center;
            border-radius: 8px; }
        .topic-search .result-container .item .card-box .content .details .user-list-item {
          display: contents; }
          .topic-search .result-container .item .card-box .content .details .user-list-item .user img {
            width: 30px;
            height: 30px;
            border-radius: 30px; }
          .topic-search .result-container .item .card-box .content .details .user-list-item .user-desc h5 {
            margin: 0;
            font-size: 13px; }
  .topic-search .result-container .item:hover .card-box {
    padding: 10px;
    display: flex; }
    .topic-search .result-container .item:hover .card-box img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 10px; }
    .topic-search .result-container .item:hover .card-box .content {
      width: calc(100% - 200px);
      margin-left: 20px;
      position: relative; }
      .topic-search .result-container .item:hover .card-box .content .p {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .topic-search .result-container .item:hover .card-box .content .details {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0; }
        .topic-search .result-container .item:hover .card-box .content .details .time {
          line-height: 30px;
          margin-right: 30px; }
        .topic-search .result-container .item:hover .card-box .content .details .user-list-item {
          display: contents; }
          .topic-search .result-container .item:hover .card-box .content .details .user-list-item .user img {
            width: 30px;
            height: 30px;
            border-radius: 30px; }
          .topic-search .result-container .item:hover .card-box .content .details .user-list-item .user-desc h5 {
            margin: 0;
            font-size: 13px; }

.topic-search .postContainer .btn-group .btn {
  border-radius: 50px !important; }
  .topic-search .postContainer .btn-group .btn:nth-child(1) {
    margin-right: 5px; }
  .topic-search .postContainer .btn-group .btn:nth-child(2) {
    margin-left: 5px; }

.topic-search .discovery-filter .searchbar {
  background: #FFF;
  border-radius: 27px;
  padding: 8px 10px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  transition: all ease-in-out 0.18s; }
  .topic-search .discovery-filter .searchbar p {
    line-height: 34px;
    padding-left: 15px;
    font-style: italic; }
  .topic-search .discovery-filter .searchbar input {
    padding: 0 15px;
    width: 100%;
    border: none; }
    .topic-search .discovery-filter .searchbar input::-webkit-input-placeholder {
      font-style: italic; }
    .topic-search .discovery-filter .searchbar input:focus {
      outline: none; }
  .topic-search .discovery-filter .searchbar:focus-within {
    border: 2px solid #F68B00; }

.topic-search .discovery-filter h5 b {
  color: #F68B00;
  font-weight: inherit; }

.topic-search .discovery-filter .criteria {
  padding-right: 0;
  padding-bottom: 20px; }
  .topic-search .discovery-filter .criteria p {
    padding-bottom: 12px; }
  .topic-search .discovery-filter .criteria .date {
    position: absolute;
    display: flex;
    top: 12px;
    right: 150px;
    font-size: 14px; }
    .topic-search .discovery-filter .criteria .date .input-daterange-datepicker span {
      padding: 2px 20px; }
  .topic-search .discovery-filter .criteria .option {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 14px;
    line-height: 34px;
    z-index: 99;
    cursor: pointer; }
    .topic-search .discovery-filter .criteria .option .toggler {
      position: relative;
      border: 2px solid #EFF3F6;
      padding: 1px;
      padding-right: 2px;
      border-radius: 50px; }
      .topic-search .discovery-filter .criteria .option .toggler .btn {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: 0;
        color: #393939;
        transition: background 600ms ease, color 600ms ease; }
      .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle {
        display: none; }
        .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle + label {
          cursor: pointer;
          font-size: 10px;
          min-width: 60px; }
          .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle + label:hover {
            background: none;
            color: #1a1a1a; }
          .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle + label:after {
            background: #8d9da5;
            border-radius: 50px;
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
            width: 100%;
            z-index: -1; }
        .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle.toggle-left + label {
          border-right: 0; }
          .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle.toggle-left + label:after {
            left: 100%; }
        .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle.toggle-right + label {
          margin-left: -5px; }
          .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle.toggle-right + label:after {
            left: -100%; }
        .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle:checked + label {
          cursor: default;
          color: #fff;
          transition: color 200ms; }
          .topic-search .discovery-filter .criteria .option .toggler input[type="radio"].toggle:checked + label:after {
            left: 0; }
  .topic-search .discovery-filter .criteria .search-container {
    padding-left: 10px;
    padding-right: 150px;
    min-height: 38px; }
    .topic-search .discovery-filter .criteria .search-container .include-item,
    .topic-search .discovery-filter .criteria .search-container .exclude-item {
      display: inline-block; }
    .topic-search .discovery-filter .criteria .search-container.or .item .icon::before {
      content: "OR"; }
    .topic-search .discovery-filter .criteria .search-container.or .item.exclude .icon::before {
      content: "\FF0D"; }
    .topic-search .discovery-filter .criteria .search-container .exclude-item .item:first-child .icon {
      display: inline-block; }
    .topic-search .discovery-filter .criteria .search-container .item {
      display: inline-block; }
      .topic-search .discovery-filter .criteria .search-container .item .icon {
        display: inline-block;
        position: relative;
        width: 20px;
        margin: 0 5px;
        height: 14px;
        text-align: center; }
        .topic-search .discovery-filter .criteria .search-container .item .icon::before {
          content: "\FF0B";
          font-weight: bold; }
      .topic-search .discovery-filter .criteria .search-container .item:first-child .icon {
        display: none; }
      .topic-search .discovery-filter .criteria .search-container .item.exclude .icon::before {
        content: "\FF0D";
        font-weight: bold; }
      .topic-search .discovery-filter .criteria .search-container .item.exclude span {
        background: #EA5269 !important;
        color: #FFF; }
        .topic-search .discovery-filter .criteria .search-container .item.exclude span i {
          color: #FFF; }
      .topic-search .discovery-filter .criteria .search-container .item span {
        padding: 0 15px;
        line-height: 30px;
        border-radius: 50px;
        background: #FFF;
        color: #393939;
        display: inline-block;
        margin-right: 0;
        user-select: none;
        margin-top: 2px;
        margin-bottom: 2px;
        border: 2px solid #FFF;
        transition: all ease-in-out .1s; }
        .topic-search .discovery-filter .criteria .search-container .item span i {
          color: #F68B00;
          padding-left: 5px;
          cursor: pointer; }
        .topic-search .discovery-filter .criteria .search-container .item span:hover {
          border: 2px solid #F68B00; }
        .topic-search .discovery-filter .criteria .search-container .item span.yt-item {
          background: #fdf1f3; }
  .topic-search .discovery-filter .criteria .search-btn {
    position: absolute;
    right: 10px;
    bottom: 7px; }

.topic-search .topic-container {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }
  .topic-search .topic-container .topics {
    margin-bottom: 5px;
    display: inline-block;
    position: relative; }
    .topic-search .topic-container .topics .topic-content {
      padding: .3rem 20px;
      padding-right: 60px;
      border-radius: 50px;
      background: #FFF;
      border: 2px solid transparent;
      display: block;
      color: #393939;
      cursor: pointer;
      transition: all ease-in-out 0.18s; }
      .topic-search .topic-container .topics .topic-content:hover {
        border: 2px solid #F68B00; }
        .topic-search .topic-container .topics .topic-content:hover .action .exclude {
          color: #EA5269; }
        .topic-search .topic-container .topics .topic-content:hover .action .include {
          color: #06D1AF; }
      .topic-search .topic-container .topics .topic-content .action {
        position: absolute;
        right: 9px;
        top: 7.5px; }
        .topic-search .topic-container .topics .topic-content .action a {
          display: inline-block;
          text-align: center;
          color: #e1e9ee;
          opacity: .5; }
          .topic-search .topic-container .topics .topic-content .action a i {
            font-size: 20px; }
          .topic-search .topic-container .topics .topic-content .action a:hover {
            opacity: 1; }
    .topic-search .topic-container .topics.selected {
      background: #F68B00; }
      .topic-search .topic-container .topics.selected a {
        color: #FFF; }
      .topic-search .topic-container .topics.selected:hover {
        background: #e78200; }
    .topic-search .topic-container .topics a {
      color: #393939;
      font-size: 14px; }
      .topic-search .topic-container .topics a span {
        display: none; }
        .topic-search .topic-container .topics a span::before {
          content: "("; }
        .topic-search .topic-container .topics a span::after {
          content: ")"; }

.topic-search .filter {
  z-index: 99; }
  .topic-search .filter .custom-control {
    min-height: 1.9rem; }
  .topic-search .filter input {
    border-radius: 50px; }
    .topic-search .filter input:focus {
      border-color: #F68B00; }
  .topic-search .filter .bootstrap-tagsinput {
    border: 1px solid #ced4da;
    border-radius: 18px;
    min-height: 30px;
    padding: 6.5px 6px;
    box-shadow: none; }
    .topic-search .filter .bootstrap-tagsinput .label-info {
      background-color: #F68B00;
      border-radius: 50px;
      padding: 0 10px;
      margin: 0; }
    .topic-search .filter .bootstrap-tagsinput.focus {
      border-color: #F68B00; }
  .topic-search .filter .irs--round {
    height: 50px; }
    .topic-search .filter .irs--round.irs-with-grid {
      height: 65px; }
    .topic-search .filter .irs--round .irs-line {
      top: 8px;
      height: 4px;
      background-color: #f1f5f7;
      border-radius: 4px; }
    .topic-search .filter .irs--round .irs-bar {
      top: 8px;
      height: 4px;
      background-color: #F68B00; }
    .topic-search .filter .irs--round .irs-bar--single {
      border-radius: 4px 0 0 4px; }
    .topic-search .filter .irs--round .irs-shadow {
      height: 4px;
      bottom: 21px;
      background-color: rgba(222, 228, 236, 0.5); }
    .topic-search .filter .irs--round .irs-handle {
      top: 0px;
      width: 1.2rem;
      height: 1.2rem;
      border: 3px solid #F68B00;
      background-color: white;
      border-radius: 24px;
      box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
      .topic-search .filter .irs--round .irs-handle.state_hover, .topic-search .filter .irs--round .irs-handle:hover {
        background-color: #f0f6ff; }
    .topic-search .filter .irs--round .irs-min,
    .topic-search .filter .irs--round .irs-max {
      color: #333;
      font-size: 14px;
      line-height: 1;
      top: 0;
      padding: 3px 5px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .topic-search .filter .irs--round .irs-from,
    .topic-search .filter .irs--round .irs-to,
    .topic-search .filter .irs--round .irs-single {
      font-size: 11px;
      line-height: 1;
      top: 25px;
      text-shadow: none;
      padding: 3px 8px 2px;
      background-color: #F68B00;
      color: #FFF;
      font-weight: bold;
      border-radius: 50px; }
    .topic-search .filter .irs--round .irs-from:before,
    .topic-search .filter .irs--round .irs-to:before,
    .topic-search .filter .irs--round .irs-single:before {
      position: absolute;
      display: block;
      content: "";
      top: -6px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -3px;
      overflow: hidden;
      border: 3px solid transparent;
      border-bottom-color: #F68B00; }
    .topic-search .filter .irs--round .irs-grid {
      height: 25px;
      top: 15px;
      z-index: -1; }
    .topic-search .filter .irs--round .irs-grid-pol {
      background-color: #dedede; }
    .topic-search .filter .irs--round .irs-grid-text {
      bottom: 2px;
      color: #8d9da5;
      font-size: 11px; }

#monitorPopup .modal-dialog {
  width: 700px;
  max-width: 700px; }
  #monitorPopup .modal-dialog .modal-content {
    border-radius: 15px;
    overflow: visible;
    border-bottom: none !important; }
    #monitorPopup .modal-dialog .modal-content .modal-body {
      position: relative;
      text-align: left; }
      #monitorPopup .modal-dialog .modal-content .modal-body .close {
        text-align: center;
        color: #FFF !important;
        font-size: 16px;
        z-index: 9999;
        opacity: 1;
        cursor: pointer;
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%); }
        #monitorPopup .modal-dialog .modal-content .modal-body .close i {
          padding-left: 10px;
          padding-right: 15px;
          font-size: 20px !important; }
      #monitorPopup .modal-dialog .modal-content .modal-body .btn-group {
        margin-top: 20px;
        text-align: center;
        display: block;
        width: 100%; }
        #monitorPopup .modal-dialog .modal-content .modal-body .btn-group .btn {
          border-radius: 100px;
          margin: 0 10px;
          cursor: pointer; }
        #monitorPopup .modal-dialog .modal-content .modal-body .btn-group .completeCampaign {
          color: #FFF;
          background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
          border-radius: 100px;
          box-shadow: 0 10px 20px -5px rgba(246, 139, 0, 0.5);
          display: inline-block;
          transition: all ease-in-out 0.18s; }
          #monitorPopup .modal-dialog .modal-content .modal-body .btn-group .completeCampaign:hover {
            transform: translateY(3px);
            box-shadow: 0 10px 10px -5px rgba(246, 139, 0, 0.5); }
      #monitorPopup .modal-dialog .modal-content .modal-body input {
        border-radius: 50px; }
        #monitorPopup .modal-dialog .modal-content .modal-body input:focus {
          border-color: #F68B00; }
      #monitorPopup .modal-dialog .modal-content .modal-body hr {
        margin-top: 0; }
      #monitorPopup .modal-dialog .modal-content .modal-body p {
        margin-bottom: 10px; }
      #monitorPopup .modal-dialog .modal-content .modal-body img {
        height: 160px;
        width: auto;
        margin: 0 auto;
        margin-top: -80px;
        margin-bottom: 20px; }
      #monitorPopup .modal-dialog .modal-content .modal-body h3 {
        background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      #monitorPopup .modal-dialog .modal-content .modal-body .input-group {
        border: 1px solid #ced4da;
        border-radius: 50px; }
        #monitorPopup .modal-dialog .modal-content .modal-body .input-group .bootstrap-select {
          width: 150px; }
          #monitorPopup .modal-dialog .modal-content .modal-body .input-group .bootstrap-select .btn {
            border-radius: 50px;
            border: 5px solid #FFF;
            padding: .2rem 1rem; }
        #monitorPopup .modal-dialog .modal-content .modal-body .input-group #addMetrics {
          border: none;
          line-height: 24px; }
        #monitorPopup .modal-dialog .modal-content .modal-body .input-group #formulaTitle {
          flex: 0.5; }
        #monitorPopup .modal-dialog .modal-content .modal-body .input-group input {
          border: none; }
        #monitorPopup .modal-dialog .modal-content .modal-body .input-group.disable {
          border: 1px solid #EA5269; }
          #monitorPopup .modal-dialog .modal-content .modal-body .input-group.disable #addMetrics {
            background: #f1f5f7 !important;
            cursor: disable !important; }
      #monitorPopup .modal-dialog .modal-content .modal-body .form-control {
        border-radius: 50px;
        background: #FFF;
        transition: all ease-in-out 0.18s;
        border: 1px solid #ced4da; }
        #monitorPopup .modal-dialog .modal-content .modal-body .form-control:hover {
          background: #FFF; }
        #monitorPopup .modal-dialog .modal-content .modal-body .form-control:focus {
          background: #e7eef1;
          background: #FFF; }
        #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-toggle {
          border-radius: 50px;
          height: 38px;
          background: #FFF;
          border: none;
          outline: 0 !important; }
          #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-toggle.focus {
            border-color: #F68B00; }
          #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-toggle:hover {
            background: #FFF; }
          #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-toggle.bs-placeholder {
            color: rgba(141, 157, 165, 0.7); }
        #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-item {
          padding: .5rem 1.2rem; }
          #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-item:focus {
            outline: 0 !important; }
          #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-item.selected span.check-mark {
            color: #F68B00;
            padding: .5rem 0;
            top: 0;
            line-height: 1.5; }
            #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-item.selected span.check-mark::after {
              color: #F68B00; }
        #monitorPopup .modal-dialog .modal-content .modal-body .form-control .dropdown-menu {
          margin-top: 5px; }
      #monitorPopup .modal-dialog .modal-content .modal-body .bootstrap-tagsinput {
        border: 1px solid #ced4da;
        border-radius: 18px;
        min-height: 30px;
        padding: 6.5px 6px;
        box-shadow: none; }
        #monitorPopup .modal-dialog .modal-content .modal-body .bootstrap-tagsinput .label-info {
          background-color: #F68B00;
          border-radius: 50px;
          padding: 0 10px;
          margin: 0; }
        #monitorPopup .modal-dialog .modal-content .modal-body .bootstrap-tagsinput.focus {
          border-color: #F68B00; }
      #monitorPopup .modal-dialog .modal-content .modal-body .variable-btn {
        border-radius: 50px;
        background: #8d9da5;
        color: #FFF;
        padding: .12rem .6rem; }
        #monitorPopup .modal-dialog .modal-content .modal-body .variable-btn span {
          display: none; }
      #monitorPopup .modal-dialog .modal-content .modal-body .card {
        margin: 0;
        margin-bottom: 10px;
        background: #f1f5f7;
        padding: 10px; }
        #monitorPopup .modal-dialog .modal-content .modal-body .card .card-title {
          margin: 0; }
          #monitorPopup .modal-dialog .modal-content .modal-body .card .card-title .removeItem {
            float: right;
            color: #EA5269;
            opacity: .8;
            cursor: pointer; }
            #monitorPopup .modal-dialog .modal-content .modal-body .card .card-title .removeItem:hover {
              opacity: 1; }
      #monitorPopup .modal-dialog .modal-content .modal-body .js-switch {
        margin-top: -2px; }

.contributor-list tr {
  background: #FFF;
  border: 1px solid #f1f5f7; }
  .contributor-list tr.new {
    background: rgba(246, 139, 0, 0.05); }

.contributor-list img {
  height: 32px;
  width: 32px;
  box-shadow: 0 3px 15px -8px #393939; }

.contributor-list th {
  border: none; }
  .contributor-list th:first-child {
    text-align: left; }

.contributor-list td {
  vertical-align: middle;
  padding: 1rem .85rem; }
  .contributor-list td .campaignName {
    width: 200px;
    white-space: normal;
    text-align: left; }
  .contributor-list td .email {
    width: 200px;
    white-space: normal; }
  .contributor-list td .profile {
    height: auto !important;
    display: flex;
    flex-flow: row wrap;
    white-space: nowrap;
    align-items: center !important; }
    .contributor-list td .profile .profile-container {
      flex: 1 1 0%; }
      .contributor-list td .profile .profile-container .box {
        flex-direction: column !important;
        display: flex !important; }
        .contributor-list td .profile .profile-container .box a {
          color: #6c757d !important; }
        .contributor-list td .profile .profile-container .box .item {
          height: 50px;
          line-height: 50px;
          margin-bottom: 5px; }
          .contributor-list td .profile .profile-container .box .item img {
            width: 50px;
            height: 50px; }
          .contributor-list td .profile .profile-container .box .item:last-child {
            margin-bottom: 0; }
          .contributor-list td .profile .profile-container .box .item.ig img {
            border: 2px solid #EA5269; }
          .contributor-list td .profile .profile-container .box .item.ig i {
            color: #EA5269;
            width: 15px; }
          .contributor-list td .profile .profile-container .box .item.fb img {
            border: 2px solid #48a1e3; }
          .contributor-list td .profile .profile-container .box .item.fb i {
            color: #48a1e3;
            width: 15px; }
  .contributor-list td.action {
    padding: 0;
    text-align: center; }
    .contributor-list td.action .table-action-btn {
      border-radius: 100px;
      color: #FFF;
      font-size: 16px;
      width: 30px;
      height: 30px;
      margin-bottom: -7px;
      line-height: 31px;
      text-align: center;
      background: linear-gradient(45deg, #ff7f00 0%, #ffb100 100%);
      box-shadow: 0 10px 15px -5px rgba(246, 139, 0, 0.5);
      transition: all ease-in-out 0.18s; }
      .contributor-list td.action .table-action-btn i {
        margin-right: -1px; }
      .contributor-list td.action .table-action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 20px -5px rgba(246, 139, 0, 0.8); }
      .contributor-list td.action .table-action-btn.accept {
        background: linear-gradient(-15deg, #0cd0d0, #20d362);
        box-shadow: 0 10px 15px -5px rgba(6, 209, 175, 0.5); }
        .contributor-list td.action .table-action-btn.accept:hover {
          box-shadow: 0 15px 20px -5px rgba(6, 209, 175, 0.8); }
      .contributor-list td.action .table-action-btn.reject {
        background: linear-gradient(220deg, #f54876 0%, #e39048 100%);
        box-shadow: 0 10px 15px -5px rgba(234, 82, 105, 0.5); }
        .contributor-list td.action .table-action-btn.reject:hover {
          box-shadow: 0 15px 20px -5px rgba(234, 82, 105, 0.8); }
      .contributor-list td.action .table-action-btn.chat {
        background: linear-gradient(220deg, #354896 0%, #48d7e3 100%);
        box-shadow: 0 10px 15px -5px rgba(72, 161, 227, 0.5); }
        .contributor-list td.action .table-action-btn.chat:hover {
          box-shadow: 0 15px 20px -5px rgba(72, 161, 227, 0.8); }
      .contributor-list td.action .table-action-btn.whatsapp {
        background: linear-gradient(45deg, #1CC43C 0%, #43E65D 100%);
        box-shadow: 0 10px 15px -5px rgba(67, 230, 93, 0.5); }
        .contributor-list td.action .table-action-btn.whatsapp:hover {
          box-shadow: 0 15px 20px -5px rgba(67, 230, 93, 0.8); }
  .contributor-list td:first-child {
    padding: 0;
    padding-left: 15px;
    text-align: left; }
  .contributor-list td .btn {
    border-radius: 50px; }

.discovery .discovery-filter .option {
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 34px;
  z-index: 99;
  cursor: pointer; }
  .discovery .discovery-filter .option .toggler {
    position: relative;
    border: 2px solid #EFF3F6;
    padding: 1px;
    padding-right: 2px;
    border-radius: 50px;
    background: #ffffff; }
    .discovery .discovery-filter .option .toggler .btn {
      display: inline-block;
      position: relative;
      text-align: center;
      margin: 0;
      color: #393939;
      transition: background 600ms ease, color 600ms ease; }
    .discovery .discovery-filter .option .toggler input[type="radio"].toggle {
      display: none; }
      .discovery .discovery-filter .option .toggler input[type="radio"].toggle + label {
        cursor: pointer;
        font-size: 10px;
        min-width: 60px; }
        .discovery .discovery-filter .option .toggler input[type="radio"].toggle + label:hover {
          background: none;
          color: #1a1a1a; }
        .discovery .discovery-filter .option .toggler input[type="radio"].toggle + label:after {
          background: #8d9da5;
          border-radius: 50px;
          content: "";
          height: 100%;
          position: absolute;
          top: 0;
          transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
          width: 100%;
          z-index: -1; }
      .discovery .discovery-filter .option .toggler input[type="radio"].toggle.toggle-left + label {
        border-right: 0; }
        .discovery .discovery-filter .option .toggler input[type="radio"].toggle.toggle-left + label:after {
          left: 100%; }
      .discovery .discovery-filter .option .toggler input[type="radio"].toggle.toggle-right + label {
        margin-left: -5px; }
        .discovery .discovery-filter .option .toggler input[type="radio"].toggle.toggle-right + label:after {
          left: -100%; }
      .discovery .discovery-filter .option .toggler input[type="radio"].toggle:checked + label {
        cursor: default;
        color: #fff;
        transition: color 200ms;
        z-index: 1; }
        .discovery .discovery-filter .option .toggler input[type="radio"].toggle:checked + label:after {
          left: 0; }

body.style21 {
  background: #EFF4FA !important;
  font-family: "Poppins", 'Noto Sans TC', sans-serif !important; }
  body.style21 .profile-nav .card-box {
    border-radius: 30px !important; }
  body.style21 .watchlist .card-box:hover {
    background: #EFF4FA !important; }
  body.style21 .ranking-container {
    background: transparent !important;
    box-shadow: none !important; }
  body.style21 .dashboard .social-switcher .tabs-social .nav-link.active {
    background: #EFF4FA !important; }
  body.style21 .form-control {
    background-color: transparent; }
  body.style21 .discovery .discovery-filter .criteria {
    background: #FFF; }
    body.style21 .discovery .discovery-filter .criteria span {
      background: #EFF4FA !important; }
  body.style21 .discovery .discovery-filter .form-control {
    background: #FFF; }
    body.style21 .discovery .discovery-filter .form-control .dropdown-toggle {
      background: #FFF; }
  body.style21 .discovery .discovery-filter .interest-container .interest-item {
    background: #FFF; }
    body.style21 .discovery .discovery-filter .interest-container .interest-item.selected {
      background: #F68B00; }
  body.style21 .discovery .discovery-filter .irs--round .irs-line {
    background: #FFF; }
  body.style21 .discovery .result-container .result-item {
    background: linear-gradient(to bottom, transparent 39%, #FFF 55%);
    border-radius: 20px;
    transition: all ease-in-out 0.18s; }
    body.style21 .discovery .result-container .result-item .header .profile-overlay {
      transition: all ease-in-out 0.18s; }
      body.style21 .discovery .result-container .result-item .header .profile-overlay::before {
        transition: all ease-in-out 0.18s; }
    body.style21 .discovery .result-container .result-item:hover {
      background: linear-gradient(to bottom, transparent 39%, #FFF 50%);
      transition: all ease-in-out 0.18s; }
      body.style21 .discovery .result-container .result-item:hover .header .profile-overlay {
        opacity: 1; }
  body.style21 .discovery .hashtag-head .hashtag-container .hashtag-item {
    background: #FFF; }
  body.style21 .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link {
    border-color: rgba(152, 166, 173, 0.2); }
    body.style21 .discovery .hashtag-switch-bar .tabs-bordered-g .nav-link.active {
      border-color: #F68B00; }
  body.style21 .discovery .page-title .form-group .dropdown-toggle {
    background: #FFF; }
  body.style21 .card-box {
    box-shadow: none !important;
    border: 2px solid white;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.6); }
    body.style21 .card-box.profile {
      background: linear-gradient(-150deg, transparent 43%, rgba(0, 0, 0, 0.75) 100%) !important;
      border-radius: 20px !important;
      border: none !important; }
      body.style21 .card-box.profile:hover {
        background: linear-gradient(-150deg, transparent 43%, rgba(0, 0, 0, 0.75) 100%) !important;
        box-shadow: inherit !important; }
    body.style21 .card-box:hover {
      box-shadow: 0 2rem 4rem -0.6rem rgba(56, 65, 74, 0.2) !important;
      background: white !important; }
    body.style21 .card-box.bg-secondary:hover {
      background: #6c757d !important; }
    body.style21 .card-box.project-list {
      background: rgba(0, 0, 0, 0.3) !important; }
      body.style21 .card-box.project-list:hover {
        background: rgba(0, 0, 0, 0.1) !important; }
      body.style21 .card-box.project-list.demo {
        background: rgba(0, 0, 0, 0.05) !important; }
  body.style21 .h4,
  body.style21 .h5,
  body.style21 .h6,
  body.style21 h4,
  body.style21 h5,
  body.style21 h6 {
    font-family: "Poppins", 'Noto Sans TC', sans-serif !important; }
  body.style21 .navigation-menu > li > a {
    font-family: "Poppins", 'Noto Sans TC', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px !important; }
  body.style21 .header-title {
    font-size: .9rem; }
  body.style21 .sectionTitle {
    font-style: normal; }
  body.style21 .dashboard .top .card-box,
  body.style21 .full-container .watchlist .card-box {
    box-shadow: none !important; }
  body.style21 .tabs-bordered-g .nav-link {
    background: #EFF4FA !important; }
  body.style21 .pop-posts .item .card {
    box-shadow: 0 2rem 4rem -0.6rem rgba(56, 65, 74, 0.2) !important;
    border-radius: 20px !important; }
    body.style21 .pop-posts .item .card .card-img-overlay {
      border-radius: 20px !important; }
  body.style21 .alert {
    border-radius: 20px !important; }
  body.style21 #topnav .app-search .form-control,
  body.style21 #topnav .app-search .btn {
    background-color: #EFF4FA !important; }

.form-control, .bootstrap-select, .bootstrap-select > .dropdown-toggle {
  border-radius: 20px;
  background: #FFF;
  border-color: #ced4da; }

.datepicker {
  border-radius: 20px !important; }

.datepicker td, .datepicker th {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important; }

.datepicker table tr td.active.active {
  background-color: #F68B00 !important; }

code {
  background: rgba(255, 255, 255, 0.8);
  color: #EA5269; }

.highlight {
  background: #F6B419;
  color: #393939; }
