#variabel-use, #variabel-delete {
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

#variabel-use { color: #00C851; }
#variabel-use:hover { color: #22c865; }
#variabel-delete { color: #ec2d38; }
#variabel-delete:hover { color: #d6434c; }

.page-single .justify-content-center .card {
    background: #ffffff30;
}

.login-img {
    position: absolute;
    width: 100%;
}
.box {
    height: 100vh;
    width: 100%;
    position: absolute;
}
.box div img {
    width: 100%;
}

.box div {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: transparent;
    /* border: 6px solid rgba(255, 255,255,0.8); */
    z-index: 999;
}

.box div.active {
    display: block;
}

.box .img-float1{
    top: 12%;
    left: 42%;
}
.box .img-float2{
    top: 51%;
    left: 86%;
}
.box .img-float3{
    top: 74%;
    left: 13%;
}
.box .img-float4{
    top:48%;
    left: 52%;
}
.box .img-float5{
    top: 60%;
    left: 34%;
}
.box .img-float6{
    top: 10%;
    left: 20%;
}
.box .img-float7{
    top: 20%;
    left: 77%;
}
.box .img-float8{
    top: 78%;
    left: 72%;
}
.box .img-float9{
    top: 42%;
    left: 1%;
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}

.input-group>.form-control:not(:first-child).usrnm, .input-group>.custom-select:not(:first-child).usrnm {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.input-group-addon {
    border-radius: 1rem 0 0 1rem !important;
    background-color: #fff;
}

.input-group-eye {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #009933;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-radius: 0 1rem 1rem 0 !important;
    cursor: pointer;
    background-color: #fff;
}

.card-group > .card:only-child {
    border-radius: 1rem;
}

.card-body {
    position: relative;
    z-index: 999;
    color: black;
}

.bg-login {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: .5;
}

.btn.btn-gradient-primary.btn-block {
    border-radius: 1rem;
    outline: none;
}

strong, b {
    font-weight: 900;
}

.card-body p.text-center {
    font-weight: 600;
}

#tbl_data {
    border-collapse: separate;
    border-radius: 15px;
}

#tbl_data tbody tr:first-child td:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#tbl_data tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
#tbl_data tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
tr {
    border: none;
}

.table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: none;
}

.app-header {
    background: #99B08080 !important;
}

.bg-rpjmd-sasaran-depan {
    background: #A9B38899 !important;
}