body{
    color: #432c2c;
}
.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;
    background: #fff;
}

.content-image .image-blue img {
    border: solid 8px #f5b894;
    box-shadow: 0px 3px #fff;
}

.content-image .image-pink img {
    border: solid 8px #f5b894;
    box-shadow: 0px 3px #fff;
}

.content-info{
    width: 100%;
    background: #fff1eb;
    margin-bottom: 15px;
    border: solid 4px #ffcd88;
    position: relative;
    border: 0;
    border-radius: 40px;
    box-shadow: 0px 6px 8px 0px #e1bca1;
}

.red-bg{
    background:#fdb2a0;
}
.pink-bg{
    background:#ffd4b7;
}
.blue-bg{
    background: #74c8e2;
}
.yellow-bg{
    background: #fed56b;
}
.red-bg, .pink-bg, .blue-bg, .yellow-bg, .gray-bg{
    border: solid 2px #fff;
}
.gray-bg{
    background: #dcdcdf;
}

.red-bg td small{
    color:#432c2c!important;
}

.content-info .icon{
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: solid 4px;
    top: 50%;
    bottom: 50%;
    left: -18px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 64px;
}

.blue .icon{
    border-color: #f59977;
}
.pink .icon{
    border-color: #ffddcf;
}

.content-info h5{
    padding: 15px 8px;
    font-weight: bold!important;
    font-size: 1.5em;
    color: #b93618;
    margin-top: 15px;
}

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


.blue .icon .fas{
    color: #f59977;
    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;
}
.yellow .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 {
    width: calc(100% - 15px);
    margin-left: 15px;
    display: inline-table;
    margin-bottom: 12px;
}

.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 {
    padding: 0.2rem 0.5rem;
    border: 0;
}

.card {
    margin: 0;
}

.card-title{
    margin-left: 15px
}

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

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

.container-fluid{
    background: #ffffff;
}
@keyframes moveClouds {
    from {
        background-position-x: 100%;
    }
    to {
        background-position-x: 0%;
    }
}

.card-body {
    background-image: url(images/clouds_bg.png);
    background-repeat: repeat-x; /* repete horizontalmente */
    background-attachment: fixed;
    background-position-y: -10px;
    background-position-x: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;

    animation: moveClouds 60s linear infinite;
    padding-bottom: 62px;
}
.hidden{
    display:none;
}

.card{
    background: linear-gradient(45deg, #ffffff 0%,#eeba95 100%)!important;
}

.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;
}
.link-email{
    color: #3C3C3C;
}
.footer {
    text-shadow: 1px 1px #ffffff;
}

p.edit-info{
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
}
p.edit-info .btn-secondary {
    color: #d39174;
    background-color: #fff;
    border-color: #ffd2b8;
    border-radius: 6px;
}
p.edit-info .btn-secondary:hover {
    background-color: #ffffff;
    border-color: #ffd2b8;
    color:#8f5035;
}
p.edit-info .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    border-color: #ffd2b8;
    color:#8f5035;
}

.btn-danger{
    border-radius: 6px;
}

.btn-light{
    border-radius: 6px;
    text-shadow: none;
    color:#8f5035;
}

.btn-light {
    background-color: #ffccae;
    border-color: #ffd2b8;
}

.btn-light:hover {
    color: #d39174;
    background-color: #ffcbb5;
    border-color: #ffcbb5;
}

.btn-user{
    border-radius: 6px;
    text-shadow: none;
    color:#8f5035;
    font-weight: normal;
    display: inline;
    font-size: 16px;
    background: none;
    border: none;
    position: absolute;
    top: 28px;
    right: 0;
    text-align: right;
}
.btn-user:hover{
    background: none;
    border: none;
}

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

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


#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;
}

p.not-info{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
}
p.last-change{
    text-align: center;
    font-size: 13px;
    text-shadow: 1px 1px #ffffff;
    color: #a74343;
}

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

.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: #ffccae;
}


.icon-token svg {
    margin-top: 3px;
    margin-bottom: -2px;
}

svg {
    fill:#ffccae!important;
}

.red_btn{
    background-color: #fd6161;
    border-color: #fd6161;
}

.btn-danger {
    color: #8f5035;
    background-color: #ffccae;
    border-color: #ffd2b8;
}

.btn-danger:hover {
    color: #d39174;
    background-color: #ffcbb5;
    border-color: #ffcbb5;
}

.number-id{
    text-align: right;
    color:#e1b6a5;
}
.number-id span{
    font-weight: 600;
}

.btn-menu{
    color: #8f5035;
}


@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;
    box-shadow: 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(255 255 255);
    box-shadow: 0px 2px 0px 0px #fde4d4;
}
.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;
    color: #784a3c;
}
.family-members span.family-member-relationship {
    display: block;
    text-align: center;
    color: #a5776b;
    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;
}