
@font-face {
    font-family: "SFCompact";
    src: url("fonts/SFCompactDisplay-Regular.woff") format("woff"),
    url("fonts/SFCompactDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SFCompact";
    src: url("fonts/SFCompactDisplay-SemiBold.woff") format("woff"),
    url("fonts/SFCompactDisplay-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

label {
    font-family: "SFCompact", Arial, sans-serif;
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

.button {
    font-family: "SFCompact", Arial, sans-serif;
    display: inline-block;
    background-color: #171717;
    color: #ffffff;
    padding: 10px 30px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

input, select, textarea {
    font-family: "SFCompact", Arial, sans-serif;
    border-radius: 30px;
    min-height: 40px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.0375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inside-panel tr{
    display: flex;
    flex-direction: column;
}

textarea {
    min-height: 80px
}

input[type=checkbox] {
        
        width: auto;
        appearance: auto;
        -moz-appearance: auto;
        -webkit-appearance: auto;
        display: inline-block;
        margin: 0px 8px 0 0;
        padding: 0;
        height: auto;
        min-height: auto;
    }

input[type=checkbox] + label { 
    display: inline;
    line-height: 1em;
}



