.ibm-plex-sans-thin {font-family: "IBM Plex Sans", serif; font-weight: 100; font-style: normal;}
.ibm-plex-sans-extralight {font-family: "IBM Plex Sans", serif; font-weight: 200; font-style: normal;}
.ibm-plex-sans-light {font-family: "IBM Plex Sans", serif; font-weight: 300; font-style: normal;}
.ibm-plex-sans-regular {font-family: "IBM Plex Sans", serif; font-weight: 400; font-style: normal;}
.ibm-plex-sans-medium {font-family: "IBM Plex Sans", serif; font-weight: 500; font-style: normal;}
.ibm-plex-sans-semibold {font-family: "IBM Plex Sans", serif; font-weight: 600; font-style: normal;}
.ibm-plex-sans-bold {font-family: "IBM Plex Sans", serif; font-weight: 700; font-style: normal;}
.ibm-plex-sans-thin-italic {font-family: "IBM Plex Sans", serif; font-weight: 100; font-style: italic;}
.ibm-plex-sans-extralight-italic {font-family: "IBM Plex Sans", serif; font-weight: 200; font-style: italic;}
.ibm-plex-sans-light-italic {font-family: "IBM Plex Sans", serif; font-weight: 300; font-style: italic;}
.ibm-plex-sans-regular-italic {font-family: "IBM Plex Sans", serif; font-weight: 400; font-style: italic;}
.ibm-plex-sans-medium-italic {font-family: "IBM Plex Sans", serif; font-weight: 500; font-style: italic;}
.ibm-plex-sans-semibold-italic {font-family: "IBM Plex Sans", serif; font-weight: 600; font-style: italic;}
.ibm-plex-sans-bold-italic {font-family: "IBM Plex Sans", serif; font-weight: 700; font-style: italic;}

@keyframes shadow-pulse
{
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
	}
	50% {
		transform: scale(1.03);
		box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
	}
}

html, body{font-family: "IBM Plex Sans", serif; font-weight: 400; font-style: normal; font-size: 1.1rem; line-height: 1.3; color: #123754; background:#f4f6f9;}
body.doNotScroll{overflow:hidden; height:100vh;}
*:focus {outline: none;}
h1, .h1{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 40px; line-height: 1;}
h2, .h2{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 30px; line-height: 1;}
h3, .h3{margin: 0 0 30px 0; padding: 0; font-weight: 700; font-size: 26px; line-height: 1;}
a{text-decoration:none; color:inherit; outline:none;}
a:hover{color: inherit;}
img{height: auto; width: 100%;}
p{margin:0 0 20px 0;}
p:last-child{margin:0;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; -webkit-text-fill-color: #000 !important;}
input:focus {background-color: white; outline: none;}
.transition2s{transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
.transition3s{transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.nonMobile{display: none;}
.mobile {display:inherit;}
.text-center{text-align: center;}
.image404{width: 300px;}

.loginWrapper{min-height: 100vh; display: flex; flex-direction: column;}
.loginWrapper .left{width: 100%; height: 200px; background: url(../img/login-bg.png) no-repeat 50% / contain #8CBEBE; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;}
/*.loginWrapper .left::after{position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; background: rgba(42, 142, 140, 0.9); z-index: -1;}*/
.loginWrapper .left .logo{width: 240px; padding: 20px; border-radius: 10px; background: #fff; position: absolute; bottom: -20px; border: 1px solid #8CBEBE;}
.loginWrapper .right{display: flex; flex-direction: column; gap: 40px; padding: 50px;}
.loginWrapper .right .loginFormWrapper{display: flex; flex-direction: column; gap: 0px;}
.loginWrapper .right .resetPasswordFormWrapper{display: flex; flex-direction: column; gap: 0px; display: none;}
.loginWrapper .right .mainTitle{margin: 0 0 30px 0; text-align: center; font-weight: 700; font-size: 30px;}
.loginWrapper .right form{display: flex; flex-direction: column; gap: 20px;}
.loginWrapper .right form .formGroupWithIcon{position: relative;}
.loginWrapper .right form .formGroupWithIcon .icon{position: absolute; top: 50%; left: 15px; transform: translateY(-50%);}
.loginWrapper .right form .formGroupWithIcon input{background: #eee; height: 60px; width: 100%; border: none; border-radius: 10px; padding: 0 20px; padding-left: 50px;}
.loginWrapper .right form button{border: none; display: flex; align-items: center; justify-content: center; height: 60px; border-radius: 10px; width: 100%;}
.loginWrapper .right form #googleLogin{display: flex; gap: 20px; align-items: center; justify-content: center; background: #0d66ff; color: #fff; border-radius: 5px 0; padding: 10px;}
.loginWrapper .right form #googleLogin img{width: 40px;}
.forgetPasswordButton, .loginButton{font-weight: 500; color: red; font-size: 14px; cursor: pointer; text-decoration: underline; text-align: right;}

header{}
header .header{padding: 25px; margin-bottom: 20px;}
header .header .headerContent{display: flex; flex-direction: column; gap: 20px;}
header .header .headerContent .headerLogo{width: 240px; margin: 0 auto;}
header .header .headerContent .headerLogo img{}
header .header .headerContent .headerSocial{display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;}
header .header .headerContent .headerSocial a{width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: #8CBEBE;}
header .header .headerContent .headerSocial a.ctaAktivnosti{width: auto; padding: 0 15px; border-radius: 10px; font-weight: 500; animation: shadow-pulse 1.5s infinite;}
header #heroWrapper {background: #69727d; padding: 25px; text-align: center; color: #fff; margin: 0 15px; border-radius: 10px;}
header #heroWrapper .textWrapper{display: flex; flex-direction: column; gap: 15px;}
header #heroWrapper .textWrapper .mainTitle{margin: 0; line-height: 1.1; text-transform: uppercase; font-weight: 500;}
header #heroWrapper .textWrapper .mainTitle .welcome{font-weight: 400; font-size: 26px; display: block; line-height: 1.2;}
header #heroWrapper .textWrapper .text{font-size: 16px; display: none;}

main .welcomeMessage{padding: 0 0 30px 0; text-align: center;}
main .welcomeMessage .mainTitle{margin: 0; font-weight: 500; background: #3b88d0; text-align: center; line-height: 1; border-radius: 10px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff;}

.progress{padding: 0 0 30px 0;}
.progress-container{display: flex; flex-wrap: wrap; width: 100%; gap: 3px;}
/*.progress-step {flex: 1; min-width: 80px; padding: 10px 5px; position: relative; text-align: center; color: white;}*/
.progress-step{flex: 1 1 calc(33.333% - 3px); min-width: calc(33.333% - 3px); padding: 0; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; position: relative;}
.progress-step:after {content: ''; position: absolute; right: -14px; top: 0; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-left: 15px solid; z-index: 2;}
.progress-step:nth-child(3n):after{display: none;}
.progress-step:before {content: ''; position: absolute; left: 0; top: 0; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-left: 15px solid; z-index: 1; border-left-color: #fff;}
.progress-step:nth-child(3n+1):before{display: none;}
.step-1 {background: #ddeeeb; border-radius: 15px 0 0 15px;}
.step-1:after {border-left-color: #ddeeeb;}
.step-2 {background: #cfe5e3;}
.step-2:after {border-left-color: #cfe5e3;}
.step-3 {background: #bfdcda;}
.step-3:after {border-left-color: #bfdcda;}
.step-4 {background: #b1d4d2;}
.step-4:after {border-left-color: #b1d4d2;}
.step-5 {background: #a3cbca;}
.step-5:after {border-left-color: #a3cbca;}
.step-6 {background: #8dbebe; border-radius: 0 15px 15px 0;}
.step-6:after {display: none;}
.progress-step.off{background: #cbcbcb; color: #fff; font-weight: 400;}
.progress-step.off:after{border-left-color: #cbcbcb;}

main{margin: 0 !important; padding: 30px 0;}
main .calendarWrapper{background: #fff; padding: 0; border-radius: 10px; display: flex; flex-direction: column; gap: 20px;}
main .calendarWrapper .titleWrapper{background: #123754; color: #fff; border-radius: 10px 10px 0 0; min-height: 60px; padding: 0 15px; display: flex; align-items: center;}
main .calendarWrapper .titleWrapper .mainTitle{margin: 0; font-weight: 500; line-height: 1.2;}
main .calendarWrapper #calendar{padding: 20px;}
main .calendarWrapper #calendar .edukacija {background-color: #ff9800; color: white; border: none; padding: 5px; font-size: 14px;}
main .calendarWrapper #calendar .supervizija {background-color: #3988d4; color: white; border: none; padding: 5px; font-size: 14px;}
main .fc .fc-toolbar-title{font-size: 26px !important; font-weight: 500 !important;}

.myStatusWrapper{margin-bottom: 50px;}
.myStatusWrapper .content{display: flex; gap: 20px; flex-direction: column;}
.myStatusWrapper .content .item{flex: 1; background: #fff; border-radius: 15px; border-bottom: 3px solid #3b88d0; padding: 30px; display: flex; flex-direction: column; gap: 30px;}
.myStatusWrapper .content .item .mainTitle{margin: 0;}
.myStatusWrapper .content .item .text{}
.myStatusWrapper .content .item .text p{margin: 0;}
.myStatusWrapper .content .item .personalInfo{}
.myStatusWrapper .content .item .personalInfo p{}
.myStatusWrapper .content .item .personalInfo .editButton{background: #c00; color: #fff; margin: 0 0 0 auto; display: table; line-height: 1; padding: 10px 15px; border-radius: 5px; font-size: 14px;}
.myStatusWrapper .content .item form{display: flex; flex-direction: column; gap: 10px;}
.myStatusWrapper .content .item form .formGroup{display: flex; flex-direction: column; gap: 5px;}
.myStatusWrapper .content .item form .formGroup label{line-height: 1; font-size: 14px;}
.myStatusWrapper .content .item form .formGroup input{display: flex; gap: 15px; align-items: center; height: 45px; background: #fff; border: 1px solid #c7c7c7; border-radius: 10px; padding: 0 15px; font-size: 16px;}
.myStatusWrapper .content .item form #message{color: red; font-size: 14px;}
.myStatusWrapper .content .item form button{display: flex; gap: 15px; align-items: center; height: 45px; border: none; border-radius: 10px; padding: 0 15px; font-size: 16px; justify-content: center; background: #3b88d0; color: #fff; font-weight: 500;}

.wizard.vertical{display: flex; flex-direction: column; gap: 30px;}
.wizard.vertical > .steps{display: flex; float: none; width: 100%;}
.wizard.vertical > .steps ul{display: flex; width: 100%; gap: 10px; align-items: center;}
.wizard.vertical > .steps ul li{flex: 1; width: unset; height: 100%;}
.wizard.vertical > .steps ul li a{padding: 10px; margin: 0; font-size: 12px; display: flex; flex-direction: column; gap: 10px; text-align: center; height: 100%; line-height: 1; border-radius: 10px; font-weight: 500;}
.wizard.vertical > .steps ul li a .number{font-weight: 500; font-size: 22px;}
.wizard.vertical > .steps ul li.current{}
.wizard.vertical > .steps ul li.current a{background: #49b595;}
.wizard.vertical > .steps ul li.done{}
.wizard.vertical > .steps ul li.done a{background: #92cbba;}
.wizard.vertical > .steps ul li.disabled{}
.wizard.vertical > .steps ul li.disabled a{}
.wizard.vertical > .content{width: 100%; margin: 0; background: #fff; min-height: unset; border-radius: 15px;}
.wizard.vertical > .content > .body{height: auto; padding: 0; width: 100%; padding: 25px; display: flex; flex-direction: column; gap: 40px;}
.wizard.vertical > .content > .body.current{position: relative;}
.wizard.vertical > .content > .body .mainTitle{font-weight: 600; font-size: 24px;}
.wizard.vertical > .content > .body .intro{font-size: 15px; border-bottom: 2px dashed #ddd; padding-bottom: 25px;}
.wizard.vertical > .content > .body .intro ul{padding: 0 0 0 20px;}
.wizard.vertical > .content > .body .formGroup{display: flex; flex-direction: column; gap: 10px;}
.wizard.vertical > .content > .body .formGroup label{margin: 0; font-size: 17px; font-weight: 500; line-height: 1.2;}
.wizard.vertical > .content > .body .formGroup .description{padding: 15px 15px 15px 30px; font-size: 14px; background: #eee; border-radius: 15px; margin-bottom: 10px;}
.wizard.vertical > .content > .body .formGroup > .inputWrapper{display: flex; gap: 15px; align-items: center; height: 60px; background: #fff; border: 1px solid #dbdee3; border-radius: 15px;}
.wizard.vertical > .content > .body .formGroup > .inputWrapper .icon{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 15px;}
.wizard.vertical > .content > .body .formGroup > .inputWrapper input{width: calc(100% - 90px); border: none; background: #fff; height: 100%;}
.wizard.vertical > .content > .body .formGroup > .inputWrapper select{width: calc(100% - 90px); border: none; background: #fff; height: auto; padding: 0; height: 100%;}
.wizard.vertical > .content > .body .formGroup textarea {display: flex; gap: 15px; align-items: center; height: 120px; background: #fff; border: 1px solid #dbdee3; border-radius: 15px; padding: 10px 15px; width: 100%;}
.wizard.vertical > .actions > ul{display: flex; align-items: center; justify-content: end; gap: 20px;}
.wizard.vertical > .actions > ul > li{margin: 0;}
.wizard.vertical > .actions > ul > li a{display: flex; align-items: center; justify-content: center; padding: 0 30px; height: 50px; border-radius: 10px; background: #49b595; font-weight: 500; line-height: 1;}
.wizard.vertical > .actions > ul > li a[href="#previous"]{background: #92cbba;}
.wizard.vertical > .actions > ul > li.disabled a{background: #f2f2f2; color: #aaa;}

#backToTop{bottom: 20px; right: 20px; cursor: pointer; display: none; height: 60px; position: fixed; width: 60px; border-radius: 50%; font-size: 20px; line-height: 50px; text-align: center; z-index: 100; color: #fff; border: 5px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

@media (min-width: 768px) {
	.loginWrapper {flex-direction: row;}
	.loginWrapper .left {flex: 1; height: 100vh; align-items: baseline; justify-content: left;}
	.loginWrapper .left .logo{top: 20px; bottom: auto; left: 50%; transform: translateX(-50%);}
	.loginWrapper .right {height: 100vh; justify-content: center; width: 600px; padding: 0 100px;}
	header .header .headerContent{flex-direction: row; justify-content: space-between;}
	header .header .headerContent .headerLogo{margin: 0 auto 0 0;}
	header #heroWrapper{background: url(../img/hero-banner.jpg) no-repeat 50% / cover #69727d; min-height: 200px; display: flex; align-items: center;}
	header #heroWrapper{padding: 40px;}
	header #heroWrapper .textWrapper{width: 50%; margin: 0 0 0 auto;}
	header #heroWrapper .textWrapper .text{display: block;}
	main{padding: 80px 0;}
	main .welcomeMessage{text-align: left; padding: 0 0 50px 0;}
	main .progress{padding: 0 0 50px 0;}
	.progress-step{flex: 1 1 calc(11.111% - 3px); min-width: calc(11.111% - 3px); font-size: 17px; height: 52px;}
	.progress-step.off{font-size: 15px;}
	.progress-step:nth-child(3n):after{display: block;}
	.progress-step:nth-child(3n+4):before{display: block;}
	.progress-step:last-child:after{display: none;}
	.myStatusWrapper .content{flex-direction: row;}
	.wizard.vertical{flex-direction: row; flex-wrap: wrap;}
	.wizard.vertical > .steps{flex: 1 1 350px; align-items: baseline;}
	.wizard.vertical > .steps ul{flex-direction: column;}
	.wizard.vertical > .steps ul li{width: 100%;}
	.wizard.vertical > .steps ul li a{font-size: 16px; flex-direction: row; padding: 20px; align-items: center; gap: 20px;}
	.wizard.vertical > .content{flex: 1 1 calc(100% - 380px);}
	.wizard.vertical > .actions{flex: 1 1 100%;}
}

@media (min-width: 1024px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.bgTeal{background-color: #8CBEBE !important;}
.bgRed{background-color: #ed7961 !important;}
.bgWhite{background-color: #fff !important;}
.bgDarkBlue{background-color: #123754 !important;}
.bgOrange{background-color: #FECF8D !important;}
.bgBlue{background-color: #3b88d0 !important;}

.colorTeal{color: #8CBEBE !important;}
.colorRed{color: #ed7961 !important;}
.colorWhite{color: #fff !important;}
.colorDarkBlue{color: #123754 !important;}
.colorOrange{color: #FECF8D !important;}