html {
    scroll-behavior: smooth;
}

.input-text {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input-select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Add more styles as needed */


/* Start of Header*/
.transparent-left-logo-header_header__R1nRc {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
    background-color: transparent
}

/*@media only screen and (min-width: 1024px) {*/
.transparent-left-logo-header_header__R1nRc {
    height: 80px;
    padding: 9px 40px
}
/*}*/
/* End of Header */


@media only screen and (max-width: 450px) {
    .transparent-left-logo-header_header__R1nRc {
        justify-content: center;
    }
}

/* Question/Answer Centered */





.transparent-left-logo-header_header__R1nRc {
    /* Add your header styles here */
}

.transparent-left-logo-header_logo__preE4 {
    /* Add your logo styles here */
}

.transparent-left-logo-header_burger__wqsgt {
    /* Add your burger styles here */
}

.burger-button_container__2fBXf {
    /* Add your burger button styles here */
}

.burger-button_dash__h1gug {
    /* Add your burger dash styles here */
}

