:root {
  --orange: #e77817;
  --blue: #053d6e;
  --semiOrange: #fdf1e8;
  --white:#fff;
  --grey:#DCDCDC;
  --black:#353535;
  --lighblack:#80878E;	
	
  /* Secondary */
  --lightYellow: #f7f2e9;
  --yellow: #eb9923;
  --lightMagenta: #f3e0ec;
  --magenta: #bf5698;
  --lightPurple: #ecebf7;
  --purple: #7b73bf;	
  --lightblue:#eff6ff;
   --lightgreen:#EBF9EE;
  --lightgrey:#9b9b9b;	
	
  /* Stocks */
  --red: #fe3c30;
  --red-rgb: 254, 60, 48;
  --green: #34c758;
  --green-rgb: 52, 199, 88;
  --freshGreen: #26bf26;	
}

@font-face {
  font-family: Poppins;
  src: url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap) format();
}
@font-face {
  font-family: Roboto;
  src: url(https://fonts.googleapis.com/css2?family=Roboto&display=swap) format();
}
body {
  background: #f7f7f7;
  font-family: "Roboto", sans-serif;
  font-size:14px;
}
.cursor{
	cursor: pointer;
}
ul li{list-style: none;}

.title-h1{
	font-weight: 500;
	font-size: 20px;
	line-height:150%;
}
.title-h2{
	font-weight: 500;
	font-size: 16px;
	line-height:150%;
}
.title-h3{
	font-weight: 500;
	font-size: 14px;
	line-height:150%;
}
.title-h4{
	font-weight: 500;
	font-size: 13px;
	line-height:150%;
}
.title-h5{
	font-weight: 500;
	font-size: 12px;
	line-height:150%;
}

.title-h6{
	font-weight:normal;
	font-size: 10px;
}
.txt-white
{
	color:#fff;
}

.txt-black
{
	color: var(--black);
}
.txt-lightblack
{
	color: var(--lightblack);
}
.txt-orange
{
	color: var(--orange);
}
.txt-dark-blue
{
	color:var(--blue);
}
.txt-blue
{
	color:var(--lighblue);
}
.txt-stock-red
{
	color:var(--red);
}
.txt-stock-green
{
	color:var(--green);
}
.txt-magenta{
	color: var(--magenta) !important;
}
.txt-red
{
	color:#972926;
}
.txt-gray
{
	color:#80878E;	
}
.txt-light-green
{
	color:#26BF26;	
}
.txt-purple
{
    color:var(--purple);
}
.txt-yellow
{
    color:var(--yellow);
}
.txt-green {
    color: var(--green);
}
.mini-text {
	font-size:12px;
	font-weight:normal;
	color:var(--lightgrey);
}

.border{
	border: 1px solid #F5F6F7 !important;
}

.border-grey{
	border: 1px solid var(--grey)!important;
}

.border-orange{
	border: 1px solid var(--orange)!important;
}
.border-purple{
	border: 1px solid var(--purple)!important;
}

.border-magenta{
	border: 1px solid var(--magenta) !important;
}

.border-yellow{
	border: 1px solid var(--yellow)!important;
}

.border-blue{
	border: 1px solid var(--blue)!important;
}

.border-green{
	border: 1px solid var(--green)!important;
}
.border-right{
	border-right: 1px solid #F5F6F7 !important;
}

.border-bottoms{
	border-bottom: 1px solid #F5F6F7!important;
}
.border-top{
	border-top: 1px solid var(--grey)!important;
}
.border-topbottom{
	border-top: 1px dashed var(--grey)!important;
	border-bottom: 1px dashed var(--grey)!important;
}
.border-dashed-topbottom{
	border-top: 1px dashed var(--grey)!important;
	border-bottom: 1px dashed var(--grey)!important;
}
/*Form Elements*/
.form-switch .form-check-input{
	width: 40px;
    height: 24px;
}

.form-check-input:checked {
    background-color: var(--orange)!important;
    border-color: var(--orange)!important;
}

.form-check-input:focus {
    border-color: var(--orange)!important;
    outline: 0;
    box-shadow:none !important;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fdf1e8'/%3e%3c/svg%3e")
}

.progress-bar-10{
	width:10%;
}

.progress-bar-25{
	width:25%;
}

.progress-bar-50{
	width:50%;
}

.progress-bar-100{
	width:100%;
}
/*END*/

/*Button*/
.btn-theme {
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.btn-theme:hover {
    background: rgba(239,104,32,0.6);
    color: var(--white);
}

.btn.outline {
    background: transparent;
    border-width: 1px;font-weight: 500;
    border-style: solid;
}

.btn.outline.orange {
    border-color: var(--orange);
    color: var(--orange);
}

.btn.outline.orange:hover, .btn.outline.orange:focus {
    background: var(--orange);
    color: var(--white);
}

.btn.outline.blue {
    border-color: var(--blue);
    color: var(--blue);
}

.btn.outline.blue:hover, .btn.outline.blue:focus {
    background: var(--blue);
    color: var(--white);
}

.btn-buy{
	background-color:var(--green);
}

.btn-buy-outline{
	border:1px solid var(--green)!important;
	color:var(--green)!important;
	background-color:transparent!important;
}

.btn-buy-outline:hover{
	border:1px solid var(--green)!important;
	color:var(--white)!important;
	background-color:var(--green)!important;
}
.btn-sell-outline{
    border:1px solid var(--red)!important;
    color:var(--red)!important;
    background-color:transparent!important;
}

.btn-sell-outline:hover{
    border:1px solid var(--red)!important;
    color:var(--white)!important;
    background-color:var(--red)!important;
}
.btn-light-buy {
    background-color: rgba(52, 199, 88, 0.1);
}
.btn-light-buy:hover {
    color:var(--green);
}
.btn-light-sell{
    color:var(--red);
    background-color: rgb(254 60 48 / 10%);
}
.btn-light-sell:hover{
    color:var(--red);
    background-color: rgb(254 60 48 / 10%);
}
.btn-light-sell:focus{
  outline:none
}
.btn-primary {
	background-color:var(--orange)!important;
	border:1px solid var(--orange)!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited
{
	opacity: 0.8;
	background-color:var(--orange);
}

.btn-secondary{
	background-color: var(--blue)!important;
	border:1px solid var(--blue)!important;	
}

.btn-secondary:hover{
	background:rgba(5,61,110,0.6)!important;
}



/*END*/

.bg-grey{
	background: var(--grey)!important;	
}
.bg-lightgrey{
	background: var(--grey)!important;	
	background-color: var(--grey)!important;	
}
.bg-yellow{
	background: var(--yellow)!important;	
	background-color: var(--yellow)!important;	
}
.bg-lightmagenta {
	background: #F3E0EC;	
	background-color: #F3E0EC;	
}

.bg-yellow-2{
	background: #feeebb!important;		
	background-color: #feeebb!important;	
}


.bg-lightblue{
	background: var(--lightblue)!important;	
}

.bg-semiorange{
	background: var(--semiOrange)!important;	
}

.bg-orange{
	background: var(--orange)!important;	
}

.bg-yellow{
	background: var(--yellow)!important;	
}

.bg-magenta{
	background: var(--magenta)!important;	
}

.bg-purple{
	background: var(--purple)!important;	
}

.bg-stock-green{
	background-color: rgba(var(--green-rgb),var(--bs-bg-opacity))!important;
}

.bg-stock-red{
	background-color: rgba(var(--red-rgb),var(--bs-bg-opacity))!important;
}
.bg-lightgrey{
	background: var(--background)!important;	
}

.bg-lightgreen{
	background: var(--lightgreen)!important;	
}

.bg-lightred{
	background: var(--red)!important;	
}
.legend{
	width:10px;
	height:10px;
	border-radius:2px;
	margin-top:3px;
}
.bg-opacity-30 {
    --bs-bg-opacity: 0.3;
}
.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}
.bg-opacity-15 {
    --bs-bg-opacity: 0.15;
}

/*Modal*/
.modal-header{
	background: var(--semiOrange)!important;
	padding:20px!important;
}
/*END*/

/*END*/

/*nav {
  background: #eeeeee;
  height: 64px;
}

.sidenav-col {
  width: 152px;
}
@media (max-width: 768px) {
  .sidenav-col {
    display: none;
  }
}
.sidenav-col .sidenav {
  background: #bbbbbb;
  height: calc(100vh - 64px);
  overflow: auto;
}
.sidenav-col .sidenav::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.sidenav-col .sidenav::-webkit-scrollbar-track {
  background-color: #dcdcdc;
}
.sidenav-col .sidenav::-webkit-scrollbar-thumb {
  background-color: #f5f6f7;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}

.watchlist-col {
  width: 320px;
}
@media (max-width: 768px) {
  .watchlist-col {
    display: none;
  }
}
.watchlist-col .watchlist {
  background: #bbbbbb;
  height: calc(100vh - 64px);
  overflow: auto;
}
.watchlist-col .watchlist::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.watchlist-col .watchlist::-webkit-scrollbar-track {
  background-color: #dcdcdc;
}
.watchlist-col .watchlist::-webkit-scrollbar-thumb {
  background-color: #f5f6f7;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}*/


.default-col {
/*  background: #f5f6f7;
  height: calc(100vh - 64px);
  overflow: auto;
  	background:#fff;
	padding: 0 24px;*/
}
.default-col::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.default-col::-webkit-scrollbar-track {
  background-color: #dcdcdc;
}
.default-col::-webkit-scrollbar-thumb {
  background-color: #f5f6f7;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .default-col {
    padding: 0 16px;
  }
}

.carousel-indicators {
  bottom: 8px !important;
}
.carousel-indicators .active-btn {
  background: #053d6e;
  opacity: 0.4;
  border-radius: 11px;
  /* Inside auto layout */
  border: none !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  width: 4px;
  height: 4px;
}
.carousel-indicators .active-btn.active {
  width: 24px !important;
  opacity: 1;
}

.carousel-content {
  padding: 1rem;
}

.intraday-row {
  border: 1px solid #053d6e;
  border-radius: 8px;
  background-color: #eff6ff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .intraday-row {
    flex-direction: column;
    height: 350px;
    justify-content: center;
  }
}
.intraday-row .intraday-desc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .intraday-row .intraday-desc {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .intraday-row .intraday-desc .intra-img {
    margin-top: -16px;
  }
}
.intraday-row .intraday-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #353535;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .intraday-row .intraday-header {
    text-align: center;
    margin-top: 16px;
  }
}
.intraday-row .intraday-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #80878e;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .intraday-row .intraday-description {
    text-align: center;
  }
}
.intraday-row .elipse-bg {
  background-image: url("../assets/images/Ellipse 252.svg");
  background-repeat: no-repeat;
  background-position: -25px 0px;
  border-top-right-radius: 8px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .intraday-row .elipse-bg {
    background-image: none;
    width: 100%;
  }
}
.intraday-row .know-more-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  right: 31px;
}
@media screen and (max-width: 768px) {
  .intraday-row .know-more-div {
    justify-content: center;
    right: 0;
    margin-top: 16px;
  }
}
.intraday-row .know-more-div .know-more-btn {
  border: none;
  background-color: #053d6e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: white;
  border-radius: 8px;
  padding: 11px 33px;
}

.direct-invester {
  position: relative;
  top: 11px;
}
@media screen and (max-width: 1280px) {
  .direct-invester {
    top: 0;
  }
}

.icici-direct {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  color: #353535;
}
@media screen and (max-width: 768px) {
  .icici-direct {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .reponsive-icici-direct-title {
    margin-bottom: 0;
    margin-top: 16px;
  }
}

.bought-toggle .form-switch {
  padding-left: 0;
}
.bought-toggle .bought-checkbox {
  background-image: url("../assets/images/toggle-circle.svg") !important;
  border: 1px solid black !important;
  background-size: 11px;
  background-position-x: 1px;
  float: none;
  margin-left: 0;
}
.bought-toggle .bought-checkbox:focus {
  box-shadow: none;
}
.bought-toggle .bought-checkbox[type=checkbox]:checked {
  background-position-x: 16.7px;
  background-color: white;
}
.bought-toggle .bought-checkbox[type=checkbox]:checked + .bought-label {
  color: #e77817;
}
.bought-toggle .bought-checkbox[type=checkbox]:not(:checked) + .bought-label1 {
  color: #353535;
}
.bought-toggle .bought-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
.bought-toggle .bought-label1 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}

.intra-table-div {
  border: 1px solid #dcdcdc;
  padding: 16px;
  border-radius: 8px;
  background-color: white;
  margin-top: 16px;
  /*height: 90%;*/
}
@media screen and (max-width: 768px) {
  .intra-table-div {
    height: auto;
  }
}
.intra-table-div hr {
  margin: 12px 0;
}
.intra-table-div .over-all-stocks {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .intra-table-div .stock-image {
    width: 100%;
  }
}
.intra-table-div .search-stock {
  position: relative;
  width: 100%;
}
.intra-table-div .search-stock .stock-input {
  width: 100%;
  padding: 9px 40px 9px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-bottom: 16px;
}
.intra-table-div .search-stock .s-icon {
  position: absolute;
  right: 8px;
/*  top: 11px;*/
  top: 6px;	
}
.intra-table-div .intra-table {
  width: 100%;
}
.intra-table-div .intra-table .table-header {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #80878e;
}
.intra-table-div .intra-table .ltp-percent .ltp-header {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.intra-table-div .intra-table .ltp-percent .ltp-profit {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #34c758;
  margin-bottom: 0;
}
.intra-table-div .intra-table .ltp-percent .ltp-profit span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.intra-table-div .intra-table .volume-td {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}
.intra-table-div .intra-table .save-icon,
.intra-table-div .intra-table .saved-icon {
  cursor: pointer;
}
.intra-table-div .intra-table .saved-icon,
.intra-table-div .intra-table #saved-icon1,
.intra-table-div .intra-table #saved-icon2,
.intra-table-div .intra-table #saved-icon4,
.intra-table-div .intra-table #saved-icon4 {
  display: none;
}

.nav-pills {
  background-color: #ececed;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .nav-pills {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.nav-pills .nav-link {
  padding: 8px;
  font-size: 14px;
  line-height: 21px;
  color: var(--text2);
}
.nav-pills .nav-link.active {
  color: var(--text1);
  box-shadow: 0px 4px 4px rgba(174, 174, 174, 0.28);
  background: #ffffff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .nav-pills .nav-link {
    width: auto;
    white-space: nowrap;
    padding: 7px 20px;
  }
}

.select-box {
  position: relative;
  display: block;
  width: 130px;
}
.select-box-current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box-current:focus + .select-box-list {
  opacity: 1;
}
.select-box-current:focus + .select-box-list .select-box-option {
  cursor: pointer;
}
.select-box-current:focus .select-box-icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.select-box-value {
  display: flex;
}
.select-box-input {
  display: none;
}
.select-box-input:checked + .select-box-input-text {
  display: block;
  font-weight: 600;
  line-height: 19px;
  color: var(--blue);
}
.select-box-input-text {
  display: none;
  margin: 0;
}
.select-box-list {
  position: absolute;
  top: 25px;
  width: 100%;
  padding: 0;
  opacity: 0;
  list-style: none;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 15px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 8px 8px;
}
.select-box-option {
  display: block;
  padding: 10px 16px;
  border-bottom: 1px solid #dcdcdc;
}
.select-box-option.last-option {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select-box-option:hover, .select-box-option:focus {
  color: #fff;
  background: var(--blue);
}

.research-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 10px;
}
.research-title-wrapper h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #353a3f;
}
.research-title-wrapper .bullseye {
  background: var(--semiOrange);
  padding: 6px 18px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .research-title-wrapper {
    flex-direction: column;
    align-items: unset;
  }
}

.tio-pills {
  background-color: #ececed;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tio-pills {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.tio-pills .nav-link {
  padding: 8px;
  font-size: 14px;
  line-height: 21px;
  color: var(--text2);
}
.tio-pills .nav-link.active {
  color: var(--text1);
  box-shadow: 0px 4px 4px rgba(174, 174, 174, 0.28);
  background: #ffffff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .tio-pills .nav-link {
    width: auto;
    white-space: nowrap;
    padding: 12px 8px;
    font-size: 12px;
  }
}

.tio-tab-content {
  margin-bottom: 32px;
}
.tio-tab-content #trading-ideas-tab-content .stocks-viewAll-wrapper,
.tio-tab-content #investment-ideas-tab-content .stocks-viewAll-wrapper {
  display: flex;
  justify-content: space-between;
}
.tio-tab-content #trading-ideas-tab-content .stocks-viewAll-wrapper .view-all,
.tio-tab-content #investment-ideas-tab-content .stocks-viewAll-wrapper .view-all {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--blue);
}
.tio-tab-content #trading-ideas-tab-content .research-card,
.tio-tab-content #investment-ideas-tab-content .research-card {
  margin-bottom: 16px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .bookmark-share-wrapper,
.tio-tab-content #investment-ideas-tab-content .research-card .bookmark-share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .bookmark-share-wrapper .title,
.tio-tab-content #investment-ideas-tab-content .research-card .bookmark-share-wrapper .title {
  font-size: 14px;
  line-height: 21px;
  color: #353535;
}
.tio-tab-content #trading-ideas-tab-content .research-card .left .potential-profit-wrapper,
.tio-tab-content #investment-ideas-tab-content .research-card .left .potential-profit-wrapper {
  background: #eff6ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .left .potential-profit-wrapper .percent,
.tio-tab-content #investment-ideas-tab-content .research-card .left .potential-profit-wrapper .percent {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #053d6e;
  margin-bottom: 8px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .left .potential-profit-wrapper .desc,
.tio-tab-content #investment-ideas-tab-content .research-card .left .potential-profit-wrapper .desc {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #053d6e;
}
.tio-tab-content #trading-ideas-tab-content .research-card .left .invested,
.tio-tab-content #investment-ideas-tab-content .research-card .left .invested {
  display: flex;
  margin-bottom: 8px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .left .invested span,
.tio-tab-content #investment-ideas-tab-content .research-card .left .invested span {
  font-size: 12px;
  line-height: 18px;
  color: #353535;
  margin-left: 4px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right,
.tio-tab-content #investment-ideas-tab-content .research-card .right {
  margin-left: 12px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .title,
.tio-tab-content #investment-ideas-tab-content .research-card .right .title {
  font-size: 12px;
  line-height: 18px;
  color: #80878e;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .amt,
.tio-tab-content #investment-ideas-tab-content .research-card .right .amt {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #353535;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .cmp-tp,
.tio-tab-content #investment-ideas-tab-content .research-card .right .cmp-tp {
  display: flex;
  margin-bottom: 8px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .cmp-tp .cmp,
.tio-tab-content #investment-ideas-tab-content .research-card .right .cmp-tp .cmp {
  margin-right: 6px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .cmp-tp .change,
.tio-tab-content #investment-ideas-tab-content .research-card .right .cmp-tp .change {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .cmp-tp .change.B,
.tio-tab-content #investment-ideas-tab-content .research-card .right .cmp-tp .change.B {
  color: #fe3c30;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .cmp-tp .change.S,
.tio-tab-content #investment-ideas-tab-content .research-card .right .cmp-tp .change.S {
  color: #229b40;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .sl-report,
.tio-tab-content #investment-ideas-tab-content .research-card .right .sl-report {
  display: flex;
  margin-bottom: 8px;
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .sl-report .view-report,
.tio-tab-content #investment-ideas-tab-content .research-card .right .sl-report .view-report {
  cursor: pointer;
  margin-left: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: var(--blue);
}
.tio-tab-content #trading-ideas-tab-content .research-card .right .btn-buy,
.tio-tab-content #investment-ideas-tab-content .research-card .right .btn-buy {
  border: 1px solid #34c758;
  box-sizing: border-box;
  border-radius: 8px;
  color: #34c758;
  text-align: center;
  width: 100%;
}
.tio-tab-content #trading-ideas-tab-content .research-card .card-footer,
.tio-tab-content #investment-ideas-tab-content .research-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eff6ff;
}
.tio-tab-content #trading-ideas-tab-content .research-card .card-footer .date,
.tio-tab-content #investment-ideas-tab-content .research-card .card-footer .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #80878e;
}
.tio-tab-content #trading-ideas-tab-content .research-card .card-footer .pick,
.tio-tab-content #investment-ideas-tab-content .research-card .card-footer .pick {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #053d6e;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card {
  margin-bottom: 16px;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .bookmark-share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .bookmark-share-wrapper .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #353535;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .bookmark-share-wrapper .bookmark-share {
  display: flex;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .desc {
  font-size: 14px;
  line-height: 21px;
  color: #80878e;
  margin-top: 8px;
  margin-bottom: 12px;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .category {
  margin-bottom: 12px;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .category .title {
  font-size: 12px;
  line-height: 18px;
  color: #80878e;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .category .amt {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #353535;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .more-invest {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .more-invest .know-more {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--blue);
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-body .more-invest .btn-buy {
  border: 1px solid #34c758;
  box-sizing: border-box;
  border-radius: 8px;
  color: #34c758;
  text-align: center;
  width: 60%;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-footer {
  padding: 0;
  text-align: center;
  background: #eff6ff;
}
.tio-tab-content #oc-portfolio-tab-content .ocp-card .card-footer span {
  font-size: 10px;
  line-height: 15px;
  color: var(--blue);
}

.highlight-card-row {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .highlight-card-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.highlight-card-row .highlight-card {
  border-radius: 8px;
}
.highlight-card-row .highlight-card.hl0 {
  border: 1px solid #bf5698;
}
.highlight-card-row .highlight-card.hl0 .title {
  color: #bf5698;
}
.highlight-card-row .highlight-card.hl1 {
  border: 1px solid #eb9923;
}
.highlight-card-row .highlight-card.hl1 .title {
  color: #eb9923;
}
.highlight-card-row .highlight-card.hl2 {
  border: 1px solid #7b73bf;
}
.highlight-card-row .highlight-card.hl2 .title {
  color: #7b73bf;
}
.highlight-card-row .highlight-card .card-body {
  padding: 24px;
}
.highlight-card-row .highlight-card .card-body .title {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.highlight-card-row .highlight-card .card-body .detail-wrapper {
  display: flex;
  justify-content: space-between;
}
.highlight-card-row .highlight-card .card-body .detail-wrapper .desc {
  font-size: 12px;
  line-height: 18px;
  color: var(--text1);
  margin-bottom: 16px;
}
.highlight-card-row .highlight-card .card-body .detail-wrapper .explore {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--blue);
  cursor: pointer;
}
@media (max-width: 768px) {
  .highlight-card-row .highlight-card {
    width: 288px;
  }
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
/*  height: 40px;*/
  width: 191px;
  gap: 4px;
}

.toggle-container .check-toggle {
  visibility: hidden;
  position: absolute;
}

.toggle-container .check-label {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin: 0;
  border: 1px solid #353535;
  font-size: 12px;
}

.toggle-container .ball {
  background-color: #353535;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideOff 0.3s linear forwards;
}

.toggle-container .toggle-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.toggle-container .activeCheck {
  color: #e77817;
  margin: 0;
}

.toggle-container .check-toggle:checked + .check-label .ball {
  animation: slideOn 0.3s linear forwards;
}

@keyframes slideOn {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(7.5px) scale(1);
  }
}
@keyframes slideOff {
  0% {
    transform: translateX(7.5px) scale(1);
  }
  50% {
    transform: translateX(0px) scale(1);
  }
}
.active-contracts-table-div {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .active-contracts-table-div {
    overflow: auto;
  }
}
.market-movers {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}

#btn-left {
  cursor: pointer;
}

#btn-right {
  cursor: pointer;
}

.market-movers-cards {
  display: flex;
  gap: 26px;
  white-space: nowrap;
  overflow-x: scroll;
	/*add by nishit*/
	overflow:hidden;
}
.market-movers-cards::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.market-movers-cards::-webkit-scrollbar-track {
  background-color: #dcdcdc;
}
.market-movers-cards::-webkit-scrollbar-thumb {
  background-color: #f5f6f7;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}
.market-movers-cards .m-cards {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  gap: 12px;
  padding: 16px;
}
.market-movers-cards .m-cards .m-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.screen-cards {
  display: flex;
  gap: 21px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .screen-cards {
    overflow-x: auto;
  }
}
.screen-cards .sc-cards {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 16px;
  width: 165px;
}
.screen-cards .sc-cards .sc-title {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  #trending-news .tn-card-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  #trending-news .tn-card-row .tn-card {
    width: 288px;
  }
}
#trending-news .tn-card-row .tn-card {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-bottom: 32px;
}
#trending-news .tn-card-row .tn-card .card-body {
  padding: 24px 16px 16px;
}
#trending-news .tn-card-row .tn-card .card-body .tag-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
#trending-news .tn-card-row .tn-card .card-body .tag-date .tag {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background: #80878e;
  border-radius: 32px;
  padding: 4px 10px;
}
#trending-news .tn-card-row .tn-card .card-body .tag-date .tag.P {
  background: var(--green);
}
#trending-news .tn-card-row .tn-card .card-body .tag-date .tag.N {
  background: var(--red);
}
#trending-news .tn-card-row .tn-card .card-body .tag-date .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #80878e;
}
#trending-news .tn-card-row .tn-card .card-body .card-title {
  font-weight: 600;
  line-height: 24px;
  color: #353535;
  margin-bottom: 8px;
}
#trending-news .tn-card-row .tn-card .card-body .desc {
  font-size: 14px;
  line-height: 21px;
  color: #80878e;
  margin-bottom: 8px;
}
#trending-news .tn-card-row .tn-card .card-body .read-more {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: #353535;
}

#video-podcast .video-podcast-row {
  margin-bottom: 32px;
}
#video-podcast .video-podcast-row .banner {
  box-shadow: 0px 15px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
}
#video-podcast .video-podcast-row .title-desc-wrapper {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#video-podcast .video-podcast-row .title-desc-wrapper .title {
  font-weight: 600;
  line-height: 19px;
  color: var(--blue);
}
#video-podcast .video-podcast-row .title-desc-wrapper .desc {
  font-size: 14px;
  line-height: 21px;
  color: #80878e;
}
@media (max-width: 768px) {
  #video-podcast .video-podcast-row .col-md-6:first-child {
    margin-bottom: 32px;
  }
}

.section-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #353a3f;
  margin-bottom: 16px;
}

.section-title-col {
  display: flex;
  justify-content: space-between;
}
.section-title-col .see-more {
  font-weight: 600;
  line-height: 19px;
  color: var(--blue);
  cursor: pointer;
}

/*NPS*/
.triangle{
	background: var(--semiOrange)!important;
	margin-top:-16px;
	padding:0.5rem 0.5rem 0rem 0.5rem;
	right:0;
	text-align:center;
	margin-right: -16px;
	border-top-right-radius: 0.25rem;
}

.triangle::after { 
  	content: "";
	border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 12px solid var(--semiOrange)!important;
    margin-top:px;
    position: absolute;
    margin-left: -71px;
}
	
.triangleselected{
	background: var(--orange)!important;
	margin-top:-16px;
	padding:0.5rem 0.5rem 0rem 0.5rem;
	right:0;
	text-align:center;
	margin-right: -16px;
	border-top-right-radius: 0.10rem;
}

.triangleselected::after { 
  	content: "";
	border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 12px solid var(--orange)!important;
    margin-top:px;
    position: absolute;
    margin-left: -71px;
}	
	
.cardselected{
	border: 2px solid var(--orange)!important;
}	
/*END*/

/*Step styling Starts*/
.step-default{
    background: rgba(197, 197, 197, 0.33);    
    padding: 2px;
    border-radius: 3px;
}
.step-active{
    background: rgba(52, 199, 88, 1);
}
.step-current{
    background: rgba(235, 153, 35, 1);
}
/*END*/

/*Time Line*/
ul.timeline-3 {
	list-style-type: none;
	position: relative;
}

ul.timeline-3:before {
	content: ' ';
	/*background: #e9e7e2;*/
	border: 1px dashed #E9E7E2;
	display: inline-block;
	position: absolute;
	left: 30px;
	width: 2px;
	height:60%;
	z-index: 400;
}

ul.timeline-3 > li {
	margin: 30px 0;
	padding-left:55px;
}

ul.timeline-3 > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #e9e7e2;
	left: 20px;
	width: 22px;
	height: 22px;
	z-index: 400;
}

.timelineactive {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border:5px solid var(--orange);
	left: 20px;
	width: 22px;
	height: 22px;
	z-index: 400;
}

.checkmark {
    display:inline-block;
	position: absolute;
    width: 22px;
    height:22px;
	left: 20px;
	z-index: 400;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: green;
    border-radius:11px;
    left:0;
    top:0;
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}


/*resetting Styles for Live Header*/
.container{
    max-width: 100%!important;
	
}
.bg-primary {
    color: #fff;
    background-color: #e27a3b!important;
}
.navbar-nav
{
    flex-direction: inherit!important;
}
.btn{
	 font-size: inherit;
}
.navbar
{
	padding:0;
}
.navbar-brand
{
	 font-size: 13px!important;
	padding: 0rem !important;
}
.header_level_1 {
    margin: 0!important;
}
#pnlmnudsp .container.bg-white {
    background-color: #eee!IMPORTANT;
}