.custom-content-wrapper {
    background-color: #171C21;
    color: white;
}
.custom-card {
    background-color: #21272D
}
.card-color{
    background-color: #21272D
}

/* Input Field CSS */
.custom-input {
    background-color: #21272D; 
    color: #CBD5DE; 
    border: 1px solid #858F98;
}
.custom-input:focus {
    background-color: #21272D;
    color: #CBD5DE;
    border: 1px solid #858F98;
}

/* Button CSS */
.custom-add, .custom-submit {
    background-color: #D3DB8C; 
    color: black; 
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
}

.custom-submit:focus {
    border: none !important;
}

.custom-cancel {
    background-color: #384049;
    color: #97A8BA;
    border: none;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.custom-cancel:hover {
    color: #97A8BA;
}

/* Table CSS */
table, thead, tbody, tr, td {
    border: 1px solid #42484D !important
}





.login-page {
    /* background: #27527A; */
    background-image: url("/bg2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    font-weight: bold;
}
.custom-navbar {
    background-color: #4A56ED; /* Replace with your desired color */
}

.custom-sidebar {
    background-color: #3B3D49; /* Replace with your desired color */
}


.selected-nav-item {
    background-color: #ff0000; /* Replace with your desired color */
}
  
.selected-nav-item a {
    color: #fff; /* Replace with your desired text color */
}

.nav-item .nav-link p {
    color: #FFFFFF; /* Replace with your desired font color */
}
.custom-link {
    background-color: #ff0000; /* Replace with your desired background color */
  }
  
.center-container {
    position: relative;
    height: 2vh; /* Set the container height to the full viewport height */
}

/* Styles for the centered text */
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px; /* Increase the font size to 36 pixels */
    font-weight: bold;
}

.custom-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
  .custom-icon {
    font-size: 20px; /* Set the desired icon size */
  }

  .table-row{
    text-align: center; 
    max-width: 200px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
  }
    .hidden-div {
        display: none;
    }
    .nav-item-custom {
        padding-left: 20px; /* Adjust the value as per your preference */
    }




