* {
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    width: 280px; 
    margin: auto;
}

.dos-btn {
    border-top: #f2f2f2ff 3px solid;
    border-left: #f2f2f2ff 3px solid;
    border-right: #999999ff 3px solid;
    border-bottom: #999999ff 3px solid;
    background-color: #e6e6e6ff;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.dos-btn-active {
    border-top: #999999ff 3px solid;
    border-left: #999999ff 3px solid;
    border-right: #f2f2f2ff 3px solid;
    border-bottom: #f2f2f2ff 3px solid;
    background-color: #e6e6e6ff;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease; /
}

#start_button {
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
}

#welcome {
    background-color: white;
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}

.top-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    
}

.top-items button {
    padding: 0 20px;
    width: 15vw;
    height: auto;
    padding: 10px 0;
}


.top-items img {
    width: 10vw;
}


.top-items a{
    width: 60vw;
    font-size: 2em;
    color: black;
    font-weight: bold;
}

.bot-item {
    display: flex;
    justify-content: space-between;
}

.bot-item img {
    width: 4vw;
}

.bot-item button {
    width: 40vw;
    height: 7vw;
}

.bot-item button:nth-child(3) {
    width: 7vw;
    height: 7vw;
}

.bot-item label {
    width: 7vw;
    height: 7vw;
}

.dropdown button {
    width: 7vw;
    height: 7vw;
}

#cat_id {
    width: 7vw;
    height: 7vw;
}

.category_modal {
    height: 60vh;
    width: 50vw;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

select option {
    background: transparent;
    padding: 5px;
    color: black;
}

/* Styling for the default option */
select {
    background-image: url('./img/kategorije.png');
    background-size:  4.5vw;
    background-repeat: no-repeat;
    color: transparent; /* Hide the text */
    background-position: center;
}

/* Style the counter (span element) */
.counter {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: red;
    color: white;
    padding: 3px 7px;
    border-radius: 50%;
    font-size: 12px;
    display: none;
}

.button {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (min-width: 501px){
    
    * {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .logo {
        width: 280px; 
        margin: auto;
    }
    
    .dos-btn {
        border-top: #f2f2f2ff 3px solid;
        border-left: #f2f2f2ff 3px solid;
        border-right: #999999ff 3px solid;
        border-bottom: #999999ff 3px solid;
        background-color: #e6e6e6ff;
        cursor: pointer;
        font-size: 12px;
        transition: all 0.3s ease; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .dos-btn-active {
        border-top: #999999ff 3px solid;
        border-left: #999999ff 3px solid;
        border-right: #f2f2f2ff 3px solid;
        border-bottom: #f2f2f2ff 3px solid;
        background-color: #e6e6e6ff;
        cursor: pointer;
        font-size: 12px;
        transition: all 0.3s ease; /
    }
    
    #start_button {
        font-size: 2em;
        padding: 10px 20px;
        text-decoration: none;
        color: #000;
    }
    
    #welcome {
        background-color: white;
        box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
    }
    
    .top-items {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
        
    }
    
    .top-items button {
        padding: 0 20px;
        width: 15vw;
        height: auto;
        padding: 10px 0;
    }
    
    
    .top-items img {
        width: 10vw;
    }
    
    
    .top-items a{
        width: 60vw;
        font-size: 2em;
        color: black;
        font-weight: bold;
    }
    
    .bot-item {
        display: flex;
        justify-content: space-between;
    }
    
    .bot-item img {
        width: 4vw;
    }
    
    .bot-item button {
        width: 40vw;
        height: 7vw;
    }
    
    .bot-item button:nth-child(3) {
        width: 7vw;
        height: 7vw;
    }
    
    .bot-item label {
        width: 7vw;
        height: 7vw;
    }
    
    .dropdown button {
        width: 7vw;
        height: 7vw;
    }
    
    #cat_id {
        width: 7vw;
        height: 7vw;
    }
    
    .category_modal {
        height: 60vh;
        width: 50vw;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
      }
    
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 1;
      }
    
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
    
      .dropdown-content a:hover {
        background-color: #f1f1f1;
      }
    
    select option {
        background: transparent;
        padding: 5px;
        color: black;
    }
    
    /* Styling for the default option */
    select {
        background-image: url('./img/kategorije.png');
        background-size:  4.5vw;
        background-repeat: no-repeat;
        color: transparent; /* Hide the text */
        background-position: center;
    }
    
    /* Style the counter (span element) */
    .counter {
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: red;
        color: white;
        padding: 3px 7px;
        border-radius: 50%;
        font-size: 12px;
        display: none;
    }
    
    .button {
        position: relative;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
    }
    
    #report {
        width: 15vw;
    }

    #report img {
        width: 8vw;
    }
}

@media only screen and (max-width: 500px){
    
    .bot-item button {
        height: 15vw;
    }

    .bot-item button:nth-child(3) {
        height: 15vw;
        width: 15vw;
    }

    .bot-item label {
    height: 15vw;
    width: 15vw;
    }

    .dropdown button {
        height: 15vw;
        width: 15vw;
    }

    #cat_id {
    height: 15vw;
    width: 15vw;
    }

    .bot-item img {
        width: 10vw;
    }
    select {
        background-image: url('./img/kategorije.png');
        background-size:  10.5vw;
        background-repeat: no-repeat;
        color: transparent; /* Hide the text */
        background-position: center;
    }

    .top-items a{
        width: 60vw;
        font-size: 1.5em;
        color: black;
        font-weight: bold;
    }
    #report {
        height: 15vw;
        width: 15vw;
    }

    body > div > form > div > div.item-top > div.name {
        font-size: 1.25em;
    }
    
}
/* Comments */

#label_comment {
    
}

.input_comment {
    display: none;
}





