

html,
body {
 
  
}


 


body {
  align-items: center;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




@media (max-width: 767px) { /* Promijenite vrijednost na odgovarajući broj piksela za svoje potrebe */
        .user-box {
            width: 100%;
            height: 150px; /* Promijenite visinu prema svojim potrebama */
        }
    }


.animated-border {
    border: 3px solid transparent!important;
    border-image: linear-gradient(45deg, #f06, #03a) 1!important;
    border-image-slice: 1!important;
    animation: borderAnimation 2s linear infinite!important;
}

@keyframes borderAnimation {
    0% {
        border-image-source: linear-gradient(45deg, #f06, #03a);
        border-image-slice: 1;
    }
    25% {
        border-image-source: linear-gradient(135deg, #f06, #03a);
        border-image-slice: 1;
    }
    50% {
        border-image-source: linear-gradient(225deg, #f06, #03a);
        border-image-slice: 1;
    }
    75% {
        border-image-source: linear-gradient(315deg, #f06, #03a);
        border-image-slice: 1;
    }
    100% {
        border-image-source: linear-gradient(45deg, #f06, #03a);
        border-image-slice: 1;
    }
}



.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
	  }
	  
	  .bijeli {
		  color:white;
		  margin:0 20px 0 20px;
      
	  }
	  
	 /* Validation styles */
.needs-validation {
  position: relative;
  padding-bottom: 1.5rem;
}

.needs-validation .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.needs-validation .form-control:valid {
  border-color: #28a745;
}

.needs-validation .custom-select:invalid,
.needs-validation .custom-file-input:invalid {
  border-color: #dc3545;
}

.needs-validation .custom-select:valid,
.needs-validation .custom-file-input:valid {
  border-color: #28a745;
}

.needs-validation .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.needs-validation .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.needs-validation .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.needs-validation .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.needs-validation .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.needs-validation .custom-control-input:invalid:checked ~ .custom-control-label {
  color: #dc3545;
}

.needs-validation .custom-control-input:valid:checked ~ .custom-control-label {
  color: #28a745;
}

.needs-validation .custom-control-input:invalid:focus ~ .custom-control-label {
  color: #dc3545;
}

.needs-validation .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.needs-validation .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem;
}


.img-account-profile {
    height: 10rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
.card .card-header {
    font-weight: 500;
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}
.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-borders .nav-link.active {
    color: #0061f2;
    border-bottom-color: #0061f2;
}
.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}



    
    

.user-info {
  font-family: Arial, sans-serif!important;
  font-size: 16px!important;
  line-height: 1.5!important;
  color: #333!important;
}

.user-info h5 {
  font-weight: bold!important;
  margin-bottom: 10px!important;
  
}

.user-info i {
  margin-right: 10px!important;
  color: #888!important;
}

.user-info .info-text {
  font-weight: normal!important;
  color: #555!important;
}

 h5 {
    font-size: 1rem!important;
}





/* Stilizacija linka za karticu */
.card-link {
  text-decoration: none;
}

/* Stilizacija hover efekta */
.card-link:hover .card {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

/* Stilizacija klik efekta */
.card-link:active .card {
  transform: scale(0.95);
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}



.bg-primary-hover {
    background-color: #4b4bff; /* Osnovna boja */
    border-radius: 8px 8px 0 0;
    transition: background 0.3s ease;
}

/* Gradijent na hover za desktop */
.hover-card:hover .bg-primary-hover,
.hover-card:active .bg-primary-hover {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

/* Prilagođena pozadina s gradientom za zaglavlje */
.card-header.bg-gradient {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    border-radius: 8px 8px 0 0; /* Zaobljeni gornji uglovi */
}

/* Moderni hover efekti */
.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Lagani okvir za zaobljenje */
.card {
    border-radius: 12px;
}

/* Tekst i boje za bolju čitljivost */
.card-body {
    padding: 1.5rem;
}

.card-body p {
    font-size: 1.1rem;
    color: #333;
}

.card-link {
    color: inherit; /* Održava boju teksta prilikom hover efekta */
}

.card-link:hover .card-header {
    background: linear-gradient(135deg, #ff4b2b, #ff416c); /* Suptilna promjena smjera gradijenta */
}