/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('assets/fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('assets/fonts/MYRIADPRO-COND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('assets/fonts/MYRIADPRO-CONDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('assets/fonts/MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('assets/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('assets/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('assets/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('assets/fonts/MYRIADPRO-BOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('assets/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('assets/fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
    }
  
  body {
    font-family: 'Myriad Pro Light';
    font-weight: normal;
    background-color: #f8f9fa;
  }
  
  h1 {
    font-weight: 700;
  }
  
  h2 {
    font-weight: 700;
  }
  
  p {
    font-weight: 400;
  }
  
  header {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  header h1 {
    font-family: 'Myriad Pro Regular';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.01px;
  }

  section {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  

  .banner {
    background-color: #0066af; /* Adjust color to match your desired blue */
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Semibold';
    margin-top: 1.5rem;
  }
  
  .banner h2 {
    margin: 0;
    font-size: larger;
    letter-spacing: 1.08px;
  }
  


  .card {
    background-color: transparent;
    border-color: transparent;
  }
  
  .card-header {
    background-color: #b0b8c3;
    border-bottom: 1px solid #b0b8c3;
    color: #333;
    font-family: 'Myriad Pro Bold';
    padding: 10px 15px;
    border: 1px solid #b0b8c3;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    transition: background-color 0.5s;
  }

  .w-40 {
    width: 40%;
  }

  .w-20 {
    width: 20%;
    max-width: fit-content;
  }

  .ft{
    max-width: fit-content;
  }


  .w-10 {
    max-width: 10%;
    width: 10%;
  }

  .h-10px {
    height: 10px;
  }

  .card-body {
    border: 1px solid #b0b8c3;
    background-color: #e6ebf0;
    
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 15px;
    font-family: 'Myriad Pro Light';
    transition: all 0.5s;
  }
  


  .card:hover .card-header{
    background-color: #b4c0d0;
  }


  .card:hover .card-body{
    box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1);
    background-color: #e0e7ef;

  }

  .card-body ul {
    padding-left: 20px;
  }
  
  .card-body ul li {
    margin-bottom: 10px;
  }
  
  .card-body ul li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  
  .card-body h4{
    padding-left: 20px;
    font-family: 'Myriad Pro Condensed';
    color: black !important;
    text-decoration: none !important;
    font-size: 1.2em !important;
    font-weight: normal !important;
}

.accordion {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
  }


  .accordion:hover {
    box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1)
  }

  .accordion-header {
    font-family: 'Myriad Pro Condensed';
    color: black !important;
    text-decoration: none !important; 
    font-size: 1.2em !important;
    font-weight: normal !important;
    text-align-last: center;
 }

 .accordion-body{
    padding-top: 1rem;
 }




 .accordion-body ul {
    padding-left: 20px;
  }
  
  .accordion-body ul li {
    margin-bottom: 10px;
  }

  .accordion-body ul li::before {
    content: "•";
    font-size: large;
    color: #333;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }


 




  .info{
    border-color: rgb(0 102 175 / 39%);
    border-style: solid;
    background-color: rgb(0 102 175 / 39%);
    transition: all 0.5s;
}

.info:hover {
    background-color: rgb(0 102 175 / 50%);
    border-color: rgb(0 102 175 / 50%);
}


.info::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%230066af" class="bi bi-info-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
  width: 30px;
  height: 30px;
  left: 33px;
}




.action{
    border-color: rgb(79 149 103 / 48%);
    border-style: solid;
    background-color: rgb(94 207 133 / 48%);
    transition: all 0.5s;
}

.action:hover {
    background-color: rgba(73, 163, 105, 0.48);;
    border-color:  rgba(60, 112, 78, 0.48);
}


.action::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234f9567" class="bi bi-prescription" viewBox="0 0 16 16"><path d="M5.5 6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0V9h.293l2 2-1.147 1.146a.5.5 0 0 0 .708.708L9 11.707l1.146 1.147a.5.5 0 0 0 .708-.708L9.707 11l1.147-1.146a.5.5 0 0 0-.708-.708L9 10.293 7.695 8.987A1.5 1.5 0 0 0 7.5 6zM6 7h1.5a.5.5 0 0 1 0 1H6z"/><path d="M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4a1 1 0 0 1-1-1zm2 3v10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4zM3 3h10V1H3z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
  width: 30px;
  height: 30px;
  left: 33px;
}


.warning{
    border-color: #954f597a;
    border-style: solid;
    background-color: rgb(255 129 129 / 48%);
    transition: all 0.5s;
}

.warning:hover {
    border-color: rgb(149 79 89 / 79%);
    background-color: rgb(185 44 44 / 48%);
}


.warning::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23954f59" class="bi bi-exclamation-circle warning-icon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
  width: 30px;
  height: 30px;
  left: 33px;
}




.custom-checkbox {
    vertical-align: middle;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    left: -10px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-weight: bold !important;
    flex-shrink: 0; /* Prevent the checkbox from resizing */
}
.custom-checkbox::before {
    content: '';
    display: block;
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px !important;
    text-align: center;
    font-size: 15px !important;
    color: transparent;
    transition: color 0.3s ease;
    font-weight: bold !important;
}


.custom-checkbox.empty {
    background-color: #fff;
}
.custom-checkbox.checked-yes {
    background-color: #d4edda;
    border-color: #28a745;
}
.custom-checkbox.checked-yes::before {
    content: '✓';
    color: #28a745;
}
.custom-checkbox.checked-no {
    background-color: #f8d7da;
    border-color: #dc3545;
}
.custom-checkbox.checked-no::before {
    content: '✗';
    color: #dc3545;
}
.custom-checkbox:hover {
    border-color: #999;
}

.custom-list {
    list-style: none;
    padding: 0;
}
.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    line-height: 1.5; /* Adjust to center-align text vertically with checkbox */
}

.custom-list li .custom-checkbox {
    margin-right: 10px;
}
.custom-list li:hover {
    text-shadow: #0f0f0f82 0px 1px 1px;
}

.warning-text {
    color: #910f1c;
    font-weight: bolder;
    text-shadow: #700a14 0px 1px 1px;

}


ul .sublist {
    list-style-type: disc;
    padding-left: 20px;
}


ul .sublist li::before {
    content: "•";
    font-size: large;
    color: #333;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }


  .grid-header{
    font-family: 'Myriad Pro Condensed';
    color: black !important;
    text-decoration: none !important;
    font-size: 1.2em !important;
    font-weight: normal !important;
    text-align-last: center;
    align-self: center;
  }

  .grid-header-horizontal {
    background-color: #b0b8c3;

  }
    .grid-header-vertical {
    transform: rotate(-0.25turn);
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    flex: 0 0 8.333333%;
    align-content: center;
    /* max-height: 30px; */
    width: 150px;
    position: relative;
    right: 47px;
    height: 43px;
    background-color: #b0b8c3;
  }

  .grid-header-vertical sub{
    position: unset;
    font-size: 75%;
    line-height: 0;
    vertical-align: sub;
  }


  .grid-item {
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 2rem;
    text-align: center;
    cursor: pointer;
  }
  
.grid-border{
  border: #b1b8c3;
  border-style: solid;
}

  .basic-care {
    background-color: #ffffff;
    transition: all 0.5s;

  }

  .basic-care:hover {
    background-color: #e3e2e2;
  }
  
  .type-b {
    background-color: rgb(255 129 129 / 48%);
  transition: all 0.5s;
  --carouselBannerTypeBackgroundColor:rgb(255 129 129 / 48%);

}

.type-b:hover {
    border-color: rgb(149 79 89 / 79%);
    background-color: rgb(185 44 44 / 48%);
}


  .type-c {
    background-color: rgb(0 102 175 / 39%);
    transition: all 0.5s;
  }

  .type-c:hover {
    background-color: rgb(0 102 175 / 50%);
    border-color: rgb(0 102 175 / 50%);
}
  
  .type-d {
    background-color: #b8a7d6;;
    transition: all 0.5s;

  }

  .type-d:hover {
    border-color:  #625971;
    background-color: #9888b5;
    transition: all 0.5s;

  }
  .active-grid::before {
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ac111196" class="bi bi-bookmark-fill" viewBox="0 0 16 16"><path d="M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    width: 30px;
    height: 32px;
    left: 7px;
    top: 0px;
  }


  .carouselBannerTypeA {
    text-align-last: center;
    background-color: white;
    border-style: solid;
    color: black;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    margin-top: 1.5rem;
    color: black;
    border-width: thin;
    border-color: #c8c6c6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  }
  .carouselBannerTypeB {
    text-align-last: center;
    background-color: rgb(255, 0, 0);
    border-style: solid;
    color: black;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    margin-top: 1.5rem;
    color: black;
    border-width: thin;
    border-color: #c8c6c6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  }


  .carouselBannerTypeB {

    text-align-last: center;
    background-color: rgb(252 193 193);
    border-style: solid;
    color: black;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    margin-top: 1.5rem;
    color: black;
    border-width: thin;
    border-color: #cb8a8f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

   .carouselBannerTypeC{
    text-align-last: center;
    background-color: rgb(163 192 222);
    border-style: solid;
    color: black;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    margin-top: 1.5rem;
    color: black;
    border-width: thin;
    border-color: #6b9ecb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)

  }   .carouselBannerTypeD{

    text-align-last: center;
    background-color: rgb(184 168 214);
    border-style: solid;
    color: black;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-family: 'Myriad Pro Bold Condensed';
    font-weight: normal;
    margin-top: 1.5rem;
    color: black;
    border-width: thin;
    border-color: #523f65;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  }




  .tooltip-info-icon{
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 60%;
    padding-left: 5px;
    top: -1px;
    padding-right: 10px;
    opacity: 60%;
  }


 .tooltip{
  opacity: 100%;

 }

  .tooltip .tooltip-inner{
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 10px;
    /*font-size: 12px;*/
    line-height: 2;
    font-size: 1rem;
    max-width: 800px;
    font-family: 'Myriad Pro Light';
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .tooltip .tooltip-inner ul{
    text-align:left;
  }

  .tooltip .arrow::before{
    border-bottom-color:#f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* font color white */


  }

  .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    right: -14px;
    top: 0px;
  }

.modal-title{
  text-align: left;
  font-family: 'Myriad Pro Semibold';
  font-size: larger;
    letter-spacing: 1.08px;
    font-weight: 700;
  line-height: 1.3;
  }


.modal-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #b0b8c3;
  background-color: #e6ebf0;
  border-radius: 5px;
  font-family: 'Myriad Pro Light';
  transition: all 0.5s;
  cursor: default;
  height: 90px;
  display: flex;
  align-items: center;
}

.modal-card img{
  max-height: 60px;
  max-width: 60px;
}

.col-4 {
  margin: auto;
  max-width: 32%;
  padding: 10px;
  margin-top: 10px;
}