.NewForm__title{
    width: 100% !important;
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 28px !important;
    height: 40px !important;
}

.NewForm__description{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.NewForm__formLabel{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 16px !important;
    padding:0 !important;
    margin-bottom: 10px;
    line-height: 22px !important;
}

.NewForm__formLabel1{
    width: 100% !important;
    font-size: 16px !important;
    padding:0 !important;
    height: 40px !important;
    margin-bottom: 5px;
}

.NewForm__formLabel2{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 20px !important;
    padding:0 !important;
    margin-bottom: 5px;
    text-align: center;
    line-height: unset;
}

.NewForm__formNote{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 13px !important;
    padding:0 !important;
    font-weight: 100 !important;
}
.NewForm__reviewDetails{
    font-size: 16px;
    margin: 5px 0px;
    color: #2E3033;
}

.NewForm__employeeStepper{
    display:flex;
    justify-content:center;
    width:100%;
}

.NewForm__qualifiedTipsHelpIcon{ 
	color: #4758e6;
	cursor: pointer;
	font-size: 0.875rem;
	white-space: nowrap;
	&:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1000px) {
    .NewForm__title{
        font-size: 18px !important;
        line-height: unset !important;
    }
    .NewForm__description{
        font-size: 16px !important;
        line-height: unset !important;
    }
    .NewForm__formLabel{
        font-size: 14px !important;
        line-height: unset !important;
    }
    .NewForm__employeeStepper{
        justify-content:flex-start;
    }
}

.Dashboard-styles__dashboard {
	overflow: scroll;
}

.Dashboard-styles__dashboardEndUserCampaigns {
	display: flex;
	width: 103%;
	position: relative;
	overflow-x: scroll;
	overflow-y: no-scroll;
}

.Dashboard-styles__dashboardEndUserCampaigns::-webkit-scrollbar {
	width: 0px; /* remove scrollbar space */
	background: transparent; /* optional: just make scrollbar invisible */
}

.Dashboard-styles__dashboardEndUserArrows {
	display: flex;
}

@media screen and (max-width: 1000px){
	.Dashboard-styles__dashboardEndUserCampaigns {
		width: 100%;
		flex-wrap: wrap;
		top: 0;
		padding-right: 10px;
	}

	.Dashboard-styles__dashboardEndUserArrows {
		display: none;
	}
}
.Orders__displayColumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.Orders__label span {
	height: 100% !important;
	text-transform: none !important;
}

.Orders__tabs {
	width: 95%;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.Orders__tabs > div {
	background: transparent !important;
}

.Orders__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}

@media (max-width: 1000px) {
	.Orders__ordersTable tr {
		display: flex;
	}
	.Orders__ordersTable tr td {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.Orders__ordersTable tr td:nth-child(3) {
		display: none;
	}
	.Orders__ordersTable tr td:nth-child(2) {
		padding: 0;
	}
	.Orders__ordersTable tr td:nth-child(1) {
		padding-right: 0;
	}
}

.Orders__ordersTable tr td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Orders__ordersTable tr {
	display: flex;
}

.Orders__ordersTable tr td:nth-child(2) {
	flex: 1;
}

.Orders__ordersTable tr td:nth-child(1) {
	padding-right: 0 !important;
}

.Orders__ordersTable {
	overflow: hidden;
}

.Orders__clientDetails {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center !important;
	cursor: pointer;
}

.Orders__clientName {
	color: #39393a;
	font-size: 14px;
	line-height: 16px;
}

.Orders__clientSub {
	color: #898989;
	font-size: 12px;
	line-height: 14px;
}

.Orders__editedDate {
	color: #898989;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	padding: 0 5px;
}

.Orders__referrals {
	margin-top: 10px;
	padding: 20px;
	height: 264px;
	width: 335px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
}

.Orders__referralListContainer {
	margin-top: 10px;
	max-height: 200px;
	overflow-y: auto;
}

.Orders__referralList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}

.Orders__title {
    width: 100% !important;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
	text-align: left !important;
	padding: 0 !important;
}

.Orders__dialog {
	font-family:"SF-UI-Text", "Helvetica Neue", "Helvetica", "Arial",
	"sans-serif" !important;
	font-size: 22px !important;
}

.Orders__e_sign_button button span {
	text-transform: unset !important;
}

.Orders__formLabel{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 16px !important;
    padding:0 !important;
    height: 40px !important;
    margin-bottom: 5px;
}

@media (max-width: 1000px) {
    .Employees__clientTable tr{
        display: flex;
    }
    .Employees__clientTable tr td{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    /* .clientTable tr td:nth-child(3){
        display: none;
    } */
    .Employees__clientTable tr td:nth-child(2){
        padding:0;
    }
    .Employees__clientTable tr td:nth-child(1){
        padding-right:0;
        flex:1;
    }
}

.Employees__clientTable tr td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Employees__formLabel{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 16px !important;
    padding:0 !important;
    height: 40px !important;
    margin-bottom: 5px;
}

.Employees__formLabel1{
    width: 100% !important;
    font-size: 16px !important;
    padding:0 !important;
    height: 40px !important;
    margin-bottom: 5px;
}

.Employees__clientTable tr{
	display: flex;
}

.Employees__clientTable tr td:nth-child(1){
    flex:1;
}

.Employees__clientTable {
    overflow: hidden;
}

.Employees__clientDetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center !important;
}

.Employees__clientDetailsWithPointer {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
    justify-content: center !important;
    cursor: pointer;
}

.Employees__clientName {
	color: #39393A;
	font-size: 14px;
	line-height: 16px;
}

.Employees__clientEmail {
	color: #898989;
	font-size: 12px;
	line-height: 14px;
}

.Employees__docDetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
    justify-content: center !important;
    margin-left: 10px;
}

.Employee__header, .Employee__footer {
	position        : fixed;
	width           : 100%;
	height          : 60px;
	z-index         : 1300;
	background-color: black;
	color           : white;
	padding         : 15px;
}

.Employee__header {
	top: 0;
}

.Employee__footer {
	bottom: 0;
	display: flex;
	justify-content: center;
}

.Employee__employee, .Employee__selectedEmployee {
	margin: 1px 0;
}

.Employee__employee {
	background-color: #dfdfdf;
	cursor: pointer;
}

.Employee__selectedEmployee {
	background-color: white;
	cursor: default;
}

.AccountManager__subHeader{
        color: #39393A !important;
        font-size: 19px !important;
        font-weight:500 !important;
        padding-left:0px !important;
}

.AccountManager__AccountManagerTable tr td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.AccountManager__AccountManagerTable tr{
    display: flex;
}

.AccountManager__AccountManagerTable tr td:nth-child(1){
    flex:1;
}

.AccountManager__AccountManagerTable {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .AccountManager__AccountManagerTable tr{
        display: flex;
    }
    .AccountManager__AccountManagerTable tr td{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .AccountManager__AccountManagerTable tr td:nth-child(3){
        display: none;
    }
    .AccountManager__AccountManagerTable tr td:nth-child(2){
        padding:0;
    }
    .AccountManager__AccountManagerTable tr td:nth-child(1){
        padding-right:0;
        flex:1;
    }
    .AccountManager__subHeader{
        color: #39393A !important;
        font-size: 14px !important;
        font-weight:500 !important;
        padding-left:0px !important;
    }
}


.SalesManager__subHeader{
    color: #39393A !important;
    font-size: 19px !important;
    font-weight:500 !important;
    padding-left:0px !important;
}

.SalesManager__SalesManagerTable tr td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.SalesManager__SalesManagerTable tr{
    display: flex;
}

.SalesManager__SalesManagerTable tr td:nth-child(1){
    flex:1;
}

.SalesManager__SalesManagerTable {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .SalesManager__SalesManagerTable tr{
        display: flex;
    }
    .SalesManager__SalesManagerTable tr td{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .SalesManager__SalesManagerTable tr td:nth-child(3){
        display: none;
    }
    .SalesManager__SalesManagerTable tr td:nth-child(2){
        padding:0;
    }
    .SalesManager__SalesManagerTable tr td:nth-child(1){
        padding-right:0;
        flex:1;
    }
    .SalesManager__subHeader{
        color: #39393A !important;
        font-size: 14px !important;
        font-weight:500 !important;
        padding-left:0px !important;
    }
}

.Client__subHeader{
    color: #39393A !important;
    font-size: 19px !important;
    font-weight:500 !important;
    padding-left:0px !important;
}

.Client__clientTable tr td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Client__clientTable tr{
    display: flex;
}

.Client__clientTable tr td:nth-child(1){
    flex:1;
}

.Client__clientTable {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .Client__clientTable tr{
        display: flex;
    }
    .Client__clientTable tr td{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .Client__clientTable tr td:nth-child(3){
        display: none;
    }
    .Client__clientTable tr td:nth-child(2){
        padding:0;
    }
    .Client__clientTable tr td:nth-child(1){
        padding-right:0;
        flex:1;
    }
    .Client__subHeader{
        color: #39393A !important;
        font-size: 14px !important;
        font-weight:500 !important;
        padding-left:0px !important;
    }
}

.FormPage__active {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	color: #39393a;
	width: 100%;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(71,118,230,0.6);
	margin-bottom: 10px;
}

.FormPage__active > span {
	font-size: 10px;
	font-weight: 400;
}

.FormPage__formsTab {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	color: #39393a;
	width: 100%;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

.FormPage__formsTab > span {
	font-size: 10px;
	font-weight: 400;
}

.HelpResource__sideWrapper {
 width: 250px;
 border-right: 1px solid #D6E3EF;
 height: 100vh;
 position: absolute;
 left: 3px;
}

.HelpResource__sectionsListWrapper {

}

.HelpResource__sectionList {
    height: 40px;
    padding: 10px 5px 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.HelpResource__sectionList:hover {
    background-color: #4776e61a;
    color: #4776E6;
}

.HelpResource__SectionContentWrapper {
    position: absolute;
    left: 260px;
    width: calc(100% - 280px);
    padding: 0 40px;
}

.HelpResource__active {
    color: #4776E6;
    position: relative;
}

.HelpResource__active:before {
    border-left: 6px solid #4776E6;
    border-radius: 0 34px 34px 0;
    content: "";
    position: absolute;
    height: 40px;
    top: -11px;
    left: -15px;
}

.HelpResource__subSectionWrapper {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.HelpResource__subSectionHeader {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.HelpResource__contentWrapper {
    background-color: #FFFFFF;
    padding: 20px;
}

.HelpResource__newSubSectionWrapper {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    background-color: #E5EBFB;
    cursor: pointer;
}


/* Styles */
html {
	box-sizing: border-box;
}

@font-face {
	font-family: SF-UI-Text;
	src: url(/build/d09753a007504cd9f7cb.otf);
	font-display: fallback;
}

body {
	font: 14px 'SF-UI-Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	line-height: 1.4em;
	color: #4d4d4d;
	margin: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-weight: 500;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

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

a {
	text-decoration: none;
	color: #39393a;
	font-weight: 500;
	font-size: 15px;
}
button {
	margin: 0 !important;
}

button span {
	text-transform: capitalize !important;
}

form {
	width: 100%;
}

table {
	box-sizing: unset !important;
}

.AuthPage input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

input:-webkit-autofill {
	transition-delay: 9999s;
}

.menuitem {
	margin: 0 !important;
	padding: 5px !important;
	color: #39393a !important;
}
.videoPopupClass {
	padding-top: 0px !important;
}
g {
	stroke: #757575;
}

.dialog {
	font-family: 'SF-UI-Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif' !important;
	font-size: 22px !important;
	text-align: center;
	border-radius: 30px !important;
}
.dialogButton {
	text-align: center !important;
}

.tableFilter div div:nth-child(2) {
	line-height: 20px !important;
	height: 20px !important;
	font-weight: 500 !important;
}

/* .AuthPage {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	min-height: 600px;
} */
.year:after {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #888;
	bottom: 5px;
	content: '';
	position: absolute;
}
.hideYear {
	display: none;
}
.remove {
	display: none !important;
}
@media (max-width: 1000px) {
	.appBar button:first-child {
		order: 1;
	}
	.menuitem {
		color: rgba(255, 255, 255, 0.6) !important;
	}
	.drawer > div {
		z-index: 3001 !important;
	}
}

.loaderWrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	z-index: 3001;
}

.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loader .spinner {
	box-sizing: border-box;
	stroke-width: 3px;
	transform-origin: 50%;
	animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(450deg);
	}
}

@keyframes line {
	0% {
		stroke-dasharray: 2, 85.964;
		transform: rotate(0);
	}
	50% {
		stroke-dasharray: 65.973, 21.9911;
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dasharray: 2, 85.964;
		stroke-dashoffset: -65.973;
		transform: rotate(90deg);
	}
}

.CircularProgressbar .CircularProgressbar-path {
	stroke: url(#linearGradient);
}
.CircularProgress {
	position: relative;
	width: 120px;
	height: 120px;
}
.CircularProgressText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.CircularProgressbar-trail {
	stroke: #ddd;
}
.CircularProgressbar-text {
	display: none;
}
.CircularProgressbar {
	width: 120px;
	height: 120px;
	color: #673ab7;
}

.subheader {
	padding: 0 !important;
	font-size: 19px !important;
	font-weight: 500 !important;
	color: #191919 !important;
}

[role='menuitem'] {
	white-space: initial !important;
	word-break: break-all;
}

@media (max-width: 1000px) {
	.subheader {
		padding: 0 !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		color: #191919 !important;
	}
	.AuthPage input:-webkit-autofill {
		-webkit-animation-name: autofill;
		-webkit-animation-fill-mode: both;
	}
	g {
		stroke: #ffffffa2;
	}
	/* @-webkit-keyframes autofill {
		to {
			color: #fff;
			background: transparent;
		}
	} */
	.dialog {
		font-size: 14px !important;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.closeButton {
	padding: 10px 16px !important;
}

.x-hellosign-embedded--in-modal {
	z-index: 99999;
}

#progressBar {
	width: 100%;
	margin: 10px auto;
	height: 8px;
	border-radius: 10px;
	background-color: #000;
}

#progressBar div {
	height: 100%;
	text-align: right;
	/* padding: 0 10px; */
	line-height: 22px;
	width: 0;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	/* border-radius: 10px; */
	background-color: #a2a2a2;
	box-sizing: border-box;
}

#showTime {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
.grecaptcha-badge {
	visibility: hidden;
}

.MuiStepConnector-lineVertical {
	min-height: 0 !important;
}

.MuiStepper-root {
	padding: 0 !important;
}

