* {
  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;
}
.input-section, .simulation-section, .directory-section {
  flex: 1;
  margin: 0 10px;
}
.tooltip {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  z-index: 1000;
}
.input-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.directory-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simulation-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc;
}
.input-fields, .additional-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.input-fields input, .additional-fields input {
  margin: 5px 0;
  padding: 8px;
  width: 200px;
}
.input-fields button, .additional-fields button {
  margin: 5px;
  padding: 10px 20px;
}
.hidden {
  display: none;
}
.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;
}

.subHeading
{
  text-align: center;
  font-weight: bold;

}
.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;
}


.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; 
}

.button-19:disabled {
  cursor: not-allowed;
  background-color: gray;
}

.sub-div-control {
  overflow-y: auto;
  overflow-x: auto;
  
  margin-top: 15px;
  width: 100%;
  height: 273px;
  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;
}


.divider {
  display: table;
  font-size: 16px;
  text-align: center;
  width: 95%;
  margin: 15px auto;
}

.divider span:first-child {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(180deg, transparent, #000);
  background-image: -moz-linear-gradient(180deg, transparent, #000);
  background-image: -o-linear-gradient(180deg, transparent, #000);
  background-image: linear-gradient(90deg, transparent, #000);
}

.divider span:first-child, .divider span:last-child {
  width: 50%;
  top: 9px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.divider span:last-child {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(180deg, #000, transparent);
  background-image: -moz-linear-gradient(180deg, #000, transparent);
  background-image: -o-linear-gradient(180deg, #000, transparent);
  background-image: linear-gradient(90deg, #000, transparent);
}


.divider span {
  display: table-cell;
  position: relative;
}
.sub-div-sim {
  margin-top: 15px;
  width: 100%;
  height: 560px;
  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;
}

.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;
}

.footer1 {
  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;
  margin-left: 0px;
}

.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: 101;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  width: 911px;
  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 */
.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;
  margin-top: -52px;;
}

@-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;
}

.close1 {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}


.close:focus {
  color: #abf1ff;
  text-decoration: none;
  cursor: pointer;
}

.close:hover {
  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;
}









/* 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;
}

#myDiagramDiv {
  width: 100%;
  height: 100%;
  background-color: white;
}
#processTable {
  border-collapse: collapse;
}

#processTable th, #processTable td {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}
.alert-box-success {
  width: 100%;
  background-color: #D1E7DD;
  border: 1px solid #BADBCC;
  color: #0F5132;
  padding: 10px;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  display: 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 ;
}