.status {
    position: absolute;
    right: 11px;
    bottom: 16px; 
    font-family: serif; 
}
.status .info_buka {
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #00a65a;
    color: white;
    border-radius: 6px;    
}
.status .info_tutup {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #dd4b39;
    color: white;
    border-radius: 6px;
}
.status_lamaran_show {
    position: relative;
    left: 12px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #00a65a;
    border-radius: 4px;
    padding-bottom: 2px; 
    width: 75px;
}
.status_lamaran_show .buka {
    font-size: 13px;    
}
.status_lamaran_close {
    position: relative;
    left: 12px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #dd4b39;
    border-radius: 4px;
    padding-bottom: 2px;
    width: 75px;  
}
.status_lamaran_close .tutup {
    font-size: 13px;    
}
tbody .width-td {
    position: relative;
    width: 137px;   
}
.title {
    position: relative;
    padding: 19px;
    background-color: #0069ba;
    border-radius: 15px; 
    margin-top: 19px;   
}
.post-info {
    color: white !important;
}
.title h4 {
    font-weight: 600;
    color: white;
    cursor: pointer; 
    transition: transform .2s; 
    margin-bottom: 7px;      
}
.title h4:hover {
    color: black;
}
.title .link_url {
    left: 0;
    position: relative;
    color: black;   
}
.title .link_url:hover {
    cursor: pointer;
    color: #0f377f;
}
.title a {
    position: absolute;
    right: 0;
    cursor: pointer;    
}

/* @keyframes slide-up {
    from {
        
        opacity: .25;
        line-height: 40px;
    }
    to {
        
        opacity: 1;
        line-height: 25px;
    }
}

.slide-up {
    animation: slide-up 2s;
    margin-left: 20px;
} */
.slide {
	overflow: hidden;
    transition: max-height 0.15s ease-out; 
    display: none;
    margin-left: 19px; 
}
.slide_down {
	transition: max-height 2.24s ease-in;
    max-height: 2568px;
    margin-left: 19px;
}
.slide_up {
    max-height: 0px;
    transition: max-height 2.15s ease-out;
    margin-left: 19px;
}
.box-kontent h2 {
    font-size: 1.0em;    
}
.box-kontent .width-td {
    font-size: 0.7em;
}
.box-kontent .status_lamaran_close {
    position: relative;
    left: 12px;
    /* padding-right: 2px; */
    /* padding-left: 20px; */
    background-color: #dd4b39;
    border-radius: 4px;
    /* padding-bottom: 3px; */
    width: 66px;
    padding: 0px;
    text-align: center;
}
.box-kontent .status_lamaran_close .tutup {
    font-size: 10px;
    position: relative;
    bottom: 2px;   
}
.box-kontent .status_lamaran_show {
    position: relative;
    left: 12px;
    /* padding-right: 20px; */
    /* padding-left: 20px; */
    background-color: #00a65a;
    border-radius: 4px;
    /* padding-bottom: 2px; */
    width: 75px;
    text-align: center;    
}
.box-kontent .status_lamaran_show .buka {
    font-size: 11px;
    bottom: 2px;
    position: relative;
}
.box-kontent td {
    font-size: 0.8em;
}
.apply_btn {
    background-color: #2e9eff;
    color: white;
    border-radius: 10.5rem;   
}
.apply_btn:hover {
    background-color: #0f377f;
    color: white;
}