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;
}



.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;
    }

.gumb-faze{
    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;
    padding: 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%);
}



@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;
    }

}








