/*
[Master Stylesheet]

Template Name: Funto - HTML NFT Marketplace
Template Author: Designing World
Template Author URL: https://themeforest.net/user/designing-world
Version: 1.2.0
*/
/*
[Table of Contents]
    Google Fonts
    Template Responsive
    Template Variables
    Basic Styles
        + Reboot CSS
        + Shortcodes CSS
    Components Styles
            + Preloader CSS
            + Header CSS
            + Hero CSS
            + Footer CSS
            + NFT CSS
            + About CSS
            + Tab CSS
            + Feedback CSS
            + Blog CSS
            + CTA CSS
            + Breadcrumb CSS
            + Item details CSS
            + Help CSS
            + Error CSS
            + Register CSS
            + Contact CSS
            + Dashboard CSS
            + Dark CSS

[font-family]
'DM', sans-serif;
*/
/* Import fonts & SCSS files */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "DM Sans", sans-serif;
  color: #8480ae;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: #1f0757;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

a,
a:hover,
a:focus {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f0757;
}

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

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*====== layout ======*/
.panel-layout { 
  margin:0px; 
  margin-left:1.5rem;
  margin-right:1.5rem;
  margin-top:0.6rem;
  margin-bottom:0.6rem;
}
/*====== layoutsupport button ======*/
 
/*====== support button ======*/
.support-button a {
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
}
/*====== support button ======*/

/*====== bg circle ======*/
.icon-circle-bg {
  width:42px;
  height:42px; 
  text-align: center;
  padding:0px;
  padding-top:7px;
  padding-bottom:7px;
  border-radius:50%;
}
.bg-circle {
  width:48px;
  height:48px; 
  text-align: center;
  padding:0px;
  padding-top:10px;
  padding-bottom:10px;
  border: solid 1px #ebebeb !important;
  border-radius:50%;
}
[data-theme=dark] .bg-circle {
border: solid 1px rgba(194, 212, 248, 0.1) !important; 
}

[data-theme=dark] .accordion{
    --bs-accordion-color: #f1f2f3;
    --bs-accordion-bg:#1F2229;
    --bs-border-color: rgba(194, 212, 248, 0.1);
    --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color:var(--bs-border-color);
    --bs-accordion-border-width:1px;
    --bs-accordion-border-radius:0.375rem;
    --bs-accordion-inner-border-radius:calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x:1.25rem;
    --bs-accordion-btn-padding-y:1rem;
    --bs-accordion-btn-color:#f1f2f3;
    --bs-accordion-btn-bg:var(--bs-accordion-bg);
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='text-black' viewBox='0 0 16 16' fill='%23f1f2f3'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width:1.25rem;
    --bs-accordion-btn-icon-transform:rotate(-180deg);
    --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='text-black' viewBox='0 0 16 16' fill='%23f1f2f3'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color:#0D6EFD;
    --bs-accordion-body-padding-x:1.25rem;
    --bs-accordion-body-padding-y:1rem;
    --bs-accordion-active-color:#f1f2f3;
    --bs-accordion-active-bg:none
    }
/*====== bg circle ======*/
/*====== accordion class ======*/
.accordion{
    --bs-accordion-color:#111;
    --bs-accordion-bg:#fff;
    --bs-border-color: #ebebeb;
    --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color:var(--bs-border-color);
    --bs-accordion-border-width:1px;
    --bs-accordion-border-radius:0.375rem;
    --bs-accordion-inner-border-radius:calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x:1.25rem;
    --bs-accordion-btn-padding-y:1rem;
    --bs-accordion-btn-color:#111;
    --bs-accordion-btn-bg:var(--bs-accordion-bg);
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='text-black' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width:1.25rem;
    --bs-accordion-btn-icon-transform:rotate(-180deg);
    --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='text-black' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color:#0D6EFD;
    --bs-accordion-body-padding-x:1.25rem;
    --bs-accordion-body-padding-y:1rem;
    --bs-accordion-active-color:#111;
    --bs-accordion-active-bg:none
    }
    .accordion-button {
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size:1rem;
    color:var(--bs-accordion-btn-color);
    text-align:left;
    background-color:var(--bs-accordion-btn-bg);
    border:0;
    border-radius:0;
    overflow-anchor:none;
    transition:var(--bs-accordion-transition)
    }
    @media (prefers-reduced-motion:reduce) {
    .accordion-button {
    transition:none
    }
    }
    .accordion-button:not(.collapsed) {
    color:var(--bs-accordion-active-color);
    background-color:var(--bs-accordion-active-bg);
    box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
    }
    .accordion-button:not(.collapsed)::after {
    background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)
    }
    .accordion-button::after {
    flex-shrink:0;
    width:var(--bs-accordion-btn-icon-width);
    height:var(--bs-accordion-btn-icon-width);
    margin-left:auto;content:"";
    background-image:var(--bs-accordion-btn-icon);
    background-repeat:no-repeat;
    background-size:var(--bs-accordion-btn-icon-width);
    transition:var(--bs-accordion-btn-icon-transition)
    }
    @media (prefers-reduced-motion:reduce){
    .accordion-button::after {
    transition:none
    }
    }
    .accordion-button:hover {
    z-index:2
    }
    .accordion-button:focus {
    z-index:3;
    border-color:var(--bs-accordion-btn-focus-border-color);
    outline:0;
    box-shadow:var(--bs-accordion-btn-focus-box-shadow)
    }
    .accordion-header {
    margin-bottom:0
    }
    .accordion-item {
    color:var(--bs-accordion-color);
    background-color:var(--bs-accordion-bg);
    border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
    }
    .accordion-item:first-of-type {
    border-top-left-radius:var(--bs-accordion-border-radius);
    border-top-right-radius:var(--bs-accordion-border-radius)
    }
    .accordion-item:first-of-type .accordion-button {
    border-top-left-radius:var(--bs-accordion-inner-border-radius);
    border-top-right-radius:var(--bs-accordion-inner-border-radius)
    }
    .accordion-item:not(:first-of-type) {
    border-top:0
    }
    .accordion-item:last-of-type {
    border-bottom-right-radius:var(--bs-accordion-border-radius);
    border-bottom-left-radius:var(--bs-accordion-border-radius)
    }
    .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius:var(--bs-accordion-inner-border-radius)
    }
    .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius:var(--bs-accordion-border-radius);
    border-bottom-left-radius:var(--bs-accordion-border-radius)
    }
    .accordion-body {
    padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
    }
    .accordion-flush .accordion-collapse {
    border-width:0
    } 
    .accordion-flush .accordion-item {
    border-right:0;border-left:0;
    border-radius:0 
    }
    .accordion-flush .accordion-item:first-child {
    border-top:0
    } 
    .accordion-flush .accordion-item:last-child { 
    border-bottom:0
    }
    .accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius:0
    }
/*====== accordion class ======*/

/*====== footer  dark class ======*/
[data-theme=dark] .footer {
  background-color: #1F2229;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
[data-theme=dark] .footer a {
  color: blue;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
[data-theme=dark] .footer a:hover {
  color: #f39c12;
}
[data-theme=dark] .footer p {
  margin: 10px 0;
  font-size: 14px;
}
[data-theme=dark] .footer hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 20px 0;
}
[data-theme=dark] .footer .logo {
  margin-bottom: 10px;
}
[data-theme=dark] .footer .description {
  font-size: 16px;
  margin-bottom: 20px;
}
[data-theme=dark] .social-icons {
  margin: 20px 0;
}
[data-theme=dark] .social-icons a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
  font-size: 30px;
}
/*====== footer dark class ======*/


/*====== footer class ======*/
.footer {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
.footer a {
  color: blue;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer a:hover {
  color: #f39c12;
}
.footer p {
  margin: 10px 0;
  font-size: 14px;
}
.footer hr {
  border: 0;
  height: 1px;
  background: #333;
  margin: 20px 0;
}
.footer .logo {
  margin-bottom: 10px;
}
.footer .description {
  font-size: 16px;
  margin-bottom: 20px;
}
.social-icons {
  margin: 20px 0;
}
.social-icons a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
  font-size: 30px;
}
/*====== footer class ======*/

/*====== more bootstrap colors start ======*/
.bg-blue-100 {
  background: #c8d9ff;
}

.text-blue-100 {
  color: #c8d9ff;
}

.bg-blue-200 {
  background: #a3c0ff;
}

.text-blue-200 {
  color: #a3c0ff;
}

.bg-blue-300 {
  background: #7ea6ff;
}

.text-blue-300 {
  color: #7ea6ff;
}

.bg-blue-400 {
  background: #6293ff;
}

.text-blue-400 {
  color: #6293ff;
}

.bg-blue-500 {
  background: #4680ff;
}

.text-blue-500 {
  color: #4680ff;
}

.bg-blue-600 {
  background: #3f78ff;
}

.text-blue-600 {
  color: #3f78ff;
}

.bg-blue-700 {
  background: #376dff;
}

.text-blue-700 {
  color: #376dff;
}

.bg-blue-800 {
  background: #2f63ff;
}

.text-blue-800 {
  color: #2f63ff;
}

.bg-blue-900 {
  background: #2050ff;
}

.text-blue-900 {
  color: #2050ff;
}

.bg-indigo-100 {
  background: #d1b7fb;
}

.text-indigo-100 {
  color: #d1b7fb;
}

.bg-indigo-200 {
  background: #b388f9;
}

.text-indigo-200 {
  color: #b388f9;
}

.bg-indigo-300 {
  background: #9458f6;
}

.text-indigo-300 {
  color: #9458f6;
}

.bg-indigo-400 {
  background: #7d34f4;
}

.text-indigo-400 {
  color: #7d34f4;
}

.bg-indigo-500 {
  background: #6610f2;
}

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

.bg-indigo-600 {
  background: #5e0ef0;
}

.text-indigo-600 {
  color: #5e0ef0;
}

.bg-indigo-700 {
  background: #530cee;
}

.text-indigo-700 {
  color: #530cee;
}

.bg-indigo-800 {
  background: #4909ec;
}

.text-indigo-800 {
  color: #4909ec;
}

.bg-indigo-900 {
  background: #3805e8;
}

.text-indigo-900 {
  color: #3805e8;
}

.bg-purple-100 {
  background: #d1c4e9;
}

.text-purple-100 {
  color: #d1c4e9;
}

.bg-purple-200 {
  background: #b39ddb;
}

.text-purple-200 {
  color: #b39ddb;
}

.bg-purple-300 {
  background: #9575cd;
}

.text-purple-300 {
  color: #9575cd;
}

.bg-purple-400 {
  background: #7e58c2;
}

.text-purple-400 {
  color: #7e58c2;
}

.bg-purple-500 {
  background: #673ab7;
}

.text-purple-500 {
  color: #673ab7;
}

.bg-purple-600 {
  background: #5f34b0;
}

.text-purple-600 {
  color: #5f34b0;
}

.bg-purple-700 {
  background: #542ca7;
}

.text-purple-700 {
  color: #542ca7;
}

.bg-purple-800 {
  background: #4a259f;
}

.text-purple-800 {
  color: #4a259f;
}

.bg-purple-900 {
  background: #391890;
}

.text-purple-900 {
  color: #391890;
}

.bg-pink-100 {
  background: #f8c5dd;
}

.text-pink-100 {
  color: #f8c5dd;
}

.bg-pink-200 {
  background: #f49fc6;
}

.text-pink-200 {
  color: #f49fc6;
}

.bg-pink-300 {
  background: #ef78af;
}

.text-pink-300 {
  color: #ef78af;
}

.bg-pink-400 {
  background: #eb5b9d;
}

.text-pink-400 {
  color: #eb5b9d;
}

.bg-pink-500 {
  background: #e83e8c;
}

.text-pink-500 {
  color: #e83e8c;
}

.bg-pink-600 {
  background: #e53884;
}

.text-pink-600 {
  color: #e53884;
}

.bg-pink-700 {
  background: #e23079;
}

.text-pink-700 {
  color: #e23079;
}

.bg-pink-800 {
  background: #de286f;
}

.text-pink-800 {
  color: #de286f;
}

.bg-pink-900 {
  background: #d81b5c;
}

.text-pink-900 {
  color: #d81b5c;
}

.bg-red-100 {
  background: #f5bebe;
}

.text-red-100 {
  color: #f5bebe;
}

.bg-red-200 {
  background: #ee9393;
}

.text-red-200 {
  color: #ee9393;
}

.bg-red-300 {
  background: #e76767;
}

.text-red-300 {
  color: #e76767;
}

.bg-red-400 {
  background: #e14747;
}

.text-red-400 {
  color: #e14747;
}

.bg-red-500 {
  background: #dc2626;
}

.text-red-500 {
  color: #dc2626;
}

.bg-red-600 {
  background: #d82222;
}

.text-red-600 {
  color: #d82222;
}

.bg-red-700 {
  background: #d31c1c;
}

.text-red-700 {
  color: #d31c1c;
}

.bg-red-800 {
  background: #ce1717;
}

.text-red-800 {
  color: #ce1717;
}

.bg-red-900 {
  background: #c50d0d;
}

.text-red-900 {
  color: #c50d0d;
}

.bg-orange-100 {
  background: #fed8b9;
}

.text-orange-100 {
  color: #fed8b9;
}

.bg-orange-200 {
  background: #febf8a;
}

.text-orange-200 {
  color: #febf8a;
}

.bg-orange-300 {
  background: #fea55b;
}

.text-orange-300 {
  color: #fea55b;
}

.bg-orange-400 {
  background: #fd9137;
}

.text-orange-400 {
  color: #fd9137;
}

.bg-orange-500 {
  background: #fd7e14;
}

.text-orange-500 {
  color: #fd7e14;
}

.bg-orange-600 {
  background: #fd7612;
}

.text-orange-600 {
  color: #fd7612;
}

.bg-orange-700 {
  background: #fc6b0e;
}

.text-orange-700 {
  color: #fc6b0e;
}

.bg-orange-800 {
  background: #fc610b;
}

.text-orange-800 {
  color: #fc610b;
}

.bg-orange-900 {
  background: #fc4e06;
}

.text-orange-900 {
  color: #fc4e06;
}

.bg-yellow-100 {
  background: #f7dcb3;
}

.text-yellow-100 {
  color: #f7dcb3;
}

.bg-yellow-200 {
  background: #f2c580;
}

.text-yellow-200 {
  color: #f2c580;
}

.bg-yellow-300 {
  background: #edad4d;
}

.text-yellow-300 {
  color: #edad4d;
}

.bg-yellow-400 {
  background: #e99c26;
}

.text-yellow-400 {
  color: #e99c26;
}

.bg-yellow-500 {
  background: #e58a00;
}

.text-yellow-500 {
  color: #e58a00;
}

.bg-yellow-600 {
  background: #e28200;
}

.text-yellow-600 {
  color: #e28200;
}

.bg-yellow-700 {
  background: #de7700;
}

.text-yellow-700 {
  color: #de7700;
}

.bg-yellow-800 {
  background: #da6d00;
}

.text-yellow-800 {
  color: #da6d00;
}

.bg-yellow-900 {
  background: #d35a00;
}

.text-yellow-900 {
  color: #d35a00;
}

.bg-green-100 {
  background: #c0e5d9;
}

.text-green-100 {
  color: #c0e5d9;
}

.bg-green-200 {
  background: #96d4bf;
}

.text-green-200 {
  color: #96d4bf;
}

.bg-green-300 {
  background: #6bc2a5;
}

.text-green-300 {
  color: #6bc2a5;
}

.bg-green-400 {
  background: #4cb592;
}

.text-green-400 {
  color: #4cb592;
}

.bg-green-500 {
  background: #2ca87f;
}

.text-green-500 {
  color: #2ca87f;
}

.bg-green-600 {
  background: #27a077;
}

.text-green-600 {
  color: #27a077;
}

.bg-green-700 {
  background: #21976c;
}

.text-green-700 {
  color: #21976c;
}

.bg-green-800 {
  background: #1b8d62;
}

.text-green-800 {
  color: #1b8d62;
}

.bg-green-900 {
  background: #107d4f;
}

.text-green-900 {
  color: #107d4f;
}

.bg-teal-100 {
  background: #b3d9d9;
}

.text-teal-100 {
  color: #b3d9d9;
}

.bg-teal-200 {
  background: #80c0c0;
}

.text-teal-200 {
  color: #80c0c0;
}

.bg-teal-300 {
  background: #4da6a6;
}

.text-teal-300 {
  color: #4da6a6;
}

.bg-teal-400 {
  background: #269393;
}

.text-teal-400 {
  color: #269393;
}

.bg-teal-500 {
  background: #008080;
}

.text-teal-500 {
  color: #008080;
}

.bg-teal-600 {
  background: #007878;
}

.text-teal-600 {
  color: #007878;
}

.bg-teal-700 {
  background: #006d6d;
}

.text-teal-700 {
  color: #006d6d;
}

.bg-teal-800 {
  background: #006363;
}

.text-teal-800 {
  color: #006363;
}

.bg-teal-900 {
  background: #005050;
}

.text-teal-900 {
  color: #005050;
}

.bg-cyan-100 {
  background: #c5eff3;
}

.text-cyan-100 {
  color: #c5eff3;
}

.bg-cyan-200 {
  background: #9fe4eb;
}

.text-cyan-200 {
  color: #9fe4eb;
}

.bg-cyan-300 {
  background: #78d9e2;
}

.text-cyan-300 {
  color: #78d9e2;
}

.bg-cyan-400 {
  background: #5bd1dc;
}

.text-cyan-400 {
  color: #5bd1dc;
}

.bg-cyan-500 {
  background: #3ec9d6;
}

.text-cyan-500 {
  color: #3ec9d6;
}

.bg-cyan-600 {
  background: #38c3d1;
}

.text-cyan-600 {
  color: #38c3d1;
}

.bg-cyan-700 {
  background: #30bccc;
}

.text-cyan-700 {
  color: #30bccc;
}

.bg-cyan-800 {
  background: #28b5c6;
}

.text-cyan-800 {
  color: #28b5c6;
}

.bg-cyan-900 {
  background: #1ba9bc;
}

.text-cyan-900 {
  color: #1ba9bc;
}

.bg-gray-100 {
  background: #f8f9fa;
}

.text-gray-100 {
  color: #f8f9fa;
}

.bg-gray-200 {
  background: #f3f5f7;
}

.text-gray-200 {
  color: #f3f5f7;
}

.bg-gray-300 {
  background: #dbe0e5;
}

.text-gray-300 {
  color: #dbe0e5;
}

.bg-gray-400 {
  background: #bec8d0;
}

.text-gray-400 {
  color: #bec8d0;
}

.bg-gray-500 {
  background: #8996a4;
}

.text-gray-500 {
  color: #8996a4;
}

.bg-gray-600 {
  background: #5b6b79;
}

.text-gray-600 {
  color: #5b6b79;
}

.bg-gray-700 {
  background: #3e4853;
}

.text-gray-700 {
  color: #3e4853;
}

.bg-gray-800 {
  background: #1d2630;
}

.text-gray-800 {
  color: #1d2630;
}

.bg-gray-900 {
  background: #131920;
}

.text-gray-900 {
  color: #131920;
}

/*====== more bootstrap colors end ======*/
.f-6 {
  font-size: 6px;
}

.f-8 {
  font-size: 8px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-42 {
  font-size: 42px;
}

.f-44 {
  font-size: 44px;
}

.f-46 {
  font-size: 46px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.f-52 {
  font-size: 52px;
}

.f-54 {
  font-size: 54px;
}

.f-56 {
  font-size: 56px;
}

.f-58 {
  font-size: 58px;
}

.f-60 {
  font-size: 60px;
}

.f-62 {
  font-size: 62px;
}

.f-64 {
  font-size: 64px;
}

.f-66 {
  font-size: 66px;
}

.f-68 {
  font-size: 68px;
}

.f-70 {
  font-size: 70px;
}

.f-72 {
  font-size: 72px;
}

.f-74 {
  font-size: 74px;
}

.f-76 {
  font-size: 76px;
}

.f-78 {
  font-size: 78px;
}

.f-80 {
  font-size: 80px;
}
/* Container */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 320px;
}

@media (min-width: 400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1240px;
  }
}
.admin-wrapper .container {
  max-width: 320px;
}
@media (min-width: 400px) {
  .admin-wrapper .container {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .admin-wrapper .container {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .admin-wrapper .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .admin-wrapper .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .admin-wrapper .container {
    max-width: 690px;
  }
}
@media (min-width: 1200px) {
  .admin-wrapper .container {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .admin-wrapper .container {
    max-width: 1110px;
  }
}

/* Spacing */
.mt-120 {
  margin-top: 70px;
}
@media only screen and (min-width:992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.mt-70 {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
  .mt-70 {
    margin-top: 70px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-70 {
    margin-bottom: 70px;
  }
}

.mb-80 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.pt-120 {
  padding-top: 70px;
}
@media only screen and (min-width:992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

/* Box Shadow */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

.tooltip {
  font-weight: 500;
}
.tooltip .tooltip-arrow {
  display: none;
}

.tooltip-inner {
  max-width: 240px;
  padding: 0.5rem 0.875rem;
  background-color: #1f0757;
  border-radius: 0.5rem;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.divider {
  margin-bottom: 69px !important;
  display: block;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width:992px) {
  .divider {
    margin-bottom: 119px !important;
  }
}

.form-check-input {
  border-width: 2px;
}

.btn {
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (min-width:992px) {
  .btn {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.437rem 0.875rem;
  }
}
@media only screen and (min-width:992px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.5rem 1.25rem;
  }
}

.btn-link:hover, .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-minimal {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.btn-minimal:hover, .btn-minimal:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-minimal.btn-primary {
  color: #0d6efd;
}
.btn-minimal.btn-indigo {
  color: #3805e8;
}
.btn-minimal.btn-orange {
  color: #fc4e06;
}
.btn-minimal.btn-pink {
  color: #d81b5c;
}
.btn-minimal.btn-secondary {
  color: #6c757d;
}
.btn-minimal.btn-success {
  color: #198766;
}
.btn-minimal.btn-warning {
  color: #ffd607;
}
.btn-minimal.btn-danger {
  color: #dc4135;
}
.btn-minimal.btn-info {
  color: #0db7f0;
}
.btn-minimal.btn-dark {
  color: #1f0757;
}

.hover-primary:hover {
  color: #0d6efd !important;
}

.hover-secondary:hover {
  color: #6c757d !important;
}

.hover-success:hover {
  color: #198766 !important;
}

.hover-warning:hover {
  color: #ffd607 !important;
}

.hover-danger:hover {
  color: #dc4135 !important;
}

.hover-info:hover {
  color: #0db7f0 !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  background-color: #0D0D0D;
  opacity: 0.76;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

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

.bg-text-gray {
  background-color: #c2d4f8 !important;
}

textarea.form-control {
  min-height: calc(8em + 0.75rem + 2px);
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.section-heading h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .section-heading h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:992px) {
  .section-heading h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .section-heading h2 {
    font-size: 2.5rem;
  }
}
.section-heading p {
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .section-heading p {
    font-size: 20px;
  }
}

table {
  min-width: 650px;
}

.card {
  border-color: #ebebeb;
  border-radius: 1rem;
}
.card .card-body {
  padding: 1.25rem 1.25rem;
}

.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.border,
.border-start,
.border-end,
.border-bottom,
.border-top {
  border-color: #ebebeb !important;
}

.border-dashed {
  border-top: 2px dashed #ebebeb !important;
}

#scrollTopButton {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 9999;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #1f0757;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width:992px) {
  #scrollTopButton {
    width: 2rem;
    height: 2rem;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.375rem;
  }
}
#scrollTopButton.scrolltop-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#scrollTopButton.scrolltop-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.funto-pagination .page-item .page-link {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  border: 0;
  text-align: center;
  padding: 0;
  margin: 0 0.25rem;
  font-size: 14px;
  font-weight: 500;
  color: #1f0757;
  background-color: #efeffd;
}
.funto-pagination .page-item.active .page-link {
  background-color: #0d6efd;
  color: #ffffff;
  font-weight: 700;
}

.modal-backdrop {
  background-color: #0D0D0D;
}
.modal-backdrop.show {
  opacity: 0.85;
}

.share-modal .modal-dialog {
  max-width: 400px;
}
.share-modal .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 2px solid #c2d4f8;
}

.zoom-img,
.zoom-img-wrap {
  z-index: 9999 !important;
}

.coming-soon-wrapper {
  min-width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.coming-soon-wrapper .cs-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.coming-soon-wrapper .cs-content .bid-ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.coming-soon-wrapper .cs-content .bid-ends div {
  border: 2px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.5rem;
  width: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 0.5rem;
}
.coming-soon-wrapper .cs-content .bid-ends div span {
  display: block;
  font-size: 1rem;
}
.coming-soon-wrapper .cs-content .bid-ends div span:nth-child(1) {
  font-size: 1.5rem;
  color: #ffd607;
  font-weight: 700;
}
.coming-soon-wrapper .cs-content h2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffd607;
  color: transparent;
}

.notification-list li {
  list-style: none;
  margin-bottom: 0.375rem;
}
.notification-list li:last-child {
  margin-bottom: 0;
}
.notification-list li a {
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.notification-list li a i {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c2d4f8;
  border-radius: 0.375rem;
  color: #ffffff;
  line-height: 1.5rem;
  text-align: center;
}
.notification-list li a:hover, .notification-list li a:focus {
  color: #0d6efd;
}

.dark-light-mode {
  position: relative;
  z-index: 1;
}
.dark-light-mode input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.dark-light-mode label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-indent: -999999999rem;
  width: 70px;
  height: 30px;
  background-color: #ffd607;
  display: block;
  border-radius: 50rem;
  background-image: url("img/core-img/day.jpg");
  background-size: cover;
  background-position: center center;
}
.dark-light-mode input:checked + label {
  background-color: #1f0757;
  background-image: url("img/core-img/night.jpg");
  background-size: cover;
  background-position: center center;
}
.dark-light-mode label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.dark-light-mode input:checked + label::after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dark-light-mode label:active::after {
  width: 30px;
}

.dark-light-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d6efd;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.header-area {
  position: fixed;
  width: 100%;
  z-index: 1020;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-bottom: 1px solid #ebebeb;
  top: 0;
  left: 0;
}
.header-area.mobile-menu-open {
  background-color: #ffffff;
}
.header-area.sticky-on {
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  background-color: #ffffff;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #1f0757;
}
.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .navbar-nav-scroll {
  max-height: 50vh !important;
}
.header-area .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  line-height: 1 !important;
}
.header-area .navbar .navbar-brand > img {
  max-height: 35px;
}
@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand > img {
    max-height: 60px;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand {
    margin-right: 1rem;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    margin-right: 2.5rem;
  }
}
.header-area .navbar .navbar-brand .dark-logo {
  display: none;
}
.header-area .navbar-nav li > a {
  display: inline-block;
  color: #1f0757;
  font-weight: 500;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li > a {
    font-size: 18px;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li > a {
    padding: 1rem 1.25rem;
  }
}
.header-area .navbar-nav li > a:hover, .header-area .navbar-nav li > a:focus {
  color: #0d6efd;
}
.header-area .navbar-nav li .ft-dd-menu {
  list-style: none;
  background-color: rgba(194, 212, 248, 0.5);
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu {
    padding: 1rem 0;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    position: absolute;
    top: calc(100% + 8px);
    width: 13rem;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: block;
    border: 2px solid #c2d4f8;
    -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
            box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  }
}
.header-area .navbar-nav li .ft-dd-menu li > a {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  position: relative;
  font-size: 16px;
  padding: 0.375rem 1rem;
  color: #1f0757;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .ft-dd-menu li > a:hover, .header-area .navbar-nav li .ft-dd-menu li > a:focus {
  background-color: transparent;
  color: #0d6efd;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu li > a:hover, .header-area .navbar-nav li .ft-dd-menu li > a:focus {
    color: #0d6efd;
  }
}
.header-area .navbar-nav li.ft-dd {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.ft-dd .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #1f0757;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  padding-right: 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .dropdown-toggler {
    display: none;
  }
}
.header-area .navbar-nav li.ft-dd > a {
  position: relative;
  padding-right: 1.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd > a::after {
    position: absolute;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
    content: "\f282";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    line-height: 1;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd:hover .ft-dd-menu, .header-area .navbar-nav li.ft-dd:focus .ft-dd-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.ft-dd .ft-dd .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.ft-dd .ft-dd > a {
  position: relative;
  padding-right: 1.375rem;
  width: 100%;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd > a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.25rem;
    content: "\f285";
    font-family: bootstrap-icons !important;
    font-size: 12px;
  }
}
.header-area .navbar-nav li.ft-dd .ft-dd .ft-dd-menu {
  display: none;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd .ft-dd-menu {
    margin-left: 0.5rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd:hover .ft-dd-menu, .header-area .navbar-nav li.ft-dd .ft-dd:focus .ft-dd-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header-area .navbar-nav li:hover a, .header-area .navbar-nav li:focus a {
  color: #0d6efd;
}
.header-area .navbar-nav li:hover.ft-dd > a::after, .header-area .navbar-nav li:focus.ft-dd > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: calc(50% - 4px);
}
.header-area .header-meta .search-form {
  z-index: 100;
}
.header-area .header-meta .search-form .form-control {
  width: 120px;
  height: 40px;
  padding: 0.2rem 0.875rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width:1200px) {
  .header-area .header-meta .search-form .form-control {
    width: 180px;
  }
}
.header-area .header-meta .search-form button {
  width: 30px;
  height: 30px;
  border: 0 !important;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #8480ae;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.header-area .header-meta .user-dropdown .user-btn {
  padding: 0;
  font-size: 1.25rem;
  color: #1f0757;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #efeffd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-area .header-meta .user-dropdown .user-btn::after {
  display: none;
}
.header-area .header-meta .user-dropdown .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
  width: 11rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 1rem;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item i {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c2d4f8;
  border-radius: 0.375rem;
  color: #1f0757;
  line-height: 1.5rem;
  text-align: center;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:hover, .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.header-area .header-meta .user-dropdown .dropdown-menu.noti-dd-menu {
  width: 14rem;
}

.welcome-area {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (min-width:992px) {
  .welcome-area {
    margin-top: 80px;
  }
}
.welcome-area .welcome-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width:576px) {
  .welcome-area .welcome-content h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area .welcome-content h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.welcome-area .welcome-content p {
  font-size: 1rem;
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content p {
    font-size: 1.5rem;
  }
}

.footer-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}
.footer-area::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
.footer-area .footer-bg-shape {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}
.footer-area .dark-logo {
  display: none;
}
.footer-area .footer-widget-area.border-end {
  border-color: transparent !important;
}
@media only screen and (min-width:992px) {
  .footer-area .footer-widget-area.border-end {
    border-color: #ebebeb !important;
  }
}
.footer-area .footer-widget-area ul li a {
  color: #8480ae;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  display: block;
}
.footer-area .footer-widget-area ul li a:hover, .footer-area .footer-widget-area ul li a:focus {
  color: #0d6efd;
}
.footer-area .footer-widget-area ul li:last-child a {
  margin-bottom: 0;
}
.footer-area .footer-widget-area .newsletter-form .form-control {
  border-radius: 0.75rem 0 0 0.75rem;
  border-color: #c2d4f8;
  max-width: 400px;
}
.footer-area .footer-widget-area .newsletter-form .form-control:focus {
  border-color: #c2d4f8;
}
.footer-area .footer-widget-area .newsletter-form button {
  border-radius: 0 0.75rem 0.75rem 0;
  max-height: 52px;
}
.footer-area .footer-social-icon > a {
  font-size: 1rem;
  color: #8480ae;
  margin-right: 0.75rem;
}
.footer-area .footer-social-icon > a:last-child {
  margin-right: 0;
}
.footer-area .footer-social-icon > a:hover, .footer-area .footer-social-icon > a:focus {
  color: #0d6efd;
}
.footer-area .copywrite-text p {
  color: #1f0757;
  font-weight: 500;
}
.footer-area .copywrite-text p a {
  color: #0d6efd;
}
.footer-area .footer-nav li {
  line-height: 1.5;
}
.footer-area .footer-nav li a {
  color: #1f0757;
  margin: 0 0.5rem;
}
@media only screen and (min-width:992px) {
  .footer-area .footer-nav li a {
    margin: 0 0.75rem;
  }
}
.footer-area .footer-nav li a:hover, .footer-area .footer-nav li a:focus {
  color: #0d6efd;
}
.footer-area .footer-nav li:first-child a {
  margin-left: 0;
}
.footer-area .footer-nav li:last-child a {
  margin-right: 0;
}

.featured-nfts-wrap .tns-outer {
  position: relative;
  z-index: 1;
}
.featured-nfts-wrap .tns-controls {
  position: absolute;
  line-height: 1;
  top: -84px;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px) {
  .featured-nfts-wrap .tns-controls {
    top: -87px;
  }
}
@media only screen and (min-width:992px) {
  .featured-nfts-wrap .tns-controls {
    top: -92px;
  }
}
.featured-nfts-wrap .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: #8480ae;
  font-size: 1.5rem;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-nfts-wrap .tns-controls button i {
  line-height: 1;
}
.featured-nfts-wrap .tns-controls button:hover, .featured-nfts-wrap .tns-controls button:focus {
  background-color: #efeffd;
  color: #0d6efd;
}

.nft-card {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.nft-card .img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.75rem;
}
.nft-card .img-wrap img {
  border-radius: 0.75rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.nft-card .img-wrap .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  padding: 0.5rem 0.75rem;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.nft-card .img-wrap .badge > img {
  width: 1rem;
  margin-right: 0.25rem;
}
.nft-card .img-wrap .dropdown {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
}
.nft-card .img-wrap .dropdown .dropdown-toggle {
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #8480ae;
}
.nft-card .img-wrap .dropdown .dropdown-toggle::after {
  display: none;
}
.nft-card .img-wrap .dropdown .dropdown-menu {
  width: 7.5rem;
  min-width: 2rem;
  border: 2px solid #ebebeb;
  border-radius: 0.5rem;
}
.nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 500;
}
.nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:hover, .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.nft-card .img-wrap .bid-ends {
  position: absolute;
  bottom: 1rem;
  background-color: rgba(13, 110, 253, 0.9);
  border-radius: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:576px) {
  .nft-card .img-wrap .bid-ends {
    padding: 0.25rem 0.75rem;
  }
}
@media only screen and (min-width:768px) {
  .nft-card .img-wrap .bid-ends {
    padding: 0.375rem 1rem;
  }
}
.nft-card .img-wrap .bid-ends div {
  min-width: 32px;
  text-align: center;
  margin-right: 0.5rem;
}
@media only screen and (min-width:768px) {
  .nft-card .img-wrap .bid-ends div {
    margin-right: 0.75rem;
  }
}
.nft-card .img-wrap .bid-ends div:last-child {
  margin-right: 0;
}
.nft-card .img-wrap .bid-ends div span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  display: block;
}
.nft-card .img-wrap .bid-ends div span:nth-child(1) {
  font-size: 14px;
}
.nft-card .name-info .author-img {
  margin-right: 0.5rem;
  width: 2.25rem;
  max-width: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
}
.nft-card .name-info .author-img img {
  width: 100%;
  border-radius: 50%;
}
.nft-card .name-info .author-img i {
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  right: 0;
  top: 0;
  z-index: 10;
}
.nft-card .name-info .name-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2.25rem);
          flex: 0 0 calc(100% - 2.25rem);
  width: calc(100% - 2.25rem);
  max-width: calc(100% - 2.25rem);
}
.nft-card .name-info .name-author .author {
  color: #8480ae;
}
.nft-card .wishlist-btn {
  line-height: 1;
  border: 0;
  background-color: transparent;
  color: #1f0757;
}
.nft-card .wishlist-btn > i::before {
  content: "\f417";
}
.nft-card .wishlist-btn.active {
  color: #dc4135;
}
.nft-card .wishlist-btn.active > i::before {
  content: "\f415";
}
.nft-card:hover, .nft-card:focus {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.nft-card:hover .img-wrap > img, .nft-card:focus .img-wrap > img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.nft-card.featured-card .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nft-card.featured-card .img-wrap img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filters-button-group {
  margin-bottom: 37px;
}
.filters-button-group .btn {
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-color: rgba(194, 212, 248, 0.3);
}
.filters-button-group .btn i {
  margin-right: 0.5rem;
}
.filters-button-group .btn.active {
  border-color: #0d6efd !important;
  background-color: #0d6efd;
  color: #ffffff;
}

.popular-collection-select {
  font-size: 1.625rem;
  border: 0;
  height: auto;
  line-height: inherit;
  padding-left: 12px;
  color: #198766;
  background-color: transparent;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
  .popular-collection-select {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:992px) {
  .popular-collection-select {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .popular-collection-select {
    font-size: 2.5rem;
  }
}
.popular-collection-select::after {
  width: 9px;
  height: 9px;
}
.popular-collection-select ul.list {
  margin-bottom: 0;
}
.popular-collection-select ul.list li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.popular-collection-select .option {
  font-size: 1.25rem;
}

@media only screen and (min-width:768px) {
  .top-seller-wrapper .col-12:nth-child(1) {
    border-right: 1px solid #ebebeb;
  }
}
@media only screen and (min-width:1200px) {
  .top-seller-wrapper .col-12:nth-child(2) {
    border-right: 1px solid #ebebeb;
  }
}

.catagory-card .card-body .col-6 img:last-child {
  margin-top: 0.25rem;
}

.process-wrapper {
  position: relative;
  z-index: 1;
}
.process-wrapper::after {
  position: absolute;
  width: 100%;
  height: 180px;
  top: calc(50% + 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -2;
  content: "";
  background-color: #c2d4f8;
}

.single-process-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-process-card img {
  max-height: 115px;
}
.single-process-card .step-number {
  line-height: 1;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  font-size: 230px;
  left: -24px;
  bottom: -50px;
  color: #c2d4f8;
}

.download-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width:992px) {
  .download-text h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .download-text h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.download-text p {
  font-size: 1rem;
}
@media only screen and (min-width:992px) {
  .download-text p {
    font-size: 1.5rem;
  }
}

.filter-select,
.filter-select2 {
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  color: #1f0757;
  border-radius: 0.75rem;
}
.filter-select:hover, .filter-select:focus, .filter-select.open,
.filter-select2:hover,
.filter-select2:focus,
.filter-select2.open {
  border-color: #0d6efd;
}
.filter-select::after,
.filter-select2::after {
  height: 30px;
  width: 30px;
  margin-top: 0;
  right: 18px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  line-height: 26px;
  text-align: center;
  border: 2px solid #c2d4f8;
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 12px !important;
  color: #1f0757;
}
.filter-select.open::after,
.filter-select2.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  content: "\f286";
}
.filter-select .nice-select-dropdown,
.filter-select2 .nice-select-dropdown {
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border: 2px solid #c2d4f8;
  width: 100%;
}
.filter-select .nice-select-dropdown .list,
.filter-select2 .nice-select-dropdown .list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.filter-select .nice-select-dropdown .option,
.filter-select2 .nice-select-dropdown .option {
  color: #1f0757;
}
.filter-select .nice-select-dropdown .option.focus,
.filter-select .nice-select-dropdown .option.selected.focus,
.filter-select .nice-select-dropdown .option:hover,
.filter-select2 .nice-select-dropdown .option.focus,
.filter-select2 .nice-select-dropdown .option.selected.focus,
.filter-select2 .nice-select-dropdown .option:hover {
  background-color: transparent;
  font-weight: 700;
}
.filter-select .nice-select-search-box,
.filter-select2 .nice-select-search-box {
  padding: 16px 16px 0;
  border-radius: 5px 5px 0 0;
}
.filter-select .nice-select-search-box .nice-select-search,
.filter-select2 .nice-select-search-box .nice-select-search {
  border: 0;
  border-radius: 6px;
  color: #1f0757;
  min-height: 40px;
  background-color: #c2d4f8;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  padding: 3px 5px;
  color: #1f0757;
  font-size: 12px;
  line-height: 1;
  background-color: #efeffd;
}

.irs--flat .irs-line {
  height: 20px;
  background-color: #efeffd;
}

.irs--flat .irs-bar {
  height: 20px;
  background-color: #0d6efd;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #0d6efd;
}

.irs--flat .irs-handle > i:first-child {
  display: none !important;
}

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

.irs {
  font-family: "DM Sans", sans-serif;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.activity-table,
.ranking-table {
  border-radius: 1rem;
  scrollbar-width: thin;
}
.activity-table thead,
.ranking-table thead {
  background-color: #efeffd;
}
.activity-table thead th,
.ranking-table thead th {
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:768px) {
  .activity-table thead th,
.ranking-table thead th {
    padding: 0.625rem 1rem;
  }
}
@media only screen and (min-width:992px) {
  .activity-table thead th,
.ranking-table thead th {
    padding: 1rem 1.5rem;
  }
}
.activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
  vertical-align: middle;
  color: #1f0757;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:768px) {
  .activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
    padding: 0.625rem 1rem;
  }
}
@media only screen and (min-width:992px) {
  .activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
    padding: 1rem 1.5rem;
  }
}
.activity-table tbody th img,
.activity-table tbody td img,
.ranking-table tbody th img,
.ranking-table tbody td img {
  max-width: 1.75rem;
}
.activity-table tbody th i,
.activity-table tbody td i,
.ranking-table tbody th i,
.ranking-table tbody td i {
  margin-right: 0.25rem;
}
.activity-table tbody tr,
.ranking-table tbody tr {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.activity-table tbody tr:hover,
.ranking-table tbody tr:hover {
  background-color: #efeffd;
}

.explore-items-2-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (min-width:768px) {
  .explore-items-2-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width:1400px) {
  .explore-items-2-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.create-new-form {
  border-radius: 0.75rem;
}
.create-new-form .form-control[type=file] {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.create-new-form .form-control::-webkit-file-upload-button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  padding: 14px 32px;
  margin: 0 0.75rem 0 0;
  color: #ffffff;
  background-color: #1f0757;
  border-inline-end-width: 0;
  border-radius: 0.75rem;
}
.create-new-form .form-control::file-selector-button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  padding: 14px 32px;
  margin: 0 0.75rem 0 0;
  color: #ffffff;
  background-color: #1f0757;
  border-inline-end-width: 0;
  border-radius: 0.75rem;
}
.create-new-form .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #0d6efd;
}
.create-new-form .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #0d6efd;
}
.create-new-form .filter-select2 {
  line-height: 46px;
}

.wallet-card {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.wallet-card .img-wrap {
  margin-right: 1rem;
}
.wallet-card .img-wrap img {
  max-height: 60px;
  border-radius: 0.25rem;
}
.wallet-card:hover, .wallet-card:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-card {
  text-align: center;
}
.about-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #1f0757;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.75rem;
}
.about-card .icon i {
  font-size: 2rem;
}
.about-card .icon img {
  max-width: 2.5rem;
}

.counter-wrap {
  border-radius: 0.75rem;
}

.tab--area {
  border-radius: 0.75rem;
}
.tab--area .nav-tabs {
  width: 100%;
  margin-bottom: 2rem;
  border: 0;
}
.tab--area .nav-tabs .nav-item {
  margin-bottom: 0;
}
.tab--area .nav-tabs .nav-item .nav-link {
  border: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  color: #1f0757;
  background-color: #ffffff;
  margin-right: 1rem;
}
.tab--area .nav-tabs .nav-item .nav-link.active {
  background-color: #0d6efd;
  color: #ffffff;
}

.feedback-card {
  background-color: #efeffd;
  border: 0 !important;
}
.feedback-card .client-info .client-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}
.feedback-card .ratings > i {
  margin-right: 0.125rem;
}

.client-feedback-content .tns-nav {
  margin-top: 1rem;
  text-align: center;
}
.client-feedback-content .tns-nav button {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border: 0;
  outline: none;
  width: 0.875rem;
  height: 0.5rem;
  background-color: #efeffd;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
}
.client-feedback-content .tns-nav button.tns-nav-active {
  background-color: #0d6efd;
}

.blog-card .img-wrap {
  border-radius: 0.75rem;
}
.blog-card .img-wrap img {
  border-radius: 0.75rem;
}
.blog-card .post-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-blog {
  margin-bottom: 2rem;
}
.popular-blog:last-child {
  margin-bottom: 0;
}
.popular-blog .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-blog .post-title h5 {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.popular-blog .post-title span {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  color: #1f0757;
  background-color: #ffd607;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
}

.blog-details-wrap img {
  border-radius: 0.75rem;
}

.comment-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.comment-wrapper .comment-content {
  margin-bottom: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-wrapper .comment-content .comment-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 1rem;
  border-radius: 50%;
  height: 48px;
}
.comment-wrapper .comment-content .comment-author img {
  border-radius: 50%;
}
.comment-wrapper .comment-content .comment-meta {
  border-left: 1px solid #ebebeb;
  padding-left: 1rem;
}
.comment-wrapper .comment-content .comment-meta p {
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.comment-wrapper .comment-content .comment-meta .author {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.comment-wrapper .comment-content .comment-meta a.like,
.comment-wrapper .comment-content .comment-meta a.reply {
  display: inline-block;
  font-weight: 700;
  color: #8480ae;
  margin-right: 0.5rem;
  font-size: 14px;
}
.comment-wrapper .comment-content .comment-meta a.like i,
.comment-wrapper .comment-content .comment-meta a.reply i {
  margin-right: 0.25rem;
}
.comment-wrapper .comment-content .comment-meta a.like:focus, .comment-wrapper .comment-content .comment-meta a.like:hover,
.comment-wrapper .comment-content .comment-meta a.reply:focus,
.comment-wrapper .comment-content .comment-meta a.reply:hover {
  color: #0d6efd;
}
.comment-wrapper .children {
  margin-left: 50px;
}
.comment-wrapper .children .single-comment:last-of-type {
  margin-bottom: 0;
}

.cta-text {
  border-radius: 0.75rem;
}
.cta-text h2 {
  font-size: 1.5rem;
  color: #ffffff;
}
@media only screen and (min-width:576px) {
  .cta-text h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:768px) {
  .cta-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width:1200px) {
  .cta-text h2 {
    font-size: 2.5rem;
  }
}

.breadcrumb-wrapper {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width:992px) {
  .breadcrumb-wrapper {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.breadcrumb-wrapper .breadcrumb-title {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media only screen and (min-width:768px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:992px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 1.75rem;
  }
}
.breadcrumb-wrapper .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  line-height: 1;
  font-weight: 700;
  color: #1f0757;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  color: #1f0757;
  line-height: 1;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #0d6efd;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #0d6efd;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #1f0757;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 0.75rem;
  position: relative;
  top: 3px;
}

.item-big-thumb > img {
  border-radius: 0.75rem;
}

.wishlist-btn {
  line-height: 1;
  border: 0;
  color: #ffffff;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.wishlist-btn span {
  font-weight: 700;
}
.wishlist-btn > i::before {
  content: "\f417";
}
.wishlist-btn.active {
  color: #dc4135;
}
.wishlist-btn.active > i::before {
  content: "\f415";
}

.item-details-content {
  position: relative;
  z-index: 1;
}
.item-details-content .item-details-dd {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.item-details-content .item-details-dd .dropdown-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0;
  background-color: #c2d4f8;
}
.item-details-content .item-details-dd .dropdown-toggle::after {
  display: none;
}
.item-details-content .item-details-dd .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 10rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.item-details-content .item-details-dd .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500;
}
.item-details-content .item-details-dd .dropdown-menu .dropdown-item:hover, .item-details-content .item-details-dd .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.item-details-content .author-img img {
  max-height: 3rem;
  border-radius: 50%;
}
.item-details-content .author-img i {
  color: #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  z-index: 5;
  top: 0;
  right: 0;
}
.item-details-content .bid-ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-details-content .bid-ends > div {
  display: block;
  border: 2px solid #ebebeb;
  color: #1f0757;
  padding: 0.375rem 0.625rem;
  border-radius: 0.75rem;
  margin-right: 1rem;
  min-width: 55px;
  text-align: center;
}
@media only screen and (min-width:576px) {
  .item-details-content .bid-ends > div {
    min-width: 80px;
    padding: 0.375rem 1rem;
  }
}
.item-details-content .bid-ends > div:last-child {
  margin-right: 0;
}
.item-details-content .bid-ends > div span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width:576px) {
  .item-details-content .bid-ends > div span {
    font-size: 20px;
  }
}
.item-details-content .bid-ends > div span:last-child {
  font-size: 16px;
}

img[data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  border-radius: 0.75rem;
}

.zoom-overlay {
  z-index: 420;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-transitioning .zoom-overlay {
  opacity: 0;
}

.related-project-area .tns-outer {
  position: relative;
  z-index: 1;
}
.related-project-area .tns-controls {
  position: absolute;
  line-height: 1;
  top: -84px;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width:768px) {
  .related-project-area .tns-controls {
    top: -87px;
  }
}
@media only screen and (min-width:992px) {
  .related-project-area .tns-controls {
    top: -92px;
  }
}
.related-project-area .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: #8480ae;
  font-size: 1.5rem;
  background-color: transparent;
}
.related-project-area .tns-controls button:hover {
  background-color: #efeffd;
  color: #0d6efd;
}

.author-top-content {
  margin-top: 60px;
}
@media only screen and (min-width:992px) {
  .author-top-content {
    margin-top: 80px;
  }
}
.author-top-content .author-thumbnail {
  position: relative;
  z-index: 1;
}
.author-top-content .author-thumbnail i {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  line-height: 1;
  z-index: 10;
  font-size: 2rem;
  color: #ffd607;
}
.author-top-content .author-dd {
  position: absolute;
  z-index: 10;
  top: 3rem;
  right: 1rem;
}
.author-top-content .author-dd .dropdown-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0;
  background-color: #c2d4f8;
}
.author-top-content .author-dd .dropdown-toggle::after {
  display: none;
}
.author-top-content .author-dd .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 10rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.author-top-content .author-dd .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500;
}
.author-top-content .author-dd .dropdown-menu .dropdown-item:hover, .author-top-content .author-dd .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}

.help-form form {
  position: relative;
  z-index: 1;
}
.help-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 48px;
  height: 30px;
  border: 0;
  border-radius: 0 0.75rem 0.75rem 0;
  z-index: 10;
  background-color: transparent;
  color: #1f0757;
  border-left: 2px solid #ebebeb;
}

.support-catagory-card a {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.support-catagory-card a h6 {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 1.25rem;
}
.support-catagory-card a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.support-catagory-card a:hover h6 {
  color: #0d6efd;
}
.support-catagory-card a span {
  font-size: 14px;
  color: #8480ae;
  display: block;
}

.funto-error-area {
  margin-top: 80px;
}

.register-form {
  position: relative;
  z-index: 1;
}
.register-form .form-group {
  position: relative;
  z-index: 1;
}
.register-form .form-group label {
  position: absolute;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  top: 0;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}
.register-form .form-group label span {
  font-size: 12px;
  font-weight: 700;
  line-height: 52px;
}
.register-form .form-group label.label-psswd {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  right: 1.25rem;
  z-index: 10;
}
.register-form button {
  border-radius: 0.75rem;
}

.form-control {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  height: 52px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #1f0757;
  border-radius: 0.75rem;
  border: 2px solid #ebebeb;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0d6efd;
}

.maps-wrap {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
}
.maps-wrap iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 0.75rem;
}
@media only screen and (min-width:992px) {
  .maps-wrap iframe {
    height: 600px;
  }
}

textarea.form-control {
  height: auto;
}

.dashboard-header,
.dashboard-footer,
.admin-wrapper {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: calc(100% - 0px);
  margin-left: 0;
}
@media only screen and (min-width:992px) {
  .dashboard-header,
.dashboard-footer,
.admin-wrapper {
    width: calc(100% - 252px);
    margin-left: 252px;
  }
}

.admin-sidebar-wrap {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 252px;
  height: 100%;
  z-index: 1200;
  border-right: 1px solid #ebebeb;
}
.admin-sidebar-wrap .overflowY-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  height: 100vh;
}
@media only screen and (min-width:992px) {
  .admin-sidebar-wrap {
    left: 0;
  }
}

.user-profile .user-name img {
  max-width: 4rem;
  border-radius: 0.75rem;
}

.sidenav ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
}
.sidenav ul li {
  text-decoration: none;
  list-style: none;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 14px;
  color: #8480ae;
}
.sidenav ul li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #8480ae;
  font-size: 14px;
}
.sidenav ul li a i {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 18px;
  margin-right: 0.75rem;
  color: #1f0757;
}
.sidenav ul li a::after {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0d6efd;
  top: 50%;
  left: -1rem;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.sidenav ul li a.active, .sidenav ul li a:hover, .sidenav ul li a:focus {
  color: #0d6efd;
}
.sidenav ul li a.active i, .sidenav ul li a:hover i, .sidenav ul li a:focus i {
  color: #0d6efd;
}
.sidenav ul li a.active::after, .sidenav ul li a:hover::after, .sidenav ul li a:focus::after {
  opacity: 1;
}
.sidenav ul li:last-child {
  margin-bottom: 0;
}

.admin-wrapper {
  margin-top: 63px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efeffd;
  min-height: calc(100vh - 81px);
}
@media only screen and (min-width:992px) {
  .admin-wrapper {
    margin-top: 81px;
  }
}

.create-new-button a {
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
}

.dashboard-hero-card {
  z-index: 5;
}
.dashboard-hero-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: #0d6efd;
  content: "";
  border-radius: 1rem;
  opacity: 0.8;
}

.dashboard-table th,
.dashboard-table td {
  font-size: 14px;
}
.dashboard-table th a,
.dashboard-table td a {
  font-size: 14px;
}

.top-authors-slide a,
.top-buyer-slide a {
  border-radius: 50%;
  display: block;
  border: 4px solid #c2d4f8;
}
.top-authors-slide a img,
.top-buyer-slide a img {
  border-radius: 50%;
}

.top-author-slide-wrap,
.top-buyer-slide-wrap {
  position: relative;
  z-index: 1;
}
.top-author-slide-wrap .tns-controls,
.top-buyer-slide-wrap .tns-controls {
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 100;
}
.top-author-slide-wrap .tns-controls button,
.top-buyer-slide-wrap .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  border: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #c2d4f8;
}
.top-author-slide-wrap .tns-controls button i,
.top-buyer-slide-wrap .tns-controls button i {
  line-height: 30px;
}
.top-author-slide-wrap .tns-controls button:nth-child(2),
.top-buyer-slide-wrap .tns-controls button:nth-child(2) {
  margin-left: 0.5rem;
}
.top-author-slide-wrap .tns-controls button:hover,
.top-buyer-slide-wrap .tns-controls button:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.dashboard-header .menu-toggler {
  border: 2px solid #ebebeb;
  padding: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:992px) {
  .dashboard-header .menu-toggler {
    display: none;
  }
}
.dashboard-header .menu-toggler i {
  line-height: 1;
}
.dashboard-header .search-form {
  width: 7rem;
}
@media (min-width: 400px) {
  .dashboard-header .search-form {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .dashboard-header .search-form {
    width: 13rem;
  }
}
@media (min-width: 1200px) {
  .dashboard-header .search-form {
    width: 15rem;
  }
}
.dashboard-header .search-form .form-control {
  height: 46px;
}
.dashboard-header .search-form button {
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: transparent;
  width: 3rem;
  height: 2rem;
  z-index: 100;
  font-size: 18px;
  color: #8480ae;
}
.dashboard-header.sticky-on {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dashboard-header-active .admin-sidebar-wrap {
  left: 0px;
}

[data-theme=dark] {
  background-color: #0D0D0D;
}
[data-theme=dark] #preloader {
  background-color: #1F2229;
}
[data-theme=dark] body {
  background-color: #0D0D0D;
}
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
  color: #c2d4f8;
}
[data-theme=dark] a {
  color: #8480ae;
}
[data-theme=dark] .tooltip-inner {
  background-color: #0d6efd;
}
[data-theme=dark] .card {
  border-color: rgba(194, 212, 248, 0.1);
  background-color: #1F2229;
}
[data-theme=dark] .border,
[data-theme=dark] .border-start,
[data-theme=dark] .border-end,
[data-theme=dark] .border-bottom,
[data-theme=dark] .border-top {
  border-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .border-dashed {
  border-top-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .bg-gray {
  background-color: #1f0757 !important;
}
[data-theme=dark] .bg-white {
  background-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .text-dark {
  color: #c2d4f8 !important;
}
[data-theme=dark] .bg-warning.text-dark,
[data-theme=dark] .bg-warning .text-dark,
[data-theme=dark] .bg-info.text-dark,
[data-theme=dark] .bg-info .text-dark {
  color: #1f0757 !important;
}
[data-theme=dark] .btn {
  color: #ffffff;
}
[data-theme=dark] .btn.btn-warning {
  color: #1f0757;
}
[data-theme=dark] #scrollTopButton {
  background-color: #ffd607;
  color: #1f0757;
}
[data-theme=dark] .dashboard-header .menu-toggler {
  border-color: rgba(194, 212, 248, 0.2);
}
[data-theme=dark] .funto-pagination .page-item .page-link {
  color: #ffffff;
  background-color: #1F2229;
}
[data-theme=dark] .funto-pagination .page-item.active .page-link {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .share-modal .modal-dialog .modal-content {
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.2);
}
[data-theme=dark] .modal-content { 
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.2);
}
[data-theme=dark] .notification-list li a {
  background-color: #1F2229;
  color: #ffffff;
}
[data-theme=dark] .notification-list li a:hover, [data-theme=dark] .notification-list li a:focus {
  color: #ffd607;
}
[data-theme=dark] .header-area {
  border-bottom-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .header-area.sticky-on {
  background:linear-gradient( to right, #1F2229 0%, #1F2229 100%);
}
[data-theme=dark] .header-area.mobile-menu-open {
  background:linear-gradient( to right, #1F2229 0%, #1F2229 100%);
}
[data-theme=dark] .header-area .navbar-toggler {
  color: #ffffff;
}
[data-theme=dark] .header-area .navbar .navbar-brand .dark-logo {
  display: block;
}
[data-theme=dark] .header-area .navbar .navbar-brand .light-logo {
  display: none;
}
[data-theme=dark] .header-area .navbar-nav li > a {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li > a:hover, [data-theme=dark] .header-area .navbar-nav li > a:focus {
  color: #0d6efd;
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu {
  background-color: rgba(194, 212, 248, 0.15);
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu {
    background-color: #1F2229;
    border-color: rgba(194, 212, 248, 0.15);
  }
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:hover, [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:focus {
  color: #ffd607;
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:hover, [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:focus {
    color: #0d6efd;
  }
}
[data-theme=dark] .header-area .navbar-nav li.ft-dd .dropdown-toggler {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li:hover a, [data-theme=dark] .header-area .navbar-nav li:focus a {
  color: #0d6efd;
}
[data-theme=dark] .header-area .header-meta .search-form button {
  background-color: transparent;
  color: #8480ae;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .user-btn {
  color: #c2d4f8;
  background-color: #1F2229;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu {
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:hover, [data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area {
  border-top-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .footer-area::after {
  background-color: #1F2229;
  opacity: 0.9;
}
[data-theme=dark] .footer-area .dark-logo {
  display: block;
}
[data-theme=dark] .footer-area .light-logo {
  display: none;
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .footer-area .footer-widget-area.border-end {
    border-color: rgba(194, 212, 248, 0.15) !important;
  }
}
[data-theme=dark] .footer-area .footer-widget-area .newsletter-form .form-control {
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area .footer-widget-area .newsletter-form .form-control:focus {
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area .footer-social-icon > a:hover, [data-theme=dark] .footer-area .footer-social-icon > a:focus {
  color: #ffd607;
}
[data-theme=dark] .footer-area .copywrite-text p {
  color: #c2d4f8;
}
[data-theme=dark] .footer-area .copywrite-text p a {
  color: #ffffff;
}
[data-theme=dark] .footer-area .footer-nav li a {
  color: #8480ae;
}
[data-theme=dark] .footer-area .footer-nav li a:hover, [data-theme=dark] .footer-area .footer-nav li a:focus {
  color: #ffd607;
}
[data-theme=dark] .featured-nfts-wrap .tns-controls button:hover, [data-theme=dark] .featured-nfts-wrap .tns-controls button:focus {
  background-color: rgba(194, 212, 248, 0.15);
  color: #ffd607;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu {
  border-color: rgba(194, 212, 248, 0.15);
  background-color: #1F2229;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:hover, [data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .nft-card .name-info .author-img i {
  color: #ffffff;
}
[data-theme=dark] .nft-card .name-info .name-author .author {
  color: #8480ae;
}
[data-theme=dark] .nft-card .wishlist-btn {
  color: #c2d4f8;
}
[data-theme=dark] .nft-card .wishlist-btn.active {
  color: #dc4135;
}
[data-theme=dark] .popular-collection-select {
  color: #ffd607;
}
[data-theme=dark] .popular-collection-select .option.focus,
[data-theme=dark] .popular-collection-select .option.selected.focus,
[data-theme=dark] .popular-collection-select .option:hover {
  background-color: transparent !important;
}
[data-theme=dark] .top-seller-wrapper .col-12 {
  border-right-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .process-wrapper::after {
  background-color: #1F2229;
}
[data-theme=dark] .single-process-card .step-number {
  color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .filter-select,
[data-theme=dark] .filter-select2 {
  color: #c2d4f8;
}
[data-theme=dark] .filter-select:hover, [data-theme=dark] .filter-select:focus, [data-theme=dark] .filter-select.open,
[data-theme=dark] .filter-select2:hover,
[data-theme=dark] .filter-select2:focus,
[data-theme=dark] .filter-select2.open {
  border-color: #0d6efd;
}
[data-theme=dark] .filter-select::after,
[data-theme=dark] .filter-select2::after {
  border-color: rgba(194, 212, 248, 0.2);
  color: #c2d4f8;
}
[data-theme=dark] .filter-select .nice-select-dropdown,
[data-theme=dark] .filter-select2 .nice-select-dropdown {
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .filter-select .nice-select-dropdown .option,
[data-theme=dark] .filter-select2 .nice-select-dropdown .option {
  color: #c2d4f8;
}
[data-theme=dark] .irs--flat .irs-min,
[data-theme=dark] .irs--flat .irs-max {
  color: #ffffff;
  background-color: #1F2229;
}
[data-theme=dark] .irs--flat .irs-line {
  background-color: #1F2229;
}
[data-theme=dark] tbody,
[data-theme=dark] td,
[data-theme=dark] tfoot,
[data-theme=dark] th,
[data-theme=dark] thead,
[data-theme=dark] tr {
  border-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .activity-table thead,
[data-theme=dark] .ranking-table thead {
  background-color: #1F2229;
}
[data-theme=dark] .activity-table thead th,
[data-theme=dark] .ranking-table thead th {
  color: #c2d4f8;
}
[data-theme=dark] .activity-table tbody th,
[data-theme=dark] .activity-table tbody td,
[data-theme=dark] .ranking-table tbody th,
[data-theme=dark] .ranking-table tbody td {
  color: #c2d4f8;
}
[data-theme=dark] .activity-table tbody tr:hover,
[data-theme=dark] .ranking-table tbody tr:hover {
  background-color: #1f0757;
}
[data-theme=dark] .tab--area .nav-tabs .nav-item .nav-link {
  color: #ffffff;
  background-color: #1f0757;
}
[data-theme=dark] .tab--area .nav-tabs .nav-item .nav-link.active {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-theme=dark] .nav-tabs .nav-link.active {
  color: #c2d4f8;
  background-color: #1f0757;
}
[data-theme=dark] .form-check-input {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .feedback-card {
  background-color: #1F2229;
}
[data-theme=dark] .client-feedback-content .tns-nav button {
  background-color: #c2d4f8;
}
[data-theme=dark] .client-feedback-content .tns-nav button.tns-nav-active {
  background-color: #ffd607;
}
[data-theme=dark] .comment-wrapper {
  border-bottom-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .comment-wrapper .comment-content .comment-meta {
  border-left-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.like:focus, [data-theme=dark] .comment-wrapper .comment-content .comment-meta a.like:hover,
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.reply:focus,
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.reply:hover {
  color: #ffd607;
}
[data-theme=dark] .breadcrumb-wrapper {
  border-bottom-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #c2d4f8;
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #0d6efd;
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-toggle {
  background-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu {
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item:hover, [data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .item-details-content .bid-ends > div {
  border-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .related-project-area .tns-controls button:hover {
  background-color: rgba(194, 212, 248, 0.15);
  color: #ffd607;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-toggle {
  background-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu {
  background-color: #1F2229;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item {
  color: #ffffff;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item:hover, [data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .help-form form button {
  color: #ffd607;
  border-left-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .support-catagory-card a:hover h6 {
  color: #ffd607;
}
[data-theme=dark] .form-control {
  color: #c2d4f8;
  border-color: rgba(194, 212, 248, 0.15);
  background-color: #1F2229;
}
[data-theme=dark] .form-control:focus {
  border-color: rgba(194, 212, 248, 0.4);
}
[data-theme=dark] .admin-sidebar-wrap {
  background-color: #1F2229;
  border-right-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .sidenav ul li {
  color: #8480ae;
}
[data-theme=dark] .sidenav ul li a {
  color: #8480ae;
}
[data-theme=dark] .sidenav ul li a i {
  color: #c2d4f8;
}
[data-theme=dark] .sidenav ul li a::after {
  background-color: #ffd607;
}
[data-theme=dark] .sidenav ul li a.active, [data-theme=dark] .sidenav ul li a:hover, [data-theme=dark] .sidenav ul li a:focus {
  color: #ffd607;
}
[data-theme=dark] .sidenav ul li a.active i, [data-theme=dark] .sidenav ul li a:hover i, [data-theme=dark] .sidenav ul li a:focus i {
  color: #ffd607;
}
[data-theme=dark] .admin-wrapper {
  background-color: #0D0D0D;
}
[data-theme=dark] .dashboard-hero-card::after {
  background-color: #0d6efd;
}
[data-theme=dark] .top-author-slide-wrap .tns-controls button,
[data-theme=dark] .top-buyer-slide-wrap .tns-controls button {
  background-color: rgba(194, 212, 248, 0.15);
  color: #8480ae;
}
[data-theme=dark] .top-author-slide-wrap .tns-controls button:hover,
[data-theme=dark] .top-buyer-slide-wrap .tns-controls button:hover {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .dashboard-header .search-form button {
  background-color: transparent;
  color: #8480ae;
}
[data-theme=dark] .nice-select .nice-select-dropdown {
  background-color: #1F2229;
}
[data-theme=dark] .filter-select,
[data-theme=dark] .filter-select2 {
  color: #c2d4f8;
  background-color: #1F2229;
}
[data-theme=dark] .app-btn-groups button {
  border: 1px solid rgba(194, 212, 248, 0.15);
  border-radius: 0.5rem;
}
[data-theme=dark] .register-card p a,
[data-theme=dark] .register-form .form-group label.label-psswd {
  color: #ffffff;
}