html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        /*G6VZRGBA9DXBRZKEUUKRXVSS*/
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* === GLOBAL RESET / BASE === */
body {
    background: #ffffff;
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #2d3748;
}

/* === GRID === */
.k-grid {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.k-grid-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

    .k-grid-header th {
        font-weight: 600;
        color: #4a5568;
    }

.k-grid-content tr:hover {
    background: #f1f5f9;
}

.k-grid td {
    border-color: #edf2f7;
}

/* === BUTTONS === */
.k-button {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #2d3748;
    transition: all 0.2s ease;
}

    .k-button:hover {
        background: #edf2f7;
    }

/* === INPUTS === */
.k-input,
.k-textbox,
.k-picker {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

    .k-input:focus,
    .k-textbox:focus,
    .k-picker:focus {
        border-color: #3182ce;
        box-shadow: 0 0 0 2px rgba(49, 130, 206, 0.2);
    }

/* === DROPDOWN === */
.k-dropdownlist {
    border-radius: 8px;
}

/* === WINDOW / DIALOG === */
.k-window,
.k-dialog {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

/* === TOOLBAR === */
.k-toolbar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.no-arrow1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    padding-right: 0em; /* smanji jer nema arrow */
    text-align: center;
    font-size: 0.9em;
    padding-top:0.75em;
    color: #000000;
    width: 3em;
}