/* custom.css */
.btn:hover,
.btn:focus {
  color: #fff !important;
  background-color: #157347 !important;
  border-color: #146c43 !important;
}
.btn-outline-danger:focus {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.modal.fade.show {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.psh_left_nav li {
  margin: 2px;
}
.active-dragging {
  background-color: #41aa05 !important;
  color: #fff !important;
}

.search_ar .form-control {
  padding-left: 30px;
}
.disbaled_btn {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_gen_gray_alt {
  background-color: var(--eq-black);
  color: var(--eq-white);
}
.sortable {
  font-weight: 700 !important;
  cursor: pointer;
}

/* Default styles for options */
.sidepanel_tooltip_action_wrap a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

/* Selected option effect */
.sidepanel_tooltip_action_wrap .selected-option {
  background-color: #d1e7dd; /* Light green background for selected option */
  color: #0f5132; /* Darker text color for better contrast */
  font-weight: bold; /* Make the selected option stand out */
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #00bb1b;
  border-color: #00bb1b;
}
.wishlist_conty_body {
  min-height: 300px !important;
}

.selected-option {
  background-color: #4caf50; /* Green background */
  color: white; /* White text */
}

.sidepanel_tooltip_action_wrap a:hover {
  background-color: #e0e0e0; /* Light grey on hover */
  color: black; /* Black text on hover */
}

.top-panel,
.bottom-panel {
  flex-grow: 1;
  overflow: auto;
}

.post_text {
  font-weight: 500;
  font-size: 16;
}
.post_message {
  font-weight: 300;
  font-size: 14px;
}
.bookmarked {
  background: url(../img/bookmarked-active.svg);
  background-position: center;
  background-size: 20px !important;
  background-repeat: no-repeat;
  margin: 3px 0 0 10px;
}

.bookmark_icon {
  background: url(../img/bookmark.svg) !important;
  background-position: center;
  background-size: 20px !important;
  background-repeat: no-repeat;
  margin: 3px 0 0 10px;
  filter: brightness(150%);
}
.custom-border-corporate-action {
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
}

.ul-corporate-action {
  background-color: #ffffff;
  padding-right: 10px;
}

.corp-action-heading-below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  background-color: #ffffff;
  padding: 10px 5px 5px 5px;
}

/* Hide scrollbars globally by default */
* {
  scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
  display: none; /* WebKit browsers (Chrome, Safari) */
}

/* Show scrollbars on hover for any scrollable element */
/**:hover::-webkit-scrollbar {
  display: none;
  width: 8px; 
} */

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* Customize scrollbar thumb color */
  border-radius: 4px; /* Rounded corners for the scrollbar thumb */
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Customize scrollbar track color */
}

/* *:hover {
  scrollbar-width: thin; 
} */

.timeline_filter_btn {
  padding: 10px 10px;
}
.rs-picker-popup {
  z-index: 999999;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.filter_reset {
  background-color: #eb1818;
  color: var(--eq-white);
  border-color: #eb1818;
}
.filter-btn {
  margin-left: 10px;
}

.slider {
  width: 100%;
  height: 10px;
  background-color: #ddd;
  position: relative;
}

.slider .thumb {
  width: 20px;
  height: 20px;
  background-color: #0f5000;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -5px;
}

.slider .track {
  top: 0;
  bottom: 0;
  background: #000;
}

.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  padding-left: 4px;
}

.collapse.show {
  max-height: 500px; /* You can use a larger value or calculate based on content */
  opacity: 1;
}

.no-data-found {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: large;
  border-radius: 5px;
  color: #3b3a48;
  text-align: center;
}
.ca_title {
  width: calc(100% - 70px);
}

.password_eye {
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.change_pass_password_eye {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.timeline_thead {
  position: sticky;
  top: 42px;
  z-index: 10; /* Ensure it stays above other table rows */
  background-color: white; /* Match the background color of your table */
}
.table_ui_wrapper {
  position: relative;
  z-index: 0;
}
.sidepanel_tooltip_action_wrap {
  position: absolute;
  z-index: 99 !important;
  top: 40px !important;
  text-align: left;
}
.ca_tooltip_info {
  z-index: 1;
  position: absolute;
  top: 45px;
  right: 0px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    /* Bottom shadow */ 0px -4px 8px rgba(0, 0, 0, 0.2),
    /* Top shadow */ 4px 0px 8px rgba(0, 0, 0, 0.2),
    /* Right shadow */ -4px 0px 8px rgba(0, 0, 0, 0.2);
}

/* price slider */

.slider {
  width: 100%;
  height: 10px;
  margin-top: 20px;
}

.thumb {
  height: 20px;
  width: 20px;
  background-color: #007bff;
  border-radius: 50%;
  cursor: grab;
}

.track {
  height: 10px;
  background-color: #ccc;
}

.track:nth-child(2) {
  background-color: #4caf50; /* Selected range color */
}

.selected-stock-row {
  background: #5dff0061 !important;
  cursor: pointer;
}
/* Ensure the dropdown is positioned fixed and not relative to its container */

.timeline_post_list .table .table-success {
  background-color: #f1feeb !important;
}
.timeline_post_list .table .table-danger {
  background-color: #fef9eb !important;
}
.timeline_post_list .table tbody td {
  background-color: inherit !important;
  font-size: 12px;
  color: #474747;
}
.timeline_post_list .table thead th {
  background-color: #ffffff;
  font-size: 13px;
  vertical-align: top;
}

.post_message {
  font-weight: 300;
  font-size: 14px;
  color: #666;
}
.post_text {
  font-weight: 500;
  font-size: 14px;
}

/* Custom styles for fixed header */
.table-responsive {
  height: 400px; /* Adjust this value to set table height */
  overflow-y: auto;
}

.wishlist_table {
  table-layout: fixed;
}

.table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white; /* Ensure the header has a background color */
}

.table.wishlist_table th:first-child,
.table.wishlist_table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #ffffff;
  color: #373737;
  top: 0;
  z-index: 9;
  width: 140px;
  padding-left: 10px !important;
}

.table.wishlist_table th:first-child {
  z-index: 10;
}

.table.wishlist_table td:first-child {
  padding-left: 10px !important;
}

.price_table th,
.price_table td {
  width: 95px;
  padding-left: 10px;
}

.price_table_name {
  width: 180px !important;
  padding-left: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.price_table_isin {
  width: 100px !important;
  padding-left: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center !important;
}

.price_table_sector {
  width: 150px !important;
  padding-left: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left !important;
}

.price_table_industry {
  width: 150px !important;
  padding-left: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left !important;
}

.price_table_volume {
  width: 70px !important;
  padding-left: 10px !important;
}

.price_table_mkt_cap {
  width: 80px !important;
  padding-left: 10px !important;
}

.price_table_time {
  width: 130px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.calender_table th,
.calender_table td {
  width: 100px;
  padding-left: 10px;
}

.calender_table th:first-child,
.calender_table td:first-child {
  width: 120px !important;
}

.cal_table_name {
  width: 180px !important;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cal_table_quarter {
  width: 90px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_res_date {
  width: 110px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_cdate {
  width: 115px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_ctime {
  width: 105px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_cinv {
  width: 110px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_result {
  width: 60px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

.cal_table_press {
  width: 110px !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.cal_table_pre {
  width: 95px !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.cal_table_audio {
  width: 90px !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.cal_table_trans {
  width: 75px !important;
  padding-left: 10px !important;
  text-align: center !important;
}
.cal_table_ai {
  width: 100px !important;
  padding-left: 10px !important;
  text-align: center !important;
}

/*.calender_table th:nth-child(2),
.calender_table td:nth-child(2) {
  width: 180px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}*/

/*.calender_table th:nth-child(3),
.calender_table td:nth-child(3) {
  width: 90px;
  padding-left: 10px;
  text-align: center;
}*/

/*.calender_table th:nth-child(4),
.calender_table td:nth-child(4) {
  width: 110px;
  padding-left: 10px;
  text-align: center;
}

.calender_table th:nth-child(5),
.calender_table td:nth-child(5) {
  width: 115px;
  padding-left: 10px;
  text-align: center;
}

.calender_table th:nth-child(6),
.calender_table td:nth-child(6) {
  width: 105px;
  padding-left: 10px;
  text-align: center;
}

.calender_table th:nth-child(7),
.calender_table td:nth-child(7) {
  width: 110px;
  padding-left: 10px;
  text-align: center;
}

.calender_table th:nth-child(8),
.calender_table td:nth-child(8) {
  width: 60px;
  padding-left: 10px;
  text-align: center;
}

.calender_table th:nth-child(9),
.calender_table td:nth-child(9) {
  width: 110px;
  padding-left: 10px;
  text-align: center;
}
.calender_table th:nth-child(10),
.calender_table td:nth-child(10) {
  width: 95px;
  padding-left: 10px;
  text-align: center;
}
.calender_table th:nth-child(11),
.calender_table td:nth-child(11) {
  width: 90px;
  padding-left: 10px;
  text-align: center;
}
.calender_table th:nth-child(12),
.calender_table td:nth-child(12) {
  width: 75px;
  padding-left: 10px;
  text-align: center;
}
.calender_table th:nth-child(13),
.calender_table td:nth-child(13) {
  width: 100px;
  padding-left: 10px;
  text-align: center;
}*/

.performance_table th,
.performance_table td {
  width: 100px;
  padding-left: 10px;
}

.performance_table th:nth-child(2),
.performance_table td:nth-child(2) {
  width: 180px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.performance_table th:nth-child(7),
.performance_table td:nth-child(7) {
  width: 125px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.twitter-post-container {
  padding: 12px; /* Reduced padding for a more minimal look */
  border: 1px solid #d1d5db; /* Light gray border */
  border-radius: 8px; /* Rounded corners */
  background-color: #f9fafb; /* Light gray background */
}

.user-info {
  display: flex;
  align-items: center; /* Center align items */
  margin-bottom: 8px; /* Space between user info and post text */
}

.user-avatar {
  width: 40px; /* Avatar size */
  height: 40px; /* Avatar size */
  border-radius: 50%; /* Circular avatar */
  margin-right: 8px; /* Space between avatar and user details */
}

.user-name {
  font-weight: 500; /* Medium weight for user name */
}

.user-username {
  font-size: 0.875rem; /* Smaller font for username */
  color: #4b5563; /* Gray color for username */
}

.post-text {
  color: #1f2937; /* Darker text color for post */
  margin-bottom: 8px; /* Space below post text */
}

.media-content {
  margin-top: 8px; /* Space above media content */
}

.pictures img,
.videos video,
.gifs img {
  width: 100%; /* Full width for media items */
  border-radius: 6px; /* Rounded corners for media items */
  margin-bottom: 4px; /* Space between media items */
}

.media-video {
  border-radius: 6px; /* Rounded corners for video */
}

.news-post-container {
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
}

.news-post-container:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  max-height: 300px;
  object-fit: cover;
}

.card-title {
  font-size: 0.9rem;
  color: #333;
}

.card-text {
  font-size: 1rem;
}

/* Styling the Read More Button */
.selcttion_search {
  font-size: 14px;
  display: inline-block;
  max-width: 200px; /* Adjust width as needed */
  min-width: 200px;
}
.selcttion_search_deal {
  font-size: 14px;
  display: inline-block;
  max-width: 100%; /* Adjust width as needed */
  min-width: 100%;
}
.form-control:focus {
  border: 1px solid #08aa00;
  box-shadow: 0 0 0 0.25rem rgba(64, 182, 0, 0.06);
}
div[data-testid="calendar-end"].rs-calendar {
  display: none !important;
}
.rs-picker-daterange-calendar-group {
  min-width: 275px !important;
}
.rs-picker-daterange-panel {
  min-width: 275px !important;
}

.rs-picker-popup.rs-picker-popup-daterange .rs-calendar:first-child {
  border-right: none !important;
}

.stock-box {
  position: relative;
  overflow: hidden;
  height: 50px; /* Adjust the box height */
  width: 100%; /* Full width */
  padding: 10px 10px 0px;
}

.stock-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  transform: translateY(0); /* Default position */
}

.stock-content.animating {
  opacity: 0;
  transform: translateY(-100%); /* Move content up out of view */
}
.red_text {
  color: red;
}
.expand_icon_container {
  position: absolute;
  right: 10px;
  /*  background: white;*/
  width: 18px;
}
.content_timeline_top_new_panel {
  background-color: #f8f9fa;
  padding: 0px;
  position: relative;
  border-radius: 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); /* bottom shadow */
}
.login-page-box {
  max-width: 450px;
}

.mobile-logo {
  display: none !important;
}
.desktop-logo {
  display: block;
}
.floting-container {
  position: absolute;
  left: 50%;
  display: block;
  z-index: 99999;
  padding: 10px;
  border-radius: 5px;
  margin-top: -25px;
  margin-left: -50px;
}

.table-head-txt-right {
  text-align: right;
}

.boldest-text {
  font-weight: bold;
}
.boldest-text {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.bold-text {
  font-weight: bold !important;
  font-size: 14px !important;
}
.form-check-inline {
  line-height: 25px;
}
.rs-calendar-header-error {
  --rs-btn-subtle-text: #000 !important; /* Black text */
  --rs-btn-subtle-hover-bg: #e5e5ea !important; /* Silver background on hover */
  --rs-btn-subtle-hover-text: #000 !important; /* Black text on hover */
  --rs-btn-subtle-active-bg: #e5e5ea !important; /* Darker silver for active state */
  --rs-btn-subtle-active-text: #000 !important; /* Black text on active */
  background-color: #e5e5ea !important;
  color: #000 !important; /* Black text */
}
.form-check-input:checked {
  background-color: #41aa05;
  border-color: #41aa05;
}
.form-check-input:focus {
  border-color: #28a745; /* Green border color */
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); /* Green box shadow */
}

.fil-main {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.fil-top {
  height: 50%; /* Default height of top div */
  overflow-y: scroll;
}

.fil-bottom {
  height: 50%;
  z-index: 999999;
  background-color: #ffffff;
  padding-top: 30px;
}

.wishlist_conty {
  overflow-y: scroll !important;
}

/* For the select dropdown background color */
select {
  background-color: #41aa05;
  color: white; /* Optional: change text color */
}
/* For the selected option background color */
select option:checked {
  background-color: #41aa05 !important ;
  color: white;
}

#all-companies-tab {
  border-radius: 5px !important;
  border-right: 1px solid #d6d6d6;
  margin-right: 5px;
}
.timeline_main_post_tab {
  border: 0px !important;
}
.timeline_main_post_tab .nav-item .nav-link.active {
  border: 1px solid #d6d6d6;
  background-color: var(--eq-white);
  color: var(--eq-light-grey);
}

.timeline_main_post_tab .nav-item .nav-link.active_tab {
  border: 1px solid #d6d6d6;
  background-color: var(--eq-white);
  color: var(--eq-green);
}

.skeleton-post {
  padding: 1rem;
  border-radius: 8px;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.skeleton-logo,
.skeleton-title-line,
.skeleton-time-line,
.skeleton-content-line,
.skeleton-button,
.skeleton-button-small,
.skeleton-icon,
.skeleton-share-icon {
  background: #e9e9e9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.skeleton-title {
  flex: 1;
}

.skeleton-title-line {
  height: 16px;
  width: 50%;
  margin-bottom: 4px;
}

.skeleton-time-line {
  height: 12px;
  width: 30%;
}

.skeleton-content-line {
  height: 12px;
  margin-top: 10px;
}

.skeleton-content-line.wide {
  width: 90%;
}

.skeleton-button {
  width: 60px;
  height: 24px;
  margin-right: 8px;
}

.skeleton-button-small {
  width: 24px;
  height: 24px;
}

.skeleton-icon-set {
  display: flex;
  gap: 8px;
}

.skeleton-icon {
  width: 24px;
  height: 24px;
}

.skeleton-share-icon {
  width: 32px;
  height: 32px;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

.table-skeleton-symbol,
.table-skeleton-price,
.table-skeleton-change,
.table-skeleton-percentage {
  display: inline-block;
  height: 1rem;
  background-color: #e9e9e9;
  border-radius: 4px;
}

.table-skeleton-symbol {
  width: 50%;
}

.table-skeleton-price,
.table-skeleton-change,
.table-skeleton-percentage {
  width: 45%;
}

.table-skeleton-row td {
  padding: 0.5rem;
}

.skeleton-events-listing {
  opacity: 0.7;
}

.skeleton-events-date .skeleton-cal-day,
.skeleton-events-date .skeleton-cal-month,
.skeleton-events-title,
.skeleton-events-time {
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-events-date .skeleton-cal-day {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}

.skeleton-events-date .skeleton-cal-month {
  width: 40px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
}

.skeleton-events-title {
  width: 250px;
  height: 25px;
  margin-bottom: 8px;
}

.skeleton-events-time {
  width: 60px;
  height: 25px;
}

.tooltipCon {
  position: absolute !important;
  z-index: 999999999;
  border: 1px solid rgb(250, 255, 255);
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 0px;
  width: 250px;
  height: 310px;
  margin-top: 0px;
  margin-left: 0px;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.black-font {
  color: #000;
}
.post_action_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.upper_follow_icon {
  margin-right: 0px !important;
}

.mWatchlist_label {
  font-size: 12px;
  color: #888888;
  margin-bottom: 0;
  font-weight: 400;
}

.mWatchlist_label_text {
  font-size: 13px;
  color: var(--eq-darker-grey);
  margin-bottom: 0;
}
.sidebar_header {
  z-index: 2 !important;
}
.wishlist_table td {
  font-size: 12px !important;
  line-height: 12px !important;
  padding: 10px 5px 10px 5px !important;
  vertical-align: middle;
}
.tbl_action_btn_block {
  /*  margin-top: 4px !important;*/
}

.timeline_post_list .table .table-gray {
  background-color: #e6e6e6 !important;
}
.past_row td {
  background-color: #fef9eb !important;
}
.price-tab {
  border: 1px solid #ccc;
  padding: 10px;
}
.active-price-tab {
  color: #41aa05;
}
.wishlist_performance {
  overflow-x: auto;
}
.mobile-home-action-button {
  display: block;
  background-color: #404255;
  border: 1px solid #191b29;
  font-size: 12px;
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  width: 32%;
}
/*.mobile-home-action-button:hover, .mobile-home-action-button:active, .mobile-home-action-button.active {
  color: #fff;
  background-color: #41AA05;
}*/

.mobile-home-action-button:hover,
.mobile-home-action-button:active {
  color: #fff;
}

.mobile-home-action-button.active {
  color: #fff;
  background-color: #41aa05;
}

.stock-box .symbol_title {
  font-size: 10px;
  color: var(--eq-darker-grey);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom_overflow {
  padding-bottom: 50px;
  overflow-y: scroll;
}
.unlockscreen {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 999999;
}

.trade_table tbody tr td:first-child,
.trade_table thead tr th:first-child {
  text-align: left;
}

.wishlist_table_block {
  scrollbar-width: thin !important;
  display: block;
  overflow-x: scroll;
  min-height: 100px;
  max-height: 650px;
  overflow-y: auto;
}

.wishlist_table_block::-webkit-scrollbar {
  height: 5px;
  display: block !important;
  scrollbar-width: 5px !important;
}

.wishlist_table_block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.wishlist_table_block::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

/* Style for autofilled input */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  color: black !important;
}

.rs-calendar-table-cell-selected,
.rs-calendar-table-cell-selected:hover,
.rs-picker-toggle-active {
  background-color: #28a745 !important; /* Green */
  border-color: #28a745 !important; /* Green border */
  color: white !important; /* White text for contrast */
}

.rs-calendar-table-cell-in-range {
  background-color: #a2ff99 !important; /* Light green */
}
.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {
  background-color: #28a745 !important; /* Green */
  border-color: #28a745 !important; /* Green border */
  color: white !important; /* White text for contrast */
}
.rs-calendar-table-cell-is-today .rs-calendar-table-cell-content {
  box-shadow: inset 0 0 0 1px #56ff34 !important;
}
.rs-btn.rs-btn-primary.rs-btn-sm {
  background-color: #28a745 !important; /* Green */
}

.rs-calendar-month-dropdown-cell-active
  .rs-calendar-month-dropdown-cell-content {
  background-color: #28a745 !important; /* Green */
}

.rs-calendar-month-dropdown-year-active {
  color: #08aa00 !important;
}
.rs-input-group:focus-within,
.rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus,
.rs-input-group:not(.rs-input-group-disabled):hover {
  border-color: #08aa00 !important;
}

.search_ar {
  z-index: 11 !important;
}

.span_width {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar_menu {
  display: none;
}

/* Focus border */
.custom__control--is-focused {
  border-color: #41aa05 !important;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5) !important;
}

/* Default option background */
.custom__option {
  background-color: white !important;
  color: black !important;
}

/* Selected option */
.custom__option--is-selected {
  background-color: #41aa05 !important;
  color: white !important;
}

/* Hovered option */
.custom__option--is-focused {
  background-color: #41aa05 !important;
  color: white !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  background-color: #41aa05 !important; /* Change background color */
  color: white !important; /* Change text color if needed */
}

.form-select:focus-visible {
  outline: none !important;
  border-color: #4a90e2 !important;
  box-shadow: 0 0 8px rgba(74, 144, 226, 0.7);
  background-color: #f0f8ff;
}

.bulk-deal th:nth-child(2),
.bulk-deal td:nth-child(2) {
  width: 70px;
}

.bulk-deal th:nth-child(3),
.bulk-deal td:nth-child(3) {
  width: 60px;
}

.bulk-deal th:nth-child(4),
.bulk-deal td:nth-child(4) {
  width: 70px;
}

.bulk-deal th:nth-child(6),
.bulk-deal td:nth-child(6) {
  width: 85px;
}

.btn-green {
  background-color: #41aa05 !important;
  color: white !important;
  border-color: #41aa05 !important;
}

.insider-txn-date {
  width: 90px !important;
  max-width: 100px !important;
}
.insider-company-name {
  width: 200px !important;
  max-width: 210px !important;
}
.insider-security-code {
  width: 90px !important;
  max-width: 100px !important;
}
.insider-participant-name {
  width: 250px !important;
  max-width: 260px !important;
}
.insider-participant-type {
  width: 180px !important;
  max-width: 190px !important;
}
.insider-txn-type {
  width: 80px !important;
  max-width: 90px !important;
}
.insider-avg-price {
  width: 80px !important;
  max-width: 90px !important;
}
.insider-quantity {
  width: 80px !important;
  max-width: 90px !important;
}
.insider-value {
  width: 100px !important;
  max-width: 110px !important;
}
.insider-txn-date-period {
  width: 170px !important;
  max-width: 180px !important;
}
.insider-exchange {
  width: 80px !important;
  max-width: 90px !important;
}
.insider-type-of-securities {
  width: 100px !important;
  max-width: 110px !important;
}
.insider-pre-txn-quantity {
  width: 150px !important;
  max-width: 160px !important;
}
.insider-post-txn-quantity {
  width: 150px !important;
  max-width: 160px !important;
}
.insider-mode-of-acquisition {
  width: 150px !important;
  max-width: 160px !important;
}

.insider-txn-date,
.insider-company-name,
.insider-security-code,
.insider-participant-name,
.insider-participant-type,
.insider-txn-type,
.insider-avg-price,
.insider-quantity,
.insider-value,
.insider-txn-date-period,
.insider-exchange,
.insider-type-of-securities,
.insider-pre-txn-quantity,
.insider-post-txn-quantity,
.insider-mode-of-acquisition {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.deal_full_table th {
  text-align: left;
}

/* Column-Specific Alignment */
.insider-txn-date,
.insider-company-name,
.insider-security-code,
.insider-participant-name,
.insider-txn-type {
  text-align: left !important;
}

.insider-avg-price,
.insider-quantity,
.insider-value,
.insider-pre-txn-quantity,
.insider-post-txn-quantity {
  text-align: right !important;
}

.insider-exchange {
  text-align: center !important;
}

.wishlist_table_block_deal {
  scrollbar-width: thin !important;
  display: block;
  overflow-x: scroll;
  min-height: 100px;
  max-height: 650px;
  max-width: 100%;
  overflow-y: auto;
}

.wishlist_table_block_deal::-webkit-scrollbar {
  height: 5px;
  display: block !important;
  scrollbar-width: 5px !important;
}

.wishlist_table_block_deal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.wishlist_table_block_deal::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    background-color: #f7fbfc; /* Light blue background */
  }
  to {
    opacity: 1;
    background-color: transparent;
  }
}

.new-row {
  animation: fadeIn 1.2s ease-in-out;
}
.new-row2 {
  animation: fadeIn 1.2s ease-in-out;
}
.post_message strong {
  font-weight: 900;
}
.filter-section .form-check-label_deal {
  margin-bottom: 0;
  line-height: 12px;
  font-size: 14px;
  margin-left: 4px;
  margin-top: 3px;
}

.tooltip-custom {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-custom::after {
  content: attr(data-tooltip); /* Get tooltip text from data attribute */
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;

  /* Positioning */
  bottom: 100%; /* Show above the element */
  left: 50%;
  transform: translateX(-50%);

  /* Add small arrow */
  content: attr(data-tooltip) " ▼";
}

.tooltip-custom:hover::after {
  visibility: visible;
  opacity: 1;
}
.timeline_modal_block_thumb_img img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg); /* Rotate diagonally */
  font-size: 2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3); /* Light transparent text */
  pointer-events: none;
  z-index: 100;
  white-space: nowrap; /* Prevents text from wrapping */
}

/* You can put this in your global.css or module CSS */
.phone-input-wrapper .PhoneInput {
  display: flex;
  align-items: center;
  height: 100%;
}

.phone-input-wrapper .PhoneInputInput {
  border: none;
  flex: 1;
  padding: 0.375rem 0.75rem;
  height: 100%;
}

.phone-input-wrapper .PhoneInputCountry {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  border-right: 1px solid #dee2e6;
}

.phone-input-wrapper .PhoneInputInput,
.phone-input-wrapper .PhoneInput {
  font-size: 1rem;
  width: 100%;
  height: calc(3.5rem + 2px); /* match Bootstrap input height */
  border-radius: 0.375rem;
  background: transparent;
}
.PhoneInputInput:focus-visible {
  outline: none;
  border: none;
}
.inphone-input-right{
  width: max-content;
  border: 1px solid #08aa00;
  border-right: 0px !important;
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  
}
.inphone-input-left{
  border-left: 0px;
  border: 1px solid #08aa00;
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px !important;
 
}

/* Top Sectors Card Styles */
.top-sectors-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.top-sectors-header {
  padding: 16px 20px 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-sectors-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin: 0;
}

.top-sectors-filter {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.top-sectors-separator {
  height: 3px;
  background: linear-gradient(90deg, #00bb1b 0%, #00bb1b 100%);
  margin: 0;
}

.top-sectors-content {
  padding: 0;
}

.top-sectors-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.top-sectors-table thead th {
  background-color: #f8f9fa;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  border: none;
  text-align: left;
}

.top-sectors-table tbody tr {
  background-color: #f8f9fa;
  border: none;
}

.top-sectors-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.top-sectors-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.top-sectors-table tbody td {
  padding: 12px 20px;
  border: none;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}

.top-sectors-table tbody td:first-child {
  font-weight: 500;
}

.top-sectors-table tbody td:last-child {
  font-weight: 600;
  color: #333333;
}

.text-truncate-cell {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
