/* 
 *  * 
 * Site uri: advisortools.zacks.com            
 * @file: Core Stylesheet
 *
 * @author: Subhranil Dutta (subhranild@zacksindia.com)
 * 
 * @date: 
 *
 * @copyright (c)  Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
*, ::after, ::before {
  box-sizing: border-box;
}

body, section, div, article,
h1, h2, h3, h4, h5, h6, p, span, i, a, b, strong, button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
body:after {
  content: "";
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-inherit {
  position: inherit !important;
}

.up {
  color: #007F06 !important;
}

.down {
  color: #ff0000 !important;
}

.w-100 {
  width: 100%;
}

.strong-buy-bg {
  background-color: #048910 !important;
  color: white !important;
}

.buy-bg {
  background-color: #086218 !important;
  color: white !important;
}

.hold-bg {
  background-color: #ec9c01 !important;
  color: black !important;
}

.sell-bg {
  background-color: #800101 !important;
  color: white !important;
}

.srong-sell-bg {
  background-color: #e10d0d !important;
  color: white !important;
}

.na-bg {
  background-color: #d3d3d3 !important;
  color: #717171 !important;
}

.mt-1 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 1.2rem;
}

.rank_chip {
  display: inline-block;
  margin: 0 0 0 0;
  height: 22px;
  width: 22px;
  line-height: 20px;
  -o-box-shadow: 0 1px 1px 0 #fff;
  -ms-box-shadow: 0 1px 1px 0 #fff;
  box-shadow: 0 1px 1px 0 #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9);
}

.rankrect_1 {
  background-color: #048910;
  border: 1px solid #01640a;
}

.rankrect_2 {
  background-color: #086218;
  border: 1px solid #023d0c;
}

.rankrect_3 {
  background-color: #ec9c01;
  border: 1px solid #ba7c01;
  color: #800101;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.rankrect_4 {
  background-color: #800101;
  border: 1px solid #560202;
}

.rankrect_5 {
  background-color: #e10d0d;
  border: 1px solid #b50101;
}

.value-chip {
  display: inline-block;
  padding: 2px 5px;
  line-height: 14px;
  border: 1px solid;
  background-color: #d3d3d3;
  border-color: gray;
  border-radius: 3px;
}

p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.container, .container-liquid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*max-width: 1320px;*/
    max-width: 1500px;
  }
}
div {
  display: block;
}

.row {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px;
  font-size: 14px;
  float: left;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.333333%;
  float: left;
}

.col-4-half {
  width: 37%;
  float: left;
}

.col-5 {
  width: 41.333%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-7 {
  width: 58.3333%;
  float: left;
}

.col-8 {
  width: 66.666667%;
  float: left;
}

.col-8-half {
  width: 63%;
  float: left;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  width: 100%;
  float: left;
}

.tab-module .tab-container {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 15px;
}
.tab-module .tab-container .tab-button {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: none;
  background: #f0f0f0;
  margin-right: 3px;
  transition: background-color 0.3s;
  border: none;
}
.tab-module .tab-container .tab-button.active {
  background-color: #007F06;
  color: white;
}
.tab-module .tab-content-container {
  display: flex;
  flex-direction: column;
}
.tab-module .tab-content-container .tab-content {
  display: none;
  padding: 0;
  background: #fff;
}
.tab-module .tab-content-container .tab-content.active {
  display: block;
}

table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
table th, table td {
  padding: 2px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  text-transform: capitalize;
}/*# sourceMappingURL=frame.css.map */