.topbar-brand {
	text-align: center;
	margin: 15px 50px 0px;
}

html{
	background-color: #fff7ed !important;
}
.main-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.interior-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.main-flex label {
    padding: 10px 10px !important;
}

  .gfb, body{
    background-color: #fff7ed !important;
}

@media (max-width: 768px) {
    .bg-header-image-small {
        background-image: url(https://imagedelivery.net/o-rwUv-BPDao94Jj3LmWaw/4b5c9377-f32e-42c4-5316-781f88119000/public);
        background-repeat: no-repeat;
        background-size: contain;
    }

	.bg-header-image {
        background-image: url(https://imagedelivery.net/o-rwUv-BPDao94Jj3LmWaw/80392726-507e-4eda-eb0b-c602a8f53200/img);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 576px) {
   
    .centered-image {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    min-width: 100%;
}

.top-div{
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 1%;
}
.bord{
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20%;
    padding-left: 20px;
    /* padding: 2%; */
}


    
}



@media (min-width: 1000px) {
   
    /* .top-div{
        padding-top: 5%;
        max-width: 70%;
    } */

    .bord{
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 5%;
   
}
}

@media (min-width: 2000px) {
   
   /* .top-div{
       padding-top: 5%;
       max-width: 70%;
   } */

   .bord{
   margin-left: 15%;
   margin-right: 15%;
   margin-top: 9%;
}
}

input.inputBoxFile {
	padding: 35px;
}

input[type="file"] {
	display: none;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	margin-top: 10px;
}

.w-10 {
	width: 10% !important;
}

.circleIcon {
	border-radius: 50%;
	padding: 4px !important;
	width: 20px !important;
	height: 20px;
	line-height: 14px;
	cursor: help;

}

.progressUploadText {
	position: relative;
	width: 300px;
	margin: auto;
}

.documentUploded {
	width: 20px;
	height: 20px;
	background: green;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 0px;
}

.progressUpload {
	position: absolute;
	height: 10px;
	margin: 10px auto;
	border-radius: 5px;
	left: 43px;
}

.documentUplodedS {
	position: absolute;
	top: -32px;
	background: green;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	right: 50px;
}

.multipleUploadDiv {
	width: 500px;
	height: 10px;
	/* background: aqua; */
	position: relative;
	top: 20px;
	margin: 30px;
	display: none;
}

.multipleUploadProgressBar {
	position: absolute;
	width: 100%;
	height: 10px;
	background: green;
	border-radius: 5px;
}

.documentUplodedSm {
	position: absolute;
	width: 20px;
	height: 20px;
	background: green;
	right: 105px;
	top: 0px;
	border-radius: 50%;
}

.documentUplodedSmT {
	position: absolute;
	width: 20px;
	height: 20px;
	background: green;
	border-radius: 50%;
	top: -33px;
	right: -15px;
}

.documentUplodedSmT2 {
	position: absolute;
	width: 20px;
	height: 20px;
	background: green;
	border-radius: 50%;
	top: -33px;
	right: 18px;
}

.progressBarDivM {
	position: relative;
	width: 212px;
	margin: auto;
}

.progressBarDiv {
	position: relative;

	width: 320px;
	height: 10px;
	margin: 10px auto;
	align-items: center;
	border-radius: 5px;
}

.progressBar {
	position: absolute;
	width: 100%;
	height: 10px;
	background: green;
	border-radius: 5px;
}

.mainDiv {
	position: relative;
	width: 110.5%;
	height: 140px;
	text-align: center;
	background: #4db6ac;
	top: -92px;
	left: -24px;
}

.updateText {
	/* position: absolute; */
	width: 100%;
	height: inherit;
	font-size: xx-large;
	line-height: 140px;
	color: aliceblue;
}

.updateBtnV {
	position: relative;
	top: 20px;
}

label.labelUpdate {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.showContentDiv {
	position: absolute;
	width: 91%;
	height: 115px;
	top: 90px;
	background: white;
}

.svg-icon.svg-icon-2 svg {
	height: 7.5rem !important;
	width: 3.5rem !important;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
	transition: fill 0.3s ease;
	fill: #ffffff;
}

/*Dev CSS*/



/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 1em;
  font-size: 16px;
  color: #FFF;
  display:flex;
  justify-content:center;
}
.signBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border:1px solid black;
  border-radius: 1em;
  font-size: 16px;
  color: black;
  background-color:white;
  display:flex;
  justify-content:center;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
/*  border-right: #364e92 1px solid;*/
/*  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;*/
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
/*  border-right: #BB3F30 1px solid;*/
/*  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;*/
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

/* .space-btn{
	display:flex;
	justify-content:space-around;
} */

.upload-sec {
	border: black 1px solid;
	border-radius: 20px;
}

 @media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
						  /*	.space-btn{
						  		width:220px;
						  	}
						  	.space-btn a i{
						  		font-size:10px;
						  	}
         	*/
  .space-btn label{
  	/* padding: 10px 10px !important; */
		font-size: 8px;
  }

  .space-btn a{
  	/* padding: 10px 10px !important; */
		font-size: 10px;

  }

.space-btn button{
  	/* padding: 10px 10px !important; */
		font-size: 10px;

  }          
}


.ajax-loader {
  visibility: hidden;
  background-color: #fff7ed !important;
/*  position: absolute;*/
  z-index: 9999 !important;
  width: 100%;
  height:100%;
  position:fixed;
}

.ajax-loader img {
  position: relative;
  top:30%;
  left:40%;
}

.wait-loader, .found-loader {
    visibility: hidden;
    background-color: #fff7ed !important;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    position: fixed;
}

.wait-loader-text, .found-loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #007580; /* Text color */
    font-size: 18px; /* Font size */
}

  
  .wait-loader img, .found-loader img {
	position: relative;
	top:30%;
	left:40%;
  }

@media screen and (max-width:767px)
{
	.card .card-body {
    padding: 2rem 1.25rem;
}
.main-flex {
    display: block;
}

.interior-flex {
    display: block;
}

.topnav-hamburger{
	display: none !important;
}

}

:hover.btn-tr {
	background-color: #007580 !important;
	color: #ffffff !important;
}

@media screen and (min-width:768px)
{
	.footer{
		display: none !important;
	}
	
	.img-logo{
		display: none !important;
	}

	.boxed label {
		width: 50% !important;
	}

}

.boxed label {
	display: inline-block;
	width: 100%;
	transition: all 0.3s;
  }
  
  .boxed input[type="radio"] {
	display: none;
  }
  
  .boxed input[type="radio"]:checked + label {
	border: solid 2px green;
	background-color: #007580 !important;
	color: #ffffff !important;
  }

  .navbar-menu {
	background: #ffffff !important;
	
  }

  .navbar-brand-box, .navbar-menu .navbar-nav .nav-item:hover>a.menu-link {
	background-color: #007580 !important;
  }

  .gsi-material-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	background-color: WHITE;
	background-image: none;
	border: 1px solid #747775;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1f1f1f;
	cursor: pointer;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	max-width: 400px;
	min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
	width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-between;
	position: relative;
	width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
	-webkit-transition: opacity .218s;
	transition: opacity .218s;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .gsi-material-button:disabled {
	cursor: default;
	background-color: #ffffff61;
	border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
	opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
	opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
	background-color: #303030;
	opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
	background-color: #303030;
	opacity: 8%;
  }