<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Open Sans Light';
    src: url(/fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'Open Sans Regular';
    src: url(/fonts/OpenSans-Regular.ttf);
}

body {
    font-family: 'Open Sans Regular' !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans Regular', sans-serif;
}

.gi-1_4x{font-size: 1.45em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.warning-payment
{
    margin-top:10px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    font-size: 0.96em;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size: 0.96em;
}

.validation-summary-errors {
    color: #ff0000;
    font-size: 0.96em;
}

.validation-summary-valid {
    display: none;
}
/*-----------------------------------------------------------*/

/* Styles for bonuses
-----------------------------------------------------------*/

.bonus-header {
    color: #4087A4;
    font-weight: bold;
    padding-bottom: 10px;
}

.bonus-item {
    color: #3CC930;
    font-weight: normal;
    font-size: 0.98em;
}
/*-----------------------------------------------------------*/

/* Styles for badges
-----------------------------------------------------------*/

.badge {
    padding: 5px 9px;
}

.badge-secondary {
    background-color: #D3D3D3;
}

.badge-warning {
    background-color: #337AB7;
}

.badge-success {
    background-color: #28A745;
}

/*-----------------------------------------------------------*/

.payout-btn {
    font-size: 12px;
    padding: 5px 8px;
    margin-top: 13px;
    line-height: 1.11;
}

.margin-top-4 {
    margin-top: 4px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-left-5 {
    margin-left: 5px;
}

td.details-control {
    cursor: pointer;
    width: 100%;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    list-style-type: none;
    display: inline;
}

#navigation li:before {
    content: " | ";
    color: #3c8dbc;
}

#navigation li:first-child:before {
    content: none;
}

table.dataTable tbody tr.selected {
    background-color: #f4f4f4;
}

.display-block {
    display: block;
}

.quote {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid gray;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: scroll;
    padding: 10px;
    width: 100%;
}

.pre-line {
    white-space: pre-line;
}

.error {
    color: red;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.selectize-dropdown {
    width: 100% !important;
}

/*@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .users-table-order select {
    display: inline-block !important;
    margin-left: 5px;
}
  .users-table-sort select {
    display: inline-block !important;
    margin-left: 5px;
}
    .users-table-sort button {
    display: inline-block !important;
    margin-top: -5px
}
}

.users-table-order select {
    display: inline-block;
    margin-left: 5px;
}
.users-table-order label {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.users-table-sort select {
    display: inline-block;
    margin-left: 5px;
}
.users-table-sort label {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}*/

a.edit-message {
    color: #fff;
}
a.edit-message:hover {
    color: #fff;
}
a.edit-message:active {
    color: #fff;
}
a.edit-message:focus {
    color: #fff;
}

.direct-chat-text p {
    display: inline;
}

.nav .dropdown &gt; a {
    height: 50px;
    padding-top: 18px !important;
}


@media (max-width: 300px) {
    .dropdown .dropdown-menu {
        right: 0px !important;
        width: 100% !important;
    }
}

label input[type='radio'] {
    margin-left: 10px
}

.progress {
    background-color: #ccc !important;
    margin-bottom: 5px !important;
}

@media (max-width: 400px) {
    .server-width {
        margin-left: 5% !important;
    }
}
.server-width {
        position: absolute;
        margin-left: 25%;
        text-shadow: 1px 1px 1px black;
        color: white;
    }
.sh_btn_bottom_right {
    right: 15px !important;
}

table .box {
    font-size: 0.9em
}

table .box button {
    font-size: 0.9em
}

table .box h3 {
    font-size: 1.1em
}

.progress{
    height: 25px;
    background: #e1e1e1;
    margin-bottom: 20px;
    position: relative;
}
.progress .progress-bar{
    animation: animate-positive 2s;
}
.progress .progress-value{
    position: absolute;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #1e282c;
    padding: 1px 10px;
    z-index: 1000;
}
.progress .progressbar-title{
    position: absolute;
    left: 25px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    padding-top: 2px;
    z-index: 1;
}
.progress .label {
    margin-top: 2px;
    margin-left:5px;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.max-width-50 {
    max-width: 100px;
}
.max-width-600 {
    max-width: 300px;
}

.layout-boxed {
    background: #E9EEF2;
}

.box {
    margin-bottom: 10px;
}
.dns-table-sort label {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.dns-table-sort select {
    display: inline-block;
    margin-left: 5px;
}

.right .direct-chat-text a {
    color: #fff;
    text-decoration: underline;
}

.left .direct-chat-text a {
    color: #444444;
    text-decoration: underline;
}
.sidebar-menu li&gt;a&gt;.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.sidebar-menu .menu-open&gt;a&gt;.fa-angle-left, .sidebar-menu .menu-open&gt;a&gt;.pull-right-container&gt;.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-menu li&gt;a&gt;.fa-angle-left, .sidebar-menu li&gt;a&gt;.pull-right-container&gt;.fa-angle-left {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin-right: 10px; 
    -webkit-transition: transform .5s ease; 
    -o-transition: transform .5s ease;
    transition: transform .5s ease; 
}

.payments-history-actions label {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.payments-history-actions select {
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .modal-open { position: fixed; }
}

/* ----------------- override adminLte ----------------------*/
.main-header .sidebar-toggle {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
/*-----------------------------------------------------------*/

a.show_bonus {
    font-weight: bold;
    padding: 1px 0 4px 6px;
}
[data-class=payment-bonus-info] table {
    color: white !important;
}

.ban-reason-data {
    white-space: pre-line;
    font-size: 12px;
}

.ban-reason {
    margin-top: 10px
}

.ban-reason-color {
    color: #DB351C
}

.alert-no-shara-packet {
    font-size: 1.1em;
    color: orangered !important;
    border: 2px solid orangered !important;
    background-color: #FFFFF0 !important;
    padding-bottom: 40px;
}

.btn-buy-shara-packet {
    float: right;
    position: relative;
    right: 0;
    margin-top: 5px;
    white-space: normal !important;
}

.green {
    color: #00a65a;
}

.cardsharing {
    font-size: 0.8em;
    margin: -1.7em 0.5em 0 0;
    position: relative;
    float: right;
    color: #3c8dbc;
    font-weight: bold;
    padding: 0.6em 0;
}

@media only screen and (max-width: 899px) {
    /*MyUserPackets adaptive styles for tab panes*/
    .nav-tabs-custom &gt; .nav-tabs &gt; li {
        width: 100%;
        margin-right: 0;
    }

    .nav-tabs-custom &gt; .nav-tabs &gt; li.active &gt; a, .nav-tabs-custom &gt; .nav-tabs &gt; li.active:hover &gt; a {
        background-color: lavender;
    }

    .cardsharing {
        font-size: 0.8em;
        margin: -3.3em 0.5em 0 0;
        position: relative;
        float: right;
        color: #3c8dbc;
        font-weight: bold;
        padding: 0.6em 0;
    }
}
.close-m-btn {
    display:none;
}
 @media only screen and (orientation: portrait) {
        .close-m-btn {
            display: block;
            position: absolute;
            right: 20px;
            background-color: orange;
            margin: 0px;
            border: 2px solid white;
            border-radius: 50%;
            padding-left: 7px;
            padding-right: 7px;
            color: white;
        }

        .relative {
            position: relative;
        }

        .modal-dialog {
            margin-bottom: 100px;
        }

        .form-group {
            margin-bottom: 0px;
        }
}
.channel-disable {
    background-color: darkgray !important;
}

/* EmailPost */

.recipient-label {
    display: inline-block;
    border-radius: 5px;
    margin: 0 1px;
    padding: 0 5px;
}

.recipient-type-1 {
    background-color: chartreuse;
}

.recipient-type-2 {
    background-color: cyan;
}

.recipient-type-3 {
    background-color: cornflowerblue;
}

#inner-tbl.table2 td {
    border: 3px;
}

/* EmailPost */
/* ext bootstrap */
.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* ext bootstrap */</pre></body></html>