/* @layer base {
    :root {
      --background: 0 0% 100%;
      --foreground: 222.2 84% 4.9%;
  
      --card: 0 0% 100%;
      --card-foreground: 222.2 84% 4.9%;
  
      --popover: 0 0% 100%;
      --popover-foreground: 222.2 84% 4.9%;
  
      --primary: 222.2 47.4% 11.2%;
      --primary-foreground: 210 40% 98%;
  
      --secondary: 210 40% 96.1%;
      --secondary-foreground: 222.2 47.4% 11.2%;
  
      --muted: 210 40% 96.1%;
      --muted-foreground: 215.4 16.3% 46.9%;
  
      --accent: 210 40% 96.1%;
      --accent-foreground: 222.2 47.4% 11.2%;
  
      --destructive: 0 84.2% 60.2%;
      --destructive-foreground: 210 40% 98%;
  
      --border: 214.3 31.8% 91.4%;
      --input: 214.3 31.8% 91.4%;
      --ring: 222.2 84% 4.9%;
  
      --radius: 0.5rem;
    }
  
    .dark {
      --background: 222.2 84% 4.9%;
      --foreground: 210 40% 98%;
  
      --card: 222.2 84% 4.9%;
      --card-foreground: 210 40% 98%;
  
      --popover: 222.2 84% 4.9%;
      --popover-foreground: 210 40% 98%;
  
      --primary: 210 40% 98%;
      --primary-foreground: 222.2 47.4% 11.2%;
  
      --secondary: 217.2 32.6% 17.5%;
      --secondary-foreground: 210 40% 98%;
  
      --muted: 217.2 32.6% 17.5%;
      --muted-foreground: 215 20.2% 65.1%;
  
      --accent: 217.2 32.6% 17.5%;
      --accent-foreground: 210 40% 98%;
  
      --destructive: 0 62.8% 30.6%;
      --destructive-foreground: 210 40% 98%;
  
      --border: 217.2 32.6% 17.5%;
      --input: 217.2 32.6% 17.5%;
      --ring: 212.7 26.8% 83.9%;
    }
} */

@layer base {
    * {
        @apply border-border;
    }

    body {
        @apply bg-background text-foreground;
    }
}

.bg-dark-blue {
    background: #0b0f1b;
}
.bg-grey{
    background-color: #dfdfdf;
}
body {
    background: #0b0f1b;
    color: #ddd;
    font-family: "Poppins";
    transition: all .3s ease-in-out;
}

.text-white {
    color: #ddd !important;
}


@font-face {
    font-family: "open-sans";
    src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "open-sans-m";
    src: url("../fonts/Open_Sans/static/OpenSans-Medium.ttf");
}

@font-face {
    font-family: "open-sans-b";
    src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "work-san";
    src: url("../fonts/Work_Sans/static/WorkSans-Regular.ttf");
}

@font-face {
    font-family: "work-san-b";
    src: url("../fonts/Work_Sans/static/WorkSans-Bold.ttf");
}

@font-face {
    font-family: "work-san-m";
    src: url("../fonts/Work_Sans/static/WorkSans-Medium.ttf");
}

@font-face {
    font-family: "darker";
    src: url("../fonts/Darker_Grotesque/static/DarkerGrotesque-Regular.ttf");
}

@font-face {
    font-family: "darker-m";
    src: url("../fonts/Darker_Grotesque/static/DarkerGrotesque-Medium.ttf");
}

@font-face {
    font-family: "darker-b";
    src: url("../fonts/Darker_Grotesque/static/DarkerGrotesque-Bold.ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: "Poppins-l";
    src: url("../fonts/Poppins-Light.ttf");
}

.br-10{
    border-radius: 10px !important;
}
.text-purple-500 {
    color: rgb(168 85 247);
}
.bg-purple-500 {
    background-color: rgb(168 85 247) !important;
}

.font-darker {
    font-family: "darker";
}

.font-darker-m {
    font-family: "darker-m";
}

.font-darker-b {
    font-family: "darker-b";
}
.sudo-none::after{
    display: none;
}
.w-40px{
    width: 40px;
}
.h-40px{
    height: 40px;
}

h1 {
    color: #fff;
    text-align: center;
    font-family: "open-sans";
    font-size: 81.333px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 97.6px */
    text-transform: capitalize;
}

h2 {
    color: #fff;
    text-align: center;
    font-family: "open-sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: fit-content;
    margin: 0 auto;
}
h2.gradiant{
    background: radial-gradient(70.71% 70.71% at 50% 50%,
            #fff 30%,
            rgba(255, 255, 255, 0.5) 84.77%);
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swal2-title{
    color: #000 !important;
    background: transparent !important;
}
h3 {
    background: radial-gradient(70.71% 70.71% at 50% 50%,
            #fff 30%,
            rgba(255, 255, 255, 0.5) 84.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "open-sans";
    font-size: 36.413px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 46.096px */
}

.text-fill-none {
    -webkit-text-fill-color: inherit !important;
}

.lg-row-flex {
    flex-direction: row;
}

.bg-gradient{
    background: linear-gradient(94deg, #2563EB 0.56%, #9933E9 99.37%) !important;
}
.text-gradient{
    background: -webkit-linear-gradient(94deg, #2563EB 0.56%, #9933E9 99.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-nav li a{
    color: #ddd;
    font-weight: 600;
    font-size: 18px;
}
.navbar-nav li a:hover{
    color: rgb(168 85 247);
}
.navbar-nav li.color-btn a{
    border-radius: 10px;
    background: linear-gradient(94deg, #2563EB 0.56%, #9933E9 99.37%);
    color: #ddd !important;
    padding: 9px 16px !important;
    transition: all .2s ease-in-out;
    border: 0 !important;
    display: flex;
    align-items: center;
}
.navbar-nav li:last-child a:hover{
    transform: translateY(-1px) scale(1.005);
}
.banner-main p{
    color: #ddd;
    font-size: 20px;
    font-weight: 500; 
    letter-spacing: 1px;
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.magic-detail{
    margin-bottom: 100px;
}
.magic-detail h4{
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.magic-detail p{
    padding-right: 40px;
}
.how-works ul{
    list-style: none;
    padding-left: 0;
}
.how-works ul li{
    margin-bottom: 8px;
}
.how-works ul li svg{
    margin-right: 12px;
}
.how-works ul li span{
    font-family: "Poppins-l";
    font-size: 20px;
}
.left-unset{
    left: unset !important;
}
.min-w-300px{
    min-width: 300px;
}
.account-profile ul li a {
    background: transparent !important;
    color: #000 !important;
    transition:  all .3s ease-in-out;
}
.account-profile ul li a:hover{
    color: #a855f7 !important;
}
/* scroll bar css */
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
    scrollbar-width: thin;
    scrollbar-color: #000000 #DFE9EB;
  }*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(128, 128, 128);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgb(128, 128, 128);
}

*::-webkit-scrollbar-thumb:active {
    background-color: rgb(128, 128, 128);
}

/* scroll bar css */

/*===================================
      Loader
  ======================================*/
.lds-roller {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

.overlay {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.subscrib-btn {
    width: 100%;
}

.subscrib-btn.loading {
    position: relative;
    color: transparent !important;
}

.subscrib-btn.loading::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-left: 0 !important;
    border-bottom: 0 !important;
    background-color: transparent;
    border-radius: 50%;
    animation: loading 2s linear 1s infinite alternate;
    position: absolute;
}

/* ----- LEAD MAGNET EDITOR ----- */
.purple-dotted-pattern {
    background-color: #f3e8ff;
    /* light purple */
    background-image: radial-gradient(circle, #c3b5f7 1px, transparent 1px),
        radial-gradient(circle, #c3b5f7 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.ai-dotted-pattern {
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.4) 1px,
            transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
        linear-gradient(to right, #fc8181, #9f7aea);
    /* gradient background */
    background-size: 20px 20px, 20px 20px, 100%;
    /* matching sizes for pattern, 100% for gradient */
    background-position: 0 0, 10px 10px, 0 0;
    /* positioning for pattern and gradient */
}

/* ----- TIP TAP ----- */
.ProseMirror-focused {
    outline: none;
}

/* Basic editor styles */
.ProseMirror {
    height: 100%;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Responsive styles */
@media screen and (max-width: 640px) {
    .ProseMirror {
        font-size: 0.875rem;
        padding: 0.75rem;
        padding-bottom: 0;
    }
}

.ProseMirror>*+* {
    margin-top: 1em;
}

.ProseMirror a {
    color: #0645ad;
    text-decoration: none;
    border-bottom: 1px solid #0645ad;
}

.ProseMirror a:hover {
    color: #0b0080;
    border-bottom-color: #0b0080;
}

.ProseMirror ul,
.ProseMirror ol {
    padding: 0 1.5rem;
}

.ProseMirror h1,
.ProseMirror h2,
.ProseMirror h3,
.ProseMirror h4,
.ProseMirror h5,
.ProseMirror h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1.5em;
}

.ProseMirror h1 {
    font-size: 2em;
}

.ProseMirror h2 {
    font-size: 1.5em;
}

.ProseMirror h3 {
    font-size: 1.17em;
}

.ProseMirror h4 {
    font-size: 1em;
}

.ProseMirror h5 {
    font-size: 0.83em;
}

.ProseMirror h6 {
    font-size: 0.67em;
}

.ProseMirror code {
    background-color: rgba(#616161, 0.1);
    color: #616161;
    font-family: "JetBrainsMono", monospace;
    border-radius: 2px;
    padding: 2px 4px;
}

.ProseMirror pre {
    background: #f5f5f5;
    color: #333;
    font-family: "JetBrainsMono", monospace;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

.ProseMirror pre code {
    color: inherit;
    padding: 0;
    background: none;
    font-size: 0.8rem;
}

.ProseMirror img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.ProseMirror blockquote {
    padding-left: 1rem;
    border-left: 4px solid #333;
    color: #666;
    font-style: italic;
}

.ProseMirror hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2rem 0;
}

.ProseMirror ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.ProseMirror ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
}

.ProseMirror ul[data-type="taskList"] {
    list-style: none;
    padding: 0;
}

.ProseMirror ul[data-type="taskList"] li {
    display: flex;
    align-items: center;
}

.ProseMirror ul li,
.ProseMirror ol li {
    margin-bottom: 0.5rem;
}

.ProseMirror ul li p,
.ProseMirror ol li p {
    margin: 0;
}

.ProseMirror ul li label,
.ProseMirror ol li label {
    margin-right: 3px;
}

.banner-main,
.pricing-main {
    background-image: url("../images/banner-bg.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-form{
    width: 700px;
    margin: 10px auto;
    box-shadow: 0 0 10px -5px #37346d;
    border-radius: 12px;
    overflow: hidden;
}
.login-form .form-img{
    background-image: url('../images/banner-bg-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 230px;
}
.login-form form{
    padding: 50px 16px;
    padding-right: 50px;
}
.login-form h4{
    letter-spacing: 2px;
}
.login-form input{
    border: 1px solid #ffffff36 !important;
    color: #ddd;
}
.login-form input::placeholder{
    color: #ffffff87;
}
.login-form input:active,
.login-form input:focus{
    color: #ddd;
}
.tryfree-btn {
    padding: 19px 37px;
    color: #ddd;
    text-align: center;
    /* font-family: "Open Sans"; */
    font-size: 21.333px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 29.867px */
    border-radius: 10.667px;
    background: linear-gradient(270deg, #0180fc -62.73%, #9933e9 99.58%);
    height: auto;
    position: relative;
    margin: 5.5px;
    gap: 10px;
    align-items: center;
    transition:  all .2s;
}
.tryfree-btn:hover{
    transform: translate(-1.5px) scale(1.1);
}
.tryfree-btn::after {
    content: "";
    width: 107%;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    background: linear-gradient(180deg,
            rgba(100, 79, 240, 0.25) 0%,
            rgba(63, 97, 245, 0.04) 100%);
    z-index: 1;
}

.trusted-block {
    width: 212px;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2a2b3a;
}

.magic-main {
    padding: 60px 0 95px 0;
}

.magic-main .magic-foryou {
    border-radius: 36.667px;
    border-top: 0.873px solid #664dff;
    border-bottom: 2.619px solid #664dff;
    background: #010314;
    box-shadow: 0px 3.492px 87.303px 0px rgba(102, 77, 255, 0.2);
    padding: 44px;
}

.magic-main p {
    color: var(--Paragraph, #77798f);
    font-family: "open-sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.magic-foryou h1 {
    background: linear-gradient(262deg, #d2ff3a -8.01%, #2563eb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "darker";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 104.762% */
}

.user-count-main {
    border-radius: 43.651px;
    border: 0.873px solid var(--Stock, #2a2b3a);
    background: radial-gradient(217.23% 100.08% at 50% 18.33%,
            rgba(0, 0, 0, 0) 21.67%,
            #63e 69.34%,
            #fff 100%);
    padding: 36px 23px;
    height: fit-content;
}

.user-count {
    background-color: #000;
    border-radius: 30px;
    text-align: center;
}

.user-count img {
    border-radius: 30px;
    width: 100%;
}
.testimonials .slide-info{
    min-width: 200px;
}
.testimonials .card{
    transition: all .3s ease-in-out;
}
.testimonials .card {
    background: rgba(1, 3, 20, 0.40);
    padding: 40px;
    border-radius: 36.667px;
    margin: 0 20px;
    transition: all .3s ease-in-out;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: none;
    border-right: none;
}
.testimonials .card:hover {
    border-top: 2px solid #664DFF;
    border-bottom: 2px solid #664DFF;
    background: #010314;
    box-shadow: 0px 3.492px 87.303px 0px rgba(102, 77, 255, 0.20);
}
.testimonials .card h4{
    color: rgb(153 51 233);
    font-weight: 700;
    margin-bottom: 12px;
}
.testimonials .card .designation{
    color: rgb(128 128 128);
    margin-bottom: 24px;
}
.testimonials .card p{
    color: #ddd;
}
.testimonials .owl-theme .owl-nav {
    position: absolute;
    left: -200px;
    top: 60%;
}
.testimonials .owl-theme .owl-nav button,
.testimonials .owl-theme .owl-nav button:hover{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
}
.testimonials .owl-theme .owl-nav button svg{
    filter: brightness(0.3);
}
.footer-main {
    background-color: #0b0f1b;
}
footer{
    border-top: 1px solid #ddd;
}
footer ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
footer ul li{
    transition: all .2s;
}
footer ul li:hover{
    transform: scale(1.4);
}
.pricing{
    max-width: 850px;
    margin: auto;
}
.pricing-card-main {
    /* border-right: 1px solid #fff ; */
    /* border-left: 1px solid #fff ; */
    border-radius: 0 !important;
    position: relative;
    padding: 100px 47px;
}

.pricing-card-main::before {
    content: "";
    width: 1px;
    height: 370px;
    background-color: rgba(133, 122, 255, 0.24);
    position: absolute;
    bottom: 0;
    left: 0;
}

.pricing-card-main::after {
    content: "";
    width: 1px;
    height: 370px;
    background-color: rgba(133, 122, 255, 0.24);
    position: absolute;
    top: 0;
    right: 0;
}

.pricing-card-main.second::before {
    display: none;
}

.pricing-card-main.second::after {
    top: unset;
    bottom: 0;
}
.book-btn{
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #ddd;
    position: relative;
    transition: all .2s;
    z-index: 1;
    background-color: transparent;
}
.book-btn.skew{
    transform: skew(-10deg);
}
.book-btn:hover{
    color: #fff;
}
.book-btn.white-btn{
    border-color: #000;
    color: #000;
}
.book-btn.white-btn:hover{
    border-color: transparent;
    color: #fff;
}
.book-btn::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(94deg, #2563EB 0.56%, #9933E9 99.37%) !important;
    opacity: 0;
    transition: all .2s;
    border-radius: 8px;
    z-index: -1;
}
.book-btn:hover::before{
    opacity: 1;
}
.pricing-card-main .card-desc {
    color: #fff;
    font-family: "open-sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.pricing-card-main ul {
    margin-left: 20px;
    list-style: disc;
    padding-left: 0;
}

.pricing-card-main ul li {
    color: #ebebeb;
    font-family: "work-san";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.pricing-card-main h3 {
    color: #fff;
    font-family: "open-sans";
    font-size: 44.493px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    -webkit-text-fill-color: #fff;
    text-align: start;
}

.pricing-card-main h3 span {
    font-size: 25px;
    font-style: normal;
}

.pricing-card-main button {
    padding: 8px 20px !important;
    border-radius: 0 !important;
    border: 1px solid #fff !important;
    background-color: transparent;
    color: #fff;
}

.testimonial-item {
    border-radius: 36.667px;
    background: rgba(1, 3, 20, 0.4);
    padding: 40px;
    border-radius: 36.667px;
    margin: 0 20px;
    transition: all 0.3s ease-in-out;
    border-top: 0.873px solid transparent;
    border-bottom: 2.619px solid transparent;
}

.testimonial-item:hover {
    border-top: 0.873px solid #664dff;
    border-bottom: 2.619px solid #664dff;
    background: #010314;
    box-shadow: 0px 3.492px 87.303px 0px rgba(102, 77, 255, 0.2);
}

.dasboard-mobNav {
    display: none;
}
.lead-magnet-table, .account-main{
    min-height: max-content;
    background-image: url("../images/dashboard-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 70px;
}
.lead-magnet-table .table>:not(caption)>*>*{
    background-color: transparent;
    color: #ddd;
    padding: 1rem .5rem;
}
.dt-length-0{
    display: none;
}
.lead-magnets .nav-pills{
    min-width: 180px;
    min-height: calc(100vh - 160px);
}
.lead-magnets .nav-pills button{
    text-align: start;
}
.lead-magnets .nav-pills button {
    color: #a3a3a3 !important;
    background: transparent !important;
}
.lead-magnets .nav-pills button.active {
    color: rgb(168 85 247) !important;
    font-weight: 600;
}
.lead-magnets textarea{
    background-color: #f8f9fa !important;
}
.lead-magnets .content-editor{
    min-height: calc(100vh - 160px);
}
.lead-magnets .content-editor .right-side{
    background: linear-gradient(20deg, #eab750 0%, #953438 50%, #7924c4 80%);
}
.right-side .chat-box .text-box{
    background-color: rgb(108 117 125 / 22%);
}
.border-bottom{
    border-bottom: 1px solid #dee2e65c !important;
}
.border-end{
    border-right: 1px solid #dee2e65c !important;
}
.border-start{
    border-left: 1px solid #dee2e65c !important;
}
.border-top{
    border-top: 1px solid #dee2e65c !important;
}
.resize-none{
    resize: none;
}
.upgrade-card{
    max-width: 330px;
    width: 100%;
    margin: auto;
    margin-top: 80px;
    border: 1px solid #898989a6;
    border-radius: 8px;
    padding: 30px 16px;
    text-align: center;
}
.chat-box .profile-img{
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 24px;
}
.chat-box .profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-side .upload-btn{
    width: 120px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 8px;
}
.left-side .upload-btn input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.left-side .upload-btn input::-webkit-file-upload-button {
    cursor:pointer;
}
.account-form{
    width: 300px;
}
.account-form .cancel-btn{
    border: 1px solid #ddd;
}
.publish-box{
    background: linear-gradient(140deg, #fcac0b 0%, #ee3941 50%, #7601dc 80%) !important;
}
.publish-box .publish-box-inner{
    height: calc(100vh - 50px);
    overflow: hidden;
}
.publish-box .chat-box.content{
    height: 100vh !important;
    overflow: scroll;
}
.chat-box .chat-inner-box{
    height: calc(100vh - 135px) !important;
    overflow: auto;
}
#aiModal .chat-box .chat-inner-box{
    height: calc(100vh - 195px) !important;
    overflow: auto;
}
.publish-box-inner .chat-box .text-box, 
#aiModal .chat-box .text-box{
    background-color: #efefef;
    max-width: 80%;
    margin-left: auto !important;
    border-radius: 20px 20px 0 20px !important;
}
.publish-box-inner .chat-box .text-box.bot,
#aiModal .chat-box .text-box.bot{
    border-radius: 20px 20px 20px 0 !important;
    background: linear-gradient(20deg, #eab750 0%, #953438 50%, #7924c4 80%);
    margin-left: 16px !important;
    margin-right: auto !important;
    color: #fff !important;
}
.hover-gradient{
    position: relative;
    z-index: 1;
}
.hover-gradient::before{
    background: linear-gradient(140deg, #fcac0b 0%, #ee3941 50%, #7601dc 80%) !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}
.hover-gradient:hover::before{
    opacity: 1;
}
.publish-box .profile-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.hover-link span{
    transition: all .2s ease-in-out;
}
.hover-link:hover,
.hover-link:hover span{
    text-decoration: underline;
    color: #a855f7 !important;
}
.navbar-toggler{
    filter: brightness(10);
}
 
/* table{
    min-width: 750px;
}
table thead th,
table tbody td{
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    padding: 15px 10px !important;
    vertical-align: middle;
} */
.dataTable {
    min-width: 750px;
}

.dataTable thead th,
.dataTable tbody td {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    padding: 15px 10px !important;
    vertical-align: middle;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left;
}

div.dt-container .dt-search input{
    border-radius: 30px;
    min-width: 300px;
    height: 42px;
    padding: 5px 10px;
}
div.dt-container .dt-search input:focus{
    border:  1px solid #664DFF !important;
    outline: none !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active{
    background-color: #252849;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #fff !important;
    height: 36px;
    width: 36px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    background-color: #a855f7;
    border-radius: 5px !important;
    height: 36px !important;
    width: 36px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover{
    background: #a855f7;
    border-radius: 5px !important;
    color: #fff !important;   
}
.dt-paging nav{
    display: flex;
    align-items: center;
    gap: 5px;
}
.dt-search label{
    display: none;
}
.min-100vh{
    min-height: 100vh !important;
}
.tabs-bar-toggle{
    display: none;
}
.main-logo{
    max-width: 250px;
}
.main-logo img{
    width: 100%;
}
/* admin dashbaord css */
.main-admin-wrapper{
    display: flex;
    align-items: start;
    width: 100%;
    overflow-x: hidden;
}
.admin-sidebar{
    min-width: 280px;
    padding: 30px 20px;
    background-color: transparent;
    border-right: 1px solid #ffffff2c;
    min-height: 100vh;
    overflow-y: overlay;   
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0b0f1b;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.admin-sidebar .sidebar-brand{
    max-width: 250px;
    display: block;
    margin-bottom: 50px;
}
.admin-sidebar .nav{
    flex-direction: column;
    gap: 15px;
}
.admin-sidebar .nav a{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.admin-sidebar .nav a.active{
    background-color: #a855f7;
}
.main-admin-wrapper .page-wrapper{
    padding: 0 20px;
    width: 100%;
    margin-left: 280px;
    background-image: url("../images/dashboard-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.create-plan-main input::placeholder{
    color: #ffffff7b;
}
.header-dropdown .dropdown-menu{
    left: unset;
    right: 0;
}

@media (max-width:1200px) {
    .user-count-main{
        padding: 10px;
    }
    .chat-box{
        width: 90% !important;
    }
    .publish-box .chat-box{
        width: 100% !important;
    }
}
@media (max-width: 1023px) {
    .lg-row-flex {
        flex-direction: column;
    }
}
@media (max-width:991px) {
    .content-editor{
        flex-direction: column;
    }
    .left-side, .right-side{
        width: 100%  !important;
    }
    .settings{
        width: 100% !important;
    }
    .publish-box .publish-box-inner{
        overflow: overlay;
    }
    .publish-box .chat-box.content{
        height: 100% !important;
    }
    .publish-box .chat-box{
        width: 100% !important;
    }
    .chat-box .chat-inner-box{
        height: 50vh !important;
    }
    .main-admin-wrapper .page-wrapper{
        margin-left: 0;
    }
    .admin-sidebar{
        transform: translateX(-100%);
    }
    .admin-sidebar.show{
        transform: unset;
    }
}
@media (max-width: 768px) {
    .pricing-card-main.second::before {
        display: block;
    }
    h1 {
        font-size: 60px;
        line-height: 100%;
        /* 97.6px */
    }

    h2 {
        font-size: 38px;
        line-height: 100%;
        /* 57.6px */
    }

    h3 {
        font-size: 28px;
        line-height: 100%;
        /* 46.096px */
    }

    .magic-main .magic-foryou {
        padding: 30px;
    }

    .user-count-main {
        padding: 25px 15px;
    }

    .pricing-card-main {
        padding: 80px 30px;
    }
    .publish-box .publish-box-inner{
        height: 100% !important;
    }
    .testimonials .owl-theme .owl-nav{
        position: static;
    }
    .testimonials .card{
        margin: 0;
        padding: 30px;
    }
    .login-form .form-img{
        display: none;
    }
}

@media (max-width: 767px) {
    .dasboard-mobNav {
        display: flex;
        gap: 12px;
    }
    .user-count-main{
        padding: 15px;
    }
    .how-works ul li span{
        font-size: 18px;
    }
    .trusted-block{
        width: 170px;
        height: 100px;
    }
    .login-form form{
        padding: 30px;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 40px;
        line-height: 120%;
        /* 97.6px */
    }

    h2 {
        font-size: 30px;
        line-height: 110%;
        /* 57.6px */
    }

    h3 {
        font-size: 24px;
        line-height: 100%;
        /* 46.096px */
    }

    .magic-main .magic-foryou {
        padding: 15px;
    }

    .user-count-main {
        padding: 20px 10px;
    }

    .pricing-card-main {
        padding: 50px 20px;
    }
    .testimonials .card{
        padding: 15px;
    }
    .how-works ul li span{
        font-size: 16px;
    }
    .how-works ul li svg{
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .login-form p{
        font-size: 16px !important;
    }
    .login-form form{
        padding: 30px 20px;
    }
    .left-side{
        padding: 15px !important;
    }
    .right-side{
        padding: 30px 0 !important;
    }
    .lead-magnets .nav-pills{
        transform: translateX(-107%);
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0b0f1b;
        height: 100%;
        transition: all .3s ease-in-out;
        z-index: 999;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .lead-magnets .nav-pills.show{
        transform: translateX(0);
        width: 180px;
        left: -11px;
    }
    .left-side{
        border: 0 !important;
    }
    .tabs-bar-toggle{
        display: block;
    }
    .publish-box .profile-img{
        width: 150px;
        height: 150px;
    }
    .publish-box{
        padding: 10px 0px !important;
    }
    .main-logo{
        max-width: 150px;
    }
    .trusted-block {
        width: 150px;
        height: 100px;
    }
    .trusted-block img{
        width: 110px;
    }
    .publish-box-inner .chat-box .text-box.bot,
    #aiModal .chat-box .text-box{
        max-width: 100%;
        margin: 20px 10px;
    }
    .publish-box-inner .chat-box .text-box.bot,
    #aiModal .chat-box .text-box.bot{
        margin: 20px 10px !important;
    }
    #aiModal .chat-box{
        width: 100% !important;
    }
    .min-w-300px{
        min-width: 250px;
    }
}


.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .login-with-google-btn:active {
    background-color: #eeeeee;
  }
  .login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
  }

  .social-main p {
    position: relative;
    display: flex;
    justify-content: center;
}

.social-main p span {
    font-family: "craft-gro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background-color: #f4f4f4;
    color: rgb(16, 16, 16, 1);
    margin-bottom: 0;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 1;
}

.social-main p:before {
    content: "";
    background-color: rgba(219, 219, 219, 1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



.login-form .social {
    display: flex;
    max-width: 263px;
    margin: 0 auto;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.login-form .social span {
    width: 60px;
    height: 60px;
    background: linear-gradient(94deg, #2563EB 0.56%, #9933E9 99.37%) !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.sidebar-body .nav .nav-item:hover{

    background: transparent;
    border: 1px solid rgb(168 85 247);
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq h2 {
    font-family: "Poppins-l";
    font-size: 42px;
    line-height: 42px;
    color: #101010;
    margin-bottom: 36px;
    width: initial;
}
.faq{
    overflow: hidden;
    padding: 20px 200px;
}
.private-sector {
    padding: 100px 200px;
}
.faq .accordion-button {
    font-family: "Poppins-l";
    font-size: 20px;
    line-height: 28.8px;
    color:  #ddd;
}

.faq .accordion-header {
    padding-bottom: 10px;
    margin-bottom: 2px;
}

.faq .accordion-button,
.faq .accordion-item {
    padding: 0;
    box-shadow: unset;
    border: 0;
    background-color: transparent;
}

.faq .accordion-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;

}

.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
    color: #ddd;
}

.faq .accordion-body {
    font-family: "poppins-1";
    font-size: 16px;
    line-height: 24px;
    color: #ddd;
    padding: 0;
}

@media (max-width: 1200px) {
    .faq {
        padding: 20px;
    }
}


.soft-deleted-row {
    background-color: #f8d7da; /* Light red background for visual cue */
    color: #721c24; /* Dark red text for contrast */
    position: relative;
}

.soft-deleted-row::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust thickness of the line */
    background-color: #721c24; /* Line color */
    z-index: 99;
    transform: translateY(-50%); /* Center the line on the row */
}

.soft-deleted-row td {
    position: relative; /* Keeps content above the line */
    z-index: 2; /* Ensures text stays above the line */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: rgb(168 85 247) !important;
}