.sidebar .active img {
    filter: invert(1);
}   


td .btn-group .btn {
    margin-left: 10px !important;
}
td .btn-group .btn:first-child {
    margin-left: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #52a8b9;
    border-color: #52a8b9;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e76770;
    border-color: #e76770;
}
.login-container {
    max-width: 450px;
    margin: 0 auto 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
}
.login-container h1 {
    text-align: center;
    margin-bottom: 20px;
}   
.login-container form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}   
.login-container form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}   
.login-container form button {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;   
    width: 150px;   
    align-self: center; 
}      

.login-container .logo-img {
    max-width: 130px;   
    align-self: center; 
}

.chartheading {
    margin-bottom: 20px;
    margin-top: 20px;
}

.chartheading h2 {
    font-size: 24px;
    font-weight: 600;
}

.usageanalytics-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.centerbox button {
    background: #fff;
    border: 1px solid #cccccc;
    text-decoration: none;
    padding: 14px 14px;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.applybtn button{
    background: #23a4c4;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    border: none;
}

.statusbtn .incomplete {
    background: #ffd9dc;
    color: #f54855 !important;
}

.statusbtn .incomplete img{
    max-width: 30px;
}

.viewbtn .view-link {
    line-height: 30px;
}

.progresstimeline h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.form-control.input_style.input_style_2 {
    padding: 7px 40px;
}

.statusbtn button {
    background: #baeed5;
    padding: 15px 30px;
    border-radius: 40px;
    text-decoration: none;
    margin-left: 10px;
    color: #0ca95d !important;
    font-size: 16px;
    font-weight: 500;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}