@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	/*font-family: 'Oswald', sans-serif;*
  font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Archivo', sans-serif;
	padding: 0;
	margin: 0;
	border: 0;

}

.gray-body {
	padding: 0;
	margin: 0;
	border: 0;
	min-height: calc(100vh - 77px - 128px);
	background-color: #f3f3f3f6;
	overflow-x: hidden !important;
}

.lb-data .lb-number {
	font-family: 'Poppins', sans-serif;
}

button {
	outline-style: none;
	outline-style: none !important;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #46AB99;
}

::-webkit-scrollbar {
	width: 6px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 6px;
	background-image: linear-gradient(140deg, #696db0, #46AB99, #396ab1);
}

input:hover,
input:focus {
	outline: none !important;
}

.btn1 {
	padding: 10px 25px;
	border: 1px solid #46AB99;
	/*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
	background: #46AB99;
	color: #fff !important;
	border-radius: 8px;
	font-weight: 600;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor: pointer;
}

.btn1-danger  {
	padding: 10px 25px;
	border: none;
	background: #FF0000;
	color: #fff !important;
	border-radius: 8px;
	font-weight: 600;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor: pointer;
}

.btn1-danger:hover {
	background: #cc0000;
	color: #fff !important;
}

.btn1:hover {
	background-image: linear-gradient(to right, #46AB99, #396ab1);
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn2 {
	padding: 10px 15px;
	border: 1.5px solid #46AB99;
	background: transparent;
	color: #46AB99 !important;
	border-radius: 8px;
	font-weight: 550;
	font-size: 10pt;
	cursor: pointer;
}

.btn2:hover {
	background: #46AB99;
	color: #fff !important;
}

.conteudo-v2 a.document-link,
.conteudo-v2 a.document-link:hover
{
  color: #46AB99;
  cursor: pointer;
}

.conteudo-v2 a.document-link.disabled,
.conteudo-v2 a.document-link.disabled:hover {
  opacity: 0.5;
}

.btninst {
	padding: 10px 15px;
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff !important;
	border-radius: 5px;
	font-weight: 550;
	font-size: 10pt;
	cursor: pointer;
	margin-right: 10px;
}

.btninst:hover {
	background: #fff;
	color: #555 !important;
}

.btn4 {
	padding: 8px 15px;
	border: 1.5px solid #fff;
	background: #fff;
	color: #46AB99 !important;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12pt;
}

.btn4:hover {
	background: #46AB99;
	color: #fff !important;
}


.btnsearch {
	padding: 5px 25px;
	border: 1px solid #46AB99;
	/*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
	background: #46AB99;
	color: #fff !important;
	border-radius: 0px 5px 5px 0px;
	font-weight: 600;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor: pointer;
}

.btn-project-create {
	border: 1px solid #46AB99;
	/*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
	background: #46AB99;
	color: #fff !important;
	font-weight: 600;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}


.cursor-pointer{
	cursor: pointer;
}

.btnsearch:hover {
	background: #2a665b;
	color: #fff !important;
	border: 1px solid #46AB99;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btnprofile {
	padding: 5px 15px;
	background: transparent;
	color: #fff !important;
	border: 0px;
	border-radius: 5px;
	font-weight: 550;
	font-size: 16pt;
	cursor: pointer;
	margin-right: 10px;
}

.btnprofile:hover {
	background: #fff;
	color: #555 !important;
}

.btnlogin {
	padding: 10px 15px;
	background: transparent;
	color: #fff !important;
	border: 0px;
	border-radius: 5px;
	font-weight: 550;
	font-size: 10pt;
	cursor: pointer;
	margin-right: 10px;
}

.btnlogin:hover {
	background: #fff;
	color: #555 !important;
}

.btnregister {
	padding: 10px 15px;
	border: 1px solid #46AB99;
	background: #46AB99;
	color: #fff !important;
	border: 1px solid px;
	border-radius: 5px;
	font-weight: 550;
	font-size: 10pt;
	cursor: pointer;
	margin-right: 10px;
}

.btnregister:hover {
	background: #fff;
	color: #555 !important;
	border-color: #fff;
}

.btnsair {
	padding: 10px 15px;
	border: 1px solid #46AB99;
	background: #46AB99;
	color: #fff !important;
	border: 1px solid px;
	border-radius: 5px;
	font-weight: 550;
	font-size: 10pt;
	cursor: pointer;
	margin-right: 10px;
}

.btnsair:hover {
	background: #cc0000;
	color: #fff !important;
	border-color: #cc0000;
}

.btnconfig {
	padding: 5px 10px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: 500;
	font-size: 10pt;
}

.card-buzz-content .description {
	display: none;
}

.card-buzz:nth-child(odd) {
	background: #f5f5f5;
}

.login-box, .signup-box {
	border-radius: 10px;
	border: 5px solid;
	width: 500px;
	flex-direction: column;
	justify-content: space-between;
}

.login-box {
	height: 620px;
	border: 5px solid #FFC82A;
}

.signup-box {
	border: 5px solid #5EBFAF;
}

.signup-button-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


#btTop {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 10px;
	/* Place the button 30px from the right */
	z-index: 999999;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-image: linear-gradient(to right, #113C83, #052559);
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 10px 12px;
	/* Some padding */
	border-radius: 10px;
	font-size: 15pt;
	/* Increase font size */
	line-height: 5pt;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.8;
}

#btTop:hover {
	background-image: linear-gradient(to left, #113C83, #052559);
	-webkit-transform: scale(1, 15);
	-moz-transform: scale(1, 15);
	-ms-transform: scale(1.15);
	border: 1px solid #113C83;
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}


.bg-header {
	min-height: 77px;
	font-family: 'Archivo', sans-serif;
}

header {
	background-image: linear-gradient(to right, #46AB99, #396ab1);
}

nav ul li .link-nav-header {
	color: white;
	text-decoration: none;
}

.link-nav-header:hover {
	color: #ccc;
	text-decoration: underline;
}

.navbar-toggler-icon  {
	color: white
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.headpag {
	background: rgba(17, 60, 131, 1);
}

.headpag .header {
	padding-bottom: 0px !important;
}

.headpag .menutopo {
	margin-top: 0px;
}

.top-header {
	padding: 0px;
}

.logo-header img {
	width: 100%;
	max-width: 180px;
}

.oculta {
	display: none;
}

.desoculta {
	display: inline;
}

/*mobile header*/
@media(max-width:991px) {
	.oculta {
		display: inline;
	}

	.desoculta {
		display: none !important;
	}

	.menu-top {
		position: relative;
	}
}


header .btinst {
	align-items: center;
	justify-content: right;
}

header .buscin {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	align-items: center;
	justify-content: left;
}

header .logo-header {
	align-items: center;
	justify-content: center;
}

header .buscin form {
	width: 100%;

}

header .buscin label {
	width: 70%;
	float: left;
}

header .buscin button {
	float: left;
	margin-left: -10px;
}

#logo,
#dadosUser {
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

@media(max-width:991px) {
	header .btinst {
		align-items: center;
		justify-content: center;

		max-width: 50%;
		padding: 15px;
		padding-top: 5px;
		padding-right: 0px;
		order: 2;

	}

	.btmobile {
	    padding-left: 14px !important;
	    display: inline !important;
	    width: auto !important;
	}

	.usermobile {
	    width: auto !important;
	    padding-left: 3px !important;
	    padding-right:  0px !important;
	}

	header .buscin {
		border-right: 0px solid rgba(255, 255, 255, 0.2);
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 15px;
		order: 4;
		background: rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	header .buscin label {
		width: 79%;

	}

	header .buscin button {
		float: left;
		margin-left: -5px;
	}

	header .logo-header {
		align-items: center;
		justify-content: center;
		order: 1;
		max-width: 100%;
		float: left;
		margin-bottom: 5px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	}

	header .user {
		order: 2;
		max-width: 50%;
		float: left;
		margin-bottom: 10px;
		align-items: center;
		justify-content: center;
	}

	header .user .duser {
		display: none;
	}

	.header {
		padding: 10px;
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.conteudo {
		margin-top: 50px;
		margin-left: 5px;
		margin-right: 5px;
	}

	header .meio {
		width: 50%;
		border-bottom: 0px solid rgba(255, 255, 255, 0.1);
	}

	.sumir {
		z-index: -1;
		margin-top: -200px;
		background: transparent !important;
		display: none !important;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.login-content {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.login-box, .signup-box{
		height: auto;
	}
}


.conteudo {
	position: relative;
	padding-top: 0px;
	z-index: 1;
}

.conteudo .container {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
}

.conteudo .container .cabecalho h2,
.conteudo-v2 .container .cabecalho h2 {
	font-size: 22pt;
	color: #333;
	font-weight: 900;
}



.conteudo .container .cabecalho h2 svg {
	font-size: 22pt;
	color: #46AB99;
}

.conteudo-v2 .container .cabecalho .saldo {
	text-align: right;
}

.conteudo-v2 .container .cabecalho .saldo h4 {
	font-size: 15pt;
	color: #555;
	font-weight: 700;
	line-height: 1;
}

.conteudo-v2 .container .cabecalho .saldo h4 svg,
.conteudo-v2 .container .cabecalho .saldo h4 b {
	color: #46AB99;
	font-weight: 900;
}

.conteudo-v2 .container .cabecalho h3 {
	color: #1B66AB;
	font-weight: 900;
}

.conteudo-v2 .container .cabecalho h6 {
	color: #1B66AB;
	font-weight: 900;
}

.conteudo-v2 .container .cabecalho {
	font-size: 10pt;
	color: #555;
}

.conteudo .container .instituicoes {
	padding-top: 40px;
}

.instituicoes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
	justify-items: stretch;
}

.instituicao {
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.instituicao:hover {
	background-color: #e6f7ff;
}

.instituicao img,
.instituicao i {
    max-width: 100%;
    object-fit: contain;
}

.desktop-logged-in-menu-header,
.desktop-logged-out-menu-header {
	display: flex;
}

.mobile-logged-in-menu-header,
.mobile-logged-out-menu-header {
	text-align: end;
	display: none !important;
}

.instituicao .text-container {
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1150px) {
    .instituicoes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1050px) {
    .instituicoes {
        grid-template-columns: repeat(2, 1fr);
    }

	.desktop-logged-in-menu-header {
		display: None !important;
	}

	.mobile-logged-in-menu-header {
		display: block !important;
	}
}

@media(max-width: 758px) {

	.instituicoes {
        grid-template-columns: 1fr;
    }

	.desktop-logged-out-menu-header {
		display: None;
	}

	.mobile-logged-out-menu-header {
		display: block !important;
	}
}

@media(max-width: 840px) {
	.projects-buttons {
        gap: 5px;
    }
}

.conteudo-v2 .container .relinst {
	padding-top: 30px;
}

.conteudo-v2 .container .relinst table {
	width: 100%;
}

.conteudo-v2 .container .relinst table thead {
	background: #46AB99;
	color: #fff;
}

.conteudo-v2 .container .relinst table thead th {
	padding: 10px;
}

.conteudo-v2 .container .relinst table tr {
	font-size: 10pt;
}

.conteudo-v2 .container .relinst table tr td {
	padding: 10px;
}

.conteudo-v2 .container .relinst table tr .positivo {
	color: #008000;
}

.conteudo-v2 .container .relinst table tr .negativo {
	color: red;
}

.conteudo-v2 .container .relinst table tr:nth-child(even) {
	background-color: #eee;
}





@media screen and (max-width: 767px) {


	.conteudo-v2 .container .instituicoes .instituicao {
		font-size: 10pt;
		font-weight: 600;
		padding: 10px;
		color: #333;
		cursor: pointer;
		border-radius: 5px;
		border-bottom: 1px dotted #ccc;
	}



	.conteudo-v2 .container .cabecalho .saldo {
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
	}

	.conteudo-v2 .container .relinst table {
		border: 0;
	}

	.conteudo-v2 .container .relinst table caption {
		font-size: 1.3em;
	}

	.conteudo-v2 .container .relinst table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.conteudo-v2 .container .relinst table tr {
		border-bottom: 2px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.conteudo-v2 .container .relinst table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
		min-height: 41px;
	}

	.conteudo-v2 .container .relinst table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	.conteudo-v2 .container .relinst table td:last-child {
		border-bottom: 0;
	}
}




@media(max-width:991px) {

	.conteudo .container .cabecalho {
		text-align: center;
	}

	.conteudo .container .cabecalho h2,
	.conteudo .container .cabecalho h2 svg {
		font-size: 15pt;
	}

	.conteudo {
		font-size: 10pt;
	}

	.conteudo .container {
		padding: 20px;
	}

}







.modal-open {
	padding-right: 0px !important;
}

.modal {
	z-index: 9999999999999999 !important;
	background: rgba(0, 0, 0, 0.2);
}

.modal-dialog {
	min-width: 50%;
	max-height: 80vh;
}

.modal-content {
	background-clip: unset !important;
	border: 5px solid #5EBFAF;
	border-radius: 5px;
}

@media(min-width: 768px) {
	.card-buzz-content .description {
		display: block;
	}

	.conteudo-v2 .container {
		max-width: 98%;
	}

	#Cadastro .modal-content,
	#Cadastro .modal-dialog {
		max-width: 600px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}

	#Cadastro .modal-content,
	#Cadastro .modal-dialog {
		max-width: 600px;

		margin: 10px auto;

		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
}

@media (min-width: 576px) {
    .conteudo-v2 .container {
		max-width: 98%;
	}
}


.close {
	color: rgba(0, 0, 0, 0.5);
	outline-style: none;
}

.close:hover {
	color: rgba(0, 0, 0, 0.8);
	outline-style: none;
}

.modal-header h4 {
	color: #555;
	font-size: 14pt;
}

.modal-dialog {
	animation-duration: 0.8s;
	animation-name: slidein;
}

@keyframes slidein {
	from {
		margin-top: -300px;
		opacity: 0;
	}

	to {
		margin-top: 10px;
		opacity: 1;
	}
}


.oculto {
	display: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}



form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form textarea,
form select {
	padding: 10px;
	border: 1.5px solid #ccc;
	border-radius: 5px;
	width: 100%;
	font-size: 10pt;
}

.input-group-text,
form textarea,
form select {
    font-size: 10pt !important;
}

button:disabled {
	opacity: 0.5;
	background: #46AB99 !important;
}

/*    Input Icon */
.input-icone {
	position: relative;
}

.input-icone .form-controle:not(:first-child) {
	padding-left: 2.5rem;
}

.input-icone .form-controle:not(:last-child) {
	padding-right: 2.5rem;
}

.input-icone .input-icone-addon {
	position: absolute;
	left: 1rem;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.input-icone .input-icone-addon:last-child {
	left: auto;
	right: 1rem;
}

.input-icone i {
	color: #999;
}

svg:not(:first-child) {
	padding-left: 4px;
}

svg:not(:last-child) {
	padding-right: 4px;
}

#project-selector {
	box-sizing: border-box;
	height: 20px;
	border-bottom: 2px solid #46AB99;
}
#project-selector:focus {
    outline: none;
}

.toast-style-success {
	color: #fff;
    font-weight: 500;
    background-color: #4caf50;
}

.toast-style-error {
	color: #fff;
    font-weight: 500;
    background-color: #f44336;
}

.sidebar {
	background-color:  #46AB99;
	height: calc(100vh - 77px);
	z-index: 99;

}

.adm-content {
	height: calc(100vh - 77px);

}

.position-relative {
	position: relative;
}

.position-absolute{
	position: absolute;
}

.background-image {
	background-image: url('/img/background.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100vw;
	height: calc(100vh - 77px - 128px);
  }

  .next-step-section {
	height: calc(100vh - 77px - 128px);
}

  .h5-title {
	color: #1B66AB;
  }

  .yellow-button {
	background-color: #FFC82A;
	color: #1B66AB !important;
	border: none;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.3s;
  }

  .yellow-button:hover {
	background-color: #e0a835;
  }


.app-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.content-container {
	flex: 1;
	width: 100vw;
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow-x: hidden !important;
	background-image: url('/img/background.png');
}

.conteudo-v2 {
	max-width: 1140px;
	margin: 0px auto;
	font-family: 'Archivo', sans-serif;
}

.background-white {
	background-color: white;
	min-height: calc(100vh - 77px - 128px);
	position: relative;
	font-family: 'Archivo', sans-serif;
	width: 100%;
	margin: 0 auto;
}

.yellow-btn {
	padding: 15px 30px;
	background: #FFC82A;
	color: #1B66AB !important;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor: pointer;
}

.yellow-btn:hover {
	background: #dbb131;
}

.green-btn {
	background: #5EBFAF;
	border: none;
	font-weight: 600;
	font-size: 16pt;
	color: white;
	border-radius: 8px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.green-btn:hover {
	background: #2a554e;
}

.green-btn:disabled {
	cursor: not-allowed;
}

.w-1200{
	max-width: 1200px;
}

.about-us-list-component {
	padding: 10px 0px;
}

.img-180 {
	transform: rotate(180deg);
}

.img-135 {
	transform: rotate(135deg);
}

.img-90 {
	transform: rotate(90deg);
}

.img-45 {
	transform: rotate(45deg);
}

.project-details-with-qr-code {
	display: grid;
	width: 100%;
	grid-template-areas: "details details details details details details details details details donate"
						 "balance balance balance balance balance balance balance balance balance donate";
	gap: 10px;
}

.project-details-without-qr-code {
	display: grid;
	width: 100%;
	grid-template-areas: "details details details details details details details donate"
						 "balance balance balance balance balance balance balance balance";
	gap: 10px;
}

.home {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 77px - 128px);
	padding-bottom: 50px;
}

.home .h5-title {
	line-height: 0.9rem;
}

.home .h5-subtitle {
	font-size: 1.3rem;
	font-weight: bold;
	color: #1B66AB;
	position: relative;
	top: 45px;
}

.home-logo {
	width: 600px;
	height: auto;
}

.about-triangle-img {
	height: 128px;
}

.mobile-about-triangle-img {
	display: None;
}

.desktop-security-card {
	background-color: #5EBFAF;
	height: 320px;
	width: 48%;
}

.desktop-credibility-card {
	background-color: #FFC82A;
	height: 320px;
	width: 48%;
	margin-left: -20px;
	margin-top: 30px;
}

.about-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about-title {
	font-weight: 900;
	color: #1B66AB;
}

.about-subtitle {
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: center;
}

.about-footer {
	font-size: 1.2rem;
}

.mobile-security-card, .mobile-credibility-card {
	width: 100%;
	text-align: center;
	display: none;
}

.desktop-about-footer {
	background-color: #cacaca;
	width: 100vw;
}

.mobile-about-footer {
	display: None;
}

.mobile-about-footer .line {
	display: flex;
	justify-content: center;
	margin: auto;
}

.mobile-about-footer .line .col-6 p {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}

.list-project-filter-content {
	font-size: 1.2rem;
	font-weight: bold;
	color: #1B66AB;
	display: flex;
	flex-direction: column;
}

.drag-and-drop-area {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.gallery-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.pdf-thumbnail {
	transition: transform 0.3s ease, filter 0.3s ease;
  }

  .pdf-thumbnail:hover {
	transform: scale(1.05);
	filter: brightness(0.9);
	color: #5EBFAF
  }

@media(max-width: 1200px) {
	.project-details-with-qr-code {
		display: flex;
		flex-direction: column;
	}

	.project-details-without-qr-code {
		display: flex;
		flex-direction: column;
	}

	#short-description{
		width: 100%
	}


	#donate .div{
		width: 100%;
	}

	.home {
		height: 80vh;
	}

	.home-content {
		flex-direction: column;
	}

	.home .h5-title{
		font-size: 1em;
	}

	.home .h5-subtitle{
		font-size: 1.2em;
	}

	.home-logo{
		width: 300px;
		margin-bottom: 70px;
	}

	.about-triangle-img{
		display: none;
	}

	.desktop-credibility-card, .desktop-security-card, .about-content {
		display: none;
	}

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

	.mobile-security-card {
		background-color: #5EBFAF;
		display: block;
	}

	.mobile-credibility-card {
		background-color: #FFC82A;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile-about-triangle-img {
		display: block;
		height: 64px;
		transform: rotate(-90deg);
		padding: 0;
		margin-top: -40px;
	}

	.desktop-about-footer {
		display: None;
	}

	.mobile-about-footer {
		background-color: #cacaca;
		display: block;
	}
}

@media(max-width:600px) {

    .login-box, .signup-box{
		width: 300px;
	}

	.signup-button-content .div {
		align-self: end;
	}

	.signup-button-content {
		flex-direction: column;
	}

	.signup-button-content .p{
		columns: 12;;
	}

    .mobile {
	display: none;
    }

	.mobile-about-footer .line .col-6 p{
		font-size: 0.7rem;
		font-style: italic;
		font-weight: bold;
		flex-wrap: nowrap;
	}

	.mobile-about-footer .text-center span{
		font-size: 0.7rem;
	}
}

@media(max-width: 480px) {
	.mobile-about-footer .line .col-6 p{
		font-size: 0.6rem;
	}

	.mobile-about-footer .text-center span{
		font-size: 0.6rem;
	}
}

#details {
 grid-area: details;
}

#balance {
grid-area: balance;
}

#donate {
grid-area: donate;

}

.mobile-warning {
	font-size: 16pt;
}

.blue-btn {
	padding: 5px 15px;
	background: #1B66AB;
	color: white !important;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor: pointer;
}

.blue-btn:hover{
	background: #103e69;
}
