<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cards .search-form .row {
    margin-bottom : 1rem !important;
}

.cards .extra-fields .badge {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

table .bin {
    margin-top: 3px;
    margin-left: 5px;
    display: inline-block;
}

.width-120 {
    width: 120px !important;
}

.admin-navbar .nav-link span {
    padding-left: 5px;
}




ul.bootpag {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bootpag li {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}

ul.bootpag li.prev, ul.bootpag li.next {
    background: #9a5d3c17;
}

ul.bootpag li.prev a, ul.bootpag li.next a {
    font-size: 20px;
    color: #bb944a;
}

ul.bootpag li:hover a {
    background: #9a5d3c17;
}

ul.bootpag li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 15px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

ul.bootpag li.disabled a {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

ul.bootpag li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}



ul.bootpag li.active a{
    z-index: 1;
    color: #fff;
    background-color: #9b5e3d;
}



.content-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../images/bg-brown.jpg') center;
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-loader .loader-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -90px;
}


.loader-content {
    width: 200px;
    height: 180px;
    background:url('../images/loader-logo5e1f.png?v=2') no-repeat;
    animation-name: shadow-drop-center;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
}

@keyframes shadow-drop-center {
    0%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%{
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%{
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    30%{
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    40%{
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    50%{
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60%{
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    70%{
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    80%{
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    90%{
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.login-page .kt-login--signin {
    background-image: url('../images/bg-1.html');
}

.login-page .kt-subheader {
    display: none;
}

.login-page .kt-container {
    padding: 0px !important;
}

.login-page .kt-login__logo {
    margin-bottom: 0px !important;
}

.empty {
    margin: 30px;
}

.empty i {
    font-size: 130px;
    color: #8a5436c9;
}

 .empty h5 {
    margin-top: 23px;
    color: #797979;
     font-size: 18px;
     font-weight: normal;
}

.kt-menu__nav .kt-menu__item  .kt-badge {
    font-size: 12px;
}

.mirrors {
    margin-right: 20px;
    border-bottom: 0px !important;
}

.kt-footer__menu a {
    border-bottom: 1px dashed grey;
}

.wrapper-alert {
    margin-bottom: 0px;
    min-width: 400px;
    position: absolute;
    top: -95px;
    right: 32px;
    padding: 0.25rem 1rem;
}

.kt-container {
    position: relative;
}


td a {
    border-bottom: 1px dashed grey;
}

td a:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f105";
    font-weight: 900;
}

.alert-header {
    position: absolute;
    top: -100px;
    right: 30px;
}

.kt-menu__item  .kt-badge {
    font-size: 13px !important;
}


#create-ticket #ticket-form {
    display: none;
}

#create-ticket .alert h4 {
    display: inline !important;
}

#create-ticket .alert {
    display: inline-block !important;
    width: 100% !important;
}


.kt-chat .kt-scroll {
    max-height: 550px;
    min-height: 550px;
    overflow-y: scroll;
}

.kt-chat .kt-chat__messages .kt-chat__message {
    margin-bottom: 2rem !important;
}

#reply-ticket-submit {

}

.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text, .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
    font-size: 1rem !important;
}

.captcha-input .input-group-addon {
    position: absolute !important;
    top: 32px;
    left: 75px;
}


.captcha-input button i {
    color: #613c27;
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 15px;
}

.kt-menu__item.username .kt-menu__link button {
    padding: 3px 3px 3px 6px !important;
    margin-left: 5px;
}

.kt-menu__item.username .kt-menu__link:hover {
    cursor: default !important;
    background: none !important;
}

.kt-menu__item.username:hover .kt-menu__link {
    background: none !important;
    cursor: default !important;
}

label.validation-error {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 7px;
    right: 0px;
    background-color: #c21a1a;
    padding: .1rem .5rem;
    border-radius: .42rem;
}

.page-single .page-header {
    min-height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.captcha-input .answer {
    float: left;
    width: 35%;
    margin-top: 7px;
}

.captcha-input .answer .btn {
    background: none !important;
    padding: 2px 10px 2px 35px!important;
}

.captcha-input .input {
    float: right;
    width: 65%;
    position: relative;
}

.captcha-input .input-icon-addon {
    top: -15px;
}

.captcha-input {
    height: 37px !important;
}

.captcha-input  i {
   margin-left: 0px!important;
}

.nav.logout {
    position: absolute;
    top: 0px;
    right: 0px;
}

.search-filters .col-lg-4 {
    margin-bottom: 15px;
}

.search-filters .col-lg-4 label {
    margin-bottom: 2px !important;
}

.search-filters .extra {
    margin-bottom: 5px;
}

.user-account .nav-bg {
    background-color: #584135 !important;
    color: white;
}

.header-right-icons .d-none:last-child a {
    padding-right: 0 !important;
}

.ticket-chat {
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}

.nav-count {
    margin-left: 7px;
    padding: 0px 7px 0px 6px;
    line-height: 20px;
}

table img.country {
    width: 16px;
    margin: 5px 0px;
}

table img.bin {
    width: 22px;
    margin: 5px 0px;
}

.mirror-list {
    display: inline-block;
    padding-left: 5px;
    list-style: square outside !important;
}

.mirror-list &gt; li {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px dashed grey;
    color: #AD9B8A;
}

.btn-default {
    background: #92543b;
    color: white;
    border-color: #6b422a;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #713b25;
    border-color: #402015;
    color: white;
}

.nav .nav-link i {
    margin-right: 5px;
}

.manager-search .input-icon  {
    margin-top: 23px;
}

.manager-search {
    width: 400px;
    margin-right: 20px;
}


.tor-link {
    width: 435px;
    margin-top: 22px;
}

.tor-link input {
    cursor: copy;
}
.tor-link .nav-bg {
    background: #794493 !important;
    color: white;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 13px;
    padding: 3px 8px;
    font-size: 11px;
}

.tor-link .nav-bg {
    z-index: -1;
}

.tor-link input {
    font-size: 13px;
    padding-left: 61px !important;
}

.table-title {
    background: #87523512;
    padding: 5px 15px;
}

.table-title small {
    float:right;
}

.new-event td {
    background: #c21a1a0d;
}

.nav-link.active {
    background: #6d5346;
}

.header-right-icons .badge-primary {
    padding: 4px  5px;
    border-radius: 5px;
}

.users-table .card-body {
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}

.btn-header {
    position: absolute;
    right: 15px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#create-payment .modal-dialog {
    width: 700px !important;
    max-width: 700px !important;
}


#create-payment ul li {
    padding: 0.2rem 0.8rem;
}

#create-payment .heading-primary {
    padding: 1px 5px !important;
}

.col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;

    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.page-extra-info {
    position: absolute;
    right: 0;
    top: 10px;
    background: #584135;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
}

div[data-load="content"] {
    position: relative;
}

sub.amount {
    bottom: 7px !important;
    left: 10px;
    font-size: 16px;
}

.circle-icon i {
    margin-top: 20px !important;
}

.modal-dialog {
    width: 500px;
}

.billings-stat h1 {
    font-size: 26px !important;
    margin-top: 3px;
    margin-bottom: 16px !important;
}

.note-editor.note-frame .note-editing-area {
    background: #ffffffd1;
}

.dashboard .circle-icon {
    width: 60px !important;
    height: 60px !important;
}

.dashboard .circle-icon i {
    margin-top: 15px !important;
}

.dashboard h1.mb-3 {
    margin-bottom: 8px !important;
    font-size: 28px !important;
}

.dashboard .card .card {
    box-shadow: 0px 0px 3px rgba(69, 101, 173, 0.1) !important;
    border: 1px solid #6d534624 !important;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.accordionjs .acc_section {
    border: 1px solid #eee;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}
.accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    display: block;
    cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px;
    font-size: 16px;
    padding-left: 25px;

}
.accordionjs .acc_section .acc_content {
    padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active &gt; .acc_content {
    display: block;
}
.accordionjs .acc_section.acc_active &gt; .acc_head {
    border-bottom: 1px solid #dee2e6;
    background: #f7f7f7 !important;
}
.accordionjs .acc_section.acc_active .acc_head .table:before{
    content: "\f077";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 10px;

    top: 13px;
    font-size: 14px;
    transition: all 0.5s;
    transform: scale(1);
}
.accordionjs .acc_section .acc_head .table:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
    transition: all 0.5s;
    transform: scale(1);
}

.accordionjs .acc_head table {
    margin-bottom: 0px !important;
}

.acc_head .table td {
    width: 20% !important;
}
.card-table-header th {
    width: 20% !important;

}

.card-header .tags {
    margin-left: 10px;
}

.edit-sm select, .edit-sm input, .reply-form select, .reply-form input, .reply-form textarea {
    height: 30px !important;
    padding: 0.1rem 0.5rem !important;
}

.reply-form {
    margin-top: 28px;
}


.ticket-chat {
    max-height: initial;
    min-height: initial;
    overflow-y: initial;
}

.ticket-chat .conversation-inner {
    max-height: 230px;
    min-height: 230px;
    overflow-y: auto;
}

.datapicker {
    background: #eaeaea;
    position: relative;
}

.datapicker:after {
    display: inline-block;
    content: 'to';
    position: absolute;
    top: 8px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 15px;
}

.th-extra {
    width: 150px !important;
    white-space: initial !important;
}

.th-extra .tag {
    padding: 0 0.3rem !important;
    margin-right: .3rem !important;
}


.login-img{
    display: block !important;

}

.admin-navbar .nav.manager .nav-link {
    padding: 0.70rem 1.6rem !important;
}

.qrCode .qr-load {
    width: 148px;
    height: 148px;
    background: #f8f9fa;
    color: #3f2e27;
    font-size: 12px;
    text-align: center;
    line-height: 148px;
    z-index: 0;
    position: absolute;
}

.qrCode img {
    position: absolute;
    z-index: 1;
    width: 148px;
    display: none;
}

#checker-info .modal-content .modal-body {
    color: #2e3138 !important;
}
</pre></body></html>