.huge { font-size: 40px; }

select {
	border-radius:4px;
	border-color: #ccc;
	border: 1px solid;
	padding: 0 0.5rem; 
}
.surveyList > div:first-child{
	margin: 0 auto;
}
.surveyCont{
	background: #fff;
	border-top: 10px solid #d7efff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	width: 50%;
	margin: 1.5rem auto;
	padding: 1rem;
}
.surveyCont > h3{
	text-align: center;
}
.infoSurvey{
	font-family: 0.5rem;
	color: #b7b7b7;
}
.requireInfo{
	color: #d93025;
}
.ideaLogoInfo{
	display: flex;
	justify-content: center;
}
.surveyQuestionsCont{
	border-top: 1px solid #ccc;	
}
.questionSurvey{
	font-size: 2rem;
}
.radioButtonCont{
	display: flex;
	align-items: center;
}
.radioButtonCont > label{
	font-size: 1.5rem;
	padding: 0 1rem;
	margin-bottom: 0;
}
.surveyRadio{
	margin: 0 0 0 !important;
}
.otherText, .inputText{
	display: inline;
	border-radius: 3px !important;
	height: auto !important;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
.otherText:focus, .inputText:focus{
	border-bottom: 1px solid #d7efff !important;
	border-radius: 0 !important;
	outline: none;
	transition: border-bottom .2s linear;
}
.errQuestion, .errCount{
	border: 1px solid #d93025;
}
.listSurvey{
	list-style: none;
}
.selectedAlternative{
	background: #d7efff;
	border-radius: 5px;
	padding: 0.5rem;
	color: #333;
}
.resultOther{
	padding: 1rem;
	background: #eee;
	border-radius: 0 0 3px 3px;
}
.buttonSubmitSurveyCont{
	width: 50%;
	margin: 1.5rem auto;
	padding: 1rem;
}
.buttonSubmitSurvey, .btn-orange{
	background: #d7efff;
	font-size: 1.5rem;
	padding: 0.5rem 2rem;
	color: #333;
	border-radius: 5px;
}
.msgErrQuestion{
	margin: 0 auto;
	padding: 0;
	color: #d93025;
	display: none;
}
.alertForm{
	text-align: center;
	margin: 0 auto;
	position: sticky;
	top: 50px;
	width: 50%;
	display: none;
}
.showErr, .showErrCount{
	display: block;
}
.hiddenDiv{
	display: none;
}
.selectedResult{
	background: #d7efff;
	color: #333;
	border-radius: 5px;
	padding-left: 0.5rem;
}
.openSurveySubmit{
	background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
	color: #61adff;
}
.openSurveySubmit:hover{
	text-decoration: underline;
}
.responseResultText{
	background: #eee;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.selecOther{
	border-radius: 5px 5px 0 0;
}
.strgCount{
	display: flex;
	justify-content: flex-end;
	font-size: 1rem;
}
.inputTextResultSurvey{
	border-radius: 4px;
	border-top: 1px solid #ccc;
}
.tableContStyle{
	width: 80%;
}
.tableHeadStyle, .tableItemStyle{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: auto;
}
.tableHeadStyle > div, .tableItemStyle > div{
	padding: 0.5rem;
}
.tableHeadStyle > div:first-child, .tableItemStyle > div:first-child{
	padding: 0.5rem 1rem;
}
.tableHeadStyle{
	background: #d7efff;
	color: #333;
	border-radius: 5px 5px 0 0;
	margin-top: 0.5rem;
}
.tableHeadStyle > div{
	font-weight: bold;
	font-size: 1.5rem;
}
.tableItemStyle{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tableItemStyle:nth-child(odd){
	background: #eee;
}
.tableItemStyle:last-child{
	border-radius: 0 0 5px 5px;
}
.ideaLink{
	color: #d7efff;
}
.ideaLink:hover{
	color: #c75a00;
}
.filterSurvey{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.filterSurveyUser{
	width: 30%;
}
.filterSurveyUser > select{
	padding: 0.5rem;
	margin: 0;
	border: none;
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #d7efff;
	border-left: 1px solid #d7efff;
	border-bottom: 1px solid #d7efff;
	outline: none;
}
.filterSurveyUser > input[type='submit']{
	width: auto !important;
	height: auto !important;
	border-radius: 0 5px 5px 0;
	border: none;
	padding: 0.5rem;
	margin: 0;
	border-right: 1px solid #d7efff;
	border-top: 1px solid #d7efff;
	border-bottom: 1px solid #d7efff;
	background: #d7efff;
	color: #333;
}
.datepicker{
	display: flex;
}
.datepicker > div:first-child > div{
	border-radius: 5px 0 0 5px;
	width: 200px; 
	background: #fff; 
	cursor: pointer;
	padding: 5px 10px; 
	width: 100%;
	border-left: 1px solid #d7efff; 
	border-top: 1px solid #d7efff; 
	border-bottom: 1px solid #d7efff;
}
.datepicker > div:first-child > div > span{
	padding: 0 0.5rem 0 0;
}
.datepicker > div:last-child{
	background: #d7efff;
	color: #333;
	border-top: 1px solid #d7efff;
	border-right: 1px solid #d7efff;
	border-bottom: 1px solid #d7efff;
}
/*autocomplete styled*/
.autocompleteCont{
	position: relative;
	padding: 4px;
}
.inputAutoCompleteCont{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnSubmitFilterCont{
	display: flex;
	padding: 4px;
}
.btnSubmitFilter{
	padding: 5px 10px;
	border-radius: 5px;
	background: #d7efff;
	color: #333;
}
.autocompleteItems{
	display: none;
}
.autocompleteStyleList{
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	border: 1px solid #d7efff;
	padding: 10px;
	max-height: 100px;
	overflow: scroll;
	overflow-x: hidden;
	border-radius: 3px;
}
.autocompleteStyleList > ul{
	list-style: none;
}
.autocompleteStyleList > ul > li{
	cursor: pointer;
}
.inputStyled{
	outline: none;
	border: 1px solid #d7efff !important;
	height: auto !important;
	border-radius: 5px !important;
	padding: 5px 10px;
	margin: 0;
}
.showErr, .showErrCount, .showDiv{
	display: block;
}
.hiddenDiv{
	display: none;
}
.selectedItem{
	background: #d7efff;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	margin-top: 1rem;
	margin-left: 5px;
	cursor: pointer;
}
.selectedAutocompletedStyled{
	display: flex;
	flex-wrap: wrap;
	max-width: 90%;
}
/*Quote Approve*/
.tableQuoteCont{
	width: 100%;
	margin-top: 0.5rem;
}
.tableQuoteCont__head, .tableQuoteCont__body{
	display: grid;
	grid-template-columns: repeat(7, minmax(1rem, 1fr));
	padding: 0.5rem;
	gap: 0 1rem;
}
.tableQuoteCont__head--hidden-column{
	grid-template-columns: repeat(6, minmax(1rem, 1fr));
}
.tableQuoteCont__head > div, .tableQuoteCont__body > div{
	padding: 0.5rem;
}
.tableQuoteCont__selectAll{
	display: flex;
	justify-content:center;
	position: relative;
}
.tableQuoteCont__selectAll > input{ margin: 0 !important;}
.tableQuoteCont__selectAll > span{
	position: absolute;
	right: 3rem;
}
.tableQuoteCont__head{
	background: #d7efff;
	cursor: pointer;
}
.tableQuoteCont__action{
	display: flex;
	justify-content: space-evenly;
	align-items: center;

}
.tableQuoteCont__actionHead{ text-align: center;}
.tableQuoteCont__reject{
	justify-content: flex-end;
}
.tableQuoteCont__action > button > a, .getPDFbutton > a{color: inherit;text-decoration: none;}
.tableQuoteCont__action > button, .getPDFbutton{
	display: flex;
    justify-content: center;
	outline: none;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem;
	font-size: 1.2rem;
}
.tableQuoteCont__body:nth-child(even){
	background: #eee;
}

.tableQuoteCont__body > div:nth-child(1){
	display: flex;
	grid-column: 1/2 span;
}
.tableQuoteCont__body > div:nth-child(1) > div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0.5rem;
}
.view_files_style{
	color:#3097d1;
	cursor: pointer;
	background: transparent;
}
.view_files_style{

}
.msg_error_cont{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.msg_error{
	width: 50%;
	background: #d3e0e9;
	color: #004085;
	padding: 1rem;
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.msg_error >  .btn{
	color: #fff;
	background: #2e639c;
	margin-top: 1.5rem;
}
/*Welcome view*/
.container_welcome{
	display: flex; align-items:center;min-height: 100vh
}
.panel__welcome{
	display: flex;
	align-items: start;
	justify-content: center;
}
.panel__footer{
	display: flex;
	justify-content: space-between;
}
.panel__footer-register{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.panel__footer-register > p{
	font-size: 24px;
}
.panel__welcome > div:first-child{
	width: 100%;
}
.panel__welcome > div:last-child{
	padding-left: 2rem;
}
.panel__welcome > div:last-child > h2{
	font-size: 2rem;
}
.progress_bar{
	background: #f1f1f1;
	border-radius: 1rem 1rem 1rem 1rem;
	border: 1px solid #ccc;
	margin-bottom: 1rem;
	display: none;
}

.progress_bar__loading{
	width: 0;
	background: #d7efff;
	border-radius: 1rem 1rem 1rem 1rem;
	padding: 1rem;
	transition: width 1s ease;
}

.progress_bar__text{
	color: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}
.select_view{
	padding-right: 1rem;
	padding-bottom: 0.5rem;
}
.newUser__panel-heading{
	margin-bottom: 0 !important;
}
.newUser__panelBody{
	padding: 0 !important;
}
.newUser{
	display: flex;
	flex-direction: column;
	padding: 1rem;
}
.newUser__row{
	display: flex;
	width: 90%;
	justify-content: space-between;
}
.newUser__input{
	border: 3px solid #d7efff !important;
	width: 100%;
	height: auto !important;
	padding: 0.5rem;
}
.newUser__input:focus{
	outline: none !important;
}
.newUser__group{
	width: 100%;
	margin-left: 3rem;
	margin-top: 3rem;
}
.newUser__footer{
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}
.newUser__button, .newUser__buttonPrev, .newUser__create, .newUser__checkEmail{
	background: #d7efff;
	padding: 0.5rem 3rem;
	margin-left: 1rem;
}
.newUser__MultipleSelect{
	background: #f1f1f1;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0.5rem 3rem;
	cursor: pointer;
}
.newUser__MultipleSelect--active{
	background: #d7efff;
}
.newUser_step2, .newUser_step3, .newUser_step4, .newUser__groupConfig{ display: none; }
.checkEmail,.checkEmailData{
	display: flex;
	justify-content: center;
}
.checkEmail__container{
	width: 50%;
}
.return_form{
	cursor: pointer;
	text-decoration: underline;
}

.expireSessionCont{
	background: rgba(0,0,0,0.8);
	position  : fixed;
	top       : 0;
	left      : 0;
	right     : 0;
	bottom    : 0;
	z-index   : 50;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	display: none;
}
.expireSessionMsg{
	background: white;
	display: inline-block;
	position: relative;
	font-size: 2rem;
	padding: 1rem;
	border-radius: 1rem;
}
.input-group_blg, .input-group_blg > select{
	width: 100%;
	height: 20rem;
}
.input-group_blg:hover::after{
	content: attr(data-tooltip);
	display: block;
	position: absolute;
	top: 22rem;
	left: 0; /* Ajusta la posici�n seg�n tus necesidades */
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 1;
}
.Dev__ul{
	list-style: none;
}
.Dev__li{
	background: #d3e0e9;
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #000;
	border-radius: 3px;
}
.langCont{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: end;
}
.langItem{
	padding: 0.5rem;
	cursor: pointer;
}
.langItem:hover{
	text-decoration: underline;
}
.panel-heading-welcome{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panel-heading-with-question{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panel-heading-with-question > i{
	cursor: pointer;
}
.translationSelectedList{
    padding: 1rem;
	display: flex;
	justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}
.translationSelectedList > div{
	background: #ccc;
	padding: 0.5rem 1rem;
	border-radius: 3px;

}
.translationSelectedCont{
	min-height: 200px;
}

.error { border-color: red!important; color:red;}
.error_text{display: none; color: red;}

.btn-remove{
	background: red !important; 
	color: white;
	cursor:pointer;
}
.btn-remove:hover{
	color: white;
}
.work_file_cont{
	display: flex;
	flex-wrap: wrap;
}
.work_file_preview{
	width: 120px;
	height: 120px;
	background: linear-gradient(to bottom, #eee, #ddd);
	border-radius: 20px;
	margin: 16px 16px 0 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.work_file_filename{
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(200, 200, 200, 0.8);
    padding: 0 0.4em;
    border-radius: 3px;
	text-align: center;
}
.work_file_filename:hover{
	overflow: visible;
	border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
	position: sticky;
	min-width: 120px;
	width: fit-content;
}
.work_file_size{
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
    border-radius: 3px;
	font-size: 16px;
	color: #000;
	width: fit-content;
	margin: 0 auto;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.add_tooltip_text{
	position: relative;
}
.add_tooltip_text::before{
	background: rgba(0,0,0,0.8);
	border-radius: 3px;
	border: 1px solid black;
	box-shadow: inset 0 1px 0 white;
	padding: 0.5rem;
	width: fit-content;
	content: attr(data-tooltipText);
	position: absolute;
	top: -4rem;
}
.alert_link_failed{
	width: 80%; 
	margin:0 auto;
	display: none;
	cursor: pointer;
}
.dialogInfoBK{
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 800;
	justify-content: center;
	align-items: center;
	display: none;
}
.dialogInfo{
	padding: 1rem;
	background: #efefef;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.dialogInfoClose{
	background: #333;
	color: white;
	padding: 1rem 2rem;
	border-radius: 3px;
	/* width: fit-content; */
}
.filesDialog{
	padding: 1rem 5rem;
	border: 2px solid #ccc;
	border-radius: 5px;
}
.filesDialog > h3{
	text-align: center;
}
.filesDialog > button, .filesDialog button{
	padding: 1rem 3rem;
	border-radius: 3px;
}
.yearSelect{
	display: flex;
    justify-content: end;
}
.row_createQuote{
	text-align: left; 
	bottom: 0; 
	position: absolute;
}
.offline{
	display: flex;
	background: #f1f1f1;
	width: 50%;
	justify-content: space-around;
	align-items: center;
	padding: 1rem;
	margin: 0 auto;
}
.offline div{
	width: 70%;
}

@media (max-width: 35rem) {
	.panel__welcome{
		flex-direction: column;
	}
	.panel__welcome > div:first-child{
		width: 100%;
	}
	.container_welcome{
		width: 100%;
	}
	.panel__welcome > div:last-child{
		padding-left: 0;
		padding-top: 1rem;
	}
}