.no-border {
    border: none !important;
}

.nav-item {
    font-size: 17px !important;
    color: #003EBB !important;
}

.back-arrow {
    font-size: 16px !important;
    margin-right: 10px !important;
    font-weight: 400 !important;
    color: gray;
    cursor: default;
}

.back-text {
    font-size: 16px !important;
    cursor: default;
}

.b-g {
    border: 1px solid lightgray;
    margin-top:10px;
    padding: 24px 24px 32px 24px !important;
}

.rounded {
    border-radius: 20px !important;
}


.ui.single.line.table td:first-child {
    width: 25% !important;
}

.ui.single.line.table td:nth-child(2) {
    width: 75% !important;
}

/* text wrapping ..read more feature start*/
td-text {
    max-width: 300px; /* Adjust according to your layout */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .full-text {
    white-space: normal;
    overflow: visible;
  }
  .read-more-link {
    color: blue;
    cursor: pointer;
  }
  /* Adjust to allow text wrapping */
  td {
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px; /* Adjust according to your layout */
  }
/* text wrapping ..read more feature end*/
