﻿article {
    max-width: 300px;
    height: 137px;
    overflow-y: hidden;
    transition: height 0.4s linear;
    margin-bottom: 11px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    background: url(../../Images/arrow-right-wh.png);
    content: "" !important;
    height: 15px !important;
    margin-top: 4px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0.5);
}

article.expanded {
    height: 192px;
}


.view_btn {
    font-size: 12px;
    color: #313A41;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    z-index: 9999;
}

    .view_btn:hover {
        color: #313A41;
        cursor: pointer;
        text-decoration: underline;
    }

.f32 {
    font-size: 32px;
    font-weight: 400;
    color: #313A41;
    padding-bottom: 18px;
}

.btn-edit-1 {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    text-align: center;
    margin-left: 0px;
    margin-top: 15px;
    width: 84px;
}

    .btn-edit-1:hover {
        color: #e6e6e6;
    }

.text-center {
    text-align: center;
}

.new-v {
    text-align: left;
}

.login_content {
    text-align: left;
    width: 328px;
    margin-left: auto;
    margin-right: auto;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-250 {
    padding-bottom: 250px;
}

@media (max-width: 560px){
    .resp-ad-p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.h3style {
    color: #313A41;
    font-weight: 400;
    font-size: 15px;
}

.eye_icon {
    cursor: pointer;
    margin-left: 297px;
    position: absolute;
    margin-top: -27px;
    color: #807474;
}
@media (max-width: 600px) {
    .eye_icon {
        margin-top: -24px;
    }
}