[page-name="MeuAxon"] {
    padding: 25px;
}
.meu-axon {
    padding: 20px;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: 1px solid var(--panel-border-color);
}

.meu-axon .title {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.meu-axon .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.status-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.status-card {
    width: 250px;
    border: 1px solid #e0e0e0;
    border-radius: var(--border-radius);
    padding: 5px 15px;
    text-align: left;
    display: flex;
    gap: 5px;
}

.status-card i {
    width: 40px;
    align-self: center;
    font-size: 30px;
    color: black;
}

.status-card .status-card-text {
    align-self: center;
    margin-top: 10px;
    overflow: hidden;
}

.status-card .status-card-text .title {
    color: #e0e0e0;
    font-size: 12px;
}

.status-card .status-card-text .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.plans-cards{
    margin-bottom: 20px;
}

.plans-cards table{
    width: 80%;
    border: none;
}

.plans-cards table tr td, .plans-cards table tr th {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 10px 15px;
}

.plans-cards .plan-info {
    font-weight: bold;
}

.plans-cards .plan-desc i{
    font-size: 18px;
}

.plans-cards .plan-desc {
    display: flex;
}

.plans-cards .plan-desc span {
    margin-left: 3px;
}

.plans-cards table tbody tr:nth-child(1) i{
    font-size: 24px;
}

.plans-cards .plan-card .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.plans-cards .plan-card .price {
    display: flex;
    gap: 1px;
}
.plans-cards .plan-card .price div:nth-child(1){
    font-size: 18px !important;
    font-weight: bold;
    color: black;
}
.plans-cards .plan-card .price div:nth-child(2) {
    font-size: 30px !important;
    font-weight: bold;
    color: black;
    margin-top: -4px;
}

.plans-cards .plan-card .type {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 300;
    margin-top: -10px;

}

.plans-cards .plan-card .action {
    padding: 10px 0px;
}

.plans-cards .plan-card .action i {
    margin-right: 5px;
}

.plans-cards .plan-card .action .current-plan {
    background-color: rgb(222 255 222);
}

.plans-cards .plan-card .action .current-plan:hover {
    color: var(--color-green);
    opacity: 1;
    cursor: pointer;
}

.payment-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.payment-cards .payment-card {
    width: 250px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
}

.payment-cards .payment-card .price {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.payment-cards .payment-card .expiration {
    font-size: 12px;
    font-weight: 400;
    color: #a9b0b2;
}
.payment-cards .payment-card .plan {
    font-size: 12px;
    font-weight: 600;
    color: #55595a;
}
.payment-cards .payment-card .status {
    margin: 2px 0;
    font-size: 12px;
    font-weight: 400;
    color: #a9b0b2;
}

.payment-cards .payment-card .action button i{
    margin-right: 5px;
}

.payment-cards .payment-card .action button{
    margin-right: 5px;
}

.payment-cards .payment-card .action .pay {
    background: #f3ce12 !important;
    border-color: #f3ce12 !important;
}

.more_payments {
    align-self: center;
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.more_payments i {
    padding: 4px 5px;
    margin-right: 5px;
    font-size: 20px;
    color: black;
}

.meu-axon-icon-total {
    position: absolute;
    right: 30px;
    top: -30px;
    background: #e1e6e8;
    border-radius: var(--border-radius);
    padding: 1px 5px;
}

.meu-axon-totalizador {
    text-align: end;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.meu-axon-pagamento-icon-header {
    font-size: 30px;
    color: black;
    margin-right: 5px;
    align-self: start;
}

.meu-axon-pagamento-status {
    border-radius: var(--border-radius);
    padding: 5px 10px;
    color: white;
}

.meu-axon-item-table div:last-child {
    text-align: right;
}

.meu-axon-item-table {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    margin-bottom: 10px;
    grid-template-columns: 70% auto 100px;
    display: grid;
}

.meu-axon-pagamento-btns {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.no_payments {
    display: flex;
    align-items: center;
}

.no_plan {
    display: flex;
    align-items: center;
}

.container-home-utilizacao {
    display: flex;
    gap: 10px;
    flex-direction: column;
    min-width: 60%;
    max-width: 700px;
}

.container-home-utilizacao .row {
    margin: 0px;
    gap: 10px;
}

.container-home-utilizacao .row label 
{
    width: 160px;
    font-weight: 300;
    color: var(--button-text-color);
    margin: 0px;
}

.container-home-utilizacao .row .progress 
{
    width: 50% !important;
}

[page-name="MeuAxonPagamentoList"] .form-custom .card-body {
    border: none !important;
}

@media screen and (max-width: 800px)
{
    .payment-cards {
        flex-direction: column;
        align-items: center;
    }

    .payment-cards .payment-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .status-cards {
        flex-direction: column;
        align-items: center;
    }

    .status-cards .status-card{
        width: 100%;
        flex-direction: column;
    }

    .plans-cards {
        width: 100%; 
        overflow-x: scroll;
        overflow-y: visible;
    }
    
    .container-home-utilizacao {
        min-width: 100%;
    }

    .container-home-utilizacao .row {
        justify-content: space-between;
    }

    .container-home-utilizacao .row label{
        width: auto;
    }

    .container-home-utilizacao .row .progress 
    {
        width: 100% !important;
    }
}