.section_choice {
    cursor: pointer;
}

.section_choice.active {
    font-weight: bold;
    color: #000;
}

.settings-section:not(.active) {
    display: none;
}

.tabs-content ul.subsubsub {
    margin: 8px 0 0;
}

.section table {
    font-size: 14px;
}

.section table {
    width: 100%;
}

.section table th {
    padding-bottom: 20px;
    text-align: left;
    width: 30%;
}

.wdp-settings-search-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.wdp-settings-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wcp_tabs_container_list {
    display: inline-flex;
}

.wdp-settings-wrapper .hide {
    display: none;
}

.search-match {
    color: white;
    background-color: red;
}

.wdp-settings-search-results-wrapper .empty-results {
    margin-top: 10px;
}

.wdp-settings-search {
    position: relative;
}

.wdp-settings-search input {
    padding: 0 30px;
}

.wdp-settings-search .dashicons-search {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #777;
}

.wdp-settings-search .dashicons-dismiss {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #777;
}

.wdp-settings-search .hide {
    display: none;
}

.wdp-settings-template-textarea {
    height: 30px;
    width: 230px;
    line-height: 2;
    padding: 0 8px;
    overflow: hidden;
    resize: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0 5px;
    word-break: break-all;
}

.wdp-settings-template-active .wdp-settings-template-textarea {
    field-sizing: content;
    min-height: 4rem;
    overflow: auto;
    resize: vertical;
    height: auto;
    width: 100%;
}

.wdp-settings-template-label {
    display: flex;
    align-items: center;
}

.wdp-settings-template-active .wdp-settings-template-label  {
    display: block;
    line-height: 2rem;
}

.wdp-settings-template-active {
    display: block !important;
}

.wdp-need-more-settings {
  font-size: 14px;
}
