@import url("typography.css");
@import url("card.css");
@import url("image-grid.css");


body {
    min-height: 100vh;
    background-color: #FAFAFA;
    color: #212529;
    font-family: "Inter";
}

.bg-gray-200 {
  background-color: var(--bs-gray-200);
}

.btn.btn-lg {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-font-size: 1.25rem;
}

dl.def-list-grid {
  display: grid;
  grid-template-columns: max-content auto;
}

dl.def-list-grid dt::after {
  content: ": ";
}

dl.def-list-grid dt {
  grid-column-start: 1;
}

dl.def-list-no-gap {
    overflow: hidden;
    dt {
        float: left;
        clear: both;
        font-weight: 1000;
    }
    dd {
        float: left;
    }
    dt::after {
        content: ": ";
        margin-right: 5px;
    }
}

a.financing-btn {
  background-color: var(--bs-teal) !important;
  border-color: var(--bs-teal) !important;
}

h3.financing-color {
  color: var(--bs-teal);
}



dl.def-list-grid dd {
  grid-column-start: 2;
}

/* On screens that are 480px or less, set the body margin to 12px */
@media screen and (max-width: 480px) {
body {
    margin: 12px;
  }
}

@media screen and (max-width: 480px) {
    font-size: 16px;
}

.form input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date] {
    border-color: #d9d9d9;
    height: 4rem;
    font-size: 24px;
    font-weight: 400;
}

input[type=date].empty {
    color: #999;
}
/* On screens that are 480px or less, use this form */
@media screen and (max-width: 480px) {
.form input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date] {
    height: 3rem;
    font-size: 16px;
  }
}

.form input::placeholder[type=text] {
    font-weight: 400;
    color: #FF0000;
}

.form input::-webkit-input-placeholder {
    font-weight: 400;
    color: #AFAFAF;
}

.form input::-moz-placeholder {
    font-weight: 400;
    color: #AFAFAF;
}

.form input::-ms-placeholder {
    font-weight: 400;
    color: #AFAFAF;
}

.form input:focus {
    border-color: #2B6FEC;
    box-shadow: 0 0 0 0.1rem rgba(100, 100, 100, .1);
    border-width: 2px;


}

.all-patients-header {
    color: #1E2A90;
    font-weight: 400;
    font-size: 24px;
}

/* On screens that are 480px or less, set the .all-patients-header to 18px */
@media screen and (max-width: 480px) {
  .all-patients-header {
    font-size: 20px;
  }
}

table tr {
    vertical-align: middle;
}

.clarity-button {
    width: 100%;
    height: 4rem;
    font-size: 32px;
    background-color: #162155;
    color: #F7F7F7;
    border: none;
    border-radius: 5px;

}

.nav-button {
    margin-bottom: 5rem;
    font-size: 20px;
    height: 60px;
    width: 200px;
    font-weight: 600;
    float: right;
    border-radius: 5px;
}

.delete-button {
     margin-bottom: 5rem;
    font-size: 20px;
    height: 60px;
    width: 200px;
    font-weight: 600;
    float: right;
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    .nav-button {
        margin-bottom: 1rem;
        font-size: 20px;
        height: 60px;
        width: 100%;
        font-weight: 600;
        border-radius: 5px;
        float: none;
    }

    .delete-button {
        margin-bottom: 1rem;
        font-size: 20px;
        height: 60px;
        width: 100%;
        font-weight: 600;
        float: none;

    }
}

a.nav-button {
    line-height: 2.3em;
}

.nav-button-back {

    border-color: #000000;
    color: #000000;
    background-color: #FFFFFF;
    /*line-height: 2.3;*/
}

span.status-badge {
    font-size: 18px;
    background-color: #1E2A90;
    --bs-bg-opacity: 1;
    padding: 12px 15px 12px 15px;
    border-radius: 5px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    span.status-badge {
        font-size: 14px;
        background-color: #1E2A90;
        --bs-bg-opacity: 1;
        padding: 12px 15px 12px 15px;
        border-radius: 5px;
        font-weight: 400;
    }
}

span.draft-badge {
    color: #FF0000;
    background-color: #EAEAEA;
}

td.table-list-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

/* On screens that are 480px or less, set the td.table-list-text to 18px */
@media screen and (max-width: 480px) {
  td.table-list-text {
    font-size: 18px;
  }
}


.consult-nav-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-decoration: none;
}

/* On screens that are 480px or less, set the .consult-nav-link to 16px */
@media screen and (max-width: 480px) {
  .consult-nav-link {
    font-size: 12px;
  }
}

.action-link {
    font-size: 18px;
    font-weight: 400;
}

svg {
  color: #0d6efd;
}

.back-link {
    font-size: 14px;
    font-weight: 700;
    color: #1E2A90;
}

.back-link a{
    text-decoration: none;
}

.product-checkbox[type=checkbox] {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #d9d9d9;
}
.product-checkbox:focus {
    box-shadow: none;
}

.product-label {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
}


.product-unit-price {
    font-size: 24px;
}

.product-row {
}

@media screen and (max-width: 480px) {
    .product-label {
       font-size: 16px;
        margin-bottom: 0;
    }

    .product-unit-price {
        font-size: 16px;
    }

    .product-checkbox[type=checkbox] {
        height: 20px;
        width: 20px;
        border-radius: 3px;
        outline: none;
        border: 1px solid #d9d9d9;
        margin: 0;
    }

    .product-row {
        border: #FAFAFA solid 0;
    }
}



.product-col {
    padding: 10px;
    border-bottom: 15px solid transparent;
    background-clip: padding-box;
}
.product-table {
    border-collapse: collapse;
    border-spacing: 10px;
}

.product-table thead th {
    font-weight: 500;
    font-size: 1.5rem;
}


@media screen and (max-width: 480px)
{
    .product-table thead th {
        font-size: 18px;
    }
}


.product-price-col {
    width: 20%;
}

.product-price-col label {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.product-price-col input[type=number] {
    border-radius: 5px;
}

h2.review-header {
    font-weight: 600;
    font-size: 40px;

}
@media screen and (max-width: 480px) {
     h2.review-header {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 0;
    }
}

h2#review-name-header {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: #000000;

}



@media screen and (max-width: 480px) {
    h2#review-name-header {
        font-weight: 600;
        font-size: 20px;

    }

}

h4#review-visit-date {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

@media screen and (max-width: 480px){
    h4#review-visit-date {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

}

h2.review-treatment-header {
    font-size: 24px;
    font-weight: 400;
    color: #1E2A90;
    padding: 0 0 0 24px;
}

@media screen and (max-width: 480px) {
    h2.review-treatment-header {
        font-size: 18px;
        font-weight: 400;
        color: #1E2A90;
        padding: 0 0 0 24px;
    }

}


@media screen and (max-width: 480px) {
     h3#review-treatment-plan-header {
        font-size: 24px;
        font-weight: 600;
        color: #162155;
    }

}

h4.review-treatment-name-header
{
    font-size: 20px;
    font-weight: 700;
    color: #1E2A90;

}

@media screen and (max-width: 480px) {
    h4.review-treatment-name-header
    {
        font-size: 16px;
        font-weight: 700;
        color: #1E2A90;

    }

}

.frequency-header {
    font-size: 18px;
    font-weight: 700;
    color: #1E2A90;
}

@media screen and (max-width: 480px) {
    .frequency-header {
        font-size: 16px;
        font-weight: 400;
        color: #1E2A90;
    }
}

.frequency-content {
    font-size: 20px;
    font-weight: 400;
}

.frequency-col {
    text-align: right;
}

@media screen and (max-width: 480px)
{
    .frequency-col {
        margin-top: 1rem;
        text-align: left;
    }
}
.review-treatment-title-row {
    padding-bottom:10px;
}

.review-treatment-description {
    font-size: 20px;
}

@media screen and (max-width: 480px)
{
    .review-treatment-description {
        font-size: 16px;
    }
}

table.review-breakdown-table thead th {
    font-size: calc(1.3rem + .6vw);
    font-weight: 500;

}


th.review-treatment-name {
  font-weight: 500;
}

table.review-breakdown-table .column-align-right {
    text-align: right;
}

table.review-breakdown-table td.column-align-middle {
    text-align: center;
}

table.review-breakdown-table tbody, table#review-breakdown-table tfoot {
    border-top-color: #1E2A90;
}

table.review-breakdown-table tfoot {
   border-bottom-color: transparent;
}

table.review-breakdown-table tfoot {
    font-size: 18px;
    color: #162155;
    font-weight: 600;
}

@media screen and (max-width: 480px){
    table.review-breakdown-table tfoot {
        font-size: 18px;
        color: #162155;
        font-weight: 400;
    }

}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.table-fixed th, .table-fixed td {
  width: 50%;
}


textarea#review-custom-message {
height: 100%;
    width: 100%;
}

.btn-primary:disabled {
    background-color: #7F7F7F !important;
    border-color: #5F5F5F;
}


.check-label {
    display: block;
}
input.final-price {
    margin: 0;
    padding:0;
    height: 38px !important;
    width: 38px !important;
}

/*.calc-total {
    font-size: 24px;
    font-weight: 400;
}*/

.col-md-4 {
    width: 50%;
}

row justify-content-center {
--bs-gutter-x: 1.5rem;
}

.mobile-first-table-row th, .mobile-first-table-row td {
    background-color: #F7F7F7;
    /*color: #FFFFFF;*/
}

.treatment-category-header {
    font-size: 32px;
    color: #1E2A90;
    background-color: #F7F7F7;
    margin: 1rem;
}

@media screen and (max-width: 480px) {
     .treatment-category-header {
        font-size: 24px;
        color: #1E2A90;
        background-color: #F7F7F7;
        margin: 1rem;
    }
}

.accordion-button.treatment-category-header {
    padding: 1rem 2.2rem;
}

.accordion-button.treatment-category-header::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.accordion-button.treatment-category-header:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    transform: none;

}
.accordion-button.treatment-category-header:not(.collapsed) {
    color: #1E2A90;
    background-color: #F7F7F7;
}

.accordion-button.treatment-category-header:focus {
    border-color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 480px) {
    div.review-patient-picture {
        text-align: center;
    }


}
div.review-patient-picture img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px){
    .review-breakdown-table .treatment-row {
        background-color: #F7F7F7;
        color: #162155;
    }
}

.review-grand-total {
    text-align: right;
}

.review-concern-title {
    color: #1E2A90;
    font-weight: 400;
    font-size: 18px;
}

.centered {
    text-align: center;
}

button#birthday-submit {
  width: 100%;
  float: none;
}

.bolded {
  font-weight: 700;
}

#review-table {
  border-collapse: separate;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}

#review-table th:first-of-type {
  border-top-left-radius: 5px;
}
#review-table th:last-of-type {
  border-top-right-radius: 5px;
}

#review-table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}

#review-table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}

#review-table th,td {
  border-left: none;
  border-right: none;
}

#review-table tr {
  background-color: #FFFFFF;
}

.ml-auto {
    margin-left: auto !important;
}