* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.header {
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 1px 14px rgba(133, 133, 133, 0.1);
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content h2 {
  color: #012c6d;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  padding-left: 20px;
}

.content .head-2 {
  display: flex;
  align-items: center;
  padding: 15px;
}

.content .h2 {
  color: black;
}

.content .head-2 .img-1 {
  margin-left: 25px;
  margin-bottom: 5px;
}

.cont {
  margin: 30px;
  margin-left: 50px;
  display: flex;
  height: 29px;
}

.cont h2 {
  color: #012c6d;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 5px;
  font-weight: lighter;
  font-size: 21px;
  padding-top: 1px;
}

@media (max-width: 425px) {
  .cont h2 {
    font-size: 18px !important;
    padding-top: 4px !important;
  }

  .cont {
    margin: 20px;
    margin-left: 15px;
  }

  .cont .img-2 {
    transform: scale(0.7) !important;
  }
}

.cont .img-2 {
  transform: scale(0.8);
}

.generate-graph-main {
  margin: 20px;
  padding: 10px;
  width: auto;
  height: auto;
  left: 5%;
  right: 5%;
  top: 20%;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.b1 h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #2a2a2a;
}

.b1 button {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #d9dce0;
  box-sizing: border-box;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
  padding: 10px;
}

.b2 button {
  width: 100%;
  height: 50px;
  background: #012c6d;
  border-radius: 8px;
  color: #ffff;
  border: none;
  margin-top: 25px;
}

.down-arr {
  padding-top: 10px;
  padding-left: 10px;
}

.graph {
  margin-top: 3%;
}

.dropbtn {
  background-color: #3498db;
  color: rgb(27, 27, 27);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* .dropdown {
  position: relative;
  display: inline-block;
} */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.calender-dropdown {
  background-color: #ffff;
  border: 1px solid rgb(199, 199, 199);
  border-radius: 5px !important;
  width: 100%;
  height: 50px;
  padding-left: 10px !important;
}

@media (max-width: 575px) {
  .b1 {
    margin-top: 10px !important;
  }
}
