/* your styles go here */
.btn-circle{
	border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.active_btn {
    width: 70px;
    background: #1cc88a;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none !important;
}

.inactive_btn {
    width: 70px;
    background: #e74a3b;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    text-decoration: none !important;
}

.new-btn{
    display: inline;
    margin-top: 8px;
    border-radius: 15px;
}
.swal-button{
    min-width: 100px;
}
.swal-button:focus{
    box-shadow: none!important;
}