@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

html {
    scroll-behavior: smooth
}
.thick {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #cccccc;
    text-decoration-thickness: 5px;
}
.alert-info {
    background-image: none !important;
    background-color: #0066cc;
    color: white !important;
    border-radius: 20px;
}
.panel-heading {
    padding: 30px 15px;
}
.sideMani {
    color: white;
    background: #0066cc;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.sideMani ul {
    list-style-type: none;
    padding: 20px 45px;
}
.sideMani ul li {
    padding-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.numberCircle {
    display: inline-block;
    line-height: 0;
    border-radius: 50%;
    font-size: 15px;
    /* background: #ebebeb; */
    background: #fff;
    color: #999;
    border: 5px solid #fff;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.red {
    background: #ec3d3d !important;
    color: white !important;
}
.valid {
    background: green !important;
    color: white !important;
}
.numberCircle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    text-align: center;
    width: 30px;
}
.sideMani ul li .text {
    width: 200px;
    height: 20px;
    display: inline-block;
    transform: translateY(2px);
}
.translateY-9 {
    transform: translateY(9px) !important;
}
.sideMani ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 667px;
    background: #fff;
    left: 64px;
    top: 49%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}
.sakriKorak {
    display: none;
}
.sledeciKorakBtn {
    border: none;
    float: right;
    width: 140px;
    height: 50px;
    color: #fff;
    background: green;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
    margin-bottom: 40px;
}
.predhodniKorakBtn {
    border: none;
    float: right;
    width: 140px;
    height: 50px;
    background: white !important;
    float: left !important;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
}
.lightgray {
    background: lightgray !important;
    float: left !important;
}

.trenutniKoran {
    background: #8a8a8a;
    color: white;
}
fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 45px;
    padding-right: 55px;
}
fieldset h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    text-transform: none !important;
    color: black;
    font-weight: 700;
}
p.desc {
    margin: 0px;
    margin-bottom: 40px;
    color: #555;
}
.form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
.form-group, .form-date {
    margin-bottom: 18px;
    position: relative;
}
input {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Slab';
}
input[type="file"] {
    display: block;
    background: #036;
    padding: 12px;
    text-align: center;
    color: white;
}
.errorMsg {
    color: red;
    font-style: italic;
    display: block;
}
.modalToContinueBG {
    content: '';
    position: fixed;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    z-index: 100;
}
.uplatnicaImgBG {
    content: '';
    position: fixed;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    z-index: 100;
    text-align: center;
}
.modalToContinue {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 40px 40px;
    transform: translate(-50%, -50%);
    text-align: center;
}
.modalToContinue .btn {
    border: 1px solid;
    margin-top: 30px;
}
.line {
    border-top: 1px solid #eee; 
    padding-top: 20px; 
    margin-top: 20px;
}
.uplatnica-img:hover {
    cursor: zoom-in;
}
.uplatnicaImg {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    padding: 20px;
}
.closeImg {
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: block;
    font-size: 17px;
    padding: 2px 10px;
    margin: 3px;
    cursor: pointer;
    z-index: 1000;
}
