html, body {
    background-color: #fafafa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}
body {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* Internet Explorer and Edge */
}

/* Hide the scrollbar for Webkit-based browsers (Chrome, Safari) */
body::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

html body a{
    text-decoration: none !important;
} 

.s_navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #111827;
    padding: 8px 30px;
/* padding: 10px 30px 0px 32px; */
}
.headflex {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 800;
    /* font-family: 'Nunito Sans', sans-serif; */
    column-gap: 12px;
    cursor: pointer;
}
.aispan {
    color: red;
    margin-top: 4px;
    font-size: 8px;
    letter-spacing: 0px;
    line-height: 8px;
    margin-left: auto;
}
.flex{
    display: flex;
    align-items: baseline;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    /* max-width: 400px; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    /* width: max-content; */
    width: 25rem;
    border-radius: 8px;
    right: 2rem;
    top: 2rem;
}
.dropdown-content1  .mail1 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* font-family: Georgia, serif !important; */
}
.dropdown-content1  .mail1 .mailid {
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    /* font-family: Georgia, serif !important; */
    margin-right: 3rem;
}
.dropdown-open {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}
.user-list {
    padding: 10px 0px !important;
}

.user-list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 215px;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none;
    border-bottom: 0;
}
.user-list-logo-3 {
    margin-left: 1rem!important;
    margin-right: 4px !important;
}

.btn_color{
    background-color: hsl(240.25deg 100% 67.49%);
}
.btn_color:hover{
    background-color: hsl(0, 0%, 95%);
    border: 1px solid  hsl(240.25deg 100% 67.49%);
    color: hsl(240.25deg 100% 67.49%);
}
.notification2 {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification2 .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px 7px;
    border-radius: 50%;
    background-color: red;
    color: white;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* font-family: Georgia, serif !important; */
}



.notification2 .close-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  
  .notification2 .close-icon::before, .notification2 .close-icon::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
}
  
  .notification2 .close-icon::after {
    transform: rotate(-45deg);
  }
  
  .notification2 .notify_head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}
.notification2 h5.noti_title {
    margin: 0 1rem 0.5rem 0;
    font-size: 1rem;
}

.req_star_red {
    color: red;
}
  
/* / notify-message / */

.notify_message{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
#dropdownContent .mail1{
    display: table-caption !important;
    width: 23rem;
    border-bottom: 1px solid;
    margin-bottom: 8px;
    border-color: gainsboro;
}
#dropdownContent .mail1:last-child {
    border-bottom: none;
}
#dropdownContent .empty{
    display: none !important;
}
