header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(19, 116, 0);
    background: linear-gradient(90deg, rgba(2, 66, 7, 0.914) 0%, rgb(0, 165, 41) 50%, rgba(1, 138, 31, 0.863) 100%);
    padding: 2.4rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.1);
    height: 12vh;
}

header .logo {
    font-size: 2.5rem;
    text-decoration: none;
    color: #333;
    margin-top: 10px;
    margin-bottom: 15px;
    color: white;
    font-weight: bolder;
}

header .logo {
    font-size: 5rem;
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}

header .navbar {
    overflow: hidden;
}

header .navbar a {
    float: left;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 0 2rem;
    text-decoration: none;
    color: #fff;
}

header .navbar a:hover {
    color: #000000;
    opacity: 0.4;
}


.header  a {
    font-size: 3.5rem;
    color: #fff;
    border-radius: .3rem;
    /* padding: .3rem .7rem; */
    cursor: pointer;
    border: .1rem solid rgba(0, 0, 0, .3);
}


header .navbar a:hover {
    color: rgb(161, 161, 185);
}
.tp{
    background-color:rgb(149, 213, 178);
}

.mainbox{
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 2vh;
  margin-top:20vh ;
}

.left
{
  width: 35%;
  display: flex;
  flex-direction: column;
  color: black;
  padding: 5%;
}

.right{
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: center;
    align-items: center;
}

#period{
    text-align: center ;
}


.chartBox {
    width: 95%;
    height: 80%;
    border-radius: 10px;
    /* border: solid 3px rgb(0, 174, 197); */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgb(149, 213, 178);
    display:flex;
    flex-direction: column-reverse;justify-content: center;
   
  }

  .menu{  
    width: 80%;
  }
  

  .curmenu select{
    appearance: none;
    outline: none;
    border: 0;
    border-bottom: solid 2px rgb(18, 18, 114);
    font-size: 18px;
    color: rgb(18, 18, 114);
    background-color: rgb(232, 237, 243);
    background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-128.png") 100% / 8% no-repeat;
}
.yearlist{
    display:flex;
    /* justify-content:space-around; */
    flex-direction: column;
     
}
.yearlist #sDate{
    display:flex;
}
.yearlist #sDate label{
    width: 50%;
    margin-right: 15px;
}

.yearlist #eDate{
    display:flex;
}
.yearlist #eDate label{
    width: 50%;
    margin-right: 15px;
}

.yearlist select{
    appearance: none;
    outline: none;
    border: 0;
    border: solid 1px rgb(18, 18, 114);
    font-size: 16px;
    padding: 1px;
    margin:2px;
    color: rgb(18, 18, 114);
    background-color: rgb(197, 250, 233);
    border-radius: 4px;
}

.view{
    position: relative;
    margin: auto;
    padding: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
.view select{

    appearance: none;
    outline: none;
    border-radius: 8px;
    border-bottom: solid 2px rgb(18, 18, 114);
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(64, 145, 108);
    padding: auto;
}

