/* ------------------------------------------------------------------
 * Name         : Mintaka - HTML Template
 * File         : styles.css
 * Author       : ScanThemes
 * Author URI   : scanthemes@gmail.com
 *
 * All Rights Reserved.
 * --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------

  [Table of contents]
    - Global
    - Header
    - Panels
    - Widgets
      -- Chat
      -- News
      -- Tabs
    - Sidebar
    - Pages
      -- Profile
      -- Login
      -- Email & Chat
      -- Shop
      -- Product-Details
      -- Checkout
    - Charts
    - User CSS

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

  *** All that is included here refers to additional user-defined styles.
      You can freely change them or add new ones.

/*---------------------------------------------------------------------- */
/* Global */
.body {
  background: #091649; }

.media-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.page-content-fl {
  min-height: calc(100vh - 6.0625rem); }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.125rem; }

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

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

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

  h5, .h5 {
    font-size: 1.4rem; } }
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.5rem; }

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

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

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

  h5, .h5 {
    font-size: 1.2rem; } }
.col-xr-space {
  padding-left: .9375rem;
  padding-top: .9375rem;
  padding-right: .9375rem;
  padding-bottom: .9375rem; }

@media (min-width: 1200px) {
  .col-xr-space {
    padding-top: .9375rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 0; } }
/* chart extra */
.noCatChartTlp .apexcharts-tooltip-series-group.active,
.noCatChartTlp .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0; }

.achartXS {
  margin-top: -1.625rem;
  margin-bottom: -2rem; }

/* Header */
.main-header {
  position: fixed;
  left: 3.875rem;
  right: 0;
  z-index: 1060;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .main-header .nav-link {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .main-header .dropdown-menu {
    position: relative;
    padding: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .main-header .dropdown-menu .dropdown-inner {
      background: #303c8f;
      overflow: hidden; }
    .main-header .dropdown-menu .dropdown-load-more {
      background: #2c3784;
      color: #0cc3f5;
      font-weight: 600; }
    .main-header .dropdown-menu .dropdown-scrollbar {
      max-height: 21.875rem; }
  .main-header .header-nrtf {
    background: rgba(29, 36, 86, 0.5); }
  .main-header .list-nrtf .item-nrtf:not(:last-child) {
    position: relative; }
    .main-header .list-nrtf .item-nrtf:not(:last-child):after {
      content: "";
      display: block;
      border: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .main-header .amount-wrapper input[type=number] {
    color: #ffffff;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1.5rem;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    height: 100%;
    font-size: 0.61875rem; }
  .main-header .amount-wrapper input[type=number]::-webkit-inner-spin-button,
  .main-header .amount-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .main-header .amount-wrapper .btn-amount {
    padding: .5rem;
    line-height: 1;
    font-size: .5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0; }
    .main-header .amount-wrapper .btn-amount:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #24C9F6; }
  .main-header .main-navbar {
    padding-left: 0;
    padding-right: 0; }
    .main-header .main-navbar .cart-img {
      width: 3.4375rem; }
    .main-header .main-navbar .cart-nav-desc,
    .main-header .main-navbar .cart-nav-title {
      max-width: 9.375rem;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .main-header .main-navbar .nav-icon {
      color: #0cc3f5; }
      .main-header .main-navbar .nav-icon:hover, .main-header .main-navbar .nav-icon:focus {
        color: #09b0de; }
    .main-header .main-navbar .toggler-wrapper {
      color: #0cc3f5; }
    .main-header .main-navbar .notf-item .notf-link {
      text-align: center; }
    .main-header .main-navbar .notf-item .badge {
      position: absolute; }
    .main-header .main-navbar .userTH-item {
      text-align: center; }
    .main-header .main-navbar .user-item .user-link {
      text-transform: inherit;
      letter-spacing: normal; }
    .main-header .main-navbar .user-item .user-avatar {
      max-width: 2.5rem;
      height: 2.5rem;
      vertical-align: middle; }
  .main-header .img-lang {
    max-width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle; }

@media (min-width: 768px) {
  .main-header {
    left: 16.25rem; } }
.main-content {
  padding-top: 3.875rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .main-content > .inner-body {
    flex: 1; }

/* Panels */
.main-container {
  min-height: 100vh;
  background: radial-gradient(#303c8f, #1d2456);
  background-attachment: fixed;
  background-position: center center; }

.card-row .main-card {
  position: relative;
  overflow: visible;
  background: transparent;
  padding: 1.5rem 1.5rem;
  background: rgba(5, 16, 58, 0.5);
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32); }
  .card-row .main-card:not(.fl-oly):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    max-width: 95%;
    width: 100%;
    height: 10px;
    margin: auto;
    background: rgba(5, 16, 58, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .card-row .main-card:hover:after {
    height: 8px;
    bottom: -8px;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    -moz-transform: scale3d(0.98, 0.98, 0.98);
    -ms-transform: scale3d(0.98, 0.98, 0.98);
    -o-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }

.card-inr {
  min-height: 4rem; }
  .card-inr .card-txw {
    max-width: 40%; }

@media (min-width: 992px) {
  .card-inr .card-cws {
    padding-left: 57px; } }
.panel-row .panel-col .panel .panel-header-nav .nav-item {
  color: #ffffff;
  font-size: 1.0625rem;
  cursor: pointer; }
.panel-row .panel-col .panel-header-oly {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.panel-row .panel-pt-col {
  display: flex;
  flex-direction: column; }
  .panel-row .panel-pt-col > .panel-pt {
    display: flex;
    flex: 1; }
    .panel-row .panel-pt-col > .panel-pt > .panel-row {
      width: 100%; }

.panel-top-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.panel-bottom-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.panel-right-line {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.panel-left-line {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

@media (min-width: 576px) {
  .panel-sm-top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-sm-bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-sm-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-sm-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 768px) {
  .panel-md-top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-md-bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-md-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-md-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 992px) {
  .panel-lg-top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lg-bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lg-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lg-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 1200px) {
  .panel-xl-top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-xl-bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-xl-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-xl-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 1680px) {
  .panel-lp-top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lp-bottom-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lp-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .panel-lp-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
.panel-orders .table th, .panel-orders .table td {
  vertical-align: middle; }

.panel-fill {
  background: rgba(5, 16, 58, 0.5); }

.panel .panel-dropdown-menu .list-unstyled {
  margin-bottom: 0; }
.panel .panel-dropdown-menu .dropdown-menu {
  background: rgba(5, 16, 58, 0.5);
  border: 1px solid rgba(36, 201, 246, 0.25); }
.panel .panel-dropdown-menu, .panel .panel-dropdown-menu a:not(.btn) {
  color: #ffffff;
  font-weight: 600; }
.panel .panel-dropdown-menu .btn {
  font-size: .9375rem;
  letter-spacing: normal; }

.nicescroll-rails {
  background-color: transparent;
  border-radius: .25rem; }

.panel-card {
  background: rgba(5, 16, 58, 0.5);
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  height: 100%; }

.panel {
  position: relative; }
  .panel,
  .panel a:not(.btn),
  .panel h1, .panel .h1,
  .panel h2, .panel .h2,
  .panel h3, .panel .h3,
  .panel h4, .panel .h4,
  .panel h5, .panel .h5,
  .panel h6, .panel .h6 {
    color: #ffffff; }
  .panel .title {
    font-weight: 200;
    flex: 1;
    margin-bottom: 0; }
  .panel .title,
  .panel .panel-header-nav {
    white-space: nowrap; }
  .panel .panel-header {
    display: flex;
    padding: 1rem 1.5rem; }
  .panel .panel-handle {
    display: flex;
    align-items: center; }
    .panel .panel-handle .panel-handle-item:not(:last-child) {
      padding-right: .5rem; }
  .panel .panel-user {
    display: flex;
    align-items: center; }
    .panel .panel-user .panel-avatar {
      max-width: 3rem;
      border: 3px solid rgba(51, 51, 51, 0.6); }
    .panel .panel-user .panel-avatar-lg {
      max-width: 4rem; }
    .panel .panel-user .panel-profile {
      display: flex; }
      .panel .panel-user .panel-profile .panel-profile-item:not(:last-child) {
        margin-right: .5rem; }
  .panel .panel-body {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .panel .panel-list {
    margin: 0; }
    .panel .panel-list .panel-list-item:not(:last-child):after {
      content: '';
      display: block;
      border: 0;
      height: 1px;
      background-image: rgba(255, 255, 255, 0.1);
      margin-top: .75rem;
      margin-bottom: .75rem; }
  .panel .panel-user-stat .panel-stat-item:not(:last-child):after {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); }
  .panel .panel-icon {
    width: 2rem; }
  .panel .panel-sm-icon {
    width: 1rem; }
  .panel .panel-list-sc {
    height: 23.75rem; }
    .panel .panel-list-sc .panel-list-sc-item:not(:last-child):after {
      content: '';
      display: block;
      border: 0;
      height: 3px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
  .panel .panel-hr {
    border: 0;
    height: 1px;
    background-image: rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .panel .panel-y-hr {
    border: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(36, 201, 246, 0.75), rgba(0, 0, 0, 0));
    margin: 0; }
  .panel:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    background: rgba(5, 17, 63, 0.65) url(../img/preloader.svg) center center no-repeat;
    background-size: 3rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
    z-index: 1000; }
  .panel.refresh-active:after {
    opacity: 1; }
  .panel .panel-icon-g {
    background: -webkit-linear-gradient(#ffffff, #bcd9f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem; }

@media (max-width: 991.98px) {
  .panel .title {
    font-size: 1rem; } }
.panel-team {
  display: flex;
  min-width: 50%;
  padding-left: 1.5rem;
  text-align: right; }
  .panel-team .panel-member {
    margin-left: -.75rem; }

.panel-dropdown .dropdown-toggle {
  padding: 0 1.25rem;
  background: transparent;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: .85rem; }
  .panel-dropdown .dropdown-toggle:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    border: 0;
    vertical-align: baseline;
    font-size: .6rem;
    margin-left: 0.255em; }
.panel-dropdown .dropdown-menu {
  background: #152056;
  margin-top: .5rem;
  border: 1px solid rgba(36, 201, 246, 0.25); }
  .panel-dropdown .dropdown-menu .dropdown-item:hover, .panel-dropdown .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.1); }
  .panel-dropdown .dropdown-menu .dropdown-item.active, .panel-dropdown .dropdown-menu .dropdown-item:active {
    background: rgba(255, 255, 255, 0.15); }

.tep-btn {
  border: 1px solid rgba(36, 201, 246, 0.25);
  padding: .25rem .75rem !important;
  color: rgba(134, 225, 250, 0.95) !important;
  min-width: 8.5rem;
  text-align: left;
  display: flex;
  align-items: center; }

.tepNB-btn {
  border: 0;
  padding: 0 !important;
  color: rgba(134, 225, 250, 0.95) !important;
  min-width: 6.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  box-shadow: none !important; }

.icon-table-cust {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  padding: .8rem; }

.panel-srvb-list .panel-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .panel-srvb-list .panel-item:not(:last-child):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 1.25rem 0;
    order: 4; }

/* [ widgets ] */
.char-sFill {
  background: rgba(255, 255, 255, 0.05); }

/* cards */
.cd_card-carousel .owl-nav {
  display: none; }
.cd_card-carousel .owl-dots {
  justify-content: center; }
  .cd_card-carousel .owl-dots .owl-dot span {
    background: #0c1746; }
  .cd_card-carousel .owl-dots .owl-dot.active span {
    background: #24C9F6;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(36, 201, 246, 0.5);
    box-shadow: 0px 1px 10px 0px rgba(36, 201, 246, 0.5); }

/* Chat */
.chat-sch .input-group {
  border: 1px solid rgba(5, 16, 58, 0.08); }
.chat-sch input.form-control {
  height: auto;
  background: transparent;
  line-height: 1.6; }

.chat-list-section {
  height: calc(100vh - 6.0625rem - 4.25rem - 4.375rem); }

.chat-dialogue-sc {
  height: 30rem; }

.chat-msg-item .chat-dialogue-item:not(:first-child) {
  margin-top: .5rem; }
  .chat-msg-item .chat-dialogue-item:not(:first-child) > .chat-dialogue-me:before {
    display: none; }
  .chat-msg-item .chat-dialogue-item:not(:first-child) > .chat-dialogue-me:after {
    border: 0; }

.chat-dialogue-item > .chat-dialogue-me:last-child {
  margin-left: 1.25rem;
  margin-right: 0;
  border-left: 0; }
  .chat-dialogue-item > .chat-dialogue-me:last-child:after {
    top: 0;
    left: -9px;
    right: 100%;
    border-left: 1px solid rgba(36, 201, 246, 0.5);
    border-bottom: 1px solid rgba(36, 201, 246, 0.5);
    border-top: none;
    border-right: none;
    width: 17px;
    height: 17px;
    margin-top: 22px;
    transform: rotate(45deg); }
  .chat-dialogue-item > .chat-dialogue-me:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    border-radius: .25rem;
    background: linear-gradient(to bottom, rgba(36, 201, 246, 0) 0%, rgba(36, 201, 246, 0.5) 1px, rgba(36, 201, 246, 0.5) 18px, rgba(36, 201, 246, 0) 19px, rgba(36, 201, 246, 0) 42px, rgba(36, 201, 246, 0.5) 43px, rgba(36, 201, 246, 0.5) calc(100% - 1px), rgba(36, 201, 246, 0) 100%); }
.chat-dialogue-item .chat-dialogue-me:last-child:first-child {
  margin-left: 5.75rem;
  border-left: 1px solid rgba(36, 201, 246, 0.5); }

.chat-dialogue-me {
  background: #86e1fa;
  background: -webkit-linear-gradient(left, #86e1fa, #24C9F6);
  background: linear-gradient(to right, #86e1fa, #24C9F6);
  color: #05103A;
  padding: calc(1rem + .0625rem);
  position: relative;
  font-weight: 500;
  border-radius: .25rem;
  margin-right: 1.25rem;
  margin-left: 0;
  text-align: left; }
  .chat-dialogue-me:after {
    content: "";
    position: absolute;
    left: calc(100% - 9px);
    top: 0;
    width: 17px;
    height: 17px;
    margin-top: 22px;
    border-left: 17px solid #24C9F6;
    border-bottom: 1px solid #24C9F6;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.chat-dialogue-avatar {
  width: 3.5rem;
  height: 3.5rem;
  position: relative; }

.chat-dialogue-sm-avatar {
  width: 3rem;
  height: 3rem; }

.chat-list-section .chat-dialogue-avatar {
  margin: .5rem; }
  .chat-list-section .chat-dialogue-avatar:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.0rem;
    height: 4.0rem;
    border-radius: 50%;
    border: 2px solid #24C9F6;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.chat-user-status,
.chat-user-status-border {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0; }

.chat-user-status:after {
  content: "";
  position: absolute;
  width: calc(1.125rem - 0.125rem*2);
  height: calc(1.125rem - 0.125rem*2);
  left: 0.125rem;
  top: 0.125rem;
  background: #748290;
  border-radius: 50%; }
.chat-user-status.active:after {
  background: #79bd91; }

.chat-user-status-border {
  border: 0.125rem solid transparent;
  background: rgba(5, 16, 58, 0.92); }

.chat-msg-item .chat-dialogue-me {
  background: transparent;
  border: 1px solid rgba(36, 201, 246, 0.5);
  color: #ffffff;
  padding: 1rem; }
.chat-msg-item .chat-dialogue-avatar:after {
  display: none; }

.chat-cat-list .chat-dialogue-avatar {
  margin: 0; }
  .chat-cat-list .chat-dialogue-avatar:after {
    display: none; }

.chat-dialogue-avatar-st {
  position: absolute;
  bottom: .10rem;
  right: -.10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.625rem;
  color: #ffffff;
  padding: 0 .25rem;
  border-radius: .25rem; }

.chat-ct-form .input-group {
  border-color: rgba(5, 16, 58, 0.2); }
.chat-ct-form .form-control {
  background: transparent; }
.chat-ct-form .dropdown-menu {
  max-width: 272px;
  padding: .5rem; }
  .chat-ct-form .dropdown-menu .dropdown-item {
    width: 47.25px;
    height: 47.25px;
    display: inline-block;
    padding: .75rem;
    font-size: 1.5rem;
    line-height: 1;
    position: relative; }
    .chat-ct-form .dropdown-menu .dropdown-item > * {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.app-wow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../img/bg/app-bg.jpg) center center/cover no-repeat; }

/* news */
.panel-news {
  position: relative;
  padding-bottom: 1rem; }
  .panel-news .panel-news-indicators {
    bottom: 0 !important;
    margin: 1rem 1.5rem 0;
    justify-content: flex-start;
    align-items: center; }
    .panel-news .panel-news-indicators li {
      width: .80rem;
      height: .80rem;
      border-radius: 50%;
      -webkit-transition: 0.3s all linear;
      -moz-transition: 0.3s all linear;
      -ms-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      .panel-news .panel-news-indicators li::before {
        top: -.5rem; }
      .panel-news .panel-news-indicators li.active {
        width: 1rem;
        height: 1rem;
        background-color: #24C9F6; }

/* tabs */
.panel-tabs {
  justify-content: center; }
  .panel-tabs.nav-tabs {
    border-bottom: 0; }
    .panel-tabs.nav-tabs .nav-item:not(:last-child) {
      margin-right: 1rem; }
    .panel-tabs.nav-tabs .nav-item a {
      padding-top: .35rem;
      padding-bottom: .35rem;
      border-radius: 2rem;
      border-color: #6ddbf9;
      text-transform: uppercase;
      font-size: .75rem;
      font-weight: 500; }
    .panel-tabs.nav-tabs .nav-item a.active {
      background: #6ddbf9;
      background: -webkit-linear-gradient(left, #6ddbf9, #24C9F6);
      background: linear-gradient(to right, #6ddbf9, #24C9F6);
      background-position: center;
      border-color: transparent; }

.panel-tabs-content.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }
.panel-tabs-content.tab-content > .tab-pane.active {
  height: auto; }

.panel-tab-group {
  border: 0;
  border-radius: .25rem; }
  .panel-tab-group .nav-item .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: .4375rem 1.625rem; }
    .panel-tab-group .nav-item .nav-link.active {
      border-right: 1px solid #24C9F6;
      border-top: 1px solid #24C9F6;
      border-bottom: 1px solid #24C9F6; }
    .panel-tab-group .nav-item .nav-link:not(.active) {
      border-right: 1px solid rgba(36, 201, 246, 0.25);
      border-top: 1px solid rgba(36, 201, 246, 0.25);
      border-bottom: 1px solid rgba(36, 201, 246, 0.25); }
  .panel-tab-group .nav-item:first-child .nav-link {
    border-left: 1px solid rgba(36, 201, 246, 0.25);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
    .panel-tab-group .nav-item:first-child .nav-link.active {
      border-left-color: #24C9F6; }
  .panel-tab-group .nav-item:last-child .nav-link {
    border-right: 1px solid rgba(36, 201, 246, 0.25);
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }
    .panel-tab-group .nav-item:last-child .nav-link.active {
      border-right-color: #24C9F6; }
  .panel-tab-group .nav-item:not(:first-child) .nav-link {
    margin-left: -1px; }

/* Sidebar */
.main-sidebar {
  background: #091649;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1061;
  overflow: visible; }
  .main-sidebar .main-sidebar-inner {
    max-height: calc(100vh - 3.875rem);
    padding: .5rem 1rem; }
    .main-sidebar .main-sidebar-inner ~ .nicescroll-rails {
      border-radius: 0 !important; }
  .main-sidebar .logo-wrapper {
    height: 3.875rem;
    font-family: "Inter", sans-serif;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0cc3f5;
    display: flex;
    align-items: center;
    margin-right: auto; }
  .main-sidebar .theme-logo .logo-cont {
    display: flex;
    align-items: center;
    width: 100%; }
    .main-sidebar .theme-logo .logo-cont .logo-icon {
      max-width: 1.7rem; }
    .main-sidebar .theme-logo .logo-cont .logo {
      max-width: 7.7rem;
      margin-left: .38rem; }
  .main-sidebar.p-collapse .logo-wrapper {
    margin-left: auto;
    margin-right: auto; }
  .main-sidebar.p-collapse .theme-logo .logo-cont .logo {
    display: none; }

@media (max-width: 575.98px) {
  .main-sidebar {
    border-right: 0; } }
/* [ pages ] */
/* Profile */
.profile-header {
  height: 18.75rem;
  background: #05103A; }
  .profile-header .profile-avatar {
    max-width: 4rem;
    min-width: 4rem;
    width: 100%; }

@media (min-width: 768px) {
  .profile-header .profile-avatar {
    max-width: 6rem; } }
@media (min-width: 992px) {
  .profile-header .profile-avatar {
    max-width: 8rem; } }
@media (min-width: 1200px) {
  .profile-header .profile-avatar {
    max-width: 9rem; } }
.profile-title {
  display: block;
  font-size: 1.4rem; }

.profile-post-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.5rem; }
  .profile-post-block:not(:last-child) {
    padding-bottom: 2.5rem; }
  .profile-post-block .profile-avatar {
    max-width: 3.5rem; }
  .profile-post-block .profile-comment-avatar {
    max-width: 3.5rem; }

/* Login */
.auth-box {
  background: rgba(42, 52, 124, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  overflow: hidden; }
  .auth-box .link {
    cursor: pointer; }

.auth-box-overlay {
  position: relative; }
  .auth-box-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 26, 0.85); }
  .auth-box-overlay * {
    position: relative; }

/* Email & Chat */
.email-cat-list,
.chat-cat-list {
  max-height: calc(100vh - 235px); }
  .email-cat-list .email-cat-item,
  .email-cat-list .chat-cat-item,
  .chat-cat-list .email-cat-item,
  .chat-cat-list .chat-cat-item {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .email-cat-list .email-cat-item:not(:last-child),
    .email-cat-list .chat-cat-item:not(:last-child),
    .chat-cat-list .email-cat-item:not(:last-child),
    .chat-cat-list .chat-cat-item:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .email-cat-list .email-cat-item.active, .email-cat-list .email-cat-item:hover,
    .email-cat-list .chat-cat-item.active,
    .email-cat-list .chat-cat-item:hover,
    .chat-cat-list .email-cat-item.active,
    .chat-cat-list .email-cat-item:hover,
    .chat-cat-list .chat-cat-item.active,
    .chat-cat-list .chat-cat-item:hover {
      background: rgba(255, 255, 255, 0.05); }
      .email-cat-list .email-cat-item.active .chat-user-status-border, .email-cat-list .email-cat-item:hover .chat-user-status-border,
      .email-cat-list .chat-cat-item.active .chat-user-status-border,
      .email-cat-list .chat-cat-item:hover .chat-user-status-border,
      .chat-cat-list .email-cat-item.active .chat-user-status-border,
      .chat-cat-list .email-cat-item:hover .chat-user-status-border,
      .chat-cat-list .chat-cat-item.active .chat-user-status-border,
      .chat-cat-list .chat-cat-item:hover .chat-user-status-border {
        border: 0.125rem solid transparent;
        background: rgba(5, 16, 58, 0.75); }
  .email-cat-list .nicescroll-rails,
  .chat-cat-list .nicescroll-rails {
    border-radius: 0; }

.email-cat-list .email-cat-item {
  position: relative; }
  .email-cat-list .email-cat-item:before {
    content: "";
    opacity: 0;
    width: 3px;
    height: 100%;
    background: #24C9F6;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .email-cat-list .email-cat-item.active:before, .email-cat-list .email-cat-item:hover:before {
    opacity: 1; }

.email-search,
.shop-search {
  min-height: 4.0625rem; }

.email-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important; }

.email-mes-list .email-mes-item {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .email-mes-list .email-mes-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .email-mes-list .email-mes-item.active, .email-mes-list .email-mes-item:hover {
    background: rgba(255, 255, 255, 0.15); }
.email-mes-list .email-mes-ar {
  width: 9.375rem; }

.email-tnav {
  font-size: 1rem; }

/* Shop */
.shop-nav .dropdown-item:hover, .shop-nav .dropdown-item:active, .shop-nav .dropdown-item:focus,
.sec-nav .dropdown-item:hover,
.sec-nav .dropdown-item:active,
.sec-nav .dropdown-item:focus {
  color: #ffffff;
  background: rgba(1, 23, 46, 0.5); }

.shop-sidebar .rangeslider--horizontal {
  height: 7px; }
.shop-sidebar .rangeslider--horizontal .rangeslider__handle {
  top: -3.5px; }
.shop-sidebar .rangeslider__handle, .shop-sidebar .rangeslider__handle:after {
  width: 14px;
  height: 14px; }
.shop-sidebar .range-output {
  color: inherit; }

.img-shop-item-v {
  max-width: 12rem; }

.emce-price {
  text-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.3); }

.cryt-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #182460;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .cryt-icon .icon {
    max-width: 1.5rem;
    width: 100%; }

/* Product-Details */
.product-details .carousel.slide {
  margin-bottom: 8rem; }
.product-details .product-details-indicators {
  bottom: -8rem;
  margin-left: 0;
  margin-right: 0; }
  .product-details .product-details-indicators li {
    width: 6rem;
    height: 6rem;
    background: #ffffff;
    position: relative; }
    .product-details .product-details-indicators li:before, .product-details .product-details-indicators li:after {
      display: none; }
  .product-details .product-details-indicators .product-details-carouse-img {
    position: absolute;
    left: 0;
    top: 0; }
.product-details .tag-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  border: 1px solid rgba(109, 219, 249, 0.55);
  border-radius: 0; }
  .product-details .tag-item:hover {
    background: rgba(109, 219, 249, 0.25);
    border-color: transparent; }
.product-details .tag-list .tag-item {
  margin-right: .75rem; }
  .product-details .tag-list .tag-item:last-child {
    margin-right: 0; }
.product-details .color-st {
  min-width: 9rem; }
.product-details .avs-item {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .product-details .avs-item:hover {
    color: rgba(6, 19, 67, 0.9);
    background: #c0cad8; }
  .product-details .avs-item:not(:last-child) {
    margin-right: .75rem; }

@media screen and (min-width: 768px) {
  .product-details .product-details-indicators {
    bottom: -8rem; } }
.comment_ld {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .comment_ld:hover {
    color: rgba(6, 19, 67, 0.9);
    background: #c0cad8; }
  .comment_ld.v-positive {
    color: #79bd91; }
    .comment_ld.v-positive:hover {
      background: #79bd91;
      border-color: #79bd91;
      color: rgba(6, 19, 67, 0.9); }
  .comment_ld.v-negative {
    color: #da2f69; }
    .comment_ld.v-negative:hover {
      background: #da2f69;
      border-color: #da2f69;
      color: rgba(6, 19, 67, 0.9); }

.da-ans-card-chart {
  min-width: 425px;
  width: calc(100% + 10px);
  height: 120px;
  margin-left: -10px;
  margin-bottom: -10px; }

/* Checkout */
.amount-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .amount-wrapper .btn-amount {
    background: transparent;
    color: #ceddf1;
    min-height: 100%;
    border-bottom: 0;
    border-top: 0;
    padding: 0.4375rem .8rem;
    border-radius: 0; }
    .amount-wrapper .btn-amount:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 0; }
    .amount-wrapper .btn-amount:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      border-right: 0; }
    .amount-wrapper .btn-amount:hover {
      background: rgba(255, 255, 255, 0.2); }
      .amount-wrapper .btn-amount:hover:first-child {
        border-right: 1px solid transparent; }
      .amount-wrapper .btn-amount:hover:last-child {
        border-left: 1px solid transparent; }
  .amount-wrapper .input-amount {
    background: transparent;
    border: 0; }
  .amount-wrapper input[type=number] {
    max-width: 3.5rem;
    color: #ceddf1;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .amount-wrapper input[type=number]::-webkit-inner-spin-button,
  .amount-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

@media (max-width: 1679.98px) {
  .amount-wrapper input[type=number] {
    max-width: 3rem; }
  .amount-wrapper .btn-amount {
    padding: 0.6375rem 1rem; } }
.shop-olist .shop-oitem .product-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.5rem 0;
  opacity: 1; }
.shop-olist .shop-oitem:last-child .product-item:after {
  margin-bottom: 0;
  opacity: 0; }

@media (min-width: 1200px) {
  .shop-olist .shop-oitem .product-item:after {
    width: calc(100% - 1rem); } }
.checkout-order-section [data-step]:not(.stp-complete).timeline-item {
  border-color: #111a46; }
  .checkout-order-section [data-step]:not(.stp-complete).timeline-item::after {
    background: #111a46;
    border: 2px solid transparent; }
.checkout-order-section [data-step].stp-complete.timeline-item::after {
  color: #111a46; }
.checkout-order-section [data-step].timeline-item {
  text-align: center; }
  .checkout-order-section [data-step].timeline-item::after {
    font-family: 'icomoon' !important;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
    left: calc(50% - 2rem + .125rem); }
.checkout-order-section .accordion .card {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }
  .checkout-order-section .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .checkout-order-section .accordion .card .card-header {
    background-color: transparent; }
  .checkout-order-section .accordion .card .card-header .icon {
    transform: none !important;
    -webkit-transition: auto;
    -moz-transition: auto;
    -ms-transition: auto;
    transition: auto; }

.checkout-order-img {
  max-width: 10rem; }

@media (min-width: 992px) {
  .checkout-order-img {
    max-width: 4rem; } }
@media (min-width: 1200px) {
  .checkout-order-img {
    max-width: 6rem; } }
/* charts */
.apexcharts-legend-text {
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.3); }

.apexcharts-legend-marker {
  margin-right: .5rem !important; }

.apexcharts-tooltip {
  background: rgba(5, 16, 58, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  box-shadow: none !important;
  border-radius: 0 !important; }

.panel .apexcharts-xaxistooltip {
  background: rgba(5, 16, 58, 0.9);
  color: #ffffff; }
.panel .apexcharts-tooltip.dark {
  background: rgba(20, 31, 83, 0.8); }

/* [ User CSS ] */

/*# sourceMappingURL=styles.css.map */
