
/*Metateger*/
.content-onpage {
  box-shadow: 0px 10px 50px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  display: flow-root;
  padding: 20px;
}
.result_title {
  margin-top: 20px;
}
.result_title,
.result_desc {
  margin-bottom: 25px;
  background: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.check_metas_title,
.check_metas_desc {
  font-size: 14px;
  background: whitesmoke;
  padding: 20px;
  border-radius: 5px;
  color: #495057;
  line-height: 0.7;
}

textarea {
  height: auto !important;
}

.h6_metas {
  width: 100px;
  margin: 0px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.url_metas {

}

.content-onpage p {
  margin: 0px;
}
.sub_title_add {
  font-size: 12px;
  line-height: normal;
  color: gray;
  margin-bottom: 10px !important;
}
.count-title, .count-desc {
  text-align: right;
  padding: 20px;
}

.metas_colors {
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.metas_colors2 {
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: relative;
  min-width: 0;
  margin-bottom: 0;
}

.meta_65 {
  color: #609;
  font-size: 20px;
  line-height: 1.3;
}

.meta_140 {
  color: darkslategray;
}

.meta_1000 {
  color: silver;
}

.error_meta {
  color: indianred;
  padding-bottom: 5px;
  display: block;
}

.norm {
  color: forestgreen;
  padding-bottom: 5px;
  display: block;
}

