/* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.6);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 1.0);
} */

.icon_12.icon_14,
.icon_16,
.icon_18,
.icon_20,
.icon_24,
.icon_28,
.icon_26,
.icon_30,
.icon_32,
.icon_38,
.icon_40,
.icon_48,
.icon_64,
.icon_80 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.icon_12 {
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
}

.icon_14 {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
}

.icon_16 {
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
}

.icon_18 {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.icon_20 {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.icon_24 {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.icon_26 {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
}

.icon_28 {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.icon_30 {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.icon_32 {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
}

.icon_38 {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
}

.icon_40 {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.icon_48 {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.icon_64 {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.icon_80 {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.text-accent {
    color: var(--bs-accent) !important;
}

.bg-accent {
    background-color: var(--bs-accent) !important;
}

.btn-accent {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-accent) !important;
    --bs-btn-border-color: var(--bs-accent) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary) !important;
    --bs-btn-hover-border-color: var(--bs-primary) !important;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary) !important;
    --bs-btn-active-border-color: var(--bs-primary) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-accent) !important;
    --bs-btn-disabled-border-color: var(--bs-accent) !important
}

.table {
    background-color: white;
    border: solid 1px var(--bs-border-color) !important;
}

.table thead {
    background-color: #f1f1f1;
}

.table thead th {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent !important;
}

.table tbody th {
    background-color: white !important;
}

.table tbody td {
    padding: 10px;
    font-size: 14px;
    background-color: transparent !important;
}

.border-secondary {
    border-color: #ddd !important;
}

.btn-outline-dashed {
    border: dashed 1px #999
}

.btn-outline-dashed:hover,
.btn-outline-dashed:focus,
.btn-outline-dashed:active {
    border-color: #222
}


.font8 {
    font-size: 0.5rem !important;
}

.font9 {
    font-size: 0.5625rem !important;
}

.font10 {
    font-size: 0.625rem !important;
}

.font11 {
    font-size: 0.6875rem !important;
}

.font12 {
    font-size: 0.75rem !important;
}

.font13 {
    font-size: 0.8125rem !important;
    line-height: 1.2 !important;
}

.font14 {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
}

.font16 {
    font-size: 1rem !important;
}

.font17 {
    font-size: 1.0625rem !important;
}

.font18 {
    font-size: 1.125rem !important;
}

.font19 {
    font-size: 1.1875rem !important;
}

.font20 {
    font-size: 1.25rem !important;
}

.font22 {
    font-size: 1.375rem !important;
}

.font24 {
    font-size: 1.5rem !important;
}

.font28 {
    font-size: 1.75rem !important;
}

.font32 {
    font-size: 2rem !important;
}

.font48 {
    font-size: 3rem !important;
}

.table .td-1 {
    width: 140px !important;
}

.table .td-2 {
    width: 180px !important;
}

.table .td-3 {
    width: 250px !important;
}

.table .td-4 {
    width: 300px !important;
}

.table .td-img {
    width: 64px !important;
}

.table .td-img img {
    border-radius: 100%;
}

.table .td-btn {
    width: 185px !important;
}

.table .td-btn-sm {
    width: 120px !important;
    text-align: center;
}

.offcanvas,
.modal-content {
    background-color: #fff;
}


.ui-autocomplete {
    z-index: 2050;
    background-color: white;
    border: solid 1px #ddd;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item {
    cursor: pointer;
    border-bottom: solid 1px #ddd;
}

.ui-menu-item .ui-state-active,
.ui-autocomplete .ui-state-active,
.ui-menu-item:hover div,
.ui-menu-item:focus div {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    border: solid 1px var(--bs-secondary)
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: block;
}

.truncate-text-multiple {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 3.1em;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.form-label {
    font-size: 14px;
    color: #444
}


.accordion {
    background-color: transparent;
}

.accordion-item {
    background-color: transparent;
    border-width: 0;
    ;
    border-radius: 0 !important;
}

.accordion-button {
    font-size: 14px;
    padding: 16px 0px;
    border-bottom: solid 1px #ddd;
}

.accordion-button,
.accordion-button:active,
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ddd;
}

.accordion-button,
.accordion-header {
    background-color: transparent;
    border-radius: 0 !important;
}

.accordion-body {
    color: rgba(30, 30, 30, 1);
    font-size: 13px;
}



.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: rgba(30, 30, 30, 1)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-image: url('../img/icons/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url('../img/icons/chevron-down.svg');
}

.border-light {
    border-color: #ddd !important
}


.select2-container {
    width: 100% !important;
    min-width: 150px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
    font-size: 0.875rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ccc;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary);
    border: solid 1px var(--bs-primary);
    color: var(--bs-white);
    border-radius: var(--bs-border-radius-pill) !important;
    padding-right: 10px;
    padding-left: 10px;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: var(--bs-border-radius-pill) !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bs-white);
    margin-left: 8px;
    float: right
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--bs-warning)
}

.chosen-container-multi .chosen-choices {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

    display: block;
    width: 100%;
    padding: 0.3rem 0.8rem !important;
    padding-left: 1rem;
    font-family: var(--bs-body-font-family) !important;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.49;
    color: var(--bs-body-color) !important;

    appearance: none !important;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.8rem center !important;
    background-size: 16px 12px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius-pill);
    box-shadow: var(--bs-box-shadow-inset) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.table tbody th {
    text-align: right;
}

.table-sm tbody th,
.table-sm tbody td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.form-control,
.form-select {
    border-radius: var(--bs-border-radius-pill);
    background-color: #fff;
    border-color: var(--bs-border-color);
}

.form-check-input {
    background-color: #fff;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #222;
    background-color: #fff;
}

.form-control-sm,
.form-select-sm {
    padding-left: 1rem;
}

.btn {
    border-radius: var(--bs-border-radius-pill);

}

textarea {
    border-radius: var(--bs-border-radius-lg) !important;
}

.card,
.dropdown-menu {
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius-lg) !important;

}

.text-light {
    color: #f5f5f5 !important;
}

.text-dark {
    color: #222 !important;
}

