.padding-bottom{
    margin-bottom: 50px !important;
}



.btn-new-doc{
    background-color: #00882b !important;
    color: white; 
}
.task-icon {
    cursor: pointer;
    
  }
  .task-icon > .badge {
    background: var(--red-avatar-color);
    color: var(--bg-color);
    position: relative;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    font-size: 9px;
    border: 1px solid var(--red-avatar-color);
  }

.primary-color { color: #00882b !important; }
.padding-bottom{
    margin-bottom: 50px !important;
}
.btn-primary {
    background-color: #00882b !important;
    color: white;
    /* Add other styles as desired */
    /* Example: border, padding, etc. */
}
.btn-primary {
    background-color: #00882b;
}
.btn-login{
    background-color: #00882b !important;
    color: white;
}
.control-label {
    font-weight: 500;
}
.primary{
    color: #00882b !important;
}


.widget .widget-head .widget-title {
    font-size: var(--primary);
    color:#00882b !important;
}

[data-theme="light"] {
    --primary: #00882b;
    
}