/* ----------------------------------------------------------------
	Custom CSS
	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.img-rating {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.fit {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.zoom-1 {
    -webkit-transition: all 0.5s 0s linear;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    transition: all 0.5s 0s linear;
}

.zoom-1:hover {
    -webkit-transition: all 0.5s 0s linear;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    transition: all 0.5s 0s linear;
    transform: scale(1.2);
}

.progress-gr {
    background-color: red;
}

.split {
    color: white;
    text-transform: uppercase;
    /* font-size: 18px; */
}

.split-dark {
    color: #444444;
    text-transform: uppercase;
}

.list-l {
    text-align: left;
}

.list-r {
    text-align: right;
}

.sosmed-ico {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.video-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.custom-footer {
    background-color: #333!important;
    color: #fff;
}

.album {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.album-outline {
    border: 3px solid #e5e5e5;
    border-radius: 10px;
}

.album .album-items {
    margin-bottom: 10px;
}

.album .album-items img {
    height: 100px;
    object-fit: contain;
}

.pejabat-outline {
    border: 3px solid #e5e5e5;
    border-radius: 10px;
    -webkit-transition: all 0.5s 0s linear;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    transition: all 0.5s 0s linear;
}

.pejabat-outline:hover {
    -webkit-transition: all 0.5s 0s linear;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    transition: all 0.5s 0s linear;
    -webkit-box-shadow: 0px 0px 15px 4px rgb(185, 185, 185);
    -moz-box-shadow: 0px 0px 15px 4px rgb(185, 185, 185);
    box-shadow: 0px 0px 15px 4px rgb(185, 185, 185);
}

.pejabat-konten h4 {
    margin: 0;
}

.pejabat-konten p {
    margin-bottom: 10px;
}

.pj-nama {
    font-size: 14px !important;
}

.bg-header {
    background-color: #4166f5;
}

.bg-header .modal-title {
    color: #fff;
}

.sidebar-thumb {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: 70% 30%;
}

.entry-image-single .thumb-up {
    object-fit: cover;
    object-position: 80% 20%;
}

.text-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

.sub-menu-container-info {
    /* min-height: 20px; */
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.truncate-opini {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.truncate-opini-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pj-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 20% 10%;
}