.full-height {
    height: calc(100vh - 50px);
}

#message {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 600px;
    overflow: hidden;
}

#message p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-link {
    text-decoration: none;
}
/* Sidebar */
.sidebar {
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #f8f9fa; */
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.sidebar .top-links {
    flex: 1;
}

.sidebar .bottom-links {
    margin-top: auto;
    margin-bottom: 100px;
}

.link-color {
    color: aliceblue;
}

.link-color:hover {
    color: rgb(158, 188, 214);
}

/*  dashboard - Main */
.content {
    margin-left: 250px;
    height: 100vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 20px;
}

.consistent-box {
    width: 300px;
    height: 135px;
  }

  .add-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.page-dropdown {
    width: 100%;
    text-align: right;
}

.search-container {
    width: 100%;
}

.search-box {
    width: 350px;
}

.alert-box {
    width: 100%;
}

.filter-dropdown {
    background-color: #d1d1d1;
    padding: 10px;
    min-width: 275px;
}