.partStyle,
.bikeStyle
{
    display: none;
}

label.error
{
	color: red!important;
    font-size: smaller;
}

@media(min-width:0) and (max-width:991.98px) {

    .desktop-footer
    {
        padding-bottom: 67px!important;
    }

    .rowIcons
    {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
    }

    #report-dialog-title
    {
        background-color: white!important;
        color: var(--text-black)!important;
        padding-left: 1rem!important;
        border-bottom: none!important;
    }

    #reportAdDiv
    {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .ModalDialog
    {
        min-height: fit-content!important;
    }

    .modalTitle
    {
        font-size: 30px!important;
    }

    .modalText
    {
        font-size: 17px!important;
    }
}
@media (min-width: 280px) and (max-width: 767.98px)
{
    .adDetailsPadding
    {
        padding-right: 12px;
        padding-left: 12px;
    }
    .border-mobile
	{
		display: block;
		height: fit-content;
		background: linear-gradient(rgba(69, 69, 69, 0.31), rgba(69, 69, 69, 0.31)) bottom left / 68% 2px, linear-gradient(rgba(69, 69, 69, 0.31), rgba(69, 69, 69, 0.31)) bottom left / 2px 98%, linear-gradient(rgba(69, 69, 69, 0.31), rgba(69, 69, 69, 0.31)) top right / 68% 2px, linear-gradient(rgba(69, 69, 69, 0.31), rgba(69, 69, 69, 0.31)) top right / 2px 75%;
		background-color: var(--body-color);
		background-repeat: no-repeat;
		padding-top: 0.7rem;
		padding-bottom: 0.5rem;
		border: none!important;
		
	}

    .mobile-break
    {
        display: flex;
    }

    .product-image
    {
        height: 241px;
    }

    .store
    {
        font-size: 0.625em;
        padding-bottom: 0.25rem;
        margin-bottom: 0rem;
        text-decoration: none;
    }

    .name
    {
        font-size: 0.875em;
        padding-bottom: 0.25rem;
        margin-bottom: 0rem;
		text-overflow: ellipsis;
		word-break: normal;
		overflow: hidden;
    	white-space: nowrap;
    }

    .privateSeller
    {
        
        color: var(--black)!important;
    }

    .price 
    {
        font-size: 1em;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    .card-body
    {
        /*top,right,bottom,left*/
        padding: 13px 6px 13px 6px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) 
{
    .border-mobile
    {
        display: none;
    }

    .product-image
    {
        height: 164px;
    }

    .store
    {
        font-size: 0.813em;
        padding-bottom: 0.375rem;
        margin-bottom: 0rem;
        text-decoration: none;
    }

    .name
    {
        font-size: 1.063em;
        padding-bottom: 0.375rem;
        margin-bottom: 0rem;
		text-overflow: ellipsis;
		word-break: normal;
		overflow: hidden;
    	white-space: nowrap;
    }

    .privateSeller
    {
        
        color: var(--black)!important;
    }

    .price 
    {
        font-size: 1.125em;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    .card-body
    {
        /*top,right,bottom,left*/
        padding: 15px 6px 15px 6px!important;
    }
}
@media (min-width: 1199.98px)
{
    .border-mobile
    {
        display: none;
    }
    
    .product-image
    {
        height: 174px;

    }

    .store
    {
        font-size: 0.813em;
        padding-bottom: 0.375rem;
        margin-bottom: 0rem;
        text-decoration: none;
    }

    .name
    {
        font-size: 1.063em;
        padding-bottom: 0.375rem;
        margin-bottom: 0rem;
		text-overflow: ellipsis;
		word-break: normal;
		overflow: hidden;
		white-space: nowrap;
    }

    .privateSeller
    {
        
        color: var(--black)!important;
    }

    .price 
    {
        font-size: 1.125em;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    .card-body
    {
        /*top,right,bottom,left*/
        padding: 15px 6px 15px 6px!important;
    }

    .f-thumbs__slide
    {
        height: 8.313rem!important;
    }

    .galleryDiv
    {
        padding-right: 38px;
    }

}
@media (min-width: 1400px)
{
    .product-image
	{
		height: 300px;
	}
}

@media (min-width: 768px)
{
    .mobileBtnShow,
    .mobile-footer
	{
		display: none;
	}

    .imageContainer .mainImg
    {
	    height: 499px;
    }
}
.product-image {
    object-fit: cover;
    object-position: center;
}

.desktop-footer
{
    padding-bottom: 1px;
}

.dz-complete
{
    display: none!important;
}

.rowIcons span,
.rowIcons span a i {
    cursor: pointer;
    font-size: 24px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
    background-color: white;
    color: #D8544E;
}

.rowIcons
{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    font-weight: 600;
}
.favorite-ad-icon
{
    cursor: pointer;
}

.mystyle 
{
    border: none !important;
    background-color: white!important;
    border-radius: 10px;
}

.ui-dialog-titlebar button
{
    float: right!important;
    background: transparent;
    border: none;
    margin-top: 5px;
    padding-right: 10px;
    margin-top: 8px;
}

.ui-dialog .ui-dialog-buttonpane button 
{
    top: 0;
    position: absolute;
    right: 10px;
}

.modalTitle
{
    text-align: center;
    color: black;
    margin-bottom: 10px;
    font-size: 40px;
    margin-top: 2.688rem;
}

.modalText
{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    color: black;
}

.ui-dialog
{
    padding: 0px!important;
    background-color: white;
}

.ui-dialog-titlebar
{
    padding: 0px!important;
}

.signUpModal
{
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 2.875rem;
    margin-bottom: 5.5rem;
}

.signUpModal a
{
    color: white!important;
    text-decoration: none!important;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.signUpModal a:focus-visible
{
    outline: none!important;
}

.loginLinkModal,
.ui-widget-content a
{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: var(--blue);
}

.loginLinkModal
{
    margin-top: 2.5rem!important;
    margin-bottom: 10px!important;
    font-size: 15px;
    color: var(--blue);
}

.loginLinkModal:focus,
.loginLinkModal:active:focus
{
    color: white;
}

.ui-widget-header
{
    background-color: white!important;
    border: none!important;
}
.file-removed
{
    width: fit-content;
    display: flex;
    background: red;
    color: white;
    padding: 4px;
    margin-top: 0.1rem;
}

.ui-dialog-buttonset button
{
    border: none!important;
    background: transparent!important;
    font-size: 20px;
}

.closeModal {
    float: right;
    cursor: pointer;
}

.DialogFooter
{
    display: none;
}

#dlgModal,
#dlgModalDialogContents
{
    padding: 0px!important;
    padding-left: 0px!important;
    overflow: hidden;
}

#report-dialog-title
{
    background-color: black!important;
    color: var(--white)!important;
    padding-left: 61px;
    border-bottom: none!important;
}

#btnReport
{
    background-color: #000000;
    border-color: #000000;
}

.report-modal
{
    display: flex;
    align-items: center;
    background: black;
}

#dlgModal
{
    min-height: auto !important;
    border: none!important;
}

.closeReport 
{
    margin-left: auto;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    color: var(--white);
}

#reportAdDiv
{
    padding: 10px 61px 21px 61px;
}

.ui-widget-content
{
    border-top: none!important;
    
}

.visits
{
    color: var(--text-grey);
    /*margin-top: 0.6rem;*/
    font-size: 0.85em;
    /*margin-bottom: 0.2rem;*/
    height: 39px;
    margin-right: auto;
}

.visits-count
{
    line-height: 43px;
}

.card, .imageContainer {
    position: relative;
}

.card {
    border-radius: 0rem!important;
}

.rightCol
{
    padding-left: 0px!important;
}

.noData
{
    color: #d1d1d1!important;
}

.divider
{
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    color: rgba(69, 69, 69, 0.31);
    background-color: rgba(69, 69, 69, 0.31);
    opacity: 1;
}

.adTime
{
    margin-top: 0.5rem;
    font-size: 0.938em;
}

.bikeRow .input-group-text
{
    height: 37px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #4d83b886!important;
    border-left: none!important;
    cursor: pointer;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}

.input-group-text .fa-x
{
    color: var(--text-black);
    padding-right: 5px;
    font-size: 12px;
}

.adTimeDetailsSpan
{
    font-size: 12px;
}

.ad-details
{
    font-size: 16px;
}

#path .dz-image img 
{
    width: 90px;
    height: 92px;
}

.fa-square-whatsapp,
.fa-viber,
.fa-square-facebook,
.fa-square-x-twitter,
.fa-square-reddit
{
    cursor: pointer;
}

.mobileBtnShow
{
    width: 100%;
}

.dz-preview.removed
{
    display: none;
}
.ui-dialog .ui-dialog-title {
  margin-left: 15px;
}

.imageContainer .mainImg
{
	object-fit: cover;
}

.greenStatus
{
	color: #090;
}

.redStatus
{
	color: rgb(221, 1, 1);
}

#myCarousel .f-carousel__slide {
    padding-left: 5px;
    padding-right: 5px;
}