﻿:root {
    --bs-font-sans-serif: "Helvetica Neue",Helvetica,Arial,sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.42857143;
    --bs-body-color: #333;
    --bs-body-bg: #fff;
    --bs-body-text-align: start;
    --bs-link-color-rgb: 51,122,183;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: 205,205,205;
    --bs-border-color: 205,205,205;
    --bs-btn-focus-shadow-rgb: 200,200,200;
    --badge-font-size: .75em;
    --badge-font-weight: 700;
    --badge-color: #fff;
    --badge-padding-y: 3px;
    --badge-padding-x: 7px;
    --badge-border-radius: 10px;
}

legend {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

input[type="checkbox" i] {
    vertical-align: middle;
    margin-top: 5px;
}

label, col-form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.form-group {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

button:hover, .btn:hover {
    background-color: #e6e6e6 !important;
    border-color: #adadad;
    color: #000000 !important;
}

.badge {
    --bs-badge-padding-x: 7px;
    --bs-badge-padding-y: 3px;
    --bs-badge-font-size: 12px;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 10px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    background-color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.card {
    margin: 2px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.glyphicon {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
}

.glyphicon-asterisk::before {
    content: "\f069";
}

.glyphicon-plus::before {
    content: "\f067";
}

.glyphicon-euro::before {
    content: "\f153";
}

.glyphicon-minus::before {
    content: "\f068";
}

.glyphicon-cloud::before {
    content: "\f0c2";
}

.glyphicon-envelope::before {
    content: "\f0e0";
}

.glyphicon-pencil::before {
    content: "\f303";
}

.glyphicon-glass::before {
    content: "\f000";
}

.glyphicon-music::before {
    content: "\f001";
}

.glyphicon-search::before {
    content: "\f002";
}

.glyphicon-heart::before {
    content: "\f004";
}

.glyphicon-star::before {
    content: "\f005";
}

.glyphicon-star-empty::before {
    content: "\f006";
}

.glyphicon-user::before {
    content: "\f007";
}

.glyphicon-film::before {
    content: "\f008";
}

.glyphicon-th-large::before {
    content: "\f009";
}

.glyphicon-th::before {
    content: "\f00a";
}

.glyphicon-th-list::before {
    content: "\f00b";
}

.glyphicon-ok::before {
    content: "\f00c";
}

.glyphicon-remove::before {
    content: "\f00d";
}

.glyphicon-zoom-in::before {
    content: "\f00e";
}

.glyphicon-zoom-out::before {
    content: "\f010";
}

.glyphicon-off::before {
    content: "\f011";
}

.glyphicon-signal::before {
    content: "\f012";
}

.glyphicon-cog::before {
    content: "\f013";
}

.glyphicon-trash::before {
    content: "\f014";
}

.glyphicon-home::before {
    content: "\f015";
}

.glyphicon-file::before {
    content: "\f016";
}

.glyphicon-time::before {
    content: "\f017";
}

.glyphicon-road::before {
    content: "\f018";
}

.glyphicon-download-alt::before {
    content: "\f019";
}

.glyphicon-download::before {
    content: "\f019";
}

.glyphicon-upload::before {
    content: "\f093";
}

.glyphicon-inbox::before {
    content: "\f01c";
}

.glyphicon-play-circle::before {
    content: "\f144";
}

.glyphicon-repeat::before {
    content: "\f01e";
}

.glyphicon-refresh::before {
    content: "\f021";
}

.glyphicon-list-alt::before {
    content: "\f022";
}

.glyphicon-lock::before {
    content: "\f023";
}

.glyphicon-flag::before {
    content: "\f024";
}

.glyphicon-headphones::before {
    content: "\f025";
}

.glyphicon-volume-off::before {
    content: "\f026";
}

.glyphicon-volume-down::before {
    content: "\f027";
}

.glyphicon-volume-up::before {
    content: "\f028";
}

.glyphicon-qrcode::before {
    content: "\f029";
}

.glyphicon-barcode::before {
    content: "\f02a";
}

.glyphicon-tag::before {
    content: "\f02b";
}

.glyphicon-tags::before {
    content: "\f02c";
}

.glyphicon-book::before {
    content: "\f02d";
}

.glyphicon-print::before {
    content: "\f02f";
}

.glyphicon-camera::before {
    content: "\f030";
}

.glyphicon-font::before {
    content: "\f031";
}

.glyphicon-bold::before {
    content: "\f032";
}

.glyphicon-italic::before {
    content: "\f033";
}

.glyphicon-text-height::before {
    content: "\f034";
}

.glyphicon-text-width::before {
    content: "\f035";
}

.glyphicon-align-left::before {
    content: "\f036";
}

.glyphicon-align-center::before {
    content: "\f037";
}

.glyphicon-align-right::before {
    content: "\f038";
}

.glyphicon-align-justify::before {
    content: "\f039";
}

.glyphicon-list::before {
    content: "\f03a";
}

.glyphicon-indent-left::before {
    content: "\f03b";
}

.glyphicon-indent-right::before {
    content: "\f03c";
}

.glyphicon-facetime-video::before {
    content: "\f03d";
}

.glyphicon-picture::before {
    content: "\f03e";
}

.glyphicon-map-marker::before {
    content: "\f3c5";
}

.glyphicon-adjust::before {
    content: "\f042";
}

.glyphicon-tint::before {
    content: "\f043";
}

.glyphicon-edit::before {
    content: "\f044";
}

.glyphicon-share::before {
    content: "\f064";
}

.glyphicon-check::before {
    content: "\f00c";
}

.glyphicon-move::before {
    content: "\f0b2";
}

.glyphicon-step-backward::before {
    content: "\f048";
}

.glyphicon-fast-backward::before {
    content: "\f049";
}

.glyphicon-backward::before {
    content: "\f04a";
}

.glyphicon-play::before {
    content: "\f04b";
}

.glyphicon-pause::before {
    content: "\f04c";
}

.glyphicon-stop::before {
    content: "\f04d";
}

.glyphicon-forward::before {
    content: "\f04e";
}

.glyphicon-fast-forward::before {
    content: "\f050";
}

.glyphicon-step-forward::before {
    content: "\f051";
}

.glyphicon-eject::before {
    content: "\f052";
}

.glyphicon-chevron-left::before {
    content: "\f053";
}

.glyphicon-chevron-right::before {
    content: "\f054";
}

.glyphicon-plus-sign::before {
    content: "\f055";
}

.glyphicon-minus-sign::before {
    content: "\f056";
}

.glyphicon-remove-sign::before {
    content: "\f057";
}

.glyphicon-ok-sign::before {
    content: "\f058";
}

.glyphicon-question-sign::before {
    content: "\f059";
}

.glyphicon-info-sign::before {
    content: "\f05a";
}

.glyphicon-screenshot::before {
    content: "\f05b";
}

.glyphicon-remove-circle::before {
    content: "\f057";
}

.glyphicon-ok-circle::before {
    content: "\f058";
}

.glyphicon-ban-circle::before {
    content: "\f05e";
}


/* -----------------------------
   Missing Bootstrap 3 Glyphicons
   Font Awesome 6 Pro – Solid
   ----------------------------- */

/* bookmarks & folders */
.glyphicon-bookmark::before {
    content: "\f02e";
}

.glyphicon-folder-close::before {
    content: "\f07b";
}

.glyphicon-folder-open::before {
    content: "\f07c";
}

/* arrows */
.glyphicon-arrow-left::before {
    content: "\f060";
}

.glyphicon-arrow-right::before {
    content: "\f061";
}

.glyphicon-arrow-up::before {
    content: "\f062";
}

.glyphicon-arrow-down::before {
    content: "\f063";
}

.glyphicon-chevron-up::before {
    content: "\f077";
}

.glyphicon-chevron-down::before {
    content: "\f078";
}

.glyphicon-circle-arrow-right::before {
    content: "\f0a9";
}

.glyphicon-circle-arrow-left::before {
    content: "\f0a8";
}

.glyphicon-circle-arrow-up::before {
    content: "\f0aa";
}

.glyphicon-circle-arrow-down::before {
    content: "\f0ab";
}

.glyphicon-triangle-right::before {
    content: "\f138";
}

.glyphicon-triangle-left::before {
    content: "\f137";
}

.glyphicon-triangle-top::before {
    content: "\f139";
}

.glyphicon-triangle-bottom::before {
    content: "\f13a";
}

/* resize / layout */
.glyphicon-resize-full::before {
    content: "\f065";
}

.glyphicon-resize-small::before {
    content: "\f066";
}

.glyphicon-resize-vertical::before {
    content: "\f338";
}

.glyphicon-resize-horizontal::before {
    content: "\f337";
}

.glyphicon-fullscreen::before {
    content: "\f31e";
}

.glyphicon-expand::before {
    content: "\f065";
}

.glyphicon-collapse-down::before {
    content: "\f150";
}

.glyphicon-collapse-up::before {
    content: "\f151";
}

/* alerts & status */
.glyphicon-exclamation-sign::before {
    content: "\f12a";
}

.glyphicon-warning-sign::before {
    content: "\f071";
}

.glyphicon-alert::before {
    content: "\f071";
}

.glyphicon-eye-open::before {
    content: "\f06e";
}

.glyphicon-eye-close::before {
    content: "\f070";
}

.glyphicon-heart-empty::before {
    content: "\f004";
}

/* comments & sharing */
.glyphicon-comment::before {
    content: "\f075";
}

.glyphicon-share-alt::before {
    content: "\f1e0";
}

.glyphicon-paperclip::before {
    content: "\f0c6";
}

.glyphicon-link::before {
    content: "\f0c1";
}

/* phone & communication */
.glyphicon-phone::before {
    content: "\f095";
}

.glyphicon-earphone::before {
    content: "\f095";
}

.glyphicon-phone-alt::before {
    content: "\f879";
}

/* commerce & objects */
.glyphicon-shopping-cart::before {
    content: "\f07a";
}

.glyphicon-calendar::before {
    content: "\f073";
}

.glyphicon-plane::before {
    content: "\f072";
}

.glyphicon-dashboard::before {
    content: "\f624";
}

.glyphicon-briefcase::before {
    content: "\f0b1";
}

.glyphicon-globe::before {
    content: "\f0ac";
}

.glyphicon-pushpin::before {
    content: "\f08d";
}

.glyphicon-wrench::before {
    content: "\f0ad";
}

.glyphicon-tasks::before {
    content: "\f0ae";
}

.glyphicon-filter::before {
    content: "\f0b0";
}

.glyphicon-magnet::before {
    content: "\f076";
}

.glyphicon-fire::before {
    content: "\f06d";
}

.glyphicon-leaf::before {
    content: "\f06c";
}

.glyphicon-gift::before {
    content: "\f06b";
}

/* sorting */
.glyphicon-sort::before {
    content: "\f0dc";
}

.glyphicon-sort-by-alphabet::before {
    content: "\f15d";
}

.glyphicon-sort-by-alphabet-alt::before {
    content: "\f15e";
}

.glyphicon-sort-by-order::before {
    content: "\f162";
}

.glyphicon-sort-by-order-alt::before {
    content: "\f163";
}

.glyphicon-sort-by-attributes::before {
    content: "\f160";
}

.glyphicon-sort-by-attributes-alt::before {
    content: "\f161";
}

.glyphicon-unchecked::before {
    content: "\f096";
}

/* auth */
.glyphicon-log-in::before {
    content: "\f090";
}

.glyphicon-log-out::before {
    content: "\f08b";
}

/* save / open / floppy */
.glyphicon-save::before {
    content: "\f0c7";
}

.glyphicon-open::before {
    content: "\f07c";
}

.glyphicon-saved::before {
    content: "\f00c";
}

.glyphicon-import::before {
    content: "\f56f";
}

.glyphicon-export::before {
    content: "\f56e";
}

.glyphicon-send::before {
    content: "\f1d8";
}

.glyphicon-floppy-disk::before {
    content: "\f0c7";
}

.glyphicon-floppy-save::before {
    content: "\f0c7";
}

.glyphicon-floppy-saved::before {
    content: "\f00c";
}

.glyphicon-floppy-open::before {
    content: "\f07c";
}

.glyphicon-floppy-remove::before {
    content: "\f2ed";
}

.glyphicon-save-file::before {
    content: "\f0c7";
}

.glyphicon-open-file::before {
    content: "\f07c";
}

.glyphicon-copy::before {
    content: "\f0c5";
}

.glyphicon-paste::before {
    content: "\f0ea";
}

.glyphicon-level-up::before {
    content: "\f148";
}

/* media / storage */
.glyphicon-hdd::before {
    content: "\f0a0";
}

.glyphicon-cloud-download::before {
    content: "\f0ed";
}

.glyphicon-cloud-upload::before {
    content: "\f0ee";
}

.glyphicon-cd::before {
    content: "\f51f";
}

/* currency */
.glyphicon-usd::before {
    content: "\f155";
}

.glyphicon-gbp::before {
    content: "\f154";
}

.glyphicon-bitcoin::before,
.glyphicon-btc::before,
.glyphicon-xbt::before {
    content: "\f379";
}

.glyphicon-yen::before,
.glyphicon-jpy::before {
    content: "\f157";
}

.glyphicon-ruble::before,
.glyphicon-rub::before {
    content: "\f158";
}

/* menus */
.glyphicon-menu-hamburger::before {
    content: "\f0c9";
}

.glyphicon-menu-left::before {
    content: "\f053";
}

.glyphicon-menu-right::before {
    content: "\f054";
}

.glyphicon-menu-up::before {
    content: "\f077";
}

.glyphicon-menu-down::before {
    content: "\f078";
}

/* misc */
.glyphicon-new-window::before {
    content: "\f08e";
}

.glyphicon-record::before {
    content: "\f111";
}


textarea {
    resize: both;
}

.btn-close {
    padding: 8px 8px !important;
}