* {
  font-family: 'Times New Roman', Times, serif;
  
}
.input-control option[value="NULL"] {display: none;}
.inp option[value="NULL"] {display: none;}

.container {
  width: 913px;
  height: 602px;
  border: 1px solid #E5E7EB;
  background-color: #1D1F21;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background-image: url("images/wallpaper.png");
}

.header {
  width: 100%;
  background-color: #444648;
  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: white;
}

.header-text:nth-child(1) {
  padding-left: 20px;
}

.header-text:nth-child(2) {
  padding-right: 20px;
}

.tab-create {
  font-size: 20px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;

}

.tabs {
  display: flex;
  width: 980px;
  margin: auto;
  margin-top: 0px;
  height: 35px;
}

.tab-text {
  color: white;
  text-decoration-line: none;
}

.sec-con-container {
  display: flex;
  margin: 10px;
  width: 100%;
  height: 90%;
  margin: auto;
}

.sec-con {
  display: flex;
  flex-wrap: wrap; 
  width: 400px;
  height: 550px;
  margin: auto;
}

.sec-con-table {
  display: flex;
  flex-wrap: wrap; 
  width: 65%;
  height: 100%;

}

.sec-con-column {
  display: flex;
  flex-flow: column;
  /* flex-wrap: wrap; */
  width: 33%;
  height:100%;

}
.position-absolute {
  position: absolute !important;
}
.sub-div {
  width: 480px;
  height: 280px;
  border: 0px solid #16696e;
  margin-top: 15px;

}



.sub-div-control {
  margin-top: 15px;
  width: 100%px;
  height: 420px;
   border: 0px solid #E5E7EB;
  background-color: #2c2e30;
 border-radius: 10px;
 color:white;
 box-shadow:
 -1px 0 8px 0 #E5E7EB,
 20px 20px 20px 0 rgba(34, 33, 81, 0.25);
transition:
 .4s ease-in-out transform,
 .4s ease-in-out box-shadow;

}

.ex1-left-side-container {
  width: 95%;
  height: 100%;
  margin: 10px;
  display: flex;
  flex-flow: column;
}

.sub-div-table {
  width: 100%;
  height: fit-content;
 
  background-color: #2c2e30;
  margin-top: 25px; 
  margin-left: 10px;
  border-radius: 10px;color:white;
  box-shadow:
  -1px 0 8px 0 #E5E7EB,
  20px 20px 20px 0 rgba(34, 33, 81, 0.25);
 transition:
  .4s ease-in-out transform,
  .4s ease-in-out box-shadow;
}

.sub-div-plot {
  width: 570px;
  height: 384px;
  border: 1px solid #13547a;
  /* margin-top: 10px; */
  margin: 10px;
}

.header-box {
  width: 100%;
  background-color: #FF6600;
  color: White;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Button style */
.button {
  width: 100px;
  font-size: 20px;
  cursor: pointer;
  color:#ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  padding: 3px;
  font-family: 'Times New Roman', Times, serif;
}

.delete-button {
  width: 55px;
  font-size: 14px;
  cursor: pointer;
  color: white;
  background-color:red;
  outline: none;
  border-radius: 20px;
  border: 2px red solid;
  padding: 3px;
  font-family: 'Times New Roman', Times, serif;
}
.delete-button:hover {
  color: red;
  background-color: white}

.button-add-data-point {

  width: 180px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  font-family: 'Times New Roman', Times, serif;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button-add-data-point:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.button:hover {
  color: #ff983f;
  background-color: white;
}

.button-add-data-point:hover {
  color: #ff983f;
  background-color: white;
}



.footer {
  width: 100%;
  height: 4%;
  background-color: #444648;
  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: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 330px; 
  font-family: 'Times New Roman', Times, serif;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  width: 913px;
  height: 503px;
  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
}

@-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: #FF6600;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #2c2e30;
  color: #FF6600;
  font-family: 'Times New Roman', Times, serif;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color:#2c2e30;
  color: #FF6600;
}


#myBtn:hover {
  cursor: "pointer";
}


/*swal*/
.position-absolute {
  position: absolute !important;
  backdrop-filter: blur(6px);
border-radius: 10px;
}

.swal2-popup {
  font-size: 0.8rem !important;
  font-family: 'Times New Roman', Times, serif;
}
.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: 40%;*/
  width: 100%;
 margin-top: -67px;
 
}

.Data-set-value-input-container {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.control-input-heading
{
  left:25px;
  position:absolute;
  color:antiquewhite;
}
.control-panel-create-frist {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column;
  height: 160px;
}

.input-control {
  width: 120px;
  height: 30px;
  text-align: center;
  position:absolute;
  left:160px;
}



#tablesContainer {
  width: fit-content;
  height:fit-content;
  
}

table {
 /* border-collapse: collapse;*/
  width: 100%;
}

th{
  background-color: antiquewhite;
  color:black;
}

th,
td {
  border: 1px solid beige;
  padding: 7px;
  text-align: center;
  width: 90px;
  font-size: 14px;
}

td{
  color:#e0e0e0;font-size: 16px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 10px; 
}

tr:last-child td:last-child {
  border-bottom-right-radius: 10px; 
}

#box {
  position: relative;

}

.swal-container {
  width: 1000px;
  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 {
  width: auto !important;
  max-width: 50% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.swal-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.swal2-content {
  font-size: 18px;
}


.delete-button.disabled{
  opacity: 0.5;
  cursor: not-allowed;
}



.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}