.layoutContent___xIfOY {
    padding: 0 0vw;

    @media (max-width: 1200px) {
        padding: 0 5vw;
    }
}
.table___enJ-x {
  flex: 1;
  display: flex;
  width: calc(100% - var(--margin-side) * 2);
  max-width: 334px;
  max-height: calc(100vh - calc(70px+104px+101px));
  margin: 20px 0;
  /* height: 1200px; */
  overflow: scroll;
}

.table___enJ-x > table {
  width: 100%;
  max-height: 100%;
}

.table___enJ-x > table > thead {
  height: 59px;
}

.table___enJ-x > table > thead > tr {
  width: 334px;
  height: 59px !important;
}

.table___enJ-x > table > thead > tr > th {
  padding: 0;
  text-align: center;
}

.table___enJ-x > table > tbody > tr > td {
  padding: 0;
  text-align: start;
  height: 59px !important;
}

.table___enJ-x > table > tbody > tr {
  height: 45px;
  white-space: no-wrap;
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
}

.table___enJ-x > table > tbody > tr:nth-child(2n + 1) {
  background-color: var(--color-accent-light);
}

.table___enJ-x > table > tbody > tr > td {
  padding-left: 10px;
  cursor: pointer;
}

.disconnect___2m4I2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	margin: 0 auto 40px auto;
	cursor: pointer;
}

.disconnect___2m4I2 > p {
	margin: 0 20px 0 0;
}

.disconnect___2m4I2 {
	display: flex;
}

.filter___1sCos {
	position: absolute;
	z-index: 3;
	background-color: white;
}

/* .geoButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 334px;
	height: 61px;
	transition: all 0.5s linear;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
	background-color: var(--color-error);
}

.geoButton > img {
	margin-right: 10px;
}

.geoButton > h2 {
	margin: 0;
	font-size: var(--font-size-xl);
	font-weight: var(--font-weight-title);
}

.geoButtonActive {
	background-color: var(--color-pass);
	border-radius: 6px;
	cursor: pointer;
} */
.remitsList___1ifrh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 334px;
	margin-bottom: 20px;
}

.remitsList___1ifrh > div:first-child > h2 {
	margin: 0 0 3px 0;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-l);
}

.remitsList___1ifrh > div:first-child > p {
	margin: 0 0 3px 0;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-s);
}

.descriptionText___2YStC {
	margin-bottom: 15px;
	width: 334px;
}


.defectos___62FRW {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.defectos___62FRW > div {
	margin: 10px 0;
}
.defectos___62FRW > div > img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.inDefect___3RSre {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.OptionLabel___UctmO {
    display: flex;
    align-items: center;
    padding: 10px;
}
.OptionLabel___UctmO > * + * {
    margin-left: 10px;
}
.OptionLabel___UctmO > p {
    text-align: justify;
    font-size: small;
}

.SubForm___s46ns {
    padding: 15px;
}

.InputLabel___32_M2 {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    width: 314px;
    margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	background-color: var(--color-grey-depth);
	transition: all 0.25s linear;
}
.InputLabel___32_M2 > label {
    margin-right: 10px;
}

.InputLabel___32_M2:hover,
.InputLabel___32_M2:focus {
	background-color: var(--color-accent-light);
}

.label___mfapZ.error___2SlPb {
    color: red;
}
.label___mfapZ.required___3dCL-::after {
    content: "*";
    color: red;
    font-size: large;
    margin-left: 2px;
}
.createSubtask___2iSEN {
	position: absolute;
	z-index: 3;
	background-color: white;
}

body{
    overflow-x: hidden;
}

.paperPolitics___1lA3Z{
    padding: 20px;
    margin-bottom: 20px;
}

.containerPolitics___2IN4E{
 margin-top: 20px;
}
body {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.inputSignature___1kRpI {
	z-index: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.signaturePad___2XVwl {
	height: 100vh - 122px;
	flex: 1;
	margin: 0;
	background-color: #fff;
}

.signature___1bIjU {
	width: 100%;
	height: 100%;
}

.footer___2GyuD {
	z-index: 2;
	width: 100%;
	position: absolute;
	bottom: 120px;
	font-size: var(--font-size-l);
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.buttons___1204L {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: 112px;
}

.buttons___1204L > div:nth-child(1),
.buttons___1204L > div:nth-child(2) {
	height: 72px;
	width: 66.8px;
}

.buttons___1204L > div:nth-child(3) {
	height: 72px;
	width: 200.4px;
}

.sigImage___2RZ5o {
	background-size: 200px 50px;
	width: 200px;
	height: 50px;
	background-color: white;
}

@media only screen and (orientation: Landscape) {
	.inputSignature___1kRpI {
		flex-direction: row;
	}

	.signaturePad___2XVwl {
		flex: 1;
		height: 100vh;
		margin: 0;
	}

	.footer___2GyuD {
		bottom: 40px;
	}

	.buttons___1204L {
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		height: 100vh;
		width: 112px;
	}

	.buttons___1204L > div:nth-child(1),
	.buttons___1204L > div:nth-child(2) {
		width: 72px;
		height: 66.8px;
	}

	.buttons___1204L > div:nth-child(1) {
		order: 3;
	}
	.buttons___1204L > div:nth-child(2) {
		order: 2;
	}
	.buttons___1204L > div:nth-child(3) {
		order: 1;
		width: 72px;
		height: 200.4px;
	}
}

.topbar___244Ys {
	/* flex: 1; */
	display: flex;
	height: var(--topbar-height);
	width: 100%;
}

.topbar___244Ys > div:first-child {
	width: var(--margin-side);
	height: var(--margin-side);
}

.topbar___244Ys > div:last-child {
	width: var(--margin-side);
	height: var(--margin-side);
}

.topbar___244Ys > div:nth-child(2n) {
	flex: 1;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.topbar___244Ys > div > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.topbar___244Ys > div > div > h2 {
	margin: 0;
	font-weight: var(--font-weight-title);
	font-size: 16px;
}

.topbar___244Ys > div > div > p {
	margin: 0;
	font-weight: var(--font-weight-text);
	font-size: 14px;
}

.topbar___244Ys > div > img {
	height: 41px;
	width: 41px;
	border-radius: 50%;
}

.containerTable___1UhLm {
    height: 67vh;
    overflow: auto;
    padding: 0 15px;
    width: 100%;
}

.resourceTable___3jU4J {
    width: 100%;
}

.resourceTable___3jU4J thead {
    font-size: 16px;
}

.headerTable___FwhNk {
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
}

.header___AZm-H {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 0;
}

.row___2P7hx:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.rowCell___2DEE7 {
    padding: 10px 0;
    border-bottom: 1px solid rgb(196, 196, 196);
}

.iconDuplicate___sDIMe {
    fill: #727272;
}

.iconDuplicate___sDIMe:hover {
    fill: #000;
}

.actionRow___16UBe {
    display: flex;
    justify-content: flex-end;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
}

/* DictamenTable.module.css */
.iconContainer___nDYXO {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.icon___WOsX9 {
    width: 34px; /* Ajusta el ancho según sea necesario */
    height: 34px; /* Ajusta la altura según sea necesario */
}

.descriptionRow___GtA35 {
    display: flex;
}

.layout___1sSql {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: white;
	overflow: scroll;
	margin: 0 0 0 2rem;
}
/* Esta propiedad estaba rompiendo el css en generar reporte, al extender informe de actividad. */
/* height: calc(100vh - **var(--topbar-height)** - var(--navbar-height)); */
.body___3YkNl {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100vh -  - var(--navbar-height));
	width: 100%;
	padding: 0;
}
.titlesection___3U-GL {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 334px;
	/* margin-left: var(--margin-side); */
}

.titlesection___3U-GL > h2 {
	margin: 20px 0;
	font-size: var(--font-size-xl);
	color: var(--color-black);
}

.backbar___90HQE {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 414px;
	height: var(--backbar-height);
}

.backbar___90HQE > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 12px;
}

.backbar___90HQE > div:first-child {
	margin-left: var(--margin-side);
}

.backbar___90HQE > div:first-child > img {
	cursor: pointer;
}

.backbar___90HQE > div:nth-last-child(1) {
	margin-right: var(--margin-side);
}

.backbar___90HQE > h2 {
	flex: 1;
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	color: #1e88e5;
	margin: 20px 0px 20px 0px;
	text-transform: uppercase;
}

@media (min-width: 540px) {
	.backbar___90HQE {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: var(--backbar-height);
	}
}

.form___1ZfhP {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-bottom: 101px;
}

.form___1ZfhP>p {
	margin: 10px 0 20px 0;
	text-align: start;
	font-size: var(--font-size-s);
}

.form___1ZfhP>p>span {
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	color: var(--color-error);
}

.bottomBar___IOocO {
	flex: 1;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	height: 101px;
}

.inputSubmit___20kYq {
	visibility: hidden;
	height: 1px;
	width: 1px;
	z-index: -1;
	border: 0;
	margin: 0;
	padding: 0;
}
.inputsearch___1gi1M {
	display: flex;
	justify-content: flex;
	align-items: center;
	width: 334px;
	height: 61px;
	background-color: var(--color-grey-depth);
	border-radius: var(--border-radius-s);
}

.inputsearch___1gi1M > img {
	margin: 0 20px;
}

.inputsearch___1gi1M > input {
	flex: 1;
	border: none;
	margin-right: 20px;
	background-color: var(--color-grey-depth);
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	outline: none;
}

.inputSelect___EvBFS {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 51px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	background-color: var(--color-grey-depth);
	transition: all 0.25s linear;
	position: relative;
}

.inputSelect___EvBFS:hover,
.inputSelect___EvBFS:focus,
.inputSelect___EvBFS>div>select:hover,
.inputSelect___EvBFS>div>select:active {
	background-color: var(--color-accent-light);
}

.inputSelect___EvBFS>div {
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.inputSelect___EvBFS>div>select {
	flex: 1;
	width: 100%;
	padding: 5px 0 5px 0;
	border: none;
	margin: 5px 0 0 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	background-color: var(--color-grey-depth);
	color: var(--color-grey-dark);
	transition: all 0.25s linear;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.label___XDE7d {
	text-transform: capitalize;
	font-weight: bold;
}

.error___23Guo {
	color: var(--color-error);
	background-color: #ffebee;
}

.inputSelect___EvBFS>div>img {
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 22px;
	right: 15px;
	pointer-events: none;
}

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

.required___3KX94::after {
	content: '*';
	color: var(--color-error);
	font-size: larger;
	margin-left: 2px;
}

@supports (-webkit-overflow-scrolling: touch) {
	.inputSelect___EvBFS>div>select {
		flex: 1;
		width: 100%;
		padding: 5px 0 5px 0;
		border: none;
		-webkit-appearance: none;
		margin: 5px 0 0 0;
		font-size: var(--font-size-m);
		font-weight: var(--font-weight-text);
		background-color: var(--color-grey-depth);
		color: var(--color-grey-dark);
		transition: all 0.25s linear;
		outline: none;
		cursor: pointer;
	}
}
.option___i9sgr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	overflow-wrap: break-word;
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
	        column-gap: 5px;
}

.option___i9sgr.disabled___1-Nnl {
	pointer-events: none;
	opacity: 0.5;
}

.option___i9sgr>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: solid 1px #979797;
}

.option___i9sgr>p {
	width: 289px;
	/* height: 19px; */
	margin: 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	color: var(--grey-text);
}

.option___i9sgr:nth-last-child(1) {
	margin: 0;
}
.inputCheckbox___2w66H {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 314px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	background-color: var(--color-grey-depth);
	transition: all 0.25s linear;
}
.container___1KSt1 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

/* .inputCheckbox:hover,
.inputCheckbox:focus,
.inputCheckbox > div > input:hover,
.inputCheckbox > div > input:active {
	background-color: var(--color-accent-light);
} */

.inputCheckbox___2w66H > p,
.inputCheckbox___2w66H > input {
	margin: 0 0 15px 0;
}

.inputCheckbox___2w66H > p > span {
	display: contents;
	margin: 0 0 0 10px;
	font-weight: var(--font-weight-title);
	color: var(--color-error);
}

.inputCheckbox___2w66H > div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 2px
}

.inputCheckbox___2w66H > div > input {
	flex: 1;
	font-family: var(--font-family);
	font-size: var(--font-size-s);
	border: 2px solid var(--grey-border);
	outline: none;
	max-width: 73%;
	border-radius: 3px;
	padding-bottom: 15px;
	padding: 5px
}

.inputCheckbox___2w66H > div:first-child > p {
	color: var(--color-accent);
}

.error___3Raiy {
	color: var(--color-error);
	background-color: #ffebee;
}

.btnDelete___1MHXN {
	display: flex;
	align-items: center;
	width: 72px;
	justify-content: center;
	background-color: var(--color-error);
	border: none;
	height: 25px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s all ease;
}

.btnDelete___1MHXN:hover {
	background-color: rgb(197, 88, 88);
}

.btnDelete___1MHXN.disabled___1MB62 {
	background-color: var(--color-grey-depth);
	cursor: not-allowed;
}

.actionbutton___UZr6L {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 334px;
	height: 61px;
	border-radius: 6px;
	cursor: pointer;
	background-color: var(--color-accent);
	color: white;

	@media (max-width: 1200px) {
		width: 100%;
	}
}

.actionbutton___UZr6L>h2 {
	margin: 0;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
}

.phantom___2d5Ku {
	border: 1px solid var(--color-accent);
	color: var(--color-accent);
	background-color: white;
	cursor: pointer;
}

.delete___3yRZ7 {
	border: 1px solid rgba(218, 5, 5, 0.75);
	color: rgba(212, 14, 14, 0.75);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	padding: 0.5em;
}

.disabled___1qGHM {
	background: #bdbdbd;
}

@supports (-webkit-overflow-scrolling: touch) {
	.phantom___2d5Ku::before {
		border: 1px solid var(--color-accent);
		color: var(--color-accent);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		cursor: pointer;
	}
}

.actionbutton___UZr6L:hover {
	border-radius: 6px;
	box-shadow: 10px 10px lightsteelblue;
}
.home___r2s7H {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-image: url('/imgs/background2.png');
	/* background: blue !important; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.home___r2s7H > img {
	width: 250px;
	margin-top: 50px;
}

.home___r2s7H > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

@media (min-width: 610px) {
	.home___r2s7H {
		background-image: url('/imgs/backgroundDesktop.png');
	}
}

@media (min-width: 1225px) {
	.home___r2s7H > img {
		width: 450px;
		margin-top: auto;
		margin-bottom: auto;
	}

	.home___r2s7H > div {
		flex-direction: row;
		margin-bottom: 80px;
	}

	.home___r2s7H > div > div {
		margin: 0 !important;
	}

	.home___r2s7H > div > div:first-child {
		margin-right: 20px !important;
	}
}

.option___AzUwC {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.option___AzUwC > p {
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0 !important;
}

.option___AzUwC > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.option___AzUwC > div > input {
	width: 100%;
	height: 19px;
	margin: 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	color: var(--grey-text);
}

.option___AzUwC > div > input {
	border: none;
	padding: 0 20px 0 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	outline: none;
}

.option___AzUwC > div > p {
	margin: 0;
	color: var(--color-error);
	cursor: pointer;
	font-weight: bold;
}

.option___AzUwC:nth-last-child(1) {
	margin: 0;
}

.inputOptions___3Sw3_ {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 314px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	transition: all 0.25s linear;
	border: 2px solid var(--grey-border);
}

/* .inputOptions:hover,
.inputOptions:focus,
.label > input:hover,
.label > input:active {
	background-color: var(--color-accent-light);
} */

.inputOptions___3Sw3_ > .top___3lWUO {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inputOptions___3Sw3_ > .top___3lWUO > p:last-child {
	margin: 0;
	font-weight: var(--font-weight-text);
	color: var(--color-accent);
	cursor: pointer;
	font-weight: bold;
}

.inputOptions___3Sw3_ > div > p {
	margin: 0 0 15px 0;
	font-weight: bold;
}

.error___2Afev {
	color: var(--color-error);
	background-color: #ffebee;
}

.inputOptions___3Sw3_.disabled___3-KXQ {
    opacity: 0.5;
    pointer-events: none;
}

.btnCreateOption___3TOBY.disabled___3-KXQ {
    cursor: not-allowed;
}
.subTaskGroup___OvhP0 {
	display: flex;
	flex-direction: column;
	flex: 1 1 28%;
	margin: 20px 10px 20px 0;
	background-color: ghostwhite;
}

.subTaskGroupContent___MmJ88 {
	display: flex;
	flex-direction: column;
	height: 300px;
	overflow: scroll;
}

/* .subTaskGroup > div:first-child > h1 {
	margin: 0;
	font-weight: var(--font-weight-text);
	font-size: 25px;
} */

/* .subTaskGroup > div:last-child > div {
	margin-bottom: 20px;
} */

/* .subTaskGroup > div:last-child > div:last-child {
	margin-bottom: 0;
} */

.taskbutton___VqdHN {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 64px;
	border-radius: var(--border-radius-s);
	margin-left: 10px;
}

.fill___13O6X {
	border: solid 1px var(--color-accent);
	color: var(--color-accent);
	cursor: pointer;
	margin-left: 15px
}

.nofill___17ZTa {
	color: var(--color-accent);
	cursor: not-allowed;
}

.taskbutton___VqdHN > h2 {
	margin: 0;
	/* padding: 23px 29px; */
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
}

.subtaskitem___36rfK {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 334px;
}
.subtaskitem___36rfK > div:first-child {
  display: flex;
}

.subtaskitem___36rfK > div:first-child > div > p {
  margin: 0;
  font-size: 14px;
  font-weight: var(--font-weight-text);
  overflow-wrap: break-word;
}

.subtaskitem___36rfK > div:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90px;
  margin-left: 15px;
}

.subtaskitem___36rfK > div:first-child > div > h2 {
  margin: 0 0 3px 0;
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-text);
}

.subtaskitem___36rfK > div:first-child > div > p {
  margin: 0 0 3px 0;
  font-size: 14px;
  font-weight: var(--font-weight-text);
}
.subtaskitem___36rfK > div:first-child > div > p:last-child {
  margin: 0;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-text);
  color: var(--color-accent);
}
.download___17WRH {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 64px;
}

.download___17WRH > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px var(--color-accent);
  border-radius: var(--border-radius-s);
  width: 55px;
  height: 64px;
  margin-left: 20px;
}
.download___17WRH > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px var(--color-accent);
  border-radius: var(--border-radius-s);
  margin-left: 10px;
  width: 55px;
  height: 64px;
  margin-left: 20px;
}
.downloadCvsOne___2q30c {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 120px;
  margin-left: 20px;
}
.downloadCvsOne___2q30c > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px var(--color-accent);
  border-radius: var(--border-radius-s);
  width: 55px;
  height: 64px;
}

.modalButton___3zrJr {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px var(--color-accent);
  border-radius: var(--border-radius-s);
  width: 55px;
  height: 64px;
  margin-left: 10px;
  background: url("/icons/add.svg") no-repeat;
  background-position: 16px center;
}

/* .modal {
  width: 60%;
  background: grey;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 20vh;
  left: 20%;
  height: 50%;
}
@media (max-width: 768px) {
  .modal {
    width: 90%;
  }
} */
* {
  box-sizing: border-box;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  /* width: 100%; */
  opacity: 0.9;
}

button:hover {
  opacity: 1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn___2yaXf,
.downloadbtn___1SH-S,
.deletebtn___3VVLF {
  float: left;
  width: 30%;
}

/* Add a color to the cancel button */
.cancelbtn___2yaXf {
  margin-left: 5px;
  border-radius: 6px;
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn___3VVLF {
  margin-left: 5px;
  border-radius: 6px;
  background-color: red;
}
.downloadbtn___1SH-S {
  margin-left: 5px;
  margin-right: 10px;

  border-radius: 6px;
  background-color: var(--color-accent);
}

/* Add padding and center-align text to the container */
.container___tcOqC {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal___1TiQ0 {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  top: 20vh;
  left: 20%;
  width: 60%; /* Full width */
  height: 60%; /* Full height */
  overflow-y: visible;
  overflow-x: hidden;
  background-color: white;
  padding-top: 30px;
  padding-left: 15px;
}

/* Modal Content/Box */
.modalContent___3WDS_ {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close___3fTau {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close___3fTau:hover,
.close___3fTau:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix___1j4jY::after {
  content: "";
  clear: both;
  display: table;
}
.buttons___21EzQ {
  width: 94%;
  left: 10%;
  top: 70px;
  position: relative;
}
/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 750px) {
  .cancelbtn___2yaXf,
  .downloadbtn___1SH-S,
  .deletebtn___3VVLF {
    width: 100%;
  }
  .buttons___21EzQ {
    left: 0;
  }
}

.descriptiontext___3wq3L {
	display: flex;
	justify-content: flex-start;
	width: 334px;
	margin: 0 0 10px 0;
	flex: 1;
}

.descriptiontext___3wq3L > h2 {
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	width: 120px;
	margin: 0;
	flex: 2;
}

.descriptiontext___3wq3L > p {
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	width: 194px;
	margin: 0;
	flex: 3;
}



.backdrop___1jipg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* .geoButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 334px;
	height: 61px;
	transition: all 0.5s linear;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
	background-color: var(--color-error);
}

.geoButton > img {
	margin-right: 10px;
}

.geoButton > h2 {
	margin: 0;
	font-size: var(--font-size-xl);
	font-weight: var(--font-weight-title);
}

.geoButtonActive {
	background-color: var(--color-pass);
	border-radius: 6px;
	cursor: pointer;
} */
.remitsList___2NX8A {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 334px;
	margin-bottom: 20px;
}

.remitsList___2NX8A > div:first-child > h2 {
	margin: 0 0 3px 0;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-l);
}

.remitsList___2NX8A > div:first-child > p {
	margin: 0 0 3px 0;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-s);
}

.descriptionText___3KhAC {
	margin-bottom: 15px;
	width: 334px;
}

.container___2TRVG {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-top: 15px;
    margin: 5px;
}

.item___2WsdH {
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    background-color: rgb(185, 220, 231);
}

.item___2WsdH:hover {
    background-color: rgb(199, 241, 255);
    border-radius: 10px;
}

.hr___3pErF {
    width: 100%;
    border: solid 1px lightsteelblue;
}

.select___2Yju- {
	width: 336px;
	height: 63px;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid var(--color-accent);
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: white;
	outline: none;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.select___2Yju- > option {
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}
.table___XyHHk {
  flex: 1;
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 20px 0;
  /* height: 1200px; */
  overflow: scroll;
}

.table___XyHHk>table {
  width: 100%;
}

.table___XyHHk>table>thead {
  height: 59px;
}

.table___XyHHk>table>thead>tr {
  width: 334px;
  height: 59px !important;
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  top: 0;
}

.table___XyHHk>table>thead>tr>th {
  padding: 0;
  text-align: center;
}

.table___XyHHk>table>tbody>tr>td {
  padding: 0;
  text-align: center;
  height: 59px !important;
}

.table___XyHHk>table>tbody>tr {
  height: 45px;
  white-space: no-wrap;
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
}

.table___XyHHk>table>tbody>tr:nth-child(2n + 1) {
  background-color: lightsteelblue;
}

.table___XyHHk>table>tbody>tr>td {
  padding-left: 10px;
  cursor: pointer;
}
.container___JgpkF {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.navbar___2UgkX {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: rgb(236, 235, 235);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.103);
}

.btnLogOut___viQND {
	display: flex;
	align-items: center;
	background-color: rgb(233, 75, 75);
	width: auto;
	height: 35px;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: 700;
	transition: 0.2s all ease;
	cursor: pointer;
	transition: .5s all;
}

.btnLogOut___viQND:hover {
	background-color: rgb(238, 120, 120);
	transition: .5s all;
}

.btnContent___BCBci {
	display: flex;
	align-items: center;
	margin: 5px;
}

.tuvLogo___1c7pu {
	width: 45px;
	cursor: pointer;
}

.navbar___2UgkX>div {
	flex: 1;
	height: 60px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.navbar___1BzO9 {
	flex: 'none';
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	height: var(--navbar-height);
	width: 100%;
	box-shadow: 0 2px 10px 0 var(--color-grey-shadow);
	background-color: var(--color-grey-depth);
	position: absolute;
}

.navbar___1BzO9 > div {
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/* margin: 0 var(--margin-side); */
}

.navbar___1BzO9 > div > img {
	margin: 0 0 0 80px;
	cursor: pointer;
}

.navbar___1BzO9 > div > img:nth-child(1) {
	margin-left: 0;
}

#taskIcon___1_4su,
.taskIcon___1_4su,
#calendarIcon___A6iho {
	fill: red;
}

@media only screen and (orientation: Portrait) and (max-width: 360px) {
	.navbar___1BzO9 > div > img {
		margin: 0 0 0 50px;
	}
}

.titleview___3s1TZ {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 334px;
	height: 34px;
	border-radius: var(--border-radius-s);
	background-color: var(--color-accent-light);
	margin: var(--margin-s) 0;
}

.titleview___3s1TZ > h1 {
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	margin: 0;
	padding: 5px 0;
}

.layout___fDX6u {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

.body___2_6oe {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* height: calc(100vh - var(--topbar-height) - var(--navbar-height)); */ 
	width: 100%;
	padding: 0 0 calc(var(--navbar-height) + 10px) 0; 
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 60px;
}

.child___tf_21 {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.loading___3rSWk {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loading___3rSWk > img {
	height: 120px;
	-webkit-animation: sized___u3cTO 1s ease-in-out 0s infinite normal none;
	        animation: sized___u3cTO 1s ease-in-out 0s infinite normal none;
}

.loading___3rSWk > p {
	margin-top: 40px;
}

@-webkit-keyframes sized___u3cTO {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes sized___u3cTO {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@media (max-height: 720px) {
	.body___2_6oe {
		padding: 0;
	}
}

.simpleItemList___LW5z6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 150px;
  width: 180px;
  margin: 2rem;
  text-decoration: none;
  color: black;
  border: solid 5px #1e88e5;
  border-radius: 10px;
  transition: 0.4s all;
  -webkit-transition: all 0.5s ease; /* Safari y Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
}
.simpleItemList___LW5z6:hover {
  border-radius: 10px;
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.2);
  transition: 0.4s all;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #005cb2;
}

.simpleItemList___LW5z6:hover > div {
  background-color: #005cb2;
  font-size: 10.5px;
}

.simpleItemList___LW5z6 > div {
  width: 100%;
  background-color: #1e88e5;
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.simpleItemList___LW5z6 > img {
  height: 80px;
  margin: 10px;
  background-color: var(--black);
}

.disconnect___2ew5Q {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 50px;
	width: 100%;
	max-width: 330px;
    cursor: pointer;
}

.disconnect___2ew5Q > p {
	margin: 0 20px 0 0;
}
.table___ltZ05 {
  flex: 1;
  display: flex;
  width: calc(100% - var(--margin-side) * 2);
  max-height: calc(100vh - calc(70px+104px+101px));
  margin: 20px 0;
  /* height: 1200px; */
  overflow: scroll;
}

.table___ltZ05>table {
  width: 100%;
  max-height: 100%;
}

.table___ltZ05>table>thead {
  height: 59px;
}

.table___ltZ05>table>thead>tr {
  width: 334px;
  height: 59px !important;
}

.table___ltZ05>table>thead>tr>th {
  padding: 0;
  text-align: center;
}

.table___ltZ05>table>tbody>tr>td {
  padding: 0;
  text-align: start;
  height: 59px !important;
}

.table___ltZ05>table>tbody>tr {
  height: 45px;
  white-space: no-wrap;
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
}

.table___ltZ05>table>tbody>tr:nth-child(2n + 1) {
  background-color: var(--color-accent-light);
}

.table___ltZ05>table>tbody>tr>td {
  padding-left: 10px;
  cursor: pointer;
}

.buttonA___2Fzfq {
  background: red;
  border: none;
  background: transparent;
}

.buttonEliminar___2rcbD {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
}

.hr___2W_MP {
  width: 100%;
  border: solid 1px lightsteelblue;
}
.estadosContainer___3onf1 {
    align-items: flex-start;
    width : 100%;
    flex : 1; 
    flex-direction : row;
}
.estados___3qW2m {
    font-weight : bold; 
    padding : 0.5em; 
    color : rgba(100, 97, 88, 0.87); 
    float : left;
}
.pendiente___1xupZ {
    font-weight : bold;
    padding : 0.5em; 
    color : rgba(210, 171, 13, 0.87);
    float: left;
}
.enProgreso___keaF2 {
    font-weight: bold;
    padding : 0.5em;
    color : rgba(13, 82, 210, 0.87);
    float : left;
}
.finalizada___3v8g6 {
    font-weight : bold;
    padding : 0.5em;
    color : rgba(13, 210, 112, 0.87);
    float : left;
}

.primerContainer___329Ux {    
    justify-content : center;
    align-items : center;
    height : 100%;
    width : 100%;
    }

.containerCalendar___2epXI {
    float: left; 
    height: 500px;
    max-width: 100%;
}

.segundoContainer___1kyo6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text___3gvCh {
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: var(--font-size-l);
  }
.layout___Jk-5Y {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: white;
	overflow: scroll;
	margin: 0 0 0 2rem;
}
/* Esta propiedad estaba rompiendo el css en generar reporte, al extender informe de actividad. */
/* height: calc(100vh - **var(--topbar-height)** - var(--navbar-height)); */
.body___1m_PL {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: calc(100vh -  - var(--navbar-height));
	width: 100%;
	padding: 0;
}
.taskcard___1h5IB {
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 334px;
	min-width: 250px;
	min-height: 102px;
	/* border-radius: var(--border-radius-m); */
	/* border: solid 1px var(--grey-border); */
	margin-top: var(--margin-s);
	/* box-shadow: 0 2px 15px 0 var(--color-grey-shadow); */
	cursor: pointer;
	text-decoration: none;
	color: var(--color--black);
	background-image: url('/icons/wallcard.svg');
	background-repeat: no-repeat;
	background-position: left center;
}

.taskcard___1h5IB > h2 {
	width: 219px;
	/*margin: 0 0 10px 0;*/
	padding-left: 80px;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.description___2jDtg {
	display: flex;
	padding-left: 80px;
	margin-bottom: 5px;
	align-items: center;
}

.description___2jDtg:last-child {
	margin-bottom: 0;
}

.description___2jDtg > img {
	height: 15px;
}

.description___2jDtg > p {
	margin: 0 0 0 10px;
}

/*_____CONTAINERS_____*/
.card___RJZOa {
/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	margin: 4px;
	padding-right: 10px;
	transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s; /* Animation */
	background-color: white;
}
/* On mouse-over... */
.card___RJZOa:hover {
	box-shadow: 4px 8px 16px 0 rgba(30,136,229,0.6);
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.day___2BNUp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(344px / 7);
}

.day___2BNUp > h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 5px 0;
	font-size: var(--font-size-m);
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--black);
}

.day___2BNUp > h3:last-child {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-bottom: 25px;
	background-color: #ef5350;
	color: white;
	font-weight: var(--font-weight-title);
}

.emptyCount___WnGbx {
	background-color: white !important;
}

.calendar___3Oy9L {
	--calendar-width: 344px;
}

.calendar___3Oy9L {
	width: var(--calendar-width);
	height: 486px;
	border-radius: 10px;
	box-shadow: 0 2px 15px 0 var(--color-grey-shadow);
}

.top___3reOE {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}

.top___3reOE > img {
	cursor: pointer;
}

.top___3reOE > h2 {
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
}

.daysName___GE2e8 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: var(--font-size-s);
}

.daysName___GE2e8 > h2 {
	width: calc(var(--calendar-width) / 7);
	text-align: center;
}

.month___2lZ88 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.loading___1l_m0 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: calc(var(--margin-l) * 2);
}

.loading___1l_m0 > div {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: calc(var(--margin-s) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 600% 600%;
}

.loading___1l_m0 > div:nth-child(1) {
	-webkit-animation: hola___FHo_P 2s ease-in-out infinite alternate;
	        animation: hola___FHo_P 2s ease-in-out infinite alternate;
}

.loading___1l_m0 > div:nth-child(2) {
	-webkit-animation: hola___FHo_P 2s ease-in-out 0.5s infinite alternate;
	        animation: hola___FHo_P 2s ease-in-out 0.5s infinite alternate;
}

.loading___1l_m0 > div:nth-child(3) {
	-webkit-animation: hola___FHo_P 2s ease-in-out 1s infinite alternate;
	        animation: hola___FHo_P 2s ease-in-out 1s infinite alternate;
}

.loading___1l_m0 > div:nth-child(4) {
	-webkit-animation: hola___FHo_P 2s ease-in-out 0.75s infinite alternate;
	        animation: hola___FHo_P 2s ease-in-out 0.75s infinite alternate;
}

.loading___1l_m0 > p {
	margin: var(--margin-s) 0 0 0;
}

@-webkit-keyframes hola___FHo_P {
	0% {
		opacity: 1;
		background-color: var(--color-accent-dark);
	}
	100% {
		opacity: 0;
		background-color: var(--color-accent);
	}
}

@keyframes hola___FHo_P {
	0% {
		opacity: 1;
		background-color: var(--color-accent-dark);
	}
	100% {
		opacity: 0;
		background-color: var(--color-accent);
	}
}

.roundedbutton___2f98d {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 2px 10px 0 var(--color-accent-shadow);
	background-color: var(--color-accent);
	cursor: pointer;
}

.roundedbutton___2f98d > img {
	width: 50%;
}

.sync___hZYDh {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: var(--margin-s);
}

.sync___hZYDh > h2 {
	color: var(--color-accent);
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	margin: 0;
}

.sync___hZYDh > p {
	color: black;
	font-weight: var(--font-weight-text);
	margin: 0 16px;
}

.option___2naWf {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	cursor: pointer;
	transition: 0.25s all ease-in-out;
}

.option___2naWf:last-child {
	margin: 0;
}

.option___2naWf > h2 {
	margin: 0;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-text);
}

.selected___1_XRn {
	border: 1px solid var(--color-pass);
	box-shadow: var(--color-pass-shadow);
	background-color: var(--color-pass);
	color: white;
}

.done___2qBCj {
	-webkit-animation: hide___2UV0p 0.25s ease-in-out 0.25s;
	        animation: hide___2UV0p 0.25s ease-in-out 0.25s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.selector___3j1SA {
	margin: var(--margin-s) 0 var(--margin-s) var(--margin-side);
}

.selector___3j1SA > h2 {
	margin: 0 0 10px 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
}

.options___2tYzR {
	display: flex;
	flex-wrap: wrap;
}

.done___2KAZy > h2 {
	color: var(--color-pass);
}


.toDoItem___FATTl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: var(--margin-side);
}

.toDoItem___FATTl > div > h2,
.toDoItem___FATTl > div > label {
	margin: 0;
}

.toDoItem___FATTl > div > h2 {
	font-size: 22px;
	font-weight: 300;
}

.toDoItem___FATTl > div > label {
	font-size: 14px;
	font-weight: bold;
}

.toDoItem___FATTl > div > label span {
	color: var(--color-accent);
	margin-right: 4px;
}

.toDoItem___FATTl > .ProgressBar___2G8b1 {
	margin-right: 20px;
}
.circleBackground___1H78k,
.circleProgress___1YAQM {
    fill: none;
}

.circleBackground___1H78k {
    stroke: #bbb;
}
  
.circleProgress___1YAQM {
    stroke: var(--color-accent);
}
  
.circleText___1d2Yh {
    font-size: 10px;
    font-weight: bold;
    fill: var(--color-accent);
}
.itemCheck___PUca4 {
	margin-bottom: 20px;
}

.itemCheck___PUca4 > h3 {
	margin: 0;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
}

.options___2nFvs {
	display: flex;
}

.optionPart___L-UBK {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
}

.optionPart___L-UBK > h2 {
	margin: 0;
	font-size: var(--font-size-xl);
	font-weight: var(--font-weight-text);
}

.selected___2Rg6h > h2 {
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.option___2wrND {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	height: 10px;
}

.option___2wrND > p {
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0 !important;
}

.btnDelete___dYUUt {
	display: flex;
	align-items: center;
	width: 72px;
	justify-content: center;
	background-color: var(--color-error);
	border: none;
	height: 25px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s all ease;
}

.option___2wrND > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.option___2wrND > div > input {
	width: 100%;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-title);
	color: var(--grey-text);
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
}

/* .option > div > input {
	border: none;
	padding: 10px;
	font-size: var(--font-size-m);
	font-weight: var(--font-weight-text);
	outline: none;
} */

.option___2wrND > div > p {
	display: flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
}

.option___2wrND:nth-last-child(1) {
	margin: 0;
}

.inputOptions___2l-3p {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 334px;
	/* padding: 10px; */
	margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	transition: all 0.25s linear;
}

/* .inputOptions:hover,
.inputOptions:focus,
.label > input:hover,
.label > input:active {
	background-color: var(--color-accent-light);
} */

.inputOptions___2l-3p > .top___cDd3e {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inputOptions___2l-3p > .top___cDd3e > p:last-child {
	margin: 0;
	font-weight: var(--font-weight-text);
	color: var(--color-accent);
	cursor: pointer;
}

.inputOptions___2l-3p > div > p {
	margin: 0 0 15px 0;
}

.error___17Q42 {
	color: var(--color-error);
	background-color: #ffebee;
}

.subsets___2CQkU {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	width: 100%;
}

.subsets___2CQkU > section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-top: 20px;
}

.subsets___2CQkU > section:nth-child(2n) {
	background-color: var(--color-grey-depth);
}

.subsets___2CQkU > section > .subset___XNQab {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	/* padding: 0; */
}

.subsets___2CQkU > section > .subset___XNQab > div {
	margin: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 334px;
}
.subsets___2CQkU > section > .subset___XNQab > div > input {
	flex: 1;
	padding-right: 20px;
	border: none;
	font-weight: var(--font-weight-title);
	font-size: var(--font-size-m);
	font-family: Lato;
	background: transparent;
	outline: none;
}

.subsets___2CQkU > section > .subset___XNQab > div > p {
	margin: 0;
	font-weight: var(--font-weight-text);
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

.subsets___2CQkU > section > .subset___XNQab > div > p:first-child {
	margin-right: 20px;
}

.btnCreate___r--zN {
	font-size: 13px;
	padding: 10px;
	display: flex;
    align-items: center;
    background-color: var(--color-accent-light);
    border: none;
    height: 15px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all ease;
}
.sets___3e2qi {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	width: 100%;
}

.set___bWqk7 {
	background-color: var(--color-accent-light);
}

.setContainer___3bFW3 {
	display: flex;
	align-items: center;
	padding: 10px;
}

.sets___3e2qi > section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.sets___3e2qi > section > .set___bWqk7 {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	/* margin: 20px 0; */
	background-color: var(--color-accent-light);
}

.sets___3e2qi > section > .set___bWqk7 > div {
	margin: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 334px;
}
.sets___3e2qi > section > .set___bWqk7 > div > input {
	flex: 1;
	padding-right: 20px;
	border: none;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-m);
	font-family: Lato;
	background: transparent;
	outline: none;
}

input {
	width: 100%;
	border: none;
    font-weight: var(--font-weight-text);
    font-size: var(--font-size-m);
    font-family: Lato;
    outline: none;
    padding: 8px;
    border-radius: 5px;
}

.addButtons___2KVjF {
	margin-top: 15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.addButtons___2KVjF > p,
.delete___2jmE_ {
	margin: 0;
	font-weight: var(--font-weight-title);
	color: #FFF;
	cursor: pointer;
}

.btnCreate___2fZy3 {
	font-size: 13px;
	padding: 10px;
	display: flex;
    align-items: center;
    background-color: var(--color-accent);
    border: none;
    height: 15px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all ease;
}

.delete___2jmE_ {
	margin-right: 20px;
}

@supports (-webkit-overflow-scrolling: touch) {
	.sets___3e2qi {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		flex: 1;
		box-sizing: content-box;
		width: 100%;
	}
}

.itemSubtaskCoor___1CVb- {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 334px;
	margin: 0 0 var(--margin-s) 0;
}

.itemSubtaskCoor___1CVb- > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.itemSubtaskCoor___1CVb- > div:first-child > h2 {
	margin: 0;
	font-weight: var(--font-weight-title);
	font-size: var(--font-size-xl);
}

.itemSubtaskCoor___1CVb- > div:first-child > h3 {
	margin: 0;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-m);
}

.itemSubtaskCoor___1CVb- > img {
	cursor: pointer;
}

.radioGroupButton___37lzc {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 314px;
}

.radioGroupButton___37lzc > div:first-child {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.radioGroupButton___37lzc > div > h1 {
	margin: 0 0 22px 0;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-text);
}

.radioButton___2iw_- {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 314px;
}
.radioButton___2iw_- > label > span {
	margin-right: 30px;
}
.radioButton___2iw_- > label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 16px 0;
	font-weight: var(--font-weight-title);
	cursor: pointer;
	width: 100%;
}

.radioButton___2iw_- > input[type='radio'] {
	display: none;
}

.radioButton___2iw_- > label > span {
	width: 31px;
	height: 31px;
	flex-shrink: 0;
	flex-grow: 0;
	background-image: url('/icons/notStarted.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.radioButton___2iw_- > input[type='radio']:checked + label > span {
	background-image: url('/icons/success.svg');
}

@supports (-webkit-overflow-scrolling: touch) {
	.radioButton___2iw_- > input[type='radio'] {
		-webkit-appearance: none;
	}
}

.inputtext___5MHOA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: var(--font-size-s);
  transition: all 0.25s linear;
  text-transform: capitalize;
  position: relative;
}

.label___32cqh>input:hover,
.label___32cqh>input:active {
  background-color: var(--color-accent-light);
}

.labelText___3ykpT {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.label___32cqh {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.label___32cqh>p {
  display: contents;
  margin: 0 0 0 10px;
  font-weight: var(--font-weight-title);
  color: var(--color-error);
}

.label___32cqh>input {
  width: 100%;
  padding: 10px;
  border: none;
  margin: 5px 0 0 0;
  border: 2px solid #0090CB;
  border-radius: 5px;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-text);
  color: var(--color-black);
  transition: all 0.25s linear;
  outline: none;
}

.label___32cqh>input::-webkit-input-placeholder {
  color: var(--color-grey);
  font-style: italic;
}

.label___32cqh>input::-moz-placeholder {
  color: var(--color-grey);
  font-style: italic;
}

.label___32cqh>input:-ms-input-placeholder {
  color: var(--color-grey);
  font-style: italic;
}

.label___32cqh>input::-ms-input-placeholder {
  color: var(--color-grey);
  font-style: italic;
}

.label___32cqh>input::placeholder {
  color: var(--color-grey);
  font-style: italic;
}

.inputtext___5MHOA>img {
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 15px;
}

.error___1j3EO {
  color: var(--color-error);
  background-color: #ffebee;
}

.errortext___1PL6F {
  color: #d8000c;
  background-color: #ffd2d2;
}

img {
  display: flex;
}

@supports (-webkit-overflow-scrolling: touch) {
  .label___32cqh>input {
    width: 100%;
    padding: 5px 0 5px 0;
    border: none;
    margin: 5px 0 0 0;
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-text);
    /* background-color: var(--color-grey-depth); */
    color: var(--color-black);
    transition: all 0.25s linear;
    outline: none;
    -webkit-appearance: none;
  }
}
/* @import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"); */
.topz___2QG6H {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 50px;
	/* margin: 0 0 20px 0; */
}

.select___3R303 {
	width: 336px;
	height: 63px;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid var(--color-accent);
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: white;
	outline: none;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.select___3R303 > option {
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}
.col___3UGC2 {
	position: relative;
	float: left;
}
.custom___2FKO0 {
	padding: 0.25em;
}
.sectionForm___1PN-x {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	width: 100%;
}

.contentSection___2oaFr {
	width: 100%;
	padding: 0 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sectionForm___1PN-x>div:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin: 20px 0;
	background-color: var(--color-accent-light);
}

.sectionForm___1PN-x>div:first-child>div {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}

.sectionForm___1PN-x>div:first-child>div>input {
	border: none;
	font-weight: var(--font-weight-text);
	font-size: var(--font-size-m);
	font-family: Lato;
	outline: none;
	padding: 8px;
	border-radius: 5px;
	width: 70%;
}

.sectionForm___1PN-x>div:first-child>div>img {
	cursor: pointer;
}

.sectionForm___1PN-x>div:first-child>div>p:first-child {
	margin-right: 20px;
}

.btnCreate___1k_JA {
	display: flex;
	align-items: center;
	background-color: var(--color-accent);
	border: none;
	height: 35px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s all ease;
}

.btnCreate___1k_JA:hover {
	background-color: var(--color-accent-dark);
}
.table___3arFx {
  flex: 1;
  display: flex;
  width: calc(100% - var(--margin-side) * 2);
  max-width: 334px;
  max-height: calc(100vh - calc(70px+104px+101px));
  margin: 20px 0;
  /* height: 1200px; */
  overflow: scroll;
  /* 
  margin-top: 10px; */
}

.table___3arFx>table {
  width: 100%;
  max-height: 100%;
  padding: 0;
  text-align: center;

  /* border-collapse: separate;
  border-spacing: 10px 20px;
 */
}

.table___3arFx>table>thead {
  height: 59px;
}

.table___3arFx>table>thead>tr {
  width: 334px;
  height: 59px;
}

.table___3arFx>table>thead>tr>th {
  padding: 10px;
  text-align: start;
}

.table___3arFx>table>tbody>tr>td {
  padding: 0;
  text-align: start;
}

.table___3arFx>table>tbody>tr {
  height: 20px;
  white-space: normal;
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
}

.table___3arFx>table>tbody>tr:nth-child(2n + 1) {
  background-color: var(--color-accent-light);
}

.table___3arFx>table>tbody>tr>td {
  padding-left: 10px;

  /* cursor: pointer; */
}

.checkBoton___3Jn1o {
  color: black;
  margin-top: 50px;
  display: flex;

  margin-right: 17%;
}

.check1___1scTD {
  color: blue;
}

.contenedorInp___1NAjI {}

.box___1ko0G {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-top: 2px;
}

.boxIcono___19VLn {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-radius: 20px;
}

.buttonA___3Vx1B {
  align-items: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: none;
  background: transparent;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.checkqEui___10q76 {
  width: 100%;
  display: flex;
  flex-direction: column;

  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.inputTitulo___3gr-r {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;

  width: 100%;
  color: black;
  font-weight: 300;
  text-transform: capitalize;
}

.boxInp___1GncW {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-radius: 20px;
}
.checkEquipo___3JAdF {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.tituloLp___2rqTm {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.select___3soB4 {
  width: 336px;
  height: 63px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  border: 1px solid var(--color-accent);
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: white;
  outline: none;
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-title);
  color: var(--color-accent);
}

.select___3soB4 > option {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

@supports (-webkit-overflow-scrolling: touch) {
  .select___3soB4 {
    width: 336px;
    height: 63px;
    padding-left: 75px;
    -webkit-appearance: none;
    border: 1px solid var(--color-accent);
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: white;
    outline: none;
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-title);
    color: var(--color-accent);
  }
}

.contenedorInpuy___3ZzRQ {
  display: flex;
  flex-direction: row;
  margin-left: 1px;
}

.inputPregunta___1yPIc {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-radius: 20px;
}
.btn-box___3aLm2 {
  float: left;
  margin-left: 200px;
  display: flex;
  flex-direction: row;
}

.input-l___YppTW {
  border-radius: 5px;
  width: 300px;
  height: 55px;
}
.inputEx___wCu6f {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 314px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: var(--border-radius-s);
  font-size: var(--font-size-s);
  background-color: var(--color-grey-depth);
  transition: all 0.25s linear;
  border: none;
  text-transform: capitalize;
}
.inputTitulo___DvJx5 {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  color: black;
  font-weight: 300;
  text-transform: capitalize;
}
.buttonA___3Lss6 {
  align-items: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: none;
  background: transparent;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.hr___1v0Wd{
  width: 75vw;
  border: solid 1px lightsteelblue;
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Lato Light'), local('Lato-Light'),
		url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Lato Bold'), local('Lato-Bold'),
		url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

* {
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

:root {
	/*//// COLOR ////*/
	--color-accent: #1e88e5;
	--color-accent-light: #e3f2fd;
	--color-accent-dark: #005cb2;
	--color-black: #000000;
	--color-error: #e53935;
	--color-error-light: #ffebee;
	--color-grey: #757575;
	--grey-border: #c8c8c8;
	--color-grey-dark: #494949;
	--color-grey-depth: #f5f5f5;
	--color-normal: #fdd835;
	--color-normal-light: #fffde7;
	--color-pass: #43a047;
	--color-pass-light: #e8f5e9;

	/*//// FONT ////*/
	--font-family: 'Lato', sans-serif;
	--font-weight-title: 700;
	--font-weight-text: 300;
	--font-size-l: 20px;
	--font-size-xl: 18px;
	--font-size-m: 16px;
	--font-size-s: 14px;

	/*//// BOX SIZE ////*/
	--margin-side: 40px;
	--margin-l: 60px;
	--margin-m: 30px;
	--margin-s: 20px;
	--margin-xs: 10px;
	--border-radius-l: 25px;
	--border-radius-m: 10px;
	--border-radius-s: 6px;
	--navbar-height: 58px;
	--topbar-height: 81px;
	--backbar-height: 70px;
}

.containerLogin___2Ae8l {
	width: 60%;

	@media (max-width: 1200px) {
		width: 100%;
	}
}

.login___1K-uc {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.login___1K-uc .logo___3JO39 {
	width: 420px;
	margin-bottom: 50px;

	@media (max-width: 768px) {
		width: 100%;
	}
}

.login___1K-uc>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.logo___3JO39>img {
	width: 250px;
	margin-top: 160px;
}
.textbutton___11uq- {
	height: 20px;
	margin: var(--margin-s) 0 0 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Lato Light'), local('Lato-Light'),
		url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Lato Bold'), local('Lato-Bold'),
		url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
		U+FEFF, U+FFFD;
}

* {
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

:root {
	/*//// COLOR ////*/
	--color-accent: #1e88e5;
	--color-accent-light: #e3f2fd;
	--color-accent-dark: #005cb2;
	--color-black: #000000;
	--color-error: #e53935;
	--color-error-light: #ffebee;
	--color-grey: #757575;
	--grey-border: #c8c8c8;
	--color-grey-dark: #494949;
	--color-grey-depth: #f5f5f5;
	--color-normal: #fdd835;
	--color-normal-light: #fffde7;
	--color-pass: #43a047;
	--color-pass-light: #e8f5e9;

	/*//// FONT ////*/
	--font-family: 'Lato', sans-serif;
	--font-weight-title: 700;
	--font-weight-text: 300;
	--font-size-l: 20px;
	--font-size-xl: 18px;
	--font-size-m: 16px;
	--font-size-s: 14px;

	/*//// BOX SIZE ////*/
	--margin-side: 40px;
	--margin-l: 60px;
	--margin-m: 30px;
	--margin-s: 20px;
	--margin-xs: 10px;
	--border-radius-l: 25px;
	--border-radius-m: 10px;
	--border-radius-s: 6px;
	--navbar-height: 58px;
	--topbar-height: 81px;
	--backbar-height: 70px;
}

.containerLogin___2GQvN {
	width: 60%;

	@media (max-width: 1200px) {
		width: 100%;
	}
}

.login___2BKtN {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.login___2BKtN .logo___5hv-O {
	width: 420px;
	margin-bottom: 50px;

	@media (max-width: 768px) {
		width: 100%;
	}
}

.login___2BKtN>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.logo___5hv-O>img {
	width: 250px;
	margin-top: 160px;
}
.cardphone___wQCMR{
    flex-direction: row; 
}
.countryCode___2H7j5 {
    width: '25%';
}
.areaCode___2Vvhm {
    width: '25%';
}
.phone___3UVJ1 {
    width: '25%';
}

.hr___3or5a{
    width: 75vw;
    border: solid 1px lightsteelblue;
}

.toDoItem___2FwVJ {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 334px;
	/* margin-left: var(--margin-side); */
}

.toDoItem___2FwVJ > img {
	width: 30px;
	height: 30px;
	margin-right: 30px;
}

.toDoItem___2FwVJ > div > h2,
.toDoItem___2FwVJ > div > p {
	margin: 0;
}

.toDoItem___2FwVJ > div > h2 {
	font-size: 22px;
	font-weight: 300;
}

.toDoItem___2FwVJ > div > p {
	font-size: 14px;
	font-weight: bold;
}

.subtask___2sjEh {
	width: 100%;
	padding-bottom: 101px;
}

.subtask___2sjEh > .bottomBar___2nReq {
	flex: 1;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 101px;
	background-color: var(--color-grey-depth);
}

.inputFile___2SAN1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 304px;
	border-radius: 6px;
	background-color: #f5f5f5;
	padding: 10px 20px 10px 10px;
}
.inputFile___2SAN1 > div {
	width: 100%;
}
.inputFile___2SAN1 > div > p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	color: #424242;
}
.inputFile___2SAN1 > div > p.error___2v_6a {
	color: var(--color-error);
}

.inputFile___2SAN1 > div > p:first-child {
	margin-bottom: 10px;
}

.inputFile___2SAN1 > div > p:last-child {
	margin-top: 10px;
}

.inputFile___2SAN1 > div > label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	cursor: pointer;
}

.inputFile___2SAN1 > div > input {
	font-family: var(--font-family);
}

.required___3Kv-_::after {
	content: '*';
	color: var(--color-error);
	font-size: larger;
	margin-left: 2px;
}
.image___3Kjzx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.dobleButtonBar___3jK9L {
	display: flex;
	justify-content: center;
	align-items: center;
	/* bottom: 0; */
	width: auto;
	margin: 20px;
}




.form___32hvq {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.form___32hvq > h4 {
	text-align: initial;
	margin: 0;
	font-weight: var(--font-weight-text);
}

.note___21gnE {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
}

.note___21gnE > h4 {
	margin: 0;
	font-weight: var(--font-weight-text);
	/* padding: 0 0 0 40px; */
}

.container___1CtOf {
    /* width: 100%; */
    min-width: 100%;
    margin-bottom: 15px;
    line-height: 15px;
    border: 2px solid var(--grey-border);
}

.btnTitle___1HUIW {
    color: #000;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 4px;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}

.contraer___1r6C9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btnContraer___18X1D {
    display: flex;
    align-items: center;
    color: #FFF;
    text-align: left;
    padding: 4px;
    border: none;
    border-radius: 4px;
    background: var(--color-grey);
    outline: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 15px;
}

.image___YLZJy {
    padding-right: 10px;
}
.topz___VoX-A {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 50px;
	/* margin: 0 0 20px 0; */
}

.select___3Bpcd {
	width: 336px;
	height: 63px;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid var(--color-accent);
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: white;
	outline: none;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.select___3Bpcd > option {
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}

.inputParagraph___rkr7S {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	background-color: #f5f5f5;
}

.inputParagraph___rkr7S>textarea {
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	resize: vertical;
	field-sizing: content;
	max-height: 150px;
	font-size: var(--font-size-m);
}

.inputParagraph___rkr7S:hover {
	background-color: var(--color-accent-light);
}

.inputParagraph___rkr7S>textarea::-webkit-input-placeholder {
	color: var(--color-grey);
	font-style: italic;
}

.inputParagraph___rkr7S>textarea::-moz-placeholder {
	color: var(--color-grey);
	font-style: italic;
}

.inputParagraph___rkr7S>textarea:-ms-input-placeholder {
	color: var(--color-grey);
	font-style: italic;
}

.inputParagraph___rkr7S>textarea::-ms-input-placeholder {
	color: var(--color-grey);
	font-style: italic;
}

.inputParagraph___rkr7S>textarea::placeholder {
	color: var(--color-grey);
	font-style: italic;
}

.inputParagraph___rkr7S>p>span {
	display: contents;
	margin: 0 0 0 10px;
	font-weight: var(--font-weight-title);
	color: var(--color-error);
}

.label___SNxDi {
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 6px;
}

.error___1BNdS {
	color: var(--color-error);
}

.mandatory___wMYCK {
	color: var(--color-error);
}

@supports (-webkit-overflow-scrolling: touch) {
	.inputParagraph___rkr7S>textarea {
		flex: 1;
		width: 100%;
		padding: 0;
		background: transparent;
		border: none;
		outline: none;
		-webkit-appearance: none;
		font-size: var(--font-size-m);
	}
}
.inputOptions___2Eqi1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 314px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: var(--border-radius-s);
	font-size: var(--font-size-s);
	transition: all 0.25s linear;
	border: 2px solid var(--grey-border);
}

/* .inputOptions:hover,
.inputOptions:focus,
.label > input:hover,
.label > input:active {
	background-color: var(--color-accent-light);
} */

.inputOptions___2Eqi1 > .top___1HHgv {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inputOptions___2Eqi1 > .top___1HHgv > p:last-child {
	margin: 0;
	font-weight: var(--font-weight-text);
	color: var(--color-accent);
	cursor: pointer;
	font-weight: bold;
}

.inputOptions___2Eqi1 > div > p {
	margin: 0 0 15px 0;
	font-weight: bold;
}

.error___2OzID {
	color: var(--color-error);
	background-color: #ffebee;
}

.top___1YesO {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	margin: 0 0 20px 0;
}

.select___1-XXM {
	width: 100%;
	height: 63px;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid var(--color-accent);
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: white;
	outline: none;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.select___1-XXM>option {
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}

.top___1YesO #tipoInspeccion___1yX2W {
	grid-column: 1/3;
}

@supports (-webkit-overflow-scrolling: touch) {
	.select___1-XXM {
		width: 100%;
		height: 63px;
		padding-left: 75px;
		-webkit-appearance: none;
		border: 1px solid var(--color-accent);
		border-radius: 6px;
		margin-bottom: 20px;
		background-color: white;
		outline: none;
		font-size: var(--font-size-l);
		font-weight: var(--font-weight-title);
		color: var(--color-accent);
	}
}
.modalInput___1xJ35 {
	z-index: 1;
	width: 100vw;
	background: white;
	position: absolute;
}

.modalInput___1xJ35 > div > section > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 334px;
}

.modalInput___1xJ35 > div > section > div:first-child > h2 {
	margin: 40px 0 20px 0;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
}

.checklist___3xn2S {
	display: flex;
	/* flex-grow: 1; */
	flex-direction: column;
	justify-content: flex-start;
	width: 334px;
	/* margin-left: var(--margin-side); */
}

.layoutContent___b2u-q {
    padding: 0 30vw;

    @media (max-width: 1200px) {
        padding: 0 5vw;
    }
}
.loader___1INrZ {
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.loader___1INrZ>img {
	height: 120px;
	-webkit-animation: sized___1Xc1X 1s ease-in-out 0s infinite normal none;
	        animation: sized___1Xc1X 1s ease-in-out 0s infinite normal none;
}

@-webkit-keyframes sized___1Xc1X {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes sized___1Xc1X {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.messageView___1_iLj {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100vw;
	height: 100vh;
}

.messageView___1_iLj > h3 {
	width: 300px;
	margin: 240px 0 0 0;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-text);
	text-align: center;
}

.container___3ZNra {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-top: 15px;
    margin: 5px;
}

.item___1UZ1l {
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    background-color: rgb(185, 220, 231);
}

.item___1UZ1l:hover {
    background-color: rgb(199, 241, 255);
    border-radius: 10px;
}

.hr___3E9lo {
    width: 100%;
    border: solid 1px lightsteelblue;
}

.select___3zYsh {
	width: 336px;
	height: 63px;
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid var(--color-accent);
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: white;
	outline: none;
	font-size: var(--font-size-l);
	font-weight: var(--font-weight-title);
	color: var(--color-accent);
}

.select___3zYsh > option {
	text-align: center;
	-moz-text-align-last: center;
	     text-align-last: center;
}
.container___cr0bS {
    display: grid;
    place-content: center;
    height: 100vh;
    text-align: center;
}

.mainText___2_f6T {
    color: var(--color-accent);
    font-size: 2.1rem;
    margin-bottom: 10px;
}

.codeError___3UgAo {
    font-size: 10rem;
    line-height: 7rem;
    font-weight: 700;
}

.container___cr0bS p {
    line-height: 130%;
}

.backButton___8vuzz {
    margin-top: 10px;
    background-color: var(--color-accent);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.backButton___8vuzz:hover {
	box-shadow: 10px 10px lightsteelblue;
}
.containerTable___11_cF {
    height: 67vh;
    overflow: auto;
    padding: 0 15px;
    width: 100%;
}

.resourceTable___1RM3r {
    width: 100%;
}

.resourceTable___1RM3r thead {
    font-size: 16px;
}

.headerTable___3NIXt {
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
}

.header___1nezB {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 0;
}

.row___1J8x3:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.rowCell___3NsZq {
    padding: 10px 0;
    border-bottom: 1px solid rgb(196, 196, 196);
}

.iconDuplicate___dyNq8 {
    fill: #727272;
}

.iconDuplicate___dyNq8:hover {
    fill: #000;
}

.actionRow___1UMU0 {
    display: flex;
    justify-content: flex-end;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
}
