.formbold-table-wrapper {
  margin: 0 auto;
  max-width: 1190px;
  width: 100%;
  background: #fafafa;
}
.get-call {
padding: 8px 12px;
  background-color: #161167;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.col-md-12-hide {
display: none;
.overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  height: 80%;
  background-color: transparent; /* Semi-transparent black */
  z-index: 5; /* Behind the popup */
}

.popup4.open {
  display: block; /* Or use visibility: visible; */
}

.overlay.open {
    display: block; /* Or use visibility: visible; */
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popup-form {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  padding: 40px 10px 10px 10px;
  background-color: #cccccc;
  text-align: center;
  z-index: 1000;
  border-radius: 10px;
  display: none;
}

.popup-form input {
  margin-bottom: 20px;
  border: none;
  outline: none;
}
.popup-form select {
  margin-bottom: 20px;
  border: none;
  outline: none;
margin-left: 9px;
padding: 5px;
background: white;
height: 38px;
width: 180px;
}

.popup-form input[type="text"] {
  padding: 5px;
  margin-bottom: 20px;
}
.popup-form input[type="select"] {
  padding: 5px;
  margin-bottom: 20px;
}

.popup-form .popup-form-btn {
  display: block;
  width: 150px;
  margin: auto;
  padding: 10px;
  background-color: #F1132A;
  color: #fff;
  font-weight: bold;
  border: none;
  outline: none;
  transition-duration: 0.1s;
}

.popup-form .popup-form-btn:hover {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: 0 2px 4px 1px #000;
}

.popup-form .popup-form-btn:active {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: inset 0 -2px 2px 0px #000;
}

@keyframes bounce {
  0% {
    /*transform: translateX(150px);*/
    opacity: 0;
  }
  100% {
    /*transform: translateX(0);*/
    opacity: 1;
  }
}

.form-show {
  display: block;
  animation: bounce ease-out 0.3s;
}

@keyframes shake {
  /*0%, 100% {transform: translateX(-50%);}*/
  10%, 30%, 50%, 70%, 90% {transform: translateX(-52%);}
  20%, 40%, 60%, 80% {transform: translateX(-48%);}
}

.form-error {
  animation: shake 0.6s;
}

.popup-form-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.popup-form-close:before,
.popup-form-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #F1132A;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.popup-form-close:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.col-h1-12 {
position: relative;
}
table {
  border-collapse: collapse; /* Optional, but helps prevent double borders if adding cell borders later */
  width: 100%; /* Adjust as needed */
  float: right;
}

th {
background: #161617;
color: white;
}
th, td {
  border: none;
  padding: 10px; /* Adjust as needed */
  text-align: left; /* Adjust as needed */
}
tr:nth-child(even) {
  background-color: #f2f2f2; /* Light gray for even rows */
}

tr:nth-child(odd) {
  background-color: #ffffff; /* White for odd rows */
}
td button {
  padding: 8px 12px;
  background-color: #161167;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

td button:hover {
  background-color: #0056b3;
}
.get-call {
padding: 8px 12px;
  background-color: #161167;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#hiddenContent {
  display: none;
}
