@font-face {
  font-family: 'humnst';
  src: url("https://app.greenbondmobile.com/assets/fonts/Humnst/Humanist522.woff");
  font-weight: 500;
  font-style: normal;
}
.loader_img{
    background-image:url('https://app.greenbondmobile.com/assets/images/Spinner-1s-200px.gif');
    height:50vh;
    margin-right:292px;
    margin-left:292px;
    background-repeat:no-repeat;
}
 .style_input{
            width:80%;height: 45px;border-color: #a3c546;
         }
         .label_stlying{
            color: #212529;
            font-weight: 400;
            font-size: 15px;
         }
         .h_stying{
            height: 3px;
    background-color: #212529 !important;
    width: 18%;
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -153px;

         }
        .h_stying_2{
             height: 3px;
    background-color: #212529 !important;
    width: 18%;
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -7%;
         }
    .h_stying_3{
             height: 3px;
    background-color: #212529 !important;
    width: 20%;
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: -136px;
         }
.loginBodyContainer {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		),
		url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
.loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		),url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}

@keyframes gradient {
	0% {
		background-position: 2% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 2% 50%;
	}
}

.loginCardBackground {
	background: url(https://app.greenbondmobile.com/assets/images/greenbon-strip.png) whitesmoke;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	max-width: 350px;
	z-index: 9999;
}

.loginBtn {
	border-radius: 4px;
	display: block;
	font-size: 15px;
	padding: 10px 26px;
	width: 100%;
}

/* Sidebar Styles */
/* main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  } */

.b-example-divider {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.1);
	border: solid rgba(0, 0, 0, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
		inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
	vertical-align: -0.125em;
	pointer-events: none;
	fill: currentColor;
}

.dropdown-toggle {
	outline: 0;
}

.nav-flush .nav-link {
	border-radius: 0;
}

.btn-toggle {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
	background-color: transparent;
	border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
	color: rgba(0, 0, 0, 0.85);
	background-color: #d2f4ea;
}

.btn-toggle::before {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform 0.35s ease;
	transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
	color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
	transform: rotate(90deg);
}

.btn-toggle-nav a {
	display: inline-flex;
	padding: 0.1875rem 0.5rem;
	margin-top: 0.125rem;
	margin-left: 1.25rem;
	text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
	background-color: #d2f4ea;
}

.scrollarea {
	overflow-y: auto;
}

.fw-semibold {
	font-weight: 600;
}
.lh-tight {
	line-height: 1.25;
}

.sidebarLogo,
.sidebarLogo:hover {
	color: #a2c546;
}

.customPf {
	border-radius: 50px;
}

.navLinkCustom span {
	color: #5a5b5a;
}

.navLinkCustom:hover,
.navLinkCustom:focus,
.navLinkCustom span:hover {
	color: #a2c546 !important;
}

.sideBarActive {
	color: #fff;
	background-color: #3f4a4a !important;
}

.sideBarActive .sideBarIcon {
	color: #a2c546;
}

.sideBarActive span {
	color: #fff;
}

.sideBarIcon {
	/* color: #b2b8b2; */
	color: #5a5b5a;
	font-size: 20px;
	padding-right: 10px;
}

.verticalAlignTxtMiddle {
	vertical-align: middle;
}


/* Dashboard Header Styling */
.pageHeader {
    position: fixed;
    z-index: 99;
    left: 240px;
    right: 0;
    top: 0;
}

.customHeader {
    position: fixed;
    min-height: 70px;
    vertical-align: bottom;
    background: #fff;
    width: calc(100% - 253px);
    float: right;
    color:black !important;
    margin-left: 253px;
    z-index: 44;
}

.customPf {
    border-radius: 50px;
}


.customDropdownToggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.6rem;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: none;
}

/*  */


.dashWidgetIcon {
    /* background-color: #faee6f52; */
    background-color: #000000;
    /* background-color: #faee6f; */
    border-radius: 100%;
    color: #afee0e;
    /* color: #ff9b44; */
    display: inline-block;
    /* float: left; */
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
	vertical-align: middle;
    width: 60px;
}

.statsInfo {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.statsInfo p {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 5px;
}
  .loan_item_align{
            margin-left: 30px;
            font-weight: 600;
            font-size: 20px;
            color: #2ea82d;

         }
          .loan_item{
            margin-left: 58px;
            font-weight: 600;
            font-size: 20px;
            color: #2ea82d;
            padding-left:30px;
            margin-top: -16px;
         }
         .loan_item_align_pending{
            margin-left: 30px;
            font-weight: 600;
            font-size: 20px;
            color: #fc0c0c;

         }
          .loan_item_pending{
            margin-left: 58px;
            font-weight: 600;
            font-size: 20px;
            color: #fc0c0c;
            padding-left:30px ;
            margin-top: -16px;

         }
         .left_items{
            float: left;
            width: 59%;
         }
         .right_items{
            float: right;
         }
          .textsuccess_{
           color: #2ea82d;
         }
          .textRED_{
           color: #fc0c0c;
         }
         .header_large{
           padding-left: 21px;
            font-weight: 600;
            font-size: 30px;
         }
         .loan-form__label {
		    color: #212529 !important;
		    margin-top: 0 !important;
		    margin-bottom: 0 !important;
		}
		.rangeslider-wrap {
		    padding-top: 15px;
		}
		input[type="range"] {
    display: block;
    width: 100%;
}
.loan-form__input {
    padding: 5px 1px !important;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.loan-form__input .select-custom {
  background-color: white !important;
  border: none !important;
}
.select-custom {
    display: inline-block;
    position: relative;
    background: #F9F9F9;
    padding: 0;
    width: 100%;
    border: solid 1px #E5E5E5;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
.select-custom select.input-custom--plain {
    background-color: #FFF !important;
}
.input-custom:read-only {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    /*border-color: transparent !important;*/
    font-weight: 600;
}
.select-custom select {
    display: inline-block;
    width: 100%;
    height: 3.6rem;
    background: transparent !important;
    border: none !important;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-shadow: none;
    box-sizing: border-box;
    color: #2a2825;
    cursor: pointer;
    font-stretch: 100%;
    outline-color: #2a2825;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 24px;
    padding-top: 0px;
    position: relative;
    text-align: start;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-border-image: none;
    /* color: #D9DADD; */
}
.input-custom--plain {
    border: none !important;
    box-shadow: none !important;
    background-color: #FFFFFF;
    /* padding: 0; */
    border-radius: 3px;
}
.input-custom {
    font-size: inherit;
    border: none;
    width: 100%;
    padding: 0.5em 1em 0.5em;
    height: 3.6rem;
    transition: border-color linear .05s;
    transition: box-shadow linear .05s;
    color: #000;
}
.button--block {
    width: 100%;
}
.button--brand, .button--brand {
    background-color: #212529;
    color: white;
}
#loan_amount {
    width: 100% !important;
}
.loan-form__estimator {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px;
    color: #023546 !important;
}
  .loan-form__estimator__container{
            padding: 30px
         }
         .heading--no-margin {
                margin-bottom: 0 !important;
            }
            .heading {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
    color: inherit;
}
.loan-form__estimator__value {
    font-size: 2em;
    font-weight: 500;
}
.loan-form__estimator {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px;
    color: #023546 !important;
}
 .stage_container{
            background-color: #A5CC3D;
         }
         .list-unstyled {
    padding-left: 0;
    list-style: none;
}
         .appstage-list {
    text-align: center;
    padding: 12px 0 8px;
    display: inline-block;
    width: 100%;
    font-size: 17px;
}

.appstage-nav {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    top: 80px;
    left: 0;
    z-index: 999;
    height: 80px;
}
.appstage-list__item {
    display: inline-block;
    text-align: center;
    color: #212529;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    margin: 0 -2px 0;
}
.appstage-list__item .completed .appstage-list__item__counter {
    background-color: #95D5A1;
    color: #FFFFFF;
    background-image: url('https://app.greenbondmobile.com/assets/images/minus.png');
   /* background-image: url(data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.027 19.0004C39.027 24.0754 36.9972 28.8465 33.3117 32.4351C29.6262 36.0236 24.7261 38 19.5139 38C14.3017 38 9.40086 36.0236 5.71533 32.4351C2.02979 28.8465 0 24.0754 0 19.0004C0 13.9253 2.02979 9.15347 5.71533 5.56492C9.40086 1.97637 14.3017 0 19.5139 0C24.7261 0 29.6262 1.97637 33.3117 5.56492C36.9972 9.15347 39.027 13.9253 39.027 19.0004Z' fill='%23F5F0EB'/%3E%3Cpath d='M39.0272 19.0004C39.0272 24.0754 36.9974 28.8465 33.3117 32.4351C29.6261 36.0236 24.726 38 19.5137 38V0C24.726 0 29.6261 1.97637 33.3117 5.56492C36.9974 9.15347 39.0272 13.9253 39.0272 19.0004Z' fill='%23DCD2CD'/%3E%3Cpath d='M33.8915 18.4868C33.8915 26.415 27.4411 32.8648 19.5131 32.8648C11.5845 32.8648 5.13477 26.415 5.13477 18.4868C5.13477 10.5579 11.5845 4.10809 19.5131 4.10809C27.4411 4.10809 33.8915 10.5579 33.8915 18.4868Z' fill='%2395D5A1'/%3E%3Cpath d='M24.2942 17.338L19.4769 21.851L19.0367 22.2633C18.8007 22.4844 18.4916 22.5946 18.1816 22.5946H18.1634C17.8582 22.5946 17.5531 22.4859 17.3202 22.2678L14.7272 19.8383C14.2615 19.4028 14.2615 18.6957 14.7272 18.2595C15.1929 17.8234 15.9478 17.8233 16.4127 18.2595L18.153 19.8889L19.4768 18.6489L22.5855 15.737C23.0576 15.2949 23.8228 15.2949 24.2941 15.737C24.7662 16.179 24.7662 16.8958 24.2942 17.338Z' fill='white'/%3E%3Cpath d='M24.2972 17.2531L19.5137 21.5676V18.5062L22.6006 15.7224C23.0694 15.2997 23.8293 15.2997 24.2972 15.7224C24.766 16.1451 24.766 16.8303 24.2972 17.2531Z' fill='%23F5F0EB'/%3E%3C/svg%3E%0A);*/
    background-size: cover;
}
.minus{
     /*background-color: #95D5A1;*/
    /*color: #FFFFFF;*/
    background-image: url('https://app.greenbondmobile.com/assets/images/minus.png');
    background-size: cover;
}
.fin{
     /*background-color: #FFFFFF;*/
    /*color: #FFFFFF;*/
    background-image: url('https://app.greenbondmobile.com/assets/images/collect.png');
    background-size: cover;
}

.appstage-list__item__counter {
    width: 24px;
    height: 24px;
    line-height: 0;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #fff;
    /*background-color: #A6A6A6;*/
    color: #023546;
}
.appstage-list__item__title {
    margin-top: 5px;
}
.appstage-list__item__counter span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
/* line 1374, ../sass/site/components/_form.scss */
	.loan-form__estimator {
	padding: 10px;
	}
	/* line 1392, ../sass/site/components/_form.scss */
	.loan-form__estimator__container {
	padding: 10px;
	}
	/* line 1395, ../sass/site/components/_form.scss */
	.loan-form__estimator__value {
	font-size: 1.5em;
	}
	/* line 1398, ../sass/site/components/_form.scss */
	.loan-form__estimator__type {
	line-height: 1.2;
	margin-top: 1rem;
	}
}
@media screen and (max-width: 991px) {
  /* line 236, ../sass/site/utilities/_helpers.scss */
  .appstage-nav {
    position: relative !important;
    top: 0;
    height: 50px;
  }
}


@media screen and (max-width: 991px) {
  /* line 258, ../sass/site/utilities/_helpers.scss */
  .appstage-list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 303, ../sass/site/utilities/_helpers.scss */
@media screen and (max-width: 991px) {
  /* line 343, ../sass/site/utilities/_helpers.scss */
  .appstage-list__item__title {
    display: none;
    margin-top: 0;
  }
}


.table > :not(caption) > * > * {
  padding: 4px 16px !important;
} 
.sidebar-nav ul .sidebar-item{
    margin-bottom:0px !important;
}
.pofiling_color{
    background-color:#f0f9e3 !important;
    border:none;
}
.active_list_style{
    z-index: 2;
    color: #fff;
    background-color: #000000 !important;
    border-color: black;
}
.hidding_content{
    display:none;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5)
    calc(var(--bs-modal-header-padding-x) * -0.5)
    calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
   .loginBodyContainer {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
   .loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
  
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
   .loginBodyContainer {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
  .loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
   .loginBodyContainer{
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
   .loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
   .loginBodyContainer{
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
  
  .loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}

}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
   .loginBodyContainer{
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
  .loginBodyContainer_test {
	padding: 0;
	margin: 0;
	font-family: 'humnst';
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,*/
	/*	Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0.685),
			#78c27ba8
		);
	/*url(https://app.greenbondmobile.com/assets/images/greenbond-bg-dark.png);*/
	background-size: 70%;
	/*animation: gradient 15s ease infinite;*/
	height: 100vh;
	top: 0;
	bottom: 0;
	position: inherit;
	overflow-x: hidden;
}
}