.plugin-form {

      position: relative;

    & .ts-wrapper {
        height: auto;
    }

    & .ts-control {
        padding: 0 !important;
        border: none !important;
    }

    & .ts-control input[type="text"] {
        border: none !important;
        box-shadow: none !important;
    }

    & button {
        margin-top: 20px;
    }
    & button + button {
        margin-left: 20px;
    }

    & h4 {
        font-weight: bold;
    }

    & .ts-wrapper {
        min-height: 34px;
    }

    & input,
    & select,
    & textarea,
    & .ts-wrapper {
        margin-bottom: 13px;
    }

    & .form-group label {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 5px;
    }

    & .form-group {
        display: flex;
        justify-content: flex-start;
        margin-top: -1px;
        margin-bottom: 9px;
        gap: 20px;
    }

    & input[type="radio"] {
        width: 100%;
        height: 16px;
        border: 0px;
    }

    & .input-hidden .ts-control input {
        position: static !important;
    }

    & .dispatch-row {
        margin-bottom: 40px;

        & h5 {
            font-weight: bold;
        }

        & button {
            margin-top: 0;
        }
    }

    & input:disabled,
    & select:disabled,
    & textarea:disabled,
    & .ts-wrapper.disabled {
        padding: 6px 4px !important;
        border: none !important;
        border-bottom: 1px solid #ccc !important;
        background-color: lightgrey !important;
        color: black !important;
        cursor: initial;
        opacity: 0.8 !important;
        resize: none !important;

        & .ts-control {
            padding-top: 2px !important;
            background-color: lightgrey !important;
            opacity: 1 !important;

            & input {
                display: none !important;
            }

            & .remove {
                display: none !important;
            }
        }

        & .item {
            padding-right: 5px !important;
            padding-left: 0px !important;
            background-color: lightgrey !important;
            color: black !important;
            font-size: 14px !important;
        }
    }

  
}


.plugin-table-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.plugin-table-toolbox {
    & .filter-label {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        gap: 13px;
    }
}


.justify-content-center {
    display: flex;
    justify-content: center !important;
}

.ck-editor{
    & strong {
        font-weight: bold;
    }
}