@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nata+Sans:wght@100..900&family=Noto+Sans+Tamil:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nata+Sans:wght@100..900&family=Noto+Sans+Tamil:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap");
/* :root {
  --bg-color: #f4f4f5;
  --bg-white: #ffffff;
} */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  background-color: var(--white);
  color: var(--text-secondary-light);
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

/* authentication page */

.auth-wrapper {
  min-height: 100vh;
  background-color: #ffffff;
  font-family: "Inter";
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-container {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}


.auth-left {
  flex: 1;
  max-width: 500px;
}

.auth-form {
  line-height: 1;
}

.auth-right {
  display: none;
}

.auth-image {
  width: 100%;
  max-height: 560px;
  border-radius: 8px;
}

.auth-title {
  font-size: 45px;
  gap: 11.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.logo-img {
  height: 37px;
}

.input-label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.required {
  color: red;
}

.password-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
}

.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-label-muted {
  color: #868686;
  font-size: 14px;
  cursor: pointer;
}


.auth-btn {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
}

.auth-btn-margin {
  margin-bottom: 28px;
}

.auth-link {
  color: #377dac;
  text-decoration: none;
}

.auth-text-muted {
  color: #868686;
}

.remember-label {
  font-size: 15px;
}

.forgot-link {
  font-size: 15px;
  color: #377DAC;
}

.divider-line {
  display: flex;
  align-items: center;
}

.divider-hr {
  flex-grow: 1;
  opacity: 0.1;
}

.divider-text {
  padding: 0 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 3rem;
}

.social-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.google {
  border: 1px solid #d8d6d6;
}

.apple {
  background: #121212;
}

.facebook {
  background: #1b76f2;
}


.input-label {
  font-size: 12px;
  color: #000000;
  margin-bottom: 6px;
}

.input-field {
  background-color: #f3f3f3 !important;
  border: none;
  height: 48px;
  border-radius: 12px;
  padding: 16px 20px;
  width: 100%;
  transition: all 0.2s ease;
}
.input-field:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.steps-page .input-field {
  height: 56px;
  border-radius: 8px;
  border: 1px solid #cad5e2;
}
.ekko-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.ekko-checkbox:hover {
  border-color: #000000;
}

.ekko-checkbox:checked {
  background: #000000;
  border-color: transparent;
}

.ekko-checkbox::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 4px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

.ekko-checkbox:checked::before {
  opacity: 1;
  transform: translate(-40%, -40%) rotate(45deg) scale(1.2);
}

.ekko-checkbox::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 calc(18px / 2.5) #000000;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ekko-checkbox:active:not(:checked)::after {
  opacity: 1;
  box-shadow: none;
  transition: none;
}
/* authentication page end */

/*========================== Progress page  ============================*/
.setup-header {
  margin-bottom: 40px;
}
.setup-header p {
  color: #4b5563;
  font-size: 18px;
  margin-bottom: 32px;
}
.setup-header .progress-text {
  color: #334155;
  font-size: 16px;
}
.progress-bar {
  border-radius: 9999px;
}
.setup-card {
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.setup-badge {
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  margin-bottom: 24px;
}

.setup-card-title {
  margin-bottom: 32px;
}

.setup-card-title h4 {
  color: #0f172a;
  font-weight: 400;
}
.setup-card .setup-card-title p {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 0;
}

.setup-card p {
  font-size: 16px;
  color: #0a0a0a80;
  margin-bottom: 45px;
}
.setup-card .cnt-button {
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  width: 50%;
  text-align: center;
}
.setup-card-l {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.setup-steps {
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 4px;
}
.bg-active-step {
  background-color: #e5e7eb;
}

.transition-card {
  transition: all 0.3s ease;
}
.fade-in {
  opacity: 1;
  transform: translateX(0);
}
.fade-out {
  opacity: 0;
  transform: translateX(20px);
}
/*========================== Progress page end ============================*/

/*========================== sidebar ============================*/
.sidebar {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: -100%;
  width: 70px;
  height: 100vh;
  background-color: var(--white);
  z-index: 90;
}

.sidebar-menu-area {
  height: calc(100vh - 72px);
  padding: 0.75rem 1rem;
}

.sidebar-header {
  padding: 0.75rem 1rem;
}

/* Vertical menu style */
.sidebar-menu-vertical li {
  margin-bottom: 12px;
}

.vertical-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #62748e;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
  /* padding: 10px; */
  transition: 0.3s;
}

.vertical-menu-item .menu-icon {
  height: 36px;
  width: 36px;
  font-size: 20px;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-menu-item.active .menu-icon {
  background-color: #e2e8f0;
}

.vertical-menu-item .create-icon {
  font-size: 36px;
  padding: 0;
  color: #000000;
}
.vertical-menu-item.active .create-icon {
  background: none;
}

.vertical-menu-item.active {
  color: #000;
  font-weight: 600;
}

/* Secondary panel */
.sidebar-secondary-panel {
  position: fixed;
  left: 90px;
  top: 0;
  width: 280px;
  height: 100vh;
  background-color: #ffffff;
  padding: 1.5rem 0;
  z-index: 80;
  transition: 0.3s;
}
/* Logo wrapper */
/* Wrapper */
.logo-hover-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo default state */
.logo-icon {
  height: 35px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Toggle default state */
.logo-toggle-btn {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* Hover effect ONLY when not active */
.logo-hover-wrapper:not(.no-hover):hover .logo-icon {
  opacity: 0;
}

.logo-hover-wrapper:not(.no-hover):hover .logo-toggle-btn {
  opacity: 1;
}

/* Secondary header */
.secondary-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.secondary-toggle-btn {
  background: white;
  border: none;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.secondary-toggle-btn:hover {
  background: #f1f1f1;
}
.dropdown-item:hover {
  background-color: #f1f5f9 !important;
  border-radius: 12px !important;
}
.dropdown-item {
  padding: 6px 4px !important;
}
.profile-btn .dropdown-menu.show {
  inset: unset !important;
  bottom: 0 !important;
  left: 110% !important;
  z-index: 9999;
}

.secondary-content {
  padding: 8px;
}

.secondary-content h6 {
  color: #62748e;
  font-size: 12px !important;
}

.history-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: 14px;
}

.history-list li {
  color: #1d293d;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.history-list li:hover {
  background-color: #eef1f5;
}

.history-item {
  cursor: pointer;
}

.ellipsis-btn {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.history-item:hover .ellipsis-btn {
  opacity: 1;
}

.history-item .dropdown-menu {
  border-radius: 12px !important;
  padding: 12px;
  border: 1px solid #efefef;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04) !important;
}
.history-item .dropdown-menu li {
  font-weight: 400;
  font-size: 13px;
  color: #1d293d;
  border-radius: 6px !important;
  padding: 6px 8px !important;
  gap: 10px !important;
}
.history-item .dropdown-menu li i {
  line-height: 0;
  font-size: 16px;
}
/*========================== sidebar end ============================*/

/*========================== Main screen ============================*/

/* inner header */
.navbar-search {
  position: relative;

}

.navbar-search input {
  width: 250px;
  height: 30px;
  border-radius: 100px;
  padding: 5px 10px 5px 42px;
  border: 1px solid #cad5e2;
  background-color: #ffffff;
  transition: 0.2s all ease-in-out;
}

.navbar-search input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.navbar-search input::placeholder {
  color: #90a1b9;
  font-size: 12px;
  font-weight: 400;
}

.navbar-search .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0.9375rem;
  font-size: 1.125rem;
  color: var(--black);
}
/* inner header end */

/* Push main */
.navbar-header {
  height: 50px;
  background-color: #ffffff;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header-title {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.nav-header-btn-wrapper {
  gap: 8px;
  display: flex;
}

.nav-header-btn {
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid #cad5e2;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.nav-header-btn-wrapper .upgrade {
  background-color: #000000;
  color: #ffffff;
}

.dashboard-main {
  margin-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  min-height: 100vh;
  transition: 0.3s;
  overflow-y: hidden;
  background-color: #ffffff;
  padding: 0 12px 12px 0;
}

.dashboard-main-body {
  background-color: #f4f4f5;
  border-radius: 12px;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
}

.dashboard-main.with-secondary {
  margin-left: 370px;
}

.dashboard-body-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #f4f4f5;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.my-post-screen {
  padding: 0 24px 12px 24px;
}
.page-switch {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.switch-btn {
  text-decoration: none;
  border-radius: 12px;
  padding: 5px 10px;
  border: 1px solid #cad5e2;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  transition: all 0.2s ease;
}

.switch-btn:hover {
  background: #ffffff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* Active pill */
.active-switch {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
}

.active-switch:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
}

/* home screen */
.pagination-btn {
  padding: 6px 8px;
  border-radius: 12px;
  border: 1px solid #c3cad4;
  font-size: 14px;
  font-weight: 500;
}

.pagination-btn:hover {
  background-color: white;
  color: #000000;
}

.pagination-btn-active,
.pagination-btn-active:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.my-masonry-grid {
  display: flex;
  margin-left: -16px;
  width: auto;
}

.my-masonry-grid_column {
  padding-left: 16px;
  background-clip: padding-box;
}

.masonry-item {
  margin-bottom: 16px;
}

.post-card {
  border-radius: 22px;
  padding: 20px 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0.94px 1.88px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.profile-name {
  font-size: 13.2px;
  font-family: "Montserrat", "Inter";
  font-weight: 700;
  color: #111827;
}

.profile-role {
  font-weight: 400;
  font-size: 11.29px;
  color: #6b7280;
}

.post-title {
  font-weight: 700;
  font-size: 14px !important;
  color: #1f2937;
  margin-bottom: 12px;
}

.post-description {
  font-weight: 400;
  font-size: 12px;
  color: #1f2937;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.post-description ul {
  padding-left: 10px;
}

.post-description span {
  margin-bottom: 10px;
}

.post-description span:last-child {
  margin-bottom: 0px;
}

.post-hashtags {
  font-weight: 400;
  font-size: 12px;
  color: #2563eb;
}

.post-image-wrapper {
  /* min-height: 270px;
  max-height: 270px; */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.post-image-wrapper img {
  object-fit: cover;
  height: 270px;
}

.post-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: end;
  width: 100%;
}
.post-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.post-card:hover .post-overlay {
  opacity: 1;
}

.post-responce {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 50;
  padding: 12px;
  font-weight: 600;
}

.post-card:hover .post-responce {
  opacity: 1;
}

.post-responce button {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 999px;
}
.post-responce img {
  height: 20px;
}
/* home screen end */

/* template screen  */
.template-screen {
  padding: 0 24px 12px 24px;
}
.col-5-custom {
  flex: 0 0 20%;
  max-width: 20%;
}

.template-card {
  font-size: 14px;
  border-radius: 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 20px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  min-height: 93px;
  overflow: hidden;
}

.template-card img {
  position: absolute;
  bottom: -30%;
  right: 5%;
  transition: all 0.2s ease-in-out;
}

.template-card:hover img {
  transform: rotate(15deg) translate(0, 0);
}

/* SLIDER */
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.slider-track > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 120px;
  padding: 12px;
  border: 1.2px solid #cacaca;
  background-color: #ffffff;
  line-height: 1;
  font-size: 20px;
  color: #62748e;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 19.2px 0px rgba(70, 70, 70, 0.32);
}

.slide-btn-previous {
  left: 0.5%;
}

.slide-btn-next {
  right: 0.5%;
}
/* slider end */
/* template screen end */

/* create popup model */
.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.custom-modal-box {
  background: #fff;
  max-width: 1334px;
  width: 100%;
  height: 78vh;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.custom-modal-body {
  flex: 1;
  min-height: 0;
}

.model-content {
  height: 100%;
  overflow-y: auto;
}

.close-btn {
  background-color: #e5e5e5;
  width: 26px;
  height: 26px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f4f4f;
  font-size: 15px;
}
.close-btn i {
  line-height: 0;
}

.create-l-items {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.create-l-items:hover {
  transform: translateX(4px);
  color: #000;
}
.slide-up {
  animation: slideUp 0.25s ease-in-out forwards;
}

.slide-down {
  animation: slideDown 0.25s ease-in-out forwards;
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(20px);
    opacity: 0;
  }
}
/* create popup model end */

/* history screen */

.chat-wrapper {
  display: flex;
  height: calc(100vh - 150px);
  justify-content: center;
}

.chat-container {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.chat-body {
  width: 100%;
  max-width: 750px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.chat-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.chat-left {
  justify-content: flex-start;
}

.chat-right {
  justify-content: flex-end;
}

.chat-bubble {
  font-size: 14px;
  padding: 12px;
  border-radius: 12px;
  max-width: 75%;
}

.ai-avatar {
  margin-right: 10px;
  flex-shrink: 0;
}

.ai-avatar-img {
  width: 32px;
  height: 32px;
}

.ai-bubble {
  background: #ffffff;
border-radius: 4px 20px 20px 20px;
}

.user-bubble {
  background: #EAEAEA;
  color: #1D293D;
  padding: 16px;
  border-radius: 16px 4px 16px 16px;
}

.message-content {
  border-radius: 18px;
  white-space: pre-line;
}

.ai-greeting {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hi-gif {
  width: 26px;
}

/* chat input */
.chat-input-wrapper {
  position: absolute;
  bottom: 2%;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.chat-input-box {
  width: 100%;
  max-width: 780px;
  display: flex;
  align-items: center;
  background: white;
  padding: 12px 16px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.chat-input-box i {
  line-height: 0;
}

.chat-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0 10px;
}

.icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.input-icons {
  display: flex;
  gap: 12px;
}

.send-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
/* chat input end */
/* history screen end */
/*========================== Main screen end ============================*/
