/* #region Global */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 0px;
}

body.no-scroll {
    overflow: hidden;
}

html {
    position: inherit;
}

* {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

.language-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:12px;
}

    .language-list .language {
        margin-left: 10px;
    }

.card {
    border-radius: 10px;
}

input.form-control[type='text'], input.form-control[type='number'], input.form-control[type='email'], input.form-control[type='password'] {
    padding-left: 5px;
}

.field-validation-valid, .field-validation-error {
    position: absolute;
}

button.close {
    background: #ffffff;
    height: 25px;
    width: 25px;
    opacity: 1;
}

.btn {
    font-size: 13px;
    text-transform: none;
}

.display-block {
    display: block;
    overflow: hidden;
}

.tooltip {
}

.hover-primary:hover {
    color: #2196f3;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

body.login-background {
    background-color: #eceeef;
}

.panel-logo {
    font-size: 50px;
    font-weight: 900;
}

.checkbox-styled label span:not(.custom) {
    display: none;
}

.select2-search-choice-close:hover {
    background: #20415a;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 4px 4px 20px;
    margin: 10px 5px 3px 0;
    font-size: 13px;
    line-height: 10px;
}

.select2-search-choice-close {
    height: 18px;
}

    .select2-search-choice-close:before {
        margin: 4px 0 0 0;
    }

.hidePanel {
    display: none;
}

.list .tile > a:hover {
    color: #ffffff;
}

.list .tile:hover {
    color: #ffffff;
    background-color: #2196f3;
}

    .list .tile:hover span.custom:before, .list .tile:hover span.custom:before, .list .tile:hover span.custom:before, .list .tile:hover span.custom:before {
        border-color: #ffffff !important;
    }

.section-header {
    padding: 24px 0px 0px 24px !important;
    height: auto;
}

.text-white {
    color: white;
}

.offcanvas-head {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
}

.no-padding-form-group .form-group {
    padding: 0px !important;
}

.tag-input .bootstrap-tagsinput {
    background: #fff;
    min-height: 37px;
    padding: 5px !important;
    font-size: 15px;
    color: #000;
}

    .tag-input .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
        display: block;
    }

#content {
    min-height: calc(100vh - 50px);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-align-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-align-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-width {
    width: 100% !important;
}

.nano > .nano-pane {
    background: #fff;
    width: 5px;
}

    .nano > .nano-pane > .nano-slider {
        background: #2196f3;
    }

.content-thumbnail {
    background-color: #2196f3;
    border-radius: 5px;
    padding: 2px;
}

.section-account {
    height: calc(100vh - 45px);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .section-account .contain-xs {
        min-width: 480px;
    }
/* #endregion */
/* #region Header */
.header-nav-profile .dropdown .profile-info {
}
/* #endregion */
/* #region User Profile */
.crop-image {
    height: 250px;
    width: 250px;
}

.profile-image {
    border: 1px solid rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.jsFunction .btn {
    font-size: 10px;
}
/* #endregion */
/* #region Messages */
.toast {
    border-radius: 10px;
    background-color: #ffffff;
    color: #000 !important;
}

.toast-close-button, button.toast-close-button {
    color: #000;
    font-size: 15px;
}

.toast-success {
    border: 2px solid #4caf50;
}

    .toast-success .toast-progress {
        background-color: #4caf50;
    }

.toast-error {
    border: 2px solid #f44336;
}

    .toast-error .toast-progress {
        background-color: #f44336;
    }

.toast-info {
    border: 2px solid #2196f3;
}

    .toast-info .toast-progress {
        background-color: #2196f3;
    }

.toast-warning {
    border: 2px solid #ff9800;
}

    .toast-warning .toast-progress {
        background-color: #ff9800;
    }
/* #endregion */
/* #region Modal */
.custom-modal .modal-dialog {
    width: 100%;
    margin: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

    .custom-modal .modal-dialog .modal-content {
        padding: 0px 20px 10px 20px;
        border-radius: 10px;
        max-width: 300px;
    }

        .custom-modal .modal-dialog .modal-content button.close {
            position: absolute;
            top: -10px;
            right: -10px;
            background: #2196f3;
            color: #fff;
            text-shadow: none !important;
            -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
            border-radius: 50px;
            height: 35px !important;
            width: 35px !important;
        }

            .custom-modal .modal-dialog .modal-content button.close:hover, .custom-modal .modal-dialog button.close:focus {
                background: #fff;
                color: #2196f3;
                -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
                box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
                opacity: 1 !important;
            }

        .custom-modal .modal-dialog .modal-content .modal-text {
            text-align: center;
            padding: 30px 0px 0px;
        }

        .custom-modal .modal-dialog .modal-content .modal-functions {
            overflow: hidden;
            padding: 10px;
        }

.editor-modal.custom-modal .modal-dialog .modal-content {
    padding: 0px 20px 10px 20px;
    border-radius: 10px;
    max-width: initial;
}
/* #endregion */
/* #region tagsinput */
.bootstrap-tagsinput {
    min-height: 37px;
    padding: 10px 0px 0px 5px;
}

    .bootstrap-tagsinput input {
        font-size: 16px;
    }

    .bootstrap-tagsinput .tag {
        font-size: 16px;
        font-weight: normal;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }

.content-tags {
    padding-left: 5px;
    margin-top: 10px;
}

    .content-tags .content-tag {
        background-color: #2196f3;
        color: #fff;
        padding: 6px;
        border-radius: 10px;
        margin-right: 5px;
        cursor: pointer;
        font-size: 10px;
    }

        .content-tags .content-tag .tag-name {
            margin-right: 5px;
        }
/* #endregion */
/* #region DataTable */
table.dataTable {
    width: 100%;
}

div.dataTables_length select.form-control {
    display: inline;
    width: auto;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    margin-right: 10px;
    text-align: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #d5d6d7;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 10px;
    border-top: 1px solid #d5d6d7;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent;
}

table.dataTable tbody tr.odd.parent {
    background-color: #2196f3;
    color: #fff;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:not(.child):hover, table.dataTable.hover tbody tr:hover a, table.dataTable.display tbody tr:not(.child):hover a {
    background-color: #2196f3;
    color: #fff;
}

    table.dataTable.hover tbody tr:hover a.text-primary:hover, table.dataTable.display tbody tr:not(.child):hover a.text-primary:hover {
        background-color: #fff;
        color: #2196f3;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    color: #ffffff !important;
    background-color: #2196f3;
    border-color: #2196f3;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    -webkit-transition: -webkit-box-shadow 0.15s ease-out;
    -moz-transition: -moz-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
    font-size: 13px;
    text-transform: none;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: no-drop;
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0px;
    }
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    border: 0px;
    background-color: #2196f3;
    border-radius: 50%;
    top: 40%;
    left: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d33333;
}
/* #endregion DataTable */
/* #region Select2 */
.select2-container {
    z-index: 1000;
    display: block;
}

.select2-dropdown {
    border: 1px solid #2196f3;
    border-radius: 0px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #2196f3;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #2196f3;
}

.select2-container--default .select2-results__group {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(33, 150, 243, 0.2);
    border-top: 1px solid rgba(33, 150, 243, 0.2);
    background-color: rgba(33, 150, 243, 0.5);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default .select2-selection {
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0px;
}

    .select2-container--default .select2-selection .select2-selection__rendered {
        margin: 0px 0px 0px 0px;
        padding-bottom: 0px;
        padding-top: 2px;
        color: #0c0c0c;
        font-size: 16px;
    }

    .select2-container--default .select2-selection .select2-selection__choice {
        background-color: #2196f3;
        color: #fff;
        border: 1px solid #2196f3;
        border-radius: 3px;
        margin-top: 7px;
        font-size: 12px;
    }

    .select2-container--default .select2-selection .select2-selection__choice__remove {
        color: #fff;
        font-size: 12px;
        padding-right: 5px;
    }

        .select2-container--default .select2-selection .select2-selection__choice__remove:hover {
            color: #fff;
        }

.select2-container .select2-selection {
    min-height: 37px;
    cursor: default;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2196f3 !important;
    color: #fff;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #2196f3
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #2196f3
}

.select2-container--classic .select2-selection:focus {
    border: 1px solid #2196f3
}

.select2-container--classic.select2-container--open .select2-selection {
    border: 1px solid #2196f3
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #2196f3
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(33, 150, 243, 0.2);
}

.select2-container--default .select2-selection .select2-selection__clear {
    display: none;
}

.select2-requried .field-validation-valid {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #0c0c0c transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}

.jsSelect2Message {
    color: #0c0c0c;
    font-size: 16px;
}
/* #endregion */
/* #region Tabs */
.nav-tabs.nav-justified > li > a {
    text-align: left;
    font-weight: bold;
    line-height: 1;
}

    .nav-tabs.nav-justified > li > a.validate-error {
        border: 1px solid red !important;
    }

.tab-content {
    padding-top: 10px;
}

.card-head .nav-tabs > li.active > a, .card-head .nav-tabs > li.active > a:hover, .card-head .nav-tabs > li.active > a:focus {
    border-top: 5px solid #2196f3 !important;
    color: #2196f3;
    border-bottom: 0px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
/* #endregion */
/* #region Categories */

@keyframes created-effect {
    10% {
        border: 1px solid #2196f3;
    }

    50% {
        border: 1px solid #a94442;
    }

    100% {
        border: 1px solid #2196f3;
    }
}

.category {
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .category .category {
        padding-left: 25px;
    }

    .category .category {
        overflow: hidden;
        margin-top: 0px;
        max-height: 0px;
    }

.categories .category .data {
    display: flex;
    justify-content: space-between;
    border: 1px solid #2196f3;
    padding: 5px;
}

    .categories .category .data .information {
        display: flex;
        align-items: center;
    }

        .categories .category .data .information .detail {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            height: 72px;
        }

            .categories .category .data .information .detail span {
                font-weight: bold;
                font-size: 15px;
            }

    .categories .category .data .actions {
        display: flex;
        align-items: center;
    }

.categories .category[data-isdeleted="True"] .data {
    border: 1px solid rgba(33, 150,243, 50%);
}

    .categories .category[data-isdeleted="True"] .data .information {
        opacity: .5;
    }

        .categories .category[data-isdeleted="True"] .data .information .detail {
            height: 28px;
        }

        .categories .category[data-isdeleted="True"] .data .information .status i {
            color: #f44336;
        }

.categories .category.created > .data {
    animation: normal 1s 5 created-effect ease-in-out;
}

.category.opened > .data .fa-chevron-down {
    transform: rotate(-90deg);
}


.categories .category:hover > .data {
    background-color: #2196f3;
    color: #fff;
}

    .categories .category:hover > .data .text-primary {
        color: #fff;
    }

.image .preview {
    border: 1px solid #2196f3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

    .image .preview .close {
        position: absolute;
        opacity: 0.5;
        right: 0px;
        top: 0px;
        color: #2196f3;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        text-shadow: none;
    }

        .image .preview .close:hover {
            opacity: 1;
        }

.category-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .category-filters .filter {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        border: 1px solid #2196f3;
        font-size: 16px;
    }

    .category-filters .filter {
        margin: 0px 5px;
    }

        .category-filters .filter:first-child {
            margin: 0px 10px 0px 0px;
        }

        .category-filters .filter:last-child {
            margin: 0px 0px 0px 10px;
        }

        .category-filters .filter select {
            border: 1px solid #2196f3;
            width: 100%;
            height: 50px;
        }

        .category-filters .filter.select {
            border-left: 0px;
            border-right: 0px;
        }

        .category-filters .filter.button {
            justify-content: space-between;
            padding: 0px 10px;
        }

            .category-filters .filter.button span {
                font-weight: bold;
            }

        .category-filters .filter[data-selected='True'] {
            background-color: #2196f3;
            color: #fff;
        }
/* #endregion */
/* #region Browser */
.browser * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.browser {
    background-color: #fff;
}

    .browser .loader {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .browser .loader .text {
            color: #000;
            font-size: 15px;
        }

    .browser .header {
        display: flex;
        align-items: center;
    }

        .browser .header .location {
            background-color: #e6e6e6;
            padding: 10px;
            font-weight: bold;
            border-radius: 5px;
            width: 100%;
        }

        .browser .header .back-button {
            height: 44px;
            width: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e6e6e6;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer;
        }

    .browser .directories {
        margin-top: 24px;
        margin-bottom: 10px;
        display: block;
        overflow: hidden;
    }

        .browser .directories .directory {
            position: relative;
            cursor: pointer;
            float: left;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            margin-right: 0px;
        }

            .browser .directories .directory:hover {
                margin-right: 10px;
            }

                .browser .directories .directory:hover > .delete {
                    opacity: 1;
                }

                .browser .directories .directory:hover > .title {
                    border-top-right-radius: 0px;
                    border-bottom-right-radius: 0px;
                }

            .browser .directories .directory.function {
                background-color: #2196f3;
                border: 1px solid #2196f3;
                position: relative;
                border-radius: 5px;
                cursor: pointer;
                font-size: 20px;
                color: #ffffff;
                margin-right: 20px;
                float: left;
                height: 38px;
                min-width: 38px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .browser .directories .directory i {
                margin: 0 5px 0px 5px;
            }

            .browser .directories .directory .fa-folder-open {
                color: #ffc800;
            }

            .browser .directories .directory .title {
                background-color: #ffffff;
                border: 1px solid #2196f3;
                position: relative;
                border-radius: 5px;
                cursor: pointer;
                font-size: 20px;
                color: #000000;
                padding-right: 10px;
                padding-left: 5px;
            }

            .browser .directories .directory .delete {
                opacity: 0;
                font-size: 10px;
                background-color: #2196f3;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 38px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

                .browser .directories .directory .delete i {
                    color: #fff;
                }

            .browser .directories .directory .form-control {
                height: 36px;
                border-bottom-color: rgb(33, 150, 243);
                background: #2196f3;
                color: #ffffff;
            }

                .browser .directories .directory .form-control::placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

    .browser .files {
        margin-top: 14px;
        display: block;
        overflow: hidden;
    }

        .browser .files .file {
            position: relative;
            float: left;
            border-radius: 5px;
            cursor: pointer;
            margin-bottom: 20px;
            margin-right: 20px;
            height: 200px;
            width: 250px;
            border: 1px solid #2196f3;
            background-color: rgba(33,150,243, 10%);
        }

            .browser .files .file:hover > .delete {
                opacity: 1;
            }

            .browser .files .file:hover > .copy {
                opacity: 1;
            }

            .browser .files .file img {
                width: 100%;
                height: 100%;
                border-radius: 5px;
            }

            .browser .files .file .name {
                position: absolute;
                bottom: 0;
                padding: 0px 5px 0px 5px;
                background-color: #2196f3;
                color: #fff;
                width: 100%;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            .browser .files .file .extension {
                position: absolute;
                bottom: 0px;
                right: 5px;
                color: #fff;
            }

            .browser .files .file .copy {
                position: absolute;
                opacity: 0;
                top: 30px;
                left: 0px;
                background-color: #2196f3;
                color: #fff;
                width: 30px;
                padding: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .browser .files .file .copy:hover {
                    background-color: #fff;
                    color: #2196f3;
                }

            .browser .files .file .size {
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: #2196f3;
                color: #fff;
                border-top-left-radius: 3px;
                border-bottom-right-radius: 5px;
                font-size: 10px;
                padding-right: 5px;
            }

            .browser .files .file .delete {
                position: absolute;
                opacity: 0;
                top: 0;
                right: 0px;
                background-color: #2196f3;
                color: #fff;
                width: 30px;
                padding: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom-left-radius: 5px;
                border-top-right-radius: 3px;
            }

                .browser .files .file .delete:hover {
                    background-color: #fff;
                    color: #2196f3;
                }
/* #endregion */
/* #region Users */
.users .user .flex-center {
    margin-bottom: 10px;
}

.users .user {
    padding-top: 10px;
    border-bottom: 1px solid #2196f3;
}
/* #endregion */
/* #region Editor */
.cke_source {
    white-space: initial !important;
    padding: 10px !important;
    width: 99% !important;
}

.editor-template-modal {
    z-index: 9999;
}

    .editor-template-modal .modal-content {
        padding: 20px 20px 10px 20px !important;
        max-width: 100% !important;
        width: 600px;
    }

.button-editor-template {
    position: absolute;
    top: 4px;
    right: 4px;
    line-height: 1.7;
}

.template-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .template-preview img {
        object-fit: contain;
        height: 300px;
        width: 100%;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

.loading-area {
    position: relative;
}

.editor-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #2196f3;
}

    .editor-loading img {
        height: 500px;
    }
/* #endregion */
.actions .name {
    font-weight: bold;
    margin-bottom: 12px;
}

.actions .list .custom-checkbox label {
    opacity: 1;
    display: flex;
    align-items: center;
}

    .actions .list .custom-checkbox label input[type='checkbox'] {
        margin: 0px 4px 0px 0px;
    }

.role-categories .title {
    font-weight: bold;
    margin-bottom: 12px;
}

.role-categories .categories .category .data .information .detail {
    height: 30px;
    padding-left: 5px;
}


.role-categories .categories .category .data .check-box {
    margin: 0px 8px 0px 0px;
    height: 30px;
    width: 30px;
}

.role-categories .categories .category .data .actions .full-checked {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.role-category-information .information {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

.role-category-information {
    margin-top: 8px;
    margin-bottom: 12px;
}

    .role-category-information .selected {
        margin: 0px;
        font-style: italic;
    }

        .role-category-information .selected strong {
            font-weight: bold;
        }

.category.non-authorize {
    opacity: .5;
    pointer-events: none;
}

.card-footer {
    padding: 12px;
    display: flex;
    gap: 12px;
    border-top: 1px solid #e5e6e6;
    margin-top: 3px;
    justify-content: space-between;
}


svg .fill-primary {
    fill: #f57f20
}
svg .fill-black {
    fill: #252525
}