.mybody {
  margin-left: 0;
  margin-right: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  background: inherit;
  z-index: 16;
}

.tl-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.tl-container aside.left {
  position: fixed;
  width: 273px;
  top: 106px;
  left: 0;
  z-index: 10;
  height: calc(100vh - 106px);
  border-right: 1px solid #dee2e6;
  font-size: 12.5px;
}

.tl-container aside .label-dark,
#keyword-search-block .label-dark {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.tl-container aside .filters-container {
  height: calc(100% - 70px);
  overflow: auto;
  padding: 0rem 1rem 5rem 2.1rem;
}

.tl-container aside .filters-container ul {
  padding-left: 1rem;
}

.tl-container main {
  padding-top: 3rem;
  padding-left: 2rem;
  min-width: 840px;
  margin-left: 273px;
}

.tl .title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: normal;
  margin-bottom: 0;
}

.tl .filters-block {
  background: #fff;
  width: 100%;
  height: 50px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  display: none;
  align-items: center;
  justify-content: flex-start;
}

.tl .filters-block-mu- {
  display: none;
}

.tl .filters-block .filter {
  color: #808080;
  padding: 0 1rem;
  cursor: pointer;
}

.tl .filters-block .filter::after {
  content: "\f107";
  font-family: "Fontawesome";
  padding-left: 4px;
  vertical-align: middle;
}

.tl aside .search,
.tl .filters-block .search,
#keyword-search-block .search,
.tl aside .search-panel {
  position: relative;
  font-size: 0.8rem;
}

.tl .filters-block .search {
  left: 1rem;
}

.tl aside .search input,
.tl .filters-block .search input,
.tl aside .search-panel input {
  padding: 0.5em 1.5em 0.5em 2.2em;
  border: 1px solid #c6cbd0;
  border-radius: 5px;
  width: 100%;
}

.tl .filters-block .search input:focus,
.tl aside .search input:focus,
#keyword-search-block .search input:focus,
.tl aside .search-panel input:focus {
  outline: none;
}

.tl .filters-block .search .icon,
.tl aside .search .icon,
#keyword-search-block .search .icon,
.tl aside .search-panel .icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c6cbd0;
  font-size: 1rem;
}

.tl .filters-block .search .icon {
  left: 1.6rem;
  font-size: 0.8rem;
}

.tl .filters-block .search .fa-times,
.tl aside .search .fa-times,
#keyword-search-block .search .fa-times,
.tl aside .search-panel .fa-times {
  color: #c6cbd0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tl aside .search .fa-times,
.tl aside .search-panel .fa-times {
  font-size: 1rem;
}

table.tl {
  width: 100%;
  font-size: 1rem;
}

table.tl > tbody > tr {
  font-size: 1rem;
  border-bottom: 1px dotted #dad9d9;
}

table.tl > tbody > tr:not([class^="row-group"]) {
  position: relative;
  transform: translate(0);
}

table.tl .company {
  font-size: 0.83em;
  text-align: left;
  font-weight: 500;
  width: 200px;
  max-width: 300px;
  padding: 5px 16px;
  padding-top: 10px;
  vertical-align: top;
  letter-spacing: normal;
}

table.tl .company .fa-lock {
  position: absolute;
  top: -6px;
  font-size: 10px;
  right: -8px;
  color: #ffc107;
}

table.tl .company .small {
  color: #939393;
  margin-left: 2px;
  font-size: 0.7em;
}

table.tl .company .small:hover {
  border-bottom: dotted 1px;
}

table.tl .company .comp-link {
  color: #000;
}

table.tl .company .comp-link:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

table.tl .event {
  font-size: 0.66em;
  letter-spacing: normal;
  color: #717171;
  font-weight: 500;
  width: 300px;
  max-width: 300px;
  padding: 5px 16px;
  font-family: "Inter", sans-serif;
  padding-bottom: 0;
  padding-top: 10px;
  line-height: 1.7rem;
}

table.tl .content {
  font-size: 0.7375em;
  color: #363636;
  padding: 5px 16px;
  padding-bottom: 16px;
}

table.tl .timestamp {
  font-size: 0.6em;
  color: #5f5f5f;
  max-width: 155px;
  position: absolute;
  top: 14px;
  right: 0;
}

table.tl .row-group {
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2rem;
  background: #fff;
  position: sticky;
  z-index: 4;
}

table.tl tr.no-data {
  border-bottom: none !important;
}

table.tl tr.no-data td {
  text-align: center;
  text-transform: capitalize;
  padding: 3rem;
  color: #808080;
}

.load-more.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 5rem;
}

.load-more button {
  background: none;
  font-size: 0.7rem;
  padding: 0.3rem 0.9rem;
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
  text-transform: uppercase;
  font-weight: 600;
}

.load-more button:focus {
  outline: none;
}

/* filters dropdown */

.popover-body {
  padding: 1rem 0.6rem;
}

.checkbox-container {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 21px;
  cursor: pointer;
  text-transform: capitalize;
  @media (max-width: 650px) {
    font-size: 12.5px;
  }
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: solid 1px #777;
  border-radius: 2px;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #000;
}

.checkbox-container input:indeterminate ~ .checkmark {
  background-color: #000;
}

.checkbox-container input:indeterminate ~ .checkmark::after {
  content: "";
  width: 5px;
  height: 1.2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.checkbox-container input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.5px;
  width: 3.5px;
  height: 7px;
  border: solid white;
  border-width: 0 1.4px 1.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown.vertical-scroll {
  height: 160px;
  overflow: auto;
  min-width: 200px;
  -ms-overflow-style: initial;
  /* IE and Edge */
  scrollbar-width: thin;
  /* Firefox */
}

.dropdown.vertical-scroll::-webkit-scrollbar {
  display: block;
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.tl-head {
  position: fixed;
  background: #fff;
  z-index: 8;
  left: 273px;
  top: 98px !important;
  width: calc(100% - 240px - 273px);
}

.tl-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.tl-table.container {
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.tl .filters {
  display: flex;
}

/* table content loader */

@keyframes loader1 {
  0% {
    background-position: 100% 0;
  }
  60%,
  100% {
    background-position: 0% 0;
  }
}

@keyframes loader2 {
  0%,
  30% {
    background-position: 100% 0;
  }
  65%,
  100% {
    background-position: 0% 0;
  }
}

@keyframes loader3 {
  0%,
  25% {
    background-position: 100% 0;
  }
  95%,
  100% {
    background-position: 0% 0;
  }
}

@keyframes loader4 {
  0%,
  65% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}

.table-loader {
  width: 100%;
  table-layout: fixed;
}

.loader-line {
  width: 94%;
  height: 0.8rem;
  border-radius: 0.5rem;
  margin: 0.5rem 3%;
  background: #f6f7f8;
  background: linear-gradient(to right, #f3f3f3 2%, #e9e9e9 16%, #f3f3f3 38%);
  background-size: 2000px;
  overflow: hidden;
}

.loader-line.sm {
  width: 110px;
}

.loader-line.sm.left {
  width: 140px;
}

.loader-line.sm.right {
  position: absolute;
  top: 0;
  right: 0;
}

.table-loader .column-1 {
  width: 200px;
  vertical-align: top;
}

.column-1 .loader-line {
  animation: loader1 1s infinite ease-in-out;
}

.column-2 .loader-line {
  animation: loader2 1s infinite ease-in-out;
}

.column-3 .loader-line {
  animation: loader3 1s infinite ease-in-out;
}

.column-4 .loader-line {
  animation: loader4 1s infinite ease-in-out;
}

.table-loader .column-2 {
  width: 200px;
  vertical-align: top;
}

.table-loader .column-4 {
  width: 120px;
  vertical-align: top;
}

table.tl .subheader {
  position: relative;
  background: #f7f7f7;
  line-height: 1.3rem;
}

table.tl .subheader.fixed {
  position: fixed;
  /* top: 159px; */
  box-sizing: border-box;
  z-index: 2;
  border-bottom: 1px dotted #dad9d9;
  width: calc(90% - 48px);
  max-width: 760px;
}

table.tl .subheader.fixed.absolute {
  position: absolute;
}

/* row expand collapse */

.fa.expcol {
  color: #939393;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 3px;
}

td.content .small {
  color: #939393;
  margin-left: 0.5rem;
}

td.content .expand {
  color: #337ab7;
  font-size: 0.75em;
  letter-spacing: normal;
  cursor: pointer;
  margin-left: 0.25rem;
}

td.content .content-link {
  color: #337ab7;
  border-bottom: dotted 1px;
  font-weight: 500;
  font-size: 13px;
}

td.content a:hover {
  text-decoration: none;
}

td.company.expandable {
  display: flex;
  align-items: center;
}

/* header */

.nav-filter {
  align-self: center;
  padding-right: 0.5rem;
}

.head-main {
  height: 58px;
  background: #fff;
}

.content strong {
  font-weight: 600;
  font-size: 0.93em;
}

.arrow-increase::after {
  content: "\f176";
  font-family: "Fontawesome";
}

.arrow-decrease::after {
  content: "\f175";
  font-family: "Fontawesome";
}

.color-decrease {
  color: #ff433e;
}

.color-increase {
  color: #1ece93;
}

.show-more,
.show-less {
  color: #7f7e7e;
  border-bottom: dotted 0.6px #7f7e7e;
  margin-left: 4px;
  font-size: 0.9em;
  cursor: pointer;
}

.show-more:hover,
.show-less:hover {
  color: #2b2929;
}

/* updates section */

.tl-updates {
  height: calc(100vh - 200px);
  min-width: 240px;
  margin: 1.6rem;
  margin-left: auto;
  position: sticky;
  top: 170px;
}

.tl-head .subtabs {
  margin-top: 1.45rem;
  padding-left: 1rem;
}

.tl-head .subtabs li {
  display: inline-block;
  font-size: 13px;
  margin-right: 2rem;
  color: #495057;
  letter-spacing: normal;
  cursor: pointer;
  padding-bottom: 0.3rem;
}

.tl-head .subtabs li.active {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #ffc107;
}

/* qtly results and shareholding inner table */
.inner-table {
  max-width: 700px;
  width: 100%;
  table-layout: fixed;
  font-size: 0.953em;
}

.inner-table tr {
  border-bottom: 1px dotted #dad9d9;
}

.inner-table th {
  background-color: #f7f7f7;
  font-weight: 500;
  width: 90px;
}

.inner-table th,
.inner-table td {
  text-align: right;
  padding: 4px 6px;
}

.inner-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.inner-table th:first-child {
  width: 108px;
}

.inner-table th:nth-child(3),
.inner-table td:nth-child(3) {
  border-right: 1px dotted #dad9d9;
}

/*Updates table*/
.dict-table {
  border: 1px solid #dad9d9;
  margin-top: 4px;
  font-size: 0.93em;
}

.dict-table tr {
  border-bottom: 1px solid #dad9d9;
}

.dict-table td {
  min-width: 100px;
  padding: 4px 8px;
}

.dict-table td.column-1 {
  border-right: 1px solid #dad9d9;
  font-weight: 600;
  width: 200px;
  background: #f7f7f7;
}

.dict-table td.column-2 {
  border-right: 1px solid #dad9d9;
}

.dict-table td.column-3 {
  text-align: right;
}

.dict-table tr:nth-child(1) td.column-2,
.dict-table tr:nth-child(1) td.column-3 {
  background: #f7f7f7;
  font-weight: 500;
  text-align: right;
}

.dict-table tr:nth-child(2) td.column-2,
.dict-table tr:nth-child(2) td.column-3 {
  font-weight: 600;
  text-align: right;
}

.event-filters-cont {
  margin-top: 1.6rem;
}

.filters-expand {
  padding-left: 2rem;
  font-size: 12px;
  color: #939393;
  cursor: pointer;
  letter-spacing: normal;
}

.tl-body,
.tl-body.mu {
  top: 30px;
}

.footer {
  bottom: -45px;
  background: #fff;
  z-index: 10;
}

.head-nav {
  white-space: nowrap;
}

.scrollTop-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 80px;
  right: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 12;
  transition: all 0.6s ease-in-out;
  padding: 6px 12px;
  font-weight: 400;
  border: solid 1px transparent;
  border-radius: 4px;
  cursor: pointer;
}

/* filters block */
.checkbox-container + .exp-icon {
  color: #717171;
  position: absolute;
  right: 0;
  font-size: 1.1rem;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  width: 3rem;
  line-height: inherit;
  text-align: center;
}

/*news event*/
td.content .news .link-cont {
  margin-bottom: 0.55rem;
}

td.content .news .source {
  font-size: 0.9em;
}

td.content .news .source span {
  margin-right: 3px;
}

td.content .news .source strong {
  font-weight: 600;
  font-size: 1em;
}

.news-card {
  max-width: 470px;
  border: solid 1px #cfd9de;
  border-radius: 12px;
  padding: 1rem;
}

.news-card a {
  color: inherit;
}

.news-card p {
  font-size: 12px;
  line-height: 1rem;
  margin-top: 0.5rem;
}

.news-card img {
  margin-top: 0.5rem;
  width: 100%;
}

td.company .companies-popover {
  font-size: 0.9em;
  cursor: help;
  white-space: nowrap;
}

/* daterange filter */
#datepicker {
  position: fixed;
  display: flex;
  z-index: 12;
  border: 1px solid #c6cbd0;
  background: #fff;
}

#date-range {
  font-size: 12px;
  width: 100%;
  border: 1px solid #c6cbd0;
  border-radius: 5px;
  padding: 4px 8px;
  background: inherit;
  cursor: pointer;
}

#datepicker .br {
  border-right: 1px solid #c6cbd0;
}

.datepicker {
  font-size: 10px;
  padding: 6px;
}

.datepicker-head {
  background: #f8f8f8;
  text-transform: uppercase;
  text-align: center;
  font-size: 7px;
  letter-spacing: normal;
  color: #a0a0a0;
  line-height: 1.4rem;
  font-weight: 600;
}

/* mcap filter - slider */
#mcap-slider {
  margin: 0 12px;
}

#mcap-slider.ui-slider-horizontal {
  height: 0.4em;
  border-radius: 0.2em;
  border: solid 0.5px #c5c5c5;
}

.mcap-slider.ui-slider-handle {
  border-radius: 99%;
  background: inherit;
  border: 1px solid #c5c5c5;
  height: 1em;
  width: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.mcap-slider.ui-slider-handle.ui-state-focus {
  outline: none;
}

.mcap-selected-range {
  background: #212529;
}

.mcap-inputs {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 12px;
}

.mcap-inputs .mcap-start,
.mcap-inputs .mcap-end {
  width: 44%;
}

.mcap-inputs input {
  width: 100%;
  border: 1px solid #c6cbd0;
  text-align: right;
  border-radius: 5px;
  padding: 4px 8px;
}

.mcap-inputs input:focus {
  outline: none;
}

.label-dark .sub-label {
  color: #868686;
  font-size: 7px;
  letter-spacing: normal;
}

.subtabs a {
  color: inherit;
}

.subtabs a:hover {
  text-decoration: none;
}

/* upcoming results */
.tl-container aside.right {
  position: fixed;
  width: 240px;
  top: 106px;
  right: 0;
  padding: 1rem;
  z-index: 10;
  height: calc(100vh - 106px);
  border-left: 1px solid #dee2e6;
  background: #fff;
}

.tl-results {
  margin-bottom: 3rem;
}

.upcoming-results .head {
  font-size: 12px;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.upcomings {
  font-size: 16px;
}

.upcomings li {
  margin-bottom: 1rem;
  display: flex;
  padding: 6px;
}

.upcomings li.highlight {
  background: rgba(255, 193, 7, 0.15);
}

.upcomings li.no-res {
  justify-content: center;
  color: #808080;
}

.upcomings .res-date {
  font-size: 1.125em;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 500;
  width: 2em;
  min-width: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upcomings .res-date .month {
  font-size: 0.375em;
  letter-spacing: normal;
}

.upcomings .res-date .time {
  font-size: 0.4em;
  font-family: "Inter", sans-serif;
}

.upcomings .res-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: normal;
  padding-left: 0.5em;
}

.upcomings .source-link {
  align-self: flex-start;
}

.upcomings .source-link a {
  color: #717171;
}

.upcomings {
  height: 100vh;
  padding-bottom: 240px;
  overflow: auto;
}

.upcoming-events.in-tab .upcomings {
  margin-top: 1rem;
  font-size: 20px;
  height: auto;
  padding-bottom: 0;
}

.upcoming-events.in-tab .upcoming-list {
  margin-top: 1rem;
  margin-left: 1rem;
}

.upcoming-list {
  margin-bottom: 1rem;
}

.upcoming-list li {
  display: inline-block;
  margin-right: 1rem;
}

.upcoming-list label {
  vertical-align: middle;
  cursor: pointer;
}

.results-tab {
  display: none !important;
  @media (max-width: 650px) {
    font-size: 9px !important;
  }
}

main {
  width: 100%;
}

.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(233, 233, 233, 0.5);
  z-index: 99;
}

/* timline css for icra table */
.icra-table th {
  border-right: 1px solid #dad9d9;
  font-weight: 600;
  width: 200px;
  background: #f7f7f7;
  text-align: center;
}
.icra-table .column {
  border-right: 1px solid #dad9d9;
  width: 200px;
  text-align: center;
  font-weight: 500;
}

/* timeline share posts */
table.tl .timestamp .share.btn {
  font-size: 1.25em;
  color: #5f5f5f;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: normal;
}
table.tl .content {
  margin-bottom: 20px !important;
}
table.tl .fa.fa-share-alt {
  margin-left: 6px;
}
table.tl .timestamp .btn.mobile-icon-share {
  display: none;
}
table.tl .timestamp .btn.desktop-icon-share {
  display: inline-block;
  margin-bottom: 0;
  color: #8b8b8b;
  padding: 0.25rem 0.3rem;
  margin-left: 5px;
  font-size: 11px;
}

table.tl .timestamp .dropdown-menu::before {
  border-bottom: 14px solid rgba(0, 0, 0, 0.15);
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 12%; /* position */
  position: absolute;
  top: -15px;
}

.popover-body {
  font-size: 12.5px !important;
}

.popover-header {
  font-size: 12.5px !important;
}

table.tl .timestamp .dropdown-menu::after {
  border-bottom: 13px solid #ffffff;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 12%;
  position: absolute;
  top: -13px;
}
table.tl .timestamp .dropdown-item {
  padding: 8px 12px;
  font-size: 12px;
  color: #5f5f5f;
}
table.tl .timestamp .dropdown-item .fa {
  font-size: 1.25em;
  margin-right: 5px;
}
table.tl .timestamp .dropdown-menu {
  margin-left: -25px;
  box-shadow: 0px 3px 10px #00000029;
}
table.tl .timestamp .dropdown-item:active {
  background-color: #f8f9fa;
}
.pinned_events td.company.expandable {
  display: table-cell;
}
.pinned_events .fa.expcol {
  margin-left: -4px;
}
.view-detail-link {
  color: #337ab7;
  font-size: 0.75em;
  letter-spacing: normal;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  right: 0.5rem;
  line-height: 1;
  text-decoration-style: dotted !important;
}

/* pie-chart event css */
#timeline .graphout,
#pinned_events .graphout {
  width: 526px;
  min-height: 430px;
  height: 100%;
  padding: 25px;
  margin-bottom: 10px;
}
#timeline .graphout .theheadervalue2,
#pinned_events .graphout .theheadervalue2 {
  font-size: 0.9em;
  letter-spacing: normal;
  text-transform: none;
  color: #717171;
  font-weight: 500;
  padding-bottom: 0;
}
.timeline-pie-chart {
  height: 320px;
}
.historic-legend-item {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
.historic-legend-item .fa.fa-circle {
  margin-right: 6px;
}
.custom-historic-legends {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bottommenu {
  position: static;
  margin: 0;
}
#timeline .divide,
#pinned_events .divide {
  display: inline-block !important;
}

/* Market event css */
.market-box {
  border: 1px solid #c6cbd0;
  border-radius: 15px;
  padding: 20px;
  width: 48%;
  margin: 0 15px 20px 0;
}
/* .market-box-wrapper{
  width: 50%
} */
.table-title {
  color: #0f1419;
  font-weight: 600;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.metric-name {
  color: #0f1419;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: normal;
}
.metric-1d-value {
  font-size: 27px;
  line-height: 20px;
  margin-top: 16px;
  font-weight: 700;
}
.metric-1d-value span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
}
.metric-1d-value span .fa {
  font-size: 28px;
}
.market-box ol {
  padding-left: 15px;
}
.market-box ol li {
  font-size: 13px;
  margin-bottom: 12px;
  padding-left: 6px;
}
.market-box ol li > div {
  display: flex;
  justify-content: space-between;
}
.market-box ol li span {
  font-weight: 500;
}
.market-box ol li::marker {
  font-size: 12px;
}
.market-box:nth-child(2n) {
  margin-right: 0;
}
.market-indices {
  width: 104%;
}
.metric-1d-value sub {
  font-size: 18px;
  bottom: 0;
  margin-left: 4px;
}
.market-box-wrapper .top-values {
  color: #1ece93;
}
.market-box-wrapper .market-box:nth-child(2) .top-values {
  color: #ff433e;
}

/* FII/DII event css */
.fii-dii-box .table-title {
  text-align: right;
  font-size: 0.8em;
  border-bottom: 2.5px solid #000;
  font-weight: 700;
  padding: 3px 35px;
  letter-spacing: normal;
}
.fii-dii-box .table-title small {
  text-transform: none;
}
.fii-dii-box li > div {
  display: flex;
  justify-content: space-between;
}
.fii-dii-box li {
  font-size: 1.075em;
  font-weight: 600;
  border-bottom: 1px dotted #dad9d9 !important;
  padding: 5px 36px 5px 20px;
  letter-spacing: normal;
}
.fii-dii-box li:last-child {
  background: #f7f7f7;
  border: 0;
  font-weight: 700;
}
.fii-dii-box {
  width: 524px;
}

/* removing share icon for twitter events */

button.mobile-icon-share[data-category="TWITTER"],
button.dropdown-item[data-category="TWITTER"] {
  display: none !important;
}

/* new timeline layout additional css */
.timeline-title {
  border-bottom: 1px solid #dee2e6;
  padding: 0 1rem 0 2.1rem;
  height: 53px;
  align-items: center;
  display: flex;
}
.timeline-title-mob {
  display: none;
  height: 54px;
}
.tl-head > div {
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}
.keyword-search-btn {
  box-shadow: none !important;
  padding: 18px 50px 0;
  border-left: 1px solid #dee2e6;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
}
#keyword-search-block {
  transition: height 0.35s ease;
}
.keyword-search-btn[aria-expanded="false"]::after {
  content: "\f0d7";
  font-family: "Fontawesome";
}
.keyword-search-btn[aria-expanded="true"]::after {
  content: "\f0d8";
  font-family: "Fontawesome";
}
.keyword-search-company {
  margin-bottom: 1rem;
  padding: 0 50px 20px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
.radio-link {
  color: #212529;
  position: relative;
}
.radio-link label {
  margin-left: 21px;
}
.radio-link a {
  color: #212529;
}
.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.radio::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
.active .radio::before {
  background-color: #333;
}
.active .radio {
  border: 1px solid #333;
}
.radio {
  /* background-color: #333;
  */
  display: block;
  position: absolute;
  border: 1px solid #777;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 0px;
}

.tl .specific-company .search input {
  border: 0;
  border-bottom: 1px solid #c6cbd0;
  border-radius: 0;
  width: 97%;
}
.tl .specific-company .search {
  margin-left: 24px;
}
.specific-company {
  margin-top: 12px;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  cursor: pointer;
}
.tl-head {
  z-index: 15;
}
.col__chart__section g.highcharts-legend {
  display: block !important;
}
#timeline .col__chart__section,
#pinned_events .col__chart__section {
  min-height: 400px;
}
.tl .bottommenu span,
.tl span.color-decrease,
.tl span.color-increase,
.tl .intro-text {
  display: inline !important;
}

/* Portfolio-widget css */
.portfolio-lists .sub-list {
  justify-content: space-between;
}

.tl-portfolio-widget {
  width: 100%;
  max-width: 800px;
}

.tl-pf-summary-wrapper {
  margin-bottom: 42px;
  display: none;
}

.tl-portfolio-widget .main-pf-name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#tl-pf-show-hide {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 8px;
}

#tl-pf-show-hide .show-widget,
#tl-pf-show-hide .hide-widget {
  display: none;
  justify-content: center;
  align-items: center;
}

.tl-portfolio-widget .tl-pf-show-hide-text span {
  color: #2c79f7;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
}

.tl-portfolio-widget .main-pf-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px; /* 70% */
  letter-spacing: normal;
}

.tl-portfolio-widget .main-pf-name small {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: normal;
  vertical-align: bottom;
}

.tl-portfolio-widget .main-pf-icons {
  display: flex;
}

.tl-portfolio-widget .main-pf-mobile-icons {
  display: none;
}
.tl-portfolio-widget .main-pf-name-mobile {
  display: none;
}

.filter-button {
  display: none;
}

#mobile_subtabs {
  display: none;
}

#upcoming-results-mobile {
  display: none !important;
}

#upcoming-concalls-mobile {
  display: none !important;
}

.upcoming-events-switch {
  display: none;
}

/* Family */
.pf-summary-container {
  background: #000;
  box-shadow: none;
  border-radius: 8px;
  border-color: #000 !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px;
  cursor: default;
  gap: 2rem;
  position: relative;
}

.pf-redirect {
  border-radius: 0px 0px 10px 10px;
  background: #ffc008;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 100%);
  z-index: 1;
  text-align: center;
}

.pf-redirect a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px; /* 100% */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 26px;
}

.pf-redirect a:hover {
  text-decoration: none;
}

.pf-summary-container .head {
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 12px;
}

.pf-summary-container .data {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: normal;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pf-summary-container .data small {
  display: flex;
  align-items: center;
}

.pf-summary-container .data small svg {
  margin-left: 8px;
}

.pf-summary-container .data small.gain {
  color: #41af49;
}

.pf-summary-container .data small.loss {
  color: #ff423d;
}

.pf-summary-container .summary-item {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}

.pf-summary-container .net-worth {
  display: flex;
  align-items: center;
}

.pf-summary-container .net-worth .head {
  color: #b1b1b1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: normal;
  text-transform: uppercase;
}

.pf-summary-container .net-worth .data {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 100% */
  letter-spacing: normal;
  position: relative;
  padding-left: 14px;
}

.pf-summary-container .net-worth .prefix {
  font-size: 50%;
  position: absolute;
  left: 0;
  top: -5.5px;
}

.pf-summary-container .coin_stack {
  padding: 18px;
  border: solid 2px rgba(239, 239, 239, 0.25);
  border-radius: 50%;
  margin-right: 19px;
}

.pf-summary-container .gains {
  display: flex;
  align-items: center;
}

.pf-summary-container .total-gain {
  padding-right: 2rem;
  min-width: auto;
}

.pf-summary-container .todays-gain {
  padding-left: 2rem;
  border-left: solid 1px rgba(255, 255, 255, 0.24);
  min-width: auto;
}

.pf-summary-container .todays-gain .head {
  color: #fff;
}

.pf-notification-exist .tl-container aside.left,
.pf-notification-exist .tl-head {
  top: 106px !important;
}

@media (max-width: 820px) {
  .pf-summary-container {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }

  .pf-summary-container .coin_stack {
    display: none;
  }
}

@media (max-width: 720px) {
  .pf-summary-container {
    flex-direction: column;
  }

  .pf-summary-container .net-worth {
    flex: 1 0 auto;
    justify-content: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.14);
    padding-bottom: 1rem;
  }

  .pf-summary-container .net-worth .summary-item {
    align-items: center;
    margin: 0;
  }

  .pf-summary-container .gains {
    justify-content: space-between;
    width: 100%;
  }

  .pf-summary-container .total-gain {
    margin: 0;
    padding-left: 2rem;
    padding-right: 0;
  }

  .pf-summary-container .todays-gain {
    padding-left: 0;
    padding-right: 2rem;
    border-left: 0;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .pf-summary-container .net-worth .head {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
    letter-spacing: normal;
    text-transform: uppercase;
  }

  .pf-summary-container .gains .head {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
  }

  .pf-summary-container .gains .data {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: normal;
  }

  .pf-summary-container .total-gain {
    padding-left: 0;
  }

  .pf-summary-container .todays-gain {
    padding-right: 0;
  }

  #tl-pf-show-hide .tl-pf-show-hide-text {
    display: none;
  }

  .main-pf-name .update-schedule {
    display: none;
  }

  .show-widget,
  .hide-widget {
    display: flex;
    height: 32px;
    width: 32px;
    border: 1px solid rgb(228, 228, 228);
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
  }

  #tl-pf-show-hide svg {
    height: 16px;
    width: 16px;
  }

  #tl-pf-show-hide path {
    stroke: #8b8b8b;
  }

  .tl-head {
    display: none;
  }

  .timeline-title-mob {
    display: none;
  }
}

@media (max-width: 720px) {
  .gain {
    display: flex;
    flex-wrap: nowrap;
  }

  .total-gain {
    flex: 1;
    margin-right: 5px;
  }
  .todays-gain {
    flex: 1;
    margin-left: 5px;
  }

  .todays-gain .head {
    display: flex;
    justify-content: flex-end;
  }

  .total-gain .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .todays-gain .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.sync-portfolio {
  border: none;
  outline: 0;
  color: #fff !important;
  background: #446aef;
  padding: 12.5px 30px;
  letter-spacing: normal;
  border-radius: 25px;
  transition: all 0.25s;
  font-weight: 500;
  display: inline-block;
}

.sync-portfolio:hover,
.sign-up .sign-up-link.sign-up-btn:hover {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
}

.sync-portfolio-section small {
  font-size: 12px;
}

/* portfolio widget end */

.detailed-analysis {
  display: flex;
  align-items: center;
}

.detailed-analysis a {
  border-bottom: 2px dotted #446aef;
  color: #446aef;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  position: relative;
  text-transform: capitalize;
  font-size: 0.9375em;
}
.detailed-analysis a:hover {
  color: #446aef;
  border-bottom: 2px dotted #f6fafd;
  text-decoration: none;
  text-shadow: 0.2px 0px 0.1px, -0.2px 0px 0.1px;
}

.detailed-analysis a:after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #446aef;
  position: absolute;
  transition: width 0.3s;
}

.detailed-analysis a:hover:after {
  width: 100%;
}

/* dot loader */
.loader-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}

.loader-cont.table {
  height: 30vh;
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}

.loading-dots--dot {
  animation: dot-keyframes 2s infinite ease-in-out;
  background-color: #ffc107;
  border-radius: 50%;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0 0.2rem;
}

.loading-dots--dot:nth-child(2) {
  animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
  animation-delay: 1s;
}

.loading-dots--dot:nth-child(4) {
  animation-delay: 1.5s;
}

/* Idea dashboard css */
.ideas_dashboard {
  border-radius: 8px;
  background: linear-gradient(90deg, #36873c 0.49%, #fabe0f 100.65%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 12px 16px;
  margin: 18px 0;
  max-width: 800px;
  transition: all 0.5s;
}
.ideas_dashboard:hover {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}
.icon {
  margin-right: 30px;
}
.ideas_dashboard h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.ideas_dashboard p {
  font-size: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
a.explore {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 800px;
}
a.explore:hover .explore-text {
  text-shadow: 0px 0px 1px #fff;
}

/* responsive */

@media screen and (max-width: 1390px) {
  aside.right {
    display: none;
  }

  .results-tab {
    display: inline-block !important;
  }
  .tl-head {
    width: calc(100% - 273px - 55px);
  }
}

@media screen and (max-width: 1180px) {
  .tl-container main {
    min-width: 300px;
  }
  table.tl .timestamp .btn.mobile-icon-share {
    display: inline-block;
  }
  table.tl .timestamp .btn.desktop-icon-share {
    display: none;
  }
  .timestamp {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  .view-detail-link {
    bottom: 12px;
    left: 0;
  }
  #timeline .graphout,
  #pinned_events .graphout {
    width: 93%;
    margin: 0 auto;
    padding: 30px;
    min-height: auto;
    margin-top: 10px;
  }
  .timeline-pie-chart {
    height: 240px;
  }
  .tl-table table td.content {
    z-index: 1;
    position: relative;
  }
  .market-box {
    width: 47%;
    padding: 15px;
  }
  .market-indices,
  .market-box-wrapper.market-niche .market-box {
    width: 96.5%;
    margin-right: 0;
  }
  .metric-1d-value {
    font-size: 24px;
  }
  .metric-1d-value span .fa {
    font-size: 20px;
  }
  .metric-1d-value sub {
    font-size: 13px;
  }
  .metric-1d-value span {
    margin-left: 8px;
  }
  .market-box ol li {
    line-height: 15px;
  }
  .market-box ol {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .tl-container {
    width: 90%;
    margin: auto;
  }

  .tl-container main {
    margin-left: 0;
    padding: 3rem 1.5rem 1.5rem;
  }

  .tl-table.container,
  table.tl .subheader.fixed {
    max-width: none;
  }

  aside {
    display: none;
  }

  .tl .filters-block {
    display: flex;
  }

  .tl .filters-block .search .icon {
    font-size: 1rem;
    left: 0.5rem;
  }

  .head-nav {
    position: absolute;
    top: 58px;
    z-index: -1;
    width: 100%;
  }

  .tl-head {
    width: calc(100% - 48px);
    left: 0;
    top: 152px !important;
  }

  .tl-body {
    top: 164px;
  }

  .tl-body.mu {
    top: 154px;
  }

  .footer {
    bottom: -164px;
  }

  /* filter block */
  .apply-btn {
    width: 100%;
    background: #446aef;
    border: none;
    color: #fff;
    font-size: 10px;
    letter-spacing: normal;
    padding: 8px;
  }

  .mu-filters-cont,
  .mu-search-cont {
    position: absolute;
    width: 100%;
    top: 44px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 8px 4px;
    border: solid 1px #bfbfbf;
    background: inherit;
    z-index: 6;
    min-height: 200px;
    width: 100%;
    left: 0;
    background-color: #fff;
  }

  .mu-filters-cont {
    display: flex;
  }

  .mu-search-cont {
    padding: 24px 4px;
    left: 0;
  }

  .mu-filters-cont .filter-label {
    color: #66758a;
    font-size: 9px;
    letter-spacing: normal;
    margin-bottom: 4px;
  }

  .mu-filters-cont .f-row {
    display: flex;
    padding: 2px 4px;
    padding-top: 1rem;
  }

  .mu-filters-cont .f-col {
    padding: 0 4px;
  }

  #date-range {
    font-size: 10px;
    height: 28px;
  }

  .mcap-inputs {
    width: 100%;
  }

  #mcap-slider {
    margin-left: 0;
  }

  .tl .filters-block-mu- {
    display: flex;
    align-self: center;
    margin: 0 auto;
  }

  .tl .filters-block-mu- .block.br {
    border-right: solid 1px #bfbfbf;
  }

  .multiselect-cont.events-sel {
    border: 1px solid #c6cbd0;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 28px;
  }

  .multiselect-cont.events-sel .multiselect-input {
    border: none;
    width: 100%;
    border-radius: inherit;
    padding-right: 1rem;
    padding-left: 4px;
    text-overflow: ellipsis;
    height: 100%;
  }

  .multiselect-cont::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }

  .multiselect-cont.events-sel .multiselect-dropdown {
    position: absolute;
    top: 27px;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    padding: 0 6px;
    z-index: 101;
    max-height: 120px;
    overflow: auto;
    border: 1px solid #c6cbd0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .multiselect-cont.events-sel .multiselect-dropdown {
    font-size: 12px;
  }

  .multiselect-cont.events-sel .multiselect-input {
    font-size: 12px;
  }

  .multiselect-dropdown .exp-icon {
    font-size: 16px;
    text-align: right;
  }

  .datepicker-head {
    background: #f8f8f8;
  }

  .datepicker-head.active {
    font-weight: 500;
    color: #212526;
    background: #fff;
  }

  .datepicker-head.inactive {
    border: solid 1px #dddddd;
    pointer-events: initial;
  }

  .nc-children {
    padding-left: 1rem;
  }

  .timeline-title-mob {
    position: fixed !important;
    display: flex !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    background: #fff;
    z-index: 9;
    width: 90%;
    top: 98px;
  }

  .timeline-title-mob .add-link {
    position: static;
    transform: none;
    margin-left: auto;
  }

  .timeline-title-mob::after {
    content: "";
    height: 1px;
    width: 100vw;
    background: #dee2e6;
    position: absolute;
    bottom: 0;
    left: -5.5%;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .filter-btn {
    cursor: pointer;
  }

  .filter-btn::after {
    content: "\f0b0";
    font-family: "Fontawesome";
    font-size: 20px;
  }

  .keyword-search-btn {
    border-right: 1px solid #dee2e6;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: normal;
    padding-top: 4px;
  }

  #keyword-search-block {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 9;
    width: 100%;
  }

  .nav-pills .nav-link {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
  }
  .nav-pills .nav-link > div {
    position: relative;
    font-size: 15px;
    @media (max-width: 650px) {
      font-size: 12.5px;
    }
  }
  .nav-pills .nav-link.active {
    background-color: #ececec;
    font-weight: 600;
    background-color: #ececec !important;
    font-weight: 500;
  }
  .nav-pills .nav-link.active > div::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
  }

  .mu-filters-cont {
    max-width: 100vw !important;
    height: 100vh;
    top: 29px;
    z-index: 20;
    width: 100vw;
    border-radius: 0;
    border: 0;
    flex-wrap: wrap;
    padding: 0;
    position: fixed;
  }

  .mu-filters-cont-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 12px;
    height: 70px;
    border-bottom: 1px solid #eeecec;
    align-items: center;
  }

  .mu-filters-cont-header h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: normal;
    margin: 0;
  }

  .mu-filters-cont .event-filters-list {
    height: calc(100vh - 200px);
    overflow-y: auto;
  }

  .reset {
    font-size: 16px;
    letter-spacing: normal;
  }

  .reset span {
    font-weight: 700;
    padding-left: 10px;
    cursor: pointer;
  }

  #v-pills-tab {
    width: 35%;
    height: calc(100vh - 70px);
    border-right: 1px solid #ececec;
  }
  #v-pills-tabContent {
    width: 65%;
    height: calc(100vh - 70px);
    padding: 0 15px 0 30px;
  }

  .sub-title {
    padding: 0.5rem 0 1rem;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: uppercase;
  }

  .footer-section > button {
    flex-basis: 50%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    border-width: 1px;
  }

  .footer-section .close-btn {
    background-color: #fff;
  }

  .footer-section {
    position: fixed;
    bottom: 0;
    z-index: 2;
  }

  .results-tab {
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
  }

  .results-tab.active {
    font-weight: 500;
    position: relative;
  }
  .results-tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffc107;
    left: 0;
    bottom: -15px;
  }
  .search-block-mu {
    padding: 0px !important;
    margin: 20px 15px 20px !important;
  }
  .upcoming-events.in-tab .upcoming-list {
    z-index: 999;
    background: #fff;
    padding: 2px 0;
    margin: 0;
    width: calc(50vw - 2rem);
    padding-left: 12px;
    display: flex;
    height: 53px;
    align-items: center;
    position: fixed;
    top: 160px;
    right: 50px;
  }

  .tl-body {
    top: 80px;
  }

  .add-company .sub-title {
    padding: 0;
  }

  .tl .title {
    margin-right: 30px;
  }

  #keyword-search-block .label-dark {
    margin-top: 0;
  }

  .tl-head .subtabs {
    margin-left: 30px;
    padding-left: 22px;
  }
  .tl-container aside .filters-container {
    padding: 0rem 1rem 5rem 2.1rem;
  }

  .upcoming-list li {
    margin-top: 0.5rem;
  }

  .checkmark {
    height: 14px;
    width: 14px;
  }
  #datepicker {
    min-width: 40vw;
  }
  .pf-notification-exist .tl-container aside.left,
  .pf-notification-exist .tl-head {
    top: 159px !important;
  }
}

@media screen and (max-width: 920px) {
  /* table */
  .tl-table table,
  .tl-table thead,
  .tl-table tbody,
  .tl-table tr,
  .tl-table th {
    display: block;
  }

  table.inner-table,
  table.dict-table {
    display: table;
  }

  table.inner-table thead,
  table.dict-table thead {
    display: table-header-group;
  }

  table.inner-table tbody,
  table.dict-table tbody {
    display: table-row-group;
  }

  table.inner-table tr,
  table.dict-table tr {
    display: table-row;
  }

  table.inner-table td,
  table.inner-table th,
  table.dict-table td,
  table.dict-table th {
    display: table-cell;
  }

  table.inner-table td:first-child,
  table.inner-table th:first-child {
    position: sticky;
    left: 0;
  }

  table.inner-table td:first-child {
    background: #fff;
  }

  .tl-table table td {
    display: block;
  }

  table.inner-table td,
  table.dict-table td {
    display: table-cell;
  }

  .tl-table table td.timestamp {
    position: absolute;
    top: 12px;
    right: 0;
  }

  .tl-table table td.event {
    padding-top: 0;
  }

  .tl-table table td.content {
    margin-bottom: 1rem;
    overflow: auto;
  }

  .tl-table table td.content {
    margin-top: 0.4rem;
  }

  .tl .filters {
    justify-content: flex-end;
  }

  table.tl .company {
    padding-left: 0;
    padding-bottom: 0;
  }

  table.tl .event {
    padding-left: 0;
    width: auto;
  }

  table.tl .content {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  table.tl .timestamp {
    width: auto;
  }

  .tl-table table td.content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .timeline-pie-chart text {
    font-size: 9px;
  }
  .google-visualization-tooltip-item-list li span {
    font-size: 10px !important;
  }
  /* Fii/Dii event media query */
  .fii-dii-box {
    width: auto;
  }
  .fii-dii-box .table-title,
  .fii-dii-box li {
    font-size: 0.9em;
  }

  .upcoming-events.in-tab .upcoming-list {
    width: calc(50vw - 2px);
    right: 0;
  }

  .tl-head {
    width: 100%;
  }
}

@media screen and (max-width: 786px) {
  table.tl .subheader.fixed {
    width: calc(90% - 85px);
  }

  .tl-head {
    width: calc(90% - 85px);
  }

  .tl-body {
    top: 143px;
  }

  .tl-body.mu {
    top: 134px;
  }

  .footer {
    bottom: -143px;
  }

  .mu-filters-cont,
  .mu-search-cont {
    max-width: 60%;
  }

  .tl-body {
    top: 60px;
  }

  .mybody {
    padding: 0;
  }
  .tl-head {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .mu-filters-cont,
  .mu-search-cont {
    max-width: 70%;
  }
  .tl-head .subtabs {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .tl .filters-block .filter {
    padding: 0 0.5rem;
  }

  .tl-body.mu {
    top: 154px;
  }
  .icra-table th:nth-child(3),
  .icra-table td:nth-child(3) {
    display: none;
  }
  .icra-table .column {
    min-width: 68px;
    font-size: 0.9em;
    width: 80px;
  }
  .icra-table th {
    font-size: 0.9em;
    line-height: 1;
    height: 40px;
  }
  .bulkdeal-table th:nth-child(3),
  .bulkdeal-table td:nth-child(3) {
    display: table-cell;
  }
  .market-box-wrapper.market-niche .market-box {
    width: 98%;
  }
  #timeline .graphout .theheadervalue2,
  #pinned_events .graphout .theheadervalue2 {
    font-size: 0.7em;
  }
  .timeline-pie-chart {
    height: 240px;
  }
  .historic-legend-item {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .upcoming-events.in-tab .upcoming-list {
    font-size: 12px;
    height: 36px;
    width: calc(50vw + 46px);
  }

  .tl-portfolio-widget-summary > div {
    gap: normal;
    flex-wrap: wrap;
  }

  .tl-portfolio-widget-summary {
    width: 100% !important;
  }

  .pf-widget-value,
  .pf-widget-title,
  .detailed-analysis a {
    font-size: 13px;
  }

  .pf-widget-value .small {
    display: block;
  }

  .sync-portfolio-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .tl-pf-summary-wrapper h5 {
    font-size: 16px;
  }

  .sync-portfolio {
    padding: 12.5px 12px;
    font-size: 11px;
    margin-right: 10px;
  }

  .sync-portfolio-section small {
    font-size: 11px;
  }

  .tl-pf-section {
    gap: 12px;
  }

  .detailed-analysis {
    display: none;
  }

  .icon {
    margin-right: 10px;
  }

  .icon svg {
    width: 35px;
  }
}

@media screen and (max-width: 590px) {
  .tl-container {
    padding: 0;
  }

  .tl-container main {
    padding-left: 0;
    padding-right: 0;
  }

  table.tl .subheader.fixed {
    width: calc(90% - 37px);
  }

  .tl-head {
    width: calc(90% - 37px);
  }

  .tl-body {
    top: 80px;
  }

  .footer {
    bottom: -164px;
  }
  .pf-notification-exist .tl-container aside.left,
  .pf-notification-exist .tl-head {
    top: 177px !important;
  }
}

@media screen and (max-width: 550px) {
  .mybody {
    padding: 0;
  }

  .tl .filters-block .search {
    position: absolute;
    top: 5.2rem;
    right: 0;
    padding-left: 0;
    width: 240px;
    font-size: 1rem;
    width: 100%;
    left: 0;
  }

  .tl .filters-block .search input {
    width: 100%;
  }

  .tl .filters-block {
    display: flex;
    margin-top: 3rem;
    top: 150px;
    height: 40px;
  }

  .tl .filters-block .filter {
    display: inline-block;
    line-height: 36px;
  }

  .tl .filters-block .search input {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
  }

  .showmetheline .textboxyhead {
    width: 300px;
  }

  table.tl .subheader.fixed {
    /* top: 230px; */
    width: 90%;
  }

  .tl-head .subtabs {
    width: auto;
    overflow: auto;
    white-space: nowrap;
  }

  .tl-head .subtabs + .w-50 {
    width: auto !important;
  }

  .tl-head .subtabs li {
    margin-right: 12px;
    letter-spacing: normal;
    font-size: 12px;
    padding-bottom: 7px;
  }

  .tl .filters-block {
    justify-content: flex-end;
  }

  .companylogo img {
    margin-left: 0;
  }

  .head-nav {
    padding-left: 18px;
  }

  .tl .title {
    font-size: 1.4rem;
    margin-right: 12px;
  }

  .tl-container main {
    position: relative;
    top: 39.5px;
    padding-top: 1.4rem;
  }

  .tl-head .subtabs {
    margin-top: 9px;
  }

  .tl-head {
    width: 100%;
    left: 0;
  }

  .tl-body {
    top: 46px;
  }

  .tl-body.mu {
    top: 40px !important;
  }

  .footer {
    bottom: -165px;
  }

  .mu-filters-cont,
  .mu-search-cont {
    max-width: 100%;
  }

  #timeline .graphout,
  #pinned_events .graphout {
    padding: 20px;
  }

  .keyword-search-btn {
    font-size: 11px;
    padding: 4px 22px;
  }

  .tl .filters-block-mu- {
    padding: 0 16px;
  }

  .results-tab {
    margin-right: 10px;
    font-size: 12px;
  }

  .ideas_dashboard p {
    max-width: 165px;
  }
}

/* Timeline --mobile */
@media screen and (max-width: 430px) {
  .timeline-title-mob {
    display: none !important;
  }
  .tl-container main {
    position: relative;
    top: 0px;
    padding-top: 0.8rem;
  }
  .tl-body {
    top: 0px;
  }
  .main-pf-name {
    display: none;
  }
  .tl-portfolio-widget .main-pf-mobile-icons {
    display: flex;
  }
  .tl-portfolio-widget .main-pf-name-mobile {
    display: flex;
    flex-direction: column;
  }

  .main-pf-name-mobile .pf-name-mobile-timeline {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .main-pf-name-mobile .pf-name-mobile-portfolio {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #8b8b8b;
  }

  .main-pf-mobile-icon {
    margin-left: 8px;
  }

  .filter-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #ffc008;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0px 4px 20px 0px #00000014;
  }

  /* Keyword search panel --mobile*/

  #keyword-search-block-mobile,
  #add-company-mobile {
    position: fixed;
    height: 100%;
    width: 100vw;
    /* z-index: 10; */
    background-color: white;
    top: 0px;
    left: 0px;
    z-index: 101;
  }

  #keyword-search-block-mobile.collapsing,
  #add-company-mobile.collapsing {
    transition-duration: 0s;
  }

  #keyword-search-block-mobile .label-dark {
    margin-bottom: 1rem;
    margin-left: 0.4rem;
  }

  #keyword-search-block-mobile .label-dark span {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: normal;
    vertical-align: middle;
  }

  #keyword-search-block-mobile .back-btn {
    margin-right: 4px;
    cursor: pointer;
  }

  #keyword-search-block-mobile .reset-message {
    padding: 5px 10px;
    justify-content: center;
    background-color: #cce6ff;
    color: black;
    border-radius: 5px;
  }

  .search-block-mu {
    height: 100%;
  }

  .search-type .btn-block {
    display: flex;
    justify-content: space-between;
  }

  .search-type .btn-block .btn {
    flex-grow: 0;
    padding: 6px 13px;
    color: black;
    margin: 0px 1px;
    background-color: #e4e4e4 !important;
    border: none;
  }
  .search-block-mu .btn-block button.active {
    height: 100%;
    color: white !important;
    background-color: black !important;
  }

  .pop-keywords-cont {
    display: flex;
    flex-direction: column;
  }

  .search-block-mu .pop-keywords-cont .keyword {
    background: white !important;
    color: black !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding: 10px 8px;
    border-radius: 0px;
  }

  .search-block-mu .search-btn {
    position: absolute;
    bottom: 20px;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }

  .search-block-mu .sub-label {
    font-size: 10px !important;
  }

  .search-block-mu .search-btn button,
  #add-company-mobile .add_block button {
    width: 100% !important;
    height: 52px !important;
    color: black !important;
    background-color: #ffc008 !important;
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 6px;
    margin-top: 10px;
  }
  #add-company-mobile .add_block button:disabled {
    background-color: rgba(255, 192, 8, 0.5) !important;
  }

  .company-search-suggestions {
    position: fixed !important;
  }

  .company-search-suggestions .autocomplete-suggestion {
    font-family: "Inter", sans-serif;
    padding: 1px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    padding-right: 9px;
    border-bottom: 0.5px solid #eee;
    position: relative;
  }

  .company-search-suggestions .autocomplete-suggestion::after {
    content: url("../../images/timeline/add-circle.svg");
    position: absolute;
    right: 9px;
    width: 20px;
  }

  /* add a company panel --mobile */

  #add-company-mobile .add-company-wrapper {
    height: 100%;
    margin: 20px 21px 20px !important;
    position: relative;
  }

  #add-company-mobile .sub-block:last-child {
    position: absolute;
    bottom: 40px;
    width: 100%;
  }

  #add-company {
    display: none;
  }

  .add-company-title {
    margin-bottom: 1rem;
  }

  .add-company-title span {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: normal;
    margin-bottom: 1rem;
    vertical-align: middle;
  }

  .add-company .autocomplete-search input {
    font-size: 1rem !important;
  }

  .add-company .autocomplete-search i {
    font-size: 1.3rem !important;
  }

  #add-company-mobile .sub-title {
    color: #8b8b8b;
    margin-bottom: 0px;
    text-transform: none;
    font-size: 12px;
  }

  #add-company-mobile .add-company-wl li {
    margin-bottom: 12px !important;
  }

  #add-company-mobile .add-company-wl li input {
    margin-left: 8px !important;
  }

  #add-company-mobile .add-company-wl li label {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
  }

  #add-company-mobile .checkbox-container {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #000;
  }

  #add-company-mobile .add-company-wl {
    margin-top: 0.8rem;
  }

  #add-company-mobile .back-btn {
    margin-right: 4px;
    cursor: pointer;
  }

  .autocomplete-suggestions,
  .autocomplete-no-suggestion {
    max-height: unset !important;
  }

  /* Subtabs mobile  */

  #mobile_subtabs {
    display: flex;
    justify-content: space-around;
    height: 45px;
    align-items: center;
    background-color: black;
    position: sticky;
    top: 98px;
    z-index: 2;
  }

  #mobile_subtabs .results-tab {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 0%;
    color: white;
    cursor: pointer;
    list-style-type: none;
  }
  #mobile_subtabs .results-tab.active::after {
    content: none;
  }

  #mobile_subtabs .results-tab.active {
    color: #ffc008;
  }
  /* Subtabs mobile --end */

  .tl-results {
    width: 100%;
  }

  /* Upcoming events slider  */

  .upcoming-events.in-tab .upcoming-list {
    display: none;
  }

  .upcoming-events-switch {
    margin: 0px 6px;
    display: flex;
    width: 100%;
  }

  .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    transition: 0.5s;
    border-radius: 6px;
  }

  .slider span {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #8b8b8b;
  }

  .slider:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    content: "Results";
    height: 24px;
    width: 48%;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    left: 2%;
    top: 4px;
    align-content: center;
    background-color: white;
    transition: 1s;
  }

  input:checked + .slider {
    background-color: #f2f2f2;
  }

  input:checked + .slider:before {
    transform: translateX(100%);
    content: "Concalls";
    background-color: #fff;
  }
  /* Upcoming events slider - end  */

  /* upcoming results - mobile */
  #upcoming-results,
  #upcoming-concalls {
    display: none !important;
  }

  #upcoming-results-mobile,
  #upcoming-concalls-mobile {
    display: flex !important;
    flex-direction: column;
    margin-top: 0px;
  }

  #upcoming-results-mobile li,
  #upcoming-concalls-mobile li {
    display: inline-flex;
    margin-bottom: 0px;
  }

  #upcoming-results-mobile .res-date,
  #upcoming-concalls-mobile .res-date {
    width: 34px !important;
    height: 42px !important;
    border-radius: 6px;
    padding: 10px;
    background-color: #f2f2f2;
    min-width: unset;
  }

  #upcoming-results-mobile .month,
  #upcoming-concalls-mobile .month {
    font-family: Inter;
    font-weight: 500;
    font-size: 6px;
    line-height: 6px;
    letter-spacing: 0%;
    margin-bottom: 5px;
    color: #8b8b8b;
  }

  #upcoming-results-mobile .day,
  #upcoming-concalls-mobile .day {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #5c5c5c;
  }

  #upcoming-results-mobile .res-companies,
  #upcoming-concalls-mobile .res-companies {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-top: 6px;
  }

  #upcoming-results-mobile .res-companies p {
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0%;
    color: #8b8b8b;
    margin-bottom: 5px;
  }

  #upcoming-results-mobile .res-companies span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    margin-bottom: 5px;
  }

  #upcoming-results-mobile li {
    position: relative;
  }

  #upcoming-results-mobile li.line:not(:last-child)::after {
    top: 48px;
    left: 23px;
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 42px);
    background: #e4e4e4;
  }
  /* upcoming results - mobile --end */

  /* upcoming-concalls */

  #upcoming-concalls-mobile .res-company {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
  }

  #upcoming-concalls-mobile .company-details {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }

  #upcoming-concalls-mobile .time {
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0%;
    color: #8b8b8b;
  }

  #upcoming-concalls-mobile .comp-name {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
  }

  #upcoming-concalls-mobile .source-link {
    display: flex;
    height: 100%;
    align-items: center;
  }

  #upcoming-concalls-mobile .source-link a {
    color: #2c79f7 !important;
    text-decoration: none;
  }
  /* upcoming concalls - mobile --end */
}
/* input type number hide arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
}

/* add a company */
.add-link {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #0081f2;
  vertical-align: text-top;
  cursor: pointer;
  @media (max-width: 650px) {
    font-size: 10px;
  }
}

.add-company {
  font-size: 1rem;
}

.add-company .modal-header {
  border-bottom: none;
}

.add-company .modal-title {
  font-size: 0.875em;
  line-height: 1.575em;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}

.add-company .modal-body {
  padding-left: 0;
  padding-right: 0;
}

.add-company .sub-title {
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5em;
}

.add-company-wl {
  font-size: 0.75em;
  color: #66758a;
  line-height: 2em;
  letter-spacing: normal;
  display: inline-block;
  margin-top: 0.5rem;
}

.add-company .autocomplete-search {
  position: relative;
  font-size: 0.8em;
  margin-top: 0.5rem;
}

.add-company .autocomplete-search .icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c6cbd0;
  font-size: 1rem;
}

.add-company .autocomplete-search .fa-times {
  color: #c6cbd0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1rem;
}

.add-company .autocomplete-search input {
  padding: 0.5em 1.5em 0.5em 2.2em;
  border: 1px solid #c6cbd0;
  border-radius: 5px;
  width: 100%;
}

.company-search-suggestions {
  font-size: 0.8em;
}

.add-company .sub-block {
  margin-bottom: 1.6rem;
}

.add-company .sub-block.buttons {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

.add-company .sub-block button {
  font-size: 0.625em;
  padding: 0.5em 1.4em;
  border: none;
}

.add-company .sub-block button:focus {
  outline: none;
}

.add-company .sub-block button.add {
  background-color: #456aef;
  color: #ffffff;
}

.add-company .sub-block button.add:disabled {
  background-color: rgba(69, 106, 239, 0.75);
}

.add-company .sub-block button.cancel {
  background-color: #ededed;
  margin-right: 0.8em;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.add-company .modal-dialog {
  width: 400px;
}

.add-company .error {
  text-align: left;
  right: 0;
  top: -1.4rem;
  color: #dc3545;
  font-size: 0.8em;
}

.add-company .add-more-wl {
  border-bottom: 1px dotted #0d30de;
  color: #1135ec;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  text-decoration: none;
}

.add-company .add-more-wl::after {
  content: "\2192";
}

.add-company .add-more-wl:hover {
  text-decoration: none;
}

.modal-dialog.modal-dialog-centered {
  margin: 1.75rem auto;
}

@media screen and (max-width: 576px) {
  .modal-dialog.modal-dialog-centered {
    margin: 0.5rem auto;
  }
}

@media screen and (max-width: 576px) {
  .add-company .modal-dialog {
    max-width: 300px;
  }
}

/* empty feed */
.empty-feed {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

.empty-feed .connect_broker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.empty-feed svg {
  width: 180px;
}

.empty-feed small {
  color: #969696;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
}

.empty-feed p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 141.667% */
  max-width: 360px;
  margin: 0;
}

.empty-feed button {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px; /* 87.5% */
  letter-spacing: normal;
  border-radius: 8px;
  background: #ffc008;
  padding: 8px 1.5rem;
  border: none;
  outline: none;
}

.checkbox-container input:disabled ~ .checkmark {
  background-color: rgba(118, 118, 118, 0.65);
  border-color: transparent;
}

/* less companies banner */
.less-companies {
  background-color: #fffaeb;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-radius: 1em;
  margin: 0.8rem 0;
}

.less-companies .fa {
  color: #ffc107;
  font-size: 1.2rem;
  margin-right: 0.6em;
}

.less-companies .info {
  color: #6f5d2d;
  font-size: 0.875em;
}

.less-companies .info .link {
  color: #1d48d6;
  border-bottom: dotted 1px;
  cursor: pointer;
}

/* mobile input font-size fixes */
@media screen and (max-width: 786px) {
  .add-company .autocomplete-search input {
    font-size: 0.8rem;
    padding: 0.2em 1em 0.2em 1.8em;
  }

  .multiselect-cont.events-sel {
    height: auto;
  }

  .multiselect-cont.events-sel .multiselect-input {
    font-size: 0.9rem;
    padding: 0.5em;
    padding-right: 1.4em;
  }

  .multiselect-cont.events-sel .multiselect-dropdown {
    font-size: 0.9rem;
    top: 36px;
    max-height: 180px;
  }

  #date-range {
    font-size: 0.9rem;
    padding: 0.325em 0.5em;
    height: auto;
    @media (max-width: 650px) {
      font-size: 0.7rem;
    }
  }

  .mcap-inputs input {
    font-size: 0.9rem;
    padding: 0.45em 0.5em;
    line-height: 1rem;
    @media (max-width: 650px) {
      font-size: 0.7rem;
    }
  }

  .multiselect-cont.events-sel .multiselect-dropdown .exp-icon {
    font-size: 1.4em;
    margin-right: 0.5em;
    line-height: 1rem;
  }
}

/* firefox - fixes event trigger on container */
input:disabled {
  pointer-events: none;
}

/* timeline seen posts css */
.post-type {
  line-height: 2;
  color: #333;
  font-weight: 600 !important;
  letter-spacing: normal;
  font-size: 14px;
  background-color: #fffae8;
}

.collapsedrow,
.collapsedrow td {
  display: none;
}
/* rawmaterial price-change section css */
.tl tr[data-grp] .main_desc {
  display: none;
}
.tl table tr .main_desc {
  display: block;
}
.rm_table_heading + table tr td:not(:first-child) {
  text-align: center;
}
.rm_table_heading a {
  color: inherit;
  border-bottom: dotted 1px;
}

/* data-locks */
.data-lock-icon {
  width: 9px;
  cursor: pointer;
}

@media (max-width: 350px) {
  .filters-block-mu.sm-device #v-pills-tab {
    width: 20%;
    overflow: hidden;
    z-index: 1;
  }
  .filters-block-mu #v-pills-tabContent {
    width: 80%;
    position: fixed;
    top: 96px;
    left: 20%;
    background: #fff;
  }
  .filters-block-mu.sm-device .nav-pills .nav-link > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 51%;
  }
  .filters-block-mu.sm-device .nav-pills .nav-link > div::after {
    display: none;
  }
  .sm-collapse {
    position: absolute;
    top: 70px;
    left: 20%;
    font-size: 16px;
    padding: 2px 10px;
    background: #eee;
    cursor: pointer;
  }
  .filters-block-mu.sm-device-open #v-pills-tab {
    width: 45%;
    z-index: 1;
    background: #fff;
  }
  .sm-collapse.open-sm-collapse {
    transform: rotate(180deg);
    left: 45%;
  }
  .tl-container,
  .timeline-title-mob {
    width: 95%;
  }
  .tl-head .subtabs {
    padding-left: 0.5rem;
  }
  .keyword-search-btn {
    padding: 0 5px;
  }
  .tl-head .subtabs li {
    margin-right: 10px;
    font-size: 11px;
  }
  .results-tab,
  .timeline-title-mob .add-link {
    font-size: 11px;
  }
  .upcoming-events.in-tab .upcoming-list {
    font-size: 11px;
    padding-left: 0;
  }
}

/* Ideas dashboard banner - start */
.ideas_dashboard_banner {
  cursor: pointer;
  height: 48px;
  background: linear-gradient(90deg, #36873c 0.49%, #fabe0f 100.65%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 108px 0 290px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 1100px) {
  .ideas_dashboard_banner {
    padding: 0 36px;
  }
}

@media (max-width: 430px) {
  .ideas_dashboard_banner {
    padding: 0 24px 0 15px;
  }
}

.ideas_dashboard_banner .content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ideas_dashboard_banner .content > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 580px) {
  .ideas_dashboard_banner .content > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.ideas_dashboard_banner .content h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
  margin: 0;
}

.ideas_dashboard_banner .content span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.ideas_dashboard_banner .link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}

.ideas_dashboard_banner .link a {
  all: unset;
  cursor: pointer;
}

@media (max-width: 430px) {
  .ideas_dashboard_banner .link a span {
    display: none;
  }
}

.ideas_dashboard_banner .link svg {
  vertical-align: bottom;
}
/* Ideas dashboard banner - end */

/* New Ideas dashboard banner */
.ideas_dashboard_banner_new {
  display: flex;
  align-items: center;
  background: linear-gradient(
    90.02deg,
    #e6dafd 0.02%,
    rgba(254, 255, 210, 0.8) 100%
  );
  height: 40px;
  justify-content: center;
  cursor: pointer;
}

.ideas_dashboard_banner_new .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideas_banner_text {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  margin-right: 20px;
}

.ideas_banner_link_mobile {
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  color: #8459fc;
}

.ideas_dashboard_banner_new .arrow_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #8459fc;
  margin-left: 2px;
}

.banner_desktop_stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px;
}

.banner_button_mobile {
  display: none;
}

.banner_button_desktop {
  display: flex;
}

.banner_main {
  display: flex;
}

.ideas_banner_text {
  display: inline-flex;
  align-items: center;
}

.banner_button_desktop_button {
  gap: 4px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 2px;
  background-color: #8459fc;
  border-width: 0px;
  color: white;
}

.banner_desktop_stars span {
  display: inline-flex;
  align-items: center;
}

.banner_desktop_stars span svg {
  margin-left: 1px;
}

.banner_star_mobile {
  display: block;
}

@media (max-width: 430px) {
  .ideas_dashboard_banner_new {
    background: linear-gradient(
      90.43deg,
      #e6dafd 8.48%,
      rgba(254, 255, 210, 0.8) 117.29%
    );
  }

  .banner_desktop_stars {
    display: none;
  }

  .banner_button_mobile {
    display: flex;
  }

  .banner_button_mobile a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .banner_button_desktop {
    display: none;
  }
}
/* New Ideas dashboard banner - end */

.historic-chart-wrapper .line-chart-historic g text {
  font-family: "Inter", sans-serif !important;
}
.mob-copy-link {
  margin-top: -5px;
  margin-bottom: 10px !important;
  color: #5f5f5f !important;
  font-size: 11.5px !important;
}

/* Event template css */

td.content .elem_wrappers {
  margin-right: auto;
  padding: 0px !important;
  width: 360px;
  @media (max-width: 600px) {
    width: 100%;
  }
}

td.content .card_wrapper {
  padding: 12px 16px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
}

td.content .card_wrapper:last-child {
  border-bottom: none;
}

td.content .card_desc {
  font-size: 12px !important;
  line-height: 18px !important;
}
td.content .card_title {
  display: block;
  width: 100%;
}
td.content .card_title,
td.content .card_desc {
  color: #000;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 16px !important;
  display: block;
  width: 100%;
}

td.content .card_desc {
  color: #5c5c5c;
  margin-top: 7px;
  line-height: 20px;
}

.box_wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

.Timeline_title {
  color: #8b8b8b;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  /* 100% */
}

.doc_links {
  color: #337ab7;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;

  a {
    text-decoration: none;
  }
}

td.content .content-links {
  border-bottom: none !important;
  font-size: 12px !important;
  color: #337ab7 !important;
}

.link_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.card_wrapper {
  padding: 12px 16px;
  border-bottom: 1px solid #e4e4e4;
}

.card_wrapper:last-child {
  border-bottom: none;
}

.card_title,
.card_desc {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.summary {
  margin-top: 10px;
  color: #8b8b8b;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 12px;
  align-items: center;
  display: flex;
}

.card_desc {
  color: #5c5c5c;
  line-height: 20px;
}
