shell bypass 403

UnknownSec Shell


name : my_invoice.css
.common_table_header .table_btn_wrap > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common_table_header .table_btn_wrap > ul > li {
    display: inline-block;
    margin-right: 6px;
}

.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.main-title h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--system_secendory_color);
}

.primary_btn {
    color: var(--system_secendory_color);
    border: 1px solid var(--system_primery_color);
    display: inline-block;
    padding: 7px 23px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary_btn:hover {
    border: 1px solid var(--system_primery_color);
    color: #fff;
    background: var(--system_primery_color);
}

.border_none {
    border: 0px solid transparent;
    border-top: 0px solid transparent !important;
}

.invoice_part_iner {
    background-color: #fff;
    padding: 70px 105px;
    box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
}

.invoice_part_iner h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;

}

.table_border thead {
    background-color: #F6F8FA;
}

.table td, .table th {
    padding: 10px 0;
    vertical-align: top;
    border-top: 0 solid transparent;
    color: #79838b;
}

.table td, .table th {
    padding: 10px 0;
    vertical-align: top;
    border-top: 0 solid transparent;
    color: #79838b;
}

.table_border tr {
    border-bottom: 1px solid #f1f2f3 !important;
}

.table_border tr:last-child {
    border-bottom: 0 solid transparent !important;
}

th p span, td p span {
    color: #212E40;
}

.table th {
    color: #00273d;
    font-weight: 300;
    border-bottom: 1px solid #f1f2f3 !important;
    background-color: #fafafa;
}

td h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--system_secendory_color);
}

td h5 span {
    color: #707DB7;
}

td h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--system_secendory_color);
}

td h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--system_secendory_color);
}

.mt_40 {
    margin-top: 40px;
}

.table_header_logo {
    padding: 10px 0 40px !important;
}

.table_header_logo td {
    width: 50%;
    padding: 10px 0 40px !important;
    border-top: 0px solid transparent;
}

.table_header_logo img {
    margin-top: 12px;
}

.table_header_logo .btn_3 {
    text-align: right;
    float: right;
}

.invoice_btn .btn_1 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.invoice_btn .btn_1 i {
    margin-right: 8px;
}

.invoice_btn .btn_1:hover {
    color: #fff;
}

.invoice_btn .download {
    background-color: #E63E45;
}

.invoice_btn .print {
    background-color: #2EC9B8;
    border: 1px solid #2EC9B8;
}

.table_style th, .table_style td {
    padding: 20px;
}

td p {
    color: #707DB7;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

hr {
    border-top: 1px solid var(--system_secendory_color) !important;
    opacity: .1 !important;
}

.table.blueish_table thead th {

    color: var(--system_secendory_color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 0px;
    padding: 25px 12px 25px 20px !important;
    white-space: nowrap;

}

.table.blueish_table tbody td {

    padding: 25px 12px 25px 20px !important;
    background: #F6F7FB;
    font-weight: 400;
}

.table.blueish_table tbody td h6 {
    font-weight: 400;
}

.tax_vat_amount_table td {
    padding: 0 0 9px 0 !important;
}

.invoice_grid {
    display: grid;
    grid-template-columns: 90px auto;
    margin-bottom: 10px;
    grid-gap: 25px;
}


@media print {
    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        font-family: Jost, sans-serif;
    }

    td h3 {
        font-size: 24px;
        font-weight: 500;
        color: var(--system_secendory_color);
    }

    .w-50 {
        width: 50% !important;
    }

    .invoice_grid {
        display: grid;
        grid-template-columns: 90px auto;
        margin-bottom: 10px;
        grid-gap: 25px;
    }

    h4 {
        line-height: 25px;
    }

    .custom_table3 {
        border-radius: 5px;
        background-color: red;
    }

    .custom_table3 tr {
        border-bottom: 1px solid #f1f2f3;
    }

    .table tr th {
        background-color: #fafafa !important;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table.custom_table3 thead tr th {
        font-weight: 600;
        border-top: 0;
        font-family: Cerebri Sans;
        padding: 15px 30px 15px 0;
    }

    .table.custom_table3 tbody tr td,
    .table.custom_table3 thead tr th {
        font-size: 16px;
        color: #373737;
        white-space: nowrap;
    }

    th p span,
    td p span {
        color: #212E40;
    }

    .text-right {
        text-align: right !important;
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password