
.ajax-loader {
  display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1051;
width: 100vw;
height: 100vh;
background-color: rgba(192, 192, 192, 0.5);
background-image: url('../images/loader.gif');
background-repeat: no-repeat;
background-position: center;}
/* visibility: hidden; */
/* display: none; */
/* background-color: rgba(255,255,255,0.7);
position: absolute;
z-index: 1051 !important;
width: 100%;
height:100%; */
/* } */


.ajax-loader img {
position: relative;
top:50%;
left:50%;
}

.unread-noti
{
  background-color: #f3f5fb;
}

.card-body-notification
{
  padding: 0.5rem;
}


#option {
    margin: 1px;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}
.fieldset-border
{
  BORDER: 1px SOLID #CCCCCC;
    border-radius: 5px;
}

.legend-border
{
  width: auto !important;
  color: #267DDC;
  margin-left: 10px;
  border-bottom: 0px !important;
}

.message-font
{
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  color:#FF0000;
  font-weight: bold;
}

pre {
    white-space: pre-wrap;
    background-color: #fff !important;
    border: none !important;
}
.message-format {
    display: block !important;
    word-wrap: break-word !important;
}

.conversation-text-W-100
{
  width: 100% !important;
}

.mr-5
{
  margin-right:5px;
}

.mandatory{
  color: red;
  font-weight: bold;
}

.data-table td {
  text-align: justify;  /* Justify text within the cell */
  word-wrap: break-word;  /* Allow breaking words to fit the cell width */
  white-space: normal;  /* Allow text to wrap normally */
  max-width: 400px;  /* Optional: limit max width for better layout */
}

/* Optional: add padding and styling to enhance readability */
.data-table td .file-name {
  display: block;  /* Make sure it spans the entire width */
  padding: 5px;  /* Add some padding for visual spacing */
}

.reply-preview {
    margin-bottom: 0;
    background-color: #ebfaff;
}

.reply-preview::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #267DDC;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom_rpyBox {
  /* border: 1px solid #ccc; */
  padding: 10px;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.custom_rpyBox textarea {
  border: none;
  box-shadow: none;
  margin-bottom: 0 !important;
  resize: none;
}

.custom_rpyBox textarea:focus {
  box-shadow: none !important;
}

.notification-btn {
    position: relative;
    display: inline-block;
    padding-right: 20px; /* space for badge */
}

.notification-btn .badge {
    position: absolute;
    top: -5px;
    right: -2px;
    background: red !important;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 3px;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  color: #000;
}

.select2-container {
  border: 1px solid #dee2e6 !important;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}