
* {
    padding: 0;
    margin: 0;
    font-family: 'Gill Sans MT';
 

}

    /* width */
    body::-webkit-scrollbar {
      width: 10px;


    }

    /* Track */
    body::-webkit-scrollbar-track {
      background: #ffffff;
      border-radius: 10px;

    }

    /* Handle */
    body::-webkit-scrollbar-thumb {
      background: #e3e3e3;
     border-radius: 10px;

    }

    /* CSS to adjust placeholder font size */
    #hover1::placeholder {
        font-size:x-small; /* Adjust the font size as needed */
        
    }

#dash-top {
  /*  rgb(201,156,51)*/
    width: 100vw;
    height: 10vh;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.10);
  
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    z-index: 9999;
}

.sub-top1 {
    width: 16%;
    height: 10vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-top2 {
    height: 10vh;
    width: 84%;
    background-color: rgb(255, 255, 255);
    display: flex;
  
    justify-content: flex-start;
    align-items: center;
}
.search input::placeholder {
  font-size: 8px; 
  letter-spacing: 2px;
}
.search {
    background-color: rgb(245,245,245);
    border: 1px solid  rgb(245,245,245);
    border-radius: 11px;
    
}

.search input {
  background-color: rgb(245,245,245);
  width: 15vw;
  height: 4vh;
  outline: none;
  border-left: none;
  font-size: x-small;
  border-radius: 10px;
  border: 1px solid rgb(245,245,245);
  padding: 5px;
}



.search:hover {
    border: 1px solid rgb(36, 136, 154);
}

.search a {
    color: rgb(0, 0, 0);
    font-size: x-large;
    opacity: 0.5;
}

.analytics{
  cursor: pointer;
  background-color: rgb(238, 238, 238);
  width: 33px;
  height: 33px;
  position: relative;
  border-radius: 8px;
}

.nav-rt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    position: absolute;
    right: 0;
    gap: 20px;
}

.profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.profile p {
    color: rgb(0, 0, 0);
    content: "";
}

.profile div {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
    background-color: rgb(245,245,245);
    cursor: pointer;
}
.dash-right{

 width: 100%;
    max-height: fit-content;
    padding: 0 0 2% 0;
background-color: #f3f3f3;
margin-top: 5%;

}

.section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction:row;
   gap: 5px;

   margin-left: 3%;
   position: absolute;
   top: 0;
   right: 0;
   

}
.sec-one{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 5% 1.5% 1% 1.5%;
    flex-direction: row;
}
.sec-one div{
    display: flex;
    align-items: center;
    margin-top: 1%;
    gap: 5px;
    flex-direction: row;
}
.sec-three{
    width: 50%;
    
    background-color: rgb(255, 255, 255);
    margin: 1% 3%;
    border-radius: 8px;
}

.form-controll {
    width: 20%;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.sec-three-box1 p{
    padding: 2%;
}


#chartflex{
    display: flex;
    justify-content: center;
    margin: 0 1% 0 1%;
    gap: 1%;
}

.chartlt{
    width: 50%;
    height: 75vh;
    padding: 1%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.chartrt{
    width: 50%;
    height: 75vh;
    padding: 1%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.dropdown p{
    font-size: 1.6rem;
    margin: 2%;
    position: absolute;

}

.section {

    border-radius: 5px;
    width: fit-content;
}

.labels {
   
    display: block;
    
    font-weight: bold;
    border-radius: 3px;
    width: 180px;
    margin-top: 6px;
}
/*
.form-controll {
    
    background-color: rgb(131, 236, 70);
    padding: 8px;
    border: none;
    width: 180px;
    border-radius: 3px;
    
    
}

*/
.btn-primary {
    background-color: blue;
    color: white;
    border: none;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 29px;
   
}

.btn-primary:hover {
    background-color: darkblue;
}

.sec-three{
    width: 100%;
    margin:5% 1%;
   
}