@import url('/poppins.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: normal;
  font-family: "Poppins", serif;
}

html,
button,
input,
select,
textarea {
  font-family: "Poppins", serif;
  outline: none;
  border: 0;
}

body {
	background-color: #F2F5F3;
}

header {
  width: 100%;
  height: 70px;
  float: left;
  padding: 0px 20px;
  display: flex;
  background: #393F3E;
  position: fixed;
  z-index: 1;
  top: 0;
  justify-content: space-between;
}

.header-logo {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.header-logo img {
  width: auto
}

.header_in button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
  margin-top: 3px;
  margin-left: 15px;
}

.header_in {
  float: left;
  display: block;
}

.header_in .profile-image {
  width: 37px;
  float: left;
  border-radius: 50%;
  border: 3px solid #fff;
}

.header_in .name-block {
  float: left;
  padding-left: 8px;
  
  margin-top: 5px;
  color: #fff;
}

.toggle span {
  width: 100%;
  height: 2px;
  background: #2393D2;
  display: block;
  position: relative;
  cursor: pointer;
}

.toggle span:before,
.toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2393D2;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top: -6px;
}

.toggle span:after {
  top: 6px;
}

.toggle span.toggle {
  background: transparent;
}

.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #2393D2;
}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #2393D2;
}

.sidebar {
  background: #043149;
  width: 260px;
  position: fixed;
  top: 0;
  right: -260px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  transition: all 0.3s ease-out;
  z-index: 101;
  display: block;
}

.sidebar .top-block {
  width: 100%;
  padding: 34px 20px 20px;
  background: #03273B;
  float: left;
}

.sidebar .top-block .profile-image {
  width: 99px;
  position: relative;
  margin: 0px auto;
  display: flex;
}

.sidebar .top-block .profile-image img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}

.sidebar .top-block .profile-image .upload-camera {
  width: 24px;
  position: absolute;
  bottom: -8px;
  left: 43px;
  border: 0;
}

.sidebar .top-block .name {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-top: 25px;
  display: block;
  text-align: center;
}

.sidebar .top-block .email {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
  color: #91B8CE;
  font-size: 11px;
}

.sidebar .top-block .sign-out {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #113E56;
  display: flex;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  justify-content: center;
}

.sidebar .top-block .sign-out:hover {
  color: #2393D2;
}

.sidebar .top-block .sign-out svg {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.sidebar ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 25px 20px;
}

.sidebar ul .head {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2393D2;
  font-weight: 500;
  padding: 0;
  padding-bottom: 15px;
  display: block;
}

.sidebar ul li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #113E56;
  padding: 20px 0;
}

.sidebar ul li .left {
  width: 85%;
  float: left;
}

.sidebar ul li .left .star {
  width: 15px;
  margin-right: 12px;
  float: left;
  margin-bottom: 20px;
}

.sidebar ul li .left .content.a {
  width: 85%;
  float: left;
  display: block;
  color: #fff;
  line-height: 15px;
  font-family: 13px;
}

.sidebar ul li .left .content span {
  width: 100%;
  float: left;
  display: block;
  color: #507D97;
  padding-top: 4px;
}

.sidebar ul li .right {
  float: right;
}

.sidebarshow {
  right: 0;
}

.left-bar {
  background: #fff;
  box-shadow: 5px 0 4px -5px #9b9b9b69;
  height: 100%;
  padding: 30px 15px 0 15px;
  position: fixed;
}

.left-bar .icon-block {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.left-bar .icon-block .icon {
  width: 23px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.left-bar .icon-block .icon path {
  fill: #003B5C;
}

.footer-bottom {
  padding: 0px 0px 0px 100px !important;
}

.pva-container {
  display: none !important;
}

.page-gradient {
  background: linear-gradient(to bottom, rgb(64, 160, 215), rgb(255, 255, 255));
  min-height: 120vh;
  height: 120vh;
}

/* Custom styles of left navigation */
.left-navbar {
  width: 90px;
  border-left: 5px solid rgb(56, 157, 94);
  position:fixed
}

.nav-link {
  color: #393f3e;
  background-color: transparent;
  padding: 0px;
  margin-left: 0px !important
}

.nav-link.active {
  background: linear-gradient(90deg,
	  rgba(210, 244, 217, 1) 41%,
	  rgba(255, 255, 255, 1) 95%);
  color: #327452;
}

.nav-link:hover {
  text-decoration: none;
 background: linear-gradient(90deg,
	  rgba(210, 244, 217, 1) 41%,
	  rgba(255, 255, 255, 1) 95%);
  color: #327452;
}

.nav-link:visited {
  text-decoration: none;
  background: linear-gradient(90deg,
	  rgba(210, 244, 217, 1) 41%,
	  rgba(255, 255, 255, 1) 95%);
}

.nav-item svg {
  width: 100px;
  height: 75px;
  margin-left: -20px;
}

.user {
	position: relative;
	cursor: pointer;
}

.menu {
	position: absolute;
	top: 40px;
	right: 0;
	width: 220px;
	background: #e9e9e9;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	display: none;
	overflow: hidden;
	width: 180px;
}

.menu a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	color: #393F3E;
}

.user-menu-item:last-child {
	border-bottom: none;
}

.user-menu-item:hover {
	background: #dcdcdc;
}

.menu.active {
	display: block;
}


.user-menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 8px;
	gap: 10px;
	border-bottom: 1px solid #E0E0E0;
}


.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.modal-overlay.active {
	display: flex;
}

.modal-container {
	width: 100%;
	max-width: 1100px;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 20px;
	background: #F1F5F3;
	position: relative;
}

.close-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 30px;
	height: 30px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
	background: #E8E8F2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #393F3E;
	cursor: pointer;
	transition: all 0.2s ease;
}

.close-btn:hover {
	background: #F3F3F3;
}

/* Agency Selection section */
.agency-selection-table-wrapper {
	padding: 20px 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	display: block;
}

.table-header {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}

.table-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
}

.table-header>span {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.count-badge {
	background-color: #257F70;
	padding: 3px 7px;
	border-radius: 50px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
}

.selected-agency {
	background-color: #EAFFFC;
	border-left: 4px solid #257F70;
}

/* Table */
.data-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	overflow-x: auto;
	box-sizing: border-box;
}

.data-table-header {
	border-bottom: 1px solid rgb(0, 171, 98);
	border-radius: 10px 10px 0px 0px;
	padding: 12px 0px;
	background: #E9F1ED;
	font-family: sans-serif;
}

.data-table thead tr,
.data-table tbody tr {
	width: 100%;
	display: flex;
	box-sizing: border-box;
}

.data-table tbody tr {
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
}

.data-table tbody tr:hover {
	background-color: #EAFFFC;
}

.data-table thead tr {
	align-items: center;
	border-bottom: 1px solid #00AB62;
	border-radius: 10px 10px 0px 0px;
	padding: 12px 0px;
}

.data-table th {
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 6px;
}

.data-table td {
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 10px 6px;
}

.data-table td span {
	font-size: 13px;
	font-weight: 300;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

/* Pagination */
.pagination-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 20px 0px;
}

.pagination-btn {
	padding: 8px 14px;
	border: none;
	border-radius: 8px;
	background: #257F70;
	color: white;
	cursor: pointer;
}

.pagination-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.empty-row td {
	width: 100%;
	text-align: center;
	padding: 30px;
}

.loading-row td {
	width: 100%;
	text-align: center;
}

/* Shimmer animation */
.table-shimmer {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.shimmer-line {
	height: 25px;
	width: 100%;
	border-radius: 6px;
	background: linear-gradient(90deg,
			#eeeeee 25%,
			#dddddd 50%,
			#eeeeee 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite linear;
}

.shimmer-line.short {
	width: 60%;
	margin: 0 auto;
}

@keyframes shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.loader-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}
 
.loader {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #33AC98;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}