@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=Outfit:wght@100..900&family=Poppins&display=swap');
.BACH-Turing-Box{
    width: 350px;
    height: 100px;
    background-color: rgb(255, 255, 255);
    border: 3px solid black;
    border-radius: 10px;
    display: flex;
}
#CheckBOX-BACH{
    width: 40px;
    height: 40px;
    margin-block: auto;
    margin-left: 15px;
}
#BACHHUMANTEXT{
    font-size: 20px;
    margin-block: auto;
    margin-left: 5px;
}
.BACHTURINGLOGO{
    width: 110px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    margin-block: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: white;
font-family: "Outfit", serif;
font-weight: 700;
}
#BACH-TURING-PRIVACY{
    font-size: 5px;
    color: rgb(150, 175, 255);
    text-decoration: none;
}
.custom-checkbox input[type="checkbox"] {
display: none;
}
.custom-checkbox label {
display: inline-block;
width: 30px;
height: 30px;
border: 2px solid #ccc;
border-radius: 4px;
cursor: pointer;
position: relative;
transition: border-color 0.3s ease, background-color 0.3s ease;
}
.custom-checkbox label:hover {
border-color: #007BFF;
}
.custom-checkbox{
margin-block: auto;
margin-left: 10px;
}
.custom-checkbox label::after {
content: "";
position: absolute;
width: 8px;
height: 14px;
border-right: 3px solid #007BFF;
border-bottom: 3px solid #007BFF;
transform: rotate(45deg) scale(0);
top: 7px;
left: 10px;
transition: transform 0.3s ease;
opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked + label {
border-color: #007BFF;
background-color: #E6F4FF;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
transform: rotate(45deg) scale(1);
opacity: 1;
}
#BACHHUMANTEXT{
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 15px;
}
