.main-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    background-size: cover;
    overflow-y: hidden;
}

.pagination-container nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination-container ul{
    /* margin-top: 20px; */
    display: flex;
   list-style-type: none;
    justify-content: flex-end;
}

.pagination-container li {
    list-style-type: none;
    color: black;
    float: left;
    padding: 4px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;

}
.pagination-container .page-item {
    padding: 4px 16px;
    border: 1px solid #ddd;
}
.pagination-container li.active {
    background-color: #20409a;
    color: white;
    border: 1px solid #20409a;
}

.pagination-container li:hover:not(.active) {background-color: #ddd;}
.pagination-container .page-item:hover:not(.active) {background-color: #ddd;}


.pag-disable {
    z-index: 2;
    color: #381be7;
    text-decoration: none;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: #dee2e6;
}
.pag-dis{
  display: none !important;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link:hover {
     cursor: pointer;
}

/* editor teksta */

.editor h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;

}
.editor h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;

}
.editor h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;

}
.editor h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;

}
.editor h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;

}
.editor h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.editor p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;

}
.editor ul,ol {
    padding: 0 20px;
}

.editor a:hover {
    text-decoration: underline;
}
.editor a img {
    float: left;
    margin-right: 5px;

}
.editor .editor-link a{
display: inline-block;

}
.editor div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: 0!important;
    margin: 0 auto;
}
@media only screen and (min-width: 640px){

    .editor .editor-link a{
       display: flex;
       align-items: center;
    }

    .editor div{
        flex-direction: row;
        column-gap: 10px;
        align-items: center;
    }
}
@media only screen and (min-width: 1280px){

}


.editor-modul h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;

}
.editor-modul h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;

}
.editor-modul h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;

}
.editor-modul h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;

}
.editor-modul h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;

}
.editor-modul h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.editor-modul p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;

}
.editor-modul ul,ol {
    padding: 0 20px;
}

.editor-modul a:hover {
    text-decoration: underline;
}
.editor-modul a img {
    float: left;
    margin-right: 5px;

}

.editor-modul table {
    width: 100% !important;
}

.editor-modul .editor-link a{
display: inline-block;


}
.editor-modul img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.editor-modul div:not(.editor-link){

        /*display: flex;*/
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
        margin: 0 auto;


}
.editor-modul td div {
    display: flex;
}
@media only screen and (max-width: 640px){
    .editor-modul .editor-link{
    margin-left: 0!important;
    }
    .editor-modul ul,ol {
        padding-left: 0 5px;
        margin-left: 0!important;
    }

}
@media only screen and (min-width: 640px){

    .editor-modul .editor-link a{
       display: flex;
       align-items: center;

    }
    /* .editor-modul div:not(.editor-link){
        flex-direction: row;

        column-gap: 10px;
        justify-content: center;
    } */
}
@media only screen and (min-width: 768px){
    .editor-modul div:not(.editor-link){
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 10px;
        justify-content: center;
    }

}
@media only screen and (min-width: 1024px){
    .editor-modul div:not(.editor-link){
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1280px){


}

/*mobile nav*/
.sidenav {
  height: calc(100vh - 64px);
  width: 0;
  position: fixed;
  z-index: 30;
  top: 64px;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
  padding-top: 60px;

  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  text-transform: uppercase;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .lang {

  display: block;
  padding-left: 20px!important;
}
.dropdown-container li a {
   margin-left: 25px;
}
@media screen and (max-height: 600px) {
  .sidenav {padding-top: 15px;}
  .sidenav ul li a {font-size: 18px;}
}

.daljinari-table th {
  padding: 1px 1px !important;
}

@media (max-width: 1024px) {
  #red-voznje-container iframe {
    height: 90vh !important;
  }
}

.red-voznje-pdf-container iframe {
  height: 90vh !important;
}

.download-pdf-btn {
  border: #17375e solid 1px;
  padding: 2px 4px;
  border-radius: 6px;
  color: #17375e;
  font-weight: 600;
}

.download-pdf-btn:hover {
  transition: 0.3s;
  border-color: #2f6fbd; /* Green */
  color: #2f6fbd;
}

.gm-style-iw-chr {
  height: 10px !important;

  button {
    height: 24px !important;
    width: 24px !important;

    span {
      margin: 0 !important;
    }
  }
}

.gm-style-iw-d > div {
  padding: 5px;
}