@import url("//cdn.tradeinsur.com/fonts/avenir-lt-std.css");
* {
	font-family: "Avenir LT Std",sans-serif !important;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
ul,
div,
header,
section,
blockquote,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

a , .new-design a {
	text-decoration: none;
	color: #3250b6;
}

input {
	margin: 0;
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style-type: none;
}

body {
	line-height: 1
}

textarea:focus,
input:focus {
	outline: none;
}

textarea {
	resize: none;
}
.underline{
	text-decoration: underline;
}
.pb-0{
	padding-bottom: 0px !important;
}
.pt-0{
	padding-top: 0px !important;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-35 {
	padding-top: 35px;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-1{
	margin-top: 1px;
}
.mt-200{
	margin-top:200px;
}
.ml-5{
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.m-5{
	margin: 5px;
}
.m-10{
	margin: 10px;
}
.mt-20 {
	margin-top: 20px !important;
}

.p8-10 {
	padding: 8px 10px;
}

button {
	cursor: pointer;
	outline: none;
	background-color: transparent;
	border: none;
}

body,
html {
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Avenir';
	font-style: normal;
	margin: 0 auto;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

h1 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
}

h2 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	line-height: 25px;
}

.client-container {
	width: 100%;
	height: 100vh;
	display: grid;
	grid-template-rows: 38px auto -webkit-min-content;
	grid-template-rows: 38px auto min-content;
	grid-template-columns: auto;
	grid-template-areas: "p-client-top_nav " "p-client-workspace" "p-client-banner";
}

.grid-4 {
	display: grid;
	grid-template-columns: auto auto auto auto;
}

.top-nav_company_profile_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-nav_company_profile_text {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
	/* margin-right: auto;
	float: left; */
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
	color: #F0F1FA;
	text-transform: lowercase;
}
.top-nav_company_profile_text::first-letter {
	text-transform: uppercase;
}
.top-nav_company_profile_icon {
	margin-left: auto;
}

.top-nav_search {
	height: 28px;
	padding: 0 17px;
	max-width: 500px;
	min-width: 0;
	border-radius: 6px;
	flex: 5;
	background: #091E8F;
	border: 1px solid #FFFFFF;
	;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	color: #FFFFFF;
}
.d-line{
	display: inline-block !important;
}
.top-nav_search_icon {
	margin-right: 8px;
	font-size: 13px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bold {
	font-weight: bold;
}
.form-control {
	height: 56px;
	font-size: 16px;
}
/* .new-design .form-control{
	padding: 0.9375rem 1.3rem !important;
} */
.top-nav_search span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #E7E7E7;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
}

.top-nav_right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 10px;
}

.top-nav_right a {
	margin-left: auto;
}

.ton-nav_right_subscribe_button {
	background-color: #F1682C;
	border-radius: 4px;
	padding: 3px 15px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	/* text-transform: uppercase; */
	margin: 0px 0px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
}

.top-nav_right_help_button {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.top-nav_right_help_button i {
	font-size: 1.8em;
}

.client-top-nav {
	z-index: 1;
	min-width: 0;
	grid-area: p-client-top_nav;
	background-color: #00525E;
	-webkit-app-region: drag;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.client-top-nav button {
	color: #FFFFFF;
	margin-left: auto;
}
.top-nav_company_profile_text{
    margin-right: auto;
    float: left;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 23px;
    color: #F0F1FA;
}
.top-nav_company_profile_icon{
    margin-left: auto;
   
}
.text-right{
    text-align: right;
}
.top-nav_search{
    height: 28px;
    padding: 0 17px; 
    max-width: 500px;
    min-width: 0;
    border-radius: 6px;
    flex: 5;
    background:  rgba(251, 251, 251, 0.1);
    border: none !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #FFFFFF;
}

.top-nav_left_banner {
	min-width: 70px;
}

.top-nav_left {
	border-right: 1px solid #FFFFFF;
	/* border-left: 1px solid #FFFFFF; */
	display: flex;
	min-width: 128px;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 17px 0px 0px;
	flex: 1;
	overflow: hidden;
}

.sidebar_menu_list_item {
	text-align: center;
	margin-top: 50px;
}

.c-icon {
	position: relative;
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
}

.top-nav_history_content {
	padding: 0 17px;
	display: flex;
}

.top-nav_history_button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-nav_history_content i {
	font-size: 1.8em;
}

.client-workspace {
	grid-area: p-client-workspace;
	display: grid;
	position: relative;
	grid-template-rows: auto min-content;
}

.client-workspace.workspace-context-collapsed {
	grid-template-columns: 80px auto;
	grid-template-areas: "p-workspace_sidebar p-workspace_main_view" "p-workspace-bannner p-workspace-bannner";
}

.client-workspace.workspace-context-expanded {
	grid-template-columns: 60px auto 200px;
	grid-template-areas: "p-workspace_sidebar p-workspace_main_view p-workspace_side_view" "p-workspace-bannner p-workspace-bannner p-workspace-bannner";
}

.workspace_sidebar {
	grid-area: p-workspace_sidebar;
	border-right: 2px solid rgba(0 0 0 / 4%);
	/* box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.04); */
}

.workspace_sidebar.filter_modal {
	filter: blur(10px);
}

.workspace-context-collapsed .workspace_side_view {
	display: none;
}

.workspace_side_view {
	grid-area: p-workspace_side_view;
}

.client-banner {
	grid-area: p-client-banner;
}

.p-workspace-bannner {
	grid-area: p-workspace-bannner;
}

.workspace_main_view {
	display: grid;
	grid-template-areas: "p-workspace_main_view_contents";
	grid-template-rows: auto;
	grid-template-columns: auto;
	grid-area: p-workspace_main_view;
	/* background-color: #dee6f4; */
	background-color: #F5F8FA;
	z-index: 0;
}
.text-limit{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-max-480{
	max-width: 480px;
}
.bg-sky{
	background: #dee6f4;
}
.workspace_main_view.filter_modal {
	filter: blur(10px);
}

.workspace_main_view_contents {
	grid-area: p-workspace_main_view_contents;
}

.main_view_header {
	display: flex;
	align-items: center;
	padding: 0 16px 0 8px;
	border-bottom: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), .13);
	flex-shrink: 0;
}

.main_view_header h2 {
	color: #030A62;
	align-self: center;
	padding: 16px 10px;
	text-transform: uppercase;
}

.notification_button {
	margin-left: auto;
}

.main_view_container {
	padding-left: 18px;
	overflow: scroll;
	margin-top: 40px;
}

.figure_title {
	color: #030A62;
	font-size: 20px;
	margin: 19px 0px 15px 0px;
}
.invoice-form-date {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(3, 10, 98);
    box-sizing: border-box;
    padding: 8px 13px;
    background: rgb(253, 253, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 244, 255);
    border-image: initial;
    border-radius: 6px;
}
.dashboard-figure {
	display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    justify-content: center;
    overflow: inherit !important;
    max-width: initial !important;
}

.figure-card {
	border-radius: 6px;
	background-color: #FFFFFF;
	width: 400px;
	margin: 10px;
}

.block {
	display: block;
}

.no-display {
	display: none;
}


/* .dashboard-figure li+li{
    margin-left:50px;
} */

.figure-card-header {
	align-items: center;
	display: flex;
	padding: 12px 0px 5px 0px;
	border-bottom: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), .13);
}

.figure-card-header span {
	margin-right: 5px;
	padding-left: 15px;
	font-weight: 900;
	font-size: 11px;
	line-height: 15px;
	color: #7E8CAC;
	text-transform: uppercase;
}

.figure-card-header img {
	margin-top: -2px;
}

.figure-card-body {
	display: flex;
}

.display-block {
	display: block;
}

.card-padding {
	padding: 12px 15px 15px 15px;
}

.number {
	font-weight: 900;
	font-size: 2rem;
	line-height: 61px;
	color: #030A62;
}

.unit {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #7E8CAC;
	position: relative;
	bottom: 25%;
}

.figure-left {
	display: flex;
}

.figure-description_content {
	color: #7E8CAC;
}

.justify-content-center {
	justify-content: center;
}
.content-center{
	justify-content: center;
}
.content-right{
	justify-content: right;
}
.justify-content-end{
	justify-content: flex-end;
}
.scroll {
	overflow: scroll;
}

.form_content.scroll {
    overflow-x: auto;
}

.figure-right {
	margin-left: auto;
	padding-right: 20px;
}

.pie-chart .figure-right {
	padding-left: 15px;
}

.pie-chart .figure-left {
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	/* border-bottom: 2px solid #E0E5FF; */
}

.figure-table {
	width: 100%;
}

.col-last {
	margin-left: auto;
}

.row .sub {
	margin-left: 50px;
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	/* Primary-colors / Default */
	color: #030A62;
}

.figure-title {
	display: flex;
	font-weight: 800;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	color: #030A62;
}

.title-letter {
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	height: 15px;
	width: 15px;
	background: #30E0A2;
	border-radius: 1.00832px;
	font-weight: 900;
	font-size: 7.05826px;
	line-height: 10px;
	/* identical to box height */
	text-align: center;
}

.figure-description {
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	font-size: 9px;
	line-height: 12px;
	color: #030A62;
}

.figure-description-bar {
	text-align: center;
	display: flex;
	align-items: flex-end;
	margin-top: 5px;
	font-size: 9px;
	line-height: 12px;
	color: #030A62;
}

.figure-pie {
	display: flex;
}

.figure-bar {
	display: flex;
}

.figure-color {
	height: 10px;
	max-width: 100%;
	display: block;
	border-radius: 3px;
}

.color-white {
	color: white;
}

.figure-color-bar {
	width: 10px;
	border-radius: 50%;
}

.figure-description_title {
	font-family: 'Avenir';
	font-style: normal;
	padding: 0px 10px;
}

.bg-blue {
	background: rgb(0, 143, 251);
	;
}

.color-lmg {
	color: #b0126d !important;
}

.bg-green {
	background: rgb(0, 227, 150);
}

.bg-yellow {
	background: rgb(254, 176, 25);
}

.top-18 {
	top: -18px;
}
.assurance-risk label{
	font-size: 12px;
    line-height: 12px;
    color: #030A62;
}
._mp5{
	padding-bottom: 5rem;
}
._mp2{
	padding-bottom: 2rem;
}
._mp1{
	padding-bottom: 1rem;
}
._mp3{
	padding-bottom: 3rem;
}

._mb5{
	margin-bottom: 5rem;
}
._mb2{
	margin-bottom: 2rem;
}
._mb1{
	margin-bottom: 1rem;
}
._mb3{
	margin-bottom: 3rem;
}
.mb-25 {
	margin-bottom: -25px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-5 {
	margin-bottom: 5px !important;
}

.chart-line {
	display: block;
	padding-bottom: 0;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.pie-chart .figure-left .figure-pie {
	margin-top: auto;
}


/* START TOOLTIP STYLES */

[tooltip] {
	position: relative;
	/* min-height: 26px; */
	/* opinion 1 */
}


/* Applies to all tooltips */

[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	/* opinion 2 */
	/* font-size: .75em; */
	font-size: 10px;
	/* min-height: 26px; */
	/* opinion 3 */
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
	/* opinion 4 */
	z-index: 1001;
	/* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
	font-family: Avenir LT Std Next, sans-serif;
    text-align: center;
    min-width: 100px;
    max-width: 21em;
	line-height: 1.2;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    padding: 1.2ch 1.75ch;
    border-radius: 4px;
	letter-spacing: 0.25px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    /* background: #8594c6; */
	background: rgba(2, 69, 79, 0.88);
    color: #fff;
    z-index: 1000;
}
/* .company-info [tooltip]::after {
        min-width: 150px;
        max-width: 21em;
        width: 20px;
    } */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: rgba(2, 69, 79, 0.88);
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}


/* Make the tooltips respond to hover */

[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}


/* don't show empty tooltips */

[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}


/* FLOW: UP */

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: rgba(2, 69, 79, 0.88);
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}


/* FLOW: DOWN */

[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: rgba(2, 69, 79, 0.88);
}

[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}


/* FLOW: LEFT */

[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	/* border-left-color: #dee6f4; */
	border-left-color: rgba(2, 69, 79, 0.88);
	left: calc(0em - 5px);
	transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-.5em, -50%);
}


/* FLOW: RIGHT */

/* [tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #dee6f4;
	right: calc(0em - 5px);
	transform: translate(.5em, -50%);
} */

[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(.5em, -50%);
}


/* KEYFRAMES */

@keyframes tooltips-vert {
	to {
		/* opacity: 1; */
		opacity: .9;
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
		/* opacity: 1; */
		opacity: .9;
		transform: translate(0, -50%);
	}
}


/* FX All The Things */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards;
}

.customer_class {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	background: #7BB3B3;
	border-radius: 3px;
	width: 45px;
	height: 45px;
}

.bg-payee {
	background: #30E0A2;
}

.bg-delai {
	background: #E10F21;
}

.bg-expire {
	background: #FEBA00;
}

.customer_class.A {
	background: #7BB3B3;
}

.customer_class.B {
	background: #9FD1B8;
}

.customer_class.C {
	background: #F1682C;
}
.underline-data{
	font-weight: bold;
    text-decoration: underline;
}
.customer_class.D {
	background: #E10F21;
}
.selected.A {
	border-left: 3px solid #7BB3B3 !important;
}

.selected.B {
	border-left: 3px solid #9FD1B8 !important;
}

.selected.C {
	border-left: 3px solid #F1682C !important;
}

.selected.D {
	border-left: 3px solid #E10F21 !important;
}
.selected .title{
	color:#030A62 !important;
}

.loader-sm{
	border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #1b3063;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/* loader */

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.btn-long {
	padding: 10px 50px !important;
}
.btn-menu-outline.active{
	background: #324fb6;
    color: #ffff;
}
.btn-menu-outline {
	height: 100%;
	padding: 8px 20px;
	border: 1px solid #EFF4FF;
	display: flex;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #9599C0;
}

.btn-status {
	color: white;
	border-radius: 20px;
	padding: 2px 8px;
	margin-top: 2px;
	margin-left: 5px;
	font-weight: 900;
	font-size: 8px;
	line-height: 11px;
	text-transform: uppercase;
}

.btn-primary {
	cursor: pointer;
	background: #3250B6;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
}

/* .da {
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	padding: 8px 13px;
	background: #FDFDFF;
	border: 1px solid #EFF4FF;
	box-sizing: border-box;
	border-radius: 6px;
} */

.inv-history-calender {
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	padding: 8px 13px;
	background: #FDFDFF;
	border: 1px solid #EFF4FF;
	box-sizing: border-box;
	border-radius: 6px;
	display: none;
}
.c-pointer{
	cursor: pointer;
}

.btn-success {
	cursor: pointer;
	background: #30E0A2;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
}

.btn-orange {
	cursor: pointer;
	background: #F1682C;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
}

.btn-orange.disactive {
	background: gray;
}

.btn-warning {
	cursor: pointer;
	background: #F1682C;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
}

.btn-warning-outline {
	cursor: pointer;
	border: 1px solid #F1682C;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #F1682C;
}

.btn-warning-outline:hover {
	background: #F1682C;
	color: #FFFFFF;
}

.btn-success-outline {
	cursor: pointer;
	border: 1px solid #30E0A2;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #30E0A2;
}

.btn-success-outline:hover {
	background: #30E0A2;
	color: #FFFFFF;
}

.hidden {
	visibility: hidden;
}

.btn-primary-outline {
	border: 1px solid #3250B6;
	border-radius: 6px;
	padding: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.38463;
	display: block;
	white-space: nowrap;
	color: #3250B6;
}

.m-5 {
	margin: 5px;
}

.btn-primary-outline:hover {
	background: #3250B6;
	color: #FFFFFF;
}

.btn-primary-outline.btn-small {
	padding: 6px;
	font-size: 0.4em;
}

.btn-success-outline.btn-small {
	padding: 6px;
	font-size: 0.6em;
}

.flex-ns {
	display: flex;
}

.flex-col {
	flex-direction: column;
}
.multiselect .multiselect__tags{
	display: flex !important;
	border: none;
	border-radius: 12px;
}
.h-100 {
	height: 100%;
}
.new-design p{
	margin-bottom: 0;
}
.h-50 {
	height: 50%;
}
.f-1{
	flex: 1;
}
.f-2{
	flex:2;
}
.f-3{
	flex:3 !important;
}
.f-4{
	flex: 4;
}
.f-5{
	flex:5;
}
.f-6{
	flex:6
}
.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-70 {
	width: 70%;
}

.w-60 {
	width: 60%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}
.w-35{
	width: 35%;
}
.w-45{
	width: 45%;
}
.w-49{
	width: 49%;
}
.w-100 {
	width: 100%;
}
.mw-100{
	max-width: 100% !important;
}
.h-vh-70 {
	height: 70vh !important;
}

.h-vh-60 {
	height: 60vh !important;
    overflow-y: scroll;
}
.h-vh-62{
	height: 62vh !important;
    overflow-y: scroll;
}
.h-vh-65{
	height: 65vh !important;
    overflow-y: scroll;
}
.h-vh-68{
	height: 68vh !important;
    overflow-y: scroll;
}

.h-vh-50 {
	height: 50vh !important;
}

.h-vh-80 {
	height: 80vh !important;
}

.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.w-30 {
	width: 30%;
}

.justify-center {
	justify-content: center;
}

.items-center {
	align-items: center;
}

.login-content {
	padding-top: 50px;
	background: #030A62;
}

.cp-detail-header_profile h2 {
	font-weight: 900;
	font-size: 1em;
	line-height: 25px;
	color: #030A62;
}

  .lds-hourglass:after {
	content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 8px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
	0% {
	  transform: rotate(0);
	  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
	  transform: rotate(900deg);
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
	  transform: rotate(1800deg);
	}
  }
.shadow-7 {
	box-shadow: 0px 2px 11px 0 rgba(178, 183, 189, 0.24), 0px 0.5px 2.5px 0 rgba(213, 218, 223, 0.8);
}

.bg-white {
	background-color: #fff;
}

.new-login-wrapper {
	border-radius: 8px;
}

.bg-blue {
	background: #030A62;
}

.new-login-wrapper form {
	padding: 45px 25px 5px;
}

.banner-content {
	background: #f5f6f8;
}

.login-tradein-log {
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.login-tradein-log h2 {
	color: #ffff;
	;
	font-size: 25px;
}

.form_submit {
	margin-top: 20px;
}

.login-tradein-log img {
	margin-bottom: 20px;
}

.tradein-slogan {
	color: #ffff;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-transform: lowercase;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-15 {
	margin-left: 15px;
}
.ml-12 {
	margin-left: 12px !important;
}
.mr-12 {
	margin-right: 12px;
}
.ml-40{
	margin-left: 40px;
}
.ml-25 {
	margin-left: 25px;
}

.ml-auto {
	margin-left: auto !important;
}
.form_login.pre_signup input {
	color: #777;
	font-family: Avenir LT Std Next, sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 0em 0em 0.5em 0em;
	margin-top: 3px;
}

.transform-perspective-right {
	-webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
	transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
}

.transform-perspective-left {
	-webkit-transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
	transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.platform-screen {
	width: 85%;
	height: 60%;
}

.banner-content li .screen {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-content .description {
	padding-bottom: 35px;
}

.banner-content h2 {
	text-align: center;
	margin-bottom: 5px;
}

#slides>li {
	display: none;
}

#slides li.slideActive {
	z-index: 2;
	opacity: 1;
	transition: 1s;
	display: block;
}

.new-login-alert {
	padding: 20px 20px 0px 0px;
	/* margin-top: 10px; */
	color: red;
}

.account_delete_form form {
	padding: 0px;
	margin-left: auto;
}

.account_delete_form {
	display: flex;
	padding: 15px 35px 25px 35px;
}

.account_delete_form form button {
	color: #3250b6;
}

.btn-login {
	padding-bottom: 25px;
}

.consent-checkbox {
	display: flex;
}

.consent-checkbox input {
	flex: 1;
}

.pre_signup label {
	color: #212425;
	font-family: 'Avenir LT Std Next Demi', 'Avenir LT Std Next', Avenir LT Std, sans;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.pre_signup p {
	margin-bottom: 10px;
	color: #777;
	font-family: Avenir LT Std Next, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.remember-checkbox {
	line-height: 20px;
}

.remember-checkbox span {
	color: #777;
	font-family: Avenir LT Std Next, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.p15 {
	padding: 15px;
}

.new-reset-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	padding: 20px;
}

.new-reset-wrapper button {
	margin-top: 25px;
}

.m-alert__text {
	color: red;
}

.text-center {
	text-align: center;
}

.calend {
	position: relative !important;
	border-radius: 6px;
	margin: 5px;
}

.calend .cell {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	color: #4d5568;
}

.calend .cell:not(.blank):not(.disabled).day:hover,
.calend .cell:not(.blank):not(.disabled).month:hover,
.calend .cell:not(.blank):not(.disabled).year:hover {
	border: 1px solid #091E8F !important;
}

.calend .cell.selected {
	background: #091E8F !important;
	color: white;
}

.grid-table {
	position: relative;
	padding-top: 37px;
	width: 100%;
}

.grid-table-container table {
	border-spacing: 0;
	width: 100%;
}


/* .grid-table-container td + td {
    border-left:1px solid #000;
    } */

.grid-table-container td,
.grid-table-container th {
	border-bottom: 0.5px solid #7E8CAC;
	background: #fff;
	color: #7E8CAC;
	padding: 16px 25px;
	font-size: 14px;
	font-family: 'Avenir';
	font-style: normal;
}

.grid-table-container th {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}

.grid-table-container th div {
	position: absolute;
	background: transparent;
	color: #7E8CAC;
	padding: 2px 25px;
	top: 0;
	margin-left: -25px;
	line-height: normal;
	font-size: 17px;
	font-family: 'Avenir';
	font-style: normal;
}
.dropdown-divider{
	padding: 0px;
}
.dropdown-item{
	padding: 0.55rem 1rem;
}
.dropdown-menu {
	position: absolute;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	z-index: 1;
	background: #F9FCFF;
	border: 1px solid #E0E5FF;
	box-sizing: border-box;
	border-radius: 6px;
	/* padding: 16px 12px; */
}

.dropdown-menu .title {
	font-size: 16px;
	font-weight: bold;
	color: #060c62;
	margin-bottom: 12px;
}

.m-16 {
	margin: 16px;
}

.d-flex {
	display: flex;
}

.d-flex-column {
	display: flex;
	flex-direction: column;
}

.align-center {
	align-items: center;
}

.justify-space-evenly {
	justify-content: space-evenly;
}

.justify-space-between {
	justify-content: space-between;
}

.w-100-percent {
	width: 100%;
}
.w-auto{
	width: auto !important;
}
.fs-10 {
	font-size: 10px;
}

.fs-12 {
	font-size: 12px;
}

.fs-16 {
	font-size: 16px;
}

.fw-800 {
	font-weight: 800;
}

.fw-600 {
	font-weight: 600;
}

.fw-bold {
	font-weight: bold;
}

.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mr-5 {
	margin-right: 5px;
}
.mr-3 {
	margin-right: 3px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-10 {
	margin-right: 10px;
}
.mx-6 {
	margin-right: 6px;
	margin-left: 6px;
}
.mt-4{
	margin-top: 4px;
}
.generic-model-wrapper .header {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #E0E5FF;
	padding: 16px 18px;
}

.generic-model-wrapper .header h2 {
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
	color: #FAFAFF;
}

.generic-model-wrapper .header .btn-cancel {
	margin-left: auto;
}

.generic-model-wrapper .body {
	overflow-y: scroll;
	max-height: 60vh;
	padding: 16px 18px;
}

.cp-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.cp-list {
	max-width: 350px;
	min-width: 350px;
	align-items: center;
	justify-content: center;
	height: 38px;
	flex: 1;
}

.cp-list-current {
	display: flex;
	border-bottom: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), .13);
	padding: 18px 10px;
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
	text-transform: uppercase;
	/* Gray / 600 - #9599C0 */
	color: #9599C0;
}

.ml-20 {
	margin-left: 20px;
}

.cp-list-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 10px;
	position: relative;
}

.dropdown {
    min-width: fit-content !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* a.router-link-exact-active.router-link-active span svg path {
    fill: #3250b6;
} */

.dropdown-content {
	right: 0%;
	/* top: -30% !important; */
	position: absolute;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	background: #F9FCFF;
	border: 1px solid #E0E5FF;
	box-sizing: border-box;
	border-radius: 6px;
}

.dropdown-content.auto {
	right: auto;
	top: auto !important;
}

.dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	border-radius: 6px;
}

.dropdown-content a:hover {
	background: #EFF4FF;
	color: #030A62;
}

.cp-toggle {
	min-width: 248px;
	display: flex;
	background: #F9FCFF;
	border-radius: 6px;
	background-color: white;
}

.cp-toggle button {
	border-radius: 6px;
	flex: 1;
	font-weight: 900;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	color: #3250B6;
	/* background: #ddedff; */
	/* Primary-colors / Primary */
}

.active.cp-toggle_btn {
	background: #3250B6;
	color: white;
}

.cp-list-filter {
	padding: 5px 16px;
	display: flex;
	align-items: center;
	position: relative;
}

.cp-list-filter img {
	position: absolute;
	margin-left: 8px;
}
::placeholder{
	color: #B1B1B1;
}
.cp-list-filter input::-webkit-input-placeholder {
	padding-left: 10px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* Gray / 700 - #7E8CAC */
	color: #7E8CAC;
}

.cp-list-filter input {
	padding: 10px 35px;
	width: 100%;
	background: #FDFDFF;
	border-radius: 20px;
}

.cp-details {
	height: 100vh;
	grid-template-rows: auto min-content;
	background: white;
	flex: 3;
	/* display: grid; */
}

.cp-details-collapsed {
	grid-template-columns: auto;
	grid-template-areas: "cp-main-detail_view";
}

.cp-side-detail_view {
	background: #EFF4FF;
	grid-area: cp-side-detail_view;
}

.cp-details-extended {
	/* grid-template-columns: auto 312px; */
	grid-template-areas: "cp-main-detail_view cp-side-detail_view";
}

.cp-details-collapsed .cp-side-detail_view {
	display: none;
}

.cp-main-detail_view {
	overflow: scroll;
	grid-area: cp-main-detail_view;
}

.cp-list-items {
	padding: 5px 16px;
	overflow: scroll;
	position: relative;
	height: 80vh;
}

.cp-item {
	min-height: 90px;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #FDFDFF;
	box-shadow: 0px 5px 10px rgba(177, 183, 255, 0.25);
	border-radius: 3px;
	border-left: 3px solid #B9B9B9;
}

h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
}

h2.title {
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
}

h3.title {
	font-style: normal;
	font-weight: 900;
	font-size: 21px;
	line-height: 29px;
}

h3.date {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
}

h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

h4.title {
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
}

h4.strong {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
}

h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
}

h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 9px;
	line-height: 12px;
}

.list-filter {
	padding: 10px 35px;
	width: 100%;
	background: #FDFDFF;
	border-radius: 20px;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.item-center {
	align-items: center;
}

.item-end {
	align-items: flex-end;
}

.d-flex {
	display: flex;
}
.d-block{
	display: block;
}
p {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

.link {
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 16px;
	color: #3250B6;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
p.subheading {
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
}

.paragraph {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

.heading {
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

.sub-heading {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.sub-heading.strong {
	font-style: normal;
	font-weight: 800;
}

.sub-heading.date {
	font-style: normal;
	font-weight: 500;
	font-size: 7px;
	line-height: 10px;
	text-transform: uppercase;
}
.side-view-div{
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	z-index: 9;
position: absolute;
width: 30%;
background: #EFF4FF;
top: 0px;
right: 0px;
height: 100vh;
}
.w-50{
	width: 50% !important;
}
.bg-gray1 {
	background: #FDFDFF;
}

.bg-gray2 {
	background: #FAFAFF;
}

.bg-gray3 {
	background: #F0F1FA;
}

.bg-gray4 {
	background: #E1E2EF;
}

.bg-gray5 {
	background: #CDCEE0;
}

.bg-gray6 {
	background: #9599C0;
}

.bg-gray7 {
	background: #7E8CAC;
}

.bg-gray8 {
	background: #484B72;
}

.bg-gray9 {
	background: #2D2E37;
}
.bg-blue8{
	background: #EFF4FF;
}
.auto-left {
	margin-left: auto;
}

.auto-margin {
	margin-right: auto;
}

.border-bottom-gray {
	border-bottom: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), .13);
}

.color-primary {
	color: #030A62;
}

.bg-primary {
	background: #030A62;
}

.bg-primary-warning {
	background: #F1682C;
}

.bg-primary-success {
	background: #30E0A2;
}

.bg-primary-danger {
	background: #E10F21;
}

.color-gray1 {
	color: #FDFDFF;
}

.color-gray2 {
	color: #FAFAFF;
}

.color-gray3 {
	color: #F0F1FA;
}

.color-gray4 {
	color: #E1E2EF;
}

.color-gray5 {
	color: #CDCEE0;
}

.color-gray6 {
	color: #9599C0;
}

.color-gray7 {
	color: #7E8CAC;
}

.color-gray8 {
	color: #484B72;
}

.color-gray9 {
	color: #2D2E37;
}
.color-blue1{
	color:#030A62;
}
.justify-space-between {
	justify-content: space-between;
}

.trunc-180 {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trunc-150 {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trunc-100 {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grid-table {
	position: relative;
	padding-top: 37px;
	width: 100%;
}

.grid-table-container td,
.grid-table-container th {
	border-bottom: 0.5px solid #7E8CAC;
	background: #fff;
	color: #7E8CAC;
	padding: 16px 25px;
	font-size: 14px;
	font-family: 'Avenir';
	font-style: normal;
}

.grid-table-container tbody td:first-child {
	font-weight: bold;
}

.grid-table-container th {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}

.grid-table-container th div {
	position: absolute;
	background: transparent;
	color: #7E8CAC;
	padding: 2px 25px;
	top: 0;
	margin-left: -25px;
	line-height: normal;
	font-size: 17px;
	font-family: 'Avenir';
	font-style: normal;
}


/* Product List Starts */

.invoice-form_header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 18px;
}

.invoice-form_header h2 {
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
	color: #FAFAFF;
}

.btn_cancel {
	margin-left: auto;
}

.invoice-actions {
	padding: 16px 18px;
	background: #7E8CAC;
}

.form-actions {
	display: flex;
	justify-content: space-between;
}

.form-filter-actions .dropdown {
	position: relative;
	display: flex;
	margin-left: auto;
}

.form-filter-actions button {
	cursor: pointer;
	outline: none;
	background-color: transparent;
	border: none;
}

.form-filter-actions .dropdown-content {
	right: 0;
	position: absolute;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	z-index: 1;
	background: #F9FCFF;
	border: 1px solid #E0E5FF;
	box-sizing: border-box;
	border-radius: 6px;
	top: 31px !important;
	z-index: 999;
}

.show {
	display: block;
}

.product-table td img {
	width: 15px;
}

.product-table tbody td {
	background: transparent;
}

.product-table td img:first-child {
	margin-right: 18px;
}

.form-filter-actions .dropdown-content a:hover {
	background: #EFF4FF;
	color: #030A62;
}

.form-filter-actions .dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	border-radius: 6px;
	text-align: left;
}

.form-filter-actions {
	margin-right: 20px;
	position: relative;
	display: flex;
}

.form-filter-actions-search {
	display: flex;
}

.form-filter-actions .dropdown:nth-child(1) {
	margin-right: 10px;
}

.form-filter-actions button {
	border: 1px solid #FFF9F9;
	box-sizing: border-box;
	border-radius: 6px;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #FFF9F9;
	padding: 7px 10px;
}

.form-filter-actions .dropbtn img {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.search-box.cp-list-filter svg {
	position: absolute;
	margin-left: 12px;
	color: #7E8CAC;
}

.search-box.cp-list-filter input {
	padding: 10px 35px;
	width: 100%;
	background: #FDFDFF;
	height: 29px;
	border: 1px solid #EFF4FF;
	box-sizing: border-box;
	border-radius: 6px;
}

.search-box.cp-list-filter {
	display: flex;
	align-items: center;
	position: relative;
    padding: 0 16px;
}

.modal-add-item a,
.form-action-buttons button {
	background: transparent;
	border-radius: 8px;
	font-size: 14px;
	line-height: 14px;
	background-color: #1DBF73;
	color: #fff;
	border: 1px solid #1DBF73;
	margin-right: 16px;
}
.form-action-buttons button {
	text-transform: uppercase !important;
    min-width: 134px;
}
.modal-add-item {
	position: relative;
	top: 6px;
}

.product-table {
	padding: 16px 18px;
	background: transparent;
}

.table-row-active {
	background: rgba(50, 80, 182, 0.5);
}

.product-table table {
	border-collapse: collapse;
}

.product-table table tr {
	border: 0.5px solid #7E8CAC;
}

.product-table th,
.product-table td {
	text-align: left;
}

.product-table th {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 17px;
    line-height: 20px;
    color: #FDFDFF;
    padding: 18px 15px;
    background: #5e6d93;
    position: sticky;
    top: -2px;
    border-top: 0.5px solid #7E8CAC;
    border-bottom: 0.5px solid #7E8CAC;
    z-index: 9;
}

.product-table.grid-table tbody:before {
	content: "";
	display: block;
	margin-top: 14px;
	text-indent: -99999px;
}

.product-table td {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	padding: 18px 15px;
}

.product-table tr td:first-child {
	position: relative;
}

.product-table.grid-table input {
	background: transparent;
	color: #E1E2EF;
}


/* Product table grid starts */

.grid-table {
	position: relative;
}

.grid-table-container {
	overflow-y: auto;
	height: 200px;
}

.grid-table-container table {
	border-spacing: 0;
	width: 100%;
}

.product-table .grid-table-container thead {
	border: 0.5px solid #7E8CAC;
}

.product-table .grid-table-container table {
	border-collapse: collapse;
}

/* product table grid ends */


/* Product List Ends */


/* Product Add Starts */

.generic-modal-small .modal-filter-data {
	max-width: 432px !important;
}

.AddItemModel .invoice-form-body {
	padding-left: 18px;
}

.AddItemModel .invoice-form_header {
	border-bottom: 1px solid #E0E5FF;
}

.AddItemModel .invoice-form-body span {
	/* font-family: 'Avenir'; */
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* color: #02ECEC; */
}

.invoice-form-body {
	padding: 16px 18px 16px 38px;
}

.add-item-form input,
.add-item-form textarea,
.add-item-form select, 
.client-update-form-block .form-field input {
	background: #FDFDFF;
	border: 1px solid #EFF4FF;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 13px;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 20px;
}
/* 
.add-item-form label {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #F0F1FA;
} */

.add-item-form {
	margin-top: 12px;
}

.rate-unit-block {
	display: flex;
}

.product-rate {
	margin-right: 25px;
}

.product-rate input,
.usage select {
	margin-bottom: 0;
}

.form-action-buttons button:first-child {
	background: transparent;
	border-radius: 8px;
	/* font-style: normal; */
	/* font-weight: 750; */
	font-size: 14px;
	line-height: 14px;
	color: #1DBF73;
	border: 1px solid #1DBF73;
	margin-right: 12px;
}

.form-action-buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.usage-unit-dropdown .dropdown {
	position: relative;
	display: flex;
	margin-left: auto;
	border: transparent;
	box-sizing: border-box;
	border-radius: 0 6px 6px 0;
	padding: 10px 13px 12px 13px;
	margin-top: 5px;
	width: auto;
	background: #091e8f;
}

.usage-and-rate-fields {
	display: flex;
}

.usage-and-rate-fields input {
	margin-bottom: 0;
	border-radius: 6px 0 0 6px;
}

.usage-unit-dropdown .dropdown span {
	color: #fff;
	display: flex;
}

.usage-unit-dropdown .dropdown span img {
	position: relative;
	top: 7px;
	margin-left: 5px;
}

.usage-unit-dropdown button {
	cursor: pointer;
	outline: none;
	background-color: transparent;
	border: none;
	width: auto;
}

.usage-unit-dropdown .dropdown-placeholder {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.usage-unit-dropdown .dropdown-placeholder div:first-child {
	color: #9599C0;
}

.usage-unit-dropdown .dropdown-content {
	right: 0;
	position: absolute;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	z-index: 1;
	background: #F9FCFF;
	border: 1px solid #E0E5FF;
	box-sizing: border-box;
	border-radius: 6px;
	top: 45px;
}

.usage-unit-dropdown .dropdown-content a:hover {
	background: #EFF4FF;
	color: #030A62;
}

.usage-unit-dropdown .dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	border-radius: 6px;
	text-align: left;
}


/* Product Add Ends */


/* Language Dropdown Starts */

.language-dropdown {
	display: inline;
}
.language-dropdown ul {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: inline-block;
}
.language-dropdown li {
	cursor: pointer;
	color: #fff;
	margin: 0 10px;
	padding: 10px 0;
}
.language-dropdown li ul {
	display: none;
}
.language-dropdown li ul li {
	margin: 0;
	padding: 0;
}

.language-dropdown li:hover ul {
	position: absolute;
	top:34px;
	right:-15px;
	display: block;
	background: #fff;
	width: 120px;
	padding-top: 0px;
	z-index: 1;
	border-radius:5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.language-dropdown li:hover .triangle {
	position: absolute;
	top: 20px;
	right: -10px;
	z-index:10;
	height: 14px;
	overflow:hidden;
	width: 30px;
	background: transparent;
}
.language-dropdown li:hover .triangle:after {
	content: '';
	display: block;
	z-index: 20;
	width: 15px;
	transform: rotate(45deg) translateY(0px) translatex(10px);
	height: 15px;
	background: #fff;
	border-radius:2px 0px 0px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.language-dropdown li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 15px 15px;
	padding-bottom:0;
	z-index: 2;
	font-size: 15px;
	color: #3c3c3c;
}
.language-dropdown li ul li:last-of-type {
	padding-bottom: 15px;
}
.language-dropdown li ul li span {
	padding-left: 5px;
}
.language-dropdown li ul li span:hover, .language-dropdown li ul li span.active {
	color: #146c78;
}
.sl-flag {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: relative;
	top: 2px;
	overflow: hidden;
}
.flag-de {
	background: url('https://cdn.tradeinsur.com/assets/develop/img/germany.png');
	background-size: cover;
	background-position: center center;
}
.flag-english {
	background-size: cover;
	background-position: center center;
	background: url('https://cdn.tradeinsur.com/assets/develop/img/united-kingdom.png');
}

.flag-france {
	background: url('https://cdn.tradeinsur.com/assets/develop/img/france.png');
	background-size: cover;
	background-position: center center;
}
.flag-spain {
	background: url('https://cdn.tradeinsur.com/assets/develop/img/spain.png');
	background-size: cover;
	background-position: center center;
}

/* Language Dropdown Ends */


/* Scroll bar edit starts */

  /* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #808080;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
	width: 6px;
  }
  
  *::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 12px;
  }
  
  *::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 0px;
  }

  /* Scroll bar edit end */

  .cp-list .cp-list-items {
	  overflow: unset !important;
  }

/* Insurance Dashboard starts */

.cp-main-detail_view {
	overflow: scroll;
	grid-area: cp-main-detail_view;
}

.cp-detail-header {
    padding: 8px 10px;
    background: #FDFDFF;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E0E5FF;
}

.cp-detail-header_profile h2 {
    font-weight: 900;
    font-size: 1em;
    line-height: 25px;
    color: #030A62;
}

.assurance-block .cp-detail-header_profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cp-details.assurance-block, .cp-details.debt-dashboard {
	height: auto !important;
    grid-template-rows: auto min-content !important;
    background: transparent !important;
    flex: none !important;
    display: block !important;
}

.assurance-block .cp-main-detail_view {
	overflow: hidden;
}

.assurance-block .cp-detail-header {
	background: transparent;
	border-bottom: 1px solid #ABBAFF;
	padding: 21px 10px;
}

.assurance-block .cp-detail-header_button {
	border: 1px solid rgba(var(--sk_foreground_low, 29, 28, 29), .13);
    border-radius: 6px;
    padding: 10px 20px 8px 20px;
    color: #9599C0;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.assurance-block .cp-detail-header_button span:first-child {
	margin-right: 10px;
    position: relative;
    top: 2px;
}

.assurance-block .divider-insurance {
	width: 1px;
	height: 80%;
	background-color: rgba(var(--sk_foreground_low, 29, 28, 29), .13);
	margin: 0 25px;
}

.cp-detail-header_cta {
    margin-left: auto;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.client-convert_dropdown {
    display: flex;
    align-items: center;
    position: relative;
}

.client-convert_dropdown button {
    display: flex;
}

.dropbtn-dot {
    padding: 5px;
}

.assurance-content-wrapper {
	padding: 0 8px 0 8px;
}

.top-card-wrapper {
	display: flex;
    justify-content: space-between;
	margin-bottom: 31px;
}

.top-card-wrapper .card, .bottom-card-wrapper .card {
	width: calc(100vw - 72vw);
}

.top-card-wrapper .card-title, .bottom-card-wrapper .card-title {
	font-family: 'Avenir LT Std';
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #7E8CAC;
}

.top-card-wrapper .card-title span, .bottom-card-wrapper .card-title span {
	margin-left: 10px;
}

.top-card-wrapper .card-title span svg, .bottom-card-wrapper .card-title span svg {
	position: relative;
	top: 1px;
}

.two-card-vertical .card:first-child {
	margin-bottom: 29px;
}

.conditions-block {
	width: calc(100vw - 40vw);
}

.conditions-block .card {
	width: 100%;
}

.bottom-card-wrapper {
	display: flex;
	justify-content: space-between;
}

.conditions-block .description strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
}

.conditions-block .description p {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #7E8CAC;
}

.condition-summary .summary .summary-title strong:first-child, .condition-summary .summary .summary-body strong:first-child {
	font-family: 'Avenir';
	font-size: 18px;
	line-height: 21px;
	color: #30E0A2;
	margin-bottom: 5px;
}

.condition-summary .summary .summary-title strong:nth-child(2), .condition-summary .summary .summary-body strong:nth-child(2) {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	line-height: 14px;
	color: #030A62;
	margin-bottom: 5px;
}

.condition-summary .summary span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	color: #7E8CAC;
}

.condition-summary .summary .summary-title, .condition-summary .summary .summary-body {
	display: flex;
	flex-direction: column;
}

.condition-summary {
	margin-top: 23px;
	display: flex;
    justify-content: space-between;
}

.condition-summary .summary-footer ul {
	list-style: none;
	padding-left: 0%;
}

.condition-summary .summary-footer ul li span {
	position: relative;
    top: -4px;
	margin-right: 12px;
}

.condition-summary .summary-footer ul li {
	display: flex;
	margin-bottom: 13px;
}

.condition-summary .summary-footer ul li:last-child {
	margin-bottom: 0;
}

.condition-summary .summary {
	height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.divider-block .divider-summary {
    width: 1px;
    height: 58px;
    background: #E0E5FF;
}

.divider-block .divider-summary:last-child {
    margin-top: 39px;
}

.divider-block {
	display: flex;
	flex-direction: column;
	margin: 0px 20px;
}

.top-card-wrapper .card-content {
    height: 144px;
}

.two-card-vertical .card-content {
    height: 161px;
}

.two-card-vertical {
    width: calc(100vw - 70vw);
}

.client-convert_dropdown .dropdown-block {
	position: relative;
}

@media only screen and (min-width: 1760px) and (max-width: 2078px) {
	.conditions-block {
		width: calc(100vw - 40vw);
	}
}

.top-card-wrapper .figure-card {
	list-style: none;
    margin: 0;
    width: 100%;
}

/* .top-card-wrapper .figure-card-header span {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #7E8CAC;
} */

.top-card-wrapper .unit {
    /* font-size: 2rem;
    bottom: unset; */
}

/* Insurance Dashboard Ends */

/* Subscription with Insurance starts */

.document-upload-wrapper.contract-sign {
	width: 63vw;
}

.document-upload-wrapper.contract-sign iframe {
	height: 82vh;
}

button.large-btn.large-primary-action01.disabled {
	background: #E1E2EF;
    border: 1px solid #E1E2EF;
    color: #9599C0;
    pointer-events: none;
}

.subscription-content-wrapper .content-main-wrapper {
	background: #EFF4FF;
}

.subscription-content-wrapper .aside-left-wrapper, .subscription-content-wrapper .aside-right-wrapper {
	background: #ffffff;
}

a.router-link-exact-active.router-link-active .supplier-icon svg circle {
	fill: #3250b6;
}

a.router-link-exact-active.router-link-active .supplier-icon svg rect:nth-child(1n) {
	fill:#3250b6;
}

a.router-link-exact-active.router-link-active .supplier-icon svg path:nth-child(2n) {
	fill: #fff;
}


.subscription-content-wrapper .aside-left-wrapper {
	width: 60px;
	height: 100vh;
}

.subscription-content-wrapper .aside-right-wrapper {
	width: 312px;
	height: 100vh;
}

.subscription-content-wrapper .content-main-wrapper {
	height: calc(100vh - 42px);
    width: calc(100vw - 372px);
    position: relative;
    padding-top: 60px;
	padding-bottom: 70px;
	overflow-y: auto;
}

.subscription-content-wrapper {
	display: flex;
}

.aside-left-wrapper .logo-block {
	text-align: center;
	margin-top: 10px;
}

.progress-bar-block {
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscription-form-wrapper h2, .document-upload-wrapper h2, .pricing-wrapper h2 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;	
	line-height: 33px;
	color: #030A62;
}

.subscription-form-block {
	margin-top: 14px;    
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscription-form-wrapper, .subscription-cta-footer .subscription-cta-wrapper {
    width: 520px;
    margin: 0 auto;
}

.subscription-cta-footer .subscription-cta-wrapper {
    display: flex;
    justify-content: space-between;
}

.subscription-cta-footer {
    border-top: 1px solid #CDCEE0;
	padding: 13px 0;
    position: absolute;
    width: 100%;
    bottom: 40px;
	background-color: #fff;
}

button.large-btn.large-primary-retour {
    background: #fff;
}

.subscription-form-wrapper {
	display: flex;
    flex-direction: column;
    /* height: calc(100vh - 63px); */
    justify-content: center;
}

/* Full-width input fields */
.subscription-form-block input[type=text], .subscription-form-block input[type=password] {
	width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #fff;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
}

.subscription-form-block input[type=text]:focus {
	background-color: #ffffffe6;
	outline: none;
}

.input-disabled {
	background: #E1E2EF !important;
}

.subscription-form-block .field-wrapper {
    width: 46%;
}

.subscription-form-wrapper .field-wrapper label {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #7E8CAC;
}

.progress-bar-content-wrapper {
	padding: 0 10px;
}

.subscription-content-wrapper .aside-right-wrapper {
	position: relative;
}

.subscription-content-wrapper .aside-right-wrapper .step-1-block {
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 30px;
}

.subscription-content-wrapper .aside-right-wrapper .step-2-block, .subscription-content-wrapper .aside-right-wrapper .step-3-block, .subscription-content-wrapper .aside-right-wrapper .step-4-block {
	display: block;
    margin-top: 10vh;
	padding: 0 30px;
	height: calc(100vh - 10vh);
}

.aside-right-wrapper .step-1-block h3 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
	color: #3250B6;
	margin-bottom: 20px;
}


.aside-right-wrapper .step-1-block span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
}

.aside-footer-abstract {
	position: absolute;
    bottom: -4px;
    right: 0;
}

.progress-bar-content-wrapper .StepProgress {
	text-align: center;
}

li.StepProgress-item.current svg circle {
	fill: #F1682C;
}

li.StepProgress-item.is-done svg circle {
	fill: #30E0A2;
}

/* li.StepProgress-item.is-done svg path:last-child {
	display: none;
} */

.progress-divider {
	height: 25px;
    width: 1px;
    background: #E0E5FF;
    margin: 10px auto;
}

.document-upload-wrapper, .pricing-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 520px;
    margin: 0 auto;
}

.aside-right-wrapper .step-2-block h3 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 33px;
	color: #030A62;
}

.aside-right-content-block button {
	padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #030A62;
}

.aside-right-content-block .dropdown-block {
	background: #EFF4FF;
    padding: 10px;
    border-radius: 10px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
}

.aside-right-content-block .dropdown-block .dropdown-content {
	min-width: 100%;
    background: #EFF4FF;
    box-shadow: none;
    border: transparent;
    top: 40px;
	border-radius: 0 0 10px 10px;
	position: initial;
}

.step-2-block .aside-right-content-block, .step-3-block .aside-right-content-block, .step-4-block .aside-right-content-block {
	/* margin-top: 50px; */
    max-height: 68vh;
    overflow-y: auto;
}

.aside-right-content-block ul {
	padding: 10px;
}

.aside-right-content-block ul li {
	margin-bottom: 11px;
}

.aside-right-content-block ul li:last-child {
	margin-bottom: 0;
}

.aside-right-content-block ul li span:first-child {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #7E8CAC;
}

.aside-right-content-block ul li  a {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #F1682C;
	padding: 0;
}

.aside-right-botton-action a {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    color: #3250B6;
}

.aside-right-botton-action {
    text-align: center;
    position: absolute;
    bottom: 10vh;
    left: 100px;
}

.document-upload-wrapper h3, .pricing-wrapper h3 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #030A62;
	margin-top: 17px;
}

.document-upload-wrapper .document-upload-block {
	margin-top: 23px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 20px;
}

.document-upload-block .recovery-import_content {
	width: 100%;
}

.document-upload-block .recovery-import_content button {
	width: 100%;
	background: transparent;
}

.document-upload-actions {
    display: inline-flex;
}

.document-upload-actions .mes-fichiers, .document-upload-actions .mes-justificatifs {
	width: 50%;
}

.document-upload-actions .mes-fichiers {
	margin-right: 35px;
}

.document-upload-actions h3 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	color: #030A62;
	margin-bottom: 27px;
}

.doc-preview .document-block {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
	display: flex;
	justify-content: space-between;
}

.document-block .image-name-dropdown strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	color: #030A62;
}

.document-block .image-name-dropdown button {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    color: #9599C0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.document-block .image-name-dropdown button span path {
	stroke: #9599C0;
}

.image-name-dropdown {
    width: 175px;
	position: relative;
}

.image-name-dropdown .dropdown-content {
	width: 100%;
} 

.image-name-dropdown .dropdown-content li a {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #030A62;
}

.document-property .content-block strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	line-height: 14px;
	color: #030A62;
}

.document-property .content-block span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 9px;
	line-height: 12px;
	color: #9599C0;
}

.document-justification .document-property {
    display: flex;
}

.document-property .icon-block {
	margin-right: 10px;
}

.document-property .content-block strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	line-height: 14px;
	color: #030A62;
}

.document-property .content-block span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 9px;
	line-height: 12px;
	color: #9599C0;
}

.document-property .image-preview-block {
	display: flex;
}

.document-property .image-preview-block span {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.document-justification ul li {
	margin-bottom: 10px;
}

.document-justification ul li:last-child {
	margin-bottom: 0;
}


.document-block .image-preview img, .document-property .image-preview-block div:first-child img {
	height: 25px;
    width: auto;
}

.step-3-block .aside-right-content-block .dropdown-block:last-child {
	margin-top: 20px;
}

.pricing-wrapper .pricing-progress-bar {
	margin: 23px 0 39px 0;
}

.pricing-wrapper .pricing-progress-bar {
    /* margin: 23px 0 39px 0; */
	margin: 23px 0 10px 0;
}

.pricing-checkout-block {
	text-align: center;
	margin-top: 15px;
	border-top: 1px dotted #CDCEE0;
	padding-top: 10px;
}

.pricing-progress-bar .info-pricing-bar {
	height: 135px;
	background-image: url(https://cdn.tradeinsur.com/assets/develop/images/header.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 18px;
}

.info-pricing-bar h4 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #FDFDFF;
}

.info-pricing-bar span {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #ABBAFF;
    width: 254px;
    display: block;
    margin-top: 12px;
}

.pricing-info-block {
	background: #fff;
    padding: 25px 18px;
    border-radius: 0 0 5px 5px;
	display: flex;
}

.encours-block {
	/* width: 105px; */
    margin-right: 30px;
}

.encours-block .field-wrapper label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	color: #9c9fc4;
}

.encours-block .field-wrapper input {
	width: 100%;
    padding: 10px;
    display: inline-block;
    border: none;
    background: #EFF4FF;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
    border-radius: 6px;
}

.encours-progress-bar-wrapper {
	position: relative;
	width: calc(100% - 175px);
}

.pricing-info-block .md-stepper-horizontal {
	/* display: flex;
    justify-content: space-between; */
    width: 100%;
}

/* Stepper Starts */

/* .md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
} */
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:32px 20px 0px 24px;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width: 12px;
    height: 12px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: 1px solid #3250B6;
	z-index: 999;
    position: relative;
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position: absolute;
    top: 36px;
    height: 5px;
    background: #3250B6;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left: -32px;
    right: 29%;
    margin-right: 19px;
}

.md-step.indication .md-step-circle {
	width: 15px;
	height: 15px;
	border: transparent;
	background: #FDFDFF;
	box-shadow: 0px 2px 6px rgba(41, 40, 120, 0.15);
	display: block;
}

.md-step.indication {
	position: absolute;
    left: 39px;
    top: -2px;
}

.pricing-tooltip-wrapper {
	position: relative;
}
.tradein_euler_logo{
	position: absolute;
	right: 15px;
    top: 24px;
}
.tradein_euler_logo_side{
	margin-top: 20px;
    text-align: center;
}
.pricing-tooltip-block {
	background: #FDFDFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
    position: absolute;
    width: 175px;
    left: -40px;
	top:-22px;
}

.pricing-tooltip-block .price-block strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 22.7097px;
	line-height: 31px;
	color: #004141;
} 

.pricing-tooltip-block .price-block strong sup {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 12.75px;
	line-height: 17px;
	color: #9599C0;
}

.pricing-tooltip-block .price-block p {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 10px;
	color: #9599C0;
}

.pricing-tooltip-block .price-block {
	padding: 10px;
}

.pricing-tooltip-block .sauvej-block {
	background:#30E0A2;
	padding: 10px;
	color: #ffffff;
}

/* Stepper Ends */

.pricing-form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pricing-form .field-wrapper {
	width: 46%;
}
.pricing-detail .field-wrapper strong{
	color: #6b6c72;
	
	
}
.pricing-detail .field-wrapper strong sup{
	
    color: #6b6c72;
	font-size: 10px;
}
.pricing-detail .field-wrapper strong span{
	font-size: 10px;
    color: #6b6c72;
}
.pricing-detail .field-wrapper label {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #6b6c72;
}
.pricing-form .field-wrapper label {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #7E8CAC;
}

.pricing-form input[type=text],.pricing-form input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
}

.pricing-form .field-wrapper:last-child {
	width: 100%;
	margin-top: 20px;
}

.field-wrapper.conditions label a {
	text-decoration: underline;
}

.field-wrapper.conditions label {
	position: relative;
	top: -1px;
}

.document-property .content-block {
    display: flex;
    width: 128px;
    flex-direction: column;
}

.logo-block a svg {
	width: 25px;
    fill: #7E8CAC;
	position: relative;
    top: 8px;
}

.customer-selection {
    text-align: center;
    margin-top: 15px;
    border-top: 1px dotted #CDCEE0;
    padding-top: 10px;
}

.customer-selection a {
	display: inline-block;
}

span.score-title {
    margin-right: 10px;
}

.score-wrapper ul li {
	display: flex;
}

span.score-value {
    /* margin-right: 30px; */
	font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #7E8CAC;
}

.encours-block input {
    /* margin-top: 15px; */
}

.encours-block select {
	padding: 8px;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
    border: 1px solid #E0E5FF;
}

.pricing-form-wrapper {
    margin-top: 20px;
}

.pricing-form-wrapper h2 {
    margin-bottom: 15px;
}

/* .pricing-form-wrapper .field-wrapper select, div#card-number-element, div#expiry-date-element, div#cvc-element, select#country {
	width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
} */

.field-wrapper.conditions {
    width: 100%;
    margin-top: 15px;
}

.encours-edit-wrapper {
    margin-left: 10px;
}

.subscription-cta-wrapper button:first-child {
    margin-right: 15px;
}

.field-wrapper.error label {
	color: red;
}

.subscription-cta-wrapper.payment-component {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.border.active.premium, .border.active.business {
	background: #3755b626 !important;
}

/* Subscription with Insurance end */

/* Debt Collection Dashboard starts */

.cp-details.debt-dashboard .cp-main-detail_view {
	overflow: auto;
}

.corporate-info, .cp-detail-header_profile_wrapper {
    display: flex;
}

/* .grade-block {
    margin-right: 10px;
} */

.cp-detail-header_profile h2 {
    font-weight: 900;
    font-size: 1em;
    line-height: 25px;
    color: #030A62;
}

.corporate-info-short .btn-pin {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100px;
    white-space: nowrap;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 8px;
    line-height: 11px;
    text-transform: uppercase;
    color: #F9FCFF;
    background: #3250B6;
    border-radius: 20px;
    padding: 2px 8px;
    margin-top: 2px;
    margin-left: 5px;
}

.corporate-info-short span {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #9599C0;
}

.cp-details.debt-dashboard .cp-detail-header {
	padding: 6.2px 10px;
}

.dashboard-content-wrapper {
	padding: 44px 10px;
}

.financial-info-block .info-block span {
	display: block;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #484B72;
}

.financial-info-block .info-block strong {
	display: block;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 750;
	font-size: 35px;
	line-height: 42px;
	color: #030A62;
}

.financial-info-wrapper .financial-info-block {
    display: flex;
}

.financial-info-wrapper .financial-info-block .image-block {
    margin-right: 20px;
}

.financial-info-wrapper .financial-info-block .image-block svg {
    position: relative;
	top: 5px;
}

.financial-info-wrapper {
    display: flex;
    justify-content: space-between;
	margin-bottom: 44px;
}

.corporate-info-address-wrapper .card-secondary {
	background: #FDFDFF;
	box-shadow: 0px 5px 10px rgba(177, 183, 255, 0.25);
	border-radius: 3px;
	padding: 22px;
	width: 450px;
}

.corporate-info-address-wrapper .card-secondary {
    /* border: 1px solid #E0E5FF; */
    box-shadow: 0 0 1.5rem rgb(17 17 17 / 15%);
}

.corporate-info-address-wrapper .card-secondary strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 750;
	font-size: 17px;
	line-height: 20px;
	color: #030A62;
}

.corporate-info-address-wrapper .card-secondary ul {
	margin-top: 10px;
}

.corporate-info-address-wrapper .card-secondary li {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 350;
	font-size: 12px;
	line-height: 14px;
	color: #484B72;
	margin-bottom: 7px;
}

.corporate-info-address-wrapper .card-secondary.address li {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 350;
	font-size: 20px;
	line-height: 20px;
	color: #484B72;
	margin-bottom: 7px;
}

.corporate-info-address-wrapper .card-secondary.address strong {
	font-size: 30px;
	margin-bottom: 25px;
	display: block;
}

.corporate-info-address-wrapper .card-secondary li:last-child {
	margin-bottom: 0;
}

.corporate-info-address-wrapper .card-secondary:last-child li {
	display: flex;
}

.corporate-info-address-wrapper .card-secondary li strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	color: #030A62;
	margin-right: 20px;
	width: 135px;
    display: block;
}

.corporate-info-address-wrapper .card-secondary li .tel-strong {
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
}

.corporate-info-address-wrapper {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}

.column-two .card-secondary, .chance-block .card-secondary {
	background: #FDFDFF;
    border-radius: 3px;
    padding: 22px;
    width: 450px;
	/* border: 1px solid #E0E5FF;     */
    box-shadow: 0 0 1.5rem rgb(17 17 17 / 15%);
}

.corporate-info-othere {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}

.column-two .card-secondary:first-child {
	margin-bottom: 5px;
}

.column-two .card-secondary h4, .chance-block .card-secondary h4 {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 750;
	font-size: 20px;
	line-height: 24px;
	color: #030A62;
	margin-bottom: 30px;
}

.column-two .card-secondary span {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #030A62;
	display: block;
	text-align: center;
}

.column-two .card-secondary strong {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 750;
	font-size: 35px;
	line-height: 42px;
	color: #B20C0A;
	display: block;
	text-align: center;
}

.form-field-radio-wrapper label{
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #F0F1FA;
}

.form-field-radio-wrapper label:first-child {
	width: 100%;
}

.radio-btn-block label:first-child {
	margin-right: 10px;
}

.radio-btn-block label input {
	position: relative;
    top: 2px;
    margin-right: 5px;
}

.column-two .card-secondary:last-child {
	padding: 44px 22px;
}

.card-content-debt-dashboard {
	height: 143px;
}

.chance-block .card-content-debt-dashboard {
	height: 297px;
}

.dashboard-content-wrapper {
	overflow-y: scroll;
    height: calc(100vh - 78px);
}

.cp-detail-header.dashboard-header {
	display: flex;
	justify-content: space-between;
}

.corporate-tab-block a {
	text-transform: uppercase;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #F9FCFF;
	padding: 10px 23px;
}

.corporate-tab-block a:first-child {
	background: #3250B6;
    border-radius: 6px;
    position: relative;
    right: -7px;
    border: 1px solid #3250B6;
}

.corporate-tab-block {
    position: relative;
    top: 17px;
}

.corporate-tab-block a:last-child {
	background: #F9FCFF;
	border-radius: 0 6px 6px 0;
	color: #3250B6;
	border: 1px solid #3250B6;
}

.client-update-form-block .form-field label {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	color: #F0F1FA;
}  
.h-auto{
	height: auto !important;
}
.client-update-form-block .form-field {
    width: 48%;
}

.client-update-form-block div:first-child {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	overflow: auto;
}

.client-update-form-block .profile-form_footer {
	text-align: right;
}

.client-update-form-block .profile-form_footer button:first-child {
	border: transparent;
	margin-right: 10px;
}

.footer.d-flex.quote-next {
    justify-content: center;
}

.footer.d-flex.quote-next button img {
    margin-left: 5px;
}
.modal-footer{
	padding: 16px 18px;
    background: #7E8CAC;
    border-radius: 0px 0px 12px 12px;
    text-align: right;
}
.add-invoice-detail {
	display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #7E8CAC;
    padding: 15px;
    background: #5e6d93;
	position: relative;
}

.progres-bar.invoice-detail-item-block {
	position: absolute;
    margin: 0;
    background: white;
    flex: 3;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}

.progres{
 
    position: absolute;
    height: 100%;
    background: #30e0a2;
    margin: 0;
}
.progres:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  
  overflow: hidden;
}
.anime:after{
   animation: move 2s linear infinite;
     background-image: 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
  );
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.add-invoice-detail:last-child {
	border-bottom: transparent;
	margin-bottom: 25px;
}

.add-invoice-detail h2 {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 17px;
    line-height: 20px;
    color: #FDFDFF;
}

.invoice-add-next-btn {
    text-align: right;
    margin-top: 25px;
}

.add-invoice-detail h2 span svg {
	position: relative;
    top: 3px;
}

.add-invoice-detail h2 span {
	margin-left: 5px;
}

@media only screen and (min-width: 1440px) {
	.corporate-info-address-wrapper .card-secondary, .column-two .card-secondary, .chance-block .card-secondary{
		width: 33vw;
	}
}

/* Debt Collection Dashboard ends */

/* Debt progress bar block starts */

.progress-bar-block.debt {
	height: auto;
	position: absolute;
    width: auto;
	padding: 0 20%;
	top:51px;
}

.progress-bar-block.debt .StepProgress {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.progress-bar-block.debt .StepProgress .is-done-divider .progress-divider {
	background: #30E0A2;
}

.progress-bar-block.debt .progress-divider {
	height: 1px;
    width: 14.7vw;
}

.progress-bar-block.debt .StepProgress-item svg path:first-child {
	display: none;
}

.progress-bar-block.debt .StepProgress-item.is-done svg path:last-child {
	display: none;
}

.status-indication span {
	font-family: Avenir LT Std LT Std;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #484B72;
	margin-left: 5px;
}

.status-name-block strong {
	font-family: Avenir LT Std LT Std;
	font-style: normal;
	font-weight: 750;
	font-size: 32px;
	line-height: 38px;
	color: #030A62;
}

.corporate-info-address-wrapper .card-secondary.status {
	padding: 0;
}

.status-block {
    border-bottom: 1px solid #E0E5FF;
    padding: 10px 22px;
}

.corporate-info-address-wrapper .card-secondary.status ul {
	padding: 0 22px 22px 22px;
}

.corporate-info-address-wrapper .card-secondary.status ul li a {
	font-family: Avenir LT Std LT Std;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #3250B6;
	position: relative;
    top: -7px;
}

.invoice-list-wrapper .card-secondary {
	background: #FDFDFF;
    border-radius: 3px;
    padding: 22px;
	/* border: 1px solid #E0E5FF; */
    box-shadow: 0 0 1.5rem rgb(17 17 17 / 15%);
}

.invoice-list-wrapper .card-secondary h4 {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 20px;
    line-height: 24px;
    color: #030A62;
    margin-bottom: 30px;
}

.invoice-list-wrapper .product-table {
	padding: 0;
}

.invoice-list-wrapper .product-table.grid-table tbody:before {
	content: none;
}

.invoice-list-wrapper .grid-table-container {
	height: auto;
}

.invoice-list-wrapper .product-table table tr {
	border: transparent;
}

.invoice-list-wrapper .product-table th {
	color: #7E8CAC;
	background: transparent;
	border: none;
	padding-top: 0;
}

.invoice-list-wrapper .product-table .grid-table-container thead {
	border: none;
}

.invoice-list-wrapper .grid-table-container td {
	border-bottom: 0.5px solid #7E8CAC;
}

.corporate-tab-wrapper .large-primary-action01 .text-finish {
	position: relative;
    top: -5px;
    margin-right: 0;
}

.corporate-tab-wrapper .large-primary-action01 span:first-child {
	opacity: 0.5;
	margin-right: 5px;
}

/* Debt progress bar block ends */

/* Debt Modal Starts */

.client-update-form-block {
	display: flex;
	flex-wrap: wrap;
}

.generic-model-wrapper .modal-aside-left {
	overflow-y: auto;
}



.client-update-form-block .footer.d-flex.quote-next, .file-upload-model .footer.d-flex.quote-next.modal-footer.w-100 {
	width: 100%;
}

.aside-right-content-block.modal-dropdown {
	width: 33%;
    margin: 35px 0 0 0;
    height: 216px;
    overflow-y: scroll;
    padding-right: 10px;
}

.aside-right-content-block.modal-dropdown .dropdown-block {
	padding: 9px 10px;
	margin-bottom: 7px;
	overflow: visible;
}

.header.model-debt h2 span {
	margin-right: 5px;
}

.header.model-debt h2 button {
	margin-left: 15px;
}

.file-upload-model {
	display: flex;
	flex-wrap: wrap;
}

.file-upload-model .aside-right-content-block.modal-dropdown {
	margin: 16px 0 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.progress-bar-block.debt .progress-divider {
		width: 13vw;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
	.progress-bar-block.debt .progress-divider {
		width: 13vw;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2600px) {
	ul.StepProgress {
		width: 49vw;
	}
}

/* Model Footer Steps Starts */

.footer-steps span {
    width: 8px;
    height: 8px;
    background: #fdfdffb0;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    margin-top: 17px;
	display: block;
}

.footer-steps {
    display: flex;
}

.footer-steps span.active {
	background: #F1682C;
    width: 9px;
    height: 9px;
}

/* MOdel Footer Steps Ends */

/* Summary block starts */

.summary-block {
	padding: 16px 18px;
    display: flex;
    justify-content: space-between;
}

.summary-block .step-block {
	background: #EFF4FF;
    border-radius: 10px;
	padding: 10px;
	width: 23%;
}

.step-block li h4 {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #030A62;
}

.step-block li:first-child {
	margin-bottom: 15px;
}

.step-block ul li span:first-child {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #7E8CAC;
}

.step-block ul li {
	margin-bottom: 10px;
	line-height: 22px;
}

.step-block ul li:last-child {
	margin-bottom: 0;
}

.step-block.doc-upload {
	max-height: 288px;
    overflow-y: scroll;
}

/* Summary block Ends */

.account_delete_form a {
    font-family: 'Avenir';
}

/* Clients Card Starts */

.cp-status_card_list.client-card, .cp-status-figures {
	width: calc(100vw - 435px);
}

@media only screen and (min-width: 1923px) {
	.cp-status_card_list.client-card, .cp-status-figures {
		width: calc(100vw - 27vw);
	}
}

/* Clients Card Ends */

/* Empty dashboard Starts */

.dashboard-steps .image-block img {
	height: 98px;
}

.empty-dashboard-wrapper {
	padding: 40px;
    /* max-height: 83vh; */
    overflow-y: auto;
}
.empty-dashboard-wrapper.design-3{
	max-height: calc(100vh - 60px);
	padding-top: 10px;
}
.empty-dashboard-wrapper.design-1 {
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.empty-dashboard-wrapper.design-3 li {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.empty-dashboard-wrapper.design-3 h2 {
   font-size: 28px;
}
/* Cash Forecast Starts */

/* cash forecast month color starts */

.previous-month {
	color: rgba(3, 10, 98, 0.4);
}

.next-month {
	color: rgba(3, 10, 98, 0.6);
}

.selected {
	color: #3250B6;
}

.real .previous-month-data {
	color: #3250b65e;
}

.real .minus.previous-month-data {
	color: #f1682c69;
}

/* cash forecast month color ends */

.all-month-block, .custom-months {
    display: flex;
}

.all-month-block input, .custom-months input {
	width: auto !important;
    margin-right: 5px;
}

.all-month-block label, .custom-months label {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #030A62 !important;
	position: relative;
	top: 1px;
}

.custom-months {
    display: flex;
    flex-direction: column;
}

.custom-month-pills-block button {
	border: 1px solid #BEBEBE;

    padding: 0 9px;
    border-radius: 14px;
    color: #959595;
	font-size: 10px;
    font-weight: 900;
    margin-bottom: 5px;
}

.custom-month-pills-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 0 !important;
}

.custom-month-pills-block button.active {
	background: #F2FDF9;
    color: #00DCA0;
	border: 1px solid #00986F;
}

.custom-month-checkbox-block label {
    position: relative;
    top: -3px;
}

.figure-block {
	background: #fff;
    padding: 15px;
    border-radius: 14px;
	height: 100%;
}

.card-wrapper {
    background: #fff;
    padding: 15px 0 15px;
    border-radius: 8px;
}
.current-balance.card-wrapper .title-card{
	border-bottom: none;
	justify-content: flex-start;
}
.title-card span.title-name {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
    color: #7E8CAC;
    display: flex;
}
.empty-dashboard-block h2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 25px;
    line-height: 50px;
    color: #3250B6;
}

.dashboard-steps{
    margin-top: 25px;
}

.dashboard-steps li {
    margin-bottom: 30px;
    font-family: 'Avenir';
}
.dashboard-steps li .info-block{
	display: flex;
	align-items: center;
}
.title-card {
	color: #6C6C6C;
	border-bottom: 2px solid #ffffff;
    padding: 0 15px 10px 15px;
	display: flex;
	align-items: center;
}
.dashboard-steps li strong {
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 50px;
    color: #3250B6;
    margin-right: 10px;
}
.assurance-risk-indicator{
    width: 10px;
    height: 10px;
    max-width: 100%;
    display: block;
}

.dashboard-steps li span {
	font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #484B72;
}
.title-date span.supporting-text {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #9C6800;
	margin-left: 10px;
}

.title-date span {
	text-transform: initial;
}

.title-card .title-date {
    display: flex;
}

.periodicite-action button span {
	font-family:  'Avenir';
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	color: #7E8CAC;
	margin-left: 5px;
	text-transform: initial;
}

.periodicite-action button {
    display: flex;
}

.periodicite-content {
    padding: 10px 15px 0 15px;
    display: flex;
    justify-content: space-between;
}

.periodicite-border {
    width: 2px;
    color: #E1E2EF;
    background: #E1E2EF;
}

.cp-status_card.solde {
	width: auto;
}

.solde-value strong {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 33px;
    line-height: 40px;
    color: #3250B6;
}

.sub-child-block .cp-detail-item span {
	max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.periodicite-content input {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 28px;
    line-height: 40px;
    color: #2D2E37;
    padding: 0;
    border: none;
    background: transparent;
    width: 240px;
}

.title-card.wb10 {
	margin-bottom: 10px;
}

.cp-status_card-bottom, .cp-status_card {
	display: flex;
    flex-direction: column;
    width: 193px;
    position: relative;
}

.sub-child-indicator {
	width: 5px;
    border: 2px solid #C4C4C4;
    border-radius: 10px;
    position: relative;
    top: -23px;
    z-index: -1;
    left: 22px;
}
.cp-item.cp-ba-item {
	position: relative;
}

.cp-item.cp-ba-item::before {
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #3250B6;
    border: 2px solid #C4C4C4;
    position: absolute;
    top: 46%;
    left: -25px;
}

.bank-sub-child {
	max-height: calc(100vh - 328px);
    overflow: auto;
    position: relative;
    top: -21px;
}

.sub-child-block {
    padding-top: 26px;
}

.sub-child-wrapper {
    display: flex;
}

.cp-item.d-flex.bank-card-active {
    background: #3250B6;
}

.cp-item.d-flex.bank-card-active .cp-detail-item, .cp-item.d-flex.bank-card-active .cp-name {
	color: #fff;
}

.cp-item.d-flex.bank-card-active .cp-item {
	border-left: 3px solid #F1682C;
}

.bank-badge-block span {
	font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    color: #F9FCFF;
    background: #02ECEC;
    padding: 5px 10px;
    border-radius: 50px;
}

.bank-connect-header-wrapper {
    display: flex;
    justify-content: space-between;
}

img.calender-date {
    position: absolute;
    top: 20px;
    right: -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1331px) {
	.periodicite-content input {
		width: 117px;
		font-size: 20px;
	}

	.solde-value strong {
		font-size: 20px;
	}

	.cp-status_card-bottom, .cp-status_card {
		width: 138px;
	}
}

.card-amount strong {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #484B72;
}

.empty-dashboard-wrapper.design-2 li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.empty-dashboard-wrapper.design-2 .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .content-alter .info-wrapper {
    order: 2;
}

.content-alter .image-block {
    order: 1;
}

.empty-dashboard-wrapper .cta-block {
    margin-top: 10px;
}

.empty-dashboard-wrapper.design-2 .cta-block button {
    margin: 0 auto;
}

.empty-dashboard-wrapper.design-2 img {
    width: 115px;
    height: auto;
}

/* Empty dashboard Ends */

/* Purchases css starts */

.header-wrapper {
    min-height: 62px;
    position: fixed;
    width: calc(100vw - 410px);
    background: #fff;
    z-index: 9;
}

.tab-block {
    margin-top: 90px;
}

.cp-main-detail_view.purchase-wrapper {
    overflow: auto;
}
/* Purchases css Ends */

/* Cash Forecast Starts */



.figure-block {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    height: 100%;
}

.card-wrapper {
    background: #fff;
    padding: 15px 0 15px;
    border-radius: 14px;
}


.title-card {
    border-bottom: 2px solid #EFF4FF;
    padding: 0 15px 10px 15px;
    display: flex;
    justify-content: space-between;
}
.card-amount {
    margin-top: 10px;
}

.title-card.financial {
    padding-top: 10px;
	padding-bottom: 0px;
}

span.card-amount-title {
    display: block;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #7E8CAC;
    padding: 0 15px;
}

.card-amount.financial {
    margin-top: 25px;
}

.current-balance.card-wrapper:first-child {
    margin-bottom: 10px;
}

span.info {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #00DCA0;
    display: block;
    padding: 0 15px;
}

.title-card.financial strong h2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 750;
    font-size: 20px;
    line-height: 31px;
    color: #00525E;
    text-transform: uppercase;
}

.title-card sub {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #7E8CAC;
    margin-right: 8px;
    position: relative;
    top: -10px;
}

.cash_figure_content .number-card {
    width: 240px;
    margin-right: 10px;
}

.current-balance.card-wrapper:last-child {
    margin-bottom: 10px;
}

th.first select {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    border: transparent;
    padding: 10px 5px;
    border-radius: 6px;
    background: #fff;
}

.table-block {
    margin-top: 10px;
}

.finance-btn {
    margin-top: 5px;
}

tr.spaceUnder td:first-child {
    border-top-left-radius: 14px;
}

tr.spaceUnder td:last-child {
    border-top-right-radius: 14px;
}

tr.real:last-child td:first-child, tr.pred:last-child td:first-child, tr.finance:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

tr.real:last-child td:last-child, tr.pred:last-child td:last-child, tr.finance:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.cp-toggle-wrapper .cp-toggle {
    width: 180px;
    display: inline-flex;
    background: #F9FCFF;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.cp-toggle-wrapper .cp-toggle.cash-forecast-toggle .active {
    background: #F1682C;
    color: white;
}
.card-amount.financial strong.forecast{
	color: #00DCA0;
}
.card-amount.current-blnc-amt strong,  .card-amount.financial strong {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #2D2E37;
    padding-left: 10px;
}
.cp-toggle-wrapper .cash-forecast-toggle button.cash {
	border-radius: 8px !important;
	border: 1px solid #BEBEBE;
	background: #FBFBFB;
	color: #6C6C6C;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.cp-toggle-wrapper .cash-forecast-toggle button.cash.active{
	background: #00DCA0;
	/* Color/Primary/2 */
	
	border: 1px solid #00986F;
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	/* identical to box height, or 160% */
	
	letter-spacing: 0.0025em;

	
	/* Color/Grey/White */
	
	color: #FFFFFF;	
}
.cp-toggle-wrapper .cash-forecast-toggle button.cash.active, .cp-toggle-wrapper .cash-forecast-toggle button.cash {
    border-radius: 0;
}

.title-card.cash-forecast-graph-block span {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cp-toggle-wrapper .cp-toggle.cash-forecast-toggle button {
	background: #ddedff;
}

.cp-toggle-wrapper .cash-forecast-toggle button.sales.active {
	background: #00DCA0;
	/* Color/Primary/2 */
	
	border: 1px solid #00986F;
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	/* identical to box height, or 160% */
	
	letter-spacing: 0.0025em;
	
	/* Color/Grey/White */
	
	color: #FFFFFF;	
}

.cp-toggle-wrapper .cash-forecast-toggle button.bank.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.cp-toggle-wrapper .cash-forecast-toggle button.sales {

    border-radius: 8px;
	border: 1px solid #BEBEBE;
	background: #FBFBFB;
	color: #6C6C6C;
	font-weight: normal;
font-size: 14px;
line-height: 22px;
}

.cp-toggle-wrapper .cash-forecast-toggle button.bank {
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.financial-button-wrapper {
    margin-top: 13px;
}

.amount-select {
    width: 66%;
}

a.router-link-exact-active.router-link-active .supplier-icon .cash-icon path:nth-child(2n) {
    fill: #3250b6;
}
/* Purchase additional CSS starts */

@media only screen and (max-width: 1290px) {
	.purchase-table-wrapper {
		width: calc(100vw - 401px);
		overflow-x: hidden;
	}

	.purchase-tab-wrapper {
		width: calc(100vw - 401px);
	}
}

@media only screen and (min-width: 1289px) and (max-width: 1571px) {
	.cp-main-detail_view.purchase-wrapper {
		overflow-x: hidden;
	}
}

.grid-table-container.table-height-defined {
	max-height: calc(100vh - 290px);
    height: auto;
}

/* Purchase additional CSS ends */

/* Filter search starts */

.filter-search-icon {
	width: 60px;
    height: 50px;
    background: #F1682C;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.filter-search-icon img {
	position: initial !important;
}

.search-result-title-wrapper {
	background: #E0E5FF;
    padding: 10px 20px;
	display: flex;
    justify-content: space-between;
}

.search-result-title-wrapper strong {
	font-weight: 750;
    font-size: 17px;
    line-height: 20px;
    color: #030A62;
    font-family: 'Avenir';
    font-style: normal;
}

.filter-badge-wrapper button.active {
	background: #3250B6;
    border: 1px solid #3250B6;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
	font-size: 15px;
}

.filter-badge-wrapper button {
	font-weight: bold;
    padding: 10px 20px;
	color: #484B72;
	background: #E0E5FF;
	border: 1px solid #3250B6;
	font-size: 15px;
	font-family: 'Avenir';
	border-radius: 50px;
}

.filter-badge-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.wrapper-result {
    height: calc(100vh - 214px) !important;
}

.expense-sales-editable .dropdown-discounting.cash-forecast-dropdown {
    margin-left: 5px;
	/* display: none; */
	visibility: hidden;
}
.expense-sales-editable a{
	color: #212121;
}
.expense-sales-editable:hover .dropdown-discounting.cash-forecast-dropdown {
	/* display: block; */
	visibility: visible;
}

.expense-sales-amount:hover {
	/* font-weight: bold; */
	text-decoration: underline;
}

.expense-sales-editable {
    display: flex;
}

.month-name {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 10px;
	line-height: 12px;
	color: #00DCA0;
	text-transform: uppercase;
}

.amount-expense-sales .dropdown-title-discounting {
	display: flex;
	justify-content: space-between;
}

textarea#purpose {
    border:1px solid #BEBEBE;
    border-radius: 6px;
    color: #030A62;
    padding-left: 5px;
}

.expense-list-block ul li strong {
	display: block;
	width: 100%;
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 750;
	font-size: 11px;
	line-height: 13px;
	color: #3250B6;
}

.expense-list-block ul li span {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	color: #9599C0;
}

.expense-list-block ul li {
    border-bottom: 1px solid #F0F1FA;
    list-style: disc;
    padding-bottom: 10px;
	text-align: left;
}

.expense-list-block ul li:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

.expense-list-block ul {
    padding-left: 15px;
}

/* Filter search ends */
/* Cash Forecast Ends */

/* Bank Account Starts */

.bank-card-block {
	background: #EFF4FF;
    padding: 15px;
    border-radius: 14px;
    margin: 15px;
}

.connecteur-bancairea {
    font-size: 55px;
    height: 55px;
    display: flex;
}

.connecteur-bancairea span {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #7E8CAC;
	display: flex;
    flex-direction: column;
    order: 2;
    justify-content: center;
	margin-left: 5px;
}

/* Bank Account Ends */


/* Test  */
.range-slider-holder {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }

  .range-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.range-values .range-item span:first-child {
	width: 10px;
    height: 10px;
    background: white;
    display: block;
	margin: -10px 8px 10px auto;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 1px solid #ade5fc;
	z-index: 0;
    position: relative;
}

.range-values .range-item:last-child span:first-child {
	margin: -10px 0 10px auto;
}

.range-values .range-item:first-child span:first-child {
	margin: -10px 17px 10px auto;
}
.price_toggle_wrapper{
	text-align: center;
}
.price_toggle{
	display: inline-block;
	background: #d3def4;
    border-radius: 6px;
}
.price_toggle button.active{
	background: #3250B6;
    border: 1px solid #3250B6;
	color: #F9FCFF;
}
.price_toggle button{
	
    
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

.range-values span {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #9599C0;
}

  .range-slider-tooltip {
	position: absolute;
    top: -108px;
    margin: 0;
    border-radius: 5px;
    color: white;
  }

  .range-slider {
	width: 100%;
  }

  /* input[type="range"] {
	pointer-events: none;
	-webkit-appearance: none;
	width: 100%;
  } */

  input[type="range"]:focus {
	outline: none;
  }

  /* input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #ade5fc;
	border-radius: 32px;
  }

  input[type="range"]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: rgba(241,104,44,1);
	box-shadow: 0 2px 6px rgba(41, 40, 120, 0.15);
	cursor: none;
	-webkit-appearance: none;
	margin-top: -5px;
	position: relative;
	z-index: 2;
  }

  input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #ade5fc;
  }

  input[type="range"]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #ade5fc;
	border-radius: 32px;
	border: 3px solid #122c35;
  }

  input[type="range"]::-moz-range-thumb {
	border: 3px solid #122c35;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
  }

  input[type="range"]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
  }

  input[type="range"]::-ms-fill-lower {
	background: #ade5fc;
	border: 0.2px solid #122c35;
	border-radius: 50%;
  }

  input[type="range"]::-ms-fill-upper {
	background: #ade5fc;
	border: 0.2px solid #122c35;
	border-radius: 50%;
  } */

  /* input[type="range"]::-ms-thumb {
	border: 3px solid #122c35;
	height: 36px;
	width: 16px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
  }

  input[type="range"]:focus::-ms-fill-lower {
	background: #ade5fc;
  }

  input[type="range"]:focus::-ms-fill-upper {
	background: #ade5fc;
  } */

  .range-slider-result {
	padding: 16px 16px 16px 48px;
	margin: 0 auto 48px;
	border: 4px solid #122c35;
	text-align: center;
  }

  .range-slider-result:before {
	content: "i";
	display: block;
	background: #122c35;
	color: white;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 50%;
	position: absolute;
	width: 27px;
	height: 27px;
	top: 19px;
	left: 40px;
	padding: 1px;
  }

  div#iban-element {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
}

/* MdsRatioComponent starts */

.cp-ratio-toggle button {
	background: #ddedff;
	font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #3250B6;
	font-family: 'Avenir';
	flex: 1;
}

.cp-ratio-toggle button:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.cp-ratio-toggle button:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}


.cp-ratio-toggle button.active{
	background: #F1682C;
    color: white;
}

.operational-ul{
	column-count: 2;
    column-gap: 20px;
    max-height: calc(100vh - 430px);
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.operational-ul li{
	border: 1px solid #E0E5FF;
    padding: 10px;
    text-align: center;
    margin: 5px;
    width: 44%;
}
.operational-ul li h3{
	font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #030A62;
}
.operational-ul li span{
	   color: #324fb6;
   font-size: 24px;
   font-weight: 800;
   margin-top: 5px;
   display: block;
}
.cp-ratio-toggle{
	width: 100%;
   display: flex;
   background: #F9FCFF;
   margin-bottom: 10px;
   background-color: white;
}

h3.title-block-h2 {
    color: #091e8f;
    font-weight: 700;
}

h2.title-block-h2 {
    color: #091e8f;
    font-weight: 700;
}

.filter-profit button {
	padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 9px;
    color: #030A62;
}

.filter-profit .dropdown-block {
	background: transparent;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #030A62;
}

.filter-profit .dropdown-block .dropdown-content {
	min-width: 100%;
    background: #EFF4FF;
    box-shadow: none;
    border: transparent;
    top: 30px;
	border-radius: 0 0 10px 10px;
}

.filter-profit ul {
	padding: 10px;
    max-height: 222px;
    overflow-y: auto;
}

.filter-profit ul li {
	padding: 13px 0;
    border-bottom: 1px solid #fff;
}

.filter-profit ul li:last-child {
	border-bottom: none;
}

.profitability-block {
    display: flex;
    justify-content: space-between;
}

.profitability-block h3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.filter-profit.modal-dropdown {
    min-width: 250px;
}

.filter-profit.modal-dropdown .dropdown-content ul li input {
	position: relative;
	top: 1px;
}


.filter-profit.modal-dropdown .dropdown-block:hover .dropdown-content {
	display: block;
}

.dropdown-content.filter-profit-content {
  display: none;
}

@media only screen and (max-width: 1200px) {
	.profitability-block {
		flex-wrap: wrap;
	}

	.filter-profit.modal-dropdown {
		width: 100%;
		margin-top: 10px;
	}
}

/* MdsRatioComponent ends */

/* Invoice detail component starts */

button.cp-detail-header_button.invoice-detail.dropbtn {
    color: rgba(241,104,44,1);
	font-weight: 700;
}

button.cp-detail-header_button.invoice-detail.dropbtn span {
	margin-left: 2px;
}

.adjouter--CTA {
	color: rgba(241,104,44,1);
    font-weight: 700;
    text-decoration: underline;
	font-family: 'Avenir LT Std LT Std', sans-serif;
}

.adjouter--CTA span {
	margin-right: 4px;
}

.edit-block {
	color: rgba(241,104,44,1);
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Avenir LT Std LT Std', sans-serif;
    position: relative;
    top: -4px;
}

.edit-block:hover {
	color: rgb(241 104 44 / 72%);
}
/* 
.edit-icon-invoice svg path {
	fill: #F1682C;
} */

span.edit-icon-invoice {
    margin-left: 5px;
}

/* Invoice detail component ends */

/* Filter badge for purchase starts */

.filter-badge-wrapper.purchase {
    border-bottom: none;
    padding-bottom: 0;
}

.filter-badge-wrapper.purchase button {
	padding: 7px 12px;
    font-size: 14px;
}

/* Filter badge for purchase ends */

/* Purchase score block starts */

.purchase-info-wrapper .cp-status {
	padding: 8px 10px;
    background: #FDFDFF;
    border-bottom: 1px solid #E0E5FF;
	margin-top: 62px;
}

.purchase-info-wrapper .cp-status_title h2 {
    font-weight: 900;
    font-size: 21px;
    line-height: 29px;
    color: #030A62;
}

.purchase-info-wrapper .cp-status_card_list {
    margin-top: 10px;
    display: flex;
}

.purchase-info-wrapper .cp-status_card_list.client-card, .cp-status-figures {
    width: calc(100vw - 435px);
}

.purchase-info-wrapper .cp-status_card {
    flex: 1;
    padding: 10px;
}

.purchase-info-wrapper .cp-status_card-bottom, .cp-status_card {
    display: flex;
    flex-direction: column;
    width: 193px;
    position: relative;
}

.purchase-info-wrapper .cp-status_card-top {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.purchase-info-wrapper .encour_lable {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    color: #7E8CAC;
}

.purchase-info-wrapper .cp-status-bottom {
    display: flex;
    margin-top: 5px;
}

.purchase-info-wrapper .cp-status-bottom .no-data {
    color: #7E8CAC;
}

.purchase-info-wrapper .cp-status_card.border-left {
    border-left: 1px solid #E0E5FF;
}

.purchase-info-wrapper .cp-status-bottom h2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 64px;
    color: #030A62;
}

.purchase-info-wrapper .encour-compare {
    margin-left: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.purchase-info-wrapper .encour-compare .curency {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #7E8CAC;
}

.purchase-info-wrapper .encour-compare .increase {
    display: flex;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    color: #3250B6;
}

.tab-block.purchase-tab-wrapper {
    margin-top: 25px;
}

/* Purchase score block ends */

/* Company size button starts */

button.large-company-size {
    border: 1px solid #3250B6;
    background: #EFF4FF;
}

.large-company-size .icon-medium, .large-company-size .icon-small, .large-company-size .icon-small-medium {
	display: none;
}

.small-medium-company-size .icon-large, .small-medium-company-size .icon-small, .small-medium-company-size .icon-medium {
	display: none;
}

.small-medium-company-size {
    border: 1px solid #A42500;
    background: #FFEEE7;
}

.medium-company-size {
	border: 1px solid #9C6800;
    background: #FFF6DD;
}

.small-company-size {
	border: 1px solid #008D8F;
    background: #CBFFFF;
}

.medium-company-size .icon-small, .medium-company-size .icon-large, .medium-company-size .icon-small-medium {
	display: none;
}

.small-company-size .icon-large, .small-company-size .icon-medium, .small-company-size .icon-small-medium {
	display: none;
}

.cp-detail-header_profile_wrapper button {
    padding: 2px 5px;
    color: #3250B6;
    border-radius: 30px;
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}

.cp-detail-header_profile_wrapper button .size-value {
	position: relative;
    top: -3px;
}

.card-content {
    background: transparent;
    border: none;
    color: #3250b6;
    font-size: 9px;
    position: relative;
}

span.card-content span.size-value {
    position: relative;
    top: -4px;
    margin-left: 2px;
}

/* Company size button ends */

/* Purchase filter list buttons starts */

.purchase-filter-list-buttons {
	align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.purchase-filter-list-buttons .cp-toggle {
    width: 100%;
    display: flex;
    background: #F9FCFF;
    border-radius: 3px;
    background-color: white;
	min-width: 248px;
}

.purchase-filter-list-buttons .active-purchase_button.cp-toggle_btn {
    background: rgb(0, 143, 251);
    color: white;
}

.purchase-filter-list-buttons button.cp-toggle_btn.active-purchase_button .total_status_amount {
    color: #ffffffe0;
	margin-top: 2px;
}

.purchase-filter-list-buttons .cp-toggle button {
	border-radius: 3px;
    flex: 1;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px;
    color: #060c62;
    position: relative;
    font-family: 'Avenir LT Std LT Std', sans-serif;
	white-space: nowrap;
}

.purchase-filter-list-buttons .total_unpaid_amount {
    color: #e01021;
}

.purchase-filter-list-buttons .total_paid_amount {
    color: #31e0a1;
}

.purchase-filter-list-buttons .total_ongoing_amount {
    color: #feba00;
}

.cp-detail-header_profile_wrapper button {
	pointer-events: none;
}

/* Purchase filter list buttons ends */

/* Invoice add component starts */

td.table_CTA {
    display: flex;
}

.form_row.payment-options {
    background: #7E8CAC;
    margin-bottom: 25px;
}

.invoice-add-title-block h4 {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 750;
	font-size: 20px;
	line-height: 24px;
	color: #F0F1FA;
}

.invoice-add-title-block {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}

.invoice-add-actions-block {
    display: flex;
}

.invoice_summary .form_header {
    background: transparent !important;
    color: #02ECEC !important;
}

.invoice_summary ul li {
    width: 400px;
}

.invoice_summary ul li.form_header {
	width: 100%;
	margin-bottom: 10px;
}

.invoice_summary ul li.form_header span {
	position: relative;
	display: block;
    width: 100%;
}

.invoice_summary ul li.form_header span:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 10px;
    border-top: 2px solid #18ebed;
    width: 86%;
}

.tva-percentage {
	display: flex;
    position: relative;
	right: -50px;
}



/* Invoice add component ends */

.cp-item.d-flex.client-invoice-card {
	flex-direction: column;
}

.cp-item.d-flex.client-invoice-card .w-100 {
	display: flex;
    justify-content: space-between;
}

.cp-item.d-flex.client-invoice-card .w-100 .d-flex.item-center {
	order: 2;
}

.client-invoice-card-title {
	display: flex;
	flex-direction: column;
}

.cp-item.d-flex.client-invoice-card .flex-ns.justify-space-between.mt-10.w-90 h6 {
	position: relative;
    top: 5px;
}

/* Dashboard date picker wrapper starts */

.date-block {
	display: flex;
	position: relative;
    top: 3px;
}

.date-picker-block h6 {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	color: #9599C0;
	margin-bottom: 5px;
}

.date-picker-input {
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 22px;
    color: #030A62;
    background: transparent;
    width: 84px;
    position: relative;
    top: -2px;
}

.date-picker-block {
    display: flex;
	justify-content: center;
}

.from-to-icon {
	margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Dashboard date picker wrapper ends */

/* Add credit note model starts */

.da.invoice-form-input {
	display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 13px;
    background: #EFF4FF;
    border: 1px solid #EFF4FF;
    box-sizing: border-box;
    border-radius: 6px;
}

/* Slick slider CSS customization starts */

.slick-prev:before, .slick-next:before {
    color: #f1682c !important;
}

.slick-next {
    right: 0 !important;
}

.slick-prev {
    left: 0 !important;
    z-index: 999999;
}  

/* @media only screen and (max-width: 1388px) {
	.big-screen-hide {
		display: block;
	}

	.big-screen-show ul li:nth-of-type(1n+5) {
		display: none;
	}
}

@media only screen and (min-width: 1389px) {
	.big-screen-hide {
		display: none !important;
	}
	.big-screen-show ul li:nth-of-type(1n+5) {
		display: block;
	}
} */

/* Slick slider CSS customization ends */
/* Discounting feature starts */

.discounting-main_view_container {
	padding: 30px 15px 30px 15px;
	/* max-height: calc(100vh - 74px);
    overflow: auto; */
}

.header-title h2 {
	color: #030a62;
    align-self: center;
    padding: 16px 10px;
    text-transform: uppercase;
}

.discounting-individual-account-summary {
    background: #D1E7FF;
    padding: 27px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
	margin: 0 0 40px 0;
}

.discounting-summary-border-right {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.amount-needed, .amount-selected, .amount-remaining, .client-number {
    display: flex;
}

.finance-image-block {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.finance-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.finance-summary span {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #7E8CAC;
    font-family: 'Avenir LT Std LT Std', sans-serif;
}

.finance-summary strong {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 750;
	font-size: 28px;
	line-height: 34px;
}

.finance-summary.needed-amount strong {
	color: #B31724;
}

.finance-summary.selected-amount strong {
	color: #008751;
}

.finance-summary.remaining-amount strong {
	color: #CC9000;
}

.finance-summary.number-client {
	color: #091E8F;
}

.client-number .finance-image-block svg {
	width: 48px;
	height: 48px;
}

.tab-block-discounting button span {
	font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 10px;
    line-height: 12px;
    color: #2D2E37;
	margin-left: 5px;
    position: relative;
    top: 5px;
}

.tab-block-discounting button {
    display: flex;
    background: #FFFCFC;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 2%);
    padding: 10px 30px 10px 30px;
	transition: all 0.5s ease-in-out;
}

.tab-block-discounting button:nth-child(1) {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.tab-block-discounting button:nth-child(2) {
	border-radius: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.tab-block-discounting button:nth-child(3) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.tab-block-discounting {
    display: flex;
}

.tab-block-discounting button.active .button-discounting-text {
	color: #3250B6;
}

/* button.active svg path {
    fill: #3250B6;
} */

.tab-block-discounting button:hover {
	transition: all 0.5s ease-in-out;
	background: #d1e7ff;
}

.discounting-tab-block {
    display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}

.confirmation-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.confirmation-block .dropdown-content-discounting {
	bottom: -214px;
	z-index: 99;
}

.discounting-table-wrapper::-webkit-scrollbar {
    height: 7px;
}
.discounting-table-wrapper::-webkit-scrollbar:hover {
	background-color: #D1E7FF;
}
.discount-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
}

.discounting-table-wrapper th {
	color: #7e8cac;
    padding: 6px 25px 4px 25px;
    top: 0;
    margin-left: -25px;
    line-height: normal;
    font-size: 17px;
    font-family: 'Avenir LT Std',sans-serif;
    font-style: normal;
	border-bottom: transparent;
	text-align: left;
}

.discounting-table-wrapper tbody td:nth-child(2) {
    font-weight: 700;
}

.discounting-table-wrapper td, .discounting-table-wrapper th {
    border-bottom: .5px solid #7e8cac;
    color: #7e8cac;
    padding: 16px 25px;
    font-size: 14px;
    font-family: 'Avenir LT Std',sans-serif;
    font-style: normal;
	background: transparent;
	white-space: nowrap;
}

.discounting-table-wrapper table {
    /* border-spacing: 0 5px; */
	width: 100%;
}

.discounting-table-wrapper {
    height: calc(100vh - 360px);
    overflow: auto;
	width: calc(100vw - 90px);
}

.discounting-table-wrapper table th, thd {
	/* padding: 5px; */
}

.discounting-table-wrapper tr td span {
	background: #3250B6;
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px;
    color: #fff;
}
.discounting-table-wrapper tr td span.accepted{
	background: #30E0A2;
}
.discounting-table-wrapper tr td span.rejected{
	background: red;
}

td.discounting-checkbox-block {
    padding-right: 0;
}

.after-discount-th {
	color: #2BDC98;
}

.add-discount-block a span, .percentage-amount span {
    background: transparent !important;
    padding: 0 !important;
}

.add-discount-block a span {
    margin-right: 5px;
}

.percentage-amount span {
	margin-left: 5px;
	margin-right: 0 !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.add-discount-block a {
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 14px;
    line-height: 17px;
    color: #F1682C;
	margin-right: 10px;
	position: relative;
}

.percentage-amount {
    display: flex;
    /* border-bottom: 1px dotted #ffffff5e; */
}

.add-discount-cta {
	display: flex;
    flex-direction: column;
}

.discount-days-number {
	margin: 0 auto;
	border-top: 1px dotted #ffffff5e;
}

.add-discount-block {
    display: flex;
	position: relative;
	align-items: center;
}

.discount-amount-block {
	display: none;
}

strong.pending {
    font-weight: 400;
    color: #F1682C;
}

strong.rejected {
    font-weight: 400;
    color: #B21724;
}

strong.accepted {
    font-weight: 400;
    color: #008751;
}

.dropdown-discounting {
	position: relative;
	display: inline-block;
}

.dropdown-content-discounting {
	/* display: none; */
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 1;
    /* border: 1px solid #E0E5FF; */
    border-radius: 8px;
	top: 30px;
}

/* .dropdown-discounting:hover .dropdown-content-discounting {
	display: block;
} */

.dropdown-title-discounting, .dropdown-form-discounting, .new-amount-block {
	padding: 9px;
	border-top: 1px solid #F0F1FA;
}

.dropdown-title-discounting {
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 14px;
	color: #212121;
	/* background: #EFF4FF;
	border: 1px solid #E0E5FF; */
	border-radius: 6px;
}

.discounting-due-date, .discounting-days, .discounting-rate {
    display: flex;
    flex-direction: column;
}

.dropdown-form-discounting label {
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #959595;
}

.dropdown-form-discounting input {
	width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #030A62;
    padding: 2px 5px;
    border: 1px solid #959595;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 2px;
    text-align: center;
    font-weight: 600;
}

.dropdown-form-discounting div {
    margin-bottom: 8px;
}

/* .dropdown-form-discounting {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
} */

tbody.table-block .finance .first a:first-child {
    text-decoration: underline;
	font-weight: 600;
    color: #212121;
}

.new-amount-block p {
	text-align: left;
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #030A62;
}

.new-amount-block strong {
	text-align: left;
	font-family: 'Avenir LT Std LT Std', sans-serif;
	font-style: normal;
	font-weight: 750;
	font-size: 12px;
	line-height: 11px;
	color: #2D2E37;
	margin-top: 5px;
    display: block;
}

.form-submit-block button {
    width: 100%;
    justify-content: center;
}

.new-amount-th {
	color: #AF0038;
}

.discounting-table-wrapper.supplier-table-content {
	height: calc(100vh - 249px);
}

.header-title.supplier-discounting span {
    font-family: 'Avenir LT Std LT Std', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #9599C0;
}

.header-title.supplier-discounting h2 {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 40px;
}

.validation-action-btns button:nth-child(1) {
	border: 1px solid #008751;
	color: #008751;
	margin-right: 5px;
}

.validation-action-btns button:nth-child(2) {
	border: 1px solid #B31724;
	color: #B31724;
}

.validation-action-btns {
    display: flex;
}

.validation-status {
    display: none;
}

th.new-amount-th {
    color: #2BDC98;
}

.tab-block-discounting button.active {
    background: #d1e7ff;
}

strong.client-number {
    color: #3250B6 !important;
    margin-right: 5px;
}

/* Discounting feature ends */
.company-name-siret-wrapper {
    display: flex;
    flex-direction: column;
}

.company-name-siret-wrapper strong:last-child {
	display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #3250B6;
}

.discounting-table-wrapper a svg {
	width: 13px;
    margin-left: 4px;
}

.discounting-table-wrapper a svg path {
	fill: #F1682C;
}

tr.flag-indication.red td:first-child {
    border-left: 4px solid #B21724;
}
tr.flag-indication.red td:first-child {
    border-left: 4px solid #B21724;
}
tr.flag-indication.A td:first-child {
    border-left: 4px solid #30E0A2;
}
tr.flag-indication.B td:first-child {
    border-left: 4px solid #30E0A2;
}
tr.flag-indication.C td:first-child {
    border-left: 4px solid #B21724;
}
tr.flag-indication.D td:first-child {
    border-left: 4px solid #B21724;
}
strong.flag-indication.A {
    background: #30E0A2;
}

strong.flag-indication.B {
    background: #3250B6;
}

strong.flag-indication.C {
    background: #FEBA00;
}
strong.flag-indication.D {
    background: #B21724;
}
strong.flag-indication.red {
    background: #B21724;
}
tr.flag-indication.yellow td:first-child {
    border-left: 4px solid #FEBA00;
}

tr.flag-indication.blue td:first-child {
    border-left: 4px solid #3250B6;
}
strong.flag-indication.red {
    background: #B21724;
}
tr.flag-indication.yellow td:first-child {
    border-left: 4px solid #FEBA00;
}

tr.flag-indication.blue td:first-child {
    border-left: 4px solid #3250B6;
}

strong.flag-indication {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

/* Discounting feature ends */
/* .discounting-table-wrapper thead tr th {
    position: sticky;
    background: #eff4ff;
    z-index: 9;
} */

.discounting-tooltip {
	position: relative;
    display: inline-block;
    margin-right: 5px;
  }
  
  .discounting-tooltip .discounting-tooltiptext {
	visibility: hidden;
	width: 47px;
    background-color: #2d2e37;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -28px;
  }
  
  .discounting-tooltip:hover .discounting-tooltiptext {
	visibility: visible;
  }

  .icon-tooltip {
	  width: 10px;
	  height: 10px;
	  display: inline-block;
  }

  .icon-tooltip.red {
	  background: #B21724;
  }

  .icon-tooltip.yellow {
	background: #FEBA00;
}

.icon-tooltip.blue {
	background: #3250B6;
}

/* Discounting feature ends */
.table__tbody-tr-td:first-child {
	text-overflow: ellipsis;
	display: block;
	min-width: 260px;
	overflow: hidden;
	left: 0px;

}

.table__thead-tr-th-sticky:first-child{
	min-width: 259px;
}

.table__thead-tr-th-sticky, .table__tbody-tr-td-sticky {

position: -webkit-sticky !important;
position: sticky;
left: 0;
background-color: #d1e7fe !important;
}
.table__thead-tr-th-sticky--second, .table__tbody-tr-td-sticky--second{
left: 260px;
}
.position-relative {
	position: relative;
}
.broker-company {
	font-weight: 900;
	color: #3250B6 !important;
}
.insurance_page button{
	margin: 10px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
  padding:  8px 12px;
}
.insurance_page{
position: absolute;
bottom: 5%;
display: flex;
justify-content: center;
	left: 50%;
  right: 50%;
}
.legend_label{
margin-left: 10px;
}
.insurance_legend .legend{
display: flex;
align-items: center;
margin: 10px;
}
.insurance_legend span{
color: #959595;

}
.insurance_legend{

align-items: center;
  text-align: right;
  position: absolute;
  bottom: 5%;
  right: 10px;
}
.insurance_table_wrapper .insurance_credit_amount{
border: 1px solid #BEBEBE;
box-sizing: border-box ;
border-radius: 8px;
padding: 12px;
}
.insurance_table_wrapper .company_name .siret{
color: #959595;
}
.insurance_table_wrapper .company_name{
margin-left: 10px;
font-weight: bold;
}
.insurance_table_wrapper .table__tbody-tr-td:first-child{
display: flex !important;
align-items: center;
}
.insurance_table_wrapper .table__thead-tr-th-sticky, .insurance_table_wrapper .table__tbody-tr-td-sticky{
background-color: #F7FDFB !important;
}
.insurance_table_wrapper td{
	border-bottom: 0.5px solid #E7E7E7 !important;
	font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.0025em;

/* Color / Grey / 1 */

color: #212121;

}
.insurance_table_wrapper th{
color: #212121;
padding:16px 25px 4px 25px;
}
.insurance_table_wrapper{
position: relative;
margin: 40px 0px;
background: #FFFFFF;
border-radius: 8px;
}
.number_card h2{
font-weight: 500;
font-size: 24px;
line-height: 68px;

/* Color/Primary/1 */

color: #00525E;
}
.number_card.middle{
margin: 0px 40px;
}
.insurance_dashboard{
height: 100vh;
/* padding: 20px; */
background: #F6F8FB;
position: relative;
}
.insurance-content-wrapper {
	width: 96%;
    margin: auto;
}
.insurance_dashboard .number_card{
padding: 20px;
background: #FFFFFF;
border-radius: 8px;
flex: 1;

}
.number_card span{
font-size: 16px;
line-height: 29px;
/* identical to box height */

letter-spacing: 0.5px;

/* Color / Grey / 2 */

color: #6C6C6C;
}
.text-branding {
	color: #1BB16B !important; 
}
.bg-branding {
	background-color: #1BB16B !important;
}
.progress{
	height: 0.4rem !important; 
}
.progress-bar.bg-branding {
	border-radius: 15px;
}
.text-branding:hover {
	color: #00986f;
}
.light-text {
	color: #6C6C6C !important;
}
/* The container */
.tc-wrapper {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.tc-wrapper input {
	min-height: 56px;
	opacity: 0;
	height: 1px;
    width: 1px;
    position: absolute;
    top: -38px;
    left: 5px;
	border: none;
	color: transparent;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	/* background-color: #a0b9bf; */
	border: 1.5px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.tc-wrapper:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a #00DCA0 background */
.tc-wrapper input:checked ~ .checkmark {
	background-color: #1BB16B;
	border: 1px solid #1BB16B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.tc-wrapper input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.tc-wrapper .checkmark:after {
	/* left: 5px;
	top: 1px; */
	left: 4px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mt-24 {
	margin-top: 24px;
}
.mb-16 {
	margin-bottom: 16px;
}
.mt-28 {
	margin-top: 28px;
}
.mt-32 {
	margin-top: 32px;
}
.register_from_wrapper input[type=email], .register_from_wrapper input[type=password], .register_from_wrapper input[type=text] {
	border-radius: 12px;
	padding: 20px;
	background: #F5F5F5;
	width: 100%;
}
.register_from_wrapper input {
	font-size: 16px;
}
.login-form input::placeholder, .register_form_wrapper input::placeholder{
	font-weight: 400;
	font-size: 16px;
	/* line-height: 25.6px; */
	color: #bebebe;
}
.login-form .form-group {
	margin-bottom: 24px;
}
.login-form .btn-submit {
	cursor: pointer;
	background: #00DCA0;
	border-radius: 8px;
	padding: 15px 24px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.0125em;
	text-transform: uppercase;
	display: block;
	width: 100%;
	color: #FFFFFF;
	/* margin-left: 20px; */
}
.login-form .tc-wrapper {
	margin-bottom: 0;
}
/* .btn-outline-branding {
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
	padding: 15px 24px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.0125em;
	text-transform: uppercase;
	color: #00DCA0;
	border: 1px solid #00DCA0;
} */
.mt-16 {
	margin-top: 16px;
}
.term-condition {
	font-size: 14px;
	line-height: 16.41px;
	letter-spacing: 0.5px;
	color: #959595;
}
.mt-48 {
	margin-top: 48px;
}
.register_from_wrapper h1 {
	/* font-family: Avenir; */
	font-style: normal;
	font-weight: 500;
	/* font-size: 48px; */
	font-size: 34px !important;
	line-height: 56px;
	margin-top: 15px;
	margin-bottom: 24px;
	/* identical to box height */


	/* Color / Grey / 1 */

	color: #212121;
}
.register_from_wrapper p {
	/* font-family: Avenir; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */

	letter-spacing: 0.5px;

	/* Color/Grey/3 */

	color: #6c6c6c;
}
.ml-8 {
	margin-left: 8px;
}
.m-10{
margin: 10px;
}
.p-24{
	padding: 24px;
}
.m-form__group {
	position: relative;
}
.m-form__group button {
    position: absolute;
    right: 15px;
    top: 19px;
}
.w-45 {
	width: 45%;
}
.form_wrapper .reset-form h2 {
	font-size: 24px;
	font-weight: 500;
}
.form_wrapper .reset-form p, .retour-btn {
	color: #959595;
	letter-spacing: 0.5px;
	font-size: 16px;
}
.form_wrapper .reset-form span{
	letter-spacing: 0.5px;
	font-size: 16px;
}
.form_wrapper .reset-form p{
	max-width: 356px;
	line-height: 25.6px;
}
.login-layout .new_register_layout .form_wrapper {
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.image_wrapper {
		display: none;
	}	
}
.f-18 {
	font-size: 18px !important;
}
.f-14 {
	font-size: 14px !important;
}
.f-12 {
	font-size: 12px !important;
}
.f-10 {
	font-size: 10px !important;
}
.font-34 {
	font-size: 34px;
}
.f-24 {
	font-size: 24px;
}
.f-20 {
	font-size: 20px !important;
}
.f-16 {
	font-size: 16px;
}
.ls-5 {
	letter-spacing: 0.5px;
}
.ls-15 {
	letter-spacing: 0.15px;
}
.ls-25 {
	letter-spacing: 0.25px;
}
.ls-1 {
	letter-spacing: 0.1px;
}
.darkHeader {
	color: #00543d;
}
.lightHeader {
	color: #00dca0;
}
.header {
	font-size: 48px;
}
.pricing_plan_wrapper {
	font-size: 16px;
}
.light-grey {
	color: #959595;
}
.pt-16 {
	padding-top: 16px;
}
/* .btn{
	cursor: pointer;
    border-radius: 8px;
    padding: 15px 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
 */
.mw-500 {
	max-width: 500px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.py-30 {
	padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.btn-text-branding {
	color: #00dca0;
    background-color: #fbfbfb;
}
.pricing-card-list {
	padding: 20px 30px;
}
.header {
	font-weight: 500;
}
.text-dim {
	color: #bebebe !important;
}
.table > :not(:first-child) {
	border-top: 0 !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
.dark-branding {
	color: #00525E !important;
}
.mt-18 {
	margin-top: 18px;
}
.text-green {
	color: #0D5936;
}
.text-orange {
	color: #F1682C;
}
.mt-12 {
	margin-top: 12px;
}
.mt-40 {
	margin-top: 40px;
}
.pb-38 {
	padding-bottom: 38px;
}
.pt-70 {
	padding-top: 70px;
}
.border-dim {
	border: 1px solid #bebebe !important;
}
.white-bg {
    background-color: #fff;
}
.children-component.insurance {
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
}
.action-button-div {
    height: calc(100vh - 38px);
}
.text-red {
	color: #E10F21 !important;
}
.lh-27 {
    max-width: 578px;
    line-height: 27.2px;
}
.opacity-1 {
	opacity: 1 !important;
}
.add-payment{
	background: rgba(0, 0, 0, .25) !important;
  }
.add-payment .nc_modal_header {
	border-bottom: 0px !important;
}
.add-payment .nc_modal_container.md{
	max-width: 630px !important;
}
.email-confirm .nc_modal_container.md {
	width: 673px !important;
}
.discount-offer .nc_modal_container {
	max-width: 341px !important;
	min-width: 24% !important;
}
.add-payment .modal-container {
	background-color: #fff !important;
}
.erp .nc_modal_container.md{
	width: 550px !important;
}
@media (min-width: 991px) {
	.list-add-component .nc_modal_container {
		width: 40%
	} 
	.select-bank .nc_modal_container {
		width: 730px !important;
	}
}

.text-orange {
	color: #F0B000;
}
.text-red {
	color: #DF4358;
}
.m-2t {
	margin-top: 2px;
}
.m-2b {
	margin-bottom: 2px;
}
.bg-orange {
	background-color: #F0B000 !important;
}
.p-2y {
	padding-top: 2px;
	padding-bottom: 2px;
}
.light-green-bg {
	background-color: #D3F8E7;
}
.action-button:focus {
    background-color: #1BB16B !important;
    border: 1px solid #148550 !important;
    color:#fff !important;
    box-shadow: none !important;
}
.action-button:focus svg {
    fill: #fff;
}
.grade-block {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 21px;
}

.grade-block.A {
    background: #83BD98;
    color: #148550;
}

.grade-block.B {
    color: #85D7B1;
    background: #D3F8E7;
}

.grade-block.C {
    background: #F0B000;
    color: #FFE18D;
}

.grade-block.D {
    background: #FFCAB2;
    color: #E37B36;
}
.payment-status-wrapper {
    border: 1px solid #E7E7E7 !important;
    border-radius: 8px;
}
.border-top-dim {
	border-top: 2px solid #E7E7E7;
}
.badge-grey {
	background-color: #E7E7E7;
	color: #6c6c6c !important;
	font-weight: 500 !important;
}
.filter-none {
    filter: none !important;
}
.p-10 {
	padding: 10px !important;
}
.list {
    border: 1px solid #F5F5F5;
}
.list.active {
    color: #1BB16B;
    border: 1px solid #1BB16B;
}
.nc_invoice_item_description {
	font-size: 14px !important;
}
.f-8 {
	font-size: 8px;
}
.invoice-detail li label,.invoice-detail li span, p {
    line-height: 22px;
}
.invoice-detail li label {
    width: 30%;
}
.invoice-detail li span {
    width: 70%;
    word-break: break-all;
    text-align: right;
}
.dashboard .row .col-12.col-md-6:last-child {
	padding: 0 !important;
}
.vdp-datepicker__calendar {
    width: 100% !important;
}