@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", serif;
}

body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

html,
body {
  min-height: 100vh;
  height: 100vh;
}

:root {
  --purple: #6a36ff;
  --dark_purple: #490057;
  --purple_light: #9747ff;
  --grey_f5f5f5: #f5f5f5;
  --grey_E0E0E0: #e0e0e0;
  --grey_636363: #636363;
  --grey_9C9C9C: #9c9c9c;
  --grey_676767: #676767;
  --grey_898989: #898989;
  --light_grey: #828282;
  --red: #d92d20;
  --green: #00b69b;
  --black: #202224;
}

.ct_dark_blue_text {
  color: #37387d;
}

.ct_mediam_purple_text {
  color: #a303a0;
}

.ct_purple_text {
  color: var(--purple_light);
}

.ct_dark_purple_text {
  color: var(--dark_purple);
}

.ct_text_red {
  color: var(--red);
}

.ct_text_636363 {
  color: var(--grey_636363);
}

.ct_light_grey_text {
  color: var(--light_grey);
}

.ct_black_text {
  color: var(--black);
}

.ct_text_op_07 {
  opacity: 0.7;
}

.ct_text_9c9c9c {
  color: var(--grey_9C9C9C);
}

.ct_text_676767 {
  color: var(--grey_676767);
}

.ct_text_898989 {
  color: var(--grey_898989);
}

.ct_text_6B7280 {
  color: #6b7280;
}

.ct_text_green {
  color: #12b76a;
}

.ct_text_667085 {
  color: #667085;
}

.ct_red_star {
  color: var(--red);
}

/* all font-family css S */
.ct_ff_Montserrat {
  font-family: "Montserrat", serif;
}

.ct_ff_Open_Sans {
  font-family: "Work Sans", sans-serif;
}

/* all font-family css E */
a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
}

figure {
  margin-bottom: 0px;
}

/* All Font size css S */
.ct_fs_16 {
  font-size: 16px;
}

.ct_fs_14 {
  font-size: 14px !important;
}

.ct_fs_18 {
  font-size: 18px;
}

.ct_fs_28 {
  font-size: 28px;
}

.ct_fs_20 {
  font-size: 20px;
}

.ct_fs_24 {
  font-size: 24px;
}

.ct_fs_54 {
  font-size: 54px;
}

.ct_fs_36 {
  font-size: 36px;
}

/* All Font size css E */
/* All Font Weight Css S */
.ct_fw_300 {
  font-weight: 300;
}

.ct_fw_400 {
  font-weight: 400;
}

.ct_fw_500 {
  font-weight: 500 !important;
}

.ct_fw_600 {
  font-weight: 600;
}

.ct_fw_700 {
  font-weight: 700;
}

.ct_fw_800 {
  font-weight: 800;
}

.ct_fw_900 {
  font-weight: 900;
}

/* All Font Weight Css E */

/* All Images Size S */
.ct_img_36 {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_img_w_48 {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100px;
}

/* All Images Size E */

/* All Spacing css S */
.ct_px_40 {
  padding-inline: 40px;
}

.ct_mb_30 {
  margin-bottom: 30px;
}

.ct_mb_20 {
  margin-bottom: 20px;
}

.ct_p_19_23 {
  padding: 23px 19px;
}

.ct_px_18 {
  padding-inline: 18px;
}

.ct_mb_12 {
  margin-bottom: 12px;
}

.ct_mt_32 {
  margin-top: 32px;
}

.ct_mb_40 {
  margin-bottom: 40px;
}

.ct_py_30 {
  padding-block: 30px;
}

.ct_pt_60 {
  padding-top: 60px;
}

.ct_py_13 {
  padding-block: 13px !important;
}

.ct_pb_60 {
  padding-bottom: 60px;
}

.ct_mt_40 {
  margin-top: 40px;
}

.ct_pb_218 {
  padding-bottom: 218px;
}

.ct_pb_80 {
  padding-bottom: 80px;
}

.ct_pt_80 {
  padding-top: 80px;
}

.ct_mt_60 {
  margin-top: 60px;
}

.ct_py_100 {
  padding-block: 100px;
}

.ct_mb_60 {
  margin-bottom: 60px;
}

.ct_pb_100 {
  padding-bottom: 100px;
}

/* All Spacing css E */

/* Header Css S */
header {
  padding: 20px 40px;
}

header.ct_sticky_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  z-index: 8;
  animation: slideDown 0.35s ease-out;
  left: 0px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

nav.ct_navbar.ct_sticky_menu .ct_logo_img img {
  max-width: 165px;
}

.ct_navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ct_count_icon {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ct_count_icon h5 {
  font-size: 8px;
  color: #fff !important;
}

.ct_nav_menu_list ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
}

.ct_nav_menu_list ul li a {
  padding: 20px 5px;
}

.ct_nav_menu_list li a {
  font-size: 18px;
  color: #000;
  position: relative;
  transition: 0.4s ease all;
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.ct_right_menu_items ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  margin-bottom: 0px;
}

.ct_right_menu_items ul li a {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", serif;
}

.ct_nav_menu_list li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 10px 10px 0px 0px;
  transform: scaleX(0);
  transition: 0.4s ease all;
}

.ct_nav_menu_list li.active a:after,
.ct_nav_menu_list li:hover a:after {
  transform: scaleX(1);
}

.ct_close_menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.4s ease all;
}

.ct_close_menu:hover {
  transform: rotate(360deg);
}

.ct_open_menu {
  display: none;
}

/* Header Css E */

/* Hero Section css S */
.ct_book_card {
  height: 100%;
}

.ct_book_card figure {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--grey_E0E0E0);
  height: 100%;
}

.ct_book_card figure figcaption {
  margin-block: 15px;
  padding-inline: 10px;
}

.ct_book_img {
  background-color: var(--grey_f5f5f5);
  text-align: center;
  padding: 10px;
}

.ct_book_img img {
  width: 100%;
  /* max-width: 99px; */
  height: 153px;
  object-fit: cover;
  margin-inline: auto;
}

.ct_right_hero_slider {
  overflow-x: hidden;
}

.ct_infinite_wrapper {
  display: flex;
  animation: scroll 10s linear infinite;
  /* Smooth infinite scroll */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ct_btn_group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ct_purple_btn {
  background-color: var(--purple_light);
  padding: 12px 32px;
  border-radius: 12px;
  position: relative;
  transition: 0.4s ease all;
  z-index: 1;
  border: 1px solid var(--purple_light);
  color: #fff;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.ct_purple_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0);
}

.ct_purple_btn:hover {
  color: var(--purple_light) !important;
}

.ct_purple_btn:hover:before {
  transform: scaleX(1);
}

.ct_purple_outline_btn {
  background-color: transparent;
  padding: 12px 32px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  transition: 0.4s ease all;
  z-index: 1;
  border: 1px solid var(--purple_light);
  color: var(--purple_light);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.ct_purple_outline_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  background-color: var(--purple_light);
  z-index: -1;
  transform: scaleX(0);
}

.ct_purple_outline_btn:hover:before {
  transform: scaleX(1);
}

.ct_purple_outline_btn:hover {
  color: #fff;
}

/* Hero Section css E */

/* Where Stories Section css S */
.ct_stories_bg {
  background-image: url(../img/Stories_banner.png);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  background-attachment: fixed;
}

.ct_stories_bg:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.ct_story_card {
  background: linear-gradient(
    90deg,
    rgba(97, 97, 97, 0.45) 0%,
    rgba(77, 75, 75, 0.6) 100%
  );
  backdrop-filter: blur(14px);
  transition: 0.4s ease all;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}

.ct_story_card:hover {
  background-color: var(--purple_light);
  transform: translateY(-10px);
}

.ct_story_card h4 {
  color: #fff;
}

.ct_story_card p {
  color: #b3b3b3;
  height: auto;
  max-height: 150px;
  overflow-y: auto;
}

.ct_custom_scroll_1::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_custom_scroll_1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_custom_scroll_1::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_custom_scroll_1::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ct_col_2 {
  flex: 0 0 auto;
  width: 20%;
}

/* Where Stories Section css E */

/* Top Authore Section css S */
.ct_purple_link {
  color: var(--purple_light);
  text-decoration: underline;
  font-size: 18px;
  transition: 0.4s ease all;
}

.ct_purple_link:hover {
  color: #000;
}

.ct_author_info ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.ct_author_info ul p {
  white-space: nowrap;
}

/* .ct_author_info > p {
  height: auto;
  overflow-y: auto;
  max-height: 70px;
} */

.ct_author_info ul span {
  width: 1px;
  height: auto;
  background-color: #2d2d2d;
  display: block;
  max-height: 40px;
  min-height: 40px;
}

.ct_author_info {
  padding: 16px;
  height: 200px;
}

.ct_author_img img {
  width: 100%;
  max-width: 152px;
  height: 204px;
  object-fit: cover;
}

.ct_author_card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-columns: 152px auto;
  align-items: center;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  margin-inline: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--purple_light);
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #e0e0e0;
  width: 12px;
  height: 12px;
}

/* Top Authore Section css E */

/* Top Book Selling Section css S */
.ct_sell_book_card_bg {
  background-color: #fff;
}

.ct_sell_book_card_bg a {
  color: #000;
  transition: 0.4s ease all;
}

.ct_sell_book_card_bg a:hover {
  color: var(--purple_light);
}

/* Top Book Selling Section css E */

/* Category Section Css S */
.ct_category_card {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  box-shadow: 2.72px 2.72px 6.12px 0px #00000040;
  border-radius: 12px;
  overflow: hidden;
}

.ct_category_card:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #fff;
  z-index: -1;
  opacity: 0.9;
}

.ct_category_img img {
  width: 100%;
  max-width: 140px;
  height: 149px;
}

/* Category Section Css E */

/* Footer Css S */
footer {
  background-color: #0a142f;
  padding-top: 100px;
}

.ct_footer_menu li + li {
  margin-top: 10px;
}

.ct_footer_menu li {
  font-size: 14px;
}

.ct_footer_menu li a {
  font-size: 14px;
  color: #fff;
  transition: 0.4s ease all;
  opacity: 0.8;
}

.ct_footer_menu li a:hover {
  color: var(--purple_light);
  opacity: 1;
}

.ct_social_media_list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ct_social_media_list li + li {
  margin-top: 0px;
}

.ct_social_media_list a:hover svg path {
  fill: var(--purple_light);
}

.ct_sub_footer {
  border-top: 1px solid hsl(0deg 0% 100% / 15%);
  padding: 30px 0px;
  margin-top: 50px;
}

.ct_sub_footer p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  opacity: 0.7;
}

/* Footer Css E */

/* Login spalsh Modal Css S */
.ct_login_spalsh img {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  display: block;
  margin-bottom: 40px;
}

.ct_login_close {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}

.ct_login_close:focus {
  box-shadow: unset;
  border-color: var(--purple_light);
}

.ct_py_37 {
  padding-block: 37px;
}

.opacity-animate3 {
  animation: opt-animation3 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes opt-animation3 {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Login spalsh Modal Css E */

/* Login page css S */
.ct_login_header {
  background-color: #fff;
  padding: 15px;
}

.ct_login_bg {
  background-image: url(../img/login_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.ct_login_bg:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}

.ct_login_white_bg {
  background-color: #fff;
  padding: 24px 24px 43px;
  border-radius: 12px;
}

.ct_grey_outline_btn {
  border-color: #e8e8e8;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ct_decoration_line_text {
  position: relative;
}

.ct_decoration_line_text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
}

.ct_decoration_line_text p {
  background-color: #fff;
  padding-inline: 20px;
  z-index: 9;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.ct_back_btn {
  margin-bottom: 20px;
}

.ct_back_btn a {
  color: #000;
  transition: 0.4s ease all;
  font-weight: 500;
}

.ct_back_btn a:hover {
  color: var(--purple_light);
}

/* Input container */
.ct_input-container {
  position: relative;
  margin: 20px 0px;
}

/* Input field */
.ct_input-field {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  background-color: transparent;
}

/* Input label */
.ct_input-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(204, 204, 204, 0);
  pointer-events: none;
  transition: all 0.3s ease;
  display: none;
}

/* Input highlight */
.ct_input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--purple_light);
  transition: all 0.3s ease;
}

/* Input field:focus styles */
.ct_input-field:focus + .ct_input-label {
  top: 0px;
  font-size: 15px;
  color: var(--purple_light);
  font-weight: 500;
}

.ct_input-field:focus + .ct_input-label + .ct_input-highlight {
  width: 100%;
}

.ct_eye_show {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_forgot_pass_link {
  text-decoration: underline;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s ease all;
}

.ct_forgot_pass_link:hover {
  color: var(--purple_light);
}

.cl-checkbox {
  position: relative;
  display: inline-block;
}

/* Input */
.cl-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.cl-checkbox > span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

/* Box */
.cl-checkbox > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 0px 11px 0px 1px;
  border: solid 2px;
  /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}

.ct_checkbox_w_h_15 > span::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  margin: 3px 11px 3px 1px;
}

/* Checkmark */
.cl-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 7px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}

.ct_checkbox_w_h_15 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 8px;
  height: 4px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.cl-checkbox > input:checked,
.cl-checkbox > input:indeterminate {
  background-color: var(--purple_light);
}

.cl-checkbox > input:checked + span::before,
.cl-checkbox > input:indeterminate + span::before {
  border-color: var(--purple_light);
  background-color: var(--purple_light);
}

.cl-checkbox > input:checked + span::after,
.cl-checkbox > input:indeterminate + span::after {
  border-color: #fff;
}

.cl-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}

/* Hover, Focus */
.cl-checkbox:hover > input {
  opacity: 0.04;
}

.cl-checkbox > input:focus {
  opacity: 0.12;
}

.cl-checkbox:hover > input:focus {
  opacity: 0.16;
}

/* Active */
.cl-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.cl-checkbox > input:active + span::before {
  border-color: #85b8b7;
}

.cl-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Disabled */
.cl-checkbox > input:disabled {
  opacity: 0;
}

.cl-checkbox > input:disabled + span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial;
}

.cl-checkbox > input:disabled + span::before {
  border-color: currentColor;
}

.cl-checkbox > input:checked:disabled + span::before,
.cl-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}

/* Login page css E */

.ct_right_menu_items ul .ct_custom_dropdown {
  display: none;
  border: 0px;
  padding: 15px 5px;
}

.ct_right_menu_items ul .ct_custom_dropdown.show {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  padding: 15px;
  position: absolute;
  margin-top: 16px !important;
}

.ct_custom_dropdown li:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.ct_custom_dropdown li a {
  border-radius: 5px;
  transition: 0.4s ease all;
  padding: 0px;
  font-weight: 500;
  font-size: 15px !important;
}

.ct_custom_dropdown li a:hover {
  background-color: transparent !important;
  color: var(--purple_light);
}

.ct_custom_dropdown li a:hover svg path {
  fill: #fff;
}

.ct_custom_dropdown li + li {
  margin-top: 6px;
}

/* Log Out Modal Css S */
#ct_logout_modal .modal-content .modal-body svg {
  width: 50px;
  height: 50px;
  margin-inline: auto;
  display: block;
  margin-bottom: 20px;
  top: 0;
}

.ct_logout_text_modal:hover {
  color: rgb(220, 53, 69);
}

button.btn-close.ct_cloose_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #aaa;
  opacity: 1;
  background-image: none;
}

button.btn-close.ct_cloose_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--purple_light);
  opacity: 1;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  color: #fff;
  z-index: 9;
}

button.btn-close.ct_cloose_btn i {
  transition: 0.4s ease all;
}

button.btn-close.ct_cloose_btn:hover i {
  transform: rotate(360deg);
}

button.btn-close.ct_cloose_btn i {
  font-size: 20px;
}

/* Log Out Modal Css E */

/* My Cart Css S */
.ct_product_img_cart {
  background-color: #f3f5f7;
  max-width: 80px;
}

.ct_product_img_cart img {
  width: 100%;
  max-width: 80px;
  height: 96px;
  object-fit: contain;
}

.ct_product_info_cart {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 15px;
  align-items: center;
}

.ct_custom_table tr th,
.ct_custom_table tr td {
  border-bottom: 1px solid #e8ecef;
  vertical-align: middle;
}

.ct_custom_table tr th {
  font-weight: 700 !important;
}

.ct_custom_table tr th,
.ct_custom_table tr td {
  padding-block: 24px;
  background-color: transparent;
}

.ct_countity_count input {
  text-align: center;
}

.ct_countity_count input {
  background-color: transparent;
  height: 48px;
}

.ct_countity_count {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 130px;
}

.form-control {
  appearance: auto;
}

.form-control:focus {
  box-shadow: unset;
  border-color: var(--purple_light);
}

.ct_countity_count button {
  position: absolute;

  background-color: transparent;
  border: 0px;
}

.ct_countity_count button.ct_plus {
  right: 15px;
}

.ct_countity_count button.ct_minus {
  left: 15px;
}

.ct_remove_cart {
  transition: 0.4s ease all;
}

.ct_remove_cart:hover {
  color: #ff0000;
}

.ct_cart_summary_card {
  border: 1px solid #6c7275;
  border-radius: 6px;
  padding: 24px;
}

.ct_coupon_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.ct_coupon_input {
  height: 52px;
  border: 1px solid #6c7275;
  background-color: transparent;
  margin-top: 16px;
  padding-right: 74px;
  padding-left: 50px;
}

.ct_apply_btn_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-color: transparent;
  border: 0px;
  outline: none;
  font-weight: 500;
  transition: 0.4s ease all;
}

.ct_apply_btn_text:hover {
  color: var(--purple_light);
}

/* My Cart Css E */

/* Radio Css S */
.ct_radio-group {
  display: flex;
  flex-direction: column;
}

.ct_radio-label {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  margin-bottom: 0.5em;
  background-color: #fefefe;
  border: 1px solid #6c7275;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
}

.ct_radio-label:hover {
  background-color: #e6e6e6;
}

.ct_radio-input {
  position: absolute;
  opacity: 0;
}

.ct_radio-input:checked + .ct_radio-label {
  background-color: #f3f5f7;
  border-color: #141718;
}

.ct_radio-input:focus + .ct_radio-label {
  background-color: #f3f5f7;
}

.ct_radio-inner-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #121212;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border-color 0.2s;
  position: relative;
}

.ct_radio-label:hover .ct_radio-inner-circle {
  border-color: #555;
}

.ct_radio-input:checked + .ct_radio-label .ct_radio-inner-circle {
  border-color: #121212;
}

.ct_radio-input:checked + .ct_radio-label .ct_radio-inner-circle::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #121212;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Radio Css E */

/* Explore books css S */
.ct_price_box {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.ct_filter_side_bar {
  width: 100%;
  max-width: 360px;
  padding: 0px 30px 30px;
}

.ct_hr_line_1 {
  border-color: #aaa;
}

.ct_new_product_img img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.ct_new_products_list li {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 15px;
  align-items: center;
  margin-top: 24px;
}

.ct_right_content_explore {
  flex: 1;
}

.ct_new_product_card_12 {
  background-color: #fff;
  padding: 10px 15px 10px;
  box-shadow: 0px 0px 2px 0px #00000026;
  border-radius: 5px;
}

.ct_new_product_card_12 a {
  color: #000;
}

.ct_new_product_card_12 h5 {
  color: #777777;
  /* height: 3rem; */
  margin-top: 10px;
}

.ct_new_product_img_34 img {
  max-width: 187px;
  height: 187px;
  width: 100%;
  object-fit: contain;
  margin-inline: auto;
  display: block;
}

.ct_main_explore_sec {
  display: flex;
  gap: 20px;
}

/* Explore books css E */

/* Add To Cart css S */
.ct_bread_crumb_list a {
  color: #000;
  transition: 0.4s ease all;
}

.ct_bread_crumb_list a:hover {
  color: var(--purple_light);
}

.ct_product_detail_slider img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

.ct_custom-dots .ct_dot img {
  width: 75px;
  height: 75px;
  border-radius: 2px;
  object-fit: fill;
  cursor: pointer;
}

.ct_custom-dots .ct_dot + .ct_dot {
  margin-top: 15px;
}

.ct_custom-dots .ct_dot.active {
  border: 1px solid #aaa;
}

.ct_left_side_product_img {
  position: relative;
}

.ct_product_detail_slider {
  max-width: calc(100% - 100px);
}

ul.ct_custom-dots {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ct_product_timely_view_main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ct_border_corner_0 {
  border-radius: 0px;
}

.ct_add_cart_tab {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.ct_add_cart_tab button {
  padding: 14px 20px;
  background-color: #fff;
  border: 0px;

  color: var(--purple_light);
  border-bottom: 2px solid var(--purple_light);
}

.ct_border_btm_1 {
  border-bottom: 1px solid #dddada;
}

.ct_grey_bg {
  background-color: #f8f8f8;
}

/* Add To Cart css E */

/* Checkout page css S */
.ct_input_text {
  height: 48px;
  border-radius: 8px;
}

.ct_img_w_75 {
  width: 75px !important;
  height: 75px !important;
}

.ct_img_w_160 {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_checkout_product_list_13 .ct_new_product_img {
  width: 75px;
}

.ct_checkout_product_list_13 li {
  grid-template-columns: 75px auto;
}

.ct_checout_summary_box {
  border: 1px solid #e9eaf0;
  padding-block: 70px;
}

/* Checkout page css E */

/* Author Css S */
.ct_inner_bg {
  background-image: url(../img/Stories_banner.png);
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-block: 40px;
}

.ct_inner_bg:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.ct_inner_bg p {
  color: #9c9c9c;
}

.ct_search_icon_left {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.ct_search input.form-control {
  border-radius: 12px;
  height: 42px;
  background-color: transparent;
  border: 1px solid #b0b0b0;
}

.ct_text_indent_30 {
  padding-left: 40px;
}

.ct_author_name_main {
  display: grid;
  grid-template-columns: 48px auto;
  gap: 15px;
  align-items: center;
}

.ct_autohre_book_grid_2 {
  display: grid;
  grid-template-columns: 111px auto;
  gap: 15px;
}

.ct_autohre_book_grid_2 img {
  width: 111px;
  height: 166px;
  object-fit: cover;
}

.ct_author_white_card {
  background-color: #fff;
  padding: 30px 24px;
  border-radius: 10px;
  border: 1px solid #0000004d;
  height: 100%;
}

.ct_read_online_link {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  transition: 0.4s ease all;
}

.ct_read_online_link svg {
  transition: 0.4s ease all;
}

.ct_read_online_link:hover {
  color: var(--purple_light);
}

.ct_read_online_link:hover svg path {
  fill: var(--purple_light);
}

.ct_outline_btn_w_icon:hover svg path {
  stroke: #fff;
}

.ct_outline_btn_w_icon svg {
  display: none;
}

a.ct_purple_outline_btn.ct_outline_btn_w_icon {
  padding-inline: 15px;
}

/* Author Css E */

/* Author Detail Css S */
.ct_authour_profile_img .backGround {
  height: 287px;
  width: 100%;
  object-fit: cover;
}

.ct_authore_profile_info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ct_authore_profile_info img {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  object-fit: cover;
  position: relative;
  margin-top: -65px;
}

.ct_authore_profile_card {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.ct_authore_profile_card figcaption {
  padding: 20px 40px;
}

.ct_profile_detail_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ct_author_about_box {
  background-color: #fff;
  padding: 40px 26px 20px;
}

.ct_author_about_box ul li {
  padding: 16px 0px;
}

.ct_author_about_box ul li + li {
  border-top: 1px solid hsl(242deg 91% 8% / 30%);
}

/* Author Detail Css E */

/* Chat Css S */
.ct_chat_message_user {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
  align-items: center;
}

.ct_chat_message_user img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_books_authore_price {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 15px;
  align-items: center;
  background-color: #e8e9eb;
  padding: 6px 15px;
  width: fit-content;
  border-radius: 12px;
}

.ct_books_authore_price img {
  width: 50px;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
}

.ct_user_chat_left {
  background-color: #e8e9eb;
  padding: 15px;
  border-radius: 11px 11px 11px 0px;
  width: fit-content;
  margin-bottom: 30px;
  width: 100%;
  max-width: 619px;
}

.ct_user_chat_left img,
.ct_user_chat_right img {
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

.ct_user_chat_left p {
  margin-bottom: 4px;
  word-wrap: break-word;
}

.ct_user_chat_left h6 {
  margin-bottom: 0px;
}

.ct_user_chat_right {
  margin-bottom: 30px;
  background-color: #7678ed;
  padding: 15px;
  width: fit-content;
  border-radius: 11px 11px 0px 11px;
  color: #fff;
  margin-left: auto;

  width: 100%;
  max-width: 619px;
}

.ct_user_chat_right p {
  margin-bottom: 4px;
  word-wrap: break-word;
}

.ct_user_chat_right h6 {
  margin-bottom: 0px;
}

.ct_border_radius_30 {
  border-radius: 30px !important;
}

.ct_send_chat_btn {
  background-color: #7678ed;
  border-radius: 5px;
  height: 48px;
}

.ct_bottom_chat_footer {
  display: grid;
  grid-template-columns: 80px auto 150px;
  gap: 15px;
  align-items: center;
}

.ct_upload_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct_user_body_parent_div {
  height: 428px;
  overflow-y: auto;
}

.ct_user_body_parent_div::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_user_body_parent_div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_user_body_parent_div::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_user_body_parent_div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Chat Css E */

/* Purchase History css S */
.ct_outline_box {
  border: 1px solid #e9eaf0;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ct_outline_box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ct_outline_box ul li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ct_outline_box li img {
  width: 13px;
  height: 20px;
  object-fit: contain;
}

.ct_download_btn_grey {
  background-color: #f5f7fa;
  width: 100%;
  height: 48px;
  border: 1px solid #f5f7fa;
  position: relative;
  transition: 0.4sease all;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48px;
}

.ct_download_btn_grey:hover {
  background-color: var(--purple_light);
  color: #fff;
}

/* Purchase History css E */

/* My Order Css S */
.ct_order_status {
  padding: 10px 25px;
  border-radius: 4px;
}

.ct_order_status span {
  font-size: 16px;
  font-weight: 600;
}

.ct_my_order_grid_96_auto {
  display: grid;
  grid-template-columns: 96px auto;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.ct_my_order_grid_96_auto img {
  width: 96px;
  height: 144px;
  object-fit: contain;
}

.ct_my_order_felx_34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* My Order Css E */

/* Edit Profile Css S */
.ct_edit_profile_img_1 {
  position: relative;
  z-index: 1;
}

.ct_edit_profile_img_1 img {
  width: 100%;
  height: 280px;
  max-width: 280px;
  object-fit: cover;
}

.ct_edit_profile_img_1 label {
  position: absolute;
  bottom: 0px;
  background-color: hsl(0deg 0% 0% / 50%);
  left: 0px;
  display: block;
  padding: 12px;
  width: 100%;
  text-align: center;
}

.ct_upload_profile_img_text h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}

.ct_edit_profile_img_box {
  padding: 44px;
  border: 1px solid #e9eaf0;
  width: fit-content;
}

.ct_eye_position_top {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* Edit Profile Css E */

/* Commnity Css S */
.ct_comminity_tab.nav-pills .nav-link {
  border-radius: 0px;
  font-weight: 500;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct_comminity_tab.nav-pills .nav-link.active,
.ct_comminity_tab.nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #000;
}

.ct_comminity_tab {
  gap: 40px;
}

.ct_border_radius_4 {
  border-radius: 4px;
}

.ct_active_badge h6 {
  margin-bottom: 0px;
  font-weight: 600;
}

.ct_active_badge {
  border-radius: 4px;
  padding: 11px 15px;
  background-color: #dcfce7;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-weight: 600;
}

.ct_active_badge span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100px;
}

.ct_dark_outline_border {
  border: 1px solid #ccc;
}

/* Commnity Css E */

/* Chat Message Css S */
/* *******************************
message-area
******************************** */

.message-area {
  /* height: 100vh; */
  overflow: hidden;
}

.chat-area {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}

.chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 310px;
  float: left;
  padding: 15px;
}

.chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
  max-height: fit-content;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  height: 598px;
}

.chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  padding-inline: 15px;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}

/* .msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.chat-area .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  height: 43px;
  line-height: 1.5;
  color: #222;
  background-color: #dbdcff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}

a.add img {
  height: 36px;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  isolation: isolate;
}

.chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.chat-list p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list a.d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}

.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* .msg-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
} */

.moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0;
  padding-inline: 15px;
  display: flex;
  gap: 15px;
  align-items: end;
}

.msg-body ul li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 10px;
}

.msg-body ul .sender {
  display: block;
  width: 100%;
  position: relative;
}

.msg-body ul .sender:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 1px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #eeeef8 transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.msg-body ul .sender {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #eeeef8;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
  max-width: 354px;
}

.msg-body ul .sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul .sender p {
  margin-bottom: 3px;
}

.msg-body ul .repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  max-width: 354px;
  margin-left: auto;
}

.msg-body ul .repaly:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #7678ed transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.msg-body ul .repaly p {
  text-align: left;
  margin-bottom: 3px;
}

.msg-body ul .repaly {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #7678ed;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul .repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul .repaly:after {
  display: block;
  content: "";
  clear: both;
}

.time {
  display: block;
  color: #000;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 400;
}

.repaly .time {
  margin-right: 20px;
}

.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}

.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.send-box {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.send-box .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding-right: 70px;
  background-color: #eeeef8;
  background-clip: padding-box;
  border: 1px solid #eeeef8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px;
  padding-left: 35px;
  height: 38px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
}

.msg-body {
  position: relative;
}

.send-box .form-control::placeholder {
  color: #898787;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
}

.ct_right_side_send_chat_btns {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #62639a;
}

.ct_upload_paper_click_img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.send-box button {
  border: none;
  background: #3867d6;
  padding: 0.375rem 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 24%;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.ct_send_audio_file {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 10px;
  align-items: center;
}

.ct_audio_icon_12 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #7678ed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 2px;
}

.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;
  margin-left: 5px;
}

.add-apoint a {
  text-decoration: none;
  background: #f6f7fa;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}

.add-apoint a svg {
  margin-right: 5px;
}

.chat-icon {
  display: none;
}

.closess i {
  display: none;
}

.ct_img_w_50 {
  width: 58px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}

.chat-list a {
  background-color: #eeeef8;
  padding: 10px;
  border-radius: 10px;
}

.ct_audio_track svg {
  width: 100%;
}

.ct_notify-time {
  font-size: 10px;
  color: #898787;
}

.ct_caht_msg_notify span {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  font-size: 12px;
  background-color: #ff7651;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}

.ct_live_qa_img {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease all;
}

.ct_live_qa_img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: 0.4s ease all;
}

.ct_live_qa_img:hover img {
  transform: scale(1.2);
}

.ct_live__qa_box figure {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.ct_live__qa_box figure figcaption {
  padding: 18px;
}

.ct_live_badge {
  width: fit-content;
  border-radius: 100px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #fee2e2;
  padding: 8px 14px;
}

.ct_position_unset {
  position: unset;
}

.ct_border_radius_10 {
  border-radius: 10px;
}

/* live Qa css S */
.ct_live_window_screen {
  position: relative;
}

.ct_live_window_screen img {
  height: 459px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.ct_live_chat_overlay_btns {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ct_leave_btn {
  background-color: #dc2626;
  border: 1px solid #dc2626;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
}

.ct_live_chat_overlay_btns i {
  cursor: pointer;
  color: #fff;
  background-color: #111827;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.ct_joined_user_img img {
  width: 100%;
  height: 133px;
  object-fit: cover;
  border-radius: 10px;
}

.ct_all_joined_users {
  background: #dbdde1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.ct_live_chat_main {
  padding: 20px 15px;
  background-color: #6b72800f;
  height: 100%;
}

.ct_live_chat_grid_30_auto {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 15px;
}

.ct_live_chat_grid_30_auto img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_live_chat_main_scroll {
  height: calc(100% - 100px);
  overflow-y: auto;
}

.ct_live_chat_main_scroll::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_live_chat_main_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_live_chat_main_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_live_chat_main_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* live Qa css E */

/* Tracking Order S */
.ct_order_tracking_breadcrumb ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d5dd;
  padding-bottom: 20px;
}

.ct_order_tracking_breadcrumb ul li {
  padding-inline: 10px;
}

.progress-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  width: 100%;
}

.progress-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  top: 4px;
  z-index: 0;
}

.progress-fill {
  height: 4px;
  background-color: #27ae60;
  width: 0%;
  position: absolute;
  z-index: 1;
  top: 4px;
  transition: width 0.5s ease-in-out;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.progress-step small {
  white-space: nowrap;
}

.step-indicator {
  width: 23px;
  height: 15px;
  background-color: #e0e0e0;
  border-radius: 20px;
  position: relative;
  top: -2px;
}

.active .step-indicator {
  background-color: #27ae60;
}

.step-text {
  font-size: 18px;
  color: #d0d5dd;
  margin-top: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.active .step-text {
  color: #27ae60;
  font-weight: 500;
}

.ct_product_grid_100_auto {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 15px;
}

.ct_product_grid_100_auto img {
  width: 100px;
  height: 153px;
  object-fit: contain;
}

.ct_product_transparent_table td {
  background-color: transparent;
  border: 0px;
  vertical-align: middle;
}

.ct_product_transparent_table td:last-child {
  text-align: end;
}

.ct_line_h_28 {
  line-height: 28px;
}

/* Tracking Order E */

@media (max-width: 767px) {
  .chat-icon {
    display: block;
    margin-right: 5px;
  }

  .chatlist {
    width: 100% !important;
  }

  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }

  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
    padding-inline: 15px;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  .send-box button {
    width: 28%;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }

  .msg-body ul li.sender {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .msg-body ul li img {
    width: 30px;
    height: 30px;
  }
}

/* Chat Message Css E */

/* Loader css S */
.ct_loader_main {
  position: fixed;
  top: 0%;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.ct_loader_main svg {
  height: 200px;
}

.book1 {
  animation: book1-anim 2.25s infinite ease-in-out;
}

.book2 {
  animation: book2-anim 2.25s infinite ease-in-out;
}

.book3 {
  animation: book3-anim 2.25s infinite ease-in-out;
}

.book4 {
  animation: book4-anim 2.25s infinite ease-in-out;
}

.book5 {
  animation: book5-anim 2.25s infinite ease-in-out;
}

.book6 {
  animation: book6-anim 2.25s infinite ease-in-out;
}

@keyframes book1-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(-30px);
  }

  28.57% {
    transform: translateY(0px);
  }

  42.85% {
    transform: translateY(0px);
  }

  57.14% {
    transform: translateY(0px);
  }

  71.42% {
    transform: translateY(0px);
  }

  85.71% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes book2-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(0px);
  }

  28.57% {
    transform: translateY(-30px);
  }

  42.85% {
    transform: translateY(0px);
  }

  57.14% {
    transform: translateY(0px);
  }

  71.42% {
    transform: translateY(0px);
  }

  85.71% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes book3-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(0px);
  }

  28.57% {
    transform: translateY(0px);
  }

  42.85% {
    transform: translateY(-30px);
  }

  57.14% {
    transform: translateY(0px);
  }

  71.42% {
    transform: translateY(0px);
  }

  85.71% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes book4-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(0px);
  }

  28.57% {
    transform: translateY(0px);
  }

  42.85% {
    transform: translateY(0px);
  }

  57.14% {
    transform: translateY(-30px);
  }

  71.42% {
    transform: translateY(0px);
  }

  85.71% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes book5-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(0px);
  }

  28.57% {
    transform: translateY(0px);
  }

  42.85% {
    transform: translateY(0px);
  }

  57.14% {
    transform: translateY(0px);
  }

  71.42% {
    transform: translateY(-30px);
  }

  85.71% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes book6-anim {
  0% {
    transform: translateY(0px);
  }

  14.28% {
    transform: translateY(0px);
  }

  28.57% {
    transform: translateY(0px);
  }

  42.85% {
    transform: translateY(0px);
  }

  57.14% {
    transform: translateY(0px);
  }

  71.42% {
    transform: translateY(0px);
  }

  85.71% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Loader css E */

.ct_empty_chat_box_content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  gap: 30px;
}

.ct_heart_active svg path {
  fill: #9747ff;
}

.ct_chatroom_chatlist {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.ct_chatroom_chatlist .form-control {
  background-color: #fff;
}

.ct_chatroom_chatlist .form-control::placeholder {
  color: #abafb1;
}

.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.ct_chatroom_chatlist p {
  color: #8b8d97;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  overflow: hidden;
}

.ct_chat_list_grid {
  display: grid;
  grid-template-columns: 58px auto;
  width: 85%;
}

.ct_chatroom_chatlist .chat-list a {
  background-color: #fff;
  border-bottom: 1px solid #f1f3f9;
  border-radius: 0px;
  margin-bottom: 0px;
}

.ct_grid_56_auto {
  display: grid;
  align-items: center;
  grid-template-columns: 52px auto;
  gap: 15px;
}

.ct_grid_56_auto img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

small.ct_dot_online {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #5570f1;
  border-radius: 100px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.ct_online_text_clr {
  color: #b6bfe8;
}

.ct_chatroom_modal_content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px !important;
}

.ct_followed_card_12 {
  border: 1px solid #e8eaf0;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.02);
}

.ct_followed_card_12 span {
  padding: 4px 20px;
  border-radius: 5px;
  background-color: #e9e1ff;
  color: #6a36ff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  display: flex;
  justify-content: end;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 10px;
}

.ct_description_tab_content p {
  height: auto;
  overflow-y: auto;
  max-height: 300px;
}

.ct_dlt_all_12 button {
  background-color: transparent;
  outline: none;
  border: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #cd0d0d;
}

.ct_upcomming_table td {
  border-top: 1px solid #f3f4f6;
  padding-block: 25px;
}
