* {
  font-family:'Times New Roman', Times, serif;
  
}
.input-control option[value="NULL"] {display: none;}
.inp option[value="NULL"] {display: none;}

.container {
  width: 800px;
  height: 681px;
  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;
}
.last-highlight {
  background-color: #ffff00; /* Yellow highlight for the last process */
}
.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;
}

.output-field {
  font-size: 20px;
  text-align: center;
  padding-top: 3%;
  margin-bottom: 20px;
}

.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: 780px;
    height: 595px;
  flex-direction: column;
}

.sec-con-container > div {
  height:45%;

}
.sec-con-column
{
  display: flex;
  flex-direction: row;
  width: 45%;
  height: 95%;
}

.sec-con-left {

  width: 100%;

}

.sec-con-right {
 
  width: 100%;
  margin: auto;
}



.sec-con-centre {
  width: 460px;
  height: calc(100% - 560px); /* subtract the height of the simulation box */
  margin: auto;
}

.sub-div-control {
  margin-top: 20px;
  margin-left: 10px;
  width: 76%;
  height: 290px;
  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-control1 {
  margin-top: -288px;
  margin-left: 298px;
  width: 92%;
  height: 287px;
  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-control2 {
  margin-top: 10px;
  width: 222%;
  height: 602px;
  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;
}

.simulation-box-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Add some margin to separate from the boxes */
}

.sub-div-sim {
  position: absolute;
    
    max-height: 280px;
    border: 1px solid #ddd;
    margin-top: 1px;
    left: 20px;
    right: 20px;
    width: 95%;
    height: 327px;
    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;
}



.yoo {
  position: absolute;
  overflow-y: auto;

}
#yoo_input {
  overflow: auto; /* Add both vertical and horizontal scrollbars */
  max-height: 200px; /* Set a maximum height to trigger the scrollbar */
  max-width: 300px; /* Set a maximum width to trigger the horizontal scrollbar */
  padding: 10px; /* Add some padding for better looks */
}

.ui.input {
  font-size: 0.7em;
}


.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 {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 47px;
  /* Location of the box */
  width: 798px;
  height: 680px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
  border-radius:10px;
}

.invalid-input {
  border-color: red;
}


/* Modal Content */
.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
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.close:hover,
.close:focus {
  color: #abf1ff;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #1b1b38;
  color: #abf1ff;
  font-family: 'Times New Roman', Times, serif;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #1b1b38;
  color: #abf1ff;
}


#myBtn:hover {
  cursor: "pointer";
}


/*swal*/
.position-absolute {
  position: absolute !important;
  backdrop-filter: blur(6px);
border-radius: 10px;
}


.control-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  
}

.control-panel-button-container {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: center;
  height: 10%;
  width: 100%;
  margin-top: 0.3in;
}



.highlight {
    background-color: #ffff99; /* Light yellow */
}

.error {
    background-color: #ffcccb; /* Light red */
}

.highlight-success {
    background-color: #90ee90; /* Light green */
}

.available-initial {
    font-weight: bold;
}

.input-error {
    border: 2px solid red;
}






button:disabled {
  background-color: gray;
  cursor: not-allowed;
}

button {
  padding: 10px 20px;
  background-color: #262926;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; 
  
  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;
  font-size: 14px;
  padding: 0.5em 0.7em;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.47);
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  display: block;
  margin: 20px auto; /* Center the button horizontally and add space above it */
}


h2 {
  margin-top: 0;
}

table1 {
  width: 30%;
  margin-top: 20px;
  border-collapse: collapse;
}

table {
  width: 30%;
  margin-top: 20px;
  border-collapse: initial;
}

.simulation-container {
  display: flex;
  flex-wrap: wrap;
}

.simulation-table {
  margin: 10px;
  border-collapse: collapse;
  display: inline-table;
  vertical-align: top;
}

.simulation-table1 {
  border-collapse: collapse;
  display: inline-table;
  vertical-align: top;
  /* margin-top: -51px;
  margin-left: 12px; 
  width: auto;*/
  height: 132px;
  overflow-y: auto;
  position: absolute;
}
table1, th1, td1 {

  padding: 12px 15px;
  border: 1px solid #dddddd;
  align-items: center;
  border: 1px solid black;
  text-align: center;
}
th1, td1 {
  background-color:  #77b6f8; /* Blue header background */
  color:black; /* White text for headers */
  padding: 12px 15px;
  border: 1px solid #dddddd;
  padding: 10px;
  text-align: center;
}
.left-align {
  text-align: left;
}
table ,td{
  align-items: center;
  border: 1px solid black;
  text-align: center;
}
th {
  background-color:  #77b6f8; /* Blue header background */
  color: black; /* White text for headers */
  align-items: center;
  border: 1px solid black;
  text-align: center;
}
td {
  align-items: center;
  border: 1px solid black;
  text-align: center;
}

td{
  padding: 5px;
  text-align: center;
}
th{
  background-color:  #77b6f8; /* Blue header background */
  color: black; /* White text for headers */
  padding: 5px;
  text-align: center;
}

caption {
  caption-side: top;
  font-size: 1.3em;
  color: #007BFF;
  font-weight: bold;
  margin-bottom: 10px;
}

#safeSequence {
  margin-top: 10px;
}



/* 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;
  font-size: 14px;
  margin: 0 auto;
  padding: 0.5em 0.7em;
  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);
}



.control-panel-create-frist {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column;
  height: 175px;
}

.input-control {
  width: 120px;
  height: 30px;
  text-align: center;
}


#box {
  position: relative;

}

.swal2-popup {
  font-size: 0.8rem !important;
  font-family: Georgia, serif;
}

.swal-container {
  width: 913px;
  height: 672px;
  padding: 0px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  border-radius: 10px;
}

.swal-container:target {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);

}


.swal-popup {
  margin: 160px 30px;
  width: auto !important;
  max-width: 50% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  min-width: 30% !important;
}

.swal-popup-custom {
  margin: 160px 30px;
  width: auto !important;
  max-width: 50% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  min-width: 30% !important;
}

.swal-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.swal-content {
  font-size: 18px;
}


