@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
/** 
----------------------
## TABLE CONTNETS ##
01. Fonts
02. Utilities
--  02.1 Border
--  02.2 Color
--  02.3 Effect
--  02.4 Font weight
--  02.5 Line height
--  02.6 Mixin
--  02.7 Reset
--  02.8 Spacing
--  02.9 Sizes
03. Elements
--  03.1 Buttons
04. Components
-- 04.1 Avatar
-- 04.2 background
-- 04.3 blockquotes
-- 04.4 blog
-- 04.5 box-shadow
-- 04.6 brand
-- 04.7 card
-- 04.8 carousel
-- 04.9 collapse
-- 04.10 comment
-- 04.11 contact
-- 04.12 countdown
-- 04.13 dropdown
-- 04.14 cta
-- 04.15 file upload
-- 04.16 filter
-- 04.17 footer
-- 04.18 form control
-- 04.19 header
-- 04.20 hero
-- 04.21 icon
-- 04.22 list
-- 04.23 modal
-- 04.24 navbar
-- 04.25 pagination
-- 04.26 preferences
-- 04.27 product
-- 04.28 section heading
-- 04.29 sidebar
-- 04.30 tab
-- 04.31 table
-- 04.32 tooltip
-- 04.33 user panel

---------------------- 
**/
/* theme font size */
/*======= Responsive variables =========*/
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.woff") format("woff"),
    url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-LightItalic.eot");
  src: url("../fonts/Rubik-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-LightItalic.woff2") format("woff2"),
    url("../fonts/Rubik-LightItalic.woff") format("woff"),
    url("../fonts/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.eot");
  src: url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-Medium.woff2") format("woff2"),
    url("../fonts/Rubik-Medium.woff") format("woff"),
    url("../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.eot");
  src: url("../fonts/Rubik-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-SemiBold.woff2") format("woff2"),
    url("../fonts/Rubik-SemiBold.woff") format("woff"),
    url("../fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.eot");
  src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.woff") format("woff"),
    url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
html,
body,
footer {
  scroll-behavior: smooth !important;
  scroll-padding-top: 120px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Onest", sans-serif;
  color: #8091a7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
.h4,
h5,
h6,
.h5,
.h6 {
  font-weight: 800;
  color: #1c2b46;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  outline: 0 none;
  transition: all 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

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

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

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

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

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

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

.text-black {
  color: #1c2b46 !important;
}

.text-secondary {
  color: #8091a7 !important;
}

.text-success {
  color: #198754 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-dark-gray {
  color: #5b6678 !important;
}

hr {
  background-color: rgba(65, 80, 118, 0.2);
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dot-separeted {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9dbde;
  margin-right: 8px;
  margin-left: 8px;
}

.shadow-sm {
  box-shadow: 0 0 5px rgba(24, 24, 24, 0.07) !important;
}

.lead {
  font-size: 1rem;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.hover-y {
  transition: all 0.3s;
}
.hover-y:hover {
  transform: translateY(-3px);
}

.border-gray {
  border-color: #f5f5f5 !important;
}

#image-result {
  background-color: #f8f9fa;
}

/* bg */
.bg-gradient {
  background: #f8f9fa !important;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%) !important;
}
.bg-gradient-2 {
  background: #fcf9fd !important;
  background: linear-gradient(to bottom, #fcf9fd 0%, #ffffff 100%) !important;
}
.bg-gradient-primary {
  background: linear-gradient(111.06deg, #5a3394 37.17%, #50278b 61.34%);
}

.bg-gray {
  background: #fbfbfb !important;
}

.bg-dark {
  background: #1c2b46 !important;
}
.bg-dark-transparent {
  background: linear-gradient(
    to bottom,
    transparent 5%,
    #1c2b46 100%
  ) !important;
}

.bg-white-slim {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-pattern,
.bg-pattern-2,
.bg-pattern-3 {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.bg-pattern::after,
.bg-pattern-2::after,
.bg-pattern-3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-pattern {
  background-position: center;
}
.bg-pattern::after {
  background-image: url("../images/bg-transparent.png");
}
.bg-pattern-2::after {
  background-image: url("../images/banner.png");
}
.bg-pattern-3::after {
  background-image: url("../images/shape.png");
}

.bg-primary-dark {
  background-color: #4a2283;
}

.bg-primary-darker {
  background-color: #3c1971;
}

.bg-primary-50 {
  background-color: #ece6f4 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}
.bg-red-100 {
  background-color: #f8d7da !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}
.bg-blue-100 {
  background-color: #cfe2ff !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}
.bg-purple-100 {
  background-color: #e2d9f3 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}
.bg-indigo-100 {
  background-color: #e0cffc !important;
}

.bg-pink {
  background-color: #d63384 !important;
}
.bg-pink-100 {
  background-color: #f7d6e6 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}
.bg-orange-100 {
  background-color: #ffe5d0 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}
.bg-yellow-100 {
  background-color: #fff3cd !important;
}

.bg-green {
  background-color: #198754 !important;
}
.bg-green-100 {
  background-color: #d1e7dd !important;
}

.bg-teal {
  background-color: #20c997 !important;
}
.bg-teal-100 {
  background-color: #d2f4ea !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}
.bg-cyan-100 {
  background-color: #cff4fc !important;
}

.styled-icon li {
  display: inline-block;
}
.styled-icon li:not(:last-child) {
  margin-right: 0.375rem;
}

.styled-icon .icon {
  color: #1c2b46;
  width: 2.188rem;
  height: 2.188rem;
  line-height: 2.313rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s;
}
.styled-icon .icon:hover {
  background-color: #7952b3;
  color: #ffffff;
}

.styled-icon-s1 li:not(:last-child) {
  margin-right: 20px;
}

.styled-icon-s1 .icon {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 4.063rem;
  font-size: 1.375rem;
}

.styled-icon-s1 span {
  font-size: 0.938rem;
}

.icon-btn {
  height: 33px;
  width: 33px;
  display: grid;
  place-items: center;
  font-size: 0.938rem;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(28, 43, 70, 0.1);
  background-color: #ffffff;
  opacity: 1;
  color: #1c2b46;
  text-align: center;
  transition: all 0.2s;
  border: 0;
}
.icon-btn-s1 {
  width: 34px;
  height: 34px;
  font-size: 1.063rem;
}
.icon-btn-size-2 {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
}
.icon-btn:hover {
  opacity: 1;
  color: #7952b3;
}

/* social links */
.social-links li {
  margin-bottom: 10px;
}
.social-links li .icon {
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.social-links li a {
  font-weight: 600;
  color: #1c2b46;
  display: block;
  padding: 8px 20px 8px 45px;
  background-color: #f8f9fa;
  border-radius: 6px;
  transition: all 0.3s;
  position: relative;
  word-wrap: break-word;
  font-size: 0.875rem;
}
.social-links li a:hover {
  background-color: #d9dbde;
}

.theme-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(28, 43, 70, 0.1);
  position: relative;
  border-radius: 0.375rem;
  font-weight: 500;
  color: #1c2b46;
  padding: 10px 14px;
}
.theme-toggler span {
  color: #1c2b46;
}
.theme-toggler-text {
  margin-left: 5px;
}
.theme-toggler-hide {
  display: none;
}

.icon-wbg {
  background-color: #ffffff;
  display: inline-grid;
  place-items: center;
}

.icon-circle {
  border-radius: 50%;
}

.icon-rounded {
  border-radius: 12px;
}

.icon-xs {
  height: 18px;
  width: 18px;
  font-size: 0.75rem;
}

.icon-sm {
  height: 38px;
  width: 38px;
  font-size: 1rem;
}

.icon-md {
  height: 54px;
  width: 54px;
  font-size: 1.5rem;
}

.icon-md h5 {
  padding: 0 0 10px 0;
}

.icon-lg {
  height: 50px;
  width: 50px;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .icon-btn {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
  }
  .icon-btn-s1 {
    width: 2.813rem;
    height: 2.813rem;
    line-height: 2.813rem;
  }
  .icon-btn-size-2 {
    width: 70px;
    height: 70px;
    font-size: 1.875rem;
  }
  .icon-lg {
    height: 70px;
    width: 70px;
    font-size: 1.875rem;
  }
  .social-links li a {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .theme-toggler {
    width: 45px;
    height: 45px;
  }
  .theme-toggler .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .theme-toggler-text {
    display: none;
  }
}

.section-space-t,
.section-space {
  padding-top: 70px;
}

.section-space-b,
.section-space {
  padding-bottom: 70px;
}

.section-space-sm-t,
.section-space-sm {
  padding-top: 50px;
}

.section-space-sm-b,
.section-space-sm {
  padding-bottom: 50px;
}
.section-space {
  background-color: #fffdfd;
}
body.dark-mode .section-space {
  background-color: #1c2b46;
}
.gap-2x {
  height: 20px;
}

.gap-2x2 {
  height: 40px;
}

.gap-3x {
  height: 62px;
}

.gap-4x {
  height: 124px;
}

/* Padding top */
.pt-200 {
  padding-top: 150px !important;
}

.pt-190 {
  padding-top: 140px !important;
}

.pt-180 {
  padding-top: 130px !important;
}

.pt-170 {
  padding-top: 120px !important;
}

.pt-160 {
  padding-top: 110px !important;
}

.pt-150 {
  padding-top: 100px !important;
}

.pt-140 {
  padding-top: 90px !important;
}

.pt-130 {
  padding-top: 80px !important;
}

.pt-120 {
  padding-top: 70px !important;
}

.pt-110 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 50px !important;
}

.pt-95 {
  padding-top: 45px !important;
}

.pt-70 {
  padding-top: 30px !important;
}

/* Padding bottom */
.pb-200 {
  padding-bottom: 150px !important;
}

.pb-190 {
  padding-bottom: 140px !important;
}

.pb-180 {
  padding-bottom: 130px !important;
}

.pb-170 {
  padding-bottom: 120px !important;
}

.pb-160 {
  padding-bottom: 110px !important;
}

.pb-150 {
  padding-bottom: 100px !important;
}

.pb-140 {
  padding-bottom: 90px !important;
}

.pb-130 {
  padding-bottom: 80px !important;
}

.pb-120 {
  padding-bottom: 70px !important;
}

.pb-110 {
  padding-bottom: 60px !important;
}

.pb-100 {
  padding-bottom: 50px !important;
}

.pb-95 {
  padding-bottom: 45px !important;
}

.pb-70 {
  padding-bottom: 30px !important;
}

@media (min-width: 768px) {
  .section-space-t,
  .section-space {
    padding-top: 100px;
  }
  .section-space-b,
  .section-space {
    padding-bottom: 100px;
  }
  .section-space-sm-t,
  .section-space-sm {
    padding-top: 70px;
  }
  .section-space-sm-b,
  .section-space-sm {
    padding-bottom: 70px;
  }
  .gap-2x {
    height: 32px;
  }
  /* Padding top */
  .pt-200 {
    padding-top: 200px !important;
  }
  .pt-190 {
    padding-top: 190px !important;
  }
  .pt-180 {
    padding-top: 180px !important;
  }
  .pt-170 {
    padding-top: 170px !important;
  }
  .pt-160 {
    padding-top: 160px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pt-140 {
    padding-top: 140px !important;
  }
  .pt-130 {
    padding-top: 130px !important;
  }
  .pt-120 {
    padding-top: 120px !important;
  }
  .pt-110 {
    padding-top: 110px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pt-95 {
    padding-top: 95px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  /* Padding bottom */
  .pb-200 {
    padding-bottom: 200px !important;
  }
  .pb-190 {
    padding-bottom: 190px !important;
  }
  .pb-180 {
    padding-bottom: 180px !important;
  }
  .pb-170 {
    padding-bottom: 170px !important;
  }
  .pb-160 {
    padding-bottom: 160px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .pb-140 {
    padding-bottom: 140px !important;
  }
  .pb-130 {
    padding-bottom: 130px !important;
  }
  .pb-120 {
    padding-bottom: 120px !important;
  }
  .pb-110 {
    padding-bottom: 110px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pb-95 {
    padding-bottom: 95px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
}

.lh {
  line-height: 1.3 !important;
}

.lh-2 {
  line-height: 1.5 !important;
}

.lh-3 {
  line-height: 1.8 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

/* Font sizes */
.fs-3 {
  font-size: 3.125rem !important;
}

.fs-4 {
  font-size: 1.875rem !important;
}

.fs-5 {
  font-size: 2.5rem !important;
}

.fs-6 {
  font-size: 2.188rem !important;
}

.fs-7 {
  font-size: 1.875rem !important;
}

.fs-8 {
  font-size: 1.625rem !important;
}

.fs-9 {
  font-size: 1.5rem !important;
}

.fs-10 {
  font-size: 1.438rem !important;
}

.fs-11 {
  font-size: 1.25rem !important;
}

.fs-12 {
  font-size: 1.125rem !important;
}

.fs-13 {
  font-size: 0.875rem !important;
}

.fs-14 {
  font-size: 0.938rem !important;
}

.fs-15 {
  font-size: 0.813rem !important;
}

.smaller {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .fs-4 {
    font-size: 2.813rem !important;
  }
}

.text-red {
  color: #dc3545 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-blue {
  color: #0d6efd !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-green {
  color: #198754 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.animated .slider-full-screen .card-title,
.animated .slider-full-screen .card-text,
.animated .slider-full-screen .btns-group {
  position: relative;
  top: 100px;
  opacity: 0;
}

.animated .slider-full-screen .card-title {
  transition: all 0.6s;
}

.animated .slider-full-screen .card-text {
  transition: all 0.9s;
}

.animated .slider-full-screen .btns-group {
  transition: all 1.1s;
}

.animated .swiper-slide-active .card-title,
.animated .swiper-slide-active .card-text,
.animated .swiper-slide-active .btns-group {
  top: 0;
  opacity: 1;
}

.is-theme .hero-text,
.is-theme .count-text,
.is-theme .btn-link:hover,
.is-theme .footer-copy-text,
.is-theme .footer-para,
.is-theme .footer-copy-text a:hover,
.is-theme .list-item li a,
.is-theme .breadcrumb-s1 .breadcrumb-item,
.is-theme .breadcrumb-s1 .breadcrumb-item + .breadcrumb-item::before,
.is-theme .card p,
.is-theme .item-detail-text-meta,
.is-theme .card-media-body a:not(.btn-dark):hover,
.is-theme .nav-tabs-s1 .nav-link,
.is-theme .author-follow-text,
.is-theme .card-author-by-2 {
  color: rgba(255, 255, 255, 0.7);
}

.is-theme h1,
.is-theme h2,
.is-theme h3,
.is-theme h4,
.is-theme h5,
.is-theme h6,
.is-theme p,
.is-theme .hero-title,
.is-theme .count-title,
.is-theme .btn-outline-dark,
.is-theme .card-price-wrap .card-price-number,
.is-theme .bg-dark-dim,
.is-theme .card-author .author-link:hover,
.is-theme .btn-link,
.is-theme .card-title,
.is-theme .card-title a,
.is-theme .card-creator-number,
.is-theme .footer-copy-text a,
.is-theme .list-item li a:hover,
.is-theme .breadcrumb-s1 .breadcrumb-item a,
.is-theme .breadcrumb-s1 .breadcrumb-item a:hover,
.is-theme .card-media-body a:not(.btn-dark),
.is-theme .card-media-body span,
.is-theme .nav-tabs-s1 .nav-link.active,
.is-theme .author-username,
.is-theme .card-author-by,
.is-theme .card-generic-item,
.is-theme .header-main.has-fixed .menu-link,
.is-theme .header-main .menu-sub .menu-link,
.is-theme .menu-link:hover,
.is-theme .active > .menu-link,
.is-theme .menu-link.active,
.is-theme .menu-link {
  color: #ffffff;
}

.is-theme .text-black,
.is-theme .text-primary {
  color: #ffffff !important;
}

.is-theme .card-price-title,
.is-theme .card-author .author-link,
.is-theme .card-amount,
.is-theme .card-hiw-s3 .card-text-s1,
.is-theme .card-collection p {
  color: #c7a1ff;
}

.is-theme .text-secondary {
  color: #c7a1ff !important;
}

.is-theme .card-author .author-link {
  font-weight: 500;
}

.is-theme .custom-tooltip-dropdown .bg-dark-dim:hover,
.is-theme .bg-dark-dim:hover {
  color: #1c2b46;
}

.is-theme .menu-sub .menu-link:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.is-theme .header-main.on-dark .menu-sub .menu-item:hover > .menu-link,
.is-theme .header-main.on-dark .menu-sub .menu-link {
  color: #ffffff;
}

/* bg primary dark */
.bg-primary-dark hr {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-primary-dark .logo-dark {
  opacity: 0;
}

.bg-primary-dark .logo-light {
  opacity: 1;
}

.bg-primary-dark .card,
.bg-primary-dark .card-creator-v-wbg,
.bg-primary-dark .custom-tooltip-dropdown .bg-dark-dim,
.bg-primary-dark .header-main.has-fixed,
.bg-primary-dark .menu-sub,
.bg-primary-dark .header-menu {
  background-color: #3c1971;
  box-shadow: none;
}

.bg-primary-dark .avatar {
  border-width: 2px;
  margin-right: 6px !important;
}

.bg-primary-dark .bg-dark-dim,
.bg-primary-dark .filter-btn.active,
.bg-primary-dark .filter-button-group .button.is-checked {
  background-color: #7952b3;
}

.bg-primary-dark .card-generic {
  background-color: #4a2283;
}

.bg-primary-dark .btn-link-s1::after,
.bg-primary-dark .nav-tabs-s1 .nav-link::after,
.bg-primary-dark .custom-tooltip-dropdown .bg-dark-dim:hover,
.bg-primary-dark .bg-dark-dim:hover,
.bg-primary-dark .btn-dark {
  background-color: #ffffff;
}

.bg-primary-dark .btn-dark {
  color: #1c2b46;
  border-color: #ffffff;
}

.bg-primary-dark .btn-link-s1:hover::after {
  opacity: 0.9;
}

.bg-primary-dark .filter-btn.active,
.bg-primary-dark .card-media-s1,
.bg-primary-dark .filter-button-group .button.is-checked {
  border-color: #7952b3;
}

.bg-primary-dark .filter-btn,
.bg-primary-dark .filter-button-group .button {
  border-color: rgba(121, 82, 179, 0.6);
  color: #ffffff;
}

.bg-primary-dark .filter-button-group .button:not(.is-checked):hover,
.bg-primary-dark .filter-btn:not(.active):hover {
  color: #ffffff;
  border-color: rgba(121, 82, 179, 0.8);
}

.bg-primary-dark .nav-tabs-s1 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.bg-primary-dark .bg-primary-50 {
  background-color: #9371c7 !important;
}

.bg-primary-darker .list-item li a:after {
  background-color: #ffffff;
}

.bg-primary-darker .logo-dark {
  opacity: 0;
}

.bg-primary-darker .logo-light {
  opacity: 1;
}

.bg-gradient-primary .logo-dark {
  opacity: 0;
}

.bg-gradient-primary .logo-light {
  opacity: 1;
}

.bg-gradient-primary .theme-toggler {
  display: none;
}

.bg-gradient-primary .menu-btns li:last-child {
  padding-right: 0;
}

.bg-gradient-primary .card-creator-v-wbg,
.bg-gradient-primary .header-main.has-fixed,
.bg-gradient-primary .menu-sub,
.bg-gradient-primary .header-menu {
  background-color: #3c1971;
  box-shadow: none;
}

.bg-gradient-primary .avatar {
  border-width: 2px;
}

.bg-gradient-primary .btn-dark,
.bg-gradient-primary .btn-outline-dark:hover {
  background-color: #ffffff;
  color: #1c2b46;
  border-color: #ffffff;
}

.bg-gradient-primary .btn-outline-dark {
  border-color: #ffffff;
}

.bg-gradient-primary .bg-primary-50 {
  background-color: #4a2283 !important;
}

/* on dark */
.on-dark h1,
.on-dark h2,
.on-dark h3,
.on-dark h4,
.on-dark h5,
.on-dark h6 {
  color: #ffffff;
}

.on-dark .btn-dark {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1c2b46;
}

.on-dark .btn-outline-dark {
  border-color: #ffffff;
  color: #ffffff;
}
.on-dark .btn-outline-dark:hover {
  background-color: #7952b3;
  border-color: #7952b3;
}

@media (min-width: 992px) {
  .bg-primary-dark .header-menu {
    background-color: transparent;
  }
  .bg-primary-dark .menu-sub .menu-sub {
    background-color: #3c1971;
  }
  .bg-gradient-primary .header-menu {
    background-color: transparent;
  }
  .bg-gradient-primary .menu-sub .menu-sub {
    background-color: #3c1971;
  }
}

/* Button */
.btn {
  transition: all 0.3s;
  border-radius: 0.375rem;
  font-weight: 500;
  color: #1c2b46;
  padding: 10px 14px;
  font-size: 1rem;
}
.btn-full {
  width: 100%;
  text-align: left;
}
.btn-full::after {
  position: absolute;
  right: 20px;
}
.btn-primary {
  color: #ffffff;
  background-color: #7952b3;
  border-color: #7952b3;
}
.btn-primary:focus {
  box-shadow: none !important;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  background-color: #9371c7;
  border-color: #9371c7;
}
.btn-dark {
  color: #ffffff;
  background-color: #1c2b46;
  border-color: #1c2b46;
}
.btn_other {
  color: #000;
  background-color: #fff;
  border-color: #1c2b46;
}
body.dark-mode .btn_other {
  color: #fff;
  border: 3px solid #1c2b46;
  background-color: transparent;
}
body.dark-mode .btn_other:hover {
  background-color: #1c2b46;
}
.btn_other:hover {
  color: #fff;
  background-color: #1c2b46;
  /* border-color: #1c2b46; */
}
.btn-dark:focus {
  box-shadow: none !important;
}
.btn-dark:focus,
.btn-dark:hover {
  color: #000;
  background-color: #fff;
  border-color: #1c2b46;
}
.btn-danger {
  color: #ffffff;
}
.btn-danger:focus {
  box-shadow: none !important;
}
.btn-danger:hover {
  color: #ffffff;
}
.btn-outline-dark {
  color: #1c2b46;
  border-color: #1c2b46;
}
.btn-outline-dark:focus {
  box-shadow: none !important;
}
.btn-outline-secondary {
  border-color: rgba(65, 80, 118, 0.2);
}
.btn-outline-secondary:focus {
  box-shadow: none !important;
}
.btn-outline-secondary:hover {
  color: #ffffff;
}
.btn-outline-light {
  color: #1c2b46;
}
.btn-link {
  font-weight: 600;
  color: #1c2b46;
}
.btn-link-s1 {
  position: relative;
}
.btn-link-s1::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #1c2b46;
  content: "";
  transition: all 0.2s;
}
.btn-link-s1:hover::after {
  background-color: #7952b3;
}
.btn-link:hover {
  color: #7952b3;
}
.btn-lg {
  padding: 7px 14px;
  font-size: 1.3rem;
}
.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
}
.btn-light:hover {
  background-color: #7952b3;
  color: #ffffff;
  border-color: #7952b3;
}
.btn-grad {
  background-image: linear-gradient(to right, #7952b3 0%, #bfabdf 100%);
  transition: all 0.5s;
  background-size: 200% auto;
  color: #ffffff;
  border-left: transparent;
  border-right: transparent;
}
.btn-grad:hover {
  background-position: right center;
  color: #ffffff;
}
.btn.g-btn:hover {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}
.btn.f-btn:hover {
  background-color: #0d6efd !important;
  color: #ffffff !important;
}
.btn.t-btn:hover {
  background-color: #0dcaf0 !important;
  color: #ffffff !important;
}

.btns-group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -7px;
}
.btns-group > * {
  padding: 7px;
}
.btns-group-full-mobile > * {
  width: 100%;
}
.btns-group-full-mobile > * .btn {
  display: block;
}

.btn-group-s1 .btn {
  margin-right: 15px;
  border-radius: 6px !important;
  font-size: 14px;
  padding: 8px 20px;
}

.bg-dark-dim {
  background-color: #d9e1ef;
}
.bg-dark-dim:focus {
  box-shadow: none !important;
}
.bg-dark-dim:hover {
  background-color: #1c2b46;
  color: #ffffff;
}

.bg-danger-dim {
  background-color: #f8d7da;
  color: #dc3545;
}
.bg-danger-dim:focus {
  box-shadow: none !important;
}
.bg-danger-dim:hover {
  background-color: #dc3545;
  color: #ffffff;
}

.menu-toggler-user-open > *,
.menu-toggler-user-close > * {
  pointer-events: none;
}

@media (min-width: 992px) {
  .btn {
    padding: 10px 24px;
    font-size: 1rem;
  }
  .btn-lg {
    padding: 0.75rem 1.875rem;
    font-size: 1rem;
  }
  .btn-sm {
    padding: 5px 15px;
    font-size: 14px;
  }
  .btns-group-full-mobile > * {
    width: auto;
  }
  .btns-group-full-mobile > * .btn {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .btns-group {
    margin: -9px;
  }
  .btns-group > * {
    padding: 9px;
  }
  .btns-group-2 {
    margin: -5px;
  }
  .btns-group-2 > * {
    padding: 5px;
  }
}

.badge {
  font-weight: 500;
}

.accordion-s1 .accordion-item {
  border-color: rgba(50, 72, 104, 0.1);
}
.accordion-s1 .accordion-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.accordion-s1 .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(6px - 1px);
  border-top-right-radius: calc(6px - 1px);
}
.accordion-s1 .accordion-item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.accordion-s1 .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(6px - 1px);
  border-bottom-right-radius: calc(6px - 1px);
}

.accordion-s1 .accordion-button {
  font-weight: 600;
  font-size: 14px;
}
.accordion-s1 .accordion-button::after {
  background-size: 15px;
  width: 15px;
  height: 15px;
}
.accordion-s1 .accordion-button:focus {
  box-shadow: none;
}
.accordion-s1 .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.create-img {
  width: 60px;
}

@media (min-width: 576px) {
  .create-img {
    width: auto;
  }
}

.breadcrumb-s1 .breadcrumb-item a {
  color: #1c2b46;
}
.breadcrumb-s1 .breadcrumb-item a:hover {
  color: #7952b3;
  text-decoration: underline;
}

.breadcrumb-s1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\e9d3";
  font-family: "Nioicon";
}

.section-head {
  padding-bottom: 34px;
}
/* .section-head-sm {
  padding-bottom: 34px;
} */
.section-head-md {
  padding-bottom: 50px;
}

.section-meta {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.938rem;
}

@media (min-width: 992px) {
  .section-head {
    padding-bottom: 45px;
    max-width: 100%;
  }
  .section-head.text-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.avatar {
  width: 3.125rem;
  height: 3.125rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-1 {
  width: 4.375rem;
  height: 4.375rem;
}
.avatar-2 {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-3 {
  width: 50px;
  height: 50px;
}
.avatar img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.avatar-group-avatar {
  display: inline-block;
  width: 2.188rem;
  height: 2.188rem;
  border-radius: 50%;
  border: 0.188rem solid #ffffff;
  background-color: #ffffff;
}
.avatar-group-avatar:not(:first-child) {
  margin-left: -1.2rem;
}
.avatar-group-avatar img {
  width: 100%;
  border-radius: 50%;
}

.thumbnail {
  width: 4.063rem;
  height: 4.063rem;
  border-radius: 0.25rem;
}
.thumbnail img {
  width: 100%;
  border-radius: 0.25rem;
}

.about-content-wrap p {
  margin-bottom: 16px;
}
.about-content-wrap p:last-child {
  margin-bottom: 0;
}

.client-logo-item {
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(24, 24, 24, 0.05);
  border-radius: 0.375rem;
  padding: 20px;
}
.client-logo-item img {
  height: 33px;
}
.client-logo-item-2 {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.dropdown-toggle::after {
  content: "";
  font-family: "Nioicon";
  border-top: 0;
  border-right: 0;
  vertical-align: inherit;
  border-left: 0;
}

.modal-header {
  border-bottom-color: #f8f9fa;
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}
.modal-header .btn-close {
  margin-right: -0.1rem;
  padding: 0;
}
.modal-header .btn-close:focus {
  box-shadow: 0 2px 5px rgba(28, 43, 70, 0.1);
}

.modal-body {
  padding: 1.563rem;
}
.modal-body p:not(.small) {
  font-size: 0.938rem;
}
.modal-body p.small {
  line-height: 24px;
}
.modal-body strong {
  color: #1c2b46;
  font-weight: 600;
}

.modal-footer {
  border-top-color: rgba(128, 137, 150, 0.1);
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}

.modal-text {
  font-size: 0.938rem;
}
.modal-text a:hover {
  text-decoration: underline;
}

.btn-close {
  background-image: none;
}

.header-section {
  position: relative;
  z-index: 5;
}
.header-section.has-header-main {
  padding-top: 61px;
}
.header-section.bg-gradient-3 .btn-outline-light {
  color: #ffffff;
}
.header-section.bg-gradient-3 .btn-outline-light:hover {
  color: #1c2b46;
}

.header-search-form {
  display: none;
}
.header-search-form .form-control-s1 {
  border-color: rgba(65, 80, 118, 0.1);
}
.header-search-form .form-control-s1:focus {
  border-color: rgba(65, 80, 118, 0.3);
}

.header-search-mobile .card-generic {
  min-width: 270px;
  padding: 15px;
  margin-top: 10px !important;
  margin-right: -15px !important;
}

.header-mobile-action {
  display: flex;
  align-items: center;
}
.header-mobile-action .header-mobile-user-menu .theme-toggler {
  width: auto;
  height: auto;
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: flex-start;
}

.header-menu {
  overflow-x: auto;
}

.overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(28, 43, 70, 0.6);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .header-search-mobile .card-generic {
    min-width: 300px;
    margin-right: -10px !important;
  }
}

@media (min-width: 992px) {
  .header-section.has-header-main {
    padding-top: 88px;
  }
  .header-mobile-action .header-search-mobile,
  .header-mobile-action .header-mobile-wallet,
  .header-mobile-action .header-mobile-theme-toggle,
  .header-mobile-action .header-mobile-user-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-search-form {
    display: block;
    width: 40%;
    padding-left: 30px;
  }
  .header-search-form-s2 {
    width: 70%;
  }
  .header-section.no-theme-switcher .header-search-form {
    width: 50%;
  }
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header.has-header-main-s1 {
  padding-top: 72px;
}
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  transition: all 0.3s ease;
}
.header-main.is-transparent {
  background: transparent;
}
.header-main.has-fixed {
  position: fixed;
  padding: 0;
  box-shadow: 0 1px 3px 2px rgba(28, 43, 70, 0.08);
  width: 100%;
  background: #ffffff;
}
.header-logo {
  flex-shrink: 0;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.header-toggle {
  z-index: 1001;
}
.header-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(28, 43, 70, 0.2);
  padding: 1.5rem 0;
  transform: translateX(-100%);
  z-index: 1001;
  overflow-x: auto;
}
.header-menu.mobile-menu {
  transition: transform 0.3s linear;
}
.header-menu.active {
  transform: translateX(0);
}
.header-menu.active + .header-overlay {
  opacity: 1;
  visibility: visible;
}
.header-menu.nav {
  display: block;
}
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(28, 43, 70, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  animation: overlay-fade-in 0.3s ease 0;
}

/*================= 
    Logo
===============*/
.logo-link {
  position: relative;
  display: inline-block;
  align-items: center;
}

.logo-dark {
  opacity: 1;
}
.on-dark:not(.has-fixed) .logo-dark {
  opacity: 0;
}

.logo-light {
  opacity: 0;
}
.on-dark:not(.has-fixed) .logo-light {
  opacity: 1;
}

.logo-img {
  height: 25px;
}
.logo-img-lg {
  height: 60px;
}
.logo-img-sm {
  height: 28px;
}
.logo-img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item {
  position: relative;
}

.menu-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: #1c2b46;
  padding: 0.5rem 1.5rem;
  transition: all ease-in 0.3s;
}
.menu-link .badge {
  margin-left: auto;
}
/* .has-sub > .menu-link:after {
  position: relative;
  content: "";
  font-family: "Nioicon";
  margin-left: auto;
  margin-right: -0.125rem;
  transition: transform 0.3s linear;
} */
.menu-link:hover,
.active > .menu-link,
.menu-link.active {
  color: #7952b3;
}
.active > .menu-link:after {
  transform: rotate(90deg);
}

.menu-sub {
  display: none;
  padding: 0.75rem 0.75rem;
  background-color: rgba(28, 43, 70, 0.06);
  z-index: 1;
}
.menu-sub .menu-link {
  padding: 5px 14px;
  color: #415076;
  font-size: 0.875rem;
  font-weight: 400;
}
.menu-sub .menu-sub {
  padding: 0.1875rem 0;
  margin: 0 0.75rem;
  background-color: transparent;
  border-left: 1px solid rgba(28, 43, 70, 0.08);
}
.menu-sub.active {
  display: block;
}

.menu-btns {
  display: flex;
  flex-direction: column;
  padding-top: 0.8rem;
}
.menu-btns .btn {
  display: block;
}
.menu-btns > * {
  padding: 0.4rem 1.5rem;
}

.menu-toggler {
  border: none;
  background-color: #ffffff;
  font-size: 1.063rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  line-height: 33px;
  border-radius: 50%;
  outline: none;
  color: #1c2b46;
  box-shadow: 0 1px 5px rgba(28, 43, 70, 0.1);
}
.menu-toggler.active {
  color: #7952b3 !important;
  outline: none;
}
.menu-toggler:focus {
  outline: none;
}

.active > .menu-on {
  display: none;
}

.menu-off {
  display: none;
}
.active > .menu-off {
  display: block;
}

.user-nav li {
  margin-bottom: 5px;
}
.user-nav li.active a {
  background-color: #f8f9fa;
}
.user-nav li a {
  display: flex;
  align-items: center;
  color: #1c2b46;
  border-radius: 6px;
  padding: 15px;
  font-weight: 600;
  transition: all 0.2s;
}
.user-nav li a:hover {
  background-color: #f8f9fa;
}

.user-nav-s1 li a {
  padding: 8px 15px;
  font-size: 15px;
}

@media (min-width: 576px) {
  .menu-toggler {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.25rem;
  }
  .logo-img {
    height: 29px;
  }
}

@media (min-width: 992px) {
  .header-wrap {
    transition: 0.4s ease;
  }
  .header-toggle {
    display: none;
  }
  .header-menu {
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: none;
    overflow-x: inherit;
  }
  .header-menu-list {
    margin-left: auto;
    padding: 0 1.375rem;
    display: flex;
    align-items: center;
  }
  .header-menu-list li {
    padding: 0 1.1875rem;
  }
  .header-menu-btns {
    padding-top: 0rem;
  }
  .header-menu.nav {
    display: flex;
  }
  .menu-wrap {
    display: flex;
    align-items: center;
  }
  .menu-list {
    display: flex;
    align-items: center;
  }
  .menu-list-mega {
    width: 50%;
  }
  .menu-link {
    padding: 1rem 1rem;
  }
  .on-dark:not(.has-fixed) .menu-link {
    color: rgba(255, 255, 255, 0.8);
  }
  .has-sub > .menu-link:after {
    transform: rotate(90deg);
    padding-bottom: 0.125rem;
  }
  .has-sub .has-sub .menu-link:after {
    transform: rotate(0);
    padding-bottom: 0;
  }
  .menu-item:hover > .menu-link {
    color: #7952b3;
  }
  .on-dark:not(.has-fixed) .menu-item:hover > .menu-link {
    color: #ffffff;
  }
  .menu-item:hover > .menu-sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
  }
  .menu-sub {
    display: block !important;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
  }
  .menu-sub .menu-link {
    border-radius: 6px;
  }
  .on-dark:not(.has-fixed) .menu-sub .menu-link {
    color: #415076;
  }
  .menu-sub .menu-link:hover {
    background-color: rgba(28, 43, 70, 0.04);
  }
  .menu-sub .menu-item:hover > .menu-link {
    color: #7952b3;
  }
  .on-dark:not(.has-fixed) .menu-sub .menu-item:hover > .menu-link {
    color: #7952b3;
  }
  .menu-sub .menu-sub {
    left: 102%;
    top: 0;
    margin: 0;
    background-color: #ffffff;
    padding: 0.75rem 0.75rem;
  }
  .menu-sub .menu-list {
    flex-direction: column;
  }
  .menu-sub .menu-list li {
    width: 100%;
  }
  .menu-mega {
    min-width: 460px;
    left: auto;
    right: 0;
  }
  .menu-mega-row {
    display: flex;
  }
  .menu-btns {
    padding-top: 0;
    padding-left: 0.4rem;
    margin-right: -6px;
    flex-direction: row;
  }
  .menu-btns .btn {
    display: inline-block;
  }
  .menu-btns li {
    padding: 0 6px 0 6px;
  }
  .menu-btns-2 .theme-toggler {
    width: auto;
    height: auto;
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: flex-start;
  }
  .menu-btns-s2 {
    padding-left: 1.9rem;
  }
  .menu-btns-s2 li {
    padding: 0.2rem;
  }
  .menu-btns-s2 li li {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .menu-link {
    font-size: 0.875rem;
    padding: 1rem 0.874rem;
  }
}

@media (min-width: 1200px) {
  .menu-mega {
    min-width: 500px;
    right: 0;
    left: 0;
    transform: translateX(-50%);
  }
  .user-nav li a {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@keyframes overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltip-s1 {
  position: relative;
  display: inline-block;
}
.tooltip-s1-text {
  background-color: #464646;
  color: #ffffff;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.125rem 0.625rem;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 0;
  transform: translateX(-70%);
  opacity: 0;
  visibility: hidden;
  font-size: 0.875rem;
  transition: opacity 0.3s;
}
.tooltip-s1-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #3a3a3a transparent;
}
.tooltip-s1:hover .tooltip-s1-text {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip-wrap {
  position: relative;
}
.custom-tooltip-wrap.active .custom-tooltip-dropdown {
  opacity: 1;
  visibility: visible;
}

.custom-tooltip-dropdown {
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s;
  width: 260px;
  position: absolute;
}
.custom-tooltip-dropdown .card-text {
  line-height: 22px;
}
.custom-tooltip-dropdown .username-title {
  line-height: 1.3;
  display: block;
}

.author-username {
  display: block;
  color: #1c2b46;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

.author-name {
  font-size: 15px;
  font-weight: 600;
}

.author-desc {
  line-height: 20px;
}

.author-follow-text {
  font-size: 13px;
}

@media (min-width: 321px) {
  .tooltip-s1-text {
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip-s1-text::after {
    right: 50%;
    margin-right: -5px;
  }
  .custom-tooltip-dropdown {
    width: 250px;
  }
}

.create-img {
  width: 60px;
}

@media (min-width: 576px) {
  .create-img {
    width: auto;
  }
}

.nav-tabs-s1 {
  border-bottom-color: #f5f5f5;
}
.nav-tabs-s1 .nav-item {
  margin-right: 25px;
}
.nav-tabs-s1 .nav-link {
  position: relative;
  border: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: 600;
  color: #1c2b46;
  padding-bottom: 13px;
  padding-top: 0;
}
.nav-tabs-s1 .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #7952b3;
  width: 100%;
  transition: all 0.2s;
  transform: scale(0);
}
.nav-tabs-s1 .nav-link.active {
  color: #7952b3;
  background-color: transparent;
}
.nav-tabs-s1 .nav-link.active::after {
  transform: scale(1);
}

.nav-tabs--s1 {
  border-bottom: 0;
}
.nav-tabs--s1 .nav-link {
  padding: 0;
}
.nav-tabs--s1 .nav-link::after {
  display: none;
}

.nav-tabs-s2 {
  border-bottom: 0;
}
.nav-tabs-s2 .nav-link {
  border: 1px solid rgba(50, 72, 104, 0.2);
  padding: 10px;
  border-radius: 0.375rem;
  margin-bottom: 0;
  color: #1c2b46;
  font-weight: 600;
  width: 100%;
  height: 100%;
}
.nav-tabs-s2 .nav-link .nav-link-icon {
  font-size: 1.875rem;
}
.nav-tabs-s2 .nav-link .nav-link-title {
  font-size: 0.813rem;
  line-height: 1.3;
}
.nav-tabs-s2 .nav-link .icon-svg {
  height: 30px;
}
.nav-tabs-s2 .nav-link .icon-svg-md {
  height: 36px;
}
.nav-tabs-s2 .nav-link-title {
  font-size: 0.813rem;
  line-height: 1.3;
}
.nav-tabs-s2 .nav-link::after {
  display: none;
}
.nav-tabs-s2 .nav-link.active {
  border-color: #7952b3;
  background-color: #f2eef7;
  color: #1c2b46;
}
.nav-tabs-s2 .nav-link:hover:not(.active) {
  border-color: rgba(50, 72, 104, 0.4);
}

.nav-tabs--s2 .nav-link-title {
  font-size: 13px;
}

.nav-tabs-s3 {
  border-bottom: 0;
  margin: -5px;
}
.nav-tabs-s3 .nav-item {
  padding: 5px;
}
.nav-tabs-s3 .nav-link {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  border-radius: 0.375rem;
  margin-bottom: 0;
  border: 0;
  font-weight: 500;
  color: #1c2b46;
  background-color: #ffffff;
}
.nav-tabs-s3 .nav-link::after {
  display: none;
}
.nav-tabs-s3 .nav-link:hover {
  color: #7952b3;
}
.nav-tabs-s3 .nav-link.active {
  background-color: #7952b3;
  color: #ffffff;
}

.nav-tabs-mobile-size {
  flex-wrap: inherit;
}
.nav-tabs-mobile-size .nav-item {
  margin-bottom: 7px;
  margin-right: 15px;
}
.nav-tabs-mobile-size .nav-item:last-child {
  margin-bottom: 0;
}
.nav-tabs-mobile-size .nav-link {
  font-size: 14px;
  line-height: 24px;
}

.nav-pills-s1 .nav {
  margin: -4px;
}
.nav-pills-s1 .nav-item {
  padding: 4px;
}
.nav-pills-s1 .nav-link {
  border: 1px solid rgba(128, 137, 150, 0.2);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 5px 20px;
  color: #1c2b46;
}
.nav-pills-s1 .nav-link.active {
  background-color: #1c2b46;
  border-color: #1c2b46;
}

@media (min-width: 576px) {
  .nav-tabs-s2 .nav-link {
    padding: 1.25rem 1.2rem;
  }
  .nav-tabs-s2 .nav-link .icon-svg {
    height: 48px;
  }
  .nav-tabs-s2 .nav-link-title {
    font-size: 1rem;
  }
  .nav-tabs-mobile-size {
    flex-wrap: wrap;
  }
  .nav-tabs-mobile-size .nav-item {
    margin-right: 25px;
  }
  .nav-tabs-mobile-size .nav-link {
    font-size: 1rem;
    line-height: inherit;
  }
  .nav-pills-s1 .nav {
    margin: -8px;
  }
  .nav-pills-s1 .nav-item {
    padding: 8px;
  }
  .nav-pills-s1 .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

.team-item-img {
  border-radius: 0.375rem;
  width: 100%;
}

.tag-list {
  margin: -3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag-list li {
  padding: 3px;
}

.tag-link {
  background-color: #f8f9fa;
  color: #1c2b46;
  border-radius: 0.375rem;
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.938rem;
  transition: all 0.3s;
  font-weight: 500;
}
.tag-link:hover {
  background-color: #7952b3;
  color: #ffffff;
}

/* Form */
.form-select,
.form-control-s1 {
  font-size: 0.875rem;
  border-radius: 0.375rem;
  border-color: rgba(65, 80, 118, 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #1c2b46;
}
.form-select:not(textarea),
.form-control-s1:not(textarea) {
  line-height: 2.298;
}
.form-select:focus,
.form-control-s1:focus {
  box-shadow: none;
  border-color: #7952b3;
}

.form-check-input,
.form-select {
  cursor: pointer;
}

.form-select {
  padding-right: 1.95rem;
}

.form-switch-s1 .form-check-input {
  width: 3em;
  height: 1.5em;
}

.form-label {
  color: #1c2b46;
  font-weight: 600;
  font-size: 0.938rem;
}

.form-text,
.form-forget-password {
  font-size: 0.938rem;
}

.form-forget-password {
  font-weight: 400;
  color: #8091a7;
}

.form-floating label {
  font-size: 0.938rem;
}

.form-floating .form-control {
  border-color: rgba(65, 80, 118, 0.2);
  font-size: 0.875rem;
}
.form-floating .form-control:focus {
  box-shadow: none;
  border-color: #7952b3;
}

.form-floating > .form-control,
.form-floating > label {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-floating textarea.form-control {
  height: 150px;
}

.form-check-label {
  cursor: pointer;
}
.form-check-label-s1 {
  font-size: 0.938rem;
}

textarea.form-control {
  height: 150px;
}

.copy-input {
  border: 0;
  max-width: 90%;
  width: 100%;
  font-size: 15px;
  color: #1c2b46;
  background-color: transparent;
  outline: none;
}
.copy-input-s1 {
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
}

.copy-text {
  background-color: transparent;
  border: 0;
}

.copy:focus {
  outline: none;
}

.input-label {
  cursor: pointer;
}

.input-group-text {
  border-color: rgba(128, 137, 150, 0.1);
}

.input-group .btn {
  display: flex;
  align-items: center;
}

.modal-body .input-group > .form-control {
  width: 100%;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  margin-bottom: 10px;
}

.modal-body .input-group > .btn {
  margin-left: 0;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.file-upload-wrap {
  padding: 50px;
  border-radius: 6px;
  border: dashed 3px #d9dbde;
  text-align: center;
  position: relative;
}

.switch-content-unlock {
  display: none;
}
.switch-content-unlock.is-shown {
  display: block;
}

.password-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0.938rem 1.25rem;
}
.password-toggle.is-shown .password-hidden {
  opacity: 1;
}
.password-toggle.is-shown .password-shown {
  opacity: 0;
}

.password-hidden:not(:first-child) {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

textarea.form-control {
  height: 150px;
}

.iti {
  display: block;
}
.iti__country {
  color: #1c2b46;
}

@media (min-width: 576px) {
  .modal-body .input-group > .form-control {
    width: 1%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0;
  }
  .modal-body .input-group > .btn {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: transparent;
  }
}

.form-choice-wrap .choices__inner {
  font-size: 0.875rem;
  border-radius: 0.375rem;
  border-color: rgba(65, 80, 118, 0.2);
  background-color: #ffffff;
  padding: 0.2rem 1.25rem;
}

.form-choice-wrap .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}

.form-choice-wrap .choices[data-type*="select-one"].is-open .choices__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-choice-wrap .choices[data-type*="select-one"].is-open::after {
  content: "";
}

.form-choice-wrap
  .choices[data-type*="select-one"].is-open.is-flipped
  .choices__inner {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.form-choice-wrap .choices[data-type*="select-one"]::after {
  content: "";
  border: 0;
  font-family: "Nioicon";
  font-size: 22px;
  right: 34px;
  margin-top: -14px;
  color: #8091a7;
}

.form-choice-wrap .choices__list--single {
  padding: 6px 34px 1px 0;
}
.form-choice-wrap .choices__list--single .choices__item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-choice-wrap .choices__list--dropdown {
  border-color: rgba(65, 80, 118, 0.2);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: 0 1px 10px rgba(28, 43, 70, 0.1);
}
.form-choice-wrap .choices__list--dropdown .choices__item {
  padding: 6px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-choice-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted {
  color: #1c2b46;
  background-color: #f8f9fa;
}

.form-choice-wrap .is-open.is-flipped .choices__list--dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-choice-wrap.filter-box-filter-item
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  font-family: "Nioicon";
  color: #7952b3;
  font-weight: 600;
  opacity: 1;
}

@media (min-width: 992px) {
  .form-choice-wrap-2 {
    width: 280px;
  }
}

.iti__country {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iti__country-list {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 0;
  width: 236px;
  margin-top: 6px;
  border: 1px solid rgba(65, 80, 118, 0.2);
}

.iti__divider {
  border-bottom-color: rgba(65, 80, 118, 0.1);
}

.iti__country-list {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 0;
}

.iti__divider {
  border-bottom-color: rgba(65, 80, 118, 0.1);
}

.contact-map {
  border: 0;
  width: 100%;
  height: 450px;
}

.contact-details li {
  margin-bottom: 20px;
}
.contact-details li:last-child {
  margin-bottom: 0;
}

.contact-info {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .contact-info {
    padding-top: 0;
  }
}

.table {
  color: #1c2b46;
}
.table > :not(caption) > * > * {
  padding: 0.875rem 1.25rem;
}
.table > :not(:first-child) {
  border-top: transparent;
}
.table-s1 thead tr th:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.table-s1 thead tr th:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.table-s1 thead th {
  border-bottom: 0;
  background-color: #f5f5f5;
  font-weight: 600;
}
.table-s1 tbody th {
  font-weight: 600;
}
.table-s1 th,
.table-s1 td {
  border-bottom-color: #f5f5f5;
  vertical-align: middle;
  white-space: nowrap;
}
.table-s2 {
  border: 1px solid #f5f5f5;
  border-radius: 0.25rem;
  border-collapse: separate;
}
.table-s2 thead th {
  font-weight: 600;
  border-bottom-color: #f5f5f5 !important;
}
.table-s2 tbody th {
  font-weight: 600;
}
.table-s2 th,
.table-s2 td {
  border-bottom-color: #f5f5f5;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .table-s1 th,
  .table-s1 td {
    white-space: inherit;
  }
}

.pagination-s1 .page-item {
  margin-right: 2px;
  margin-left: 2px;
}
.pagination-s1 .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-s1 .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.pagination-s1 .page-item.active .page-link {
  background-color: #7952b3;
}

.pagination-s1 .page-link {
  border-radius: 0.375rem;
  padding: 6px 17px;
  border: 0;
  font-weight: 500;
  background-color: transparent;
  color: #1c2b46;
}
.pagination-s1 .page-link:focus {
  box-shadow: none;
}
.pagination-s1 .page-link:hover {
  background-color: #f5f5f5;
}

.page-result-text {
  font-size: 0.875rem;
}

.list-item li {
  margin-bottom: 5px;
}
.list-item li a {
  color: #8091a7;
  transition: all 0.3s;
}
.list-item li a:hover {
  color: #7952b3;
}
.list-item li:last-child {
  margin-bottom: 0;
}
.list-item li .icon-wbg {
  background-color: rgba(121, 82, 179, 0.1);
  color: #7952b3;
}

.list-item-inline li {
  display: inline-block;
}
.list-item-inline li:not(:last-child) {
  margin-right: 10px;
}

.list-item-s1 li {
  margin-bottom: 7px;
}
.list-item-s1 li a {
  position: relative;
  display: inline-block;
}
.list-item-s1 li a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #7952b3;
  transition: all 0.1s;
  opacity: 0;
  visibility: hidden;
}
.list-item-s1 li a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.list-item-s1 li:last-child {
  margin-bottom: 0;
}

.list-item-icon li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.list-item-icon li .icon {
  margin-right: 8px;
  flex-shrink: 0;
}

.list-item-hero {
  margin-top: 20px;
  margin-bottom: 30px;
}

.total-bid-list li {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  font-size: 0.938rem;
}
.total-bid-list li span + span {
  color: #1c2b46;
  font-weight: 500;
}

@media (min-width: 576px) {
  .list-item-inline li:not(:last-child) {
    margin-right: 15px;
  }
}

.filter-box-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}
.filter-box-filter-item {
  padding: 5px;
}
.filter-box-filter-item.form-choice-wrap {
  width: 170px;
}

.filter-result-text {
  font-size: 0.875rem;
}

.filter-box-sort-text {
  font-size: 14px;
  font-weight: 700;
}

.filter-btn {
  border: 1px solid rgba(128, 137, 150, 0.2);
  font-weight: 600;
  font-size: 0.875rem;
  color: #1c2b46;
  margin-bottom: 10px;
}
.filter-btn:hover {
  color: #7952b3;
}
.filter-btn.active {
  background-color: #1c2b46;
  color: #ffffff;
  border-color: #1c2b46;
}
.filter-btn:focus {
  box-shadow: none !important;
}
.filter-btn-s1 {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.filter-btn-s2 {
  min-width: 160px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-btn-group {
  margin: -4px;
}
.filter-btn-group > * {
  margin: 4px;
}
.filter-btn-group-s1 {
  margin: -8px;
}
.filter-btn-group-s1 > * {
  margin: 8px;
  display: block;
  text-align: left;
}

.filter-button-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
}
.filter-button-group .button {
  border: 1px solid rgba(128, 137, 150, 0.2);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 2px 10px;
  border-radius: 6px;
  margin: 4px;
  background-color: transparent;
  color: #1c2b46;
}
.filter-button-group .button.is-checked {
  background-color: #1c2b46;
  color: #ffffff;
}

.quicksearch-wrap,
.filter-btn-wrap {
  display: none;
}

.filter-mobile-action {
  display: flex;
}

@media (min-width: 576px) {
  .filter-button-group {
    margin: -6px;
  }
  .filter-button-group .button {
    padding: 6px 20px;
    margin: 6px;
  }
}

@media (min-width: 992px) {
  .filter-btn {
    font-size: 0.938rem;
  }
  .filter-result-text {
    font-size: 1rem;
  }
  .filter-box-filter {
    margin: -10px;
  }
  .filter-box-filter-item {
    padding: 10px;
  }
  .filter-box-filter-item.form-choice-wrap {
    width: 220px;
  }
  .quicksearch-wrap,
  .filter-btn-wrap {
    display: block;
  }
  .filter-mobile-action {
    display: none;
  }
}

.sidebar-head {
  margin-bottom: 24px;
}
.sidebar-head-title {
  font-size: 1.5rem;
}

.user-panel-title-box {
  margin-bottom: 24px;
  display: none;
}

.history-panel {
  border-bottom: 1px solid #f8f9fa;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.history-panel-left {
  padding-right: 20px;
}
.history-panel-right {
  width: 120px;
  text-align: right;
}

@media (min-width: 576px) {
  .history-panel {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .sidebar-head {
    margin-bottom: 0;
  }
  .sidebar-head-title {
    display: none;
  }
  .user-panel-title-box {
    display: block;
  }
}

/* countdown-timer */
.countdown-item {
  margin-right: 2.5rem;
  margin-bottom: 1.375rem;
}
.countdown-item:last-child {
  margin-right: 0;
}

.countdown-amount {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1c2b46;
  display: block;
  margin-bottom: 5px;
}

.countdown-text {
  font-size: 1.063rem;
  font-weight: 500;
}

.countdown-bid h5 {
  font-size: 1.25rem;
}

.countdown-end-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding-top: 1.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.countdown-end-box .countdown-amount,
.countdown-end-box h5 {
  color: #ffffff;
}
.countdown-end-box .countdown-item {
  margin-right: 1.875rem;
}
.countdown-end-box .countdown-item:last-child {
  margin-right: 0;
}
.countdown-end-box .countdown-amount {
  font-size: 1.25rem;
}
.countdown-end-box .countdown-text {
  font-size: 0.938rem;
  font-weight: 400;
}

.counter-box {
  background-color: #ffffff;
}

.counter-wrap {
  padding-top: 74px;
}

@media (min-width: 992px) {
  .counter-wrap {
    padding-top: 130px;
  }
}

.swiper-carousel {
  margin: -15px;
}

.swiper-pagination-space .swiper-wrapper {
  padding-bottom: 35px;
}

.swiper-slide {
  padding: 15px;
}

.swiper-pagination-bullet {
  border-radius: 2px;
  width: 20px;
  height: 4px;
}
.swiper-pagination-bullet-active {
  background: #7952b3;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-top: 0;
  top: auto;
  bottom: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #1c2b46;
  font-family: "Nioicon";
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #7952b3;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #ffffff;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  left: 60px;
}
.swiper-button-next::after {
  content: "";
}

.swiper-button-s1 .swiper-button-prev {
  left: auto;
  right: 68px;
}

.swiper-button-s1 .swiper-button-next,
.swiper-button-s1 .swiper-button-prev {
  bottom: 110px;
  width: 32px;
  height: 32px;
}

.swiper-button-s1 .swiper-button-next {
  right: 30px;
  left: auto;
}

.swiper-button-s2 .swiper-button-next,
.swiper-button-s2 .swiper-button-prev {
  bottom: 30px;
}

.set-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.slider-full-screen {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  border-radius: 0.375rem;
  display: flex;
  align-items: flex-end;
}
.slider-full-screen::after {
  border-radius: 0.375rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    30deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slider-full-screen .card-title {
  font-size: 18px;
}

@media (min-width: 576px) {
  .swiper-button-s1 .swiper-button-prev {
    right: 80px;
  }
  .swiper-button-s1 .swiper-button-next,
  .swiper-button-s1 .swiper-button-prev {
    bottom: 35px;
    width: 40px;
    height: 40px;
  }
  .swiper-s2 .swiper-button-next,
  .swiper-s2 .swiper-button-prev {
    bottom: 30px;
  }
}

@media (min-width: 768px) {
  .swiper-pagination-space .swiper-wrapper {
    padding-bottom: 50px;
  }
  .swiper-button-prev {
    left: 44%;
  }
  .swiper-button-next {
    left: auto;
    right: 44%;
  }
  .slider-full-screen {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .slider-full-screen {
    padding: 60px;
  }
  .slider-full-screen .card-title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .swiper-button-prev {
    left: 46%;
  }
  .swiper-button-next {
    left: auto;
    right: 46%;
  }
}

.sidebar-head {
  margin-bottom: 24px;
}

.sidebar-widget {
  margin-bottom: 32px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-text,
.sidebar-btn-link {
  font-size: 15px;
}

.sidebar-btn-wrap {
  display: block;
}

.sidebar-user-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1025;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-user-mobile .user-nav {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 6px;
}
.sidebar-user-mobile.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-drop .card-generic {
  padding: 20px;
}

.sidebar-drop .nav-tabs {
  flex-direction: column;
}

.sidebar-drop .nav-item,
.sidebar-drop .nav-link {
  width: 100%;
  text-align: left;
}

/* user-panel-title-box */
.user-panel-title-box {
  margin-bottom: 24px;
  display: none;
}

/* menu-toggler-user-close */
.menu-toggler-user-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 20px;
}

@media (min-width: 576px) {
  .sidebar-user-mobile .user-nav {
    min-width: 320px;
  }
}

@media (min-width: 992px) {
  .sidebar-head {
    margin-bottom: 0;
  }
  .sidebar-head-title {
    display: none;
  }
  .sidebar-head-btn {
    display: none;
  }
  .sidebar-drop {
    display: none;
  }
  .sidebar-btn-wrap {
    display: none;
  }
  .sidebar-user-mobile {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .sidebar-user-mobile .user-nav {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    min-width: inherit;
  }
  .menu-toggler-user-close {
    display: none;
  }
}

.single-entry-text {
  font-size: 0.938rem;
}

.posts > li {
  margin-bottom: 15px;
}
.posts > li:last-child {
  margin-bottom: 0;
}

.posts-title {
  font-size: 0.875rem;
}
.posts-title a {
  color: #1c2b46;
  transition: all 0.2s;
}
.posts-title a:hover {
  color: #7952b3;
}

.posts-meta {
  font-size: 0.813rem;
}

.blockquote {
  border-left: 3px solid #d9dbde;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  padding: 0.625rem 1.563rem;
}
.blockquote p {
  font-style: italic;
}

.comments ul {
  margin-top: 1.563rem;
  padding-top: 1.563rem;
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  margin-left: 25px;
}

.comments li:not(:last-child) {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 1.563rem;
  margin-bottom: 1.563rem;
}

.comment {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.comment-meta,
.comment-replay-btn,
.comment-desc {
  font-size: 0.938rem;
}

@media (min-width: 576px) {
  .comments ul {
    margin-left: 65px;
  }
}

.hero-wrap {
  padding-top: 50px;
  /* height: 100vh; */
  position: relative;
  background-image: url(../images/bnr1.jpg);
  display: flex;
  align-items: center;
  overflow: hidden;
  /* padding-top: 50px;
  padding-bottom: 30px; */
  z-index: 1;
  background: #1f82e2;
  background-blend-mode: luminosity;
}
.hero-wrap .shape3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 93px;
  height: auto;
  z-index: -100;
}

.hero-wrap .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 150px;
  height: auto;
  transform: scaleX(-1);
  z-index: -100;
}
.hero-wrap .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 150px;
  height: auto;
  z-index: -100;
}
.hero-wrap-4,
.hero-wrap-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-content {
  padding: 2rem 0;
  position: relative;
  z-index: 3;
}

.hero-title {
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: capitalize;
}

.hero-text-s2 {
  margin-bottom: 34px;
}

.hero-meta {
  font-weight: 600;
  letter-spacing: 2px;
}

.hero-image-mobile {
  height: 400px;
}
.hero-image-mobile img {
  height: 100%;
  object-fit: cover;
}

.hero-action-wrap .btn {
  padding: 5px 10px;
  font-size: 0.875rem;
}

.sub-header {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-header-2 {
  padding-bottom: 74px;
}

@media (min-width: 576px) {
  .hero-action-wrap .btn {
    padding: 10px 14px;
    font-size: 1rem;
  }
  .hero-slider-wrap {
    padding-top: 46px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .hero-wrap {
    padding-top: 0;
    height: 650px;
  }
  .hero-wrap-2 {
    padding-top: 80px;
  }
  .hero-wrap-3 {
    padding-top: 70px;
  }
  .hero-wrap-4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero-wrap-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-content {
    padding: 4rem 0;
  }
  .hero-title {
    font-size: 2.813rem;
    line-height: 1.3;
  }
  .hero-title-s1 {
    font-size: 4rem;
  }
  .hero-title-lg {
    font-size: 3.125rem;
  }
  .hero-text {
    font-size: 1rem;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .hero-text-s1 {
    font-size: 0.938rem;
  }
  .hero-text-s2 {
    font-size: 1.063rem;
    line-height: 32px;
  }
  .hero-image-mobile {
    height: auto;
  }
  .hero-image-mobile img {
    height: auto;
    object-fit: inherit;
  }
  .sub-header {
    padding-top: 60px;
  }
  .sub-header-2 {
    padding-bottom: 100px;
  }
}

.item-detail-text-meta {
  font-weight: 500;
}

.item-detail-title {
  font-size: 1.5rem;
}

.item-detail-section {
  padding-top: 30px;
}

.item-detail-img-full,
.item-detail-content {
  height: 100%;
}

.item-detail-img-full img {
  height: 100%;
  object-fit: cover;
}

.trending-section.bg-primary-2 .section-head h2 {
  color: #ffffff;
}

@media (min-width: 768px) {
  .item-detail-section {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .item-detail-title {
    font-size: 2.25rem;
  }
}

/* card */
.card {
  border: 0;
  box-shadow: 0 1px 10px rgba(24, 24, 24, 0.07);
  border-radius: 0.375rem;
  transition: all 0.2s;
}
.card-border {
  border: 1px solid rgba(28, 43, 70, 0.05);
  border-radius: 0.375rem;
}
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 29px;
  width: 100%;
}
.card:hover .countdown-end-box {
  opacity: 1;
  visibility: visible;
}
.card-full {
  height: fit-content;
}
.card-title {
  font-weight: 800;
  color: #1c2b46;
}
.card-title a {
  color: #1c2b46;
  transition: all 0.2s;
}
.card-title a:hover {
  color: #7952b3;
}
.card-text:not(.smaller) {
  font-size: 0.938rem;
}
.card-text-s1 {
  font-size: 0.938rem;
}
.card p {
  color: #8091a7;
}
.card-img {
  border-radius: 0.375rem;
  height: 200px;
  object-fit: cover;
}
.card-img-top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.card-body-s1 {
  display: flex;
  flex-direction: column;
}
.card-price-wrap .card-price-title {
  font-size: 14px;
}
.card-price-wrap .card-price-number {
  display: block;
  line-height: 1.2;
  color: #1c2b46;
  font-weight: 600;
}
.card-author .avatar {
  width: 40px;
  height: 40px;
}
.card-author .card-author-by,
.card-author .author-link {
  font-size: 12px;
  font-weight: 600;
}
.card-author .author-link {
  color: #5b6678;
  text-decoration: none;
}
.card-author .author-link:hover {
  color: #7952b3;
}
.card-author .card-author-by-2 {
  font-weight: 500;
  display: block;
  line-height: 1;
}
.card-author .card-author-by-wrap {
  line-height: 1.2;
}
.card-product {
  margin-bottom: 32px;
}
.card-creator .avatar {
  position: absolute;
  left: 16px;
  top: 0;
  transform: translateY(-30px);
}
.card-creator .card-body {
  position: relative;
}
.card-creator-s1 .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.card-creator-s1 .card-body .avatar {
  display: inline-block;
  margin-bottom: 10px;
}
.card-creator-s1 .card-body .card-s1-title {
  margin-bottom: 10px;
}
.card-creator-s1 .creator-title {
  color: #1c2b46;
  font-weight: 600;
}
.card-creator-s1 .creator-title:hover {
  color: #7952b3;
}
.card-creator-v .card-body {
  display: flex;
  align-items: center;
  padding: 0;
}
.card-creator-v .card-body .avatar {
  display: block;
  margin-right: 8px;
}
.card-creator-v .card-amount {
  font-size: 0.875rem;
  line-height: 1.6;
}
.card-creator-v .card-creator-number {
  margin-right: 10px;
  font-weight: 600;
  font-size: 0.938rem;
}
.card-creator-v .card-creator-info {
  display: flex;
  align-items: center;
}
.card-creator-v-wbg {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(24, 24, 24, 0.04);
  padding: 1rem;
  border-radius: 8px;
}
.card-creator-v-wbg-s1 {
  text-align: center;
  position: relative;
  margin-top: 35px;
}
.card-creator-v-wbg-s1 .card-body {
  flex-direction: column;
}
.card-creator-v-wbg-s1 .card-creator-number {
  margin-right: 0;
  position: absolute;
  top: -6px;
  font-size: 0.875rem;
  right: -6px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  font-weight: 600;
  color: #7952b3;
  font-size: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.card-creator-v-wbg-s1 .card-creator-info {
  flex-direction: column;
}
.card-creator-v-wbg-s1 .card-creator-info .avatar {
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  margin-top: -35px;
}
.card-collection {
  text-align: center;
}
.card-collection .card-title {
  font-size: 1.125rem;
}
.card-collection .avatar {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30px);
}
.card-collection .card-body {
  position: relative;
}
.card-blog .card-image {
  position: relative;
}
.card-blog .card-title {
  font-size: 1.25rem;
}
.card-blog .card-inner-body {
  grid-gap: 0.625rem;
}
.card-action-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-action-info span {
  font-size: 0.938rem;
}
.card-generic {
  box-shadow: 0 0.25rem 1.25rem rgba(24, 24, 24, 0.2);
  border: 0;
  padding: 20px;
  border-radius: 0.375rem;
  background-color: #ffffff;
}
.card-generic-item {
  border-radius: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 500;
  color: #1c2b46;
  font-size: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
}
.card-generic-item-s1 {
  justify-content: inherit;
}
.card-generic-item.is-checked::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  font-family: "Nioicon";
  color: #7952b3;
  font-weight: 600;
}
.card-generic-item.is-checked,
.card-generic-item:hover {
  background-color: #f8f9fa;
  color: #7952b3;
}
.card-generic-s2 {
  padding: 0.625rem;
  min-width: 250px;
}
.card-generic-s3 {
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 0.625rem;
  min-width: 128px;
}
.card-generic-s4 {
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 0.625rem;
  min-width: 190px;
}
.card-generic-sm {
  min-width: 140px;
}
.card-s1-title {
  font-size: 0.938rem;
}
.card-s1-title-2 {
  font-size: 0.875rem;
}
.card-s1-text {
  font-size: 0.813rem;
  line-height: 1.6;
}
.card-s1-text-2 {
  font-size: 1rem;
}
.card-s1-meta {
  font-size: 0.938rem;
}
.card-counter .card-body-s1 {
  display: block;
}
.card-media {
  border-radius: 0;
  display: flex;
  align-items: center;
}
.card-media-img {
  width: 80px;
  height: 80px;
  border-radius: 0.3rem;
  margin-right: 15px;
}
.card-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.card-media-body {
  flex-grow: 1;
}
.card-media-body a:not(.btn-dark) {
  color: #1c2b46;
  transition: all 0.2s;
}
.card-media-body a:not(.btn-dark):hover {
  color: #7952b3;
}
.card-media-s1 {
  border: 1px solid rgba(28, 43, 70, 0.05);
  padding: 15px;
  border-radius: 6px;
}
.card-media-s1 .card-media-img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 15px;
}
.card-media-s1 .card-media-img img {
  border-radius: 100%;
}
.card-media-s2 .card-media-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.card-media-s2 .card-media-img img {
  border-radius: 100%;
}
.card-media-s2 p:not(.small) {
  line-height: 1.3;
  font-size: 0.813rem;
}
.card-media-s2 .small {
  font-size: 0.813rem;
}
.card-media-s3 {
  border: 1px solid rgba(28, 43, 70, 0.07);
  padding: 20px;
  border-radius: 6px;
}
.card-media-s3 .card-media-img {
  border-radius: 0;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.card-media-s3 .card-media-img img {
  border-radius: 0;
  object-fit: inherit;
}
.card-follow {
  margin-bottom: 16px;
}
.card-follow:last-child {
  margin-bottom: 0;
}
.card-follow .btn {
  min-width: inherit;
}
.card-follow .btn-show {
  display: none;
}
.card-credit {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
}
.card-credit .card-header {
  background-color: transparent;
  padding: 15px;
  border-bottom-color: #f5f5f5;
}
.card-credit .card-header span {
  color: #1c2b46;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.card-credit .card-footer {
  background-color: transparent;
  padding: 15px;
  border-top-color: #f5f5f5;
}
.card-cat .icon {
  color: currentColor;
  position: relative;
  overflow: hidden;
}
.card-cat .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background: currentColor;
}
.card-cat-title {
  font-size: 0.875rem;
}
.card-cat:hover {
  background-color: currentColor;
}
.card-cat:hover .icon {
  background-color: #ffffff;
}
.card-cat:hover .card-cat-title {
  color: #ffffff;
}
.card-s2 {
  margin-bottom: 1.5rem;
}
.card-s2 .card-title {
  font-size: 0.938rem;
  margin-bottom: 2px;
}
.card-s2 .card-author {
  line-height: 1.3;
}
.card-s2 .card-author-by,
.card-s2 .card-author .author-link {
  font-size: 10px;
  font-weight: 500;
}
.card-tab-img {
  position: relative;
}
.card-tab-img .img {
  border-radius: 6px;
  width: 100%;
}
.card-tab-title {
  margin-bottom: 16px;
}
.card-tab-text {
  margin-bottom: 24px;
}
.card-tab .list-item {
  margin-bottom: 24px;
}
.card-tab .list-item li {
  font-size: 0.938rem;
}
.card-hiw {
  position: relative;
}
.card-hiw-s2 {
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(24, 24, 24, 0.04);
  border-radius: 12px;
  padding: 30px;
}
.card-hiw-s3 .card-body {
  padding: 30px;
}
.card-hiw-s3 .card-text {
  font-size: 0.938rem;
}
.card-hiw-number {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
}
.card-s3 {
  padding: 16px;
}
.card-s3 .card-price-wrap .card-price-title {
  font-size: 0.813rem;
}
.card-s3 .card-price-wrap .card-price-number {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.card-sell-buy {
  padding: 30px;
}
.card-sell-buy .card-image {
  margin-bottom: 20px;
}

.equivalance {
  font-size: 0.688rem;
  color: #8091a7;
  margin-left: 4px;
}

.product-s2 .product-img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

.generic-scroll {
  max-height: 190px;
  overflow-x: auto;
}
.generic-scroll::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.generic-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.generic-scroll::-webkit-scrollbar-thumb {
  background-color: #d9dbde;
}

/* item detail */
.item-detail-list .card-media {
  margin-bottom: 0.938rem;
}
.item-detail-list .card-media:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .card-media-s2 p:not(.small) {
    font-size: 0.938rem;
  }
  .card-media-s3 {
    padding: 45px;
  }
  .card-media-s3 .card-media-img {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .card-text:not(.smaller) {
    font-size: 1rem;
  }
  .card-text-s1:not(.smaller) {
    font-size: 14px;
  }
  .card-sell-buy {
    flex-direction: row;
    align-items: center;
  }
  .card-sell-buy .card-image {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .card-hiw-s3 .card-text {
    font-size: 0.938rem;
    line-height: 1.5;
  }
  .card-cat-title {
    font-size: 1rem;
  }
  .create-img {
    width: auto;
  }
  .product-s2 .product-img {
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .product-s2 .card-image {
    width: 50%;
  }
  .product-s2 .card-image img {
    height: 100%;
    object-fit: cover;
  }
  .product-s2 .card-body {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .card-body-s1 {
    padding: 1.563rem 1.75rem 1.75rem 1.75rem;
  }
  .card-generic-s2 {
    min-width: 272px;
  }
  .card-generic-item {
    font-size: 0.938rem;
  }
  .card-creator-s1 .card-body {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 16px;
  }
  .card-creator-s1 .card-body .avatar {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .card-creator-s1 .card-body .card-s1-title {
    margin-bottom: 2px;
  }
  .card-creator-s1-h .card-body {
    text-align: center;
    flex-direction: column;
    padding: 30px;
  }
  .card-creator-s1-h .card-body .avatar {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .card-creator .avatar {
    left: 27px;
  }
}

@media (min-width: 992px) {
  .card-tab-img::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .card-img-height {
    height: 426px;
    object-fit: cover;
  }
}

@media (min-width: 321px) {
  .card-follow .btn-show {
    display: block;
  }
  .card-follow .btn-hide {
    display: none;
  }
}

.cta-title {
  font-size: 1.875rem;
}

.cta-filter-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1c2b46;
}

@media (min-width: 768px) {
  .cta-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-title {
    font-size: 2.5rem;
  }
  .cta-text {
    font-size: 1.125rem;
  }
}

.footer-item .list-item li {
  font-size: 0.938rem;
}

.footer-copy-text,
.footer-para {
  font-size: 0.938rem;
}

.footer-copy-text a {
  display: inline-block;
  position: relative;
  color: #8091a7;
}
.footer-copy-text a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #7952b3;
  transition: all 0.1s;
  opacity: 0;
  visibility: hidden;
}
.footer-copy-text a:hover {
  color: #7952b3;
}
.footer-copy-text a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.copyright-wrap .list-item li {
  font-size: 0.938rem;
}

.on-dark h5 {
  color: #ffffff;
}

.on-dark p,
.on-dark .footer-copy-text a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.on-dark .footer-copy-text a:hover {
  color: #ffffff;
}

.on-dark .footer-copy-text a::after {
  background-color: #ffffff;
}

.on-dark .list-item li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
}
.on-dark .list-item li a:hover {
  color: #ffffff;
}
.on-dark .list-item li a::after {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .footer-item {
    margin-bottom: 0;
  }
}

.dark-mode {
  background-color: #000000;
  color: #c1c1c1;
}
.dark-mode hr {
  background-color: rgba(255, 255, 255, 0.6);
}
.dark-mode .header-main,
.dark-mode .header-menu,
.dark-mode .form-control,
.dark-mode .form-select,
.dark-mode .header-main.has-fixed.is-transparent,
.dark-mode .sidebar-user-mobile,
.dark-mode .form-choice-wrap .choices__inner,
.dark-mode .card-generic .btn-outline-secondary {
  background-color: #000000;
}
.dark-mode .bg-white {
  background-color: #000000 !important;
}
.dark-mode .shadow-sm {
  box-shadow: inset 0 0 0 #777, 0 5px 7px rgba(58, 58, 58, 0.6) !important;
}
.dark-mode .header-main.has-fixed {
  box-shadow: inset 0 0 0 #777, 0 5px 7px rgba(58, 58, 58, 0.5);
}
.dark-mode .header-main.is-transparent {
  background: transparent;
}
.dark-mode .header-main.has-fixed.bg-transparent {
  background-color: #000000 !important;
}
.dark-mode .theme-toggler-show {
  display: none;
}
.dark-mode .theme-toggler-hide {
  display: block;
}
.dark-mode .logo-dark {
  opacity: 0;
}
.dark-mode .logo-light {
  opacity: 1;
}
.dark-mode .menu-sub,
.dark-mode .btn-light,
.dark-mode .card,
.dark-mode .icon-wbg,
.dark-mode .modal-content,
.dark-mode .user-nav li.active a,
.dark-mode .user-nav li a:hover,
.dark-mode .table-s1 thead th,
.dark-mode .pagination-s1 .page-item:not(.active) .page-link:hover,
.dark-mode .nav-tabs-s3 .nav-link,
.dark-mode .social-links li a,
.dark-mode .client-logo-item,
.dark-mode .user-nav li.active a,
.dark-mode .user-nav li a:hover,
.dark-mode .nav-pills-s1 .nav-link.active,
.dark-mode .card-hiw-s2 {
  background-color: #202020;
}
.dark-mode .menu-sub .menu-link:hover,
.dark-mode .nav-tabs-s2 .nav-link.active,
.dark-mode .filter-btn.active,
.dark-mode .card-hiw-number,
.dark-mode .card-creator-v-wbg {
  background-color: #252525;
}
.dark-mode .card-generic,
.dark-mode .menu-toggler,
.dark-mode .menu-toggler-user,
.dark-mode .icon-btn,
.dark-mode .social-links li a:hover,
.dark-mode .styled-icon .icon,
.dark-mode .tag-link,
.dark-mode .filter-button-group .button.is-checked,
.dark-mode .sidebar-user-mobile .user-nav,
.dark-mode .form-choice-wrap .choices__list--dropdown,
.dark-mode .iti__country-list,
.dark-mode .btn-dark,
.dark-mode .list-item li .icon-wbg,
.dark-mode .form-choice-wrap .choices__list--dropdown {
  background-color: #3a3a3a;
}
.dark-mode .card-generic-item:hover,
.dark-mode
  .form-choice-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.dark-mode .filter-button-group .button.is-checked {
  background-color: #464646;
}
.dark-mode .counter-box {
  background-color: #202020 !important;
}
.dark-mode .bg-gray {
  background-color: #1c1c1c !important;
}
.dark-mode .bg-gradient,
.dark-mode .bg-gradient-2 {
  background: #000000 !important;
  background: linear-gradient(to bottom, #000000 0%, #000000 100%) !important;
}
.dark-mode .alert-danger {
  background-color: #2c0b0e;
  border-color: #2c0b0e;
}
.dark-mode .alert-info {
  background-color: #374446;
  border-color: #374446;
  color: #4e8995;
}
.dark-mode .menu-link,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode .h1,
.dark-mode .h2,
.dark-mode .h3,
.dark-mode h4,
.dark-mode .h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .h5,
.dark-mode .h6,
.dark-mode .countdown-amount,
.dark-mode .menu-sub .menu-link:hover,
.dark-mode .bg-dark-dim,
.dark-mode .icon-btn,
.dark-mode .menu-toggler,
.dark-mode .menu-toggler-user,
.dark-mode .form-control,
.dark-mode .form-select,
.dark-mode .btn,
.dark-mode .card-title a,
.dark-mode .btn-link,
.dark-mode .card-generic-item,
.dark-mode .card-generic-item.active::after,
.dark-mode .nav-tabs-s1 .nav-link:not(.active),
.dark-mode .table,
.dark-mode .pagination-s1 .page-link,
.dark-mode .nav-tabs-s3 .nav-link,
.dark-mode .nav-tabs-s2 .nav-link:not(.active),
.dark-mode .user-nav li a,
.dark-mode .copy-input,
.dark-mode .copy-text,
.dark-mode .social-links li a,
.dark-mode .form-label,
.dark-mode .posts-title a,
.dark-mode .list-item li a:hover,
.dark-mode .list-item li a,
.dark-mode .card-media-body a:not(.btn-primary),
.dark-mode .styled-icon .icon,
.dark-mode .tag-link,
.dark-mode .card-credit .card-header span,
.dark-mode .breadcrumb-s1 .breadcrumb-item a,
.dark-mode .modal-body strong,
.dark-mode .total-bid-list li span + span,
.dark-mode .nav-tabs-s2 .nav-link.active,
.dark-mode .card-price-wrap .card-price-number,
.dark-mode .card-author .author-link,
.dark-mode .author-username,
.dark-mode .author-desc,
.dark-mode .nav-link-title,
.dark-mode
  .form-choice-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.dark-mode
  .form-choice-wrap
  .choices[data-type*="select-one"]
  .choices__button:hover:after,
.dark-mode .nav-tabs-s2 .nav-link.active,
.dark-mode .filter-button-group .button,
.dark-mode .card-creator-s1 .creator-title,
.dark-mode .nav-pills-s1 .nav-link,
.dark-mode .list-item li .icon-wbg,
.dark-mode .card-title,
.dark-mode
  .form-choice-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.dark-mode .filter-button-group .button,
.dark-mode .card-creator-s1 .creator-title {
  color: #ffffff;
}
.dark-mode .card,
.dark-mode .client-logo-item {
  border: 1px solid #252525;
}

.dark-mode .sidebar,
.dark-mode .navbar .navbar-menu-wrapper,
.dark-mode .navbar .navbar-brand-wrapper,
.dark-mode .navbar,
.dark-mode .order-md-1 {
  background: #202020;
}
.dark-mode .sidebar .nav .nav-item .nav-link,
.dark-mode .card .card-title {
  color: #e3e3e3;
}

.dark-mode .card-text,
.dark-mode .footer-list li a,
.dark-mode p,
.dark-mode span {
  color: #c1c1c1;
}
.dark-mode .btn-light,
.dark-mode .form-control,
.dark-mode .form-select,
.dark-mode .filter-button-group .button.is-checked,
.dark-mode .filter-button-group .button,
.dark-mode .input-group .btn-outline-secondary,
.dark-mode .btn-dark {
  border-color: #3a3a3a;
}
.dark-mode .text-dark-gray {
  color: #7e8899 !important;
}
.dark-mode .text-black,
.dark-mode .text-secondary,
.dark-mode .menu-toggler.active {
  color: #e3e3e3 !important;
}
.dark-mode .avatar,
.dark-mode .avatar-group .avatar-group-avatar,
.dark-mode .card-generic-item:hover,
.dark-mode
  .form-choice-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.dark-mode .iti__country.iti__highlight,
.dark-mode .card-generic .btn-outline-secondary:hover {
  background-color: #464646;
}
.dark-mode .bg-dark-dim {
  background-color: #464646 !important;
}
.dark-mode .bg-dark-dim:hover,
.dark-mode .theme-toggler {
  background-color: #e3e3e3 !important;
  color: #1c2b46;
}
.dark-mode .bg-danger-dim {
  background-color: #463335 !important;
}
.dark-mode .bg-danger-dim:hover {
  background-color: #dc3545 !important;
}
.dark-mode .bg-dark {
  background-color: #202020 !important;
}
.dark-mode .border-gray,
.dark-mode .border,
.dark-mode .table-s2 {
  border-color: #202020 !important;
}
.dark-mode .card-media,
.dark-mode .card-border,
.dark-mode .btn-outline-secondary,
.dark-mode .avatar-group a,
.dark-mode .nav-pills-s1 .nav-link.active,
.dark-mode .nav-pills-s1 .nav-link {
  border-color: #202020;
}
.dark-mode .card-title a:hover,
.dark-mode .alert a,
.dark-mode .posts-title a:hover,
.dark-mode .btn-link:hover,
.dark-mode .card-media-body a:hover:not(.btn-primary),
.dark-mode .icon-btn:hover,
.dark-mode .theme-toggler span,
.dark-mode .card-creator-s1 .creator-title:hover {
  color: #7952b3;
}
.dark-mode .btn-primary {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  color: #1c2b46;
}
.dark-mode .btn-link-s1::after {
  background-color: #e3e3e3;
}
.dark-mode .btn-link-s1:hover::after {
  background-color: #7952b3;
}
.dark-mode .btn-primary:hover,
.dark-mode .btn-outline-dark:hover,
.dark-mode .btn-light:hover,
.dark-mode .nav-tabs-s3 .nav-link.active,
.dark-mode .styled-icon .icon:hover,
.dark-mode .tag-link:hover,
.dark-mode .btn-dark:hover {
  background-color: #7952b3;
  border-color: #7952b3;
  color: #ffffff;
}
.dark-mode .btn-outline-dark,
.dark-mode .filter-btn,
.dark-mode .form-control:focus,
.dark-mode .form-select:focus,
.dark-mode .file-upload-wrap,
.dark-mode .avatar-group .avatar-group-avatar,
.dark-mode .avatar,
.dark-mode .form-choice-wrap .choices__inner,
.dark-mode .form-choice-wrap .choices__inner,
.dark-mode .filter-button-group .button {
  border-color: #464646;
}
.dark-mode .nav-tabs-s2 .nav-link {
  border-color: #e3e3e3;
}
.dark-mode .footer-list li a::after,
.dark-mode .swiper-pagination-bullet {
  background-color: #c1c1c1;
}
.dark-mode .nav-tabs-s1,
.dark-mode .table-s1 th,
.dark-mode .table-s1 td,
.dark-mode .history-panel,
.dark-mode .modal-header,
.dark-mode .card-credit .card-header,
.dark-mode .user-panel-title-box {
  border-bottom-color: #252525;
}
.dark-mode .card-credit .card-footer {
  border-top-color: #252525;
}
.dark-mode .table-s2 {
  border-color: #252525;
}
.dark-mode .table-s2 th,
.dark-mode .table-s2 td {
  border-bottom-color: #252525 !important;
}
.dark-mode .nav-tabs-s2 .nav-link {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .nav-tabs-s2 .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-mode .nav-tabs-s2 .nav-link .icon-svg:not(.icon-svg-current),
.dark-mode .nav-tabs-s2 .nav-link img {
  filter: brightness(100);
}
.dark-mode .bg-pattern::after,
.dark-mode .bg-pattern-2::after,
.dark-mode .bg-pattern-3::after {
  filter: brightness(0.5);
}
.dark-mode .login-section .nav-tabs-s2 .nav-link img {
  filter: brightness(100%);
}
.dark-mode .g-btn {
  background-color: #463335 !important;
}
.dark-mode .f-btn {
  background-color: #2e3940 !important;
}
.dark-mode .t-btn {
  background-color: #032830 !important;
}
.dark-mode
  .form-choice-wrap
  .choices[data-type*="select-one"]
  .choices__button {
  color: #000000;
}
.dark-mode .list-item-s1 li a:hover {
  color: #e3e3e3;
}
.dark-mode .card-cat {
  background-color: #252525;
}
.dark-mode .card-cat .icon {
  color: currentColor;
  position: relative;
  overflow: hidden;
}
.dark-mode .card-cat .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background: currentColor;
}
.dark-mode .card-cat:hover {
  background-color: currentColor;
}
.dark-mode .card-cat:hover .icon {
  background-color: #ffffff;
}
.dark-mode .card-cat:hover .card-cat-title {
  color: #ffffff;
}
.dark-mode .alert-danger p {
  color: #dc3545;
}
@media (min-width: 992px) {
  .dark-mode .sidebar-user-mobile .user-nav {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .dark-mode .header-menu {
    background: transparent;
  }
  .dark-mode .on-dark:not(.has-fixed) .menu-sub .menu-item:hover > .menu-link,
  .dark-mode .on-dark:not(.has-fixed) .menu-sub .menu-link {
    color: #e3e3e3;
  }
}

/* MYSTYLES */
.image_preview {
  max-height: 400px;
  width: 400px;
  margin-bottom: 10px;
}
.subscription {
  position: relative;
}
.subscription__input {
  width: 100%;
  height: 38px;
  padding: 0 28px 0 14px;
  border-radius: 24px;
  /* background: none; */
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  color: #fff;
}
.subscription__input:focus {
  /* border: 1px solid black; */
  outline: 2px solid black;
}
.subscription__btn {
  position: absolute;
  top: 3px;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /* background: #3772ff; */
  transition: background 0.2s;
}
