body {
    background: #F9FBFD;
    color: #404145;
    font-family: "Cerebri Sans", sans-serif;
}

.main-container {
    padding: 10px 0;
}

.main-container-avatar {
    margin: 10px 0 20px 10px;
}

.main-container-title,
.main-container-desc {
    margin: 20px 10px;
}

.main-container-title h2 {
    text-align: center;
}

.main-container-avatar-meal-plan {
    width: 100%;
    height: 100%;
}

.main-container-avatar-meal-plan-inner {
    padding-top: 200px;
    text-align: center;
}

.container-avatar {
    display: inline-block;
    vertical-align:middle;
}

.avatar {
    position: relative;
    vertical-align:middle;
    display: inline-block;
    width: 82px;
    height: 82px;
    margin-right: 15px;
    font-size: 1rem;
    flex-shrink: 0 !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.name-coach {
    display: inline-block;
    vertical-align:middle;
}

.meal-plan-image {
    max-width: 40%;
    margin: 3em 0;
}

.container-pdf-desc,
.day-container {
    page-break-after: always;
}

.container-pdf-desc h1,
.container-pdf-desc h2,
.container-pdf-desc h3,
.container-pdf-desc h4,
.container-pdf-desc h5,
.container-pdf-desc h6,
.container-pdf-desc p {
    margin: 0;
}

.text-week {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.text-workout-name {
    margin-left: 10px;
}

.text-aliment-name {
    margin-left: 10px;
    margin-top: 20px;
}

.container-text-week {
    padding: 12px;
}

.container-meal-plan-aliment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-primary {
    background-color: #92000F !important;
}

.text-primary {
    color: #92000F !important;
}

.badge-soft-danger {
    color: #E63757;
    background-color: #fad7dd;
    margin-left: 10px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.border-0 {
    border: 0 !important;
}

.m-0 {
    margin: 0;
}

.pr-3 {
    padding-right: 20px;
}

.container-work {
    display: table;
    width: 100%;
    border-spacing: 0 4px;
}

.container-inner-work {
    display: table-cell;
    width: 49%;
}

.container-aliment {
    display: table;
    width: 100%;
    border-spacing: 0 4px;
    padding: 0 20px;
}

.meal-description {
    margin: 20px;
    padding: 0 10px 10px 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
}

.container-inner-aliment {
    display: table-cell;
}

.container-inner-aliment-1 {
    width: 70%;
}

.container-inner-aliment-2 {
    width: 20%;
    text-align: right;
}

.container-recipe {
    border-left: 2px solid #92000F;
    margin-left: 20px;
    margin-bottom: 10px;
}

.recipe-description-container {
    margin-left: 20px;
    margin-right: 20px;
}

.text-recipe-name {
    margin-left: 10px;
    margin-top: 10px;
}

.icon-asset {
    font-size: 20px;
}

.value{
    font-size: 1rem;
    font-weight: 700;
}

.label {
    font-size: 0.9rem;
    font-weight: 700;
}

.badge {
    display: inline-block;
    padding: 0.33em 0.5em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 6px;
}

.mt-0 {
    margin-top: 0;
}

.mt-4 {
    margin-top: 24px;
}

h2, .h2 {
    font-size: 1rem;
}

h3, .h3 {
    margin-bottom: 0.84375rem;
}

h3, .h3 {
    font-size: 1.0625rem;
}

h4, .h4 {
    font-size: 0.9375rem;
}

h5, .h5 {
    font-size: 0.8125rem;
}

.test-float-main {
    display: table;
    width: 100%;
    border-spacing: 10px;
}

.container-item {
    display: table-cell;
    width: 50%;
    /* height: 100%; */
    margin-bottom: 1em;
    position: relative;
    border: 2px solid #949292;
    background: #fff;
    margin: 0;
    padding: 10px;
    /* page-break-inside: avoid; */
}

.container-asset {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: right;
}



@page {
    margin: 10px;
}
.visit-pdf .page.with-break {
    page-break-after:always;
}
.visit-pdf .header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;;
}
.visit-pdf section {
    margin-bottom: 20px;
}
.visit-pdf section h2 {
    font-size: 22px;
    background-color: rgb(203, 50, 52);
    color: #fff;
    padding: 12px 8px;
}
.visit-pdf table {
    width: 100%;
    margin-top: 20px;
}
.visit-pdf table th,
.visit-pdf table td {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.visit-pdf table th {
    font-weight: bold;
    white-space: nowrap;
    width: 25%;
}
.visit-pdf table .row-head th {
    background-color: #f0f0f0;
    font-size: 16px;
    padding: 12px 4px;
}
.blocks-data table td {
    padding: 0 10px;
    border: 0;
}
.blocks-data.blocks-2 {
    margin: 0 100px;
}
.blocks-data.blocks-2 table td {
    padding: 0 20px;
}
.blocks-data td {
    width: 33%;
}
.blocks-data .block {
    background-color: rgb(203, 50, 52);
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: 100px;
}
.blocks-data .block h4 {
    font-size: 16px;
    margin-top:0;
    margin-bottom: 0;
}
.blocks-data .block h3 {
    font-size: 34px;
    margin: 6px 0 10px;
}
.table-col {
    border: 0 !important;
}
.table-2 td {
    width: 50%;
    vertical-align: top;
}
.reference .info .title {
    text-align: center;
    font-size: 18px;
    background-color: #f0f0f0;
}
