

.v-application--wrap{
    min-height: 0vh !important;
}

.v-navigation-drawer {
    z-index: 9999999 !important;
}
.v-overlay--active {
    z-index: 999 !important;
}

#appBar{
    z-index: 9999 !important;
}

.entity_card{
    background-color:white;
    padding: 30px 30px 30px 30px;
}

.category_name{
    color: darkblue;
}

.ad_owner{
    color: midnightblue;
    font-size: large;
    font-weight: bold;
}

.section_row_sep{
    margin-top:20px;
    margin-bottom:20px;
}

.footer{
    background-color: #081333;
}

.footer_zg{
    background-color: #041255 !important;
}

.footer a{
    color:white !important;
}

.v-dialog__content--active{
    z-index: 99999 !important;
}

.comment0{
    background-color: #eaeaea;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.comment0 .commentUser{
    background-color: #d0d0d0;
    font-size: x-small;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

.comment0 .commentDate{
    background-color: #d0d0d0;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}

.comment1{
    background-color: #f3f3f3;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.comment1 .commentUser{
    background-color: #e0e0e0;
    font-size: x-small;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

.comment1 .commentDate{
    background-color: #e0e0e0;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}

.commentContent{
    font-size: small;
}

#cardAdEditor {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
}

#cardAdEditor .v-input--switch {
    padding-top: 0px !important;
    margin-top: 5px !important;
}

#pointsIndSwitch .v-input--switch {
    padding-top: 0px !important;
    margin-top: 5px !important;
}

#appBar .v-btn__content{
    font-size: 20px;
}

/*
.v-input .v-label::after {
    content: " *";
    color: red;
}
*/
.v-input:has(*[required="required"]) .v-label::after {
    content: " *";
    color: red;
}

#noOtherAds {
    margin-top:25px;
    margin-bottom:20px;
    padding-top:80px;
    padding-bottom:80px;
    font-weight: 800;
    text-align:center;
    color: gray;
    background-color:white;

}

.componentSingle{
    /*margin-top:10px; margin-bottom:20px; margin-left:20px; margin-right:20px;*/
}

.newscnt{
    margin-top:20px;
}

.newscnt p{
    color: #111111;
    font-size: 17px;

}

.v-carousel__controls .v-icon{
    font-size: 6px !important;
}

.v-carousel__controls .v-icon{
    font-size: 6px !important;
}

.council ul li {
    margin-bottom: 5px;
}

#galleryBox .v-carousel__controls{
    display: none;
}

.council li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.council ul {
    list-style-type: disc;
}

.v-list .primary--text{
    color: white !important;
}


.v-list .primary--text:hover{
    color: white !important;
}
