@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* -------------------------------------- Laptops and Desktops -------------------------------------- */
@media (min-width: 1025px){
  
.max-width{
    /*max-width: 1300px;*/
    padding: 0 80px;
    margin: auto;
}

.signals{
  font-family: 'Poppins', sans-serif;
}

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

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  /*margin-top: 0%;*/
  font-family: 'Ubuntu', sans-serif;
}

.signals{
  display: flex;
  /*height: 110vh;*/
  color: #000000;
  /*min-height: 500px;*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

}

/* ----------------------------------------- Tabs --------------------------------------- */
@media (min-width: 650px) and (max-width: 1024px) {

.max-width{
    /*max-width: 1024px;*/
    padding: 0 80px;
    margin: auto;
}

.signals{
  font-family: 'Poppins', sans-serif;
}

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

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  margin-top: 20%;
  font-family: 'Ubuntu', sans-serif;
}

.signals{
  display: flex;
  color: #000000; /* Color of Name, and moving text in first page*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

}

/* --------------------------------------------- Mobiles -------------------------------------- */

@media (max-width: 650px) {
  .max-width{
    /*max-width: 480px;*/
    padding: 0 20px;
    margin: auto;
}

.signals{
  font-family: 'Poppins', sans-serif;
}

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

section .title{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20%;
  font-family: 'Ubuntu', sans-serif;
}

.signals{
  display: flex;
  color: #000000; /* Color of Name, and moving text in first page*/
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}

}

/* -------------------------- Drop Down --------------------------------- */

.select1{
  position: relative;
  width: 10%;
  z-index: 999;
  padding: 10px 0;
  font-family: 'Ubuntu', sans-serif;
  transition: all 0.3s ease;
}

/* ------------------------------------------ Drop Down ------------------------------------------------------- */

.box {
  position: relative;
  margin-left: 20%;
  margin-top: 15%;
  transform: translate(-50%, -50%);
}

.box select {
  width: 100%;
  padding: 10px;
  margin-bottom: 0%;
  border: 1px solid #98CB3B;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}

.box::before {
  content: "\f13a";
  font-family: 'Ubuntu', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}
/* --------------------------------------------- Text Fields ---------------------------------------------------------*/

.fill {
  width: calc(100% - 22px);
  position: relative;
  border: 0px solid #98CB3B;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
  transform: translate(-50%, -50%);
  margin-left: 20%;
  margin-top: 10%;
}

/* ----------------------------------------- Plot Button -----------------------------------------------------*/

.buttonTotal {
  display: block;
  width: 30%;
  height: 20%;
  font-size: 100%;
  position: relative;
  padding: 10px 20px;
  background-color: #98CB3B;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 0%;
  margin-top: 10%;
}

.buttonTotal:hover {
  background-color: #2C9AD1;
  transform: scale(1.05);
}

/* ---------------------------------------------------- Tabs -------------------------------------------- */

.tab {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;  
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  border-style: solid;
  border-radius: 10px;
  border-color: #98CB3B;
  color: #176696;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* ------------------------------------------ Table ------------------------------------ */

table,td {
  padding: 10%;
  border: 3px solid black;
  border-collapse: collapse;
}

th{
  border: 3px solid black;
  background-color: #AAA;
}

#figure1 {
  width: 100%;
  height: 100%;
  padding-bottom: 60%; /* Adjust the aspect ratio as needed */
}