/* Original styles from the uploaded custom.css file */
body {
  font-size: 14px;
  background-color: #f8f9fa;
  color: #2e2e2e;
  position:relative;
  padding-bottom:45px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: #2e2e2e;
}
body.dark-skin .table tbody tr{
    cursor: pointer;
}
body.dark-skin .table.dttable tbody tr.selected-row {
    background: #9ee3ff !important; /* Adjust the color to your preference */
  }

.res-table {
    width: 100%;
    overflow-x: auto;
    overflow-y:hidden;
    min-height: 68vh;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    height: calc(100vh - 170px) !important;
}

small{
    font-weight:400;
    
}
footer{
    position:absolute;
    width:100%;
    bottom:10px;
}
.btn-gold {
    background: #ceb15e;
    color: #fff;
}

.btn-gold :hover{
    background:#aa9047;
}
/* notification*/
.notification-content{
        font-size: 14px !important;
    margin-bottom: 0px !important;
}
.notification-item, .notification-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding: 10px 0;
    transition:all 0.2s ease;
}
.notification-item a:hover{
    text-decoration:none;
   color:#007bff;

}
.notification-item
{
        border-bottom: 1px solid #eee;
}
.initial-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #47c1be;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.notification-link {
    color: #263a57;
    font-weight: bold;
    text-decoration: none;
}

.notification-link .small{
    font-weight: 400;
    font-size: 11px;
}
.notification-link:hover {
    text-decoration: underline;
}

button#mark-all-read {
    border: none !important;
    background: none !important;
    font-weight: 400 !important;
    font-size: 16px;
color: #000 !important;
    margin-right: 10px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007bff; /* Blue dot for unread */
}


#notification-wrapper {
    position: relative;
}

#notification-panel {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}

.notification-panel.open {
    right: 0 !important;
}
.panel-header h5{
    margin-bottom:0px;
    font-size:17px;
}
#notification-panel .btn-close
{
   opacity: 1 !important;
    filter: invert(1) !important; 
    width: 0.6em !important;
    height: 0.6em !important;
}
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    /*background-color: #f9f9f9;*/
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1049; /* Below the panel */
    display: none; /* Initially hidden */
}

.panel-content {
    padding: 10px;
}

.nav-item a .notification{
    position: absolute;
    top: -6px;
    right: 4px;
    padding: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px !important;
    line-height: 8px;
}

.nav-link i{
    position:relative;
}

/**/

.returned{
    position: absolute;
    right: 20px;
    top: 10px;
}
.nav-link .icon-shape{
    position:relative;
}

.float-left
{
    float:left;
}
.float-right
{
    float: right;
}
i.fa.fa-3xl
{
    font-size: 3em;
}
#err
{
   color: #e0e0e0;
    font-size: 13px;
   
}

a{
     color: #2e2e2e;
}
a:hover{
    color:#0086ca;
}
.card .card-body{
    min-height:70vh;
}
.card .card-body.company{
    min-height:fit-content;
}
.card-body i.fa-solid{
     color:#0086ca !important;
     font-size:28px;
}
.alert-danger{
    background: #8c0404;
    color: #fff;
    height: fit-content;
}
.alert-danger ul{
    margin-bottom:0px;
}
.text-primary{
    color:#0086ca !important;
}
.bg-gradient-info{
    background:#0086ca !important;
}
.card {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #2c3e50;
}

.card-header {
  background-color: #34495e;
  color: #ffffff;
}

.card-table {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    line-height:30px;
    margin-top:25px;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after
{
    top:1.5px !important;
}

.alert-info {
    background-image: none !important;
    background: #0086ca !important;
        border-color: #0086ca;
}

.table th {
  background-color: #2f3640;
  color: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(odd)>*,
.table td {
  color: #4b4f55;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after
{
   width: 18px;
    height: 18px;
    opacity: 1 !important;
}

.sidenav-header {
    height: 150px !important;
}

.form-switch .form-check-input
{
        height: 22px;
        border-radius:25px !important;
}

.btn, input, .badge, .navbar-vertical .navbar-nav .nav-link .icon, .breadcrumb {
  border-radius: 6px !important;
}

.astrik{
    color:#e01408 !important;
}
.dropdown-toggle{
    margin-bottom:0px !important;
}
/* Original button styles */
/*.btn-primary {*/
/*  background-color: #4caf50;*/
/*  border-color: #4caf50;*/
/*}*/

/*.btn-secondary {*/
/*  background-color: #95a5a6;*/
/*  border-color: #95a5a6;*/
/*}*/

/*.btn-danger {*/
/*  background-color: #e74c3c;*/
/*  border-color: #e74c3c;*/
/*}*/

/* Pagination */
/*.pagination li a {*/
/*  background-color: #2f3640;*/
/*  color: #c8d6e5;*/
/*}*/

/*.pagination li.active a {*/
/*  background-color: #4caf50;*/
/*  color: #ffffff;*/
/*}*/

/* Input fields */
/*.form-control {*/
/*  background-color: #fff;*/
/*  border-color: #ddd;*/
/*  color: #585858;*/
/*}*/

/* Updated styles for Apple design aesthetics */
body.dark-skin {
  background: #f5f5f7 !important; /* Light gray Apple background */
  color: #1c1c1e !important; /* Dark gray text for contrast */
}

/*body.dark-skin .content {*/
/*  background: #ffffff !important; */
/*}*/

/* Navbar Styling */
body.dark-skin .navbar-vertical.bg-white {
  background: #ffffff !important; /* White for sidebar */
}

body.dark-skin .navbar-vertical .navbar-nav .nav-link {
  color: #1c1c1e !important; /* Dark text for menu links */
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active
{
  color: #067bb7 !important;
}
/*body.dark-skin .navbar-vertical .navbar-nav>.nav-item .nav-link.active {*/
/*  background-color: #0086ca !important;*/
/*  color: #ffffff !important;*/
/*}*/

.btn{
        padding: 9px 15px;

}


.btn:hover:not(.btn-icon-only)
{
    transform:scale(1) !important;
}
.select2-container--default .select2-selection--single{
        border: 1px solid #d7d7d7;
    border-radius: 8px !important;
    height: 40px !important; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}

.bg-gradient-warning,
.btn-warning {
    background: #ceb15e !important; /* Subtle Apple-like yellow for warnings */
    border: none !important;
    color: #fff !important; /* Dark text for contrast */
}

.badge.bg-warning, .bg-warning {
    background: #ceb15e !important; /* Yellow for warning badges */
    color: #fff !important; /* Dark text for readability */
}

/* Optional: Add hover effects for buttons */
.bg-gradient-warning:hover,
.btn-warning:hover {
    background: #ceb15e !important; /* Slightly darker yellow on hover */
}

/* Card Styling */
label, .form-label{
    color:#1c1c1e !important;
    font-size:13px !important;
}
body.dark-skin .card {
  background: #ffffff !important; /* White card background */
  border: 1px solid #d2d2d7; /* Light gray border */
  color: #1c1c1e !important;
}
body.dark-skin .card-header{
     background: #ffffff !important; /* White card background */
    border-bottom: 1px solid #d2d2d7; /* Light gray border */
      color: #1c1c1e !important;
}

body.dark-skin .card-title {
  color: #037bb7 !important; /* Dark text for card titles */
}

/* Table Styling */
body.dark-skin .table {
    border-collapse: collapse !important; /* Ensure borders are not doubled */
    width: 100%; /* Full width table */
    background-color: #ffffff; /* White table background */
    border: 1px solid #d2d2d7; /* Light gray outer border */
}


body.dark-skin .table thead th {
  background: #535353 !important; /* Light gray header background */
  color: #fff !important; /* Dark text for headers */
   border-bottom: 2px solid #d2d2d7; /* Strong bottom border for headers */
     text-align: left; /* Align header text */
       padding: 8px; /* Add padding for table cells */
}
.form-switch .form-check-input:checked{
  background-color: #0086ca;  
}


body.dark-skin .table tbody tr {
    border-bottom: 1px solid #d2d2d7; /* Add a border between rows */
    vertical-align:middle;
}

body.dark-skin .table tbody td {
    color: #1c1c1e; /* Dark text for table data */
    padding: 8px; /* Add padding for table cells */
    border-right: 1px solid #d2d2d7; /* Add right border for each cell */
}

body.dark-skin .table tbody tr:nth-of-type(odd) {
  background: #f9f9fa !important; /* Very light gray for alternating rows */
}

body.dark-skin .table tbody tr:nth-of-type(even) {
  background: #ffffff !important; /* White for other rows */
}

body.dark-skin .table tbody tr:last-child {
    border-bottom: none; /* Remove bottom border for the last row */
}

/* Remove right border for the last cell in a row */
body.dark-skin .table tbody tr td:last-child {
    border-right: none;
}
/* Button Styling */
.bg-gradient-primary,
.btn-primary {
  background: #037bb7 !important; /* Apple blue for primary actions */
  border: none !important;
  color: #ffffff !important;
}

.bg-gradient-secondary,
.btn-secondary {
  background: #f5f5f7 !important; /* Light gray for secondary actions */
  border: 1px solid #d2d2d7 !important;
  color: #1c1c1e !important;
}

.bg-gradient-danger,
.btn-danger {
  background: #e01408 !important; /* Apple red for destructive actions */
  border: none !important;
  color: #ffffff !important;
}

/* Pagination Styling */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
        padding: 5px 14px;
    font-size: 15px;
    color: #037bb7;
      background-color: #f5f5f7;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.pagination li a:hover {
    background-color: #037bb7;
    color: #fff;
    text-decoration: none;
}

.pagination li.active a {
    background-color: #037bb7;
    color: #fff;
    border-color: #037bb7;
    pointer-events: none;
}

.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}


/* Modal Styling */
body.dark-skin .modal-content {
  background: #ffffff !important; /* White modal background */
  color: #1c1c1e !important;
  border-color: #d2d2d7 !important;
}

/* Badge Styling */
.badge.bg-info {
  background: #037bb7 !important; /* Apple blue for info badges */
  color: #ffffff !important;
}

.bg-danger,
.badge.bg-danger {
  background: #e01408 !important; /* Apple red for danger badges */
  color: #ffffff !important;
}

.badge.bg-secondary {
  background: #f5f5f7 !important; /* Light gray for secondary badges */
  color: #1c1c1e !important;
}

/* Dropdown Styling */
.dropdown-item {
  color: #1c1c1e !important; /* Dark text for dropdown items */
  background: #ffffff !important; /* White background */
    font-size: 14px;
}


.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color: #141727;
}
body.dark-skin  .navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: none;
    background: #037bb7 !important;
}

body.dark-skin .navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon i{
    color:#fff !important;
}

.dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after
{
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
}
.dropdown .dropdown-menu:before
{
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
}

/* Input Fields */
 .form-control {
  background: #ffffff !important; /* White input background */
  border: 1px solid #d2d2d7 !important; /* Light gray border */
  color: #1c1c1e !important;
}
