.datepicker-dropdown {
    top: 0;
    left: 0;
    position: absolute;
    background-color: white;
    z-index: 99999 !important;
}

.datepicker {
    padding: 10px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
    direction: ltr;
}


table, td, th {
    border: 0px;
}

.autok-search-form form {
    display: flex;
    align-items: center;
    gap: 36px;
}

p.textdate {
    font-family: "proxima-nova", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a202cb5;
    line-height: 22px;
    margin-bottom: 10px;
}

input.databevitel {
    background-color: #f7f8f900 !important;
    border-color: #1a202cb5 !important;
    border-width: 0px 0px 1px 0px !important;
}

.databevitel::placeholder {
    font-family: "proxima-nova", Sans-serif;
    font-size: 18px;
    border-color: #1a202cb5 !important;
    font-weight: 500;
}


button.submit-button {
    background-color: #ff5f02;
    font-weight: 700;
    font-family: "halcom", Sans-serif;
    letter-spacing: 0.07px;
    color: white;
    font-size: 17px;
    width: 150px;
    display: flex;
    align-items: center;
    gap: 14px;
}
svg#fi_10470773 {
    fill: white;
    width: 30px;
    height: auto;
}