.user-panel img {
    height: 40px;
    width: 40px;
}
button, a {
    cursor: pointer !important;
}
.required:after {
    content: " *";
    color: red;
}
.pdf_info {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.pdf_info a:hover {
    text-decoration: none;
    color:#25224A;
}

.pdf_info a {
    color: #25224A;
    display: flex;
    align-items: center;
    gap: 2px;
}
.delete_ic {
    width: 19px !important;
    height: 19px !important;
    object-fit: contain;
}
.input-group.Budget_symbl .input-group-prepend {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .input-group.Budget_symbl {
    position: relative;
  }
  .input-group.Budget_symbl .input-group-prepend span {
    padding: 12px;
    border-radius: 8px 0px 0px 8px;
  }
  .input-group.Budget_symbl input {
    padding-left: 50px;
  }

.select2-container {
    width: 100% !important;
}

/* tool tip css*/
.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
    background-color: #f9f9f9;
    color: black;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px;
    font-size: 0.9rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, margin-bottom 0.3s;
}

.custom-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
}
.not_scroll li {
    transition: 0.3s;
}

.unread-notification {
    font-weight: 600 !important;
    color: #252448 !important;
    background-color: #f8f8f8 !important;
    font-size: 15px;
}

.spinner_img{
    width: auto !important;
}

.dataTables_processing {
    position: fixed !important;
    top: 50%;
    left: 50%;
    width: 100px;
    /* margin-left: -100px; */
    /* margin-top: -26px; */
    text-align: center;
    padding: 2px;
    z-index: 10;
}
.cover-img-outer .delete_button {
    position: absolute;
    right: 15px;
    top: 12px;
}
.cover-img-outer {
    position: relative;
}
header.uk-section-primary.uk-navbar-container.uk-navbar-transparent.uk-light.uk-preserve-color.uk-visible\@m.navbar_custom_dash {
    width: calc(100% - 300px);
  }
  .cover-img-outer .clander_icon {
    position: absolute;
    right: 15px;
    top: 12px;
    
}
.cover-img-outer .file_icon {
    position: absolute;
    left: 15px;
    top: 19px;
    
}
.table td, .table th {
    vertical-align: middle !important;
    white-space: nowrap;
}
.cover-img-outer input {
    padding-left: 40px;
}
.table td button.btn.btn-outline-success label {
    margin: 0px !important;
}
.text-danger {
    color: #dc3545!important;
    font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2ed2be !important;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}

input[type="radio"]:checked {
    border: 4px solid #2ed2be !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3bdac6 !important;
}
.badge-success {
    margin-right: 10px;
}
.pagination li.disabled a {
    color: #ccc !important;
}
.fundSerach .dataTables_filter {
    display: flex;
    justify-content: end;
}

.notification-table td{
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.chatManagement h2 {
    color: #25224A;
    font-size: 24px;
    font-weight: 700;
}
.chatManagement {
    box-shadow: 0px 0px 5px 0px #55555529;
    height: 80vh;
    border-radius: 14px;
    padding: 25px;
}
.chat-listing {
    padding-left: 0px;
    height: 66vh;
    overflow: auto;
    padding-right: 15px;
}
.chat-listing li {
    list-style: none;
}
.chat-listing .leftContent {
    float: left;
    width: 65%;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0px 10px;
    background-color: #00c5b2;
    margin-top: 0px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: 0.13px;
}
.chat-listing .rightContent {
    margin-bottom: 10px;
    float: right;
    color: #25224A;
    text-align: end;
    border: 1px solid #00c5b2;
    width: 65%;
    padding: 5px 10px;
    margin-top: 0px;
    border-radius: 0px 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: 0.13px;
}
.upperText span {
    font-size: 10px;
    color: #90a0b7;
    font-weight: 400;
}
.upperText {
    color: #192a3e;
    font-size: 12px;
    font-weight: 500;
}
.rightListing {
    float: right;
    text-align: end;
width: 100%;
}
.leftListing {
    float: left;
    text-align: start;
width: 100%;
}
.imgsetting {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.upperText {
    margin-bottom: 5px;
}
.chatName {
    font-size: 15px;
    font-weight: 500;
    color: #192a3e;
}