body {
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000000;
    overflow: hidden;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    width: 100vw;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/assets/images/bg.png') no-repeat center;
    background-size: cover;
    opacity: 0.25; /* Ajuste entre 0 e 1 */
    z-index: -1;
}

a,
a:hover,
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

button,
button:hover,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar {
    width: 2px;
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #313131;
}

.pointer {
    cursor: pointer;
}

.ad_panel {
    width: 206px;
    margin: 5px;
    display: inline-block;
    border-color: #333;
}
.ad_panel:hover {
    opacity: 0.8;
}

.tooltip {
    position:fixed!important;
}

.btn-primary {
    color: #fff;
    background-color: #242a30;
    border-color: #191d20;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #3d4144;
    border-color: #191d20;
}

.btn-orange {
    color: #fff;
    background-color: #f7931a;
    border-color: #f7931a;
}

.btn-orange:hover {
    color: #fff;
    background-color: #e68300;
    border-color: #d97d00;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #e68300;
    border-color: #d97d00;
    box-shadow: 0 0 0 0.25rem rgba(247, 147, 26, 0.5);
}

.btn-orange:active,
.btn-orange.active {
    color: #fff;
    background-color: #d97d00;
    border-color: #cc7600;
}

.btn-orange:disabled,
.btn-orange.disabled {
    color: #fff;
    background-color: #f7931a;
    border-color: #f7931a;
    opacity: 0.65;
}

.visits_2 {
    opacity: .8;
}

.visits_3 {
    opacity: .6;
}

.visits_4 {
    opacity: .4;
}

.visits_5 {
    opacity: .2;
}

.linha-fade {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #ddd,
    transparent
  );
}

/* ROW */
.row {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* COLUNAS */
[class*="col-"],
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* AUTO */
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

/* COLUNAS FIXAS */
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* RESPONSIVO SM */
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* RESPONSIVO MD */
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* RESPONSIVO LG */
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* RESPONSIVO XL */
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

.text-center {
    text-align: center;
}

.modal-header .close {
    margin-top: 3px;
    margin-right: 3px;
}

/* 0 */
.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }

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

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 1 = 0.25rem */
.m-1 { margin: .25rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mb-1 { margin-bottom: .25rem !important; }
.ml-1 { margin-left: .25rem !important; }
.mr-1 { margin-right: .25rem !important; }

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.p-1 { padding: .25rem !important; }
.pt-1 { padding-top: .25rem !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pl-1 { padding-left: .25rem !important; }
.pr-1 { padding-right: .25rem !important; }

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

/* 2 = 0.5rem */
.m-2 { margin: .5rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.ml-2 { margin-left: .5rem !important; }
.mr-2 { margin-right: .5rem !important; }

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.p-2 { padding: .5rem !important; }
.pt-2 { padding-top: .5rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pl-2 { padding-left: .5rem !important; }
.pr-2 { padding-right: .5rem !important; }

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

/* 3 = 1rem */
.m-3 { margin: 1rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.ml-3 { margin-left: 1rem !important; }
.mr-3 { margin-right: 1rem !important; }

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.p-3 { padding: 1rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pr-3 { padding-right: 1rem !important; }

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* 4 = 1.5rem */
.m-4 { margin: 1.5rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.mr-4 { margin-right: 1.5rem !important; }

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.p-4 { padding: 1.5rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pr-4 { padding-right: 1.5rem !important; }

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* 5 = 3rem */
.m-5 { margin: 3rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ml-5 { margin-left: 3rem !important; }
.mr-5 { margin-right: 3rem !important; }

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-5 { padding: 3rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pl-5 { padding-left: 3rem !important; }
.pr-5 { padding-right: 3rem !important; }

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* AUTO */
.m-auto { margin: auto !important; }

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-auto { margin-top: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }

/* =========================
   BOOTSTRAP 5 - ROUNDED
   ========================= */

.rounded {
    border-radius: .375rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: .2rem !important;
}

.rounded-2 {
    border-radius: .25rem !important;
}

.rounded-3 {
    border-radius: .375rem !important;
}

.rounded-4 {
    border-radius: .5rem !important;
}

.rounded-5 {
    border-radius: 1rem !important;
}

/* Top */

.rounded-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* Bottom */

.rounded-bottom {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Start (Left) */

.rounded-start {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* End (Right) */

.rounded-end {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Top Start */

.rounded-top-start {
    border-top-left-radius: .375rem !important;
}

.rounded-top-start-0 {
    border-top-left-radius: 0 !important;
}

/* Top End */

.rounded-top-end {
    border-top-right-radius: .375rem !important;
}

.rounded-top-end-0 {
    border-top-right-radius: 0 !important;
}

/* Bottom Start */

.rounded-bottom-start {
    border-bottom-left-radius: .375rem !important;
}

.rounded-bottom-start-0 {
    border-bottom-left-radius: 0 !important;
}

/* Bottom End */

.rounded-bottom-end {
    border-bottom-right-radius: .375rem !important;
}

.rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
}

/* Circle */

.rounded-circle {
    border-radius: 50% !important;
}

/* Pill */

.rounded-pill {
    border-radius: 50rem !important;
}

/* Display */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

/* Flex (caso precise) */
.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

/* ==========================================================================
   CORES DE FUNDO OFICIAIS DO BOOTSTRAP 5 (bg-*)
   ========================================================================== */

.bg-primary {
    background-color: #0d6efd !important;
    color: #ffffff !important;
}

.bg-secondary {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.bg-success {
    background-color: #198754 !important;
    color: #ffffff !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
    color: #ffffff !important; /* Texto escuro para melhor contraste */
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #ffffff !important; /* Texto escuro para melhor contraste */
}

.bg-orange {
    background-color: #f7931a; /* laranja oficial do Bitcoin */
    color: #ffffff !important; /* Texto escuro para melhor contraste */
}

.bg-danger {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.bg-light {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.bg-dark {
    background-color: #212529 !important;
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #212529 !important;
}

/* ==========================================================================
   CLASSES DE BORDAS OFICIAIS DO BOOTSTRAP 5 (border-*)
   ========================================================================== */

/* 1. Classes de Aplicação Base */
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important; /* Adaptado para o padrão físico (right) */
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important; /* Adaptado para o padrão físico (left) */
}

/* 2. Classes para Remover Bordas (Subtração) */
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start-0 {
    border-left: 0 !important;
}

/* 3. Cores de Bordas (Padrão Bootstrap 5) */
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-orange {
    border-color: #f7931a; /* laranja oficial do Bitcoin */
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #ffffff !important;
}

/* 4. Espessura das Bordas (Opcional, nativo do BS5) */
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}

/* ==========================================================================
   CLASSES DE CORES DE TEXTO OFICIAIS DO BOOTSTRAP 5 (text-*)
   ========================================================================== */

.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-orange {
    color: #f7931a; /* laranja oficial do Bitcoin */
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-body {
    color: #212529 !important;
}

/* Opacidade extra do Bootstrap 5 útil para subtextos/legendas */
.text-muted, .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ==========================================================================
   PAGINAÇÃO ESTILO BITCOIN CORES CUSTOMIZADAS
   ========================================================================== */

/* 1. Cor padrão dos links e setas */
.pagination-bitcoin > li > a, 
.pagination-bitcoin > li > span {
    color: #f2a900 !important;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

/* 2. Efeito ao passar o mouse (Hover) nos links */
.pagination-bitcoin > li > a:hover, 
.pagination-bitcoin > li > span:hover,
.pagination-bitcoin > li > a:focus, 
.pagination-bitcoin > li > span:focus {
    color: #d49400 !important; /* Um laranja levemente mais escuro */
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

/* 3. Cor do botão da PÁGINA ATIVA (Active) */
.pagination-bitcoin > .active > a, 
.pagination-bitcoin > .active > span, 
.pagination-bitcoin > .active > a:hover, 
.pagination-bitcoin > .active > span:hover, 
.pagination-bitcoin > .active > a:focus, 
.pagination-bitcoin > .active > span:focus {
    z-index: 3;
    color: #ffffff !important;
    background-color: #f2a900 !important;
    border-color: #f2a900 !important;
}

/* 4. Estilo para os botões desabilitados (Disabled) */
.pagination-bitcoin > .disabled > span, 
.pagination-bitcoin > .disabled > span:hover, 
.pagination-bitcoin > .disabled > span:focus, 
.pagination-bitcoin > .disabled > a, 
.pagination-bitcoin > .disabled > a:hover, 
.pagination-bitcoin > .disabled > a:focus {
    color: #6c757d !important;
    opacity: 0.6;
    background-color: #ffffff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.nav-tabs>li>a {
    color: #f7931a; /* laranja oficial do Bitcoin */
}

.swal2-popup {
  font-size: 1.4rem !important;
}

.swal2-container {
  zoom: 1 !important;
}

.navbar-nav > li > a, 
.navbar-nav > li > a:focus, 
.navbar-nav > li > a:active,
.navbar-nav > li > a:hover {
    outline: none !important;
    outline-offset: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important; /* Remove fundos cinzas padrão do Bootstrap 3 */
}

/* Se as bordas forem separadores específicos da classe 'navbar-inverse' do Bootstrap */
.navbar-inverse .navbar-nav > li > a {
    border-top: none !important;
    border-bottom: none !important;
}

.fw-bold {
    font-weight: bold !important;
}

.link-banner{
    position:relative;
    width:728px;
    height:90px;
    border:1px solid #ddd;
    background:#fff;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    border-radius:3px;
}

.link-banner-main {
    display: block;
    height: 100%;
    margin: 0px 20px;
    text-decoration: none;
}

.link-title{
    font-size:20px;
    font-weight:bold;
    color:#1a0dab;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.link-desc{
    font-size:15px;
    color:#444;
    line-height:15px;
    height:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.link-url{
    font-size: 13px;
    color: #008000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.link-ad-icon{
    position:absolute;
    top:4px;
    right:4px;
}