@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

body {
  font-family: "Lato", sans-serif;
}

html, body, ul, div, h1, h2, h3, h4, h5, h6, span, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  vertical-align: baseline;
} 
  
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}
.header_button{
  display: flex;
  align-items: center;
padding: 30px;
}

.form {
  width: 400px;
  margin: auto;
 /* margin-bottom: 60px;*/
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #1d2939;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #1d2939;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.sprucecss {
  align-items: flex-start;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  inset: auto auto 1rem 1rem;
  line-height: 1.5;
  max-width: 11rem;
  padding: 1.5rem;
  position: fixed;
  text-decoration: none;
}
.sprucecss img {
  height: 1.5rem;
  width: auto;
}

.img_prd {
  margin: auto;
  display: table;
  max-width: 150px;
}

.loading-cell {
  text-align: center;
}

.loading-cell .loading-icon {
  font-size: 25px;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body {
  background: #e5e7eb;
}

table {
  width: 100%;
}

th, td {
  border: 1px solid;
  border-radius: 5px;
}

h2 {
  font-size: 16px;
}

th {
  padding: 15px;
}

td {
  font-size: 14px;
  padding: 15px;
}

.send_openai {
  color: #fff;
  padding: 15px;
  display: table;
  font-size: 16px;
  /*margin-top: 25px;*/
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  background: #1d2939;
  text-transform: uppercase;
}

/*-- Editable Textarea */
.box_txt {
  position: relative;
}

.txt_change {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.4;
  min-height: 100px;
  padding: 35px 15px;
  font-family: Arial, sans-serif;
}

.box_txt .icon_event {
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
}