body{
    color: #3c3c3c;
}

.page-wrapper {
    margin-left: 0!important;
}
.pull-right{
    float:right;
}
.content-image{
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    display: flex;
}
.content-image .image {
    margin-bottom: 16px;
}

.content-image .image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    object-fit: contain;
    object-position: initial;
    filter: none;
    border: solid 8px #dd9629;
    background: #fff;
    box-shadow: 0px 3px #ffc162;
}

.content-info{
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 40px;
    border: solid 4px #ffcd88;
    position: relative;
}
.content-info .icon{
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: solid 4px;
    border-color: #ffcd88;
    left: 50%;
    right: 50%;
    top: -3px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 64px;
}
.content-info h5{
    padding: 15px 8px;
    font-weight: bold!important;
    font-size: 1.5em;
    color: #f2991f;
    margin-top: 15px;
}

@media (min-width: 800px){
.content-info{
    width: 700px;
    margin: 40px auto;
}
}

.blue{
    border: solid 4px #acc8dd;
}
.blue .icon{
    border: solid 4px #acc8dd;
}

.pink{
    border: solid 4px #f7b5d5;
}
.pink .icon{
    border: solid 4px #f7b5d5;
}

.red{
    border: solid 4px #fd6161;
}
.red .icon{
    border: solid 4px #fd6161;
}
.purple{
    border: solid 4px #a78b62;
}
.purple .icon{
    border: solid 4px #a78b62;
}
.green{
    border: solid 4px #a39a8c;
}
.green .icon{
    border: solid 4px #a39a8c;
}
.blue h5{
    color: #326c98;
}
.pink h5{
    color: #c84f96;
}
.red h5{
    color: #bf2316;
}
.purple h5{
    color: #765f3e;
}
.green h5{
    color: #858d26;
}
.blue .icon .fas{
    color: #acc8dd;
    font-size: 30px;
}
.pink .icon .fas{
    color: #d396b3;
    font-size: 30px;
}
.red .icon .fas{
    color: #fd6161;
    font-size: 30px;
}
.purple .icon .fas{
    color: #a78b62;
    font-size: 30px;
}
.green .icon .fas{
    color: #a39a8c;
    font-size: 30px;
}
.icon .fas{
    color: #f2991f;
    font-size: 30px;
}


.title h2{
    color: #ffffff;
    margin-bottom: 35px;
    text-shadow: 1px 1px #cb8927;
}

.user-content .icone {
  margin-left: 10px;
}

.table td, .table th {
    padding: 0.2rem 0.5rem;
    border: 0;
}
.table .title {
    width: 130px;
    font-weight: bold;
    font-size: 15px;
}
.table td, .table th {
    font-size: 16px;
}
.card {
    margin: 0;
}

p.title {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0.5rem;
    margin: 0;
}
p.address {
    padding: 0.5rem;
    margin: 0;
}
p.description , .instrucoes p{
    padding: 0.5rem;
    margin: 0;
    font-size: 16px;
}
.footer {
    color: #513915;
}

.container-fluid {
    padding: 0px!important;
}

.container-fluid{
    background: #ffffff;
}
.card-body{
    background: #fab142 url("/images/paws-bg.png");
    box-shadow: none;
    border-radius: 0;
}
.hidden{
    display:none;
}

.pull-right a.btn{
    min-width: 88px;
    border-radius: 6px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.pull-right .fas{
    color: #fff;
}
.pull-right .btn-info {
    background-color: #5e769b;
    border-color: #82a2d3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.link-email{
    color: #3C3C3C;
}
.footer {
    text-shadow: 1px 1px #ffc66f;
}

p.edit-info{
    margin-bottom: 5px;
    text-align: center;
}
p.edit-info .btn-secondary {
    color: #89785f;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border-radius: 6px;
}
.btn-danger{
    border-radius: 6px;
}

.btn-light{
    border-radius: 6px;
    text-shadow: none;
}

.btn-user{
    border-radius: 6px;
    text-shadow: none;
    color:#3c3c3c;
    font-weight: bold;
    display: inline;
    font-size: 14px;
}

.top-menu{
   position: absolute;
   right: 20px;
   display: flex;
}

@media (max-width: 800px){
.top-menu{
   position: absolute;
   right: 5px;
   top: 5px;
   display: flex;
}
}

#menu-idioma {
    display: inline-block;
    background: rgb(255 255 255 / 40%);
    padding: 0.05rem 8px;
    border-radius: 6px;
    margin-right: 6px;
}
#menu-idioma .nav-link {
    padding: 0.25rem 0;
    line-height: 1.5;
}

.btn-logout, .btn-login{
    font-size: 0.91rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-photos-edit{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.editar-texto{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

p.not-info{
    text-align: center;
    color: #999;
    font-size: 12px;
}
p.last-change{
    text-align: center;
    font-size: 13px;
    text-shadow: 1px 1px #ffc66f;
}

.user-name .fas{
    color: #d3d3d3;
}

.list-icons{
    border: solid 1px #ddd;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 10px;
}
.list-icons .f-icon, .m-icon, .t-icon{
    padding: 10px 10px;
}

.search-icon{
    margin-bottom: 2px;
}
.search-icon .search-text{
    border: solid 1px #ddd;
}

.name-pet{
    font-family: 'Mandali', sans-serif;
    font-weight: 600;
}

.icon-token{
    color:#7d7f81;
    background: #efefef;
    padding: 0 10px;
    border-radius: 6px;
}
.icon-token svg{
    margin-top: 3px;
    margin-bottom: -2px;
}

.red_btn{
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #fd6161;
    border-color: #fd6161;
}

.visible{
    display:block!important;
}

.text-link-user{
    background-color: #f9f9f9;
}
.number-id{
    text-align: right;
    color:#bdbdbd;
}
.number-id span{
    font-weight: 600;
}

.btn-menu{
    color: #fff;
}



/* FAMILIARES PETS */
@media (min-width: 800px) {
    .relatives-pets {
        display: flex;
        gap: 40px;
          &:has(> :nth-child(5)) {
          gap: 20px;
          display: grid!important;
          grid-template-columns: repeat(5, 1fr)!important;
    }
    }
    }
    @media (max-width: 799px) {
    .relatives-pets{
        width: 100%;
        display: grid;
        gap: 10px;
        &:has(> :nth-child(2)) {
            gap: 40px;
            display: flex!important;
            grid-template-columns: repeat(2, 1fr)!important;
      }
      &:has(> :nth-child(3)) {
        gap: 10px;
        display: grid!important;
        grid-template-columns: repeat(3, 1fr)!important;
  }
    }
    }
    .relatives-pets{
        margin: 20px auto;
        justify-items: center;
        align-items: center;
        align-content: stretch;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        margin-bottom: 15px;
        padding: 15px 0 15px 0;
        position: relative;
        background: transparent!important;
        border: none!important;
    }
    
    .family-members .family-member-thumbs {
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        border: solid 1px rgb(233 233 233);
    }
    .family-members .family-member-thumbs img {
        margin: 3px;
        width: calc(100% - 6px);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }
    .family-members .not-image-found{
        opacity: 0.3;
    }
    .family-members .family-member-thumbs:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .family-members span.family-member-name {
        display: block;
        text-align: center;
        margin: 5px 0 0 0;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
    }
    .family-members span.family-member-relationship {
        display: block;
        text-align: center;
        color: #af7d31;
        margin-top: 0;
        margin-bottom: 0;
    }
    .family-members span.family-member-whatsapp {
        display: block;
        text-align: center;
        color: #818181;
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .family-members span.family-member-whatsapp a {
        color: #818181;
    }
    .family-members span.family-member-whatsapp a:hover {
        color: #a1a1a1;
    }
    
    .cursor-pointer{
        cursor: pointer;
    }
    .box-info-familiar .btn-whatsapp, .box-info-familiar .btn-cell-phone{
        border-radius: 4px;
        color:#fff;
        text-decoration: none;
    }
    .box-info-familiar .btn-whatsapp:hover, .box-info-familiar .btn-cell-phone:hover{
        color:#fff;
        text-decoration: none;
    }
    .box-info-familiar .btn-cell-phone{
        margin-top: 5px;
    }
