label:has(+ input:required)::after{
  content:'*';
  color:'red';
}

.css-ze2foz-MuiTypography-root {
  text-transform: capitalize!important;
}

.responsive-table {
width: 100%;
border-collapse: collapse;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 8px;
overflow: hidden;
}

.responsive-table th {
background: #f5f5f5;
padding: 10px;
text-align: left;
font-weight: 500;
font-size: 14px;
color: #333;
border-bottom: 1px solid #e0e0e0;
cursor: pointer;
user-select: none;
transition: background-color 0.2s;
}

.responsive-table th:hover {
background: #eeeeee;
}

.responsive-table th.expand-column {
width: 50px;
cursor: default;
}

.responsive-table th.expand-column:hover {
background: #f5f5f5;
}

.responsive-table td {
padding: 10px;
border-bottom: 1px solid #e0e0e0;
font-size: 14px;
color: #666;
vertical-align: top;
}

.responsive-table tr:hover {
background: #f9f9f9;
}

.expand-button {
width: 24px;
height: 24px;
border: none;
background: #2196F3;
color: white;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
transition: all 0.2s;
}

.expand-button:hover {
background: #1976D2;
}

.expand-button.expanded {
background: #ff5722;
}

.expand-button.expanded:hover {
background: #d84315;
}

.expanded-row {
background: #f8f9fa;
}

.expanded-content {
padding: 16px;
border-bottom: 1px solid #e0e0e0;
}

.expanded-details {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 12px;
}

.expanded-detail {
display: flex;
flex-direction: column;
padding: 8px 12px;
background: white;
border-radius: 4px;
border: 1px solid #e0e0e0;
}

.expanded-detail-label {
font-size: 12px;
font-weight: 500;
color: #666;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.expanded-detail-value {
font-size: 14px;
color: #333;
}

.search-container {
margin-bottom: 20px;
display: flex;
gap: 16px;
flex-wrap: wrap;
align-items: center;
}

.search-input {
flex: 1;
min-width: 200px;
padding: 12px 16px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
outline: none;
transition: border-color 0.2s;
}

.search-input:focus {
border-color: #2196F3;
}

.items-per-page {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #666;
}

.items-per-page select {
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}

.pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-top: 20px;
flex-wrap: wrap;
}

.pagination button {
padding: 8px 12px;
border: 1px solid #ddd;
background: white;
cursor: pointer;
border-radius: 4px;
font-size: 14px;
transition: all 0.2s;
}

.pagination button:hover:not(:disabled) {
background: #f5f5f5;
}

.pagination button.active {
background: #2196F3;
color: white;
border-color: #2196F3;
}

.pagination button:disabled {
opacity: 0.5;
cursor: not-allowed;
}

.table-info {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
font-size: 14px;
color: #666;
flex-wrap: wrap;
gap: 12px;
}

.responsive-info {
font-size: 12px;
color: #999;
font-style: italic;
}

@media (max-width: 576px) {
.responsive-table th,
.responsive-table td {
  padding: 12px 8px;
}

.expanded-details {
  grid-template-columns: 1fr;
}

.search-container {
  flex-direction: column;
  align-items: stretch;
}

.search-input {
  min-width: unset;
}

.table-info {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
	background-color: #00aaee;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.followUpList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.followUpList::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.followUpList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(173, 99, 246, 0.85);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.export-buttons button {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #1976d2;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.export-buttons button:hover {
  background-color: #1565c0;
}
    /* Left Side Menu Shortcut CSS*/
    #mySidenav i {
    float: left;
    padding: 3px 12px 0 0;
    font-size: 15px;
    color: #007bff;
    }

    .mySidenav li:nth-child(1) {
    top: 60%;
    }

    .mySidenav li:nth-child(2) {
    top: 70%;
    }

    .mySidenav li:nth-child(3) {
    top: 80%;
    }

    .mySidenav li:nth-child(4) {
    top: 90%;
    }

    .mySidenav li {
    cursor: grab;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    right: -135px;
    transition: 0.3s;
    padding: 8px;
    width: 170px;
    text-decoration: none;
    font-size: 14px;
    color: #007bff;
    border-radius: 5px;
    border-bottom: 3px solid #007bff;
    border-left: 1px solid #007bff;
    border-top: 1px solid #007bff;
    position: fixed;
    /* z-index: 9999; */
    z-index: 1200;
    }

    #mySidenav li:hover {
    right: 0;
    }

    /* Left Side Menu Shortcut CSS*/


.dark-theme textarea
{
  border: unset!important;
}

.my-swal-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #b45309;
  text-transform: capitalize;
}
.MuiInputLabel-asterisk {
  color: red;
}
.MuiInputBase-root.Mui-disabled,
.MuiInputBase-root input[readonly] {
  background-color: #f0efff !important; /* light purple */
}
.text-black
{
  text-transform: uppercase!important;
}
.breadcrumb > li{
  text-transform: uppercase;
}

.responsive-table thead > th{
  text-transform: capitalize!important;
}


/* marquee.css */
.marquee-container {
  width: 100%;
  overflow: hidden;
  /* background: #fff3f3;
  border: 1px solid #ffbaba; */
  height: 45px;
  display: flex;
  align-items: center;
  font-weight:600;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.bodytextappend {
  margin: 0;
  margin-right: 12px;
  color: #b71c1c;
}

.merqueespan {
  display: flex;
  align-items: center;
  gap: 8px;
  color:red;
}

.branchLogo {
    width: 210px;
    height: auto;
    box-shadow: 0px 8px 12px 2px #ddd, 0px 0px 0px 0px rgb(107 74 255 / 20%);
    border-radius: 50%;
    display: block;
}