:root {
  --eq-green: #41aa05;
  --eq-white: #ffffff;
  --eq-black: #000000;
  --eq-light-grey: #8a8a8a;
  --eq-dark-grey: #5b5b5b;
  --eq-darker-grey: #191b29;
}

.ipad-events {
  display: none;
}

.event_button_wrap {
  display: none;
}

.mobile_show,
.mobile_show_deal,
.mobile_show_flex,
.nav_notifications_menu {
  display: none;
}
.f12 {
  font-size: 12px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.green_text {
  color: #26c400;
}
.m-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.mobile_two_column_wrapper {
  display: none;
}

@media (max-width: 1390px) {
  .timeline_filter_btn {
    font-size: 0px !important;
  }
}

@media (min-width: 1291px) {
  .tab_show {
    display: none;
  }

  .table.wishlist_table th:last-child {
    z-index: 10 !important;
  }
  .table.wishlist_table th:last-child,
  .table.wishlist_table td:last-child {
    position: sticky;
    right: 0;
    background-color: #ffffff;
    color: #373737;
    top: 0;
    z-index: 9;
    width: 95px;
  }
}

@media only screen and (max-width: 1290px) and (min-width: 992px) {
  /*.timeline_inner_header {
    flex-wrap: wrap;
  }*/
  .timeline_main_post_tab {
    width: 100%;
  }
  /*.timeline_filter_btn_wrap {
        margin-left: auto;
        margin-right: 0px !important;
    }*/
  /*.timeline_inner_header_right_content {
    margin-top: 7px;
  }*/
  #all-companies-tab {
    padding: 8px 5px !important;
  }
  /*.middle_search {
    width: 100%;
  }*/
  /*.selcttion_search {
    max-width: none;
    width: calc(100% - 5px);
    margin-left: 5px;
  }*/
  /*.reload_button{
    margin-right: 7px !important;
  }*/
  .timeline_inner_header_right_content {
    width: 100%;
  }

  .sidebar_menu {
    display: inline-block;
    padding: 0 10px 0 0;
    margin-right: 5px;
    color: #333;
  }
  .sidebar_inactive nav.sidebar.bg-dark {
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  .sidebar_active nav.sidebar.bg-dark {
    transition: all 0.3s;
    transform: translateX(0%);
  }

  .sidebar_inactive header.header {
    margin-left: 0px;
    transition: all 0.3s;
  }
  .sidebar_active header.header {
    margin-left: 100px;
    transition: all 0.3s;
  }

  .sidebar_inactive .content {
    margin-left: 0px;
    transition: all 0.3s;
    width: 100%;
  }
  .sidebar_active .content {
    margin-left: 100px;
    transition: all 0.3s;
  }
  /*.trade_table tbody tr td:nth-child(3), .trade_table tbody tr td:nth-child(4) {
    display: none;
  }
  .trade_table thead tr th:nth-child(3), .trade_table thead tr th:nth-child(4) {
    display: none;
  }*/
  /*.ws-no-wrap{
    white-space: nowrap;
    font-size: 10px;
  }*/
  /*.trade_table tbody tr td {
    vertical-align: top !important;
  }*/
  /*.fs-tab-leftpanel{
    font-size: 14px;
  }*/
  /*.trade_table tbody tr td:first-child, .trade_table thead tr th:first-child {
    padding-top: 10px;
  }
  .trade_table tbody tr td {
    vertical-align: top;
  }*/

  .right-panel-flexi-active {
    position: fixed;
    top: 65px;
    right: 0;
    width: 300px;
    min-width: 300px;
    height: calc(100vh - 65px);
    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_events_panel .right-panel-flexi-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .left-panel-flexi {
    width: 316px;
  }

  .main-content-flexi {
    width: calc(100% - 316px);
  }

  .event_button {
    display: block;
    padding: 10px 10px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: var(--eq-white);
    font-size: 16px;
    line-height: 11px;
    color: var(--eq-darker-grey);
    text-decoration: none;
    border: 1px solid #d6d6d6;
  }

  .selcttion_search {
    min-width: 192px;
  }

  .ipad-events {
    display: block;
    float: right;
  }
  .event_button_wrap {
    display: block;
  }
  .sidebar_title {
    display: inline-block;
  }
  .timeline_inner_header_right_content {
    align-items: end !important;
    justify-content: end;
  }

  a:focus,
  a:hover {
    color: #000;
  }

  .table.wishlist_table th:last-child,
  .table.wishlist_table td:last-child {
    position: sticky;
    right: 0;
    background-color: #ffffff;
    color: #373737;
    top: 0;
    z-index: 9;
    width: 95px;
  }
}

@media (min-width: 991px) {
  .desktop_hide {
    display: none;
  }
}

@media (max-width: 1250px) {
  #all-companies-tab {
    padding: 8px 6px;
  }
  .timeline_filter_btn {
    padding: 10px 4px 10px 10px;
    font-size: 0;
  }

  .full_content {
    height: calc(100vh - 130px);
  }
  .full_content .wishlist_conty {
    height: calc(100% - 60px);
  }
}

@media (max-width: 991px) {
  .box-col-text p {
    margin-top: 1px;
    white-space: nowrap;
  }
  .card-header-icon {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .c_title {
    width: 100%;
  }
  .p-40 {
    padding: 40px;
  }
  .wishlist_conty {
    overflow-y: hidden !important;
  }
  .sidebar_menu {
    display: none;
  }
  .ipad-events {
    display: none;
  }
  .event_button_wrap {
    display: none;
  }
}

/* Mobile-first adjustments */
@media (max-width: 991px) {
  .mobile_hide {
    display: none !important;
  }
  .mobile_show {
    display: block;
  }
  .mobile_show_deal {
    display: table-cell;
  }
  .ws-no-wrap {
    display: none;
  }
  .bg-image {
    display: none;
  }
  .mobile_two_column_wrapper {
    display: block;
  }

  body {
    background-color: #fff;
    display: block !important;
    overflow: visible !important;
  }
  body:after {
    background-color: var(--eq-darker-grey);
    content: "";
    display: block;
    width: 100%;
    height: 280px;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .form_box_column {
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .form_default_box {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 !important;
    background-color: #191b29;
  }
  .form_box {
    min-height: 500px;
    height: 100%;
    padding: 0px !important;
  }
  .form_box form {
    height: calc(100% - 160px);
    background-color: #e5e9f0;
    padding: 15px;
    border-radius: 30px 30px 0 0;
  }
  .mobile_top_header {
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m_form_header_text {
    color: #c6c9db;
  }
  .form-control {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #999999;
    outline: none;
  }
  .default_btn_custom {
    border-radius: 50px;
  }

  .wishlist_performance {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .wishlist_table_block {
    overflow-x: scroll;
    overflow-y: auto !important;
    height: calc(100vh - 130px);
  }

  /*-------------------------------------------------------*/

  .mobile_two_column_wrapper {
    padding: 10px;
    padding-top: 60px;
  }
  .col_box_inner {
    padding: 10px 5px 5px;
    border-radius: 10px;
    background-color: #2e3040;
  }
  .top_info_box_title {
    font-size: 12px;
    color: #8a8c98;
  }
  .top_info_box {
    min-height: 65px;
  }

  /*--------------------------------------------------------*/
  .content.content_timeline {
    background-color: #e5e9f0;
    border-radius: 30px 30px 0 0;
    margin-top: 0;
    width: 100%;
  }
  .content.content_gen {
    margin-top: 4rem;
    padding: 0px;
    margin-left: 0px;
    width: 100%;
    overflow: unset;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #191b29;
    padding: 0.9rem;
    border-bottom: 0px solid #dee2e6;
    margin-left: 0;
  }
  .header_user_dropdown {
    display: none;
  }
  .page_header_title {
    color: #ffffff;
  }
  .nav_notifications_menu {
    display: block;
  }
  .header_search .form-control {
    width: 26px;
    padding-left: 20px;
    background-color: transparent;
    border: 0px solid #c7c7c7;
  }
  .sidebar {
    background-color: #ffffff !important;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    z-index: 210;
    border-top: 1px solid #dedede;
  }
  .sm_sidebar_logo_wrap {
    display: none;
  }
  .flex-column {
    flex-direction: row !important;
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .settings_bottom_icon {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 31%;
    right: 0;
    justify-content: end;
    display: none;
  }
  .settings_bottom_icon .nav-item {
    width: auto;
  }
  .feedback_bottom_icon {
    display: none;
  }
  .feedback_bottom_icon .nav-item {
    width: auto;
  }
  .content {
    display: flex;
    flex: 1;
    margin-top: 4rem;
    overflow-y: hidden;
    margin-left: 0;
    width: calc(100% - 0px);
  }
  .left-panel,
  .right-panel {
    display: none;
  }
  .main-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* height: calc(100vh - 225px);*/ /* it is closed due to check the topnav sticky moveable */
    height: auto;
    margin-bottom: 60px;
  }

  .sidebar .nav-link {
    padding: 37px 10px 5px;
    font-size: 11px;
    color: #999999;
  }
  .timeline_menu {
    background: url("../img/mobile-icon/timelineicon.png");
    background-position: center 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .watchlist_menu {
    background: url("../img/mobile-icon/watchlist.png");
    background-position: center 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .notifications_menu {
    background: url("../img/mobile-icon/notifications.png");
    background-position: center 12px;
    background-size: 16px 20px;
    background-repeat: no-repeat;
  }
  .Profile_menu {
    background: url("../img/mobile-icon/profile.png");
    background-position: center 12px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }

  .deal_menu {
    background: url("../img/mobile-icon/deal.png");
    background-position: center 12px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }

  .sidebar .nav-link.timeline_menu.active {
    background: url("../img/mobile-icon/timelineicon_active.png");
    background-position: center 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #41aa05;
    border-bottom: 0px solid var(--eq-green);
  }

  .sidebar .nav-link.deal_menu.active {
    background: url("../img/mobile-icon/deal_active.png");
    background-position: center 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #41aa05;
    border-bottom: 0px solid var(--eq-green);
  }
  .sidebar .nav-link.watchlist_menu.active {
    background: url("../img/mobile-icon/watchlist_active.png");
    background-position: center 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #41aa05;
    border-bottom: 0px solid var(--eq-green);
  }
  .sidebar .nav-link.notifications_menu.active {
    background: url("../img/mobile-icon/notifications_active.png");
    background-position: center 12px;
    background-size: 16px 20px;
    background-repeat: no-repeat;
    color: #41aa05;
    border-bottom: 0px solid var(--eq-green);
  }
  .sidebar .nav-link.Profile_menu.active {
    background: url("../img/mobile-icon/profile_active.png");
    background-position: center 12px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    color: #41aa05;
    border-bottom: 0px solid var(--eq-green);
  }

  /*div#all-companies {
      height: auto !important;
  }*/

  .timeline_inner_header {
    flex-direction: column;
    background-color: #e0e6f0;
    padding-bottom: 10px;
    position: static;
  }
  .timeline_main_post_tab {
    width: 100%;
    border-bottom: 1px solid #d6d8dc;
  }
  .timeline_main_post_tab li.nav-item {
    width: 33%;
  }
  .deal_conty_right .timeline_main_post_tab li.nav-item {
    width: 50%;
  }
  .timeline_inner_header_right_content {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .timeline_inner_header_right_content .header_search {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
  .timeline_inner_header_right_content .header_search .form-control {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding-left: 40px;
  }
  #all-companies-tab {
    border-radius: 0;
    border-right: 0px;
    border: 0px;
    background-color: transparent;
    width: 100%;
  }
  #following-tab {
    border-radius: 0;
    border: 0px;
    background-color: transparent;
    width: 100%;
  }
  .timeline_main_post_tab .nav-item .nav-link.active {
    color: var(--eq-green);
    border-bottom: 2px solid var(--eq-green) !important;
    font-weight: bold;
  }
  .timeline_filter_btn_wrap {
    /*position: absolute;
    right: 0px;*/
    margin-left: auto;
  }
  .timeline_filter_btn {
    background-color: transparent;
    font-size: 0px !important;
    border: 0px solid #d6d6d6;
  }
  .details_right_panel {
    width: 320px;
  }
  .header_plus_btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../img/plus-circle.svg");
    /*    background: url("../img/plus-circle.png");*/
    background-position: center center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-right: 20px;
  }

  .header_logout {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../img/logout.svg");
    background-position: center center;
    background-size: 20px 21px;
    background-repeat: no-repeat;
    /*    margin-right: 20px;*/
  }

  .stock-box {
    height: 65px;
  }

  .stock-box.stock-box-mobile-view > .stock-content > div:last-child {
    flex-direction: column !important;
    text-align: center;
    padding-top: 1px !important;
  }

  .stock-box.stock-box-mobile-view > .stock-content > div:first-child {
    justify-content: center;
    margin-bottom: 0px !important;
  }

  .stock-box .symbol_title {
    font-size: 12px;
  }
  .table.wishlist_table.table.price_table tr td {
    border-bottom: 1px solid #ccc;
  }

  .table.wishlist_table.table.performance_table tr td {
    border-bottom: 1px solid #ccc;
  }

  .table.wishlist_table.table.calender_table tr td {
    border-bottom: 1px solid #ccc;
  }

  .psh_left_nav_ar {
    /* overflow-x: scroll; */ /* added for dropdown */
    width: 100%; /* added for dropdown */
    z-index: 9999; /* added for dropdown */
  }
  .psh_left_nav {
    display: flex;
  }

  .selcttion_search_watchlist {
    min-width: calc(100vw - 87px) !important;
  }
  .timeline_height_mobile {
    height: 800px !important;
  }

  .timeline_watchlist_ipad {
    border-radius: 5px !important;
  }

  .trade_table_ui_wrapper {
    width: 100%;
    height: 700px !important;
    overflow-y: scroll;
  }

  .trade_table_header,
  .trade_table_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc; /* Adds border around each row */
    border-radius: 5px; /* Optional: Rounded corners */
    background: white;
    margin-bottom: 4px; /* Space between rows */
  }

  .trade_table thead tr,
  .trade_table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc; /* Adds border around each row */
    border-radius: 5px; /* Optional: Rounded corners */
    background: white;
    margin-bottom: 4px; /* Space between rows */
  }

  .th-big {
    width: 40%;
  }
  .th-small {
    width: 20%;
  }

  .trade_table_header {
    font-weight: bold;
    background: #f8f9fa; /* Light background for header */
  }

  .trade_table_cell {
    flex: 1;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: var(--eq-darker-grey);
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
  }

  .trade_table_cell:first-child {
    flex: 2; /* This makes the first column 2x wider than the others */
  }

  .table-cell-right {
    text-align: right;
  }

  .color_green {
    color: green;
  }

  .color_red {
    color: red;
  }

  /* Skeleton Loader */
  .skeleton {
    background: #ddd;
    height: 20px;
    border-radius: 4px;
    width: 80%;
  }

  .table-head-txt-right {
    text-align: right !important;
  }

  .sidebar_header {
    padding-top: 10px;
  }

  /* Sticky Header */
  .sticky-header {
    position: sticky;
    top: 65px; /* Sticks at the top of the scrolling container */
    background-color: white;
    z-index: 1050;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }

  /*-----------------------------------------------------------------*/

  .pshp_nav_list {
    display: flex;
    justify-content: space-between;
  }
  .pshp_nav_list li a {
    font-size: 13px;
    padding: 5px 18px;
  }

  /*------------------------------------------------------------------*/

  ul.m_watchlist_accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  ul.m_watchlist_accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 0px;
    margin: 0 auto 5px auto;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  ul.m_watchlist_accordion-list li .mWatchlist_acc_list {
    color: #191b29;
    background-color: #ffffff;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 20px 7px 30px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.05rem;
    border-bottom: 0px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
  }
  .mWatchlist_acc_list table.trade_table {
  }
  .mWatchlist_acc_list .trade_table tbody tr,
  .answer .trade_table tbody tr {
    border-bottom: 0px solid #f8f9fa;
  }
  .mWatchlist_acc_list .trade_table tbody tr td {
    vertical-align: middle;
  }
  ul.m_watchlist_accordion-list li .mWatchlist_acc_list:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    left: 12px;
    top: 12px;
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    font-size: 18px;
  }
  ul.m_watchlist_accordion-list li .mWatchlist_acc_list.active:after {
    content: "\f106";
  }
  ul.m_watchlist_accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 20px;
  }
  .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;
  }
  .mWatchlist_actions {
    position: absolute;
    right: 2px;
    top: 7px;
    z-index: 9;
    padding: 10px;
    width: 30px;
    height: 30px;
  }
  .mWatchlist_actions_tooltip_wrap {
    width: 250px;
    z-index: 10;
  }
  .mWatchlist_actions_tooltip_wrap a {
    position: relative;
  }
  .mail_notification_switch {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .whatsapp_notification_switch {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .mPage_sub_header_wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .mPage_sub_header_wrapper .psh_left {
    padding: 0 0.9rem;
  }
  .mPage_sub_header_wrapper .align_items_center {
    align-items: center;
  }
  .create_new_watchlist_btn_mobile .header_plus_btn {
    display: block;
  }
  .mPage_sub_header_wrapper .psh_right_dot_ar {
    margin-left: auto;
  }
  .psh_right_dot:hover {
    color: var(--eq-white);
  }
  .psh_left_nav li a {
    background-color: #2e3040;
    border: 1px solid #191b29;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 15px;
    color: #757781;
    text-decoration: none;
    border-radius: 30px;
  }
  .content.content_gen.watchlist_conent_start {
    margin-top: 1rem;
    min-height: auto;
  }
  .content.content_alt.watchlist_conent_start {
    min-height: calc(100dvh - (4rem + 55px));
    padding-bottom: 60px;
  }
  .wishlist_conty_header_left {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  ul.wishlist_conty_inner_link {
    display: flex;
    justify-content: space-between;
  }
  .wishlist_conty_header {
    /*    position: sticky;*/
    top: 57px;
    /*    z-index: 999;  changed for select watchlist overlap*/
    z-index: 11;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .wishlist_conty_block {
    margin-top: 5px;
  }

  .wishlist_table_block {
    max-height: none;
    margin-bottom: 80px;
  }

  .full_content .wishlist_conty {
    height: calc(100% - 65px);
    overflow-y: unset !important;
  }

  .pshp_hb_mob_heading {
    color: #fff;
    font-size: 14px;
  }

  .pshp_hb_mob {
    padding: 0 0.9rem;
  }
  .profile_follows_block_mobile {
    height: calc(100vh - 250px);
    overflow-y: auto;
    padding: 20px 0.9rem;
    background: #fff;
  }

  .timeline_post_list.timeline_post_mobile {
    border: 1px solid #ccc;
  }

  .sidepanel_tooltip_action_wrap {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .timeline_mobile_refresh_button_wrap {
    /*position: absolute;
      right: 50px;*/
    margin-left: auto;
    position: relative;
    left: 20px;
  }

  .default_btn_custom:hover {
    border-radius: 50px;
    background-color: var(--eq-green) !important;
    border: 1px solid var(--eq-green);
  }

  /*============================================*/
  .btn_mobile_black {
    background: #2e3040;
    color: var(--eq-white);
    border-radius: 50px;
    padding: 0.9rem 5rem;
    margin-top: 5px;
  }
  .text-link.text_link_mobile {
    color: #191b29;
    font-weight: 500;
    text-decoration: underline;
  }

  .mobile_fixed_bot {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0.9;
    padding: 0 15px;
  }
  .btn_fixed_bottom {
    background: #ccd4e1;
    width: 100%;
    display: block;
    border-radius: 50px;
    padding: 0.8rem 1rem;
    margin-top: 5px;
    color: #191b29;
  }
  .content.content_alt {
    /* min-height: calc(100dvh - (4rem + 55px)); */
    min-height: 100%;
    padding-bottom: 60px;
    width: 100%;
  }
  .profile_img_header {
    flex-direction: column;
  }
  .pshp_sub_nav_list li a {
    font-size: 13px;
    padding: 5px 18px;
  }
  .refresh_icon {
    display: none !important;
  }

  .selcttion_search {
    font-size: 18px;
    display: inline-block;
    max-width: 300px; /* Adjust width as needed */
    /*    min-width: 270px;*/
    min-width: calc(100vw - 60px);
  }
  .css-h5zezn-control {
    border-radius: 20px !important;
  }

  .sidebar_heading {
    position: relative;
    /*    padding: 12px 0;*/
    padding: 0px;
    /*    margin: 10px;*/
    margin: 0 10px 10px 10px;
  }

  .sidepanel_dots_action {
    top: 0px;
    /*left: 15px;
    right: unset;*/
  }

  .table_ui_wrapper {
    height: 700px !important;
    overflow-y: scroll;
  }
  .timeline_thead {
    top: 0px;
  }
  .timeline_modal_bottom {
    padding: 20px;
    padding-top: 0px;
  }

  .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 {
    height: calc(100% - 160px);
    background-color: #e5e9f0;
    padding: 15px;
    padding-top: 30px;
    border-radius: 30px 30px 0 0;
    height: 100%;
  }
  .form_box_form_container {
    background-color: #e5e9f0;
  }
  .login-page-box {
    max-width: 100%;
  }
  .login-page-padding {
    padding: 0px 0;
    margin: 0px 0px;
  }
  .mobile {
    color: #ffffff !important;
  }
  .mobile-logo {
    display: block !important;
    width: 100%;
    padding-top: 50px;
  }
  .desktop-logo {
    display: none !important;
  }
  .back_arrow {
    color: #fffffffc;
    font-size: 30px;
    top: 50%;
    margin-top: -23px;
    left: 15px;
  }

  .psh_left_nav li a:hover,
  .psh_left_nav li a.current {
    background-color: var(--eq-green) !important;
    color: var(--eq-white) !important;
  }
  .psh_left_nav li {
    background-color: transparent !important;
    margin: 0px 0 !important;
    margin-bottom: 0px !important;
    display: flex;
    white-space: nowrap;
  }
  .psh_left_nav li a {
    margin: 5px;
    padding: 8px 15px;
  }

  .wishlist_conty_block.current {
    background: #fff;
    padding-top: 0px;
    border-radius: 20px;
  }

  .psh_right_dot_pop_block {
    z-index: 12;
  }

  .psh_right {
    padding: 15px;
  }
  /*============================================*/
}

@media (max-width: 767px) {
  .profile_heading {
    font-size: 16px;
  }
  .tooltipCon {
    left: 50% !important;
    top: 50% !important;
    margin-top: -155px !important;
    margin-left: -125px !important;
  }

  .title_span {
    max-width: 75%;
    display: inline-block;
    vertical-align: middle;
  }

  .fil-main {
    height: calc(100vh - 51px);
  }
  .pb-220 {
    padding-bottom: 0px !important;
  }
  .div-h200 {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .full_content .wishlist_conty {
    /*    height: calc(100% - 120px);*/
    height: calc(100% - 65px);
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .form_box form {
    padding: 15px 20%;
  }
  .mobile-logo {
    padding-top: 100px;
  }

  .p-40 {
    padding: 65px;
  }
}

.dropdown_mobile {
  /* width: 100%;
  font-family: "Helvetica", sans-serif;
  font-weight: 300; */
}
@media (min-width: 768px) {
  .dropdown_mobile {
    width: 500px;
  }
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
  opacity: 1;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown__filter {
  position: relative;
  display: flex;
  padding: 12px 20px;
  color: #fff;
  background-color: #2e3040;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.3s;
  list-style: none;
  margin: 0;
}
.dropdown__filter:focus {
  outline: none;
}
.dropdown__filter::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.3s ease-in-out;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 18px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #191b29;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.5);
}
.dropdown__select-option {
  padding: 12px 20px;
  background-color: #fff;
  border-bottom: 1px solid #d6d8dc;
  transition: 0.3s;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #2bba08;
  color: #fff;
}

/*.default_btn_custom:hover {
    border-radius: 50px;
    background-color: var(--eq-green) !important;
    border: 1px solid var(--eq-green);
}*/

table.wishlist_table.table.price_table tr {
  background-color: var(--eq-white);
  border-radius: 5px;
  border-bottom: 4px solid #f8f9fa;
}

table.wishlist_table.table.performance_table tr {
  background-color: var(--eq-white);
  border-radius: 5px;
  border-bottom: 4px solid #f8f9fa;
}

table.wishlist_table.table.calender_table tr {
  background-color: var(--eq-white);
  border-radius: 5px;
  border-bottom: 4px solid #f8f9fa;
}

/* .dropdown__filter-selected.selected, */
.dropdown__select-option.selected {
  background-color: #2bba08; /* Example color */
  color: #fff;
}

@media (max-width: 360px) {
  .mobile-home-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wishlist_conty_inner_link li a {
    padding: 5px 10px;
  }

  .pshp_nav_list li a {
    padding: 5px 12px;
  }

  .pshp_sub_nav_list li a {
    padding: 5px 12px;
  }

  .title_span {
    vertical-align: top;
  }
  .stock-box {
    height: 65px;
  }
  .timeline_mobile_refresh_button_wrap {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .deal_conty {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dddddf;
    position: relative;
    flex-wrap: wrap;
  }
  .deal_conty_nav {
    order: 2;
  }

  .deal_conty_right {
    display: flex;
    align-items: center;
    gap: 16px;
    position: static;
    right: 0;
    top: 0;
    order: 1;
    width: 100%;
    background-color: #313449;
    padding: 0px 10px;
  }
  .deal_list_conty_block {
    display: none;
    margin-top: 0;
  }
  button#all-companies-tab.nav-link.active_tab {
    color: var(--eq-green);
    border-bottom: 3px solid var(--eq-green);
    border-radius: 0 !important;
    background: none !important;
  }
  button#all-companies-tab2 {
    border: 0px;
  }
  button#all-companies-tab2.nav-link.active_tab {
    color: var(--eq-green);
    border-bottom: 3px solid var(--eq-green);
    border-radius: 0 !important;
    background: none !important;
  }
  a.timeline_filter_btn {
    padding: 8px;
  }
  .timeline_filter_btn img {
    display: inline-block;
    margin-right: 0;
  }
  table.table.deal_full_table {
    table-layout: fixed;
  }
  .table thead th,
  .table thead td {
    z-index: 1;
  }
  .deal_full_table th:nth-child(2),
  .deal_full_table td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #ffffff;
    color: #373737;
    top: 0;
    z-index: 9;
    width: 140px;
    padding-left: 10px !important;
  }

  .insider-participant-name {
    width: 180px !important;
  }
  .insider-participant-type {
    width: 150px !important;
  }
  /* .deal_full_table th:nth-child(2),
  .deal_full_table td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 90px;
    background-color: #ffffff;
    color: #373737;
    top: 0;
    z-index: 9;
    width: 140px;
    padding-left: 10px !important;
  } */
  .deal_full_table th:nth-child(2) {
    z-index: 10;
  }
  /* .deal_full_table th:nth-child(2) {
    z-index: 10;
  } */
  table.deal_full_table thead tr {
    background-color: var(--eq-white);
    border-radius: 5px;
    border-bottom: 4px solid #f8f9fa;
  }

  .deals_prof_section_text_heading {
    color: white;
    font-size: large;
  }
  .timeline_filter_btn {
    background-color: white;
  }

  .new-row {
    animation: none !important;
  }
  .new-row2 {
    animation: none !important;
  }

  .phone-input-wrapper .PhoneInputCountry {
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 5px;
    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: 30px;
    background: transparent;
  }

  .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;
    background-color: transparent
    
  }
  .inphone-input-right:focus{
    background-color: #fff;
  }
  .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;
   
  }
  .inphone-input-right.active {
    background-color: #fff; /* or any highlight */
    border-color: #08aa00;
  }

}

/* Mobile only (phones) */
@media (max-width: 767px) {
  .mobile_only_hide {
    display: none !important;
  }
  .mobile_show_flex {
    display: flex !important;
  }
  .mobile_me_0 {
    margin-right: 0 !important;
  }
  .mobile_me_1 {
    margin-right: 0.25rem !important;
  }
  .d-flex.flex-column.align-items-end {
    padding-right: 0 !important;
  }
}
