body {
    background-color: #4a6d90;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 90%;
    margin: 8px auto;
}

h1 {
    font-size: 28px;
}

input[type="text"], input[type="password"], input[type="number"] {
    width: 100%;
    padding: 12px 20px;
    margin: 6px 0 12px;
    box-sizing: border-box;
    border-radius: 0 15px 15px 0;
    background-color: #74a6d8;
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-weight: bold;
}

input#amount {
    width: 160px;
    display: inline-block;
}

button {
    background-color: #af9d4c;
    color: rgb(48, 48, 48);
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid #62551a;
    cursor: pointer;
    width: 80%;
    border-radius: 0 15px 15px 0;
    font-size: 20px;
    font-weight: bold;
    box-shadow: #264360 0px 0px 20px 2px;
    width: 50%;
}

#logForm button {
    margin-top: 16px;
}

input[type="radio"] {
    display: none;
}

.optionContainer:has(.bookType:checked) {
    border: 2px solid #af9d55;
    color: white;
}

.optionContainer {
    padding: 4px 12px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    color: #75a6d5;
}

.optionContainer label {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#typeContainer {
    margin: 0 0 14px 6px;
    display: inline-block;
    vertical-align: bottom;
}

p {
    font-size: 20px;
    font-weight: bold;
    color: #75a6d5;
}

p span.detalle  {
    font-size: 16px;
    font-weight: normal;
    color: #75a6d5;
}

#kids, #kidsTotales {
    display: flex;
    gap: 5%;
    justify-content: center;
    margin-top: 50px;
}

#kids a {
    width: 40%;
}

#kids img {
    width: calc(100% - 40px);
    border-radius: 15px;
    margin: 8px 0;
    border: 20px solid #75a6d5;
    box-shadow: #ff00006e 0 0 20px;
}

#kidsTotales div {
    width: 40%;
    text-align: center;    
}

#kidsTotales {
    margin-top: 10  px;
}

#kidsTotales p {
    margin: 0;
    font-size: 5vw;
}

.trans {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}