@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: Verdana, Geneva, Tahoma;
  line-height: 1.6;
}

.naslov {
  padding-bottom: 3rem;
  padding-left: 5rem;
  font-size: 2.5rem;
  font-weight: bolder;
}
.naslov2 {
  padding-top: 1em;
}

.rastojanie {
  margin-top: 2.5rem;
}

.direkciite,
.container {
  padding-bottom: 3rem;
  padding-left: 0rem;
  font-size: 1.6rem;
  max-width: 60vw;
  margin: 25px auto;
  border-radius: 0.5rem;
}

.skrieno {
  display: none;
}

.dolu {
  margin-bottom: 1.5rem;
}

.doluu {
  margin-bottom: 3rem;
}

.za_user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #7a68bb;
  padding: 2rem 1rem;
  background-color: #f4f9fd;
}

.procena {
  padding: 2rem 3rem;
}

.greska {
  margin: auto;
  width: 70%;
  border: 1px solid red;
  margin-top: 3rem;
  padding: 1rem 2rem;
  color: red;
  text-align: center;
  background-color: #fae7e7;
}

.modal {
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 20rem;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(14, 2, 58, 0.849);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  color: #004282;
  font-size: 2.5rem;
  margin: auto;
  padding: 2rem;
  border: 1rem solid white;
  width: 50%;
  white-space: pre-wrap;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.432), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1400px) {
  .direkciite,
.container {
    max-width: 80vw;
    margin: 23px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .direkciite,
.container {
    max-width: 95vw;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 800px) {
  .direkciite,
.container {
    max-width: 95vw;
  }
}
.logo,
.brzi_linkovi,
.animacija {
  font-size: 1.6rem;
}

.animacija {
  margin: 25px auto;
  border-radius: 0.5rem;
  display: flex;
  min-height: 45rem;
  overflow: hidden;
}

.item {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.item--1 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.897), rgba(255, 255, 255, 0.753)), url(./src_01.jpg);
  background-size: cover;
  background-position: center;
  width: 80vw;
  transition: width 200ms ease-out;
}

@media only screen and (max-width: 1000px) {
  .item--1 {
    width: 95vw;
  }
}
@media only screen and (max-width: 800px) {
  .item--1 {
    width: 95vw;
  }
}
.prvoo {
  display: none;
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-image: linear-gradient(to bottom, rgba(59, 122, 216, 0.897), rgba(0, 33, 53, 0.932));
  z-index: 1;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.prvoo--meni {
  align-self: flex-start;
  justify-self: flex-start;
  padding-top: 6rem;
  padding-left: 2.35rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}
.prvoo--meni div {
  font-weight: 600;
}

.vtoroo {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-image: linear-gradient(to right bottom, rgba(255, 0, 234, 0.945), rgba(19, 0, 37, 0.822));
  z-index: 1;
  color: #fff;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.vtoroo--meni {
  align-self: flex-start;
  justify-self: flex-start;
  padding-top: 6rem;
  padding-left: 2.35rem;
  font-size: 2rem;
  line-height: 1.3;
}
.vtoroo--meni div {
  font-weight: 600;
}

.tretoo {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-image: linear-gradient(to bottom, rgba(255, 230, 0, 0.897), rgba(38, 43, 14, 0.89));
  z-index: 1;
  color: #fff;
  transition: all 200ms ease-out;
  overflow: none;
  cursor: pointer;
}
.tretoo--meni {
  align-self: flex-start;
  justify-self: flex-start;
  padding-top: 6rem;
  padding-left: 2.35rem;
  font-size: 2rem;
  line-height: 1.3;
}
.tretoo--meni div {
  font-weight: 600;
}

.cetvrtoo {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background-image: linear-gradient(to right bottom, rgba(199, 79, 79, 0.945), rgba(48, 0, 0, 0.822));
  z-index: 1;
  color: #fff;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.cetvrtoo--meni {
  align-self: flex-start;
  justify-self: flex-start;
  padding-top: 6rem;
  padding-left: 2.35rem;
  font-size: 2rem;
  line-height: 1.3;
}
.cetvrtoo--meni div {
  font-weight: 600;
}

.sec {
  display: grid;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.zaedno {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.6rem;
}

.direkcija {
  display: flex;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0.5rem 0.3rem;
  width: 15rem;
  height: 7rem;
  align-self: center;
  justify-self: center;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 200ms;
  cursor: pointer;
}

.direkcii {
  padding: 2rem 2rem;
}

.brzi_linkovi {
  margin: 25px auto;
  border-top: #004282 solid 1px;
  padding: 2.5rem 0;
}
.brzi_linkovi--zaedno {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.brzi_linkovi--element {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(24, 34, 124, 0.945), rgba(43, 108, 161, 0.822));
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.brzi_linkovi--element:link, .brzi_linkovi--element:visited {
  color: #ffffff;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.192);
  transition: all 200ms;
}
.brzi_linkovi--element:hover {
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.192);
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(43, 108, 161, 0.822), rgba(24, 34, 124, 0.945));
  transform: translateY(-3px);
}
.brzi_linkovi--element:active {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.192);
  color: #ffffff;
  transform: translateY(-1px);
}

.odmori {
  display: inline-block;
  margin-top: 25rem;
  margin-left: 38rem;
}

@media only screen and (max-width: 1000px) {
  item--1 {
    max-width: 95vw;
  }
}
@media only screen and (max-width: 800px) {
  item--1 {
    max-width: 95vw;
  }
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #004282;
  padding-bottom: 1rem;
  margin: 10px auto;
}
.logo--l {
  width: 20rem;
}

.meni--glavno {
  list-style: none;
}
.meni--li {
  display: inline-block;
}
.meni--element {
  text-decoration: none;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.meni--element:link, .meni--element:visited {
  color: #004282;
  transition: all 200ms;
}
.meni--element:hover {
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.192);
  color: #004282;
  transform: translateY(-3px);
}
.meni--element:active {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.192);
  color: #004282;
  transform: translateY(-1px);
}
.linkot {
  display: flex;
  align-items: center;
}

.doc {
  display: inline-block;
  width: 85rem;
}

.btn_edit,
.btn_delete {
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  background-color: #e9e9e9;
  border-radius: 0.6rem;
  margin-left: 1.5rem;
}

.clen--element {
  height: 0px;
  overflow: hidden;
}

.accordion {
  border: none;
  border-left: 2px solid #bb0e0e;
  color: black;
  cursor: pointer;
  padding: 1.6rem;
  width: 97%;
  text-align: left;
  outline: none;
  font-size: 1.8rem;
  transition: 0.2s;
  margin-top: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  counter-reset: odnovo;
}

.doc {
  position: relative;
}
.doc::before {
  counter-increment: odnovo;
  content: counter(odnovo);
  position: absolute;
  left: -0.1rem;
  background: white;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #bb0e0e;
  font-size: 1.3rem;
  color: #bb0e0e;
}

.active, .accordion:hover {
  background-color: #ccc;
  border-left: 1rem solid #bb0e0e;
}

.accordion:after {
  content: "+";
  color: #bb0e0e;
  font-size: 2rem;
  font-weight: 100;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.panel {
  padding: 0 1.8rem;
  background-color: whitesmoke;
  width: 97%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.podnaslov_1 {
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  padding-left: 1rem;
  text-transform: uppercase;
  border-left: 1rem solid #bb0e0e;
}

.cetvrt {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-left: 4rem;
  padding-top: 1.2rem;
}

.doc {
  text-decoration: none;
  padding-left: 4rem;
  padding-top: 1.5rem;
}
.doc:visited, .doc:link {
  color: #004282;
  transition: all 200ms;
}
.doc:hover {
  color: #bd4f4f;
  transform: translateX(3px);
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.form__group:not(:last-child) {
  margin-bottom: 2rem;
}
.form__input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: whitesmoke;
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.form__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #004282;
}
.form__input:focus:invalid {
  border-bottom: 3px solid red;
}
.form__input::-webkit-input-placeholder {
  color: #888888;
}
.form__pola {
  width: 50%;
}
.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.prva_linija {
  grid-column: 1/-1;
}

.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vh;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 1, 68, 0.884);
  backdrop-filter: blur(5px);
  z-index: 5;
}

.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

.gore {
  margin-top: 2rem;
}

.glaven-kontejner-prvo {
  display: block;
  margin-top: 2rem;
  margin-left: 2rem;
  border-left: 7px solid red;
  padding-left: 1rem;
}

.ostanati {
  display: block;
  margin-top: 1rem;
  margin-left: 3rem;
  border-left: 3px solid #00123a;
  padding-left: 1rem;
}

.dokument_b {
  display: block;
  padding-left: 1rem;
  background-color: none;
  color: #00499c;
  text-decoration: none;
}

.dDugme {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #004282;
  border: none;
  background-color: none;
  color: none;
  transform: translateY(0.6rem);
  cursor: pointer;
  margin-left: 1rem;
}

.logoF {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background-color: #9c1e4e;
  background-color: none;
  color: none;
  transform: translateY(0.6rem);
  cursor: pointer;
  margin-left: 1rem;
}

.hH3 {
  font-size: 2rem;
  font-weight: bold;
}

.hH4 {
  font-size: 1.6rem;
  font-weight: 700;
}

.dDugme:hover {
  transform: translateY(0.5rem);
  background-color: #c20707 !important;
}

.logoF:hover {
  transform: translateY(0.5rem);
  background-color: #c20707 !important;
}

.newFolder {
  -webkit-mask: url(folder-svgrepo-com.svg) no-repeat center;
  mask: url(folder-svgrepo-com.svg) no-repeat center;
}

.premesti {
  -webkit-mask: url(move-svgrepo-com.svg) no-repeat center;
  mask: url(move-svgrepo-com.svg) no-repeat center;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #216124;
  border: none;
  color: none;
  transform: translateY(0.6rem);
  margin-left: 1rem;
  cursor: move;
}

.edit {
  -webkit-mask: url(edit-svgrepo-com.svg) no-repeat center;
  mask: url(edit-svgrepo-com.svg) no-repeat center;
}

.folder {
  -webkit-mask: url(folder.svg) no-repeat center;
  mask: url(folder.svg) no-repeat center;
}

.file {
  -webkit-mask: url(file-svgrepo-com.svg) no-repeat center;
  mask: url(file-svgrepo-com.svg) no-repeat center;
}

.brisi {
  -webkit-mask: url(delete-svgrepo-com.svg) no-repeat center;
  mask: url(delete-svgrepo-com.svg) no-repeat center;
}

.volinija {
  display: inline-block;
}

.crveno {
  color: red;
}

.draggable {
  width: 100%;
}

.dragged {
  opacity: 0.5;
}

.enter {
  background-color: #bdeebf;
}

@media only screen and (max-width: 1000px) {
  .hH3 {
    font-size: 1rem;
    font-weight: bold;
  }

  .hH4 {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .glaven-kontejner-prvo {
    display: block;
    margin-top: 0.5rem;
  }

  .modal {
    width: 95vw;
    height: 95vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
