body {
  font-family: inter !important;
}


.px-6{
  padding-right: 3.5rem!important;
  padding-left: 3.5rem!important;
}
.px-7{
  padding-right: 4rem!important;
  padding-left: 4rem!important;
}
.px-8{
  padding-right: 4.5rem!important;
  padding-left: 4.5rem!important;
}
.px-9{
  padding-right: 5rem!important;
  padding-left: 5rem!important;
}
.px-10{
  padding-right: 5.5rem!important;
  padding-left: 5.5rem!important;
}

.rounded-40 {
  border-radius: 40px !important;
}
.rounded-16px{
  border-radius: 16px !important;
}

.theme-border {
  border: 1px solid rgba(57, 57, 86, 1) !important;
}
.border-grey{
  border: 1px solid #777B82 !important;
}
.bg-grey-m{
  background-color: #E7EAEF !important;
}
.theme-btn span.float-end img {
  width: 24px;
}
span.material-icons .bi-list::before {content: "\f479";color: #fff;}


.text-blue {
  color: #009FFF !important;
}
.bg-greylight{
  background-color:#F5F9FF!important ;
}
.bg-linear{
  background: linear-gradient(270deg, #009FFF 3%, #18CF00 95%) !important;
}
.text-greylight{
  color:#F5F9FF!important ;
}
.bg-themedark {
  background-color: #393956 !important;
}

.text-lights{
  color: #FFFCE4 !important;
}
.text-themedark {
  color: #393956 !important;
}
.word-grey{
  color: #777B82 !important;
}

.lspace-1{
  letter-spacing: 1.25px !important;
}
.lspace-06{
  letter-spacing: -0.69 px;
}
.lspace-05{
  letter-spacing: -0.5 px;
}

.w-10{
  width: 10% !important;
}

.w-13{
  width: 13% !important;
}
.w-15{
  width: 15% !important;

}
.w-20{
  width: 20% !important;
}
.w-25{
  width: 25% !important;
}



.w-30{
  width: 30% !important;
}
.w-35{
  width: 35% !important;
}
.w-40{
  width: 40% !important;
}
.w-45{
  width: 45% !important;
}

.w-50{
  width: 50% !important;
}

.w-55{
  width: 55% !important ;
}

.w-60{
  width: 60% !important;
}

.w-65{
  width: 65%!important;;
}
.w-70{
  width: 70% !important;
}
.w-75{
  width: 75% !important;
}

.w-80{
  width: 80% !important;
}
.w-85{
  width: 85% !important;
}


.w-90{
  width: 90% !important;
}
.w-95{
  width: 95% !important;
}

.w-100{
  width: 100% !important;
}

textarea.form-control {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}

a.simple-link {
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  display: block;
}

p.tip {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
  letter-spacing: -0.5px;
}

.btn-second {
  border: 1px solid #393956 !important;
  border-radius: 16px !important;
  background: #E7EAEF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding: 5px 19px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  color: #000 !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background: #393956 !important;
  color: #fff !important;
}

.example-btn label {
  margin-bottom: 10px;
}

.theme-btn {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.5px !important;
  text-align: left !important;
  padding: 10px 14px;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: Clash Display !important;
  color: #393956 !important;
}

.fs-10px{
  font-size: 10px !important;
}
.fs-16px{
  font-size: 16px !important;
}

.fs-18px{
  font-size: 18px !important;
}
.fs-14px{
  font-size: 14px !important;
}
.fs-56px{
  font-size: 56px !important;
}
.fs-22px{
  font-size: 22px !important;
}
/* file upload */
        /* file upload */
        /* Global style */

        .btn-tertiary {
          color: #555;
          padding: 0;
          line-height: 40px;
          width: 300px;
          margin: auto;
          display: block;
          border: 2px solid #555;
       }
        .btn-tertiary:hover, .btn-tertiary:focus {
          color: #888;
          border-color: #888;
       }
       /* input file style */
        .input-file {
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1;
       }
        .input-file + .js-labelFile {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 0 10px;
          cursor: pointer;
       }
       
       .card.js-labelFile {
           border: 4px dashed #393956 !important;
           border-radius: 16px;
           max-width: 350px;
           width: 100%;
           margin: 0 auto;
           box-shadow: 0px 3px 24px 0px #00000026;
           padding: 10px 10px 10px 10px;
       }
       
       
       
       .card.js-labelFile span{
           font-size: 18px;
           font-weight: 500;
           line-height: 24px;
           letter-spacing: -0.5px;
           color: #777B82;
       }
/*  end of file uploade  */
/* auth pages css */
.logo img.site-logo {
  max-width: 200px;
}

.quick-question  .logo img {
  width: 200px;
}


.signup-sec {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  padding-left: 82px !important;
}

.auth-form-container {
  padding-top: 75px;
}

section.sign-up .auth-form-container {
  padding-top: 55px;
}

.auth-form-container .content h1 {
  font-family: Clash Display;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 1.25px;
}



.auth-form-container .content p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.6875px;
  text-align: center;
  padding-top: 5px;
  max-width: 520px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}

.social-media-login {
  max-width: 428px;
  margin: 0 auto;
  width: 100%;
}

.btn.social-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.auth-form {
  max-width: 428px;
  margin: 0 auto;
  width: 100%;
}

.auth-form ::placeholder,
.auth-form select,
.signup-form2 ::placeholder,
.signup-form2 select{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #61646B;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgb(57 57 86 / 20%) !important;
}

p.auth-form-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}

/* End auth pages css */
/* slider css */

/* dashboard sidebar */

aside#fixed {
  position: fixed;
  transition: 0.5s;
  overflow-y: auto;
  height: 100%;
   overflow-x: hidden;
}

.offcanvas .sidebar-nav {
  overflow-y: auto;
   overflow-x: hidden;
}



.sidebar-nav img.logo {
  width: 196px;
}



 aside#fixed::-webkit-scrollbar
{
width: 10px;

}

aside#fixed::-webkit-scrollbar-thumb
{
border-radius:16px;
background: #00000032 !important;
}

.fix-sidebar .sidebar-nav img.logo {
  width: 196px !important;
}

.fix-sidebar {
  position: sticky;
  top: 20px;
}

.sticky-sidebar2 {
  top: 20px;
}

.rotate-320 {
  transform: rotate(320deg);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.chat-text {
  padding: 9px 13px !important;
}

.ltsp-n5 {
  letter-spacing: -5px !important;
}

.md-3 {
  font-size: 3px !important;
}

.md-13 {
  font-size: 13px !important;
}

.md-14 {
  font-size: 14px !important;
}

.md-16 {
  font-size: 16px !important;
}

.md-18 {
  font-size: 18px !important;
}

.md-20 {
  font-size: 20px !important;
}

.md-32 {
  font-size: 32px !important;
}

.md-36 {
  font-size: 36px !important;
}

.md-48 {
  font-size: 48px !important;
}


.h6,
h6 {
  font-size: 14px;
}

#commentModal .modal-dialog {
  max-width: 815px;
}

#commentModal .modal-content,
#commentModal .modal-content .h-600 {
  height: 600px;
}

#commentModal .content-body .user-img {
  height: 40px;
}



.navbar {
  justify-content: start;
  align-items: start;
}

.top-osahan-nav-tab {
  z-index: 9;
}

.navbar .navbar-item {
  width: 100%;
}

.sidebar-nav  .navbar-nav .dropdown-menu {
  position: static !important;
  transform: unset !important;
  padding: 0 !important;
  border: none;
  background: 0 0;
}

.sidebar-nav .navbar-nav .dropdown-menu a {
  padding: 7px 14px !important;
  font-size: 13px;
  margin: 2px 0 !important;
  border-radius: 8px !important;
}

.dropdown-toggle::after {
  margin-left: auto;
}


.offcanvas.offcanvas-start {
  width: 250px !important;
}

@media (max-width: 576px) {
  .m-sm-none {
      display: none !important;
  }
}

@media (max-width: 992px) {
  .lg-none {
      display: none;
  }

  .main-content {
      width: 100% !important;
  }

  .web-none.d-flex.align-items-center.px-3.pt-3 {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 0.6rem 1rem !important;
  }

  img.img-fluid.logo-mobile {
      height: 36px;
  }

  button.ms-auto.btn.btn-primary.ln-0 {
      padding: 2px 3px !important;
      width: 33px;
  }

  .col-md-2.ps-0.offcanvas.offcanvas-start.show {
      padding: 0 !important;
  }
}

@media (max-width: 1200px) {
  .m-none {
      display: none !important;
  }

  aside#fixed {
    position: unset !important;
    padding-top:0px !important;
}

  .main-content {
      width: 100%;
  }

  .side-trend {
      width: 25%;
  }

  .web-none.d-flex.align-items-center.px-3.pt-3 {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 0.6rem 1rem !important;
  }

  img.img-fluid.logo-mobile {
      height: 36px;
  }

  button.ms-auto.btn.btn-primary.ln-0 {
      padding: 2px 3px !important;
      width: 33px;
  }

  .col-md-2.ps-0.offcanvas.offcanvas-start.show {
      padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .web-none {
      display: none !important;
  }

  .mt-web-5 {
      margin-top: 1.3rem !important;
  }

  .px-web-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  .web-none.d-flex.align-items-center.px-3.pt-3 {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 0.6rem 1rem !important;
  }

  img.img-fluid.logo-mobile {
      height: 36px;
  }

  button.ms-auto.btn.btn-primary.ln-0 {
      padding: 2px 3px !important;
      width: 33px;
  }

  .col-md-2.ps-0.offcanvas.offcanvas-start.show {
      padding: 0 !important;
  }
}

.sidebar-item-width {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.sidebar-nav p.menu-head {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.3125px;
  opacity: 0.7;
  text-transform: uppercase;
}

aside .navbar-nav a.nav-link {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  border-radius: 8px !important;
  text-align: left;
  color: #fff;
  padding: 8px 16px !important;

}

aside .navbar-nav a.nav-link i {
  padding-right: 8px;
  font-size: 23px;
}

aside .navbar-nav a.nav-link span.project-count {
  padding: 3px 10px 4px 10px;
  color: #777B82;
  background: #FFFCE4;
  line-height: 1;
  border-radius: 5px;
  float: right;
}

aside .navbar-nav .nav-link.active span.project-count {
  background: #18CF00 !important;
  color: #fff !important;
}
aside .navbar-nav .nav-link:hover span.project-count {
  background: #18CF00 !important;
  color: #fff !important;
}

aside .navbar-nav .nav-link.active,
aside .navbar-nav .nav-link:hover,
aside .navbar-nav .nav-link.show {
  color: #393956 !important;
  background: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  box-shadow: 0px 3px 24px 0px #00000026 !important;
}

aside .navbar-nav li.nav-item {
  margin-bottom: 20px;
  border-radius: 8px;
}

.note-editor.fullscreen .panel-heading.note-toolbar {
  border-radius: 0px;
}

.card.upgrade-pro p {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.5px;
}


.card.upgrade-pro {
  background: #fffce4;
  border-radius: 10px;
}

.card.upgrade-pro h4.card-title {
  font-size: 25px;
}

span.plan-date {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #777B82;
  background: #FFFCE4;
  border-radius: 16px;
  padding: 5px 20px;
}

/* end dashboard Sidebar */
/* loader */
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* Ensure it appears above other elements */
}

/* Style the loader image as needed */
.loader img {
  position: absolute;
}

.all-content {
  display: none;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* You can set a background color or make it transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0px 15px 0px 15px;
   
  /* Ensure it's on top of everything */
}
svg#eOBQUs2IuC81{
  max-width: 500px !important;
  margin: auto;
  width: 100%;
}


/* dashboard-pages */
/* profile menu */
.main-content .main-top-head .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: " ";
 border: none;         
}
.main-content .main-top-head .dropdown-toggle::after {
  display: none;
}

.main-content .main-top-head ul.dropdown-menu {
  box-shadow: 0px 3px 24px 0px #00000026;
  border-radius: 10px;
  border: none;
}
.main-content .main-top-head a.dropdown-item:hover {
  color: #000;
  background: #E7EAEF;
}
.main-content .main-top-head a.dropdown-item,p.head {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #777B82;
}
/* profile menu */
.main-content {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-content .main-top-head .content h1.top-head-text {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  color: #393956;
  letter-spacing: 0.25px;
}

.main-content .main-top-head .content p.description {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.6875px;
  color: #777B82;
}

ul.create-document-tabs {
  background: #E7EAEF;
  width: fit-content;
  padding: 3px;
  border-radius: 22px !important;
}

ul.create-document-tabs button {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  padding: 8px 16px 8px 16px !important;
  color: #393956 !important;
  border-radius: 20px !important;
}

ul.create-document-tabs button.active {
  background: #fff !important;
}

.create-new-tabs .top-content h3 {
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.0625px;
}

.create-new-tabs .top-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.6875px;
  text-align: left;
}

.card.document-kind {
  padding: 40px 40px !important;
  border-radius: 16px !important;
  border: none;
}

.example-btn {
  max-width: 760px;
  width: 100%;
}
.top-content i {
font-size: 25px;
padding-right: 17px;
}

/* account */
h1.rows-heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #393956;
}
.card.billing-cards {
  padding: 15px 24px;
  border-radius: 16px;
  border: 1px solid #000000;
}

.card.billing-cards .card-top-content {
  height: 95px;
}

.card.billing-cards .card-top-content h6.head {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.3125px;
  text-align: left;
  color: #060446;
}

.card.billing-cards .card-top-content p.details {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #777b82;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 0px;
}
.edit-card li.list-group-item a {
  display: block;
}

.card.billing-cards h1.amount.text-themedark.mb-0 {
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 1.25px;
  text-align: left;
}
.current-plans-details p.head {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #777b82;
  margin-bottom: 10px;
}

.current-plans-details .current-plan-name h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.3125px;
  text-align: left;
}

.current-plans-details p.pills-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  padding: 2px 21px;
  margin-bottom: 10px;
  background: #18cf00;
  border-radius: 14px;
}


label.visa-option,label.master-option {
border: 1px solid #000 !important;
}
label.visa-option:hover,
label.master-option:hover {
background-color: #E7EAEF !important
;
}

.payment-method .btn-check:checked+ .btn img.on-check{
display: block !important;
}
.payment-method .btn-check:checked+ .btn img.off-check{
display: none !important;
}
.payment-method .btn-check + .btn img.on-check{
display: none;
}

/* setting */
.profile-form ::placeholder {
  color: #777b82;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  opacity: 0.6;
  text-align: left;
}
.profile-form label {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #393956;
}
.profile-avtar h5.head, 
.profile-action h5.head 
{
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.0625px;
}
/* Help - Detail Page Template */
.faq-box .faq-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.3125px;
  color: #393956;
  text-align: left;
}

.faq-content p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  text-align: justify !important;
  color: #777B82;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.faq-box .faq-icon {
  padding-right: 32px;
}

.faq-box {
  max-width: 500px;
  width: 100%;
  padding-bottom: 28px;
}

.more-faq p a {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: left;
}

.more-question-newsletter .card {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 24px 25px;
}

.more-question-newsletter .card .icon {
  margin-right: 16px;
}

.more-question-newsletter .card h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.0625px;
  text-align: left;
  margin-bottom: 5px;
}


.more-question-newsletter .card p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #777B82;
  text-align: left;
}
/* myproject and upload page */

.row-header .head h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.0625px;
  color: #393956;
}

.row-header .filter span {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.filter {
  color: #777B82;
}

.row-header .filter i {
  font-size: 19px;
}

.fs-16px {
  font-size: 16px !important;
}

.docs-cards.card {
  padding: 0px;
  border: 1px solid #777B82 !important;
  border-radius: 16px;
  min-height: 180px;
  justify-content: center;
}

.docs-cards.card .card-content {
  padding: 20px;
}

.docs-cards.card p.card-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #393956;
}

.docs-cards.card:hover {
  box-shadow: 0px 3px 24px 0px #00000026;
  border-color: #fff !important;
  transform: scale(1.01);
  transition: all ease 0.2s;
}

.docs-cards.card.upload-card {
  border: 3px dashed #393956 !important;
  box-shadow: 0px 3px 24px 0px #00000026;
}

.edit-card li.list-group-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
}

.edit-card li.list-group-item:hover {
  background: #E7EAEF;
}

.edit-card {
  position: absolute;
  width: 100%;
  top: 0;
}

i.bi.bi-three-dots-vertical {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  color: #393956;
  z-index: 5;
}

.modal-backdrop {
  background-color: white;
  opacity: 0.9 !important
}

.uplaod-modal h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.0625px;
  text-align: center;
}

.uplaod-modal .modal-dialog {
  max-width: 650px;
  width: 100%;
  margin: auto;
}

.card.upload-progress {
  max-width: 350px;
  width: 100%;
  padding: 16px 17px;
  margin: auto;
}

.upload-progress p.current-doc {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
}
      .row-header .head h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0.0625px;
        color: #393956;
    }

    .row-header .filter span {
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

    .filter {
        color: #777B82;
    }

    .row-header .filter i {
        font-size: 19px;
    }

    .fs-16px {
        font-size: 16px !important;
    }

    .docs-cards .card {
        padding: 20px;
        border: 1px solid #777B82 !important;
        border-radius: 16px;
    }

    .docs-cards .card p.card-text {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.5px;
        color: #393956;
    }
    .docs-cards .card:hover {
box-shadow: 0px 3px 24px 0px #00000026;
border-color: #fff !important;
cursor: pointer;
transform: scale(1.01);
transition: all ease 0.2s;
}

    /* end of my project */

    /* help page */
    .support-cards .card {
      position: relative;
      padding: 16px 24px;
      background: #fff;
      border-radius: 16px;
      border: 1px solid #393956
  }

  .support-cards .card:hover {
      border-color: transparent;
      box-shadow: 0px 3px 24px 0px #00000026;

  }

  .support-cards .card:hover::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -2px;

      border-radius: inherit;
      background-image: linear-gradient(242.2deg, #009FFF 2.77%, #18CF00 95.66%);
  }

  .support-cards .card .card-top h6 {
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.3125px;
      text-align: left;
      padding-left: 10px;
  }

  .support-cards .card-middle .card-text p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 500;
      color: #393956;
      line-height: 24px;
      margin-bottom: 0px;
      height: 75px;
      letter-spacing: -0.5px;
      text-align: left;
  }
  .faq-box .faq-icon img {
    width: 50px;
}

  .support-cards .card-middle .card-text {
      padding: 20px 0;
  }


  .support-cards .card-link a {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: -0.5px;
      color: #393956;
      text-align: left;
  }

  .support-cards .card-link a span {
      padding-right: 8px;
  }

  .contact-form form input.form-control,
  .contact-form form textarea {
      padding: 10px 14px;
  }
  .contact-form form input.form-control::placeholder,
  .contact-form form textarea::placeholder {
      font-size: 16px;
      font-weight: 500;
      color: #777B82;
  }

  /* pricing */
  .pricing {
    padding: 40px 46px;
  }

  .card.plans-card {
    padding: 25px 30px;
    background: #F5F9FF;
  }

  .plan-type {
    padding-top: 40px;
  }

  .plan-type h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 1.25px;
    margin-bottom: 10px;
    text-align: left;
  }

  .plan-type p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .plans-link a span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 8px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .plans-link {
    padding-bottom: 65px;
    height: 110px;
    align-items: center;
    display: flex;
    padding-top: 30px;
  }

  .plans-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #393956;
  }



  .plans-details ul {
    list-style: none;
    padding: 0px;
  }

  .plans-details ul li {
    padding-bottom: 12px;
  }

  .plans-details ul li {
    font-family: Inter;
    font-size: 17px;
    color: #777B82;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .plans-details ul li span {
    padding-left: 8px;
  }

  .card.plans-card.active {
    background: linear-gradient(242.2deg, #009FFF 2.77%, #18CF00 95.66%);
    border-color: transparent !important;
    border-width: 0px !important;
  }

  .card.plans-card.active .plan-type h2 {
    color: #FFFFFF !important;
  }

  .card.plans-card.active .plan-type p {
    color: #E7EAEF;
  }

  .card.plans-card.active .plans-details p {
    color: #fff;
  }

  .card.plans-card.active .plans-details ul li {
    color: #E7EAEF;
  }

  .modal-xl {
    max-width: 1400px !important;
    width: 100%;
    margin: auto;
  }

  .pricing-head h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 1.25px;
    color: #393956 !important;
  }



  @media only screen and (max-width:667px) {

    .offcanvas .sidebar-nav .pb-4.mb-4 {
      margin: 0px !important;
      padding: 15px 0 !important;
    }
    
    .pricing {
      padding: 0px 0px;
    }

    .pricing-head h1 {
      font-size: 30px;
      text-align: center;
    }
    .pricing-head  ul.create-document-tabs {
  margin: 0 auto;
}
  }
/* end dashboard-pages */

/* media query */
/* All Mobile device */
@media only screen and (max-device-width: 667px) {

  .tab-none{
    display: none !important;
  }

  .w-10,
  .w-20,
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70,
  .w-80,
  .w-90,
  .w-13,
  .w-100{
    width: 100% !important;
  }
 
  .d-mb-none{
    display: none !important;
  }

  .fs-22px{
    font-size: 18px !important;
  }
 
  .fs-56px{
    font-size: 40px !important;
  }
  /* auth pages css */
  .signup-sec {
    padding: 40px 15px !important;
  }

  .auth-form-container .content h1 {
    font-size: 40px;
}



.auth-form-container .content p {
  font-size: 18px;
  line-height: 30px;
}

  .signup-sec .logo {
    text-align: center;
  }

  /* End auth pages css */
    /* dashboard  */
    .card.document-kind {
      padding: 20px 20px !important;
    }
    .create-new-tabs .top-content h3 {
      font-size: 20px;
      line-height: 28px;

  }
  .main-content .main-top-head .content p.description {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.6875px;
    color: #777B82;
}

.main-content .main-top-head .content h1.top-head-text {
  font-size: 27px;
  font-weight: 500;
  line-height: 44px;

  letter-spacing: 0.25px;
}
.example-btn a.btn {
  font-size: 14px !important;
}
.main-content {
  padding-left:0px !important ;
  padding-right:0px !important ;
}

.current-plan-status ,.current-plan-payment{
  display: flex;
  justify-content: space-between;
}
.delete-plan {
  text-align: center;
  padding-top: 15px !important;
}
.support-cards .card-middle .card-text p{
  height: auto !important;
}
.support-cards .card{
  height: auto !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.card.billing-cards .card-top-content{
  height: auto;
}
}

/* ipad*/
@media only screen and (min-device-width: 667px) and (max-device-width: 768px) {

  .tab-none{
    display: none !important;
  }

  .w-10,
  .w-20,
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70,
  .w-80,
  .w-90,
  .w-13,
  .w-100{
    width: 100% !important;
  }

  /* auth pages css */
  .signup-sec {
    padding: 40px 15px !important;
  }

  .signup-sec .logo {
    text-align: center;
  }
 
  .w-55{
    width: 100% !important;
  }


  /* End auth pages css */
  /* dashboard  */
.main-content {
    padding-left:0px !important ;
    padding-right:0px !important ;
}
.card.billing-cards .card-top-content {
  height: 140px !important;
}

.profile-avtar h5.head, .profile-action h5.head {
  font-size: 25px !important;
}
.w-80{
  width: 100% !important;
}
.support-cards .card-middle .card-text p{
  height: auto !important;
  
}
.support-cards .card{
  height: 215px;
}

ul.create-document-tabs button{
  font-size: 16px !important;
}


}

/* ipad pro, laptop */

.desktop-none{
  display: none;
}
.desktop-block{
  display: block;
}


@media only screen and (min-device-width: 769px) and (max-device-width: 1025px) { 

  .tab-none{
    display: none !important;
  }
  .tab-block{
    display: block !important;
  }
  .lg-yauto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .signup-sec {
    padding: 40px 15px 0px !important;
  }


}
@media only screen and (min-device-width: 1025px){
  .sign-in .auth-form-container {
    padding-top: 100px;
}
}

@media only screen and (min-device-width: 1026px) and (max-device-width: 1441px) {

  /* dashborad pages */
  .profile-avtar h5.head, .profile-action h5.head{
    font-size: 25px;
  }

}


/* ipad Air */
@media only screen and (device-width: 820px){
  /* dashborad css */
  .card.billing-cards .card-top-content{
    height: 140px;
  }
  
}
/* Surface pro 7 */
@media only screen and (device-width: 912px){
  /* dashborad css */
  .card.billing-cards .card-top-content{
    height: 140px;
  }
  
}


@media only screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
  /* dashborad css */
  .current-plans-details p.pills-btn{
    padding: 2px 10px;
  }
  .card.billing-cards .card-top-content {
    height: 140px;
}
.current-plans-details p.head{
  font-size: 16px;
}
}

@media only screen and (min-device-width: 1200px){

  aside#fixed {
    -ms-overflow-style: none !important;  
   scrollbar-width: none !important;  
}

aside#fixed::-webkit-scrollbar { 
   display: none !important;  
}

.main-content{ 
   border-radius: 50px 0 0 50px !important;
   border-left: solid 0px #02a3ea !important;
   z-index: 999 !important;
   position: relative !important;
   background-color: #f5f9ff !important;
}

.main-wrapper {
  background-color: #02a3ea !important;
}

.rounded-sidebars {
  padding-right: 0px !important;
}


}

@media only screen and (max-device-width: 1200px){


  .main-content{ 
    border-radius: 50px 0 0 50px !important;
    border-left: solid 0px #02a3ea !important;
    z-index: 999 !important;
    position: relative !important;
    background-color: #f5f9ff !important;
   }
   
   .main-wrapper {
   background-color: #f5f9ff  !important;
   }
   .main-content{ 
    border-radius: 0px !important;
    border-left: solid 0px transparent !important;
   }

}



aside#fixed::-webkit-scrollbar { 
 display: none !important;  
}

.main-content{ 
 border-radius: 50px 0 0 50px;
 border-left: solid 0px #02a3ea;
 z-index: 999 !important;
 position: relative !important;
 background-color: #f5f9ff !important;
}

.main-wrapper {
background-color: #02a3ea;
}

.rounded-sidebars {
padding-right: 0px ;
}
.is-invalid{
	border: 2px solid red !important;
}

.hr-theme-slash-2 {
	display: flex;
	width: 40%;
	margin: 0 auto;
}

.hr-theme-slash-2 .hr-line {
	width: 100%;
	position: relative;
	margin: 15px;
	border-bottom: 1px solid #393956;
}

.hr-theme-slash-2 .hr-icon {
	position: relative;
	top: 3px;
	color: #393956;
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.5px;

}

.avatar{
	border-radius:50% !important;
}
 
.disabled-link {
  pointer-events: none !important; /* Disable mouse events */
  opacity: 0.5 !important; /* Apply a visual indication of being disabled */
  cursor: no-drop !important; /* Change cursor to indicate not-allowed */
}
 
h5.input-label {
	color: #393956;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.0625px;
}
.invalid-feedback{
	text-align:center !important;
}


#player {
      width: 350px;
      height: 30px;
      position: relative;
      margin: 0 auto;
      top: 0px;
    }

    #player i {
      position: absolute;
      margin-top: -6px;
      color: #666;
    }

    #player i.fa-volume-down {
      margin-left: -8px;
    }

    #player i.fa-volume-up {
      margin-right: -8px;
      right: 0;
    }

    #volume {
      position: absolute;
      left: 24px;
      margin: 0 auto;
      height: 5px;
      width: 300px;
      background: #555;
      border-radius: 15px;
    }

    #volume .ui-slider-range-min {
      height: 5px;
      width: 300px;
      position: absolute;
      background: linear-gradient(242.2deg, #009FFF 2.77%, #18CF00 95.66%);

      border: none;
      border-radius: 10px;
      outline: none;
    }

    #volume .ui-slider-handle {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: linear-gradient(242.2deg, #009FFF 2.77%, #18CF00 95.66%);

      position: absolute;
      margin-left: -8px;
      margin-top: -8px;
      cursor: pointer;
      outline: none;
    }

    div#Change-Avatar .modal-dialog {
      max-width: 450px;
    }

    div#Change-Avatar .modal-dialog .content-txt h5 {
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      padding: 20px 0 15px 0;
      letter-spacing: 0.0625px;
    }
    .upload-avatar {
    border-radius: 16px;
    border: 1px solid #393956;
}

label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	/* height: 100%; */
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

 /* Custom CSS to change the range bar color */
#upload-demo .cr-slider::-webkit-slider-thumb {
	
	margin-left: -8px;
    margin-top: -8px; 
	border-radius: 20px;
	background: linear-gradient(242.2deg, #009FFF 2.77%, #18CF00 95.66%);
	width: 20px;
    height: 20px;
	cursor: pointer;
}
#item-img-output{
	width: 140px !important;
}
.dropdown-item.active{
	background-color: #e0e0e0 !important;
}


.talk-bubble {
  display: inline-block;
  position: relative;
  width: 80%;
  height: auto;
  background-color: #e7eaef;
  left: 45px;
  margin-bottom: 50px;
}

.talk-bubble p {
  margin: 0;
  padding: 20px;
}

.section {
  position: relative;
}

.seperator-img img.chatbot {
  position: relative;
  bottom: -118px;
  left: 32px;
  float: left;
}

.talk-bubble.tri-right.border.round.btm-left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 12px;
  right: auto;
  top: auto;
  bottom: -24px;
  border: 13px solid;
  border-color: #e7eaef transparent transparent #e7eaef;
}

.border.round {
  border-radius: 15px;
  border: 0 !important;
}


textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00000061 !important;
  font-size: 15px;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #00000061 !important;
  font-size: 15px;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #00000061 !important;
  font-size: 15px;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #00000061 !important;
  font-size: 15px;
}


a.skip_upload {
  display: flex;
  margin-left: 13px;
}

a.skip_upload img {
  width: 16px;
  margin-left: 4px;
}

.generate_loader {
  position: fixed;
  top: 0;
  background: #000000ba;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.generate_loader .innerdiv {
  text-align: center;
}

.generate_loader .innerdiv h3 {
  color: #fff !important;
  font-size: 36px;
}

.generate_loader .innerdiv img {
  width: 97px;
}

.text-action-icons i {
  cursor: pointer;
} 


div#my_projects img {
  width: 55px;
}

span.greybtn.btn img {
  width: 16px;
}

span.greybtn.btn {
  font-size: 13px;
  background: #D9D9D9;
  border: solid 1px;
}


#seltooltip {
  display: none;
  position: absolute;
  background: linear-gradient(352deg, #009FFF 3%, #18CF00 95%);
  color: #000;
  padding: 6px;
  border-radius: 4px;
  white-space: nowrap;
  text-align: left;
  cursor:pointer;
}


div#seltooltip::before {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #18cf02 transparent;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}

#seltooltip img {
  vertical-align: middle;
  margin-right: 5px;
}

span.copydiv {
  cursor: pointer;
}



@media only screen and (max-width:667px){
      .container-fluid .d-flex {
          /* display: block !important; */
      }

      button.btn.outline-btn-tabs.d-xl-none.d-md-block.text-start {
          display: none;
      }

      section.main-editor .row, section.main-editor .d-flex {
          display: block !important;
      }

      section.main-editor .row.p-4 {
          padding: 80px 0 !important;
      }

      section.main-editor span.copydiv {
          display: block;
          float: left;
          margin-top: 17px;
      }

      section.main-editor h2.head.pb-0 {
          text-align: center;
          margin-bottom: 20px;
      }
}
