/* Geral */
#dashboard {
    width: 100%;
    margin: 0 auto;
}
#dashboard .container {
    margin: 6rem auto;
}
/* Title */
#db_title {
    display: inline-flex;
    width: 100%;
    margin: 7px 0 2rem;
    padding: 0 0 13px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff26;
    align-items: center;
}
#db_title i {
    margin: 0 10px 0 0;
    font-size: 17px;
}
#user-details {
    display: flex;
    margin: 14px 0 0;
    align-items: center;
}
#user_img {
    position: relative;
    display: flex;
    justify-content: center;
}
#dashboard-avatar {
    width: 100%;
    max-width: 60px;
    border-radius: 50em;
}
.info_block {
    position: relative;
    margin: 0 0 0 10px;
}
#dashboard-name {
    margin: 0 0 4px;
    font-size: 2rem;
    font-weight: 500;
}
/* Table */
table, td, th {
    border: 1px solid #dddddd30;
    vertical-align: middle;
}
table {
    display: inline-table;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 0;
    margin: 0 0 10px;
}
thead, tbody {
    display: table;
}
th {
    background: #ffffff17;
    border-width: 0 1px 1px 0;
    font-weight: 600;
}
td {
    display: table-cell;
    border-width: 0 1px 1px 0;
}
caption, td, th {
    text-align: left;
}
th, td {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    padding: 10px;
    line-height: 24px;
    overflow: auto;
}
.td_code span {
    display: block;
    font-size: 13px;
    overflow: auto;
}
#db_procuct_title {
    display: inline-flex;
    margin: 4rem 0 1rem;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
}
#db_procuct_title i {
    padding: 0 10px 0 0;
}
#purchase-details {
    overflow: auto;
}
#purchase-details a {
    background: linear-gradient(24deg, #4b00ff00, #ffffff2e);
    display: inline-flex;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #ffffff26;
    box-shadow: 0 0 5px -3px black;
    justify-content: center;
}
.purchase-item {
    display: inline-flex;
    max-width: 45%;
    margin: 1rem 10px 0 0;
    padding: 12px;
    border: 1px solid #ffffff24;
    border-radius: 10px;
    flex-direction: column;
}
.purchase-item p {
    padding: 5px 0;
    border-bottom: 1px solid #ffffff17;
}
/* VIP */
.db_button {
    display: flex;
    margin: 2rem 0 8px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.db_button span {
    margin: 2rem 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;   
}
#pay-vip {
    background: linear-gradient(45deg, #ab00ff, #00a1ff);
    position: relative;
    display: flex;
    margin: 0 10px 10px 0;
    padding: 10px 45px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-top: 1px solid #00e7ff;
    border-right: 1px solid #00e7ff;
    border-left: 1px solid #e400ff;
    border-bottom: 1px solid #e400ff;
    border-radius: var(--br_button);
    flex-direction: column;
    align-items: center;
}
#vip-status {
    background: linear-gradient(45deg, #ab00ff, #00a1ff);
    position: absolute;
    display: flex;
    bottom: -6px;
    padding: 1px 5px;
    font-size: 13px;
    font-weight: 700;
    transform: skewX(354deg);
    font-style: italic;
    border-top: 1px solid #00e7ff;
    border-right: 1px solid #00e7ff;
    border-left: 1px solid #e400ff;
    border-bottom: 1px solid #e400ff;
    border-radius: 10px 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
#vip-status:after {
    content: '';
    background: #ffffff3b;
    position: absolute;
    width: 130%;
    height: 100%;
    top: -10px;
    left: 0;
    border-radius: 100%;
}
#dash_footer {
    display: inline-flex;
    max-width: 700px;
    margin: 5rem 0 0;
    padding: 20px;
    line-height: 27px;
    border: 1px solid var(--bo);
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.dash_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dash_info h1 {
    line-height: normal;
}
.dash_info h2 {
    max-width: 300px;
    font-size: 16px;
    text-align: center;
}
.dash_desc {
    display: flex;
    max-width: 250px;
    margin: 2rem 0 0;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
}
.dash_desc span {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    text-align: left;
}
.dash_desc span i {
    margin: 0 10px 0 0;
}
.dash_desc span:last-child {
    margin: 0;
}
/* VIP ON */
.telegram-invite {
    margin: 7rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid var(--bo);
}
.telegram-invite h1 {
    margin: 0 0 8px;
}
.telegram-invite a {
    background: linear-gradient(45deg, #ab00ff, #00a1ff);
    position: relative;
    display: inline-flex;
    margin: 3rem 0 0;
    padding: 10px 45px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-top: 1px solid #00e7ff;
    border-right: 1px solid #00e7ff;
    border-left: 1px solid #e400ff;
    border-bottom: 1px solid #e400ff;
    border-radius: var(--br_button);
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    th, td {
        font-size: 13px;
    }   
    #dashboard-name {
        font-size: 20px;
    }
    #dashboard-email {
        font-size: 13px;
    }
}
