.card {
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    width: 100% !important;
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
    margin-bottom: 20px;
}

.card-body {.card-body {
    flex: 1 1 auto;
    padding: 25px;
};
.card-body {
    flex: 1 1 auto;
    padding: 25px;
};
.card-body {
    flex: 1 1 auto;
    padding: 25px;
};
    flex: 1 1 auto;
    padding: 25px;
}

h6.card-subtitle {
    color: #5a6485;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-size: 13px;
    margin-bottom: 25px !important;
}

h5.card-title {
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

a.card-link.btn.btn-primary {
    padding: 12px 30px;
    line-height: 1;
    border-radius: 50px;
    background-color: #1d5593;
    border-color: #1d5593;
}
thead.thead-dark {
    background: #1d5593;
}

thead.thead-dark tr th {
    padding: 15px 15px;
    color: #fff;
    text-align: center;
}

tbody tr td, tbody tr th {
    vertical-align: middle;
    text-align: center;
}

tbody tr th {
    text-align: center;
}

a.btn.btn-primary {
    background: #ed1c24;
    border-color: #ed1c24;
}

button.btn.btn-primary {
    border-radius: 0;
    background: #1d5593;
    border-color: #1d5593;
}

.form-inline input.form-control {
    border-radius: 0;
}
.dashbord-main {
  padding: 140px 0;
}
.dashbord-main .card {
  border-radius: 11px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e8e8f7;
  width: 100% !important;
  box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
  margin-bottom: 20px;
}
.dashbord-main .card-body {
  flex: 1 1 auto;
  padding: 25px;
}
.dashbord-main .card-body .card-body {
  flex: 1 1 auto;
  padding: 25px;
}
.dashbord-main .card-body .card-body {
  flex: 1 1 auto;
  padding: 25px;
}
.dashbord-main .card-body .card-body {
  flex: 1 1 auto;
  padding: 25px;
}
.dashbord-main h6.card-subtitle {
  color: #5a6485;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 12px;
  margin-bottom: 30px !important;
}
.dashbord-main h5.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashbord-main a.card-link.btn.btn-primary {
  padding: 12px 30px;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  background-color: #1d5593;
  border-color: #1d5593;
}
.dashbord-main .nv-menu {
  margin-bottom: 70px;
}
.dashbord-main .nv-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  list-style: none;
}
.dashbord-main .nv-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.dashbord-main .nv-menu ul li a.active, .dashbord-main .nv-menu ul li a:hover {
  background-color: #1d5593;
}/*# sourceMappingURL=dashbord.css.map */

input:disabled {
    border-color: rgba(118, 118, 118, 1) !important;
}

.remarks-container {
    border: 2px solid #000; /* Creates a black border for the whole container */
    padding: 10px; /* Adds spacing inside the container */
    border-radius: 5px; /* Slightly rounds the corners of the container */
    max-width: 400px; /* Sets a maximum width for the container */
    margin-top: 20px; /* Adds space above the container */
}

.remarks {
    border: 1px solid #ccc; /* Inner border for individual remarks */
    padding: 10px; /* Adds inner spacing to each remark */
    border-radius: 3px; /* Rounds corners slightly for individual rows */
    margin-bottom: 10px; /* Adds spacing between rows */
    overflow: hidden; /* Hides overflow content */
    max-height: 50px; /* Limits the height of each row */
    white-space: nowrap; /* Ensures single-line text */
    text-overflow: ellipsis; /* Adds ellipsis if text overflows */
}
