
.styled-field {
  margin-bottom: 15px;
  height: auto;
  width: 100%;
}

.styled-field label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.text-field-style {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  color: #333;
}

.dropdown label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.shortcodes-info {
  margin-bottom: 15px;
  height: auto;
}

.dropdown-option {
  cursor: pointer;
  padding: 8px 12px;
  text-align: left;
  transition: background-color 0.3s ease;
}

.dropdown-option:hover {
  background-color: #f0f0f0;
}

.codeshorst {
  display: flex;
  justify-content: space-between;
}
.column-codeshort {
  flex: 1;
}

.copy-text {
  cursor: pointer;
}

.copy-text:hover {
  background-color: rgb(8, 8, 136)41, 41, 182;
}

/* table start */
th.template-group,
td.template-group {
  border: 1px solid rgb(160 160 160);
  padding: 5px;
  color: #588bbd;
  font-size: 12px;
  font-weight: normal;
}

th[scope="row"] a:hover {
  text-decoration: underline;
  color: #4679a5;
}

th[scope="col"] {
  background-color: #d7d7d7;
  color: black;
  font-weight: bold;
}

td.template-group {
  text-align: center;
}

table.template-group {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ccc(140 140 140);
  letter-spacing: 1px;
}
/* table end */

.template-btn-edit:hover {
  text-decoration: none !important;
}

a.template-btn-delete {
  padding-left: 5px;
}
