a.disabled, a:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.form-card-group {
    border-color: #E22127 !important;;
}
.form-card-group .card-header {
    border-color: #E22127 !important;;
}

.textarea-hidden {
    display: none !important;
    visibility: hidden;
}

.textarea-hidden * {
    display: none !important;
    visibility: hidden;
}

.btn-delete-template-block {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.category-check-list {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    min-height: 100px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.category-check-item {
    position: relative;
}
.category-check-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -10px;
    bottom: 0;
    width: 1px;
    background-color: #4a4a4a;
}

.category-check-list > .category-check-item:first-child:last-child::before {
    display: none;
}
.category-check-list > .category-check-item:first-child::before {
    top: 10px;
}
.category-check-list > .category-check-item:last-child:before,
.category-check-children > .category-check-item:last-child:before {
    bottom: auto;
    height: 20px;
}

.category-check-children {
    position: relative;
}
.category-check-children > .category-check-item {
    padding-left: 25px;
}
.category-check-children > .category-check-item::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 17px;
    height: 1px;
    background-color: #4a4a4a;
    left: 8px;
}

.category-check-item input[type="checkbox"]:disabled + span:before,
.category-check-item input[type="checkbox"]:disabled + span {
    opacity: 1 !important;
    color: rgba(0,0,0,0.5);
}

.category-check-item input[type="checkbox"]:disabled + span:before {
    border-color: rgba(0,0,0,0.5);
}
a.btn-in-table {
    color: unset;
    text-decoration: none;
    background-color: transparent;
}
a.btn-in-table:hover {
    color: #e22127;
    background-color: transparent;
}

.fieldset-group {
    border: 1px solid #ccc;
    padding: 15px;
}

.fieldset-group + .fieldset-group {
    margin-top: 15px;
}

.fieldset-group > legend {
    display: block;
    width: auto;
    padding: 0 10px;
}

.form-url-upload {
    display: flex;
}
.form-url-upload > * {
    margin: 0 !important;
}

.form-url-upload > button {
    width: 50px;
}

.DTFC_LeftHeadWrapper table {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.DTFC_LeftBodyWrapper table {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
