@font-face {
    font-family: 'Latin-ext-700';
    src: url('../fonts/noto-sans-v36-latin-ext-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Latin-ext-700italic';
    src: url('../fonts/noto-sans-v36-latin-ext-700italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Latin-ext-italic';
    src: url('../fonts/noto-sans-v36-latin-ext-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Latin-regular';
    src: url('../fonts/noto-sans-v36-latin-ext-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Latin-ext-300';
    src: url('../fonts/noto-sans-v36-latin-ext-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Latin-ext-300italic';
    src: url('../fonts/noto-sans-v36-latin-ext-300italic.ttf') format('truetype');
}

body {
    font-family: 'Latin-regular', sans-serif;
}

/* NAVBAR */

.nav-item {
    margin-right: 0;
}

.brand-image {
    width: 70%;
}

.logout_icon {
    color: #000;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    background-color: rgba(242, 203, 42, 1);
    transform: scaleX(-1);
}

.logout_icon:hover {
    background-color: #f4d34a;
}

/* Árajánlat oldal */

.uj-arajanlat-btn, .megrendeles-btn {
    color: #000;
    padding: 12px 25px 12px 25px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}

h1 {
    font-family: Latin-ext-700, sans-serif;
    font-size: 34px;
}

thead th {
    font-size: 16px;
}

tbody td {
    font-family: 'Latin-ext-300';
}

.table-note {
    font-family: 'Latin-ext-300italic';
}

#downloadUndoText
{
    font-family: 'Latin-ext-700';
    font-size: 16px;
    color: #000;
}

button[value="delete"], button[value="copy"] {
    background: inherit;
    border: none;
    padding: 0;
}

/* Új árajánlat oldal  */

.back-to-arajanlat{
    padding: 0 0 0 25px;
}

.arrow-left {
    color: #000;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    background-color: rgba(242, 203, 42, 1);
}

.nav-underline .nav-item, .tab-pane {
    padding: 0 25px 0 25px;
}

.nav-underline .nav-link {
    font-family: 'Latin-ext-700';
    color: #000;
}

.nav-underline {
    position: relative;
    box-shadow: 0px 10px 18px 0px rgba(240, 239, 239, 0.75);
}

.nav-underline::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Form */

label {
    font-family: 'Latin-ext-700';
    font-size: 12px;
    color: rgba(242, 203, 42, 1);
}

input {
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 255, 255, 1);
}

.arajanlatMentese {
    font-family: 'Latin-ext-700';
    font-size: 16px;
    color: #000;
}

#placeholder-logo-image, #customer-logo-image {
    cursor: pointer;
}

/* Modals */

input[id="search"] {
    font-family: "Latin-ext-italic";
}

#productModal {
    min-height: 90vh;
}

.form-control, .form-select {
    background-color: #fff;
}

.form-control:focus, .form-select:focus {
    background-color: #fff;
}

#addNewRowButton {
    font-family: Latin-ext-700, sans-serif;
    color: #222;
}

/* Inputs */

.showInput {
    display: block;
}

.hideInput {
    display: none;
}