/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

a {
    color: #035dd9;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
a:active, a:focus, a:hover {
    color: #0352c0;
}
.number
{
    font-size: unset;
    background-color: unset;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /* padding: 1.25rem 1rem; */
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.disabled
{
    opacity: .5 !important;
    pointer-events: none !important;
}

.height-300px
{
    height: 300px !important;
}
.height-160px
{
    height: 160px !important;
}
.height-45px
{
    height: 45px !important;
}
.height-35px
{
    height: 35px !important;
}
.height-30px
{
    height: 30px !important;
}
.height-5px
{
    height: 5px !important;
}

.min-height-200px
{
    min-height: 131.42px !important;
}
.min-height-131px
{
    min-height: 131.42px !important;
}

.max-height-900px
{
    max-height: 900px !important;
}
.max-height-500px
{
    max-height: 500px !important;
}
.max-height-400px
{
    max-height: 400px !important;
}
.max-height-131px
{
    max-height: 131.42px !important;
}

.width-270px
{
    width: 270px !important;
}
.width-160px
{
    width: 160px !important;
}
.width-40px
{
    width: 40px !important;
}
.width-35px
{
    width: 35px !important;
}
.width-30px
{
    width: 30px !important;
}
.width-10px
{
    width: 10px !important;
}
.width-5px
{
    width: 5px !important;
}
.min-width-131px
{
    min-width: 131.42px !important;
}

.max-width-1000px
{
    max-width: 1000px !important;
}
.max-width-830px
{
    max-width: 830px !important;
}
.max-width-540px
{
    max-width: 540px !important;
}
.max-width-500px
{
    max-width: 500px !important;
}
.max-width-340px
{
    max-width: 340px !important;
}
.max-width-300px
{
    max-width: 300px !important;
}
.max-width-131px
{
    max-width: 131.42px !important;
}

.table thead th
{
    font-weight: 900;
}
.table-row-odd tbody tr:nth-child(odd)
{
    background: #f8f9fb;
}
.table-row-odd tbody tr:nth-child(even)
{
    background: #ffffff;
}
.text-success
{
    color: #03955e !important;
}
.text-bold
{
    font-weight: 900 !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 2px;
    left: 0;
}
.badge-sm
{
    width: 22px;
    height: 22px;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.badge-dark-danger
{
    background-color: #b90039 !important;
    border: 1px solid #b90039 !important;
}
.badge-dark-success
{
    background-color: #00975f !important;
    border: 1px solid #00975f !important;
}
.no-pointer
{
    pointer-events: none !important;
}
.vertical-align-sub
{
    vertical-align: sub !important;
}
.vertical-align-baseline
{
    vertical-align: baseline !important;
}
.vertical-align-bottom
{
    vertical-align: bottom !important;
}
.vertical-align-middle
{
    vertical-align: middle !important;
}
.vertical-align-super
{
    vertical-align: super !important;
}
.vertical-align-text-bottom
{
    vertical-align: text-bottom !important;
}
.vertical-align-text-top
{
    vertical-align: text-top !important;
}
.vertical-align-top
{
    vertical-align: top !important;
}

.text-separator {
    text-transform: uppercase;
    font-size: 17px;
    color: #B5BCCB;
    position: relative;
    display: block;
    width: 100%;
    max-width: 54%;
    overflow: hidden;
    padding: 1em;
    text-align: center;
}
.text-separator::before
{
    content: '';
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #B5BCCB;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.text-separator::after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #B5BCCB;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.fixed-top
{
    z-index: 2000;
}

button:disabled
{
    pointer-events: none !important;
}

.line-height-1-8em
{
    line-height: 1.8em !important;
}
.line-height-1-7em
{
    line-height: 1.7em !important;
}

/* .form-control
{
    border-color: #c6cbd1 !important;
}
.form-control select
{
    outline-color: #c6cbd1 !important;
} */
.icon-60x60
{
    width: 60px;
    height: 60px;
    max-width: unset !important;
    max-height: unset !important;
}

.modal-backdrop
{
    z-index: 1999;
}
.modal
{
    z-index: 2002;
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
.icon.is-small {
    height: 1rem;
    width: 1rem;
}

.flex-flow-column
{
    flex-flow: column !important;
}

ul.list-horizontal
{
    display: flex;
}

.selected-box
{
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #2271b1 !important;
}

.progress .progress-bar
{
    height: 100% !important;
}

.z-index-5
{
    z-index: 5 !important;
}

.end-1
{
    left: 1% !important;
}
.start-3
{
    left: 3% !important;
}
.start-0
{
    left: 0 !important;
}
.top-97
{
    top: 97% !important;
}
.top-1
{
    top: 1% !important;
}
.top-0
{
    top: 0 !important;
}
.bottom-0
{
    bottom: 0 !important;
}

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.overflow-x-hidden
{
    overflow-x: hidden !important;
}
.overflow-y-hidden
{
    overflow-x: hidden !important;
}
.overflow-x-auto
{
    overflow-x: auto !important;
}
.overflow-y-auto
{
    overflow-x: auto !important;
}
.overflow-unset
{
    overflow: unset !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background: #0033c4;
    color: #fff !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    background: #00d284;
    color: #fff !important;
}

.has-text-centered
{
    text-align: center !important;
}
.has-text-right
{
    text-align: right !important;
}
.has-text-left
{
    text-align: left !important;
}

.form-control,
.select2-selection--multiple
{
    border-color: #ced4dd !important;
}
.form-control::placeholder
{
    color: #9ea6b3;
}
textarea.form-control
{
    line-height: 1.7;
}
.form-control-contenteditable
{
    border: 1px solid #e4e9f0;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    display: block;
    width: 100%;
    /* height: 2.875rem; */
    padding: 0.94rem 1.375rem;
    outline: 0;
}
input.elementor-checkbox
{
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    background-color: #fff;
    border: 2px solid var(--border-color) !important;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 18px;
    height: 1.2em;
    margin: 0 1em 0 0 !important;
    min-height: 1.2em;
    min-width: 1.2em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.2em;
}

.flex-grow-10
{
    flex-grow: 10 !important;
}
.flex-grow-9
{
    flex-grow: 9 !important;
}
.flex-grow-8
{
    flex-grow: 8 !important;
}
.flex-grow-7
{
    flex-grow: 7 !important;
}
.flex-grow-6
{
    flex-grow: 6 !important;
}
.flex-grow-5
{
    flex-grow: 5 !important;
}
.flex-grow-4
{
    flex-grow: 4 !important;
}
.flex-grow-3
{
    flex-grow: 3 !important;
}
.flex-grow-2
{
    flex-grow: 2 !important;
}
.flex-grow-1
{
    flex-grow: 1 !important;
}
.flex-grow-0
{
    flex-grow: 0 !important;
}

.select2-container--focus
{
    display: none;
}

.white-space-normal
{
    white-space: normal !important;
}

trix-toolbar .trix-button
{
    border: none !important;
    transition: all .5s ease-in-out;
}
trix-toolbar .trix-button:hover
{
    background-color: #eeeeee !important;
    color: #000000 !important;
}
trix-toolbar .trix-button-group
{
    border: none !important;
}

.clearfix::after
{
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.bg-transparent
{
    background-color: transparent !important;
}

.bg-hover-0063d5:hover
{
    background-color: #0063d5 !important;
}
.bg-hover-f1f1f1:hover
{
    background-color: #f1f1f1 !important;
}

.opacity-0
{
    opacity: 0 !important;
}
.opacity-1-hover:hover
{
    opacity: 1 !important;
}

.border-radius-4
{
    border-radius: 4px !important;
}
.border-radius-5
{
    border-radius: 5px !important;
}
.border-radius-6
{
    border-radius: 6px !important;
}
.border-radius-7
{
    border-radius: 7px !important;
}
.border-radius-8
{
    border-radius: 8px !important;
}
.border-radius-9
{
    border-radius: 9px !important;
}
.border-radius-10
{
    border-radius: 10px !important;
}
.border-radius-11
{
    border-radius: 11px !important;
}
.border-radius-12
{
    border-radius: 12px !important;
}
.border-radius-13
{
    border-radius: 13px !important;
}
.border-radius-14
{
    border-radius: 14px !important;
}
.border-radius-15
{
    border-radius: 15px !important;
}
.border-radius-16
{
    border-radius: 16px !important;
}
.border-radius-17
{
    border-radius: 17px !important;
}
.border-radius-18
{
    border-radius: 18px !important;
}
.border-radius-19
{
    border-radius: 19px !important;
}
.border-radius-20
{
    border-radius: 20px !important;
}