/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=block'); */

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* @font-face {
  font-family: "Mai Sans Display Trial 600";
  src: url("../fonts/MaiSansDisplayTrial-600.woff2") format("woff2"),
    url("../fonts/MaiSansDisplayTrial-600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Mai Sans Display Trial 400";
  src: url("../fonts/MaiSansDisplayTrial-400.woff2") format("woff2"),
    url("../fonts/MaiSansDisplayTrial-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */

@font-face {
  font-family: 'Blueprint';
  src: url('../fonts/BlueprintRegularSWFTE.eot');
  src: url('../fonts/BlueprintRegularSWFTE.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BlueprintRegularSWFTE.woff2') format('woff2'),
    url('../fonts/BlueprintRegularSWFTE.woff') format('woff'),
    url('../fonts/BlueprintRegularSWFTE.ttf') format('truetype'),
    url('../fonts/BlueprintRegularSWFTE.svg#BlueprintRegularSWFTE') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "Helvetica CE";
  src: url("../fonts/HelveticaCE-Bold.eot");
  src: url("../fonts/HelveticaCE-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaCE-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaCE-Bold.woff") format("woff"),
    url("../fonts/HelveticaCE-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaCE-Bold.svg#HelveticaCE-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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


@font-face {
    font-family: 'f37';
    src: url('../fonts/f37.woff2') format('woff2'),
        url('../fonts/f37.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ::selection {
  color: #fff;
  background-color: #2b61ff;
} */


.watermark{position: absolute; top:0;bottom:0;left:0;right:0; background-image:url(../images/large.png); z-index: 1; }

body {
  font-size: 15px;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.body-height {
  position: relative;
  background-color: #fff;
}

h1, .h1 {
  font-size: 48px;
}

.h1-xl {
  font-size: 52px;
  font-weight: bold;
}

.h1-xxl {
  font-size: 62px;
}

.myAi article h2 {
  font-weight: bold !important;
}

.h1-sm {
  font-size: 29px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;

}

.aiPosition {
  position: absolute;
  top: 60%;
  left: 195px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

.h2-xl {
  font-size: 36px;
  font-weight: bold;
}

.h2-xxl {
  font-size: 36px;
  font-weight: bold;
}

.h2-lg {
  font-size: 36px;
  font-weight: bold;
}

.font-33{
  font-size: 33px;
}

.font-22 {
  font-size: 22px;
  font-weight: bold;
}

.text-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -.009rem;
  font-weight: 600;
}

.font-44 {
  font-size: 2.3rem;
  line-height: 2rem;
  letter-spacing: -.009rem;
  font-weight: 600;
}

.text-white-1{color: #fff;}
.font-44.fw-normal {
  font-weight: bold !important;
}
a:hover {
  color: #b8b8b8;
}
.font-18 {
  font-size: 18px;
  font-weight: bold;
}

.font-19 {
  font-size: 19px;
}

.font-26 {
  font-size: 26px;
}
.font-13{
  font-size: 13px;
}
.heading2 {
  font-size: 55px;
  font-weight: 500;
}

.py-50 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-100 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.font-mona-semi-wide {
  font-weight: 500;
}

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

.font-mona-wide {
  font-weight: bold;
  color: #14161b;
}

.font-weight-bold {
  font-weight: bold;
}

.text-neon {
  color: #ccff00;
}

.text-gray {
  color: #c1c1c1;
}

.text-light-grey{
  color: #565656;
}

.max-800 {
  max-width: 800px;
}

img {
  max-width: 100%;
}

hr {
  opacity: 1;
}

.text-yellow {
  color: #d5b143;
}

.text-mustard {
  color: #f9d660;
}

.text-blue {
  color: #58c5c7;
}

.text-third {
  color: #ffffff;
}

.text-grey {
  color: #6d6d6d;
}

.iheart {
  position: relative;
  color: #99bafb;
  -webkit-text-fill-color: initial;
}

.iheart-svg {
  position: absolute;
  bottom: calc(100% - 5px);
  width: 14px;
  fill: #ff6961;
  left: -1px;
  right: 0;
}

.full-img-logo {
  max-width: 30vw;
}

/*
 * Sidebar
 */

/* Loader 1 */

.btnLoad {
  width: 260px;
  position: relative;
}


.circleloader, .loader-1 {
  width: 30px;
  height: 30px;
  border: 5px solid #efefef;
  border-bottom-color: #8b8a8a;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

  .loader-1{
    width: 25px;
    height: 25px;
    border-width: 2px;
  }

/* 
.loader-1 {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  transition: all ease 0.8s;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
  }
}

@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(220deg);
  }
}

.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 22px;
  width: 22px;
  clip: rect(0, 22px, 22px, 11px);
  background: linear-gradient(#ccff00, #ccff00) padding-box,
    linear-gradient(to right, #000000, #000000) border-box;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.97, 1, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.97, 1, 0.175, 1) infinite;
}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }

  50% {
    -webkit-transform: rotate(-160deg);
  }

  100% {
    -webkit-transform: rotate(140deg);
  }
}

@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }

  50% {
    transform: rotate(-160deg);
  }

  100% {
    transform: rotate(140deg);
  }
} */

.btn-gradient {
    background: #DF61B5;
    background: linear-gradient(to right, #dc61b7, #2f61fd);
    color: #fff !important;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
  background: linear-gradient(to right, #2f61fd, #dc61b7);
}

.btnGreen {
  background-color: #2ca762;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all ease 0.2s;
  color: #fff !important;
}

.btnGreen:hover,
.btnGreen:active,
.btnGreen:focus {
  background-color: rgb(68, 182, 120) !important;
  color: #fff !important;
}

.btnGreen svg {
  fill: #fff;
}


.btn-outline-primary {
  --bs-btn-color: #09090b;
  --bs-btn-border-color: #e4e4e7;
  --bs-btn-hover-color: #18181b;
  --bs-btn-hover-bg: #f4f4f5;
  --bs-btn-hover-border-color: #e4e4e7;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #18181b;
  --bs-btn-active-bg: #f4f4f5;
  --bs-btn-active-border-color: #e4e4e7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #18181b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e4e4e7;
  --bs-gradient: none;
}s

.sidebar {
  position: fixed !important;
  top: 0 !important;
  width: 235px;
  background-color: #0d0c22;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100;
  padding: 10px 0px 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  max-height: 100%;
  overflow-y: auto;
  transform: inherit !important;
  border-radius: 0 !important;
  margin-left: -100% !important;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) all 0.2s;
}

.sidebar.admin {
  margin-left: 0 !important;
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.sidebar.show {
  margin-left: 0 !important;
  visibility: visible;
  opacity: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) all 0.2s;
}

.Btnclose {
  background-color: transparent !important;
}

.Btnclose svg {
  fill: #fff;
}

.sidebar li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.topBar li a {
  font-size: .875rem;
  font-weight: 500;
  font-style: normal;
  border-radius: 15px;
  padding: 7px 15px;
  border: 1px solid transparent;
  display: block;
  color: #080808;
  width: 100%;
}
.bgLight .text-light {
  color: #ffffff !important;
}
.HomeBar li a{
  font-size: .875rem;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  padding: 9px 12px;
  border: 1px solid #e4e4e7;
  display: block;
  color: #080808;
}
.HomeBar li a:hover, .HomeBar li a:active, .HomeBar li a:focus{
  border-color: #000;
  color: #080808;
}

.drop-dot {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  top: -3px;
  position: relative;
}

.navbar-nav .dropdown-arrow {
  padding-right: 20px;
}
/* .offcanvas-header {
  padding-top: 35px;
  padding-bottom: 20px;
} */
.navbar .navbar-brand {
  outline: none;
  text-align: center;
}

.bg-gray {
  background-color: #f6f6f6;
}

.flex-grow-1 {
  font-weight: 400;
}

.flex-shrink-0 h2 {
  font-weight: bold;
}

.flex-shrink-0 h2 span {
  font-size: 50px;
}

.page-body {
  flex: 1;
  margin-left: 320px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-wrapper {
  max-width: 100%;
  margin: auto;
}


.text-gradient {
  color: #4d4d4d;
}

.borderGradient {
  border: 2px solid #d1d1d1;
}

.userReview {
  border-radius: 50px;
  padding: 3px;
  padding-right: 20px;
  color: #000;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.subsimg {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -2px;
}

.avtar-md {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  object-fit: cover;
}

.responsive-slider {
  margin-left: 0px;
  margin-right: -48px;
}

.responsive-slider .UserSlide {
  padding-right: 50px;
}

.responsive-slider .slick-track {
  padding-top: 10px;
}

.DetailSlider .slider-nav .slick-track {
  margin: 0;
  gap: 0 15px;
  display: flex;
}

.responsive-slider .UserSlide:nth-child(even) {
  margin-top: 20px;
}

.responsive-slider .flex-grow-1 {
  width: 200px;
}

.btnGreen {
  text-decoration: none !important;
}

.starOne {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0054ff;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
}

.starOne img {
  width: 23px;
}

.mainInner {
  margin: auto;
}

.breadcrumb {
  font-size: 19px;
  font-weight: 600;
  color: #d3d3d3;
}

.breadcrumb a {
  color: #d3d3d3;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #d3d3d3;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #d3d3d3;
}

.author img {
  width: 35px;
  height: 35px;
}

.author .text-gray {
  color: #cccccc !important;
}

.author label {
  color: #5f5f5f;
}

.HomeBnnerDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hr-opacity {
  opacity: 0.2;
}

.card {
  border: 0;
  border-radius: 8px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s all;
  overflow: hidden;
}

.bestrated {
  border: 2px solid transparent;
  overflow: hidden;
}

.bestrated:hover {
  background: linear-gradient(#1c1e22, #1c1e22) padding-box,
    linear-gradient(to right, #ccff00, #ccff00) border-box;
  border: 2px solid transparent;
  box-shadow: none;
}

.card-header {
  padding: calc(var(--bs-card-spacer-y) * 1.2) calc(var(--bs-card-spacer-x) * 2);
  border-bottom-color: #282b32;
}

.card-header h2 {
  margin-bottom: 0;
}

.card-abs {
  transform: translateY(0px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}

.card-abs .blurred-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
  padding: 27px 22px 22px !important;
  color: transparent;
  text-shadow: rgb(184 184 184 / 50%) 0px 0px 10px;
  font-size: 19px;
  line-height: 1.2;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-abs .card-body {
  padding: 27px 22px 22px !important;
}

.card-abs .card-body a {
  z-index: 1;
  position: relative;
}

.card-body {
  color: #c1c1c1 !important;
  background-color: #f3f4f7;
  border-radius: 0px;
  height: 100%;
  position: relative;
}

.card-list .card-body {
  display: flex;
  flex-direction: column;
}

.card-body a {
  text-decoration: none;
}

.card:hover .card-abs {
  opacity: 1;
  /* visibility: visible; */
  transform: translateY(0);
}

.offcanvas-backdrop~.offcanvas-backdrop {
  display: none !important;
}
.offcanvas-header .btn.btn-primary {
  padding: 10px;
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #676f71;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1 !important;
}

.border-right {
  border-right: 1px solid #f1f1f1 !important;
}

.prompt-icon .bookmark-count {
  font-size: 12px;
  color: #6d6d6d;
  text-decoration: none;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 65px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.stickyHeader .secondBar,
.stickyHeader .navbar {
  transition: all ease 0.1s;
}

.navbar-brand img {
  max-width: 100%;
}

.navbar-brand svg {
  width: 90px;
}

.offcanvas-body {
  overflow-y: visible;
  padding-left: 20px;
  padding-right: 20px;
}

.SideBarLeft .offcanvas-body {
  overflow-y: auto;
}

.offcanvas-footer{
  padding-left: 20px;
  padding-right: 20px;
}
.navImg {
  width: 21px;
  height: 21px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.aiimgs {
  width: 17px;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-toggle::after {
  display: none;
}

/*
 * Navbar
 */

.navbar-nav .nav-item {
  font-weight: 500;
    font-size: .875rem;
  color: #09090b;
  position: relative;
  margin-bottom: 0px;
}

#SecondMenu .SideMenu .navbar-nav .nav-item {
  margin-bottom: 10px;
}
.SideMenu .offcanvas-footer .navbar-nav .nav-item{margin-bottom: 3px;}

/* .leftbar .nav-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ccff00;
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.leftbar .nav-item:hover:before, .leftbar .nav-item.active:before {
  transform-origin: left;
  transform: scaleX(1);
} */

html[data-bs-theme="light"] .leftbar .nav-item:before {
  background-color: #2b61ff;
}

html[data-bs-theme="dark"] .body-mustard .leftbar  .nav-item:before {
  background-color: #ffbd00;
}
html[data-bs-theme="dark"] .body-navy .leftbar .nav-item:before {
  background-color: #ff0028;
}

.navbar-nav .nav-link small {
  color: #999fb0;
  font-size: 12px;
  font-weight: 400;
}

.width-14 {
  width: 18px;
}

.navbar-brand {
  padding-bottom: 17px;
  font-size: 1rem;
  padding-left: 35px;
  padding-right: 35px;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
  padding: 0;
  border: 0;
  min-width: 2.5rem;
  margin-left: 0 !important;
  color: #09090b;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: none;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

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

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.btn-file {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #e7e7e7;
  border-radius: 10px;
}

.btn-file__actions {
  margin: 0;
  padding: 0;
}

.btn-file__actions__item {
  padding: 120px 50px;
  font-size: 1.5em;
  color: #d3e0e9;
  cursor: pointer;
  text-decoration: none;
}

.btn-file__actions__item:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-file__actions__item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 0;
}

.btn-file__actions__item:hover,
.btn-file__actions__item:focus {
  color: #636b6f;
  background-color: rgba(211, 224, 233, 0.1);
}

.btn-file__actions__item:hover--shadow,
.btn-file__actions__item:focus--shadow {
  box-shadow: #d3e0e9 0 0 60px 15px;
}

.btn-file__actions__item--shadow {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn-file__actions__item--shadow::before {
  content: " ";
  box-shadow: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.btn-file__preview {
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-outline-secondary {
  border-color: #303030 !important;
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 8px;
  color: #ffffff !important;
  background: #000000 !important;
}

.copy.btn.btn-outline-secondary:hover,
.copy.btn.btn-outline-secondary:focus {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}

.premLogin .btn-outline-secondary {
  padding: 11px 13px;
}

.premLogin p, .freePrompt p {
  font-size: .875rem;
  line-height: 1.40rem;
  color: #71717a;
}

.btn-outline-secondary.active svg path {
  fill: #ccff00;
}

html[data-bs-theme="dark"] .PriceListUls svg path {
  fill: #efefef;
}
html[data-bs-theme="light"] .PriceListUls svg path{
  fill: #000;
}

.form-group label.attachment {
  width: 100%;
}

.form-group label.attachment .btn-create>a,
.form-group label.attachment .btn-create>div {
  margin-top: 5px;
}

.form-group label.attachment input[type="file"] {
  display: none;
}

.btn-file__actions__item--shadow img {
  width: 45px;
}

.border-radius {
  border-radius: 10px !important;
}

.border-dash {
  border-style: dashed !important;
}

.font-weight-semibold {
  font-weight: 600;
}

.form-check-input {
  width: 17px;
  height: 17px;
  border-color: #d5d5d5;
  border-width: 2px;
  background: #fff;
  margin-top: 0.2em;
}

.form-check-input:focus {
  box-shadow: none;
}

.gen-radio .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ff005a'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg) !important;
  background-repeat: no-repeat !important;
}

.form-switch .form-check-input {
  width: 40px;
  height: 20px;
}

.form-switch .form-check-input {
  background-repeat: no-repeat;
}

.form-switch .form-check-input:checked {
    border-color: #2b61ff !important;
    background-color: #2b61ff !important;
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
    background-image: var(--bs-form-switch-bg) !important;
    border-width: 1px;
}

.btn-v5 {
  background-color: #df7900;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff !important;
  margin-left: 5px;
}

.input-tops .form-check-input {
  margin-top: 0.45em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-switch .form-check-input[type="checkbox"] {
  border-radius: 50px;
}

.DetailSlider .down-url {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transform: translateY(10px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.4s;
}

.DetailSlider .slick-slide.slick-current .down-url {
  opacity: 1;
  transform: translateY(0);
}

.DetailSlider .down-url a:hover img {
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(359deg) brightness(1000%) contrast(107%);
  transform: scale(1.1);
  transition: all ease 0.2s;
}

/* .btn-xxl {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 30px;
  font-size: 18px;
} */

.min-300 {
  width: 300px;
  min-width: 300px;
  flex: 0 0 300px;
}

.width-130 {
  width: 150px;
  height: 100%;
  object-fit: cover;
}

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

.EditDelete {
  list-style: none;
  padding-left: 0;
}

.Navlogo{min-width: 220px;}
.manageSearch {
  position: relative;
  margin-bottom: 0;
}

.manageSearch .btn-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  background-color: transparent;
  border: 0;
  opacity: 0.7;
}

.manageSearch .form-control {
  font-weight: 600;
  font-size: 16px;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 0px;
  padding: 9.5px 45px;
  line-height: 1;
  border: 0px;
}
.manageSearch-end .btn-search {
  left: inherit;
  right: 10px;
}
.manageSearch-end{width: 430px;}
.manageSearch-end .form-control {
  padding-left:15px;
}
.manageSearchXL .form-control {
  font-size: 14px;
  padding: 13px 25px;
  border: 0px !important;
}

.manageSearchXL .btn-search {
  right: 10px;
  left: inherit;
}

.manageSearch .form-control::-webkit-input-placeholder {
  color: #71717a;
}

.manageSearch .form-control::-moz-placeholder {
  color: #71717a;
}

.manageSearch .form-control:-ms-input-placeholder {
  color: #71717a;
}

.manageSearch .form-control:-moz-placeholder {
  color: #71717a;
}

.manageSearch .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.manageSearch .form-control:focus:-moz-placeholder {
  color: transparent !important;
}

.manageSearch .form-control:focus::-moz-placeholder {
  color: transparent !important;
}

.manageSearch .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.custom-inpgrp .form-control::-webkit-input-placeholder,
.custom-inpgrp .form-control::-moz-placeholder,
.custom-inpgrp .form-control:-ms-input-placeholder,
.custom-inpgrp .form-control:-moz-placeholder{
  color: #969aa5 !important;
}

.navbar .manageSearch .form-control::-webkit-input-placeholder, 
.navbar .manageSearch .form-control::-moz-placeholder, 
.navbar .manageSearch .form-control:-ms-input-placeholder, 
.navbar .manageSearch .form-control:-moz-placeholder{
  color: #000000 !important;
}

.manageSearch .btn-search svg {
  stroke: #000;
}

.HomeBnner img {
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
  text-indent: -20000px;
}

.btn-details {
  background-color: #020304;
  color: #fff;
  padding: 6px 12px;
  position: absolute;
  top: -18px;
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  opacity: 1;
  transition: all ease 0.2s;
}

.btn-details:hover,
.btn-details:active,
.btn-details:focus {
  background-color: #020304;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.card.card-list:hover .btn-details {
  opacity: 1;
}

.pe-20 {
  padding-right: 25px;
}

.card-list {
  transition: all ease 0.2s;
  border: 0;
}

.card-list:hover {
  border: 0;
  box-shadow: none;
}

.card-list p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 5px;
  font-size: 14px;
  line-height: normal;
  color: #dadddd;
  font-weight: 400;
  word-break: break-word;
}

.card-abs .card-text-title.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.card-text-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px !important;
  transition: all ease 0.2s;
}

.card-text-title:hover {
  color: #fff;
}

.card-subtitle {
  font-size: 14px;
  color: #cccccc;
}


.card-abs .makerPic {
  margin-bottom: 20px;
  margin-top: 20px;
}

.card-abs .btm-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
    right: 0;
}

.btn__effect.btn-outline-secondary {
  padding: 6px 9px;
}

.btn__effect:hover svg,
.copy.btn:hover svg,
.scalable span:hover svg {
  transform: scale(1.1);
  transition: all ease 0.2s;
}

.scalable span {
  cursor: pointer;
}

.btn__effect .bookmark-count,
.premLogin .bookmark-count {
  color: #6d6d6d;
  font-size: 12px;
}

/*bestrate-card*/
.bestrate .madewith-txt img {
  width: 50px;
  background: #bfbfbf;
  height: 50px;
}

.bestrate .madewith-txt {
  color: #cccccc;
  font-size: 14px;
}
.madewith-txt {
  display: flex;
  align-items: center;
}
.bestrate .bookmark-count.mb-0 {
  color: #6d6d6d;
  font-size: 11px;
}

.bestrated .list-unstyled li {
  text-align: center;
}

.bestrated .list-unstyled .btn-outline-secondary {
  background: #171717;
  padding: 10px;
}

.bestrated .list-unstyled {
  gap: 0 25px;
}

.bestrate .card-body {
  display: flex;
  flex-direction: column;
}

.bestrate .prompt-info {
  margin-top: auto;
}

.bestrated .card-abs {
  transition: all 0.2s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.bestrated:hover .card-abs {
  transform: translateY(0);
}

.bestrated.card-list p {
  font-size: 22px;
  color: #6d6d6d;
}

.bestrated .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bestrated .prompt-info {
  margin-top: 15px;
}

.bestrated .madewith-txt img {
  width: 50px;
  height: 50px;
  background: #ccc;
  object-fit: cover;
}

img {
  outline: none;
  border: 0;
}

.card-list .card-img,
.card-list .card-img-top {
  border-radius: 0px;
}

.list-view {
  position: relative;
}
.list-view .row>[class*="col-"] {
  max-width: 100%;
  flex: 0 0 100%;
}

.list-view .card {
  flex-direction: row;
}

.list-view .version-post {
  top: 10px;
}

.list-view .btn-details {
  padding: 5px 9px;
  top: 62px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  left: inherit;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.list-view .test-popup-link {
  padding-top: 0;
}

.list-view .card-list .card-img,
.list-view .card-list .card-img-top {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  min-width: 266px;
  max-width: 266px;
  position: relative;
}

.flex-1 {
  flex: 1;
}

.versionbtn .btn-secondary {
  font-size: 14px;
  border: 0 !important;
  background-color: transparent !important;
}

.versionbtn .btn-secondary:hover,
.versionbtn .btn-secondary:active,
.versionbtn .btn-secondary:focus {
  background: rgb(117, 117, 250) !important;
  background: linear-gradient(90deg,
      rgba(117, 117, 250, 1) 0%,
      rgba(197, 78, 203, 1) 100%) !important;
}

.list-view .card>.card-img-top {
  width: auto;
}

.list-view .card .card-body {
  display: inline-block;
}

.heartcopy {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  gap: 0 25px;
}

.heartcopy li a {
  cursor: pointer;
}

.ZoomIcon {
  margin: auto;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ccff00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0c0c0;
  opacity: 1;
  transition: all ease 0.2s;
  margin-bottom: 15px;
}

.ZoomIcon .feather {
  stroke: #fff;
}

.test-popup-link:hover .ZoomIcon {
  opacity: 1;
}

.btn-View {
  border-radius: 10px;
  padding: 10px 13px;
  border: 0;
  background-color: transparent;
}

.btn-View+.btn-View {
  margin-left: 10px;
}

.btn-View:hover,
.btn-View:active,
.btn-View:focus,
.btn-View.active {
  background-color: #1c1e22;
}

.btn-View img {
  width: 24px;
}

.btnNewGroup .btn-outline-primary {
  border: 0;
  box-shadow: none;
  border-radius: 8px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.btnNewGroup .btn {
  margin-left: 10px !important;
  text-decoration: none;
  color: #fff;
}

.btnNewGroup .btn a {
  text-decoration: none;
  color: #fff;
}

.btnNewGroup .btn-check:checked+.btn,
.btnNewGroup .btn-check+.btn:hover {
  background: rgb(117, 117, 250) !important;
  background: linear-gradient(90deg,
      rgba(117, 117, 250, 1) 0%,
      rgba(197, 78, 203, 1) 100%) !important;
  color: #fff;
}

.navbar-toggler {
  box-shadow: none !important;
}

::-webkit-scrollbar {
  width: 13px;
  height: 10px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #222;
}

.sidebar::-webkit-scrollbar,
.sidebar .dropdown-menu::-webkit-scrollbar {
  width: 2px;
}

.sidebar .dropdown-menu {
  padding: 75px 0px 0;
  position: fixed !important;
  left: 235px !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  transform: inherit !important;
  width: 235px !important;
  max-height: 100%;
  overflow-y: auto;
}

.sidebar .dropdown-menu-dark {
  --bs-dropdown-bg: #2b2d31;
  border: 0;
}

.pagination {
  --bs-pagination-color: #949ba4;
}

.pagination .page-link {
  padding: 10px 15px;
  background-color: #1c1e22 !important;
  border-color: #1c1e22 !important;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
}

.pagination .active>.page-link,
.pagination .page-link.active {
  background-color: #0f1013 !important;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 25px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 25px;
}

.btnGoogle {
  padding: 8px 25px 8px 15px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  border: 0;
  transition: all ease 0.2s;
  position: relative;
}

.btnGoogle span {
  position: relative;
  z-index: 1;
}

.btnGoogle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  content: "";
  border-radius: 50px;
  transition: all ease 0.2s;
}

.btnGoogle:hover,
.btnGoogle:active,
.btnGoogle:focus {
  border: 0;
  box-shadow: none;
  color: #000;
}

.btnGoogle:hover:after,
.btnGoogle:active:after,
.btnGoogle:focus:after {
  transform: scale(1.03);
}

.loginPage h2 {
  font-weight: 500;
}
.loginPage .card {
  background: transparent;
}

.loginPage .crown {
  right: 10px;
  top: 5px;
}
.login-images {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.login-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.HomeCount {
  column-count: 5;
  column-gap: 15px;
}

.test-popup-link {
  border: 0;
  outline: none;
  text-decoration: none;
}

.test-popup-link .card-img-top {
 
  border: 0;
  outline: none;
  transition: all ease 2s;
}

.icon-with-text {
  display: inline-flex;
  align-items: flex-start;
}

.icon-with-text__icon {
  flex-shrink: 0;
  margin-right: 0px;
  margin-top: -2px;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
}

.icon-svg path {
  fill: #6d6d6d;
}

.btn__effect.btn.btn-outline-secondary .heart-full {
  margin: auto;
}

.btn__effect {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.active .icon-svg {
  -webkit-animation: bounceIn 0.5s linear;
  animation: bounceIn 0.5s linear;
}

.active .effect:before {
  -webkit-animation: fireworkLine 0.5s linear 0.1s;
  animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
  -webkit-animation: fireworkPoint 0.5s linear 0.1s;
  animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
  position: absolute;
  left: -16px;
  top: 0;
  opacity: 0;
}

.broken-heart--left {
  transform: rotate(0deg);
  transform-origin: 60% 200%;
}

.broken-heart--right {
  transform: rotate(0deg);
  transform-origin: 63% 200%;
}

.broken-heart--crack {
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
}

.deactivate .broken-heart {
  opacity: 1;
}

.deactivate .broken-heart--left {
  -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
  animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
  -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
  animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
  -webkit-animation: crack 0.2s ease-in forwards;
  animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
  -webkit-animation: pulse 1s ease-out infinite;
  animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
  -webkit-animation: pulseBlue 1s ease-out infinite;
  animation: pulseBlue 1s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes pulseBlue {
  0% {
    transform-origin: center center;
    transform: scale(1);
    fill: #cccccc;
  }

  50% {
    transform: scale(1.15);
    fill: #0090e3;
  }

  100% {
    transform: scale(1);
    fill: #cccccc;
  }
}

@keyframes pulseBlue {
  0% {
    transform-origin: center center;
    transform: scale(1);
    fill: #cccccc;
  }

  50% {
    transform: scale(1.15);
    fill: #0090e3;
  }

  100% {
    transform: scale(1);
    fill: #cccccc;
  }
}

@-webkit-keyframes fireworkLine {
  0% {
    right: 20%;
    transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    transform: scale(1, 1);
  }

  100% {
    right: 0;
    transform: scale(0, 0);
  }
}

@keyframes fireworkLine {
  0% {
    right: 20%;
    transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    transform: scale(1, 1);
  }

  100% {
    right: 0;
    transform: scale(0, 0);
  }
}

@-webkit-keyframes fireworkPoint {
  30% {
    transform: scale(0, 0);
  }

  60% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 0);
  }
}

@keyframes fireworkPoint {
  30% {
    transform: scale(0, 0);
  }

  60% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 0);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    transform: scale(0);
  }

  30% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }

  30% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}

@-webkit-keyframes crackLeft {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@keyframes crackLeft {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes crackRight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes crackRight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }

  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }

  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.textareaSe {
  height: 180px;
  min-height: 180px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.textareaSe:focus {
  border-color: #000;
  outline: none;
}

.textareaSe::-webkit-input-placeholder {
  color: #c1c1c1;
}

.textareaSe:-ms-input-placeholder {
  color: #c1c1c1;
}

.textareaSe::placeholder {
  color: #c1c1c1;
}

.dt-buttons {
  margin-bottom: 15px;
}

.btnGree,
.dt-button.buttons-create {
  background: #ccff00;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.2s;
  text-decoration: none;
}

.btnGree:hover,
.btnGree:focus,
.btnGree:active,
.dt-button.buttons-create:hover,
.dt-button.buttons-create:active,
.dt-button.buttons-create:focus {
  background-color: #ccff00;
  color: #fff;
}

.btn-primary, .btn-success, .btn-secondary, .btn-dark, .btn-outline-primary, .btn-gradient {
  font-weight: 600;
  font-size: 14px;
  padding: 13px 22px;
  border-radius: 30px;
  line-height: 1;
}

.font-16 {
  font-size: 16px;
}
.bgLight .btn-primary {
  border-width: 2px !important;
  justify-content: center;
  width: 100%;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2b61ff;
  --bs-btn-border-color: #2b61ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b61ff;
  --bs-btn-hover-border-color: #2b61ff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b61ff;
  --bs-btn-active-border-color: #2b61ff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2b61ff;
  --bs-btn-disabled-border-color: #2b61ff;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4ccca3;
  --bs-btn-border-color: #4ccca3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2cb186;
  --bs-btn-hover-border-color: #2cb186;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2cb186;
  --bs-btn-active-border-color: #2cb186;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4ccca3;
  --bs-btn-disabled-border-color: #4ccca3;
}

.btn-primary-o {
  --bs-btn-color: #ccff00;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: rgb(204 255 0);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #cf0;
  --bs-btn-hover-border-color: rgb(213, 210, 255);
  --bs-btn-active-color: #ccff00;
  --bs-btn-active-bg: rgb(213, 210, 255);
  --bs-btn-active-border-color: rgb(213, 210, 255);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ccff00;
  --bs-btn-disabled-border-color: #ccff00;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 6px;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #303030;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #303030;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #303030;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #303030;
  --bs-btn-disabled-border-color: #000000;
}

.btn-sm {
  font-size: 13px;
  padding: 10px 20px;
}

.w-80 {
  width: 85%;
}
header .navbar-brand svg path {
  fill: #2b61ff;
}
.copy.active svg path {
  fill: #ccff00;
}

.feather-copy .dt-button.buttons-create {
  padding: 15px 35px;
}

.btnGree:hover,
.btnGree:active,
.btnGree:focus {
  opacity: 0.8;
}

.form-label {
  color: #c1c1c1;
  font-weight: 600;
}

.formPage .form-control {
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
  padding: 10px 20px !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c1c1c1 !important;
  line-height: 1.4 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 9px;
  width: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 15px;
}

.mfp-image-holder .mfp-content {
  max-width: 80% !important;
}

.hv-100 {
  height: 100vh;
}

footer {
  padding: 0px 0;
  position: relative;
}

.footerlinks {
  margin-bottom: 0;
  font-weight: normal;
}

.footerMini{
  margin: auto;
  position: relative;
  padding-top: 20px;
  color: #b9bdc6;
  text-align: center;
}

footer p small {
  color: #b9bdc6;
  font-size: 15px;
  margin-bottom: 0px;
}



.footerText a, .footerlinks a {
  color: #09090b;
  text-decoration: none !important;
  font-size: 14px;
}

.footerlinks a:hover {
  color: #fff;
}

.mfp-close {
  font-size: 35px !important;
}

.bookmarkicon {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.copyIcon {
  width: 19px;
  height: 19px;
  vertical-align: bottom;
}

.HomeBnner h1 {
  font-size: 32px;
}

.page-body-wrapper.sidebar-icon {
  flex: 1;
}

.dataTables_wrapper table.dataTable {
  border-collapse: collapse !important;
}

.table> :not(caption)>*>* {
  background-color: transparent;
}

table {
  background-color: transparent;
}

table.dataTable thead tr th,
table thead tr th {
  padding: 15px 15px;
  font-weight: 600;
  background-color: #f3f4f7;
  color: #000;
}

table.dataTable tfoot tr th,
table tfoot tr th {
  border: 0;
}

table.dataTable thead tr th:first-child,
table thead tr th:first-child {
  border-top-left-radius: 5px;
}

table.dataTable thead tr th:last-child,
table thead tr th:last-child {
  border-top-right-radius: 5px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 18px !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  border: 1px solid #ccc !important;
  padding: 5px !important;
  border-radius: 5px !important;
}

table.dataTable tr td {
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 14px;
}

table.dataTable td img {
  border-radius: 8px;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

.btn-radius {
  border-radius: 50px;
}

.dropdown-toggle.btn-radius {
  padding: 8px;
}

.dropstart .dropdown-toggle::before {
  display: none;
}

.dataTables_filter input[type="search"] {
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  padding-top: 8px;
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 15px;
  background-color: #fff;
}

.dataTables_filter input[type="search"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(236, 236, 236, 0.15);
}

.dataTables_filter input[type="search"]::-webkit-input-placeholder {
  color: #c1c1c1;
}

.dataTables_filter input[type="search"]:-ms-input-placeholder {
  color: #c1c1c1;
}

.dataTables_filter input[type="search"]::placeholder {
  color: #c1c1c1;
}

table.dataTable thead .sorting:after {
  opacity: 0.7 !important;
  content: "↓" !important;
}

table.dataTable thead .sorting_desc:after {
  content: "↑" !important;
}

.dataTables_paginate .paginate_button {
  padding: 7px 15px;
  text-decoration: none;
  color: #212121;
  margin: 3px;
  border-radius: 5px !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
}

.dataTables_paginate .paginate_button.current {
  background-color: #2b61ff;
  color: #fff;
}

.object-fit {
  object-fit: cover;
}

.custom-popover {
  --bs-popover-max-width: 450px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #ebbdf2, #91cefd) border-box;
  border: 2px solid transparent;
  color: #62677c;
  box-shadow: 0px 4px 0px 0px rgba(113, 104, 250, 0.5);
}

.popover-body {
  font-size: 14px;
}

.popover-body strong,
.popover-body a {
  color: #ccff00 !important;
  font-weight: 400;
}

.popover-arrow {
  display: none !important;
}

.text-bg-secondary {
  background-color: #f4f9ff !important;
  box-shadow: none;
  border: 2px solid transparent;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none;
  padding: 7px 16px !important;
  transition: all ease 0.2s;
  color: #9dbddd !important;
}

.text-bg-secondary:hover,
.text-bg-secondary:active,
.text-bg-secondary:focus {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #ebbdf2, #91cefd) border-box;
  border: 2px solid transparent;
}

.socialList {
  list-style: none;
}

.socialList img {
  width: 30px;
  height: 30px;
}

.socialList img.x {
  width: 23px;
  height: 23px;
}

.text-dark {
  color: #71799b !important;
}

.text-dark-1 {
  color: #8693c6 !important;
}

.DetailSlider {
  display: block;
}

.DetailSlider .slider-nav {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 0px;
  margin-left: -8px;
  margin-right: -8px;
}

.DetailSlider .slider-for {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.slider-for .slick-arrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -25px;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  z-index: 1;
  margin: auto;
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 1px solid transparent;
  /* margin-top: -15px; */
  background-color: #ffffff;
  border-color: #999999;
  transition: all ease 0.2s;
}
.slider-for .slick-arrow:hover {
  background-color: #f5f5f5;
}
.slider-for .slick-prev {
  left: 10px;
  background-image: url("../images/arrow-xl-left.svg");
}

.slider-for .slick-next {
  right: 10px;
  background-image: url("../images/arrow-xl-right.svg");
}

.DetailSlider .slickCon {
  padding: 0px 0 10px;
  height: auto !important;
  cursor: pointer;
  outline: none !important;
}

.DetailSlider .slick-slide {
  height: auto;
}
.cardDetails{padding:20px 50px;}
.DetailSlider .slider-nav .slick-slide .thumbSlid {
  border: 2px solid transparent;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;

}
.DetailSlider .slider-nav  .thumbSlid {
  margin: 0;
  width: 97px !important;
  border-radius: 15px !important;
  object-fit: cover !important;
}

.DetailSlider .slick-slide.slick-current .thumbSlid {
 border-color: #000;
}

.DetailSlider .slick-slide img,
.slider-for .slick-slide,
.slider-for .slick-slide img {
  border-radius: 0px;
  overflow: hidden;
  margin: auto;
}
/* .DetailSlider .DetailMainImg{
max-width: 670px;
margin: auto;
} */
.btnBlue {

  --bs-btn-color: #fff;
  --bs-btn-bg: #3d8bff;
  --bs-btn-border-color: #3d8bff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #317ae9;
  --bs-btn-hover-border-color: #317ae9;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #317ae9;
  --bs-btn-active-border-color: #317ae9;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3d8bff;
  --bs-btn-disabled-border-color: #3d8bff;

  width: 100%;
  border-radius: 15px;
  color: #fff;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 15px;
  transition: all ease 0.2s;
}
.dropdownButton .dropdown-menu {
  width: 100%;
  padding: 10px;
}
.dropdownButton a{cursor: pointer;}
.freePrompt, .premLogin, .PremiumPro{
padding: 20px;
border: 0;
border-radius: 15px;
background-color: rgba(221, 223, 225, 0.35);
}
.DetailSlider .image-wrapper img {
  width: auto;
  max-width: 100%;
max-height: inherit;
height: inherit;
  border-radius: 20px;
}
.image-wrapper{position: relative; width: 100%; display: flex; justify-content: center; align-items: center;  max-height: 880px;}
.DetailMainImg {z-index: 1;}
/* .promptDetail .col-lg-7 .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
} */

.backgroundify-wrap {
  filter: blur(10px);
}
.zindex{z-index: 2;}

/* The slider */

.mode {
  width: 100%;
  min-width: 25px;
  height: auto;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}


.mode img {
  width: 21px;
  height: 21px;
}

.ListPopular {
  list-style: none;
  padding: 20px 50px;
  opacity: 0;
  display: none;
}
.ListPopular.slick-slider{opacity: 1; display: block;}
.ListPopular .listSlide {
  padding: 10px 10px;
  text-align: center;
}

.ListPopular a {
  text-decoration: none;
  color: #09090b;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s all;
  display: block;
}

.ListPopular a h6 {
  font-size: 16px;
  font-weight: 500;
}

.ListPopular a:hover {
  color: #09090b;
}

.ListPopular img {
  max-width: 100%;
  border-radius: 100px;
  border: 7px solid transparent;
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 15px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s all;
}

.ListPopular a:hover img {
  border-color: #e3e3e3;
  box-shadow: none;
}

.ListPopular .slick-arrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -25px;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  z-index: 1;
  margin: auto;
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: 1px solid transparent;
  /* margin-top: -15px; */
}

.ListPopular .slick-arrow:hover{
  background-color: #f1f2f4;
  border-color: #e4e4e7;
}
.ListPopular .slick-prev{
  background-image: url("../images/arrow-xl-left.svg");
  left: 0;
}
.ListPopular .slick-next{
  background-image: url("../images/arrow-xl-right.svg");
  right: 0;
}


.premium-crown {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 500;
  font-size: .75rem;
  line-height: .875rem;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
}

.list-view .premium-crown {
  top: 0px;
  left: inherit;
  right: 0;
}

.version-post {
  color: #cccccc;
  font-weight: 400;
  font-size: 13px;
}

.version-post.position-absolute {
  top: 15px;
  right: 15px;
}

.btnPremium {
  background-color: #ccff00;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.2s;
  color: #000000;
  font-style: italic;
  line-height: 1;
  border: 1px solid transparent;
}

.btnPremium img {
  width: 15px;
  filter: brightness(100000%) contrast(100000%);
}

.non-premium {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.non-prem {
  color: #ccff00;
  font-size: 17px;
}

.btnPremium:hover {
  background-color: #000000;
  color: #ccff00;
  border-color: #ccff00;
}

.stickyButton {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 111;
  padding: 20px;
}

.stickyButton .badge {
  background-color: #9dfda9 !important;
  color: #137320 !important;
  border-radius: 7px !important;
  padding: 0px 7px;
  height: auto;
  line-height: 2;
}

.blog-title {
  font-size: 39px;
  font-weight: bold;
}

.blog-card {
  overflow: hidden;
}

.blogimg {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-card .date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.blog-card h5 {
  font-size: 18px;
  font-weight: normal;
  color: #c3c3c3;
}

.blog-card h5.text-gradient {
  font-weight: bold;
}

.blog-card h5 a {
  color: #c3c3c3;
  text-decoration: none;
}

.blog-body {
  padding: 15px 0;
}

.blogcard-Img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.blogimg {
  transform: translateX(5px) scale(1.1);
  transition: linear all 0.3s;
}

.blog-card:hover .blogimg {
  transform: translateX(0px) scale(1.1);
}

.blogcard-Img svg {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.AllCategoryLink {
  background-color: #eee;
  color: #14161b;
  border-radius: 8px;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  border: 2px solid transparent;
  transition: all ease 0.2s;
}

.AllCategoryLink:hover {
  background: linear-gradient(#000000, #000000) padding-box,
    linear-gradient(to right, #ccff00, #ccff00) border-box;
  border: 2px solid transparent;
  box-shadow: none;
}

.contact-form label {
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
  font-weight: bold;
}

.contact-form .form-control,
.StripeElement {
  background-color: rgb(248, 248, 248);
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  padding: 12px 20px;
  height: auto;
  color: #1c1e22;
  font-weight: 400;
  font-weight: 500;
  resize: none;
}

.StripeElement {
  padding: 15px 20px;
}

.PopRelative {
  position: relative;
}

.modalReach {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22222;
  padding: 20px;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  height: 0;
  overflow-y: auto;
}

.modalReachOver {
  background-color: rgba(12, 12, 12, .63922);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.modalIn .modalReach {
  transform: translateY(0px);
  opacity: 1;
  height: inherit;
  visibility: visible;
}

.modalInLimit .modalLimit {
  transform: translateY(0px);
  opacity: 1;
  height: inherit;
  visibility: visible;
}

.modalContentCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.modalInLogin .modalReachLogin {
  transform: translateY(0px);
  opacity: 1;
  height: inherit;
  visibility: visible;
}

.modal200Limit {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  overflow: inherit;
  z-index: 1;
}

.modalReachOver2 {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.modal200Limit .modalContent {
  position: sticky;
  z-index: 1;
  top: 17vh;
}

.SideBarLeft {
  width: 220px !important;
  background-color: #fff;
}

.SideBarLeft .nav-item {
  width: 100%;
  margin-bottom: 12px;
}

.secondBar {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 20px;
}

/* .secondBar .btnTogg {
  padding: 12px 27px 12px 17px !important;
  background: #000000;
  color: #dedede;
  font-weight: 400;
  font-size: 16px;
} */

.btnTogg svg {
  fill: #71799b;
}

.secondBar .btnTogg svg {
  fill: #ffffff !important;
  margin-right: 9px;
}

.dropdown-menu-dark {
  --bs-dropdown-color: #71799b;
  --bs-dropdown-bg: #f3f4f7;
  --bs-dropdown-link-color: #71799b;
  --bs-dropdown-link-hover-color: #71799b;
}

.modalContent {
  background-color: #ffffff;
  border-radius: 16px;
  border: 0;
  max-width: 790px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 111;
}
.modal-content {
  overflow: hidden;
  border-radius: 12px;
}
.modalContent h2, .modal-content h2  {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -.014rem;
  font-weight: 600;
}

.modalContent p , .modal-content p{
  font-size: 15px;
}

.neon {
  color: #4c4cef;
  font-weight: 400;
}

.LimitUl {
  list-style: none;
  padding-left: 0;
}

.LimitUl li {
  color: #71799b;
  padding: 5px 0;
  font-size: 16px;
}

.LimitUl li img {
  width: 16px;
  margin-right: 10px;
}

.BadgeTags {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.BadgeTags li {
  padding: 2px 4px;
}
/* .BadgeTags li a:before {
  background-image: url(../images/right-angle.svg);
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  background-size: contain;
} */

.BadgeTags li a {
  position: relative;
  color: #c3c3c3;
  font-size: 16px;
  text-decoration: none;
  padding-left: 0px;
  font-weight: 500;
  font-size: .75rem;
  line-height: .875rem;
  background-color: #f4f4f5;
  padding: 0.26rem 0.55rem;
  border-radius: 50px;
  /* height: 1.5rem; */
  display: block;
}

.midLog {
  width: 40px;
}

.premiumH2 {
  font-size: 40px;
  font-weight: bold;
}

.premiumH2 small {
  font-size: 0.575em;
}

.premiunYearly {
  color: #14161b;
  font-weight: bold;
}

.bestvalue {
  background-color: #178d67;
  position: absolute;
  left: 15px;
  top: -17px;
  padding: 5px 22px;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
}

.max-400 {
  max-width: 450px;
  width: 100%;
}

#card-element iframe body {
  height: 45px !important;
  padding: 10px 15px !important;
  border-radius: 10px;
  display: none !important;
}

#card-element iframe form {
  height: 100% !important;
}
header.navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 4.2rem;
  padding-left: 20px;
  padding-right: 20px;
}
header .navbar-nav a {
  cursor: pointer;
  font-weight: 500;
  font-size: .875rem;
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  z-index: 1021;
  margin: 0;
  flex-direction: column;
  padding: 10px;
  border: 0;
  position: absolute;
  left: 100%;
  bottom: 0;
}
header .navbar-nav.leftbar .submenu {
  background-image: url(../images/split/drop-1.png);
  background-repeat: no-repeat;
  background-position: 18px 0px;
  padding: 6px 0 0;
}

#MainHead .navbar-nav.leftbar a {font-size: 22px;}
.navbar-nav.leftbar .submenu a{font-size: 17px !important;padding: 5px 15px;padding-left: 58px;}
.navbar-nav.leftbar .submenu .nav-item {
    margin-bottom: 0;
}

.navbar-nav .dropup .dropdown-menu{ top: inherit; bottom: 0;}


.navbar-nav .dropdown-menu-end{
  right: 0;
  left: auto !important;
  top: 100% !important;
}

.dropend .dropdown-menu{position: absolute; }

.navbar .dropdown-toggle {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btnAvtar {
  border: 0;
  box-shadow: none;
  background-color: transparent !important;
  outline: none !important;
}

.btnAvtar img.avtar {
  width: 45px;
  height: 45px;
  border-radius: 40%;
  object-fit: cover;
  border: 0;
}

.crown {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 14px;
}

.btnPremiumTop img {
  width: 15px;
}

.btnPremiumTop {
  background-color: #ccff00;
  border-radius: 10px;
  box-shadow: none;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  transition: all ease 0.2s;
  color: #000000;
  font-style: italic;
}

.btnPremiumTop img {
  filter: invert(100000%) brightness(100000%) contrast(100000%);
}

.btnPremiumTop:hover {
  background-color: #000000;
  color: #ccff00;
}

.btnPremiumXXl img {
  width: 25px;
}

.btn-green {
  background-color: #33ddb3;
  border-radius: 8px;
  color: #1d3944;
  font-weight: 600;
  font-size: 16px;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #20c99f;
  color: #1d3944;
}

.btn-green svg {
  vertical-align: sub;
}

.top-30 {
  top: 30px;
}

.ModalClose {
  background: transparent;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  border: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: none !important;
  opacity: 1;
  margin: 0 !important;
}
.ModalClose svg{width: 14px;}

.nav.justify-content-center {
  max-height: 100%;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.offcanvas-body .nav.justify-content-center {
  max-height: 100%;
  overflow-y: auto;
}

.offcanvas-body .nav.justify-content-center::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.StickyView .nav-link {
  font-weight: 500;
}

.offcanvas {
  --bs-offcanvas-zindex: 222222;
}

.offcanvas-header .btn-close {
  box-shadow: none !important;
}


.dropdown-menu li {margin-bottom: 0;}

.dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: 10px 15px 10px;
  color: #09090b;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 1.25rem;
  min-width: 190px;
  border-radius: 8px;
  border: 0 !important;
}
.dropdown-menu .avtar{width: 30px; height: 30px; border-radius: 50px;}

.dropdown-menu li:last-child {
  padding-bottom: 0;
}

.dropdown-menu  .dropdown-item:focus,
.dropdown-menu  .dropdown-item:hover {
  color: #09090b;
  background-color: #f4f4f5;
}
.offcanvas-body .dropdown-menu.submenu .dropdown-item:focus, 
.offcanvas-body .dropdown-menu.submenu .dropdown-item:hover {
    background-color: transparent;
}
.Contentpages .text-grey {
  color: #d0d0d0;
}

.Contentpages p a,
.Contentpages li a {
  color: #ccff00;
}

.Contentpages li {
  color: #d0d0d0;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 10px;
}

.Contentpages ul li:last-child {
  padding-bottom: 0;
}

.sticky-top-index {
  z-index: 1;
}

.text-purple {
  color: #ccff00;
}

.text-gray.mt-5 small {
  font-size: 0.775em;
}

#card-errors {
  color: red;
}

#app {
  height: fit-content;
}

.w-5.h-5 {
  width: 15px;
  height: 15px;
}

.paginations nav .hidden {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

.paginations nav .hidden div:nth-child(2) {
  margin-top: 10px;
}

.paginations .flex.justify-between.flex-1 {
  display: none;
}

.paginations a,
.paginations .rounded-md span>span {
  padding: 12px 15px !important;
  border: 1px solid #e4e4e7 !important;
  text-decoration: none !important;
  color: #14161b;
  font-weight: 600;
  background-color: transparent !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 8px;
  transition: all linear 0.2s;
  line-height: 1;
  width: 50px;
  height: 50px;
}

/* .paginations .rounded-md span>span{
  background-color: transparent !important; padding: 0 !important; margin: 0 !important;
}  */

.paginations .rounded-md span[aria-current="page"] span,
.paginations a:hover,
.paginations .rounded-md span span:hover {
  background-color: transparent !important;
  color: #fff !important;
}


.paginations .shadow-sm {
  box-shadow: none !important;
}

.booktextDone {
  display: none;
}

.heart.active .booktextDone,
.copy.active .booktextDone {
  display: block;
}

.heart.active .booktext,
.copy.active .booktext {
  display: none;
}

.cardDetails .heart, .cardDetails .bookmark {
  background-color: transparent;
}


.cardDetails .heart .favorite__icon, .cardDetails .bookmark .favorite__icon {
  height: 21px;
  width: 21px;
}

.modal-backdrop.show {
  opacity: 0.95;
}

.modal-content .VideoIframe {
  border-radius: 10px;
}

.btn-black {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 18px;
  background-color: #020304;
  color: #fff;
  transition: all ease 0.2s;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background-color: #272727;
  color: #fff;
}

.Min300 {
  min-width: 250px;
  width: 250px;
}

.PremiumPro {
  position: relative;
  z-index: 0;
  padding: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background-color: rgba(221, 223, 225, 0.15);
}

.promptIcon {
  color: #969696;
  font-size: 14px;
  margin-bottom: 10px;
}

.PremiumProBlur p span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.PremiumPro .buttons {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.borderRadius {
  border-radius: 50px;
  padding: 15px 35px;
  box-shadow: 1.389px 7.878px 13px 0px rgb(164, 158, 255);
}

.gallery-card {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

.gallery-card .card-text-title {
  color: #fff;
}

.card-gray .smalls {
  font-size: 0.745em;
  opacity: 0.6;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.HeartIco {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all ease 0.2s;
  cursor: pointer;
}

.HeartIco svg {
  transition: all ease 0.2s;
}

.HeartIco:hover svg {
  transform: scale(1.09);
}

.HeartIco svg path {
  fill: #b7b7ff;
}

.HeartIco.fill svg path {
  fill: #ff6961;
}

.HeartIcoGray {
  width: 40px;
  height: 40px;
}

.HeartIcoGray svg path {
  fill: #dbdbdb;
}

.btnsBooks {
  color: #5d5d5d;
  text-decoration: none;
  font-weight: 600;
}

.gallery {
  display: flex;
  align-items: flex-start;
}

.gallery .vectorimg {
  max-width: 100%;
  border-radius: 5px;
}

.content {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.contentOverlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  transition: all ease 0.2s;
}

.content:hover .card-abs {
  opacity: 1;
  visibility: visible;
}

.content:hover .contentOverlay {
  opacity: 1;
}

.content:hover .gallery-card {
  opacity: 1;
}

#unanimatedSvg,
#animatedSvg {
  margin: auto;
  margin-bottom: 10px;
}
.gen-radio .form-check-inline {
  margin-right: 0.3rem;
}
.genrateBlank {
  padding-top: 235px;
  padding-bottom: 235px;
  padding-left: 15px;
  padding-right: 15px;
}
.font-12{font-size: 10px;}
.shadow {
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.05) !important;
}

.gallery .gallery-item {
  max-width: 20%;
  flex: 0 0 20%;
  margin-bottom: 15px;
  transition: 0.5s;
  user-select: none;
  position: relative;
  overflow: hidden;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gallery .link-wrapper {
  width: 100%;
  display: block;
}

.gallery .aspect_inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vectorPng {
  max-width: 200px;
}

.vectorMenu li a {
  color: #9b99ff;
  font-weight: 600;
}

.red {
  color: red;
}

/*Vector pages css */

.form-control {
  padding: 0.575rem 0.75rem;
  color: #020304;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  color: #71717a;
}

.form-control::-moz-placeholder {
  color: #71717a;
}

.form-control:-ms-input-placeholder {
  color: #71717a;
}

.form-control:-moz-placeholder {
  color: #71717a;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.form-control:focus:-moz-placeholder {
  color: transparent !important;
}

.form-control:focus::-moz-placeholder {
  color: transparent !important;
}

.form-controlfocus:-ms-input-placeholder {
  color: transparent !important;
}

select.form-control {
  background-image: url("../images/chevron-down-1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: center right 10px !important;
}

.generate-form-control select.form-control {
  font-size: 12px;
  line-height: 1.334;
  font-weight: 600 !important;
}

.generate-form-control .form-control {
  padding: 0;
}

.generate-form-control #prompt, 
.generate-form-control #seeds,
.generate-form-control #floatingTextarea2{
    padding: 8px;
}

.btnmin {
  min-width: 240px;
}

.BtnGenrate {
  padding: 8px 18px 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  color: #09090b;
  border: 1px solid rgb(221, 223, 225);
}



.hidden-btns .BtnGenrate {
  pointer-events: none;
}

.hidden-btns .BtnGenrate svg {
  margin-right: 4px;
}

.BtnGenrate.bg-white {
  color: #14161b;
}

.prem-btns .BtnGenrate {
  background: #ffffff;
  justify-content: center;
  gap: 0 10px;
}

.prem-btns .BtnGenrate span {
  color: #000000;
  font-size: 17px;
}

.spanOne {
  display: block;
  position: absolute !important;
  top: 8px;
  font-size: 12px;
  left: 28px;
  border: 1px solid;
  padding: 0px 5px;
  border-radius: 5px;
}


.BtnGenrate span,
.BtnGenrate img {
  z-index: 1;
  position: relative;
}

.BtnGenrate img {
  width: 28px;
}


.BtnGenrate:focus {
  box-shadow: none !important;
}

.AI-tools-menu li a {
  font-size: 15px;
  color: #8b8b8b;
  font-weight: 500;
  padding: 20px 22px;
  border-right: 1px solid #eaeaea;
}

.AI-tools-menu li a:hover,
.AI-tools-menu li.active a {
  color: #ccff00;
}

.AI-tools-menu li:last-child a {
  border-right: 0;
}

.btnDown {
  border-radius: 12px;
  padding: 12px 15px;
}

.btnGroup .btn-outline-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #8b8b8b;
  --bs-btn-border-color: #8b8b8b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8b8b8b;
  --bs-btn-hover-border-color: #8b8b8b;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #ccff00;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #ccff00;
  --bs-btn-active-shadow: 0px 0px 0px 1px #ccff00;
  --bs-btn-disabled-color: #8b8b8b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8b8b8b;
  --bs-gradient: none;
  border-radius: 5px !important;
  margin-right: 12px;
}

.btn-check +.btn {
    padding: 6px 8px !important;
    border-radius: 5px;
    font-size: 12px !important;
    border-width: 1px;
    background: #f3f4f5 !important;
    border-color: rgba(227,228,231,.63922) !important;
    text-transform: inherit;
    color: #8d919d !important;
}

.btnGroupXl {
  max-width: 320px;
  width: 100%;
}

.btnGroupXl .btn-outline-primary {
  width: 100%;
}

.btnGroupMd .btn-outline-primary {
  margin-right: 30px;
}

.btnGenerate {
  border-radius: 50px;
  font-size: 18px;
}

.badge.text-bg-pink {
  color: #fff;
  background-color: #fa68be;
  padding: 5px;
  font-size: 100%;
}

.article {
  border-color: #d0cdff;
}

.article::before {
  content: attr(data-parent);
  color: #a4a4a4;
}

.article textarea::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.article textarea::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}

.article textarea {
  color: #a09aff;
  overflow-y: auto;
  height: 130px;
  max-height: 130px;
  min-height: 130px;
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  resize: none;
  margin-top: 5px;
}

.article textarea:focus {
  color: #a09aff;
}

.article textarea::-webkit-input-placeholder {
  color: #a09aff;
}

.article textarea::-moz-placeholder {
  color: #a09aff;
}

.article textarea:-ms-input-placeholder {
  color: #a09aff;
}

.article textarea:-moz-placeholder {
  color: #a09aff;
}

.myImagesUls {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.myImagesUls li {
  max-width: 170px;
  flex: 0 0 170px;
  padding: 0 5px;
  margin-bottom: 10px;
}

.myImagesUls li img.img-fluid {
  border-radius: 0px;
  transition: all ease 0.2s;
  width: 100%;
}

.myImagesUls .btnDown img {
  width: 20px;
  border-radius: 0;
}

.myImagesUls li:hover img.img-fluid {
  box-shadow: 14px 14px 13px 0px rgba(52, 52, 52, 0.18);
}

.imgFull {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.imgFull img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  text-indent: -90000px;
  border: 0;
  outline: none;
  transition: all ease 2s;
}

.myImagesUls li .btnDown {
  opacity: 0;
  border-width: 2px;
  border-color: #fc4a89 !important;
  border-style: solid;
  border-radius: 4px;
  background-color: #ff005a !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translateY(15px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.4s;
  box-shadow: none !important;
}

.myImagesUls li:hover .btnDown {
  opacity: 1;
  transform: translateY(0px);
}

.myImagesUls .down-url {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transform: translateY(10px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.4s;
}

.myImagesUls li:hover .down-url {
  opacity: 1;
  transform: translateY(0);
}

.myImagesUls .down-url a:hover img {
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(359deg) brightness(1000%) contrast(107%);
  transform: scale(1.1);
  transition: all ease 0.2s;
}

.bottom-20 {
  bottom: 10px;
}

.right-20 {
  right: 10px;
}

.cardPrice {
  border: 1px solid #ccc;
}

.cardPrice ul {
  list-style-type: none;
}



.pt-80 {
  padding-top: 100px;
}

.pricing-checkbox {
  position: relative;
  max-width: 385px;
  margin: auto;
  border-width: 1px;
  border-color: rgb(222 222 222);
  border-style: solid;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.priceFlex {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin: auto;
  padding: 8px 0px;
  cursor: pointer;
}

.priceFlex .spanMain {
  color: #dedede;
  width: 230px;
  text-align: center;
  font-weight: 400;
  transition: all linear 0.2s;
  font-size: 16px;
}

.spanMain small {
  font-size: 11.59px;
}

.priceFlex .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 5px;
  --bs-badge-border-radius: 6px;
  margin-left: 15px;
  font-weight: 600;
}

.text-bg-success {
  color: #54af76 !important;
  background-color: #bef4d2 !important;
}

.pricing-checkbox .text-bg-success {
  color: #148652 !important;
  background-color: #63ffb7 !important;
}


.pricing-body-plans>div {
  display: none;
}

.pricing-body-plans>div.active {
  display: block;
}

.cardPrice {
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.11);
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-grow: 1;
  overflow: visible;
  
}
.PlansBg{
  padding: 3px 3px;
}
.MostSubs {
  background-color: #000;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.cardPrice .card-header {
  background: transparent;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px dashed #f3f3f3;
}
.cardPrice .card-header h3 {font-size: 22px; font-weight: bold;}
.cardPrice .card-header p {
  margin-bottom: 0;
  font-weight: 400;
}
.cardPrice .text-light {
    color: #6e6e6e !important;
}
.cardPrice .card-header h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 30px;
}

.cardPrice .card-header h5:not(.neon) {
  color: #5a5a5a;
}

.cardPrice .btn {
  font-size: 16px;
}

.cardPrice .card-body {
  flex-grow: 0;
  background-color: transparent !important;
  padding: 20px 28px 0px;
}

.PriceListUls h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.card-price {
  font-size: 45px;
  font-weight: 400;
}



.PriceListUls {
  list-style-type: none;
  padding: 0;
}

.PriceListUls h6 .sub {
  padding-left: 5px;
  font-size: 12px;
  color: #848484;
}

.PriceListUls p {
  margin-bottom: 0;
  font-size: 14px;

}

.PriceListUls li {
  margin-bottom: 20px;
  font-size: 14px;
  align-items: center;
}

.PriceListUls li.disabled {
  color: #aaaaaa;
}

.PriceListUls img {
  width: 18px;
  margin-right: 0px;
}


.PriceListUls .PopTxt {
  font-size: 11px;
  color: #71799b;
  padding-top: 3px;
}

.PriceListUls .PopTxt img {
  width: 18px;
  margin-right: 2px;
}

.PriceListUls .PopTxt a {
  color: #71799b;
}

.cardPrice .card-price {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #4c4c4c;
  font-family: "Helvetica CE";
  font-weight: bold;
}
.card-price .sub {
  font-size: 15px;
  padding-left: 0px;
  font-weight: 600;
  color: #6e6e6e;
  text-transform: lowercase;
}

.cardPrice .card-footer {
  background: transparent;
  padding: 20px 30px 40px;
  border: 0;
}

.mostpopular {
  display: inline-block;
  width: 125px;
  position: absolute;
  top: -20px;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 15px;
  right: 30px;
  font-size: 14px;
  font-weight: 500;
  background-color: #4ccca3;
}

.MostSubs .badge {
  font-size: 13px;
  border: 1px solid;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 100%;
  right: -3px;
  left: -3px;
  padding:13px 10px;
}

.text-fourth-color {
  color: #71799b !important;
}

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

.madeWithIcon {
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 30px;
}

.madeWithIcon img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.secondtitle {
  font-size: 20px;
  font-weight: 600;
  color: #71799b;
}

.titleIm {
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.width-18 {
  width: 15px;
}

.min-150 {
  min-width: 50px;
}

.w-40 {
  width: 80px;
}

.w-60 {
  width: 30px;
}

.w-55 {
  width: 60px;
}

.downlaod-gradient {
  width: 25px;
}

.avtarPr {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

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

.width-20 {
  width: 20px;
}

.width-25 {
  width: 25px;
}

.mt-6 {
  margin-top: 100px;
}

.box-bg {
  padding-left: 90px;
  min-height: 100vh;
}

.btnSm {
  padding: 3px 7px;
  border-radius: 8px;
}

.btnRadius{
  border-radius: 50px;
}

.btnMd {
  padding: 11px 60px;
  border-radius: 8px;
}

.btnSm img {
  filter: invert(100000%) brightness(100000%) contrast(100000%);
  width: 13px;
}

.border-primary {
  border-width: 1px;
  border-color: rgb(204, 255, 0) !important;
  border-style: solid;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
}

.border-radius-5 {
  border-radius: 8px;
}

.width-25 {
  width: 30px;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  color: #92b0b3;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  transition: all ease 0.2s;
  border-radius: 8px;
}

.dropzone-wrapper:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
}

.preview-zone {
  text-align: center;
  position: absolute;
  outline: none !important;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.box-body {
  width: 100%;
  height: 100%;
  background-image: url("../images/uploaded.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}

.box-body p {
  display: none;
}

.box-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-6 {
  margin-bottom: 80px;
}

.form-check-new .form-check-input {
  border-width: 1px;
  border-color: rgb(209, 206, 255);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  width: 21px;
  height: 19px;
}

.form-check-new .form-check-label {
  color: #71799b;
}

.form-check-new .form-check-input:checked {
  background-color: #ccff00;
  border-color: #ccff00;
}

.form-check-new.form-check {
  padding-left: 30px;
}

.form-check-new .form-check-input {
  margin-left: -30px;
}

.holder img {
  border-radius: 20px;
}

.HomeNine {
  border-radius: 20px;
  position: relative;
}

.HomeNine:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  content: "";
  border-radius: 20px;
  transform: rotate(5deg);
  transition: all linear 0.3s;
  background: linear-gradient(243.87deg, #91cefd 2.04%, #91cdfd 2.69%, #92ccfd 3.34%, #92cafc 4%, #93c9fc 4.65%, #93c8fc 5.3%, #93c8fc 0, #93c7fc 5.95%, #94c6fc 6.6%, #94c5fc 7.26%, #95c4fc 7.91%, #95c3fc 8.56%, #95c3fc 0, #95c2fc 9.21%, #96c1fc 9.86%, #96c0fb 10.52%, #97bffb 11.17%, #97befb 11.82%, #97befb 0, #97bdfb 12.47%, #98bcfb 13.12%, #98bbfb 13.78%, #99bafb 14.43%, #99b9fb 15.08%, #99b9fb 0, #99b8fb 15.73%, #9ab7fb 16.38%, #9ab7fa 17.04%, #9bb6fa 17.69%, #9bb5fa 18.34%, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb4fa 18.99%, #9cb3fa 19.64%, #9cb3f9 20.3%, #9db2f9 20.95%, #9db1f9 21.6%, #9db1f9 0, #9db0f9 22.25%, #9eaff9 22.91%, #9eaff9 23.56%, #9faef9 24.21%, #9fadf9 24.86%, #9fadf9 0, #9facf9 25.51%, #9facf9 26.17%, #a0abf8 26.82%, #a0abf8 27.47%, #a0aaf8 28.12%, #a0aaf8 0, #a0a9f8 28.77%, #a1a9f8 29.43%, #a1a8f8 30.08%, #a2a8f8 30.73%, #a2a7f8 31.38%, #a2a7f8 0, #a2a6f8 32.03%, #a3a6f8 32.69%, #a3a5f7 33.34%, #a4a5f7 33.99%, #a4a4f7 34.64%, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a5a4f7 35.29%, #a7a5f7 35.95%, #a8a5f7 36.6%, #aaa6f7 37.25%, #aba6f7 37.9%, #aba6f7 0, #aca6f7 38.55%, #ada7f7 39.21%, #afa7f6 39.86%, #b0a8f6 40.51%, #b1a8f6 41.16%, #b1a8f6 0, #b2a8f6 41.81%, #b3a8f6 42.47%, #b5a9f6 43.12%, #b6a9f6 43.77%, #b7a9f6 44.42%, #b7a9f6 0, #b8a9f6 45.08%, #b9aaf6 45.73%, #bbaaf5 46.38%, #bcabf5 47.03%, #bdabf5 47.68%, #bdabf5 0, #beabf5 48.34%, #bfacf5 48.99%, #c0acf5 49.64%, #c1adf5 50.29%, #c2adf5 50.94%, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c3adf5 51.6%, #c4aef5 52.25%, #c5aef5 52.9%, #c6aff5 53.55%, #c7aff5 54.2%, #c7aff5 0, #c8aff5 54.86%, #c9aff5 55.51%, #cab0f4 56.16%, #cbb0f4 56.81%, #ccb0f4 57.46%, #ccb0f4 0, #cdb0f4 58.12%, #ceb1f4 58.77%, #ceb1f4 59.42%, #cfb2f4 60.07%, #d0b2f4 60.72%, #d0b2f4 0, #d1b2f4 61.38%, #d2b2f4 62.03%, #d3b3f3 62.68%, #d4b3f3 63.33%, #d5b3f3 63.98%, #d5b3f3 0, #d6b3f3 64.64%, #d7b4f3 65.29%, #d7b4f3 65.94%, #d8b5f3 66.59%, #d9b5f3 67.24%, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #dab5f3 67.9%, #dbb6f3 68.55%, #dbb6f3 69.2%, #dcb7f3 69.85%, #ddb7f3 70.51%, #ddb7f3 0, #deb7f3 71.16%, #dfb7f3 71.81%, #dfb8f3 72.46%, #e0b8f3 73.11%, #e1b8f3 73.77%, #e1b8f3 0, #e2b8f3 74.42%, #e2b9f3 75.07%, #e3b9f2 75.72%, #e3baf2 76.37%, #e4baf2 77.03%, #e4baf2 0, #e5baf2 77.68%, #e6baf2 78.33%, #e6bbf2 78.98%, #e7bbf2 79.63%, #e8bbf2 80.29%, #e8bbf2 0, #e9bbf2 80.94%, #e9bcf2 81.59%, #eabcf2 82.24%, #eabdf2 82.89%, #ebbdf2 83.55%);
}

.fontXXl {
  font-size: 110px;
  font-weight: 500;
  transition: all linear 0.3s;
}

.fontNewXl {
  color: #9eccfc;
  font-size: 45px;
  font-weight: 500;
  transition: all linear 0.3s;
}

.text-gradient-2 {
  background: rgb(255, 154, 231);
  background: linear-gradient(266deg,
      rgba(255, 154, 231, 1) 13%,
      rgba(255, 213, 179, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.TopLeft {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
}

.BottomRight {
  position: absolute;
  right: 192px;
  bottom: 60px;
  z-index: 2;
}

.HomeOne {
  border-radius: 40px;
  position: relative;
  max-width: 540px;
  margin: auto;
}

.HomeOne:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  content: "";
  border-radius: 40px;
  transform: rotate(-10deg);
  transition: all linear 0.3s;
  background-color: #dbe5ff;
}

.HomeOne:hover:before {
  transform: rotate(-13deg);
}

.HomeOne img {
  border-radius: 40px;
  position: relative;
  z-index: 1;
  transition: all linear 0.3s;
}

.HomeOne:hover img {
  transform: scale(1.03);
}

.HomeTen:before {
  transform: rotate(-5deg);
}

.HomeNine img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: all linear 0.3s;
}

.HomeNine:hover img {
  transform: scale(1.03);
}

.HomeNine:hover:before {
  transform: rotate(9deg);
}

.HomeTen:hover:before {
  transform: rotate(-9deg);
}

.HomeTwo {
  column-count: 2;
  column-gap: 10px;
  padding-right: 80px;
}

.HomeTwo img {
  border-radius: 30px;
  margin-bottom: 10px;
}

.HomeTwo .ImgFirst {
  -webkit-animation: ImgFirst 3s ease-in-out alternate infinite;
  animation: ImgFirst 3s ease-in-out alternate infinite;
}

.HomeTwo .ImgSecond {
  -webkit-animation: ImgSecond 4s ease-in-out alternate infinite;
  animation: ImgSecond 4s ease-in-out alternate infinite;
}

.HomeTwo .ImgThird {
  -webkit-animation: ImgThird 4s ease infinite;
  animation: ImgThird 4s ease infinite;
}

@keyframes ImgFirst {
  from {
    transform: translateY(3px);
  }

  to {
    transform: translateY(-3px);
  }
}

@keyframes ImgSecond {
  20% {
    transform: translateX(3px);
  }

  50% {
    transform: translateY(2px);
  }

  90% {
    transform: translateX(0px);
  }
}

@keyframes ImgThird {
  20% {
    transform: translateX(1px);
  }

  50% {
    transform: translateY(3px);
  }

  80% {
    transform: translateX(-2px) translateY(1px);
  }

  100% {
    transform: translateX(0px) translateY(0px);
  }
}

.HomeBottomImg img {
  border-radius: 35px;
}

.colTopsMargin:nth-child(2) {
  margin-top: 70px;
}

.colTopsMargin:nth-child(3) {
  margin-top: 140px;
}

.imgRound {
  border-radius: 7px;
  width: 30px;
  height: 30px;
}

.BadgeNew {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.BadgeNew img {
  width: 14px;
  height: 14px;
}

.BadgeNew-pink-light {
  background-color: #ffcefe;
  color: #db9bda;
}

.BadgeNew-brown-light {
  background-color: #ffe4ce;
  color: #e4ac7e;
}

.BadgeNew-blue-light {
  background-color: #ceecff;
}

.BadgeNew-purple-light {
  background-color: #dbceff;
}

.BadgeNew-green-light {
  background-color: #ceffd3;
}

.imageurl,
.modalLink,
.modalUrl {
  background-color: #0a0a0a !important;
  font-weight: 400;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0 !important;
  justify-content: center;
  opacity: 1 !important;
  margin: 0 0 0 6px !important;
  position: relative;
}

.imageurl img {
  width: 14px;
  filter: invert(1) grayscale(1) brightness(0.7);
}

.modalLink img, .modalUrl img {
    width: 17px;
}

span.downToltip {
  position: absolute;
  width: 90px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 7px;
  bottom: calc(100% + 6px);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  color: #f5f5f5;
  z-index: 1;
}

span.downToltip:after {
  position: absolute;
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
}

.btnGreen:hover span.downToltip {
  opacity: 1;
  visibility: visible;
}

.branding .ratio-16x9 {
  --bs-aspect-ratio: 28.25%;
}

.branding video {
  object-fit: cover;
}

/* .btn-close:not(#modal-detail .btn-close) {
  background-image: none;
} */

#modal-detail .slick-list {
  padding: 0;
  height: 100%;
}

.blurred-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(10px);
}

#modal-detail .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#modal-detail .DetailSlider .slickCon {
  padding: 4px;
  padding-bottom: 8px;
}

#modal-detail .DetailSlider .slick-slide.slick-current .thumbSlid {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #ffffff, #ffffff) border-box;
}

#modal-detail .text-gradient {
  color: #969696;
}

#modal-detail .BtnGenrate {
  gap: 0 10px;
  justify-content: center;
}

#modal-detail .BtnGenrate .btn-outline-secondary {
  padding: 9px 10px;
}

#modal-detail .BtnGenrate span {
  font-size: 15px;
}

#modal-detail .card-text.text-gradient {
  color: #b8b8b8;
}

#modal-detail .btn-close {
  opacity: 1;
  width: 8px;
  height: 8px;
  padding: 5px;
  box-shadow: none;
}

#modal-detail .DetailSlider .slider-nav {
  margin-left: -4px;
  margin-right: -4px;
}

#modal-detail .attr .border-dark .font-14 {
  font-size: 13px !important;
}

.subsend {
  padding: 15px 15px;
  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0;
  margin: auto;
  z-index: 111;
  background: linear-gradient(243.87deg, #91cefd 2.04%, #91cdfd 2.69%, #92ccfd 3.34%, #92cafc 4%, #93c9fc 4.65%, #93c8fc 5.3%, #93c8fc 0, #93c7fc 5.95%, #94c6fc 6.6%, #94c5fc 7.26%, #95c4fc 7.91%, #95c3fc 8.56%, #95c3fc 0, #95c2fc 9.21%, #96c1fc 9.86%, #96c0fb 10.52%, #97bffb 11.17%, #97befb 11.82%, #97befb 0, #97bdfb 12.47%, #98bcfb 13.12%, #98bbfb 13.78%, #99bafb 14.43%, #99b9fb 15.08%, #99b9fb 0, #99b8fb 15.73%, #9ab7fb 16.38%, #9ab7fa 17.04%, #9bb6fa 17.69%, #9bb5fa 18.34%, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb5fa 0, #9bb4fa 18.99%, #9cb3fa 19.64%, #9cb3f9 20.3%, #9db2f9 20.95%, #9db1f9 21.6%, #9db1f9 0, #9db0f9 22.25%, #9eaff9 22.91%, #9eaff9 23.56%, #9faef9 24.21%, #9fadf9 24.86%, #9fadf9 0, #9facf9 25.51%, #9facf9 26.17%, #a0abf8 26.82%, #a0abf8 27.47%, #a0aaf8 28.12%, #a0aaf8 0, #a0a9f8 28.77%, #a1a9f8 29.43%, #a1a8f8 30.08%, #a2a8f8 30.73%, #a2a7f8 31.38%, #a2a7f8 0, #a2a6f8 32.03%, #a3a6f8 32.69%, #a3a5f7 33.34%, #a4a5f7 33.99%, #a4a4f7 34.64%, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a4a4f7 0, #a5a4f7 35.29%, #a7a5f7 35.95%, #a8a5f7 36.6%, #aaa6f7 37.25%, #aba6f7 37.9%, #aba6f7 0, #aca6f7 38.55%, #ada7f7 39.21%, #afa7f6 39.86%, #b0a8f6 40.51%, #b1a8f6 41.16%, #b1a8f6 0, #b2a8f6 41.81%, #b3a8f6 42.47%, #b5a9f6 43.12%, #b6a9f6 43.77%, #b7a9f6 44.42%, #b7a9f6 0, #b8a9f6 45.08%, #b9aaf6 45.73%, #bbaaf5 46.38%, #bcabf5 47.03%, #bdabf5 47.68%, #bdabf5 0, #beabf5 48.34%, #bfacf5 48.99%, #c0acf5 49.64%, #c1adf5 50.29%, #c2adf5 50.94%, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c2adf5 0, #c3adf5 51.6%, #c4aef5 52.25%, #c5aef5 52.9%, #c6aff5 53.55%, #c7aff5 54.2%, #c7aff5 0, #c8aff5 54.86%, #c9aff5 55.51%, #cab0f4 56.16%, #cbb0f4 56.81%, #ccb0f4 57.46%, #ccb0f4 0, #cdb0f4 58.12%, #ceb1f4 58.77%, #ceb1f4 59.42%, #cfb2f4 60.07%, #d0b2f4 60.72%, #d0b2f4 0, #d1b2f4 61.38%, #d2b2f4 62.03%, #d3b3f3 62.68%, #d4b3f3 63.33%, #d5b3f3 63.98%, #d5b3f3 0, #d6b3f3 64.64%, #d7b4f3 65.29%, #d7b4f3 65.94%, #d8b5f3 66.59%, #d9b5f3 67.24%, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #d9b5f3 0, #dab5f3 67.9%, #dbb6f3 68.55%, #dbb6f3 69.2%, #dcb7f3 69.85%, #ddb7f3 70.51%, #ddb7f3 0, #deb7f3 71.16%, #dfb7f3 71.81%, #dfb8f3 72.46%, #e0b8f3 73.11%, #e1b8f3 73.77%, #e1b8f3 0, #e2b8f3 74.42%, #e2b9f3 75.07%, #e3b9f2 75.72%, #e3baf2 76.37%, #e4baf2 77.03%, #e4baf2 0, #e5baf2 77.68%, #e6baf2 78.33%, #e6bbf2 78.98%, #e7bbf2 79.63%, #e8bbf2 80.29%, #e8bbf2 0, #e9bbf2 80.94%, #e9bcf2 81.59%, #eabcf2 82.24%, #eabdf2 82.89%, #ebbdf2 83.55%);
  max-width: 550px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: 500;
  box-shadow: 0px 0px 27px 0px rgb(170 126 255 / 50%);
}

.modal-content .card-text-title {
  font-size: 18px;
}

.modal-content .card-list p {
  -webkit-line-clamp: 3;
  font-size: 13px;
}

:root {
  scroll-behavior: none;
}

.heartcopy .btn__effect:hover svg,
.prompt-icon:hover svg {
  transform: scale(1.1);
  transition: all ease 0.2s;
}

.active .icon-svg.icon-svg--color-red path,
.active .icon-svg.icon-svg--color-blue path {
  fill: #ccff00;
}

.offcanvas-backdrop~.offcanvas-backdrop {
  display: none !important;
}


ul.nav.flex-column.dropdown-menu li a {
  border-radius: 0;

}

ul.nav.flex-column.dropdown-menu li {
  margin-bottom: 0px;
}


.card-title {
  font-weight: 600;
}



.badge {
  --bs-badge-padding-x: 0.9em;
  --bs-badge-padding-y: 0.49em;
  --bs-badge-font-size: 0.8em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  border-radius: var(--bs-badge-border-radius);
}

.bg-label-primary {
  background-color: #eae8fd !important;
  color: #7367f0 !important;
}

.bg-label-info {
  background-color: #d9f8fc !important;
  color: #00cfe8 !important;
}

.bg-label-danger {
  background-color: #fce5e6 !important;
  color: #ea5455 !important;
}

.bg-label-success {
  background-color: #dff7e9 !important;
  color: #28c76f !important;
}

.bg-label-warning {
  background-color: #fff1e3 !important;
  color: #ff9f43 !important;
}

.bg-label-secondary {
  background-color: #f2f2f3 !important;
  color: #a8aaae !important;
}

body.Admin .btn-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #f3f4f7;
  --bs-btn-border-color: #f3f4f7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ccff00;
  --bs-btn-hover-border-color: #ccff00;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ccff00;
  --bs-btn-active-border-color: #ccff00;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ccff00;
  --bs-btn-disabled-border-color: #ccff00;
}

.offcanvas-body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.dataTables_wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.dataTables_wrapper table {
  width: 100% !important;
}

table td {
  font-size: 14px;
}

.avatar-md {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.sticky-logo {
  animation: myfirst linear 0.5s;
}

@keyframes myfirst {
  0% {
    transform: translateY(-100px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.stickyLogo {
  display: none;
}

.StickyView {
  display: none;
  position: relative;
  z-index: 111;
}

/*community*/

.grid-blocks {
  display: flex;
  flex-direction: row;
  place-content: stretch center;
  box-sizing: border-box;
  width: 100%;
  gap: 1px;
}

.grid-item {
  width: 100% !important;
  position: relative;
}

.grid-blocks-items {
  display: flex;
  flex-direction: column;
  place-content: stretch flex-start;
  flex: 1 1 0%;
  width: 0px;
  gap: 2px;
}



.link-wrapper {
  display: block;
  box-sizing: border-box;
}

.grid-item .context {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: translateY(0px);
  opacity: 0;
  transition: ease all 0.2s;
  margin: auto;
  display: flex;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 45px;
  padding-right: 60px;
}

.grid-item .context h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 0;
  transition: ease all 0.2s;
}

.grid-item .aspect_inner:hover .context {
  transform: translateY(0px);
  opacity: 1;
}

.community {
  padding-bottom: 100px;
}

.community .aspect_inner img {
  width: 100%;
}

.prompt-icon {
  cursor: pointer;
}

/*add-prompt*/
.add-prompt {
  background-size: 100px 100px;
}

.add-prompt .btn {
  font-size: 20px;
}

.logPage {
  margin-top: 40px;
  margin-bottom: 30px;
}

.googleBtn {
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 15px 20px;
  color: #2d333a;
  font-weight: 600;
  font-size: 16px;
  transition: all ease 0.2s;
}

.googleBtn:hover, .googleBtn:focus, .googleBtn:active {
  background-color: #f9f9f9;
  border-color: #ccc;
}

.modalContent .googleBtn, .modal-content .googleBtn {
  padding: 15px 15px;
  font-size: 14px;
}

.user-pages h2 {
  color: #646464;
}

.user-pages .form-select {
  font-size: 16px;
  color: #6d6d6d;
  border-radius: 8px;
  width: auto;
  padding: 7px 60px 7px 20px;
  box-shadow: none;
}

.dropdown-menu .dropdown-item span {
  border: 1px solid transparent;
  background: transparent;
  width: 23px;
  height: 23px;
  border-radius: 0px;
  margin-bottom: 0;
  margin-right: 8px;
}
.dropdown-menu .dropdown-item span svg{width: 18px;}

.custom-inpgrp .form-control {
  resize: none;
}


.generate-form-control .dropdown-menu {
  left: 0px !important;
  right: 0 !important;
  transform: none !important;
  top: 120% !important;
  width: 95%;
  border-radius: 0;
  padding: 10px;
  margin: auto !important;
}

#genratedImages .logo {
  height: auto;
  width: 70px;
}

.custom-inpgrp .dropdown-menu .form-group {
  padding: 12px;
}

.generate-form-control .btn.form-control {
  font-size: 14px;
  text-align: right;
  border: 0;
  border-top: 1px solid #262626 !important;
  padding: 15px;
  background: transparent !important;
  border-radius: 0;
}

.advanced .card.card-body {
  background: transparent;
  height: auto;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  overflow: visible;
  cursor: pointer;
}

.advanced label {
  font-size: 14px;
}

.advanced [type="number"] {
  width: 37px;
  height: 33px;
  border-radius: 8px;
}

.advanced [name="seeds"] {
  font-size: 12px;
  border-radius: 8px;
}



.my-images {
  font-size: 14px;
  color: #09090b;
  text-decoration: none;
  font-weight: 500;
  margin-top: 30px;
  display: block;
}

#prompt,
#floatingTextarea2 {
  resize: none;
  font-size: 12px;
}


.gen-radio .btn-check:disabled+label .badge {
  background: #090909;
  border-radius: 52px;
  font-size: 11px;
}

.gen-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}

.gen-radio .form-check-inline {
  padding-left: 0;
}

.gen-radio .form-check-label {
  border: 1px solid #262626;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.advanced input[type="number"]::-webkit-outer-spin-button,
.advanced input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.advanced input[type="number"] {
  -moz-appearance: textfield;
}

.custom-inpgrp .dropdown-menu .btn-check:checked+.btn {
  box-shadow: none !important;
}

.custom-inpgrp .dropdown-menu .btn-check+.btn {
  padding: 7px 12px;
  line-height: 1;
}

.old {
  gap: 0 10px;
}

.old figure {
  border: 2px solid transparent;
}

.old figure:hover {
  border-color: #ff005a;
}

.ViewAll a:hover {
  color: #ff005a;
}

.ViewAll a:hover svg path {
  fill: #ff005a;
}

.Mypages h4 {
  color: #9f9e9e;
  font-size: 26px;
}

.ViewAll {
  height: calc(100% - 42px);
}

#genratedImages .btn {
  font-size: 12px;
  line-height: 1;
}

.ImageEditing .imgFull {
  padding-top: 47%;
}

.HomePage .parnt {
  padding-bottom: 150px;
}

.ImageEditing .card {
  height: 100%;
}

.BtnGenrate.BtnNeon {
  background-color: #ccff00 !important;
  color: #000;
}

.BtnGenrate.BtnNeon:hover,
.BtnGenrate.BtnNeon:focus,
.BtnGenrate.BtnNeon:active {
  background-color: #b9e700 !important;
}


.custom-inpgrp .dropdown-toggle,
.generate-form-control .form-check-label {
  cursor: pointer;
  color: #8d919d;
  text-transform: uppercase;
  font-size: 10px !important;
  letter-spacing: .02em;
  font-weight: 600 !important;
}

.custom-inpgrp [data-bs-toggle="collapse"] {
  cursor: pointer;
}

.imageGroup {
  column-gap: 0px;
  border-radius: 0;
  padding: 0 4px;
}

.imageGroup h6 {
  font-size: 13px;
  font-weight: 500;
}
.btnAddv{
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 5px;
}


.imageGroup .btn, .no-images .btn {
  width: 45px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
}

.imageGroup>.imageGroup:not(:last-child)>.btn,
.imageGroup>.btn.dropdown-toggle-split:first-child,
.imageGroup>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.generate-form-control .border-rounded {
  border-radius: 8px;
  padding: 0px 3px;
  line-height: 1;
}

.body-pink .navbar-brand svg path {
  fill: #ff005a !important;
}

.body-purple .navbar-brand svg path {
  fill: #d800ff !important;
}

/*dashboard*/
#pageWrapper button.btn.btn-primary,
#pageWrapper .btnGree,
#pageWrapper .dt-button.buttons-create {
  background: #2b61ff !important;
  border-color: #2b61ff !important;
  color: #ffffff;
}

#pageWrapper .btn.btn-dark:hover,
#pageWrapper .btn.btn-dark:focus,
#pageWrapper .btn.btn-dark:active,
#pageWrapper .btn.btn-dark:focus-visible {
  background: #2b61ff !important;
  border-color: #2b61ff !important;
  color: #ffffff;
}

/*train-model*/

.dark-border-box {
  padding: 25px 20px;
}

.TrainHead span {
  color: #606060;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 13px;
}

.button-wrapper {
  display: inline-block;
  position: relative;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 18px 7px 15px;
  font-size: 14px;
  border-radius: 8px;
}

.img-zip input[type="file"] {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.button-wrapper .label svg {
  fill: #8f8f8f;
}

.img-zip small {
  color: #6a6a6a;
  font-size: 12px;
  padding: 0 10px;
}

.imgBox {
  color: #92b0b3;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.imgBox .Preview {
  text-align: center;
  position: absolute;
  outline: none !important;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.imgBox .inr {
  width: 100%;
  height: 100%;
  background-image: url(../images/imgupload.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.imgBox .Preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.UpImg input[type="text"] {
  border-radius: 8px;
  padding: 10px !important;
  font-size: 16px;
  font-weight: 500 !important;
}

.UpImg form button {
  width: 100%;
}

.UpImg .img-zip {
  gap: 10px 0;
}

.loader {
  font-size: 11px;
}

.border-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 6px 15px;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.modelName {
  gap: 10px 0px
}

.modelName figcaption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
  font-size: 20px;
}

.modelName .rounded-circle {
  height: 50px;
  object-fit: cover;
  width: 50px;
  background: #171717;
}

.imgFormat label {
  padding: 6px 15px !important;
  font-size: 11px;
  color: #6a6a6a;
  font-weight: 400;
  width: auto !important;
  height: auto !important;
}

/*ai*/
.myAi {
  position: relative;
  padding-bottom: 200px;
}


.ai-banner article {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ai-banner img {
  min-height: 193px;
}

.ai-heading h1 {
  color: #ffffff;
}

.ai-heading h3 {
  color: #757089;
  font-weight: 500;
  line-height: 1.5;
}

.btn-white {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white, .VideoBanner .btn {
  font-size: 18px;
  border-radius: 15px;
  display: block;
  width: max-content;
  cursor: pointer;
}

.btn-neon {
  background: #ccff00;
  border-color: #ccff00;
  color: #000000;
}

.btn-neon:hover, .btn-neon:focus, .btn-neon:active {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.transmit {
  position: relative;
}

.transmit figure.main-a {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  padding: 1.3rem 1.9rem 1.2rem 1.2rem;
  margin-bottom: 18%;
  position: relative;
}

.transmit figure.main-a:before {
  content: "";
  border: 0.4rem dotted #c50013;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  animation: spin 80s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.transmit figure.main-b {
  position: absolute;
  left: 0;
  padding-right: 10px;
  top: -11%;
  width: 30%;
}

.transmit figure.main-c {
  position: absolute;
  right: 6%;
  top: 11%;
  width: 23%;
}

.transmit figure.main-d {
  position: absolute;
  width: 19%;
  bottom: -13%;
  left: 23%;
}

.transmit figure.main-e {
  position: absolute;
  width: 30%;
  bottom: -43%;
  right: 10%;
}

.transmit figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.transmit .cloud {
  position: absolute;
  top: -10%;
  right: 26%;
  text-align: right;
  width: 20%;
}

.transmit .cloud svg {
  width: 50%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.transmit .cloud svg path {
  fill: #c50013;
}

.ai-create {
  overflow: hidden;
}

/*b80120*/
.ai-process article h4 {
  font-size: 44px;
}

.ai-process article h5 {
  color: #757089;
  font-size: 22px;
}

.VideoBanner .ratio-16x9 {
  --bs-aspect-ratio: 53.25%;
}

.VideoBanner video {
  object-fit: cover;
}

.VideoBanner .ratio:after {
  background: linear-gradient(0deg, #121212 7%, transparent 50%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
}

.VideoBanner article {
  z-index: 1;
}
.VideoText{margin-top: 80px;}
.VideoText video {
  object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
}

.VideoEngine h3 {
  font-weight: bold;
}

.VideoEngine .outer {
  gap: 0 60px
}

.VideoDream video {
  object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
}
textarea#nagative_prompt {
    resize: none;
    font-size: 12px;
    padding: 8px;
    font-weight: 600;
}

.pro-photo .transmit figure.main-e {
  bottom: -23%;
}

.pro-photo .transmit figure.main-d {
  bottom: -36%;
}

.pro-photo .transmit figure.main-a:before {
  border-color: #f9d660;
}

.pro-photo .transmit figure.main-a {
  padding: 45px 45px 13px 17px;
}

.pro-photo .transmit figure.main-a:after {
  content: "";
  border-radius: 50% 50% 50% 50%;
  filter: blur(55px);
  background: conic-gradient(from 0deg, #804109, #804109, #804109, #804109, #804109, #804109);
  opacity: 1;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -19%;
  z-index: -1;
}

.prod-grid figure {
  padding-top: 75%;
}

.prod-grid figure img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  text-indent: -90000px;
  border: 0;
  outline: none;
  transition: all ease 2s;
}

.prod-grid article {
  z-index: 0;
  font-family: "Helvetica CE";
}

.prod-grid article h6 {
  font-size: 13px;
}

.prod-grid article:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transform: translateY(10px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.4s;
  z-index: -1;
}

.pro-pet .transmit figure.main-d {
  width: 20%;
  bottom: 10%;
  left: 12.4%;
}

.pro-pet .transmit figure.main-e {
  width: 25%;
  top: -6%;
  bottom: auto;
  right: 11%;
}

.pro-pet .transmit figure.main-a:before {
  border-color: #028bb9;
}

.pro-pet .transmit figure.main-a::after {
  content: "";
  border-radius: 50% 50% 50% 50%;
  filter: blur(85px);
  background: conic-gradient(from 0deg, #016ccd, #016ccd, #016ccd, #016ccd, #016ccd, #016ccd);
  opacity: 1;
  width: 90%;
  height: 90%;
  position: absolute;
  top: -32%;
  left: -16%;
  z-index: -1;
}
.writeProm {
  margin-bottom: 100px;
}

.writeProm .dropzone-wrapper {
  padding-top: 56%;
  border-radius: 8px;
}

.writeProm form .box-body {
  background-image: url(../images/imgupload.svg);
  background-size: 25px;
}

.writeProm textarea {
  border-radius: 8px;
  resize: none;
}
.writeProm .loader{
  z-index: 1;
}
.writeProm .VideOut video {
  object-fit: cover;
}
.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 46px;
  height: 23px;
  background: #090909;
  border-radius: 100px;
  position: relative;
  border: 0;
}

.switch label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 23px;
  height: 23px;
  background: #8d919d;
  border-radius: 90px;
  transition: 0.3s;
}

.switch input:checked+label:after {
  background: #ccff00;
}

.switch input:checked+label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
}

.que {
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.custTooltip {
  --bs-tooltip-color: #505050;
  font-size: 11px;
  line-height: 1;
  --bs-tooltip-max-width: 400px;
  opacity: 1 !important;
  font-weight: 500;
  --bs-tooltip-bg: #121212;
}

.VideOut video {
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: auto;
}

.VideOut {
  height: 100%;
  border-radius: 15px;
  position: relative;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.78%;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.34%;
}

.VideoComty .grid-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  background-color: transparent !important;
}

.VideoComty .VideOut video {
  width: 100%;
  display: block;
}

.VideoComty .lnk a {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
}

.pop {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(241 11 11 / 50%);
  padding: 15px 30px;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid rgb(241 11 11 / 70%);
  transition: all linear 0.3s;
  height: max-content;
  width: max-content;
}

.trancate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

table#category-table {
  width: 100% !important;
}

.copyActive {
  background-color: #80808052 !important;
}

.VideoComty .lnk .btn-dark,
.SketchDetail .lnk .btn-dark {
  font-size: 12px;
  padding: 7px 23px;
  color: #3a3a3b;
  font-weight: 500;
}
.VideoComty{position: relative;}



.VidedProm h6 {
  max-width: 500px;
}

.VidedProm figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #171717;
  z-index: -1;
  border: 1px solid #333333;
  border-radius: 8px;
}

.VidedProm figure {
  z-index: 0;
  width: 130px;
}

.VidedProm figure img {
  transform: rotate(-10deg);
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.sketchGen [type="checkbox"] {
  border-radius: 4px;
  border-width: 1px
}

.sketchGen .dropzone-wrapper {
  padding-top: 42.87%;
  border-radius: 10px;
}

.sketchGen .dropzone-wrapper .box-body {
  width: 100%;
  height: 100%;
  background-image: url(../images/imgupload.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}

.sketchGen .slct {
  font-size: 11px;
  color: #606060;
}

.drawz {
  border-radius: 4px;
  max-height: 250px;
  overflow-y: auto;
}

.drawz img {
  border-radius: 4px;
}

.transform {
  background-color: #000000;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.sketchOut {
  background-color: #0a5bff;
}

.sketchContent {
  max-width: 550px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
}

.sketches video {
  object-fit: cover;
}

.SketchWork .inr {
  padding: 0 5vw;
}

.SketchWork figcaption {
  font-size: 34px;
  line-height: 1.1;
}

.stroke {
  position: relative;
}

.stroke:after {
  content: "";
  background: #397bff;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: -15px;
  margin: auto;
  border-radius: 50px;
  transform: rotate(-6deg);
  z-index: -1;
}

.SketchWork .mid .stroke:after {
  transform: rotate(3deg);
  right: auto;
  bottom: -6px;
  width: 92% !important;
  left: 0;
  background: #39ff8d;
}

.SketchWork .lst .stroke:after {
  background: #ffb739;
  transform: rotate(5deg);
  bottom: -5px;
  right: auto;
  left: 0;
}

.SketchCustom figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -13px;
  bottom: 4px;
  background: #e1a900;
  z-index: -1;
  border-radius: 10px;
  transform: rotate(75deg);
}

.SketchCustom figure {
  margin: 12px 10px 8px;
}

.SketchCustom figure img {
  border-radius: 10px;
}

.SketchCustom .interior:nth-child(3n+0) figure:before {
  background: #2cb950;
}

.SketchCustom .interior:nth-child(3n-1) figure:before {
  background: #b40fd2;
}

/* .SketchCustom .interior:nth-child(3n+4) figure:before{
  background: #b40fd2;
} */
.SketchStyle figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
}

.SketchStyle .col:nth-child(2) figure:before {
  background: rgb(0, 155, 144);
  background: linear-gradient(0deg, rgba(0, 155, 144, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.SketchStyle .col:nth-child(3) figure:before {
  background: rgb(97, 88, 103);
  background: linear-gradient(0deg, rgba(97, 88, 103, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.SketchStyle .col:nth-child(4) figure:before {
  background: rgb(98, 89, 83);
  background: linear-gradient(0deg, rgba(98, 89, 83, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.SketchStyle figure {
  border-radius: 40px;
}

.SketchStyle figure h6 {
  font-size: 17px;
}

.SketchRender .stroke::after {
  background: #39ff8d;
  transform: rotate(3deg);
  bottom: -9px;
  right: auto;
  left: 0;
  width: 89%;
}

.SketchPexel .nav-link.active {
  background-color: #0047e8;
}

.SketchPexel .nav-link {
  background-color: #00257a;
  border: 0;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 24px;
  padding: 20px 50px;
  line-height: 1;
}

.SketchPexel .nav-tabs {
  border-radius: 50px;
  overflow: hidden;
  width: max-content;
  margin: auto;
  border: 0px;
}

.Sketchimg figure,
.SketchRender figure {
  height: 100%;
  display: flex;
}

.Sketchimg figure img,
.SketchRender figure img {
  object-fit: cover;
  height: 100%;
}

/*cndk beforeafter*/
/* .beforeafterdefault .galleryImg {
  max-width: inherit;
  width: auto;
}

.beforeafterdefault [data-type="after"]{
  display: none !important;
}

.cndkbeforeafter [data-type="after"]{
  display: flex !important;
}

.beforeafterdefault{
  display: none !important;
}

.cndkbeforeafter{
  display: block !important;
}

.cndkbeforeafter-item {
  margin: auto;
  height: 100% !important;
}

.beforeafterdefault img {
  object-fit: cover;
}

.beforeafterdefault div {
  display: flex;
}

.cndkbeforeafter {
  margin: auto;
}

.cndkbeforeafter-hover:hover {
  opacity: 1;
  box-shadow: none;
} */

.SketchPexel .tab-content {
  position: relative;
}

/* .SketchPexel .tab-pane.fade.show.active+.tab-pane.fade.show.active {
  opacity: 0;
  visibility: hidden;
  height: 0;
} */

.SketchComm .aspect_inner img {
  width: 100%;
}



/**/
.form-range[type="range"] {
  -webkit-appearance: none;
  margin-right: 7px;
  height: 9px;
  background-color: #171717;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.form-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #000;
  cursor: ew-resize;
  box-shadow: none !important;
  transition: background .3s ease-in-out;
  border:2px solid #f3f4f5;
}

.form-range[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.MyVideo .outBox{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.MyVideo .outBox video{
  object-fit: cover;
}
.ai-create article h5, .ai-create article h6 {
  text-shadow: 0 0 10px #333333;
}
.videoGen .VideOut {
  height: auto;
}

.ChooseModel .pc{
  position: relative;
  height: 120px;
}
.ChooseModel .pc img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  object-fit: contain;
  max-width: 200px;
}
.ChooseModel .cardPrice .card-header {
  background: transparent;
  padding: 30px 50px;
}
.ChooseModel .badge.bg-light {
  margin-right: 6px;
  margin-bottom: 6px;
}
.ChooseModel .PriceListUls h6 {
  display: flex;
  align-items: flex-start;
}
.form-select {
  box-shadow: none !important;
  font-size: 14px;
}
.videoGen .form-select {
  font-size: 14px;
  width: max-content;
}
.videoGen .form-group .switch #seeds{
  border-radius: 8px;
  width: 120px;
}
.sketch-popover .popover-body {
  padding: 0;
}

.sketch-popover {
  border: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.err {
  width: 100%;
  height: 100%;
  background: #3d3d3d5e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2c2c2c;
  color: #fb1a1a;
}
.bigBox-bg {
  background-size: 50vh 40vh;
  position: relative;
  z-index: 0;
}
.bigBox-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 38vw;
  z-index: -1;
  background-size: 50vh 38vh;
}
.award-list{
  white-space: nowrap;
  overflow-x: auto;
}
.award-list a{
  color: #dedede;
}
.dreamer img{
  border: 2px solid #474747;
}
img.angy {
  width: 8vw;
  height: 8vw;
  min-width: 120px;
  min-height: 120px;
  object-fit: cover;
}
.awardsExpo .caption img{
  width: 13vw;
  height: 13vw;
  min-width: 150px;
  min-height: 150px;
  object-fit: cover;
  border: 2px solid #474747;
}
.awardBg .caption figcaption{
  color: #5d5d5d;
}
.dreamer .text-gray{
  color: #dfdfdf;
}
.AwardInterview img{
  width: 16vw;
  height: 16vw;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  border: 2px solid #474747;
}
.AwardInterview p{
  color: #4d4d4d;
  font-size: 27px;
}
.awardBg {
  background: #121212;
}
.awardBg .main-wrapper.border-top {
  border-color: #252525 !important;
}
.AwardFeat img {
  border: 2px solid #474747;
}
.AwardFeat .slick-slide {
    margin: 0 2px;
}
.AwardFeat  .slick-list {
    margin: 0 -2px;
}

.AwardFeat .slick-track {
  display: flex;
}
.AwardFeat .slick-track figure {
  height: 100%;
  padding-top: 140%;
  border: 0;
  outline: none;
  text-decoration: none;
  position: relative;
}
.AwardFeat .slick-track figure img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  text-indent: -90000px;
  border: 0;
  outline: none;
  transition: all ease 2s;
}
.blured {
  position: relative;
  z-index: 0;
}
.blured:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -99px;
  bottom: 0;
  width: 100%;
  height: 148px;
  background: linear-gradient(0deg, rgb(18 18 18) 15%, rgba(18, 18, 18, 0) 100%);
  z-index: -1;
}
.myImagesUls .link-wrapper .VideOut {
  display: flex;
}
.myImagesUls .link-wrapper {
  border-radius: 14px;
}
.videoGen #imageUrlDiv {
  height: 100%;
}
.videoGen #imageUrlDiv .dropzone-wrapper {
  height: 100%;
}
.VideoComty .grid-item .VideOut {
  height: auto;
}
.VideoEngine .pc {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
.VideoEngine .pc .dark-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.HomePage .VideoComty .lnk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateY(0px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.4s;
  margin: auto;
  background: #00000091;
  text-align: center;
  align-items: center;
}
.HomePage .VideoComty .lnk a {
  padding: 10px;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.VideoComty .lnk a span{
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
}
.HomePage .VideoComty .grid-item:hover .lnk {
  transform: translateY(0px);
  opacity: 1;
}

.HomePage .VideoComty .grid-item {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.playIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  transition: all ease 0.2s;
  padding: 14px;
  border-radius: 50px;
  backdrop-filter: blur(2px);
  border: 1px solid #ffffff80;
  background: #ffffff3d;
}
.playIcon svg{width: 35px;
 height: 35px;}

 .grid-item .aspect_inner:hover .playIcon{opacity: 0;}

.DetailSlider .pintest-button img {
  overflow: initial;
}
header .nav-item.dropdown:hover>.dropdown-menu {
  display: flex;
}
.dropup:hover>.dropdown-menu {
  display: flex;
}
header .nav-item.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.submenu-popover .popover-body {
  padding: 0;
  min-width: 10rem;
}

.submenu-popover .popover-body li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  color: #757575 !important;
  font-weight: 500;
  background: transparent;
  outline: none !important;
}

.submenu-popover .popover-body li a img{
  margin-right: 6px;
}

.submenu-popover .popover-body li a:not(li:last-child a){
  border-bottom: 1px solid #2b2b2b;
}

.submenu-popover{
  background-color: #171717;
  border: 1px solid #262626;
  border-radius: 0px;
}

#imageurl .qual, 
#DetailSliderNav .slick-slide .qual{
  position: absolute;
  top: -9px;
  background: #ccff00;
  line-height: 1;
  padding: 3px 2px 2px;
  font-size: 8px;
  border-radius: 3px;
  color: #000000;
  font-weight: 600;
  right: -8px;
  z-index: 1;
}

[data-bs-theme="light"] #imageurl .qual, 
[data-bs-theme="light"] #DetailSliderNav .slick-slide .qual {
  background: #2b61ff;
  color: #ffffff;
}

#DetailSliderNav .slick-slide .modalLink{
  position: relative;
}

.DetailSlider .BtnGenrate sup.free {
  background: #ccff00;
  line-height: 1;
  padding: 3px;
  font-size: 10px;
  border-radius: 3px;
  color: #121212;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -10px;
  transition: all 0.3s ease-in-out;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.MobNav ul::-webkit-scrollbar {
  height: 2px;
}

.free {
  background: #ccff00;
  line-height: 1;
  padding: 3px;
  font-size: 10px;
  border-radius: 3px;
  color: #000000;
  font-weight: 600;
  top: -11px;
  position: absolute;
  right: -1px;
  transition: all 0.3s ease-in-out;
}

@supports (grid-template-rows: masonry) {
  .avx {
      display: grid;
      grid-template-columns: (repeat(4), 1fr);
      grid-template-rows: masonry;
      grid-auto-flow: dense;
      align-tracks: stretch;
  }
}
.avx {
  display: block;
  columns: 4;
  break-inside: avoid;
  gap: 0;
}
.avx .col{
  break-inside: avoid;
}
.custom-inpgrp .form-control, .custom-inpgrp .form-select {
  border-radius: 8px;
}

.cardPrice .btn-white {
  font-weight: bold;
  font-size: 15px;
  padding: 14px 25px;
  border-radius: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.SimilarPrompts 
 .imgAsset img {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border: 1px solid transparent;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.SimilarPrompts .imgAsset img:hover {
  border-color: #ccff00;
}

.SimilarPrompts .slick-arrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -65px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 1;
  margin: auto;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: 1px solid transparent;
  /* margin-top: -15px; */
  background-color: #f1f2f4;
  border-color: #e4e4e7;
  transition: all ease 0.2s;
}

.SimilarPrompts .slick-prev {
  right: 60px;
  background-image: url("../images/arrow-xl-left.svg");
}

.SimilarPrompts .slick-next {
  right: 10px;
  background-image: url("../images/arrow-xl-right.svg");
}

.SimilarPrompts .slick-arrow:hover {
  background-color: #dadadb;
}
.generate-form-control #genratebtn {
  flex-shrink: 0;
}
#genratebtn button {
  font-size: 14px;
}
.generate-form-control #genratebtn span {
  display: block;
}
/* .SketchDetail .blue-pills .accord-body .row .col:nth-child(odd) .beforeafterdefault {
  margin-right: 0;
}
.SketchDetail .blue-pills .accord-body .row .col:nth-child(even) .beforeafterdefault  {
  margin-left: 0;
} */


/**/
.SketchPexel .blue-pills .accord-body {
  text-align: center;
}

.SketchPexel .custom-slider img {
  width: 100%;
}
.custom-slider {
  --divider-width: 2px;
}

[slot="handle"] path {
  stroke: #ffffff;
  stroke-width: calc(2.5* 2px);
}

[slot="handle"] {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.custom-slider.rendered {
  cursor: col-resize;
  outline: none;
}

.SketchPexel .before, .SketchPexel .after {
  margin: 0;
}

.before figcaption,
.after figcaption {
  border-radius: 25px;
  padding: 7px 8px;
  position: absolute;
  top: 98%;
  transform: translateY(-98%);
  line-height: 1;
  opacity: 70%;
  box-shadow: 0 5px 9px hsla(0, 0%, 0%, .08);
  backdrop-filter: blur(5px);
  font-size: 12px;
  font-weight: 300;
}

.before figcaption {
  left: 12px;
  background: #000000;
  color: #ffffff;
  opacity: calc(var(--exposure));
}

.after figcaption {
  right: 12px;
  background: #ffffff;
  color: #000000;
  opacity: calc(var(--exposure));
}
.SketchDetail .custom-slider.rendered{
  width: 100%;
}
.SketchDetail .custom-slider img {
  height: 100%;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .SketchDetail .custom-slider img {
    height: auto;
  }
}

.rendered [slot="handle"]{
  overflow: visible;
}
.rendered svg text {
  opacity: 0;
}



.BigMenus{
  display: block;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.BigMenu-Body {
  display: block;
  padding: 28px 15px;
  font-size: 1.125rem;
  color: #09090b;
  text-align: center;
  background-color: #f7f9f9;
  border: 1px solid #e1ecec;
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: all ease 0.2s;
}

.BigMenus:hover .BigMenu-Body{
  background-color: #e8e8e8;
}

.favorite-button {
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: rgba(246,247,247,.63922);
  border: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  outline: 0;
  z-index: 1;
  opacity: 0;
  backdrop-filter: blur(12px);
}

.heart, .bookmark  {
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: rgba(255,255,255,1);
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.grid-item .aspect_inner:hover .favorite-button{opacity: 1;}
.favorite-button .favorite__icon, .heart .favorite__icon, .bookmark .favorite__icon  {
  height: 15px;
  width: 15px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(.6);
  position: absolute;
}

.favorite-button.favTops img{
  height: 15px;
  width: 15px;
}

.favorite-button.is-favorite .favorite--enable {
  opacity: 1;
  transform: scale(1);
  color: red;
}
.favorite-button.is-favorite{
  background-color: rgba(255,255,255,1);
}
.favorite-button:not(.is-favorite) .favorite--not{
  opacity: 1;
  transform: scale(1);
}

.heart.inactive .favorite--enable {opacity: 0; }
.heart.active  .favorite--enable{
  opacity: 1;
  transform: scale(1);
  color: red;
}
.heart.inactive .favorite--not{
  transform: scale(1);
  opacity: 1;
}


footer .navbar-brand svg{width: 40px;}
footer .font-10 {
    font-size: 10px;
}

.copyLikes {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: all ease 0.2s;
}
.card:hover .copyLikes{opacity: 1;}

.grid-blocks-items:empty{display: none;}
.favTops{top: 10px; right: 10px; left: inherit; bottom: inherit;}

.BtnGenrate.heart{
  border: 1px solid rgb(221, 223, 225);
  padding: 10px 10px 10px 10px;
  width: 40px !important;
  height: 40px !important;
}
.BtnGenrate.heart img{width: 18px; height: 18px;}
/********************Theme Border Rounded css **************************/
/********************Theme Border Rounded css **************************/
/********************Theme Border Rounded css **************************/


.offcanvas.offcanvas-start{border-right: 0;}
.BtnGenrate {border-radius: 25px;}
.branding .banner {
  border-radius: 15px;
  height: 400px;
  object-fit: cover;
  object-position: left;
}
.branding video {border-radius: 40px;}
.link-wrapper {border-radius: 0px;}
.community .aspect_inner img {border-radius: 0px;}


.grid-blocks .grid-blocks-items:first-child .grid-item:first-child .link-wrapper{border-top-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:first-child .link-wrapper{border-top-right-radius: 15px;}
.grid-blocks .grid-blocks-items:first-child .grid-item:last-child .link-wrapper{border-bottom-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:last-child .link-wrapper{border-bottom-right-radius: 15px;}

.grid-blocks .grid-blocks-items:first-child .grid-item:first-child .context{border-top-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:first-child .context{border-top-right-radius: 15px;}
.grid-blocks .grid-blocks-items:first-child .grid-item:last-child .context{border-bottom-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:last-child .context{border-bottom-right-radius: 15px;}

.grid-blocks .grid-blocks-items:first-child .grid-item:first-child .aspect_inner .lozad{border-top-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:first-child .aspect_inner .lozad{border-top-right-radius: 15px;}
.grid-blocks .grid-blocks-items:first-child .grid-item:last-child .aspect_inner .lozad{border-bottom-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(5) .grid-item:last-child .aspect_inner .lozad{border-bottom-right-radius: 15px;}

.VideoComty .grid-item{border-radius: 10px;}
.VideOut  .link-wrapper {border-radius: 10px;}
.VideoComty .accordion-button:after {
    content: none !important;
}

/* .grid-blocks .grid-blocks-items:first-child .grid-item:first-child .VideOut video{border-top-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(4) .grid-item:first-child .VideOut video{border-top-right-radius: 15px;}
.grid-blocks .grid-blocks-items:first-child .grid-item:last-child .VideOut video{border-bottom-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(4) .grid-item:last-child .VideOut video{border-bottom-right-radius: 15px;}

.grid-blocks .grid-blocks-items:first-child .video-item:first-child .context{border-top-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(4) .video-item:first-child .context{border-top-right-radius: 15px;}
.grid-blocks .grid-blocks-items:first-child .video-item:last-child .context{border-bottom-left-radius: 15px;}
.grid-blocks .grid-blocks-items:nth-child(4) .video-item:last-child .context{border-bottom-right-radius: 15px;} */





.grid-item{border-radius: 0px; overflow: hidden;}
.card-list {border-radius: 8px; overflow: hidden;}
.navbar-nav .dropdown-menu {border-radius: 12px;}
.logPage{border-radius: 8px;}
.login-images img{border-radius: 20px;}
.modalContent .login-images img, .modal-content .login-images img{border-radius: 0px;}
.custom-inpgrp{border-radius: 16px;margin-bottom: 10px;}
.generate-form-control .form-control{border-top-left-radius: 8px; border-bottom-left-radius: 8px; font-size: 14px; font-weight: 600;}

.genrateBlank{border-radius: 15px;}
.manageSearch .form-control{ border-radius: 50px;}
.secondBar .btnTogg{border-radius: 8px;}
.VideoComty .grid-item{margin-bottom: 0px;}
.grid-blocks-items{gap: 2px;}
.grid-blocks{gap: 2px;}

.video-blocks {gap: 13px;}
.video-blocks .grid-blocks-items {
  gap: 13px;
}

.MobileFeaturesList .card-list {border-radius: 10px;}
.starOne {top: 10px;left: 10px;border-radius: 8px;}
.prod-grid .col:first-child figure img{border-top-left-radius: 25px;}
.prod-grid .col:nth-child(3) figure img{border-top-right-radius: 25px;}
.prod-grid .col:nth-child(4) figure img{border-bottom-left-radius: 25px;}
.prod-grid .col:last-child figure img{border-bottom-right-radius: 25px;}
.cardPrice{border-radius: 30px !important;}
.btnRadius{border-radius: 50px;}
.topBanner .tbanner{border-radius: 20px;}
/********************Theme Border Rounded css **************************/
/********************Theme Border Rounded css **************************/
/********************Theme Border Rounded css **************************/

/***************** sketch landing page *****************/
/***************** sketch landing page *****************/
/***************** sketch landing page *****************/

.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2b61ff;
  --bs-btn-border-color: #2b61ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7c32e9;
  --bs-btn-hover-border-color: #2b61ff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7c32e9;
  --bs-btn-active-border-color: #2b61ff;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #7c32e9;
  --bs-btn-disabled-border-color: #2b61ff;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
}
.txt-purple{
  color: #6a6af2;
}
.btn-purple-xl{
  font-size: 24px;
}
.btn-purple-xxl{
  font-size: 24px;
}
.SketchVideo{
  border: 20px solid #f7f9f9;
  border-radius: 30px;
  max-width: 990px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.SketchVideo2{
  border-radius: 30px;
  max-width: 990px;
  overflow: hidden;
  margin: auto;
}

.SketchVideo3{
  border-radius: 15px;
  overflow: hidden;
}

.videoMax{
  max-width: 100%;
  border-radius: 20px;
}

.howIt{
  background-color:#f7f9f9;
  border-radius: 20px;
  overflow: hidden;
}


.sketch-landing-page h1{font-size: 65px;}
.sketch-landing-page .h1{font-size: 56px;}
.sketch-landing-page .h2{font-size: 33px;}
.sketch-landing-page .h3{font-size: 28px;}
.sketch-landing-page .h6{font-size: 18px;}


.card-Xl {
  border: 0;
  border-radius: 30px;
  background-color: #f7f9f9;
  overflow: hidden;
}

.card-shadow{
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.17);
}

.bg-sketch-dark{
  background-color: #f8f8ff;
}

.pricelists li{font-size: 22px; margin-bottom: 15px;}


#countdown #tiles, #countdown1 #tiles1{
	position: relative;
	z-index: 1;
  text-align: center;
}

#countdown #tiles > span, #countdown1 #tiles1 > span{
	width: auto;
	text-align: center;
	margin: 0 0px;
	padding: 0px 10px;
	display: inline-block;
	position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-right: 0;
}
#countdown #tiles > span:after, #countdown1 #tiles1 > span:after{content: ":"; margin-left: 10px;}
#countdown #tiles > span:last-child:after, #countdown1 #tiles1 > span:last-child:after{display: none;}
#countdown ul, #countdown1 ul{list-style: none; padding: 0; text-align: center;}
#countdown .labels li, #countdown1 .labels li {
  width: 39px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  padding-top: 0;
  font-size: 14px;
  margin-left: 9px;
}
#countdown .labels, #countdown1 .labels{text-align: center;}

.original-1{
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1250px * 3));
    transform: translateX(calc(-1250px * 3));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-900px * 3));
    transform: translateX(calc(-900px * 3));
  }
}
.sliderBrands {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}



.sliderBrands .slide-track-brands {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(900px * 14);
}

.FixBottom{position: fixed; bottom: 10px; right: 12px; z-index: 9;}

.sliderBrands .slide-brands {
  height: 100px;
  width: 900px;
}


.accordionSketch .accordion-button {
  background-color: transparent;
  font-size: 20px;
  color: #09090b;
  box-shadow: none !important;
  padding:10px 15px;
}

.accordionSketch .accordion-item {
  color: #09090b;
  background-color: transparent;
  border: 0;
  margin-bottom: 25px;
}

.accordionSketch .accordion-body{font-size: 18px; color: #09090b; font-weight: 600; padding-left: 48px; padding-right: 15px;}


.accordion.accordionSketch {
  --bs-accordion-btn-icon: url("../images/sketch-landing/plus.svg");
  --bs-accordion-btn-active-icon: url("../images/sketch-landing/plus.svg");
  --bs-accordion-btn-icon-width: 18px;
  --bs-accordion-btn-icon-transform: rotate(135deg);

}
.accordionSketch .accordion-button:after{display: none;}

.accordionSketch .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 0;
  margin-right: 15px;
  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);
  background-position: center;
}

.accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.feature{
  border-radius: 50px;
  background-color: #497cda;
  color: #fff;
  font-size: 20px;
  padding: 8px 30px;
}


.tableCustom thead tr th{
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom-color: #f1f1f1;
  white-space: nowrap;
}
.tableCustom td{
  font-size: 18px;
  padding: 15px 30px;
  background-color: #fbfbfb;
  border-bottom-color: #f1f1f1;
}

.tableCustom thead tr th:nth-child(2){
  background-color: #e6ffe8;
  border-color: #b1deb4;
}
.tableCustom thead tr th:nth-child(3){
  background-color: #f1f1f1;
  border-color: #e1e1e1;
}


.tableCustom tr td:nth-child(2){
  color: #247d2b;
  background-color: #e6ffe8;
  border-color: #b1deb4;
}
.tableCustom tr td:nth-child(3){
  color: #666666;
  background-color: #f1f1f1;
  border-color: #e1e1e1;
}
.tableCustom tr:last-child td{border-bottom: 0;}

.tableCustom thead tr:first-child th:first-child{border-top-left-radius: 30px;}
.tableCustom thead tr:first-child th:last-child{border-top-right-radius: 30px;}
.tableCustom tbody tr:last-child td:first-child{border-bottom-left-radius: 30px;}
.tableCustom tbody tr:last-child td:last-child{border-bottom-right-radius: 30px;}


/**/
@-webkit-keyframes movingTab {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes movingTab {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}

.Premiumpage .tabs .tabs--list {
  display: block;
  position: relative;
  border-radius: 30px;
  border: 1px solid #303030;
  background-color: #171717;
  padding: 0;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.Premiumpage .tabs .tabs--list li {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  position: relative;
  z-index: 2;
}
.PricingPlan .tabs .tabs--list li {
  width: 49%;
}
.Premiumpage .tabs .tabs--list li a {
  display: block;
  padding: 9px 0;
  color: #636363;
  transition: color ease 0.7s, box-shadow 0.5s;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.Premiumpage .tabs .tabs--list li a.actived:hover {
  box-shadow: none;
}
.Premiumpage .tabs .tabs--list li a:hover {
  box-shadow: 0 24px 18px -15px rgba(0, 0, 0, 0.09);
}
.Premiumpage .tabs .tabs--list li.moving-tab {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  top: 0;
  transition: left 0.7s, box-shadow 0.5s;
  z-index: 1;
  border-radius: 30px;
  background: #000000;
  border: 1px solid #303030;
}
.Premiumpage .tabs .tabs--list li.moving-tab:hover {
  box-shadow: 0 24px 18px -15px rgba(117, 60, 148, 0.65);
}
.Premiumpage .tabs .tabs--list li.moving-tab--interaction {
  animation: movingTab 0.4s forwards;
  transition: left 0.4s cubic-bezier(0.29, 1.42, 0.79, 1);
}
.Premiumpage .tabs .tabs--content {
  text-align: left;
  padding: 35px 0px;
}
.Premiumpage .tabs .tabs--content > li {
  display: none;
}
.Premiumpage .tabs .tabs--content > li.actived {
  display: block;
}

.scm-container .scm-item:nth-child(2) {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.scm-container .scm-item[data-index="0"]{display: none;}
.glow {
  padding: 3px 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
  top: 5px;
  position: absolute;
  background-color: #292929;
  right: 5px;
}

.privt{
  font-size: 13px !important;
}
.border-dark{border-color: rgb(221, 223, 225) !important; border-radius: 6px;}
.comimgsoon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.MaxWi{max-width: 1100px; margin: auto;}

.featuredOn{
  background-image: url(../images/split/featured.png);
  background-repeat: repeat-x;
  height: 50px;

  -webkit-animation: slide 150000s linear infinite;
  animation: slide 150000s linear infinite;
}

@keyframes slide {
  0% {
    background-position: 5000000px; }
  100% {
    background-position: 0; } 
}

@-webkit-keyframes slide {
  0% {
    background-position: 5000000px; }
  100% {
    background-position: 0; } 
}

.featuredOn{position: relative; overflow: hidden;}
.featuredOn:before {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 12px 0px 33px 36px rgb(255 255 255);
}

.featuredOn:after {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  border-radius: 20px;
  box-shadow: -8px 0px 33px 36px rgb(255 255 255);
}

.bgLight {
  background-color: #fff;
  border-radius: 15px;
  background-image: url(../images/split/comunity-banner.jpg);
  background-size: cover;
  height: 270px;
  background-position: center;
}

.bgLight2{
  background-image: url(../images/split/video-banner.jpg);
}

.text-white-1{color: #fff;}
.pintest-button img {
  border-radius: 9px;
}
.btn-xl {
  padding: 18px 50px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 20px;
}

.ChooseModel .card.cardPrice {
  border-radius: 30px;
}
.ps-90{padding-left:100px;}

.w-200{width: 150px;}
.aspect_inner img{width: 100%;}
.btnFixed {
  position: fixed;
  bottom: 10px;
  right: 15px;
  margin: auto;
  z-index: 111;
  padding: 10px 30px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  background-color: #2b61ff;
  text-decoration: none;
}
.btnFixed:hover, .btnFixed:focus, .btnFixed:active{
  background-color: #2d2dcb;
  color: #fff;
}

/**************************************/
/** SFX 
/**************************************/
.sfx-category-ul{
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.sfx-category-ul li{padding: 0;}
.sfx-category-ul li a{color: #212121; font-size: 15px; text-decoration: none; padding: 4px 0; display: block; transition: all ease 0.2s;font-weight: 600;cursor: pointer;}
.sfx-category-ul li a:hover,  .sfx-category-ul li a:hover, .sfx-category-ul li a:hover{
  color: #a1a4a5;
  padding-left: 2px;
}

.audio-card {
  background: transparent;
  padding: 20px 20px;
  border-radius: 0px;
  border-bottom: 1px solid #d5d5d5;
  transition: all 0.2s ease-in-out;
}
.audio-card .audio-outer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.audio-card .music-avtar {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
}
.SFX-Detail .music-avtar {
    width: 150px;
}
.audio-card .music-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio-card .title {
  font-weight: bold;
}
.audio-card .category2 {
  font-size: 0.9em;
  color: gray;
}
.audio-card .controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.audio-card .button {
  background: #eee;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.variations {
  margin-top: 15px;
  padding-bottom: 20px;
}
.variation-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.variations .category2 {
    width: 34px;
}
.genSimilarImg{width: 15px !important;}
.genSimilarImg2{width: 8px !important;}
.BtnGenrate10 {
  border-radius: 10px;
}

/*24-04-2025*/
.invert{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.VideoComty .btn .genSimilarImg {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.song-title h6, .JustAdd  .card-body .title, .TrendNow .card-body .title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.JustAdd .card:hover .title,.TrendNow .card:hover .title {
  color: #828282 !important;
}
.variations ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.variations .audio-card {
  padding-top: 0;
  border: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 0px;
  background: transparent;
}

.variations li {
  padding-left: 52px;
  list-style: none;
  position: relative;
}

.variations li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 37px;
  height: 58px;
  background-image: url('/assets/images/split/drop-2.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.variations li:first-child::before {
  background-image: url('/assets/images/split/drop-11.png'); /* if you have a top variation */
}

.variations li:last-child::before {
  background-image: none; /* if you want a rounded ending */
}
.variations .audio-info h6 {
  color: #3e3e3e;
  font-size: 14px;
}

.variations .audio-info h6,
.SFXCreate .card .list-group-item span,
.VariationList .song-title h6{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.VariationList .audio-info{
  flex: none;
}

.BtnGenrate[aria-expanded="true"] img {
  transform: rotate(90deg);
}

.BtnGenrate img {
  transition: all ease 0.2s;
}
.variations .audio-outer {
  display: grid;
  grid-template-areas:
      "play-icons audio-info controls";
  grid-template-columns: 3rem auto 34rem;
}
.audio-info .BtnGenrate {
  flex-shrink: 0;
}
.comt-main .btn-primary {
  width: 100%;
  border-radius: 30px;
  justify-content: center;
}

.SFX .audio-card.active {
  background: #fbfafa;
}

.play-music {
  border-top: 1px solid #f1f1f1;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  border-left: 1px solid #f1f1f1;
  padding: 10px 20px;
  text-align: center;
  z-index: 1;
}

span#loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/*play-pause icons*/
.play-icons {
  cursor: pointer;
}
.play-icons svg path {
  transition: all 0.2s ease-in-out;
}

.play-icons svg:hover, .active .play-icons svg, 
.play-icons-small svg:hover, .active .play-icons-small svg{
  color: #2b61ff;
}

.ctrlPlay .pause {
    padding: 0;
    border: 0;
    background: transparent;
}

.ctrlPlay .pause svg {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 7px;
}

/*SFXCreate*/
.SFXCreate {
  background: #f2f4fb;
  height: calc(100vh - 111px - 67px);
  overflow-y: auto;
}
.SFXCreate .card .btn-primary {
  border-radius: 12px;
  padding: 8px 9px !important;
}
.SFXCreate .card textarea{
  resize: none;
  font-size: 19px;
}
.SFXCreate .duration img {
  width: 16px;
}
.SFXCreate .prompt img {
  width: 12px;
}
.SFXCreate .btn-group .btn {
  background-color: #fbfbfb;
}
.SFXCreate .card .list-group-item:hover {
  background: #f8f8f8;
}
.SFXCreate .card .list-group-item {
  cursor: pointer;
  border-radius: 12px !important;
  background: transparent;
}
.SFXCreate .card .list-group-item span {
  color: #3e3e3e;
}
.SFXCreate .card-body {
    height: auto;
}

.SFXCreate #promptText:first-letter {
    text-transform: uppercase;
}
.card-footer .btn-group {
  flex-wrap: wrap;
}
.card.border-1 {
  border-color: #dadada !important;
}
.resp label {
  text-decoration-style: dotted;
  text-decoration-line: underline;
}
.PromOutput  .popover-body {
  padding: 7px 9px;
  line-height: normal;
}

.PromInf {
  border-radius: 15px;
}

/*SFX-Detail*/
.SFX-Detail .audio-card:hover {
  background: #f8f8f8;
}

/*Music*/
.Genres, .TrendNow .box {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.Genres .card {
  flex: 0 0 148px;
  height: 198px;
  cursor: pointer;
}
.Genres .card:before {
  background: #848484;
  background: linear-gradient(0deg, rgb(37 37 37 / 56%) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.Genres .card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  transform: scale(1.1);
}
.Genres .card:hover .card-img {
  transform: scale(1);
}
.Genres h5{
  font-size: 21px;
}
.JustAdd .card-body .BtnGenrate.px-2,
.TrendNow .card-body .BtnGenrate.px-2 {
  padding-right: .7rem !important;
  padding-left: .7rem !important;
}
.JustAdd .card .img-fluid {
  width: 103px;
  height: 103px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.JustAdd .card:hover .img-fluid {
  border-radius: 20px !important;
}
.TrendNow .card {
  flex: 0 0 179px;
}
.TrendNow .card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.TrendNow .card:hover .card-img {
  border-radius: 30px !important;
}
.TrendNow .card-body .BtnGenrate {
  padding: 7px 8px;
  font-size: 12px;
}
.avatar {
  position: relative;
}
.avatar .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.JustAdd .card:hover .avatar .play {
  opacity: 1;
}

/*Music category*/
.divide .lft .accordion-button {
  font-size: 15px;
  color: #060606 !important;
  font-weight: 600;
  cursor: pointer;
  transition: all ease 0.2s;
}
.divide .lft .accordion-button:hover{
  padding-left: 2px !important;
  color: #a1a4a5 !important;
}
.divide .lft .accordion-body li a {
  color: #6c6c6c;
  font-size: 15px;
  transition: all ease 0.2s;
  cursor: pointer;
}
.divide .lft .accordion-body li:hover,
.divide .lft .accordion-body li:hover a {
  color: #000000;
}
.divide .lft .accordion-body li {
  color: #6c6c6c;
}


/*Music Detail*/
.lyrics {
  font-size: 16px;
  text-align: left;
  white-space: pre-line;
  color: #535353;
}
.MusicDetail .audio-card h6{
  color: #5e5e5e;
}
.MusicDetail .VariationList .audio-card:last-child {
  border: 0;
}

.TagLine p {
    color: #6f778d;
}
/*ai-apps*/
.RoundBox h5 {
  color: #00020c;
}
.RoundBox p {
  color: #2f2e2e;
}
.RoundBox img {
  transition: transform 0.4s ease-in-out;
  transform: scale(1);
}
.RoundBox figure {
  overflow: hidden;
}
.RoundBox:hover figure img {
  transform: scale(1.1);
}
.RoundBox h5{
  transition: all 0.4s ease-in-out;
}
.RoundBox:hover h5{
  color: #828282;
}

/**/
.range-wrapper {
  position: relative;
  width: 100%;
}

.custom-tooltip {
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  background-color: #000;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Show on hover/focus */
.range-wrapper:hover .custom-tooltip,
.range-wrapper:focus-within .custom-tooltip {
  opacity: 1;
}

/*app detail*/
.AppsBanner {
  background: #f0f0f0;
  border-radius: 50px;
  overflow: hidden;
}
.AppsBanner img {
  min-height: 271px;
  object-fit: cover;
  height: 100%;
}
.AppsBanner article{
  max-width: 660px;
}
.Imgpro .form-control {
  border-radius: 8px;
  font-size: 15px;
  resize: none;
  background: transparent !important;
  padding: 13px 15px;
}
.Imgpro textarea{
  min-height: 100px;
}
.DragImg p {
  color: #777777;
}
.Imgpro article p{
  line-height: 20px;
}
.min115 {
  min-width: 120px;
  max-width: 120px;
  flex: 0 0 120px;
}
.DragImg .box-body {
  background-size: 35px;
  background-position: center 30%;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.DragImg .box-body span {
  padding-top: 50%;
  font-size: 12px;
  color: #939393;
}
.ImgPro .form-select {
  background-color: transparent !important;
  color: #000000;
  font-size: 15.8px;
  font-weight: 600;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 8px;
}
.area {
  border: 2px solid rgb(159 159 159 / 30%);
  border-radius: 20px;
  overflow: hidden;
}

.OverUser h2 {
  color: #6f6f6f;
  font-weight: normal;
  font-size: 40px;
}
.OverUser h2 b {
  color: #000000;
  font-weight: 800;
}
.layEffect {
  list-style: none;
}

.layEffect li img {
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.layEffect li:first-child {
  z-index: 0;
}

.layEffect li:nth-child(2) {
  z-index: 1;
  margin-left: -35px;
}

.layEffect li:nth-child(3) {
  margin-left: -30px;
  z-index: 2;
}

.layEffect li:nth-child(4) {
  margin-left: -30px;
  z-index: 3;
}

.layEffect li:nth-child(5) {
  margin-left: -35px;
  z-index: 4;
}
.AppRefer {
  background: #fcfcfd;
}

.AppStyle .row .col{
  max-width: 200px;
  flex: 0 0 200px;
}
.AppStyle figure{
  padding-top: 100%;
  position: relative;
  background-color: #e8e8e8;
}

.AppStyle figure img{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  text-indent: -90000px;
  border: 0;
  outline: none;
}

.AppStyle figcaption{
  font-size: 20px;
  color: #0f0f0f;
}
.faq p{
  color: #7d7d7d;
}

.srcs svg{
  flex-shrink: 0;
}
/**/
header .btnAvtar {
    display: flex;
    align-items: center;
    gap: 0 4px;
}

.UserName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#SecondHead .nav-item .nav-link {
    align-items: center;
}

#SecondHead .nav-item:hover {
    background: #f3f4f5;
}

#SecondHead .nav-item.active {
    background: #ebf5ff;
}
#SecondHead .nav-item.active:hover {
    background: #d6eaff;
}
#SecondHead .nav-item {
    border-radius: 25px;
}

#SecondHead .submenu li {
    border-radius: 8px;
}
#SecondHead .submenu {
    background-image: none;
    padding: 10px;
}
#SecondHead .submenu .dropdown-item{
    padding: 10px 15px;
    font-size: 14px !important;
}

/**/
#genratedImages, .GeneratedMp4, .SFXCreate #allSamples {
    
    margin: auto;
}
.gridLoading {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.GeneratedMp4 .gridLoading {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gridLoading .loadingItem {
    position: relative;
    background: #dfe1e7;
    border-radius: 12px;
    padding-top: 100%;
    overflow: hidden;
}
.GeneratedMp4 .gridLoading .loadingItem {
    padding-top: 56.4%;
}
.gridLoading .loadingItem:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0));
    animation: shimmer 2s infinite;
    content: '';
}
@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
.gridLoading .context {
    position: absolute;
    height: max-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 15px;
}
.gridLoading #loaderText{
    color: #c7c9d1;
}
.wrapper-dropdown {
  position: relative;
  padding: 0.44rem 0.5rem 0.44rem 1rem !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  background: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 0 2px #00000014, 0 6px 20px #dcdcdc;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;
}
.wrapper-dropdown .dropdown li {
  padding: 10px;
  transition: all 0.2s;
  font-size: 12px;
  color: #28292c;
  font-weight: 600;
}
.wrapper-dropdown .dropdown li:hover {
  background: #eee;
}
.arrow {
  transition: transform 0.3s;
}
.wrapper-dropdown.active .arrow {
  transform: rotate(180deg);
}
.wrapper-dropdown .selected,
.CustDrop [data-bs-toggle="popover"] {
    font-size: 12px;
    font-weight: 600;
}
.wrapper-dropdown .dropdown .selected {
    background: #e2eeff;
}
.wrapper-dropdown .dropdown .selected:hover {
    background: #c9e0ff;
}

/**/
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.custom-select select:focus + .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/**/
.durOpt {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}
.durOpt label {
    flex: 0 0 25%;
}
.custom-inpgrp .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 600;
}
.custom-inpgrp .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 13px;
    background-position: center;
}
/**/
#genratedImages .BtnGenrate {
    background-color: rgba(246, 247, 247, .63922);
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    outline: 0;
    padding: 0 !important;
    justify-content: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

#genratedImages .BtnGenrate img {
    height: 15px;
    width: 15px;
}

/**/
.track-info p {
  margin: 0;
  font-size: 14px;
}

.track-info small {
  color: gray;
}

.controls {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    gap: 0 20px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    overflow: inherit;
}
.progress {
    height: 100%;
    background: #000000;
    width: 0%;
    border-radius: 4px;
}

.thumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
    pointer-events: none;
    transition: left 0.05s;
}

.time-tooltip {
    position: absolute;
    top: -30px;
    padding: 2px 6px;
    background: #333;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    display: none;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}
.time {
  font-size: 12px;
}

.audio-player .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}

.audio-player .play {
  background: #000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.audio-player .play svg, .audio-player .buttons .btn svg{
  width: 1.25rem;
  height: 1.25rem;
}
.audio-player .buttons .btn {
    border-radius: 50%;
    padding: 8px;
}
.audio-player .buttons .btn:hover{
    background: rgba(0, 0, 23, .043);
    border-radius: 50%;
    padding: 8px;
}
.track-info{
    flex-basis: 25%;
}
 .dwnSound{
    margin-left: auto;
    margin-right: 12px;
}
.dwnSound{
  cursor: pointer;
}
.ctrlPlay{
    flex-basis: 50%;
}

/**/
.volume-control {
  outline: none;
  border-radius: 30px;
  position: relative;
}

#volumeToggle {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  padding: 0;
}

#volumeToggle svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}

/* Volume slider: vertical, fills bottom-to-top */
#volumeSlider {
  -webkit-appearance: none;
  appearance: none;
  writing-mode: bt-lr;
  transform: rotate(270deg);
  width: 100px;
  height: 6px;
  background: #f3f3f3;
  cursor: pointer;
  --progress: 100%;
  position: absolute;
  top: -64px;
  padding: 12px 8px;
  border-radius: 4px;
  left: -40px;
  right: 0;
  margin: auto;
  opacity: 0;
}

.volume-control:hover #volumeSlider,
.volume-control:focus-within #volumeSlider {
  opacity: 1;
  pointer-events: auto;
}


/* Track */
#volumeSlider::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #4a4d58 var(--progress), #c7c4c4 var(--progress));
  border-radius: 10px;
}

#volumeSlider::-moz-range-track {
  height: 6px;
  background: linear-gradient(to right, #4a4d58 var(--progress), #c7c4c4 var(--progress));
  border-radius: 10px;
}

/* Thumb */
#volumeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 2px #000;
  margin-top: -5px;
}

#volumeSlider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: none;
}

.navbar-nav .dropdown-menu .Highlight-Item{
  background: #ebf5ff;
  color: #2b61ff;
}

.navbar-nav .dropdown-menu .Highlight-Item em{
    font-size: 11px;
    font-style: normal;
    color: #7487bd;
    margin-top: 2px;
}

.navbar-nav .dropdown-menu .Highlight-Item .icon{
    filter: invert(25%) sepia(94%) saturate(2441%) hue-rotate(223deg) brightness(106%) contrast(108%);
}

/**/
[role="navigation"] .shadow-sm.rounded-md {
    box-shadow: none !important;
}

[role="navigation"] .hidden {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

[role="navigation"] p.leading-5 {
    margin: 5px 0 0;
    font-size: 13px;
}

[role="navigation"] .w-5.h-5 {
    width: 25px;
    height: 25px;
}

[role="navigation"] .bg-white {
    background-color: transparent !important;
    border: 0 !important;
}

[role="navigation"] a {
    text-decoration: none;
}

[aria-current="page"] span.bg-white {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

[role="navigation"] .inline-flex {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
}

[aria-current="page"] + a {

    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

 [role="navigation"] .shadow-sm a {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
    border-radius: 50px;
}



/*responsive*/
@media (min-width:767px){
  [role="navigation"] .sm\:hidden {
    display: none;
}
  .w-md-auto{width: auto !important;}
  #SecondHead .nav-item {
      width: 40px;
      height: 40px;
      justify-content: center;
      margin: auto auto 12px auto;
      display: flex;
      align-items: center;
      border-radius: 12px;
  }

  #SecondHead .nav-item .nav-link {
      padding: 0;
      justify-content: center;
  }
  .play-music {
    width: calc(100% - 220px);
  }
  .SFXCreate .play-music {
    width: calc(100% - 90px);
  }
}

@media (min-width: 1200px){
  .divide .lft{
    width: 220px;
  }
}

@media (min-width: 1400px){
  .variations {
    margin-left: 60px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px){
  .y-space{
      gap: 60px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px){
  .AppsBanner article h1 {
    font-size: 40px;
  }
  .NewGene .min450{
      min-width: 350px;
      max-width: 350px;
      flex: 0 0 350px;
  }
  .manageSearch-end {width: 260px !important; }
}

@media (min-width: 1200px) and (max-width: 1299.98px){
  .manageSearch-end {
    width: 260px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .audio-info{
    padding-right: 1.5rem !important;
  }
  .audio-info > .category2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .controls {
    gap: 1.5rem !important;
  }
  .variations .audio-outer {
    grid-template-columns: 3rem auto 29.5rem !important;
  }
  .JustAdd .col-xxl-3 {
      flex: 0 0 auto;
      width: 33.33334%;
  }
  .MusiCat .JustAdd .row.gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .MusiCat .JustAdd .BtnGenrate {
    padding: 8px 9px !important;
    font-size: 12px;
  }
 }


/*max*/
@media (max-width:1399.98px){
  .audio-card .controls {
    width:100%;
  }
  .variations .audio-outer {
    grid-template-columns: auto 1fr auto !important;
  }
  .audio-info{
    gap: 0 10px;
  }
}

@media (max-width: 1199.98px){
  #genratedImages, .GeneratedMp4, .SFXCreate #allSamples{
      max-width: 100%;
      margin: auto;
  }
}

@media (max-width: 991.98px){
  .NewGene .border-start{
    border: 0px;
  }
  .srcs svg {
    width: 99px;
  }
  .play-music {
    flex-wrap: wrap;
  }
  .track-info {
    flex-basis: 90%;
    order:1;
  }

  .ctrlPlay {
    flex-basis: 100%;
    order: 3;
  }

  .volume-control{
    order: 2;
  }

  .dwnSound {
      flex-basis: 0%;
      display: none;
  }
  .WaveDraw{
    order: 4;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
[role="navigation"] .hidden .shadow-sm{
    display: none;
}
  .play-music {
    width: 100%;
  }
  h1 {
    font-size: 30px;
  }
  #SecondHead .submenu {
      height: max-content;
      width: 100%;
  }
  #SecondHead .submenu .dropdown-item {
    padding: 6px 6px;
  }
  #SecondHead .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .SFXCreate .list-group-flush .actionBtns {
    opacity: 1;
  }
  
}

@media (max-width: 575.98px){
  .AppStyle .row .col{
    max-width: 50%;
    flex: 0 0 50%;
  }
  .srcs .col:nth-child(even) svg {
    width: 60px;
  }
  .audio-info {
    width: 100%;
    flex: auto;
  }
  .VariationList .audio-info{
    width: auto !important;
  }
  .copyRight{
    width: 100%;
  }
  .audio-card {
    padding: 20px 5px;
  }
  .VideoComty .bgLight {
    background-position: 67% 50%;
  }
    .manageSearch-end {
        width: 190px !important;
    }
}

@media (max-width: 480.98px){
  .BtnGenrate {
    padding: 8px 8px 8px 8px !important;
    font-size: 12px !important;
  }
  .SFXCreate .card textarea {
    font-size: 16px;
  }
  .ai-apps .col-6 {
    width: 100%;
  }
}

@media (max-width: 375.98px){
  .SFXCreate .card-footer .btn-group button {
    width: 100%;
  }
  .SFXCreate .btn-group .btn {
    border-radius: 10px !important;
  }
  .SFXCreate .card-footer .btn-group {
    gap: 4px 10px;
  }
}



.list-check ul{
    padding: 0;
}

.list-check li {
    list-style: none;
    background-image: url("../images/check-1.svg");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    background-size: 16px;
    padding-left: 29px;
    margin-bottom: 2px;
}

.mfp-bg {
    background: #000000 !important;
    opacity: .9 !important;
}

.mfp-arrow:before {
    background-color: #4b4b4b !important;
    width: 60px !important;
    height: 60px !important;
    border: 0 !important;
    border-radius: 44px !important;
    margin-left: 17px !important;
    margin-top: 26px !important;
}
.mfp-arrow-left:before {
    margin-left: 17px !important;
}

.mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    right: 17px !important;
    top: 17px !important;
    background-color: #4b4b4b !important;
    border-radius: 50px !important;
}

.mfp-content .mfp-close{display: none !important;}


/****************** AI Courses page css  ******************/
/****************** AI Courses page css  ******************/

/* Hero Section */
.hero-ai-course {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/split/Ai-for-Designers-new.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-content{padding-left: 15px; padding-right: 15px;}
.hero-content h1{
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 6rem;
  letter-spacing: -0.3rem;
  word-spacing: 0rem;
  color: #FFFFFF;
}
    
.hero-btns{
width: 480px;
margin: auto;
}
.cta-button{
display: block;
text-decoration: none;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.4rem;
fill: #FFFFFF;
color: #FFFFFF !important;
border-style: none;
border-radius: 4rem 4rem 4rem 4rem;
padding: 1.3rem 2.5rem 1.3rem 2.5rem;
background: linear-gradient(190deg, #000000, #00cfff, #FF22FFCF, #f7f7f7);
background-size: 300% 300%;
}
.eael-countdown-items {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 480px;
}
.eael-countdown-items>li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}

.eael-countdown-items>li>div {
    text-align: center;
    background: #C4E1F54D;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0.3em 0.4em 0.3em 0.4em;
    border-style: solid;
    border-width: 1px 1px 2.5px 2px;
    border-color: #C4E1F5;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24) inset;
}


.eael-countdown-items .eael-countdown-digits {
    color: #FFFFFFC7;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
}

.eael-countdown-items .eael-countdown-label {
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.9em;
}

.ai-course-heading-title{
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 4.5rem;
  color: #191A1F;
}
.ai-course-heading-subtitle{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #191A1F;
}


.ai-yellow{
  background-color: #FFFCD7;
}

.ad-concepts {
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
        --display: flex;
    gap: 1rem 0rem;
    row-gap: 1rem;
    column-gap: 0rem;
    border-radius: 1.3rem 1.3rem 1.3rem 1.3rem;
    padding: 40px;
    margin-bottom: 40px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    height: 65vh;
}

.default-image,
.hover-image {
    width: 100%;
    display: block;
    transition: all .6s ease-in-out;
    object-fit: cover;
    object-position: center;
}
.image-container1{
      position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.default-image1{
      width: 100%;
    display: block;
    transition: all .6s ease-in-out;
    object-fit: cover;
    object-position: center;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.content {
    padding-top: 20px;
}

.content h2 {
    margin-bottom: 5px;
        font-size: 2.2rem;
    font-weight: 500;
    color: #000000;

}

.content h2 span{
font-family: "Playfair Display", serif;
font-style: italic;
font-weight: 600;
}

.content p {
    font-size: 1rem;
}


.course-st-container{max-width: 1116px; margin: auto; display: flex; flex-direction: column; gap: 20px;}
.course-st-1{

      background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding:80px 40px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;

}
.course-st-1:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0;
    background-image: linear-gradient(180deg, #0000000D 0%, #00000094 100%);
    }
    
    .course-st-content{position: relative; z-index: 1;}
.course-st-1 h5{
  font-size: 18px; 
  font-family: "DM Mono", monospace;
  font-weight: 400;
}
.course-st-1 h3{
  font-size: 30px;
  font-weight: 400;
}


.course-times {
    background: #02010185;
    border-radius: 2rem;
    padding-top: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.4rem;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 13px;
    display: flex;
    align-items: center;
    z-index: 2;
}


.summary-bgs{
  background-color: #F7F7F7;
      border-radius: 25px;
    padding: 30px;
}

.summ-blue {
    background-color: #C5E1F5;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    padding-right: 60px;
    width: 100%;
}
.summary-bgs-1 p{margin-bottom: 8px; margin-top: 15px; font-size: 16px;}
.summary-bgs-1 h6{margin-bottom: 15px; margin-top: 0px;}

.summary-bgs-blue{
    background-color: #C5E1F5;
      border-radius: 25px;
    padding: 30px;
}

.sm-badge{
  background-color: #EBF8F1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    fill: #049547;
    color: #049547;
    border-style: none;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    display: inline-block;
}

.course-skills{
  background-color: #C5E1F5;
  padding-bottom: 150px;
  padding-top: 100px;
}
.course-skills-content {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 85vh;

}
.img-container1 {
    width: 100%;
}
.img-container1 img{
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  height: calc(100% + 100px);
  min-height: calc(100% + 100px);
  object-fit: cover;
}
.course-skills-content:before{
    background-image: linear-gradient(178deg, #0000001F 0%, #000000D9 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    }

.course-skils-bottom {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
    .course-skils-bottom h6{line-height: 1.3;
    font-size: 17px;}
.heading22{font-size: 45px;}

.counter-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
    gap: 15px;

}

.counter-section .counter h2 {
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.counter-section .counter {
    min-width: 95px;
}
.counter-section .counter p{font-size: 13px; border-bottom: 1px solid; padding-bottom: 5px; display: inline-flex; font-weight: 500;}

.SliderThree .sliderim{padding: 10px;}
.SliderThree .sliderim img{border-radius: 20px;}

.acco-faq .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 15px;
}
.acco-faq .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

.acco-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.acco-faq  .accordion-button:focus {
    box-shadow: none;
}
.accordion-body{padding-top: 0;}

.smart-sec-uppr{

}
/* .smart-sec-container{

      display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
} */


.smart-sec-container {
    max-width: 950px;
  margin: auto;
  border-radius: 25px;
    position: relative;
    height: 550px;
    overflow: hidden;
}

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

.img-container img {
    width: calc(100% + 150px);
    max-width: calc(100% + 150px);
    height: 100%;
    transform: translateY(0);
    will-change: transform;
    object-fit: cover;
}
.smart-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.09);
}
.smart-overlay .ai-course-heading-title{color: #fff !important;}


.btnWhite {
    background-color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 0.1px 0.1px 0.1px 0.1px;
    border-color: #FFFFFF;
    border-radius: 4rem 4rem 4rem 4rem;
    padding: 1rem 2.5rem 1rem 2.5rem;
    display: inline-block;
    text-decoration: none;
}

.btnWhite:hover, .btnWhite:focus, .btnWhite:active{
  background-color: #000;
  border-color: #000;
  color: #fff;
} 


.hero-btns-bottom{
  position: fixed;
  bottom: 10px;
  left:0;
  right: 0;
  margin: auto;
  z-index: 1111;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hero-btns-bottom.show{
  opacity: 1;
}


 .paypalButton {
    background-color: #032E82;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 4rem 4rem 4rem 4rem;
    padding: 1.4rem 2.5rem 1.4rem 2.5rem;
}