.navbar_lang {
    height: 200px;
}
.navbar_lang a{
    text-align: center;
    padding: 0.40625rem 1.25rem;
    font-size: 0.6875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    font-weight: bold;;
color: #fff;
    background-color: gray;
    border-color: gray;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
  display: block;
  width:200px;
  margin:10px;
}
.navbar_lang .selected_lang{
    background-color: #9124a3;
}
.table_block{
    overflow-y: scroll;
    height: 400px;;
}
.visit_in{
background-color: #55b559;
    padding: 5px;
    display: inline-block;
    box-shadow: 0px 1px 3px;
    margin:3px;
}
.visit_out{
        background-color: #00cae3;
    padding: 5px;
    display: inline-block;
    box-shadow: 0px 1px 3px;
    margin:3px;
}
.table.users_list td, .table.users_list th{
    width:20%;
} 
.print_screen_only {
    display: none !important;


}

.logo-display {
    height: 90px;
    display: block;
}

.papare_header {
    border-bottom: 1px solid #9124a3;
    margin-bottom: 20px;
    padding-bottom: 110px;
    height: 100px !important;
}

.papare_header img {
    width: 100px;
    margin-bottom: 10px;
}

@media print {
    .card-body {
        width: 21cm !important;
        max-width: 21cm !important;
    }

    body {
        max-width: 100% !important;
        width: 18cm !important;
        margin: 0 auto;
        /* direction: rtl; */
        color:black!important;
    }
    /* body.en{
      direction: ltr !important;  
    }     */

    /* @page{
        size: A4 portrait;
    } */
    .col-form-label {
        font-size: 12px !important;
        padding-top: calc(0.3000rem)!important;
        padding-bottom: calc(0.3000rem)!important;
    }

    .print_screen_only {
        display: block !important;


    }

    .signature_block {
        height: 15% !important;
    }

    .signature_block-1 {
        height: 10% !important;
    }


    .expand-panel {
        border: 1px solid #9124a3;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    }

    .print_screen_only .expand-panel div {
        font-size: 26px !important;
    }
}

.system-icons {
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.system-red {
    color: #f44336;
}

.caret {
    right: unset !important;
    left: 6px !important;
}

.form-group input[type=file] {
    opacity: 1;
    z-index: 1;
    position: relative;
    color: red;

}

.with-horizontal-padding {
    padding: 0px 5px;
}

.reduce-horizontal-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.system-img {
    border: 1px solid gray;
    padding: 5px;
    display: block;
    max-width: 600px;
}

.system-block {
    display: block;
}

input[type="date"] {
    text-align: right !important;
}
.en input[type="date"] {
    text-align: left !important;
}

.card-expand {
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 1000;
    cursor: pointer;
}

.card-expand-right {
    display: inline-block;
    vertical-align: middle;

    cursor: pointer;
}

.table-header {
    font-size: 1.0625rem;
    padding: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}

.header-label {
    font-size: 1.0625rem;
    padding: 5px;
}

.table-row {


    padding: 12px 8px;
    vertical-align: middle;

    border-bottom: 1px solid;
    border-color: #ddd;

}

.expand-panel {
    border: 1px solid #9124a3;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.table-height {
    height: 400px;
    overflow-y: scroll;
    border: 2px;
    border-style: inset;
}

.v2-select {
    --v2-select-border-color: #d8dce6;
    --v2-select-focus-border-color: #cfd5df;
    --v2-select-focus-shadow: 0 0 0 2px rgba(148, 163, 184, 0.14);
    --v2-select-placeholder-color: #9aa5b1;
    --v2-select-text-color: #2d3748;
    --v2-select-menu-border-color: rgba(0, 0, 0, 0.12);
    --v2-select-menu-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
    --v2-select-option-hover-bg: #5897fb;
    --v2-select-option-hover-color: #fff;
    --v2-select-option-selected-bg: transparent;
    --v2-select-option-selected-color: #2d3748;
    position: relative;
    width: 100%;
}

.v2-select__trigger {
    align-items: center;
    background: #fff;
    border: 1px solid var(--v2-select-border-color);
    border-radius: 6px;
    color: var(--v2-select-text-color);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    min-height: 36px;
    padding: 6px 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}

.v2-select__trigger:focus {
    border-color: var(--v2-select-focus-border-color);
    box-shadow: var(--v2-select-focus-shadow);
    outline: 0;
}

.v2-select.is-open .v2-select__trigger {
    border-color: var(--v2-select-focus-border-color);
    box-shadow: var(--v2-select-focus-shadow);
}

.v2-select__value {
    color: var(--v2-select-text-color);
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v2-select__value.is-placeholder {
    color: var(--v2-select-placeholder-color);
}

.v2-select__arrow {
    color: var(--v2-select-placeholder-color);
    flex: 0 0 auto;
    font-size: 11px;
    margin-right: 8px;
    transition: transform 0.15s ease;
}

.v2-select.is-open .v2-select__arrow {
    transform: rotate(180deg);
}

.v2-select__menu {
    background: #fff;
    border: 1px solid var(--v2-select-menu-border-color);
    border-radius: 8px;
    box-shadow: var(--v2-select-menu-shadow);
    display: none;
    left: 0;
    margin-top: 6px;
    max-height: 260px;
    overflow: hidden;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 40;
}

.v2-select.is-open .v2-select__menu {
    display: block;
}

.v2-select__search-wrap {
    padding: 6px 10px 8px;
}

.v2-select__search {
    background: #fff;
    border: 1px solid var(--v2-select-border-color);
    border-radius: 6px;
    color: var(--v2-select-text-color);
    font-size: 13px;
    height: 34px;
    padding: 6px 10px;
    width: 100%;
}

.v2-select__search:focus {
    border-color: var(--v2-select-focus-border-color);
    box-shadow: var(--v2-select-focus-shadow);
    outline: 0;
}

.v2-select__options {
    max-height: 210px;
    overflow-y: auto;
}

.v2-select__option {
    color: var(--v2-select-text-color);
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 12px;
    text-align: right;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.v2-select__option:hover,
.v2-select__option.is-active {
    background: var(--v2-select-option-hover-bg);
    color: var(--v2-select-option-hover-color);
}

.v2-select__option.is-selected {
    background: var(--v2-select-option-selected-bg);
    color: var(--v2-select-option-selected-color);
    font-weight: 400;
}

.v2-select__option.is-selected.is-active,
.v2-select__option.is-selected:hover {
    background: var(--v2-select-option-hover-bg);
    color: var(--v2-select-option-hover-color);
}

.v2-select__option.is-placeholder {
    color: var(--v2-select-placeholder-color);
    font-weight: 400;
}

.v2-select__empty {
    color: var(--v2-select-placeholder-color);
    font-size: 13px;
    padding: 10px 12px;
    text-align: center;
}

.en .v2-select__value,
.en .v2-select__option {
    text-align: left;
}

.en .v2-select__arrow {
    margin-left: 10px;
    margin-right: 0;
}

.td-actions .btn {
    margin: 0px;
    padding: 5px;
}

.error.text-danger {
    display: block;
}

.popup_panel {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    right: 0px;
    z-index: 1050;
    padding: 2% 10%;

    display: block;
}

.gray_background {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    ;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
}

.close_bar {
    position: relative;

    color: white;
    text-align: left;
    z-index: 1000;
}

.close_bar .material-icons {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    background-color: #9124a3;
    box-shadow: 0px 0px 10px black;
    border-radius: 30px;
    cursor: pointer;
}
.pending_payments_type_list{
    margin-right: 40px;
}
.pending_payments_type_list li{
    text-align: right;
    color:red;

    
}
.formated_number{
    background-color: rgba(0, 165, 187, .4);
    padding:3px;
    border:rgba(0, 165, 187, .4) solid 1px;
    border-radius: 5px;
    display: block;
    box-shadow: rgba(0, 165, 187, .6) 0px 0px 10px;
}
@media print {

    body {

        /* direction: rtl !important; */
        background-color: white !important;
        margin: 0;
        box-shadow: 0;
        color:black!important;

        /* display: none!important; */
    }
    /* body.en{
      direction: ltr !important;  
    } */

    a {
        text-decoration: none !important;
    }

    div {
        overflow: hidden !important;
        height: auto !important;
        text-align: right !important;

    }

    .table-height {
        border: 1px solid black !important;
    }

    .col-print-1 {
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-print-2 {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-print-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-print-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-print-5 {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-print-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-print-7 {
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-print-8 {
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-print-9 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-print-10 {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-print-11 {
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-print-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-print {
        flex-basis: 0 !important;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }

    .hide-print {
        display: none !important;
        visibility: hidden !important;
    }

}
