.kt-report-1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.cent-marg {
    margin: 0 auto;
}

.kt-report-1 .kt-report__container {
    width: 100%;
    margin: 0;
    padding: 0 30px
}

.kt-report-1 .kt-report__head {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-position: center
}

.kt-report-1 .kt-report__head .kt-report__brand {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .11)
}

.kt-report-1 .kt-report__head .kt-report__brand .kt-report__title {
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.kt-report-1 .kt-report__head .kt-report__brand .kt-report__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kt-report-1 .kt-report__head .kt-report__brand .kt-report__logo img {
    display: block;
    width: 12rem;
    margin-right: 2rem
}

.kt-report-1 .kt-report__head .kt-report__brand .kt-report__logo .kt-report__desc {
    color: #aaabf7;
    font-size: 1.25rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.kt-report-1 .kt-report__head .kt-report__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item .kt-report__subtitle {
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.25rem
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item .kt-report__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #aaabf7;
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 1.25rem
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item .kt-report__text {
    color: #aaabf7;
    font-size: 1.25rem;
    font-weight: 500
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item .kt-report__info .kt-report__text {
    float: right;
    padding-left: 4rem
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item .kt-report__info:last-child {
    padding-top: 1.7rem
}

.kt-report-1 .kt-report__head .kt-report__items .kt-report__item:first-child {
    margin-right: 1rem
}

.kt-report-1 .kt-report__body {
    padding: 1.25rem 0
}

.kt-report-1 .kt-report__body table {
    background-color: transparent
}

.kt-report-1 .kt-report__body table thead tr th {
    background-color: transparent;
    padding: 1rem 1rem .5rem 0;
    border-top: none;
    color: #595d6e;
    border-bottom: 1px solid #eaebec;
    font-weight: 500
}

.kt-report-1 .kt-report__body table thead tr th:not(:first-child) {
    text-align: right
}

.kt-report-1 .kt-report__body table thead tr th:last-child {
    padding-right: 0
}

.kt-report-1 .kt-report__body table tbody tr td {
    background-color: transparent;
    padding: 1rem 1rem 1rem 0;
    border-top: none;
    font-weight: 700;
    font-size: 14px;
    color: #595d6e
}

.kt-report-1 .kt-report__body table tbody tr td:not(:first-child) {
    text-align: right
}

.kt-report-1 .kt-report__body table tbody tr td:last-child {
    color: #5578eb;
    font-size: 14px;
    padding-right: 0
}

.kt-report-1 .kt-report__body table tbody tr:first-child td {
    padding-top: 1.8rem
}

.kt-report-1 .kt-report__footer {
    padding: 1.25rem 0
}

.kt-report-1 .kt-report__footer .kt-report__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kt-report-1 .kt-report__footer .kt-report__bank {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kt-report-1 .kt-report__footer .kt-report__bank .kt-report__title {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #74788d
}

.kt-report-1 .kt-report__footer .kt-report__bank .kt-report__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.kt-report-1 .kt-report__footer .kt-report__bank .kt-report__item .kt-report__label {
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 40px;
    color: #595d6e;
    text-align: left
}

.kt-report-1 .kt-report__footer .kt-report__bank .kt-report__item .kt-report__value {
    font-size: 1.1rem;
    font-weight: 400;
    color: #74788d;
    text-align: right
}

.kt-report-1 .kt-report__footer .kt-report__bank .kt-report__item:first-child {
    margin-right: 1rem
}

.kt-report-1 .kt-report__footer .kt-report__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.kt-report-1 .kt-report__footer .kt-report__total .kt-report__title {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #74788d
}

.kt-report-1 .kt-report__footer .kt-report__total .kt-report__price {
    color: #5578eb;
    font-weight: 700;
    font-size: 24px
}

.kt-report-1 .kt-report__footer .kt-report__total .kt-report__notice {
    font-size: 1rem;
    font-weight: 500;
    color: #74788d
}

.kt-report-1 .kt-report__actions {
    padding: 2rem 0;
    background-color: #f7f8fa
}

.kt-report-1 .kt-report__actions .kt-report__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1025px) {
    .kt-report-1 .kt-report__container {
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 1024px) {


    .kt-report-1 .kt-report__head {
        padding: 2rem 0
    }

    .kt-report-1 .kt-report__head .kt-report__container {
        width: 100%;
        margin: 0;
        padding: 5px 15px
    }

    .kt-report-1 .kt-report__head .kt-report__brand .kt-report__title {
        font-size: 4rem
    }

    .kt-report-1 .kt-report__head .kt-report__items .kt-report__item:last-child {
        padding-top: 2rem
    }

    .kt-report-1 .kt-report__body {
        padding: 30px 20px
    }

    .kt-report-1 .kt-report__footer {
        padding: 20px
    }

    .kt-report-1 .kt-report__footer .kt-report__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .kt-report-1 .kt-report__footer .kt-report__bank {
        margin-right: 0
    }

    .kt-report-1 .kt-report__footer .kt-report__bank .kt-report__item .kt-report__label {
        margin-right: 20px
    }

    .kt-report-1 .kt-report__footer .kt-report__total {
        margin-top: 30px;
        text-align: left
    }

    .kt-report-1 .kt-report__actions {
        padding: 2rem 20px
    }

    .kt-report-1 .kt-report__actions .kt-report__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

}

@media print {

    #printable {
        visibility:hidden;
    }

    #printable { /* aligning the printable area */
        position: absolute;
    }

    /*.card-body {
        display: none !important
    }*/
   
    .kt-report-1 .kt-report__head {
        padding: 2rem 0;
    }

    .kt-body, .kt-content, .kt-wrapper, body {
        background: 0 0 !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .kt-report-1 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .kt-report-1 .kt-report__head {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .kt-report-1 .kt-report__head .kt-report__container {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .kt-report-1 .kt-report__actions {
        display: none !important
    }

    .kt-report-1 .kt-report__container {
        width: 100%;
        padding: 0 10px
    }
}