/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Montserrat';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr{color: gray;}
a{text-decoration: none;}
a:hover{color: #016FD0 !important;}
img{max-width: 100%;}
/*End reset CSS*/

::placeholder {
    font-size: 14px;
    color: #99A2A5 !important;
    font-family: 'Montserrat';
    font-weight: 500;
}

.container{
    width: 84% !important;
}
.search{
    background-image: url(../img/search.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    border: 0;
}
.searchDark{
    background-image: url(../img/search.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 8px 14px 8px 47px;
    border: 0;
}
.search-form{
    background-image: url(../img/search.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #EBEEEF !important;
    border: 0;
    padding: 1rem 50px;
}
.search-form1{
    background-image: url(../img/search.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #EBEEEF !important;
    border: 0;
    padding: 18px 50px;
}
.search-item span{
    border: solid 1px #003459;
    color: #003459;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 14.5;
    font-weight: 500;
    cursor:pointer;
}
.search-item span:hover, .active-search{
    color: #fff !important;
    background-color: #00A7E7;
}

.border-primary{border-color: #003459 !important;}
.border-primary:hover{border-color: #00528d !important;}

.btn-primary{
    background-color: #003459;
    border: 0;
    transition: all 0.3s;
}
.btn-primary:hover{background-color: #00528d;}
.btn-primary-light{background-color: #0078CD;color: #fff !important;}
.btn-primary-light:hover{background-color: #005899;}
.btn-outline-primary{
    font-size: 14px;
    border: solid 2px #003459 !important;
    color: #003459 !important;
}
.btn-outline-primary:hover{background-color: #003459;color: #fff !important;}
.bg-info{background-color: #ccedfa !important;}
.btn-info{background-color: #F0F5FF !important;}
.bg-warning{background-color:  #F1D092 !important;}
.bg-warning-light{background-color:  #FCEED5 !important;}
.bg-secondary-custom{background-color: #EBEEEF !important;}

.fs-1{font-size: 54px !important;}
.fs-7{font-size: 12px !important;}
.fs-9{font-size: 9px !important;}
.fs-11{font-size: 11px !important;}
.fs-13{font-size: 13px !important;}
.fs-14{font-size: 14px !important;}
.fs-15{font-size: 15px !important;}

.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}

.text-primary{color: #003459 !important;}
.text-primary-cart{color: #00528C !important;}
.text-primary-dark{color: #002A48 !important;}
.text-primary-log{color: #0078CD !important;}

.footerPT{
    background-color: #002A48;
    padding-top: 80px;
}

.input-checkout{
    background-color: #EBEEEF !important;
    border: 0;
    border-radius: 22px;
    padding: 18px 30px;
    margin-top: 20px;
}
.input-checkout::placeholder{
    font-size: 16px;
    font-weight: 400 !important;
    color: #616161 !important;
}
textarea::placeholder{
    color: #000 !important;
    font-weight: reqular;
}
.select-box{
    background-image: url(../img/group.png);
    background-position: 92% center;
    background-repeat: no-repeat;
}
input[type="radio"]{
    width: 20px;
    height: 20px;
    accent-color: #003459 !important;
}
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    accent-color: #003459 !important;
}
#formView{
    flex-basis: 375px;
}
/*home page*/
#heroBanner{
    background-image: url("../img/HerroBanner.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -81px;
    min-height: 695px;
}
.Bhome2{
    background-image: url(../img/Bhome2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    max-width: 1180px;
    max-height: 378px;
    align-items: center;
    justify-content: end;
    padding: 45px;
}
.profileBadge{
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
}
.playIcon{
    font-size: 9px;
    border: solid 2px;
    padding: 5px 6px 6px 8px;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: top;
}
#dogBlog{
    max-width: 380px;
}
.btn-blog{
    font-weight: 500;
    font-size: 13px;
    background-color: #00A7E7;
    color: #fff;
    border-radius: 50px;
    border: 0;
    padding: 3px 9px;
}
#contentBlog{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.Bhome2 h1{
    font-weight: 900;
    font-size: 53px!important;
    font-style: italic
}
/*End*/

/*all pets*/
.bAllPets{
    background-image: url(../img/bannerAll-pets.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    max-height: 378px;
    align-items: center;
    justify-content: end;
    padding: 45px;
}
.bContactUs{
    background-image: url(../img/bContactUs.png);
    background-size: cover;
    border-radius: 30px;
}
#bAllPets button:hover{
    background-color: #FCEED5 !important;
    color: #002A48 !important;
}
#sortDogs{
    background-image: url("../img/arrDown.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 40px;
}
#pagination-container {
    font-family: 'Montserrat' !important;
}
#pagination-container ul{
    display: flex;
    justify-content: center;
}
#pagination-container ul > li{
    padding: 6px 12px;
    color: #002A48;
    margin: 0 5px;
    border-radius: 8px;
}
#pagination-container ul > li:hover{
    color: #fff;
    background-color: #002A48;

}
#pagination-container .active{
    padding: 6px 12px;
    background-color: #002A48;
    color: #fff;
    margin: 0 5px;
    border-radius: 8px;
}
#pagination-container ul > li > a, #pagination-container ul > li > span{
    font-weight: 600;
}
/*end*/

/*product detail*/

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}
.mySwiper {
    height: 476px;
}
.tumbNail {
    height: 80px;
    box-sizing: border-box;
    margin: 10px;
}
.tumbNail img{
    border-radius: 8px !important;
    width: 80px !important;
    height: 80px !important;
    cursor: pointer;
}
.tumbNail .swiper-slide {
    opacity: 0.4;
}
.swiper-slide {
    background-position: center;
}
.tumbNail .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 17px;
    background-color: #ffffff7a;
    padding: 9px 12px 10px 14px;
    border-radius: 50%;
    font-weight: 600;
}
/*end Swiper*/

#tableProduct td{
    color: #667479 !important;
}
#tableProduct tr{
    padding: 10px 0;
}
/*end*/

/*profile vw*/
#pgvw{
    background-color: #EBEEEF;
    padding: 95px 30px 40px 30px;
    margin-top: -60px;
}
#pgvw .profileImg{
    max-width: 194px;
    max-height: 188px;
    position: absolute;
    border-radius: 50%;
    top: -175px;
    left: 20%;
}
.pBadge{
    position: absolute;
    top: -180px;
    right: -45px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    max-width: 58px;
    max-height: 58px;
}
.sideProfile{
    width: 260px;
    max-width: 100%;
    height: fit-content;
}
.postProfile{
    width: 891px;
    max-width: 100%;
}
.accountBadge{
    position: absolute;
    left: 60%;
    background-color: #fff;
    padding: 9px;
    width: 40px;
    border-radius: 50%;
}

.postImgUser{
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.contentPost{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.editCoverForm{
    position: absolute;
    top: 80%;
    right: 2%;
}
.editCoverPhoto{
    background-color: #fff;
    color: #002A48;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
}
/* Scrollbar */
#postPfile::-webkit-scrollbar {
    width: 10px;
}
/* Track */
#postPfile::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.29);
    border-radius: 10px;
}
/* Handle */
#postPfile::-webkit-scrollbar-thumb {
    background: rgba(181, 181, 181, 0.24);
    border-radius: 10px;
}
/* Handle on hover */
#postPfile::-webkit-scrollbar-thumb:hover {
    background: rgba(181, 181, 181, 0.49);
}
/*end*/

#dogBox{
    column-gap: 17px;
}
#dogBox div{
    width: 280px !important;
    font-size: 15px;
}

@media (min-width: 1200px){
    #navListDark li > a{
        color: #fff !important;
    }
    #navListDark li > a:hover{
        color: #F7DBA7 !important;
    }
    h1{
        font-size: 2.7rem !important;
    }
    h2,h3{
        font-size: 2.1rem !important;
    }
}
@media (min-width:1200px) and (max-width: 1400px){
    .fs-1{font-size: 34px !important;}
    h3{font-size: 26px !important;}
}

@media (min-width:992px) and (max-width: 1200px){
    .Bhome2{
        background-image: none;
        background-color: antiquewhite;
    }
    #navListDark li > a{
        color: #fff !important;
    }
    #navListDark li > a:hover{
        color: #F7DBA7 !important;
    }
    .Bhome2{
        padding-top: 15px;
        padding-right: 15px;
    }
    .Bhome2 p{
        width: 50%;
        margin: 0 !important;
    }
    .Bhome2 h1, h1, h3{
        font-size: 2.2rem !important;
    }
    .bAllPets{
        background-size: auto !important;
        background-position: right;
        padding: 20px !important;
        border-radius: 15px;
    }
    .bAllPets p{
        padding-left: 230px !important;
    }
    #pgvw{
        padding: 95px 15px 40px 0;
    }
    #pgvw .profileImg{
        max-width: 140px;
        top: -155px;
    }
    .pBadge{
        max-width: 50px;
        top: -160px;
        right: -25px;
    }
}

@media (max-width:992px){
    .container{
        width: 100% !important;
    }
    #heroBanner .container{
        padding-top: 10px !important;
    }
    #navDark{
        background-color: #fff !important;
        padding: 0;
    }
    #heroBanner{
        margin: 0 !important;
        padding-bottom: 30px;
        min-height: unset !important;
        background-size: auto !important;
        background-position: left;
    }
    .Bhome2{
        background-image: none;
        background-color: antiquewhite;
    }
    h1{
        font-size: 2.5rem !important;
    }
    h2,h3{
        font-size: 1.5rem !important;
    }
    .bAllPets{
        background-size: auto !important;
        background-position: right;
        padding: 20px !important;
        border-radius: 15px;
    }
    .bAllPets h1{
        font-size: 36px !important;
    }
    #pgvw{
        padding: 95px 15px 40px 0;
    }
    #pgvw .profileImg{
        max-width: 85px;
        top: -105px;
    }
    .pBadge{
        max-width: 40px;
        top: -110px;
        right: 0px;
    }
    .sideProfile{
        width: 100% !important;
    }
    .sideProfile section{
        width: 45%;
    }
    .editCoverForm{
        top: 60%;
    }
    .editCoverPhoto{
        font-size: 11px;
        padding: 12px 22px;
    }
}



@media (max-width:768px){
    .container{
        width:100% !important;
    }
    .search{
        width: 100% !important;
        border: solid 2px aliceblue;
    }
    .searchDark {
        border: solid 2px aliceblue;
    }
    .profileBadge{
        right: unset !important;
        left: 30px;
    }
    .navbar-collapse{
        display: flex;
        flex-direction: column;
        align-items: self-start;
    }
    #navDark form{
        order: -2;
        margin: auto;
        margin-top: 10px;
    }
    #navDark ul{
        margin: 0 !important;
    }
    #formView{
        flex-basis: 100%;
    }
    .Bhome2{
        background-position: right;
    }
    .Bhome2 h1, h1{
        font-size: 2.2rem !important;
    }
    h2,h3{
        font-size: 1.5rem !important;
    }

    .tumbNail {
        height: 50px;
    }
    .tumbNail img{
        width: 50px !important;
        height: 50px !important;
    }
    .swiper-slide {
        justify-content: flex-start;
    }
    #pgvw{
        padding: 95px 15px 40px 0;
    }
    #pgvw .profileImg{
        max-width: 85px;
        top: -105px;
    }
    .pBadge{
        max-width: 40px;
        top: -110px;
        right: -47px;
    }
    .sideProfile section{
        width: 100%;
    }
    .btn-primary{
        font-size: 12px;
    }
    .btn-outline-primary{
        font-size: 12px;
    }
}

.flatpickr-calendar {
    z-index: 99999 !important;
    background: #fff !important;
    border: 1px solid #eee;
  }

  .post_upload_background{
    background-position: center;
    background-size: cover;
    background-repeat: 'no-repeat';
    background-color: #ECECEC;
    padding: 50px 0 60px 0;
    height: 250px;
    position: relative;
    overflow: hidden;
  }

  .upload_buttons{
    position: absolute;
    bottom: 25px;
    width: 190px;
    right:50%;
    margin-right: -95px;
  }

  .delete_button{
    position: absolute;
    top: 25px;
    right:25px;
    width: 30px;
    height: 30px;
    text-align:center;
    background: #B22222;
    border-radius: 100%;
    display: none;
  }
  .delete_button i{
    color: rgba(255,255,255,1);
    margin-top: 3px;
    font-weight: bold;
    font-size:23px
  }


  .video_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.post_preview{
    width: 264px !important;
    height: 264px;
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
}

.profile_cover{
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

  .status-line {
    position: absolute;
    top: 40px;
    left: -70px;
    transform: rotate(-45deg);
    width: 250px !important;
    z-index: 10;

  }

  .payment_message{
    width : 350px;
    margin: 65px auto;
    height: 320px;
    border: 2px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #000;
    padding: 35px 10px;
  }

  .icon_place{
    text-align: center;
    color: #19b03f;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto;
  }
  .icon_place i{
    font-size: 50px;
    color: #fff;
    font-size: 35px !important;
    font-weight: bolder !important;
    margin-top: 3px;
  }

  .title_place{
    text-align: center;
    margin-top: 25px;
  }

  .payment_button{
    text-align: center;
    margin-top: 35px;
  }

  .footer_image{
    position: relative !important;

  }
  .footer_title{
    position: absolute;
    top:5px;
    margin-left: 5px;
    color: #f7dba7;
    font-weight: 600;
  }

  .footer_description{
    color: #f7dba7;
    position: absolute;
    top:28px;
    font-size:13px;
    margin-left: 5px;
  }

  .footer_social_icon{
    color: #fff;
  }

  .footer_social_icon i{
    font-size: 25px !important;
  }
  @media (min-width:750px){
    .site_logo{
        position: absolute;
    }
  }

  .drpodown_menu{
    position: absolute;
    margin-left: -30px;
    z-index: 100000;
    padding:15px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
    width: 110px;
    display: none;
  }

  .drop_down_cover{
    top:0;
    right:0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
  }

  .drpodown_menu a{
    color: #000;
    font-size: 14px;
  }

  .drpodown_menu ul li{
    margin-top:10px;
  }

  .profile_top:hover .drpodown_menu{
    display: block !important;
  }

  
   /* Ensure the wrapper takes up full width and height */
.mySwiper .swiper-wrapper {
    width: 100%;
    height: 100% !important;
    min-height: 400px;
}

/* Ensure each slide takes up full width and height of the wrapper */
.mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensure the background image covers the entire slide */
    background-position: center; /* Center the background image */
}

/* Responsive adjustments */
@media (max-width: 1000px) {
    .mySwiper .swiper-wrapper {
        height: 300px !important; /* Adjust height for smaller screens */
        min-height: 300px;
    }

    .mySwiper {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .mySwiper .swiper-wrapper {
        height: 300px !important; /* Further adjust height for even smaller screens */
        min-height: 300px;
    }
    .mySwiper {
        height: 300px;
    }
}

.post_actions{
    text-align: right;

}
.post_actions ul{
    list-style: none;
    
}
.post_actions ul li{
    float: right;    
    margin: 0 8px;
    font-size: 20px;
}

.post_actions ul i{
    font-size: 25px;
}

.share-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.share-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
    margin-left: -50px
}

.share-dropdown ul li{
    float: none;
}

.share-dropdown a {
    display: block;
    padding: 10px 15px;
    color: black;
    text-decoration: none;
}

.share-dropdown a:hover {
    background-color: #f1f1f1;
}

.saved_post_tabs{
    margin-top: -60px; 
    margin-left: -49px;
}

.saved_post_tabs li{
    background: #ebeeef;
}

.saved_post_tabs li button{
    color: #000;
}
.statistics-logo{
    
}
.statistics-logo i{
    font-size: 100px;
    margin-right: 20px;
    color: #999;
}

.statistics-logo, .statistic-info {
    display: flex;
    align-items: center;
}
.statistic-info {
    flex-direction: column;
    align-items: flex-start;
}
.statistic-info p{
    font-weight: bolder;
    color: #777;
}
.statistic-info h5{
    font-weight: bolder;
    color: #777;
}

.custom-select {
    background: none;
    border:none
}

.custom-select option{
    background: white;
    border:none;
    font-size: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #4A5568;
}

.breadcrumb a {
    color: #4A5568;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #3182CE;
}

.breadcrumb span {
    margin: 0 0.5rem;
    color: #A0AEC0;
}


.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb li + li:before {
    content: "/";
    padding: 0 0.5rem;
    color: #6c757d;
}
.breadcrumb li a {
    color: #007bff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}
.breadcrumb li a:hover {
    background-color: #e9ecef;
}
.breadcrumb li.active a {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
    background-color: transparent;
}
.post-list {
    list-style: none;
    padding: 0;
}
.post-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.5);
}
.post-item .order {
    width: 30px;
    text-align: center;
    font-weight: bold;
}
.post-item .image {
    width: 80px !important;
    height: 80px !important;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-right: 10px;
}
.post-item .description {
    flex-grow: 1;
    margin-right: 10px;
}
.post-item .views {
    width: 100px;
    text-align: center;
}





.post_actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.user-profile {
    display: flex;
    align-items: center;
}

.profile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
}

.post-actions-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-actions-list li {
    margin-left: 20px;
}

.share-dropdown {
    display: none;
}

#shareButton:hover + #shareDropdown {
    display: block;
}

.text-description{
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #a5a3ae;
}

.follower-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff; /* White container background */
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .follower-info {
    display: flex;
    align-items: center;
  }

  .follower-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .follower-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333; /* Darker text for better contrast */
  }

  .action-buttons {
    display: flex;
    gap: 10px;
  }

  .action-buttons button {
    padding: 8px 12px;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    overflow: hidden;
  }

  .overlayer-div {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(150, 150, 150, 0.2);
    z-index: 200;
    display: none;
  }

  .follower-container.shining .shine-effect {
    left: 100%;
    transition: left 0.8s ease-in-out;
  }
  .filter-blur{
    filter: blur(2px);
  }
  @media (max-width: 600px) {
    .follower-container {
      flex-direction: column;
      align-items: flex-start;
    }

    .action-buttons {
      align-self: flex-end;
    }
  }

  .post_type{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
  }
  .boosted_post{
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    background: linear-gradient(45deg, #FFD700, #FFC107, #FFB300) !important;
  }