*{
    margin: 0px;
    padding: 0px;
}

.NavbarMain{
    background-color: black;
    max-height: min-content;
    min-height: 115px;
    max-width: 100%;
    min-width: max-content;
}

#MainLogo{
    position: relative;
    display: inline-block;
    top: 100px;
    height: 96px;
    width: 298px;
    background-repeat: no-repeat;
    background-image: url(../assets/AVLogo.png);
    border: 2px solid silver;
    border-radius: 10px;
}

.LogoBar{
    background-color: black;
    background-image: url(../assets/bg/5.jpg);
    background-size:contain;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.NavbarMenuContainer{
    display: inline-flex;
    color: white;
    min-width: fit-content;
    /* position: absolute; */
    top: 0px;
}

.MainMenuList{
    height: 40px !important;
}

.SubMenu{
    height: 60px !important;
    display: inline-flex;
}

.MenuItem{
    height: 40px;
    padding: 10px 15px;
    display: inline-block;
}

.SubMenuItem{
    padding: 10px 15px 10px 0px;
    display: flex;
}

.SubmenuName{
    height: 50%;
}

.SubmenuValue{
    height: 50%;
}

.FlagImage{
    height: 40px !important;
    border-radius: 50%;
    margin-bottom: 5px;
}

.MenuItem:hover{
    background-color: white;
    color: black;
    border-radius: 5px;   
}

.IndexBlock{
    padding: 15px 10px;
    position: relative;
    background-color: black;
}

.DataBlock{
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
}

.green{
    color: greenyellow;
}

.red{
    color: red;
}
/* -------------------------------------------------------------------------- */

/* .footer{
    position: relative;
    bottom: 0px;
    width: 100%;
    display: block;
    min-height: fit-content;
    padding: 2px;
} */

@font-face {
    font-family: Arizonia;
    src: url(../assets/fonts/Arizonia-Regular.ttf);
}

@font-face {
    font-family: Windsong;
    src: url(../assets/fonts/Windsong.ttf);
}

@font-face{
    font-family: Kaushan;
    src: url(../assets/fonts/KaushanScript-Regular.otf);
}

.stock-name{
    padding: 1px 5px;
    min-width: 150px;
    font-size: medium;
    color:white !important;
    font-style:italic;
}

#TableDiv{
    position: relative;
    top: 50px;
    font-size: 11px;
    margin-left: 50px;
}

.tableHead{
    height: calc(fit-content + 5px);
    font-size: 12.5px;
}

.tableHeadingData{
    padding-left: 5px;
    padding-right: 5px;
}

.buy{
    background-color: rgba(0, 0, 255, 0.623);
    color: white;
}

.sell{
    background-color: rgba(255, 0, 0, 0.616);
    color: white;
}

tr:hover{
    background-color: silver !important;
}

tr:hover th.stock-name{
    color: black !important;
}


td{
    border-right: 1px solid grey;

}

table{
    background-color: rgb(0, 0, 0);
    color: grey;
    width: 80%;
    border: 1px solid grey;
    border-radius: 10px;
}

#ScrollDataContainer{
    position:relative;
    padding-top: 3px;
    font-weight: 700;
    background-color: #000000;
    color:silver;
}


.green-dot {
    /* background-color: chartreuse; */
    border-radius: 50%;
    min-height: 8px;
    min-width: 8px;
    max-height: 10px;
    max-width: 10px;
    position: relative;
    float: right;
    top: -27px;
    right: 3px;
    animation: color-change 1s infinite;
}


@keyframes color-change {
    0% { background-color: rgb(255, 255, 255); }
    25% { background-color: rgb(139, 139, 139); }
    50% { background-color: rgb(115, 255, 0); }
    75% { background-color: rgb(253, 255, 146); }
    100% { background-color: rgb(255, 255, 255); }
}


#RightPane{
    height: 100vh;
    width: 30%;
    min-width: 400px;
    background-color: silver;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
    padding: 15px;
}

#RightInner{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: white;
}

#CloseRightPane{
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
    cursor: pointer;
}

#DateWiseDataChart{
    padding-left: 10px;
    margin-bottom: 10px;
}

.stock-card{
    margin: 10px 5px;
    border-radius: 10px;
    background-color: white;
    color: black;
}

.stock-card-heading{
    /* border-radius: 5px 5px 0px 0px; */
    background-color: grey;
    color: white;
    padding: 2px;
    font-size: 13px;
    min-width: fit-content;    
}

.stock-card-body{
    font-size: 13px;
    padding: 1px 5px;
}


td{
    min-width: 50px;
    min-height: max-content;
}

.stat-panel{
    position: relative;
    right: 10px;
    margin: 0 auto;
    margin-top: 55px;
}

.footer-text{
    position: fixed;
    display: inline-flex;
    background-color: #333333;
    color: white;
    bottom: 0px;
    min-width: 100%;
}

#IndexData{

    position: fixed;
    top: 5px;
    right: 5px;
    min-width: fit-content;
    min-height: fit-content;
    z-index: 9999;
    padding: 5px;
}

#Nifty50{
    padding-top: 7px;
    height: 30px;
    display: inline-block;
    color: white;
    padding: 5px 10px;
}

#BankNifty{
    padding-top: 7px;
    height: 30px;
    display: inline-block;
    color: white;
    padding: 5px 10px;
}

#BankNiftyVal{
    height: 30px;
    color: white;
    padding: 5px 10px;
}


#Nifty50Val{

    height: 30px;
    color: white;
    padding: 5px 10px;
}

.UpDown{
    height: 20px;
    width: 20px;
}

.logo{
    height: 40px;
    border-radius: 5px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 5px;
	font-size: 18px;
	line-height: 20px;
}

.blue-head{
    background-color: blue;
}

.red-head{
    background-color: crimson;;
}


#FirstScreenOverlay{
    display: block;
    background-color: rgba(82, 82, 82, 0.9);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

#OverlayTagline{
    font-family: "Arizonia";
    color: white;
    position: relative;
    top: 45%;
    margin: 0 auto;
    font-size: 92px;
}

#OverlaySupportline{
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
}

.text-center{
    text-align: center;
    text-align: -moz-center;
}

body{
    color: white;
    background-color: black;
    padding-bottom: 50px;
}

#FloatingButton{
    height: 50px;
    width: 50px;
    position: fixed;
    border-radius: 50%;
    top: 20px;
    left: 20px;
    padding: 10px;
}

.menuLogo{
    background-image: url(../assets/menu.png);
    background-size: contain;
}

.closeMenuLogo{
    background-image: url(../assets/closeMenu.png);
    background-size: contain;
}

#SiteMenu{
    padding: 15px;
    width: max-content;
    position: fixed;
    top: 20px;
    left: 75px;
    background-color: white;
    color: black;
    border-radius: 5px;
}

#SiteMenu > ul > li{
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}

#SiteMenu > ul{
    list-style-type: none;
}

#SidePannelButton{
    position: fixed;
    border-radius: 0px 0px 15px 15px;
    height: 60px;
    width: 60px;
    top:0px;
    right: 100px;
    background-image: url(../assets/SideArrowDown.png);
    background-size: contain;
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg); */
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(78, 78, 78); 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(58, 58, 58); 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #8f8f8f; 
  }

  #SummaryPannel{
      text-overflow: unset;
      overflow-y: auto;
      width: fit-content;
      min-height: 10vh;
      height: 85vh;
      background-color: rgba(255, 255, 255, 0);
      position: fixed;
      top: 65px;
      right: 20px;
  }

  .invisible{
      
  }

  .visible{
      
  }

  .flip{
      transform: rotate("180deg");
  }

  .DownArrow{
    background-image: url(../assets/SideArrowDown.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
  }

  
  .UpArrow{
    background-image: url(../assets/SideArrowUp.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  #TimeDiv {
    display: block;
    position: relative;
    bottom: -110px;
    left: 5px;
    font-weight: bolder;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
}

#TimeCaption{
    display: inline-block;
}

  #TimeValue{
      display: inline-block;
  }