<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.petChatModal ul { margin-top: 1.5rem;list-style: none;padding-left: 0;}
.petChatModal ul li {
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05); */
    border-radius: 8px;
    border: 0 !important;
    background: transparent !important;
}
.petChatModal ul li a {
    border: 1.5px solid #d9d9d9;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: white;
    color: #333436;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.petChatModal .pet-item-img{flex: 0 0 50px; position: relative;margin-right:10px;}
.petChatModal ul .petimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
    position: relative;
   
}
.petChatModal ul .badgeimg {
    position: absolute;
    bottom: -4px;
    width: 21px;
    left: 50%;
    transform: translateX(-50%);
}
.petChatInitialModal ul .badgeimg {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 28px;
    height: 28px;
}
.petChatModal .modal-dialog {
    max-width: 414px;
}
.petChatModal .modal-content {
    background: linear-gradient(180deg, #FFF 0%, #F3F3F3 100%);
    box-shadow: 0px 32px 40px -40px #333436, 0px 48px 72px -18px rgba(0, 38, 119, 0.33), 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
.petChatModal .modal-content {
    border-radius: 16px;
}
.petChatModal ul li a:hover {
    border: 1.5px solid #00A0D1;
    background: #C3E8F3;
    color: #002677;
}
.petChatModal ul li a:hover {
    text-decoration: none !important;
}
.petChatModal ul li a:focus, .petChatModal ul li a:active {
    border: 1.5px solid #002677;
    background: #002677;
    font-weight: 400;
    color: #fff;
}

.NWP-section p{margin-bottom: 8px;}
.section-separator{padding-top:24px; border-top: 1px solid #d9d9d9; margin-top: 25px;} 
.petChatModal .modal-content {
    border: none;
  }
  .petChatModal .modal-dialog {
    max-width: 560px;
  }
  @media (min-width:768px) {
    .petChatModal .modal-dialog {
      max-width: 414px;
    }
  }

  /* .petChatModal .nwp-pet-list ul li a{background: #f3f3f3;pointer-events: none;box-shadow: none;}
  .petChatModal .nwp-pet-list ul li a:focus, .petChatModal .nwp-pet-list ul li a:active {
    border: none;
    background: none;
    font-weight: 400;
    color: unset;
    outline: 0;
} */


/* .OWP-section:has(+ .NWP-section){padding-bottom:24px; border-bottom: 1px solid #d9d9d9; margin-bottom: 30px;} */
 
/* .OWP-Section[style*="display:none"]:has(+ .NWP-section){padding-top:0px; border-top: 0; margin-top: 0px;} */
/* .OWP-section:not([style*="display:none"]) ~ .NWP-section:not([style*="display:none"]){border-top:1px solid #d9d9d9;}*/

@media(max-width:767px){
    .petChatModal .modal-dialog{
        justify-content: flex-end;
        z-index: 99999;
        min-height: 0;
        height: 100%;
        /* margin: 0; */
    }
    .petChatModal .modal-dialog .modal-content {
        max-height: 90vh;
        overflow-y: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
}</pre></body></html>