.tier-table-box {
    background: #091624 !important;
    border-radius: 18px !important;
    margin-top: 10px !important;
}

    .tier-table {
        width: 100% !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

.tier-table-box .tier-table th {
    background: #167ce9 !important;
    color: #ffffff !important;
    padding: 14px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-align: center;
}
	.tier-table td {
		background: #0F2238 !important;
		color: #ffffff !important;
		padding: 14px !important;
		font-size: 15px !important;
		border-bottom: 1px solid rgba(255,255,255,0.08) !important;
		text-align: center;
	}

    .tier-table tr:last-child td {
        border-bottom: none !important;
    }

    .tier-table tr:hover td {
        background: #122A45 !important;
    }

	.tp-box {
		background: #091624;
		color: #fff;
		padding: 16px;
		border-radius: 10px;
		margin-top: 20px;
		border-right: 8px solid #E97316;
		font-size: 15px;
		line-height: 1.8;
	}
	.tp-box strong {
		color: #E97316;
	}
	p.pelekani-none {
		background: #167ce92e !important;
		padding: 15px !important;
		line-height: 1em !important;
		font-size: 14px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 10px !important;
		margin-top: 10px !important;
		color: #167ce9 !important;
	}