


:root {
  --black:  #000000;
  --red: #CB3733;
  --bodytext:  #000000;
  --lightgrey: rgb(160, 160, 160);
  --grey: #818181;
  --blue: #0082c8;
  --green: #3FA658;
}





@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("fonts/HelvLight.woff") format("woff"),
    url("fonts/HelvLight.woff2") format("woff2"),
    url("fonts/HelvLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Condensed";
  src: url("fonts/HelveticaNeue-Condensed.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Lt-Condensed";
  src: url("fonts/Helvetica-LT-Std-Condensed.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}



@font-face {
  font-family: "HelveticaNeue-Condensed-Bold";
  src: url("fonts/HelveticaNeue-Condensed_Bold.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed_Bold.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Condensed_Black";
  src: url("fonts/HelveticaNeue-Condensed_Black.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed_Black.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed_Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.feed_code {
  font-size: 18px;
  color: red;
  font-weight: bold;
  display: none;
}

body {
  margin: 0px;
}

.poweredby {
  /* border: 1px solid red; */
  font-size: 8px;
  padding-top: 0px;
  border-top: 1px solid var(--black);
  display: flex;
  flex-wrap: wrap;
}

.poweredby div {
  flex: 1 1 auto;
}

.poweredby div:first-of-type {
  margin-top: -1px;
  margin-bottom: 5px;
}

.poweredby div:last-of-type {
  /* border: 1px solid orange; */
  text-align: right;
}

.poweredby img {
  height: 10px;
}

a:link,
a:visited {
  color: var(--black);
  text-decoration: none;
}

a:hover,
a:active {
  color: var(--black);
  text-decoration: none;
}

td,
th,
div {
  font-family: "HelveticaNeue-Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  text-align: left;
  line-height: 35px;
}

p{ 
  margin: 0;
}

#n02 p {
  line-height: 1.7;
}

/*----------	T01 HP price starts here    ---------*/

/* #t01 {
  display: flex;
  align-items: end;
  justify-content: space-between;
} */

.code {
  margin-top: 18px;
}

.a2x {
  margin-top: 20px;;
}

.rule {
  margin: 20px 0px;
}

.rule hr { 
  height: 1px;
}

#price {
  font-size: 48px;
  color: var(--black);
  font-family: "HelveticaNeue-Condensed";
  font-weight: 400;
  line-height: normal;
  line-height: 48px;
  padding: 0;
}

#price small {
  font-size: 24px;
}

.date {
  font-size: 13px;
  line-height: 18px;
  color: var(--black);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#jse {
  color: var(--secondary);
  line-height: 25px;
  margin-bottom: 8px;
}

.t01-movement {
  display: flex;
}

.t01-movement img {
  width: 30px;
}

.delayed {
  font-size: 10px;
  color: var(--grey);
  line-height: 10px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
}

.movement-percentage {
  font-size: 16px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  
}

.movement {
  font-size: 16px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin: 0 12px;
}


#t04 {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  /* row-gap: 15px; */
}

#t04 div.column {
  /* border: 1px solid blue; */
  flex: 1 1 300px;
  align-self: end;
  display: grid;
  /* grid-gap: 20px; */
}

#t04 div.column div.row {
  /* border: 1px solid orange; */
  display: flex;
  
}

#t04 div.column div.row div {
  /* border: 1px solid teal; */
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

#t04 div.column div.row div:last-child {
  text-align: end;
  font-family: "HelveticaNeue-Condensed-Bold";

}

#t04 div.price {
  font-family: "HelveticaNeue-Condensed";
  font-size: 40px;
  color: var(--black);
}

#t04 small {
  font-family: "HelveticaNeue-Condensed";
  font-size: 16px;
}

#t04 img {
  height: 34px;
  width: auto;
}

/* t04 styles ends here */

/* e01 styles starts here */

#e01 {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  /* row-gap: 15px; */
}

#e01 div.column {
  /* border: 1px solid blue; */
  flex: 1 1 300px;
  align-self: end;
  display: grid;
  /* grid-gap: 20px; */
}

#e01 div.column div.row {
  /* border: 1px solid orange; */
  display: flex;
}

#e01 div.column div.row div {
  /* border: 1px solid teal; */
  flex-grow: 1;
}

#e01 div.column div.row div:last-child {
  text-align: end;
  font-family: "HelveticaNeue-Condensed-Bold";
}

#e01 small {
  font-family: "HelveticaNeue-Condensed";
  font-size: 16px;
}

#e01 div.column div.row div.price {
  color: var(--black);
  font-size: 20px;

}

#e01 img {
  height: 20px;
  width: auto;
  margin-bottom: -2px;
  margin-left: 8px;
}

/* e01 styles ends here */

/* e01 lookup styles start here */

.input-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 10px;
}

/* e01 lookup styles ends here */

/*---- N02 starts here ------*/

.sens-date-line {
  line-height: 1.7;
  min-height: 160px;
  margin-top: 25px;
}

#n02 .day {
  font-size: 58.32px;
  line-height: 1;
  margin: 0!important;
  color: #CB3733;
  font-weight: 400;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-align: center;
}

#n02 .month {
  margin-bottom: 0!important;
  font-size: 20px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
  color: #000;
}

#n02 .year {
  font-size: 12px;
  margin: 0!important;
  color: #818181;
  line-height: 1.7;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-bottom: 150px;
}

#n02 .heading {
  font-size: 11px;
  text-align: center;
  color: #818181;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  padding: 15px 30px;
}

#n02 .headline-container {
  padding: 10px 15px;
  text-align: center;
  min-height: 90px;
  align-content: space-evenly;
  box-sizing: border-box;
}

#n02 .headline {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  margin-top: 0px;
  text-align: center;
}

/*---- N02 ends here ------*/

/*---- N03 starts here ------*/

.sens-disclaimer {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.filter-heading {
  margin-bottom: 30px;
}

#n03 #select {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

i {
  color: #CD171F;
  font-size: 16px;
  margin: 8px;
}

#n03 #select {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#n03 .date-selectors {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

#from,
#to {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 518px) {
  #from,
  #to {
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}

select[name="year1"], select[name="year2"] {
  margin-left: 40px;
}

#n03 #to select[name="month1"], #n03 #to select[name="month2"] {
  margin-left: 15px;
}

}



.n03-select-buttons {
  margin-right: 20px;
  border-radius: 30px;
  height: 58px;
}

#n03 {
  /* border: 1px solid red; */
  font-size: 17px;
  color: var(--black);
  line-height: 100%;
}

#n03 #selectors {
  /* border: 1px solid blue; */
  margin-top: 30px;
}

#n03 #selectors div:first-of-type:not(div.fromto div:first-of-type){
  /* border: 2px solid green; */
  margin-bottom: 15px;
  
}

#n03 #selectors div.fromto{
  /* border: 1px solid orange; */
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#n03 #selectors div.fromto div{
  /* border: 1px solid black; */
  align-self: center;
}


#n03 #selectors div.fromto div.btn{
  /* background-color: darkblue; */
  text-align: right;
}

#n03 label {
  margin-right: 10px;
  text-align: right;
}

#n03 .label {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}


@media only screen and (max-width: 579px) {
  
  #n03 #selectors div.fromto div.btn{
    width: 466px;
  }

  input[name="search"] {
    width: 189px;
  }
}

@media only screen and (max-width: 472px) {

  #n03 #selectors div.fromto div.to{
    width: 235px;
    text-align: right;
  }
  
  #n03 #selectors div.fromto div.btn{
    width: 235px;
  }

  .n03-select-buttons {
    margin-right: 10px;
}
}

#n03 #articles {
  /* border: 1px solid pink; */
  margin-top: 40px;
}

#n03 #articles .row {
  /* border: 1px solid greenyellow; */
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  align-items: center;
  /* line-height: 140%; */
  row-gap: 5px;
  /* box-shadow: 1px 1px 1px #ccc; */
  border-bottom: 1px solid #ccc;
}

#n03 #articles .row div {
  /* border: 1px solid purple; */
  /* flex: 1 1 189.25px; */
  margin-right: 10px;
}

#n03 #articles .row:nth-child(2n) {
  background-color: #f9f9f9;
}

#n03 #articles div.heading {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 14px;
  color: #fff;
  
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 15px;
  padding: 5px 10px 5px 10px;
  margin: auto 0;
  flex: 1 1 189.25px;
}

.head {
  border-radius:  0;
  background-color: #CD171F;
}

.round-head {
  border-radius: 20px 20px 0 0;
  background-color: #CD171F;
}

#n03 #articles .row div.sens-date {
  max-width: 140px;
  flex: 1;
  min-width: 120px;
}

#n03 .title {
  flex: 3;
  padding: 0 10px;
}

#n03 #articles .row .sens-table-text {
  font-family: "HelveticaNeue-Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  font-style: normal;
  padding: 0px 0px 0px 10px;
}

#n03 #articles .row div.icon {
  max-width: 150px;
  text-align: left;
  flex: 1;
}

#n03 #articles .row div.icon img{
  max-width: 40px;
  margin-left: 10px;
  padding-left: 0;
}

#n03 a:link,
#n03 a:visited,
#n03 a:hover,
#n03 a:active {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}

#n03 .poweredby {
  justify-content: flex-end;
  margin-top: 0px;
}

#n03 .poweredby img {
  margin-top: 10px;
}

@media only screen and (max-width: 728px) {

  

  #n03 #articles .row div.date {
    min-width: 100%;
  }

  #n03 #articles .row div.icon {
    max-width: 70px;
  }

  #n03 #articles div.hide {
    display: none;
  }

  #n03 #articles .row {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

}

@media only screen and (max-width: 481px) {
  #n03 #articles .row {
    
  }
} 

@media only screen and (max-width: 616px) {
  #n03 #select {
    flex-direction: column;
    align-items: center;
  }
}

/*---- SENS pop-up styles starts here ------*/

table {
  border-collapse: collapse;
}

b,
strong {
  font-weight: bold;
}

.right {
  text-align: right;
}

h2 {
  font-family: "HelveticaNeue-Condensed_Black", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
}

.red {
  color: #cc171e;
}

.table_left {
  padding: 6px 0px 6px 8px;
}

.table_left_no_bottom {
  padding: 6px 0px 0px 8px;
}

.table_left_no_top {
  padding: 0px 0px 6px 8px;
}

.table_center {
  text-align: center;
}

.table_right {
  text-align: right;
  padding: 6px 8px 6px 0px;
}

.column_head_left,
.column_head_center,
.column_head_right {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #000000;
  font-weight: bold;
}

.column_head_left {
  text-align: left;
  padding: 5px 0px 2px 8px;
}

.column_head_center {
  text-align: center;
  padding: 5px 8px 2px 8px;
}

.column_head_right {
  text-align: right;
  padding: 5px 8px 2px 0px;
}

.section_head {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #cc171e;
  font-size: 1.25rem;
}

.price {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #cc171e;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 0.03rem;
}

.date-info {
  font-size: 13px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 100%;
  margin-bottom: 18px;
}

.lookup_price {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: var(--black);
  font-weight: 400;
}

.close-price {
  align-self: flex-start;
}

.close-info {
  font-size: 13px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 100%;
  margin-top: 7px;
}

.currency {
  font-size: 24px;
  padding-left: 0.2rem;
  line-height: 100%;
}

.form {
  margin-left: 0px;
  justify-self: center;
  margin: 0 auto;
}

.section-label {
  line-height: 80%;
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}

.poweredby {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #000000;
  text-align: right;
  padding-right: 0px;
  letter-spacing: 0;
  height: 0px;
}

a.powered:link,
a.powered:visited {
  color: #666666;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
}

a.powered:hover,
a.powered:active {
  color: #5f5f61;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
}

.t04_pc img,
.t04_mob img,
.e01_pc img,
.e01_mob img {
  width: 46px;
  height: auto;
}

.n03_pc img {
  padding-top: 9px;
}

.n03_mob img {
  margin-bottom: -3px;
}

.lookup img {
  width: 58px;
  height: auto;
  cursor: hand;
  margin-right: 11px;
}

.notes {
  font-size: 10px;
  padding-left: 0px;
  color: var(--grey);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding-top: 5px;
}

.t04_pc .notes,
.t04_mob .notes {
  font-size: 0.75rem;
  padding-left: 0px;
}

/*.t04_mob .notes {
  padding-bottom: 10px;
}*/

.rule {
  height: 10px;
  font-size: 1px;
}

.last_rule {
  height: 12px;
  padding-top: 12px;
  font-size: 1px;
}

/* hr {
  color: #5f5f61;
  background-color: #5f5f61;
  height: 1px;
  border: 0px;
  width: 100%;
  margin: 0px;
} */

a:link,
a:visited {
  color: #231f20;
  text-decoration: none;
}
a:hover,
a:active {
  color: #5f5f61;
  text-decoration: none;
}

.spacer_xs {
  height: 0.25rem;
  font-size: 1px;
}

.spacer_s {
  height: 0.5rem;
  font-size: 1px;
}

.spacer {
  height: 1rem;
  font-size: 1px;
}

.spacer_l {
  height: 1.5rem;
  font-size: 1px;
}

.spacer_xl {
  height: 2rem;
  font-size: 1px;
}

.spacer_xxl {
  height: 4rem;
  font-size: 1px;
}

/*---- drop-down and checkbox selectors styles starts here ------*/

select {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  text-align: left;
  height: 58px;
  width: 327px;
  outline: none;
  border: 1px solid #CB3733;
  border-radius: 36px;
  cursor: hand;
  padding-left: 20px;
  padding-right: 0px;
  background: url(images/select_down_arrow.png) no-repeat right #fff;
  background-position-x: calc(100% - 10px);
  -webkit-appearance: none;
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Modern browsers */
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select[name="month1"], select[name="month2"] {
  width: 207px;
}

select[name="year1"], select[name="year2"] {
  width: 207px;
}

input {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  text-align: center;
  height: 58px;
  outline: none;
  border: 1px solid #CB3733 ;
  border-radius: 34px;
  cursor: hand;
  padding-left: 0px;
  padding-right: 0px;
}

input[name="search"],
input[name="submit"] {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-align: center;
  width: 104px;
  height: 44px;
  border: 0px solid #CB3733;
  border-radius: 22px;
  background-color: #CB3733;
}


input[name="search"]:hover,
input[name="submit"]:hover {
  color: #fff;
  background-color: #a72c29;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: .35s linear all;
}

input[name="date"] {
  color: #5f5f61;
  width: 207px;
  border-radius: 34px;
  height: 58px;
  background-color: #fff;
  margin-right: 16px;
  box-sizing: border-box;
}

/*---- drop-down and checkbox selectors styles ends here ------*/

/*---- SENS pop-up styles starts here ------*/

body.sens {
  margin-top: 20px;
}

.sens_head {
  font-family: "HelveticaNeue-Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #CB3733;
  text-align: left;
  font-weight: normal;
  height: 50px;
  padding-left: 20px;
}

.sens_date {
  color: #000;
  height: 28px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: solid #2a2a2a 1px;
}

.sens_body {
  text-align: justify;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}


.sens_logo {
  /* border: 1px solid pink; */
  position: absolute;
  right: 0;
  top: 0;
}

.sens_logo img {
  height: 100px
}

.sens_left {
  padding-left: 20px;
}

.sens_right {
  text-align: right;
  padding-right: 20px;
}

pre {
  font-family: "Courier New", Courier, monospace;
  padding-left: 20px;
  padding-right: 20px;
}

/*---- SENS pop-up styles ends here ------*/

/*---- s02 starts here ------*/

#s02 {
  border: 0px solid red;
  /* display: none; */
}

.s02-table-heading {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}

#s02 .selection {
  border: 0px solid green;
  /* width: clamp(300px, 100%, 750px); */
}

#s02 .options {
  border: 0px solid blue;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}

#s02 .options div {
  border: 0px solid orange;
  /* flex: 1 1 250px; */
}

#s02 .shares-num {
  display: flex;
  flex-direction: column;
  width: 327px;
}
.s02-shares-input {
  margin-bottom: 23px;
}

#s02 .button-right {
  align-self: flex-end;
}

#s02 .selection div:nth-last-of-type(2):not(#s02 .options div:nth-last-of-type(2)) {
  margin: 0 0 34.5px 0;
}

#s02 .div-result {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 24.5px 0;
}


#s02 .div-result b {
  color: #CB3733;
  font-family: "HelveticaNeue-Condensed-Bold";
  font-weight: bold;
}

#s02 .results {
  border: 0px solid green;
  margin-top: 2em;
}

#s02 .results .row {
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  display: grid;
  grid-template-columns: auto 9em 9em 10em 8em 7em;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

#s02 .results:not(.header) {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

#s02 .row:nth-child(2n) {
  background-color: #f9f9f9;
}


#s02 .results .header_row {
  border-radius: 0px;
  margin-top: 0.5em;
  align-items: flex-end;
  color: white;
  background-color: #CB3733;
  border-bottom: #CB3733 1px solid;
}

#s02 .results .header_row div {
  color: white;
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: bold;
  text-align: left;
}

#s02 .results .row div {
  border: 0px solid green;
  padding: 8px 10px;
  align-items: center;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

#s02 .results .row div:nth-child(1)  {
  padding-left: 10px;
  padding-right: 0;
  text-align: start;
}



#s02 .results .row div:nth-child(2):not(#s02 .results .header_row div:nth-child(2)),
#s02 .results .row div:nth-child(4):not(#s02 .results .header_row div:nth-child(4)),
#s02 .results .row div:nth-child(6):not(#s02 .results .header_row div:nth-child(6)),
#s02 .results .row div:nth-child(8):not(#s02 .results .header_row div:nth-child(8)),
#s02 .results .row div:nth-child(10):not(#s02 .results .header_row div:nth-child(10))  {
  display: none;
}

#s02 .poweredby {
  margin-top: 0px;
}


@media only screen and (min-width: 720px) {

  #s02 .results .row {
    grid-template-columns: auto 7em 7em 7em 7em 7em;
  }

}

@media only screen and (max-width: 730px)  {

  #s02 .results .row div:nth-child(2):not(#s02 .results .header_row div:nth-child(2)),
  #s02 .results .row div:nth-child(4):not(#s02 .results .header_row div:nth-child(4)),
  #s02 .results .row div:nth-child(6):not(#s02 .results .header_row div:nth-child(6)),
  #s02 .results .row div:nth-child(8):not(#s02 .results .header_row div:nth-child(8)),
  #s02 .results .row div:nth-child(10):not(#s02 .results .header_row div:nth-child(10))  {
  display: block;
}

#s02 .results .row {
  display: grid;
  grid-template-columns: auto auto ;
}

#s02 .results .row div:nth-of-type(1)  {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 10px;
  font-weight: 400;
  background-color: #CB3733;
  color: #ffffff; 
  border-radius: 0px;
}

#s02 .results .row div:nth-child(2n - 2) {
  text-align: start;
  padding-left: 10px;
}

#s02 .results .row:nth-child(2n + 4) {
  background: #fff;
}



#s02 .results .row div:nth-child(4),
#s02 .results .row div:nth-child(8) {
  border-radius: 0px 0 0 5px;
}

#s02 .results .row div:nth-child(5),
#s02 .results .row div:nth-child(9) {
  border-radius: 0 0px 0px 0;
}

#s02 .results .row div div:nth-child(2) {
  background: var(--green);
}

#s02 .results .header_row {
  display: none;
 }

}

.s02-poweredby {
  text-align: right;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 0px solid var(--red);
}

.s02-poweredby img {
  height: 10px;
}


/*---- s02 ends here ------*/


/*----------	PC size    ---------*/

.t04_mob,
.e01_mob,
.n03_mob {
  display: none;
}

/*----------	Mob size    ---------*/

@media only screen and (max-width: 655px) {
  .t04_pc,
  .e01_pc,
  .n03_pc {
    display: none;
  }

  .t04_mob,
  .e01_mob,
  .n03_mob {
    display: block;
  }
}

@media only screen and (max-width: 620px) {
  .input-left {
    flex-direction: column;
    row-gap: 20px;
  }

  .form {
    margin: 0;
  }
}

@media only screen and (max-width: 410px) {
  input[name="submit"] {
    width: 280px;
  }
}
