/* =========================================
   RESET & BASE
========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background-color: #eeefff;
  color: #2c3e50;
  padding: 1rem;
}
h1, h3 {
  text-align: center;
}
h3 {
 
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.pod_naslov {
  color: #1ABC9C;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 0.5em;
}
.pod_naslov i {
  margin-right: 6px;
}
/* =========================================
   ALERTS & MESSAGES
========================================= */
.alert-porukes {
  background-color: #3366cc;
  color: #ffffff;
  border: 5px solid #bee5eb;
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
  font-weight: normal;
  width: 500px;
  max-width: 100%;
}
.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}
.alert-delete {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  font-weight: bold;
}
.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}
.alert-duplo {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}
/* =========================================
   LAYOUT CONTAINERS
========================================= */
.container0 {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: white;
}
.form-container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.form-container.success {
  border: 1px solid #c3e6cb;
  background-color: #e9fbe9;
}
/* =========================================
   FORMS & INPUTS
========================================= */
.form-group {
  margin-bottom: 1rem;
}
.labela,
.form-group label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  display: block;
  font-size: 1rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #1a73e8;
  background-color: #eaf1fb;
  outline: none;
}
#godina_skolska {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  max-width: 200px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.unos-kataloski {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
.unos-kataloski input[type="text"] {
  font-size: 1.2rem;
  padding: 0.5rem;
  width: 12ch;
  border-radius: 8px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.input-clearable {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.input-clearable input {
  padding-right: 2.2rem;
}
.clear-btn {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 1.2rem;
  color: #888;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 1;
}
.clear-btn:hover {
  color: red;
}
/* =========================================
   BUTTONS
========================================= */
.btn-komp {
  background-color: #d3e3fc;
  color: #003366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #aac;
  cursor: pointer;
  margin-top: 10px;
}
.btn-komp:hover {
  background-color: #c6d9f7;
}
.submit-button {
  width: 90%;
  background-color: green;
  color: white;
  padding: 0.7rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit-button:hover {
  background-color: darkgreen;
}
.btn-komp1 {
  background-color: #e7e7e7;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.9rem;
  border: 1px solid #bbb;
  color: #000;
  margin-top: 5px;
}
.btn-red {
  background-color: #f8d7da;
  color: red;
  border-radius: 5px;
  border: none;
  padding: 6px;
}
.btn-red:hover {
  color: red;
}
.btn-komp5 {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  font: inherit;
}
.btn-komp5:hover {
  color: #0056b3;
  text-decoration: none;
}
.dugme-informacija {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.5rem;
}
.dugme-pogledaj {
  font-size: 1.1rem;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  background-color: #e8e8e8;
  cursor: pointer;
}
.dugme-pogledaj:hover {
  background-color: #dcdcdc;
}
/* =========================================
   HEADER & NAVIGATION
========================================= */
.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.menu-item-header .left {
  flex: 1;
  text-align: left;
}
.menu-item-header .center {
  flex: 1;
  text-align: center;
}
.menu-item-header .right {
  flex: 1;
  text-align: right;
}
.dugmad-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 1rem 0;
}
.dugmad-wrap1 {
  display: flex;
  justify-content: space-between;
  background-color: #dddddd;
  width: 300px;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 1rem 0;
}
.levo-dugme,
.desna-dugmad {
  display: flex;
  gap: 10px;
}
.dugme_zagl {
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  border-radius: 15px;
  border: 1px solid #ccc;
  max-width: 100px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.dugme_zagl:hover {
  background-color: #e0e0e0;
}
/* =========================================
   TABLES
========================================= */
table,
.styled-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.styled-table th,
.styled-table td,
table th,
table td {
  border: 0px solid #ccc;
  padding: 8px;
  text-align: left;
}
.styled-table th,
table th {
  background-color: #f5f5f5;
}
.styled-table caption {
  background-color: #dddddd;
  color: #000000;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
  border: 0px solid #aac;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Table row backgrounds */
.styled-table tr:nth-child(odd) {
  background-color: #3366cc;
  color: black;
}
.styled-table tr:nth-child(even) {
  background-color: #cccccc;
}
/* Standard table rows */
table tr:nth-child(odd) {
  background-color: #ffffff;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* List items */
li:nth-child(odd) {
  background-color: #ffffff;
}
li:nth-child(even) {
  background-color: #ffffff;
}
/* =========================================
   MEDIA & IMAGES
========================================= */
.thumbnail {
  max-width: 80px;
  max-height: 80px;
  display: block;
  margin-top: 5px;
}
/* =========================================
   MODAL
========================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-box {
  position: relative;
  background: #ffffff;
  width: 98vw;
  height: 98vh;
  max-width: none;
  max-height: none;
  padding: 26px;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  animation: modalFade 0.25s ease-out;
}
.modal-box h3 {
  margin: 0 0 16px;
  text-align: center;
  color: #1a1a1a;
  font-size: 1.4rem;
}
.modal-box ol {
  padding-left: 22px;
}
.modal-box li {
  margin-bottom: 10px;
}
.modal-box p {
  margin-top: 14px;
  background: #f1f3f5;
  padding: 12px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  font-size: 1rem;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: #e9ecef;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  cursor: pointer;
  color: #333;
  transition: background 0.2s ease, transform 0.1s ease;
}
.modal-close:hover {
  background: #ced4da;
  transform: scale(1.1);
}
@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* =========================================
   UTILITY CLASSES
========================================= */
.nowrap {
  white-space: nowrap;
}
.note {
  color: blue;
  background-color: #e8e8e8;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  padding: 12px 16px;
  border-radius: 6px;
}
.note2 {
  color: black;
  background-color: #e8e8e8;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  padding: 12px 16px;
  border-radius: 6px;
}
.note.warning {
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  color: #664d03;
}
.info-icon {
  cursor: pointer;
  color: blue;
  font-size: 1.1rem;
  margin-right: 10px;
}
/* Links */
a {
  text-decoration: underline;
}
a:hover {
  background-color: #ddd;
  color: black;
  text-decoration: underline;
}
/* Tooltip */
.tooltip-error {
  position: absolute;
  background: #d60000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 999;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.tooltip-error::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #d60000 transparent transparent;
}
/* =========================================
   RESPONSIVE DESIGN
========================================= */
@media (max-width: 600px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  th {
    background: #f0f0f0;
	  color: #000000;
  }
  td {
    border: none;
    border-bottom: 1px solid #ddd;
		  color: #000000;
  }
  h3 {
    font-size: 1rem;
  }
  .pod_naslov {
    font-size: 1rem;
  }
  .alert-porukes {
    width: 100%;
  }
  .styled-table caption {
    width: 100%;
  }
  .dugmad-wrap1 {
    width: 100%;
  }
}
/* Поправите боју текста у заглављима табеле */
.styled-table tr:nth-child(odd) th {
  color: #2c3e50; /* или black или која год боја одговара вашем дизајну */
  background-color: #f5f5f5 !important; /* задржите позадину заглавља */
}
/* За парне редове - експлицитно дефинишите боју текста */
.styled-table tr:nth-child(even) {
  background-color: #cccccc;
  color: black !important; /* Форсирајте црну боју */
}
/* За непарне редове - crni  текст */
.styled-table tr:nth-child(odd) {
  background-color: #3366cc;
  color: black !important;
}
/* Осигурајте се да <strong>  crni  текст  */
.styled-table tr td b,
.styled-table tr td strong {
  color: black !important;
}
/* =========================================
   RESPONSIVE BUTTONS
========================================= */
.btn-responsive {
  background-color: #4a6fc1; /* Нешто тамнија плава за бољи контраст */
  color: white;
  padding: 0.7rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 8px;
  border: 1px solid #3a5cb0;
  cursor: pointer;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(58, 92, 176, 0.2);
  width: auto; /* Подразумевано аутоматска ширина */
  display: inline-block;
}
.btn-responsive:hover {
  background-color: #3a5cb0;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(58, 92, 176, 0.3);
}
.btn-responsive:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(58, 92, 176, 0.2);
}
/* Икона у дугмету */
.btn-responsive::before {
  content: "📋 ";
  font-size: 1.1em;
  margin-right: 8px;
}
.btn-responsive::before {
  content: "\1F4CB "; /* Unicode за ИЗВЕШТАЈ   📋 */
  font-size: 1.1em;
  margin-right: 8px;
}
/* Десктоп - нормална ширина */
@media (min-width: 768px) {
  .btn-responsive {
    width: auto;
    min-width: 250px;
    padding: 0.7rem 2rem;
    font-size: 1.1rem;
  }
}
/* Таблет - мало веће */
@media (max-width: 767px) {
  .btn-responsive {
    width: 90%;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* Мобилни - цео екран */
@media (max-width: 480px) {
  .btn-responsive {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 10px;
    margin: 15px 0;
  }
}
/* Опција за другачију боју (зелена) */
.btn-responsive.success {
  background-color: #28a745;
  border-color: #218838;
  box-shadow: 0 3px 6px rgba(40, 167, 69, 0.2);
}
.btn-responsive.success:hover {
  background-color: #218838;
  box-shadow: 0 5px 10px rgba(40, 167, 69, 0.3);
}
/* Опција за акцију (црвена/наранџаста) */
.btn-responsive.action {
  background-color: #ff6b35;
  border-color: #e85a2b;
  box-shadow: 0 3px 6px rgba(255, 107, 53, 0.2);
}
.btn-responsive.action:hover {
  background-color: #e85a2b;
  box-shadow: 0 5px 10px rgba(255, 107, 53, 0.3);
}
/* OSNOVNA .btn KLASA - zajednička svojstva 
<button class="btn1">&#x1F5A8; Štampaj</button>
<button class="btn2">&#9998; Uredi</button>
<button class="btn3">&#x2795; Dodaj</button>
<button class="btn4">&#128465; Obriši</button>
<button class="btn5">&#x21BA; Poništi</button>
<button class="btn6">&#9776; Lista</button>
<button class="btn7">&#128220; Tabela</button>
<button class="btn8">&#128190; Snimi</button>
<button class="btn9">&#128269; Pretraži</button>
<button class="btn10">&#9881; Podešavanja</button>
<button class="btn11">  едит</button>
<button class="btn12">  сачувај</button>
<button class="btn btn-print">&#x1F5A8; Штампај</button>
<button class="btn btn-warning">&#9998; Уреди</button>
<button class="btn btn-success">&#x2795; Додај</button>
<button class="btn btn-danger">&#128465; Обриши</button>
<button class="btn btn-warning">&#x21BA; Поништи</button>
<button class="btn btn-secondary">&#9776; Листа</button>
<button class="btn btn-info">&#128220; Табела</button>
<button class="btn btn-save">&#128190; Сачувај</button>
<button class="btn btn-primary">&#128269; Претражи</button>
<button class="btn btn-dark">&#9881; Подешавања</button>
<button class="btn btn-warning">✎ Едит</button>
<button class="btn btn-save">💾 Сачувај</button>
*/
.btn1 {
  color: blue;
  padding: 0.7rem 1.5rem;
  font-size: 2rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 8px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 40px;
}
/* HOVER efekat za sva dugmad */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
/* AKTIVAN efekat */
.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* SPECIFIČNE KLASE PO FUNKCIJAMA */
/* PRIMARY akcije - Plava */
.btn-primary {
  background-color: #4a6fc1;
  border: 1px solid #3a5cb0;
}
.btn-primary:hover {
  background-color: #3a5cb0;
}
/* DODAVANJE - Zelena */
.btn-success {
  background-color: #28a745;
  border: 1px solid #218838;
}
.btn-success:hover {
  background-color: #218838;
}
/* BRISANJE - Crvena */
.btn-danger {
  background-color: #dc3545;
  border: 1px solid #c82333;
}
.btn-danger:hover {
  background-color: #c82333;
}
/* EDIT/PONIŠTAVANJE - Narandžasta */
.btn-warning {
  background-color: #ffc107;
  color: #212529;
  border: 1px solid #e0a800;
}
.btn-warning:hover {
  background-color: #e0a800;
}
/* SEKUNDARNE akcije - Siva */
.btn-secondary {
  background-color: #6c757d;
  border: 1px solid #545b62;
}
.btn-secondary:hover {
  background-color: #545b62;
}
/* INFORMAIVNE - Svetlo plava */
.btn-info {
  background-color: #17a2b8;
  border: 1px solid #138496;
}
.btn-info:hover {
  background-color: #138496;
}
/* DARK tema - Tamna */
.btn-dark {
  background-color: #343a40;
  border: 1px solid #23272b;
}
.btn-dark:hover {
  background-color: #23272b;
}
/* STAMPANJE - Ljubičasta */
.btn-print {
  background-color: #6f42c1;
  border: 1px solid #5a32a3;
}
.btn-print:hover {
  background-color: #5a32a3;
}
/* ČUVANJE - Teal */
.btn-save {
  background-color: #20c997;
  border: 1px solid #199d76;
}
.btn-save:hover {
  background-color: #199d76;
}
/* RESPONSIVE dodatak */
@media (max-width: 768px) {
  .btn {
    min-width: 120px;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    margin: 5px;
  }
}
  /* COMPACT dugmad za toolbar/grupaciju */
.btn-compact {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  min-width: 100px;
  margin: 4px;
  border-radius: 6px;
}
/* ICON-ONLY dugmad */
.btn-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 1.3rem;
  border-radius: 50%;
}
////
/* FONT STACK koji podržava emodžije na svim platformama */
@font-face {
  font-family: 'EmojiFont';
  src: local('Apple Color Emoji'),
       local('Segoe UI Emoji'),
       local('Segoe UI Symbol'),
       local('Noto Color Emoji'),
       local('Android Emoji'),
       local('EmojiOne Color'),
       local('Twemoji Mozilla');
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
/* OSNOVNA .btn KLASA */
.btn {
  /* Font stack koji prioritizuje emodži fontove */
  font-family: 'EmojiFont', 'Segoe UI Emoji', 'Apple Color Emoji', 
               'Noto Color Emoji', 'Android Emoji', sans-serif;
  background-color: #4a6fc1;
  color: white;
  padding: 0.7rem 1.5rem 0.7rem 2.8rem; /* Više levo za ikonicu */
  font-size: 1.1rem;
  border-radius: 8px;
  border: 1px solid #3a5cb0;
  cursor: pointer;
  margin: 8px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(58, 92, 176, 0.2);
  display: inline-flex;
  align-items: center;
  min-width: 140px;
  line-height: 1.4;
  text-align: left;
}
/* ::before PSEUDO-ELEMENT za ikonice */
.btn::before {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* HOVER efekti */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(58, 92, 176, 0.3);
}
.btn:active {
  transform: translateY(0);
}
/* DISABLED stanje */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
/* BOJE PO FUNKCIJAMA (poboljšane za bolji kontrast) */
.btn-primary {
  background: linear-gradient(135deg, #4a6fc1 0%, #3a5cb0 100%);
  border-color: #2d4a9c;
}
.btn-success {
  background: linear-gradient(135deg, #28a745 0%, #218838 100%);
  border-color: #1c7430;
}
.btn-danger {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border-color: #bd2130;
}
.btn-warning {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
  color: #212529;
  border-color: #d39e00;
}
.btn-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #545b62 100%);
  border-color: #4e555b;
}
.btn-info {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  border-color: #117a8b;
}
.btn-dark {
  background: linear-gradient(135deg, #343a40 0%, #23272b 100%);
  border-color: #1d2124;
}
* UNICODE IKONICE sa emodži varijantama (FE0F za color) */
/* ŠTAMPAJ */
.btn-print::before {
  content: "\1F5A8\FE0F"; /* 🖨️ - sa varijantom za boju */
}
/* UREDI */
.btn-edit::before {
  content: "\270F\FE0F"; /* ✏️ */
}
/* DODAJ */
.btn-add::before {
  content: "\2795"; /* ➕ (nema varijantu) */
}
/* OBRISI */
.btn-delete::before {
  content: "\1F5D1\FE0F"; /* 🗑️ */
}
/* PONIŠTI */
.btn-undo::before {
  content: "\21BA"; /* ↺ */
  font-size: 1.2em;
}
/* LISTA */
.btn-list::before {
  content: "\2630"; /* ☰ */
}
/* TABELA */
.btn-table::before {
  content: "\1F4BC"; /* 💼 - attaché case (tabela podataka) */
}
/* SNIMI */
.btn-save::before {
  content: "\1F4BE"; /* 💾 */
}
/* PRETRAŽI */
.btn-search::before {
  content: "\1F50D"; /* 🔍 */
}
/* PODEŠAVANJA */
.btn-settings::before {
  content: "\2699\FE0F"; /* ⚙️ */
}
/* IZVEŠTAJ */
.btn-report::before {
  content: "\1F4C4"; /* 📄 */
}
/* EKSPORT */
.btn-export::before {
  content: "\1F4E5"; /* 📥 */
}
/* IMPORT */
.btn-import::before {
  content: "\1F4E4"; /* 📤 */
}
/* FILTER */
.btn-filter::before {
  content: "\1F9EA"; /* 🧪 (alternativa: \2315 ⌕) */
}
/* SORTIRAJ */
.btn-sort::before {
  content: "\21C5"; /* ⇅ */
}
/* ZATVORI */
.btn-close::before {
  content: "\2716"; /* ✖ */
}
/* POTVRDI */
.btn-confirm::before {
  content: "\2714"; /* ✔ */
}
/* dugme ko link */
.btn-as-link {
    background: transparent !important;
    border: 0 !important;
    color: #0066cc !important;
    text-decoration: underline !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    font: inherit !important;
    display: inline !important;
}
.btn-as-link:hover {
    color: #004499 !important;
    text-decoration: none !important;
}
 /* dugme reset1 */
.btn-reset1 {
  color: blue;
  padding: 0.7rem 1.5rem;
  font-size: 1,5rem;
  border-radius: 50%  ;
  border: none;
  cursor: pointer;
  margin: 8px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 40px;
}  
 .btn-reset1 ::before {
  content: "\2716"; /* ✖ */
}

  /* klase za prikaz kod unosa */

  
   	 .napomena5 {
    font-style: italic;
    color: #555; /* Нешто светлија боја за суптилнији ефекат */
    margin: 10px 0; /* Мало простора око напомене */
    padding-left: 10px; /* Мало увлачење */
    border-left: 2px solid #ddd; /* Суптилна линија са леве стране */
}
   	 .oblik5 {
	    color: #2c3e50; /* Тамно плаво-сива - професионално */
    margin: 10px 0; /* Мало простора око напомене */
    padding-left: 10px; /* Мало увлачење */
    border-left: 2px solid #2c3e50;; /* Суптилна линија са леве стране */
}

   	 .naziv5 {
    color: #34495e; /* Midnight blue - чиста тамно плава */
    margin: 10px 0; /* Мало простора око напомене */
    padding-left: 10px; /* Мало увлачење */
    border-left: 2px solid 34495e; /* Суптилна линија са леве стране */
}

   	 .organizator5 {
    color:#2c5282; /* Rich blue - топлија нијанса */
    margin: 10px 0; /* Мало простора око напомене */
    padding-left: 10px; /* Мало увлачење */
    border-left: 2px solid #2c5282; /* Суптилна линија са леве стране */
}
   	 .mesto5 {
    color:#2b6cb0; /* Bright dark blue - најсветлија */
    margin: 10px 0; /* Мало простора око напомене */
    padding-left: 10px; /* Мало увлачење */
    border-left: 2px solid #2b6cb0; /* Суптилна линија са леве стране */
}
 
 