@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
        @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

      h2 {
            font-family: "Poppins", sans-serif;
    margin: 0;
    display: block;
    margin-block-start: 0; /* Override browser default */
    margin-block-end: 0; /* Override browser default */
    margin-inline-start: 0; /* Override browser default */
    margin-inline-end: 0; /* Override browser default */
    font-weight: bold;
    text-align: right;
    right: 10px;

}

.content span, .content2 span, .content3 span {
            font-family: "Poppins", sans-serif;
    font-size: 28px;
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #000;
  margin-bottom:0px;
  z-index:1;


}

.content span::before, .content2 span::before, .content3 span::before {
            font-family: "Poppins", sans-serif;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #03A8F5;
    -webkit-text-stroke: 0;
    z-index: -1;
    overflow: hidden;
margin-bottom:0px;

  
    /* Set a static clip-path for the wavy style */
    clip-path: polygon(
        0% 45%, 
        16% 44%, 
        33% 50%, 
        54% 60%, 
        70% 61%, 
        84% 59%, 
        100% 52%, 
        100% 100%, 
        0% 100%
    );
}
      .subscript {
        position:absolute;
    font-size: 0.75em; /* Smaller font size for subscript */
    color: #000; /* Optional: Change the color if needed */
        z-index:1001;
right:10px;
margin-top:-25px;
        padding:15px 15px 15px 15px;
}

.arrow-container {
  position: absolute;
  top: 23%;
  left: 272.5px;
  transform: translateY(-50%);
  width: 250px; /* Adjust to the width of your image */
  height: 250px; /* Adjust to the height of your image */
  overflow: hidden;
}

.arrow {
  width: 100%;
  height: 100%;
  background-image: url('svg.svg'); /* Update with your image path */
  background-size: cover;
  position: relative;
}

.arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; /* Start from the left side */
  width: 100%;
  height: 100%;
  background: #fff; /* Adjust the color to match the page background */
  animation: slideReveal 2s forwards;
}

@keyframes slideReveal {
  from {
    transform: translateX(0%); /* Start by covering the image */
  }
  to {
    transform: translateX(-100%); /* Move to the left, revealing the image */
  }
}

/* Side-to-side movement */
@keyframes point-left {
  0%, 100% {
    transform: translateX(0); /* Return to original position */
  }
  50% {
    transform: translateX(-5px); /* Move slightly to the left */
  }
}
.arrow.point-left {
  animation: point-left 1s ease-in-out infinite; /* Adjusted to apply to the arrow itself */
}

select option:checked,
select option:hover {
    background-color: #1967d2;
	color:white;
}

.years {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #80afe7;
  color: #1f3958;
  padding: 7px 16px; /* Adjusted padding */
  border: 1px solid #2980b9; /* Consistent border */
  border-radius: 4px; /* Consistent border-radius */
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center; /* Center text */
  height: auto; /* Adjust based on total height desired */
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    background-color: #80afe7;
    color: #1f3958;
  padding: 10px 40px 10px 0px; /* Adjust padding as needed, ensure right padding is enough for the arrow */
  border: 1px solid #2980b9; /* Example border, adjust as needed */
  border-radius: 4px; /* Example border-radius, adjust as needed */
background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2222%22%20viewBox%3D%220%200%2018%2022%22%3E%3Cpath%20d%3D%22M9%2017L2.07%205L15.93%205z%22%20stroke-width%3D%222%22%20stroke%3D%22%23213a5a%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 20px center; /* Adjust according to the padding and desired position */
  background-size: 18px 22px; /* Adjust size as needed */
  height: auto; /* Adjust based on total height desired, considering padding */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 7px 16px 7px;
	text-align: center;
}



		.navbar {
            background-color: #fff;
            top: 0;
            width: 100%;
            z-index: 1000;
			border-bottom: 1px solid #000;
        }
        .navbar a {
            float: left;
            display: block;
            color: black;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }
        .dropdown {
            float: left;
            overflow: hidden;
        }
        .dropdown .dropbtn {
            cursor: pointer;
            font-size: 16px;    
            border: none;
            outline: none;
            color: black;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }
.navbar a, .dropdown .dropbtn {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.navbar a::after, .dropdown .dropbtn::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 55%;
    width: 0;
    height: 1px; /* Thickness of the underline */
    background-color: #000; /* Color of the underline */
    transition: all 0.3s;
    transform: translateX(-50%);
}

.navbar a:hover::after, .dropdown:hover .dropbtn::after {
    width: 75%;
    left: 12.5%; /* Adjust this value to center the 75% width line */
    transform: translateX(0%);
}



        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
html, body {
    height: 100%;
	margin:0px;

}
body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
	margin-top:-1px;
}

table, th, td {
    border: 1px solid black;
}

th {
    background-color: #d4e4f7;
    padding: 8px;
    text-align: left;
}

td {
    padding: 8px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #d4e4f7;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}


select:focus {
    border-color: #66afe9; /* Blue border on focus for visibility */
    outline: none; /* Remove default outline */
}
.content-container {
    display: flex;
	height:100%;
	width:100%;
}


.form-container {
    display: flex;
    width: 250px;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    margin-right: 0px; /* Space between form and table */
    background-color: #213a5a; /* dark blue background */
    left: 0; /* Aligns the container to the left edge of the viewport */
    top: 0;
    padding-top: 10px; /* 10px padding at the top */
    padding-left: 10px; /* 10px padding on the left */
    color: white;
    overflow-y: auto;
    overflow-x: auto;
    min-height: 0; /* Ensure it can shrink if necessary */
}
.form-container2 {
    display: flex;
    width: 270px;
    flex-direction: column;
	flex-shrink:0;
    align-items: flex-start;
    height: 95vh; /* 100% of the viewport height */
    background-color: #213a5a; /* dark blue background */
	color:white;
    left: 0; /* Aligns the container to the left edge of the viewport */
    top: 0;
    padding-top: 10px; /* 10px padding at the top */
    padding-left: 10px; /* 10px padding on the left */
	padding-right:10px;
    box-sizing: border-box; /* Ensures padding doesn't affect overall dimensions */
    overflow-y: auto; /* Enables vertical scrolling if content overflows */
    border-right: 1px solid #000; /* 1px right border, black color */
}



.form-container select {
    width: 95%; /* Full width of the container */
	margin-bottom:10px;
}
.form-container input[type="submit"],
.form-container button {
    width: 95%; /* Full width of the container */
    margin: 0px 0px 10px;
    padding: 7px 16px 7px;
    color: #1f3958;
    background-color: #80afe7;
    border: 0.5px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer

}
.form-container button.export {
    width: 95%;
    margin: 0px 0px 10px;
    padding: 2px 16px 7px;
    color: #1f3958;
    background-color: #80afe7;
    border: 0.5px solid transparent;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.form-container button svg {
    align-self: center; /* Ensures SVG aligns to center vertically within the flex container */
    transform: translateY(+20%); /* Adjust this value as needed for perfect alignment */
	margin-right:3px;
}

.table-container {
    background-color: white; /* dark blue background */
    flex-grow: 1; /* Takes up remaining space */
    flex-direction: column;
}
.table-container2 {
    flex-grow: 1; /* Takes up remaining space */
	margin:20px;
}
/* Style for editable input fields */
.editable-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-container2 input[type="submit"], 
.form-container2 button { /* Add other input types if needed */
    width: 95%; /* Full width of the container */
    margin: 5px 0px 10px;
    padding: 7px 16px 7px;
    color: #1f3958;
    background-color: #80afe7;
    border: 0.5px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer
}
.form-container2 input[type="checkbox"]{
width:15px;
height:15px;
}

.form-row {
    display: flex;
    align-items: center; /* Align labels vertically in the center */
}
.form-container2 input[type="date"],
.form-container2 input[type="number"],
.form-container2 input[type="text"]{ /* Add other input types if needed */
    width: 60%; /* Full width of the container */
    margin: 3px 0px 3px;
    padding: 6px 6px 6px;
    color: #1f3958;
    background-color: #80afe7;
    border: 0.5px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
	margin-left:auto;
}

.form-container2 select {
    width: calc(60% + 12px); /* Adjust the 30px to whatever pixel value you need */
    margin: 3px 0px 3px;
    padding: 6px 6px 6px;
    color: #1f3958;
    background-color: #80afe7;
    border: 0.5px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
	margin-left:auto;
}