body {
	/* background-color: #14274e; */
	color: #333;
	font-size: 1rem;
	/* font-family: Barlow, Montserrat, Arial, Helvetica, sans-serif; */
}
.row {
	display: flex;
	flex-wrap: wrap;
  }
  
  .col-12 {
	flex: 1 0 100%;
  }
  
  .col-md-4 {
	flex: 1 0 33.33%;
	max-width: 33.33%;
  }

  .profile-image-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%; /* 1:1 aspect ratio */
	width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    border: 5px solid #e9ecef;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .profile-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
	/* object-fit: cover; */
  }

 


/* a {
	color: #2e9cca;
} */

a:hover {
	text-decoration: none;
}

label {
	font-size: 15px !important;
}

a:focus {
	outline: 0 none #fff;
}

h1,
h1,
h3,
h4,
h5 {
	color: #14274e;
}

hr {
	border-top: 1px solid #ccc;
}

label {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

strong {
	color: #14274e;
	font-weight: 900;
}

/* #modal-profile-badge_btn a svg{
	width:12px;
	height:12px;
} */

.add-term-to-profile{
	/* border: 1px solid #344767; */
	/* letter-spacing: normal !important; */
	padding: 0.3rem;
	border-radius: 5px;
	background-image: linear-gradient(#47c789 50%, #21bf73 50%);
	/* background-color: #47c789; */

	margin-right: 5px;
	color:#ffffff !important;

}
.add-term-to-profile > svg{
	width: 1rem !important;
	height: 1rem !important;
	margin-bottom: 0.3rem;
	transition: 1.5s ease-in-out;
}
/* .modal-profile:hover svg{

} */

.user-plus-icon{
	fill: #ffffff;
	/* fill: #344767; */
	/* fill:rgb(8, 118, 244); */
}

.modal-badge-pill svg ,.svg-icon-styles{
	width: 1rem;
	height: 1rem;
	fill:#344767;
	
	
}


/* canvas *******************************/

/* .canvas {
	position: relative;
} */



/* btn-default *******************************/

/* .btn-default {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	outline: 0 none #fff;
	border: 1px solid #21bf73;
	border-radius: 15px;
	padding: 5px 20px;
	background-color: #fff;
	background-image: linear-gradient(#47c789 50%, #21bf73 50%);
	background-size: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	transition: all .3s cubic-bezier(.16, .8, .66, 1.54);
} */

/* .btn-default:hover,
.btn-default:focus {
	border: 1px solid #fff;
	background-color: #fff;
	background-image: linear-gradient(#fff 50%, #fff 50%);
	box-shadow: 0 0 0 5px rgb(94, 114, 156, 0.2);
	color: #21bf73;
} */

/* link-nav *******************************/

a.link-nav {
	display: inline-block;
	height: 33px;
	padding-top: 5px;
	/* color: #fff; */
	text-align: center;
	opacity: 0.7;
	overflow: hidden;
	transition: opacity 0.5s;
}

.content {
	padding-top:3rem;
}

.primary-term-badge {
	max-height: 55px !important;
	display: inline-block !important;
	padding: 14px 10px;
	min-width: 260px;
}

.badge-secondary {
	font-size: 0.5rem;
	border-radius: 0.25rem !important;
	margin-bottom: 2px;
	padding: 4px 7px;
	/*   border: 1px solid #f05454;
	background-color: #f05454;   
	color: #fff;    */
	font-weight: normal;
	/* font-size: 0.8rem; */
	text-align: left;
	white-space: normal !important;
}

/* 
#ui-datepicker-div{
	background-color: whitesmoke;
	border: ridge;
    padding: 0px 10px;
} */
/* 
a.link-nav:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
} */

/* a.link-nav span {
	display: inline-block;
	width: 0px;
	height: 3px;
	background-color: #47c789;
	transition: width 0.3s;
}

a.link-nav span::before {
	content: '\a';
	white-space: pre;
} */

/* a.link-nav:hover span {
	width: 100%;
	transition: width 0.3s;
}

a.link-nav.active {
	color: #fff;
	font-weight: 600;
	opacity: 1;
} */

/* link-nudge *******************************/

a.link-nudge:hover img {
	animation: nudge 0.3s;
}

@keyframes nudge {
	33% {
		transform: translateX(-5px);
	}

	66% {
		transform: translateX(2px);
	}

	100% {
		transform: translateX(0);
	}
}

/* link-spin *******************************/

a.link-spin:hover img {
	animation: spin 0.3s;
}

@keyframes spin {
	30% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* search-terms *******************************/

.search-terms {
	padding: 20px 5px 20px 20px;
	background-color: #fafafc;
	border: 1px solid #ccc;
	white-space: normal !important;
}

/* .search-terms .term-pill {} */

.search-terms .term-pill:hover {
	cursor: pointer;
}

.search-terms .term-pill a.term {
	color: #333;
}

.search-terms .term-pill a.remove {
	color: #ccc;
	font-family: arial;
	font-size: 0.8rem;
}

.search-terms .term-pill:hover a.term {
	color: #fff;
}

.search-terms .term-pill:hover a.remove {
	color: #ccc;
	font-family: arial;
	font-size: 0.8rem;
}

.search-terms .term-pill:hover a.term:hover {
	color: #fff;
	text-decoration: none;
}

.search-terms .term-pill:hover a.remove:hover {
	color: #fff;
	text-decoration: none;
}

/* term-related *******************************/
/* 
.term-related {
	margin-bottom: 2px;
	padding: 3px 7px;
	border: 1px solid #21bf73;
	background-color: #21bf73;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: left;
	white-space: normal !important;
}

.term-related:hover {
	background-color: #47c789;
	cursor: pointer;
}

.term-related a.term {
	color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.term-related a.remove {
	float: right;
	padding: 2px 0 0 5px;
	color: #d6f2e5;
	font-family: arial;
	font-size: 0.8rem;
}

.term-related:hover a.term {
	color: #fff;
}

.term-related:hover a.remove {
	color: #d6f2e5;
	font-family: arial;
	font-size: 0.8rem;
}

.term-related:hover a.term:hover {
	color: #fff;
	text-decoration: none;
}

.term-related:hover a.remove:hover {
	color: #fff;
	text-decoration: none;
}
 */

/* term-general *******************************/


.badge {
	font-weight: 600 !important;
}

.term-general {
	margin-bottom: 2px;
	padding: 3px 7px;
	border: 1px solid #f05454;
	background-color: #f05454;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: left;
	white-space: normal !important;
}

.term-general:hover {
	background-color: #f17171;
	cursor: pointer;
}

.term-general a.term {
	color: #fff;
}

.term-general:hover a.term {
	color: #fff;
}

.term-general:hover a.term:hover {
	color: #fff;
	text-decoration: none;
}

/* term-profile *******************************/

.term-profile {
	margin-bottom: 2px;
	padding: 3px 7px;
	border: 1px solid #21bf73;
	background-color: #21bf73;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: left;
	white-space: normal !important;
}

.term-profile:hover {
	background-color: #47c789;
	cursor: pointer;
}

.term-profile a.term {
	color: #fff;
}

.term-related {
	margin-bottom: 5px;
	padding: 3px 7px;
	border: 1px solid #f0f0f0;
	/* #dee2e6;  */
	background-color: #f6f9fc;
	/*#dee2e6; */
	/* background-color: #21bf73;   */
	color: #14274e;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: left;
	white-space: normal !important;
	box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%), inset 0 -2px 6px 0 rgb(10 37 64 / 35%);
}

.term-profile a.remove {
	float: right;
	padding: 2px 0 0 5px;
	color: #d6f2e5;
	font-family: arial;
	font-size: 0.8rem;
}

.term {
	color: #14274e !important;
}

.remove {
	color: #14274e !important;
}


.term-profile:hover a.term {
	color: #fff;
}

.term-profile:hover a.remove {
	color: #d6f2e5;
	font-family: arial;
	font-size: 0.8rem;
}

.term-profile:hover a.term:hover {
	color: #fff;
	text-decoration: none;
}

.term-profile:hover a.remove:hover {
	color: #fff;
	text-decoration: none;
}

/* row  *******************************/

.row-head {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background-color: #f8f9fa;
	font-weight: 600;
}

.row-chart {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

/* disc-blue  *******************************/

ul.disc-blue {
	list-style: none;
}

ul.disc-blue li::before {
	display: inline-block;
	margin-left: -0.7em;
	width: 1em;
	line-height: 20px;
	content: "\25e6";
	color: #14274e;
	font-size: 20px;
	font-weight: bold;
}

/* highlight *******************************/

.highlight {
	background-image: linear-gradient(to top, #fff568 45%, rgba(0, 0, 0, 0) 40%);
}

.highlight:hover {
	text-decoration: none;
}

/* text *******************************/

.text-blue {
	color: #58b1d7;
}

.text-green {
	color: #21bf73;
}

.text-normal,
a.text-normal {
	font-weight: 500;
	color: #333 !important;
}

/* icons *******************************/

/* .icon {
	width: 32px;
}

.icon-xs {
	width: 12px;
}

.icon-sm {
	width: 18px;
}

.icon-md {
	width: 28px;
}

.icon-lg {
	width: 50px;
}

.icon-muted {
	opacity: 0.35;
}

.icon-muted:hover {
	opacity: 0.5;
} */

/* borders *******************************/

/* .bl-1 {} */

.bb-0 {
	border-bottom: 0px !important;
}

@media (min-width: 768px) {

	.bl-1 {
		border-left: 1px solid #ccc;
		padding-left: 40px;
	}
}

/* helpers *******************************/

.hide {
	display: none;
}

.required {
	color: #c00;
}

.click {
	cursor: pointer;
}

.blank {
	display: inline-block;
	width: 100px;
	border-bottom: 1px solid #333;
}

.italics {
	font-style: italic;
}

.strong {
	color: #14274e;
	font-weight: 600;
}

.nowrap {
	white-space: nowrap;
}

/* layout: footer *******************************/

.footer {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .8rem;
}

.footer .about {
	text-align: center;
	padding-bottom: 10px;
}

.footer .about a {
	color: #fff;
	font-weight: 500;
	font-size: .8rem;
	text-decoration: none;
}

.footer .links {
	font-size: 0.55rem;
	text-align: center;
}

.footer .links a {
	color: #fff;
	text-decoration: none;
}

.footer .links a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.footer .links .divider {
	display: inline-block;
	width: 1px;
	height: 1.2rem;
	margin: 0 10px;
	background-color: #333;
	opacity: 0.5;
}

.footer .social {
	padding: 20px 0;
	text-align: center;
}

.footer .social img {
	margin-left: 10px;
	max-width: 40px;
	opacity: 0.75;
	transition: all .3s cubic-bezier(.16, .8, .66, 1.54);
}

.footer .social img:hover {
	opacity: 1;
}

@media (min-width: 992px) {

	.footer {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 40px;
	}

	.footer .about {
		width: 30%;
		text-align: left;
		padding-bottom: 0;
	}

	.footer .links {
		width: 40%;
		font-size: 0.8rem;
	}

	.footer .social {
		width: 30%;
		text-align: right;
		padding: 0;
	}
}


/* bootstrap mods *******************************/

.btn-outline-dark {
	border-color: #ccc;
}

.btn-link {
	color: #0092ca;
}

.btn-link:hover {
	text-decoration: none;
}

.nav-link {
	border: 1px solid #ddd !important;
	border-bottom-color: #fff !important;
	background-color: #f9f9fc;
	margin-right: 4px;
}

.dropdown-item:active {
	background-color: #21bf73;
}

.form-control:focus {
	border: 1px solid rgb(94, 114, 156, 0.2);
	box-shadow: 0 0 0 5px rgb(94, 114, 156, 0.2);
}

.badge {
	max-height: 25px;
	/* background: #21bf73; */
	cursor: pointer;
}

/* .badge-primary{
	background-color: #21bf73 !important;
} */

form {
	display: contents;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a {
	text-decoration: none;
}

.link-nudge {
	font-weight: 500;
}



.hide_element {
	display: none;
}

.pb-1 {
	display: flex;
}

.pb-1>* {
	margin-right: 5px;
	margin-left: 5px;
}

/* llm button */

.textarea-container {
	position: relative;
}

.btn-llm {
    position: absolute;
    bottom: 1.5rem; 
    right: 1.5rem;
}
.btn-custom {
	background-color: #007bff;
	color: #fff !important;;
	border: 1px solid #007bff;
	transition: background-color 0.3s ease;
}

.btn-custom:hover {
	background-color: #0056b3 !important;
}

.btn-custom i {
	margin-right: 5px;
}


/*search and create css*/

/* .search-form { */
/*position: absolute;*/
/*background: #14274E;*/
/* width: 100%;
    border-radius: 1%;
    padding: 23px 0 21px; */
/*margin-top: 220px;*/
/* } */
/* 
.search-form select, .search-form input {
    background-color: #f7f7f7;
    color: black;
    border: 4px solid #14274E;
    width: 100%;
    height: 46px;
    margin: 0;
    font: 10pt "Open Sans", sans-serif;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

label {
    display: block !important;
    font-size: 12px;
    font-weight: 600;
}

.search-form button {
    background: #f7f7f7;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}

input:focus{
    outline: none;
} */

/* suggestion box list css */
/* 
.search-input .suggestion-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #14274E;
}
.search-input.active .suggestion-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.suggestion-box button{
  list-style: none;
  padding: 8px 12px;
  
  width: 50%;
  cursor: pointer;
  border-radius: 3px;
}
.search-input.active .suggestion-box li{
  display: block;
}
.sugg-row:hover{
  background: #efefef;
}

.search-input .icon{
    position: absolute;
    right: 15px;
    top: 20px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #14274E;
    cursor: pointer;
}

.occup_img {
    width: 60px;
    height: 50px;
}

.sugg-row {
    cursor: pointer;
    padding: 5px;
}
 */


/*home_2 css*/

/* .select-type-results {
    width: auto;
    height: auto;
    border: 1px solid grey;
    border-radius: 5px;
}


.occup_img {
    width: 60px;
    height: 50px;
} */

.round {
    position: absolute;
    border: 2px solid #000000;
	background-color: #000000;
    width: 30px;
    height: 25px;
    border-radius: 0.45rem;
}

#cta{
    width:100%; cursor: pointer; position: absolute;
}

#cta .arrow{left: 21%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:6px;}
.segunda{margin-left: 8px;}
.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.temp-l{
	position: absolute;
    border: 2px solid #000000;
    background-color: #000000;
    width: 30px;
    height: 25px;
    border-radius: 0.45rem;
}
.temp-li{
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

.table1 {
	width: 100%;
	border-spacing: 10px; /* Adds spacing between rows and columns */
}

.table1 td {
	padding: 10px; /* Adds internal padding inside the table cells */
}

.table1 th {
	padding: 5px;
}

.table1 tr {
	margin-bottom: 5px; /* Adds vertical space between rows */
}

.user-react-about-job {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    border-radius: 50px;
    width: 100%;
}

.like svg, .dislike svg {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .user-react-about-job {
        flex-direction: column;
        gap: 5px;
        padding: 5px;
        width: 100%;
    }

    .like svg, .dislike svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 480px) {
    .user-react-about-job {
        padding: 4px;
        font-size: 12px;
    }

    .like svg, .dislike svg {
        width: 10px;
        height: 10px;
    }
}


