* {
  font-family:'Times New Roman', Times, serif;
  
}
.input-control option[value="NULL"] {display: none;}
.inp option[value="NULL"] {display: none;}

.container {
  width: 1172px;
  height: 646px;
  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;
}


.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; */
}

.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;
 position: relative; 
 top: 0; 
 left: 0; 
 width: 100%; 
 bottom: 10%;
 overflow-y: auto; 
}

.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;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  bottom: 10%;
  overflow-y: auto;
}

.sub-div-control-button{
  margin-top: 412px;
  width:107%;

}


.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: 442px;
  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: 150px;
  /* Location of the box */
  width: 1170px;
  height: 646px;
  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: -70px;
}

@-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, .close2 {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.close:hover,
.close:focus,.close2:hover,
.close2: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;
}









/* 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.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:disabled {
opacity:0.6;
cursor: not-allowed;
}

.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;
}

 
  .tippy-box[data-theme~='my-theme'] {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color: black;
  }

  .tippy-box[data-theme~='my-theme'] .tippy-arrow {
    color: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  }

  .code-font
  {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  }

 /* styles.css */
 .code-font {
  color: black; /* Initial text color */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.code-font:hover {
  animation: popUp 0.5s forwards; /* Trigger the animation */
  color:#003f9d;
  background-color: white;
}

/* Keyframes for the pop-up effect */
@keyframes popUp {
  0% {
      transform: scale(1); /* Initial size */
      opacity: 1;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
      transform: scale(1.2); /* Scale up */
      opacity: 0.8;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  100% {
      transform: scale(1); /* Back to original size */
      opacity: 1;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  }
}

.highlightP {
  background-color: yellow;
}
@keyframes blinking {
  0% {
      background-color: yellow;
      }
  100% {
      background-color: red;
      }
}
.highlightC {
  background-color: yellow;
}
@keyframes blinking {
  0% {
      background-color: yellow;
      }
  100% {
      background-color: red;
      }
}

hr {
  width: 310px;
  border-top: 1px dotted #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: black;
}
#pi:hover, #ci:hover {
  cursor: pointer;
  transform: scale(1.2);
 
}
#pi.clicked, #ci.clicked {
  transform: scale(0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 2px solid #333;
}
#pi1:hover, #ci1:hover {
  cursor: pointer;
  transform: scale(1.2);
 
}
#pi1.clicked, #ci1.clicked {
  transform: scale(0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 2px solid #333;
}
.buffer-container {
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  height: 62px;
  margin: 20px 0;
  width: 141px;
  margin-top: 124px;
  margin-left: -65px;
  padding-left: 263px;
  position: relative;
}
#buffer-table {
  display: table;
  border-collapse: collapse;
  margin: 20px auto;
  margin-top: -13px;
  position: absolute;
}

#buffer-table tr {
  display: table-row;
}

#buffer-table td {
  display: table-cell; 
  border: 2px solid black;
  width: 5px; 
  height: 60px; 
  text-align: center; 
  padding-left: 50px; 
  position: relative;
}
#buffer-table td img {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 40px;
  height: 50px;
}

.buffer-info {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  margin-left: 20px; 
}
#code1,#c,#c1 {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
}

@keyframes breathe {
  0%, 100% {
      transform: scale(1); /* Start and end with normal size */
  }
  50% {
      transform: scale(1.2); /* Scale up to 110% at the midpoint */
  }
}