
@font-face {
	font-family: "GothamRounded-Bold";
	src: url("/src/fonts/GothamRounded-Bold.woff2") format("woff2"),
		url("/src/fonts/GothamRounded-Bold.woff") format("woff");
}
@font-face {
	font-family: "GothamRounded-Light";
	src: url("/src/fonts/GothamRounded-Light.woff2") format("woff2"),
		url("/src/fonts/GothamRounded-Light.woff") format("woff");
}
@font-face {
	font-family: "GothamRounded-LightItalic";
	src: url("/src/fonts/GothamRounded-LightItalic.woff2") format("woff2"),
		url("/src/fonts/GothamRounded-LightItalic.woff") format("woff");
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "GothamRounded-Light";
}   

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #16ADB4;
}

body,
html {
	height: 100%;
}

a{
    text-decoration: none;
}

#principal-content-app {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url("/src/img/background_login.jpg");
    background-repeat: round;
    background-size: contain;
}

#content-app {
    width: 500px;
    height: 80vh;
    border-radius: 20px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #fff !important;
    background-image: none;
}

#form-login {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: 2px solid #16ADB4;
    background: #16adb43b;
}

#form-login img{
    width: 50%;
    margin-bottom: 30px;
}

#form-login img{
    width: 50%;
    margin-bottom: 30px;
}

.content-inp-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.content-inp-login >div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #8861A0;
    gap: 8px;
    background: #fff;
    padding: 0px 6px;
    border-radius: 4px;
}

.content-inp-login >div svg{
    width: 20px;
    color: #8861A0;
    fill: #8861A0;
}

.content-inp-login >div input{
    width: calc(100% - 20px);
    color: #606060;
    border: none;
    padding: 10px 0px;
    font-size: 18px;
}

.content-inp-login >div input:focus,
.content-inp-login >div input:focus-visible{
    border: none;
    font-size: 18px;
}

.content-btn-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 6px 30px;
    background-color: #8861A0;
    border-radius: 8px;
    border: none;
    text-decoration: none;
}

.btn-azul {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
    background-color: #16ADB4;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}

#content-sel-finca {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 50px;
    background-image: url(/src/img/background_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#content-sel-finca form{
    width: 90%;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border: 2px solid #16ADB4;
    background: #16adb43b;
}

#content-sel-finca form select{
    width: 100%;
    color: #606060;
    border: none;
    padding: 10px 0px;
    font-size: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #8861A0;
    border-radius: 4px;
}

#content-examenes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px 30px;
}

#content-examenes>h4 {
    font-size: 25px;
    color: #606060;
    font-weight: bold;
}

#content-tipo-examen-link {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#content-tipo-examen-link a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: ease all 0.6s;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 0px;
}

.content-cards-examen {
    background-color: #e0e0e0;
}

#content-tipo-examen-link a:hover{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

#content-tipo-examen-link > a:hover:nth-child(odd) {
    background-color: #16ADB4;
}

#content-tipo-examen-link > a:hover:nth-child(even) {
    background-color: #8861A0;
}

#content-tipo-examen-link a img{
    width: 100%;
}

#content-tipo-examen-link a span{
    font-size: 12px;
    color: #8861A0;
}

#content-tipo-examen-link a:nth-child(even) span{
    color: #16ADB4;
}

header {
    width: 100%;
    height: 70px;
    background-color: #8861A0;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;
}

header >h4{
    width: 100%;
    color: #fff;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#btn-menu svg {
    fill: #fff;
    height: 40px;
}

#p-content-interna {
    width: 100%;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
}

#content-nav.active {
    display: flex;
}
#content-nav {
    width: 80%;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    height: 70vh ;
    overflow: auto;
    right: 0px;
    top: 70px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 0px 20px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

#content-nav>a {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-nav>a img {
    width: 100%;
}

#content-nav>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    gap: 6px;
}

#content-nav>div h4{
    font-size: 22px;
    color: #606060;
}

#content-nav>div span{
    font-size: 16px;
    color: #606060;
}

#content-nav>nav{
    width: 100%;
}

#content-nav>nav ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
}

#content-nav>nav ul li{
    width: 100%;
}

#content-nav>nav ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px 0px;
    list-style: none;
    text-decoration: none;
}

#content-nav>nav ul li a svg{
    width: 35px;
    fill: #606060;
}

#content-nav>nav ul li a span{
    width: calc(100% - 35px);
    color: #606060;
    font-size: 20px;
}

#conten-examenes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
}

.c-historial-examen {
    align-items: flex-start !important;
}

.c-lados {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.c-info  {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}
.c-info p {
    width: 100%;
    text-align: start;
}

.btn-historial-css {
    font-size: 16px;
    padding: 4px 15px;
}

.c-info p b {
	font-family: "GothamRounded-Bold";
}

.c-lados p{
    background-color: #8861A0;
    color: #fff;
	font-family: "GothamRounded-Bold";
    border-radius: 4px;
    padding: 4px;
}

.conten-examenes-gris {
    background: #e4e4e4;
    background-color: #e4e4e4 !important;
}

#conten-examenes >a:nth-child(1) {
    background-color: #16ADB4;
}

#conten-examenes >h3 {
    font-size: 22px;
    color: #606060;
    font-weight: bold;
}

.form-examen {
    display: flex;
}


#limpiezaForm > h3 {
    font-size: 20px;
    color: #8861A0;
    margin-top: 30px;
    font-weight: bold;
}

#content-table-index {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    max-width: 100%;
    max-height: 500px;
    padding: 8px 0px;
}


.table-examenes {
    width: 100%;
    border: 1px solid transparent;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.table-examenes thead td,
.table-examenes thead th {
    font-size: 16px;
    color: #fff;
    background-color: #16ADB4;
    text-align: center;
    padding: 6px 4px;
	font-family: "GothamRounded-Bold";
}

.table-examenes tbody td {
    font-size: 16px;
    color: #656565;
    text-align: center;
    padding: 6px 4px;
	font-family: "GothamRounded-Bold";
    height: 60px;
    white-space: nowrap;
    padding: 8px;  
}

.table-examenes tbody tr {
    border-bottom: 1px solid #B3B3B3;
}

.table-examenes tbody td a{
    font-size: 16px;
}

.content-form-examen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8px;
    background-color: #eeeeee;
}

.content-form-examen h3{
    font-size: 25px;
    color: #8861A0;
    margin-bottom: 30px;
    font-weight: bold;
}

.content-form-examen form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.content-form-examen select,
.content-form-examen textarea,
.content-form-examen input{
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    
}

.content-form-examen textarea{
    resize: none;
    height: 100px;
}

#p-content-forms-examenes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    gap: 20px;
}

#p-content-forms-examenes form{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#formExamen {
    display: flex;
}

#p-content-forms-examenes>h3 {
    font-size: 30px;
    color: #16ADB4;
    margin-top: 30px;
    font-weight: bold;
}

#content-test-cmt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card-cmt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    gap: 20px;
}

.card-cmt span {
    font-size: 35px;
    color: #606060;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-cmt div {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.card-cmt div input {
    width: auto;
    box-shadow: none;
}

.card-cmt div label {
    font-size: 25px;
    color: #606060;
}

.content-diagnostico {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0px;
}

.content-diagnostico p{
    font-size: 20px;
    color: #606060;
}

.content-diagnostico p b{
    font-weight: bold;
}

.content-btns-examenes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.content-btns-examenes.solo-uno {
    justify-content: center;
}

.content-btns-examenes button {
    font-size: 18px;
}

.card-ubre {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    gap: 15px;
    padding: 20px;

}

.card-ubre a svg{
    width: 30px;
    fill: #606060;
}

.card-ubre  img{
    width: 100%;
}

.card-ubre  span{
    font-size: 25px;
    font-weight: bold;
    color: #606060;
}

.card-ubre  input{
    box-shadow: none;
    width: auto;
    font-size: 30px;
}


.custom-checkbox {
    display: flex; 
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    gap: 10px; 
}

.custom-checkbox input {
    display: none;
}

.checkbox-box {
    width: 30px; 
    height: 30px;
    background-color: #e0e0e0; 
    border: 2px solid #666; 
    border-radius: 5px; 
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input:checked + .checkbox-box {
    background-color: #16ADB4; 
    border-color: #16ADB4;
}

.custom-checkbox input:checked + .checkbox-box::after {
    content: '✔'; 
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-image {
    width: 100%; 
    height: auto; 
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.checkbox-image:hover {
    transform: scale(1.1);
}

#content-perfil {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.title-perfil {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.title-perfil svg{
    fill: #606060;
    width: 40px;
}

.title-perfil span{
    color: #606060;
    font-size: 22px;
    font-weight: bold;
}

#content-perfil > span {
    color: #606060;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

#content-perfil > svg {
    fill: #fff;
    border-radius: 50%;
    background-color: #16ADB4;
    padding: 4px;
    width: 80px;
    margin: 30px 0px;
}

#content-perfil > h4 {
    color: #606060;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.content-form-operarios,
.btn-operarios {
    display: none !important;
}

.content-form-operarios.active,
.btn-operarios.active {
    display: flex !important;
}


.popup.active {
	display: flex;
}

.popup .popup-container {
	width: 90%;
	max-height: 70vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
	border-radius: 4px;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
}

.content-btn-close-popup {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #8861A0;
	border: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content {
	width: 100%;
	color: #4d4d4d;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: auto;
	padding: 20px;
}

.popup-content>h3 {
    text-align: center;
    font-size: 30px;
    color: #8861A0;
    font-weight: bold;
}

.popup-content>h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0px;
}

.popup-content>h4 span{
    font-size: 22px;
    color: #606060;
}

.popup-content>h4 svg{
    width: 35%;
    fill: #606060;
}

.content-btns-popup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-btns-popup button,
.content-btns-popup a{
    color: #8861A0;
    font-weight: bold;
    font-size: 22px;
}

#content-estado-sincronizacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.card-estado-sinc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.card-estado-sinc h3{
    padding: 10px;
    font-weight: bold;
    color: #16ADB4;
    font-size: 22px;
}

.card-estado-sinc div{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #d9d9d9;
}

.card-estado-sinc div p{
    font-size: 18px;
    color: #606060;
    padding: 6px ;
}

#content-sobre-nosotros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#content-sobre-nosotros h3{
    margin-bottom: 30px;
    margin-top: 10px;
	font-family: "GothamRounded-Bold";    
}
#content-sobre-nosotros h4{
    font-size: 18px;
	font-family: "GothamRounded-Bold";    
    width: 100%;
    text-align: center;
    margin: 0px;
    color: #8861A0;
    margin-bottom: 15px;
    margin-top: 15px;
}
#content-sobre-nosotros ul{
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-left: 20px;
}
#content-sobre-nosotros li{
    font-size: 16px;
    color: #606060;
    text-align: start;    
}
#content-sobre-nosotros p{
    font-size: 16px;
    color: #606060;
    margin-bottom: 15px;
    text-align: justify;
}
#content-sobre-nosotros img{
    width: 80%;
    padding: 10px 0px;
}

.content-contador-examen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-contador-examen span{
    background-color: #16ADB4;
    border-radius: 20px;
    padding: 4px 20px;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.content-agregar-vaca{
    padding: 10px;
}
.content-agregar-vaca h3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    cursor: pointer;
}

.content-agregar-vaca h3 span{
    width: calc(100% - 40px);
}

.content-agregar-vaca h3 svg{
    width: 40px;
    fill: #8861A0;
}

.content-agregar-vaca form{
    display: none;
}

.content-agregar-vaca.active h3{
    margin-bottom: 30px;
}

.content-agregar-vaca.active form{
    display: flex;
}

.content-observaciones{
    padding: 10px;
}
.content-observaciones >h3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    cursor: pointer;
}

.content-observaciones >h3 span{
    width: calc(100% - 40px);
}

.content-observaciones >h3 svg{
    width: 40px;
    fill: #8861A0;
}

.content-info-obser {
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.content-form-examen.active .content-info-obser {
    display: flex;
}

.content-info-obser img {
    width: 100%;
}

.content-info-obser h3 {
    margin-top: 30px;
}

.content-temp-pop span {
    font-size: 22px;
    color: #606060;
    margin-top: 20px;
}

.content-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0px;
}

.content-input label{
    font-size: 22px;
    color: #606060;
}

.content-input div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #606060;
    border-radius: 6px;
    padding: 8px 15px;
}

.content-input div input{
    border: none;
    font-size: 18px;
    width: calc(100% - 30px);
}
.content-input div svg{
    width: 30px;
    fill: #606060;
}

.header-2{
    gap: 20px;
}
.header-2 a svg{
    width: 30px;
    fill: #fff;
}
.header-2 div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 60%;
}
.header-2 h4{
    width: auto;
    color: #fff;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-2 button {
    padding: 8px ;
}

.sincronizar {
    padding: 8px !important;
}

#content-lado-vaca {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

#content-lado-vaca .content-form-examen h3 {
    margin: 0px;
}

.m-0 {
    margin: 0px !important;
}

#content-pass {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

#content-pass div{
    width: calc(100% - 25px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.btn-go-back {
    width: 50px;
    fill: #fff;
}

.radio-group {
  margin: 6px 0;
}

.radio-group input {
  display: none;
}

.radio-group label {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  border: 2px solid #ccc;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: #e6e6e6;
  font-weight: bold;
}

.radio-group input:checked + label {
  background-color: #16ADB4;
  border-color: #16ADB4;
  color: #fff;
  transform: scale(1.05);
}

.radio-group label:hover {
  background-color: #16ADB4;
  color: #8861A0;
}

#content-editar-historia {
    gap: 20px;
}

.content-lados-historial {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.card-lado-hist {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #8861A0;
}

.card-lado-hist span{
    color: #fff;
	font-family: "GothamRounded-Bold";
    font-size: 18px;
    gap: 10px;
    margin-bottom: 10px;
}

.card-lado-hist input{
    text-align: center;
}

.form-editar-examen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-editar-historia >h3 {
    color: #16ADB4;
	font-family: "GothamRounded-Bold";
}

.content-lados-muestras {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #8861A0;
}

.content-lados-muestras .custom-checkbox{
    width: 100%;
}

.content-lados-muestras .custom-checkbox span{
    color: #fff;
	font-family: "GothamRounded-Bold";
    font-size: 18px;
}

#content-btn-acep-canc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.btn-detalle-vaca {
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    background-color: #8861A0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#content-btn-acep-canc a {
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btnCancelar {
    background-color: #16ADB4;
}

.btn-aceptar-req-min {
    background-color: #8861A0;
}

#content-resumen-vaca h3 {
    font-size: 22px;
    color: #16ADB4;
    margin-bottom: 15px;
}

#content-resumen-vaca dl.info-vaca {
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 8px;
    column-gap: 10px;
    font-family: Arial, sans-serif;
    color: #333;
}

#content-resumen-vaca dl.info-vaca dt {
    font-weight: 600;
    color: #8861A0;
}

#content-resumen-vaca dl.info-vaca dd {
    margin: 0;
}


@media screen and (max-width: 1024px) {
    #content-app {
        width: 100%;
        height: 100vh;
        border-radius: 0px;
        box-shadow: none;
    }

    .content-app-login {
        background-image: url("/src/img/background_login.jpg") !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .popup-content>h3 {
        font-size: 22px;
    }

    .content-temp-pop span {
        font-size: 18px;
    }

    .content-input label {
        font-size: 18px;
    }

    .btn {
        font-size: 18px;
    }

    header >h4 {
        font-size: 16px;
    }

    .btn-azul {
        font-size: 14px;
        padding: 4px 10px;
    }

    .header-2 button {
        font-size: 14px;
        padding: 4px 10px;
    }

    header {
        padding: 0px 10px;
    }

    .header-2 h4 {
        font-size: 16px;
    }

    #conten-examenes {
        padding: 20px;
        /* background-color: #dddddd; */
    }

    .content-contador-examen span {
        font-size: 18px;
    }

    .content-agregar-vaca h3 span {
        width: calc(100% - 30px);
        font-size: 18px;
    }

    .content-agregar-vaca h3 svg {
        width: 30px;
    }

    #p-content-forms-examenes {
        padding: 20px 0px;
        background-color: transparent;
    }

    .content-form-examen h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .content-form-examen {
        background-color: #ebebeb;
    }
    
    #conten-examenes >h3 {
        font-size: 22px;
        color: #606060;
        font-weight: bold;
        text-align: center;
    }

    .content-diagnostico p b {
        font-size: 16px;
    }

    .content-btns-examenes {
        flex-direction: column;
    }

    .content-btns-examenes button{
        width: 100%;
    }
}