﻿
.style1 .img-fluid {
    width: 140px;
}

.style1 .GroupName {
    text-decoration: none;
    color: #607d8b;
    font-size: 10pt;
    font-weight: bold;
}

.style1 .card-title {
    padding-top: 10px;
    font-weight: bold;
    color: black;
    font-size: 16pt;
    text-decoration: none;
}

.style1 .writer {
    color: #607d8b;
    font-size: 10pt;
}





.style2 .news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.style2 .newstitle {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}

.style2 img {
    width: 140px;
    border-radius: 15px;
}

.style2 .news-thumbnail {
    width: 150px;
    max-width: 150px;
}

.style2 .news-content {
    width: 60%;
}

.style2 a.newstitle {
    text-decoration: none;
    color: black;
}

.style2 a.BtnDetail {
    color: #EEB900;
    font-size: 11px;
    margin-top: 8px;
    text-decoration: none;
}

.style2 .shortnews {
    font-size: 9pt;
    margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
    .style2 .news-content {
        width: 100%;
    }
}



.liststyle3 .accordion-item {
    background-color: #F6F6F6;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px #f6f6f6;
}

.liststyle3 .accordion-button {
    background-color: transparent;
    font-size: 13px;
}

    .liststyle3 .accordion-button:after {
        position: absolute;
        left: 25px;
    }

    .liststyle3 .accordion-button img {
        width: 14px;
        margin-left: 6px;
    }

.style3 .news a {
    margin-right: 5px;
    color: black;
    text-decoration: none;
    font-size: 12px;
}

    .style3 .news a:hover {
        color: blueviolet;
    }

.style4 .card {
    border-radius: 15px;
    height: 290px;
    margin-bottom: 15px;
}

.style4 .card-img-top {
    width: 100%;
    height: 150px;
    border-radius: 15px;
}

.style4 .card-body .titlecaption {
    margin: 0px;
    margin-top: 5px;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
}

.style4 .card-body .lickdiv {
    text-align: left;
    width: 100%;
}

.style4 .card-body .linkview {
    font-size: 12px;
    text-decoration: none;
    color: #ffca08;
}

.style4 .card-body .detailview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    font-size: 12px;
}

    .style4 .card-body .detailview img {
        margin-left: 5px;
    }

.style4 .filterdiv {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.style4 .filterbtn {
    min-width: 80px;
    font-size: 11px;
    background-color: white;
    border: solid 1px #d59c2c;
    border-radius: 5px;
    padding-top: 5px;
    margin-right: 10px;
    color: black;
    min-height: 25px;
}

    .style4 .filterbtn:hover {
        background-color: #d198291f;
    }

    .style4 .filterbtn.active {
        background-color: #d59c2c;
        color: white;
        cursor: initial;
    }

.style4 .dropdown-item {
    font-size: 12px;
}
.style4 .pagination .page-item .page-link {
    color:black;
}
.style4 .pagination .page-item.active .page-link {
    color:white;
    background-color: #d59c2c !important;
}
.style5 {
    margin: 5px;
}

    .style5 .row {
    }

    .style5 .news {
        display: flex;
        gap: 20px;
        border: solid 1px #eee;
        background-color: azure;
        border-radius: 10px;
        padding: 12px;
    }

        .style5 .news:hover {
            background-color: aqua;
        }

    .style5 .news-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .style5 .imagetitle {
        width: 170px;
    }

    .style5 .title {
        font-size: 30px;
        font-family: 'YekanBakh';
        color: black;
    }

    .style5 .count {
        font-size: 13px;
        font-family: 'YekanBakh';
        color: darkmagenta;
    }
.DetailView2Style .group1 {
    display:flex;
    gap:20px;
}
    .DetailView2Style .TitlePicture{
        width:125px;
    }
.DetailView2Style .title {
    font-size: 30px;
    font-family: 'YekanBakh';
    color: black;
}

.DetailView2Style .count {
    font-size: 13px;
    font-family: 'YekanBakh';
    color: darkmagenta;
}
.PropertyDetailTab {
    margin: 10px !important;
    margin-top: 25px !important;
    width: 99%;
}

.PropertyDetailTabContent {
    margin: 10px;
    width: 99%;
}

.divQuestionCommandInsert {
    padding-right: 20px;
    width: 100%;
}

.txtQuestion {
    width: 98%;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 8px;
}

.txtComments {
    width: 98%;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 8px;
}

.QuestionInsertTitle {
    color: navy;
    font-weight: bold;
}

.divinsertCommantSent {
    text-align: center;
    display: none;
}

.divinsertquestionSent {
    text-align: center;
    display: none;
}

.divAnswer {
    margin-right: 20px;
    padding-right: 10px;
    border: solid 1px #eee;
    min-height: 50px;
    border-right: 2px solid #ff0000;
}
.boxprofilename {
    width: 250px;
    margin-bottom: 5px;
    border-radius: 10px;
    border: solid 1px lightgray;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    height: 30px;
}

@media screen and (max-width: 1000px) {
    .style4 .col-md-3 {
        width: 33%;
    }
}

@media screen and (max-width: 780px) {
    .style4 .col-md-3 {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .style4 .col-md-3 {
        width: 100%;
    }
}
