#cypress_ai_content {
    min-height: 300px;
    width: auto;
    background-color: #f0f0f1;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c4c7;
    color: #000000;
    z-index: 10199;
    position: fixed;
    bottom: 0;
    right: 0;
}

#cypress_ai_content #ai_wrapper {
    padding: 15px;
}

#cypress_ai_content #ai_modal_title {
  color: #f0f0f1;
  font-size: 13px;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 2.46153846;
  height: 32px;
  padding: 0 15px 0 15px;
}

#cypress_ai_content #ai_modal_title a, #cypress_ai_content #ai_modal_title a:active, #cypress_ai_content #ai_modal_title a:focus, #cypress_ai_content #ai_modal_title a:hover {
  color: #f0f0f1;
}

#cypress_ai_content textarea {
    line-height: 1.3;
    padding: 4px;
    margin-bottom: 8px;
}

#cypress_ai_content h4 {
    font-weight: bold;
    margin: 0 0 5px 0px;
}

#cypress_ai_content input[type=submit] {
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
}

#cypress_ai_content .ai_r > input[type=submit].button-cancel {
  margin-right: 15px;
}

#cypress_ai_content .exit {
  float: right;
  cursor: pointer;
}

#cypress_ai_content div.ai_r {
  text-align: right;
}

#cypress_ai_content .ai_progress {
    height: 10px;
    padding: 0px;
    width: 100%;
    color: #ffffff;
    border-color: #2271b1;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    text-align: left;
    margin-top: 10px;
}

#cypress_ai_content .ai_inner_progress {
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 10px;
  background-color: #2271b1;
}

#cypress_ai_content .ai_response_wrap {
  margin-bottom: 10px;    
}

#wpadminbar #wp-admin-bar-cypress_ai .ab-icon:before {
    font: normal 20px/1 dashicons;
    content: '\f17b';
    position: relative;
    float: left;
    speak: never;
    padding: 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    margin-right: 6px;
}

#cypress_ai_content strong {
    font-weight: 600;
}

#cypress_ai_content .ai_error {
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0000;
  border-style: solid;
  background-color: #ffffff;
}