body {
    padding-right: 0!important;
}

a{
    text-decoration: none;
}

.obrni-stoplpec{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}



.gumbi{
    padding: 10px 30px; 
    margin: 0;
    height: 100%;
}

/* Base styles for the button */
.btn.gumbi {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; /* Smooth transition for all properties */
    border: none; /* Remove default borders */
}

/* Hover effect */
.btn.gumbi:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36); /* Subtle shadow for lift effect */
}

/* If you want to maintain the focus style (e.g., when the button is clicked) similar to the hover effect */
.btn.gumbi:focus {
    background-color: #e32929;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    outline: none; /* To remove the default blue outline. Note: This has accessibility implications. */
}


.table > :not(:first-child) {
    border-top: 0;
}

.prijavna-ozadje{
    background-image: url("../assets/images/prijava.jpg");
    height: 100vh;
}

.modal-oblika{
    margin-top: 5%;
    border-radius: 30px;
}

.modal-padding{
    padding: 40px;
}

.modal-velik{
    max-width: 80%;
}

div.modal-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


.aplikacija-napis{
    font-size: 25px;
    margin: 0;
}

.elgonova-logo-prijava{
    width: 20%;
    height: auto;
}

.heading-naziv-stranke {
  max-width: 25ch; /* Limits the width to approximately 25 characters */
  word-wrap: break-word; /* Ensures long words are broken to fit the width */
  overflow-wrap: break-word; /* Ensures content wraps properly */
}



.prijavno-okno{
    margin-top: 5%;
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(209, 209, 209,0.95);
    width: 30vw;
}

.prijava-crta{
    border-top: 5px solid white;
}

.prijava-txt-input{
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);  /* Adjust the RGBA values for different overlay colors and transparency */
    z-index: 1050;  /* This ensures the overlay is on top of everything else */
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);  /* This will blur the content behind the overlay */
}



.footer-razmak{
    padding: 0 40px;
}


    .info-section {
        background: #FFF;
        
        
        
    }

    .info-header {
        font-size: 20px;
        margin-bottom: 15px;
        color: #333;
    }

    .info-content p {
        font-size: 16px;
        margin-bottom: 10px;
        color: #444;
    }

    .divider {
        height: 1px;
        background-color: #E9E9E9;
        margin: 15px 0;
    }

.semafor:hover{
    cursor: pointer;
    background-color: #e8eae9;
}
.semafor-aktiven{
     background-color: #e8eae9;
}

.gumb-faze{
    cursor: pointer;
    
}
.cursor{
    cursor: pointer;
}

.gumb-faze:hover{
    text-decoration: underline;
}

.underline{
    text-decoration: underline;
}

.onemogoci{
    pointer-events:none;
}

.senca2{
-webkit-box-shadow: 0px 15px 17px -10px rgba(0,0,0,0.3);
        box-shadow: 0px 15px 17px -10px rgba(0,0,0,0.3);
}
.senca {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.ikona-velikost{
    font-size: 2rem;
}

.senca:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
}

.prostor-izpis{
    margin: 200px auto;
}

#vsebina {
    margin-right: 10px;  /* Adjust the value as needed */
}
#vsebina2 {
    margin-left: 10px;  /* Adjust the value as needed */
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #7A0A1F;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active{
    color:#7A0A1F;
}


/* Taski izgled */

.task-calendar h3 {
    background-color: #7A0A1F;
    color: white;
    padding: 16px;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.task-calendar h4 {
    font-size: 1.2em;
    color: #333;
    margin-top: 8px;
    margin-bottom: 4px;
}

.task-calendar ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

.task-calendar li {
    background-color: #eee;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}


.task-details {
     /* Light grey background for the entire row */
    padding: 15px;
    
}

.task-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
}

.task-item {
    background: white; /* White background for each task item */
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.12);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.12);
}

.task-label {
    font-weight: bold;
    color: #7A0A1F; /* Blue color for labels */
    display: block; /* Makes label a block to put info underneath */
    margin-bottom: 5px;
}

.task-info {
    color: #555; /* Slightly darker font for readability */
}


.stranski-meni:hover{
    cursor: pointer;
}

.klicaj {
    color: #ff0000;
    font-size: 1rem;
}

.prioriteta-visoka {
    color: #ff0000;
    font-size: 1rem;
}

.prioriteta-nizka {
    color: #6d6b6b;
    font-size: 0.5rem;
}

.prioriteta-normalna {
    color: #f5dc00;
    font-size: 0.5rem;
}

.form-check-input {
    border: none;
    opacity: 1;
}
.form-check-input:checked {
    background-color: black;
    border-color: black;
}
.form-check-input:focus {

-webkit-box-shadow: 0 0 0 0;

        box-shadow: 0 0 0 0;
}

.barva-stolpca {
    width: 30px; 
    height: 100%; 
    position: absolute; 
    right: 0;
    top: 0; 
       border-top-right-radius: 0.375rem; /* Rounded top right corner */
    border-bottom-right-radius: 0.375rem;
}
.kartica {
    position: relative; 
}

 .tagify__input {
    margin: 0!important;

} 

.hover-icon {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#poglej-vec:hover .hover-icon {
    opacity: 1;
}

.preklicano{
    background-color: #333;
}

.preklici-opravilo{
    font-size: 12px;
}


.nav-link {
   cursor: pointer !important;
}

.razmak-spredaj{
    margin-left: 50%;
}

.input-group-text{
    width: 130px;
    font-size: 14px;
    padding-left: 4px;
}



.sirinainputprojekt{
width: 250px;
}


.offcanvass-visina{
    z-index: 1056;
}

.margin-cena{
    margin-top: 55px;
}


.razmakec{
    padding: 5px 0;
}



.transition{
    -webkit-transition: none;
    transition: none;
}


.fiskna-pozicija{
    position: fixed;
}

.fc-event-time{
    display: none;
}

.crosssign {
    position: relative;
    cursor: pointer;
  display: inline-grid;
  place-content: center;
  aspect-ratio: 1;
  min-inline-size: 1.6em;
  border-radius: 50%;
  background-color: #7A0A1F;
  top:-20px;
  left:-20px;
}

.crosssign::before {
  content: "\D7";
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; /* Ensure it appears above other content */
    background-color: white; /* Add background color if needed */
}



.offcanvas-sirina{
    width: 50%!important;
    z-index: 1056;
}

.zeleni-kot {
    position: relative;
}

.zeleni-kot::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: green;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.sivi-kot {
    position: relative;
}

.sivi-kot::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: grey;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.sirinaSidebarMobile{
        width: 40px!important;
    }

.majhna-pisava{
    font-size: 11px;
}

.senca-mob{
  -webkit-box-shadow:rgba(100, 100, 111, 0.4) 0px 0px 15px 0px;
          box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
         
}

.krog-mobile-opravilo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f8f9fa; /* Light background */
    
    padding: 10px 20px; /* Padding to create a rounded rectangle */
    border-radius: 12px; /* Smooth rounded corners */
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%; /* Ensure it fits the column width */
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Custom class for the input field */
.input-bottom-line {
    border: none; /* Remove the default border */
    border-bottom: 2px solid #0d6efd; /* Add a bottom border with the primary color */
    background-color: transparent; /* Transparent background */
    color: #333; /* Text color */
    padding: 5px 0; /* Padding for some space inside the input */
    font-size: 1rem; /* Adjust font size */
    width: 100%; /* Make sure it takes full width */
    outline: none; /* Remove the default outline */
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.input-bottom-line::-webkit-input-placeholder {
    color: #aaa; /* Placeholder color */
}

.input-bottom-line::-moz-placeholder {
    color: #aaa; /* Placeholder color */
}

.input-bottom-line:-ms-input-placeholder {
    color: #aaa; /* Placeholder color */
}

.input-bottom-line::-ms-input-placeholder {
    color: #aaa; /* Placeholder color */
}

.input-bottom-line::placeholder {
    color: #aaa; /* Placeholder color */
}

.input-bottom-line:focus {
    border-bottom-color: #0a58ca; /* Darken the border color on focus */
}

.input-bottom-line:focus::-webkit-input-placeholder {
    color: transparent; /* Hide the placeholder when focused */
}

.input-bottom-line:focus::-moz-placeholder {
    color: transparent; /* Hide the placeholder when focused */
}

.input-bottom-line:focus:-ms-input-placeholder {
    color: transparent; /* Hide the placeholder when focused */
}

.input-bottom-line:focus::-ms-input-placeholder {
    color: transparent; /* Hide the placeholder when focused */
}

.input-bottom-line:focus::placeholder {
    color: transparent; /* Hide the placeholder when focused */
}

.input-bottom-line:required:valid {
    border-bottom-color: #28a745; /* Change the border color when the input is valid */
}

.input-bottom-line:invalid {
    border-bottom-color: #dc3545; /* Change the border color when the input is invalid */
}

.circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #7A0A1F; 
            border: 3px solid white; 
            -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
            margin: 0 auto 10px auto;
}

.step-text {
            font-size: 14px;
            font-weight: bold;
}


/* Statistika */

.prva-vloge{
    padding:0;
    margin-left: 1rem;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);  
    display: inline-block;
    width: 50%;
}

.prva-vloge-besedilo{
    background-color: #7A0A1F;
}

.prva-vloge-besedilo-ostalo{
    background-color: #6c757d;
}

.prva-vloge-stevilka{
    font-size: 50px;
}

.prva-oblika{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.prva-stirke{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tretja-stirke{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;  /* change column to row here */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;  /* allows the items to wrap if there isn't enough space */
}

.prva-pari{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1400px) {
    .prijavno-okno{
        width: 50%;
    }
}

@media only screen and (max-width: 1080px) {
    .prijavno-okno{
        width: 70%;
    }
    .aplikacija-napis{
        display: none;
    }
    .canvas-mobile{
        width: 100%!important;
    }
}

@media only screen and (max-width: 740px) {
    .prijavno-okno {
        width: 90%;
        padding: 20px;
    }
    .aplikacija-napis{
        font-size: 30px;
        padding-left: 20px;
    }
    .modal-padding{
        padding: 10px;
    }
    .modal-velik{
    max-width: 100%;
}
}

@media only screen and (max-width: 550px) {
    .prijava-txt-input{
        display: block;
    }
    .prijava-txt{
        padding-bottom: 10px;
    }
    .aplikacija-napis{
        font-size: 25px;
    }
    .senca{
        
    }
    .task-calendar{
        margin: 0 auto;
        width: 95%;
    }
    .sirinainputprojekt{
        width: 230px;
    }
    .fiskna-pozicija{
        position: relative;
    }   

    .offcanvas-sirina{
        width: 100%!important;
        z-index: 1056;
    }
    .prva-vloge{
        width: 100%;
        margin: 0;
    }

    
}

.prevzem_seznam {
        cursor: pointer;
    }

.prevzem_seznam:hover {
    background-color: #adb5bd;
}

.prevzem_seznam:hover td {
    background-color: #adb5bd;
}






