.my-pet-module-content {
    box-shadow: 0px 6px 16px #00000015;
}

    .my-pet-module-content.no-shadow {
        box-shadow: none;
    }

    .my-pet-module-content .current-pet-section {
        background-color: #fff;
        display: flex;
        align-items: center;
    }

    .my-pet-module-content.no-shadow .current-pet-section {
        padding: 10px 0;
    }

    .my-pet-module-content .current-pet-section > .row {
        width: 100%;
    }

    .my-pet-module-content .my-pets-section {
        background-color: #f3f3f3;
        padding-right: 5px;
        padding-left: 0
    }

.my-pets-section h3 {
    background-color: #fff;
    padding: 20px;
}

.pet-list {
    max-height: 200px;
    overflow-y: auto;
}

.my-pet a {
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.my-pet-name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
    font-weight: 500;
    word-break: break-word;
}

.my-pet.active .my-pet-name {
    color: #333436;
    margin-left: 15px;
}

.pet-list::-webkit-scrollbar {
    width: 10px;
}

.pet-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.pet-list::-webkit-scrollbar-thumb {
    background: #e35205;
    border-radius: 10px;
}
    /* Handle on hover */
    .pet-list::-webkit-scrollbar-thumb:hover {
        background: #d74100;
    }

.my-pet-image {
    padding: 7px
}

    .my-pet-image img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 3px solid #d9d9d9;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .my-pet-image div {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 3px solid #d9d9d9;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .my-pet-image.active img {
        width: 60px;
        height: 60px;
        border: 0
    }

    .my-pet-image.active div {
        width: 60px;
        height: 60px;
        border: 0
    }

    .my-pet-image.active {
        background-color: #87D1E6;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 5px
    }

.current-pet {
    display: flex;
    align-items: center;
    justify-content: center; /*padding-top:20px*/
}

    .current-pet .pet-image {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px
    }

    .current-pet .pet-content {
        padding: 0 10px;
    }

    .current-pet .pet-image .cur-pet-img {
        border: 5px solid #87D1E6;
        border-radius: 50%;
        width: 175px;
        height: 175px;
        box-shadow: 3px 3px 10px #00000015;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
/* .current-pet .pet-content{margin-top:10%;} */
.pet-content .pname {
    font-weight: 500;
    margin-bottom: 10px;
}

.current-pet .pet-content h4 {
    word-break: break-word;
}
/* .pet-content .pcolor{margin-bottom:10px;} */
.owp-badge {
    position: absolute;
    bottom: -5px;
    width: 35px;
    left: 50%;
    transform: translateX(-50%);
}
/* width:65px;left:67px; */

.pet-detail-section .current-pet .owp-badge {
    position: absolute;
    bottom: 0px;
    width: 35px;
}
/* width:65px; */

.cur-pet-edit-img {
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-shadow: 0px 6px 16px #00000015;
    border-radius: 50%;
}

.current-pet .pet-image input[type=file] {
    top: 10px;
    right: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.pet-tasks {
    border-left: 1px solid #d9d9d9;
}

.pet-task .tasks {
    max-width: calc(100% - 85px);
}

    .pet-task .tasks .task-desc {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.pet-task {
    display: flex;
    padding: 6px;
    border-bottom: 1px solid #d9d9d9;
}

    .pet-task:last-child {
        border-bottom: 0
    }

.download-pdf img {
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.orange-circle {
    height: 15px;
    width: 15px;
    background-color: #D74100;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.yellow-circle {
    height: 15px;
    width: 15px;
    background-color: #F4C82A;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.green-circle {
    height: 15px;
    width: 15px;
    background-color: #96CA50;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.gray-circle {
    height: 15px;
    width: 15px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.add-new-pet-module {
    margin-top: 25px;
}

    .add-new-pet-module.hidden-pets {
        margin-top: 0px;
    }

        .add-new-pet-module.hidden-pets .no-pet-desc {
            padding: 20px;
        }

.add-new-pet-module-content {
    background-color: #fff;
    padding: 5px;
    text-align: center;
    margin: 5px auto;
}

.task-icon img {
    width: 60px;
}

.owp-plan img {
    width: 45px;
}

.shareable-records img {
    width: 35px;
    height: 35px;
}

.shareable-image {
    width: 50px; /*padding-left:15px;*/
}

.my-pet-module {
    background-color: #f3f3f3;
    padding: 25px 0;
    margin-top: 30px;
}


    .my-pet-module .swiper-container {
        padding: 20px 0 20px 0; /*scroll-snap-type: x mandatory;*/
    }

        .my-pet-module .swiper-container .swiper-wrapper { /*transition: opacity 0.65s ease-in-out;*/
            transition: all 0.65s ease-in-out;
            min-height: calc(42vw + 15px + 15pt + 15pt);
        }

        .my-pet-module .swiper-container .swiper-slide { /*width:150px;*/
            width: 42%; /*scroll-snap-align: center;*/
        }

            .my-pet-module .swiper-container .swiper-slide.swiper-slide-active { /*width:175px;*/
                width: 42%;
            }

        .my-pet-module .swiper-container .pet-slide {
            text-align: center;
        }

            .my-pet-module .swiper-container .pet-slide img { 
                /* width:70%;*/
                /* border-radius: 50%; */
                opacity: 0.5;
                box-shadow: 0px 3px 6px 6px #00000015;
                border: 3px solid #E8E7E5;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                width: 30vw;
                height: 30vw;
            }

            .my-pet-module .swiper-container .pet-slide .slide-pet-img div { /* width:70%;*/
                transition: all .2s ease-in;
                border-radius: 50%;
                opacity: 0.5;
                box-shadow: 0px 3px 6px 6px #00000015;
                border: 3px solid #E8E7E5;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                width: 30vw;
                height: 30vw;
            }
        /* .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide{margin-top:30px;} */
        .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide img { /*width:100%;*/
            opacity: 1;
            border: 5px solid #87D1E6;
            box-shadow: 3px 3px 10px 5px #00000015;
            transition: transform .7s;
            width: 42vw;
            height: 42vw;
        }

        .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img div { /*width:100%;*/
            opacity: 1;
            border: 5px solid #87D1E6;
            box-shadow: 3px 3px 10px 5px #00000015;
            width: 42vw;
            height: 42vw;
        }

        .my-pet-module .swiper-container .pet-slide p {
            margin-bottom: 0;
        }

        .my-pet-module .swiper-container .pet-slide .slide-pet-img {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

            .my-pet-module .swiper-container .pet-slide .slide-pet-img .badge-img {
                position: absolute;
                width: 35px;
                bottom: -10px;
                border: 0;
                display: none;
                height: auto;
            }

        .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img .badge-img {
            position: absolute; /*width:50px;*/
            width: 32%;
            bottom: -10px;
            border: 0;
            display: block;
            height: auto;
            box-shadow: none;
        }

        .my-pet-module .swiper-container .pet-slide .pet-age-breed {
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s 1s, opacity 1s linear;
        }

        .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide .pet-age-breed {
            visibility: visible;
            opacity: 1;
            transition: opacity 1s linear;
        }


.pet-detail-section {
    padding-top: 20px;
}

    .pet-detail-section .pet-detail-content {
        border: 1px solid #d9d9d9; /*box-shadow: 0px 6px 16px #00000015;*/
    }

    .pet-detail-section h1 {
        margin-bottom: 20px;
    }

    .pet-detail-section .pet-list {
        max-height: 100%;
    }

    .pet-detail-section .left-nav {
        background-color: #f3f3f3;
        padding: 10px;
    }

    .pet-detail-section .pet-others-section {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column
    }

    .pet-detail-section .download-pdf {
        padding-top: 10px;
    }

    .pet-detail-section .pet-others-section.mobile {
        display: none;
    }

    .pet-detail-section .pet-others-section a {
        display: block;
    }

    .pet-detail-section .current-pet .pet-image .cur-pet-img {
        width: 175px;
        height: 175px;
    }
/* .pet-detail-section .current-pet .pet-content{margin-top:30px;} */
.current-pet .pet-content .lvisit .orange-link {
    font: 0.92rem/1.25rem 'Poppins', sans-serif;
    display: block;
}

.preventive-care {
    background-color: #f3f3f3;
    padding: 20px 0;
    margin-top: 20px;
}

.preventive-care-item {
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    margin-top: 5px;
    cursor: pointer;
}

.preventive-care-details {
    display: flex;
    align-items: center;
}

    .preventive-care-details .preventive-care-desc {
        padding-left: 5px;
    }

.preventive-care-status > div {
    float: left;
}

.preventive-care-status .status {
    margin-top: 3px;
    font-weight: 300;
}

.pet-detail-section .task-icon {
    width: 80px;
    padding: 0 15px;
}

    .pet-detail-section .task-icon img {
        width: 50px;
    }

.preventive-care-item .toggle-icon {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding-right: 0
}

.expanded-content {
    background-color: #fff;
    padding: 10px 20px 10px 15px;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

    .expanded-content .microchip-detail:not(:last-child) {
        padding-bottom: 5px;
    }

    .expanded-content .owp-plan {
        display: flex;
        margin-top: 15px;
    }

        .expanded-content .owp-plan .owp-plan-image {
            padding: 0 15px;
            width: 75px;
            height: 52px;
            display: flex;
        }

    /* .expanded-content .owp-content{display: flex; align-items: center;} */
    .expanded-content .owp-content {
        display: flex;
        align-items: center;
    }

    .expanded-content .view-history {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

.green-border {
    border-bottom: 5px solid #96CA50;
}

.yellow-border {
    border-bottom: 5px solid #F4C82A;
}

.orange-border {
    border-bottom: 5px solid #D74100;
}

.gray-border {
    border-bottom: 5px solid #d9d9d9;
}

.body-status {
    padding: 10px 0;
}

.body-desc {
    padding: 5px 0 10px 0;
}

.tool-tip {
    border-top: 5px solid #d9d9d9;
    margin-top: 15px;
}

.tool-tip-content {
    display: flex;
    padding: 15px 0px;
}

.tool-tip-img { /*width:100px;*/
    flex: 0 0 50px;
    padding-right: 10px;
}
/* .tool-tip-img img{width:45px;} */

/* #pet-detail-all-pets{position: fixed; top: -2000px;right:0;z-index:2000;}
.pet-detail-all-pets.show{top:0 !important;}
.all-pet-content{z-index:3000;position: absolute; top: 0; right: 0;background-color:#fff;padding:20px;} */

.all-pet-content .swiper-container {
    padding: 20px 0; /*scroll-snap-type: x mandatory;*/
}

    .all-pet-content .swiper-container .swiper-wrapper {
        transition: all 0.65s ease-in-out;
        min-height: calc(42vw + 15px + 15pt + 15pt);
    }

    .all-pet-content .swiper-container .swiper-slide { /*width:150px;*/
        width: 42%; /*scroll-snap-align: center;*/
    }

    .all-pet-content .swiper-container .swiper-slide.swiper-slide-active { /*width:175px;*/
        width: 44%;
    }

    .all-pet-content .swiper-container .pet-slide {
        text-align: center;
    }

        .all-pet-content .swiper-container .pet-slide img {
            width: 70%;
            border-radius: 50%;
            opacity: 0.4;
            box-shadow: 0px 3px 6px 6px #00000015;
            border: 3px solid #E8E7E5;
        }

        .all-pet-content .swiper-container .pet-slide .slide-pet-img div {
            transition: all .2s ease-in; /*width:70%;*/
            border-radius: 50%;
            opacity: 0.4;
            box-shadow: 0px 3px 6px 6px #00000015;
            border: 3px solid #E8E7E5;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 30vw;
            height: 30vw;
        }

        .all-pet-content .swiper-container .pet-slide .pet-age-breed {
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s 1s, opacity 1s linear;
        }
    /* .all-pet-content .swiper-container .swiper-slide.swiper-slide-active .pet-slide{margin-top:30px;} */
    .all-pet-content .swiper-container .swiper-slide.swiper-slide-active .pet-slide img {
        width: 100%;
        opacity: 1;
        border: 5px solid #87D1E6;
        box-shadow: 3px 3px 10px 5px #00000015;
        transition: transform .7s;
    }

    .all-pet-content .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img div { /*width:100%;*/
        opacity: 1;
        border: 5px solid #87D1E6;
        box-shadow: 3px 3px 10px 5px #00000015;
        transition: transform .7s;
        width: 42vw;
        height: 42vw;
    }

    .all-pet-content .swiper-container .swiper-slide.swiper-slide-active .pet-slide .pet-age-breed {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }

    .all-pet-content .swiper-container .pet-slide p {
        margin-bottom: 0;
    }

    .all-pet-content .swiper-container .pet-slide .slide-pet-img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

        .all-pet-content .swiper-container .pet-slide .slide-pet-img .badge-img {
            position: absolute;
            width: 35px;
            bottom: -10px;
            border: 0;
            display: none;
            box-shadow: none
        }

    .all-pet-content .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img .badge-img {
        position: absolute; /*width:50px;*/
        width: 32%;
        bottom: -10px;
        border: 0;
        display: block;
        box-shadow: none;
    }

.pet-detail-all-pets .modal-dialog {
    margin: 0
}

    .pet-detail-all-pets .modal-dialog .modal-content {
        padding: 0;
    }

        .pet-detail-all-pets .modal-dialog .modal-content .all-pet-content h3 {
            padding: 10px 15px 0 15px;
        }

        .pet-detail-all-pets .modal-dialog .modal-content .all-pet-content p {
            padding: 0px 15px 0 15px;
        }

/* .vaccination-details{padding:0 10px;}
.parasite-details{padding:0 10px;} */
.parasite-det {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

    .parasite-det:last-child {
        border-bottom: 0
    }

    .parasite-det p {
        margin-bottom: 0;
    }

.vaccine-det {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}

.vac-det {
    margin-bottom: 10px;
}

    .vac-det:last-child {
        margin-bottom: 0px;
    }

.vaccine-det:last-child {
    border-bottom: 0
}

.vaccine-det p {
    margin-bottom: 0;
}

.vaccine-det .next-date {
    display: flex;
    justify-content: flex-end;
}

    .vaccine-det .next-date > div {
        margin-top: 3px;
    }

.vaccine {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

    .vaccine:last-child {
        border-bottom: 0
    }

    .vaccine p {
        margin-bottom: 0;
    }
/* .vaccine .next-date{margin-top:5px;} */

/* .pet-detail-section .upcoming-visits-content{padding-top:35px;} */
.additional-pet-details {
    background-color: #f3f3f3;
    padding: 20px 0; /*margin-top:20px;*/
    margin-top: 5px;
}

.additional-details-item {
    background-color: #fff;
    box-shadow: 0px 6px 16px #00000015;
    padding: 12px 0px;
    display: flex;
    margin-top: 5px;
    cursor: pointer;
}

    .additional-details-item .additional-desc {
        margin-bottom: 0;
    }

    .additional-details-item .toggle-icon {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }

.microchip-detail p {
    margin-bottom: 0;
}

.shareable-records {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .shareable-records:last-child {
        border-bottom: 0px;
    }

.share-records-desc {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 500;
}

#expand-timeline .expanded-content {
    padding: 0;
    border: 1px solid #d9d9d9;
}

.timeline-title {
    background-color: #f3f3f3;
    padding: 10px 15px;
}

    .timeline-title p {
        margin-bottom: 0;
    }

.timeline-desc-content {
    background-color: #fff;
    padding: 10px 15px;
}

    .timeline-desc-content p {
        margin-bottom: 0
    }
/* .timeline-desc{background-color: #fff; padding:10px 20px;} */
/* .pet-detail-section .expanded-content .timeline-desc{padding:10px 15px;display: flex;} */
/* .pet-detail-section .expanded-content .timeline-desc > div{width:100%;max-width:100%;} */
/* .pet-detail-section .expanded-content .timeline-desc .col-lg-3{display: flex;align-items:flex-end;justify-content: flex-end;} */
.timeline-desc p {
    margin-bottom: 0;
}

.prescribed {
    display: flex;
}

    .prescribed img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

.medical-history {
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}


.medical-history-section {
    padding-top: 35px;
}

    .medical-history-section h1 {
        margin-top: 20px;
    }

    .medical-history-section h2 {
        margin-top: 20px;
    }

    .medical-history-section select {
        margin-top: 20px;
    }
/* .full-medical-history h3{padding-top:35px;} */
.full-medical-history .timeline-desc, .vaccines-history-list .timeline-desc {
    display: flex;
}

.vaccines-history-list .timeline-desc, .medication-history-list .timeline-desc, .labs-history-list .timeline-desc {
    padding: 10px 20px;
}

.full-medical-history .timeline-desc .col-lg-3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.full-medical-history .timeline-desc p {
    margin-bottom: 10px;
}

.download-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.labs-history .form-row div.col:last-child {
    display: flex;
}

.labs-history .form-row div.col a {
    margin-top: 0;
}



.groomers-section {
    padding-top: 35px;
}

    .groomers-section h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .groomers-section h4 img {
            width: 50px;
            margin-right: 10px;
        }

    .groomers-section .download-link img {
        margin-left: 5px;
    }

.groomer-title {
    background-color: #f3f3f3;
    padding: 10px 20px;
}

.groomer-desc {
    background-color: #fff;
    padding: 10px 20px;
}

.boardings-section {
    padding-top: 35px;
}

    .boardings-section h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .boardings-section .download-link img {
        margin-left: 5px;
    }

    .boardings-section h4 img {
        width: 50px;
        margin-right: 10px;
    }

.boardings-vaccine-title {
    background-color: #f3f3f3;
    padding: 10px 20px;
}

.boardings-vaccine-desc {
    background-color: #fff;
    padding: 10px 20px;
}

.boardings-treatment-title {
    background-color: #f3f3f3;
    padding: 10px 20px;
}

.boardings-treatment-desc {
    background-color: #fff;
    padding: 10px 20px;
}

    .boardings-treatment-desc p {
        margin-bottom: 0;
    }

.boardings-test-title {
    background-color: #f3f3f3;
    padding: 10px 20px;
}

.boardings-test-desc {
    background-color: #fff;
    padding: 10px 20px;
}
/* .boardings-section .section-header{margin-top:35px;} */
.boardings-vaccine-list, .boardings-test-list, .boardings-treatments-list, .groomers-list, .full-medical-history-list, .vaccines-history-list, .labs-history-list, .medication-history-list {
    border: 1px solid #d9d9d9;
    box-shadow: 0px 6px 16px #00000015;
    margin-bottom: 35px;
}

.viewSummaryModal .modal-content {
    padding: 0
}

.viewSummaryModal .modal-body {
    padding: 0;
}

.viewSummaryModal .modal-header {
    border-bottom: 0;
}

.summary-title {
    background-color: #f3f3f3;
    padding: 10px 15px;
}

.pet-details {
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.pet-downloads {
    padding: 10px 15px;
    display: flex;
}

    .pet-downloads > div {
        margin-right: 15px;
    }

.downloads-list a {
    display: block;
}

.downloads-list img {
    width: 20px;
}

.summary-fees {
    padding: 10px 15px;
}

.fees {
    background-color: #f3f3f3;
    display: flex;
    padding: 10px 15px;
}

    .fees > div {
        margin-right: 20px;
        font-weight: 500
    }

.pet-summary {
    padding: 10px 15px;
}

    .pet-summary > div {
        margin-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    .pet-summary p {
        margin-bottom: 0
    }

.lab-item, .medication-item {
    margin-bottom: 10px;
}

.medication-fee {
    display: flex;
}

    .medication-fee > div {
        margin-right: 20px;
        font-weight: 500
    }

.line-separator {
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* .pet-detail-section .left-nav .add-new-pet-module{margin-top:0;} */
.pet-deceased {
    font:0.92rem/1.67rem 'Poppins', sans-serif;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 5px 30px;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333436
}

.pet-task > div:nth-child(2) {
    margin-top: 3px;
}

.pet-page-header-section .container {
    padding-left: 0;
    padding-right: 0;
}

.pet-detail-section.nwp-page .preventive-care .expanded-content p {
    margin-bottom: 0;
}

.no-data-desc {
    padding: 15px;
}

.gray-bg-detail {
    background-color: #f3f3f3;
}

    .gray-bg-detail .additional-pet-details {
        margin-top: 0px;
    }

#expand-dental .expanded-content p {
    margin-bottom: 5px;
}

.boardings-vaccine-list .boardings-vaccine, .boardings-test-list .boardings-test, .boardings-treatments-list .boardings-treatment {
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0px 6px 16px #00000015;
}

.current-pet-section .birthday-hat {
    position: absolute;
    top: -28px;
    width: 70px;
    left: 67%;
    transform: rotate(38deg);
}

.birthday-cake {
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}

    .birthday-cake img {
        max-width: 30px;
    }

.my-pet-module .swiper-container .pet-slide .slide-pet-img .birthday-hat {
    position: absolute;
    top: -25px;
    width: 60px;
    left: 71%;
    transform: rotate(50deg);
    border: 0;
    height: auto;
    border-radius: unset;
    box-shadow: none;
}

.my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide .birthday-hat {
    position: absolute;
    top: -28px;
    width: 70px;
    left: 78%;
    transform: rotate(45deg);
    border: 0;
    height: auto;
    border-radius: unset;
    box-shadow: none;
}

.my-pet-module.mobile .current-pet .birthday-hat {
    position: absolute;
    top: -28px;
    width: 70px;
    left: 67%;
    transform: rotate(38deg);
}

@media(min-width:992px) and (max-width:1199px) {
    .timeline-desc .prescribed:nth-child(2) {
        padding: 0
    }

    .pet-detail-section .pet-others-section a {
        text-align: center;
    }

    .view-history a.orange-outlined {
        height: auto;
        padding: 5px 20px;
    }

    .preventive-care-item .toggle-icon {
        padding-right: 15px;
    }

    .current-pet .pet-image .cur-pet-img { /*width:100%;height:auto;*/
        width: 120px;
        height: 120px;
    }

    .pet-detail-section .current-pet .pet-image .cur-pet-img { /*width:100%;height:auto;*/
        width: 120px;
        height: 120px;
    }

    .current-pet .pet-image { /*width:180px;*/
        flex: 0 0 140px;
    }

    .pet-detail-section .pet-others-section {
        padding-left: 0
    }

    .current-pet .pet-image .owp-badge {
        left: 35px;
    }
}

@media(max-width:991px) {
    /* .pet-detail-section .current-pet .pet-image .cur-pet-img{width:110px; height: 110px;} */
    .cur-pet-edit-img {
        top: 0px;
        right: 15px;
    }

    .current-pet .pet-image input[type=file] {
        top: 0px;
        right: 10px;
    }

    .pet-detail-section .current-pet .owp-badge {
        width: 45px;
        bottom: 0px;
        left: auto;
    }

    .pet-detail-section {
        padding-left: 0;
        padding-right: 0
    }

        .pet-detail-section h1 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .pet-detail-section .pet-page-header-section .view-all-pets {
            margin-right: 15px; /*margin-bottom:15px;*/
            float: right; /*margin-top:15px;*/
            margin-left: auto;
        }

        .pet-detail-section .pet-page-header-section.fix-title .view-all-pets {
            float: none;
        }

    .preventive-care-item > div {
        padding-left: 0;
        padding-right: 0;
    }

    .preventive-care-item .task-icon {
        padding-right: 10px;
        width: 110px;
    }

    .pet-detail-section .left-nav {
        display: none;
    }

    .pet-detail-section .current-pet {
        padding: 0px 15px 0px 15px;
    }

    .pet-detail-section .pet-others-section {
        display: none;
    }

        .pet-detail-section .pet-others-section.mobile {
            display: block;
            padding: 10px 30px 0 30px;
            text-align: center;
        }

    .my-pet-module {
        display: none;
    }


    /* .my-pet-module.mobile h3{margin-top:20px;} */
    .pet-tasks {
        border-left: 0;
        border-top: 1px solid #d9d9d9;
    }

    .pet-detail-section .current-pet .pet-image {
        width: 215px;
    }

    .download-vaccine {
        display: none;
    }

        .download-vaccine.mobile {
            display: block;
            padding-top: 15px;
        }

    .download-medication {
        display: none;
    }

        .download-medication.mobile {
            display: block;
            padding-top: 15px;
        }

    .download-labs {
        display: none;
    }

        .download-labs.mobile {
            display: block;
            padding-top: 15px;
        }

    .download-boarders {
        display: none;
    }

        .download-boarders.mobile {
            display: block;
        }

    .download-groomers {
        display: none;
    }

        .download-groomers.mobile {
            display: block;
        }

    .dashboard-section .my-pet-module.mobile .current-pet {
        display: block;
        text-align: center;
    }

        .dashboard-section .my-pet-module.mobile .current-pet .pet-image {
            margin: auto;
            margin-bottom: 15px;
        }

    .groomers-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* .groomers-section a.orange-link{padding-left:20px;}
    .groomers-section .col-lg-10 > .row{padding-left:20px;padding-right:20px;} */

    .boardings-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* .boardings-section a.orange-link{padding-left:20px;}
    .boardings-section .col-lg-10 > .row{padding-left:20px;padding-right:20px;} */
    /* .boardings-section .section-header{padding:0 20px;} */
    .medical-history-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    /* .medical-history-section a.orange-link{padding-left:20px;}
    .medical-history-section .timeline-desc a.orange-link{padding-left:0px;}
    .medical-history-section h2, .medical-history-section h1, .medical-history-section h4, .medical-history-section .form-group{padding:0 20px;} */
    .medical-history-section .download-link {
        padding-right: 20px;
    }
    /* .fees{display: block; text-align:center;}
    .fees > div{display: inline;} */
    .summary-vaccine > div, .summary-labs > div, .summary-medications > div {
        padding: 0
    }

    .preventive-care > div {
        padding: 0 30px;
    }

    .preventive-care-item .toggle-icon {
        padding-right: 15px;
    }

    #additional-details .additional-details-item, #additional-details .collapse {
        box-shadow: 0px 6px 16px #00000015;
    }

    .pet-page-header-section {
        display: inline-block;
        width: 100%;
        background-color: #fff;
    }

    .fix-title {
        z-index: 1400;
        position: fixed;
        top: 100px;
        left: 0;
        border: 1px solid #d9d9d9;
        box-shadow: 0px 6px 16px #00000015;
        transition: height 1s ease-in-out 0.5s;
    }

    .pet-header-content {
        float: left;
    }

    .scroll-pet-title img {
        width: 75px;
        border-radius: 50%;
        border: 3px solid #87D1E6;
        margin-right: 10px;
    }

    .scroll-pet-title div {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        border: 3px solid #87D1E6;
        margin-right: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .scroll-pet-title {
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .marginTop {
        margin-top: 35px !important;
    }

    .pet-detail-section .current-pet .pet-image .cur-pet-img {
        width: 110px;
        height: 110px;
    }

    .body-desc {
        padding: 5px 0 30px 0;
    }

    .pet-detail-section .pet-detail-content {
        border: 0;
    }

    .expanded-content {
        padding: 10px 15px 10px 15px;
    }

    .body-score-img {
        width: 60%;
    }

    .additional-pet-details {
        margin-top: 0;
    }

    .pet-page-header-section.fix-title {
        padding-bottom: 10px;
    }

        .pet-page-header-section.fix-title .container {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .my-pet-tab-content {
        display: block;
    }

    .my-pet-mobile-content {
        display: none;
    }

    .my-pet-tab-content .task-icon img {
        width: 60px;
    }

    .my-pet-tab-content .task-action {
        display: flex;
        align-items: center;
    }

    .my-pet-tab-content .tasks {
        display: flex;
        align-items: center;
    }

    .my-pet-tab-content .pet-task [class$="circle"] {
        margin-top: 13px;
    }

    .my-pet-tab-content .add-new-pet-module {
        margin-top: 0;
    }

    .my-pet-tab-content .pet-tasks {
        margin-top: 25px;
    }

    .cur-pet-edit-img {
        top: 0px;
        right: 18px;
    }

    .my-pet-module.mobile {
        display: block;
        background-color: #fff;
        padding: 0;
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
    }

    .pet-detail-section .pet-others-section.mobile a:nth-child(2) {
        display: inline-block;
    }

    .my-pet-module .swiper-container .pet-slide .slide-pet-img .birthday-hat {
        position: absolute;
        top: -25px;
        width: 80px;
        left: 71%;
        transform: rotate(50deg);
        border: 0;
        height: auto;
        border-radius: unset;
        box-shadow: none;
    }

    .my-pet-module .swiper-container .swiper-slide.swiper-slide-active .pet-slide .birthday-hat {
        position: absolute;
        top: -28px;
        width: 90px;
        left: 78%;
        transform: rotate(45deg);
        border: 0;
        height: auto;
        border-radius: unset;
        box-shadow: none;
    }
}

@media(max-width:767px) {
    .my-pet-tab-content {
        display: none;
    }

    .my-pet-mobile-content {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

        .my-pet-mobile-content .add-new-pet-module {
            margin-top: 0;
        }

    .pet-detail-section .expanded-content .view-history {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .tool-tip-img { /*width: 130px;*/
        flex: 0 0 50px;
        padding-right: 10px;
    }
    /* .tool-tip-img img{width:45px;} */
    .vaccine-det .next-date > div {
        margin-top: 3px;
        flex: 0 0 15px;
    }

    .labs-history .form-row {
        display: block;
    }

        .labs-history .form-row .col {
            margin-bottom: 10px;
        }

        .labs-history .form-row div.col:last-child {
            display: inline-block;
            margin-top: 10px;
        }

    .pet-tasks {
        padding-left: 30px;
        padding-right: 30px;
        border-bottom: 1px solid #d9d9d9;
    }

    .pet-full-profile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pet-detail-section .download-pdf {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .fix-title {
        z-index: 1400;
        position: fixed;
        top: 67px;
        left: 0;
        border: 1px solid #d9d9d9;
        box-shadow: 0px 6px 16px #00000015;
    }

    .my-pet-module.mobile {
        display: block;
        background-color: #fff;
        padding: 0;
        margin-top: 10px;
    }

    .fees {
        display: block;
        text-align: center;
    }
}

@media(max-width:575px) {
    .groomers-list {
        margin-top: 20px;
    }

    .vaccines-history-list, .medication-history-list, .labs-history-list {
        margin-top: 20px;
    }

    .groomers-section a.orange-link {
        padding-left: 20px;
    }

    .groomers-section .col-lg-10 > .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .boardings-section a.orange-link {
        padding-left: 20px;
    }

    .boardings-section .col-lg-10 > .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .boardings-section .section-header {
        padding: 0 20px;
    }

    .medical-history-section a.orange-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .medical-history-section .timeline-desc a.orange-link {
        padding-left: 0px;
    }

    .medical-history-section h2, .medical-history-section h1, .medical-history-section h4, .medical-history-section .form-group {
        padding: 0 20px;
    }

    .download-vaccine.mobile {
        display: block;
        padding-top: 0px;
    }

    .download-medication.mobile {
        display: block;
        padding-top: 0px;
    }

    .download-labs.mobile {
        display: block;
        padding-top: 0px;
    }

    .medical-history-section .no-data-desc a.orange-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:480px) {
    .pet-detail-section .preventive-care-details {
        padding: 0;
    }

    .full-medical-history > div {
        padding: 0;
    }
    /* .full-medical-history .timeline-desc, .vaccines-history-list .timeline-desc{display: block;} */
    .full-medical-history .timeline-desc .col-lg-3 {
        justify-content: flex-start;
    }

    .pet-detail-section .expanded-content .timeline-desc {
        display: block;
        padding: 10px 0px;
    }

        .pet-detail-section .expanded-content .timeline-desc .col-lg-3 {
            justify-content: flex-start;
        }

    .labs-history .form-row {
        display: block;
    }

        .labs-history .form-row .col {
            margin-bottom: 10px;
        }

        .labs-history .form-row div.col:last-child {
            display: inline-block;
            margin-top: 10px;
        }

    .groomers-section h4 img {
        width: 50px;
    }

    .boardings-section h4 img {
        width: 50px;
    }

    .groomers-list {
        margin-top: 20px;
    }
    /* .groomer-desc .col-9, .groomer-desc .col-3{flex:0 0 100%; max-width:100%;} 
    .boardings-section .col-9, .boardings-section .col-3{flex:0 0 100%; max-width:100%;} */
    .pet-downloads {
        display: block;
    }
}

@media(max-width:320px) {
    .current-pet .pet-image {
        width: 225px;
    }

    .view-all-pets.mobile a.orange-outlined {
        padding: 5px 10px;
    }
}
