body {
  direction: rtl;
}
.survey-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom: 180px;
    margin-top : 100px !important;
}

.survey-question {
    background: #fcf6f6;
    border: 1px solid #ddd;
    color: #000000;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.survey-question h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.survey-options label {
    margin-right: 10px;
}

.survey-rating label {
    margin-right: 5px;
}

.survey-comment textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.survey-container {
    direction: rtl;
    margin-top: 30px;
    font-family: 'Tahoma', sans-serif;
}

.survey-title {
  text-align: center;
  color: #43225e;
  margin-bottom: 20px;

}

.survey-question {
  margin-bottom: 30px;
}

.radio-options,
.checkbox-options {
  margin-top: 10px;
}

.option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}

.star-rating {
  font-size: 1.5em;
}
.comment-input {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: rgba(225, 225, 225, 0.82);
  color: #43225e;
  border: 2px solid #43225e;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
    background-color: rgba(234, 234, 234, 0.82);
    color: #c61c27;
    border: 2px solid #42275d;
}

.alert-danger {
  background-color: #F8D7DA;
  color: #721C24;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}



.oe_website_login_container,.signup{
    max-width: 430px;
    padding: 50px;
    border: 1px solid #F15A29;
    border-radius: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;

}
.input_login{
    padding: 10px;
    border: 0;
    background: #fff9eb;
}
.btn_login{
    background: #F15A29;
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.btn_login:hover{
    background: #cf4418;
}
.btn-back-login{
    padding: 5px 20px;
    border: 1px solid #f15a29;
    border-radius: 8px;
}

.order-number-wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.order-number {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  background-color: #ecf0f1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 8px;
}

.order-number-label {
  font-size: 16px;
  color: #34495e;
}

.feedback-message {
  font-family: 'Tahoma', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 20px 0;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}

.order-name {
  font-weight: bold;
  color: #2c3e50;
  background-color: #ecf0f1;
  padding: 3px 6px;
  border-radius: 3px;
}

