.tborder {
    width: 100%;
    margin: auto auto;
    padding: 25px;
    background: #0b1014;
    border-radius: 13px;
}


select {
    padding: 8px;
    border: 1px solid #0f1014;
    outline: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    background: #0f1014;
    color: #8d97a6;
    box-sizing: content-box;
    height: 31px;
    line-height: 31px;
    border-radius: 7px;
    padding: 5px 12px;
}

input.textbox {
    background: #0f1014;
    border: 1px solid #0f1014;
    padding: 10px;
    background: #0f1014;
    outline: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    box-sizing: content-box;
    height: 25px;
    line-height: 25px;
    color: #8d97a6;
    margin: 10px 0px;
    border-radius: 6px;
}
.notataka-odziale {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    background: #0f1014;
    border-radius: 7px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
		