/*===== Common Class ST=====*/

/*
font-family: 'Source Sans Pro', sans-serif;
400, 600 ,700
*/
@import "font-awesome.css";

html {
	position: relative;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 16px;
	color: #1E1E1E;
	font-family: 'Poppins', sans-serif !important;
	background: #FCFDFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	line-height: 1.5;
	font-weight: 400;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

a,
a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}

a {
	color: #1E1E1E;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	/* color:#11329F; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.clear {}

.clear:before,
.clear:after {
	display: table;
	content: "";
}

.clear:after {
	clear: both;
}

input,
textarea {
	outline: none !important;
}

#wrapper {
	width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input,
select,
textarea,
button {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
}

/*============ Default Css End ============*/



/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
	.container {
		width: 750px;
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
		max-width: 1140px;
	}
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}

.main_wapper {}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: var(--bny-blue);
	line-height: 1.2;
}

.h1,
h1 {
	font-size: 44px;
}

.h2,
h2 {
	font-size: 32px;
}

.h3,
h3 {
	font-size: 28px;
}

.h4,
h4 {
	font-size: 24px;
}

.h5,
h5 {
	font-size: 20px;
}

.h6,
h6 {
	font-size: 16px;
}

p {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flxfix {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.flxflexi {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	position: relative;
}

.primary-outline-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	padding: 8px 12px;
	color: #11329F;
	border: 2px solid #11329F;
	border-radius: 5px;
	margin-left: 12px;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.primary-outline-btn:hover {
	background-color: #11329F;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.primary-outline-btn:hover img {
	filter: brightness(0) invert(1);
}

.primary-outline-btn.processed {
	background-color: #11329F;
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.success-outline-btn {
	display: flex;
	justify-self: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 8px 12px;
	color: #00B207;
	border: 2px solid #00B207;
	border-radius: 5px;
	margin-left: 12px;
	line-height: 1.1;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.success-outline-btn:hover {
	background-color: #00B207;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.success-outline-btn:hover img {
	filter: brightness(0) invert(1);
}

.success-outline-btn.disable {
	border: 2px solid rgba(30, 30, 30, 0.8);
	color: rgba(30, 30, 30, 0.8);
}

.success-outline-btn.disable:hover {
	background-color: #ababab;
}

.success-outline-btn.processed {
	background-color: #00B207;
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.danger-outline-btn {
	display: flex;
	justify-self: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 8px 12px;
	color: #FF0000;
	border: 2px solid #FF0000;
	border-radius: 5px;
	line-height: 1.1;
	margin-left: 12px;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.danger-outline-btn:hover {
	background-color: #FF0000;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.danger-outline-btn.processed {
	background-color: #FF0000;
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.gray-outline-btn {
	display: flex;
	justify-self: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 8px 12px;
	color: #1E1E1E;
	border: 2px solid rgba(30, 30, 30, 0.6);
	border-radius: 5px;
	margin-left: 12px;
	line-height: 1.1;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.gray-outline-btn:hover {
	background-color: rgba(30, 30, 30, 0.6);
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.gray-outline-btn.processed {
	background-color: rgba(30, 30, 30, 0.6);
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.warning-outline-btn {
	display: flex;
	justify-self: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 12px;
	color: #D9D000;
	border: 2px solid #D9D000;
	border-radius: 5px;
	margin-left: 12px;
	line-height: 1.1;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.warning-outline-btn:hover {
	background-color: #D9D000;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.warning-outline-btn.processed {
	background-color: #D9D000;
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.primary-solid-btn {
	display: flex;
	justify-self: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 12px;
	background-color: #11329F;
	color: #ffffff;
	border: 2px solid #11329F;
	border-radius: 5px;
	margin-left: 12px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.primary-solid-btn:hover {
	background-color: #1E1E1E;
	border: 2px solid #1E1E1E;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.primary-outline-btn img,
.primary-solid-btn img {
	width: 23px;
	height: auto;
}

.primary-outline-btn img+span,
.primary-solid-btn img+span {
	margin-left: 7px;
}

.primary-text {
	color: #11329F !important;
}

.modal .modal-content {
	padding: 30px;
}

.modal .modal-content .modal-header {
	padding: 0px 0px 25px;
	border-bottom: none;
}

.modal .modal-content .modal-header h5 {
	font-size: 20px;
}

.modal .modal-content .modal-header .btn-close {
	opacity: 1;
}

.modal .modal-content .modal-footer {
	border-top: none;
	padding: 0px;
}

.modal .modal-content .modal-body {
	padding: 0px;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul {
	margin-left: 40px;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul li {
	position: relative;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul li input[type="text"],
.gdrp-statment-popup.modal .modal-content .modal-body ul li input[type="email"] {
	line-height: 1.1;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #dedede !important;
	margin-left: 6px;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul li input:focus {
	box-shadow: unset;
	outline: unset !important;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul li input[type="radio"],
.gdrp-statment-popup.modal .modal-content .modal-body p input[type="radio"] {
	margin: 0px 5px;
}

.gdrp-statment-popup.modal .modal-content .modal-body label.error {
	font-size: 13px;
	font-weight: 500;
	margin-left: 5px;
	display: flex;
	flex: 0 0 auto;
	max-width: max-content;
	order: 4;
}

.gdrp-statment-popup.modal .modal-content .modal-body b {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gdrp-statment-popup.modal .modal-content .modal-body ul li:before {
	content: "-";
	position: absolute;
	height: 12px;
	width: 12px;
	font-size: 15px;
	color: #777;
	top: 2px;
	left: -20px;
}

.gdrp-statment-popup.modal .modal-content .modal-body .yellow-btn {
	width: 50%;
	border: 1px solid #1E1E1E;
	border-radius: 0px;
	background-color: #ede40c;
	color: #1E1E1E;
	font-weight: 600;
}

.gdrp-statment-popup.modal .modal-content .modal-body .green-btn {
	width: 28%;
	min-width: 240px;
	max-width: 48%;
	border: 1px solid #1E1E1E;
	border-radius: 0px;
	background-color: #76e476;
	color: #1E1E1E;
	font-weight: 600;
}

.page-title {
	margin: 40px 0px 40px;
	font-size: 28px;
}

.custom-form-box label {
	font-size: 15px;
	color: #1E1E1E;
	font-weight: 500;
	letter-spacing: 0.6px;
	margin-bottom: 6px;
}

.custom-form-box input {
	border: none;
	border-bottom: 1px solid #dedede;
	border-radius: 0px;
	padding: 7px 0px;
	font-weight: 400;
}

.select2-container .select2-selection--single {
	border: none !important;
	border-bottom: 1px solid #dedede !important;
	border-radius: 0px;
	padding: 7px 0px;
	font-weight: 400;
	height: 39px;
}

.custom-form-box input[type="file"] {
	padding: 7px 10px;
}

.custom-form-box textarea {
	border: 1px solid #dedede;
}

.custom-form-box input[type="radio"] {
	border: 1px solid #1E1E1E;
	border-radius: 50%;
	padding: 0px;
	accent-color: #1E1E1E;
	-webkit-appearance: radio;
}

.custom-form-box input[type="checkbox"] {
	border: 1px solid #1E1E1E;
	accent-color: #1E1E1E;
	-webkit-appearance: radio;
	padding: 0px;
}

.custom-form-box input:focus,
.custom-form-box input:hover,
.custom-form-box select:focus,
.custom-form-box select:hover {
	box-shadow: none;
	outline: unset;
}

.custom-form-box input:focus,
.custom-form-box select:focus {
	border-color: #11329F;
}

.custom-form-box select {
	border: none;
	border-bottom: 1px solid #dedede;
	border-radius: 0px;
	padding: 7px 5px;
	font-weight: 400;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
	color: #c9c9c9;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
	color: #c9c9c9;
}

input[type=checkbox] {
	border: 1px solid !important;
}

.active {
	background-color: transparent;
}

.top-heading-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-heading-section .top-links-bar {
	display: flex;
	justify-content: flex-end;
}

.top-heading-section .top-links-bar .success-outline-btn {
	line-height: normal;
}

.breadcrumbs-box {
	margin: 0px;
	padding: 0px;
	display: flex;
}

.breadcrumbs-box li:first-child {
	padding-left: 0px;
}

.breadcrumbs-box li {
	margin-right: 18px;
	position: relative;
	padding: 5px 10px;
	display: flex;
	align-items: center;
}

.breadcrumbs-box li a,
.breadcrumbs-box li h5 {
	font-size: 28px;
	color: #1E1E1E;
}

.breadcrumbs-box li:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #1E1E1E;
	font-size: 32px;
	line-height: 1.1;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}

.breadcrumbs-box li:last-child {
	margin-right: 0px;
}

.breadcrumbs-box li:last-child:before {
	display: none;
}

.custom-card {
	background-color: #ffffff;
	border-radius: 5px;
}

.custom-card .custom-card-body {
	padding: 20px 30px;
}

.select2-container .select2-selection--single {
	height: 32px;
	display: flex;
	align-items: center;
	border: 1px solid #dedede;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 6px 12px;
}

.ui-widget.ui-widget-content.ui-datepicker {
	width: 245px;
	font-size: 14px;
	line-height: 1.2;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
	line-height: 1.1;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 84px !important;
	padding-right: 1.8rem;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 50% !important;
	transform: translateY(-50%);
}

/*===== Common Class ED=====*/

/*===== Header css ST=====*/
#header {
	margin: 0;
	padding: 0px 0;
	background-color: #ffffff;
}

#header .navbar {
	padding: 16px 0px;
}

.header_wrapper {
	align-items: center;
	justify-content: space-between;
}

.header_wrapper .navbar-brand img {
	width: auto;
	height: 69px;
	max-height: 69px;
}

.header_wrapper .main_navigation {
	margin: 0;
	padding: 0;
}

.header_wrapper .main_navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0px;
}

.header_wrapper .main_navigation ul li {
	margin: 0px 15px;
}

.header_wrapper .main_navigation ul li a.nav-link {
	color: #1E1E1E;
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
}

.header_wrapper .main_navigation ul li a.nav-link:hover {
	color: #11329F;
}

.header_wrapper .main_navigation ul li a.nav-link.active {
	font-weight: 700;
	color: #11329F;
	background-color: transparent;
}

/*===== Header css ED=====*/


/*Login page css ST*/
.login_wrapper {
	background: #11329F;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.login_wrapper:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 60vh;
	width: 45vw;
	background-image: url(../images/logo-bg2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}

.login_wrapper:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0px;
	top: -2px;
	height: 76vh;
	width: 40vw;
	background-image: url(../images/logo-bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 0;
}

.login_wrapper .loginbox {
	width: 796px;
	max-width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 40px 75px 34px;
	position: relative;
	z-index: 1;
}

.loginbox .image {
	text-align: center;
	padding: 0 0 37px;
	display: flex;
	justify-content: center;
	height: 110px;
}

.login_form {
	display: block;
}

.login_form form {
	display: block;
	margin: 0;
}

.login_form .input_row {
	width: 100%;
	display: block;
	padding: 16px 0;
}

.login_form .input_row label {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	color: #666;
	padding: 0 0 15px;
}

.login_form .input_row .input_wrapper {
	position: relative;
}

.login_form .input_row .input_text {
	width: 100%;
	height: 56px;
	background-color: #F5F5F5 !important;
	border-radius: 8px;
	padding: 0 20px;
	border: 0;
	font-size: 16px;
}

.login_form .input_row .passShow {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.passShow img {
	width: 16px;
	height: auto;
}

.passShow .hide {
	position: relative;
	z-index: 1;
}

.passShow .show {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.passShow.passHide .show {
	opacity: 1;
	visibility: visible;
}

.passShow.passHide .hide {
	opacity: 0;
	visibility: hidden;
}

.login_form .error {
	color: #ff6600;
	font-size: 14px;
	padding: 4px 0 0;
}

.forgotpass {
	text-align: right;
}

.forgotpass a {
	font-size: 16px;
	color: #999;
	line-height: 1.75;
}

.forgotpass a:hover {
	color: #11329F;
}

input.custombtn {
	width: 100%;
	height: 62px;
	background: #11329F;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 8px;
	border: 0;
}

input.custombtn:hover {
	background-color: #1E1E1E;
	border: 2px solid #1E1E1E;
	color: #ffffff;
	box-shadow: 0px 1px 3px 0px #cdcdcd;
}

.two-element .w-50 {
	width: 48% !important;
}

.login_form .input_row .input_text::placeholder {
	color: #b6b6b6;
}

.login_form .input_row .input_text::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b6b6b6;
}

.login_form .input_row .input_text::-moz-placeholder {
	/* Firefox 19+ */
	color: #b6b6b6;
}

.login_form .input_row .input_text:-ms-input-placeholder {
	/* IE 10+ */
	color: #b6b6b6;
}

.login_form .input_row .input_text:-moz-placeholder {
	/* Firefox 18- */
	color: #b6b6b6;
}

/*Login page css ED*/


/*Dashboard page css ST*/
.dashboard_wrapper .dash-welcome-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.dashboard_wrapper .heading-area h3 {
	color: #1E1E1E;
	font-weight: 600;
	margin-bottom: 10px;
}

.dashboard_wrapper .heading-area p {
	font-size: 16px;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 1.5;
	width: 90%;
}

.dashboard_wrapper .dashboard-filter-area {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.dashboard_wrapper .dashboard-filter-area .select2-results {
	text-align: left;
}

.dashboard_wrapper .dashboard-filter-area .setting-btn {
	margin-left: 0px;
}

.dashboard_wrapper .dash-info-area .leftbar h5 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}

.dashboard_wrapper .dash-info-area .leftbar .dash-tabs-listing {
	padding: 15px 10px;
	border-radius: 5px;
	background-color: #ffffff;
}

.dashboard_wrapper .dash-info-area .leftbar .year-filter-box {
	line-height: 1.1;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border-color: #11329F;
	border-radius: 5px;
}

/* .year-introducer-box {
	line-height: 1.1;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-color: #11329F;
    border-radius: 5px;
} */
.dash-info-area .leftbar .dash-tabs-listing .nav-link {
	text-align: left;
	color: #1E1E1E;
	opacity: 0.8;
	font-weight: 500;
	padding: 6px !important;
	font-size: 18px;
}

.dash-info-area .leftbar .dash-tabs-listing .nav-link.active {
	background-color: transparent;
	color: #11329F !important;
}

.dash-info-area .rightbar .dash-info-type-titlebox {
	margin-bottom: 15px;
}

.dash-info-area .rightbar .dash-info-type-titlebox a {
	border-bottom: 1px solid #1E1E1E;
	font-weight: 500;
	color: #1E1E1E;
	font-size: 18px;
	line-height: 1.3;
}

.dash-info-area .rightbar .employee-reportbox {
	background-color: #ffffff;
	padding: 20px 15px;
	border-radius: 5px;
	border: 1px solid #11329F;
	margin-bottom: 20px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-picbox {
	width: 70px;
	height: 70px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-picbox img {
	width: 100%;
	border-radius: 20%;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox {
	margin-left: 15px;
	width: 90%;
	max-width: calc(100% - 87px);
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox .emp-name {
	font-size: 16px;
	font-weight: 600;
	color: #1E1E1E;
	margin-bottom: 7px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox .emp-earn-amt {
	font-size: 20px;
	font-weight: 600;
	color: #11329F;
	display: inline-block;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox .emp-earn-amt:first-child {
	margin-right: 5px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox .edit-btn {
	float: right;
	margin-top: 4px;
}

.dash-info-area .rightbar .employee-reportbox .emp-profile-section .emp-infobox .edit-btn img {
	width: 18px;
	height: 18px;
}

.dash-info-area .rightbar .employee-reportbox table {
	text-align: center;
}

.dash-info-area .rightbar .employee-reportbox table th,
.dash-info-area .rightbar .employee-reportbox table td {
	padding: 4px 2px;
}

.dash-info-area .rightbar .employee-reportbox table th {
	font-size: 16px;
	font-weight: 500;
	color: #1E1E1E
}

.dash-info-area .rightbar .employee-reportbox table th .edit-btn img {
	width: 18px;
}

.dash-info-area .rightbar .employee-reportbox table td {
	color: #1E1E1E;
	font-weight: 400;
}

.dash-info-area .rightbar .call-table-section {
	margin-top: 40px;
}

.dash-info-area .rightbar .call-table-section h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1E1E1E;
	margin-bottom: 15px;
}

.call-table-section .call-table-box {
	padding-bottom: 15px;
}

.call-table-section .call-table-box table {
	background-color: #ffffff;
	border-radius: 5px;
}

.call-table-section .call-table-box table th,
.call-table-section .call-table-box table td {
	padding: 10px 6px;
	text-align: center;
}

.call-table-section .call-table-box.text-left table th,
.call-table-section .call-table-box.text-left table td {
	text-align: left !important;
}

.call-table-section .call-table-box2 table th,
.call-table-section .call-table-box2 table td {
	padding: 10px 10px;
}

.call-table-section .call-table-box2 table th:first-child,
.call-table-section .call-table-box2 table td:first-child,
.call-table-section .call-table-box2 table th:nth-child(2),
.call-table-section .call-table-box2 table td:nth-child(2) {
	text-align: left;
}

.call-table-section .call-table-box table th {
	font-weight: 500;
	font-size: 16px;
	color: #1e1e1ebf;
	border-bottom: 1px solid #00000014;
}

.call-table-section .call-table-box table td {
	font-size: 18px;
	font-weight: 500;
}

.call-table-section .call-table-box table td .active {
	color: #00B207;
}

.call-table-section .call-table-box table td .pending {
	color: #D9D000;
}

.call-table-section .call-table-box table td .disable {
	color: #FF0000;
}

.call-table-section .call-table-box table td .offer {
	color: #11329F;
}

.call-table-section .call-table-box table tfoot.tfot-primary-bg {
	background-color: rgba(17, 50, 159, 0.1);
}

.call-table-section .call-table-box table tfoot.tfot-warning-bg {
	background-color: rgba(255, 245, 0, 0.2);
}

.call-table-section .call-table-box table tfoot.tfot-success-bg {
	background-color: rgba(0, 179, 7, 0.2);
}

.dash-info-area .rightbar .reports-card-section {
	margin-top: 40px;
}

.dash-info-area .rightbar .reports-card-section {
	font-weight: 700;
	color: #1E1E1E;
	margin-bottom: 15px;
}

/*Dashboard page css ED*/

/* quotation start */
.quotation-info-itembox,
.comp-investor-itembox {
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.quotation-info-itembox .quotation-info-heading-box {
	padding: 7px 15px;
	background-color: #11329f0f;
	border-radius: 5px 5px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 55px;
}

.quotation-info-itembox .quotation-info-heading-box h5 {
	color: #11329F;
	font-size: 18px;
	font-weight: 500;
}

.quotation-info-itembox .quotation-info-heading-box span {
	color: #11329F;
}

.quotation-info-itembox .quotation-info-heading-box button {
	line-height: 1;
}

.quotation-info-itembox .quotation-info-body,
.comp-investor-itembox .comp-investor-body {
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.quotation-info-itembox .quotation-info-body.h350-scroller {
	max-height: 353px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.quotation-info-itembox .quotation-info-body.h350-scroller::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.quotation-info-itembox .quotation-info-body.h350-scroller::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 6px;
}

.quotation-info-itembox .quotation-info-body.h350-scroller::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 6px;
}

.quotation-info-itembox .quotation-info-body li,
.comp-investor-itembox .comp-investor-body li {
	margin: 8px 0px;
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}

.quotation-info-itembox .quotation-info-body li:first-child,
.comp-investor-itembox .comp-investor-body li:first-child {
	margin-top: 0px;
}

.quotation-info-itembox .quotation-info-body li .search-t-btn,
.comp-investor-itembox .comp-investor-body li .search-t-btn {
	line-height: 1;
	float: right;
}

.quotation-info-itembox .quotation-info-body li input[type="text"],
.quotation-info-itembox .quotation-info-body li select {
	display: flex;
	flex: auto;
	padding: 0px;
	margin-left: 5px;
	width: 150px;
	max-width: 150px;
}

.quotation-info-itembox .quotation-info-body li .input-area,
.quotation-info-body li .input-area {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.quotation-info-itembox .quotation-info-body li .input-area input,
.quotation-info-body li .input-area input {
	width: 100%;
}

.quotation-info-itembox .quotation-info-body li .input-area label.error,
.quotation-info-body li .input-area label.error {
	font-size: 12px;
}

.quotation-info-itembox .quotation-info-body li .radio-btn-area {
	display: flex;
	align-items: center;
	width: 50%;
	max-width: 50%;
	padding-left: 6px;
	box-sizing: border-box;
}

.quotation-info-itembox .quotation-info-body li .radio-btn-area input[type="radio"] {
	width: 16px;
	height: 16px;
	accent-color: #1E1E1E;
	-webkit-appearance: radio;
}

.quotation-info-itembox .quotation-info-body li .radio-btn-area label {
	font-size: 14px;
	font-weight: 400;
	color: #1E1E1E;
	margin-bottom: 0px;
	margin-left: 5px;
}

.quotation-info-itembox .quotation-info-body li .radio-btn-area label:nth-child(2) {
	margin-right: 10px;
}

.quotation-info-itembox .quotation-info-body li button,
.comp-investor-itembox .comp-investor-body li button,
.quotation-info-itembox .quotation-info-body li a,
.comp-investor-itembox .comp-investor-body li a {
	display: inline-block;
	margin-left: auto;
	line-height: 1.1;
}

.comp-investor-itembox .comp-investor-body li button.remove-btn i {
	font-size: 18px;
	color: #f82727;
	line-height: 1.25;
}

.quotation-info-itembox .quotation-info-body li button.success-outline-btn {
	margin-left: 8px;
}

.quotation-info-itembox .quotation-info-body li,
.comp-investor-itembox .comp-investor-body li,
.quotation-info-body li,
.comp-investor-body li {
	font-size: 15px;
	line-height: 1.3;
}

.quotation-info-itembox .quotation-info-body li span,
.comp-investor-itembox .comp-investor-body li span,
.quotation-info-body li span,
.comp-investor-body li span {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #1E1E1E;
	max-width: 50%;
	vertical-align: top;
}

.quotation-info-itembox .quotation-info-body li .ans-label,
.comp-investor-itembox .comp-investor-body li .ans-label {
	margin-bottom: 0px;
	letter-spacing: 0.6px;
	text-align: left;
	max-width: 50%;
	display: flex;
	flex: 0 0 50%;
	line-height: 1.3;
	flex-wrap: wrap;
	justify-content: flex-start;
	word-break: break-word;
	padding-left: 6px;
	box-sizing: border-box;
	align-items: center;
	gap: 6px;
}

.action-cta-btn {
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #11329F !important;
	background-color: transparent;
	border-radius: 0;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1.6 !important;
	flex-shrink: 0;
	margin-left: 0 !important;
}

.action-cta-btn:hover {
	background-color: transparent;
	color: #1E1E1E !important;
	text-decoration: underline !important;
}

.action-cta-btn .cta-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
	flex-shrink: 0;
}

.quotation-info-itembox .quotation-info-body li .offer-pre-itembox,
.comp-investor-itembox .comp-investor-body li .offer-pre-itembox {
	padding: 10px;
	border: 1px solid #E2E8F0;
	border-radius: 4px;
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	justify-content: space-between;
	align-items: center;
	min-height: 97px;
}

.modal-body .quotation-info-body li .radio-btn-area,
.modal-body .comp-investor-body li .radio-btn-area {
	width: 50%;
	text-align: left;
	display: flex;
	align-items: center;
}

.modal-body .quotation-info-body li .radio-btn-area label,
.modal-body .comp-investor-body li .radio-btn-area label {
	margin-bottom: 0px;
	font-size: 16px;
	margin: 0px 6px;
}

.modal-body .quotation-info-body li select,
.modal-body .comp-investor-body li select {
	width: 100%;
	max-width: 100%;
	padding: 7px;
}

.quotation-info-body li {
	flex-wrap: wrap;
}

.modal-body .quotation-info-body li .input-area {
	align-items: flex-start;
}

.modal-body .quotation-info-body li .input-area.priceinput-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	line-height: 2.5;
}

.modal-body .quotation-info-body li .input-area.priceinput-box input {
	width: 96%;
}

.modal-body .quotation-info-body li .input-area.priceinput-box label.error {
	width: 100%;
}

.modal-body .quotation-info-body li .add-more-btn,
.modal-body .comp-investor-body li .add-more-btn {
	padding: 6px 12px;
	font-size: 14px;
	color: #fff;
	background-color: #059669;
	border-radius: 6px;
	margin-left: auto;
	margin-top: 8px;
	display: block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.modal-body .quotation-info-body li .add-more-btn:hover,
.modal-body .comp-investor-body li .add-more-btn:hover {
	opacity: 0.7;
}

.modal-body .quotation-info-body li .filds-items-group {
	padding: 3px;
	border: 1px solid #cdcdcd;
	margin: 12px 0px;
	position: relative;
	border-radius: 2px;
}

.modal-body .quotation-info-body li .filds-items-group .remove-field {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #cdcdcd;
	color: red;
	border-radius: 50%;
	right: -5px;
	top: -5px;
	font-size: 13px;
	text-align: center;
}

.modal-body .quotation-info-body li .address-area,
.modal-body .comp-investor-body li .address-area {
	width: 50%;
	max-width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.modal-body .quotation-info-body li .address-area input {
	width: 90%;
	max-width: calc(100% - 35px);
}

.modal-body .quotation-info-body li .address-area .btn,
.modal-body .comp-investor-body li .address-area .btn {
	font-size: 15px !important;
	padding: 3px 8px !important;
	margin-left: 4px;
}

.modal-body .quotation-info-body li,
.modal-body .comp-investor-body li {
	min-height: 40px;
}

.modal-body .quotation-info-body li .input-area p {
	border: none;
	border-bottom: 1px solid #dedede;
}

.quotation-info-itembox .quotation-info-body li .offer-pre-itembox .fund-imgbox {
	max-width: 47%;
}

.quotation-info-itembox .quotation-info-body li .offer-pre-itembox .fund-imgbox img {
	max-width: 100%;
	max-height: 55px;
}

.quotation-info-itembox .quotation-info-body li .offer-pre-itembox .offer-two-btn-area {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	gap: 6px;
}

.quotation-info-itembox .quotation-info-body li ul {
	margin-left: 20px;
	padding: 0px;
}

.quotation-info-itembox .quotation-info-body li ul li {
	list-style-type: disc;
	display: revert;
}

.quotation-info-itembox .quotation-info-body li ul li span {
	font-size: 14px;
	font-weight: 500;
	color: #1E1E1E;
}

.comp-investor-itembox .comp-investor-heading-box {
	padding: 7px 15px;
	background-color: #FFFEE5;
	border-radius: 5px 5px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 55px;
}

.comp-investor-itembox .comp-investor-heading-box h5 {
	color: #D9D000;
	font-size: 18px;
	font-weight: 500;
}

.comp-investor-itembox .comp-investor-heading-box .add-more-btn i {
	color: #11329F;
}

.comp-investor-itembox .comp-investor-body {
	min-height: 284px;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox {
	flex-direction: column;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox .success-outline-btn {
	margin-left: 0px;
	line-height: 1;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox .fund-imgbox {
	margin-bottom: 8px;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox .fund-imgbox,
.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox .fund-imgbox img {
	width: auto;
	max-width: 100%;
	max-height: 49px;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox button,
.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox a {
	width: 100%;
}

.quotation-info-itembox .quotation-info-body.col-viewbox li .offer-pre-itembox a {
	text-decoration: none;
}

.quotation-info-itembox .quotation-info-body.processing-comp-box {
	border-bottom: 1px solid #dedede;
}

.quotation-info-itembox .quotation-info-body.processing-comp-box .fund-imgbox {
	text-align: center;
	min-height: 59px;
}

.quotation-info-itembox .quotation-info-body.processing-comp-box .fund-imgbox img {
	width: auto;
	max-height: 49px;
	margin: 0px auto 10px;
}

.quotation-info-body li .sub-childbox span {
	max-width: 70%;
}

.quotation-info-itembox .quotation-info-body.processing-comp-box span {
	font-size: 16px;
	font-weight: 500;
	color: #1E1E1E;
	margin-bottom: 4px;
}

.quotation-info-itembox .quotation-info-body li.three-col-box a {
	color: #1E1E1E;
	text-decoration: none;
	font-weight: 500;
}

sup {
	font-size: 12px;
	color: red;
}

/* quotation end */

/* loan-story start */
.loan-story-pg .que-item-box {
	margin-bottom: 20px;
}

.loan-story-pg .que-item-box .que-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.loan-story-pg .que-item-box .que-row h4 {
	font-size: 18px;
	color: #1E1E1E;
	font-weight: 500;
}

.loan-story-pg .que-item-box .que-row .que-ans-validation span {
	font-size: 1.5rem;
	line-height: 1;
}

.loan-story-pg .que-item-box .que-row .que-ans-validation span.check-mark {
	color: #00B207;
}

.loan-story-pg .que-item-box .que-row .que-ans-validation span.cross-mark {
	color: #FF0000;
}

.loan-story-pg .que-item-box .ans-row textarea {
	border: none;
	border-bottom: 1px solid #dedede;
}

.loan-story-pg .que-item-box .ans-row textarea:focus {
	outline: unset;
	box-shadow: unset;
}

.call-table-section .call-table-box.text-left table.lead-notes-tbl th:last-child,
.call-table-section .call-table-box.text-left table.lead-notes-tbl td:last-child {
	text-align: right !important;
}

/* loan-story end */
/**/
.lender-listing-pg .quotation-info-itembox .quotation-info-body li .offer-pre-itembox .primary-outline-btn {
	padding: 7px 7px;
	font-size: 14px;
	margin-left: 5px;
	line-height: 1.1;
}

.fairfund-custom-scroller-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: auto;
	overflow-y: hidden;
	min-height: calc(100vh - 244px);

}

@media (min-width:1367px) {
	.fairfund-custom-scroller-row {
		min-height: calc(100vh - 260px);
	}
}

@media (min-width:1681px) {
	.fairfund-custom-scroller-row {
		min-height: calc(100vh - 271px);
	}
}


.introducers-list-section .fairfund-custom-scroller-row {
	min-height: 685px;
	max-height: 690px;
}

.fairfund-custom-scroller-row::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.fairfund-custom-scroller-row::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 9px;
}

.fairfund-custom-scroller-row::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 9px;
}

.fairfund-custom-scroller-row::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom #91b5ec, #a9bbec);
}

.introducers-list-section .fairfund-custom-scroller-row .quotation-info-itembox .quotation-info-body {
	max-height: 580px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.introducers-list-section .fairfund-custom-scroller-row .quotation-info-itembox .quotation-info-body::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.introducers-list-section .fairfund-custom-scroller-row .quotation-info-itembox .quotation-info-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 6px;
}

.introducers-list-section .fairfund-custom-scroller-row .quotation-info-itembox .quotation-info-body::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 6px;
}

.introducers-list-section .fairfund-custom-scroller-row .quotation-info-itembox .quotation-info-body::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom #91b5ec, #a9bbec);
}

/**/
/* VALIDATION MESSAGE COLOR*/
label.error {
	color: red;
	font-size: 16px;
}

/* VALIDATION MESSAGE COLOR*/

/* dataTables wrapper start */
.dataTables_wrapper .dataTables_filter input {
	margin-left: 8px;
	border: none;
	border-bottom: 1px solid #dedede;
	border-radius: unset;
}

.dataTables_wrapper .dataTables_filter input:focus {
	outline: unset;
	box-shadow: none;
}

.dataTables_wrapper table.dataTable {
	padding-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #00000014;
	width: 100% !important;
}

.dataTables_wrapper table.dataTable>thead>tr>th {
	font-weight: 500;
	color: #1e1e1ebf;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #00000014 !important;
	white-space: nowrap;
}

.dataTables_wrapper table.dataTable>tbody>tr>td {
	font-size: 14px;
	color: #1E1E1E;
	font-weight: 500;
	border-bottom: none;
	border: none;
}

.dataTables_wrapper .dataTables_length select {
	background-image: none !important;
}

#roleTable_wrapper table thead tr th:nth-child(2) {
	width: 70%;
	max-width: 70%;
}

/* dataTables wrapper end */

/* Lead Lender Color for button */

.processing-btn.submitted {
	/* Add your desired styles to change the color */
	background-color: #00B207;
	/* Change to your desired color */
	color: white;
	/* Change to your desired color */
	box-shadow: 0px 1px 3px 0px #cdcdcd;
	/* ... */
}

/* alert message css */
.alert-msg-success {
	color: #059669;
	font-size: 14px;
	padding: 4px;
}

.alert-msg-error {
	color: #ff6600;
	font-size: 14px;
	padding: 4px;
}

/* Confirm Preprocessing CSS for Selected value of dropdown*/
.highlight-selected {
	/* background-color: green; */
	color: green;
	/* Optional: If you want to change the text color when selected */
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 8px 12px;
	border: 2px solid green;
	border-radius: 5px;
	border-color: green;

}

/* Red Background for Status before the Selected one */
.danger-outline-btn {
	/* background-color: red; */
	border-color: red;
	color: red;
	/* Optional: If you want to change the text color for statuses before the selected one */
}

/* Grey Background for Status after the Selected one */
.gray-outline-btn {
	/* background-color: grey; */
	border-color: grey;
	color: grey;
	/* Optional: If you want to change the text color for statuses after the selected one */
}

.highlight-selected:hover {
	background-color: green;
	color: #ffffff;
	/* Optional: If you want to change the text color when selected */
}

/* overlay-grey */
.overlay-grey {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.disable-events {
	pointer-events: none;
}

.uploaded-img-area {
	margin: 15px 0px 15px !important;
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	flex-wrap: wrap;
}

.uploaded-img-area .uploaded-itembox {
	width: 120px;
	height: 120px;
	max-width: 120px;
	max-height: 120px;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.uploaded-img-area .uploaded-itembox .cross {
	position: absolute;
	height: 18px;
	width: 18px;
	color: red;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 17px;
	line-height: 1.1;
	right: -5px;
	top: -5px;
}

.uploaded-img-area .uploaded-itembox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.uploaded-img-area .uploaded-itembox:last-child {
	margin-right: 0px;
}

.radio-option-area {
	display: flex;
	flex-wrap: wrap;
}

.radio-option-area .error {
	order: 6;
	flex: 0 0 100%;
	max-width: 100%;
}

.leaddetailpage {
	width: 25%;
	display: inline-block;
}

.leaddetailpage .leaddetailpage-inner {
	width: 49%;
	display: inline-block;
	float: left;
}

.leaddetailpage.lead-midwrap {
	width: 50%;
}

.leader-detail-subheader .leader-about-section img {
	max-height: 150px;
	width: auto;
	max-width: 200px;
	height: auto;
}

.newbusinesslisting {
	margin: 0 36px;
}

.newbusinesslisting .dataTables_length {
	margin-left: 16px;
}

.newbusinesslisting .dataTables_filter {
	margin-right: 54px;
}

.newbusinesslisting #NewBusinessOpportunity {
	padding: 10px 10px;
}

.newbusinesslisting .setting-btn {
	margin-right: 32px;
}

.leaddetailpage.lead-midwrap .comp-investor-itembox {
	clear: both;
	display: inline-block;
	width: 100%;
}

.admin-profile-pg input:read-only {
	background-color: #cccccc45;
}

.admin-profile-pg img#previewImage {
	cursor: pointer;
}

.admin-profile-pg {
	min-height: calc(100vh - 102px);
}

.admin-profile-pg .user-name {
	color: #11329F;
}

.admin-profile-pg .profile-pic-area {
	display: block;
	margin: 0px auto;
	text-align: center;
}

.admin-profile-pg .profile-pic-area .profile-change-btn-area .profile-change-btn {
	padding: 5px 7px;
	border: 1px solid #11329F;
	border-radius: 10px;
	color: #11329F;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	transition: all 0.4s ease-in-out;
}

.admin-profile-pg .profile-pic-area .profile-change-btn-area .profile-change-btn:hover {
	background-color: #11329F;
	color: #fff;
}

.admin-profile-pg .profile-pic-area .user-profile-pic-box {
	width: 100px;
	height: 100px;
	background-color: #ccc;
	border: 1px solid #777;
	border-radius: 50%;
	margin: 4px auto 15px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.admin-profile-pg .profile-pic-area .user-profile-pic-box img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.scroll-5-rows {
	max-height: 285px;
	overflow-y: auto;
}

.scroll-5-rows thead {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

.scroll-5-rows::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.scroll-5-rows::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 6px;
}

.scroll-5-rows::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 6px;
}

.mark-read-btn {
	color: #11329F;
}

.mark-all-read {
	color: #11329F;
}

#spinner {
	display: flex;
	justify-content: space-between;
	width: 100px;
	height: 40px;
	margin: 50px auto;
}

.ball {
	width: 20px;
	height: 20px;
	background-color: #3498db;
	border-radius: 50%;
	transition: transform 0.5s ease-in-out;
}

.user-profile-dropbox-active {
	background: var(--primary-color);
	color: #fff;
}

.setting-dropdown ul li a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.hover\:text-white:hover img {
	filter: brightness(0) invert(1);
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border: 0 !important;
	border-bottom: 1px solid #dedede !important;
}

.select2-container--default .select2-selection--multiple::after {
	content: '';
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: 14px;
	margin-left: 0;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.business-opportunity-modal .call-table-box {
	max-height: 265px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.business-opportunity-modal .call-table-box::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.business-opportunity-modal .call-table-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 6px;
}

.business-opportunity-modal .call-table-box::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 6px;
}

.scroll-data {
	max-height: 400px;
	overflow: auto;
}

.select2-selection__choice {
	white-space: normal;
}

.quotation-info-body li span {
	max-width: 95%;
}

.button-green {
	background-color: #ADD2AF;
}

.button-orange {
	background-color: #F39B79;
}

.button-wide {
	width: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	;
}

.notif-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 10px;
	cursor: pointer;
	transition: background .12s;
}

.badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	/* allows "99+" style */
	border-radius: 999px;
	background: #ef4444;
	/* red */
	color: white;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
	display: none;
	/* hidden when zero */
	transform-origin: center;
	animation: pop .25s ease;
}

@media (max-width: 768px) {
	.nav-link {
		padding: 0.3rem;
	}

	.notif-btn {
		padding: 0.3rem;
	}
}




/*7-5-26*/


.table-responsive {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background: #11329F;
	border-radius: 6px;
	height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #91b5ec, #a9bbec);
	border-radius: 6px;
	height: 6px;
}

.table-responsive::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
	height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom #91b5ec, #a9bbec);
}

.fairfund-custom-scroller-row {
     margin-bottom: 10px;
    padding-bottom: 10px;
}


.quotation-info-itembox .quotation-info-body li .ans-label a.action-cta-btn {
    white-space: normal !important;
    flex-shrink: unset !important;
    align-items: center;
    line-height: 1.25 !important;
}

.quotation-info-itembox .quotation-info-body li .ans-label a.action-cta-btn.email-cta-btn {
    white-space: nowrap !important;
}

.quotation-info-itembox .quotation-info-body li .ans-label a.action-cta-btn img.cta-icon {
    width: 16px;
}

/*21-5-26*/


.quotation-info-itembox .quotation-info-body li.company-email-url-wrap {
    flex-direction: column;
    gap: 4px;
}

.quotation-info-itembox .quotation-info-body li.company-email-url-wrap span {
    max-width: 100% !important;
}

.quotation-info-itembox .quotation-info-body li.company-email-url-wrap label.ans-label {
    max-width: 100%;
    padding: 0;
	width: 100%;
}

.quotation-info-itembox .quotation-info-body li.company-email-url-wrap a.action-cta-btn, .quotation-info-itembox .quotation-info-body li.company-email-url-wrap input{
    white-space: nowrap !important;
    font-size: 12px !important;
}

@media (min-width:1025px) and (max-width:1279px) {
	.quotation-info-itembox .quotation-info-body li.company-email-url-wrap a.action-cta-btn {
		     font-size: 10px !important;
	}
}