* {
  font-family:'Times New Roman', Times, serif;
}

.input-control option[value="NULL"] {display: none;}
.inp option[value="NULL"] {display: none;}


.container {
  width: 913px;
  height: 668px;
  border: 1px solid #1b1b38;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  color:#333;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.header {
  width: 100%;
  background-color: #1b1b38;
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header-text {
  font-size: 16px;
  color: #abf1ff;
}

.header-text:nth-child(1) {
  padding-left: 20px;
}

.header-text:nth-child(2) {
  padding-right: 20px;
}

.div {
  background-color:#f5f5f5
}

.tab-create {
  font-size: 20px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-top-left-radius: 10px;
}

.tabs {
  display: flex;
  width: 980px;
  margin: auto;
  margin-top: 0px;
  height: 35px;
}

.tab-text {
  color: #abf1ff;
  text-decoration-line: none;
}



.options-list li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.options-list li a.button {
  display: inline-flex;
  align-items: center; /* Center text vertically */
  justify-content: center;
  padding: 10px 20px;
  width: 120px;
  height: 60px;
  background-color: #1b1b38;
  color: #abf1ff;
  border: 1px solid #abf1ff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  
}
.options-list li a.button:hover {
  background-color:#abf1ff;
  color:#1b1b38 ;
}
/* ... Other styles ... */

.container1 {
display: flex;
flex-direction: column; /* Align items vertically */
align-items: center; /* Center items horizontally */
justify-content: center; /* Distribute space between items */
padding: 20px;
margin-top: 125px; /* Add padding for spacing */
}


.position-absolute {
  position: absolute !important;
}

.header-box {
  width: 100%;
  background-color: #1b1b38;
  color: #abf1ff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  text-align: center; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.Data-set-x-value-input-container {
  width: 86%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 50px;
}

.sec-con-container {
  display: flex;
  margin: 10px;
  width: 891px;
  height: 586px;
}

.sec-con-column {
  display: flex;
  flex-flow: column;
  width: 415px;
  height: 588px;
}

.sec-con-left {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  width: 415px;
  height: 588px;
  margin: auto;
}

.sec-con-right {
  display: flex;
  width: 460px;
  height: 588px;
  margin: auto; 
  position: relative; /* Make the rightbar a relative container */
}

.sub-div-control {
  margin-top: 15px;
  width: 100%;
  height: 240px;
  border: 0px solid #E5E7EB;
  background-color: #ecf7f8;
  border-radius: 10px;
  color:#333;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.sub-div-sim {
  margin-top: 15px;
  width: 100%;
  /* height: 560px;  Remove fixed height */
  border: 0px solid #E5E7EB;
  background-color: #ecf7f8;
  border-radius: 10px;
  color:#333;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  bottom: 10%; 
}

.ui.input {
  font-size: 0.7em;
}

#fcfsGraph {
  width: 100%;
  height: 100%; 
}

.footer {
  width: 100%;
  height: 4%;
  background-color: #1b1b38;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer-text {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  color: #abf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 350px;
  font-family: 'Times New Roman', Times, serif;
}

/* The Modal (background) */

.modal-header h2{
  text-align:left;
}


     /* Modal styles */
     .modal {
      display: none;
      position: absolute;
      z-index: 1;
      padding-top: 105px;
      width: 912px;
      height: 667px;
      overflow: auto;
      background-color: rgba(255, 255, 255, 0);
      backdrop-filter: blur(9.2px);
      -webkit-backdrop-filter: blur(9.2px);
      border-radius:10px;
      
  }
  
  .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s
  }

 
  .close {
      color: #abf1ff;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }

  .close:hover,
  .close:focus {
      color: white;
      text-decoration: none;
      cursor: pointer;
  }

  .modal-header {
      padding: 2px 16px;
      background-color: #1b1b38;
      color: #abf1ff;
  }

  .modal-body {
      padding: 2px 16px;
  }

  .modal-footer {
      padding: 2px 16px;
      background-color: #1b1b38;
      color: #abf1ff;
  }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
  }
}

/* Style for the disabled button */


/* CSS */
.button-19 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13)), radial-gradient(90% 7% at 50% 8%, rgba(255, 255, 255, 0.47) 25%, rgba(255, 255, 255, 0) 50%), #1b1b38;
  border: 0;
  border-radius: 0.375em;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #003f9d inset, 0 0.2em 0.2em rgba(255, 255, 255, 0.27) inset, 0.2em 0 0.2em rgba(255, 255, 255, 0.27) inset, 0 -0.2em 0.2em #003f9d inset;
  color: #abf1ff;
  cursor: pointer;
  height:30px;
  font-size: 14px;
  width:70px;
  margin: 0 auto;
  padding: 0.5em 0.5em;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.47);
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
}
.button-19, .button-19 span {
  display: block;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.button-19:focus, .button-19 span:focus {
  outline: none;
}
.button-19 span {
  transition-property: transform;
  will-change: transform;
}
.button-19:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #002a6a inset, 0 0.2em 0.2em rgba(0, 0, 0, 0.27) inset, 0.2em 0 0.2em rgba(0, 0, 0, 0.27) inset, 0 -0.2em 0.2em #002a6a inset;
}
.button-19:active span {
  transform: scale(0.95);
}
.button-19:focus {
  color: #abf1ff;
  text-shadow: 0 0 0.2em rgba(157, 196, 255, 0.47);
}
.button-19.visually-disabled {
  opacity: 0.5; 
  cursor: not-allowed;
}
#avgSeek-1:disabled,#avgSeek-2:disabled{
  opacity: 0.45;
  pointer-events: none;
}