#preloader-icon{
    font-size: 50px;
    margin: 20px auto;
    display: block;
}
#load-ppv-container{
    display: none;
}

.ppv {
    padding: 0px !important;

    .card {
        padding: 0px;
        border-radius: .50rem !important;

        .card-header{
            background: none !important;
            padding: 10px 10px 5px 10px;
        }

        .card-body{
            padding: 5px 5px 0px 5px;
        }
    }
    .ppv-img {
        width: 100% !important;
        height: 300px;
        object-fit: cover;
        object-position: top;
        align-self: top;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .price {
        right: 10px;
        bottom: 10px;
        position: absolute;
        padding: 8px 6px;
        background: #abbcd4;
        border-radius: 6px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .media-type {
        left: 10px;
        top: 10px;
        position: absolute;
        padding: 6px;
        line-height: 1;
        background: #fff;
        border-radius: 6px;
        color: #abbcd4;
        font-size: 18px;
        font-weight: bold;
        z-index: 1;
    }
    .ppv-image-wrapper{
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
        background: #f1f1f1;
        text-align: center;
        display: flex;
        align-self: center;
        justify-content: center;

    }
    .ppv-no-img-icon{
        font-size: 50px;
        color: #abbcd4;
    }
    .align-middle svg{
        vertical-align: middle !important;
    }
    
    hr {
        margin: 0.1rem 0;
    }

    .real-buyer{
        background: green;
        color: #fff;
        padding: 2px 2px 0 2px !important;
        border-radius: 5px;
        font-size: 11px;
    }

    .two-lines{
        -webkit-line-clamp: 2;
    }

    @media (max-width: 576px) {
        .card-text{
            font-size: 11px !important;
        }
        .real-buyer{
            font-size: 9px !important;
        }
        .ppv-img {
            height: auto;
            object-fit: contain;
            object-position: center;
        }
    }
    .request-budget{
        background-color: #abbcd4;
        padding: 2px 3px;
        border-radius: 5px;
        color: #fff;
        display: inline;
    }

    .ppv-vid-icon{
        height: 110px;
        width: 110px;
        color: #abbcd4;
    }
    .country_name{
        font-size: 13px !important;
    }
    .ppv-body{
        padding: 0.25rem 0.25rem 0 0.25rem !important;
    }
    @media (max-width: 767px) {
        .country_name {
            font-size: 10px !important;
        }
    }
    .model-cover-img{
        width: 25px;
        height: 25px;
        padding: 0;
        margin: 1px;
    }
    @media only screen and (max-width: 766px) {
        .model-cover-img{
            width: 15px;
            height: 15px;
        }
        .ppv-image-wrapper{
            height: 159px !important;
        }
        .media-type{
            left: 6px;
            top: 6px;
            padding: 2px 4px;
        }
        .price {
            right: 6px;
            bottom: 6px;
            padding: 8px 6px;
        }
    }
    .lh-1,
    .line-height-1
    {
        line-height: 1 !important;
    }
}

.line-height-1
{
    line-height: 1 !important;
}

.br-50{
    border-radius: 0.5rem !important;
}

.br-t-50{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}


.preview-price{
    font-weight: bold;
    font-size: 25px !important;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item{
    padding-top: 1rem !important;
}

.preview-parent-container
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.preview-container{
    display: block;
    margin: 5px;
    width: 160px;
    border: solid 0.5px #ced4da;
    text-align: center;
    padding: 0;
    border-radius: 0.75rem;
    position: relative;
}
.preview-container img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}
.preview-container-video {
    position: relative;
    display: block;
    margin: 5px;
    width: 180px;
    text-align: center;
    padding: 0;
    border-radius: 0.75rem;
    border: solid 2px #abbcd4;
    box-sizing: border-box;

    video,
    .plyr__video-embed {
        width: 100%;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        height: auto;
        object-fit: contain;
    }

    .plyr{
        border-radius: 0.5rem;
    }
}

.plyr__video-embed {
    width: 100%;
}

.dismiss-upload {
    background: #abbcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 22px;
    height: auto;
    font-size: 14px;
    position: absolute;
    top: 5px !important;
    right: 5px !important;
}
.align-middle{
    vertical-align: middle;
}
.progress-bar{
    background-color: #abbcd4 !important;
}

#ppvPreviewImage{

    margin-bottom: 1rem;

    img{
        width: 100%;
        max-width: 200px;
        box-shadow: 1px 2px 5px 2px;
        border-radius: 10px !important;
        height: 200px;
        object-fit: cover;
    }
}

.selected-tag {
    background-color: #28a745 !important;
    color: white !important;
}
.add-ppv-file{
    width: fit-content;
    min-width: 50px;
    height: 50px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #abbcd4;
    padding: 0.5rem;
    align-items: center;
}
#preview-image-for-video-review img {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 0.75rem;
}

.rounded-vid {
    border-radius: 0.5rem;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.align-content-center {
    align-content: center;
}

.ppv-show{
    .ppv-img {
        width: 100% !important;
        height: auto;
        object-fit: cover;
    }
    .ppv-vid {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .carousel{
        margin-bottom: 0;
    }
    .carousel-item{
        height: auto;
        max-height: 400px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon
    {
        background-color: #000;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }
}

#tags-search-results-container{
    max-height: 150px;
    overflow-y: auto;
}

.text-xs {
    font-size: 0.75rem !important;
}
.text-somymy{
    color: #abbcd4 !important;
}
.cursor-pointer {
    cursor: pointer !important;
}

.ppv-tag{
    cursor: pointer;
}

.lh-1-5{
    line-height: 1.5 !important;
}
#ppvName{
    font-weight: bold;
    text-transform: uppercase;
}