* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
  }

body {
  font-size:14px;
  color:#2A3335;
  line-height:28px;
  font-weight:500;
  font-family: 'Montserrat', sans-serif ;
   overflow-x: hidden;
   position: relative;
   background-color: #F3F5FA;
}
a{
    text-decoration:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  a:hover{
    text-decoration:none;
    outline:none;
  }
  input,button,select,textarea{
    font-family: 'Montserrat', sans-serif ;
    font-weight: 400;
    font-size: 16px;
  }
  
  ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
  }
  button:focus,
  input:focus,
  textarea:focus{
    outline: none;
    box-shadow: none;
  }
  p{
    position: relative;
    font-size: 13px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif ;
    color: #666666;
    margin: 0px;
  }
  h1,h2,h3,h4,h5,h6{
    position:relative;
    font-family: 'Montserrat', sans-serif ;
    font-weight: 500;
    color: #2A3335;
    margin: 0px;
  }
h5{
  font-size: 13px;
  font-weight: 600
}
label{
	font-weight:500;
     font-size: 14px;
     margin-bottom:5px;
    
}
.table-striped>tbody>tr:nth-of-type(odd){
	background:#ffffff !important;
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	font-weight:600;
	
}
.table-striped>tfoot>tr:nth-of-type(odd){
	background:#ffffff !important;
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	font-weight:600;
	
}
.even{
    background: #dbf3ff  !important;
   	font-weight:600;  
}
.table>:not(caption)>*>*{
	color:#222;	
}
.page-item.active .page-link{
	background-color: #107abc ;
    border-color: #107abc;
}
.action-btn-danger{
	color: #F44336 !important;
    border-color: #F44336 !important;
}
.action-btn-primary{
	color: #107abc !important;
    border-color: #107abc !important;
}
.action-btn-primary:hover{
	background-color:#107abc !important;
	color:#fff !important;
}
.action-btn-danger:hover{
	background-color:#F44336 !important;
	color:#fff !important;
}
.dataTables_wrapper {
	padding-top:15px;
	padding-bottom:15px;
	background:#fff !important;
}


/* login page */
.login-bg{
    background: url(/HelpDeskCrm/assets/img/shape.svg) #fff; 
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
   bottom: 0;
}

.login-title:before {
    content: "";
    display: block;
   background-color: #FF9800;
    width: 06px;
    height:30px;
    position: absolute;
    z-index: 1;
}
.login-title h3{
    padding-left: 15px;
    font-size:24px;
    margin-bottom: 15px;
}
.login-right{
    background-color: #fff;
    width: 100%;    
    height: 100vh;
    box-shadow: -3px -3px 5px 0px rgb(0, 0, 0, 0.10);
     overflow: scroll;
    overflow-x: hidden;
}
.login-img img{
    display: block;
    position: relative;
   left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
}
.contact-footer p{
    font-size: 16px;
}
.footer-section{
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.footer{
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
   width:calc(100% - 250px);
    right:0;
    z-index:999;
    background:#fff;
    padding-left:20px;
}
.login-footer{
 display: flex;
}
.login-footer p{
	 margin-top:10px;
}

.login-footer img,
.footer-logo img{ width:90px;}

.footer p{ 
    font-size: 10px;
    margin-top: 8px;
}

.login-content{
    padding: 25px 20px 12px;
     position: relative;
    
}
.input-group-addon{
    background: #0F7EC3;
    padding: 8px 12px;
    color: #fff;
    border-radius: 5px;
}
.login-content .input-group .fa{
    font-size:16px;
}
.crm-lgoin .form-label {
    margin-bottom: 0.5rem;
}
.crm-lgoin label{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif ;
}
.crm-lgoin .form-group{
    margin-bottom: 10px;   
}
.crm-lgoin .form-control{
    margin-bottom: 0 !important;
}
.crm-lgoin  .input-group{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    height:38px;
}
.forgot-pass-text {
    display: flex;
        justify-content: space-between;
}
.forgot-pass-text a , .new-user a{
    font-size: 15px;
    color: #2A3335;
}

.btn-login , .btn-interview {
    width: 100%;
    color: #fff;
   
}
.btn-login {
    background-color: #0F7EC3;
    margin: 12px 0;
    }
.btn-login:hover , .btn-interview:hover  {
    background-color: #2A3335;
    border: 1px solid #2A3335;
    color: #fff;
}

.btn-interview {
    border: 1px solid #0F7EC3;
    color: #0F7EC3;
    position:relative;
    margin-top:2%;
    display: block;
} 
.crm-lgoin {
    padding-top:20px;
}
.crm-lgoin img{
    display: block;
    margin: auto;
}
.new-user a{
display: block;
font-size: 18px;
color:#0F7EC3;
padding-bottom:5px;
}

/* Sidebar */

#sidebar {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    
    /* Pushes the profile to the bottom */
     min-height: 100vh; 
    top: 0;
    left: 0;
    width: 250px;
    background: white;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    overflow: scroll;
  	height:100%;
    overflow-x: hidden;
}

.menu-section {
    background: #e0ebfc;
    padding: 10px;
    font-weight:500;
    cursor: pointer;
    margin-top: 5px;
    color: black;
    font-size: 15px;
}
.page-body-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.container-wrapper{
	width: 100% ;
    display: flex;
    flex-direction: column;
    padding:20px;
}
.card{
    box-shadow:0px 0px 20px 0px rgba(44, 101, 144, 0.1) !important;
    margin-bottom: 10px;
}
.card-header{
    background-color: #107abc !important;
    padding: 3px 15px;
}
 .form-control, .form-select{
	 margin-bottom: 6px !important;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    min-height: calc(1.5em +(.5rem + 2px))  !important;
}
.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled{
    background-color: #107abc !important;
    border-color: #107abc !important;
    padding: 6px 20px;
    margin: 4px;
}
.btn-primary:hover,
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary,
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #0c5887 !important;
}
.card-action{
    margin: 10px 0;
    display: flex;
    justify-content: end;
}

/* Collapsible Menu */
.menu-items {
    padding: 0;
}

.menu-items li {
    list-style: none;
    padding: 5px 5px 5px  15px;
}
.menu-items li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #031849;
}

.menu-items li:hover {
    background: #e8f0fe;
}
.menu-items li a .arrow{
    color: #107ABC;
    padding-right: 5px;
}

/* User Profile */
.user-profile {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #107ABC;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 250px;
}
.user-avatar {
    width: 40px;
    height: 40px;
    background: rgb(170, 170, 170);
    border-radius: 50%;
}

.table-striped{
    background-color: #107ABC;
    color:#fff;
    border-radius:5px;
}
/* ayush added*/
.card-title{
	margin-bottom : 0rem !important;
	font-size : 20px !important;
}
/* ayush added*/

.card-title , .table-striped th{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
    padding: 6px;
}

}
.offcanvas-header .btn-close{
    font-size: 25px;
}   


/* Main Content */
main {
    margin-left: 270px;
    transition: all 0.3s ease;
}

/* Cards */
.card {
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: bold;

}
.Department_wise .card{
    /* background: url(/HelpDeskCrm/assets/img/card-bg.svg) #fff; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
 
.header{
    height: 170px;
    background: linear-gradient(to right,  #0d7ec5 0%,#1da57e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
;
}

.f-right{
    float: right;
    padding-top: 16px;
}

.Department_wise{
    margin-top: -90px;
}

/* ticket */

.ticket-container {
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: bold;
    position: relative;
}

.ticket-container::before {
    content: "";
    width: 3px;
    height: 25px;
    background-color: #f5a623; 
    margin-right: 8px;
}

/* toggle swtich */
.toggle-container {
    position: relative;
    width: 260px;
}

/* Hide checkbox */
.toggle-container input {
    display: none;
}

/* Toggle Label */
.toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #A6DAFA;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

/* Toggle Text */
.toggle-text {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    z-index: 2;
    transition: color 0.3s ease-in-out;
    padding: 6px;
}

/* Slider Effect */
.toggle-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #107ABC;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

/* Change Position on Toggle */
.toggle-container input:checked + .toggle-label .toggle-slider {
    transform: translateX(100%);
}

/* Change Text Color on Toggle */
.toggle-container input:checked + .toggle-label .job-list {
    color:#107ABC;
}
.toggle-container input:not(:checked) + .toggle-label .working {
    color: #107ABC;
}



/* Content Sections */
.toggle-content {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
   
}


/* table */
.table-container {
    width: 100%;
    /* padding: 10px; */
  
}

/* Custom Table */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    table-layout: fixed; /* Ensures proper column sizing */
}

/* Table Rows */
.custom-table tr {
   text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight:500 !important ; 
}

/* Add blue effect on hover 
.custom-table tr:hover {
    background: #fff; 
} */

/* Left blue bar effect on hover 
.custom-table tr:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px; 
    height: 100%;
    background: #107ABC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}*/

/* Table Cells */
.custom-table td {
    padding: 10px;
  
}

/* Checkbox */
.custom-table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Bank Info */
.bank-info {
    font-size: 16px;
    color: rgb(66, 65, 65);
}

/* Sub Text */
.sub-text {
    font-size: 14px;
    color: gray;
}

/* Issue ID */
.issue-id {
    font-weight: bold;
    color: #666;
}

/* Raised By */
.raised-by {
    font-size: 14px;
    color: gray;
}
/* Priority Indicator */
.priority {
    display: flex;
    align-items: center;
    color: rgb(104, 102, 102);
    font-size: 12px;
}

.priority-indicator {
    width: 10px;
    height: 10px;
    background: #FF9900;
    display: inline-block;
    border-radius: 20%;
    margin-right: 5px;
}

/* Date */
.date {
    color: #666;
}

/* Action Buttons */
.actions {
    display: flex;
    gap: 8px;
}

.info-btn, .next-btn {
    background: #ff7f5000 !important ; 
    /* border: 1px solid #107ABC; */
    color: #107ABC;
    /* padding: 3px 10px; */
    border-radius:0;
    cursor: pointer;
    font-size: 22px;
    border: none;
}
.fa-info-circle:hover, .fa-chevron-circle-right:hover{
	 color:#024d7c  !important;
}
/* table  header */
/* Main Container */
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
}

/* Left Side - Title */
.job-title {
    font-size: 18px;
    font-weight: bold;
    color: #0d1a4a;
    display: flex;
    align-items: center;
}

/* Badge - Small Circle */
.job-title .badge {
    background:#FF9900;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
   width: 27px;
	 height: 22px;
	padding: 5px 5px;
    margin-left: 7px;
   
}

/* Filters - Right Side */
.filters {
    display: flex;
    gap: 15px;
}

/* Individual Filter */
.filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Labels beside dropdowns */
.filter span {
    font-size: 14px;
    color: #0d1a4a;
    font-weight: bold;
}

/* Select Dropdown */
.filter select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    min-width: 100px;
}


/* scrollable table css */
.table-container {
    max-height: 400px; /* Adjust height as needed */
   
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* border-radius: 8px; */
    /* border: 1px solid #ddd; */
    /* background: #fff; */
}

/* Custom Table */
/* Table Headers */
 .custom-table thead {
    position: sticky;
    top: 0;
    background: #107ABC; /* Light background for headers */
    z-index: 10;
    text-align: center;
}

/* Table Rows
.custom-table tr {
    border-bottom: 1px solid #ddd;
} */

/* Table Cells 
.custom-table td {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
}*/

/* Checkbox Column */
.custom-table td:first-child {
    width: 40px;
}

/* Actions Buttons */
.actions {
    display: flex;
    gap: 5px;
}

/* Scrollbar Styling */
.table-container::-webkit-scrollbar {
    width: 6px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}

.table-container::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.ticket_number ::before {
    content: "";
    width: 3px;
    height: 25px;
    background-color: #f5a623; 
    margin-right: 8px;
}
.call-list{
    padding: 10px 30px 10px;
}
.Department_wise{
    padding: 15px 20px;
}
/*.form-button-action{
	display:flex;
	gap:6px;
}
*/
table {--bs-table-striped-bg: rgba(0, 0, 0, 0) !important;}


.input-heading{
    font-size: 14px;
    font-weight: 600;
}
.card-header .fa-home{
	font-size:20px;
	color:#fff;
	cursor: pointer;
	margin-top: 7px;
}
#fileNamesList{
    min-height: 88px !important;
    max-height: 88px !important;
}
.call_details_info td{
	line-height:1.4;
}
.dis_detail_info{
    margin-bottom: 8px;
}
.dis_detail_info  label{
    margin-bottom: 1px;
}
.work_oject th{
	font-size:13px !important;
}
.btn-white{
	background:#fff;
}

.user-profile .dropdown-menu {
    inset: auto auto 0px 0px !important;
    min-width: 250px;
    }

.user-profile .dropdown-menu i{
    padding-right: 10px;
}
.red-color:hover {
    color: white;
    background-color: red;
}
.red-color {
    color: red;
    background-color: white;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 999;
    cursor: pointer;
  }
  
  #user-profile{
    z-index: 999;
    font-size: 50px;
    color: white;
  }
 
.sub-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.sub-row td {
    padding: 5px;
    vertical-align: middle;
}

/* Additional styling */
.sub-text {
    font-size: 14px;
    color: #666;
}

.priority-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: red;
}

.actions button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
}

.actions button:hover {
    color: #007bff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .sub-row td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .actions {
        text-align: left;
        margin-top: 10px;
    }
}

.call-list .table>:not(caption)>*>* {
    padding: 6px 2px;
}

.call-list .table th{
    color:#fff;
}
.call-list .table-striped>tbody>tr:nth-of-type(odd){
	background:#ffffff !important;
	/* --bs-table-accent-bg: var(--bs-table-striped-bg); */

	
}
.call-list .table-striped>tbody>tr:nth-of-type(even){
    background: #dbf3ff  !important;
    color:#222;
    font-weight:600;
  
}
.call-list .table-hover>tbody>tr:hover{
    background: #107ABC  !important;
    color:#fff;
}
.call-list .table-hover>tbody>tr:hover .info-btn, 
.call-list .table-hover>tbody>tr:hover .next-btn{color: #fff !important;}

.call-list .table-responsive{
    padding: 0 12px;
    max-height: 343px;
    overflow-y: auto;
}
.icon-refresh:before {
   
    font-weight: 800;
   
}
.error-border {
    border-color: red !important;
}
.error-message {
    color: red;
    font-size: 12px;
}
.help {
    border-right: 2px solid red !important;
}

.top-btn:hover{
   background-color:#024d7c  !important;
  color:#fff !important;
   border: none;
}
.custom-table td{
   padding: 10px 5px !important; 
   line-height: 1.3 !important; 
}
.dashbaord-table table.dataTable {
    clear: both;
     margin-top: 0px !important; 
     margin-bottom: 10px !important;
    max-width: none !important; 
      border-collapse: collapse !important; 
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before{
	right: 7px !important;
    bottom: 14px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 1px !important;
}
.dis-model{
	top: 28%;
}
.disNew-model{
	top: 17%;
}
.dis-model-box{
max-width:72% !important;

}
 .modal-title{
	font-size:16px;
	font-weight:600;
	color:#0a4971 !important;
	text-align:left;
	}
	.modal-title:before {
    content: "" !important;;
    padding:3px;
    background-color: #f5a623 !important;;
    margin-right: 8px;
}
.modal-body p {
    font-size: 15px;
    text-align: left;
    display: block;
    padding: 0 15px;
    color:#222  !important;
	}
	
.dashbaord-table .swal-footer{
float:right !important;}

.modal-button{
 background-color: #107abc !important;
    border-color: #107abc !important;
}
.dashbaord-table .swal-title:first-child {
    margin-top: 8px !important;
}
.btn-sm{
	font-size:13px !important;
}
#Forword_History tbody, td, tfoot, th, thead, tr{
	border: none !important;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

 .progress
{
    position: fixed;
    height:100%;
    width:100%;
    left: 0%;
    top: 0%;
    z-index:9999;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255,255,255,0.4);
    border-radius: 0.25rem;
}

.progBox {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: none;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #45aaf2;
    margin: auto;
    animation: Loading 2s linear infinite;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
.progBox span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #45aaf2;
    border-radius: 50%;
    margin: 2px;
    animation: Loading 2s linear infinite;
}
        @keyframes Loading {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.new-user{
display:none;	     
}

#Forword_History .form-control{
margin-bottom:0 !important;   
}
.card-body {                     
    flex: 1 1 auto;   
    padding: 0.70rem 1rem;
}

select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    min-width: 100px;
}


.table-border-report {
  border: 2px solid #1788cf !important;
  border-collapse: collapse !important;
}

.table-border-report th,
.table-border-report td,
.table-border-report tr {
  border: 2px solid #1788cf !important;
}


.notification-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}
.notification-btn .notification-bell {
  font-size: 24px;
  color: #fff;
  background: #3533335c;
  padding: 10px;
  border-radius: 56px;
}
.pulse-button.btn_badge {
  background: red;
  color: white;
  padding: 0px 9px;
  font-size: 12px;
  border-radius: calc(20px / 2) !important;
  position: absolute;
  animation: pulse 1.5s infinite;
}
.pulse-button.position-badge-single {
  top: -10px;
  right: -6px;
}
.pulse-button.position-badge-two {
  top: -13px;
  right: -17px;
}
.pulse-button.position-badge-three {
  top: -15px;
  right: -28px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.notification-list-data ul{
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  top: 48px;
  right: -10px;
  user-select: none;
  background: #fff;
  color: #222;
  border: 1px solid #c7d8e2;
  width: 350px;
  height: auto;
  display: none;
  border-radius: 3px;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.125);
  z-index: 1;
  max-height: calc(100vh - 60vh); 
  overflow-y: auto;
}

.notification-list-data ul:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 15px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

.notification-list-data ul li {
  padding: 8px;
  cursor: pointer;
}
.notification-list-data ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.notification-list-data ul li:hover {
  background-color: #f0f0f0;
}

.action-top-btn {
  display: flex;
  position: absolute;
  right: 30px;
  gap: 10px;
}
.see-all-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 6px 12px;
  background-color: #007bff;
  color: white;
  text-align: center;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.see-all-btn:hover {
  background-color: #0056b3;
}
.notification-li-icon-color{
	color: red !important;
}    
/* https://codepen.io/badhe/pen/OREomL */
