.brand-link {
    font-size: 1rem !important;
    white-space: normal !important;
}
.table td, .table th {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}
table{
    white-space: nowrap !important;
}
/* Caode added by Kevin */
.card-header {
    background-color: #08203A;
   /*  color: #fff !important; */
    border-top: 1px solid #7DD5F9;
}
.fontwhite{ color: #ffffff !important;}
.card{
    border: 1px solid #7DD5F9;
}
.martop20{
    margin-top: 20px;
}
.inner-logo{
    width: 235px;
}
.info-box .info-box-icon {
    font-size: 1.0rem !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px !important;
}
.info-box .info-box-duration {
    top: 15px !important;
}
.profile-user-img { width: 50px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 15px !important;
}
.direct-chat-primary .right>.direct-chat-text {
    width: 60%;
    float: right;
   /*  padding: 15px 5px 15px 15px;
    border-radius: 10px */
}

.right .direct-chat-text {
    margin-right: 10px !important;
}

.direct-chat-text {
    width: 60%;
}
.float-left {
    float: right !important;
    margin-right: 53px;
}
.float-right {
    float: left !important;
    margin-left: 50px;
}
.nurse-name-messagebox-top{
    text-align: center;
    font-weight: bold;
    color: #051829;
    font-size: 20px;
}
.fontbold{ font-weight: bold !important;}
.marleft40{ margin-left: 40% !important;}

#mark_unread_link{
    cursor:pointer;
}

.attachment-block {
    min-height:10px
}

.attachment-block .attachment-img{
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
    border-radius: 10px;
    border: 3px double grey;
    margin-right: 6px;
}
.select2-selection__choice{
    background-color: #262623 !important;
}

/*  Code added by kevin on 15th April 2024 */

/* Style tab links */
.tablink {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
  }

  .tablink:hover {
    /* background-color: #494E53; */
    color:#0056b3;
  }

  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    display: none;
    height: 100%;
  }
  .acolor{ color:#007bff;}

  .attachment-block .attachment-img {
    float: none !important;
    height: 100px !important;
    max-height: 100px !important;
    max-width: 100px !important;
}

/*  End Code added by kevin on 15th April 2024 */
