@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Poppins:wght@400;500;700;800&display=swap);

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

.tippy-box[data-theme~=light-border] {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 8, 16, .15);
    box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08);
    color: #333
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
    background-color: #fff
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
    content: "";
    position: absolute;
    z-index: -1
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
    border-color: transparent;
    border-style: solid
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
    border-top-color: rgba(0, 8, 16, .2);
    border-width: 7px 7px 0;
    left: 1px;
    top: 17px
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
    top: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
    top: 17px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #fff;
    bottom: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
    border-bottom-color: rgba(0, 8, 16, .2);
    border-width: 0 7px 7px;
    bottom: 17px;
    left: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
    bottom: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
    bottom: 17px
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
    border-left-color: rgba(0, 8, 16, .2);
    border-width: 7px 0 7px 7px;
    left: 17px;
    top: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
    left: 11px
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
    left: 12px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #fff;
    right: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
    border-right-color: rgba(0, 8, 16, .2);
    border-width: 7px 7px 7px 0;
    right: 17px;
    top: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
    right: 11px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
    right: 12px
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
    fill: #fff
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
    background-size: 16px 6px;
    height: 6px;
    width: 16px
}

.tippy-box[data-theme~=material] {
    background-color: #505355;
    font-weight: 600
}

.tippy-box[data-theme~=material][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #505355
}

.tippy-box[data-theme~=material] > .tippy-backdrop {
    background-color: #505355
}

.tippy-box[data-theme~=material] > .tippy-svg-arrow {
    fill: #505355
}

.tippy-box[data-animation=scale-extreme][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale-extreme][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale-extreme][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale-extreme][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale-extreme][data-state=hidden] {
    opacity: .25;
    transform: scale(0)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=hidden] {
    transform: perspective(700px) translateY(10px) rotateX(90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=hidden] {
    transform: perspective(700px) translateY(-10px) rotateX(-90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=hidden] {
    transform: perspective(700px) translateX(10px) rotateY(-90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=hidden] {
    transform: perspective(700px) translateX(-10px) rotateY(90deg)
}

.tippy-box[data-animation=perspective-extreme][data-state=hidden] {
    opacity: .5
}

body, html {
    scroll-behavior: smooth
}

body {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0
}

.preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999
}

.loading, .preloader {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0
}

.loading {
    background-color: rgba(0, 0, 0, .14);
    position: absolute;
    z-index: 15
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #000;
    height: 2px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 2000
}

.tippy-box {
    border: 0;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05)
}

.tippy-box[data-theme~=light-border] {
    border: 1px solid #dee2e6
}

.tippy-box .tippy-content {
    padding: 0
}

.card-user-info {
    min-width: 150px
}

.card-user-info .list-unstyled li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 5px
}

.card-user-notify {
    min-width: 280px
}

.card-user-notify .list-group-item {
    border-left: 0;
    border-right: 0
}

.card-user-list {
    max-width: 300px;
    min-width: 200px;
    overflow: hidden
}

.card-user-list .card-body {
    max-height: 300px;
    overflow-y: auto
}

.card-user-list .card-body::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.card-user-list .card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3)
}

.card-user-list .card-body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5)
}

.card-user-list .u-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.card-user-list .u-list .nav-item:hover {
    background-color: #fafafa
}

.card-user-list .u-list .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    height: 18px;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    resize: none;
    vertical-align: bottom;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

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

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
    position: absolute;
    right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

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

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-right: 1px solid #dee2e6;
    border-top-left-radius: 2px;
    left: 1px;
    right: auto
}

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

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--bootstrap-5 {
    display: block
}

.select2-container--bootstrap-5 :focus {
    outline: 0
}

.select2-container--bootstrap-5 .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    color: #000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 50px;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #87b19a;
    box-shadow: 0 0 0 0 rgba(14, 99, 52, .25)
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2-search {
    width: 100%
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat;
    height: .75rem;
    overflow: hidden;
    padding: .25em;
    position: absolute;
    right: 2.25rem;
    text-indent: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: .75rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span {
    display: none
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da;
    border-radius: 2px
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    color: #000;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #87b19a;
    box-shadow: 0 0 0 0 rgba(14, 99, 52, .25)
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
    max-height: 15rem;
    overflow-y: auto
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #f8f9fa;
    color: #000
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #0e6334;
    color: #fff
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    padding: .375rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml;charset=utf-8,%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-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: .375rem 2.25rem .375rem .75rem
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    padding: 0
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #6c757d;
    font-weight: 400;
    line-height: 1.5
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
    display: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 2px;
    color: #000;
    cursor: auto;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    margin-bottom: .375rem;
    margin-right: .375rem;
    padding: 6px 10px
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat;
    border: 0;
    height: .75rem;
    margin-right: .25rem;
    overflow: hidden;
    padding: .25em;
    text-indent: 100%;
    white-space: nowrap;
    width: .75rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
    display: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    height: 1.5em;
    width: 100%
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    background-color: transparent;
    font-family: inherit;
    height: 1.5em;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 0;
    width: 100%
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .75rem
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--disabled .select2-selection {
    background-color: #e9ecef;
    border-color: #ced4da;
    box-shadow: none;
    cursor: not-allowed
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: 0
}

.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
    display: none
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group .select2-container--bootstrap-5 {
    flex-grow: 1
}

.input-group .select2-container--bootstrap-5 .select2-selection {
    height: 100%
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #0e6334
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #0e6334;
    box-shadow: 0 0 0 0 rgba(14, 99, 52, .25)
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus.select2-container--below .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus.select2-container--below .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid transparent
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus.select2-container--above .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus.select2-container--above .select2-selection, form.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #dc3545
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, .25)
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus.select2-container--below .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus.select2-container--below .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid transparent
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus.select2-container--above .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus.select2-container--above .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.5rem auto no-repeat;
    height: .5rem;
    padding: .125rem;
    width: .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
    font-size: .875rem;
    padding: .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .25rem
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .25rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: .875rem;
    padding: 6px 10px
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.5rem auto no-repeat;
    height: .5rem;
    padding: .125rem;
    width: .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1rem auto no-repeat;
    height: 1rem;
    padding: .5rem;
    width: 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 1.25rem;
    padding: 6px 10px
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1rem auto no-repeat;
    height: 1rem;
    padding: .5rem;
    width: 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.select2-container--bootstrap-5 {
    z-index: 9
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 39px
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 14px;
    padding: 8px 12px
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: 10px 12px
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    top: -5px
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: #fcfcfc;
    font-size: 14px
}

.select2-results__option--disabled[aria-disabled=true]:not(:first-child) {
    background: #f5f5f5;
    color: #cacaca
}

.pulse {
    overflow: visible;
    position: relative
}

.pulse:before {
    -webkit-animation: pulse 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse 1s cubic-bezier(.24, 0, .38, 1) infinite;
    background-color: inherit;
    border-radius: inherit;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s, transform .3s;
    width: 100%;
    z-index: -1
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: 0;
        transform: scale(1.5)
    }
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: 0;
        transform: scale(1.5)
    }
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.scale-anime {
    transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important
}

.scale-anime.scale-out {
    transform: scale(0);
    transition: transform .2s !important
}

.scale-anime.scale-in {
    transform: scale(1)
}

.cursor-pointer {
    cursor: pointer
}

.checkbox {
    margin: 10px 0;
    position: relative;
    text-align: left
}

.checkbox.checkbox-inline {
    display: inline-block
}

.checkbox label {
    clear: both;
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    padding-left: 1px;
    vertical-align: top
}

.checkbox label:not(:empty) {
    padding-left: .75em
}

.checkbox label:after, .checkbox label:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.checkbox label:before {
    background: #fff;
    border: 2px solid #ced4da;
    border-radius: .125em;
    cursor: pointer;
    height: 1.25em;
    transition: background .3s;
    width: 1.25em
}

.checkbox input[type=checkbox] {
    display: block;
    float: left;
    font-size: inherit;
    margin: 0;
    outline: 0;
    visibility: hidden;
    width: 1.25em
}

.checkbox input[type=checkbox]:checked + label:before {
    background: #0e6334;
    border: none
}

.checkbox input[type=checkbox]:checked + label:after {
    border-color: #fff;
    border-style: none none solid solid;
    border-width: .125em;
    height: .375em;
    transform: translate(.25em, .3365384615em) rotate(-45deg);
    width: .75em
}

.checkbox input[type=checkbox]:disabled + label:before {
    border-color: rgba(0, 0, 0, .26)
}

.checkbox input[type=checkbox]:disabled:checked + label:before {
    background: rgba(0, 0, 0, .26)
}

.radio {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio input:checked, .radio input:not(:checked) {
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: -1
}

.radio input ~ label {
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 36px;
    position: relative
}

.radio input ~ label:after, .radio input ~ label:before {
    border: 2px solid transparent;
    border-radius: 50% 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.radio input ~ label:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .2s ease-in
}

.radio input:not(:checked) ~ label:before {
    transform: scale(0)
}

.radio input:not(:checked) ~ label:after {
    border: 2px solid #757575
}

.radio input:checked ~ label:before {
    background-color: #0e6334;
    border: 2px solid #0e6334;
    transform: scale(.5)
}

.radio input:checked ~ label:after {
    border: 2px solid #0e6334
}

.radio input:disabled ~ label {
    color: #d1d1d1;
    pointer-events: none
}

.radio input:disabled:not(:checked) ~ label:after {
    border: 2px solid #d1d1d1
}

.radio input:disabled:checked ~ label:before {
    background-color: #d1d1d1;
    border: 2px solid #d1d1d1
}

.radio input:disabled:checked ~ label:after {
    border: 2px solid #d1d1d1
}

.switch > input[type=checkbox] {
    display: none
}

.switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    top: -6px;
    width: 40px
}

.switch > label:before {
    background: #000;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    height: 16px;
    opacity: .3;
    transition: all .4s ease-in-out;
    width: 40px
}

.switch > label:after, .switch > label:before {
    content: "";
    margin-top: -8px;
    position: absolute
}

.switch > label:after {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    height: 24px;
    left: -4px;
    top: -4px;
    transition: all .3s ease-in-out;
    width: 24px
}

.switch > input[type=checkbox]:checked + label:before {
    background: inherit;
    opacity: .5
}

.switch > input[type=checkbox]:checked + label:after {
    background: #0e6334;
    left: 20px
}

.switch > span {
    margin: 0 .5rem
}

.form-group {
    margin-bottom: 10px
}

.form-control {
    background: #fff;
    min-height: 50px
}

.form-control::-moz-placeholder {
    font-size: 16px
}

.form-control:-ms-input-placeholder {
    font-size: 16px
}

.form-control::placeholder {
    font-size: 16px
}

.form-control[type=file] {
    min-height: auto
}

.navbar {
    background-color: #fff;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05);
    padding: 7px 10px
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 7px 5px
    }
}

.navbar .sidebar-toggler {
    display: none;
    margin-right: 10px
}

@media screen and (max-width: 1024px) {
    .navbar .sidebar-toggler {
        display: inline-block
    }
}

.navbar .sidebar-toggler img, .navbar .sidebar-toggler svg {
    width: 30px
}

@media (max-width: 575.98px) {
    .navbar .sidebar-toggler img, .navbar .sidebar-toggler svg {
        width: 25px
    }
}

.navbar .brand {
    display: none
}

@media screen and (max-width: 1024px) {
    .navbar .brand {
        display: inline-block
    }
}

.navbar .brand .logo {
    -o-object-fit: contain;
    object-fit: contain;
    width: 180px
}

@media (max-width: 575.98px) {
    .navbar .brand .logo {
        width: 140px
    }
}

.navbar .navbar-menu {
    margin-left: auto
}

@media screen and (max-width: 1024px) {
    .navbar .navbar-menu {
        margin-left: unset
    }
}

.navbar .navbar-menu .navbar-content {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0
}

.navbar .navbar-menu .nav-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    position: relative
}

.navbar .navbar-menu .nav-item:last-child {
    margin-right: 0
}

.navbar .navbar-menu .nav-item:last-child .nav-link {
    padding-right: 0
}

@media (max-width: 767.98px) {
    .navbar .navbar-menu .nav-item {
        display: block
    }
}

.navbar .navbar-menu .nav-item .nav-link {
    padding: 10px 5px
}

.navbar .navbar-menu .nav-item .nav-link .dash-icon {
    width: 30px
}

@media (max-width: 575.98px) {
    .navbar .navbar-menu .nav-item .nav-link .dash-icon {
        width: 25px
    }
}

.navbar .navbar-menu .nav-item .dropdown-toggle:after {
    display: none
}

.navbar .user-logged .avatar {
    align-items: center;
    background-color: #fff;
    border: 1px solid #0e6334;
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

@media (max-width: 575.98px) {
    .navbar .user-logged .avatar {
        height: 30px;
        width: 30px
    }
}

.navbar .user-logged .avatar img, .navbar .user-logged .avatar svg {
    border-radius: 50%;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 35px
}

@media (max-width: 575.98px) {
    .navbar .user-logged .avatar img, .navbar .user-logged .avatar svg {
        height: 30px;
        width: 30px
    }
}

[sidebarjs-backdrop], [sidebarjs] {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

[sidebarjs].sidebarjs--left, [sidebarjs].sidebarjs--left [sidebarjs-container] {
    transform: translate(-100%)
}

[sidebarjs].sidebarjs--right, [sidebarjs].sidebarjs--right [sidebarjs-container] {
    transform: translate(100%)
}

[sidebarjs].sidebarjs--left [sidebarjs-container] {
    box-shadow: 2px 0 4px rgba(0, 0, 0, .2)
}

[sidebarjs].sidebarjs--right [sidebarjs-container] {
    box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
    margin-left: auto
}

[sidebarjs-backdrop] {
    background: #000;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    will-change: opacity
}

[sidebarjs-container] {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 250px;
    position: relative;
    transition: transform .3s ease;
    width: 90%;
    will-change: transform;
    z-index: 1
}

[sidebarjs] {
    position: fixed;
    transition: transform 0s ease .3s;
    z-index: 1030
}

[sidebarjs].sidebarjs--is-visible {
    transform: translate(0);
    transition: transform 0s ease 0s
}

[sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
    transform: translate(0)
}

[sidebarjs].sidebarjs--is-moving {
    transform: translate(0);
    transition: none
}

[sidebarjs].sidebarjs--is-moving [sidebarjs-backdrop], [sidebarjs].sidebarjs--is-moving [sidebarjs-container] {
    transition: none
}

[sidebarjs-content] {
    min-height: 100%;
    position: relative;
    transition: width .3s ease;
    width: 100%
}

[sidebarjs-content].sidebarjs-content--left {
    margin-left: auto;
    margin-right: 0
}

[sidebarjs-content].sidebarjs-content--right {
    margin-left: 0;
    margin-right: auto
}

@media (min-width: 1025px) {
    [sidebarjs].sidebarjs--responsive {
        transform: translate(0) !important;
        transition: transform 0s ease 0s;
        width: 250px
    }

    [sidebarjs].sidebarjs--responsive [sidebarjs-container] {
        transform: translate(0) !important
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--left {
        left: 0;
        right: auto
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--left [sidebarjs-container] {
        box-shadow: 3px 5px 12px rgba(0, 0, 0, .05)
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--right {
        left: auto;
        right: 0
    }

    [sidebarjs].sidebarjs--responsive.sidebarjs--right [sidebarjs-container] {
        box-shadow: -1px 0 0 rgba(0, 0, 0, .1)
    }

    [sidebarjs].sidebarjs--responsive [sidebarjs-container] {
        box-shadow: none;
        max-width: none;
        width: 100%
    }

    [sidebarjs-content] {
        width: calc(100% - 250px)
    }

    [sidebarjs-content].sidebarjs-content--left.sidebarjs-content--right {
        margin: 0 auto;
        width: calc(100% - 500px)
    }
}

.sidebar-navbar .sidebar-logo {
    align-items: center;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05);
    display: flex;
    height: 69px;
    justify-content: center;
    padding: 15px 20px
}

.sidebar-navbar .sidebar-logo .navbar-brand {
    display: block;
    margin: 0;
    width: 179px
}

.sidebar-navbar .sidebar-logo .navbar-brand img, .sidebar-navbar .sidebar-logo .navbar-brand svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.sidebar-navbar ul.sidebar-menu {
    list-style-type: none;
    margin: 35px 0;
    padding: 0
}

.sidebar-navbar ul.sidebar-menu .nav-item {
    margin-bottom: 15px;
    transition: all .2s ease-in-out
}

.sidebar-navbar ul.sidebar-menu .nav-item:last-child {
    margin-bottom: 0
}

.sidebar-navbar ul.sidebar-menu .nav-item:hover {
    background-color: #f6f9f7
}

.sidebar-navbar ul.sidebar-menu .nav-item:hover .nav-link {
    color: #000
}

.sidebar-navbar ul.sidebar-menu .nav-item:hover .nav-link img, .sidebar-navbar ul.sidebar-menu .nav-item:hover .nav-link svg {
    opacity: 1
}

.sidebar-navbar ul.sidebar-menu .nav-item.active {
    background-color: #e6efea
}

.sidebar-navbar ul.sidebar-menu .nav-item.active .nav-link {
    color: #000
}

.sidebar-navbar ul.sidebar-menu .nav-item.active .nav-link img, .sidebar-navbar ul.sidebar-menu .nav-item.active .nav-link svg {
    opacity: 1
}

.sidebar-navbar ul.sidebar-menu .nav-item .nav-link {
    align-items: center;
    color: #a4a4a4;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;
    padding: 15px
}

.sidebar-navbar ul.sidebar-menu .nav-item .nav-link .icon {
    margin-right: 15px;
    width: 18px
}

.sidebar-navbar ul.sidebar-menu .nav-item .nav-link img, .sidebar-navbar ul.sidebar-menu .nav-item .nav-link svg {
    opacity: .5;
    transition: all .2s ease-in-out
}

.dataTables_wrapper .row:first-child {
    border-bottom: 1px solid #dee2e6;
    display: none;
    margin: 0;
    padding: 10px
}

.dataTables_wrapper .row:last-child {
    margin: 0;
    padding: 20px 10px 40px
}

.dataTables_wrapper table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
    border-top: 1px solid #dee2e6
}

#userListTable td {
    vertical-align: middle
}

#userListTable .col-radio {
    max-width: 50px;
    width: 50px !important
}

#userListTable .radio {
    margin: 2px 0 0
}

.change-password, .email-success, .forgot-password, .login, .register {
    display: flex;
    min-height: 100vh;
    position: relative
}

.change-password .l-box, .change-password .r-box, .email-success .l-box, .email-success .r-box, .forgot-password .l-box, .forgot-password .r-box, .login .l-box, .login .r-box, .register .l-box, .register .r-box {
    width: 50%
}

.change-password .l-box, .email-success .l-box, .forgot-password .l-box, .login .l-box, .register .l-box {
    align-items: center;
    background-image: url(../img/background/1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 30px
}

@media (max-width: 767.98px) {
    .change-password .l-box, .email-success .l-box, .forgot-password .l-box, .login .l-box, .register .l-box {
        display: none
    }
}

.change-password .r-box, .email-success .r-box, .forgot-password .r-box, .login .r-box, .register .r-box {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    position: relative
}

@media (max-width: 767.98px) {
    .change-password .r-box, .email-success .r-box, .forgot-password .r-box, .login .r-box, .register .r-box {
        width: 100%
    }
}

.change-password .r-box .r-box-content, .email-success .r-box .r-box-content, .forgot-password .r-box .r-box-content, .login .r-box .r-box-content, .register .r-box .r-box-content {
    margin: 0 auto;
    width: 65%
}

@media (max-width: 991.98px) {
    .change-password .r-box .r-box-content, .email-success .r-box .r-box-content, .forgot-password .r-box .r-box-content, .login .r-box .r-box-content, .register .r-box .r-box-content {
        width: 80%
    }
}

.change-password .r-box .r-box-content .logo, .email-success .r-box .r-box-content .logo, .forgot-password .r-box .r-box-content .logo, .login .r-box .r-box-content .logo, .register .r-box .r-box-content .logo {
    margin: 0 auto 50px;
    width: 350px
}

@media (max-width: 1199.98px) {
    .change-password .r-box .r-box-content .logo, .email-success .r-box .r-box-content .logo, .forgot-password .r-box .r-box-content .logo, .login .r-box .r-box-content .logo, .register .r-box .r-box-content .logo {
        margin-bottom: 30px;
        width: 250px
    }
}

.change-password .r-box .r-box-content .card-title, .email-success .r-box .r-box-content .card-title, .forgot-password .r-box .r-box-content .card-title, .login .r-box .r-box-content .card-title, .register .r-box .r-box-content .card-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (min-width: 1400px) {
    .change-password .r-box .r-box-content .card-title, .email-success .r-box .r-box-content .card-title, .forgot-password .r-box .r-box-content .card-title, .login .r-box .r-box-content .card-title, .register .r-box .r-box-content .card-title {
        margin-bottom: 30px
    }
}

.change-password .r-box .cta-sign-up-link, .email-success .r-box .cta-sign-up-link, .forgot-password .r-box .cta-sign-up-link, .login .r-box .cta-sign-up-link, .register .r-box .cta-sign-up-link {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%
}

@media (max-width: 1199.98px) {
    .change-password .r-box .cta-sign-up-link, .email-success .r-box .cta-sign-up-link, .forgot-password .r-box .cta-sign-up-link, .login .r-box .cta-sign-up-link, .register .r-box .cta-sign-up-link {
        margin-top: 30px
    }
}

.change-password .btn-theme, .email-success .btn-theme, .forgot-password .btn-theme, .login .btn-theme, .register .btn-theme {
    font-size: 20px;
    height: 50px
}

.toggle-password {
    overflow: hidden;
    position: relative
}

.toggle-password:hover .eye {
    right: 15px
}

.toggle-password .eye {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 50px;
    transition: all .2s ease-in-out;
    z-index: 9
}

.toggle-password .eye.seen {
    background-image: url(../img/icons/eye-close.svg);
    background-size: cover;
    height: 20px;
    width: 20px
}

.toggle-password .eye.unseen {
    background-image: url(../img/icons/eye.svg);
    background-size: cover;
    height: 20px;
    width: 20px
}

.dashboard {
    min-height: calc(100vh - 126px);
    padding-bottom: 30px;
    padding-top: 30px
}

.dashboard .heading {
    margin-bottom: 30px
}

.dashboard .heading .title {
    font-size: 20px
}

.dashboard .card {
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05)
}

.dashboard .dash-action {
    margin-right: 20px
}

.dashboard .dash-action .view {
    display: inline-block;
    height: 20px;
    width: 20px
}

.dashboard .dash-action .view img, .dashboard .dash-action .view svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.dashboard .dash-action:last-child {
    margin-right: 0
}

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

.dashboard .text-end .icon img, .dashboard .text-end .icon svg {
    width: 13px
}

.dashboard .table-design td:first-child, .dashboard .table-design th:first-child {
    padding-left: 25px
}

.dashboard .table-design td:last-child, .dashboard .table-design th:last-child {
    padding-right: 25px
}

.dashboard .table-design th {
    font-size: 16px
}

.dashboard .table-design td {
    font-size: 14px
}

.dashboard .table-default th {
    font-size: 15px
}

.dashboard .table-default td {
    font-size: 14px
}

.dashboard .min-w-175 {
    min-width: 185px
}

.dashboard .btn-theme {
    font-size: 14px
}

.dashboard .pagination .page-item {
    margin-right: 8px
}

.dashboard .pagination .page-item:last-child {
    margin-right: 0
}

.dashboard .pagination .page-link {
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 3px 10px #7777771a;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 30px
}

.shadow-sn {
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05)
}

.sp-b {
    margin-bottom: 40px
}

.btn-theme {
    box-shadow: 0 5px 20px #0e633433
}

.btn-sync {
    background-color: #fff;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, .05);
    transition: all .2s ease-in-out
}

.btn-sync:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.btn-sync img, .btn-sync svg {
    width: 20px
}

.status {
    align-items: center;
    display: inline-flex
}

.status .icon {
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.status .text {
    margin-left: 10px
}

.status.submitted .icon {
    background-color: #1d7845
}

.status.submitted .text {
    color: #1d7845
}

.status.runnable .icon {
    background-color: #1f89c7
}

.status.runnable .text {
    color: #1f89c7
}

.status.running .icon {
    background-color: #ea9923
}

.status.running .text {
    color: #ea9923
}

.status.succeeded .icon {
    background-color: #09be5d
}

.status.succeeded .text {
    color: #09be5d
}

.status.failed .icon {
    background-color: #f3152a
}

.status.failed .text {
    color: #f3152a
}

.status.starting .icon {
    background-color: #afb2b6
}

.status.starting .text {
    color: #afb2b6
}

.status.pending .icon {
    background-color: #f57070
}

.status.pending .text {
    color: #f57070
}

.dash-connections-card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6
}

.dash-connections-card .card-header .card-title {
    font-size: 14px;
    margin: 0;
    padding: 10px 0
}

.dash-connections-card .total {
    font-size: 14px
}

.dash-connections-card .card-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding-bottom: 30px;
    padding-top: 30px
}

.create-job #selectFrequency, .create-job #sf #day, .create-job #sf #hour, .create-job #sf #minute, .create-job #sf #week {
    display: none
}

.job-details .job-info-list li {
    margin-bottom: 10px
}

.job-details .job-info-list li:last-child {
    margin-bottom: 0
}

.job-details .job-info-list li span {
    font-weight: 500;
    margin-right: 10px
}

.job-details .table-default td, .job-details .table-default th {
    padding: 15px 20px
}

.job-details .table-default td:first-child, .job-details .table-default th:first-child {
    border-left: 0
}

.job-details .table-default td:last-child, .job-details .table-default th:last-child {
    border-right: 0
}

.job-details .card .card-body .item {
    font-size: 14px;
    margin-bottom: 15px
}

.job-details .card .card-body .item:last-child {
    margin-bottom: 0
}

.job-details .card-job-log .scrollable-body {
    height: 310px;
    overflow: hidden;
    overflow-y: auto
}

.job-details .card-job-log .table-default thead tr th {
    background-color: #fafafa;
    position: sticky;
    top: -1px
}

.job-details .card-job-log .table-default tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px
}

#jobListTable .even, #jobListTable .odd {
    position: relative
}

.border-custom {
    border-left: 1px solid #dee2e6
}

@media (max-width: 767.98px) {
    .border-custom {
        border-left: 0;
        border-top: 1px solid #dee2e6;
        margin-top: 20px;
        padding-top: 20px
    }
}

.radio.active-radio input:checked ~ label:after {
    border: 2px solid #fff;
}

.radio.active-radio input:checked ~ label:before {
    background-color: #fff;
    border: 2px solid #fff;
}


#userListTable_wrapper .row:first-child #userListTable_filter {
    text-align: right;
}

#userListTable_paginate .pagination {
    margin-bottom: 0;
    justify-content: flex-end;
}

.select2-results__option--disabled[aria-disabled="true"]:not(:first-child) {
    background-color: #f5f5f5;
    color: #cacaca;
}

.email-list-drop {
    display: none;
}

.job-cat-select {
    width: 50%;
    padding-right: 13px;
}

@media screen and (max-width: 767px) {
    .job-cat-select {
        width: 100%;
        padding-right: 0;
    }
}

.e-list .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border: 1px solid #ced4da;
}

#JobCheckBox .checkbox label:before {
    border: 2px solid #757575;
}

#JobCheckBox .checkbox input[type=checkbox]:checked + label:before {
    border: none;
}

.radio input ~ label {
    color: inherit;
}

.error {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 40px;
}

.error .card .card-text {
    margin: 0 auto;
    max-width: 70%;
}

@media (max-width: 767.98px) {
    .error .card .card-text {
        max-width: 100%;
    }
}

.highlight {
    background-color: #f8d7da;
    color: #842029 !important;
}

.lined-textarea-container.data-transfer {
    height: 165px !important;
}

.daterangepicker {
    top: 285px !important;
}

.datepicker-main {
    display: flex;
    justify-content: right;
}

.datepicker-main > span {
    width: 300px;
    padding-left: 10px;
}

.daterangepicker td.active, .daterangepicker td:hover {
    background-color: #0c542c !important;
    color: #fff !important;
}

.daterangepicker .ranges li.active {
    background-color: #0c542c !important;
}

.datepicker-main {
    margin-right: 20px;
    background: #fff;
    cursor: pointer;
    padding: 9px 10px;
    border: 1px solid #ccc;
    height: 40px;
}

.reportCard .card-body {
    padding: 1.1rem;
}

.reportCard .card-text {
    text-align: center;
    color: #0b4a27;
    font-weight: 400;
}

.reportCard .card-text.mb-1.fw-bold {
    text-align: center;
    color: #000;
}

#enableFC{
    margin-left: 29px;
}

#notifyUser .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid #87b19a;
}
#notifyUser .select2-container--bootstrap-5.select2-container---focus.select2-container--below .select2-selection {
    border-bottom: 1px solid #87b19a;
}

#notifyUser .is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid #dc3545;
}

#notifyUser .is-invalid + .select2-container--bootstrap-5.select2-container--focus.select2-container--below .select2-selection {
    border-bottom: 1px solid #dc3545;
}
.table-responsive .edit-btn{
    width: 67px;
}