
:root,
[data-bs-theme="light"] {
    --tz-blue: #4489e4;
    --tz-indigo: #33b0e0;
    --tz-purple: #716cb0;
    --tz-pink: #f24f7c;
    --tz-red: #d03f3f;
    --tz-orange: #fd7e14;
    --tz-yellow: #edc755;
    --tz-green: #47ad77;
    --tz-teal: #02a8b5;
    --tz-cyan: #3bc0c3;
    --tz-black: #000;
    --tz-white: #fff;
    --tz-gray: #6c757d;
    --tz-gray-dark: #36404c;
    --tz-gray-100: #f8f9fa;
    --tz-gray-200: #f2f2f7;
    --tz-gray-300: #dee2e6;
    --tz-gray-400: #ced4da;
    --tz-gray-500: #adb5bd;
    --tz-gray-600: #6c757d;
    --tz-gray-700: #495057;
    --tz-gray-800: #36404c;
    --tz-gray-900: #212529;
    --tz-primary: #4489e4;
    --tz-secondary: #6c757d;
    --tz-success: #4489e4;
    --tz-info: #33b0e0;
    --tz-warning: #edc755;
    --tz-danger: #d03f3f;
    --tz-purple: #716cb0;
    --tz-pink: #f24f7c;
    --tz-light: #f2f2f7;
    --tz-dark: #212529;
    --tz-primary-rgb: 59, 192, 195;
    --tz-secondary-rgb: 108, 117, 125;
    --tz-success-rgb: 68, 137, 228;
    --tz-info-rgb: 51, 176, 224;
    --tz-warning-rgb: 237, 199, 85;
    --tz-danger-rgb: 208, 63, 63;
    --tz-purple-rgb: 113, 108, 176;
    --tz-pink-rgb: 242, 79, 124;
    --tz-light-rgb: 242, 242, 247;
    --tz-dark-rgb: 33, 37, 41;
    --tz-primary-text-emphasis: #0b5ed7;
    --tz-secondary-text-emphasis: #616971;
    --tz-success-text-emphasis: #3d7bcd;
    --tz-info-text-emphasis: #2e9eca;
    --tz-warning-text-emphasis: #d5b34d;
    --tz-danger-text-emphasis: #bb3939;
    --tz-pink-text-emphasis: #da4770;
    --tz-purple-text-emphasis: #66619e;
    --tz-light-text-emphasis: #ced4da;
    --tz-dark-text-emphasis: #495057;
    --tz-primary-bg-subtle: #d8f2f3;
    --tz-secondary-bg-subtle: #f8f9fa;
    --tz-success-bg-subtle: #dae7fa;
    --tz-info-bg-subtle: #d6eff9;
    --tz-warning-bg-subtle: #fbf4dd;
    --tz-danger-bg-subtle: #f6d9d9;
    --tz-pink-bg-subtle: #fcdce5;
    --tz-purple-bg-subtle: #e3e2ef;
    --tz-light-bg-subtle: #fcfcfd;
    --tz-dark-bg-subtle: #ced4da;
    --tz-primary-border-subtle: #addff3;
    --tz-secondary-border-subtle: #f2f2f7;
    --tz-success-border-subtle: #b4d0f4;
    --tz-info-border-subtle: #b1e6e7;
    --tz-warning-border-subtle: #f8e9bb;
    --tz-danger-border-subtle: #ecb2b2;
    --tz-pink-border-subtle: #fab9cb;
    --tz-purple-border-subtle: #c6c4df;
    --tz-light-border-subtle: #f2f2f7;
    --tz-dark-border-subtle: #adb5bd;
    --tz-white-rgb: 255, 255, 255;
    --tz-black-rgb: 0, 0, 0;
    --tz-font-sans-serif: "Roboto", sans-serif;
    --tz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tz-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
    --tz-body-font-family: var(--tz-font-sans-serif);
    --tz-body-font-size: 0.986rem;
    --tz-body-font-weight: 300;
    --tz-body-line-height: 1.5;
    --tz-body-color: #282a2c;
    --tz-body-color-rgb: 108, 117, 125;
    --tz-body-bg: #eaf1f3;
    --tz-body-bg-rgb: 234, 241, 243;
    --tz-emphasis-color: #000;
    --tz-emphasis-color-rgb: 0, 0, 0;
    --tz-secondary-color: rgba(108, 117, 125, 0.75);
    --tz-secondary-color-rgb: 108, 117, 125;
    --tz-secondary-bg: #fff;
    --tz-secondary-bg-rgb: 255, 255, 255;
    --tz-tertiary-color: #313539;
    --tz-tertiary-color-rgb: 49, 53, 57;
    --tz-tertiary-bg: #f8f9fa;
    --tz-tertiary-bg-rgb: 248, 249, 250;
    --tz-heading-color: inherit;
    --tz-link-color: #3bc0c3;
    --tz-link-color-rgb: 59, 192, 195;
    --tz-link-decoration: none;
    --tz-link-hover-color: #32a3a6;
    --tz-link-hover-color-rgb: 50, 163, 166;
    --tz-code-color: #3bc0c3;
    --tz-highlight-bg: #fbf4dd;
    --tz-border-width: 1px;
    --tz-border-style: solid;
    --tz-border-color: #c4e2ef;
    --tz-border-color-translucent: rgba(0, 0, 0, 0.175);
    --tz-border-table-color: #cdebf7;
    --tz-border-radius: 0.25rem;
    --tz-border-radius-sm: 0.25rem;
    --tz-border-radius-lg: 0.5rem;
    --tz-border-radius-xl: 0.25rem;
    --tz-border-radius-xxl: 0.25rem;
    --tz-border-radius-2xl: var(--tz-border-radius-xxl);
    --tz-border-radius-pill: 50rem;
    --tz-box-shadow: 0 1px 3px rgba(27, 23, 30, 0.1);
    --tz-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--tz-body-color-rgb), 0.15);
    --tz-box-shadow-lg: 0 0 45px 0 rgba(var(--tz-body-color-rgb), 0.2);
    --tz-box-shadow-inset: inset 0 1px 2px rgba(var(--tz-body-color-rgb), 0.075);
    --tz-focus-ring-width: 0.25rem;
    --tz-focus-ring-opacity: 0.25;
    --tz-focus-ring-color: rgba(59, 192, 195, 0.25);
    --tz-form-valid-color: #4489e4;
    --tz-form-valid-border-color: #4489e4;
    --tz-form-invalid-color: #d03f3f;
    --tz-form-invalid-border-color: #d03f3f;
}

.boxcheck-group {
    border: 1px solid #DDD;
    padding: 5px;
}

    .boxcheck-group label {
        margin-bottom: 0px;
    }

table label {
    margin-bottom: 0px;
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    display: none;
}


    /* Checkboxes
   ========================================================================== */

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        height: 18px;
        width: 18px;
        line-height: 18px;
    }

[type="radio"] + label:before,
[type="radio"] + label:after {
    content: '';
    position: absolute;
    margin: auto auto;
    width: 18px;
    height: 18px;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 1px solid #b7b7b7;
}

[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
    border: 1px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 5px solid var(--tz-primary);
    background: var(--tz-primary-rgb);
}



[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
    cursor: not-allowed;
}


[type="checkbox"] + label {
    height: 19px;
    width: 19px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: unset;
    line-height: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    [type="checkbox"] + label:before,
    [type="checkbox"] + label:after {
        content: '';
        left: 0;
        position: absolute;
        z-index: 1;
    }

[type="checkbox"]:checked + label:before {
    top: .5px;
    left: .15px;
    width: 7.5px;
    height: 15.4px;
    border-top: 0;
    border-left: 0;
    border-right: 2.9px solid #fff;
    border-bottom: 2.9px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
    border-radius: 1px;
    margin-top: 2px;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    top: 2px;
    border: 1px solid var(--tz-primary);
    background-color: var(--tz-primary);
    z-index: 0;
}

[type="checkbox"]:not(:checked) + label:after {
    background-color: #f7f7f7;
    border: 1px solid #98a4b9;
    z-index: 0;
}

[type="checkbox"] + label:after {
    height: 19px;
    width: 19px;
    border-radius: 2px;
}

[type="radio"] + label.text-label {
    padding-left: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


[type="checkbox"] + label.text-label {
    padding-left: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

[type="radio"] + label.text-label:before, [type="radio"] + label.text-label:after {
    right: unset;
}



/* Remove default checkbox */
/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

/*[type="checkbox"] + label:not() {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-left: 26px;
    font-weight: unset;
    line-height: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

    [type="checkbox"] + label:not().no-text {
        padding-left: 0px;
        width: 15px;
    }

[type="checkbox"]:disabled + label:not() {
    cursor: not-allowed;
    border-color: rgb(255, 152, 0);
}

[type="checkbox"] + label:not():before,
[type="checkbox"]:not(.filled-in,.form-check-input) + label:not():after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;*/
/*transition: .2s;*/
/*}



[type="checkbox"]:not(.filled-in, .form-check-input) + label:not():after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}*/

[type="checkbox"]:disabled + label::after {
    cursor: not-allowed;
}

/*[type="checkbox"].tabbed:focus + label:not():after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:not():before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:not():before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}*/

/* Indeterminate checkbox */
/*[type="checkbox"]:indeterminate + label:not():before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #009688;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:not():before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

[type="checkbox"].filled-in + label:not():after,
[type="checkbox"].form-check-input + label:not():after {
    top: 2px;
    height: 16px;
    width: 16px;
    background-color: #f7f7f7;
    border: 1px solid #98a4b9;
    border-radius: 2px;
    z-index: 0;
}


[type="checkbox"].filled-in + label:not():before,
[type="checkbox"].filled-in + label:not():after,
[type="checkbox"].form-check-input + label:not():before,
[type="checkbox"].form-check-input + label:not():after {
    content: '';
    left: 0;
    position: absolute;*/
/* .1s delay is for check animation */
/*transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;*/
/*z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:not():before,
[type="checkbox"].form-check-input:not(:checked) + label:not():before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:not():after,
[type="checkbox"].form-check-input:not(:checked) + label:not():after {
    top: 2px;
    background-color: #f7f7f7;
    border: 1px solid #98a4b9;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:not():before,
[type="checkbox"].form-check-input:checked + label:not():before {
    top: 2.5px;
    left: 0.06rem;
    width: 6px;
    height: 11.4px;
    border-top: 0;
    border-left: 0;
    border-right: 2.9px solid #fff;
    border-bottom: 2.9px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:not():after,
[type="checkbox"].form-check-input:checked + label:not():after {
    top: 2px;
    border: 1px solid var(--tz-primary);
    background-color: var(--tz-primary);
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:not():after,
[type="checkbox"].form-check-input.tabbed:focus + label:not():after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:not():after,
[type="checkbox"].form-check-input.tabbed:checked:focus + label:not():after {
    border-radius: 2px;
    background-color: #009688;
    border-color: #009688;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:not():before,
[type="checkbox"].form-check-input:disabled:not(:checked) + label:not():before {
    background-color: transparent;
    border: 2px solid transparent;
    cursor: not-allowed;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:not():after,
[type="checkbox"].form-check-input:disabled:not(:checked) + label:not():after {
    cursor: not-allowed;
    border-color: rgb(255, 152, 0);
}

[type="checkbox"].filled-in:disabled:checked + label:not():before,
[type="checkbox"].form-check-input:disabled:checked + label:not():before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:not():after,
[type="checkbox"].form-check-input:disabled:checked + label:not():after {
    cursor: not-allowed;
}*/

/*.table [type="checkbox"].filled-in + label:not():after {
    height: 19px;
    width: 19px;
}

.table [type="checkbox"].filled-in:not(:checked) + label:not():after {
    top: 2px;
    background-color: #f7f7f7;
    border: 1px solid #98a4b9;
    z-index: 0;
}

table [type="checkbox"].filled-in:checked + label:not():before {
    top: 0.5px;
    left: 0.15px;
    width: 7.5px;
    height: 15.4px;
}*/
/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #84c7c1;
            }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #009688;
                    left: 24px;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            /*transition: background 0.3s ease;*/
            vertical-align: middle;
            margin: 0 15px;
        }

            .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 21px;
                height: 21px;
                background-color: #F1F1F1;
                border-radius: 21px;
                box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
                left: -5px;
                top: -3px;
                /* transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;*/
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}



.btn-tabcheck {
    padding: 0px 12px;
}

    .btn-tabcheck [type="checkbox"] + label:not() {
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
        padding: 0px 26px;
    }

    .btn-tabcheck [type="checkbox"].filled-in:not(:checked) + label:not():after {
        height: 15px;
        width: 15px;
        background-color: transparent;
        border: 1px solid #FFF;
        top: 0px;
        z-index: 0;
    }

    .btn-tabcheck [type="checkbox"].filled-in:checked + label:not():before {
        top: 0;
        left: 1px;
        width: 6px;
        height: 11px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

.btn [type="checkbox"].filled-in:checked + label:not():after {
    top: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #FFF;
    background-color: transparent;
    z-index: 0;
}

.theme-green [type="checkbox"].filled-in:checked + label:not():after {
    border-color: #009688;
    background-color: #009688;
}

table .flex-check [type="checkbox"] + label:not() {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
}

table .flex-check {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 2px;
}


/*.form-control-line [type="radio"]:not(:checked) + label:not(), [type="radio"]:checked + label:not() {
    padding-right: 1rem;
}*/


.table-responsive {
    width: 100%;
}

table .btn-group-sm > table .btn, table .btn-sm {
    padding: 0.1rem 0.48rem;
}

.table td {
    padding: 0.28rem 0.25rem;
    vertical-align: middle;
}

.table th {
    padding: 0.45rem 0.25rem;
    vertical-align: middle;
    text-align: center;
}


.btn {
    position: relative;
}

    .btn[disabled], [disabled] {
        pointer-events: none;
        cursor: not-allowed;
        opacity:0.7
    } 
    
    .btn[disabled]::before {
        content: "";
        position: absolute;
        inset: 0;
        cursor: not-allowed;
        background: transparent;
        z-index: 10;
    }

.form-control, .form-control-line {
    border-radius: 0.15rem;
    font-weight: 300;
    font-size: inherit;
    height: 37px;
}

    .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

.form-control-line {
    padding: 0.25rem 0.55rem;
    height: 35px;
    display: inline-flex;
    align-content: center;
    align-items: center;
}

.form-label {
    margin-bottom: 0.1rem;
}


.imgbox-preview {
    background: #dadfe1;
    align-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
    padding: 10px;
}


    .imgbox-preview, .imgbox-preview img {
        cursor: pointer;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

        .imgbox-preview.disabled, .imgbox-preview.disabled img {
            cursor: not-allowed;
        }

.imgbox-note {
    border: solid 1px #ddd;
    padding: 4px 5px;
    font-size: 13px;
    background: rgba(255, 235, 59, 0.35);
}

ul, li {
    list-style: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 25px;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            text-decoration: none;
            border: none;
            border-radius: 30px !important;
            margin: 0 3px !important;
            border: none;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        cursor: default;
        border-color: var(--tz-pagination-active-bg);
        color: var(--tz-pagination-active-color);
        background-color: var(--tz-pagination-active-bg);
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }


textarea.area-news-cate {
    min-height: 119.5px;
    max-height: 119.5px;
}

textarea.area-one {
    min-height: 65px;
    max-height: 65px;
}

textarea.area-two {
    min-height: 117px;
    max-height: 117px;
}

textarea.area-seo {
    min-height: 50px;
    max-height: 50px;
}

    textarea.area-seo.x2 {
        max-height: 147px;
        min-height: 147px;
    }

/* Tables ====================================== */

table th {
    font-weight: 400;
}

table td {
    font-weight: 300;
}

table .tbcol-id {
    width: 5rem;
}

table .tbcol-action, table .wrap-sort {
    min-width: 8rem;
}

table .wrap-sort {
    display: inline-block;
}

table .btn {
    margin-right: 0.2rem;
    width: 40px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    place-items: center;
    align-items: center;
    justify-content: center;
}

    table .btn.btn-text {
        width: auto;
        padding: 0.375rem 0.7rem;
    }


    table .btn:last-child {
        margin-right: 0;
    }

table .tbcol-action a.btn > i {
    color: #FFF;
}


table tbody.nowrap td, table thead.nowrap th {
    white-space: nowrap;
}

table tr:hover {
    background: #f0f7fd;
}

.datepicker-days table tr:hover {
    background: unset;
}

th.tbcol-photo {
    min-width: 70px;
}

th.tbcol-id {
    min-width: 80px;
}

th.tbcol-title {
    min-width: 200px;
}

th.tbcol-created {
    width: 200px;
    text-overflow: ellipsis;
}

th.tbcol-none {
}

th.tbcol-status {
    text-align: center;
    white-space: nowrap;
}

th.tbcol-active {
    width: fit-content;
    text-align: center;
    white-space: nowrap;
}

th.tbcol-date {
    text-align: center;
    width: fit-content;
}

th.tbcol-action {
    text-align: center;
    white-space: nowrap;
}

th.tbcol-amount {
    text-align: center;
    width: 100px;
}

th.tbcol-fee {
    text-align: center;
    width: fit-content;
}

th.tbcol-time {
    width: fit-content;
    text-align: center;
}

th.tbcol-status {
    width: fit-content;
    text-align: center;
}

th.tbcol-total {
    width: fit-content;
    text-align: center;
}

td.tbcol-id {
    min-width: 40px;
    color: #2196F3;
    text-align: center;
    white-space: nowrap;
}

td.tbcol-title {
    min-width: 100px;
}

td.tbcol-created {
    text-overflow: ellipsis;
}

td.tbcol-none {
    text-align: left;
}

td.tbcol-status {
    text-align: center;
}

td.tbcol-active {
    text-align: center;
}

td.tbcol-date {
    text-align: right;
}

td .tbcol-title-content {
    max-width: 500px;
    min-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td .icon-star {
    color: #adb5bd
}

    td .icon-star.actived {
        color: #ffc107
    }



td.tbcol-action .ic-box {
    padding: 1px 5px;
    text-align: center;
    border: solid 1px #8ce490;
}

.table-bordered tbody tr th.tbcol-button, .table-bordered tbody tr td.tbcol-button {
    line-height: 0px;
}

th, td .none {
    width: unset;
}

.bg-photo {
    background: #fdff9a
}


.dropbtn {
    width: 37px;
    border: solid 1px #F00;
    padding: 0px 1px;
    text-align: center;
}

/*action function*/
.ddl-action {
}

    .ddl-action span {
        border: solid 1px #d3d2d2;
        text-align: center;
        padding: 0px 4px;
        border-radius: 0.15rem;
    }

        .ddl-action span i {
            color: #777;
        }

.ddl-action-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: unset;
    right: 0px;
}

    .ddl-action-content a {
        padding: 5px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
        cursor: pointer;
        font-size: 12px;
    }

        .ddl-action-content a:hover {
            background-color: #f1f1f1
        }

        .ddl-action-content a i {
            font-size: inherit;
            width: 17px;
            text-align: left;
        }

.ddl-action:hover .ddl-action-content {
    display: block;
}

.icon-download {
    cursor: pointer;
    padding: 2px 4px;
}

.link-download {
    cursor: pointer;
}

.icon-delete {
    cursor: pointer;
    padding: 2px 4px;
}


table .btn-action:not(:disabled) {
    cursor: pointer;
}

table .btn i[class*=fa] {
    font-size: 14px;
    color: #FFF;
}

table i[class*=fa] {
    font-size: 17px;
}

.search-group button:not(.btn-search) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}



table .fa-dot-circle, table .fa-check-circle, table .fa-toggle-on, table .fa-check-circle {
    color: #3BDE86;
}

table .fas.fa-toggle-off, table .fa-power-off, table .fa-trash, table .fa-times-circle, table .fa-ban, table .fa-trash-alt, table .fa-times {
    color: #F44336;
}

table .fa-cog, table .fa-cogs {
    color: #607D8B;
}

table .fa-pencil-square {
    color: #319db5;
}

table .fa-info-circle {
    color: #2196F3;
}

table .fa-plus-square {
    color: #319db5;
}

table .fa-dot-circle-o {
    color: #319db5;
}

table .fa-language {
    color: #009688;
}

table .fa-user-circle-o {
    color: #2196F3;
}

table .fa-info {
    color: #2196F3;
}

td.tbcol-action .fa-arrow-circle-right, .legend .fa-arrow-circle-right {
    color: #2196f3;
}

.menu-action .fa-calendar-times {
    color: #F44336;
}

.menu-action .fa-plus-circle {
    color: #4CAF50;
}

.menu-action .fa-pen-square {
    color: #4CAF50;
}

/*menu action*/
.menu-action {
    border-radius: 0.15rem;
    min-width: 100px;
    background: #f7f7f7
}

    .menu-action.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .menu-action.bs-popover-bottom > .popover-arrow::after {
        border-bottom-color: #f7f7f7;
    }

    .menu-action.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .menu-action.bs-popover-start > .popover-arrow::after {
        border-left-color: #f7f7f7;
    }

    .menu-action a {
        display: block;
        cursor: pointer;
        color: #5a5a5a;
        padding: 2px 5px;
        margin-bottom: 1px;
        background: #f3f1f1;
    }

        .menu-action a:hover {
            color: var(--tz-menu-item-hover-color) !important;
        }

        .menu-action a.disabled {
            cursor: not-allowed;
        }

.text-blue {
    color: #0d6efd;
}

.text-green {
    color: #198754;
}

.text-light-blue {
    color: #0dcaf0;
}

.text-yellow {
    color: #ffc107;
}

.text-red {
    color: #dc3545;
}

.text-grey {
    color: #6c757d;
}

.text-dark-grey {
    color: #212529;
}

.text-light-grey {
    color: #f8f9fa;
}

.item-page-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    margin-top: 0;
    font-weight: 500;
}

.form-group .-label .field-icon {
    top: 50%;
}

.ware-span {
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-border {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}