.path-cixci-order .field--name-label {
  margin: 30px 0px 20px 35px;
  font-weight: bold;
  color: black;
}

.order-cannonical-wrapper .button {
  margin-top: 20px;
  background-color: #12a0ce;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-left: 0;
}

.order-cannonical-wrapper .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-cannonical-wrapper .field--name-field-address {
  margin-top: 10px;
}

.order-cannonical-wrapper .address {
  display: flex;
  gap: 4px;
}

.order-cannonical-wrapper .order-header {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-cannonical-wrapper .order-header details.form-wrapper {
  flex: 1;
  border-color: #12a0ce;
  padding: 0;
  background-color: #f8f8f8;
}

.order-cannonical-wrapper .order-header details.form-wrapper summary {
  background: #12a0ce;
  padding: 6px;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
}

#views-exposed-form-cixci-orders-orders-page.views-exposed-form .form--inline {
  display: block;
}

#views-exposed-form-cixci-orders-orders-page.views-exposed-form .form-item {
  padding: 0 20px;
}

#views-exposed-form-cixci-orders-orders-page .form-actions {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
}

.view-cixci-orders table thead,
.cixci-order-item-list thead {
  height: 59px;
  border-radius: 10px;
  background-color: #12a0ce;
}

.view-cixci-orders .views-field-id-1 {
  text-align: center;
}

.view-cixci-orders table td {
  padding: 10px 8px;
}

.view-cixci-orders table td.views-field-operations {
  padding: 0;
}

.cixci-order-form details {
  padding: 0;
}

.cixci-order-form details summary {
  background: #12a0ce;
  padding: 6px;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
}

.cixci-order-form input, select {
  max-width: 540px;
}

.cixci-order-form .container-inline {
  display: flex;
  gap: 20px;
}

.cixci-order-form label {
  font-weight: bold;;
}

.cixci-order-form .field--type-datetime legend span {
  font-weight: bold;
  font-size: 16px;
}

.cixci-order-form .field--type-datetime .form-item {
  margin: 0;
}
