@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
body{
    color: #000033;
    font-family: "Readex Pro", sans-serif;
}
.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;
    position: relative;
}
.content-image .image:after {
    content: "";
    background-color: #f9eace !important;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    transition: all 0.7s ease-in-out;
}

.content-image .image:hover:after {
    border-radius: 57% 43% 31% 69% / 54% 61% 39% 46%;
}


.content-image .image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    object-fit: contain;
    object-position: initial;
    filter: none;
    border: solid 3px #fff6e0;
    background: #fff;
    position:relative;
    z-index: 2;
}

.content-info{
    width: 100%;
    background: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-bottom: 40px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    box-shadow: 0px 4px 25px 4px #0000001A;
    padding: 10px;
}
.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 .icon svg {
    enable-background: new 0 0 50 50;
    height: 30px;
    position: relative;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.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: #1d256b;
    margin-bottom: 35px;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    margin-top: 15px;
}

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

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

p.title {
    font-size: 15px;
    font-weight: 400;
    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;
}
.instrucoes p{
    font-weight: 300;
}
.footer {
    color: #513915;
}

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

.container-fluid{
    background: #ffffff;
}
.card-body{
    background: #faf0dd;
    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;
}
.link-email{
    color: #3C3C3C;
}
.footer {
    text-shadow: 1px 1px #f7f7f7;
}

p.edit-info{
    margin-bottom: 5px;
    text-align: center;
}
p.edit-info .btn-secondary {
    color: #d3a055;
    background-color: #faf0dd;
    border-color: #faf0dd;
    border-radius: 6px;
    font-weight: 300;
}
.btn-danger{
    border-radius: 6px;
}
.btn-danger {
    color: #fff;
    background-color: #f2991f;
    border-color: #f2991f;
}

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

@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: #999;
    font-size: 12px;
}
p.last-change{
    text-align: center;
    font-size: 13px;
    text-shadow: 1px 1px #ffffff;
}

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



/* 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: #F1E4CD!important;
        border: none!important;
        border-radius: 20px;
        box-shadow: none;
        margin-top: 5px;
    }
    .family-members{
        background: #f5eddf;
        padding: 5px 20px;
        border-radius: 20px;
    }
    
    .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;
    }

    .card .card-title {
        font-weight: 500!important;
        color: #585858;
    }

    .relatives-pets-title{
        display: block;
        text-align: center;
    }
    .relatives-pets-title span{
        display: block;
    }
    .relatives-pets-title span.icon svg{
        width: 2em;
        height: 2em;
    }


/* Animation CSS */
@media only screen and (min-width: 1200px) and (max-width: 1500px){
    .animation-bubble figure:nth-child(1) {
        right: 37%;
    }
    }
    
    .animation-bubble figure:nth-child(1) {
        right: 20px;
        top: 3%;
        animation: animationFramesOne 30s alternate infinite linear;
        -webkit-animation: animationFramesOne 30s alternate infinite linear;
    }
    .animation-bubble figure:nth-child(2) {
        right: 35%;
        top: 15%;
        animation: animationFramesTwo 30s alternate infinite linear;
        -webkit-animation: animationFramesTwo 30s alternate infinite linear;
    }
    .animation-bubble figure:nth-child(3) {
        right: 13%;
        top: 8%;
    }
    .animation-bubble figure:nth-child(3) {
        left: 79%;
        top: 58%;
        animation: animationFramesThree 30s alternate infinite linear;
        -webkit-animation: animationFramesThree 30s alternate infinite linear;
    }
    .animation-bubble figure {
        position: absolute;
        z-index: 1;
    }
    figure {
        margin-bottom: 0;
    }
    figure {
        margin: 0 0 1rem;
    }
    
    
    .petnest-bounce-animate {
        -webkit-animation-name: petnest-float-bob;
        animation-name: petnest-float-bob;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -moz-animation-name: petnest-float-bob;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: petnest-float-bob;
        -ms-animation-duration: 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: petnest-float-bob;
        -o-animation-duration: 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
        position: absolute;
        top: 200px;
    }
    @media only screen and (min-width: 979px){
    .petnest-bounce-animate {
        left: 33%;
    }
    }
    
    @media only screen and (min-width: 600px) and (max-width: 979px){
        .petnest-bounce-animate {
            left: 25%;
        }
    }
    @media only screen and (min-width: 312px) and (max-width: 600px){
        .petnest-bounce-animate {
            left: 10%;
        }
    }
    
    .petnest-faq-animation {
        position: absolute;
        top: 0;
        width: 700px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    @media only screen and (max-width: 699px){
        .petnest-faq-animation {
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 699px){
        .petnest-faq-animation div:nth-child(1) {
            left: -20px;
            top: 390px;
    }   
        
        .petnest-faq-animation div:nth-child(2) {
            right: -20px;
            top: 720px;
        }
        .petnest-faq-animation div:nth-child(2) svg{
            fill: #ffa028;
        }
        .petnest-faq-animation div:nth-child(3) {
            left: -20px;
            top: 1100px;
        }
        .petnest-faq-animation div:nth-child(3) svg{
            fill: #cf9cb5;
        }
        .petnest-faq-animation div:nth-child(4) {
            right: -40px;
            top: 1490px;
        }
        .petnest-faq-animation div:nth-child(4) svg{
            fill: #ffa028;
        }
    }
    @media only screen and (min-width: 700px){
        .petnest-faq-animation div:nth-child(1) {
            left: -50px;
            top: 390px;
    }   
        
        .petnest-faq-animation div:nth-child(2) {
            right: -70px;
            top: 490px;
        }
        .petnest-faq-animation div:nth-child(2) svg{
            fill: #ffa028;
        }
        .petnest-faq-animation div:nth-child(3) {
            left: -90px;
            top: 890px;
        }
        .petnest-faq-animation div:nth-child(3) svg{
            fill: #cf9cb5;
        }
        .petnest-faq-animation div:nth-child(4) {
            right: -40px;
            top: 1490px;
        }
        .petnest-faq-animation div:nth-child(4) svg{
            fill: #ffa028;
        }
    }
    .petnest-faq-animation div:first-child figure img {
        width: 110px;
        height: 110px;
    }
    .petnest-faq-animation div:last-child figure img {
        width: 56px;
        height: 56px;
    }
    
    .petnest-faq-buble-animation figure, .petnest-faq-animation div {
        position: absolute;
        z-index: 1;
    }
    .petnest-bounce-animate, .petnest-bounce-faq-animate  {
        -webkit-animation-name: petnest-float-bob;
        animation-name: petnest-float-bob;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -moz-animation-name: petnest-float-bob;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: petnest-float-bob;
        -ms-animation-duration: 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: petnest-float-bob;
        -o-animation-duration: 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }




@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(-0px, 60px) rotate(0deg);
        -webkit-transform: translate(-0px, 60px) rotate(0deg);
        -moz-transform: translate(-0px, 60px) rotate(0deg);
        -ms-transform: translate(-0px, 60px) rotate(0deg);
        -o-transform: translate(-0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(-0px, 60px) rotate(0deg);
        -webkit-transform: translate(-0px, 60px) rotate(0deg);
        -moz-transform: translate(-0px, 60px) rotate(0deg);
        -ms-transform: translate(-0px, 60px) rotate(0deg);
        -o-transform: translate(-0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
                transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(120px, 72px) rotate(72deg);
                transform: translate(120px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(70px, 30px) rotate(108deg);
                transform: translate(70px, 30px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
                transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
                transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(120px, 72px) rotate(72deg);
                transform: translate(120px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(70px, 30px) rotate(108deg);
                transform: translate(70px, 30px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
                transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(35px, -1px) rotate(36deg);
        -webkit-transform: translate(35px, -1px) rotate(36deg);
        -moz-transform: translate(35px, -1px) rotate(36deg);
        -ms-transform: translate(35px, -1px) rotate(36deg);
        -o-transform: translate(35px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(60px, -20px) rotate(72deg);
        -webkit-transform: translate(60px, -20px) rotate(72deg);
        -moz-transform: translate(60px, -20px) rotate(72deg);
        -ms-transform: translate(60px, -20px) rotate(72deg);
        -o-transform: translate(60px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(55px, -60px) rotate(108deg);
        -webkit-transform: translate(55px, -60px) rotate(108deg);
        -moz-transform: translate(55px, -60px) rotate(108deg);
        -ms-transform: translate(55px, -60px) rotate(108deg);
        -o-transform: translate(55px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(35px, -1px) rotate(36deg);
        -webkit-transform: translate(35px, -1px) rotate(36deg);
        -moz-transform: translate(35px, -1px) rotate(36deg);
        -ms-transform: translate(35px, -1px) rotate(36deg);
        -o-transform: translate(35px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(60px, -20px) rotate(72deg);
        -webkit-transform: translate(60px, -20px) rotate(72deg);
        -moz-transform: translate(60px, -20px) rotate(72deg);
        -ms-transform: translate(60px, -20px) rotate(72deg);
        -o-transform: translate(60px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(55px, -60px) rotate(108deg);
        -webkit-transform: translate(55px, -60px) rotate(108deg);
        -moz-transform: translate(55px, -60px) rotate(108deg);
        -ms-transform: translate(55px, -60px) rotate(108deg);
        -o-transform: translate(55px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

.petnest-bounce-animate {
    -webkit-animation-name: petnest-float-bob;
            animation-name: petnest-float-bob;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -moz-animation-name: petnest-float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: petnest-float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: petnest-float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes petnest-float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.ddi {
    position: relative;
    padding-left: 10px;
    opacity: 0.4;
    margin-right: 5px;
    font-weight: 300;
    font-size: 14px;
}
.ddi:before {
    content: "\2b";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
}