/* Mobile Mode */
.max480{
    max-width: 480px !important;
    margin: 0 auto;
}

.mobile-crowd .campaigns {
    max-width: 100% !important;
    flex: 100%;
    padding: 0 0 10px 0 !important;
}

.mobile-crowd .card-img-top {
    flex: 0 0 50% !important;
    margin-right: .6rem;
    max-height: 128px;
}

.mobile-crowd .card-product {
    display: flex !important;
    padding: 0 10px 10px;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
}

.mobile-crowd .lsdd-card-body{
    padding: 5px 0 !important;
}

.mobile-crowd .lsdd-card .lsdd-card-body .card-title{
    line-height: 1.3rem !important;
    font-weight: 600 !important;
    font-size: 1.1rem;
    margin: 0 0 3px 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.mobile-crowd .lsdd-card span{
    font-size:14px;
}

.mobile-crowd .lsdd-card .card-info svg{
    width: 12px;
    height: 12px;
}
/* 
.mobile-crowd .lsdd-card #progress-component{
    margin: 3px 0 10px;
} */

.mobile-crowd .campaign-verification {
    font-size: 16px;
}

.mobile-crowd .campaign-verification p{
    font-size: 12px;
}

.mobile-crowd .campaign-verification small {
    line-height: 1.5rem;
    margin-bottom: -3px;
}


/* Single */
.crowdfunding-detail,
.contributor-list h6 {
    font-size: .9rem;
}

.fundraiser-name{
    padding: 5px 0;
}
/* 
.mobile-mode .card-subtitle,
.mobile-mode a.lsdp-btn.btn-primary.btn-block {
    display: none;
}

.mobile-mode .card-product .card-body {
    width: 100%;
    padding: 0 10px 10px 5px;
}

.mobile-mode .card-product .card-img-top {
    width: 240px;
    flex: 0 0 240px;
    height: 133px;
    margin-right: 10px;
    border-radius: 0;
}

.mobile-mode .card-product .card-body .card-title {
    margin: 0;
} */

/* @media only screen and (min-width: 320px) and (max-width: 480px) {
    .mobile-mode .card-product .card-img-top {
        width: 50%;
        flex: auto;
        margin-right: 10px;
        border-radius: 0;
    }

    .mobile-mode .card-product .card-body {
        width: 50%;
    }

    .mobile-mode .campaign-verification {
        margin: 0 !important;
        font-size: 12px;
    }

    .mobile-mode .card-body {
        font-size: 12px;
    }
} */


/* Single Crowdfunding */
#lsdd-crowdfunding-single {
    padding-top: 33px;
    padding-bottom: 33px;
    max-width: 1040px;
}

/* Sidebar */
.crowdfunding-title {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
    margin-bottom: 5px !important;
    padding-bottom: 0  !important;
}

p.crowdfunding-fundraiser {
    line-height: 13px;
    margin: 5px 0;
}

.crowdfunding-info span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

#progress-component {
    width: 100%;
    margin: 3px 0 7px 0;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: #000 0 0 inset
}

#progress-component .bar {
    height: 4px;
    background-color: var(--lsdd-lighter-color);
    border-radius: 2px
}

.crowdfunding-target p,
.crowdfunding-info p {
    font-size: .8rem;
    margin: 0;
}

.crowdfunding-share {
    padding-bottom: 15px;
}

.crowdfunding-share a {
    padding: 10px;
    display: inline-block;
}

.crowdfunding-share span {
    margin-left: 10px;
    font-weight: 600;
    color: #313131;
    font-size: .9rem;
}

.crowdfunding-share textarea {
    line-height: normal;
}

.campaign-verification small {
    line-height: normal;
    margin-bottom: -3px;
}

.crowdfunding-share svg {
    float: left;
    margin-top: 2px;
    color: #313131;
}

.updates li {
    margin-bottom: 15px;
}

/* Content */

.crowdfunding-banner {
    text-align: center;
}

/* Tabs Component */
.tabs-component input[type=radio] {
    display: none !important;
}

.tabs-component [type=radio]:checked+label.tab,
.tabs-component [type=radio]:not(:checked)+label.tab {
    padding-left: 0;
}

.tabs-component label.tab {
    display: inline-block;
    cursor: pointer;
    padding: 10px 18px !important;
    margin: 0;
    font-size: 1rem;
    text-align: center;
}

.tabs-component label.tab:after,
.tabs-component label.tab:before {
    display: none;
}

.tabs-component label.tab:last-of-type {
    border-bottom: none
}

.tabs-component label.tab:hover {
    background: #eee
}

.tabs-component input[type=radio]:checked+label.tab {
    border-bottom: 3px solid var(--lsdd-lighter-color);
    margin: 0;
}

.tabs-component .tab-body {
    font-size: .9rem;
    position: absolute;
    opacity: 0;
    padding: 15px;
    background: #fff;
    display: none;
}

.tab-body-component {
    border-top: #ddd 3px solid;
    margin-top: -3px;
    position: initial
}

#detail:checked~.tab-body-component #tab-body-detail,
#updates:checked~.tab-body-component #tab-body-updates,
#contributors:checked~.tab-body-component #tab-body-contributors {
    display: block;
    position: relative;
    top: 0;
    opacity: 1
}

.crowdfunding-embed {
    background: var(--lsdd-darker-color);
    padding: 12px 15px !important;
    margin: 0;
}



/* Popover  */
.popover-component {
    display: inline-block;
    position: relative
}

.popover-component .popover-content {
    left: 50%;
    opacity: 0;
    padding: .4rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s;
    width: 320px;
    z-index: 300
}

.popover-component:focus+.popover-content,
.popover-component:hover .popover-content {
    display: block;
    opacity: 1;
    transform: translate(-50%, -100%) scale(1)
}

.popover-component.popover-right .popover-content {
    left: 100%;
    top: 50%
}

.popover-component.popover-right:focus+.popover-content,
.popover-component.popover-right:hover .popover-content {
    transform: translate(0, -50%) scale(1)
}

.popover-component.popover-bottom .popover-content {
    left: 50%;
    top: 100%
}

.popover-component.popover-bottom:focus+.popover-content,
.popover-component.popover-bottom:hover .popover-content {
    transform: translate(-50%, 0) scale(1)
}

/* Bottom Flat Right */

.popover-component.popover-bottom-right .popover-content {
    right: 0;
    top: 100%
}

.popover-component.popover-bottom-right:focus+.popover-content,
.popover-component.popover-bottom-right:hover .popover-content {
    transform: translate(-88%, -5%) scale(1)
}

.popover-component.popover-left .popover-content {
    left: 0;
    top: 50%
}

.popover-component.popover-left:focus+.popover-content,
.popover-component.popover-left:hover .popover-content {
    transform: translate(-100%, -50%) scale(1)
}

.popover-component .card {
    background: #fff;
    border: 0;
    text-align: center;
    padding: 15px 10px 5px;
    box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, .3);
    max-width: 300px;
    font-size: 14px;
}

/* Contributors Listing */
/* #tab-body-contributors {
    padding: 0;
} */


.contributor-list {
    margin-top: 10px;
    padding-left: 5px;
}

.contributor-list td {
    margin-bottom: 15px;
}

table.contributor-list,
table.contributor-list td,
table.contributor-list tr {
    border: none !important;
}

table.contributor-list td.middle {
    vertical-align: middle;
}

table.contributor-list td.top {
    vertical-align: top;
    width: 130px;
}

td.lsdd-avatar {
    width: 55px;
    vertical-align: top;
    padding: 0 0 15px 0;
}

.lsdd-avatar img {
    border-radius: 50%;
}

td.lsdd-contributor-name {
    text-align: left;
    vertical-align: top;
    padding: 0 10px 10px;
}

td.lsdd-contributor-value {
    width: 32%;
}

.lsdd-contributor-value {
    text-align: right;
}
.lsdd-contributor-name p.date {
    font-size: 12px;
    line-height: 14px;
}
/* Updates Listing */
.updates {
    margin: 0 !important;
    list-style: none !important;
    padding: 15px 0;
}

.update-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-left: 60px;
}


.update-avatar {
    width: 50px;
    float: left;
    background: 0 0
}

.update-avatar img {
    object-fit: cover;
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.update-item h6 {
    display: inline-block;
    font-size: 1rem;
}

.update-item p {
    font-size: .9rem;
    margin: 0;
}

.update-item hr {
    margin: 5px 0 10px;
    max-width: 100%;
}

/* Pagination */
.pagination {
    display: flex;
    display: -ms-flexbox;
    list-style: none;
    margin: .2rem 0;
    padding: 0 !important;
}

.pagination .page-item {
    margin: .2rem .08rem;
}

.pagination .page-item a {
    border-radius: .1rem;
    width: 100%;
    height: 33px;
    background: transparent;
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
    color: #000;
}

.pagination .page-item a.active {
    background: var(--lsdd-darker-color);
}


.pagination .page-item li:hover {
    background: transparent;
    color: #fff;
}

/* .pagination .page-item.active {
    background: var(--lsdd-darker-color);
} */

.pagination .page-item.active a {
    color: #fff !important;
    background: var(--lsdd-color);
}

.pagination .page-item:not(.active) a:visited {
    color: var(--lsdd-darker-color) !important;
}


/* Mobile Responsive */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .lsdp-container.small-pad {
        padding: 0 !important;
        margin: 5px auto !important;
    }

    .updates,
    .contributor-list {
        padding: 0;
    }

    .update-avatar {
        /* display:none; */
        float: none;
        margin-bottom: 10px;
    }

    .update-item {
        margin-left: 0;
    }

    .lsdp-row .col-sm-12 {
        padding: 0 !important;
    }
}

/* Desktop */
@media (min-width : 480px) {
    .card-title {
        font-size: 16px !important;
        margin-bottom: -3px !important
    }
}

.campaigns .card-title a {
    color: inherit;
}

/* Float Action */
.float-action {
    position: fixed;
    bottom: 50px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    z-index: 99999;
}

.float-action .float-button {
    width: 150px;
    position: absolute;
    left: 50%;
    font-size: .9rem;
    margin-left: -75px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

td.lsdd-contributor-name h6 {
    font-size: 1rem;
    margin: 0 0 3px 0;
}


.lsdd-cf-loadmore {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

@media (min-width:1025px) and (max-width:1920px) {
    .sidebar {
        will-change: min-height;

    }

    .sticky .sidebar__inner {
        transform: translate(0, 0);
        /* For browsers don't support translate3d. */
        transform: translate3d(0, 0, 0);
        will-change: position, transform;
        left: auto !important;
        max-width: 326px;
    }

    .sticky {
        position: relative;
        display: block;
    }

    /* .sidebar__inner .box-action {
        max-width: 350px;
    } */
}

@media only screen and (max-width: 425px) {

    .lsdd-card .lsdd-card-body .card-title{
        line-height: 1.1rem !important;
        font-weight: 600 !important;
        font-size: 1.2rem;
        margin: 0 0 8px 0 !important;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .lsdd-card .card-info{
        margin-top: -8px;
        margin-bottom: 0 !important;
    }

    .lsdd-card .card-info span{
        font-size: 12px;
    }

    .lsdd-card .card-info svg{
        width: 12px;
        height: 12px;
    }

    .lsdd-card #progress-component{
        margin: 3px 0;
    }

    .campaign-verification {
        font-size: 13px;
    }

    .campaign-verification p{
        font-size: 10px;
    }

    .campaign-verification small {
        line-height: normal;
        margin-bottom: -3px;
    }
    
    /* Single */
    .crowdfunding-detail,
    .contributor-list h6 {
        font-size: .9rem;
    }

}

#messages {
    width: 100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
}
.campaign-verification .text-right span{
    font-size: 13px;
}