/* Print Form Style */

.cs-container {
    max-width: 880px;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.cs-invoice.cs-style1 {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}

.cs-invoice.cs-style1 .cs-invoice_head {
    display: flex;
    justify-content: space-between;
}

.cs-invoice.cs-style1 .cs-invoice_head.cs-type1 {
    align-items: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.cs-invoice.cs-style1 .cs-invoice_left {
    max-width: 55%;
}

.cs-primary_color {
    color: #111111;
}

.cs-mb0 {
    margin-bottom: 0px;
}

.cs-mb5 {
    margin-bottom: 5px;
}

.cs-mb10 {
    margin-bottom: 10px;
}

.cs-f16 {
    font-size: 16px;
}

.cs-text_right {
    text-align: right;
}

.cs-invoice.cs-style1 .cs-logo {
    margin-bottom: 10px;
}

p {
    color: #777777;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.cs-ticket_wrap {
    display: flex;
}

.cs-ticket_left {
    flex: 1;
}

.cs-ticket_right {
    flex: none;
    width: 215px;
}

.cs-mb20 {
    margin-bottom: 20px;
}

.cs-mb15 {
    margin-bottom: 15px;
}

.cs-mb30 {
    margin-bottom: 30px;
}

.cs-mt10 {
    margin-top: 10px;
}


.cs-ticket_left {
    flex: 1;
}

.cs-grid_row {
    grid-gap: 0px;
}

.cs-grid_row {
    display: grid;
    grid-gap: 20px;
    list-style: none;
    padding: 0;
}

.cs-col_2,
.cs-col_3,
.cs-col_4 {
    grid-template-columns: repeat(1, 1fr);
}

.cs-title_1 {
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    min-width: 60%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cs-col_3 {
    grid-template-columns: repeat(3, 1fr);
}

.cs-semi_bold {
    font-weight: 600;
}

.cs-round_border {
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 6px;
}

.cs-table_responsive {
    overflow-x: auto;
}

.cs-table_responsive>table {
    min-width: 600px;
}

.cs-list.cs-style1 li>* {
    flex: none;
    width: 50%;
    padding: 7px 0px;
}

.cs-list.cs-style1 li:not(:last-child) {
    border-bottom: 1px dashed #eaeaea;
}

.cs-list.cs-style1 li {
    display: flex;
}

.cs-focus_bg {
    background: #f6f6f6;
}
.fh-mini {
    font-size:10px;
    text-transform: uppercase;
}

.cs-box.cs-style1 {
    border: 2px solid #eaeaea;
    border-radius: 5px;
    padding: 20px 10px;
    min-width: 150px;
}

.cs-accent_color, .cs-accent_color_hover:hover {
    color: #2ad19d;
}

.cs-mb0 {
    margin-bottom: 0px;
}
.cs-bold {
    font-weight: 700;
}
.cs-f22 {
    font-size: 22px;
}

.cs-text_center {
    text-align: center;
}

.cs-round_border {
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 6px;
}

.cs-table_responsive {
    overflow-x: auto;
}

table {
    color: #777777;
}

.cs-table_responsive>table {
    min-width: 600px;
}

.cs-focus_bg {
    background: #f6f6f6;
}

.cs-width_8 {
    width: 66.66666667%;
}

.cs-semi_bold {
    font-weight: 600;
}

.cs-table.cs-style2 td, .cs-table.cs-style2 th {
    padding: 12px 15px;
    line-height: 1.55em;
}
.cs-table.cs-style2 td {
    border: none;
}

.cs-width_4 {
    width: 33.33333333%;
}

.cs-width_2 {
    width: 16.66666667%;
}

.cs-invoice.cs-style1 .cs-invoice_footer {
    display: flex;
}

.cs-invoice.cs-style1 .cs-left_footer {
    width: 55%;
    padding: 10px 15px;
}

.cs-invoice.cs-style1 .cs-right_footer {
    width: 46%;
}

.cs-border_none {
    border: none;
}

.cs-table.cs-style1.cs-type1 {
    padding: 10px 30px;
}

.cs-accent_10_bg {
    background-color: rgba(42, 209, 157, 0.1);
}
