

@font-face {
    font-family: 'suisse_intlregular';
    src:  url('/themes/shared/assets/fonts/suisseintl/regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*:root:not(.dark) {
    --falcon-blue: #2c7be5;
    --falcon-indigo: #727cf5;
    --falcon-purple: #6b5eae;
    --falcon-pink: #ff679b;
    --falcon-red: #e63757;
    --falcon-orange: #fd7e14;
    --falcon-yellow: #f5803e;
    --falcon-green: #00d27a;
    --falcon-teal: #02a8b5;
    --falcon-cyan: #27bcfd;
    --falcon-white: #fff;
    --falcon-gray: #748194;
    --falcon-gray-dark: #4d5969;
    --falcon-gray-black: #000;
    --falcon-gray-100: #f9fafd;
    --falcon-gray-200: #edf2f9;
    --falcon-gray-300: #d8e2ef;
    --falcon-gray-400: #b6c1d2;
    --falcon-gray-500: #9da9bb;
    --falcon-gray-600: #748194;
    --falcon-gray-700: #5e6e82;
    --falcon-gray-800: #4d5969;
    --falcon-gray-900: #344050;
    --falcon-gray-1000: #232e3c;
    --falcon-gray-1100: #0b1727;
    --falcon-gray-white: #fff;
    --falcon-primary: #2c7be5;
    --falcon-secondary: #748194;
    --falcon-success: #00d27a;
    --falcon-info: #27bcfd;
    --falcon-warning: #f5803e;
    --falcon-danger: #e63757;
    --falcon-light: #f9fafd;
    --falcon-dark: #0b1727;
    --falcon-accordion-button-active-bg:#d5e5fa;
    --falcon-primary-rgb: 44, 123, 229;
    --falcon-secondary-rgb: 116, 129, 148;
    --falcon-success-rgb: 0, 210, 122;
    --falcon-info-rgb: 39, 188, 253;
    --falcon-warning-rgb: 245, 128, 62;
    --falcon-danger-rgb: 230, 55, 87;
    --falcon-light-rgb: 249, 250, 253;
    --falcon-dark-rgb: 11, 23, 39;
    --falcon-white-rgb: 255, 255, 255;
    --falcon-black-rgb: 0, 0, 0;
    --falcon-body-rgb: 94, 110, 130;
    --falcon-scrollbar-bg:rgb(182 193 210);
}*/
:root {
    --falcon-font-sans-serif: suisse_intlregular, "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --falcon-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --falcon-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --falcon-body-font-family: suisse_intlregular, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --falcon-body-font-size: 1rem;
}
table.dataTable tbody tr.highlight, table.dataTable tbody tr.noHighlight, table.dataTable tbody tr.highlight td, table.dataTable tbody tr.noHighlight td {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    transition-property: background-color;
    transition-duration: 500ms;
    transition-timing-function: linear;
    transition-delay: 0s;
}

table.dataTable tbody tr.highlight {
    background-color: #fffbcc !important;
}
.compact.dataTable.white {
    background-color: #fff!important;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}
table.dataTable.compact.nowrap th, table.dataTable.compact.nowrap td {
    white-space: nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    border-bottom: 1px solid #1111114a;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}
table.dataTable.compact thead th, table.dataTable.compact tfoot th {
    font-weight: bold;
}
table.dataTable.compact, table.dataTable.compact th, table.dataTable.compact td {
    box-sizing: content-box;
}
table.dataTable.compact td, table.dataTable.compact th {
    display: table-cell;
    padding: 15px 5px;
    text-align: right;
    vertical-align: middle;
    border-radius: 2px;
}
table.dataTable.compact tr {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-top: 1px solid rgba(0,0,0,.12);
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
}
table.dataTable.compact.row-border tbody th, table.dataTable.compact.row-border tbody td, table.dataTable.compact.display tbody th, table.dataTable.compact.display tbody td {
    border-top: 1px solid #ddd;
}
.bg-body {
    --falcon-body:var(--falcon-body-gb);
}
.card .card-content p {
    margin: 0;
}
.timeline > li .timeline-badge {
    position: absolute;
    z-index: 8;
    top: 45px;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: -.35rem;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}
.timeline > li .timeline-badge > a{
    color: white !important;
}
.timeline > li .timeline-badge > a svg {
    vertical-align: -0.45em;
}
.timeline-danger.timeline-current::after {
    height: 1.5rem;
    width: 1.5rem;
}
.timeline-danger.timeline-past::after, .timeline-danger.timeline-current::after {
    height: 1.5rem;
    width: 1.5rem;
}
.timeline li {
    padding-right: 2rem;
}
.timeline::before {
    top: 1.9rem;
}
.timeline::after,
.timeline-warning.timeline-current::after  {
    right: 13px;
    height: 1.5rem;
    width: 1.5rem;
    top: .2rem;
}
.timeline li:not(:last-child):before {
    border-right: 1px solid;
    border-right-style: solid;
    top: 55%;
    right: 0.7125rem;
    opacity: .48;
}
.d-print{
    display: none;
}
.notification-indicator-number.norder {
    top: -1rem;
    left: -.18rem;
}
.discount-list-row {
    margin-right: -38px;
}
.background-round {
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.18);
}
#card-stats .card-stats-title {
    font-size: 1rem
}

#card-stats .card-stats-title i {
    font-size: 1.2rem;
    position: relative;
    top: 3px
}

#card-stats .card-stats-compare {
    font-size: .85rem
}

#card-stats .card-stats-compare i {
    position: relative;
    top: 8px
}

#card-stats .card-stats-number {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    margin: .8rem 0 .6rem
}

#card-stats .card .card-content {
    padding: 10px 14px
}

#card-stats .card .card-action {
    overflow: hidden;
    padding: 10px 14px
}
.hiddendiv.common{
    display: none!important;
}
.flag-icon.fi-lg{
    width: 2em!important;
}

.valign-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.valign-wrapper:not(.flex-1) {
    max-width: 250px;
}
.input-field>.input-group-text.hint{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control {
    border: 1px solid #9e9e9e!important;
    border-radius: 0px!important;
}
#task-card .task-cat, .task-cat {
    display: inline-block;
    padding: .355555em .711111em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.notification-indicator.button-header::before {
    top: -.5rem;
}
@media only screen and (min-width: 1200px)
{.table {
    font-size: 15px;
}}

@media only screen and (min-width: 992px)
{.table {
    font-size: 14.5px;
}}
@media only screen and (min-width: 0)
{.table {
    font-size: 14px;
}}
.page-item .page-link {
    font-size: 1.6rem;
}
.page-item.disabled .page-link {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid var(--falcon-pagination-border-color);
}
a:hover {
    text-decoration: initial;
}
div.dt-buttons button span.hide-on-small-only{
    margin-left: 8px;
}
.pagination li.disabled {
    font-size: 1.2rem;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    color: #444;
}
.pagination{
    margin-bottom: 0;
}
.dropify-wrapper {
    color: var(--falcon-form-file-color)!important;
    background-color: var(--falcon-form-file-bg)!important;
    border: 2px solid var(--falcon-input-border-color)!important;
}
.dropify-wrapper .dropify-preview {
    background-color: var(--falcon-form-file-bg)!important;
}
@media only screen and (max-width: 600px){
    .modal .modal-body {
        overflow: scroll;
        max-height: 500px;
    }
    .modal .modal-body table {
        width: max-content!important;
    }
    .modal {
        z-index: 1055!important;
    }
}
.input-field>label {
    line-height: 1.625rem;
    padding-right: calc(var(--falcon-gutter-x) * .2 + 1rem) !important;
}
.accordion {
    list-style: none;
    padding-right: initial;
    margin-top: 1rem;
}
.accordion-header {
    background: var(--falcon-accordion-button-active-bg);
}
.accordion-item {
    background-color: initial;
}
.collapse:not(.show) {
    display: none!important;
}
input, button, select, optgroup, textarea, label, .alert, .badge, .blockquote-footer, .btn, [data-list] .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary, .navbar, .pagination, .valid-feedback, .invalid-feedback {
     font-family: var(--falcon-font-sans-serif);
}
.main>.container-fluid>.content>div.col {
    --falcon-gutter-x: 2rem;
    --falcon-gutter-y: 0;
    padding-left: calc(var(--falcon-gutter-x) * .2);
    padding-right: calc(var(--falcon-gutter-x) * .2);
}
.row {
    margin-left: initial;
    margin-right: initial;
}
.row>* {
    padding-left: calc(var(--falcon-gutter-x) * .2);
    padding-right: calc(var(--falcon-gutter-x) * .2);
}
.input-field {
    position: relative;
    margin: 0.5rem 0;
}

.input-field .form-control:not(textarea),
.input-field>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}
.input-field textarea.form-control
{
    min-height: calc(3.5rem + 2px);
    line-height: 1.25
}

.input-field>label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .input-field>label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.input-field>.form-control {
    padding: 1rem 1rem
}

.input-field>.form-control::-webkit-input-placeholder {
    color: transparent
}

.input-field>.form-control::-moz-placeholder {
    color: transparent
}

.input-field>.form-control:-ms-input-placeholder {
    color: transparent
}

.input-field>.form-control::-ms-input-placeholder {
    color: transparent
}

.input-field>.form-control::placeholder {
    color: transparent
}

.input-field>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.input-field>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.input-field>.form-control:focus,
.input-field>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    border: 1px solid #9e9e9e!important;
    border-radius: 0px;
}

.input-field>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.input-field>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    border: 1px solid #9e9e9e!important;
    border-radius: 0px!important;
}

.input-field>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}

.input-field>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}

.input-field>.form-control:focus~label,
.input-field>.form-control:not(:placeholder-shown)~label,
.input-field>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}

.input-field>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem)
}
.input-field>label {
    line-height: 1.625rem
}
.input-field>label{
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.input-field>span.select2 span.selection span.select2-selection {
    border: 1px solid #9e9e9e!important;
    border-bottom: none;
    border-radius: 0px;
    min-height: calc(3.5rem + 2px);
}
#breadcrumbs-wrapper .container{
    max-width: initial;
    padding: initial;
}
#breadcrumbs-wrapper .right-align a span,
#breadcrumbs-wrapper .right-align button span,
.accordion-header span{
    margin-right: 8px;
}

@media only screen and (max-width: 600px){
    .hide-on-small-and-down, .hide-on-small-only {
        display: none!important;
    }
}
.input-raw{
    border: 0px solid var(--falcon-input-border-color);
    width: 100px;
}
.input-field>input[type=text],
.input-field>input[type=number],
.input-field>input[type=time],
.input-field>input[type=date],
td>input[type=text]:not(.input-raw),
td>input[type=number]:not(.input-raw),
td>input[type=time],
td>input[type=date]  {

    display: block;
    width: 100%;
    padding: .3125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--falcon-input-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    border: 1px solid #9e9e9e!important;
    border-radius: 0px!important;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
}
/*.input-field.input-group>input {
    width: initial;
}*/
.input-group>input, .input-group>select, .input-group>.form-floating{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%!important;
    min-width: 0;
}
.input-group>.form-floating>{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)>input{
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group:not(.has-validation)>.form-floating:not(.has-validation):not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)>input,
 .input-group:not(.has-validation)>.dropdown-toggle.form-floating:not(.has-validation):nth-last-child(n+3)>input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-field.input-group>input+label,
.input-field.input-group>.input-group-text+label,
.input-field.input-group>select+label {
    margin-right: 3rem!important;
}
.input-field.input-group>.input-group-text+label {
    z-index: 1;
}
.input-field.input-group>.input-group-text>label{
    margin-top: .5rem;
}
.input-field>input[type=text]::-webkit-input-placeholder,
.input-field>input[type=number]::-webkit-input-placeholder,
.input-field>input[type=time]::-webkit-input-placeholder,
.input-field>input[type=date]::-webkit-input-placeholder {
    color: transparent
}

.input-field>input[type=text]:focus, .input-field>input[type=text]:not(:placeholder-shown),
.input-field>input[type=time]:focus, .input-field>input[type=time]:not(:placeholder-shown),
.input-field>input[type=number]:focus, .input-field>input[type=number]:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.input-field>input[type=text],
.input-field>input[type=number] {
    padding: 1rem 1rem;
}
.input-field>input[type=text],
.input-field>input[type=time],
.input-field>input[type=number]{
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    border: 1px solid #9e9e9e!important;
    border-radius: 0px!important;
}
input[type=text]:not(.autocomplete):focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=search]:focus {
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg);
    border-color: var(--falcon-input-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--falcon-box-shadow-inset),0 0 0 .25rem rgba(44,123,229,.25);
    box-shadow: var(--falcon-box-shadow-inset),0 0 0 .25rem rgba(44,123,229,.25);
}
input.autocomplete:focus{
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg);
    border-color: none;
    outline: 0;
}
.input-field>input[type=text]:disabled, .input-field>input[type=text][readonly],
.input-field>input[type=number]:disabled, .input-field>input[type=number][readonly],
.input-field>input[type=time]:disabled, .input-field>input[type=time][readonly],
.input-field>input[type=date]:disabled, .input-field>input[type=date][readonly] {
    background-color: var(--falcon-200);
    opacity: 1;
}
input:focus-visible {
    outline-offset: 0px;
}
.input-field>input.browser-default{
    padding: .3125rem 1rem!important;
    height: initial!important;
}

.modal {
    top: 0!important;
    z-index: 1055!important;
}
[data-bs-toggle=collapse] * {
    pointer-events: initial;
}
.input-group-text {
    border: 1px solid #9e9e9e!important;
}
 [data-bs-toggle=tooltip] *{
    pointer-events: initial;
}
/*.border-round {
    border-radius: 50rem !important
}*/
.right-align {
    text-align: left;
}
.left-align {
    text-align: right;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.dropdown-content.dropdown-menu{
    min-width: initial;
    opacity: initial;
    width: initial!important;
}
div.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: "transparent"
}
.form-check>label .form-check-input {
    min-height: 1.2rem;
    padding-right: 1.3em;
}
.chip:not(.input-group-text,.badge){
    display: inline-block;
    padding: .355555em .711111em;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.chip:empty {
    display: none
}

.btn .chip,
[data-list] .page .chip,
.tox .tox-menu__footer .tox-button:last-child .chip,
.tox .tox-dialog__footer .tox-button:last-child .chip,
.tox .tox-menu__footer .tox-button--secondary .chip,
.tox .tox-dialog__footer .tox-button--secondary .chip {
    position: relative;
    top: -1px
}

.chip.blue {
    color: var(--falcon-badge-soft-primary-color);
    background-color: var(--falcon-badge-soft-primary-background-color)
}

.chip.blue[href]:hover,
.chip.blue[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-primary-color)
}

.chip.grey {
    color: var(--falcon-badge-soft-secondary-color);
    background-color: var(--falcon-badge-soft-secondary-background-color)
}

.chip.grey[href]:hover,
.chip.grey[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-secondary-color)
}

.chip.green {
    color: var(--falcon-badge-soft-success-color);
    background-color: var(--falcon-badge-soft-success-background-color)
}

.chip.green[href]:hover,
.chip.green[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-success-color)
}

.chip-soft-info {
    color: var(--falcon-badge-soft-info-color);
    background-color: var(--falcon-badge-soft-info-background-color)
}

.chip-soft-info[href]:hover,
.chip-soft-info[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-info-color)
}

.chip.orange {
    color: var(--falcon-badge-soft-warning-color);
    background-color: var(--falcon-badge-soft-warning-background-color)
}

.chip.orange[href]:hover,
.chip.orange[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-warning-color)
}

.chip.red {
    color: var(--falcon-badge-soft-danger-color);
    background-color: var(--falcon-badge-soft-danger-background-color)
}

.chip.red[href]:hover,
.chip.red[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-danger-color)
}

.chip-soft-light {
    color: var(--falcon-badge-soft-light-color);
    background-color: var(--falcon-badge-soft-light-background-color)
}

.chip-soft-light[href]:hover,
.chip-soft-light[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-light-color)
}

.chip-soft-dark {
    color: var(--falcon-badge-soft-dark-color);
    background-color: var(--falcon-badge-soft-dark-background-color)
}

.chip-soft-dark[href]:hover,
.chip-soft-dark[href]:focus {
    text-decoration: none;
    color: var(--falcon-badge-soft-dark-color)
}

.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .nav-link .chip {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .nav-link .chip {
    display: none
}

.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .nav-link .chip {
    opacity: 1;
    padding-left: 0
}

.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .nav-link .chip {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .nav-link .chip {
    display: none
}

.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .nav-link .chip {
    opacity: 1;
    padding-left: 0
}

.navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .nav-link .chip {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.pagination li{
    text-align: center
}

.pagination li.active {
    background-color: #2196f3
}
.pagination li {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    border-radius: 2px
}

.pagination li a {
    font-size: 1.2rem;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    color: #444
}

.pagination li.active a {
    color: #fff
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}
@media only screen and (max-width:992px) {
    .pagination {
        width: 100%
    }
    .pagination li.next,
    .pagination li.prev {
        width: 10%
    }
    .pagination li.pages {
        overflow: hidden;
        width: 80%;
        white-space: nowrap
    }
}
.orange {
    background-color: #ff9800;
}
.orange.lighten-1 {
    background-color: #ffa726;
}
.green {
    background-color: #4caf50
}
.green.lighten-1 {
    background-color: #66bb6a!important
}
.red {
    background-color: #f44336;
}
.cyan {
    background-color: #00bcd4;
}
.cyan.darken-1 {
    background-color: #00acc1!important;
}
.red.lighten-1 {
    background-color: #ef5350!important
}
.red.accent-2 {
    background-color: #ff5252!important
}
.btn.green {
    color: #fff;
    background-color: #00d27a;
    border-color: #00d27a;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn.green:hover {
    color: #fff;
    background-color: #00b368;
    border-color: #00a862
}

.btn-check:focus+.btn.green,
.btn.green:focus {
    color: #fff;
    background-color: #00b368;
    border-color: #00a862;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(38, 217, 142, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(38, 217, 142, .5)
}

.btn-check:checked+.btn.green,
.btn-check:active+.btn.green,
.btn.green:active,
.btn.green.active,
.show>.btn.green.dropdown-toggle {
    color: #fff;
    background-color: #00a862;
    border-color: #009e5c
}

.btn-check:checked+.btn.green:focus,
.btn-check:active+.btn.green:focus,
.btn.green:active:focus,
.btn.green.active:focus,
.show>.btn.green.dropdown-toggle:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(38, 217, 142, .5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(38, 217, 142, .5)
}

.btn.green:disabled,
.btn.green.disabled {
    color: #fff;
    background-color: #00d27a;
    border-color: #00d27a
}
.btn.red {
    color: #fff;
    background-color: #e63757;
    border-color: #e63757;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn.red:hover {
    color: #fff;
    background-color: #c42f4a;
    border-color: #b82c46
}

.btn-check:focus+.btn.red,
.btn.red:focus {
    color: #fff;
    background-color: #c42f4a;
    border-color: #b82c46;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(234, 85, 112, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(234, 85, 112, .5)
}

.btn-check:checked+.btn.red,
.btn-check:active+.btn.red,
.btn.red:active,
.btn.red.active,
.show>.btn.red.dropdown-toggle {
    color: #fff;
    background-color: #b82c46;
    border-color: #ad2941
}

.btn-check:checked+.btn.red:focus,
.btn-check:active+.btn.red:focus,
.btn.red:active:focus,
.btn.red.active:focus,
.show>.btn.red.dropdown-toggle:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(234, 85, 112, .5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(234, 85, 112, .5)
}

.btn.red:disabled,
.btn.red.disabled {
    color: #fff;
    background-color: #e63757;
    border-color: #e63757
}
.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width: 576px) {
    .s {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .s-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .s1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .s2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .s3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .s4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .s5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .s6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .s7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .s8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .s9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .s10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .s11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .s12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-right: 0
    }
    .offset-sm-1 {
        margin-right: 8.33333333%
    }
    .offset-sm-2 {
        margin-right: 16.66666667%
    }
    .offset-sm-3 {
        margin-right: 25%
    }
    .offset-sm-4 {
        margin-right: 33.33333333%
    }
    .offset-sm-5 {
        margin-right: 41.66666667%
    }
    .offset-sm-6 {
        margin-right: 50%
    }
    .offset-sm-7 {
        margin-right: 58.33333333%
    }
    .offset-sm-8 {
        margin-right: 66.66666667%
    }
    .offset-sm-9 {
        margin-right: 75%
    }
    .offset-sm-10 {
        margin-right: 83.33333333%
    }
    .offset-sm-11 {
        margin-right: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --falcon-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --falcon-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --falcon-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --falcon-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --falcon-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --falcon-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --falcon-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --falcon-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --falcon-gutter-x: 1.8rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --falcon-gutter-y: 1.8rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --falcon-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --falcon-gutter-y: 3rem
    }
    .g-sm-6,
    .gx-sm-6 {
        --falcon-gutter-x: 4rem
    }
    .g-sm-6,
    .gy-sm-6 {
        --falcon-gutter-y: 4rem
    }
    .g-sm-7,
    .gx-sm-7 {
        --falcon-gutter-x: 5rem
    }
    .g-sm-7,
    .gy-sm-7 {
        --falcon-gutter-y: 5rem
    }
    .g-sm-8,
    .gx-sm-8 {
        --falcon-gutter-x: 7.5rem
    }
    .g-sm-8,
    .gy-sm-8 {
        --falcon-gutter-y: 7.5rem
    }
    .g-sm-9,
    .gx-sm-9 {
        --falcon-gutter-x: 10rem
    }
    .g-sm-9,
    .gy-sm-9 {
        --falcon-gutter-y: 10rem
    }
    .g-sm-10,
    .gx-sm-10 {
        --falcon-gutter-x: 12.5rem
    }
    .g-sm-10,
    .gy-sm-10 {
        --falcon-gutter-y: 12.5rem
    }
    .g-sm-11,
    .gx-sm-11 {
        --falcon-gutter-x: 15rem
    }
    .g-sm-11,
    .gy-sm-11 {
        --falcon-gutter-y: 15rem
    }
    .g-sm-card,
    .gx-sm-card {
        --falcon-gutter-x: 2.5rem
    }
    .g-sm-card,
    .gy-sm-card {
        --falcon-gutter-y: 2.5rem
    }
}

@media(min-width: 768px) {
    .m {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .m-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .m1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .m2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .m3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .m4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .m5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .m6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .m7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .m8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .m9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .m10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .m11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .m12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-right: 0
    }
    .offset-md-1 {
        margin-right: 8.33333333%
    }
    .offset-md-2 {
        margin-right: 16.66666667%
    }
    .offset-md-3 {
        margin-right: 25%
    }
    .offset-md-4 {
        margin-right: 33.33333333%
    }
    .offset-md-5 {
        margin-right: 41.66666667%
    }
    .offset-md-6 {
        margin-right: 50%
    }
    .offset-md-7 {
        margin-right: 58.33333333%
    }
    .offset-md-8 {
        margin-right: 66.66666667%
    }
    .offset-md-9 {
        margin-right: 75%
    }
    .offset-md-10 {
        margin-right: 83.33333333%
    }
    .offset-md-11 {
        margin-right: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --falcon-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --falcon-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --falcon-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --falcon-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --falcon-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --falcon-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --falcon-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --falcon-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --falcon-gutter-x: 1.8rem
    }
    .g-md-4,
    .gy-md-4 {
        --falcon-gutter-y: 1.8rem
    }
    .g-md-5,
    .gx-md-5 {
        --falcon-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --falcon-gutter-y: 3rem
    }
    .g-md-6,
    .gx-md-6 {
        --falcon-gutter-x: 4rem
    }
    .g-md-6,
    .gy-md-6 {
        --falcon-gutter-y: 4rem
    }
    .g-md-7,
    .gx-md-7 {
        --falcon-gutter-x: 5rem
    }
    .g-md-7,
    .gy-md-7 {
        --falcon-gutter-y: 5rem
    }
    .g-md-8,
    .gx-md-8 {
        --falcon-gutter-x: 7.5rem
    }
    .g-md-8,
    .gy-md-8 {
        --falcon-gutter-y: 7.5rem
    }
    .g-md-9,
    .gx-md-9 {
        --falcon-gutter-x: 10rem
    }
    .g-md-9,
    .gy-md-9 {
        --falcon-gutter-y: 10rem
    }
    .g-md-10,
    .gx-md-10 {
        --falcon-gutter-x: 12.5rem
    }
    .g-md-10,
    .gy-md-10 {
        --falcon-gutter-y: 12.5rem
    }
    .g-md-11,
    .gx-md-11 {
        --falcon-gutter-x: 15rem
    }
    .g-md-11,
    .gy-md-11 {
        --falcon-gutter-y: 15rem
    }
    .g-md-card,
    .gx-md-card {
        --falcon-gutter-x: 2.5rem
    }
    .g-md-card,
    .gy-md-card {
        --falcon-gutter-y: 2.5rem
    }
}

@media(min-width: 992px) {
    .l {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .l-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .l1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .l2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .l3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .l4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .l5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .l6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .l7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .l8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .l9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .l10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .l11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .l12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-right: 0
    }
    .offset-lg-1 {
        margin-right: 8.33333333%
    }
    .offset-lg-2 {
        margin-right: 16.66666667%
    }
    .offset-lg-3 {
        margin-right: 25%
    }
    .offset-lg-4 {
        margin-right: 33.33333333%
    }
    .offset-lg-5 {
        margin-right: 41.66666667%
    }
    .offset-lg-6 {
        margin-right: 50%
    }
    .offset-lg-7 {
        margin-right: 58.33333333%
    }
    .offset-lg-8 {
        margin-right: 66.66666667%
    }
    .offset-lg-9 {
        margin-right: 75%
    }
    .offset-lg-10 {
        margin-right: 83.33333333%
    }
    .offset-lg-11 {
        margin-right: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --falcon-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --falcon-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --falcon-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --falcon-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --falcon-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --falcon-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --falcon-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --falcon-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --falcon-gutter-x: 1.8rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --falcon-gutter-y: 1.8rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --falcon-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --falcon-gutter-y: 3rem
    }
    .g-lg-6,
    .gx-lg-6 {
        --falcon-gutter-x: 4rem
    }
    .g-lg-6,
    .gy-lg-6 {
        --falcon-gutter-y: 4rem
    }
    .g-lg-7,
    .gx-lg-7 {
        --falcon-gutter-x: 5rem
    }
    .g-lg-7,
    .gy-lg-7 {
        --falcon-gutter-y: 5rem
    }
    .g-lg-8,
    .gx-lg-8 {
        --falcon-gutter-x: 7.5rem
    }
    .g-lg-8,
    .gy-lg-8 {
        --falcon-gutter-y: 7.5rem
    }
    .g-lg-9,
    .gx-lg-9 {
        --falcon-gutter-x: 10rem
    }
    .g-lg-9,
    .gy-lg-9 {
        --falcon-gutter-y: 10rem
    }
    .g-lg-10,
    .gx-lg-10 {
        --falcon-gutter-x: 12.5rem
    }
    .g-lg-10,
    .gy-lg-10 {
        --falcon-gutter-y: 12.5rem
    }
    .g-lg-11,
    .gx-lg-11 {
        --falcon-gutter-x: 15rem
    }
    .g-lg-11,
    .gy-lg-11 {
        --falcon-gutter-y: 15rem
    }
    .g-lg-card,
    .gx-lg-card {
        --falcon-gutter-x: 2.5rem
    }
    .g-lg-card,
    .gy-lg-card {
        --falcon-gutter-y: 2.5rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-right: 0
    }
    .offset-xl-1 {
        margin-right: 8.33333333%
    }
    .offset-xl-2 {
        margin-right: 16.66666667%
    }
    .offset-xl-3 {
        margin-right: 25%
    }
    .offset-xl-4 {
        margin-right: 33.33333333%
    }
    .offset-xl-5 {
        margin-right: 41.66666667%
    }
    .offset-xl-6 {
        margin-right: 50%
    }
    .offset-xl-7 {
        margin-right: 58.33333333%
    }
    .offset-xl-8 {
        margin-right: 66.66666667%
    }
    .offset-xl-9 {
        margin-right: 75%
    }
    .offset-xl-10 {
        margin-right: 83.33333333%
    }
    .offset-xl-11 {
        margin-right: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --falcon-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --falcon-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --falcon-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --falcon-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --falcon-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --falcon-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --falcon-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --falcon-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --falcon-gutter-x: 1.8rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --falcon-gutter-y: 1.8rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --falcon-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --falcon-gutter-y: 3rem
    }
    .g-xl-6,
    .gx-xl-6 {
        --falcon-gutter-x: 4rem
    }
    .g-xl-6,
    .gy-xl-6 {
        --falcon-gutter-y: 4rem
    }
    .g-xl-7,
    .gx-xl-7 {
        --falcon-gutter-x: 5rem
    }
    .g-xl-7,
    .gy-xl-7 {
        --falcon-gutter-y: 5rem
    }
    .g-xl-8,
    .gx-xl-8 {
        --falcon-gutter-x: 7.5rem
    }
    .g-xl-8,
    .gy-xl-8 {
        --falcon-gutter-y: 7.5rem
    }
    .g-xl-9,
    .gx-xl-9 {
        --falcon-gutter-x: 10rem
    }
    .g-xl-9,
    .gy-xl-9 {
        --falcon-gutter-y: 10rem
    }
    .g-xl-10,
    .gx-xl-10 {
        --falcon-gutter-x: 12.5rem
    }
    .g-xl-10,
    .gy-xl-10 {
        --falcon-gutter-y: 12.5rem
    }
    .g-xl-11,
    .gx-xl-11 {
        --falcon-gutter-x: 15rem
    }
    .g-xl-11,
    .gy-xl-11 {
        --falcon-gutter-y: 15rem
    }
    .g-xl-card,
    .gx-xl-card {
        --falcon-gutter-x: 2.5rem
    }
    .g-xl-card,
    .gy-xl-card {
        --falcon-gutter-y: 2.5rem
    }
}

@media(min-width: 1540px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-right: 0
    }
    .offset-xxl-1 {
        margin-right: 8.33333333%
    }
    .offset-xxl-2 {
        margin-right: 16.66666667%
    }
    .offset-xxl-3 {
        margin-right: 25%
    }
    .offset-xxl-4 {
        margin-right: 33.33333333%
    }
    .offset-xxl-5 {
        margin-right: 41.66666667%
    }
    .offset-xxl-6 {
        margin-right: 50%
    }
    .offset-xxl-7 {
        margin-right: 58.33333333%
    }
    .offset-xxl-8 {
        margin-right: 66.66666667%
    }
    .offset-xxl-9 {
        margin-right: 75%
    }
    .offset-xxl-10 {
        margin-right: 83.33333333%
    }
    .offset-xxl-11 {
        margin-right: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --falcon-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --falcon-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --falcon-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --falcon-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --falcon-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --falcon-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --falcon-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --falcon-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --falcon-gutter-x: 1.8rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --falcon-gutter-y: 1.8rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --falcon-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --falcon-gutter-y: 3rem
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --falcon-gutter-x: 4rem
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --falcon-gutter-y: 4rem
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --falcon-gutter-x: 5rem
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --falcon-gutter-y: 5rem
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --falcon-gutter-x: 7.5rem
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --falcon-gutter-y: 7.5rem
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --falcon-gutter-x: 10rem
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --falcon-gutter-y: 10rem
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --falcon-gutter-x: 12.5rem
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --falcon-gutter-y: 12.5rem
    }
    .g-xxl-11,
    .gx-xxl-11 {
        --falcon-gutter-x: 15rem
    }
    .g-xxl-11,
    .gy-xxl-11 {
        --falcon-gutter-y: 15rem
    }
    .g-xxl-card,
    .gx-xxl-card {
        --falcon-gutter-x: 2.5rem
    }
    .g-xxl-card,
    .gy-xxl-card {
        --falcon-gutter-y: 2.5rem
    }
    
}


/*Custom*/
section{
    margin-top: initial;
    padding-top: initial;
    padding-bottom: initial;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
form.f-header .input-field .form-select,
form.f-header .input-field input,
form.f-header .input-field span.select2 span.selection span.select2-selection,
.responsive-table .top .action-filters .dataTables_filter label input[type=search],
.dataTables_wrapper .dataTables_length label select {
    border: 1px solid #9e9e9e!important;
    border-bottom: none;
    /*border-radius: 25px;*/
}
.responsive-table .top .action-filters .dataTables_filter label input[type=search] {
    height: 3.2rem;
}
.dataTables_wrapper .dataTables_length label select {
    height: 3.2rem;
}
body .content-area .app-wrapper .datatable-search .app-filter {
  padding-right: 2.75rem;
  padding-left: 0
}
body .content-area .app-wrapper .datatable-search .search-icon {
    right: 15px;
    left: unset
}
body #data-table-contact_wrapper .dataTables_info {
    margin-left: 4rem
}
body #data-table-contact_wrapper .dataTables_paginate {
    margin-right: .8rem
}
body .responsive-table .top:not(.inside) {
    margin-bottom: 0!important;
}
@media screen and (max-width: 640px){
    body .responsive-table .top:not(.inside) {
        margin-bottom: 1.8rem !important;
    }  
}
body .responsive-table .top .action-filters .dataTables_filter {
    padding-right: 0;
    width: 100%;
    /*padding-left: 30px*/
}
div.dt-buttons.filter-btn {
    right: auto;
    left: 7px;
    top: -43px;
    text-align: left;
}
.responsive-table .top .action-filters .dataTables_filter label input[type=search]{
    padding-right: 1.5rem;
    padding-left: 0;
    width: 100%;
    display: initial;
    background-color: var(--falcon-input-bg);
    margin: 0;
    border-radius: initial
}
.responsive-table .top .action-filters .dataTables_filter label {
  display: initial;
}
.responsive-table .top .action-btns .btn, .responsive-table .top .action-filters .btn {
  padding: .3125rem 1rem !important;
}
table.dataTable tbody tr {
    background-color: initial;
}
.dataTables_wrapper .dataTables_length label {
  display: initial;
}

form.f-header .input-field{
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/*form.f-header .input-field select+label {
  padding: 1rem 2rem;
}

form.f-header{
  padding: 0 1rem 0 0 !important;
}*/

form.f-header .input-field input.select2-search__field{
  min-height: initial;
  border: none !important;
}
form.f-header .input-field input.h-date{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
/*form.f-header .input-field input+label{
  right: 1.5rem;
  top: -35px;
}
form.f-header div div.input-field label{
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.invoice-list-wrapper .responsive-table .top .action-btns .dataTables_length label input[type=select] {
    height: 3.2rem;
    margin: 0;
    padding-left: 1.5rem;
    border: 1px solid #9e9e9e!important;
    border-bottom: none;
    border-radius: 150px;
    background: #fff;
}*/
form.f-header .input-field input+button{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1.1rem;
    max-height: 36px;
    margin: 11px 5px !important;
}
form.f-header .input-field .select-wrapper{
    padding-left: 1.5rem;
}
form.f-header .input-field label+button{
    position: absolute;
    bottom: 0px;
    left: 1.1rem;
    margin: 11px 5px !important;
}
form.f-header .input-field .select-wrapper input.select-dropdown {
    line-height: 24px;
    min-height: 3.2rem;
    margin: 0;
    padding-left: 1.5rem;
    border: 1px solid #9e9e9e!important;
    border-bottom: none;
    border-radius: 150px;
    /*background: #fff;*/
    padding-right: 1.5rem;
    padding-left: 0;
}

form.f-header .input-field .select-wrapper .caret {
    z-index: 2;
}

form.f-header .input-field.include-btn .select-wrapper .caret {
  left: 6rem;
}
form.f-header .input-field .select-wrapper+label {
  right: 1.5rem;
  top: -35px;
}

/*form.f-header .input-field span.select2 span.selection span.select2-selection.select2-selection--multiple{
    border-radius: 10px;
}*/
form.f-header .input-field span.select2+label {
  padding: 1rem 1rem;
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  line-height: 1.25;
}
.input-field>.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.5rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  height: .5rem;
  width: .5rem;
  border-left: 1px solid #0b1727 !important;
  border-right: none !important;
  border-top: none;
  border-bottom: 1px solid #0b1727 !important;
  border-width: initial;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate( 
-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate( 
-45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: border-color,-webkit-transform;
  transition-property: border-color,-webkit-transform;
  -o-transition-property: transform,border-color;
  transition-property: transform,border-color;
  transition-property: transform,border-color,-webkit-transform;
}
form.f-header .input-field.include-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 4rem;
}
button, input, optgroup, select, textarea {
  background-color: var(--falcon-input-bg);
  color: var(--falcon-input-color);
}
.select2-dropdown {
  background-color: var(--falcon-input-bg);
}
.select2-container .select2-selection--single {
    height: 36px;
    padding: .3125rem 0rem;
}
.input-field>.select2-container .select2-selection--single {
    padding: initial;
}
.select2-container--default .select2-selection--single {
  background-color: var(--falcon-input-bg);
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--falcon-input-bg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    line-height: 1.25;
    color: var(--falcon-input-color);
}
.input-field>span.select2.select2-container--default span.selection span.select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 1.625rem 1rem .625rem 3rem !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--falcon-input-focus-border-color);
}
.select2-container--open .select2-dropdown {
    direction: rtl;
}
.select2+label {
  /*font-size: .8rem;
  position: absolute;
  top: -26px;*/
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 10px;
    font-size: 14px;
    margin-top: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 1.0rem 1rem 0rem 3rem !important;
}

@media only screen and (min-width: 601px) {
  .flex-stretch.m{
    display: flex;
    align-items: stretch;
  }
  .flex-stretch.m .max550{
    max-width: 550px;
  }
}
.sidenav .collapsible-header:after {
  margin-left: 1.5rem;
}
.sidenav li a {
  margin-left: initial;
}
.sidenav li a.active {
  color: #333 !important;
}
.sidenav li a.active i {
  color: #333 !important;
}
.dropdown-content.select-dropdown{
  width: 100% !important;
  top: 46px !important;
}
.chip .call {
  font-size: 16px;
  float: left;
  padding-right: 8px;
  cursor: pointer;
  line-height: 32px;
}
.white.lighten-5 {
    background-color: #ffffffbd!important;
}
.collection .collection-item.avatar {
    min-height: 66px;
}
.border-1 {
  border: 1px solid #e0e0e0;
  /*border-radius: 2px;*/
}
.text-center{
  text-align: center;
}
.text-ltr{
  direction: ltr;
  float: left;
}
.invoice-subtotal-title{
  margin: .575rem 0 .46rem;
}
.header-card .header-card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*padding: 0 10px;*/
}
.header-card .row .header-card-col {
    display: flex;
    flex-direction: column;
    /*margin-left: 10px;
    margin-right: 10px;*/
}
.header-card .row .header-card-col.flex {
    flex-basis: 100%;
    flex: 1;
}
.header-card .row .col .card {
  height: 100%;
}
.card-tabs-content {
  padding: 1px 0 0px 0px!important;
  height: 100%;
  max-height: 400px;
  overflow: auto;
}
.column-flex{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.row-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nowrap.center {
  margin: auto;
}

.width-fit1 {
  width: 1% !important;
  white-space: nowrap;
}
.flex {
  flex: 1;
  display: flex;
}
.dropdown-content {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  min-width: 100px;
  margin: 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0;
  background-color: #fff;
  right: unset;
  left: 0;
  padding-right: 0;
  list-style-type: none;
  width: 100%!important;
  -webkit-box-shadow: var(--falcon-dropdown-box-shadow);
  box-shadow: var(--falcon-dropdown-box-shadow);
}
input.autocomplete{
    border: 1px solid #9e9e9e!important;
    border-radius: 0px!important;
}
ul:not(.browser-default)>li {
    list-style-type: none;
}
.dropdown-content li {
  line-height: 1.5rem;
  clear: both;
  width: 100%;
  /* min-height: 50px; */
  min-width: 8rem;
  cursor: pointer;
  text-align: right;
  color: rgba(0,0,0,.87);
  padding: .35rem 1rem;
}
.dropdown-content li>a, .dropdown-content li>span {
  /* padding: 14px 24px; */
  /* font-size: 16px; */
  line-height: 22px;
  display: block;
  /* padding: 14px 16px; */
  /* color: #ff4081;*/
}
ul.dropdown-menu>.dropdown-divider:last-child {
  display: none;
}
.theme-cutomizer-trigger {
  z-index: 1000;
  top: 1.5%;
}
span.badge.new:after {
  content: ' جديد';
}
span.badge.new:hover {
  background-color: #ff4081;
}
/*span.badge {
  padding: 0 6px!important;
}*/
.navbar .notification-badge {
  padding: 2px 6px;
  box-shadow: 0 0 5px 0 #ff4081;
}
.fa {
  /*font-size: 0.8em;*/
}

/*.input-field .suffix~.suffix {
  left: 3rem;
}
.input-field .suffix~.autocomplete-content,
 .input-field .suffix~.helper-text,
  .input-field .suffix~.validate~label,
   .input-field .suffix~input,
    .input-field .suffix~label,
     .input-field .suffix~textarea {
  width: 92%;
  width: calc(100% - 3rem);
  margin-left: 3rem;
}
.input-field .prefix~input.h-date{
      width: 92%;
      width: calc(100% - 3rem);
      margin-right: 3rem;
}
.input-field .prefix~.suffix~.autocomplete-content,
 .input-field .prefix~.suffix~.helper-text,
  .input-field .prefix~.suffix~.validate~label,
   .input-field .prefix~.suffix~input,
    .input-field .prefix~.suffix~label,
     .input-field .prefix~.suffix~textarea {
    width: 92%;
    width: calc(100% - 6rem);
    margin-right: 3rem;
    margin-left: 3rem;
}
.input-field .prefix~.suffix~.suffix~.autocomplete-content,
 .input-field .prefix~.suffix~.suffix~.helper-text,
  .input-field .prefix~.suffix~.suffix~.validate~label,
   .input-field .prefix~.suffix~.suffix~input,
    .input-field .prefix~.suffix~.suffix~label,
     .input-field .prefix~.suffix~.suffix~textarea {
    width: 92%;
    width: calc(100% - 9rem);
    margin-right: 3rem;
    margin-left: 6rem;
}*/
@media (min-width: 600px){
  #breadcrumbs-wrapper .right-align a .fa{
    float: right;
    margin-left: 8px;
  }
  #breadcrumbs-wrapper .right-align button .fa{
    float: right;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1024px){
  tfoot {
    display: table-footer-group;
  }
}
@media screen and (max-width: 640px){
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: right;
  }
  .dt-buttons button {
    padding: 0 1rem;
  }
}
.dataTables_wrapper .dataTables_length {
    width: 100%;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #1111114a;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 8px 10px;
  border-top: 1px solid #1111114a;
}
html {
    font-family: suisse_intlregular!important;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: suisse_intlregular;
}

/*11111111111111*/
.table {
  margin-bottom: 0rem;
}
table.dataTable {
    width: 100% !important;
    /*background-color: var(--falcon-input-bg) !important;
    color: var(--falcon-input-color) !important;
    border-color: var(--falcon-navbar-vertical-hr-color);*/
}
.dataTables_scroll{
  background-clip: border-box;
  border: 0px solid var(--falcon-card-border-color);
  border-radius: .375rem;
  -webkit-box-shadow: var(--falcon-box-shadow);
  box-shadow: var(--falcon-box-shadow);
  clear: both;
}
.dataTables_scrollBody{
  background-color: var(--falcon-body-bg);
}
.dataTables_scrollHead,
.dataTables_scrollFoot{
  background-color: var(--falcon-card-bg);
  background-clip: border-box;
  border: 0px solid var(--falcon-card-border-color) !important
}
.dataTables_scrollHead{
  border-radius: .375rem .375rem 0 0;
}
.dataTables_scrollFoot{
  /*border-radius: 0 0 .375rem .375rem;
  -webkit-box-shadow: var(--falcon-box-shadow);
  box-shadow: var(--falcon-box-shadow);*/
}
.dataTables_empty{
  text-align: center;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  margin-top: -30px;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: var(--falcon-body-bg);
  z-index: 1;
}
.responsive-table .bottom {
    margin-top: 0;
    padding: 1rem;
    background-color: var(--falcon-card-bg);
    background-clip: border-box;
    border: 0px solid var(--falcon-card-border-color);
    border-radius: 0 0 .375rem .375rem;
    -webkit-box-shadow: var(--falcon-box-shadow);
    box-shadow: var(--falcon-box-shadow);
    border-top: 1px solid #1111114a;
}
/*.dataTables_scrollHead thead,
.dataTables_scrollFoot tfoot  {
  color: var(--falcon-accordion-button-active-color);
  background-color: var(--falcon-accordion-button-active-bg);
  -webkit-box-shadow: inset 0 -1px 0 var(--falcon-accordion-border-color);
  box-shadow: inset 0 -1px 0 var(--falcon-accordion-border-color);

}*/
.table-hover>tbody>tr:hover {
    background-color: var(--falcon-table-hover-bg);
    color: var(--falcon-table-hover-color);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: var(--falcon-table-striped-bg);
}
.table>:not(caption)>*>* {
    -webkit-box-shadow: inset 0 0 0 9999px transparent;
    box-shadow: inset 0 0 0 9999px transparent;
}
table.dataTable tbody>tr.selected,
table.dataTable.stripe tbody>tr.odd.selected, 
table.dataTable.stripe tbody>tr.odd>.selected, 
table.dataTable.display tbody>tr.odd.selected, 
table.dataTable.display tbody>tr.odd>.selected {
    background-color: var(--falcon-alert-dark-background) !important;
    color: var(--falcon-body-color);
}
table:not(.internal).dataTable tbody>tr:hover>td,
table:not(.internal).dataTable.stripe tbody>tr.odd:hover>td, 
table:not(.internal).dataTable.display tbody>tr.odd:hover>td{
    background-color: var(--falcon-table-hover-bg) !important;
}
table.dataTable.hover tbody>tr.selected:hover>td,
 table.dataTable.hover tbody>tr>.selected:hover>td,
  table.dataTable.display tbody>tr.selected:hover>td,
   table.dataTable.display tbody>tr>.selected:hover>td {
    background-color: var(--falcon-table-hover-bg) !important;
}
/*table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: var(--falcon-100) !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: var(--falcon-table-hover-bg);
}
.dataTables_wrapper .dataTables_scroll {
  border: 1px solid var(--falcon-navbar-vertical-hr-color)!important;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 .25rem;
    padding: .25em .65em;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: initial !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.pagination li.active,
.pagination li:not(.active) a:hover {
  color: #fff!important;
  border: 1px solid #3f51b5;
  border-radius: 4px;
  background: #3f51b5;
  box-shadow: 0 0 8px 0 #3f51b5
}
.pagination li a:hover {
    margin: 0 .25rem
}
.card.card-table {
  border-radius: 6px;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.card.card-table .card-content {
  padding: 0px;
}

.btn.btn-icon {
  padding: 6px 12px;
}
.sidenav li a.collapsible-header>i.fa, .sidenav li>a>i.fa {
    line-height: 44px;
    height: 44px;
    margin: 0 0 0 20px;
}
.navbar .sideNav-lock .header-search-wrapper {
  margin: 0px 260px 0 auto;
}
.navbar .header-search-wrapper {
  margin: 0px 260px 0 auto;
  direction: ltr;
  width: calc(100% - 560px);
}
.navbar .header-search-wrapper i {
  font-size: 1.3rem;
  line-height: inherit !important;
  float: left;
  position: initial;
  top: initial;
  right: initial;
  margin-right: 8px;
  color: rgb(255 255 255 / 87%) !important;
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--falcon-btn-reveal-bg);
  border: 1px solid var(--falcon-btn-reveal-border-color);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn:first-child {
    margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: right;
    height: 40px;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-group > .btn-floating:hover, .btn-group > .btn-large:hover, .btn-group > .btn-small:hover, .btn-group > .btn:hover {
    box-shadow: none !important;
}
.btn-group > .btn, .btn-group > .btn-large, .btn-group > .btn-small {
    color: #666;
    background-color: #fff;
    border-color: #ddd;
}
.btn-group > .btn-large:hover, .btn-group > .btn-small:hover, .btn-group > .btn:hover {
    color: #666 !important;
    background-color: #e6e6e6 !important;
    border-color: #bebebe;
}
.btn-success, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #3c933c !important;
    border-color: #2f722f;
}
.btn-group > .btn-success:hover{
    color: #fff !important;
    background-color: #327a32 !important;
    border-color: #1b431b;
}
.btn-group > .btn.disabled{
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-group > label.active {
    width: initial !important;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.main-loading-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.08);
}
.main-loading {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
@media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    .d-print{
        display: block !important;
    }
}

/***stepper***/
.stepper {
    padding: 10px 0px;
  }
.stepper .nav-tabs {
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
}
.stepper .nav-tabs > li {
    width: 33%;
    position: relative;
    float: right;
    margin-bottom: -1px;
}
.stepper .nav-tabs3 > li {
    width: 33%;
}
.stepper .nav-tabs4 > li {
    width: 25%;
}
.stepper .nav-tabs > li > a {
      font-size: 1.1em;
      line-height: 1.42857;
      position: relative;
      display: block;
}
.stepper .nav-tabs > li:before {
    content: '';
    position: absolute;
    /*background: #f1f1f1;
    background: #ccc;*/
    background: #f3a638;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li.completed::before {
    /*background: #34bc9b;*/
    background: #f3a638;
}
.stepper .nav-tabs > li:first-child::before {
    background: transparent;
}
  /*.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #34bc9b;
  }
  .stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
  }*/
.stepper .nav-tabs .persistant-disabled/*[data-toggle='tab']*/ {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}
.stepper .nav-tabs .persistant-disabled/*[data-toggle='tab']*/:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > .persistant-disabled/*[data-toggle='tab']*/, .stepper .nav-tabs > .active > .persistant-disabled/*[data-toggle='tab']*/:hover, .stepper .nav-tabs > .active > .persistant-disabled/*[data-toggle='tab']*/:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: inline-block;
    border-radius: 25px;
    /*background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;*/
    background: #fff;
    color: #ddd;
    border: 2px solid #ccc;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .completed .round-tab {
    background: #34bc9b;
    color: #34bc9b;
    border: 2px solid #34bc9b;
}
.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}
.stepper .title-tab {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: -10px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    text-align: center;
}
.stepper .title-bottom {
    bottom: -5px;
    top: initial;
}
@media (max-width: 767px){
    .stepper .title-tab {
      font-size: 10px;
    }
}
