﻿.dn {
    display: none !important;
}
#subCategoriaList {
    display: none !important;
}
.base-loader {
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
}
.loading {
    width: 100px !important;
    height: 100px !important;
}
.mainCss {
    background-color: red !important;
}
.otherCss {
    background-color: #ff0 !important;
}
.ddisabled,
.lupa .ddisabled {
    pointer-events: none !important;
    color: #ccc !important;
}
.p-right {
    padding-right: 5px !important;
}
/* .titleA {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
.image-card {
    max-height: 175px;
    display: flex;
    align-items: center;
}
#form1 {
    margin-block-end: 0;
}
/* #Button1 {
    height: 27px;
    border: none;
} */
.btn-vermais {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .image-card {
        max-height: 145px;
    }
}
@media screen and (max-width: 575px) {
    .image-card {
        max-height: 400px;
    }
}
.card-notice {
    display: -webkit-box;
}