
 @import url("https://trade.fyers.in/static/js/option-chain/assets/style/3/fontawsome.min.css");
 #tv_chart_container{
  overflow: hidden;
  max-height: 100vh;
 }
 #optionChainModal{
  z-index: 0;
 }
 
 html {
  scroll-behavior: smooth;
}
:root {
  /* Dark mode variables go here */
  --cl-white:#FFF;
  --optn-chain-bg-color:  #FFF;
  --headercolor:#2A394E;
  --background-hd-color: #ECF0FE;
  --optn-table-heading:#F4F4F5;
  --label-color: #10161F;
  --grey-cl-span:#747E8B;
  --grey-cl:#747E8B;
  --bordr-cl:#EAEAEA;
  --atm-bordr-cl:#B8ABFF;
  --green-txt:#218038;
  --red-txt:#B52A21;
  --call-table-odd:#FFF;
  --option-detl-heading:#6A7582;
  --toggle-item-label:#E9E9EA;
  --toggle-item-label-after:#FFFFFF;
  --strike-table:#F3F1FF;
  --table-head:#FFF;
  --call-table-even:#F7F9FF;
  --call-put-odd:#F9F9FA;
  --call-put-even:#FFFFFF; 
  --option-persentage:#B1F6CA; 
  --put-persentage:#FFC1BE;
  --active-table: #FFF9E5;
  --active-strike-atm: #F3F1FF;
  --active-atm-price: #E5E0FF;
  --call-sell:#FFF;
  --call-sell-brdr:#FFF;
  --filter-bg:#FFF;
  --filetr-int:#F4F4F5;
  --filetr-int-cl:#2A394E;
  --check-border:#CACACB;
  --strike-btn-border:#EAEBED;
  --search-optn-result-bg:  #FFFFFF;
   --search-optn-result-brdr: #eaeaea;
  --search-optn-result-cl: #1A2330;
  --search-optn-result-sub :#2A394E;
  --search-optn-result-btn-bg: #F4F4F5;
  --search-optn-result-btn-cl:#2A394E;
  --search-optn-result-sub-cl:#6A7483;
  --info-tbale-bg:#FFF9E5;
  --option-info-box-bg:#FFF;
  --select-drpdn:#FFF;
  --brdr-right:#C9CDD2;
  --heding-span-bg:#EAEBED;
  --heding-span-cl:#6A7483;
  --option-cl-head:#2A394E;
  --thumb-brdr:#FFF;
  --thumb-bg:#436AF5;
  --rage-bg: rgba(67,106,245,0.27);
  --bg-itm-element: #FFF9E5;
--range-brdr:#FFFFFF;
--box-shadow:rgb(42 43 46 / 10%);
--minimize:#747E8B;
--option-chain-action-path:#6A7483; 
}
  /* Fallback for older browsers or manual mode */
 .theme-dark  {
    /* Dark mode variables go here */
    --cl-white:#FFF;
    --optn-chain-bg-color: #10161F;
    --headercolor:#FFF;
    --background-hd-color: rgb(86 121 245 / 15%);
    --optn-table-heading:rgb(42 57 78 / 30%);
    --label-color:#EAEBED;
    --grey-cl-span:#949CA6;
    --grey-cl:#EAEBED;
    --bordr-cl:#2A394E;
    --atm-bordr-cl:#2A394E;
    --green-txt:#2ED158;
    --red-txt:#FE4539;
    --option-detl-heading:#949CA6;
    --toggle-item-label:#2A394E;
    --toggle-item-label-after:#FFF;
    --strike-table:#242233;
    --table-head:#10161F;
    --call-table-odd: rgb(67 106 245 / 05%);
    --call-table-even:rgb(67 106 245 / 10%);
    --call-put-odd:rgb(43 58 79 / 20%);
    --call-put-even:rgb(43 58 79 / 10%);
    --bg-itm-element:rgb(128 105 0 / 20%);
    --option-persentage:rgb(33 128 56 / 50%);
    --put-persentage:rgb(181 42 33 / 50%);
    --active-table: #6052AD;
    --active-strike-atm: #242233;
    --active-atm-price: #302B4C;
    --call-sell:#1E2939;
    --call-sell-brdr:#2A394E;
    --filter-bg:#1E2939;
    --filetr-int:#2A394E;
    --filetr-int-cl:#EAEBED;
    --check-border:#2A394E;
    --strike-btn-border:#2A394E;
    --search-optn-result-bg: #1E2939;
    --search-optn-result-brdr:#2A394E;
    --search-optn-result-cl: #EAEBED;
    --search-optn-result-sub :#949CA6;
    --search-optn-result-btn-bg:#2A394E;
    --search-optn-result-btn-cl:#EAEBED;
    --search-optn-result-sub-cl:#949CA6;
    --info-tbale-bg:#272719;
    --option-info-box-bg:#1D2737;
    --select-drpdn:#1E2939;
    --brdr-right:rgb(116 126 139 / 50%);
    --heding-span-bg:#2A394E;
  --heding-span-cl:#EAEBED;
  --option-cl-head:#EAEBED;
  --thumb-bg:#436AF5;
--thumb-brdr:#2A394E;
--rage-bg: rgba(67,106,245,0.27);
--range-brdr:#2A394E;
--box-shadow:rgb(0 0 0 / 50%);
--minimize:#FFF;
--option-chain-action-path:#FFF;

  }
 
button, button:focus{
  outline: none;
}

 table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
tbody::-webkit-scrollbar {
  display: none;
}
tbody, thead, table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.option-chain-model-cnt{
  max-width: 880px;
 
}

.option-chain-model-cnt.bid-container{
  max-width: 1000px;
}
.option-chain-model-cnt.compact-view{
  max-width: 1200px;
}
.option-chain-model-cnt.compact-view.bid-container{
  max-width: 1350px;
}
.option-chain-model-cnt .modal-content{
  width: 100%;
  border-radius: 0;
  background: var(--optn-chain-bg-color);
  border: 1px solid var(--search-optn-result-brdr);
  box-shadow: 2px 4px 32px 16px var(--box-shadow);
  /* transition :all 1.5s ease; */
}
.option-chain-heading h4{
  color: var(--headercolor);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
.expanded-view {
  color: #436AF5;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  align-items: center;
}
.option-chain-option{
  border-top: 1px solid var(--bordr-cl);
  /* border-bottom: 1px solid #EAEAEA; */
  background-color: var( --background-hd-color);
}
.option-chain-option ul{
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.option-chain-option ul li{
  border-right: 1px solid var(--brdr-right);
  position: relative;
  /* min-width: 110px; */
}
.option-detl.pr-3.pr-lg-5{
  padding-right: 0rem !important;
}
.option-chain-option ul li:last-child{
  border: none;
  min-width: auto;
}
.search-option{
  background: none;
  width: 34px;
  padding:0px 0px;
  height: 34px;
  border: none;
  display: flex;
  align-items: center;
  justify-self: center;
  background: url(https://assets.fyers.in/option-chain/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.theme-dark .search-option{
  background: url(https://assets.fyers.in/option-chain/icon-search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.option-detl h6 {
  color: var(--option-detl-heading);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  padding-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.option-detl h6.text-dark {
  color: var(--headercolor) !important;
  font-size: 0.875rem;
}
.option-detl p{
  font-size: 0.75rem;
  font-weight:400 ;
  letter-spacing: 0;
  line-height: 0.875rem;
  margin-bottom: 0;
  white-space: nowrap;
  color: var(--headercolor);
}
.option-detl p span{
  color: var( --green-txt);
}
.option-detl p span.cl-red{
  color: var( --red-txt);
}
.option-detl p span.text-danger{
  color: var(--red-txt) !important;
}
.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom, 
.checkbox-custom-label, 
.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
  padding-right: 0.5rem;
  color: var(--label-color);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  outline: none;
}
.checkbox-custom-label span {
  color: var(--grey-cl-span);
  font-size:0.625rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  padding-left: 4px;
}
.checkbox-custom:focus{
  outline: none;
  border: none;
}
.checkbox-custom-label, 
.radio-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, 
.radio-custom + .radio-custom-label:before {
  content: '';
  background: transparent;
  border: 1px solid var(--check-border);
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  margin-left: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  background: #436AF5;
  color: var(--cl-white);
  line-height: 12px;
  font-size: 12px;
  border-color: #436AF5;
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #bbb;
}
.checkbox-custom:focus + .checkbox-custom-label, 
.radio-custom:focus + .radio-custom-label {
  outline: none;
 /* focus style */
}
label.expiry {
  color: var(--grey-cl);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  display: inline;
  margin-bottom: 0;
}
select.form-select{
  border: 1px solid #E9E9EA;
  border-radius: 16px;
  padding: 5px 5px;
  color: var(--headercolor);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-left: 10px;
}
.option-table-heading{
  background:var(--optn-table-heading);
  border-top: 1px solid var(--bordr-cl);
  border-bottom: 1px solid var(--bordr-cl);
}
.option-table-heading h5{
  color: var( --option-cl-head);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.option-table-heading h5.puts{
  color: var( --option-cl-head);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.rem;
  margin-bottom: 0;
}
.option-table tr th{
  color: var(--grey-cl);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  border:none;
  position: relative ;
  direction: ltr;
}
.option-table tr td{
  color: var(--headercolor);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  background: var( --call-table-odd);
  border:none;
  position: relative;
  font-weight: 500;
  direction: ltr;
  cursor: pointer;
}
.option-chain-model-cnt .option-table .table tr{
  position: relative;
}
.option-table tr td p{
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  white-space: nowrap;
}
.option-table th{
  background:var(--table-head);
}
/* 
.option-chain-model-cnt.compact-view .option-table .table tr td:nth-child(4), 
.option-chain-model-cnt.compact-view .option-table .table tr th:nth-child(4), 
.option-chain-model-cnt.compact-view .option-table .table tr td:nth-child(8),
.option-chain-model-cnt.compact-view .option-table .table tr th:nth-child(8){
  display: table-cell;
}
.option-chain-model-cnt .option-table .table .option-info-box tr td:nth-child(2), 
.option-chain-model-cnt .option-table .table .option-info-box tr th:nth-child(2), 
.option-chain-model-cnt .option-table .table .option-info-box tr td:nth-child(4), 
.option-chain-model-cnt .option-table .table .option-info-box tr th:nth-child(4){
  display: table-cell ;
} */
.option-chain-model-cnt .option-table .table th, 
.option-chain-model-cnt .option-table .table td {
  padding: 0.5rem .3rem;
}
.option-chain-model-cnt.compact-view.option-table .table th, 
.option-chain-model-cnt.compact-view .option-table .table td {
  padding: 0.5rem .3rem ;
}
.option-chain-model-cnt .option-table .table.put-table th:first-child, 
.option-chain-model-cnt .option-table .table.put-table td:first-child {
  padding-left: 1rem ;
}
/* .option-chain-model-cnt.compact-view .option-table .table th:first-child, .option-chain-model-cnt.compact-view .option-table .table td:first-child {
  padding-left: 1rem !important;
}
*/
.option-chain-model-cnt .option-table .table.call-table th:first-child, 
.option-chain-model-cnt .option-table .table.call-table td:first-child, 
.option-chain-model-cnt .option-table .table.reverse-table th:first-child {
  padding-right: 1rem ;
}
.option-chain-model-cnt .option-table .call-table-holder .table th:first-child,
.option-chain-model-cnt .option-table .call-table-holder .table td:first-child{
  padding-left: 1rem;
}
.option-chain-model-cnt .option-table .put-table-holder .table th:first-child,
.option-chain-model-cnt .option-table .put-table-holder .table td:first-child{
  padding-right: 1rem;
}
/* .option-chain-model-cnt .option-table .table tr td:nth-child(6), .option-chain-model-cnt .option-table .table tr th:nth-child(6) {
  background: #fff;
  z-index: 1;
  padding: 0.5rem 1.2rem;
  width: 150px;
}
*/
/* .option-chain-model-cnt .option-table .table tr td.iv-field ,
.option-chain-model-cnt .option-table .table tr td.vol-field {
 width: 100px;

} */
.option-chain-model-cnt.compact-view .option-table .table tr td:nth-child(2), 
.option-chain-model-cnt.compact-view .option-table .table tr th:nth-child(2), 
.option-chain-model-cnt.compact-view .option-table .table tr td:nth-child(10), 
.option-chain-model-cnt.compact-view .option-table .table tr th:nth-child(10) {
 /* width: 70px;
  */
  display: table-cell;
}
.option-table tr td.bg-call-odd{
  background: var( --call-table-odd);
}
.option-table tr td.bg-put-odd{
  background: var(--call-put-odd);
}
.option-table tr td.bg-call-even{
  background: var(--call-table-even);
}
.option-table tr td.bg-put-even{
  background:var(--call-put-even);
}
.option-table tr td.bg-itm-element{
  background:var(--bg-itm-element);
}
.option-table tr td.call-option, .strike-price-table tr.strike-item{
  border-bottom:  1px solid var(--bordr-cl);
}
.strike-price-table tr.strike-item{
  border-left:  1px solid var(--atm-bordr-cl);
  border-right:  1px solid var(--atm-bordr-cl);
}
.option-table tr.active td, 
.option-table .table tr.active td:nth-child(6){
  background: var(--active-strike-atm)
}
.strike-price-table .strike-item.active td{
  background: var(--active-atm-price);
  background-clip: padding-box;
}
.option-table tr td span{
  color: var(--green-txt) ;
  font-weight: 400;
}
.option-table tr td.ask-field span,
.option-table tr td.bid-field span{
  color: var(--headercolor);
}
.option-table tr td span.cl-red{
  color: var(--red-txt) ;
  font-weight: 400;
}
.option-table tr td.bid-hold span{
  color: var(--grey-cl);
}
.option-table {
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  min-height: 440px;
}
.option-table tr th.oi-header,.option-table tr td.oi-field{
  width: 90px;
}
/* .option-table tr th.delta-head,
.option-table tr td.delta-field,
.option-table tr th.theta-head,
.option-table tr td.theta-field,
.option-table tr th.gamma-head,
.option-table tr td.gamma-field,
.option-table tr th.vega-head,
.option-table tr td.vega-field, */
.option-table tr th.vol-header,
.option-table tr td.vol-field
/* .option-table tr th.iv-header,
.option-table tr td.iv-field */
{
  width: 95px;
}
.option-table tbody {
  display: block;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  
}
.option-table::-webkit-scrollbar {
  width: 0 !important;
  display: none;

}
.option-graph{
  position: absolute;
  
  top: 0.55rem;
  height: 22px;
  background: var(--option-persentage);  
  
  z-index: 0;
  max-width: calc(100% - 1.5rem);
}
.call-table-holder .option-graph{
  right: auto;
  left: .2rem;
  border-radius: 0 30px 30px 0;
}
.option-chain-model-cnt .option-table .call-table-holder .table td:first-child .option-graph{
  left: 1rem;
}
.put-table-holder .option-graph{
  left: auto;
  right: .2rem;
  border-radius: 30px 0 0 30px ;
}
.option-chain-model-cnt .option-table .put-table-holder .table td:first-child .option-graph{
  right: 1rem;
}

.option-graph.graph-error{
  background: var(--put-persentage);
  

}
div.custom-select {
  height: 32px;
  min-width: 184px;
  max-width: 210px;
  border: 1px solid var(--bordr-cl);
  border-radius: 4px;
  position: relative;
  font-size: 0.75rem;
  color: var(--headercolor);
  letter-spacing: 0;
  line-height: 18px;
  padding: 4px 0px ;
  background: var(--optn-chain-bg-color) url(https://assets.fyers.in/option-chain/down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
div.selected {
  width: inherit;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
div.selected > .text {
  font-size: 0.75rem;
  color: var(--headercolor);
  letter-spacing: 0;
  line-height:1.125rem;
  padding: 0.1rem 1.75rem 0.1rem 0.75rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.select-box {
  display: none;
  width: 100%;
  z-index: 10029;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 8px 20px #000000;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  background: var(--select-drpdn);
  top: 32px;
  left: 0 
}
div.select-box.active {
  display: block;
}
div.select-box.drop-up {
  top: auto;
  bottom: 100%;
}
ul.select-list {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
ul.select-list li {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--headercolor);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0.75rem 0.75rem;
  border: 1px solid var(--bordr-cl);
}
ul.select-list li.clicked {
  color: #436AF5;
}
.option-view{
}
.option-view .switch{
  width: 64px;
  margin-bottom: 0;
  border-radius: 2px;
  background-color: var(--optn-table-heading);
  height: 32px;
  margin-left: 0;
}
.option-view .switch .slider {
  border: 1px solid var(--bordr-cl);
  background: url(https://assets.fyers.in/option-chain/compact-grey.svg) var(--optn-table-heading);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
.option-view .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width:30px;
  left: 2px;
  top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 2px;
  background-color: #436AF5;
  border-radius: 2px;
  border: 1px solid #436af5;
  background: url(https://assets.fyers.in/option-chain/minimal-white.svg) #436AF5;
  background-repeat: no-repeat;
  background-position: center;
}
.option-view .slider:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 30px;
  right: 2px;
  top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 2px;
  border-radius: 1px 0 0 1px ;
  background-repeat: no-repeat;
  background-position: center right 11px;
}
.option-view input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(282px);
  transform: translateX(28px);
  border-radius: 2px ;
  border: 1px solid #436af5;
  background: url(https://assets.fyers.in/option-chain/compact-white.svg) #436AF5;
  background-repeat: no-repeat;
  background-position: center;
}
.option-view input:checked + .slider:after{
 /* background: url(https://assets.fyers.in/option-chain/icon-grid-blue.svg);
  background-repeat: no-repeat;
  background-position: center left 11px;
  */
}
.option-view input:checked + .slider {
  background: url(https://assets.fyers.in/option-chain/minimal-grey.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
}
.option-info{
  background: none;
  border:none;
  width: 20px;
  padding: 0;
}
.option-info-box{
  position: absolute;
  max-width: 350px;
  border-radius: 2px;
  background-color: var(--option-info-box-bg);
  box-shadow: 2px 4px 32px 16px rgba(42,43,46,0.1);
  border: 1px solid var(--search-optn-result-brdr);
  z-index: 9;
  left: 80px;
  top: 25px;
  display: none;
  width: 100%;
  margin-left: -20px;
}
.option-info-box.top-option{
  top: -97px;
}
#strikeHeader th{
  background-image: url(https://assets.fyers.in/option-chain/elements/icon-down.svg);
  background-repeat: no-repeat;
  background-position: 104px 15px;
  cursor: pointer;
}
#strikeHeader th.strike-descending{
  background-image: url(https://assets.fyers.in/option-chain/elements/icon-up.svg);
}
.option-info-box:after {
  position: absolute;
  content: "";
  left: 20px;
  top: -5px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--option-info-box-bg);
}
.option-info-box h3{color: var(--headercolor);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  width: auto;
  box-shadow: none;
  margin-bottom: .1rem;
}
.option-info-box table tr td,.option-info-box table tr th{
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem 0rem;
}
  .option-info-box p{
    color: var(--headercolor);
    font-size:0.75rem;
    letter-spacing: 0;
    line-height: 1rem;
    border: none;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
  }
.option-info-box.analysis{
  max-width: 640px;
}
.option-info-box.analysis:after {
  border-bottom-color: var(--info-tbale-bg);
}
.option-table .table tr th:nth-child(2) .option-info-box{
  left: 40px;
}
.option-table .table tr th:nth-child(3) .option-info-box{
  left: 40px;
  max-width: 650px;
}
.option-table .table tr th:nth-child(4) .option-info-box{
  left: 80px;
  max-width: 650px;
}
.option-table .table tr th:nth-child(5) .option-info-box{
  left: 50px;
  max-width: 650px;
}
.option-info-box tr th,
.option-table .option-info-box tr th:nth-child(4){
  background:var(--info-tbale-bg);
  color: var(--headercolor);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  width: auto;
  box-shadow: none;
}
.option-table .option-info-box tr th:nth-child(4)::after{
  display: none;
}
.option-table .option-info-box tr th,
.option-table .option-info-box tr td{
 /* padding: 1rem 1.5rem !important;
  */
  text-align: left;
}
.option-table .option-info-box tr th:last-child, 
.option-table .option-info-box tr td:last-child{
 /* width: 350px;
  */
  padding-right: 1rem !important;
  box-shadow: none;
}
.option-chain-model-cnt .option-table .option-info-box tr th:nth-child(2), 
.option-chain-model-cnt .option-table .option-info-box tr td:nth-child(2), 
.option-chain-model-cnt.compact-view .option-table .option-info-box tr th:nth-child(2), 
.option-chain-model-cnt.compact-view .option-table .option-info-box tr td:nth-child(2){
  width: 110px;
}
.option-table .option-info-box tr th:nth-child(3), 
.option-table .option-info-box tr td:nth-child(3){
  width: 100px;
}
.option-table .option-info-box tr th:nth-child(1), 
.option-table .option-info-box tr td:nth-child(1){
  width: 80px;
  padding-left: 1rem !important;
}
.option-table .option-info-box tbody tr:nth-of-type(odd) {
  background-color: var(--optn-table-heading );
}
.option-table .option-info-box tbody tr:nth-of-type(even) {
  background-color: var(--option-info-box-bg);
}
.option-table .option-info-box tr td, 
.option-table .option-info-box tr td:nth-child(4){
  background: transparent;
  vertical-align: middle;
  width: auto;
}
.option-table .option-info-box tr td::after, 
.option-table .option-info-box tr td:nth-child(4)::after{
  display:none;
  width: auto;
}
.option-chain-opt{
  position: absolute;
  z-index: 9;
  display: flex;
  padding: 0.5rem 0.25rem;
  background: var(--call-sell);
  border:1px solid var(--call-sell-brdr);
  border-radius: 2px;
  top: 50%;
  left:50%;
  display: none;
  white-space: nowrap;
  box-shadow: 2px 4px 32px 16px var(--box-shadow);
   /* transform: translate(50%); */
  width: fit-content;
  margin-left: -125px;
  direction: ltr;
}
.option-chain-model-cnt .option-table .table tr td:nth-child(1) .call-sell{
  /* position: unset; */
  left: 1.5rem;
  right: auto;
  transform: translate(0%);
}
.option-chain-model-cnt .option-table .table.oc-srl-put-tbl tr td:nth-child(1) .call-sell {
  /* position: unset; */
  left: auto;
  right: 1.5rem;
  transform: translate(0%);
}
.oc-srl-cl-tbl tr td:last-child .call-sell{
  right: 1.5rem;
    left: auto;
    transform: translate(0%);
}
.oc-srl-put-tbl tr td:last-child .call-sell{
  left: 1.5rem;
    right: auto;
    transform: translate(0%);
}
.option-chain-opt:after{
  position: absolute;
  content: "";
  left: 50%;
  top: -5px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid  var(--call-sell);
}
.call-table .option-chain-opt{
  left: 1.5rem;
  right: auto;
}
.option-table  table tr:last-child .option-chain-opt{
  top: auto;
  bottom: 50%;
}
.option-table  table tr:last-child .option-chain-opt:after{
  position: absolute;
  content: "";
  left: 50%;
  top:auto;
  bottom: -6px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-bottom: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
}
.put-option .option-chain-opt.opt-sell{
  left: auto;
  right: .75rem;
}
.option-chain-opt a{
  margin: 0rem 0.25rem;
}
.search-optn-result{
  position: absolute;
  height: calc(100% - 42px);
  z-index: 15;
  background: var(--search-optn-result-bg);
  border:1px solid var(--search-optn-result-brdr);
  width: 100%;
  max-Width: 370px;
  box-shadow: 2px 4px 32px 16px rgba(42,43,46,0.1);
  top: 42px;
  left:10px;
  border-radius: 2px;
  display: none;
  z-index: 999;
}
.search-optn-result .close {
  opacity: 1;
  width: 20px;
}
.search-optn-result .close img{
  width: 100%;
}
.search-optn-result h5{
  color: var(--search-optn-result-cl);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
}
.search-optn-result form{
  border-top: 1px solid var(--bordr-cl);
  border-bottom: 1px solid var(--bordr-cl);
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-optn-result form .form-control{
  border: none;
  padding-left: 0.5rem;
  background-color: var(--search-optn-result-bg);
  color: var(--label-color);
}
.search-optn-result form label {
 /* display: inline-block;
  */
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  color: #949CA6;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 18px;
  background: url(https://assets.fyers.in/option-chain/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  width: 26px;
}
.theme-dark .search-optn-result form label{
background: url(https://assets.fyers.in/option-chain/icon-search-white.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 26px;
}
.search-optn-result form label img{
  width: 25px;
  opacity: 0.5;
  display: none;
 /* margin-right: 0.5rem;
  */
}
.search-optn-result form .form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.search-optn-result form input[type="text"]::placeholder {
 /* Firefox, Chrome, Opera */
  text-align: left;
  color: #949CA6;
  font-size:0.75rem;
  letter-spacing: 0;
  line-height: 18px;
}
.search-optn-result h3 {
  color: var(--search-optn-result-sub);
  font-size:1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.option-recent-reslt h3{
  color: #949CA6;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 13px;
}
.search-optn-result ul{
  /* max-height: 200px; */
  /* overflow: hidden; */
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  /* overflow: hidden;
  overflow-y: scroll; */
  display: inline-block;
  width: 100%;
}
#searched-list{
  /* max-height: 430px; */
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  /* overflow: hidden;
  overflow-y: scroll; */
  display: inline-block;
  width: 100%;
}
.srch-scroll-holder{
  height: 470px;
  overflow: hidden;
  overflow-y: auto;
}
.search-optn-result ul li{
  border-bottom: 1px solid var(--bordr-cl);
  border-right: none;
  padding: 0.5rem 0rem;
}
.search-optn-result ul li:last-child{
 border-bottom:none;
 
}
.search-optn-result ul li h5{
  color: var(--headercolor);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.875rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.search-optn-result ul li h5 span{
  border-radius: 2px;
    background-color: var(--heding-span-bg);
    padding: 0rem 0.3rem;
    color: var(--heding-span-cl);
    font-size: 0.65rem;
    letter-spacing: 0;
    margin-left: 0.3rem;
    margin-top: 0px;
}
.search-optn-result ul li p{
  color: var(--search-optn-result-sub-cl);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0;
}
.popular-search{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.popular-search span,.popular-search a{
  border-radius: 16px;
  background: url(https://assets.fyers.in/option-chain/popular-search.svg) var(--search-optn-result-btn-bg);
  color: var(--search-optn-result-btn-cl);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  margin-right: 4px ;
  padding: 0.6rem 1.5rem;
  margin-bottom: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left .5rem center ;
}
.option-recent-reslt{
  display: none;
}
.optn-filter{
  color: var(--headercolor); 
  height: 32px;
  width: 32px;
  border: 1px solid var(--bordr-cl);
  border-radius: 4px;
  display: none;
  background: transparent;
  background: url(https://assets.fyers.in/option-chain/filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.optn-filter.active{
  background: url(https://assets.fyers.in/option-chain/filter-active-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.optn-filter img{
  width: 100%;
  display: none;
}
.option-chain-model-cnt.compact-view .optn-filter{
  display: block;
}
.optn-fltr-holder{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  transition :all .75s ease;
  max-width: 300px;
}
.optn-fltr-holder.show{
  max-width: 300px;
  width: 100%;
}
.optn-fltr-dtail{
  background: var(--filter-bg);
  position: relative;
  box-shadow: -9px 2px 24px 0 rgb(0 0 0 / 8%);
  right: -350px;
  top: 0;
  height: 100%;
  z-index: 99;
  max-width: 300px;
  transition :all .75s ease;
  overflow: hidden;
  /* width: 0; */
  border: 0px solid transparent;
  overflow-y: auto;
}
.optn-fltr-dtail.show{
  right: 0;
  width: 100%;
  display: inline-block;
  /* transition :all .1s ease; */
  border: 1px solid var(--search-optn-result-brdr);
}
.optn-fltr-dtail .filter-clear-all{
  border: 1px solid #CACACB;
  border-radius: 2px;
  background: var(--filter-bg);
  color: var(--headercolor);
  font-family: Poppins;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0.35rem 0.792rem;
}
.optn-fltr-dtail .apply-btn {
  border: 1px solid #436af5;
  border-radius: 2px;
  background: #436af5;
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0.35rem 0.792rem;
}
.filtr-strike{
}
.option-strike h5{
  color: var(--headercolor);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}
.option-strike a{
  border: 1px solid var(--strike-btn-border);
  border-radius: 2px;
  background: var(--filter-bg);
  color: var(--headercolor);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0.17rem 1.87rem;
  /* margin-right: 10px; */
  margin-top: 10px;
  display: inline-block;
}
.option-strike a.active{
  border: 1px solid #436AF5;
  background-color: transparent;
  color: #436AF5;
}
.filtr-nt{
  border-radius: 0 0 2px 2px;
  background:url(https://assets.fyers.in/option-chain/icon-info-optionchain.svg) var(--filetr-int);
  color: var(--filetr-int-cl);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  padding: 4px 8px 5px 28px;
  background-repeat: no-repeat;
  background-position: left 4px top 4px;
  background-size: 20px;
}
.filtr-optons{
}
.filtr-optons h5{
  color: var(--headercolor);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.filter-option{
}
.filter-option .checkbox-custom, 
.filter-option .checkbox-custom-label{
  padding-right: unset;
  padding-left: 2rem;
  margin-top: 5px;
}
.filter-option .checkbox-custom + .checkbox-custom-label:before{
  left: 0;
  right: unset;
  margin-left: 0;
  width: 16px;
  height: 16px;
  top: 2px;
}
.filter-option .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  background: #436AF5;
  color: #fff;
  line-height: 11px;
  font-size: 10px;
}

.option-chain-model-cnt.table-adjust  .optn-filter{
  display: block;
}

.strike-price-table{
  max-width: 120px;
  width: 100%;
  display: block;
  z-index: 1;
  flex: 0 0 120px;
  
}
.option-chain-model-cnt.compact-view .strike-price-table{
  max-width: 120px;
  flex: 0 0 120px;
}
.strike-price-table tr td {
  background: var(--strike-table);
  background-clip: padding-box;
}
.strike-price-table tr th{
  background: var(--table-head);
}
.call-table,.reverse-table{
  direction: rtl;
}
.call-table td{
  direction: ltr;
}
.toggle-item {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-item + label {
  display: flex;
  width: 2rem;
  height:.9rem;
  background-color: var(--toggle-item-label);
  border-radius: 9px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  margin-bottom: 0;
}
.toggle-item + label:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--toggle-item-label-after);
  border-radius: 50%;
  top: -0.06rem;
  left: 0em;
  transition: all .2s ease;
  box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.22);
}
.toggle-item:checked + label {
  background-color: #436AF5;
}
.toggle-item:checked + label:after {
  left:1.4em;
}
.bid-hold{
  display: none;
}
.modal-content .close{
  background: url(https://assets.fyers.in/option-chain/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  opacity: 1;
}
.theme-dark .modal-content .close,.theme-dark.modal-content .close{
  background: url(https://assets.fyers.in/option-chain/icon-close-white.svg);
}
.no-data-option-chain{
  
  background:var(--optn-chain-bg-color) ;
}
.no-data-image{
  background: url(https://assets.fyers.in/option-chain/white-nostate.svg);
  height: 120px;
  width: 120px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
    margin: 0px auto;
}
.no-data-holder{
  min-height: 522px;
}
.theme-dark .no-data-image{
  background: url(https://assets.fyers.in/option-chain/dark-nostate.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.no-data-holder h5 {
  color: var(--headercolor);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 5px;
}
.no-data-holder p {
  color: var(--headercolor);
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.range-slider {
  -webkit-appearance: none;
  width: 110px;
  height: 10px;
  border: 1px solid var(--range-brdr);
  border-radius: 9px;
  background-color: var(--rage-bg);
  outline: none;
  position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -55px;
    z-index: 99;
  -webkit-transition: .2s;
  transition: opacity .2s;
  display: none;
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--thumb-bg);
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--thumb-brdr);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--thumb-bg);
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--thumb-brdr);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
}
.oc-srl-cl-tbl,.oc-srl-put-tbl {
  transform: translate(0px);
}
.put-table-holder{
  direction: rtl;
}
.oc-maximize{
  width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 60px ;
    right: 27px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 19%), 0 0px 6px rgb(0 0 0 / 23%);
    background:#436af5 ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;

}
.oc-maximize:hover {
  transition: all .3s;
  transform: scale(1.1);
}
.oc-maximize:hover{
  opacity: 1;
  display: flex;
  width: 40px;
  height: 40px;
}
.oc-minimize{
  width: 24x;
  height: 24px;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: no-repeat;
  border: none;
  padding: 0;
}
.oc-minimize svg g#minimal-view-path{
  stroke:var(--minimize);
}
.oc-minimize svg g#minimal-view{
  fill: var(--minimize);
}
.oc-maximize img,.oc-minimize svg{
  width: 100%;
  max-width: 23px;
}
#putHeaders .option-info {
  display: none;
}
/* .call-table-holder .option-chain-opt {
  left: 145px
}
.put-table-holder .option-chain-opt {
  left: 575px
}
.bid-container .call-table-holder .option-chain-opt {
  left: 203px
}
.bid-container .put-table-holder .option-chain-opt {
  left: 634px
} */
.call-table-holder, .put-table-holder{
  position: relative;
  width: calc(50% - 60px);
}
.bubble{
  cursor: pointer;
}
.option-chain-action svg g path{
  fill: var(--option-chain-action-path) ;
}

@media (min-width: 1400px) {
  /* .oc-srl-cl-tbl,.oc-srl-put-tbl {
    transform: translate(0px)!important;
  } */
}
@media (max-width: 1399px) {
  .option-detl.pr-3.pr-lg-5{
    padding-right: 0rem !important;
  }
  /* .call-table-holder  .option-chain-opt,  
  .bid-container .call-table-holder .option-chain-opt {
    left: -10px
  } */
  /* .put-table-holder .option-chain-opt {
    left: 413px
  }
  .bid-container .put-table-holder .option-chain-opt {
    left: 443px
  } */
  .strike-price-table{
    max-width: 120px;
    flex: 0 0 120px;
  }
  .option-chain-model-cnt,
  .option-chain-model-cnt.bid-container,
  .option-chain-model-cnt.compact-view,
  .option-chain-model-cnt.compact-view.bid-container{
    max-width: 900px;   
}

  .option-chain-model-cnt .range-slider{
    display: none;
  }
  .option-chain-model-cnt.bid-container .range-slider,
  .option-chain-model-cnt.compact-view .range-slider,
  .option-chain-model-cnt.compact-view.bid-container .range-slider{
    display: block;  
}
  .call-table-holder, .put-table-holder {
    /* overflow: hidden; */
    width: calc(50% - 60px);
}
/* .search-optn-result ul {
  max-height: 430px;
}

#recent-searches {
  max-height: 210px;
}
  */
 

  .oc-srl-cl-tbl,.oc-srl-put-tbl {
    width: 385px;
  }
  
  
  .option-chain-model-cnt.bid-container .oc-srl-cl-tbl,.option-chain-model-cnt.bid-container .oc-srl-put-tbl {
    width: 420px;
  }
  
  .option-chain-model-cnt.compact-view .oc-srl-cl-tbl,
  .option-chain-model-cnt.compact-view .oc-srl-put-tbl  {
    width: 580px;
  }
  
  .option-chain-model-cnt.compact-view.bid-container .oc-srl-cl-tbl,
  .option-chain-model-cnt.compact-view.bid-container .oc-srl-put-tbl{
    width:635px;
  }
 
}
@media (max-width: 991px) {
 
  .option-chain-model-cnt .range-slider{
    display: block;
  }
  /* .call-table-holder .option-chain-opt, 
  .bid-container .call-table-holder .option-chain-opt {
    left: -111px
  } */
  /* .put-table-holder .option-chain-opt, 
  .bid-container .put-table-holder .option-chain-opt  {
    left: 305px
  } */
  .range-slider{
    display: block;
  }
  .call-table-holder, .put-table-holder {
    width: calc(50% - 60px);
}
.option-chain-option ul li {
  min-width: 200px;
}

.option-chain-option ul li:nth-child(2) {
  min-width: 160px;
}
.option-chain-option ul li:nth-child(3) {
  min-width: 160px;
}
.option-chain-model-cnt.compact-view,
.option-chain-model-cnt,
.option-chain-model-cnt.bid-container{
  max-width: 700px;
} 
.oc-srl-cl-tbl,.oc-srl-put-tbl {
    width: 350px;
}
.option-chain-model-cnt.bid-container .oc-srl-cl-tbl,.option-chain-model-cnt.bid-container .oc-srl-put-tbl {
    width: 500px;
  }

  .option-chain-model-cnt.compact-view .oc-srl-cl-tbl,
  .option-chain-model-cnt.compact-view .oc-srl-put-tbl  {
    width: 600px;
  }
  .option-chain-model-cnt.compact-view.bid-container{
    max-width: 700px;
  }
  .option-chain-model-cnt.compact-view.bid-container .oc-srl-cl-tbl,
  .option-chain-model-cnt.compact-view.bid-container .oc-srl-put-tbl{
    width: 730px;
  }
  .option-info-box.analysis{
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* .call-table-holder .option-chain-opt {
    left: -117px
  }
  .put-table-holder .option-chain-opt {
    left: 175px
  } */
}


/* OPION FEATURE */

span .e-icon {
  width: 21px;
  height: 21px;
  position: relative;
  top: 2px;
}
span .e-icon:hover {
  cursor: pointer;
}
span .e-icon-spacing {
  margin-right: 8px;
}

/* -- Tooltip -- */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltiptext {
  visibility: hidden;
  width: 50px;
  background: linear-gradient(0deg, #2A2E39, #2A2E39);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  padding: 5px 0;
  position: absolute;
  top: -30px;
  left: -10px;
}
.tooltiptext.e-width1 {
  width: 120px;
  padding: 5px 8px;
}
.tooltiptext.e-width2 {
  width:100px;
}
.tooltiptext.e-width3 {
  width:100px;
}
.tooltip:hover .e-tooltip {
  visibility: visible;
}
  .d-table:hover .future-action-btns{
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }
  .e-hidden {
    display: none !important;
  }
  .e-display {
    display: block !important;
  }
  .e-hidden-oi {
    display: none !important;
  }
  .future-action-btns {
    left: 73%;
    position: absolute;
    /* top: 0; */

    z-index: 9999;
    /* width: 100%; */
    /* padding: 2px 0 0; */
    opacity: 0;
    /* height: 100%; */
}
.future-action-btns-dark{
  background: linear-gradient(270deg, #1C1F31 56.13%, rgba(19, 22, 35, 0) 100%);
}

@media (max-height: 650px) {
  .option-table tbody{
    max-height: 310px;
  }
  .option-table{
    min-height: 340px;
  }
  .no-data-holder {
    min-height: 400px;
}
.srch-scroll-holder {
  max-height: calc(100% - 105px);  
}
}
#d-tab-container .d-table-header span{
  display: table-cell !important;
}
#d-tab-container .d-table-row .d-table > span {
  display: table-cell!important;
  padding-bottom: 2px;
  letter-spacing: 0.05rem;
  font-size: 14px;
}
.d-overlay {
  overflow: hidden;
}
.quickViewDropDownIconImage{
  background: url(https://assets.fyers.in/option-chain/arrowIcons/down-arrow-lightTheme.svg);
   background-repeat: no-repeat;
   background-position: center;
   height: 20px;
   width: 12px;
}
.option-chain-model-cnt.theme-dark .quickViewDropDownIconImage{
 background: url(https://assets.fyers.in/option-chain/arrowIcons/down-arrow-darkTheme.svg);
 background-repeat: no-repeat;
  background-position: center;
   height: 20px;
   width: 12px;
} 
.quickViewDropDownIconImageActive{
  /* when the icon is clicked */
  background: url(https://assets.fyers.in/option-chain/arrowIcons/up-arrow-lightTheme-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 12px;
}
.option-chain-model-cnt.theme-dark .quickViewDropDownIconImageActive{
   background: url(https://assets.fyers.in/option-chain/arrowIcons/up-arrow-DarkTheme-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 12px;
}



.quickViewDropDownIconClass{
  cursor: pointer;
  background: rgb(255, 255, 255);
   border: 1px solid rgb(234, 235, 237); 
   border-radius: 2px; 
   margin-right: 10px; 
   padding: 2px 8px;
   color : #2A394E;
}
.option-chain-model-cnt.theme-dark .quickViewDropDownIconClass{
  border :1px solid #2A394E;
  background : #2A394E;
   color : #FFFFFF; 
}
/*when the div is clicked*/
.quickViewDropDownIconClassActive{
border-radius: 2px;
border: 1px solid var(--primary-blue-500, #436AF5);
background: var(--neutral-blue-blue-100, #ECF0FE);
}
.option-chain-model-cnt.theme-dark .quickViewDropDownIconClassActive{
border-radius: 2px;
border: 1px solid #5679F5;
}
.quickViewItem{
  /* when theme is light by default */
  border :1px solid #EAEBED;
 background : #FFF;
  color : #2A394E;
  border-radius: 2px;
  font-size: 13px;
  font-size: poppins ;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding : 2px 8px;
}
.quickViewItemVisible{
  margin-right : 10px;
}
.quickViewItemInvisible {
  margin : 0px 2px;
}
.option-chain-model-cnt.theme-dark .quickViewItem {
  /* when theme is dark by default */
  border: 1px solid #2A394E;
  background: #2A394E;
  color: #FFFFFF;
}

.quickViewItemActive {
  border-radius: 2px;
  border: 1px solid var(--primary-blue-500, #436AF5);
  background: var(--neutral-blue-blue-100, #ECF0FE);
  color: var(--primary-blue-500, #436AF5);
}

.option-chain-model-cnt.theme-dark .quickViewItemActive {
  border-radius: 2px;
  border: 1px solid #5679F5;
  color: var(--primary-blue-500, #436AF5);
}

#quickViewDropDown{
  background: rgb(255, 255, 255);
}
.quickViewDropDownTriangle{
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent; 
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fffefe;
  position: absolute;top: -7px;right: 20px;
}
.quickViewSeperator{
  color:#EAEBED; 
  margin-right: 1px; 
  padding: 2px 8px;
}
.option-chain-model-cnt.theme-dark .quickViewSeperator{
  color:#2A394E; 
}
.option-chain-model-cnt.theme-dark .quickViewDropDownTriangle{
  border-bottom: 8px solid #2A394E;
}

.option-chain-model-cnt.theme-dark #quickViewDropDown{
  background: #1E2939;
}

.oc-symbol-info-container{
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 2px;
}

.oc-description-span-container{
  display: inline-flex;
  padding: 3px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background:  #959CA6;
}
.oc-description-span{
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; 
}

.option-chain-model-cnt.theme-dark .oc-description-span-container {
  border: 1px solid #2A394E;
  background: #2A394E;
  color: #FFFFFF;
}
.oc-symbol-name-text{
  text-wrap: nowrap;
}

.ocInstaOptionsContainer {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  cursor: pointer;
}

.option-chain-model-cnt.theme-dark .ocInstaOptionsContainer img {
  content: url(https://assets.fyers.in/fy_ui/osb-dark.svg);
}

.tryScalperOptionChain {
  border: 1px solid #EAEBED;
  background: #FFF;
  color: #2A394E;
  border-radius: 2px;
  font-size: 13px;
  font-size: poppins;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 8px;
}

.option-chain-model-cnt.theme-dark .tryScalperOptionChain {
  border: 1px solid #2A394E;
  background: #2A394E;
  color: #FFFFFF;
}

.tryScalperOptionChainTextHolder{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}