.tile-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.tile-desc {
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.presentasi-tile-item {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 300px;
    position: relative;
}

.presentasi-tile-desc {
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.judul-materi {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 55px;
    z-index: 99;
    text-align: left;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
}

.bg-dss {
    background-color: #f2f2f2 !important;
}

.video-tile-item {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 140px;
    position: relative;
}

.item-video:hover,
.item-depupdate:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition-duration: 0.3s;
}

.item-video,
.item-depupdate {
    transition-duration: 0.3s;
}

.item-video:hover .item-video-title {
    color: #182F73 !important;
}

.hover-blue:hover span {
    color: #182F73 !important;
}

.hover-zoom img {
    transition: 1s;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}


/* DSS STYLE */
.top-gap {
    /* edit by cynthia */
    padding: 3rem;
}

.tile-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.tile-desc {
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.font-montserrat {
    font-family: 'montserratregular', sans-serif !important;
}

.blue-c {
    color: #182F73;
}

.text-dark {
    color: #343a40 !important;
}

.txt-body-3 {
    font-size: 18px;
    line-height: 1.8em;
}

.txt-sukses-header {
    font-size: 38px;
    line-height: 1.3em;
    font-weight: 600;
}

.bg-fat {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 140vh;
    position: relative;
    margin-top: -1px;
}

.border-ksa-c {
    border-bottom: 1px solid black;
    padding-bottom: 3vh;
}

.accordion .card {
    background-color: transparent !important;
    border: none;
}

.bg-dss {
    background-color: #CBCCCD;
}

.txt-body-2 p {
    font-size: 22px;
    line-height: 1.5em;
}

.txt-body-2 {
    font-size: 22px;
    line-height: 1.5em;
}

.border-bobot-c {
    border-bottom: 1px solid black;
    width: 75%;
    padding-bottom: 3vh;
}

.border-bobot-c-n {
    border-bottom: 1px none transparent;
    width: 75%;
    padding-bottom: 3vh;
}

/* .btn-green-1{
        background-color: #54C75D !important;
        color: white !important;
    } */

.active_cat a {
    color: #07794C !important;
}

.webcats .active_cat a>span {
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    float: right;
    background: #07794C;
}

.webcats li a>span {
    color: #000;
}

.webcats .active_cat a>span {
    color: #fff;
}

.btn-style3 {
    border-color: #979695;
    color: #979695;
    transition: all 0.35s;
}

.btn-style3:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 0 0.5em 0em #5e5e5e;
    /* border-color: #5e5e5e; */
    color: #5e5e5e;
    background-color: #07794C !important;
    border-color: #07794C !important;
}

#toastContainer {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.toast {
    opacity: 0;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    font-size: 17px;
    position: relative;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(100%);
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast.hide {
    opacity: 0;
    transform: translateX(100%);
}

/* hide label upgrade in TinyMCE */
.tox-promotion,
.tox-statusbar__branding {
    display: none !important;
}

.autoSaveInput {
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
}

.loadingIndicator {
    position: absolute;
    top: 10%;
    right: -10px;
    transform: translateY(-50%);
    color: #007bff;
    font-size: 20px;
    display: none;
}

label.error {
    color: red;
}
.favorite-btn,
.favorite-btn-redr {
    background: none;
    border: none;
    font-size: 20px;
    color: #ccc;
    transition: color 0.3s ease-in-out;
}

.favorite-btn:hover,
.favorite-btn-redr:hover {
    color: #e55454;
}

.favorite-btn.active,
.favorite-btn-redr.active {
    background-color: unset !important;
    border-color: unset !important;
    color: #e55454 !important;
    outline: none !important;
    box-shadow: none !important;
}

.single-post .favorite-btn {
    background: none;
    border: none;
    font-size: inherit;
    color: #07794C;
    transition: color 0.3s ease-in-out;
}

.single-post .favorite-btn i {
    color: #ccc;
}

.single-post .favorite-btn:hover {
    color: #e55454;
}


.single-post .favorite-btn.active {
    background-color: unset !important;
    border-color: unset !important;
    color: #e55454 !important;
    outline: none !important;
    box-shadow: none !important;
}

.single-post .favorite-btn.active i {
    color: #e55454 !important;
}

.comment {
    font-size: 14px;
}

.comment-text {
    margin-bottom: 20px;
}

.comment-text hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 750px) {
    .top-gap {
        padding: 3rem;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 2rem 0;
    }

    .comment {
        font-size: 12px;
    }
}