.type-product-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.type-product-container .type-product {
    color: #000;
    border-color: #000;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.type-product-container .type-product:hover {
    border-color: #ac2330;
    color : #ac2330;
}
.rotate-icon {
    color: #ac2330;
    font-size: 18px;
}

.collapsing {
    padding-bottom: 0 !important;
}
#btoRedImg {
    width: 180px;
    height: auto;
}

#headingPc2 .collapsed > .fa-chevron-up {
  transform: rotate(180deg);
}

#notif-index-nonlogin {
    padding-top: 7px;
    padding-bottom: 2px;
}
.title-collapse:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
#btn-toggle-notif {
    position: relative;
    right: 4px;
}
#pasokonTabContent2 {
    position: relative;
    right: 12px;
}
.no-padding {
    padding: 0;
}
#collapsePc2 {
    padding-bottom: 25px;
}
@media (min-width: 365px) {
    #btoRedImg {
        width: 285px;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {
    #btoRedImg {
        width: 260px;
    }
}

@media (min-width: 576px) and (max-width: 650px) {
    #btoRedImg {
        width: 250px;
    }
}

@media (min-width: 576px) {
    #app-index-nonlogin div.row > div.type-product-container:nth-child(-n+2) {
        padding-top: 0px !important;
        margin-top: 0.5rem;
    }
}

@media (min-width: 992px) {
    #app-index-nonlogin div.row > div.type-product-container:nth-child(-n+3) {
        padding-top: 0px !important;
        margin-top: 0.5rem;
    }
    #app-index-nonlogin div.row > div.type-product-container:nth-child(n+4) {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
    .container-lg.main {
        margin-top: 3rem;
    }
    .content {
        padding: 15px;
    }
    .type-product-container {
        max-width: 50%;
        flex: 50%;
        padding: 20px;
        /*margin-bottom: 2rem;*/
    }
}

@media (min-width: 1366px) and (min-height: 1024px) and (orientation: landscape) {
    .container-lg.main {
        margin-top: 2rem;
    }
    .type-product-container {
        max-width: 50%;
        flex: 50%;
        padding: 20px;
    }
    #app-index-nonlogin div.row > div.type-product-container:nth-child(-n+3) {
        padding-top: 20px;
        margin-top: 0rem;
    }
    #app-index-nonlogin div.row > div.type-product-container:nth-child(n+4) {
        padding-bottom: 20px;
    }
}

@media (min-aspect-ratio: 1024/800) and (max-aspect-ratio: 1280/800) and (min-height: 800px){
    .container-lg.main {
        margin-top: 4rem;
    }
}

@media (max-width: 576px) {
    .type-product-container {
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0.5rem;
    }
}

@media (max-width: 327px) {
    .header-slogan-mobile {
        font-size: 11px;
    }
}

.mt-0imp {
    margin-top: 0px !important;
}

.mt-7p {
    margin-top: 7px;
}

.px-10p {
    padding: 0 10px;
}

.w-100pc {
    width: 100%;
}
.title-mobile {
    margin: 20px 0 8px 11px;
}
.icon-public-info{
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
.abs {
    height: 50px;
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px 0;
}
.mtt-100 {
    margin-top: 100px;
}
.table-est thead th,
.table-est tbody td {
    text-align: left;
    vertical-align: middle;
}
.table-est .est-top-title,
.table-est .est-mid-title,
.table-est .est-grd-title {
    display: block;
}
.table-est .est-mid-title {
    margin-left: 5px;
}
.table-est .est-grd-title {
    margin-left: 10px;
}
.table-est thead th,
.table-est tbody td {
    text-align: left;
    vertical-align: middle;
}
.table-est .est-top-title,
.table-est .est-mid-title,
.table-est .est-grd-title {
    display: block;
}
.table-est .est-mid-title {
    margin-left: 5px;
}
.table-est .est-grd-title {
    margin-left: 10px;
}
.modal-public-info .title-public {
    font-weight: 700;
    word-break: break-all;
    border-bottom: 1px solid #ddd;
}
.modal-public-info .content-public {
    word-break: break-all;
}
.modal-public-info .title-public-file {
    font-weight: 700;
    margin-top: 1rem;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 5px;
}
.modal-public-info .btn-close-public {
    width: 150px;
}
.table-public-info  tbody tr:hover td, .table-public-info  tbody tr:hover th {
    cursor: pointer;
    color: #ac2330;
}
.title-notice{
    white-space:pre-wrap;
    word-wrap:break-word;
}
.width-date-public {
    width: 60px;
}
.div-notice {
    max-height: 222px;
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}
.div-notice::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.div-notice::-webkit-scrollbar-thumb {
    background-color: #ac2330;
    border-radius: 10px;
}
[v-cloak] {
    display: none;
}