@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", serif;
}

body {
  min-height: 100vh;
}

:root {
  --black: #1f1f1f;

  --green: #00b69b;
}

.ct_green_text {
  color: #22c55e !important;
}

.ct_text_9CA3AF {
  color: #9ca3af;
}

.ct_red_text {
  color: #ff5959;
}

.ct_text_9B9EA8 {
  color: #9b9ea8;
}

.ct_text_4F4D55 {
  color: #4f4d55;
}

.ct_mb_15 {
  margin-bottom: 15px;
}

.ct_text_5F6C72 {
  color: #5f6c72;
}

.ct_text_919191 {
  color: #919191;
}

.ct_black_text {
  color: var(--black);
}

.ct_text_858D96 {
  color: #858d96;
}

.ct_text_underline {
  text-decoration: underline;
}

.ct_text_666 {
  color: #666;
}

.ct_text_333 {
  color: #333;
}

.ct_text_939393 {
  color: #939393;
}

.ct_p_30 {
  padding: 30px !important;
}

.ct_text_7D7D7D {
  color: #7d7d7d;
}

.ct_text_op_07 {
  opacity: 0.7;
}

.ct_text_op_05 {
  opacity: 0.5;
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

.ct_ff_Open_Sans {
  font-family: "Open Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", serif;
}

.ct_py_26 {
  padding-block: 26px !important;
}

.ct_px_36 {
  padding-inline: 36px !important;
}

.ct_fs_36 {
  font-size: 36px;
}

.ct_fs_18 {
  font-size: 18px;
}

.ct_fs_48 {
  font-size: 48px;
}

.ct_fs_16 {
  font-size: 16px;
}

.ct_fs_14 {
  font-size: 14px;
}

.ct_fs_12 {
  font-size: 12px;
}

.ct_fw_300 {
  font-weight: 300;
}

.ct_fw_400 {
  font-weight: 400;
}

.ct_fw_500 {
  font-weight: 500;
}

.ct_fw_600 {
  font-weight: 600 !important;
}

.ct_fw_700 {
  font-weight: 700;
}

.ct_input {
  height: 50px;
  outline: none;
  background-color: transparent;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
}

.ct_input:focus {
  box-shadow: unset;
  border-color: var(--black);
}

.ct_input_grey_bg {
  background-color: #f4f5f9;
}

.ct_see_detail_link {
  color: var(--black);
  text-decoration: underline;
  transition: 0.4s ease all;
}

.ct_see_detail_link:hover {
  text-decoration: none;
}

/* Login css S */

.ct_login_bg {
  background-image: url(../img/login_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  height: calc(100dvh - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.ct_login_bg:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
  overflow-y: auto;
  height: calc(100dvh - 0px);
}

/* Input container */

.ct_eye_show {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_forgot_pass_link {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s ease all;
}

.ct_login_white_bg {
  background-color: #fff;
  display: flex;
  overflow: hidden;
  border-radius: 0px 20px 20px 0px;
}

.ct_login_left_img img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
}

.ct_login_form {
  padding: 30px;
  flex: 1;
}

.ct_logo img {
  width: 100%;
  max-width: 300px;
}

/* Login css E */

/* Sidebar css S */
.ct_admin_logo img {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  display: block;
}

.ct_side_bar {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  max-width: 350px;
  width: 100%;
  padding: 30px 15px;
  transition: 0.4s ease all;
  z-index: 9;
}

.ct_side_bar ul {
  margin-top: 65px;
  height: calc(100% - 100px);
  overflow-y: auto;
}

.ct_side_bar ul li a {
  padding: 13px 16px;
  border-radius: 12px;
  transition: 0.4s ease all;
  width: 100%;
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 15px;
  position: relative;
}

.ct_side_bar ul li+li {
  margin-top: 10px;
}

.ct_side_bar ul li a:hover,
.ct_side_bar ul li a.active {
  background-color: var(--black);
  color: #fff !important;
}

.ct_side_bar ul li a.active svg path,
.ct_side_bar ul li a:hover svg path {
  stroke: #fff;
}

.ct_right_panel {
  width: calc(100% - 350px);
  margin-left: 350px;
  transition: 0.4s ease all;
}

.ct_px_30 {
  padding-inline: 15px;
}

body {
  background-color: #fbfbfb;
}

.ct_fs_26 {
  font-size: 26px;
}

.ct_right_dropdown button {
  border: 0px;
  padding: 11px 16px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
}

.ct_right_dropdown button img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0px;
  background-color: #fff;
  padding-inline: 30px;
  /* border-bottom: 1px solid #eaebef; */
}

.ct_mb_16 {
  margin-bottom: 16px;
}

.ct_notification_icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  position: relative;
}

.ct_notification_icon span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #ff3d00;
  top: 1px;
  right: 1px;
}

/* Dashboard css S */
.ct_inner_header_bg {
  background-color: #fff;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #eaebef;
}

.ct_dash_card {
  padding: 34px 24px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 6px 6px 54px 0px #0000000d;
}

.ct_dash_card svg {
  width: 47px;
  height: 46px;
}

.ct_dash_card_grid_2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.ct_card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 25px;
  margin-left: auto;
}

.ct_text_clr_494949 {
  color: #494949;
}

.ct_text_606060 {
  color: #606060;
}

.ct_mt_50 {
  margin-top: 50px;
}

.ct_mb_50 {
  margin-bottom: 50px;
}

.ct_switch .form-check-input {
  height: 20px;
}

.ct_switch .form-check-input:focus {
  box-shadow: unset;
}

.ct_custom_table {
  margin-bottom: 0px;
}

.ct_custom_table tr th,
.ct_custom_table tr td {
  background-color: transparent;
  border: 0px;
  vertical-align: middle;
  white-space: nowrap;
  padding: 13px 26px;
  font-size: 16px;
}

.ct_custom_table tr th {
  background: #f3f3f3;
  color: #737373;
  font-weight: 700;
}

.ct_custom_table tr th:first-child {
  border-radius: 8px 0px 0px 0px;
}

.ct_custom_table tr th:last-child {
  border-radius: 0px 8px 0px 0px;
}

.ct_close_sidebar {
  display: none;
}

.ct_custom_table tr td {
  background-color: #fff;
  border-bottom: 1px solid #eaebef;
}

.ct_mt_40 {
  margin-top: 40px;
}

.ct_fs_24 {
  font-size: 24px;
}

.ct_user_border_0 td {
  border: 0px;
}

.ct_search {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.ct_search input {
  height: 40px;
  border-color: #b0b0b0;
  font-size: 14px;
  border-radius: 10px;
}

.ct_input_pe_40 {
  padding-right: 40px;
}

.ct_search input::placeholder {
  color: #949494;
}

.ct_search i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #454545;
}

.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form-control:focus {
  box-shadow: unset;
}

button.btn-close.ct_close {
  background-image: unset;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  opacity: 1;
  right: -7px;
  position: absolute;
  top: -7px;
  color: #fff;
}

.ct_modal_footer {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.ct_custom_tab {
  background: #a8a8a81f;
  padding: 4px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ct_custom_tab button.active {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0px 3px 1px 0px #0000000a, 0px 3px 8px 0px #0000001f;
}

.ct_custom_tab button {
  color: #3a3c3d;
  font-weight: 600;
  padding: 8px 40px;
  border-radius: 10px;
}

.ct_custom_tab ul {
  align-items: center;
  padding: 6px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  gap: 15px;
}

.ct_clr_3A3C3D {
  color: #3a3c3d;
}

.ct_custom_tab button:hover {
  color: #000;
  box-shadow: 0px 3px 1px 0px #0000000a, 0px 3px 8px 0px #0000001f;
  background-color: #fff;
}

.ct_edit_profile_bg {
  background-color: #fff;
  margin-inline: auto;
  padding: 24px;
  border-radius: 8px;
}

.ct_pt_127 {
  padding-block: 60px;
}

.ct_border_right_1 {
  border-right: 1px solid #c5c5c5;
  padding-right: 20px;
}

.ct_right_dropdown.dropdown ul {
  padding: 0px;
  border: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}

.ct_right_dropdown.dropdown .dropdown-item:hover {
  background-color: var(--black);
  color: #fff;
}

.ct_menu_bar {
  display: none;
}

.ct_white_bg {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  border: 1px solid #eaebef;
}

.ct_fs_28 {
  font-size: 28px;
}

.ct_fs_22 {
  font-size: 22px;
}

.ct_border_grey {
  border-color: #66666659;
}

.ct_red_btn {
  background-color: #d21e1f;
  border-radius: 10px;
  color: #fff;
  padding: 10px 10px;
  border: 1px solid #d21e1f;
  outline: none;
  transition: 0.4s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.ct_red_btn:hover svg path {
  stroke: #ff3d00;
}

.ct_green_btn {
  background-color: #01a768;
  border-radius: 10px;
  color: #fff;
  padding: 10px 10px;
  border: 1px solid #01a768;
  outline: none;
  transition: 0.4s ease all;
  font-weight: 600;
}

.ct_green_btn:hover {
  background-color: transparent;
  color: #01a768;
}

.ct_red_btn:hover {
  background-color: transparent;
  color: #d21e1f;
}

.ct_border_btm_1 {
  border-bottom: 2px solid #000000;
}

.ct_w_fit_content {
  width: fit-content;
}

.ct_table_border {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.ct_img_34 {
  height: 44px;
  width: 34px;
  border-radius: 5px;
  object-fit: cover;
}

.ct_fs_20 {
  font-size: 20px;
}

.ct_border_corner_0 {
  border-radius: 0px;
}

.ct_mt_40 {
  margin-top: 40px;
}

.ct_purple_link {
  color: var(--black);
  text-decoration: underline;
}

.ct_black_btn {
  background-color: var(--black);
  height: 50px;
  border-radius: 100px;
  position: relative;
  outline: none;
  border: 1px solid var(--black);
  transition: 0.4s ease all;
  z-index: 1;
  padding: 12px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_black_btn:hover {
  background-color: hsl(0deg 0% 12.16% / 81%);
  color: #fff;
}

.ct_outline_btn {
  padding: 8px 15px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  color: #5e656e;
  font-weight: 600;
  transition: 0.4s ease all;
}

.ct_outline_btn:hover {
  background-color: #000;
  color: #fff;
}

.ct_outline_btn:hover svg path {
  stroke: #fff;
}

.ct_border_radius_10 {
  border-radius: 10px !important;
}

.ct_border_radius_100 {
  border-radius: 100px !important;
}

.ct_border_radius_5 {
  border-radius: 5px;
}

.ct_mt_20 {
  margin-top: 20px;
}

.ct_user_count_per {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ct_selling_product_list_main img {
  width: 51px;
  height: 52px;
  object-fit: contain;
}


.ct_selling_product_list_main>li {
  display: grid;
  grid-template-columns: 51px auto;
  gap: 15px;
  padding: 20px 0px;
  align-items: center;
}

.ct_border_op_10 {
  border: 1px solid #0000001a;
}

.ct_selling_product_list_main>li+li {
  border-top: 1px solid #eaebef;
}

.ct_user_count_per {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct_user_count_per li:nth-child(2) {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #959595;
  display: block;
}

.ct_progress_bar {
  height: 10px;
}

.ct_progress_bar .progress-bar {
  background-color: #287e71;
}

ul.ct_selling_product_list_main {
  max-height: 352px;
  overflow-y: auto;
  height: auto;
}

/* width */
.ct_custom_scrollbar::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_custom_scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_custom_scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_custom_scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ct_live_img {
  position: relative;
}

.ct_live_img img {
  height: 206px;
  width: 100%;
  object-fit: cover;
}

.ct_live_card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.ct_live_overlay_cnt {
  position: absolute;
  top: 10px;
  left: 10px;
}

.ct_live_overlay_cnt ul {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

.ct_live_overlay_cnt li {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  gap: 4px;
  padding: 4px 15px;
}

.ct_live_overlay_cnt li:first-child {
  background-color: #d21e1f;
}

.ct_live_overlay_cnt li:last-child {
  background-color: #49494999;
}

.ct_live_card figcaption {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 15px;
  align-items: center;
  padding: 15px;
}

.ct_live_card figcaption img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_custom_check_2 .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.ct_custom_check_2 .form-check-input:focus {
  box-shadow: unset;
  border-color: var(--black);
}

.ct_img_40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_status_dot {
  border-radius: 100px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

/* View modal css Start */
.ct_user_manage_modal_btn {
  cursor: pointer;
}

.ct_user_manage_view_modal_main {
  position: fixed;
  height: 100vh;
  top: 0px;
  border-radius: 0px;
  max-width: 590px;
  z-index: 999;
  width: 100%;

  transition: 0.6s ease-out all;
  right: -100%;
  overflow-y: auto;
}

.ct_user_manage_view_modal_main.show {
  right: 0px;
}

.ct_user_manage_view_modal_main.show:before {
  content: "";
  position: fixed;
  background-color: #0000002b;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.ct_user_manage_view_modal_main .modal-dialog {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}

.ct_user_manage_view_modal_main .modal-dialog::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_user_manage_view_modal_main .modal-dialog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_user_manage_view_modal_main .modal-dialog::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ct_user_manage_head_logo {
  padding-block: 75px;
  background-color: #f8fafb;
  text-align: center;
  position: relative;
}

.ct_user_manage_head_logo img {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}

.ct_custom_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.ct_custom_close:focus {
  box-shadow: unset;
}

.ct_img_100_w_brdr {
  border: 5px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  box-shadow: 0px 4px 24px 0px #00000026;
}

.ct_user_img {
  width: 100px;
}

.ct_user_img svg {
  position: absolute;
  right: 6px;
  bottom: 0px;
}

.ct_px_30_new {
  padding-inline: 30px;
}

.ct_mt_minus_50 {
  margin-top: -55px;
}

.ct_hr_line {
  background-color: #eaebef;
}

.ct_recent_activity_list_main li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 10px;
}

.ct_recent_activity_list_main li+li {
  border-top: 1px solid #eaebef;
}

.ct_recent_activity_list_main li img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_w_76_percent {
  width: 76%;
}

/* View modal css End */

.ct_active_product_card {
  border: 1px solid #eaebef;
  padding: 10px;
  border-radius: 10px;
}

.ct_product_img {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease all;
}

.ct_product_img img {
  transition: 0.4s ease all;
}

.ct_product_img img:hover {
  transform: scale(1.2);
}

.ct_user_manage_head_banner {
  background-image: url(../img/mountain.jpg);
  height: 232px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.8);
}

.ct_white_btn_close {
  filter: invert(1);
  opacity: 1;
}

.ct_view_icon {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  cursor: pointer;
}

.ct_delete_post_icon {
  background-color: #fee4e2;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 8px solid #fef3f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_delete_post_icon i {
  color: #ff3d00;
}

.ct_post_dtl_img {
  text-align: center;
}

.ct_post_dtl_img img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  max-width: 266px;
  margin-inline: auto;
  border-radius: 10px;
}

.ct_post_info_cnt {
  padding: 12px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 16px;
}

.ct_post_info_cnt p {
  color: #000;
  opacity: 0.5;
}

.ct_post_info_left_12 {
  border-right: 1px solid #eaebef;
}

.ct_box_shadow {
  box-shadow: 0px 0px 4px 0px #00000040;
}

.ct_box_shadow_12 {
  box-shadow: 0px 3.57px 13.12px 0px #00000040;
}

#ct_post_detail .modal-body {
  height: auto;
  max-height: 530px;
  overflow-y: auto;
}

.ct_position_unset {
  position: unset;
}

.ct_hunting_knief_img {
  height: 195px;
  width: 100%;
  max-width: 231px;
  border-radius: 10px;
}

.ct_pricing_plan_card {
  padding: 30px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  box-shadow: 0px 4px 8px -2px #0000001a;
  border-radius: 24px;
}

.ct_yellow_pricing_bg {
  background-color: #ffbb00;
  box-shadow: 0px 8px 18px 0px #0000001a, 0px 33px 33px 0px #00000017,
    0px 73px 44px 0px #0000000d, 0px 130px 52px 0px #00000003,
    0px 203px 57px 0px #00000000;
  padding: 10px 4px 4px;
  border-radius: 24px;
}

.ct_dark_grey_bg {
  padding: 12px 16px;
  border: 1px solid #eaebef;
  background-color: #4272dd0a;
  border-radius: 10px;
  box-shadow: 0px 1.5px 4px -1px #0a090b12;
}

.ct_payment_icon {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.ct_overlay_select {
  position: absolute;
  top: 0px;
  width: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid transparent;
  border-right: 1px solid #cacaca;
}

.ct_overlay_select:focus {
  border: 1px solid var(--black);
}

.ct_text_indent_90 {
  padding-left: 95px;
}

.ct_h_40 {
  height: 40px;
}

.ct_text_666C7E {
  color: #666c7e;
}

.ct_notification_list li {
  padding-block: 15px;
}

.ct_notification_list li+li {
  border-top: 1px solid #f1f4f9;
}

.ct_edit_profile_logo {
  background-color: #dbdbdb33;
  padding: 18px;
  text-align: center;
}

.ct_edit_profile_logo img {
  width: 200px;
  object-fit: contain;
}

.ct_upload_user_profile_img {
  width: fit-content;
}

.ct_upload_user_profile_img img {
  width: 92px;
  height: 92px;
  border-radius: 100px;
  object-fit: cover;
}

.ct_upload_user_profile_img .ct_authore_banner_upload_icon_12 {
  bottom: 5px;
}

.ct_authore_banner_upload_icon_12 {
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 24px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: 100px;
}

.ct_img_80 {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.ct_custom_radio .form-check-input:checked {
  background-color: transparent;
  border-color: #000;
}

.ct_custom_radio .form-check-input:checked[type="radio"] {
  background-image: url(../img/download.svg);
}

.ct_custom_radio .form-check-input:focus {
  box-shadow: unset;
}

.ct_manage_product_card_bg {
  background-color: #fff;
  border-radius: 10px;
}

.ct_active_product_card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.ct_product_contain img {
  width: 100%;
  height: 111px;
  object-fit: contain;
}

.ct_custom_badge {
  padding: 10px 15px;
  display: block;
  width: fit-content;
  border-radius: 12px;
  font-weight: 600;
}

.ct_icon_24_bg {
  width: 30px;
  height: 30px;
  background-color: #5570f114;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.ct_icon_24 {
  width: 24px;
  height: 24px;
}

.ct_blue_link {
  color: #0080ff;
  text-decoration: underline;
}

ul.ct_repy_short_dtl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

ul.ct_repy_short_dtl li {
  padding-inline: 20px;
}

ul.ct_repy_short_dtl li:first-child {
  padding-left: 0px;
}

ul.ct_repy_short_dtl li+li {
  border-left: 1px solid #eaebef;
}

.ct_loader_main {
  position: fixed;
  top: 0%;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: var(--black);
  animation: fill 1s ease-in infinite alternate;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.loader::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }

  100% {
    box-shadow: 0 0 0 10px inset;
  }
}

.ct_table_search {
  position: relative;
}

.ct_table_search input {
  padding-left: 40px;
}

.ct_table_search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.ct_rote_cube_active {
  width: 9px;
  height: 9px;
  background-color: #297f72;
  display: inline-block;
  margin-right: 4px;
  border-radius: 2px;
  transform: rotate(45deg);
  top: -2px;
  position: relative;
}

#chartType {
  background-color: transparent;
  border: 0px;
  color: #000;
  font-weight: 600;
  outline: none;
}

.ct_sales_card_main_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct_sales_card_main_flex .ct_sales_card {
  padding-inline: 86px;
}

.ct_sales_card_main_flex .ct_sales_card+.ct_sales_card {
  border-left: 1px solid #0000001a;
}

.ct_sales_card_main_flex .ct_sales_card:first-child {
  padding-left: 0px;
}

.ct_sales_card_main_flex .ct_sales_card:last-child {
  padding-right: 0px;
}

.ct_white_nowrap {
  white-space: nowrap;
}

.ct_input_grey_border_1 {
  border-color: #d1d5db;
}

.ct_h_44 {
  height: 44px;
}

.ct_h_50 {
  height: 50px !important;
}

.ct_upload_product_main {
  border: 2px dashed #d1d5db;
  border-radius: 5px;
  height: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.ct_browse_btn {
  background-color: #f3f4f6;
  padding: 9px 20px;
  font-weight: 500;
  border-radius: 5px;
}

.ct_uploaded_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  object-fit: cover;
  pointer-events: none;
}

.ct_border_1_black {
  border: 1px solid #000;
}

.ct_blue_text {
  color: #0080ff !important;
}

.ct_yellow_text {
  color: #fdbc30 !important;
}

.ct_transparent_table th,
.ct_transparent_table td {
  background-color: transparent;
  border: 0px;
  font-size: 18px;
  padding-block: 5px;
  white-space: nowrap;
}

.ct_chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#radialChart {
  width: 50%;
}

.custom-legend {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.legend-text {
  font-size: 14px;
  color: #333;
}

.legend-value {
  font-weight: bold;
}

.ct_brown_text {
  color: #854d0e;
}

.ct_switch .form-check-input {
  height: 20px;
}

.ct_switch .form-check-input:focus {
  box-shadow: unset;
}

.ct_switch .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.ct_switch .form-check-input:focus {
  filter: grayscale(1);
}

/* Chat Message Css S */
/* *******************************
message-area
******************************** */

.message-area {
  /* height: 100vh; */
  overflow: hidden;
}

.chat-area {
  position: relative;
  width: 100%;
  height: 89vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}

.chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 350px;
  float: left;
  padding: 15px;
  border-right: 1px solid #e5e7eb;
  padding-inline: 0px;
}

.chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.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: 400;
  color: #4b5563;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list .active2 {
  background-color: #0000000a;
}

.chat-list a.d-flex {
  position: relative;
  text-decoration: none;
  padding-inline: 25px;
}

.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: 4px;
}

.msg-body ul li img {
  width: 33px;
  height: 33px;
  object-fit: cover;
  border-radius: 100px;
  border: 1px solid #0000001a;
}

.msg-body ul .sender {
  display: block;
  width: 100%;
  position: relative;
}

.msg-body ul .sender {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #fff;
  color: #111827;
  display: inline-block;
  margin-bottom: 0;
  max-width: 500px;
  border: 1px solid #6b72801a;
  border-radius: 10px;
}

.msg-body ul .sender h5 {
  line-height: 22px;
}

.msg-body ul .sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul .repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  max-width: 500px;
  margin-left: auto;
}

.msg-body ul .repaly p {
  text-align: left;
}

.msg-body ul .repaly {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #2a2a2a;
  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;
}

.ct_word_break {
  word-break: break-word;
}

.time {
  display: block;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.ct_text_clr_6b7280 {
  color: #6b7280;
}

.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;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -4px 4px 0px #0000000a;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: #4745451c;
  background-clip: padding-box;
  border: 1px solid #eeeef8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px;
  padding-left: 35px;
  height: 48px;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.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: #898787;
}

.ct_upload_paper_click_img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #898787;
}

.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;
}

.msg-body {
  height: 600px;
  overflow-y: auto;
}

.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 {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.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_chat_list_grid {
  display: grid;
  grid-template-columns: 40px auto;
  width: 100%;
}

.ct_grid_50_auto {
  display: grid;
  align-items: center;
  grid-template-columns: 50px auto;
  gap: 15px;
}

.ct_grid_50_auto img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  object-fit: cover;
}

.msg-head {
  box-shadow: 0px 4px 4px 0px #0000001f;
  padding: 10px 10px;
  background-color: #fff;
}

.msg-body {
  height: calc(100vh - 28vh);
  overflow-y: auto;
}

.ct_custom_chat_tab.nav-pills .nav-link.active,
.ct_custom_chat_tab.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000;
}

.ct_custom_chat_tab.nav-pills .nav-link {
  border: 1px solid #00000052;
}

.ct_custom_chat_tab.nav-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.ct_custom_chat_tab.nav-pills .nav-link {
  border: 1px solid #00000052;
  padding: 4px 20px;
  border-radius: 4px;
  color: #4b4b4c;
  font-weight: 400;
}

.chat-list {
  height: calc(100vh - 18vh);
}

.ct_brand_logo_upload_img {
  width: 96px;
  height: 96px;
  border-radius: 5px;
  object-fit: contain;
}

.ct_text_4B5563 {
  color: #4b5563;
}

.ct_error_msg {
  position: absolute;
}

.ct_uploaded_img_w {
  width: 100px;
  position: relative;
  height: 100px;
  /* cursor: pointer; */
}

.ct_uploaded_img123 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ct_uploaded_img_w img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.ct_uploaded_img_w i {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_flex_shrink_0 {
  flex-shrink: 0;
}

.ct_grey_bg {
  background-color: #f9fafb;
  padding: 30px 26px;
  border-radius: 8px;
}

.ct_cusor_no_drop{
  cursor: no-drop !important;
}