@charset "UTF-8";

body.st-book-interpretation{
   background-color: #fff !important;
}
body.st-book-interpretation .kt-portlet{
    background-color: #fff !important;
    box-shadow: none !important;
    border: 1px solid #eeeef4;
}

.kt-outside-page .book-interpretation .kt-blogin__head{
    padding-top: 40px;
}

.st-book-interpretation .kt-header{
    height: auto !important;
}
.st-book-interpretation .kt-header .kt-header__top{
    height: auto !important;
}

.book-interpretation {
    flex-direction: column;
}

.book-interpretation .book-interpretation__nav {
    border-bottom: 1px solid #eeeef4;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
}
.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item:hover{
    cursor: pointer;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item:after {
    font: normal normal normal 16px/1 "LineAwesome";
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f112";
    font-size: 1.8rem;
    color: #a2a5b9;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item:last-child:after {
    content: none;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-icon {
    color: #a2a5b9;
    margin-bottom: 0.5rem;
}
/*.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-icon svg{*/
    /*width: auto;*/
    /*height: 45px;*/
/*}*/


.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-icon g [fill] {
    transition: fill 0.3s ease;
    fill: #a2a5b9;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-icon:hover g [fill] {
    transition: fill 0.3s ease;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #74788d;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="done"]:after,
.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="current"]:after {
    color: #ff6900;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="done"] .book-interpretation__nav-body .book-interpretation__nav-icon,
.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="current"] .book-interpretation__nav-body .book-interpretation__nav-icon {
    color: #ff6900;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="done"] .book-interpretation__nav-body .book-interpretation__nav-icon g [fill],
.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="current"] .book-interpretation__nav-body .book-interpretation__nav-icon g [fill] {
    transition: fill 0.3s ease;
    fill: #ff6900;
}

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="done"] .book-interpretation__nav-body .book-interpretation__nav-icon:hover g [fill],
.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="current"] .book-interpretation__nav-body .book-interpretation__nav-icon:hover g [fill] {
    transition: fill 0.3s ease;
}

/*.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="done"] .book-interpretation__nav-body .book-interpretation__nav-label,*/
/*.book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item[data-ktwizard-state="current"] .book-interpretation__nav-body .book-interpretation__nav-label {*/
    /*color: #ff6900;*/
/*}*/

.book-interpretation .book-interpretation__nav .book-interpretation__nav-items.book-interpretation__nav-items--clickable .book-interpretation__nav-item {
    cursor: pointer;
}

@media (max-width: 1399px) {
    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.st-book-interpretation .kt-portlet{
        border: none;
    }
    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0;
    }

    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item {
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }

    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item:after {
        position: absolute;
        right: 2rem;
    }

    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item:last-child:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 2rem;
        color: #a2a5b9;
    }

    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body {
        flex-direction: row;
        justify-content: flex-start;
        flex: 0 0 100%;
        padding: 0.5rem 2rem;
    }

    .book-interpretation .book-interpretation__nav .book-interpretation__nav-items .book-interpretation__nav-item .book-interpretation__nav-body .book-interpretation__nav-icon {
        font-size: 1.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.book-interpretation .book-interpretation__wrapper {

}

.book-interpretation .book-interpretation__wrapper .kt-form {
    width: 100%;
    padding: 3rem;
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content{
    padding: 2rem 3rem;
    /*width: 80%;*/
    margin: 0 auto 2rem;
}
@media (max-width: 576px) {
    .book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content{
        padding: 0;
    }
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content .book-interpretation__form {
    margin-top: 0rem;
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content .book-interpretation__review .book-interpretation__review-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eeeef4;
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content .book-interpretation__review .book-interpretation__review-item .book-interpretation__review-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content .book-interpretation__review .book-interpretation__review-item .book-interpretation__review-content {
    line-height: 1.8rem;
}

.book-interpretation .book-interpretation__wrapper .kt-form .book-interpretation__content .book-interpretation__review .book-interpretation__review-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid #eeeef4;
}
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #595d6e;
    margin-right: 10px;
    margin-top: 20px;
}
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
    font-weight: 500;
    padding-bottom: 0.5rem;
    font-size: 2em;
}
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__text {
    font-weight: 400;
    color: #74788d;
}


@media (max-width: 576px) {
    .book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions .btn {
        margin: 0 0.5rem 1rem;
    }
}

.book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
    margin-right: auto;
}

@media (max-width: 576px) {
    .book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
        margin-right: 0.5rem;
    }
}

.book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
    margin: auto 0 auto auto;
}

@media (max-width: 576px) {
    .book-interpretation .book-interpretation__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
        margin: 0 0 1rem;
    }
}

@media (max-width: 768px) {

    .book-interpretation .book-interpretation__wrapper .kt-form {
        width: 100%;
        padding: 0;
    }
}

.book-interpretation.book-interpretation--white .book-interpretation__wrapper {
    background-color: #ffffff;
}

.book-interpretation [data-ktwizard-type="step-info"] {
    display: none;
}

.book-interpretation [data-ktwizard-type="step-info"][data-ktwizard-state="current"] {
    display: block;
}

.book-interpretation [data-ktwizard-type="step-content"] {
    display: none;
}

.book-interpretation [data-ktwizard-type="step-content"][data-ktwizard-state="current"] {
    display: block;
}

.book-interpretation [data-ktwizard-type="action-prev"] {
    display: none;
}

.book-interpretation [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.book-interpretation [data-ktwizard-type="action-submit"] {
    display: none;
}

.book-interpretation[data-ktwizard-state="first"] [data-ktwizard-type="action-prev"] {
    display: none;
}

.book-interpretation [data-ktwizard-state="first"] [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.book-interpretation [data-ktwizard-state="first"] [data-ktwizard-type="action-submit"] {
    display: none;
}

.book-interpretation [data-ktwizard-state="between"] [data-ktwizard-type="action-prev"] {
    display: inline-block;
}

.book-interpretation [data-ktwizard-state="between"] [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.book-interpretation [data-ktwizard-state="between"] [data-ktwizard-type="action-submit"] {
    display: none;
}

.book-interpretation [data-ktwizard-state="last"] [data-ktwizard-type="action-prev"] {
    display: inline-block;
}

.book-interpretation [data-ktwizard-state="last"] [data-ktwizard-type="action-next"] {
    display: none;
}

.book-interpretation [data-ktwizard-state="last"] [data-ktwizard-type="action-submit"] {
    display: inline-block;
}



.book-interpretation-right {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-widget.book-interpretation-right .kt-widget__body {
    width: 100%;
    margin: 0;
    padding: 15px;
}

.kt-widget.book-interpretation-right .kt-widget__contact{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.kt-widget.book-interpretation-right .kt-widget__contact .kt-widget__label{
    padding-right: 5px;
    float: left;
}

.kt-widget.book-interpretation-right .kt-widget__contact .kt-widget__data{
    float: left;
}

.kt-widget.book-interpretation-right .kt-widget__contact .language-tag{
    padding:4px 4px 3px 9px;
    margin-right: 3px;
    background-color: rgba(251,109,76,.04);
    border: 1px solid #ddd;
}
.kt-widget.book-interpretation-right .kt-widget__contact .language-tag a.kt-close{
    color: #ccc;
}
.kt-widget.book-interpretation-right .kt-widget__contact .language-tag a.kt-close:hover{
    color: #e5462a;
}

.kt-widget.book-interpretation-right .kt-widget__total {
    padding: 15px;
}

.kt-widget.book-interpretation-right .kt-widget__total .kt-total__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kt-widget.book-interpretation-right .kt-widget__total .kt-total__label {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kt-widget.book-interpretation-right .kt-widget__total .kt-total__label .kt-total__title {
    font-weight: 400;
    color: #74788d;
}

.kt-widget.book-interpretation-right .kt-widget__total .kt-total__label .kt-total__data {
    font-weight: 700;
    font-size: 24px;
}

.kt-widget.book-interpretation-right .kt-widget__total .kt-total__label .kt-invoice__notice {
    font-size: 1rem;
    font-weight: 500;
    color: #74788d;
}


.kt-widget.book-interpretation-right .kt-invoice__actions {
    padding: 2rem 0;
}

.kt-widget.book-interpretation-right .kt-invoice__actions .kt-total__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.kt-book-invoice {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-book-invoice .kt-invoice__container {
    width: 100%;
    margin: 0;
    padding: 0 7rem;
}

.kt-book-invoice .kt-invoice__head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__container {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__brand {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
    font-weight: 700;
    font-size: 2.7rem;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 1rem 0 1rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.kt-book-invoice .kt-invoice__head .kt-invoice__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.kt-book-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item:last-child {
    margin-right: 0;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
    padding-bottom: 5px;
}

.kt-book-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__text {
    font-weight: 500;
}

.kt-book-invoice .kt-invoice__body {
    padding: 3rem 0;
}

.kt-book-invoice .kt-invoice__body .kt-invoice__language{
    display: inline-block;
}
.kt-book-invoice .kt-invoice__body .kt-invoice__language .kt-media.kt-media--xs img{
    max-width: 22px;
    height: 22px;
}

.kt-book-invoice .kt-invoice__body table {
    background-color: transparent;
}

.kt-book-invoice .kt-invoice__body table thead tr th {
    background-color: transparent;
    padding: 1rem 0 0.5rem 0;
    border-top: none;
    color: #74788d;
}

.kt-book-invoice .kt-invoice__body table thead tr th:not(:first-child) {
    text-align: right;
}

.kt-book-invoice .kt-invoice__body .files-list table tbody tr td {
    padding: .5rem 0 .5rem 0;
}
.kt-book-invoice .kt-invoice__body table tbody tr td {
    background-color: transparent;
    padding: 1rem 0 1rem 0;
    border-top: none;
    color: #595d6e;
    font-weight: 500;
}

.kt-book-invoice .kt-invoice__body table tbody tr td:not(:first-child) {
    text-align: right;
}

.kt-book-invoice .kt-invoice__body table tbody tr td:last-child {
    color: #ff6900;
    font-size: 1.2rem;
}

.kt-book-invoice .kt-invoice__body table tbody tr:first-child td {
    padding-top: 1.8rem;
}

.kt-book-invoice .kt-invoice__footer {
    padding: 3rem 0;
    background-color: #f7f8fa;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__bank {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__title {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #74788d;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
    font-weight: 500;
    margin-right: 40px;
    color: #595d6e;
    text-align: left;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__value {
    font-weight: 400;
    color: #74788d;
    text-align: right;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__total {
    display: flex;
    flex-direction: column;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #74788d;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__price {
    font-weight: 700;
    font-size: 24px;
}

.kt-book-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__notice {
    font-size: 1rem;
    font-weight: 500;
    color: #74788d;
}
.kt-book-invoice .kt-wizard-v1 .kt-wizard-v1__wrapper{
    background-color: #fff !important;
}

.kt-book-invoice .kt-invoice__actions {
    padding: 2rem 0;
}

.kt-book-invoice .kt-invoice__actions .kt-invoice__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .kt-book-invoice .kt-invoice__container {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .kt-book-invoice .kt-invoice__head {
        padding: 20px 0;
    }

    .kt-book-invoice .kt-invoice__head .kt-invoice__brand {
        display: flex;
        flex-direction: column;
    }

    .kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
        text-align: left;
    }

    .kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
        text-align: left;
    }

    .kt-book-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
        text-align: left;
    }
    .kt-book-invoice .kt-invoice__body {
        padding: 2rem 0;
    }

    .kt-book-invoice .kt-invoice__footer {
        padding: 2rem 0;
    }

    .kt-book-invoice .kt-invoice__footer .kt-invoice__container {
        flex-direction: column;
    }

    .kt-book-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
        margin-right: 20px;
    }

    .kt-book-invoice .kt-invoice__footer .kt-invoice__total {
        margin-top: 30px;
        text-align: left;
    }
    .kt-widget.book-interpretation-right .kt-widget__body{
        padding: 15px 0;
    }
    .kt-portlet .kt-portlet__head{
        padding: 0;
    }
    .kt-widget.book-interpretation-right .kt-widget__total {
        padding: 0;
    }
}


/* DEVELOPER CSS */
.input-group-append.input-group-addon > span{
    height: 100% !important;
    width: 100% !important;
}


/*New Project - Delivery Details - three-price-type*/
.zoom-price-type label.kt-option{
    position: relative;
    overflow: hidden;
}
.zoom-price-type .translation_type {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: -45px;
    z-index: 99;
    top: -14px;
    padding: 28px 41px 4px 41px;
    color: #fff;
    background: #ff6900;
}
.zoom-price-type .kt-option.kt-option-active{
    border: 1px solid #ff6900;
}
.zoom-price-type .kt-option.kt-option-active .kt-radio > span{
    border-color: #ff6900;
 }
.zoom-price-type .kt-option.kt-option-active .kt-radio > span:after{
    border-color: #ff6900;
}


.accordion.accordion-toggle-svg .card .card-header .card-title .la.la-angle-down{
    transform: rotate(180deg);
    transition: all 0.3s;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed .la.la-angle-down{
    transform: rotate(0deg);
    transition: all 0.3s;
}



/*New Project - Delivery Details - three-price-type*/
.book-interpretation__content .three-price-type label.kt-option{
    position: relative;
    overflow: hidden;
}
.book-interpretation__content .three-price-type .translation_type {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: -57px;
    z-index: 99;
    top: -14px;
    padding: 28px 41px 4px 41px;
    color: #fff;
    background: #cccccc;
    width: 160px;
    height: 60px;
}
.book-interpretation__content .three-price-type .kt-option-checked .translation_type {
    background: #ff6900;
}