.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

.advert-data {
    height: 150px;
    width: 100%;
    display: flex;
    background: #323448;
    border-bottom: 1px solid #313131;
    border-right: 1px solid #313131;
    border-left: 20px solid rgb(30 40 61/42%);
    position: relative;
}

.advert-data.odd {
    background: #25273a;
}

.advert-data.pinned-item {
    background: linear-gradient( 0deg, #3e4249 70%, var(--mpy-dark-surface)) !important;
    border-left: 20px solid rgb(35 35 35 / 26%);
}

.advert-data.pinned-item.odd {
    background: linear-gradient( 0deg, var(--mpy-light-surface) 70%, var(--mpy-dark-surface)) !important;
    border-left: 20px solid rgb(0 0 0 / 26%);
}

.advert-data.pinned-item.dopinged {
    background: linear-gradient( 0deg, #8d2921 70%, #510903) !important;
    border-left: 20px solid rgb(255 215 0);
}

span.dikeyDopingYazi {
    position: absolute;
    left: -90px;
    top: 65px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 160px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 900;
    backface-visibility: hidden;
}

.advert-data.pinned-item span.dikeyDopingYazi {
    color: #000;
}

.UserMd {
    height: 150px;
    border-right: 1px solid #313131;
}

.advert-data:not() .col-md-3.UserMd {
    width: 20%;
}

.AdvertData-User {
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #313131;
    position: relative;
}

.AdvertData-User a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.advert-data a {
    color: #d7d8e6;
}

.AdvertData-User img {
    border-radius: 50px;
}

.AdvertData-User a .UserDatasBox {
    display: flex;
    flex-direction: column;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.AdvertData-User a .UserDatasBox span.uUserName {
    font-size: 13px;
}

.AdvertData-User a .UserDatasBox span.uLastLogin {
    font-size: 11px;
    opacity: .6;
}

.AdvertData-User a .UserDatasBox span.uPositiveRep {
    color: #0ed678;
    font-size: 11px;
}

.AdvertData-UserBadges {
    padding-top: 10px;
}

.Badge-30 {
    width: 30px;
    height: 30px;
    background-color: #f1f1f100 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 3px;
    display: inline-block;
    margin: 4px;
    float: left;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #5a4401;
    line-height: 30px;
    background-size: cover !important;
}

.col-sm-5.AdvertMd,
.col-md-6.AdvertMd {
    padding: 15px;
    position: relative;
    border-right: 1px solid #313131;
    height: 150px;
}

.AdvertMd-Image {
    width: 160px;
    height: 120px;
    border-radius: 5px;
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    transition: .2s linear;
    background-color: #fff;
    object-fit: cover;
}

.AdvertMd-Image {
    background: rgb(255 255 255/5%);
    border: 1px solid rgb(255 255 255/10%);
}

.pinned-item .AdvertMd-Image {
    border-color: #313131;
    box-shadow: 0 0 10px #313131;
}

span.AdvertMd-Title {
    position: absolute;
    left: 190px;
    width: calc(100% - 210px);
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #d7d8e6 !important;
    font-weight: 500;
    font-size: 15px;
}

.AdvertMd-Description {
    position: absolute;
    left: 190px;
    width: auto;
    font-size: 12px;
    color: #979aae !important;
    padding-right: 15px;
    top: 40px;
}

.AdvertMd-Description p {
    word-break: break-word;
    font-size: 12px;
}

.SellMd {
    padding: 15px;
}

.advert-data:not() .col-md-3.SellMd {
    width: 30%;
}

.SellMd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
}

li.AnindaTeslimatLi {
    color: #f9a045 !important;
}

.SellMd ul li {
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px solid #313131;
    color: #979aae !important;
    cursor: help;
}

.SellMd ul li:last-child {
    border: none !important;
}

li.AnindaTeslimatLi i {
    color: #f9a045 !important;
}

.SellMd ul li i {
    padding-right: 5px;
    color: #45acf9;
}

.advert-data .postPriceGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    line-height: 10px;
}

.advert-data .postPriceGroup>span {
    color: #a5a6b2;
    font-size: 13px;
}

.SellMd price {
    text-align: center;
    display: block;
    margin-top: 15px;
    line-height: 0;
    font-size: 19px !important;
    font-weight: 500;
}

.AdvertPriceText {
    display: inline;
    color: #d7d8e6 !important;
}

.AdvertPriceText small {
    font-size: 70%;
    font-weight: 400;
}

.advert-data .showPostLink {
    display: none;
}

.advert-data:hover .showPostLink {
    position: absolute;
    top: calc(50% - 35px);
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-block: 20px;
}

.advert-data .showPostLink i {
    color: #fff
}

.online-satici .AdvertData-User a .UserDatasBox span.uLastLogin {
    opacity: 1;
    color: #5cebeb;
}

.online-satici .AdvertData-User:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% + 15px);
    left: 20px;
    background: linear-gradient(45deg, #368a35, #02ff00);
    display: block;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 0 0 13px #1fbf1d;
    border: none;
}

.advert-data.pinned-item.dopinged span.AdvertMd-Title {
    color: #fff !important;
}

.advert-data.pinned-item.dopinged .SellMd ul li {
    color: #fff !important;
}

.advert-data.pinned-item.dopinged .postPriceGroup>span {
    color: #fff;
}

.advert-data.pinned-item.dopinged .AdvertPriceText {
    color: #fff !important;
}

.advert-data.pinned-item.dopinged a {
    color: #fff;
}

.advert-data.pinned-item.dopinged .AdvertMd-Description {
    color: #fff !important;
}

.advert-data.pinned-item.dopinged .AdvertData-User {
    border-bottom: 1px solid #750900;
}

.advert-data.pinned-item.dopinged .UserMd {
    border-right: 1px solid #750900;
}

.advert-data.pinned-item.dopinged .col-sm-5.AdvertMd,
.advert-data.pinned-item.dopinged .col-md-6.AdvertMd {
    border-right: 1px solid #750900;
}

.advert-data.pinned-item.dopinged .SellMd ul li {
    border-bottom: 1px solid #750900;
}

@media only screen and (max-width: 1200px) {
    .SellMd price {
        font-size: 16px !important;
    }
    .advert-data:hover .showPostLink {
        right: 10px;
    }
}

.AdvertMd-Description {
    display: none !important;
}

.advert-data .showPostLink {
    display: none !important;
}

.advert-data span.AdvertMd-Title {
    white-space: unset;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.advert-data .col-md-3.SellMd {
    padding-top: 0px !important;
}

.advert-data .AdvertPriceText::after {
    display: none !important
}

@media only screen and (max-width: 2500px) {
    .advert-data {
        width: calc(16.66% - 10px);
        margin: 5px;
        height: 370px;
        border-radius: 4px;
        float: left;
        display: flex;
        flex-direction: column;
        padding: 5px;
        position: relative;
    }
    .advert-data .col-md-3.UserMd {
        width: 100% !important;
        float: unset !important;
        height: 55px;
        border: none;
        border-bottom: 1px solid rgb(255 255 255/7%);
        padding: 0;
        margin-bottom: 10px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-3.UserMd .AdvertData-User {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .advert-data .AdvertData-User a {
        gap: 10px;
    }
    .online-satici .AdvertData-User:after {
        content: " ";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 43px;
        left: 20px;
        background: linear-gradient(45deg, #368a35, #02ff00);
        display: block;
        z-index: 1;
        border-radius: 50px;
        border: 4px solid #fff;
    }
    .online-satici .AdvertData-User:after {
        left: 20px !important;
        top: 25px !important;
    }
    .advert-data.online-satici .AdvertData-User:after {
        top: 20px;
        border-width: 2px;
        width: 10px;
        height: 10px;
        left: 20px;
    }
    .advert-data.online-satici .AdvertData-User:after {
        border-color: #1e283d;
    }
    .advert-data .AdvertData-UserBadges {
        display: none;
    }
    .advert-data .col-md-6.AdvertMd {
        width: 100%;
        border: none;
        height: 195px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-6.AdvertMd {
        padding: 0;
    }
    img.AdvertMd-Image {
        width: calc(100%);
        position: unset;
        height: 150px;
    }
    .advert-data img.AdvertMd-Image {
        width: 100%;
        left: 0;
        top: 0;
        height: 150px;
    }
    span.AdvertMd-Title {
        position: unset !important;
        line-height: 30px;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .advert-data span.AdvertMd-Title {
        left: 0;
        top: 170px;
        font-size: 13px;
        width: 100%;
    }
    .AdvertMd-Description {
        width: unset !important;
    }
    .AdvertMd-Description {
        width: 100%;
        position: unset;
        display: block;
        margin-bottom: 15px;
    }
    .advert-data .AdvertMd-Description {
        left: 0;
    }
    .advert-data .AdvertMd-Description {
        left: 15px;
        top: 190px;
        width: calc(100% - 30px);
        overflow: hidden;
        max-height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .advert-data .AdvertMd-Description {
        left: 0;
        top: 190px;
        width: 100%;
        overflow: hidden;
        max-height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-right: 0px;
    }
    .advert-data .col-md-3.SellMd {
        float: unset !important;
        width: 100%;
        padding-top: 10px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-3.SellMd .col-md-6 {
        width: 100%;
        white-space-collapse: collapse;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        margin-inline: 0px;
        flex: none;
        max-width: 100% !important;
    }
    .SellMd ul {
        height: 55px;
    }
    .advert-data .postPriceGroup {
        position: relative;
        bottom: -10px;
    }
    .advert-data .postPriceGroup>span {
        display: none;
    }
    .advert-data .AdvertPriceText::after {
        content: "İlan detayını gör";
        position: absolute;
        top: 30px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        left: 0px;
        color: rgba(215, 216, 230, 0.52);
        text-transform: uppercase;
    }
    .SellMd price {
        line-height: 30px;
        margin: 0;
        margin-bottom: 5px;
    }
    .advert-data .SellMd price {
        display: inline;
        position: absolute;
        top: 0;
        border-radius: 0;
        box-shadow: none;
        font-weight: 900;
        font-size: 23px;
        line-height: normal;
        width: 100%;
        left: 0;
        background: 0 0;
    }
    .AdvertPriceText {
        font-size: 19px;
    }
    .advert-data .SellMd price i {
        font-size: 12px;
    }
    .advert-data:hover .showPostLink {
        top: calc(50% - 65px);
        right: 45px;
    }
}

@media only screen and (max-width: 992px) {
    .list-style-button {
        display: none;
    }
    .advert-data {
        width: calc(33.333% - 10px);
        margin: 5px;
        height: 370px;
        border-radius: 4px;
        float: left;
        display: flex;
        flex-direction: column;
        padding: 5px;
        position: relative;
    }
    .advert-data .col-md-3.UserMd {
        width: 100% !important;
        float: unset !important;
        height: 55px;
        border: none;
        border-bottom: 1px solid rgb(255 255 255/7%);
        padding: 0;
        margin-bottom: 10px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-3.UserMd .AdvertData-User {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .advert-data .AdvertData-User a {
        gap: 10px;
    }
    .online-satici .AdvertData-User:after {
        content: " ";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 43px;
        left: 20px;
        background: linear-gradient(45deg, #368a35, #02ff00);
        display: block;
        z-index: 1;
        border-radius: 50px;
        border: 4px solid #fff;
    }
    .online-satici .AdvertData-User:after {
        left: 20px !important;
        top: 25px !important;
    }
    .advert-data.online-satici .AdvertData-User:after {
        top: 20px;
        border-width: 2px;
        width: 10px;
        height: 10px;
        left: 20px;
    }
    .advert-data.online-satici .AdvertData-User:after {
        border-color: #1e283d;
    }
    .advert-data .AdvertData-UserBadges {
        display: none;
    }
    .advert-data .col-md-6.AdvertMd {
        width: 100%;
        border: none;
        height: 195px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-6.AdvertMd {
        padding: 0;
    }
    img.AdvertMd-Image {
        width: calc(100%);
        position: unset;
        height: 150px;
    }
    .advert-data img.AdvertMd-Image {
        width: 100%;
        left: 0;
        top: 0;
        height: 150px;
    }
    span.AdvertMd-Title {
        position: unset !important;
        line-height: 30px;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .advert-data span.AdvertMd-Title {
        left: 0;
        top: 170px;
        font-size: 13px;
        width: 100%;
    }
    .AdvertMd-Description {
        width: unset !important;
    }
    .AdvertMd-Description {
        width: 100%;
        position: unset;
        display: block;
        margin-bottom: 15px;
    }
    .advert-data .AdvertMd-Description {
        left: 0;
    }
    .advert-data .AdvertMd-Description {
        left: 15px;
        top: 190px;
        width: calc(100% - 30px);
        overflow: hidden;
        max-height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .advert-data .AdvertMd-Description {
        left: 0;
        top: 190px;
        width: 100%;
        overflow: hidden;
        max-height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-right: 0px;
    }
    .advert-data .col-md-3.SellMd {
        float: unset !important;
        width: 100%;
        padding-top: 10px;
        flex: none;
        max-width: 100% !important;
    }
    .advert-data .col-md-3.SellMd .col-md-6 {
        width: 100%;
        white-space-collapse: collapse;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        margin-inline: 0px;
        flex: none;
        max-width: 100% !important;
    }
    .SellMd ul {
        height: 55px;
    }
    .advert-data .postPriceGroup {
        position: relative;
        bottom: -10px;
    }
    .advert-data .postPriceGroup>span {
        display: none;
    }
    .advert-data .AdvertPriceText::after {
        content: "İlan detayını gör";
        position: absolute;
        top: 30px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        left: 0px;
        color: rgba(215, 216, 230, 0.52);
        text-transform: uppercase;
    }
    .SellMd price {
        line-height: 30px;
        margin: 0;
        margin-bottom: 5px;
    }
    .advert-data .SellMd price {
        display: inline;
        position: absolute;
        top: 0;
        border-radius: 0;
        box-shadow: none;
        font-weight: 900;
        font-size: 23px;
        line-height: normal;
        width: 100%;
        left: 0;
        background: 0 0;
    }
    .AdvertPriceText {
        font-size: 19px;
    }
    .advert-data .SellMd price i {
        font-size: 12px;
    }
    .advert-data .showPostLink {
        display: none !important;
    }
}

.list-style-button {
    margin-left: 10px;
}

.active-style-button {
    background: var(--mpy-primary) !important;
    color: #fff !important
}

@media only screen and (max-width: 768px) {
    .advert-data {
        width: calc(50% - 10px);
    }
    .SellMd ul li {
        font-size: 11px;
    }
}