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;
}
.user-btn .dropdown-menu {
    padding: 0;
}
.user-btn .dropdown-item {
    padding: 5px 10px !important;
}
.user-btn .dropdown-item + .dropdown-item {
    border-top: 1px solid #e9ecef;
}
.user-btn .dropdown-item > .icon {
    margin-right: 5px;
}
.table-thumbnail {
    max-height: 100px;
    max-width: 150px;
}
.table-be.has-thumbnail-column tbody tr td {
    vertical-align: middle;
}
.form-url-upload {
    display: flex;
}
.form-url-upload > * {
    margin: 0 !important;
}

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

.title-button button.btn-ssi.be {
    background-color: transparent;
}
.title-button button.btn-ssi.be:hover {
    background-color: #e22127;
}
