@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);body{margin:0}#map{width:100%;height:100%;z-index:100}#mapSearchContainer{position:fixed;top:20px;right:40px;height:30px;width:180px;z-index:110;font-size:10pt;color:#5d5d5d;border:1px solid #bbb;background-color:#f8f8f8}.pointer{position:absolute;top:86px;left:60px;z-index:99999}.geocoder-control-input{background-image:url(https://raw.githubusercontent.com/Esri/esri-leaflet-geocoder/master/src/img/search.png)}html{height:100vh;font-size:62.5%}@media only screen and (max-width:1194px){html{font-size:62.5%}}.light-theme{background:#f5f5f5}.dark-theme{background:linear-gradient(#0f111a,#090b10,#0f111a)}body{font-family:"Roboto Condensed",sans-serif!important;background-color:#f5f5f5;height:inherit;overflow:hidden;transition:all .2s ease;-webkit-print-color-adjust:exact!important}.app{height:100vh;overflow:auto}table.table-details{font-size:1.2rem}table.table-details tbody td:first-of-type{font-weight:700}.page{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:transparent;min-height:calc(100vh - 10rem);padding:2rem;width:100vw;z-index:10;position:relative}.page .page-content{background:#fff;box-shadow:0 0 1.5rem hsla(0,0%,78.4%,.75);border-radius:.5rem;max-height:calc(100vh - 12.5rem);overflow:auto;padding:3rem;width:120rem}div.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative;z-index:100}div.not-found a{display:inline-block;margin-top:5rem;color:#1e90ff}.not-found-dark h1{color:#fff}.not-found-dark h2{color:orange}.not-found-light{color:#000}.not-found-light h2{color:#1e90ff}div.addArticle{width:500px;background-color:#333;padding:20px;color:#fff;border-radius:5px;box-shadow:0 0 5px 3px #333}div.addArticle input:focus{box-shadow:0 0 2px 2px #fff;border:0}div.navbar{width:100vw;height:6rem;background:#fff;box-shadow:0 0 .75rem #e1e1e1;justify-content:space-between;position:relative;z-index:9000;padding:0 2.5rem}div.navbar,div.navbar .logo{display:flex;flex-direction:row;align-items:center}div.navbar .logo{justify-content:flex-start;width:20rem;height:inherit}div.navbar .logo img{height:3.5rem}div.navbar .login{width:20rem;color:#1e90ff;font-size:1.4rem;font-weight:700;text-align:right}div.navbar .navigationLinks{display:flex;flex-direction:column;justify-content:center;align-items:center;height:inherit}div.navbar .navigationLinks ul{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:inherit;margin:0;padding:0}div.navbar .navigationLinks ul li{list-style:none;position:relative}div.navbar .navigationLinks ul li a.active{color:#a390dc!important;font-weight:700!important}div.navbar .navigationLinks ul li a.nav-link.active{color:#a390dc!important}div.navbar .navigationLinks ul li a,div.navbar .navigationLinks ul li button{color:#353a47;height:inherit;font-size:1.4rem;font-weight:700;margin:0 .5rem;padding:.5rem 1.5rem .25rem;text-align:center;text-decoration:none;text-shadow:0 0 .1rem #ccc;text-transform:uppercase}div.navbar .navigationLinks ul li a:hover,div.navbar .navigationLinks ul li button:hover{color:#a390dc}div.navbar .navigationLinks ul li div{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#fff;border:.1rem solid rgba(0,0,0,.05);box-shadow:0 0 1rem hsla(0,0%,100%,.75);left:0;min-height:4rem;padding:1rem 0;position:fixed;text-align:center;top:6rem;width:100vw;z-index:100}div.navbar .navigationLinks ul li div h2{margin:0;padding:0;font-weight:700;font-size:1.4rem;text-transform:uppercase}div.navbar .navigationLinks ul li div ul.menu-dropdown{width:90%;display:grid;grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr))}div.navbar .navigationLinks ul li div ul.menu-dropdown li.submenu-item{display:block;transition:all .2s ease-in-out;margin:.5rem 0;border-right:.1rem solid #ddd}div.navbar .navigationLinks ul li div ul.menu-dropdown li.submenu-item a{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;color:#999;border-radius:.2rem;font-size:1.2rem;font-weight:400;min-width:20rem;text-align:right;width:100%}div.navbar .navigationLinks ul li div ul.menu-dropdown li.submenu-item a:hover{color:#000;background-color:transparent;box-shadow:none}div.navbar button{outline:none;border:none;background:none}div.updating{height:100%}div.avatar-editor .avatar-editor-backdrop{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.95);cursor:pointer;z-index:5}div.avatar-editor .avatar-editor-container{width:60vw;min-width:500px;max-width:700px;min-height:450px;max-height:450px;padding:1em;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:3px;box-shadow:0 0 5px #fff;cursor:pointer;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}div.avatar-editor .avatar-editor-container h2{text-transform:uppercase;font-weight:700;font-size:1em}.avatar-editor{width:100%;height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:space-around}div.rgister-users{width:60vw;margin:auto;max-width:70rem;background-color:#fff;border:.1rem solid #eee;border-radius:.3rem;box-shadow:0 0 .5rem #ccc}div.rgister-users header{text-align:center;background-color:#f5f5f5;height:5rem}div.rgister-users header h1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:700;font-size:1.6rem;text-transform:uppercase;height:inherit;padding-left:1.5rem}div.rgister-users .data{padding:2rem;display:flex;background-color:inherit}div.rgister-users .data .user-data{width:50%}div.rgister-users .data .user-data .alert,div.rgister-users .data .user-data button,div.rgister-users .data .user-data input,div.rgister-users .data .user-data label{font-size:1.4rem}div.rgister-users .data .user-data label{font-weight:700;margin:1rem 0 0}div.rgister-users .data .user-avatar{display:flex;flex-direction:row;justify-content:center;align-items:center;width:50%;background-color:inherit}div.rgister-users .data .user-avatar button{border:none;background-color:inherit;outline:none}div.rgister-users .data .user-avatar button img{max-width:150px}div.register-page{margin-top:3em}.setup-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:0;position:relative;overflow:hidden;z-index:10}.setup-container,.setup-container.theme-dark{background-color:#000}.setup-container.theme-light{background-color:#153b50}.setup-container .language,.setup-container .theme{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-right:2rem;height:inherit}.setup-container .language select,.setup-container .theme select{font-size:1.2rem;margin-left:1rem}.setup-container .language label,.setup-container .theme label{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.custom-alert{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);color:#333;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.custom-alert .custom-alert-popup{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background-color:#fff;border-radius:.25rem;box-shadow:0 0 1rem #444;padding:1.5rem;width:60rem}.custom-alert .custom-alert-popup .custom-alert-content,.custom-alert .custom-alert-popup .custom-alert-footer,.custom-alert .custom-alert-popup .custom-alert-title{width:100%}.custom-alert .custom-alert-popup .custom-alert-title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:#353a47;border-radius:.2rem;color:#fff;font-size:1.6rem;font-weight:700;height:4rem;margin-bottom:2rem;padding-left:1rem;text-transform:uppercase}.custom-alert .custom-alert-popup .custom-alert-title .print-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;cursor:pointer}.custom-alert .custom-alert-popup .custom-alert-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:1.2rem}.custom-alert .custom-alert-popup .custom-alert-footer .custom-alert-btn{border-radius:.3rem;border:1px solid;color:#fff;display:inline-block;margin-left:.5rem;padding:1rem;width:12rem}.custom-alert .custom-alert-popup .custom-alert-footer .btnPrimary{background-color:#007bff}.custom-alert .custom-alert-popup .custom-alert-footer .btnPrimary:focus{outline:none;border:none;box-shadow:0 0 .25rem #007bff}.custom-alert .custom-alert-popup .custom-alert-footer .btnSecondary{background-color:#333}.custom-alert .custom-alert-popup .custom-alert-footer .btnPrimary,.custom-alert .custom-alert-popup .custom-alert-footer .btnSecondary{font-weight:400}@media only screen and (max-width:1194px){.custom-alert .custom-alert-popup.pregled-svih-keno-listica-data-table{transform:scale(.9)!important}}.ant-select{border:none!important}.ant-select-disabled .ant-select-selection-item{color:#999}.ant-select-focused .ant-select-selector,.ant-select-open .ant-select-selector,.ant-select-selector:active,.ant-select-selector:focus{border-color:#d9d9d9!important;box-shadow:none!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#f5f5f5}div.form-group .ant-picker-input input{padding:0}span.anticon.anticon-printer{margin:0!important}.ant-select-item,.ant-select-item-option,.ant-select-item-option-active,.ant-select-item-option-content,.ant-select-selection-item,.ant-select-selection-placeholder,.ant-select-selection-search-input,input[placeholder]{font-size:1.4rem!important}.ant-steps-item-description{color:#ccc!important}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot,.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#000!important}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#979eb1!important}span.anticon-user{height:inherit;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.form{background-color:#f1f1f1;box-shadow:0 0 .5em #ccc;padding:3rem;border-radius:.5rem}.form input{padding:1.4rem;font-size:1.4rem}.form label{font-weight:700;font-size:1.6rem;margin-bottom:0}.form .alert{font-size:1.2rem;font-weight:700}.form .form-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.btn-list-link{color:#999;font-size:1.2rem}.form-add{background-color:#fff}.form-control:disabled{background:#f5f5f5;color:#999}.form-group label{font-size:1.4rem;text-transform:uppercase}.homepage{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 6rem)}.homepage h1{font-size:9rem;font-weight:100;margin-bottom:0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (max-width:1024px){.homepage h1{font-size:8rem}}.homepage p{color:orange;font-size:1rem;font-weight:700}.homepage-dark{background:-webkit-linear-gradient(#b7daff 20%,rgba(255,165,0,0) 80%);text-shadow:0 -.5rem 1rem rgba(183,218,255,.5)}.homepage-light{background:-webkit-linear-gradient(#28b3d6 20%,rgba(144,26,28,0) 80%);text-shadow:0 -.5rem 1rem rgba(40,179,214,.5)}.light-theme .homepage p{color:#999}.pregled-listica tr{pointer-events:none}.pregled-listica tr td:last-of-type{font-weight:500}.pregled-listica .buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.pregled-listica .buttons .report-buttons button:last-of-type{margin-right:0}.kombinacije-container{height:100%;padding-top:2rem}.kombinacije-container .bingo-kombinacija{background-color:#fff;box-shadow:0 0 .5rem rgba(0,0,0,.3);padding:.3rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:30rem;height:9.5rem;margin:.5rem 0}.kombinacije-container .bingo-kombinacija .header{display:flex;flex-direction:row;justify-content:center;align-items:center;height:8.9rem;margin-right:.25rem;width:2rem;background-color:#219ebc;color:#fff;font-size:1.3rem;font-weight:700;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.kombinacije-container .bingo-kombinacija .numbers{width:100%;display:grid;grid-template-columns:repeat(9,1fr);grid-gap:.1rem;gap:.1rem}.kombinacije-container .bingo-kombinacija .numbers .number{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;border:1px solid #eee;width:2.9rem;height:2.9rem}.kombinacije-container .bingo-kombinacija .numbers .winning-number{color:orange;background-color:#0f111a}.prikaz-podataka-kumulativa{font-size:1.2rem}.prikaz-podataka-kumulativa td{padding:.2rem}.prikaz-podataka-kumulativa td:first-child{font-weight:700}.prikaz-podataka-kumulativa th{background-color:#000;color:#fff;font-weight:400}.prikaz-podataka-kumulativa th:first-child{color:#ff0;font-weight:700}.alert{margin-bottom:1px;height:30px;line-height:30px;padding:0 15px;font-size:.8em;transition:all .2s ease}.confirm-highlight{font-weight:700;color:red}.myToast{font-size:1.2rem;font-weight:700}.toastIcon{color:#ff0;font-size:1.5rem;display:block;margin-bottom:.5rem;-webkit-filter:drop-shadow(.1rem .1rem .25rem rgba(0,0,0,.5));filter:drop-shadow(.1rem .1rem .25rem rgba(0,0,0,.5))}.lbl-sufix{color:#dc136c;font-weight:700;font-size:1.6rem}.lbl-sufix:before{content:"[ "}.lbl-sufix:after{content:" ]"}::-webkit-scrollbar{width:.2rem;height:100%}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2rem;border:transparent}@supports(scrollbar-color:red red){*{scrollbar-width:thin}}.form-control::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.form-control:-ms-input-placeholder{color:rgba(0,0,0,.5)}.form-control::-ms-input-placeholder{color:rgba(0,0,0,.5)}.form-control::placeholder{color:rgba(0,0,0,.5)}.zastupnici-search-bar{justify-content:space-between}.info-vrijeme-upisa,.zastupnici-search-bar{display:flex;flex-direction:row;align-items:center}.info-vrijeme-upisa{justify-content:flex-end;margin-top:1rem;margin-bottom:1rem}.info-vrijeme-upisa .info{font-size:1rem;opacity:.5;display:inline-block;font-weight:700}.info-vrijeme-upisa .info span{font-weight:400}.background-line{align-items:center;left:-5rem;position:absolute;top:calc(50vh - 300px);top:0;width:105vw;height:100vh;z-index:1}.background-line,.page-links-container{display:flex;flex-direction:row;justify-content:center}.page-links-container{align-items:flex-start;align-content:center;flex-wrap:wrap;min-height:inherit}.page-links-container a{font-size:1.6rem;padding:0;transition:all .25s ease}.page-links-container a .page-link{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:.1rem solid hsla(0,0%,100%,.05);height:20rem;margin:1rem;width:20rem;border-radius:.5rem}.page-links-container a .page-link:hover{margin:0 5rem}.page-links-container a .page-link:hover .page-link-header .icon{transform:scale(2) translateZ(0) perspective(1px)}.page-links-container a .page-link:hover .page-link-footer{letter-spacing:.075rem;color:orange}.page-links-container a .page-link>div{width:100%}.page-links-container a .page-link .page-link-header{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:3rem;height:70%;border-radius:.5rem}.page-links-container a .page-link .page-link-footer{display:flex;flex-direction:row;justify-content:center;align-items:center;height:30%;transition:all 1s ease;font-size:1.1rem;text-align:center;font-weight:700}.page-links-container a .page-link .icon{transition:all .5s ease}.page-links-container a .page-link.theme-dark{color:#fff;background:#191d2c;transition:all .5s ease}.page-links-container a .page-link.theme-dark .icon{color:orange}.page-links-container a .page-link.theme-dark .page-link-header{background-color:#000}.page-links-container a .page-link.theme-dark:hover{background:#000;border-color:hsla(0,0%,100%,.1);box-shadow:0 0 2rem .25rem #fff}.page-links-container a .page-link.theme-light{color:#f1f1f1;background:#085f63;transition:all .5s ease;border:.1rem solid rgba(0,0,0,.05)}.page-links-container a .page-link.theme-light .icon{color:#f5e1da}.page-links-container a .page-link.theme-light .page-link-header{background-color:#49beb7}.page-links-container a .page-link.theme-light:hover{background:#49beb7;border-color:hsla(0,0%,39.2%,.25);border-radius:.5rem;box-shadow:0 0 2rem .25rem #085f63;color:#0f111a}.page-links-container a .page-link.theme-light:hover .icon,.page-links-container a .page-link.theme-light:hover .page-link-footer{color:#0f111a}.page-header h1{font-size:2.5rem;font-weight:100;margin-bottom:2rem;text-align:right;text-transform:uppercase}.page-header h1.theme-light{color:#5aaaff;text-shadow:0 0 .3rem #5aaaff}.page-header h1.theme-dark{color:#2d5681;text-shadow:0 0 .3rem #2d5681}.error-message{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.error-message h1{color:#ff0;font-size:5rem;font-weight:100;text-transform:uppercase;background:#000}.error-message div,.error-message h1{width:80rem}.error-message button{background:none;border:none;color:#add8e6;font-size:3rem;font-weight:100}.error-message button:focus{border:none;outline:none}.chart-tooltip{padding:1rem;font-weight:100;font-size:1rem}.chart-tooltip p{padding:0;margin:0}.chart-tooltip p.label{font-size:1.1rem;font-weight:900;margin-bottom:.5rem}.chart-tooltip table{color:#666;font-weight:700}.chart-tooltip table td:last-child{color:orange;padding-left:1rem}.recharts-legend-item-text{font-size:1.2rem}.pie-chart-container{display:flex;flex-direction:row;justify-content:center;align-items:center}tspan{font-size:1rem;font-weight:700}.search-term{width:100%}.search-term *{font-size:1.4rem}.search-term label{font-weight:700}.search-term input{border-radius:.25rem;padding:1.5rem 1.5rem 1.5rem .5rem}.search-term input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.search-term input:-ms-input-placeholder{color:rgba(0,0,0,.5)}.search-term input::-ms-input-placeholder{color:rgba(0,0,0,.5)}.search-term input::placeholder{color:rgba(0,0,0,.5)}.search-term-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.search-term-container button{font-size:1.2rem}.azuriranje-obavijesti-confirm-highlight{border-bottom:.1rem solid #ccc;color:#666;display:block;font-weight:400;font-weight:700;margin-top:2rem;padding-bottom:2rem}.custom-toast-container{font-size:1.1rem}.custom-toast-container .toast-loading-icon{font-size:2.2rem}.custom-toast-container .name{font-weight:700;color:red}.custom-toast-container .message{font-weight:400}.custom-toast-container .axios-url{font-weight:100;font-size:1rem;width:20rem}.button{background-color:#333;border:none;color:#fff;font-size:1.2rem;font-weight:700;min-width:10rem;padding:1rem;margin-right:1rem;position:relative;z-index:5;transition:all .25s ease;overflow:hidden}.button:disabled{opacity:.3}.button:focus,.button:focus-visible{box-shadow:0 0 .5rem #353a47;border:none;outline:none}.button,.button:before{border-radius:.3rem;box-shadow:0 0 .2rem rgba(0,0,0,.4)}.button:before{transition:all .25s ease;content:"";background-color:#60935d;position:absolute;transform:translateX(-105%);top:0;left:0;z-index:-10;width:100%;height:100%}.button:not(:disabled):hover:before{transform:translateX(0)}.button.save{background-color:#353a47}.button.save:before{background-color:#000}.button.cancel{background-color:#dc136c}.button.cancel:before{background-color:#b40e4b}.button.edit{color:#1e90ff;padding:initial;background-color:transparent;box-shadow:none;transition:all .5s ease}.button.edit:before{background-color:#353a47}.button.edit:not(:disabled):hover:before{transform:translateX(-105%)}.button.edit:hover{color:#fff}.button.btn-print{background-color:#dc136c;margin-right:0}.button.btn-print:before{background-color:#b40e4b}.button.btn-print-pdf{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#b30b00;padding:1rem}.button.btn-print-pdf:before{background-color:#860900}.button.link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;all:unset;background-color:transparent;color:#4a8ed6;cursor:pointer;font-size:1.2rem;text-transform:uppercase;font-weight:400;text-shadow:0 0 .15rem #4a8ed6}.button.link:before{all:unset}.button.link:hover{color:#2d5681}.button.link:hover>svg{color:#000}.button.link>svg{color:#4a8ed6;margin-top:-.25rem}.button.link>span,.button.link>svg{transition:all .25s ease}.button.link>span:hover{margin-left:1rem!important}.theme-dark .link{color:#2d5681}.theme-dark .link:hover{color:#4a8ed6}.pagination .page-item .page-link{color:#353a47}.pagination .page-item.active .page-link{font-weight:700;color:#fff;background-color:#353a47;border-color:#353a47}.table-overview-container{width:100%;margin:auto}.table-overview-container h2{background-color:#000;color:#ff0;padding:.5rem;text-transform:uppercase;font-size:1.2rem}.table-overview-container table{font-size:1.2rem;font-weight:700;width:100%;color:#333}.table-overview-container table thead tr th{border-top:none;border-bottom:.3rem solid #000}.table-overview-container table tbody tr{cursor:pointer;transition:all .25s ease}.table-overview-container table tbody tr td{border:none}.table-overview-container table tbody tr:nth-child(odd){background:#fff}.table-overview-container table tbody tr:nth-child(2n){background:rgba(0,0,0,.05)}.table-overview-container table tbody tr:hover{background:#979eb1!important;color:#fff!important}.table-overview-container table tfoot tr:first-of-type{border-top:.3rem solid #000}.table-overview-container table tfoot td:not(:first-child){text-align:right;color:green}.tbl-nadredjeni-zastupnik-tooltip{color:#333;font-size:1.2rem}.tbl-nadredjeni-zastupnik-tooltip td:last-of-type{padding-left:2rem;font-weight:700}.keno-odigrani-brojevi-container{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.keno-odigrani-brojevi-container .odigrani-broj{display:flex;flex-direction:row;justify-content:center;align-items:center;border:.1rem solid #fff;font-weight:900;height:4rem;margin:.6rem;position:relative;width:4rem}.keno-odigrani-brojevi-container .odigrani-broj .star{position:absolute;right:-.8rem;top:-.8rem;color:#b40e4b}.keno-odigrani-brojevi-table-container,.keno-odigrani-brojevi-table-container .odigrani-broj{display:flex;flex-direction:row;justify-content:center;align-items:center}.keno-odigrani-brojevi-table-container .odigrani-broj{border:.1rem solid #ddd;font-weight:900;height:2rem;margin:0 .6rem;width:2rem}.keno-odigrani-brojevi-table-container .odigrani-broj.dobitni{background-color:#1e90ff;color:#fff}.pregled-keno-listica .brojevi{margin-top:13rem}.pregled-keno-listica .brojevi h2{font-weight:700}.pregled-keno-listica .brojevi h2:last-of-type{margin-top:5rem}.tbl-azuriranje-provizije{font-size:1.4rem}.tbl-azuriranje-provizije td:first-of-type{width:15rem}.tbl-azuriranje-provizije td:last-of-type,.tbl-header{font-weight:700}.tbl-header{font-size:1.5rem;margin-top:4rem;margin-left:2rem}.openstreet-koordinate{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;font-size:1.4rem}.openstreet-koordinate div span{color:red}.azuriranje-prodajnog-mjesta-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.azuriranje-prodajnog-mjesta-header h2{font-size:2.5rem;margin-bottom:2rem;font-weight:700}.footer{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#efffff;bottom:0;color:#ccc;font-size:1rem;height:4rem;left:0;position:absolute;width:100%}.footer-dark-theme{background-color:#000}.print-modal{width:100rem;height:50rem;overflow:hidden}.print{width:90vw;margin:auto}@media print{.print,body{-webkit-print-color-adjust:exact!important;color-adjust:exact!important}.print .print-header{margin-bottom:2rem;font-size:2.5rem;font-weight:700}.print table.table{font-size:1rem}.print table.table tbody tr:nth-child(2n){background-color:#fefefe;z-index:10}.print table.table tbody tr:nth-child(odd){background-color:#fff;z-index:10}.print table.table tbody td{background:transparent!important}@page{margin-top:1.6cm}}.user-avatar{position:relative;width:100%;height:6rem;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;cursor:pointer}.user-avatar .user-info-panel{color:#000;background-color:#fff;padding:2rem 4rem;position:fixed;right:1rem;box-shadow:0 .5rem .5rem rgba(0,0,0,.1);border-radius:.4rem;border-top-left-radius:0;border-top-right-radius:0;z-index:1}.user-avatar .user-info-panel>*{text-align:left}.user-avatar .user-info-panel h2{font-size:3rem;margin:0;padding:0;font-weight:100}.user-avatar .user-info-panel span{color:red}
/*# sourceMappingURL=main.1b26b1d0.chunk.css.map */