
:root {
    --bs-font-sans-serif-ar: "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

/*  flex utilities */
.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

.flex-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.flex-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flex-row-fluid {
        min-width: auto;
    }
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .flex-sm-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .flex-sm-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-sm-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .flex-sm-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex-sm-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }
}

@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
    .flex-sm-row-fluid {
        min-width: auto;
    }
}

@media (min-width: 576px) {
    .flex-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .flex-md-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .flex-md-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-md-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .flex-md-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex-md-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .flex-md-row-fluid {
        min-width: auto;
    }
}

@media (min-width: 768px) {
    .flex-md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .flex-lg-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .flex-lg-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-lg-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .flex-lg-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex-lg-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .flex-lg-row-fluid {
        min-width: auto;
    }
}

@media (min-width: 992px) {
    .flex-lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .flex-xl-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .flex-xl-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-xl-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .flex-xl-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex-xl-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
    .flex-xl-row-fluid {
        min-width: auto;
    }
}

@media (min-width: 1200px) {
    .flex-xl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .flex-xxl-column-auto {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-xxl-column-fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .flex-xxl-row-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex-xxl-row-fluid {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -ms-flex: 1 0 0px;
        min-width: 0;
    }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), (min-width: 1400px) and (-ms-high-contrast: none) {
    .flex-xxl-row-fluid {
        min-width: auto;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


/* raq admin base style */


[dir="rtl"] * {
    letter-spacing: normal !important;
}

html, body {
    /*overflow-x: hidden;*/
    background-color: #e4e4e4;
    background-color: #e9ecf3;
}

body {
    /*scrollbar-width: thin;*/
    overflow-x: hidden;
    font-size: 0.9rem;
    font-family: var(--bs-font-sans-serif-ar);
}

[dir="rtl"] body {
    font-size: 0.9rem;
    font-family: var(--bs-font-sans-serif-ar);
}

body.admin-dark {
    color: var(--body-fg);
}

.table {
    color: var(--body-fg);
}

.opacity-50 {
    opacity: 0.50;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-0 {
    opacity: 0;
}

.h3, h3 {
    font-size: 1.5rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .9375rem;
}

.h6, h6 {
    font-size: .75rem
}

.chart-container {
    /*background: #f8f9fa;*/
}

[dir="rtl"] .btn-group-sm > .btn, .btn-sm {
    font-size: .85rem;
}

.bg-focus {
    background-color: #444054 !important;
}

ul > li {
    list-style-type: none;
    padding: unset;
}

input, textarea, select, .form-row p, form .button {

    font-family: inherit;

}

select:disabled {
    opacity: 1;
    background: #f9fafb;
}

input:disabled, input.read-only {
    background: #eee;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

/* ============== */
/* raq base admin */
/* ============== */
#container {
    /*overflow-x: hidden;*/
    background: #f9fafb;
    background: #f1f4f6;
    background: var(--selected-bg);
    background: #e9ecf3;
    min-height: 100vh;
    height: auto;
    margin: 0;
}

#header {
    width: 100% !important;
    height: 45px;
    margin-bottom: .5rem !important;
}

#header2 {
    /*height: 45px;*/
    position: relative;
    padding: 8px 16px;
    background: #fafbfc;
    overflow: initial;
}

#header.bg-white a:link, #header a:visited {
    color: #6c757d;
}

#header2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
    height: 4px;
    background: linear-gradient(180deg, rgba(9, 30, 66, 0.13) 0, rgba(9, 30, 66, 0.13) 1px, rgba(9, 30, 66, 0.08) 1px, rgba(9, 30, 66, 0) 4px);
}


#toolbar {
    background: transparent;
}

#container > div2 {
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
}

[dir="rtl"] .navbar-brand {
    font-size: 1rem;
}

[dir="rtl"] #user-tools {
    font-weight: 400;
    font-size: 0.85rem;
}

[dir="rtl"] .selector-available,
[dir="rtl"] .selector-chosen,
[dir="rtl"] .selector ul.selector-chooser {
    float: right;
}

.errornote {
    margin-top: 5px;
}

select {
    width: 20em;
    /*width: 20em;*/
    margin: 0 0 0 5px;
}

.related-widget-wrapper select:not(.filtered) {
    width: 20em;
}

fieldset .field-currency.field-amount .related-widget-wrapper {
    min-width: 14.4em;
    width: 14.4em;
    margin-left: 20px;
}

fieldset .field-currency.field-amount .related-widget-wrapper > span {
    min-width: 5em;
    width: 5em;
}

fieldset .field-currency.field-amount .field-amount input {
    min-width: 10em;
    width: 10em;
}

.field-amount.field-currency select {
    width: 9em;
}

.admin-light .table tbody tr:not(.add-row):hover td,
.admin-light .table tbody tr:not(.add-row):hover th {
    border-bottom: 1px solid #6c757d;
}

.admin-light .table tbody tr:hover td,
.admin-light .table tbody tr:hover th {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.04);
    /*border-bottom: 2px solid #6c757d;*/

}

/*footer.footer {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*}*/

.app-main .app-main__inner {
    flex: 1;
}


.dropdown-menu li {
    list-style-type: none;
}

.app-page-title {
    /*background: rgba(255, 255, 255, 0.45);*/
    /*padding: 4px 20px;*/
    position: relative;
    margin: 0;
    margin: 0px 0px 10px;
    font-size: .9rem;
    color: grey;
    display: contents;
}

#content, .dashboard #content, .colMS {
    width: 100%;
    padding: 0px 20px; /*change_form only*/
    padding: 0px 0px;
    /*max-width: 1140px;*/
    /*margin-right: 0px;*/
    /*margin-left: 0px;*/
}

/*#content , #content-main{*/
/*    overflow-x: hidden;*/
/* }*/
.mw-20{
    width: 20em;
    width:13em;
}
.ro-mw-100 .readonly {
    min-width: 100%;
}
.mw-1140 {
    max-width: 1140px;
}

.mw-1266 {
    max-width: 1266px;
}
.mw-1400 {
    max-width: 1330px;
}
.submit-row {
    border: none;
}

.nav-breadcrumbs {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);

    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.breadcrumbs-nav {
    background: white;
    color: black;
}

div.breadcrumbs {
    /*background: #f1f4f6 !important;*/
    /*background: #dee2e6 !important;*/
    /*color: #999 !important;*/
    /*padding: 2px 0px !important;*/
    padding: 7px 27px !important;
    /*display: inline-table;*/
    background: white !important;


    /*background: #e8ebed !important;*/
    background: transparent !important;
    color: #417690 !important;
    /*padding: 10px 40px !important;*/
}

div.breadcrumbs a {
    color: #495057 !important;
}

div.breadcrumbs a:hover,
div.breadcrumbs a:link {
    color: #888 !important;
}

.change-list ul.toplinks li {
    padding: 6px 6px;
    display: inline-block!important;

}

.btn-pm {
    padding: .344rem .75rem;
}

/*#changelist-search button {
    /*padding: .344rem .75rem;}*/

.toplinks {
        display: inline-block !important;
        width: auto !important;
        white-space: nowrap !important;
}

.object-tools li {
    display: inline-block;
    height: auto;
    float: none !important;
}

.wizard_payment_form form {
    padding: 1rem 4rem;
}

ul.errorlist {
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: var(--error-fg);
    background: var(--body-bg);
}

.errornote {
    padding: 6px 12px !important;
    margin: auto !important;

    border-top: 3px solid #dc3545 !important;
}

.errors input, .errors select, .errors textarea, td ul.errorlist + input, td ul.errorlist + select, td ul.errorlist + textarea {
    border: 1px solid var(--border-color);
    border-bottom: 2px solid var(--error-fg);
}

.main-card.card {

    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

ul.list-unstyled > li {
    list-style-type: none;
    padding: 0;
}

@media (min-width: 768px) {
    .object-tools {
        margin-top: -37px !important;
        padding: 0 !important;
    }

    .object-tools.is-popup {
        margin-top: auto !important;
    }
}


.main-card {
    float: none;
    background: transparent;
}

/*.inline-table {*/
/*    table-layout: fixed;*/
/*}*/

.object-tools a {
    border-radius: 0px;
}

div.breadcrumbs {
    font-size: 0.9rem;

}

td, th {
    font-size: 0.9rem;
    line-height: inherit;
    border-bottom: inherit;
    vertical-align: inherit;
    padding: inherit;
    font-family: inherit;
}

[dir="rtl"] .inline-group .tabular td.original p {
    right: 0;
    left: auto;
}

.paginator {
    border-top: none;
}

.custom-card-title {
    padding: .5rem 1rem;
    margin-bottom: 0;
}

#changelist-filter.border-on {
    /*border-right: 6px solid #6c757d !important;*/
}

#changelist-filter h2 {
    background: #6c757d;
}

#header a:link, #header a:visited {
    color: inherit;
}

#header a:focus, #header a:hover {
    text-decoration: none;
}

#changelist {
    position: relative;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
}

#toolbar2 {
    padding: 0 !important;
    margin-bottom: 0px !important;
}

#toolbar #searchbar {
    height: auto !important;
    padding: 4px !important;
}

@media (max-width: 1024px) {
    #changelist-search .quiet {
        width: auto !important;
        flex: initial !important;
    }
}

changelist-form-container {
    position: relative;
}

#changelist-filter.collapsing {
    width: 0;
    height: auto;
    overflow: hidden;
    transition: width;
}

#changelist-filter {
    max-width: 240px !important;
    min-width: 200px !important;
    margin-right: 0 !important;
    margin-left: 15px !important;
    order: 0;
    /*transition: all 1s ease;*/
}

#changelist-filter h3 {
    font-weight: 400;
    font-size: .8375rem !important;
    background: #e9ecef;
    padding: .5rem;
    margin: 0;
}

/*#changelist-filter.border-on {*/
/*    border-right: 6px solid #79aec8 !important;*/
/*}*/
#changelist-filter2.sticky-md.show {
    position: sticky;
    top: 0;
    max-height: 100%;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    #toolbar {
        flex-grow: 1 !important;
    }

    #changelist-search > div {
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
        min-width: 100% !important;

    }
}

@media (max-width: 767px) {
    #changelist2 {
        flex-wrap: nowrap !important;
        flex-direction: row;
    }

    #changelist-filter {
        margin-top: auto;
        margin-bottom: 1rem;
        padding-bottom: 2rem;
        min-width: 100% !important;
    }

    #changelist-filter2.show {
        right: 0;
        transition: all 1s ease;
    }

    #changelist-filter2 {
        position: absolute !important;
        right: -240px;
        transition: all 1s ease;
        /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    }

}


.alert-dismissible .btn-close {

    padding: .9rem 1rem;
}


.blank-state {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px -3px rgba(102, 102, 102, 0.25);
    -webkit-box-shadow: 0 3px 4px -3px rgba(102, 102, 102, 0.25);
    box-shadow: 0 3px 4px -3px rgba(102, 102, 102, 0.25);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 20px;
    font-size: 100%;
    color: #737373;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fefefe;
}

.blank-state h1, .blank-state p {
    font-weight: 300;
}

.blank-state p {
    margin-bottom: 15px;
}

.blank-state.blank-state-lg {
    padding: 90px 45px;
    font-size: 150%;
}

.blank-state.blank-state-sm {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    font-size: 85%;
}


/* btn style */
a, button, .btn {
    outline: none !important;
    box-shadow: none;
}

a:focus, button:focus, .btn:focus {
    outline: none !important;
    box-shadow: none;
}

a[tabindex="0"]:focus {
    background: #dee2e6;
}

.btn {
    position: relative;
}

.btn-hover-shine {
    position: relative;
}

.btn-hover-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-hover-shine:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out
}

.btn-focus {
    color: #fff;
    background-color: #444054;
    border-color: #444054;
}

.btn-focus:hover {
    color: #fff;
    background-color: #322f3e;
    border-color: #2d2a37
}

.btn-focus:focus, .btn-focus.focus {
    box-shadow: 0 0 0 0 rgba(96, 93, 110, 0.5)
}

.btn-focus.disabled, .btn-focus:disabled {
    color: #fff;
    background-color: #444054;
    border-color: #444054
}

.btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active, .show > .btn-focus.dropdown-toggle {
    color: #fff;
    background-color: #2d2a37;
    border-color: #272430
}

.btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-focus.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(96, 93, 110, 0.5)
}

.btn-focus.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(68, 64, 84, 0.4), 0 0.0625rem 0.125rem rgba(68, 64, 84, 0.5)
}

.btn-focus.btn-shadow:hover {
    box-shadow: 0 0.125rem 0.625rem rgba(68, 64, 84, 0.5), 0 0.0625rem 0.125rem rgba(68, 64, 84, 0.6)
}

.btn.btn-wide {
    padding: .375rem 1.5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-lg.btn-wide, .btn-group-lg > .btn-wide.btn {
    padding: .5rem 2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.btn-sm.btn-wide, .btn-group-sm > .btn-wide.btn {
    padding: 0.5rem 2rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.widget-flat {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
    /*margin-bottom: 24px;*/
    /*margin-left: 24px;*/
}

.widget-icon {
    color: rgb(54, 136, 252);
    font-size: 20px;
    background-color: rgba(54, 136, 252, 0.25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
}

.fw-semibold {
    font-weight: 600;
}

.clear-fix {
    clear: both;
}

select {
    height: 31.5px;
}

.select2-container .select2-selection--single {
    height: 31.4px;
    border-radius: 0;


}

input[type=text], input[type=password],
input[type=email], input[type=url], input[type=number],
input[type=tel], textarea, select, .vTextField,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border: 1px solid #f0f0f0;
    border-bottom-color: #8a8d90;


}

.admin-dark input[type=text],
.admin-dark input[type=password],
.admin-dark input[type=email],
.admin-dark input[type=url],
.admin-dark input[type=number],
.admin-dark input[type=tel],
.admin-dark textarea,
.admin-dark select,
.admin-dark .vTextField,
.admin-dark .select2-container .select2-selection--single,
.admin-dark .select2-container .select2-selection--multiple {
    border: 1px solid var(--border-color);
    border-bottom-width: 2px;
}


#content > form {
    background: white;
    padding: 0.5rem;
}

code {
    unicode-bidi: normal;
}


.chart-content {
    direction: ltr;
}

.dropdown-toggle.caret-off::after, .dropdown-toggle.caret-off::before {
    display: none;
}

.apexcharts-tooltip {
    direction: rtl;
}

.apexcharts-tooltip-marker {
    margin-right: unset;
    margin-left: 10px;
}

.apexcharts-legend {
    direction: rtl;
}

.apexcharts-legend-marker {
    margin-right: unset;
    margin-left: 10px;
}


/* input style */
input[type=text], input[type=password],
input[type=email],
input[type=url], input[type=number],
input[type=tel], textarea,
select, .vTextField,
.selection .select2-selection {
    border-radius: 0px;

}

.tabular.inline-related td input[type=text],
.tabular.inline-related td input[type=password],
.tabular.inline-related td input[type=email],
.tabular.inline-related td input[type=url],
.tabular.inline-related td input[type=number],
.tabular.inline-related td input[type=tel],
.tabular.inline-related td textarea,
.tabular.inline-related td select,
.tabular.inline-related td .vTextField,
.tabular.inline-related td .selection .select2-selection {
    border: none;
}

.vDateField, .vTimeField {
    margin-right: 0px;
}

.vLargeTextField, .vXMLLargeTextField {
    width: 38em;
}

.delete-confirmation .content .card-body > ul {
    max-height: 300px;
    overflow-y: auto;
    background: #f8f9fa;
}

.px-01 {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
}

.main.shifted .change_form_viewer {
    max-width: 38mm;
}

.main .change_form_viewer {
    max-width: 88mm;
}

/* ================== */
/* raq admin fieldset */
/* ================== */
fieldset h2,
.module > h2 {
    /*background: var(--darkened-bg);*/
    background: #f8f9fa !important;
    color: var(--body-quiet-color);
}

fieldset .collapse-toggle {
    color: var(--bs-orange);
}

fieldset.collapse {

    border: none;
    border-radius: 0;
}

fieldset.collapse:not(.collapsed) {
    border: 1px solid var(--hairline-color);
}

fieldset.collapse h2 {
    background: var(--bs-light);
}

/*
.form-row .errors input:valid {
    border-bottom-color: #198754;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3e%3cpath fill= '%23198754' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-row .errors input:invalid ,
.form-row .errors select:invalid {
    border-bottom-color: #dc3545 !important;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}*/

.form-row {
    padding: 2px 10px;
    border-bottom: none;
}

label {
    font-weight: 700;
    color: var(--body-quiet-color);
    font-size: 14px;
}

.aligned label {
    padding: 4px 1px 0 10px;
    /*width: auto; only for label-float-none*/
    /*float: none; !* fixed total invoice *!*/
    /*width: auto;*/
}

.aligned.label-mb10 label {
    padding-bottom: 10px;
}

.field-readonly label {
    /*width: auto; fixed text overlap */
}

.aligned label + div.readonly {
    display: flex;
}
.aligned label + p, .aligned label + div.help, .aligned label + div.readonly {

     margin: 0px;
}
.aligned .vCheckboxLabel {
    vertical-align: 0px;
    vertical-align: -3px;
}

.module.aligned.form-row-flex-wrap .form-row:not(.field-render_inline_actions) {
    /*display: inline-flex;*/
    /*width: 100% !important;*/
    display: inline-flex;
    width: 100% !important;
    flex-wrap: wrap;
}

fieldset.collapsed .form-row {
    display: none !important;
}

@media (max-width: 767px) {
    .module.aligned .form-row:not(.field-render_inline_actions) {
        /*display: inline-flex;*/
        /*width: 100% !important;*/
    }

    .aligned .form-row input[type="checkbox"] {
        flex: 0;
    }

    .aligned label {
        width: 100%;
        padding: 0 0 10px;
    }

    fieldset.collapsed .form-row {
        display: none !important;
    }
}

.field-render_inline_actions label {
    visibility: hidden;
    display: none;
}

.module {
    margin-bottom: 0px; /* TODO REVIEW */
}

/*.aligned label + p, .aligned label + div.readonly*/
.aligned.label-float-none label + p, .aligned.label-float-none label + div.readonly {
    padding: 0;
    display: inline;
}

form .aligned p.help, form .aligned div.help {
    margin: 0;
    padding: 0 0 0 10px;

}

form .aligned input + p.help,
form .aligned textarea + p.help,
form .aligned select + p.help,
form .aligned input + div.help,
form .aligned textarea + div.help,
form .aligned select + div.help {
    margin: 0;
    padding: 0 0 0 10px;
}

form .aligned.help-mw-20 p.help, form .aligned.help-mw-20 div.help {
    max-width: 20rem;
}

fieldset .related-widget-wrapper {
    min-width: 20rem;
}

fieldset td .related-widget-wrapper {
    min-width: max-content;
}

select + .related-widget-wrapper-link,
.related-widget-wrapper-link,
.related-widget-wrapper-link + .related-widget-wrapper-link {
    margin-left: 7px;
}

fieldset.collapsed h2 {
    /*background: var(--selected-bg);*/
    color: var(--body-quiet-color);
}

fieldset.inline-actions {
    margin-top: -0.3rem;
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

fieldset.inline-actions h2 {
    /*border-bottom: 1px solid #dee2e6 !important;*/
    font-weight: 500;
    background: transparent;
}

.btn-inline-action:hover {
    text-decoration: underline !important;
    color: var(--primary);
}

.related-widget-wrapper-actions {
    display: inline-flex;
    vertical-align: middle;
    border-bottom: 1px solid;
    padding: 5.1px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom-color: #8a8d90;
    margin-right: -4px;
    padding-right: 4px;
    min-height: 31px;
}

.field-render_inline_actions:not(td) label + div.readonly {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: unset;
    margin-left: auto;
    /*text-align: center;*/
    padding: 0;
    width: 100%;
}

.form-row.field-render_inline_actions:not(td) > div {
    width: 100% !important;
    flex-wrap: wrap;
    max-width: 100% !important;
}

.field-render_inline_actions:not(td) {
    display: block !important;
    padding: 0rem 1rem;
    border: none;
    /*position: absolute;*/
    top: 0px;
    width: auto;
    padding: 0 !important;
    margin: 0 3rem !important;
    right: 0;
    background-color: #f8f9fa !important;
}

[dir="rtl"] .field-render_inline_actions:not(td) {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    .field-render_inline_actions:not(td) {
        padding: 0.25rem 1rem;
        border: none;
        position: static;
        border-bottom: 1px solid #eee;
        margin: 0 !important;

    }

}

.field-render_inline_actions2 .readonly {
    display: flex !important;
    justify-content: center;
}

.field-render_inline_actions2 label {
    /*display: none;*/
    visibility: hidden;
}

.module caption, .inline-group h2 {
    font-size: 0.9rem;
}


.form-row.field-category.field-group {
    padding-bottom: 0;
}


/* admin chang_form custom style  */

.aligned.label-float-none label:not(.vCheckboxLabel) {
    float: none;
    /*width: 100%; */ /*fixed readonly*/
}

.selector-filter label {
    float: right !important;
}

.selector-chosen h2 {
    background-color: silver !important;
    color: darkolivegreen !important;
}

.aligned.label-float-none .checkbox-row label {
    width: auto;
}

.label-float-none label.readonly {
    display: block;
}

.label-float-none .mw-20 {
    min-width: 10.5rem;
}

label-float-none .mw-20 {
    min-width: 14.5rem;
    /*max-width: 20rem;*/
}

.datetimeshortcuts + .help {
    display: block;
}

.form-row.maxw-20 label {
    max-width: 20rem;
}

.fieldBox-m-0 .fieldBox {
    margin-right: 0px;
    margin-left: 0px;
}

.form-row-border-start .form-row {
    border-right: 1px solid #dee2e6;
}

.aligned.label-width-auto label {
    /*width: auto;*/
}

.aligned p.file-upload {
    clear: both;
    width: 100%;
}

.datetimeshortcuts + br {
    display: none;
}

.datetimeshortcuts + div {
    display: inline;
}

.aligned.label-display-none label {
    display: none;
}

.aligned.label-hidden label {
    visibility: hidden;
}

.aligned.label-border-end:not(.label-float-none) label {
    margin-left: 5px;
    border-left: 1px solid #e9ecef;
    padding-top: 0.5rem;
}

.fieldBox-mb-2 .fieldBox {
    margin-bottom: 0.5rem;
}

.aligned.input-w50 input:not([type="checkbox"]):not([type="file"]) {
    width: 43%;
}

.aligned.input-w60 input:not([type="checkbox"]):not([type="file"]) {
    width: 58%;
}

.aligned.input-w66 input:not([type="checkbox"]):not([type="file"]) {
    width: 66.4%;
}

.flex-fill-first > .form-row:first-child {
    flex: 1 1 auto;
}

.flex-fill-last > .form-row:last-child {
    flex: 1 1 auto;
}

.aligned.fieldBox-w100 .fieldBox {
    width: 100%;
}

[dir="rtl"] .module ul:not(.selector-chooser), [dir="rtl"] .module ol {

    text-align: right;
    clear: both;
}

.date-label, .time-label {
    display: none;
}

.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {

    top: 0px;

}

/* submit row style */

@media (max-width: 767px) {
    .submit-row {
        flex-direction: row !important;
        align-items: flex-end !important;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .submit-row > * {
        width: auto !important;
        margin-bottom: 2px !important;
        margin-left: 2px !important;

    }

    .aligned.fieldBox-w100 .fieldBox {
        width: calc(100vw - 30px);
    }

    .submit-row input, .submit-row input.default, .submit-row a, .submit-row a.closelink {
        margin: 0 !important;
    }
}


/*===================*/
/* raq admin tabular */
/* ==================*/
.tabular.inline-related {
    overflow: hidden;
}

.inline-group h2 {
    background: #315567;
    color: #444055;
    background: #f8f8f8;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    font-weight: 500
}

.fields-width-ss .inline-table .field-quantity input {
    max-width: 7em !important;
    min-width: 5em !important;
    width: 6.5em !important;
}
.fields-width-ss .inline-table .field-qty input {
    max-width: 7em !important;
    min-width: 5em !important;
    width: 6.5em !important;
}
.fields-width-ss .inline-table .field-price_unit input {
    max-width: 7em !important;
    min-width: 7em !important;
    width: 7em !important;
}

.fields-width-ss .inline-table .field-name input {
    max-width: 10em !important;
    min-width: 10em !important;
    width: 10em !important;
}

.fields-width-ss .inline-table .field-product_uom .related-widget-wrapper > span {
    max-width: 8em !important;
    min-width: 8em !important;
    width: 8em !important;
}

.fields-width-ss .inline-table .related-widget-wrapper > span {
    /*max-width: 15em;*/
    max-width: 12em !important;
    min-width: 12em !important;
    width: 12em !important;
}

.fields-width-ss .inline-table .related-widget-wrapper select {
    max-width: 12em !important;
    min-width: 12em !important;
    width: 12em !important;
}

.tabular inline-related td select {
    width: auto !important;
}

#changelist-form .results {

    min-height: 400px;
}

.inline-group .tabular td.original p {
    height: 2em !important;
}

[dir="rtl"] .inline-group .tabular td.original p {
    right: 0;
    left: auto
}

[dir="rtl"] .inlinechangelink {
    background-position-x: 20px;
    padding-right: 16px;
    padding-left: 0px;
}

#content-related .module h2 {
    font-size: .9rem;
}


.inline-group .tabular td.original p {
    position: static;
}

.inline-group .tabular td.original p span {
    visibility: hidden;
    display: none;
}

.inline-table tr th {
    white-space: nowrap;
}

.inline-table tr td {
    padding-top: 0 !important;
    display: table-cell;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;

    border-right: 1px solid #dee2e6 !important;
    padding: 0 !important;
}

.inline-table .form-row p {
    padding-left: 10px;
}

/*.inline-table tr td > * {*/
/*     border-right: 1px solid #dee2e6 !important;*/
/*}*/
.admin-dark .inline-table tr td {
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.admin-light .inline-table tr td {
    /*background-color: #f9fafb; fixed inline table */
}

.inline-table tbody:first-of-type > tr:first-child {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -4px inset;

    border-top: 1px solid rgb(224, 226, 230);
}

.inline-table tbody tr:nth-of-type(2n+2) {
    background-color: rgba(0, 0, 0, 0.01);
}

.inline-group thead th {
    /* padding: unset; */
    padding: 0.25rem 0.5rem;
    color: rgb(9, 17, 36);
    /*border-bottom: 1px solid rgb(202, 202, 202) !important;*/
    border: none;
}

.inline-table tr td input[type="checkbox"] {
    vertical-align: top;
    width: 33px;
}

.object-tools a:link, .object-tools a:visited {

    background: #e9ecef;
    color: #41464b;

}

.object-tools a:focus, .object-tools a:hover {
    background-color: #dee2e6;
}

.table-cell-w100 .inline-table tr td .vTextField,
.table-cell-w100 .inline-table tr td .vUUIDField,
.table-cell-w100 .inline-table tr td .related-widget-wrapper,
.table-cell-w100 .inline-table tr td > select {
    /*Todo */
    width: 100%;
}

.inline-deletelink {
    background-position: 0 7px;
    width: 16px;
    height: 25px;
    border: 0px none;
    margin: 0px 16px 6px;
}

.inline-group {
    padding: 0;
    margin: 0 0 0px;
}

.inline-table td.delete {
    text-align: center;
}

.inline-table tr.add-row td a {
    font-size: 0.8rem !important;
    font-weight: normal;
}

.inline-table tr.add-row td {
    padding: 0.5rem 1rem !important;

}
ul.messagelist li.warning {
    padding-left: 3rem !important;
}
.fields-width-ss .inline-table tr td input:not(.vTextField),
.fields-width-ss .inline-table tr td textarea {
    border: none !important;

    outline: none !important;
    margin: 0;
    max-width: 7em;
}

.inline-table tr td input:focus,
.inline-table tr td textarea:focus,
.inline-table tr td select:focus,
.inline-table tr td span:focus {
    /*border: none !important;*/
    /*outline: none !important;*/
    margin: 0;
}

.inline-related fieldset {
    overflow-x: auto;
    overflow-y: hidden;
}


@media (max-width: 1024px) {
    .inline-group {
        overflow: unset !important;
    }
}

/* ================= */
/* raq admin sidebar */
/* ================= */
#nav-sidebar th, #nav-sidebar td,
.nav-apps-list th, .nav-apps-list td {
    font-weight: 400;
    font-size: 0.83rem;
}

#nav-sidebar .viewlink, #nav-sidebar .addlink, #nav-sidebar .changelink {
    background-position: 100% 4px;
}

#nav-sidebar tr:nth-child(even),
#app-models-list tr:nth-child(even) {
    background: var(--body-bg);
}

#nav-sidebar tr.current-model {
    background: #ffc;
}

#nav-sidebar tr.current-model th,
#nav-sidebar tr.current-model td {
    background: #ffc;
}


#nav-filter {
    width: 90%;
    box-sizing: border-box;
    padding: 5px 16px;
    margin: 5px 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid lightgray;
}

#nav-filter:focus {
    box-shadow: none; /*0 0 0 0.25rem rgb(242 243 243)*/
}

.nav-apps-list tr:hover {
    background: #f8f9fa !important;
}

.nav-apps-list tr:hover td {
    background-color: inherit !important;
}

#nav-sidebar .module caption,
#app-models-list .module caption {
    font-size: .8rem;
}

#nav-sidebar {
    overflow: hidden;
}

#nav-sidebar a.addlink,
#nav-sidebar a.changelink,
#nav-sidebar a.viewlink {
    font-size: 0.75rem;
}


#app-models-list {
    max-width: 500px;
}


a[aria-expanded='false'] .bi.bi-chevron-down {
    display: none;
}


a[aria-expanded='true'] .bi.bi-chevron-left,
a[aria-expanded='true'] .bi.bi-chevron-right {
    display: none;
}

button[aria-expanded='false'] .bi.bi-chevron-down {
    display: none;
}

button[aria-expanded='true'] .bi.bi-chevron-left,
button[aria-expanded='true'] .bi.bi-chevron-right {
    display: none;
}


/*===================*/
/* others  utils style  */
/*====================*/

/* ribbon  style */

.ribbon-box {
    position: relative
}

.ribbon-box .ribbon {
    position: relative;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(71, 77, 86, .15);
    box-shadow: 2px 5px 10px rgba(71, 77, 86, .15);
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: 0
}

[dir="rtl"] .ribbon-box .ribbon:before {
    right: 0;
    left: auto;
}

.ribbon-box .ribbon.float-start {
    margin-left: -30px;
    border-radius: 0 3px 3px 0
}

[dir="rtl"] .ribbon-box .ribbon.float-start {
    margin-left: auto;
    margin-right: -30px;
}

.ribbon-box .ribbon.float-end {
    margin-right: -30px;
    border-radius: 3px 0 0 3px
}

[dir="rtl"] .ribbon-box .ribbon.float-end {
    margin-right: auto;
    margin-left: -30px;
}

.ribbon-box .ribbon.float-end:before {
    right: 0
}

[dir="rtl"] .ribbon-box .ribbon.float-end:before {
    left: 0;
    right: auto;
}

.ribbon-box .ribbon.float-center span {
    margin: 0 auto 20px auto
}

.ribbon-box .ribbon-content {
    clear: both
}

.ribbon-box .ribbon-primary {
    background: #3688fc
}

.ribbon-box .ribbon-primary:before {
    border-color: #1d79fc transparent transparent
}

.ribbon-box .ribbon-secondary {
    background: #919ca7
}

.ribbon-box .ribbon-secondary:before {
    border-color: #838f9c transparent transparent
}

.ribbon-box .ribbon-success {
    background: #42d29d
}

.ribbon-box .ribbon-success:before {
    border-color: #30ca92 transparent transparent
}

.ribbon-box .ribbon-info {
    background: #44badc
}

.ribbon-box .ribbon-info:before {
    border-color: #2fb2d8 transparent transparent
}

.ribbon-box .ribbon-warning {
    background: #f9bc0d
}

.ribbon-box .ribbon-warning:before {
    border-color: #e7ad06 transparent transparent
}

.ribbon-box .ribbon-danger {
    background: #fa6767
}

.ribbon-box .ribbon-danger:before {
    border-color: #f94e4e transparent transparent
}

.ribbon-box .ribbon-light {
    background: #eef2f7
}

.ribbon-box .ribbon-light:before {
    border-color: #dde5ef transparent transparent
}

.ribbon-box .ribbon-dark {
    background: #474d56
}

.ribbon-box .ribbon-dark:before {
    border-color: #3b4048 transparent transparent
}

.ribbon-box .ribbon-two {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 72px;
    height: 67px;
    text-align: right
}

[dir="rtl"] .ribbon-box .ribbon-two {
    right: auto;
    left: -5px;
}

 .ribbon-box .ribbon-two.vertical {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    /*width: 40px;*/
    /*height: 100px;*/
    width: 53px;
    height: 120px;
    text-align: right;
}

[dir="rtl"] .ribbon-box .ribbon-two.vertical {
    right: auto;
    left: 0px;
}

.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(71, 77, 86, .08), 0 1px 0 0 rgba(71, 77, 86, .03);
    box-shadow: 0 0 8px 0 rgba(71, 77, 86, .08), 0 1px 0 0 rgba(71, 77, 86, .03);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600
}

.ribbon-box .ribbon-two.vertical span {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    /*top: 37px;*/
    /*left: -33px;*/
    top: 50px;
    left: -46px;
    line-height: 29px;
    width: 136px;
    /*top: 19px;*/
    /*left: -21px;*/
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.ribbon-box .ribbon-two-primary span {
    background: #3688fc
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #1d79fc;
    border-top: 3px solid #1d79fc
}

.ribbon-box .ribbon-two.vertical.ribbon-two-primary span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #1d79fc;
    border-top: 3px solid #1d79fc
}

.ribbon-box .ribbon-two-secondary span {
    background: #919ca7
}

.ribbon-box .ribbon-two-secondary span:before {
    border-left: 3px solid #838f9c;
    border-top: 3px solid #838f9c
}

.ribbon-box .ribbon-two.vertical.ribbon-two-secondary span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-secondary span:after {
    border-right: 3px solid #838f9c;
    border-top: 3px solid #838f9c
}

.ribbon-box .ribbon-two-success span {
    background: #42d29d
}

.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #30ca92;
    border-top: 3px solid #30ca92
}

.ribbon-box .ribbon-two.vertical.ribbon-two-success span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #30ca92;
    border-top: 3px solid #30ca92
}

.ribbon-box .ribbon-two-info span {
    background: #44badc
}

.ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #2fb2d8;
    border-top: 3px solid #2fb2d8
}

.ribbon-box .ribbon-two.vertical.ribbon-two-info span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #2fb2d8;
    border-top: 3px solid #2fb2d8
}

.ribbon-box .ribbon-two-warning span {
    background: #f9bc0d
}

.ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #e7ad06;
    border-top: 3px solid #e7ad06
}

.ribbon-box .ribbon-two.vertical.ribbon-two-warning span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #e7ad06;
    border-top: 3px solid #e7ad06
}

.ribbon-box .ribbon-two-danger span {
    background: #fa6767
}

.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #f94e4e;
    border-top: 3px solid #f94e4e
}

.ribbon-box .ribbon-two.vertical.ribbon-two-danger span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #f94e4e;
    border-top: 3px solid #f94e4e
}

.ribbon-box .ribbon-two-light span {
    background: #eef2f7
}

.ribbon-box .ribbon-two-light span:before {
    border-left: 3px solid #dde5ef;
    border-top: 3px solid #dde5ef
}

.ribbon-box .ribbon-two.vertical.ribbon-two-light span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-light span:after {
    border-right: 3px solid #dde5ef;
    border-top: 3px solid #dde5ef
}

.ribbon-box .ribbon-two-dark span {
    background: #474d56
}

.ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #3b4048;
    border-top: 3px solid #3b4048
}

.ribbon-box .ribbon-two.vertical.ribbon-two-dark span:before {
    border-left: none;
    border-top: none
}

.ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #3b4048;
    border-top: 3px solid #3b4048
}

/*start-welcome-area*/
.welcome-area {
    /*-webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
    /*        box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
    /*background-color: #ffffff;*/
    /*border-radius: 5px;*/
    /*padding-right: 25px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 30px;*/
    /*background-color: #ffc;*/
}

.welcome-content h1 {
    font-size: 27px;
    font-weight: 600;
}

.welcome-content p {
    color: #646262;
    font-size: 16px;
}

.welcome-img {
    text-align: center;
    padding-top: 20px;
}

.welcome-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    transform: rotateY(180deg);
}

/*end-welcome-area*/


#user-last_actions-content-related {
    position: fixed;
    left: 0;
    top: 47px;
    z-index: 100;
    transition: all 0.1s ease;
}

.inline-group div.add-row, .inline-group .tabular tr.add-row td {
    background-color: white;
    border-bottom: none;

}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::after {
    content: '';
    display: table;
    clear: both
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    right: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline-element:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-element:last-child {
    margin-bottom: 0
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content p {
    color: #6c757d;
    margin: 0 0 .5rem;
    padding-right: 10px;
    max-width: 16rem
}

.timeline-title {
    max-width: 16rem
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    r: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap
}

.vertical-timeline-element-icon {
    position: absolute;
    top: -5px;
    right: 60px
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.vertical-timeline-element--no-children .vertical-timeline-element-content {
    background: 0 0;
    box-shadow: none
}

.vertical-timeline-element--no-children .vertical-timeline-element-content::before {
    display: none
}

.vertical-without-time::before {
    right: 0px
}

.vertical-without-time .vertical-timeline-element-content {
    margin-left: 36px
}

.vertical-without-time .vertical-timeline-element-icon {
    right: 4px
}

.vertical-time-icons {
    padding: 2rem 0 0
}

.vertical-time-icons::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    height: 100%;
    width: 6px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-time-icons .vertical-timeline-element {
    margin-bottom: 1rem
}

.vertical-time-icons .vertical-timeline-element-content {
    margin-left: 50px
}

.vertical-time-icons .vertical-timeline-element-icon {
    width: 34px;
    height: 34px;
    left: 0;
    top: -7px
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 0 5px #fff;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon i {
    display: block;
    font-size: 1.1rem;
    margin: 0 auto
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon svg {
    margin: 0 auto
}


#user-last_actions-content-related {
    left: unset;
    right: -450px;
}

#user-last_actions-content-related.open {
    right: 0;
    left: unset;
}

[dir="rtl"] #user-last_actions-content-related {
    right: unset;
    left: -450px;
}

[dir="rtl"] #user-last_actions-content-related.open {
    left: 0;
    right: unset;
}


/*[dir='rtl'] .vertical-timeline::before {*/
/*    left: unset;*/
/*    right: 67px;*/

/*}*/

/*[dir='rtl'] .vertical-without-time::before {*/
/*    right: 11px;*/
/*    left: unset;*/
/*}*/

/*[dir='rtl'] .vertical-without-time .vertical-timeline-element-icon {*/
/*    right: 4px;*/
/*    left: unset;*/
/*}*/

/*[dir='rtl'] .vertical-timeline-element-icon {*/

/*    right: 60px;*/
/*    left: unset;*/
/*}*/

/*[dir='rtl'] .vertical-without-time .vertical-timeline-element-content {*/
/*    margin-left: 0px;*/
/*    margin-right: 36px;*/
/*}*/

/*[dir='rtl'] .vertical-timeline-element-content {*/
/*    margin-left: 0px;*/
/*    margin-right: 90px;*/

/*}*/

.fs-09 {
    font-size: .9rem;
}

.fs-08 {
    font-size: .8rem;
}

.fs-85 {
    font-size: .85rem;
}

.fs-07 {
    font-size: .7rem;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #2a2a2a;
    background-color: transparent;
    background-color: #f8f9fa;
}

.notify-box {
    position: relative;

    font-size: 1rem
}

.nav-link .badge {
    position: absolute;
    top: -4px;
    left: -7px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 9px;

}

svg *, .apexcharts-theme-light, .apexcharts-theme-light * {
    font-family: var(--bs-font-sans-serif-ar) !important;
}

.apexcharts-legend {
    /*margin-top: -17px;*/
}

.revenue-summary-content h5 .text {


    display: inline-block;
    margin-left: 1px;
    position: relative;
    bottom: 1px;
    font-size: 12px;
}


.greetings-card-box .image {
    margin-right: 20px;
    margin-top: 60px;
}

img {
    max-width: 100%;
    height: auto;
}

.greetings-card-box .content {
    margin-left: 10px;
    text-align: center;
}

.greetings-card-box .content .icon {
    text-align: center;
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 50%;
    background-color: #fcdedf;
    color: #e1000a;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
}

.greetings-card-box .content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.greetings-card-box .content p {
    color: #727E8C;
}

.ecommerce-stats-area {
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
}

.ecommerce-stats-area.mini {
    padding: 22px;
}

.ecommerce-stats-area .row {
    margin-left: 0;
    margin-right: 0;
}

.ecommerce-stats-area .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.single-stats-card-box {
    padding-right: 90px;
    position: relative;
}

.single-stats-card-box.mini {
    padding-right: 84px;
}

.single-stats-card-box .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e1000a;
    position: absolute;
    right: 0;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
    text-align: center;
    font-size: 38px;
    color: #ffffff;
}

.single-stats-card-box.mini .icon {
    width: 32px;
    height: 32px;
    font-size: 19px;
}

.single-stats-card-box .sub-title {
    color: #a3a3a3;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.single-stats-card-box.mini .sub-title {
    font-size: 14px;
}

.single-stats-card-box h3 {
    margin-bottom: 0;
    color: #e1000a;
    position: relative;
    font-size: 30px;
    font-weight: 700;
}

.single-stats-card-box.mini h3 {
    font-size: 15px;
}

.single-stats-card-box h3 .badge {
    line-height: initial;
    border-radius: 0;
    color: #13bb37;
    background-color: rgba(49, 203, 114, 0.18);
    padding: 2px 4px 1px;
    border-radius: 5px;
    position: relative;
    bottom: 3px;
    font-size: 11px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .single-stats-card-box {
        margin-bottom: 25px;
        padding-left: 70px;
    }
}

#changelist-filter {
    height: 100vh;
    overflow-y: hidden;
}

.activity-timeline-content ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    margin-top: -20px;
}

[dir="rtl"] .activity-timeline-content ul {
    padding-right: 0;
    padding-left: unset;
}

.activity-timeline-content ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    color: #2a2a2a;
    padding-left: 55px;
    padding-right: 10px;
}

[dir="rtl"] .activity-timeline-content ul li {
    padding-right: 55px;
    padding-left: 10px;
}

.activity-timeline-content ul li::before {
    position: absolute;
    left: 25px;
    content: '';
    bottom: 0;
    width: 1px;
    height: 150%;
    background-color: #eeeeee;
}

[dir="rtl"] .activity-timeline-content ul li::before {
    left: unset;
    right: 25px;
}

.activity-timeline-content ul li:nth-child(1)::before {
    height: 100%;
}

.activity-timeline-content ul li:nth-child(2)::before {
    height: 100%;
}

.activity-timeline-content ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e1000a;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[dir="rtl"] .activity-timeline-content ul li i {
    left: unset;
    right: 10px;
}

.activity-timeline-content ul li:nth-child(2) i {
    background-color: #13bb37;
}

.activity-timeline-content ul li:nth-child(3) i {
    background-color: #4788ff;
}

.activity-timeline-content ul li:nth-child(4) i {
    background-color: #ffc107;
}

.activity-timeline-content ul li span {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 2px;
}

/*.new-product-box {*/
/*  border-radius: 5px;*/
/*  margin-bottom: 25px;*/
/*  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
/*          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);*/
/*  background-color: #ffffff;*/
/*  padding: 21.5px 15px;*/
/*  text-align: center;*/
/*  color: #828D99;*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*}*/

.icon-box .icon {
    width: 45px;
    height: 45px;

    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: 10px;*/
}

.icon-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.icon-box .sub-text {
    color: #2a2a2a;
    margin-top: 3px;
    font-size: 17px;
}

.icon-box .icon.box-danger {
    background-color: #fbd8d7;
    color: #e1000a;
}

.icon-box .icon.box-success {
    background-color: #d0f1d7;
    color: #13bb37;
}

.icon-box .icon.box-primary {
    background-color: #dbe5f7;
    color: #4788ff;
}


.icon-box:hover .icon.box-danger {
    background-color: #e1000a;
    color: #ffffff;
}

.icon-box:hover .icon.box-success {
    background-color: #13bb37;
    color: #ffffff;
}

.icon-box:hover .icon.box-primary {
    background-color: #4788ff;
    color: #ffffff;
}


.congratulation-medal {
    position: absolute;
    top: 0;
    left: 37px;
}

.card-statistics .statistics-body {
    padding: 2rem 2.4rem !important;
}

.avatar {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #FFF;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .857rem
}

.card-statistics .statistics-body .avatar .avatar-content {
    width: 48px;
    height: 48px;
}

.avatar.bg-light-primary {
    color: #7367F0 !important;
}

.avatar.bg-light-info, .badge.badge-light-info {
    color: #00CFE8 !important;
}

.avatar.bg-light-danger {
    color: #EA5455 !important;
}

.avatar.bg-light-success {
    color: #28C76F !important;
}

.bg-light-success {
    background: rgba(40, 199, 111, .12) !important;
}

.bg-light-danger {
    background: rgba(234, 84, 85, .12) !important;
}

.bg-light-info {
    background: rgba(0, 207, 232, .12) !important;
}

.bg-light-primary {
    background: rgba(115, 103, 240, .12) !important;
}

.card-vision-logo {
    background: url(/media/share/vision.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
}


.card-statistics .statistics-body .avatar .avatar-content .avatar-icon {
    width: 24px;
    height: 24px;
}

.last-actions-overly {
    position: fixed;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #ececec00;
    cursor: pointer;
}

