.bg-img {
        background-image: linear-gradient(to top, rgba(120, 150, 114, 0.48), rgba(128, 154, 220, 0.6)), url('/static/ace2_static/assets/image/extras/edutorium-ums-okt.jpg ');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        overflow: auto;
        padding-bottom:150px;
    }

.z-depth-1 {
    -webkit-box-shadow: 0 0 25px 7px #E5E4E2, 0 1px 5px 0 rgba(0,0,0,0.1), 0 0 0 0 transparent;
    box-shadow: 0 0 25px 7px #E5E4E2, 0 1px 5px 0 rgba(0,0,0,0.1), 0 0 0 0 transparent;
}
.title-fil{
    color:#59687e;
    white-space: nowrap;
    overflow: hidden;

}
.row {
  display: flex; /* equal height of the children */
  //padding:0 100px 0 100px;
}
.ums-box {
    background-color: white;
    border-radius: 10px;
    padding:20px;
    height: 100%;
}

.ums-box-app {
    background-color: transparent;
    border-radius: 10px;
    height: 100%;
}

.footer {
    background-color: #2f3185;
    border-radius: 50px 0 0 0;
}
.navbar-ums{
    height:80px;
    background-color: #2f3185;
    border-bottom-width: 5px; border-bottom-color: #f9cb13;
    border-bottom-style: solid;
    padding:10px 20px 0px 20px;
}

.bg-biru-ums{
    background-color: #2f3185;
}

.img-logo-kiri-ums{
    height: auto;
    width: auto;
    max-height: 60px;
}

.custom-animation-fill-ums{
    animation-fill-mode: both;
}

.app_box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 238px; */
    width: 160px;
    height: 160px;
    margin: 5px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
.app_box:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,1);
    background: #3459e6;
    z-index: 1;
    border-radius: 10px;
}
.app_box i{
    font-size: 60px;
    color: #925DE2;
}
.app_box:hover i{
    color: white;
}
.app_box h5{
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: black;
}
.app_box:hover h5{
    opacity: 0;
    color: white;
}
.app_box h4{
    position: absolute;
    bottom: 18px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    filter: blur(5px);
    opacity: 0;
}
.app_box:hover h4{
    opacity: 1;
    filter: blur(0px);
    font-size: 13px;
    color: white;
    transition: all 0.6s ease;
}
.panel {
    max-height: fit-content;
}
.link-ums{
    color:#ffffff;
    padding:5px;
}

.link-ums:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,1);
    background: #f5c13a;
    color:#000000;
    z-index: 1;
    border-radius: 10px;
}
