* {
  font-family: 'Times New Roman', Times, serif;
}

.container {
  width: 990px;
  height: 633px;
  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;
}
.select2-selection__choice { color: black;

}
#tab-1 {
  border-right: solid black 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-text {
  /* font-size: 16px; */
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
}

.instruction-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.tab-create {
  font-size: 20px;
  /* padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px; */
  padding: 5px 10px;
  font-weight: bold;
  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;
  /* flex-wrap: wrap; */
  margin: 10px;
  width: 970px;
  height: 586px;
  /* margin: auto; */
}

.compute-sec-con-container {
  width: 980px;
  height: 586px;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-flow: row;
  margin: 10px;

}

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

.tableSection {
  display: inline;
  display: flex;
  width: 620px;
  height: 589px;
}

.tableSectionAnalysis {
  display: inline;
  display: flex;
  border: red solid 1px;
  width: 620px;
  height: 589px;
}

/* formula */
.compute-sec-con-left-side-container {
  display: inline;
  display: flex;
  flex-flow: column;
  width: 330px;
  height: 652px;
}

.sec-con-table {
  display: flex;
  /* flex-wrap: wrap; */
  width: 390px;
  height: 565px;

}

.analysis-sec-con-table {
  display: flex;

  width: 420px;
  height: 500px;

}

.sec-con-column {
  display: flex;
  flex-flow: column;
  /* flex-wrap: wrap; */
  width: 600px;
  height: 588px;
  /* margin: auto; */
}

.sec-con-column-analysis {
  display: flex;
  flex-flow: column;
  /* flex-wrap: wrap; */
  width: 520px;
  height: 500px;
  /* margin: auto; */
}

.compute-sec-con-column {
  display: flex;
  flex-flow: column;
  /* flex-wrap: wrap; */
  /* width: 600px; */
  width: 479px;
  height: 588px;
  /* margin: auto; */
}

.sub-div {
  width: 480px;
  height: 280px;
  border: 1px solid #16696e;
  margin-top: 10px;
  margin: 10px;
}

.sub-div-formula {
  width: 310px;
  height: 130px;
  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;
  margin-top: 10px;
  margin: 10px;
}

.sub-div-cendroids {
  width: 310px;
  height: 330px;
  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;
  margin-top: 10px;
  margin: 10px;
}

.computeButtonContainer {
  position: absolute;
  display: flex;
  bottom: 90px;
  width: 599px;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.newCentroidContainer {
  display: flex;
  width: 310px;
  justify-content: space-evenly;
  align-items: center;

}

.sub-div-control {
  width: 390px;
  height: 164px;
  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;

}

.training-left-side-container {
  width: 570px;
  height: 164px;
  margin: 10px;
  display: flex;
}

.sub-div-table {
  width: 360px;
  height: 537px;
  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;
  margin: 10px;
}


.compute-sub-div-table {
  width: 600px;
  height: 540px;
  border: 0px solid #E5E7EB;
  background-color: #2c2e30;
  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;
  margin: 10px;
  border-radius: 10px;
}

.analysis-sub-div-table {
  width: 400px;
  height: 480px;
  border: 0px solid #E5E7EB;
  background-color: #2c2e30;
  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;
  /* margin-top: 10px; */
  margin: 10px;
 border-radius: 10px;
}

.sub-div-plot {
  width: 560px;
  height: 350px;
  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;
  margin: 10px;
}

.sub-div-plot-analysis {
  width: 500px;
  height: 480px;
  border: 0px solid #E5E7EB;
  background-color: white;
 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;
  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: 120px;
  font-size: 20px;
  cursor: pointer;
  color:#ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  padding: 3px;
  font-weight: bold;
  margin: 12px 0px;
  font-family: 'Times New Roman', Times, serif;
}



.swal-cancel-button {
  background-color: #e85c5c !important;
  /* Set your desired background color */
  color: #ffffff;
  /* Set your desired text color */
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  font-size: 1em;
}

.button-next-compute {
  width: 100px;
  font-size: 20px;
  cursor: pointer;
  color:#ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  padding: 3px;
  font-weight: bold;
  margin: 12px 0px;
  font-family: 'Times New Roman', Times, serif;
}

.button-new-cendroids {
  width: 160px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color:#ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  padding: 3px;
  font-weight: bold;
  margin: 12px 0px;
  font-family: 'Times New Roman', Times, serif;
}

.button-compute {
  width: 90px;
  font-size: 20px;
  cursor: pointer;
  color:#ffffa1;
  background-color: #ff983f;
  outline: none;
  border-radius: 20px;
  border: 2px #ff983f solid;
  padding: 3px;
  font-weight: bold;
  margin: 12px 0px;
  font-family: 'Times New Roman', Times, serif;
}

.button-next {
  width: 120px;
  font-size: 20px;
  cursor: not-allowed;
  color: white;
  background-color: #c5e5e7;
  outline: none;
  border-radius: 20px;
  border: 2px #c5e5e7 solid;
  padding: 3px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;

}

.delete-button {
  width: 90px;
  font-size: 20px;
  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;
  font-weight: bold;

}

.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;
  font-weight: bold;

}

.button-next-compute:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}

.button-new-cendroids:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}

.button-compute:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}

.delete-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}



.disableCompute {
  /* opacity: 0.6; */
  cursor: not-allowed;
  font-weight: bold;

}

.button-add-data-point:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}


.button:hover {
  color: #ff983f;
  background-color: white;
  font-weight: bold;

}

.delete-button:hover {
  color: red;
  background-color: white;
  font-weight: bold;

}

.button-add-data-point:hover {
  color: #ff983f;
  background-color: white;
  font-weight: bold;

}



.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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 350px;
}

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

.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: Georgia, serif;border-radius: 10px;
}

.flux-box {
  display: flex;
  justify-content: space-evenly;
}



/* controls */
.control-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  height: 138px;
}

.control-panel-button-container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 164px;
  width: 180px;
}

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

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

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

.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;
}

.control-input-heading {
  font-size: 24px;
  cursor: pointer;
}




#chart-container {
  width: 559px;
  height: 325px;


}

svg{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#tablesContainer {
  width: 360px;
  height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
}

#ComputeTablesContainer {
  width: 599px;
  height: 475px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;


}

#analysisTablesContainer {
  width: 399px;
  height: 475px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

}

table {
  /* border-collapse: collapse; */
  position: absolute;
  top: 2.5%;
  width: 80%;
  /* height: 70%; */
}

th{
  background-color: #e0e0e0;
  color:black;
}

th,
td {
  border: 1px solid #e0e0e0;
  padding: 5px;
  text-align: center;
  width: 20%;
  height: 10px;
  /* height: 32.5px; */
}

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


table
{
  border: 1px solid #e0e0e0;
}



#box {
  position: relative;

}

.swal-container {
  width: 990px;
  height: 633px;
  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;
}
.swal-popup-tri {
  margin: 60px 30px;
  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;
}

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



#chart {
  height: 354px;
  width: 569px; border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.tab-1-invert {
  background-color: #e0e0e0;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
  /* border-right: 2px solid black; */
  text-decoration: none;
}

.tab-2-invert {
  background-color: #e0e0e0;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
  /* border-right: 2px solid black; */
  text-decoration: none;
}

.tab-1-disInvert {
  background-color: #444648;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  cursor: not-allowed;
  /* border-right: 2px solid black; */
  text-decoration: none;
}

.tab-2-disInvert {
  background-color: #444648;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  cursor: not-allowed;
  /* border-right: 2px solid black; */
  text-decoration: none;
}

#tab-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid black 2px;
}

#tab-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid black 2px;

}

.displayHidden {
  display: none;
}

#google-visualization-errors-0 {
  display: none;

}

#google-visualization-errors-all-5 {
  display: none;
}

#google-visualization-errors-4 {
  display: none;
}

#google-visualization-errors-all-3 {
  display: none;
}

/* #google-visualization-errors-11 {
  display: none;

} */


/* compute style */
body {
  text-align: center;
}

h1 {
  margin-top: 50px;
}

#chartContainer {
  width: 569px;
  height: 352px;
  margin: auto;
}

.ClusterStyle {
  width: 110px;
  height: 30px;
  /* border: red solid 1px; */
  color: black;
  background-color: white;
  text-align: center;
}

.cendroidStyle {
  width: 110px;
  height: 30px;
  /* border: red solid 1px; */
  color: black;
  background-color: white;
  text-align: center;
  cursor: pointer;
}

.ClusterStyle option {
  /* width: 15px; */
  /* height: 10px; */
  /* border: red solid 1px; */
  color: black;
  border: #000 solid 1px;
  /* background-color: white; */
  text-align: center;
}

/* .ClusterStyle+.select2-container .select2-selection__rendered { */
/* background-color: red; */
/* } */

/* .ClusterStyle+.select2-container .select2-results__option:hover { */
/* background-color: red; */
/* } */

.ClusterStyle option:hover {
  /* width: 15px; */
  /* height: 10px; */
  /* border: red solid 1px; */
  color: black;
  border: #000 solid 1px;
  background-color: #16696F;
  text-align: center;
}

.ClusterStyle option:hover {
  background-color: #16696F;
}

.ClusterStyle option[selected] {
  background-color: #16696F;
}

option:hover {
  background-color: #16696F;
}

.cendroidStyle option {
  /* width: 15px; */
  /* height: 10px; */
  /* border: red solid 1px; */
  color: black;
  border: #000 solid 1px;
  /* background-color: white; */
  text-align: center;
}

.cendroidStyle option:hover {
  /* width: 15px; */
  /* height: 10px; */
  /* border: red solid 1px; */
  color: black;
  border: #000 solid 1px;
  background-color: #16696F;

  /* background-color: white; */
  text-align: center;
}

.control-control-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-flow: column; */
  display: block;
  height: 138px;
}

.cluster-panel-button-container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 164px;
  width: 180px;
}

.cendroid-panel-button-container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 164px;
  width: 180px;
}


/* 
table,
th,
td {
  border: 1px solid black;
  border-style: double;
} */


.delete-button {
  width: 60px;
  font-size: 16px;
  cursor: pointer;
  color: white;
  background-color: red;
  outline: none;
  border-radius: 20px;
  border: 2px red solid;
  padding: 1px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}



.error {
  border: 2px solid red;
}

.selected-row-cell {
  border: 2px solid red;
}

/* Custom styles for tooltip */
.custom-tooltip {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
}





.sub-div-control {
  margin-bottom: 20px;
}

.header-box {
  font-size: 18px;
  font-weight: bold;
}

.cendroidStyle {
  width: 150px;
}

.selected {
  /* background-color: yellow; */
  border: solid #FF6600 3px;

}

#data-table .selected {
  border: #FF6600 3px solid;
}

.selected {
  /* border: red 3px solid; */
  border: solid #FF6600 3px;
}

.highlight-cell {
  background-color: white;
}

.Kcells {
  border: 3px solid #FF6600;

}

.Kcells:disabled {

  opacity: 0.6;
  cursor: not-allowed;
  font-weight: bold;

}

th,
td {
  border: 1px solid #e0e0e0;
  padding: 5px;
}

tr.highlight td:first-child {
  background-color: yellow;
}

tr.disabled td {
  background-color: #f2f2f2;
  color: gray;
}

tr.disabled td:hover {
  cursor: not-allowed;
}

.disabled {

  cursor: not-allowed;
}

.disabled:hover {
  /* background-color: #f2f2f2; */
  cursor: not-allowed;
}

.highlight {
  /* background-color: yellow; */
  border: solid 3px #FF6600;
  cursor: pointer;
}

.highlight-cell {
  background-color: lightblue;
}

.equation {
  cursor: pointer;
  /* border: 1px solid #000; */
  padding: 5px 0px;
  font-size: 23px;

}

.formula-container {
  display: flex;
  justify-content: center;
  padding: 0px 25px;
  align-items: baseline;
  height: 102px;
  flex-flow: column;
}

.cenroidsContainer {
  width: 90%;
  height: 83%;
  align-items: start;
  display: flex;
  flex-flow: column;
  padding: 5%;
}

.cenroidsContainerOld {
  width: 96%;
  height: 50%;
  align-items: start;
  display: flex;
  flex-flow: column;
  padding: 2%;
}

.cenroidsContainerNew {
  width: 96%;
  height: 38%;
  align-items: start;
  display: flex;
  flex-flow: column;
  padding: 2%;
}

.cenroidsContainer p {
  font-size: 17px;
  padding: 3px 2px;
  margin: 0px;
  font-weight: bold;
}

.cenroidsContainer div {
  text-align: left;
  font-size: 17px;
  padding: 3px 2px;
  margin: 0px;
  font-weight: bold;

}

.highlighted-row {
  background-color: #ffc198;
  color:black;
}

#data-table-analysis {
  /* border-collapse: collapse; */
  position: absolute;
  top: 10%;
  width: 80%;
  /* /* height: 70%; */
}

#data-table {
  /* order-collapse: collapse; */
  position: absolute;
  top: 8%;
  width: 80%;
  /* /* height: 70%; */
}

.analysis-button-container {
  width: 960px;
  height: 48px;
  display: flex;
  justify-content: space-evenly;
  margin: 10px;
  align-items: center;
}


#graph {
  height: 395px;
  width: 499px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#legend {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  background-color: white;
    color: black;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.legend-color {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.legend-label {
  font-size: 18px;
}

#data-table-compute {
  /* border-collapse: collapse; */
  position: absolute;
  top: 8.5%;
  width: 80%;
  /* /* height: 70%; */
}


.swal-popup-right {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0) !important;
}


.swal2-popup {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0) !important;
}



.select2-results__option--highlighted {
  background-color: #ff983f!important;
}

.select2-results__option--highlighted {
  background-color: #f8b376 !important;
  color:black;
}

.select2-selection__choice__remove {
  display: none !important;
}


.disable-cursor {
  cursor: not-allowed;
}

.select2-selection {
  cursor: pointer;
}

.select2-selection--multiple {
  cursor: pointer;
}

.select2-selection__rendered {
  cursor: pointer;
}

.swal2-html-container{
  font-size: 18px !important;
}

.swal2-title{
font-size: 20px !important;
}