.btn-grad {
    background-image: linear-gradient(
        to right,
        #77a1d3 0%,
        #79cbca 51%,
        #77a1d3 100%
    );
}
.btn-grad {
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border-color: transparent;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
}

/* .navbar-custom{
            background: #10242b;
background: linear-gradient(90deg,rgba(16, 36, 43, 1) 0%, rgba(41, 121, 152, 1) 46%, rgba(42, 123, 155, 1) 58%, rgba(42, 155, 74, 1) 100%);
          } */

.scrollCustom {
    max-height: 280px;
    overflow-y: scroll;
}

.birthToday {
    background: rgba(51, 170, 51, 0.1);
    border-radius: 10px;
}

.birthLater {
    background: rgba(170, 85, 51, 0.1);
    border-radius: 10px;
}

.card {
    border-radius: 14px;
}

#photoxxMobile {
    width: 100%;
    height: 360px;
}

li.paginate_button.next,
li.paginate_button.previous {
    font-size: 1em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #4eb7eb;
}

.custom-hadir {
    padding-bottom: 4px;
    line-height: 2;
}

.attendance {
    background-image: linear-gradient(to bottom right, #00bfad, #99a3d4);
}

#select2-wilayah-container{
    width: 240px;
}
