@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.row {
	margin-right: -15px;
  margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

:root {
	--body-font-family: "DM Sans", sans-serif;
	--e-global-white-color: #fff;
	--e-global-dark-color: #161B2A;
	--e-global-theme-color: #001B6A;
	--e-global-gray-color: #535862;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: calc(100% - 100px);
	max-width: 1140px;
}

body {
	font-size: 15px;
	line-height: 150%;
	font-weight: 400;
	position: relative;
	color: var(--e-global-dark-color);
	font-family:var(--body-font-family);
	margin: 0;
	padding: 0;
}

.section {
	position: relative;
	padding: 50px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-family: var(--heading-font-family);
}



.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}

.button a, .button button {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 16px 32px;
	border-radius: 5px;
	box-shadow: 0px 8px 14px 0px rgba(28, 95, 168, 0.20);
	border: solid 2px transparent;
	color: var(--e-global-color-white);
	background: var(--e-global-theme-color);
	-webkit-transition: background 300ms ease-in-out;
  	transition: background 300ms ease-in-out;
}

.button a:hover {
	background: transparent;
	border:2px solid var(--e-global-theme-color);
	color:var(--e-global-theme-color);
}

.button button:focus {
	outline: none;
	box-shadow: none;
}

.form-group {
	margin-bottom: 10px;
	padding-bottom: 12px;
}

.form-group .field {
	width: 100%;
	position: relative;
}

.form-group label {
	color: #212121;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%;
}

.form-group .field .form-control {
	height: 48px;
	border-radius: 5px;
	border: 1px solid #DBDBDB;
	background: var(--e-global-white-color);
	padding: 10px 15px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	color: #212121;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
}

.form-group .field textarea.form-control {
	height: 80px;
	resize: none;
}

.form-group .field .form-control::placeholder {
	color: #717171;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%; 
}


.checkbox-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}

.checkbox-row input[type="checkbox"] {
  display: none; /* hide default */
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #518EF8;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-row input[type="checkbox"]:checked + .checkbox-custom {
  background: #518EF8;
  border-color: #518EF8;
}

.checkbox-row input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/check.png') no-repeat;
  background-size: 14px;
  background-position: center;
}

.checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #3D3D3D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}








/*--- Auth Page  ---*/



.auth_page {
	 width: 100vw;
	 height: 100vh;
	 background: url('../images/auth-bg.png') no-repeat;
	 background-size: cover;
	 background-position: center;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 overflow-y: auto;
	 padding: 20px 0;
}
 .auth_page .before_login_sec {
	 width: 100%;
	 max-width: 470px;
}
 .auth_page .before_login_sec .wrap_box {
	 width: 100%;
	 padding: 50px;
	 border-radius: 30px;
	 background: #fff;
	 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
 .auth_page .before_login_sec .wrap_box .logo {
	 text-align: center;
	 margin-bottom: 40px;
}
.auth_page .before_login_sec .wrap_box .logo a
{
display: inline-flex;
justify-content: center;
}
 .auth_page .before_login_sec .wrap_box .head {
	 width: 100%;
	 text-align: center;
	 color: var(--e-global-gray-color);
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 24px;
	 margin-bottom: 30px;
}
 .auth_page .before_login_sec .wrap_box .head h2 {
	 color: var(--e-global-dark-color);
	 font-size: 26px;
	 font-weight: 700;
	 line-height: 30px;
	 margin: 0 0 10px;
	 text-transform: capitalize;
}
 .auth_page .before_login_sec .wrap_box .head p span {
 	color: #518EF8;
 	display: block;
 }
 .auth_page .before_login_sec .wrap_box .head p button,
 .auth_page .before_login_sec .wrap_box .head a {
 	color: #518EF8;
 	display: block;
 	font-weight: 500;
 	border: none;
 	background: transparent;
 	height: auto;
 	outline: none;
 	text-align: center;
 	margin: auto;
 }
 .auth_page .before_login_sec .wrap_box .form-group {
	 width: 100%;
	 padding-bottom: 15px;
	 margin-bottom: 5px;
}
.auth_page .before_login_sec .wrap_box .form-group:last-child {
	padding: 0;
}
.auth_page .before_login_sec .wrap_box .form-group .head,
.auth_page .before_login_sec .wrap_box .form-group .head P {
	margin: 0;
}
 .auth_page .before_login_sec .wrap_box .form-group label {
	 color: #414651;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 20px;
	 margin-bottom: 10px;
	 text-transform: capitalize;
}
 .auth_page .before_login_sec .wrap_box .form-group .field {
	 width: 100%;
	 position: relative;
}
 
.auth_page .before_login_sec .wrap_box .form-group .field .form-control {
	 width: 100%;
	 height: 46px;
	 padding: 10px;
	 border-radius: 8px;
	 border: none;
	 background: var(--e-global-white-color);
	 border: solid 1px #D5D7DA;
	 font-size: 14px;
	 color: #717680;
	 font-weight: 400;
	 line-height: 24px;
}

 .auth_page .before_login_sec .wrap_box .form-group .field .form-control:focus {
	 outline: none;
	 box-shadow: none;
}
.auth_page .before_login_sec .wrap_box .form-group .field .form-control:placeholder {

}
.auth_page .before_login_sec .wrap_box .form-group .field .icon {
	 width: 20px;
	 height: 20px;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 13px;
	 margin: auto;
	 z-index: 1;
	 color: #717680;
	 cursor: pointer;
}
.auth_page .before_login_sec .wrap_box .form-group .field:has(.icon) .form-control {
	 padding-right: 45px;
}
 .auth_page .before_login_sec .wrap_box .form-group.forgot_password {
	 text-align: right;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .auth_page .before_login_sec .wrap_box .form-group.forgot_password label {
 		display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin: 0;
 }
.auth_page .before_login_sec .wrap_box .form-group.forgot_password a {
	 color: #484868;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 600;
	 line-height: 20px;
}
.auth_page .before_login_sec .wrap_box .form-group .login {
	 width: 100%;
	 height: 50px;
	 border-radius: 8px;
	 padding: 15px 30px;
	 color: #fff;
	 text-align: center;
	 font-size: 16px;
	 font-style: normal;
	 font-weight: 600;
	 line-height: 24px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 10px auto 0;
	 border: 2px solid transparent;
	 background: var(--e-global-theme-color);
}

.auth_page .before_login_sec .wrap_box .form-group .field.otp_field {
	display: flex;
	justify-content: space-around;
}

.auth_page .before_login_sec .wrap_box .form-group .field.otp_field .form-control {
	width: 68px;
	text-align: center;
}





/*---- Dashboard Page ----*/





.dashboard-container {
  width: 100%;
  max-width: 1359px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}



.dashboard-header {
	 position: fixed;
	 top: 0;
	 z-index: 500;
	 width: 100%;
	 right: 0;
	 background-color: var(--e-global-white-color);
	 transition: 0.3s;
}
 .dashboard-header .dashboard-container {
	 height: 80px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 column-gap: 10px;
	 position: relative;
}
 .dashboard-header .menu-toogle {
	 background-color: transparent;
	 border: 0;
	 display: flex;
	 align-items: center;
	 cursor: pointer;
}
.dashboard-header .menu-toogle:focus {
	outline: none;
}
 .dashboard-header .left-div {
	 display: flex;
	 align-items: center;
	 column-gap: 18px;
}
 .dashboard-header .left-div h2 {
 	font-size: 18px;
 	font-weight: 700;
 	color: #3D3D3D;
 }

 .dashboard-header .right-div {
	 display: flex;
	 align-items: center;
	 margin-left: auto;
	 column-gap: 20px;
}

 .dashboard-header .right-div .header_list ul {
 	display: flex;
 	align-items: center;
 	justify-content: flex-end;
 	gap: 10px;
 }

.dashboard-header .right-div .header_list ul li .icon_box {
	width: 42px;
	height: 42px;
	padding: 5px;
	border-radius: 50%;
	background: #F6F6F8;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	box-shadow: none;
	position: relative;
}

.dashboard-header .right-div .header_list ul li .icon_box.active_notification:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FF0404;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: solid 2px var(--e-global-white-color);
}

.dashboard-header .right-div .userInfo {
	 display: flex;
	 align-items: center;
	 column-gap: 8px;
	 cursor: pointer;
	 margin: 0;
}
.dashboard-header .right-div .userInfo .icon-container {
	 border-radius: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 18px;
	 font-weight: 600;
	 text-align: center;
	 width: 38px;
	 height: 38px;
	 text-transform: uppercase;
	 border: solid 1px rgba(0, 0, 0, 0.8);
}
.dashboard-header .right-div .userInfo .icon-container img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 100%;
}
.dashboard-header .right-div .text-container {
	font-size: 12px;
	color: #535862;
}
.dashboard-header .right-div .text-container figcaption {
	 font-weight: 600;
	 font-size: 14px;
	 color: #181D27;
}


.dashboard-header .right-div .userInfo .dropdown {
  position: absolute;
  top: 100%;
  right: 20px;
  background: #fff;
  color: #333;
  width: 160px;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: none;
  overflow: hidden;
}

.dashboard-header .right-div .userInfo .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-header .right-div .userInfo .dropdown ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #181D27;
  transition: background 0.2s;
}

.dashboard-header .right-div .userInfo .dropdown ul li a:hover {
  background: #f1f1f1;
}

/* Active class */
.dashboard-header .right-div .userInfo.active .dropdown {
  display: block;
}




.dashboard-sidebar {
	 width: 100%;
	 max-width: 240px;
	 background-color: #00134A;
	 position: fixed;
	 top: 0;
	 left: 0;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 overflow-x: hidden;
	 overflow-y: auto;
	 transform: translate(-100%);
	 transition: 0.3s;
	 z-index: 999;
}

.dashboard-sidebar::-webkit-scrollbar {
  width: 4px;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
  background: var(--e-global-white-color); 
  border-radius: 10px;
}


 .dashboard-sidebar.dashboard-sidebar-show {
	 transform: translate(0);
}
 .dashboard-sidebar .theme-logo {
	 padding: 12px 10px 16px;
	 margin: 0 auto;
	 max-width: 100%;
}
 .dashboard-sidebar .theme-logo .logoImage {
	 margin-left: -7px;
	 max-width: 100%;
}
 .dashboard-sidebar .theme-logo .logoImage img {
	 max-width: 100%;
}
.dashboard-sidebar .menu_head {
	padding: 12px 26px;
	margin-top: 30px;
}
.dashboard-sidebar .menu_head h4 {
	color: #FFF;;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.32px;
}
 .dashboard-sidebar .menu-lists {
	 display: flex;
	 flex-direction: column;
	 flex: 1;
	 padding: 0;
	 gap: 10px;
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link {
	 font-weight: 400;
	 font-size: 16px;
	 color: rgba(255, 255, 255, 0.70);
	 min-height: 50px;
	 display: flex;
	 align-items: center;
	 column-gap: 10px;
	 padding: 12px 20px;
	 transition: 0.3s;
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link .icon-container {
	 display: flex;
	 align-items: center;
	 flex: 0 0 auto;
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link .icon-container img {
	 transition: 0.3s;
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link.active {
	 color: var(--e-global-white-color);
	 background-color: rgba(255, 255, 255, 0.10);
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link.active .icon-container img {
	 filter: brightness(0) invert(1);
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link:hover {
	 color: var(--white);
}
 .dashboard-sidebar .menu-lists .menu-item .menu-link:hover .icon-container img {
	 filter: brightness(0) invert(1);
}


/* Submenu */
.submenu {
  display: none;
}

.submenu li {
	
}

.submenu li a {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.70);
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 8px 10px 8px 53px;
  transition: 0.3s;
}

.submenu li a:hover {
  color: var(--white);
}

/* Active state */
.active > .submenu {
  display: block;
}
 


.dashboard_layout {
	height: calc(100vh - 80px);
}

.main_content_area {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.dashboard-main-body {
    padding: 28px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dashboard-main-body-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


.dashboard-main-footer {
	width: 100%;
  z-index: 500;
  border-top: 1px solid #BACED4;
}

.dashboard-main-footer .dashboard-container {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  min-height: 52px;
}

.dashboard-main-footer .dashboard-container p {
  display: flex;
	padding: 22px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}


body:has(.dashboard-header) {
    padding-top: 80px;
    background-color: #F5F5F5;
    min-height: unset;
    height: 100vh;
}

body:has(.dashboard-sidebar-show) {
    padding-left: 240px;
    transition: 0.3s;
}

body:has(.dashboard-sidebar-show) .dashboard-header {
    padding-left: 240px;
    transition: 0.3s;
}


body:has(.dashboard-main-footer) {
    padding-bottom: 67px;
}




.blue_button {
	min-width: 150px;
	display: flex;
	padding: 13px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: #001B6A;
	border: solid 1px #001B6A;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 23.8px */
}

.blue_button:focus {
	outline: none;
	box-shadow: none;
}

.dark_border_button {
	color: #3D3D3D;
	border: 1px solid #3D3D3D;
	background: var(--e-global-white-color);
}


.dashboard_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.dashboard_top_left {
	color: #3D3D3D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.dashboard_top_left h3 {
	color: #3D3D3D;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.dashboard_top_right {

}


.dashboard_main {
	width: 100%;
	padding: 20px 25px;
	border-radius: 10px;
	background: var(--e-global-white-color);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.07);
}

.dashboard_inside_head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0 30px;
}

.dashboard_inside_head h4 {
	color: #3D3D3D;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.dashboard_inside_top {
	width: 100%;
	margin-bottom: 25px;
}



.filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.filter-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

.filter-box label {
  margin-bottom: 5px;
  color: #212121;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%; /* 22.24px */
}

.filter-box input,
.filter-box select {
	height: 45px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.filters .search {
	width: 170px;
	height: 45px;
  background: #001B6A;
  color: var(--e-global-white-color);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.filters .border_button {
	color: #001B6A;
	border: solid 1px #001B6A;
	background: var(--e-global-white-color);
}






.custom_table {
	width: 100%;
  background: var(--e-global-white-color);
  overflow-x: auto;
}

.custom_table table {
  width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}

.custom_table thead {
  
}

.custom_table thead tr th {
  text-align: left;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  background: #F6F7FB;
  border-top: 1px solid rgba(0, 27, 106, 0.10);
  border-bottom: 1px solid rgba(0, 27, 106, 0.10);
}

.custom_table thead tr th:first-child {
	border-left: 1px solid rgba(0, 27, 106, 0.10);
	border-radius: 8px 0 0 8px;
}

.custom_table thead tr th:last-child {
	border-right: 1px solid rgba(0, 27, 106, 0.10);
	border-radius: 0 8px 8px 0;
}

.custom_table table tbody tr td {
  padding: 20px 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  vertical-align: middle;
}

/* Action buttons */
.custom_table table tbody tr td .action {
  border: none;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 6px;
  transition: 0.3s;
}

.custom_table table tbody tr td .edit {
  background: #E4E4E4;
  color: #1a3d8f;
}
.custom_table table tbody tr td .edit:hover {
  background: #d3d3d3;
}

.custom_table table tbody tr td .delete {
  background: #FFE4E4;
}
.custom_table table tbody tr td .delete:hover {
  background: #fdd4d4;
}

.custom_table table tbody tr td .d_arrow {
	float: right;
	margin: 0 0 0 auto;
}

.custom_table table tbody tr td .download {
	border: none;
}

/* Responsive */
@media (max-width: 768px) {
  thead {
    display: none;
  }
  tbody td {
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #eee;
  }
  tbody td::before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
    color: #555;
  }
}






.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.entries-info {
  color: #444;
}

.pagination-buttons {
  display: flex;
  gap: 10px;
}

.btn {
	white-space: nowrap;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.prev {
  color: #333;
}

.next {
  color: #333;
}









/* MODAL STYLES
-------------------------------*/
.jw-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(15px);
  padding: 40px;
  overflow: auto;
}

.jw-modal.open {
  display: block;
}

.jw-modal-body {
	width: 100%;
	max-width: 1064px;
  padding: 25px;
  border-radius: 20px;
	border: 1px solid #EDEBDA;
	background: var(--e-global-white-color);
	box-shadow: 0 11px 54px 0 rgba(0, 0, 0, 0.09);
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: auto;
}

body.jw-modal-open {
  overflow: hidden;
}


.jw-modal-body form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}


.jw-header {
	width: 100%;
	color: #656F71;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0px;
}

.jw-header h2 {
	color: #191F20;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}


.jw-content {
	width: 100%;
}


.jw-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	color: #3D3D3D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.all_button_sec {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}


.vendor_modal .jw-modal-body {
	max-width: 864px;
}






.profile_wrap {
	margin: auto;
}

.profile_wrap form {
 	width: 100%;
 }

.profile_wrap_box {
	border-radius: 10px;
	border: 1px solid rgba(164, 167, 174, 0.20);
	background: #F6F7FB;
	padding: 5px 4px;
}

.profile_wrap_box:not(:last-child) {
	margin-bottom: 20px;
}

.profile_wrap_box_heading {
	border-radius: 10px;
	background: #E6E8EF;
	padding: 18px 25px;
}
.profile_wrap_box_heading h6 {
 	color: #3D3D3D;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
 }

 .profile_wrap_box_main {
 	width: 100%;
 	padding: 30px;
 }

 .profile_image_sec {
 	display: flex;
 	align-items: center;
 	justify-content: flex-start;
 	gap: 20px;
 	margin-bottom: 40px;
 }

 .profile_image {
 	width: 130px;
 	height: 130px;
 	border-radius: 50%;
 	position: relative;
 }

 .profile_image img {
 	width: 100%;
 	height: 100%;
 	border-radius: 50%;
 }

 .profile_edit {
 	width: 30px;
 	height: 30px;
 	border-radius: 50%;
 	background: #518EF8;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: absolute;
 	bottom: 4px;
 	right: 4px;
 	border: none;
 }

 .profile_edit:focus {
 	border: none;
 	outline: none;
 }


 .profile_image_text {
 	display: flex;
 	flex-direction: column;
 	gap: 1px;
 	color: #3D3D3D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
 }

 .profile_image_text h6 {
 	color: #3D3D3D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
 }









.import_donation {
	width: 100%;
}

.import_donation form {
	width: 100%;
}


.upload_card {
  width: 100%;
  padding: 34px 30px;
  border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	background: rgba(230, 240, 250, 0.70);
}

.upload_card .card_body {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.upload_card .card_title {
	color: #3D3D3D;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.upload_box {
	border-radius: 5px;
	border: 1px solid #DBDBDB;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background: var(--e-global-white-color) url('../images/upload-icon.svg') no-repeat;
  background-size: 20px;
  background-position: 96% center;
}


.upload_label {
  display: block;
  color: #717680;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
  cursor: pointer;
  text-align: left;
  margin: 0;
}

.upload_notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 25px;
  margin: 20px 0;
}

.upload_notes li {
  color: #3D3D3D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	list-style: disc;
}




.manage_files {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.manage_files h4 {
	color: #3D3D3D;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}






.donation_type {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.donation_type .filter-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.donation_type .filter-box label {
	width: auto;
	margin: 0;
}

.donation_type .filter-box select {
	width: 350px;
}












.stats-card {
  color: #111;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

/* Background Patterns */
.stats-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  background: url('../images/re-bg.png')no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.card-yellow {
  background-color: #f8df72;
}

.card-purple {
  background-color: #a92b84;
  color: #fff;
}

.card-blue {
  background-color: #2d9cdb;
  color: #fff;
}

.stats-card-wrap {
	display: flex;
}

.stats-card {
	width: 100%;
}

.stats-card h5 {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.stats-card h2 {
  color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	position: relative;
  z-index: 2;
}

.stats-card p {
  color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	position: relative;
  z-index: 2;
}


.stats-card hr {
	width: 275px;
	margin: 20px 0;
	gap: 30px;
	left: -20px;
	position: relative;
	background: #fff;
	opacity: 0.1;
}


.card-yellow.stats-card h5,
.card-yellow.stats-card h2,
.card-yellow.stats-card p {
	color: #000;
}

.card-yellow.stats-card hr {
	background: #000;
}


.report_donation {
	padding: 16px 20px;
	border-radius: 5px;
	border: solid 1px #DBDBDB;
	margin-bottom: 25px;
}