@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Jolly+Lodger&family=Jost:wght@100;200;300;400;500;700&family=Notable&family=Open+Sans+Condensed:wght@300&family=Poppins:wght@300;400;500;600;700;800;900&family=Righteous&family=Roboto:wght@100;300;400;500;700&family=Rubik:wght@300;400;600;700&family=Urbanist:wght@100;200;300;400;500&display=swap");

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

.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;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 4px rgba(139, 139, 139, 0.267);
}

.main-div-backarrow {
  display: flex !important;
  margin-top: 20px !important;
}

.main-para {
  height: 10vh;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.main-text-1 {
  text-transform: capitalize !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #012c6d !important;
}

@media (max-width: 425px) {
  .main-text-1 {
    font-size: 20px !important;
    padding-top: 5px !important;
  }
  .main-para {
    height: 7vh;
    margin-top: 15px !important;
  }
}

.back-arrow {
  margin-top: 20px;
  margin-left: 5%;
  transform: scale(0.9);
}

.header-button-links {
  width: 100%;
  justify-content: space-evenly;
  display: flex;
}

.buttons {
  width: 200px !important;
  height: 40px;
  background: #fff;
  border: 1px solid rgb(206, 206, 206);
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.4s !important;
}

.heartbeat-button {
  height: 50px !important;
  width: 100%;
  justify-content: center !important;
  display: flex;
  margin-bottom: 20px !important;
}

.buttons:hover {
  box-shadow: 2px 2px 4px #929292 !important;
}

.buttons span {
  font-size: 20px !important;
  font-weight: 500;
  color: #012c6d !important;
}

.table-coloums {
  width: 60px;
}

.buttons:hover {
  transition: 0.4s !important;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .buttons {
    margin-top: 20px;
  }
}

.date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 7px;
  width: auto;
}

table {
  border-collapse: collapse;
  display: flex;
  justify-content: center;
}

.abc {
  overflow-x: scroll !important ;
  height: 545px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
}

th {
  border: 2px solid #525252;
  text-align: left;
  padding: 2px 15px;
  text-align: center;
  height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 550 !important;
}

.th-1 {
  width: 190px;
  background-color: #012c6d;
  color: #fff;
  height: 45px;
}

.tr-1 {
  font-weight: normal;
  font-size: 15px;
  color: #444;
  height: 40px;
}

.table-main th {
  border: 1px solid rgb(97, 97, 97);
  height: 30px;
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  background-color: #fff;
  color: black;
  text-align: center;
}

.table-header {
  background-color: gray;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  height: 30px;
}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
  margin-left: 20px;
  margin-right: 20px;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.topnav a.active {
  background-color: #2196f3;
  color: white;
}

.topnav .search-container {
  justify-content: space-between;
  display: flex;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 5px;
}

@media (max-width: 450px) {
  .topnav .search-container {
    display: grid !important;
    transform: scale(0.8);
    justify-content: center !important;
  }
  .form-search {
    width: 323px !important;
  }
}

.table-buttons {
  background-color: #dddddd;
  border: 1px solid rgb(187, 187, 187);
  width: 50px;
}

.checkbox {
  transform: scale(1.5);
  width: 50px;
}

.topnav input[type="text"] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
