/*
 * 
 * Desain ini ditulis oleh Fredian Bintar Kumolo ( priarumahtangga@gmail.com ).
 * dibuat di Semarang Mei 2024 untuk memudahkan pengaturan template website.
 *
 * Find Organism @ Copyright 2024
 *
 */

/* bootstrap 5 latest 2024 di load local */
/* @import "http://192.168.8.120:8585/css/bootstrap.min.css"; */

/* https://www.shecodes.io/athena/42838-how-to-use-font-awesome-for-icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

/* ganti alamat url bila ingin mengganti ke server global */
/*
body {
    background-image: url('http://192.168.8.120:8585/image/bg01.jpg');
}
*/
.sage {
    --bs-btn-hover-color: black; 
    --bs-btn-hover-bg: #CCD3CA; 
}

.anormal {
    text-decoration:none;
}

.tembus {
    opacity: 0.5;
}

.button-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0a58ca;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
}

.button-up:hover {
    background-color: #6ea8fe;
}

.button-back {
    margin-left: 15px; 
    margin-bottom: 20px;
}

.covered {
    max-width: 100%;
    width: 880px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.8);
    padding-top: 175;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.wsize1 {
    max-width: 100%;
    width: 880px;
}

.bor1 {
    border-radius: 18px;
}

.bg1 {
    background-color: rgba(255,255,255,0.8);
}

.bg-bluey {
    background-color: #6ea8fe;
}






