.webhookTableStyle .theme--light.v-table thead th {
  background-color: #fafafa;
  border: none;

}

.webhookTableStyle table.v-table tbody td {
  border-left: none;
  border-right: none;
  border-bottom: solid #c8c8c8 1px;
}

.webhookTableStyle table.v-table thead tr {
  height: 36px;
  border-left: none;
  border-bottom: solid #c8c8c8 1px;
  border-right: none;
}
#txt {
  display: -webkit-box;
  width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-tabs__item .v-tabs__div--active {
  color: #008cd6 !important;
  font-size: 16px
}

.v-tabs__div {
  font-size: 16px
}

#webhookServiceCard {
  border-top: solid #c8c8c8 1px;
  border-bottom: solid #c8c8c8 1px;
  box-shadow: none;

}

.v-small-dialog__content {
  background-color: white
}

.col-3 {
  padding-right: 2%;
}

.mu-demo-form {
  width: 100%;
}

.mu-item-wrapper:hover {
  text-decoration: none;
}

.mu-option.is-focused {
  background-color: white;
}

.v-textarea.v-text-field--enclosed textarea {
  margin-top: 0px
}

.v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
  min-height: 270px
}

.containerBody {
  max-height: 200px;
  border-style: solid;
  border-width: 1px;
}