<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden {
    display: none!important;
}

.error {
    position: relative;
    background-color: #ffc107;
    padding: 7px 14px;
    border-radius: 4px;
}

.error .close_parent {
    position: absolute;
    top: 0px;
    right: 0px;
    color:#dc3545;
}

#userDropdown .fas {
    font-size: 1.5rem;
}

#loginModal .card {
    width: 100%;
}

#registrationModal .selectize-input,
#registrationModal input.form-control  {
    padding: 14px;
    height: auto;
}

#registrationModal .selectize-control.single,
#registrationModal .selectize-input.items {
    height: 54px;
}

.profile_avatar {
    width: 50px;
    height: 50px;
    position: relative;
}

.profile_avatar #avatar {
    bottom: 0px;
    position: absolute;
}

#userDropdown img {
    height: 36px;
    border-radius: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.nav-login {
    line-height: 36px;
    font-size: 24px;
    padding-right: 15px;
}

.message,
.message_ok {
    position: relative;
    margin-bottom: 15px;
}

.message .parent_hidden,
.message .parent2_hidden,
.message_ok .parent_hidden {
    position: absolute;
    right: 15px;
    color: #dc3545;
    z-index: 1;
}

.message &gt; div {
    background-color: rgba(255, 193, 7, 0.75)!important;
    padding: .5rem!important;
    border-radius: .25rem!important;
    width: 100%;
    text-align: center;
}

.message_ok &gt; div {
    background-color: rgba(40, 167, 69, 0.75)!important;
    padding: .5rem!important;
    border-radius: .25rem!important;
    width: 100%;
    text-align: center;
}

.card-footer.with_buttons {
    padding-bottom: 0px;
}

.card-footer.with_buttons button {
    margin-bottom: 0.75rem;
}

.card.card-nh {
    overflow: inherit;
}
.card-body-icon-oh {
    position: absolute;
    top: 0.25rem;
    right: 0px;
    overflow: hidden;
    padding-left: 20px;
}
.card-body-icon-oh .card-body-icon {
    position: unset;
}

.pointer {
    cursor: pointer;
}

.table .far,
.table .fas,
.checkbox .far {
    font-size: 1.5em;
}

/* colors */

.table .fa-check,
.table .fa-sign-in-alt,
.checkbox .fa-check-square,
.fa-dollar-sign,
.table .fa-play-circle,
.mycolor.fa-plus-square {
    color: #28a745;
}

.table .fa-low-vision,
.navbar-nav .fa-history {
    color: #ffc107;
}

.table .fa-eye-slash,
.checkbox .fa-square,
.fa-sign-out-alt,
.table .fa-stop-circle,
.fa-trash-alt,
.fa-window-close,
.fa-trash,
.mycolor.fa-minus-square {
    color: #dc3545;
}

.table .fa-hand-holding-usd,
.table .fa-language,
.fa-comment,
.table .fa-edit,
.fa-address-card,
.fa-code,
.fa-globe {
    color: #007bff;
}

.table .fa-user-cog,
.table .fa-cog,
.navbar-nav .fa-money-check-alt {
    color: #6c757d;
}

/* /colors */

.modal .card-header .fa-window-close {
    float: right;
}


.form-label-group textarea {
    min-height: 84px;
}

.form-label-group textarea:placeholder-shown {
    font-size: 0px;
}

.form-label-group textarea:focus::placeholder {
    color: transparent;
}

.form-label-group textarea:focus {
    font-size: 12px;
}

.form-label-group textarea:not(:placeholder-shown),
.form-label-group textarea:focus {
    padding-top: 16px;
}

.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group textarea:focus ~ label {
    background-color: white;
    padding-bottom: 0;
    font-size: 12px;
    padding-top: 0;
    color: #777;
    margin: 1px;
}


.form-label-group .selectize-input {
    padding: 12px;
}

.form-label-group .selectize-control.multi .selectize-input.has-items {
    padding-top: 14px;
}

.form-label-group .selectize-control ~ label {
    z-index: 1;
    top: 0px;
    position: absolute;
    padding-top: 0px;
    font-size: 12px;
}

.form-label-group .selectize-control.selectize-placeholder-label ~ label {
    top: 10px;
    left: 14px;
    font-size: 16px;
    background-color: white;
    margin: 0px;
    padding: 0px;
    max-width: 80%;
}

.form-label-group &gt; label {
    width: auto;
}

.form-label-group &gt; label.hidden {
    display: none;
}

.selectize-dropdown .optgroup:before {
    display: none;
}

.selectize-dropdown .optgroup-header {
    text-align: right;
}

.selectize-input {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.bootstrap-select button {
    min-height: 50px;
}

.actions a,
.actions a:hover {
    text-decoration: none;
}

.sp-replacer.spectrum_input_color {
    min-height: 38px;
    border-radius: 0.25rem;
    display: flex;
    max-width: 50px;
    align-items: center;
}

.sidebar .dropdown-item {
    padding-left: 1rem;
}

.form-label-group input[type="number"] ~ label {
    width: max-content;
}

.form-label-group {
    padding-bottom: 1rem;
}

.table-bordered-rowspan thead tr:nth-child(2) th:last-child {
    border-right-width: 1px;
}

.table-bordered-rowspan thead tr:nth-child(1) th[colspan="2"] {
    border-bottom-width: 0;
}

.accordion-buttons button {
    margin-bottom: 0.25rem;
}

.cnt-info {
    position: relative;
    display: inline-block;
}

.info_block {
    position: absolute;
    top: -5px;
    right: -2px;
    background-color: white;
    text-align: right;
    display: flex;
}

.info_block-item {
    border-radius: 10px;
    min-width: 12px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: bolder;
    border-width: 2px;
    border-style: solid;
}

.cnt-info-body {
    position: absolute;
    top: -5px;
    right: -2px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-width: 14px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    font-weight: bolder;
}

.bfc1 {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.group_date_end:before {
    content: "-";
    position: absolute;
    left: -18px;
    top: 5px;
}

.form-label-group-selectpicker {
    position: relative;
}

.form-label-group-selectpicker label {
    position: absolute;
    top: 4px;
    left: 12px;
    line-height: 12px;
    font-size: 12px;
    margin: 0px;
    color: #777;
}

.bootstrap-select.form-control {
    min-height: 50px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #343a40;
}

.bootstrap-select.form-control ul.dropdown-menu {
    display: flex;
    flex-direction: column;
}

.bootstrap-select.form-control:not(.not_order) ul.dropdown-menu li.selected {
    order: -1;
}

.bootstrap-select.form-control button {
    min-height: 48px;
    background-color: rgba(0,0,0,0);
}

.bootstrap-select-label-group {
    position: relative;
}

.bootstrap-select-label-group label {
    position: absolute;
    top: 4px;
    left: 13px;
    line-height: 12px;
    font-size: 12px;
    color: #6c757d;
    margin: 0px;
    z-index: 2;
}

.table-responsive &gt; div {
    margin: 0 15px;
}

.actions .cnt-info .fa-stack {
    margin-top: -4px!important;
}

.button-trash {
    position: absolute;
    color: #ccc;
    top: -5px;
    right: -1px;
    z-index: 1;
}

button.form-control {
    min-height: 50px;
}

td.actions {
    white-space: nowrap;
}

.fas.fa-exclamation-triangle {
    color: #dc3545;
}



@media (min-width: 1600px) {
    .col-xxl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 767px) {

    .nav-login {
        font-size: 16px;
    }
    
}

@media (max-width: 575px) {

    .nav-login {
        display: none;
    }
    
}
</pre></body></html>