/* Main Section phone */
body {
  min-height: 100vh;
  min-width: 100vw;
  background-color: skyblue;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.info {display: none;}
@media all and (orientation:portrait) {
  .info {
       display: block;
       color:rgb(45, 70, 80);
       width: 80%;
       text-align: justify;
       margin: 20px auto 10px auto;
  }
}
h1 {
  color:rgb(45, 70, 80);
  width: auto;
  text-align: center;
  text-decoration: underline;
  margin: 10px auto 0px auto;
}
h3 {
  color:rgb(45, 70, 80);
  width: auto;
  margin: 5px auto 5px auto;  
  text-align: center;
}
/* Boxes & Selection Section */
.form {
  position: relative;
  background-color: white;
  width: 250px;
  margin: 0px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  overflow: hidden;  
}
input:focus {
  outline: none !important;
}
.name {
  color:rgb(0, 0, 0);
  width: 230px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}
.email {
  color:rgb(0, 0, 0);
  width: 182px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.date {
  color:rgb(0, 0, 0);
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.email:hover {
  font-size: large;
  color:rgb(0, 0, 0);
  width: 230px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.password {
  color:rgb(0, 0, 0);
  width: 145px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.id {
  color:rgb(0, 0, 0);
  width: 190px;
  margin-bottom: 10px;
}
.selectMarket {
  color:rgb(0, 0, 0);
  width: 185px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.searchResult1 {
  position: relative;
  background-color: white;
  width: 300px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
  overflow: hidden;
}
.searchResult2 {
  position: relative;
  background-color: white;
  width: 320px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
  overflow: hidden;
}
.searchResult3 {
  position: relative;
  background-color: white;
  width: 360px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
  overflow: hidden;
}
.innerText1 {
  color:rgb(0, 0, 0);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  border: none;
  width: 300px;
  margin-left: -6px;
  text-decoration: underline;
}
.innerText2 {
  color:rgb(0, 0, 0);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  border: none;
  width: 300px;
  text-align: left;
  text-decoration: underline;
}
.innerText3 {
  color:rgb(70, 70, 70);
  border: hidden;
  font-size: 13px;
  width: 78px;
  text-decoration: underline;
  margin-bottom: 5px;
}
.innerText4 {
  color:rgb(0, 0, 0);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  border: none;
  width: 340px;
  text-align: left;
  text-decoration: underline;
}
.myPort {
  position: relative;
  background-color: white;
  width: 140px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: block;
}
/* From PHP Section */
.maths {
  position: absolute;
  background-color: white;
  width: 120px;
  height: 18px;
  top: 294px;
  left: 10px;
  padding: 5px 10px 5px 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.php {
  position: absolute;
  width: 280px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  display: none;
  visibility: hidden;
  overflow: hidden;
}
/* Buttons Section */
.reset {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.exit {
  position: relative;
  width: 60px;
  margin: 20px auto 0px auto;
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
}  
.exit1 {
  position: relative;
  width: 80px;
  margin: auto;
  margin-top: 10px;
}
.number {
  position: relative;
  margin-top: 10px;
}
.set{
  width: 90px;
}
.nameTicker {
  width: 242px;
}
input:focus {
  outline: none !important;
}
.clearData {
  z-index: 0;
  padding: 2px 4px 3px 3px;
}
.clearData1 {
  z-index: 1;
  position: relative;
  margin: 10px auto 0px auto;
  display: none;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
}
.submit {
  z-index: 3;
  margin: 5px 10px 10px 0px; 
}
.submit1 {
  z-index: 3;
  margin-bottom: 5px;
}
.button {
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.buttonAL1 {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.button1 {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.button2 {
  position: absolute;
  bottom: 56px;
  right: 10px;
  display: none;
}
.buttonAL2 {
  position: absolute;
  top: 30px;
  right: 10px;
  display: none;
}
.button3 {
  position: relative;
  margin: 10px auto 0px auto;
  width: 77px;
  height: 24px;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
  display: none;
}
.button4 {
  position: relative;
  width: 130px;
  height: 24px;
  margin: 10px auto 0px auto;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
}
.button5 {
  position: relative;
  margin: 10px auto 0px auto;
  width: 77px;
  height: 24px;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
}
.logout {
  position: relative;
  margin: 10px auto 0px auto;
  width: 77px;
  height: 24px;
  box-shadow: 3px 3px 3px rgb(41, 102, 122);
}
.loadPort {
  position: relative;
  margin-top: 7px;
  padding: 2px;
}
.loadData {
  position: relative;
  margin-top: 7px;
  padding: 2px;
}
.enterData {
  position: relative;
  margin-top: 7px;
  padding: 2px;
}
.enterPT {
  position: relative;
  margin-top: 7px;
  margin-bottom: 3px;
  padding: 2px;
}
/* Loading Section */
.loader {
  display: none;
  position: relative;
  margin: 20px auto 0px auto;
  width: 80px;
  height: 80px;
}
.loader div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #400093;
  margin: -4px 0 0 -4px;
}
.loader div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader1 {
  display: none;
  position: absolute;
  top: 350px;
  left: 48px; 
  width: 80px;
  height: 80px;
}
.loader1 div {
  animation: lds-roller1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader1 div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #400093;
  margin: -4px 0 0 -4px;
}
.loader1 div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader1 div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader1 div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader1 div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader1 div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader1 div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader1 div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader1 div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader1 div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader1 div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader1 div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader1 div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader1 div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader1 div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader1 div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader1 div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Chart Section */
.iD {
  position: absolute;
  top: 276px;
  font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu,
  sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 22px; /* 150% */
  letter-spacing: -0.32px;
  padding: 2px 5px 2px 5px;
  color: white;
  background-color: green;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.dailyIntra15m {
  position: relative;
  background-color: white;
  width: 810px;
  height: 290px; 
  margin: 10px auto 5px auto;
  padding: 10px 5px 10px 15px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  text-decoration: underline;
  display: none;
}
.candlestick {
  position: relative;
  background-color: white;
  width: 810px;
  height: 260px; 
  margin: 5px auto 5px auto;
  padding: 10px 5px 10px 15px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  text-decoration: underline;
  display: none;
}
.volume {
  position: relative;
  background-color: white;
  width: 810px;
  height: 260px;
  margin: 5px auto 5px auto;
  padding: 10px 5px 10px 15px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  text-decoration: underline;
  display: none;
}
.rsi {
  position: relative;
  background-color: white;
  width: 810px;
  height: 260px;
  margin: 5px auto 5px auto;
  padding: 10px 5px 10px 15px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  text-decoration: underline;
  display: none;
}
/* Links Section */
a:link {
  color: rgb(0, 40, 80);
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: rgb(0, 40, 80);
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgba(85, 70, 140, 0.6);
  background-color: transparent;
  text-decoration: underline;
}
/* Text Colour Section + MLearn */
.redTextPlus {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.redText {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.redTextNew {
  position: absolute;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 160px;
  top: 285px;
  left: 10px;
  margin: 5px auto 5px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.amberText {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.amberTextNew {
  position: absolute;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 160px;
  top: 285px;
  left: 10px;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.greenText {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.greenTextNew {
  position: absolute;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 160px;
  top: 285px;
  left: 10px;
  margin: 5px auto 5px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.greenTextPlus {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
}
.MLearn {
  position: relative;
  background-color: white;
  color: rgb(40, 40, 40);
  width: 250px;
  margin: 10px auto 0px auto;
  padding: 10px;
  border: 3px solid rgb(110, 170, 190);
  box-shadow: 5px 5px 3px rgb(41, 102, 122);
  display: none;
  overflow: hidden;
}
/* Traffic Lights Section */
.blank {
  position: absolute;
  z-index: 5;
  height: 180px;
  width: 160px;
  top: 100px;
  left: -5px;
  display: block;
}
.red {
  position: absolute;
  z-index: 6;
  height: 180px;
  width: 160px;
  top: 100px;
  left: -5px;
  display: none;
}
.amber {
  position: absolute;
  z-index: 7;
  height: 180px;
  width: 160px;
  top: 100px;
  left: -5px;
  display: none;
}
.green {
  position: absolute;
  z-index: 8;
  height: 180px;
  width: 160px;
  top: 100px;
  left: -5px;
  display: none;
}
/* Data Table Section */
#data td {
  text-align: left;
}
/* Footer Section */
.foot {
  width: 80%;
  min-width: 80vw;
  margin: auto auto 0px auto;
  text-align: justify;
  color: rgb(4, 4, 60);
}
