body {
  font-family: Arial, sans-serif;
}

#content {
  min-height: 80vh;
}

.korisnik {
  margin: 0.5em;
  display: inline-flex;
}

.error {
  background-color: #c02020; /* Red background color */
  color: #fff; /* White text color */
  border-radius: 0.5em; /* Rounded corners */
  padding: 10px 20px; /* Padding around the text */
  margin: 10px 0; /* Margin to separate it from other content */
  font-size: 16px; /* Font size */
  text-align: center; /* Center-align text */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

h1, h2 {
  text-align:center;
}

.logo {
    position: absolute;
    right:0;
    margin-right: 0.5em;
    max-width: 3.2em;
    top: 0;
}

.header {
  margin: -0.25em;
  margin-bottom: 0.3em;
  color:white;
  background: #750000;
  font-size:2em;
  /*font-family: cursive;*/
  height:1.2em;
  padding-top:0.3em;
  padding-bottom:0.6em;
}

.header center{
font-size:0.8em;
    margin-right: 1em;
}

#menu-toggle {
  margin-top: -0.1em;
  margin-left: 0.25em;
  text-decoration: none;
  color: white;
  display:block;
  cursor: pointer;
}

#menu {
    position: fixed;
    top: 4em;
    left: -15em; /* Initially, hide the menu off-screen */
    width: 13em;
    height: 100%;
    background-color: #5f0a0a;
    padding: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
}

.open {
    left: 0em !important;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul li {
    margin-bottom: 1.5em;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Style for Form Container */
.form-container {
  /* margin: 20px; */
  padding: 20px;
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
  background-color: #fff;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}

/* Style for Form Input Fields */
.form-container input[type=text], 
.form-container input[type=password], 
.form-container input[type=email], 
.form-container input[type=month], 
.form-container input[type=date], 
.form-container input[type=number], 
.form-container select, 
.form-container textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 16px;
}

@media screen and (min-width: 800px) {
  .form-container {width: 700px;}

}


/* Style for Form Input Field Labels */
.form-container label {
  font-size: 18px;
/*  font-weight: bold;*/
  color: #333;
}

.clan {
  margin:0.5em;

      margin-bottom: 1.5em;
          display: inline-block;
}

.nice-select-search{
margin-bottom:0px !important;
}

.nice-select .list {
max-height: 30em !important;
}
.nice-select .list {
margin-top:0px !important;
}

.button {
  background: #750000;
  color: #fff;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  text-decoration:none;
}

.button:hover {
  background: #bc0000;
}
/* Style for Form Submit Button 
.form-container button {
  background-color: #4CAF50;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}8*/


.ok {
  background-color: rgba(144, 238, 144, 0.5); /* Use rgba() to set the background color with alpha transparency */
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.greska {
  background-color: #FF4444;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table th {
  background-color: #750000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

.table td, .table th {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}

.table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table tr:hover {
  background-color: #ddd;
}


/* FANCY TABLE 
table{width:100%;border-collapse:collapse;border-spacing:0;font-family:Arial,sans-serif}
table td,table th{padding:12px;text-align:center;border:1px solid #ccc}
table th{background-color:#750000;font-weight:700;border:1px solid #8c1af5}
table tr:nth-child(2n){background-color:#f7f7f7}
*/
