@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.z-button{
	text-shadow: none !important;
}

.z-combobox-button
{
	box-shadow: none !important;
}

.z-button.choose-file-btn
{
	font-family: "Inter", -apple-system, Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
}

.choose-file-title
{
	font-size: 14px;
    font-weight: 500;
    color: #0b0b0b;
}

.choose-file-subtitle
{
	font-size: 13px;
    color: #6e7781;
    margin-top: 5px;
}

