.status-button {
    color: black;
}

span.required {
    color: #e02612;
    font-size: 14pt;
    font-weight: 700;
    line-height: 1;
}

/* activation/deactivation workflow page */
.activation-page p {
    font-size: 15px;
    justify-content: center;
}

.info-container {
    display: flex;
    margin-bottom: 10px;
    /* Adjust as needed for spacing */
}

.label {
    flex: 3;
    /* Adjust as needed for equal spacing */
    /* Adjust as needed for spacing between label and value */
}

.value {
    flex: 5;
    /* Adjust as needed for equal spacing */
}

.chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.box {
    /* width: 250px;
    height: 100px; */
    max-width: 350px;
    background-color: rgb(247, 247, 247);
    border: 1px solid black;
    border-radius: 50px;
    margin: 10px;
}

.box-image {
    border: 0px solid transparent;
    border-radius: 5px 0px 0px 5px;
}

.box-image img {
    margin-left: 15px;
    margin-top: 3px !important;
    border: 1px solid transparent;
    border-radius: 100px;
}

.box-text h5 {
    margin-left: 10px;
}

.box-heading,
.box-subheading {
    margin-left: 5px;
    max-width: 100%;
    size: 10px;
    /* Limiting the width of the h5 elements to fit within the box */
    overflow: hidden;
    /* Hiding any content that overflows the box */
    text-overflow: ellipsis;
    /* Adding ellipsis (...) for text that overflows */
}

.chart {
    max-width: max-content;
    height: 780px;
    width: 2000px;
    overflow-x: auto;
    overflow-y: auto;
}

.user-sidebar {
    width: 190px;
    height: 950px;
    padding: 10px;
    background-color: #f0eeee;
}

.user-sidebar a {
    font-size: 15px;
    align-items: center;
    text-decoration: none;
}

.user-sidebar li {
    position: relative;
    margin: 4px 0 0 -15px;
    list-style: none;
    padding: 5px;
    text-decoration: none;
}

.user-sidebar li a {
    color: black;
}