.img-uni-list{
    height: 33px;
    border-radius: 5px;
}

.messages .success {
  color: green;
}

.messages .error {
  color: red;
}

.bg-primary {
    background-color: #2187AE !important;
}

.bg-secondary {
    background-color: #81C008 !important;
}

.text-primary {
    color: #2187AE !important;
}

.text-secondary {
    color: #81C008 !important;
}

.warp-row{
    white-space: pre-wrap !important;
}

.f-sm-caps {
    font-variant: small-caps !important;
}

.borderless + tr {
        border-top: none;
}

.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    margin: 2px;
}

.enq-title {
    font-variant: small-caps !important;
    font-size: large;
}
#universities-table td {
    max-width: 150px; /* Set a max-width to control cell width */
    word-wrap: break-word; /* Allow words to break at any point */
    overflow-wrap: break-word; /* Break long words onto the next line */
    white-space: normal; /* Ensure normal wrapping behavior */
}

thead {
    background-color: #81C008 !important;
    color: #FFFFFF;
}

.wrap-text {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
}
