#uploadFileDiv {
  background: white;
  border: 1px #cccccc solid;
  border-radius: 5px;
  direction: rtl;
  width: 100%
}

.variablesDiv {
  padding-top: 35px;
  padding-bottom: 100px;
  border: 1px #f9f9f9 solid;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.variablesDiv>*>[class*="col-xs"] {
  padding-right: 0px !important;
  padding-left: 10px !important;
}

.labelTitle {
  font-family: "Ooredoo-Heavy";
  font-weight: bold;
}

.formInput {
  border-radius: 5px;

}

.red-icon {
  fill: red;
}

.drag-over {
  border-color: #0000ff;
  background-color: #f0f8ff;
}


.custom-btn {
  width: 180px;
  height: 40px;
  background-color: white;
  border: 2px solid red;
  color: red;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.custom-btn:disabled {
  background-color: gray;
  color: white;
}



.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-button {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}

.close-button:hover {
  color: #000;
}

.spaced-p {
  margin-top: 20px;
}

.spaced-div {
  margin-bottom: 20px;
  margin-left: -15px;
}

.rightsymbol-div {
  display: flex;
  justify-content: center; 
  align-items: center;   
}

.round-green-button {
  background-color: #28a745;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  font-size: 24px;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.round-green-button:hover {
  background-color: #218838;
}