/*vigomu.net*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c09074;
}

.btn-primary {
    color: #fff;
    background: #b4a814;
	border: 0px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background: #c1b51c !important;
    color: #fff !important;
}

/* TABLES */
.table-bordered {
	border: 1px solid #c09074 !important;
	background: rgba(255, 255, 255, 0.3) !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #c09074 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.5) !important;
}
.table-hover>tbody>tr:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

/* LINKS */
a {
	text-decoration: none !important;
}

.home-news-block .home-news-block-header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news-block .home-news-block-header h2 {
    margin: 0;
    font-size: 28px;
    color: #24131f;
}

.home-news-block .home-news-block-header a {
    color: #3177bd;
    font-size: 14px;
}

.home-news-block-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 255, 0.88));
    border: 1px solid rgba(84, 47, 115, 0.18);
    box-shadow: 0 18px 40px rgba(36, 19, 31, 0.12);
    padding: 14px 20px;
    min-height: 290px;
}

.home-news-block-article {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(84, 47, 115, 0.12);
}

.home-news-block-article:last-child {
    border-bottom: 0;
}

.home-news-expanded-article {
    padding: 18px 0;
    border-bottom: 1px solid rgba(84, 47, 115, 0.12);
}

.home-news-expanded-article:last-child {
    border-bottom: 0;
}

.home-news-expanded-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.home-news-expanded-title {
    margin: 0 0 12px;
    color: #2a173d;
    font-size: 24px;
    font-weight: 700;
}

.home-news-expanded-content {
    color: #33213e;
    line-height: 1.7;
    font-size: 15px;
}

.home-news-expanded-content p:last-child {
    margin-bottom: 0;
}

.home-news-block-article-type,
.home-news-block-article-date {
    color: #7d6d89;
    font-size: 12px;
    line-height: 1.4;
}

.home-news-block-article-title a {
    color: #2a173d;
    font-weight: 700;
}

.home-news-block-article-title a:hover {
    color: #5c2d8c;
}

.community-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.crypto-gateway-grid,
.crypto-shop-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.crypto-checkout-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.crypto-gateway-card,
.crypto-shop-card {
    display: block;
    padding: 20px;
    border-radius: 6px;
    background: rgba(19, 10, 35, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(24, 11, 31, 0.22);
    color: #fff !important;
}

.crypto-gateway-card:hover {
    transform: translateY(-2px);
    border-color: rgba(190, 111, 255, 0.35);
    background: rgba(36, 15, 54, 0.8);
}

.crypto-gateway-icon {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #7f3fe5, #d153ff);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.crypto-gateway-title,
.crypto-shop-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.crypto-gateway-copy,
.crypto-confirm-note,
.crypto-rate-note {
    color: #d9c8ef;
    line-height: 1.6;
    font-size: 14px;
}

.crypto-gateway-meta {
    margin-top: 14px;
    color: #ffd56d;
    font-size: 13px;
    font-weight: 700;
}

.crypto-package-range {
    width: 100%;
    margin: 6px 0 16px;
}

.crypto-package-note {
    margin-top: 14px;
    color: #efe7fb;
    font-size: 13px;
    line-height: 1.65;
}

.crypto-package-display,
.crypto-summary-row,
.crypto-wallet-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.crypto-package-display strong,
.crypto-summary-row strong,
.crypto-wallet-meta strong {
    color: #fff;
}

.crypto-wallet-meta {
    margin-top: 16px;
}

.crypto-wallet-meta > div,
.crypto-wallet-address {
    padding: 12px 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
}

.crypto-wallet-meta span,
.crypto-wallet-address span,
.crypto-summary-row span {
    color: #ceb8ef;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.crypto-shop-card label {
    color: #f6efff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.crypto-shop-card label small {
    color: #d8c8ef;
    font-size: 12px;
}

.crypto-wallet-address {
    margin-top: 14px;
}

.crypto-wallet-address-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.crypto-wallet-address .form-control,
.crypto-shop-card .form-control {
    background: rgba(13, 8, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.crypto-copy-button {
    min-width: 88px;
    height: 34px;
    font-size: 12px;
}

.crypto-wallet-warning {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 6px;
    background: rgba(114, 49, 16, 0.34);
    border: 1px solid rgba(255, 175, 83, 0.3);
    color: #ffe1a6;
    line-height: 1.5;
    font-size: 13px;
}

.crypto-wallet-warning strong {
    color: #ffd56d;
}

.crypto-wallet-qr {
    margin-top: 14px;
    padding: 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.crypto-wallet-qr span {
    display: block;
    margin-bottom: 10px;
    color: #bfa8e3;
    font-size: 12px;
}

.crypto-wallet-qr img {
    width: 180px;
    height: 180px;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
}

.crypto-summary-row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.crypto-summary-row strong,
.crypto-package-display strong {
    font-size: 15px;
}

.crypto-summary-row:last-of-type {
    border-bottom: 0;
}

.crypto-submit-button {
    width: 100%;
    margin-top: 16px;
    padding: 12px 14px;
    font-size: 13px;
}

.crypto-orders-table .label {
    font-size: 11px;
}

.crypto-orders-table {
    width: 100%;
    table-layout: fixed;
}

.crypto-orders-table th,
.crypto-orders-table td {
    vertical-align: middle !important;
    word-break: break-word;
}

.crypto-orders-table th {
    padding: 12px 10px !important;
    color: #2f2138;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.crypto-orders-table td {
    padding: 12px 10px !important;
}

.crypto-orders-table th:nth-child(1),
.crypto-orders-table td:nth-child(1),
.crypto-orders-table th:nth-child(3),
.crypto-orders-table td:nth-child(3) {
    text-align: left;
}

.crypto-orders-table th:nth-child(1),
.crypto-orders-table td:nth-child(1) {
    width: 19%;
}

.crypto-orders-table th:nth-child(2),
.crypto-orders-table td:nth-child(2) {
    width: 17%;
}

.crypto-orders-table th:nth-child(3),
.crypto-orders-table td:nth-child(3) {
    width: 33%;
}

.crypto-orders-table th:nth-child(4),
.crypto-orders-table td:nth-child(4) {
    width: 15%;
}

.crypto-orders-table th:nth-child(5),
.crypto-orders-table td:nth-child(5) {
    width: 16%;
}

.crypto-break {
    word-break: break-all;
}

.crypto-order-txid {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(84, 47, 115, 0.14);
    color: #7a688a;
    font-size: 12px;
    line-height: 1.55;
}

.crypto-order-txid > span:first-child {
    color: #5a466b;
    font-weight: 700;
}

.crypto-orders-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.crypto-orders-toolbar label {
    margin: 0;
    color: #5f4d6f;
    font-size: 13px;
    font-weight: 700;
}

.crypto-orders-toolbar .form-control {
    max-width: 220px;
}

.crypto-status-block {
    border: 1px solid rgba(139, 98, 189, 0.22);
}

.crypto-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.crypto-status-item {
    padding: 12px 14px;
    border-radius: 6px;
    background: rgba(84, 47, 115, 0.07);
    border: 1px solid rgba(84, 47, 115, 0.12);
}

.crypto-status-item span {
    display: block;
    color: #7d6d89;
    font-size: 12px;
    margin-bottom: 6px;
}

.crypto-status-item strong {
    color: #24131f;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.crypto-helper-tools {
    margin-top: 10px;
}

.crypto-gateway-guide {
    min-height: 100%;
}

.crypto-guide-strip {
    gap: 12px;
}

.crypto-guide-strip .guide-item {
    background: rgba(250, 247, 252, 0.92);
    border: 1px solid rgba(156, 119, 199, 0.18);
}

.crypto-guide-strip .guide-item strong {
    color: #f0a000;
}

.crypto-guide-strip .guide-item span {
    color: #675774;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.crypto-summary-card,
.crypto-confirm-card {
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .crypto-gateway-grid,
    .crypto-shop-grid {
        grid-template-columns: 1fr;
    }

    .crypto-status-grid {
        grid-template-columns: 1fr;
    }

    .crypto-orders-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .crypto-orders-toolbar .form-control {
        max-width: none;
    }
}

.community-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 6px;
    background: rgba(22, 12, 39, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
}

.community-link:hover {
    background: rgba(126, 63, 236, 0.32);
    color: #fff !important;
}

.community-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 24px;
}

.community-icon-telegram {
    background: linear-gradient(135deg, #39a8ff, #188bff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(24, 139, 255, 0.28);
}

.telegram-link {
    border-color: rgba(57, 168, 255, 0.26);
}

.telegram-link:hover {
    background: rgba(24, 139, 255, 0.18);
}

.widget .panel-body.community-links {
    min-height: auto;
}

.widget-usercp > div {
    min-height: auto;
    padding: 18px !important;
}

.account-sidebar-summary {
    margin: 0 0 16px;
    padding: 14px;
    border-radius: 6px;
    background: rgba(14, 7, 28, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.account-summary-item {
    padding: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    min-width: 0;
}

.account-summary-label,
.guide-item strong {
    display: block;
    color: #ffcc57;
    font-size: 11px;
    text-transform: uppercase;
}

.account-summary-value {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.account-summary-meta,
.guide-item span,
.sidebar-empty-note {
    display: block;
    margin-top: 4px;
    color: #d6cde4;
    font-size: 11px;
    line-height: 1.5;
}

.account-summary-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.account-summary-links a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(112, 76, 197, 0.34);
    color: #fff !important;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.account-summary-links a:hover {
    background: rgba(145, 95, 249, 0.45);
}

.quick-guide-list,
.quick-guide-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: auto !important;
}

.guide-item {
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(84, 47, 115, 0.18);
}

.sidebar-empty-note {
    text-align: center;
    color: #cab6dd;
}

.quick-guide-list .guide-item strong {
    margin-bottom: 3px;
}

.quick-guide-list .guide-item span {
    margin-top: 0;
}

.widget .panel-body.quick-guide-list,
.widget .panel-body.community-links {
    padding: 18px !important;
}

.myaccount-overview {
    margin-bottom: 24px;
}

.myaccount-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.myaccount-overview-card {
    padding: 16px 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(84, 47, 115, 0.18);
    box-shadow: 0 12px 30px rgba(36, 19, 31, 0.08);
}

.myaccount-overview-label {
    display: block;
    color: #7d6d89;
    font-size: 12px;
    text-transform: uppercase;
}

.myaccount-overview-value {
    display: block;
    margin-top: 8px;
    color: #24131f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.myaccount-overview-value .label {
    font-size: 12px;
}

.myaccount-overview-meta {
    display: block;
    margin-top: 8px;
    color: #6a5c75;
    font-size: 12px;
    line-height: 1.5;
}

.myaccount-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.myaccount-actions .btn {
    min-width: 150px;
}
