/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
@font-face {
        font-family: font-twibbon;
        src: url(../font/Fresh-Fruit.ttf);
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 0px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: '';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body {
    background-image: url('../img/bg.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}




.font-judul {
	font-family: "font-twibbon";
}

.border {
      font-weight: bolder;
      -webkit-text-stroke: 0.05em #0d0d0d91;
}

.warna {
	color: #858686 !important;
}

/*