/* You can add global styles to this file, and also import other style files */
.status-active {
    color: #00b500;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.status-warning {
    color: #ffdf2d;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.status-inactive {
    color: #ff3f3f;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.custom-trash-icon {
    cursor: pointer;
}

.custom-trash-icon:hover {
    color: #ff3f3f;
}

.custom-back {
    cursor: pointer;
}

.custom-download {
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.selection-status {
    padding: 5px;
    border: 0px;
    background-color: white;
    cursor: pointer;
  }

.custom-filter-tag {
    color: white;
    background: #7e8892;
    padding: 3px 10px;
    border-radius: 10px;
}

.is-pointer {
    cursor:pointer;
}

.error-box {
    padding: 10px;
    background-color: #ff6666;
    color: white!important;
    border-radius: 3px;
    width: 100%;
}