body {
    padding-right: 0!important;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
}

.sejnca{
    -webkit-filter: drop-shadow(4px 5px 5px #666666);
            filter: drop-shadow(4px 5px 5px #666666);
}

.nav-link{
    color: white;
}

.active{
    background-color: white;
    color: #8dc63e!important;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36); 
}

.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/agencija-test/ozadje.jpg");
    height: 100vh;
}

.modal-oblika{
    margin-top: 5%;
    border-radius: 30px;
}

.modal-padding{
    padding: 40px;
}

.modal-velik{
    max-width: 80%;
}

.negativ-margin{
    margin-top: -25px;
}


.aplikacija-napis{
    font-size: 25px;
    margin: 0;
}

.radius-spodaj-desno{
    border-bottom-right-radius: 25%;
    
}

.prijava-text{
    background-color:rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 30px 0 0 30px;
    color: white;
    text-transform: uppercase;
}

.login-box {
    max-width: 400px;
    width: 100%;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ekoknap-logo-prijava {
    width: 15rem;
    height: auto;
    -webkit-filter: drop-shadow(30px 10px 4px black);
    filter: drop-shadow(30px 10px 4px black);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* Smooth transition */
    position: relative; /* Ensure the image is positioned relative to its container */
}




.prijavno-okno{
    height: 75vh;
    width: 100%;
    padding: 50px;
    padding-top: 10vh;
    margin-bottom: 20px;
    background-color: rgba(209, 209, 209,0.3);
    
}

.input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.input-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: black;
    font-size: 16px;
}

.custom-input {
    width: 100%;
    padding: 10px 10px 10px 35px; /* Adjust padding to make room for the icon */
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
     background-color: transparent;
    font-size: 16px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.custom-input:focus {
    border-bottom-color:  #8dc63e; /* Change to your desired color */
}

.prijava-gumb{
    border-radius: 20px;
}
.custom-input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

.custom-input::-moz-placeholder {
    color: #aaa;
    font-size: 14px;
}

.custom-input:-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

.custom-input::-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

.custom-input::placeholder {
    color: #aaa;
    font-size: 14px;
    
    
}

.social-ikona-prijava{

    padding: 1rem;
}

.social-ikona-prijava:hover{
    background-color:  #8dc63e;
    border-radius: 50%;
    padding: 1rem;
    cursor: pointer;
    color: white;
}

.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;
    }

    .cursor{
        cursor:pointer;
    }

.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;
}



        .task-counter {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-width: 20px;
            height: 20px;
            padding: 1px 3px;
            border-radius: 50%;
            background-color: #cc0000;
            color: white;
            font-size: 10px;
            font-weight: bold;
            line-height: 1;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

.opombe-counter{
                display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-width: 15px;
            height: 15px;
            padding: 1px 3px;
            border-radius: 50%;
            background-color: #cc0000;
            color: white;
            font-size: 8px;
            font-weight: bold;
            line-height: 1;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}

.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;
}

.style1 {
    /* height: 87vh; */
}


.card-hover{
-webkit-transition: 0.3s;
transition: 0.3s;
}

.card-hover:hover{
 cursor: pointer;
 background-color:  #8dc63e;
 color: white;
 -webkit-box-shadow: 0 4px 8px rgba(141, 198, 62, 0.6);
         box-shadow: 0 4px 8px rgba(141, 198, 62, 0.6);
}




.obrni-stoplpec{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}


.text-bg-danger{
    color:white!important;
}

.stranski-meni-stranke{
    color: #333;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.stranski-meni-stranke:hover{
    background-color: #8dc63e ;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* Main shadow */
                0 6px 20px rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* Main shadow */
                0 6px 20px rgba(0, 0, 0, 0.19);
}
.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%);
}


.style2 {
    background-color: #f8f9fa;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.style3 {
    position: absolute;
    left: 0;
    top: 0;
}



.minimal{
  background-color: white;
  border: none;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18); 
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
    margin: 0;      
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  -moz-appearance: none;
}

.legenda{
    font-size: 0.7rem;
}

.povecajNaHover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.povecajNaHover:hover{
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
            cursor: pointer;
            
            color: #cc0000;
}


/* sledenje */

/* Container */
.tracking-container {
    padding: 20px;
}

/* Form and Calendar Section */
.tracking-form, .tracking-calendar-container {
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Titles */
.tracking-title, .tracking-calendar-title {
    font-weight: bold;
    color: #333;
}

.tracking-description, .tracking-calendar-description {
    font-size: 0.9rem;
    color: #555;
}

/* Input Group */
.tracking-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.tracking-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 4px;
}

.tracking-input {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    color: white;
    background-color: #13162cb0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}




.tracking-input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.69)!important;
}




.tracking-input::-moz-placeholder{
    color: rgba(255, 255, 255, 0.69)!important;
}




.tracking-input:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.69)!important;
}




.tracking-input::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.69)!important;
}




.tracking-input::placeholder{
    color: rgba(255, 255, 255, 0.69)!important;
}

.tagify {
    --placeholder-color: rgba(255, 255, 255, 0.69); 
}




/* Buttons */
.tracking-start-btn {
    background-color: #4CAF50;
    color: white;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px;
}

.tracking-end-btn {
    background-color: #E53935;
    color: white;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px;
}

.tracking-end-btn:hover {
    border:1px solid black;
    
}

.tagify__input::-webkit-input-placeholder {
    color: #888888; /* Replace with desired color */
    opacity: 1; /* Ensure full opacity if needed */
}

.tagify__input::-moz-placeholder {
    color: #888888; /* Replace with desired color */
    opacity: 1; /* Ensure full opacity if needed */
}

.tagify__input:-ms-input-placeholder {
    color: #888888; /* Replace with desired color */
    opacity: 1; /* Ensure full opacity if needed */
}

.tagify__input::-ms-input-placeholder {
    color: #888888; /* Replace with desired color */
    opacity: 1; /* Ensure full opacity if needed */
}

.tagify__input::placeholder {
    color: #888888; /* Replace with desired color */
    opacity: 1; /* Ensure full opacity if needed */
}

/* Current Tracking Display */
.tracking-current {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #888;
}

/* Calendar Section */
.tracking-calendar-container {
    padding-left: 20px;
}

.bg-white {
    background-color: #ffffff;
}

.shadow-sm {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.pill-container {
    background-color: #000000; /* Use the yellow from your website colors */

    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.pill-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    color: #ffffff; /* Dark gray from your palette */
}

.pill-time {
    font-size: 1.5rem; /* Larger font for the time */
    font-weight: bold;
    color: #ffffff; /* Red from your website colors */
    margin: 0;
}


/* #mySidenav  {
z-index: 9999;
  position: fixed;
right: -6%;
  top: 20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0 0 5px;
  
} */

#mySidenav {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 20%;
  width: 40px; /* Width only enough to show the icon */
  height: auto;
  overflow: hidden; /* Hide the rest of the content */
  white-space: nowrap; /* Prevent text from wrapping */
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 0 0 5px;
  -webkit-transition: width 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
  transition: width 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

#mySidenav p{
    padding-left: 10px;

}

#mySidenav div {
    border-radius:5px 0 0 5px;
    -webkit-transition: right 1s ease-in;
    transition: right 1s ease-in;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

#mySidenav:hover{
      width: auto; /* Expand to fit content */
  overflow: visible; /* Show all the content */
  padding-right: 10px; /* Optional: Add spacing if needed */
  background-color: black;
}

.ikona-sidenav{
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ikona-sidenav:hover{
    cursor: pointer;
    color:rgb(147, 7, 7);
}

.icon2{
padding:10px;
background: #af0d0d;
border-radius:5px;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#mySidenav:hover .icon{
    border-radius:5px 0 0 5px;
}

#mySidenav:hover {
  right: 0;
}


@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;
    }
    .task-calendar{
        margin: 0 auto;
        width: 95%;
    }
    .sirinainputprojekt{
        width: 230px;
    }
    .fiskna-pozicija{
    position: relative;
    }
    .offcanvas{
        width: 100%!important;
    }
    .prijavno-okno {
        width: 100%;
        padding: 20px;
    }
}

.medium-editor-obroba { /* Zamenjajte '.medium-editor-element' z dejanskim razredom, če je drugačen */
  border: 1px solid #ccc; /* Primer sive tanke obrobe */
  padding: 8px; /* Dodajte malo notranjega odmika za lepši videz */
  min-height: 100px; /* Nastavite minimalno višino, če je potrebno */
}











