:root {
  --eq-green: #41aa05;
  --eq-white: #ffffff;
  --eq-black: #000000;
  --eq-light-grey: #8a8a8a;
  --eq-dark-grey: #5b5b5b;
  --eq-darker-grey: #191b29;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #f6f7f9;
  overflow: auto !important;
}
/* Ensure the image covers the left side fully */
.bg-image {
  background-image: url("../img/login_image.png"); /* Replace 'your-image-path.jpg' with the actual image path */
  background-size: cover;
  background-position: center;
}
.form_box {
  min-height: 500px;
}
.form_default_box {
  width: 96%;
  margin: auto;
  border-radius: 0;
  border: 0px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.default_btn_custom {
  border-radius: 5px;
  background-color: var(--eq-green);
  border: 1px solid var(--eq-green);
}
.default_btn_custom:hover {
  border-radius: 5px;
  background-color: var(--eq-green);
  border: 1px solid var(--eq-green);
}
.text-link {
  color: var(--eq-green);
  font-weight: 700;
  text-decoration: none;
}
.back_arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--eq-darker-grey);
  font-size: 20px;
}
.otp_field {
  column-gap: 10px;
}
.otp_field input.form-control {
  text-align: center;
  border-radius: 10px;
  height: 50px;
}

.login-page-padding {
  padding: 100px 0;
}

.login-page-margin-bottom {
  margin-bottom: 50px;
}

/*============================Header===============================*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #f6f7f9;
  padding: 0.9rem;
  border-bottom: 1px solid #dee2e6;
  margin-left: 100px;
}
.page_header_title {
  font-size: 20px;
  color: var(--eq-darker-grey);
  margin-bottom: 0;
  font-weight: bold;
}
.header_search {
  position: relative;
  margin-right: 10px;
}
.header_search .form-control {
  width: 260px;
  padding-left: 40px;
  background-color: transparent;
  border: 1px solid #c7c7c7;
}
.header_search_icon {
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--eq-light-grey);
}

/*============================Sidebar Menu===============================*/

.sidebar {
  background-color: var(--eq-darker-grey);
  text-align: center;
  position: fixed;
  width: 100px;
  height: 100%;
}
.sm_sidebar_logo_wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .nav-link {
  color: #adb5bd;
}

.sidebar .nav-link {
  color: var(--eq-light-grey);
  display: block;
  position: relative;
  padding: 80px 10px 10px;
  font-size: 14px;
}
.timeline_menu {
  background: url("../img/timeline.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.watchlist_menu {
  background: url("../img/watchlist.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.Profile_menu {
  background: url("../img/profile.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.chat_menu {
  background: url("../img/chat.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
}

.sidebar .nav-link.timeline_menu.active {
  background: #3b3c48 url("../img/timeline_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 4px solid var(--eq-green);
}
.sidebar .nav-link.watchlist_menu.active {
  background: #3b3c48 url("../img/watchlist_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 4px solid var(--eq-green);
}
.sidebar .nav-link.Profile_menu.active {
  background: #3b3c48 url("../img/profile_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 4px solid var(--eq-green);
}

.sidebar .nav-link.chat_menu.active {
  background: #3b3c48 url("../img/chat_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 4px solid var(--eq-green);
}

.settings_bottom_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}
.settings_bottom_icon .nav-item {
  width: 100%;
}
.sidebar .settings_menu {
  background: url("../img/setting.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70px;
}

.sidebar .nav-link.settings_menu.active {
  background: #3b3c48 url("../img/setting_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 0px solid var(--eq-green);
}

.feedback_bottom_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}
.feedback_bottom_icon .nav-item {
  width: 100%;
}
.sidebar .feedback_menu {
  background: url("../img/feedback.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70px;
}

.sidebar .nav-link.feedback_menu.active {
  background: #3b3c48 url("../img/feedback_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 0px solid var(--eq-green);
}
/*=============================Timeline left and right sidebar Content==============================*/

.sidebar_header {
  position: sticky;
  padding: 0px 0;
  top: 0;
  background-color: #f8f9fa;
  z-index: 1;
}
.sidebar_heading {
  position: relative;
  padding: 12px 0;
}
.sidebar_title {
  font-size: 15px;
  font-weight: 600;
  color: var(--eq-darker-grey);
  margin: 0;
}
.trade_table thead tr th {
  font-size: 12px;
  color: var(--eq-dark-grey);
  font-weight: 400;
  background-color: transparent;
  border: 0px solid transparent;
}
.trade_table tbody tr {
  background-color: var(--eq-white);
  border-radius: 5px;
  border-bottom: 4px solid #f8f9fa;
}
.trade_table tbody tr td {
  font-size: 12px;
  color: var(--eq-darker-grey);
  font-weight: 600;
  vertical-align: middle;
  background-color: transparent;
  border: 0px solid transparent;
}
.symbol_title {
  font-size: 12px;
  color: var(--eq-darker-grey);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.notif_red_circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 13px;
  background-color: #eb1818;
  color: var(--eq-white);
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.category_icon {
  display: inline-block;
  vertical-align: middle;
}

.sidepanel_dots_action {
  display: inline-block;
  width: 14px;
  height: 17px;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.sidepanel_dots_action span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
  position: relative;
}
.sidepanel_dots_action span:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
}
.sidepanel_dots_action span:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
}
.sidepanel_tooltip_action_wrap {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 220px;
  padding: 3px 0 0px;
  background-color: var(--eq-white);
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: none;
}
.sidepanel_tooltip_action_wrap a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #4d5870;
  border-bottom: 1px solid #e7ebf3;
  font-size: 13px;
}

.radio_col_list label {
  font-size: 12px;
}
.form-check-input {
  border: 1px solid #8c8c8c;
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.events_listing {
  background-color: var(--eq-white);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 4px;
  border: 0px solid transparent;
}
.events_date {
  background-color: #dedfe1;
  padding: 5px;
  border-radius: 5px;
  width: 40px;
  text-align: center;
}
.cal_day {
  font-size: 18px;
  color: var(--eq-darker-grey);
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.cal_month {
  font-size: 12px;
  color: var(--eq-darker-grey);
  font-weight: 400;
  display: block;
  line-height: 12px;
}
.events_title {
  display: block;
  font-size: 14px;
  color: var(--eq-darker-grey);
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
.events_time {
  display: block;
  font-size: 11px;
  color: var(--eq-light-grey);
  font-weight: 600;
}

/*=============================Timeline Body Content==============================*/

.content {
  display: flex;
  flex: 1;
  margin-top: 4rem;
  overflow-y: hidden;
  margin-left: 100px;
  /* adding new css in cintent */
  width: calc(100% - 100px);
}
.content.content_timeline {
  flex: none;
  flex-direction: column;
}
.content_timeline_main {
  display: flex;
  flex: 1;
  overflow-y: hidden;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.col-md-3,
.col-md-6 {
  padding: 0 15px;
}
.left-panel,
.right-panel {
  height: calc(100vh - 65px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.main-content {
  height: calc(100vh - 65px);
  overflow-y: auto;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.half-height {
  height: 50%;
  overflow-y: auto;
}

.card-header,
.card-footer {
  background-color: #f8f9fa;
}

.table-hover tbody tr:hover {
  background-color: #f1f1f1;
}

.timeline_inner_header {
  padding-top: 10px;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #f6f7f9;
}
.timeline_main_post_tab {
}
.timeline_main_post_tab .nav-item .nav-link {
  border: 1px solid #d6d6d6;
  background-color: transparent;
  border-radius: 5px;
  color: var(--eq-light-grey);
  font-size: 14px;
}
.timeline_main_post_tab .nav-item .nav-link.active {
  border: 1px solid #d6d6d6;
  background-color: var(--eq-white);
  color: var(--eq-green);
}
#all-companies-tab {
  border-radius: 5px 0px 0px 5px;
  border-right: 0px;
}
#following-tab {
  border-radius: 0 5px 5px 0;
}
.timeline_inner_header_right_content {
}
.timeline_inner_header_right_content .header_search .form-control {
  width: 220px;
}
.timeline_filter_btn {
  display: block;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: var(--eq-white);
  font-size: 11px;
  line-height: 11px;
  color: var(--eq-darker-grey);
  text-decoration: none;
  border: 1px solid #d6d6d6;
}
.timeline_filter_btn img {
  display: inline-block;
  margin-right: 7px;
}

.timeline_post_list {
  border-radius: 10px;
  border: 0px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
}
.c_logo {
  display: table;
  width: 42px;
  height: 42px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin-right: 10px;
}
.card-header-icon .c_logo div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.card-header-icon .c_logo img {
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.c_title {
}
.c_post_title {
  font-size: 14px;
  font-weight: 600;
}
.c_post_time {
  font-size: 12px;
  color: var(--eq-light-grey);
}
.outline_light_grey_btn {
  border: 1px solid #d6d6d6;
  color: var(--eq-light-grey);
  line-height: 17px;
}
.following_active {
  background-color: var(--eq-green);
  color: var(--eq-white);
  border-color: var(--eq-green);
}
.following_active:hover {
  background-color: var(--eq-green);
  color: var(--eq-white);
  border-color: var(--eq-green);
}

.post_text {
  font-size: 14px;
  color: var(--eq-darker-grey);
}

.timeline_post_list .card-body {
  padding: 10px 15px;
}
.timeline_post_list .card-header {
  background-color: transparent;
  border-bottom: 0;
}

.card-header-icon {
  display: flex;
  align-items: flex-start;
}
.timeline_post_list .table thead th {
  background-color: #f8f9fa;
  font-size: 14px;
}
.timeline_post_list .table tbody td {
  background-color: #fff3cd;
  font-size: 14px;
}
.post_option_dots_action {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding-left: 10px;
}
.post_option_dots_action span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
  position: relative;
}
.post_option_dots_action span:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
}
.post_option_dots_action span:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #c6ccd4;
}
.post_tooltip_action_wrap {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 220px;
  padding: 3px 0 0px;
  background-color: var(--eq-white);
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: none;
}
.post_tooltip_action_wrap a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #4d5870;
  border-bottom: 1px solid #e7ebf3;
  font-size: 13px;
}

.post_action_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.bookmark_icon {
  background: url("../img/bookmark.png");
  background-position: center;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}
.thumb_up_icon {
  background: url("../img/thumb_up.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.thumb_down_icon {
  background: url("../img/thumb_down.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.comment_icon {
  background: url("../img/comment.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.share_icon {
  background: url("../img/reply.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.resizer {
  height: 7px;
  background: #e0e0e2;
  cursor: row-resize;
}

.ca_right_wrap {
  width: calc(100% - 40px);
}
.ca_action_arrow {
  color: #2a2a2a;
  font-size: 12px;
  margin-right: 10px;
}
.ca_tooltip_info {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 220px;
  padding: 3px 0 0px;
  background-color: var(--eq-white);
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: none;
}
.ca_message_text {
  font-size: 13px;
  margin: 0;
  padding: 0px 5px;
  text-align: left;
}

/*-------------------------------*/

.details_right_panel {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(25% - 33px);
  min-width: 300px;
  height: 100vh;
  z-index: 9999;
  background-color: var(--eq-white);
  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.open_candidate_profile_details_panel .details_right_panel {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.right_panel_topbar {
  padding: 10px 15px;
  background-color: var(--eq-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6eef5;
}
.tbl_action_btn {
  color: var(--eq-darker-grey);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.filter-section {
  max-width: 100%;
  padding: 10px 15px;
  height: calc(100% - 51px);
  overflow: auto;
}
.filter-section .form-check-label::before {
  width: 1.25em;
  height: 1.25em;
}
.filter-section .form-check-label {
  margin-bottom: 0;
  line-height: 12px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 3px;
}
.filter-section .toggle-icon {
  cursor: pointer;
  margin-left: auto;
}
.filter-section .nested {
  margin-left: 1.5rem;
}
.toggle-wrapper {
  display: flex;
  align-items: center;
}
.filter-section .form-check {
  margin-bottom: 12px;
}
.devider {
  width: 100%;
  height: 1px;
  background-color: #dddddf;
  margin-bottom: 15px;
}
.date_range_Wrap {
  position: relative;
}
.daterangepicker {
  z-index: 9999;
}
.filter_calendar_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
#slider-round {
  height: 10px;
}

#slider-round .noUi-connect {
  background: #c0392b;
}

#slider-round .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}
#slider-round .noUi-connect {
  background: #000000;
}
/*=============================End Timeline Body Content==============================*/

/*==============is  watchlist=====================================*/

.content.content_gen {
  display: block;
  padding: 20px;
  flex: none;
  margin-left: 100px;
  width: calc(100% - 100px);
}

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

.psh_left,
.psh_right {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.btn_gen_green {
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 8px;
  color: var(--eq-white);
  background-color: var(--eq-green);
  border: 1px solid var(--eq-green);
}

.btn_gen_green:hover {
  opacity: 0.8;
}

.btn_gen_gray {
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 8px;
  color: #8a8a8a;
  background-color: var(--eq-white);
  border: 1px solid #d6d6d6;
}

.btn_gen_gray:hover {
  background-color: var(--eq-black);
  color: var(--eq-white);
}

.psh_left_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.psh_left_nav li {
  display: inline-block;
}

.psh_left_nav li a {
  background-color: #f6f7f9;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 8px;
  color: #878787;
  text-decoration: none;
  display: block;
}

.psh_left_nav li a:hover,
.psh_left_nav li a.current {
  background-color: var(--eq-green);
  color: var(--eq-white);
}

.psh_right_btn_ar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.search_ar {
  position: relative;
}

.search_input {
  height: 32px;
  border-radius: 5px;
  padding-left: 28px;
  background-color: transparent;
  border: 1px solid #c7c7c7;
}

.search_icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.psh_right_dot_ar {
  position: relative;
}

.psh_right_dot {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 18px;
  padding: 2px 5px;
  display: flex;
}

.psh_right_dot:hover {
  color: var(--eq-black);
}

.wishlist_conty_block {
  display: none;
  margin-top: 15px;
}

.wishlist_conty_block.current {
  display: block;
}

.wishlist_conty_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.wishlist_conty_inner_link {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddf;
}

.wishlist_conty_inner_link li {
  display: inline-block;
}

.wishlist_conty_inner_link li a {
  text-decoration: none;
  color: #787878;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 25px;
}

.wishlist_conty_inner_link li a:hover,
.wishlist_conty_inner_link li a.current {
  text-decoration: none;
  color: var(--eq-green);
  border-bottom: 3px solid var(--eq-green);
}

.wishlist_btn_ar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_gen_gray_alt {
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 8px;
  color: #8a8a8a;
  background-color: #f6f7f9;
  border: 1px solid #d6d6d6;
}

.btn_gen_gray_alt:hover {
  background-color: var(--eq-black);
  color: var(--eq-white);
}

.btn_gen_blank {
  border: 0;
  background: transparent;
  color: #8a8a8a;
}

.btn_gen_blank:hover {
  color: var(--eq-black);
}

.wishlist_tab_details {
  display: none;
}

.wishlist_tab_details.current {
  display: block;
}

.wishlist_table {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_table th {
  text-align: right;
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 10px 5px 10px;
  border-bottom: 2px solid transparent;
}
.wishlist_table td {
  text-align: right;
  color: var(--eq-black);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 5px solid #f6f7f9;
  background-color: var(--eq-white);
  background-clip: padding-box;
}

.wishlist_table th:nth-of-type(1),
.wishlist_table td:nth-of-type(1) {
  text-align: left;
}
.wishlist_table th:nth-of-type(2),
.wishlist_table td:nth-of-type(2) {
  text-align: left;
}

/* .wishlist_table td:first-child {
    border-radius: 5px 0 0 5px;
}
.wishlist_table td:last-child {
    border-radius: 0 5px 5px 0;
} */

.symbol_section {
  display: flex;
  align-items: center;
  gap: 5px;
}
.symbol_number {
  background: #eb1818;
  color: var(--eq-white);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  font-size: 11px;
}

.tbl_action_btn_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 3px;
  gap: 10px;
}
.tbl_action_btn {
  font-size: 20px;
  color: #cecece;
}
.tbl_action_btn.action_btn_active {
  color: var(--eq-green);
}

.color_red {
  color: #d92f2f;
}

.color_green {
  color: #5bb450;
}

.tbl_action_btn.action_btn_red {
  color: #ec6969;
}

.wishlist_table_calendar {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_table_calendar th {
  text-align: right;
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 10px 5px 10px;
  border-bottom: 2px solid transparent;
}
.wishlist_table_calendar td {
  text-align: right;
  color: var(--eq-black);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 5px solid transparent;
  background-color: var(--eq-white);
  background-clip: padding-box;
}

.wishlist_table_calendar th:nth-of-type(1),
.wishlist_table_calendar td:nth-of-type(1) {
  text-align: left;
}
.wishlist_table_calendar th:nth-of-type(2),
.wishlist_table_calendar td:nth-of-type(2) {
  text-align: left;
}

.wishlist_table_calendar th:nth-of-type(6),
.wishlist_table_calendar td:nth-of-type(6) {
  text-align: center;
}
.wishlist_table_calendar th:nth-of-type(7),
.wishlist_table_calendar td:nth-of-type(7) {
  text-align: center;
}
.wishlist_table_calendar th:nth-of-type(8),
.wishlist_table_calendar td:nth-of-type(8) {
  text-align: center;
}
.wishlist_table_calendar th:nth-of-type(9),
.wishlist_table_calendar td:nth-of-type(9) {
  text-align: center;
}
.wishlist_table_calendar th:nth-of-type(10),
.wishlist_table_calendar td:nth-of-type(10) {
  text-align: center;
}

.psh_right_dot_pop_block {
  position: absolute;
  top: 2px;
  right: 20px;
  background-color: var(--eq-white);
  padding: 10px 15px;
  border-radius: 5px;
  z-index: 11;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  display: none;
  width: 200px;
  border: 1px solid var(--color-olive);
}
.openMenupanel .psh_right_dot_pop_block {
  display: block;
}

.psh_right_dot_pop_block_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.psh_right_dot_pop_block_list li {
  padding: 5px 0px;
}
.psh_right_dot_pop_block_list li + li {
  border-top: 1px solid #ddebf3;
}
.psh_right_dot_pop_block_list li a {
  text-decoration: none;
  color: #5b5b5b;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.psh_right_dot_pop_block_list li a i {
  color: #2a2a2a;
}

.psh_right_dot_pop_block_list li a:hover,
.psh_right_dot_pop_block_list li a:hover i {
  color: var(--eq-green);
}

/* 
.wishlist_table td {
    padding: 10px;
    border-bottom: 5px solid transparent;
    background-color: var(--eq-white);
    background-clip: padding-box;
} */

/* .color_white {
    color: var(--eq-white);
}
.bg_green {
    background-color: var(--eq-green);
}
.border_green{
    border: 1px solid var(--eq-green);
} */
/*==============is  watchlist=====================================*/

/*==============is  profile setup=====================================*/

.pshp_heading {
  font-size: 18px;
  color: #191b29;
}

.pshp_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddf;
}

.pshp_nav_list li {
  display: inline-block;
}

.pshp_nav_list li a {
  text-decoration: none;
  color: #787878;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 25px;
}

.pshp_nav_list li a:hover,
.pshp_nav_list li a.current {
  text-decoration: none;
  color: var(--eq-green);
  border-bottom: 3px solid var(--eq-green);
}

.profilesetup_conty_block {
  display: none;
  margin-top: 15px;
}

.profilesetup_conty_block.current {
  display: block;
}
.profile_gen_block {
  background-color: var(--eq-white);
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.padding_20 {
  padding: 20px;
}

.profile_img_header {
  display: flex;
  gap: 30px;
  margin-bottom: 1.5rem;
}
.profile_pic_block {
  width: 118px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.profile_pic_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  color: #191b29;
}
.profile_sub_heading {
  color: #989898;
}
.profile_lj {
  display: flex;
  gap: 25px;
  align-items: center;
}
.profile_lj_inner {
  display: flex;
  gap: 8px;
  color: #989898;
}
.pd_heading {
  color: var(--eq-green);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.pd_label {
  color: #989898;
  margin-bottom: 0;
}
.pd_txt_info {
  color: var(--eq-black);
  font-weight: 500;
  margin-bottom: 0;
}

.content.content_alt {
  overflow-y: initial;
}
body.body_alt {
  overflow-y: initial;
}
.pd_btn_right {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #d6d6d6;
  background-color: var(--eq-white);
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 13px;
}
.pd_btn_right:hover {
  background-color: var(--eq-green);
  border: 1px solid var(--eq-green);
  color: var(--eq-white);
}

.profile_gen_header {
  position: relative;
}
.profile_gen_heading {
  color: #191b29;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.plan_list_block {
  padding-bottom: 20px;
}
.plan_list_block_inner {
  background-color: var(--eq-green);
  color: var(--eq-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.plan_details {
  font-size: 24px;
  font-weight: 500;
}
.profile_gen_sub_heading {
  color: #808080;
  margin-bottom: 0;
}
.cp_block {
  padding: 0 20px 20px 20px;
}

.cp_input {
  border: 1px solid #c7c7c7;
  padding-left: 38px;
}
.cp_label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
}
.cp_input_block {
  position: relative;
}
.cp_lock_icon {
  top: 17px;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
}
.cp_button {
  /*  width: 100%;*/
  font-weight: 700;
  color: var(--eq-white);
  border-radius: 5px;
  background-color: var(--eq-green);
  border: 1px solid var(--eq-green);
  padding: 6px;
  margin-right: 10px;
}

.pshp_sub_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddf;
}

.pshp_sub_nav_list li {
  display: inline-block;
}

.pshp_sub_nav_list li a {
  text-decoration: none;
  color: #787878;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 25px;
}

.pshp_sub_nav_list li a:hover,
.pshp_sub_nav_list li a.current {
  text-decoration: none;
  color: var(--eq-green);
  border-bottom: 3px solid var(--eq-green);
}

.profilesetup_conty_sub_block {
  display: none;
  margin-top: 15px;
}

.profilesetup_conty_sub_block.current {
  display: block;
}

/*==============is  profile setup=====================================*/

/*==========================timeline-top========================*/

.content_timeline_top {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.content_timeline_top_new {
  background-color: #0d0e17;
  padding: 20px;
  position: relative;
  border-radius: 0;
}
.timeline_main_header {
  font-size: 56px;
  line-height: 1;
}
.timeline_main_sub_text {
  font-size: 24px;
  line-height: 1.2;
}

.c_t_top_feature_section_box {
  display: flex;
  gap: 15px;
}
.c_t_top_feature_section {
  flex: 1;
  text-align: center;
}
.c_t_top_feature_section.current,
.c_t_top_feature_section:hover {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.c_t_top_feature_section {
  flex: 1;
  text-align: center;
  border: 1px solid #c7c4c4;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
}
.ct_feature_txt {
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}
.c_t_top_b_txt {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}
.content_timeline_top_feature_section {
  margin-bottom: 1rem;
}

.timeline_banner_tab.current {
  display: block;
}

.timeline_banner_tab {
  display: none;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  padding: 15px;
}
.timeline_banner_tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

/*==========================timeline-top========================*/

/*======================timeline modal================================*/

.timeline_modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.timeline_modal .modal-content {
  background-color: #0d0e17;
}
.timeline_modal_heading {
  font-size: 46px;
  color: var(--eq-white);
}
.timeline_modal_top {
  text-align: center;
}
.timeline_modal_sub_txt {
  color: #acafc5;
}
.timeline_modal_bottom {
  text-align: center;
  margin-bottom: 32px;
}
.timeline_modal_sub_heading {
  color: var(--eq-white);
  font-size: 20px;
  font-weight: 500;
}
.timeline_modal_block_thumb_img {
  position: relative;
}
.timeline_modal_block_thumb_shadow {
  background: rgb(226, 232, 241);
  background: linear-gradient(
    180deg,
    rgba(226, 232, 241, 0) 0%,
    rgba(13, 14, 23, 1) 55%,
    rgba(13, 14, 23, 1) 100%
  );
  /* background: linear-gradient(180deg, rgba(226,232,241,0) 0%, rgba(13,14,23,1) 100%); */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 142px;
  z-index: 3;
}
.timeline_modal_block_thumb_txt {
  text-align: left;
  /* padding: 0 19px; */
  color: var(--eq-white);
}
.timeline_modal_block_thumb {
  position: relative;
}
.timeline_modal_block_thumb_txt {
  text-align: left;
  /* padding: 0 19px; */
  /* padding: 0 37px; */
  color: var(--eq-white);
  margin-top: -96px;
  z-index: 99;
  position: relative;
}
.tmb_txt {
  color: #b4b6cb;
  font-size: 14px;
  margin-bottom: 0;
}

.content_timeline_top_new .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.timeline_modal_block_thumb_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/*======================timeline modal================================*/

.post_comments_wrapper .form-control {
  height: 48px;
  border-radius: 25px;
}

.post_comments_wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #35b69f;
  outline: 0;
  box-shadow: none;
  text-indent: 10px;
}

.c-badge {
  background-color: #35b69f;
  color: white;
  height: 20px;
  font-size: 11px;
  width: 92px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.comment-text {
  font-size: 13px;
}

.wish {
  color: #35b69f;
}
.user-feed {
  font-size: 13px;
}

/* Mobile-first adjustments */
@media (max-width: 767.98px) {
  .bg-image {
    display: none;
  }
}
/*======================== new code profile edit ===========================*/
.cp_input_alt {
  border: 1px solid #c7c7c7;
}
/* =========== for profile image ==================== */
.profile_pic_block_outer {
  width: 118px;
  position: relative;
}
.prf_img_edit_icon {
  position: absolute;
  background: #41aa05;
  z-index: 9;
  right: -6px;
  bottom: 2px;
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
}

/* ============= corporate action dividend ================== */
.ca_right_wrap {
  position: relative; /* This helps to position the tooltip correctly */
  width: calc(100% - 40px);
}
.ca_action_arrow {
  color: #2a2a2a;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 0px;
}
.ca_tooltip_info {
  display: block; /* Ensure the tooltip is displayed */
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  position: absolute; /* Or relative, depending on your layout */
  z-index: 10; /* Ensure the tooltip appears above other content */
}

.ca_tooltip_info p {
  margin: 0;
}
.ca_message_text {
  font-size: 13px;
  margin: 0;
  padding: 0px 5px;
  text-align: left;
}

.pb-220 {
  padding-bottom: 220px;
}
.div-h200 {
  height: 0px;
}

@media (max-width: 1250px) {
  #all-companies-tab {
    padding: 8px 6px;
  }
  .timeline_filter_btn {
    padding: 10px 4px 10px 10px;
    font-size: 0;
  }
}

.psh_left_nav li a {
  width: max-content !important;
}

/*==============deals==============================*/
.deal_menu {
  background: url("../img/deal.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.sidebar .nav-link.deal_menu.active {
  background: #3b3c48 url("../img/deal_active.png");
  background-position: center 25px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 4px solid var(--eq-green);
}

.deals_prof_section_thumb {
  width: 80px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.deals_prof_section_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.deals_prof_section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.deals_prof_section_text_heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

.deals_prof_section_text_sub {
  font-size: 16px;
  color: #898787;
  margin: 0;
}

.deal_list_conty_block {
  display: none;
  margin-top: 15px;
}

.deal_list_conty_block.current {
  display: block;
}

.deal_conty_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  /* border-bottom: 1px solid #dddddf; */
}

.deal_conty_nav li {
  display: inline-block;
}

.deal_conty_nav li a {
  text-decoration: none;
  color: #787878;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 25px;
}

.deal_conty_nav li a:hover,
.deal_conty_nav li a.current {
  text-decoration: none;
  color: var(--eq-green);
  border-bottom: 3px solid var(--eq-green);
}

.deal_full_table {
  width: 100%;
  border-collapse: collapse;
}

.deal_full_table th {
  text-align: left;
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 10px 5px 10px;
  border-bottom: 2px solid transparent;
  vertical-align: bottom;
}
.deal_full_table td {
  text-align: left;
  color: var(--eq-black);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 5px solid #f6f7f9;
  background-color: var(--eq-white);
  background-clip: padding-box;
}

.deal_conty {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #dddddf;
  position: relative;
}
.deal_conty_right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 0;
  top: -10px;
}

.deal_filter_icon a {
  width: 35px;
  aspect-ratio: 1;
  background: var(--eq-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: var(--eq-green);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/*==============deals==============================*/
/*==============deals dashboard==============================*/

.deal_dashboard_block {
  overflow: hidden;
  background: rgb(65, 170, 5);
  background: linear-gradient(
    67deg,
    rgba(65, 170, 5, 1) 0%,
    rgba(55, 189, 145, 1) 100%
  );
  border-radius: 20px;
  color: #ffffff;
}
.deal_dashboard_block_header {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.2);
}
.deal_dashboard_block_conty {
  padding: 15px 20px;
  position: relative;
}
.deal_dashboard_block_content {
  /* padding: 15px 20px;
  position: relative; */
}
.dd_sub_txt {
  font-size: 16px;
  margin-bottom: 0;
}
.dd_big_txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.deal_dashboard_block_select_box {
  position: absolute;
  right: 20px;
  top: 15px;
}
.dd_s_b {
  outline: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.6);
  color: #444444;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #707070;
}

.deal_dashboard_gen_block {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.01);
}

.deal_dashboard_gen_block_header {
  position: relative;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  border-bottom: 2px solid #41aa05;
}
.deal_dashboard_gen_block_conty {
  padding: 15px 20px;
}

.dd_gblock_tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.dd_gblock_tbl thead tr th {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #707070;
  text-align: right;
}
.dd_gblock_tbl tbody tr td {
  text-align: right;
  color: var(--eq-black);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 5px solid #f6f7f9;
  background-color: #f3f3f3;
  background-clip: padding-box;
}
.dd_gblock_tbl tbody tr td:first-child,
.dd_gblock_tbl thead tr th:first-child {
  text-align: left;
  width: 65%;
}

/* Text truncation with tooltip for table cells */
.text-truncate-cell {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  max-width: 100%;
  display: block;
}

.text-truncate-cell:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: normal;
  word-wrap: break-word;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
}

.text-truncate-cell:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 1001;
  margin-bottom: 3px;
}

.dd_gen_b_header_r_menu {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dd_gen_b_header_r_menu_ic {
  padding: 5px 5px;
  color: #41aa05;
  font-size: 16px;
}

.fw400 {
  font-weight: 400;
}

.scroll_page_vrt {
  overflow: hidden;
  overflow-y: scroll;
}

.dd_gblock_tbl_alt {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.dd_gblock_tbl_alt thead tr th {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #707070;
}
.dd_gblock_tbl_alt tbody tr td {
  color: var(--eq-black);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #ffffff;
  background-clip: padding-box;
}

/*==============deals dashboard==============================*/
.form_box_form {
  height: calc(100% - 160px);
  background-color: #fff;
  padding: 15px;
  padding-top: 30px;
  border-radius: 30px 30px 0 0;
  height: 100%;
}
.form_box_form_container {
  background-color: #fff;
}
