[v-cloak] {
    display: none;
}

body {
	overflow-x: hidden
}

.secondLay {
    margin-top: 3% !important;
}

.loginBodyContainer {
	padding: 0;
	margin: 0;
	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(../images/greenbond-bg-dark.png);
	background-size: 70%;
	animation: gradient 15s ease infinite;
	/*height: 100vh;*/
	height: 100%;
	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(../images/greenbon-strip.png) whitesmoke;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	/*max-width: 350px;*/
	z-index: 9999;
}

.signupCardBackground {
	background: url(../images/greenbon-strip.png) whitesmoke;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	/*max-width: 400px;*/
}

.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;
}

/* Dashboard Styles */


.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;
}
  

/* Landing Page Styles */

.btnLgCustom {
    padding: 0.75rem 1.2rem;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
}

.btnGreenBond {
    background-color: #769f0a;
    border-color: #769f0a;
}

.btnGreenBond :hover {
    color: #fff;
    background-color: #769f0a;
    border-color: #769f0a;
}

.btnGreenBondOutline {
    border-color: #769f0a;
    /* border: 0; */
    color: #769f0a;
}

.btnGreenBondOutline :hover {
    border-color: #769f0a !important;
    color: #769f0a !important;
    background-color: #fff !important;
}

.navActiveLinkGreenBond {
    color: #769f0a !important;
    font-size: 16px;
    font-weight: 600;
}

.navLinkGreenBond {
    /* color: #838d68 !important; */
    color: #56613b !important;
    font-size: 16px;
    font-weight: 400;
}

.sect {
    margin-top: 10%;
    margin-bottom: 10%;
    /* padding: 5%; */
}

.greenBondTxt {
    color: #56613b;
    font-size: 20px;
    line-height: 30px;
    max-width: 60%;
    font-weight: 500;
}

.mainSect {
    margin-top: 5%;
}

.mainSect > p {
    color: #56613b;
    font-size: 20px;
    line-height: 30px;
    max-width: 60%;
    font-weight: 500;
}


.greenBondMainHeading {
    font-size: 60px;
    font-weight: 600;
    /*text-shadow: 0px 1px 2px #444;*/
    color: #47522a;
}

.Icon {
    color: #769f0a;
    margin-right: 4px;
    font-size: 25px;
    vertical-align: bottom;
}

.bannerListTxt {
    color: #56613b;
}

.phoneImg {
    transform: rotate(20deg);
    overflow: unset;
    /* margin-top: 30% !important; */
}

.footerUl li {
    font-size: 12px;
}

.footerUl li a {
    color: #6c757d;
    font-size: 12px;
    text-decoration: none;
}

.footerUl li a:hover{
    color: #47522a;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.text-title {
    font-weight: 600;
    text-shadow: 0px 1px 1px #444;
    color: #47522a;
}


.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(-16deg);
  }
}

.up-down {
    position:relative;
   -webkit-animation:glide 4s ease-in-out alternate infinite;
}

@-webkit-keyframes glide  {
   from {
      left:0px;
      top:-30px;
   }
   
   to {
      left:0px;
      top:60px;
   }

}

.spin {
   -webkit-animation:spin 8s ease-in-out alternate infinite;
}

@-webkit-keyframes spin  {
   0% {
      -webkit-transform:rotate(-10deg);
   }
   
   50% {
      -webkit-transform:rotate(5deg);
   }
   
   100% {
      -webkit-transform:rotate(10deg);
   }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  body {
    /*background-color: red;*/
    overflow-x: hidden !important;
  }
  .mob{
      display:block;
      flex-direction:colomn;
  }
  .mobclos{
      display:none;
  }
}

