/*2 blocks*/
.line-info {
    background-color: #d5ffde;
    border-radius: 15px;
    border: 2px solid #57c42c;
    padding: 17px 15px;
}

.greenbg {
    background-color: #12ac5e;
    border-color: #12ac5e;
}

.greenbg h5 {
    color: #fff;
}

.line-info h5, .guarantee-bot h5 {
    font-size: 23px;
    padding-left: 12px;
    margin-top: 0;
    text-align: center;
}

.line-info img, .guarantee-bot img {
    max-height: 30px;
}

.guarantee-bot img {
    max-height: 45px;
}

@media(max-width: 767px) {
    .line-info img, .guarantee-bot img {
       max-height: 27px;
    }
    .guarantee-bot img {
       max-height: 35px;
    }
    .guarantee-bot h5 {
        font-size: 21px;
    }
}

.reg-price-p {
  font-size: 17px;
  line-height: 1.2;
}

.bef-aft-price p {
    font-family: 'Serifa-Roman';
    color: #fff;
    margin-top: 0;
}

.reg-price-val {
    font-size: 27px;
    line-height: 0.9;
    text-decoration: line-through;
}

.reg-price, .new-price {
    padding: 15px;
}

.reg-price {
    width: 45%;
}

.new-price {
    width: 55%;
}

.new-price p {
    font-family: 'Serifa-Bold';
}

.new-price-p {
    font-size: 22px;
    line-height: 1;
}

.new-price-val {
    font-size: 41px;
    line-height: 0.9;
}

@media(max-width: 991px) {
    .reg-price, .new-price {
        padding: 15px 10px;
    }
    .reg-price-p {
      font-size: 15px;
    }
    .reg-price-val {
        font-size: 25px;
    }
    .new-price-p {
        font-size: 20px;
    }
    .new-price-val {
        font-size: 37px;
    }
}

@media(max-width: 767px) {
    .reg-price-p {
      font-size: 20px;
    }
    .reg-price-val {
        font-size: 30px;
    }
    .new-price-p {
        font-size: 25px;
    }
    .new-price-val {
        font-size: 42px;
    }
}

@media(max-width: 470px) {
    .reg-price, .new-price {
        padding: 3.1vw;
    }
    .reg-price-p {
        font-size: 4.1vw;
    }
    .reg-price-val {
        font-size: 6vw;
    }
    .new-price-p {
        font-size: 5.5vw;
    }
    .new-price-val {
        font-size: 8.2vw;
    }
}

.reg-price {
    background-color: #0b4551;
}

.new-price {
    background-color: #12ac5e;
}

.bef-aft-price {
    border-radius: 15px;
    overflow: hidden;
}

.guarantee {
    margin-top: 45px;
}

@media(max-width: 991px) {
    .guarantee {
        margin-top: 25px;
    }
}

.guarantee-bot {
    background-color: #12ac5e;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 17px 15px;
}

.guarantee-top {
    background-color: #1291ac;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.guarantee-text li, .guarantee-text li:last-child {
    font-size: 16px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    margin-top: 24px;
}

@media(max-width: 460px) {
    .guarantee-text li {
        font-size: 14px;
        padding-left: 18px !important;
    }
}

.guarantee-text li:first-child {
    margin-top: 0;
}

.guarantee .doctor {
    max-height: 380px;
}

.sale-block {
    position: relative;
}

.sale-text {
    background-color: #e60020;
    border-radius: 15px;
    padding: 25px;
    padding-right: 15px;
    padding-left: 140px;
    margin-top: 85px;
}

.sale-sub-text {
    padding-left: 140px;
    padding-top: 18px;
}

@media(max-width: 991px) {
   .sale-text, .sale-sub-text {
      padding-left: 125px;
   }
}

@media(max-width: 440px) {
    .sale-text {
        padding: 7vw;
        padding-right: 2px;
        margin-top: 15vw;
    }
    .sale-text, .sale-sub-text {
      padding-left: 30%;
    }
}

.on-sale {
    max-height: 260px;
    position: absolute;
    top: -50px;
    filter: drop-shadow(0 0 12px rgba(0,0,0,0.27));
}

@media(max-width: 991px) {
    .on-sale {
        max-height: 230px;
    }
}

.sale-block h6 {
    font-size: 20px;
    text-align: left;
}

@media(max-width: 440px) {
    .on-sale {
        max-height: none;
        width: 30%;
        top: -17%;
    }
    .sale-block h6 {
        font-size: 5.2vw;
    }
}

.price {
    margin-right: 5px;
}

.price:last-child {
    margin-right: 0;
}

.price {
    border-radius: 25px;
    padding: 15px 30px 16px 30px;
}

.price p, .prices2 p  {
    font-family: 'Serifa-Bold';
    font-size: 28px;
    line-height: 1.1;
}

@media(max-width: 370px) {
    .price p, .prices2 p  {
        font-size: 25px;
    }
}

@media (max-width: 1260px) {
   .prices {
      padding-top: 18px;
   }
   .pay h6 {
      width: 100%;
   }
}

@media(max-width: 991px) {
    .prices {
        width: 100%;
        justify-content: center;
    }
}

.note .icon-text {
    flex: 1 1;
    padding-right: 10px;
}

.red-price {
    background-color: #ffc6ce;
    border: 2px solid #e60524;
}

.red-price p, .cross-out {
    text-decoration: line-through;
}

.green-price {
    background-color: #12ac5e;
    border: 2px solid #12ac5e;
}

.green-price p {
    color: #fff;
}

.pay {
    border-top: 2px solid #b2dfe9;
    border-bottom: 2px solid #b2dfe9;
    padding: 20px 0;
    margin-top: 33px;
}

.item-top {
    min-height: 112px;
}

@media(max-width: 767px) {
    .item-top {
        min-height: auto;
    }
}

.payment-logo {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #9ca9ae;
    padding: 12px 15px;
}

@media(max-width: 767px) {
    .payment-logo {
      padding: 10px 15px;
    }
}

.cards img {
    max-height: 50px;
}

.payment-logo img {
    max-height: 40px;
}

@media(max-width: 500px) {
    .payment-logo img {
        max-height: 35px;
    }
    .payment-logo {
        min-height: 75px;
    }
}

/*end*/

.logo-block {
    margin-top: 26px;
}

@media(max-width: 767px) {
    .logo-block {
        width: 100%;
    }
    .logo-block img {
        margin: 0 auto;
    }
    .icon-text img {
        max-height: 40px;
    }
}

.logotypes {
    background-color: #ffffff;
    padding: 25px 0 45px 0;
}

.logo2-block {
    width: 20%;
    margin-top: 20px;
    padding: 0 10px;
}

.logo2-block img {
    margin: 0 auto;
}

@media(max-width: 767px) {
    .logotypes {
        padding: 20px 0 40px 0;
    }
    .logotypes .spb {
        justify-content: center;
    }
    .logo2-block {
        width: 42%;
    }
    .logo2-block:first-child {
        width: 100%;
    }
}

@media(max-width: 500px) {
    .logo2-block {
        width: 50%;
    }
}
#modalA_content .contact-information-content .cardContent, #modalA_content .other-information-content .cardContent {
    padding: 0.5rem 1.2rem;
    flex-grow: 1;
}

#modalA_content .contact-information-content .nameIconContainer, #modalA_content .other-information-content .nameIconContainer {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5rem;
    min-height: 2.5rem;
}

#modalA_content .cardContent .headerPretextContainer {
    margin-top: 15px;
}

#modalA_content .contact-information-content .nameIconContainer div.headerPretextContainer, #modalA_content .other-information-content .nameIconContainer div.headerPretextContainer {
    width: 100%;
}

#modalA_content .card .name {
    font-family: system-ui;
    font-size: 1.4rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
}

#modalA_content .nameIconContainer svg {
    width: 70px;
    height: 50px;
}

#modalA_content svg {
    vertical-align: middle;
}

#modalA_content .addressContainer {
    position: relative;
}

#modalA_content .grid {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0px;
    display: block;
    font-size: 0px;
}

#modalA_content .grid {
    margin-bottom: 24px;
    margin-top: 12px;
    margin: auto;
}

#modalA_content .compact {
    padding: 0px;
}

@media screen and (max-width: 768px) {
    #modalA_content .grid > .row:not(.fixed), #modalA_content .grid.insulated > .row:not(.fixed), #modalA_content .grid.compact > .row:not(.fixed) {
        width: 100%;
        display: block;
    }

    #modalA_content .grid > .row:not(.fixed) > [class*=col], #modalA_content .grid.insulated > .row:not(.fixed) > [class*=col], #modalA_content .grid.compact > .row:not(.fixed) > [class*=col] {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .wrap_m {
        display: grid;
    }
}

#modalA_content .grid.compact > .row {
    margin-bottom: 0px;
}

#modalA_content .grid > .row {
    font-size: 0px;
    padding-left: 0px;
    max-width: none;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

#modalA_content .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

#modalA_content .grid > .row > .col, #modalA_content .grid > .row > .col-1, #modalA_content .grid > .row > .col-2, #modalA_content .grid > .row > .col-3, #modalA_content .grid > .row > .col-4, #modalA_content .grid > .row > .col-5, #modalA_content .grid > .row > .col-6, #modalA_content .grid > .row > .col-7, #modalA_content .grid > .row > .col-8, #modalA_content .grid > .row > .col-9, #modalA_content .grid > .row > .col-10, #modalA_content .grid > .row > .col-11, #modalA_content .grid > .row > .col-12 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1rem;
    margin-right: 0;
    word-wrap: break-word;
    margin-left: 0;
    margin-bottom: 12px;
}

#modalA_content .col, #modalA_content .col-1, #modalA_content .col-2, #modalA_content .col-3, #modalA_content .col-4, #modalA_content .col-5, #modalA_content .col-6, #modalA_content .col-7, #modalA_content .col-8, #modalA_content .col-9, #modalA_content .col-10, #modalA_content .col-11, #modalA_content .col-12 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 12px;
    word-wrap: break-word;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#modalA_content .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

#modalA_content label, #modalA_content .fieldGroupPrompt {
    color: #767676;
    display: block;
    line-height: 1rem;
    text-align: left;
}

#modalA_content label {
    border-color: transparent;
    border-style: none solid;
    border-width: 0 1px;
    font-size: 0.75rem;
    margin: 0 0.4rem;
    padding: 0.2rem 0 0;
    width: fit-content;
    position: relative;
    z-index: 1;
}

    #modalA_content label.required::before, #modalA_content .required label::before, #modalA_content .fieldGroupPrompt.required::before, #modalA_content .required .fieldGroupPrompt::before {
        content: "";
        display: inline-block;
        vertical-align: top;
        background: url(/thinera/required_asterisk.png) scroll no-repeat transparent 0 0 / 0.4rem 0.4rem;
        margin: 0.15rem 0.15rem 0 0;
        height: 0.4rem;
        width: 0.4rem;
    }

#modalA_content input:invalid, #modalA_content select:invalid, #modalA_content textarea:invalid {
    box-shadow: none;
}

#modalA_content input[type=button], #modalA_content input[type=submit], #modalA_content input[type=text], #modalA_content textarea {
    -webkit-appearance: none;
}

#modalA_content label + input, #modalA_content label + select, #modalA_content label + ._TextInput {
    padding-top: 1.2rem;
    margin-top: -1.2rem;
}

#modalA_content input, #modalA_content select, #modalA_content textarea {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #000000;
    display: block;
    font-family: Source Sans Pro, Calibri, Arial, sans-serif;
    font-size: 1rem;
    line-height: normal;
    margin: 0 0 0;
    padding: 0.25rem 0.4rem;
    resize: none;
    width: 100%;
}

#modalA_content .card .buttonList {
    bottom: 10px;
    min-height: 3rem;
    padding: 0.5rem;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    padding-left: 6%;
    text-align: center;
}

#modalA_content .button {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #1c85d1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    fill: currentColor;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    margin: 0.5rem 0;
    padding: 0.375rem 0.75rem !important;
    position: relative;
    text-align: center;
    user-select: none;
    white-space: normal;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
    #modalA_content .card .buttonList {
        flex-wrap: wrap;
        justify-content: center;
    }

    #modalA_content .button {
        margin: 0 0.5rem 0 0;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        border: none;
        border-radius: 4px;
        fill: currentColor;
        font-family: inherit;
        font-size: 1rem;
        line-height: normal;
        padding: 0.375rem 0.75rem;
        position: relative;
        text-align: center;
        user-select: none;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

#modalA_content .clrButton {
    margin-right: auto;
}

    #modalA_content .clrButton input {
        border: none;
        font-size: 18px;
        float: inline-start;
    }

#modalA_content [type=button]:not(:disabled), #modalA_content [type=reset]:not(:disabled), #modalA_content [type=submit]:not(:disabled), #modalA_content button:not(:disabled) {
    cursor: pointer;
}

#modalA_content input.multi, #modalA_content .button.multi, #modalA_content .formbuttons .button, #modalA_content input[type=submit], #modalA_content input[type=cancel], #modalA_content .section .button:only-child {
    display: inline-block;
    margin: 0.5rem 0.5rem 0 0;
    vertical-align: top;
    width: auto;
}

#modalA_content input[type=button], #modalA_content input[type=submit], #modalA_content input[type=text], textarea {
    -webkit-appearance: none;
}

#modalA_content .updButton {
    display: flex;
    justify-content: right;
    margin-right: 25px;
}

#modalA_content .button.primary.positive {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #52cc6e;
}

#modalA_content .button.secondary.negative {
    background-color: #ffffff;
    border: 1px solid currentColor;
    box-shadow: none;
    color: #d94f57;
}

#modalA_content .clrButton input, .ph_em-row {
    display: none !important;
}

.add-overlay {
    background-image: unset !important;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(53 53 53 / 79%);
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 7000000;
    padding: 15px;
    padding-top: 30px;
    overflow-x: hidden;
}

.add-table {
    display: table;
    width: 100%;
    height: 100%;
}

.add-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
}

.add-modal {
    position: relative;
    display: block;
    width: 100%;
    max-width: 525px;
    background-color: #fff;
    border-radius: 25px;
    margin: 0 auto;
}

/*.dm-overlay {
    background-image: url(/weightloss/img/confetti.gif);
}*/

input.btn {
    padding: 0;
    min-height: 60px;
}
.sale-block.dvMed .sale-text {
    background-color: #ffffff;
    border: 1px solid red;
    border-radius: 15px;
    padding-top: 0;
    margin-top: 44px;
}

.sale-block.dvMed .ba_details_visit_description .subtle {
    font-size: 0.93rem;
}

.sale-block.dvMed .org-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: #ff0000a1;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.sale-block.dvMed .mem-price {
    font-size: 25px;
    color: #12ac5e;
    position: relative;
    top: -9px;
    right: 6px;
}

.on-sale {
    top: 90px;
}
.dvMed .ba_details_visits_container {
    padding: 0.25rem !important;
}

    .dvMed .ba_details_visits_container .sm-only.ba_details_visit_amount_date_and_badge {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        overflow-wrap: anywhere;
    }

    .dvMed .ba_details_visits_container .sm-only.verticalDate {
        padding-left: 0.3rem;
        flex: 1 1 auto;
        min-width: 50px;
        font-size: 22px;
    }

.dvMed .verticalDate {
    color: #41a0ff;
}

.dvMed .ba_details_visits_container .sm-only.ba_details_visit_amount_date_and_badge .ba_details_visit_amount_statusbadges {
    width: fit-content;
    margin-left: auto;
}

.dvMed .ba_details_visit_amount_statusbadges {
    padding-bottom: 0.2rem;
}

.dvMed .ba_details_visits_container .sm-only.ba_details_visit_amount_date_and_badge .statusBadge {
    width: fit-content;
    margin-right: 0.3rem;
    hyphens: auto;
}

.dvMed .ba_details_visits_container .statusBadge {
    width: fit-content;
    margin-left: auto;
    margin-top: 0.2rem;
    border-radius: 1rem;
}

.dvMed .statusBadge.neutral {
    background-color: #ffbd00;
    border-color: #916300;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.7px;
}

.dvMed .statusBadge {
    border-style: solid;
    border-width: 2px;
}

    .dvMed .statusBadge .badgeContents {
        font-size: 1rem;
        padding: 0.1rem 0.5rem;
    }

.dvMed .ba_details_visits_container .sm-only.ba_details_visit_amount_date_and_badge .statusBadge {
    width: fit-content;
    margin-right: 0.3rem;
    hyphens: auto;
}

.dvMed .ba_details_visit_description {
    margin: 0 0.3rem 0.6rem 0.3rem;
    width: calc(100% - 0.6rem);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.6rem;
}

    .dvMed .ba_details_visit_description .subtle {
        font-size: 0.85rem;
    }

    .dvMed .ba_details_visit_description .ba_details_visit_subtext {
        margin-top: 0.1rem;
    }

.dvMed .subtle {
    color: #767676;
    font-size: 0.8rem;
    line-height: 1rem;
}

.dvMed #ba_details_past_visits .ba_details_statement_amount, .dvMed #ba_details_past_visits .ba_details_estimate_amount, .dvMed #ba_details_past_visits .ba_details_visit_amount, .dvMed #ba_details_scheduled_payments_list .dvMed .ba_details_statement_amount, .dvMed #ba_details_scheduled_payments_list .ba_details_estimate_amount, .dvMed #ba_details_scheduled_payments_list .ba_details_visit_amount, .dvMed #ba_details_future_payments_list .ba_details_statement_amount, .dvMed #ba_details_future_payments_list .ba_details_estimate_amount, .dvMed #ba_details_future_payments_list .ba_details_visit_amount, .dvMed #ba_details_past_payments .ba_details_statement_amount, #ba_details_past_payments .ba_details_estimate_amount, .dvMed #ba_details_past_payments .ba_details_visit_amount, .dvMed #ba_details_past_statements .ba_details_statement_amount, .dvMed #ba_details_past_statements .ba_details_estimate_amount, .dvMed #ba_details_past_statements .ba_details_visit_amount, .dvMed #ba_details_past_detail_bills .ba_details_statement_amount, .dvMed #ba_details_past_detail_bills .ba_details_estimate_amount, .dvMed #ba_details_past_detail_bills .ba_details_visit_amount, .dvMed #ba_details_past_letters .ba_details_statement_amount, .dvMed #ba_details_past_letters .ba_details_estimate_amount, .dvMed #ba_details_past_letters .ba_details_visit_amount, .dvMed #ba_details_past_estimate_documents .ba_details_statement_amount, .dvMed #ba_details_past_estimate_documents .ba_details_estimate_amount, .dvMed #ba_details_past_estimate_documents .ba_details_visit_amount {
    font-size: 1rem;
    padding-right: 0rem;
}

.dvMed .ba_details_visit_amount > div {
    float: left;
    margin-left: 0.3rem;
    max-width: 100%;
    padding-right: 0.55rem;
}

.dvMed .alignStart {
    text-align: left;
}

.dvMed .ba_details_visits_detail_totals * {
    font-size: 0.85rem;
    line-height: 1rem;
}

.dvMed .right {
    text-align: right;
    justify-content: flex-end;
}

.dvMed div {
    width: 100%;
}

.dvMed .ba_details_payment_amount {
    color: #0f784a;
}

.dvMed .bold {
    font-weight: bold;
}

.dvMed h1, .dvMed h2, .dvMed h3, .dvMed h4, .dvMed .header, .dvMed .heading, .dvMed .hover a.header:focus, .dvMed .hover a.header:hover, .dvMed .hover a.heading:focus, .dvMed .hover a.heading:hover, .dvMed .titlebar, .dvMed .sectionheader, .dvMed table thead tr {
    color: #00529c;
}

.dvMed h1, .dvMed h2, .dvMed h3, .dvMed h4, .dvMed .header, .dvMed .sectionheader {
    display: block;
    font-weight: normal;
    padding: 0.75rem 0 0.5rem;
    width: 100%;
}

.dvMed .ba_details_visit_spacer {
    height: 0.5rem;
}

.dvMed .ba_details_visit_details_group_description {
    margin-right: 0.2rem;
    font-size: 0.9rem;
}

.dvMed .grid.compact > .row > .col-9 {
    width: 75%;
}

.dvMed .grid.compact > .row > .col-3 {
    width: 25%;
}

.dvMed .grid.compact > .row > .col-6 {
    width: 50%;
}

.dvMed .grid.compact > .row > .col-4 {
    width: 33.3333333333%;
}

.dvMed .grid.compact > .row > .col-8 {
    width: 66.6666666667%;
}

.dvMed .visit_details_border {
    width: 100%;
    margin: auto;
    padding-top: 0.75rem;
    border-bottom: 1px solid #cccccc;
}

.dvMed .maintext {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 17px;
}

.dvMed .ba_details_visit_details_group_description img {
    width: 115px;
    max-height: 150px;
    object-fit: contain;
}

.dvMed .grid.compact > .row > .col-12 {
    width: 100%;
}

.dvMed .grid.compact > .row {
    width: 100%;
    margin-bottom: 0px;
}

.dvMed .grid > .row {
    max-width: auto;
    max-width: initial;
}

.dvMed .grid > .row {
    width: calc(100% + 12px);
}

.dvMed .grid > .row {
    width: 100%;
    font-size: 0px;
    padding-left: 0px;
    max-width: none;
    display: flex;
}

    .dvMed .grid > .row:not(.fixed), .dvMed .grid.insulated > .row:not(.fixed), .dvMed .grid.compact > .row:not(.fixed) {
        width: 100%;
        display: block;
    }

        .dvMed .grid > .row:not(.fixed) > [class*=col], .dvMed .grid.insulated > .row:not(.fixed) > [class*=col], .dvMed .grid.compact > .row:not(.fixed) > [class*=col] {
            width: 100% !important;
            margin-right: 0px !important;
        }

.dvMed .grid.compact > .row > .col, .dvMed .grid.compact > .row > .col-1, .dvMed .grid.compact > .row > .col-2, .dvMed .grid.compact > .row > .col-3, .dvMed .grid.compact > .row > .col-4, .dvMed .grid.compact > .row > .col-5, .dvMed .grid.compact > .row > .col-6, .dvMed .grid.compact > .row > .col-7, .dvMed .grid.compact > .row > .col-8, .dvMed .grid.compact > .row > .col-9, .dvMed .grid.compact > .row > .col-10, .dvMed .grid.compact > .row > .col-11, .dvMed .grid.compact > .row > .col-12 {
    margin-right: 0px;
    margin-bottom: 0px;
}

.dvMed .grid.compact > .row > .col-1 {
    width: 8.3333333333%;
}

.dvMed .grid > .row > .col-1 {
    width: calc(8.3333333333% - 12px);
}

.dvMed .grid > .row > .col, .dvMed .grid > .row > .col-1, .dvMed .grid > .row > .col-2, .dvMed .grid > .row > .col-3, .dvMed .grid > .row > .col-4, .dvMed .grid > .row > .col-5, .dvMed .grid > .row > .col-6, .dvMed .grid > .row > .col-7, .dvMed .grid > .row > .col-8, .dvMed .grid > .row > .col-9, .dvMed .grid > .row > .col-10, .dvMed .grid > .row > .col-11, .dvMed .grid > .row > .col-12 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1rem;
    margin-right: 12px;
    word-wrap: break-word;
    margin-left: 0;
    margin-bottom: 12px;
}

.dvMed .col, .col-1, .dvMed .col-2, .dvMed .col-3, .dvMed .col-4, .dvMed .col-5, .dvMed .col-6, .dvMed .col-7, .dvMed .col-8, .dvMed .col-9, .dvMed .col-10, .dvMed .col-11, .dvMed .col-12 {
    margin-right: 12px;
    margin-bottom: 12px;
}

.dvMed .col-1 {
    width: calc(8.3333333333% - 12px);
}

.dvMed .col, .dvMed .col-1, .dvMed .col-2, .dvMed .col-3, .dvMed .col-4, .dvMed .col-5, .dvMed .col-6, .dvMed .col-7, .dvMed .col-8, .dvMed .col-9, .dvMed .col-10, .dvMed .col-11, .dvMed .col-12 {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 12px;
    word-wrap: break-word;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.dvMed .grid .grid {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dvMed .compact {
    padding: 0px;
}

.dvMed .grid {
    margin-bottom: 24px;
    margin-top: 12px;
}

.dvMed .grid {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0px;
    display: block;
    font-size: 0px;
}

.dvMed .grid {
    margin-bottom: 0px !important;
}

    .dvMed .grid > .row:not(.fixed), .dvMed .grid.insulated > .row:not(.fixed), .dvMed .grid.compact > .row:not(.fixed) {
        width: 100%;
        display: block;
    }
#lblMsg {
    text-align: justify;
}
.chk-name-info {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.chk-bill-account, .chk-ship-account {
    margin-bottom: 10px;
    margin-left: 7px;
}

.chk-bill, .chk-ship {
    font-weight: 600;
    letter-spacing: 0.8px;
}

.chk-bill-edit, .chk-ship-edit {
    font-size: 0.7rem;
}

.chk-account {
    display: flex;
}

.size-30 {
    width: 30px;
    height: 30px;
}

.chk-svg {
    margin: auto 15px;
}

.chk-ship-info, .chk-bill-info {
    letter-spacing: 0.3px;
    font-size: 0.9rem;
}

.chk-bill-account a:hover, .chk-ship-account a:hover {
    color: #ffae00;
}