﻿.minWidth {
    min-width: 275px
}

.divListaArticole {
    width: 88vw;
    margin-left: auto;
    margin-right: auto
}

.divListaArticoleOptiuni {
    width: 100%;
    min-height: 1300px
}

.divListaArticolePacient {
    width: initial;
    margin-left: 0
}

.underline {
    text-decoration: underline
}

.listaEmpty {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    color: #8492af
}

.divLogoArticol {
    height: 180px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    background-color: lightgray;
}

.lnkArticol, .lnkArticol:active, .lnkArticol:link, .lnkArticol:visited {
    display: block;
    color: rgba(80, 89, 108, 0.70);
    margin: 30px -7px;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    border-radius: 10px;
    box-shadow: 6px 6px 20px 0px rgba(187, 187, 187, 0.30);
}

.imgArticolFavorit {
    width: 30px;
    height: 30px
}

.lnkListaEmpty, .lnkListaEmpty:hover, .lnkListaEmpty:link, .lnkListaEmpty:visited {
    display: block;
    text-decoration: none;
    padding: 17px 25px;
    color: #fff;
    background-color: #00d463;
    width: 190px;
    text-align: center
}

.tooltip-inner {
    background-color: #43425d;
    border-radius: 4px;
    padding: 5px 20px
}

.tooltip.in {
    opacity: 1
}

.tooltip.right .tooltip-arrow {
    border-right-color: #43425d
}

@media screen and (max-width:768px) {
    .divListaArticoleOptiuni {
        width: 100%;
        min-height: initial;
        margin-left: auto;
        margin-right: auto
    }

    .divListaArticolePacient {
        margin-left: 0
    }

    .divLogoArticol {
        height: 100px
    }

    .lnkArticol, .lnkArticol:active, .lnkArticol:link, .lnkArticol:visited {
        margin: 10px 0;
    }

    .divListaArticole {
        width: initial
    }

    .lnkListaEmpty, .lnkListaEmpty:hover, .lnkListaEmpty:link, .lnkListaEmpty:visited {
        width: 100%
    }
}

.lnkArticol:hover {
    box-shadow: 6px 6px 20px 0px rgba(187, 187, 187, 0.40);
}

.imgStyleLogo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divArticolBody {
    padding: 10px;
    padding-bottom: 0
}

.divTitluArticol {
    color: #7563F8;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.divAutor {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.divArticolContinut {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 43px;
    overflow: hidden
}

.divArticolFooter {
    position: relative
}

.imgShare {
    height: 30px;
    width: 30px;
    display: inline-block
}

.btnAdmin {
    text-align: center;
    margin-bottom: 20px
}

.clsImgIcon {
    margin-right: 5px;
    width: 22px;
    height: 22px
}

.btnEditeaza {
    cursor: pointer;
    margin-right: 10px;
    color: #00D463;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid rgb(132 146 175 / .5);
    width: 100px;
    display: inline-block
}

.btnSterge {
    cursor: pointer;
    color: #eb4e3d;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid rgb(132 146 175 / .5);
    width: 100px;
    display: inline-block
}

    .btnEditeaza:hover, .btnSterge:hover {
        background-color: #eef4f8
    }

.btnAdaugaFavorit {
    display: none
}

.imgStyleLogo:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.divBtnFavorit {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.divBtnLike {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
    font-size: 24px;
    width: 33.33%;
}

.divBtnShare {
    display: flex;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 33.33%;
}

    .divBtnLike .iconLike,
    .divBtnShare .iconShare {
        color: rgba(80, 89, 108, 0.5);
        font-size: 26px !important;
    }

.iconActiv {
    color: rgba(117, 99, 248, 0.8) !important;
}

.divArticolFooterBtn {
    border-top: 1px solid rgba(80, 89, 108, 0.50);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.spnNrLike {
    color: rgba(117, 99, 248, 0.80);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.reclamaPatrata {
    padding: 0 10px !important;
    margin-bottom: 0 !important;
    max-width: 83.33333333% !important;
}

.reclamaVerticala {
    transform: translateX(-50%) translateY(1200px);
}
