* {
  font-family: "myriad-pro", "helvetica neue", "calibri", "sans-serif" !important;
}
body {
  /* font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol !important; */
  font-family: "myriad-pro", "helvetica neue", "calibri", "sans-serif" !important;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  }
  
  .container {
    display: flex;
    height: 100vh;
  }

  .form-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .sidebar {
    width: 250px;
    background-color: #2b2b2b;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }
  
  .sidebar h2 {
    color: #ffffff;
  }
  
  .sidebar ul {
    list-style-type: none;
    padding: 0;
  }
  
  .sidebar li {
    margin: 15px 0;
    cursor: pointer;
    padding: 10px;
    background-color: #333;
    border-radius: 5px;
    text-align: center;
  }
  
  .sidebar li:hover {
    background-color: #444;
  }
  
  .content {
    flex: 1;
    background-color: white;
    padding: 20px;
  }
  
  .content h1 {
    font-size: 2rem;
  }
  
  
  
  /* .form-group {
    margin-bottom: 20px;
  }

  label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  } */
  
  /* input[type="text"],
  select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  button {
    background-color: orange;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  
  button:hover {
    background-color: darkorange;
  } */
  
  .condition-row {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .chip {
    background-color: darkorange;
    color: white;
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .chip-text {
    color: #fff;
    font-weight: bold;
  }
  
  .submit-button {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
  }

  .condition-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
  }
  
  .input-field {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .condition-row select {
    width: 50% !important;
  }

  .pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  
  .pill {
    background-color: lightblue;
    color: black;
    padding: 5px 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
  }


.dropdown-menu {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
}

.dropdown-menu li {
  padding: 10px;
  background-color: #444;
}

.dropdown-menu li:hover {
  background-color: #575757;
}

.dropdown-menu.open {
  display: block;
}

.domain-list {
  margin-bottom: 20px;
}

.domain-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.domain-item input {
  width: 80%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.delete-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  padding: 0 10px;
}

.containerDomain {
  width: 300px;
  margin: 50px auto;
  text-align: center;
  /* font-family: Arial, sans-serif; */
}

.input-sectionDomain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-sectionDomain input {
  width: 70%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-sectionDomain button {
  padding: 6px 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.input-sectionDomain button:hover {
  background-color: #45a049;
}

.containerCategories {
  width: 500px;
  margin: 50px auto;
  text-align: center;
  /* font-family: Arial, sans-serif; */
}

.input-sectionCategories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.input-sectionCategories input,
.input-sectionCategories select {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  width: 200px;
}

.input-sectionCategories button {
  padding: 6px 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.input-sectionCategories button:hover {
  background-color: #45a049;
}

.item-listCategories {
  margin-top: 20px;
}

.itemCategories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.myRules {
  padding: 5px;
  width: 36%;
  display: flex;
  margin-bottom: 20px;
  margin-left: 64%;
  background-color: rgb(224, 224, 224);
  border-radius: 10px;
}

.myRules label{
  margin-top: 4%;
  margin-right: 2%;
}

.rulesSection{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rulesSection input[type="text"]{
  margin-top: 9px;
}


