/*@import "/css/blueprint/reset_clearfix.min.css";
*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.close-menu {
  background: transparent url('/images/icons/close-menu.svg') no-repeat center center;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.icon-toggle {
  background: transparent url('/images/icons/menu.svg') no-repeat center center;
  height: 31px;
  width: 33px;
  display: inline-block;
}
.previous-category-arrow {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.previous-category-arrow:hover {
  background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.next-category-arrow {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.next-category-arrow:hover {
  background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.audio {
  background: transparent url('/images/icons/audio.svg') no-repeat center center;
  height: 45px;
  width: 40px !important;
  display: inline;
}
.exhibition-details-icon {
  background: transparent url('/images/icons/exhibition-text.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.exhibition-details-icon.opened {
  background: transparent url('/images/icons/exhibition-close.svg') no-repeat center center;
  background-size: cover;
}
#videoControl {
  background: transparent url('/images/icons/camera.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
}
#videoControl.paused {
  background: transparent url('/images/icons/camera-paused.png') no-repeat center center;
}
#audio-speaker {
  background: transparent url('/images/icons/headphones.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
  border: none !important;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  background: url(/images/app-bg.svg);
  background-size: cover;
  background-position: 0px -55px;
  background-repeat: no-repeat;
  background-position: center calc(-5%);
  background-attachment: fixed;
}
body.standard_login {
  background-position: unset;
  background: #eff0fb;
}
.standard-static .main-wrap {
  margin: 50px auto !important;
  max-width: 900px;
}
.standard-static .main-wrap h1.mtitle {
  margin-bottom: 25px;
}
.inner-module .align-right {
  margin-left: auto;
  display: block;
}
.inner-module .arrange-equal {
  display: flex;
  flex-wrap: wrap;
}
.inner-module .arrange-equal .detail-card {
  max-width: 190px;
  margin-right: 20px;
}
.inner-module .arrange-equal .detail-card.checkboxes {
  display: flex;
  gap: 50px;
  align-items: center;
}
.inner-module.details {
  position: relative;
}
.inner-module.details .close-details {
  position: absolute;
  top: 30px;
  right: 30px;
  text-decoration: unset;
}
.inner-module.details .close-details img {
  width: 25px;
}
.inner-module.details h4 {
  font-size: 24px;
  line-height: 160%;
  font-weight: 700;
  margin-bottom: 35px;
  border-bottom: 1px solid #525252;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  margin-top: unset;
}
.inner-module.details .detail-card {
  margin-bottom: 20px;
}
.inner-module.details .detail-card.static-content .ql-editor {
  min-height: 400px;
}
.inner-module.details .detail-card .filepicker {
  border: unset;
  padding: unset;
}
.inner-module.details .detail-card label {
  font-size: 12px;
  margin-bottom: 4px;
  color: #525252;
  display: block;
  width: fit-content;
}
.inner-module.details .detail-card .ql-editor {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  color: black;
}
.inner-module.details .detail-card input,
.inner-module.details .detail-card textarea,
.inner-module.details .detail-card select {
  background: white;
  box-sizing: border-box;
  border: 1px solid #525252;
  border-radius: 3px;
  padding: 12px;
  height: 36px;
  color: black;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.inner-module.details .detail-card input:focus-visible,
.inner-module.details .detail-card textarea:focus-visible,
.inner-module.details .detail-card select:focus-visible {
  outline: 2px solid #525252;
}
.inner-module.details .detail-card input.full-width,
.inner-module.details .detail-card textarea.full-width,
.inner-module.details .detail-card select.full-width {
  width: 100%;
}
.inner-module.details .detail-card select {
  min-width: 169px;
  padding: 6px 12px;
}
.inner-module.details .detail-card .height-adj {
  height: unset;
}
.inner-module.details .detail-card .height-adj input {
  height: unset !important;
}
.inner-module ol li[data-list="bullet"] {
  list-style-type: disc;
}
.accordion-wrapper {
  margin-bottom: 30px;
}
.accordion-wrapper h4 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  color: #525252;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #525252;
}
.accordion-wrapper .faq-wrap {
  border-radius: 3px;
  background: white;
  margin-bottom: 17px;
}
.accordion-wrapper .faq-wrap h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 16px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  color: #525252;
  margin: 0;
  border: unset;
  background: white;
  border-radius: unset;
  padding: 17px 18px;
  transition: 0.3s all;
}
.accordion-wrapper .faq-wrap h3.ui-state-active {
  font-weight: 700;
}
.accordion-wrapper .faq-wrap span.ui-icon {
  margin-top: unset;
  text-indent: unset;
  overflow: unset;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.accordion-wrapper .faq-wrap span.ui-icon-triangle-1-e {
  background-image: url("/images/arrow-up.svg") !important;
}
.accordion-wrapper .faq-wrap span.ui-icon-triangle-1-s {
  background-image: url("/images/arrow-up.svg") !important;
  transform: rotate(180deg);
}
.accordion-wrapper .faq-wrap ol li[data-list="bullet"] {
  list-style-type: disc;
}
.accordion-wrapper .faq-wrap div {
  font-size: 16px;
  line-height: 160%;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  border: unset;
  padding: 0;
  padding: 17px 18px;
  padding-top: unset;
}
.accordion-wrapper .faq-wrap div p:last-of-type {
  margin-bottom: unset;
}
.no-answer-message {
  padding: 18px 0;
  border-top: 1px solid #525252;
}
.no-answer-message p {
  font-size: 16px;
  line-height: 160%;
  color: #525252;
}
.no-answer-message p a {
  font-weight: 700;
  text-decoration: underline;
  color: #525252;
}
.sun-container {
  width: 48px;
  height: 47px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}
.sun-container .svg {
  display: block;
}
.sun-container::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  top: -40%;
  left: -40%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}
.sun-container:hover::after {
  animation: shimmerPulse 1.5s ease-in-out forwards;
}
@keyframes shimmerPulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
  color: #525252;
  margin-bottom: 10px;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #525252;
  border-radius: 3px;
  padding: 12px;
  font-size: 12px;
  color: black;
  box-sizing: border-box;
  background: none;
  min-height: 36px;
  padding: 8px;
  overflow-x: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  height: 18px;
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: unset;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: unset;
  height: unset;
  font-size: 12px;
  max-height: 12px;
  vertical-align: top;
}
.air-datepicker {
  background: #f2f3fc;
  border: 1px solid #525252;
  width: 338px !important;
  border-radius: 3px;
  font-size: 14px;
  line-height: 48px;
}
.air-datepicker .air-datepicker-cell {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 14px;
  font-weight: 400;
  color: #525252;
  border-radius: unset;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.air-datepicker .air-datepicker-cell:hover {
  background-color: #a071fe;
  color: white;
}
.air-datepicker .air-datepicker-cell.-selected- {
  background: #525252;
  color: white;
}
.air-datepicker .air-datepicker-cell.-current- {
  border: 1px solid #a2a3a5;
}
.air-datepicker .air-datepicker-body--cells.-days- {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 48px;
  width: 100%;
  min-width: 338px;
  min-height: 240px;
}
.air-datepicker .air-datepicker-body--day-name {
  color: #f2f3fc;
  font-size: 13px;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  padding: 8px 12px;
}
.air-datepicker .air-datepicker-body--day-names {
  margin: 0;
  background-color: #525252;
  color: white;
}
.air-datepicker .air-datepicker--content {
  padding: unset;
}
.air-datepicker .air-datepicker--pointer {
  display: none;
}
.air-datepicker .air-datepicker-nav {
  border: unset;
  background-color: #525252;
  color: white;
}
.air-datepicker .air-datepicker-nav--action:hover {
  background: unset;
}
.air-datepicker .air-datepicker-nav--action svg {
  color: white;
}
.air-datepicker .air-datepicker-nav--action svg:hover {
  background: unset;
}
.air-datepicker .air-datepicker-nav--action path {
  stroke: white;
}
.air-datepicker .air-datepicker-nav--action path:hover {
  background: unset;
}
.air-datepicker .air-datepicker-nav--title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
}
.air-datepicker .air-datepicker-nav--title:hover {
  background: unset;
}
.air-datepicker .air-datepicker-nav--title i {
  color: white;
}
.registration-message {
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  color: #525252;
}
.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.password-info {
  margin-left: 8px;
  color: #0077cc;
  cursor: help;
  font-weight: bold;
  font-size: 1.1em;
}
.password-info:hover {
  color: #005999;
}
.tippy-box[data-theme~='custom-tooltip'] {
  max-width: 150px !important;
  padding: 6px !important;
  text-align: center;
  background-color: #525252;
  color: white;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 12px;
  line-height: 140%;
  border-radius: 0;
}
.tippy-box[data-theme~='custom-tooltip'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #525252;
}
.login {
  display: flex;
  max-height: 100vh;
  overflow: hidden;
  align-items: end;
  width: 100%;
}
.login .graphic {
  background-image: url('/images/Vura home photo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 62vw;
}
.login .form {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.login .form .inner {
  padding: 30px 0;
  /*margin-top: auto;*/
  max-width: 350px;
  min-width: 345px;
  margin-right: 60px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.login .form .inner .response-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 470px;
}
.login .form .inner #_ctl0_regForm p {
  margin-bottom: 50px;
}
.login .form .inner #_ctl0_regForm .submit {
  margin-bottom: 40px;
}
.login .form .inner #_ctl0_regForm .additional .data-protection p {
  margin-bottom: 20px;
}
.login .form .inner #_ctl0_regForm .logo-copyright > div p {
  margin-bottom: unset;
}
.login .form .inner p {
  font-size: 18px;
  line-height: 140%;
  color: #525252;
  margin: 0 0 87px 0;
}
.login .form .inner .one-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.login .form .inner div {
  position: relative;
}
.login .form .inner div.add-spacing {
  margin-bottom: 48px;
}
.login .form .inner div #togglePassword {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  padding: 4px;
}
.login .form .inner div #passwordInfo {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: -25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login .form .inner div .error-input {
  border: 1px solid red !important;
}
.login .form .inner div .error-message {
  color: red;
  font-size: 11px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  position: absolute;
  bottom: -2px;
  right: 0;
  margin-bottom: unset;
}
.login .form .inner div span {
  font-size: 12px;
  line-height: 140%;
  color: #525252;
  margin-bottom: 6px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.login .form .inner div span span {
  color: #e54646;
}
.login .form .inner div input {
  border: 1px solid #525252;
  padding: 12px;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 15px;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2px;
  height: 36px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  transition: 0.3s all;
}
.login .form .inner div input:focus {
  background-color: white;
  color: black;
}
.login .form .inner .additional {
  padding-top: 20px;
}
.login .form .inner .additional p,
.login .form .inner .additional a {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #525252;
  text-align: center;
}
.login .form .inner .additional a {
  color: #a071fe;
}
.login .form .inner .additional .data-protection {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.login .form .inner .additional .data-protection input[type="checkbox"] {
  height: unset;
}
.login .form .inner .additional .data-protection p {
  text-align: left;
  font-weight: 400;
}
.login .form .inner .additional .data-protection p a {
  color: #525252;
  font-weight: 700;
  text-decoration: underline;
}
.login .form .inner .submit {
  margin-bottom: 150px;
}
.login .form .inner .submit input {
  border-radius: 2px;
  background-color: #525252;
  color: white;
  width: 100%;
  padding: 11px;
  text-align: center;
  font-size: 14px;
  line-height: 143%;
  font-weight: 700;
  transition: 0.3s all;
  margin-bottom: unset;
  height: fit-content;
  text-transform: unset;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  border: unset;
}
.login .form .inner .submit input:hover {
  background-color: #a071fe;
}
.login .form .inner .logo-copyright img {
  display: block;
  margin: 0 auto;
  margin-bottom: 34px;
}
.login .form .inner .logo-copyright > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .form .inner .logo-copyright > div p,
.login .form .inner .logo-copyright > div a {
  font-size: 12px;
  line-height: normal;
  color: #525252;
  margin-bottom: unset;
}
.login .form .inner .logo-copyright > div p {
  border-right: 1px solid #525252;
  padding-right: 5px;
  margin-right: 5px;
}
.login .form .inner .logo-copyright > div a {
  text-decoration: underline;
}
.predeparture-list .spacing {
  margin-bottom: 20px;
  display: block;
}
.predeparture-list div {
  padding: 13px 0;
  border-bottom: 1px dashed rgba(82, 82, 82, 0.65);
}
.predeparture-list div:first-of-type {
  border-top: 1px dashed rgba(82, 82, 82, 0.65);
}
.predeparture-list div label {
  font-size: 16px;
  line-height: 160%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.mobile-part {
  display: none;
  background-color: white;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.mobile-part .support-link {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mobile-part .support-link span {
  background-image: url('/images/question-icon.svg');
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.mobile-part .signed-user {
  display: flex;
  align-items: center;
}
.mobile-part .signed-user .hello {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: #525252;
}
.mobile-part .signed-user .profile-image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-size: cover;
}
.mobile-part .signed-user .logout {
  border: none;
  background: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 14px;
  color: #525252;
  margin-left: 10px;
}
.mobile-part .signed-user .logout:hover {
  text-decoration: underline;
  cursor: pointer;
}
.main-container {
  display: flex;
}
.main-container .left-wrap:empty {
  display: none;
}
.main-container .left-wrap .sidebar {
  background-color: #525252;
  height: 100vh;
  width: 175px;
  position: fixed;
  overflow-y: auto;
}
.main-container .left-wrap .sidebar .hamburger {
  display: none;
  cursor: pointer;
  padding: 4px;
  max-width: fit-content;
}
.main-container .left-wrap .sidebar .hamburger div {
  width: 22px;
  height: 3px;
  background-color: #525252;
  margin-bottom: 4px;
  border-radius: 30%;
}
.main-container .left-wrap .sidebar .hamburger div:last-of-type {
  margin-bottom: unset;
}
.main-container .left-wrap .sidebar .hamburger div:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.main-container .left-wrap .sidebar .hamburger div:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.main-container .left-wrap .sidebar .hamburger div:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.main-container .left-wrap .sidebar .hamburger.active div:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.main-container .left-wrap .sidebar .hamburger.active div:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.main-container .left-wrap .sidebar .hamburger.active div:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
.main-container .left-wrap .sidebar .logo {
  text-align: center;
  padding: 24px 0 50px;
  position: relative;
  left: 0;
  top: 0;
  width: 175px;
}
.main-container .left-wrap .sidebar .programs {
  margin-top: 100px;
}
.main-container .left-wrap .sidebar .programs .program {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  font-size: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eff0fb;
  padding-bottom: 20px;
}
.main-container .left-wrap .sidebar .programs .program .svg-shape {
  margin-bottom: 7px;
}
.main-container .left-wrap .sidebar .programs .program:hover {
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.main-container .left-wrap .sidebar .programs .program:hover svg path,
.main-container .left-wrap .sidebar .programs .program .active svg path {
  fill: white;
  fill-opacity: 1;
}
.main-container .left-wrap .sidebar .programs .program img {
  margin: 0 auto;
  max-width: 48px;
  margin-bottom: 8px;
}
.main-container .left-wrap .sidebar .programs .program.disabled {
  /*color: #eff0fb;
            font-weight: 400;*/
  cursor: not-allowed;
  pointer-events: none;
}
.main-container .left-wrap .sidebar .options a {
  display: block;
  color: #eff0fb;
  font-size: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eff0fb;
  padding-bottom: 20px;
  padding-left: 15px;
}
.main-container .left-wrap .sidebar .options a .svg-shape {
  display: inline-block;
  max-width: 30px;
  margin-right: 10px;
}
.main-container .left-wrap .sidebar .options a .unreads {
  background: #e54646;
  color: white;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 12px;
  font-weight: 400;
  padding: 0px 7px;
}
.main-container .left-wrap .sidebar .options a .unreads:empty {
  display: none;
}
.main-container .left-wrap .sidebar .options a:hover,
.main-container .left-wrap .sidebar .options a.active {
  font-weight: 700;
  text-decoration: unset;
  color: white;
}
.main-container .left-wrap .sidebar .options a:hover svg path,
.main-container .left-wrap .sidebar .options a.active svg path {
  fill: white;
}
.main-container .main-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 175px;
  min-height: 100vh;
}
.main-container .main-wrap .header {
  z-index: 100;
  height: 70px;
  display: flex;
  align-items: end;
  padding: 0 37px 0 94px;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: 175px;
  background: white;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.main-container .main-wrap .header .right {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
}
.main-container .main-wrap .header .right .user-menu {
  margin-right: 84px;
  display: flex;
  gap: 24px;
}
.main-container .main-wrap .header .right .user-menu a {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
}
.main-container .main-wrap .header .right .user-menu a:hover {
  font-weight: 700;
  text-decoration: none;
}
.main-container .main-wrap .header .right .user-menu a span {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.main-container .main-wrap .header .right .user-menu a span.support {
  background-image: url('/images/question-icon.svg');
}
.main-container .main-wrap .header .right .user-menu a span.profile {
  background-image: url('/images/pen-icon.svg');
}
.main-container .main-wrap .header .right .user-menu a span.messages {
  background: #e54646;
  color: white;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 16px;
  line-height: 16px;
}
.main-container .main-wrap .header .right .user-menu a span.messages:empty {
  display: none;
}
.main-container .main-wrap .header .right .signed-user {
  display: flex;
  align-items: center;
}
.main-container .main-wrap .header .right .hello {
  margin: 0 28px;
  font-weight: 700;
  font-size: 18px;
  color: #525252;
}
.main-container .main-wrap .header .right .profile-image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-size: cover;
}
.main-container .main-wrap .header .right .logout {
  border: none;
  background: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 14px;
  color: #525252;
  margin-left: 19px;
}
.main-container .main-wrap .header .right .logout:hover {
  text-decoration: underline;
  cursor: pointer;
}
.main-container .main-wrap .header .tabs {
  margin-bottom: 6px;
}
.main-container .main-wrap .header .tabs a {
  margin-right: 48px;
  padding: 2px 0px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 14px;
  color: #525252;
  text-transform: uppercase;
}
.main-container .main-wrap .header .tabs a span.unreads {
  background: #e54646;
  color: white;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 12px;
  font-weight: 400;
  padding: 0px 7px;
}
.main-container .main-wrap .header .tabs a span.unreads:empty {
  display: none;
}
.main-container .main-wrap .header .tabs a.active {
  border-bottom: 6px solid #525252;
  font-weight: 700;
}
.main-container .main-wrap .header .tabs a:hover {
  border-bottom: 6px solid #757575;
  text-decoration: none;
}
.main-container .main-wrap .main {
  /*background: url(/images/app-bg.svg);
      background-size: cover;
      background-position: 0px -55px;*/
  height: 100%;
  padding: 145px 147px 75px 147px;
}
.main-container .main-wrap .main .hello-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.main-container .main-wrap .main .hello-message p {
  text-align: center;
}
.main-container .main-wrap .main .tabs {
  display: flex;
  margin-bottom: 50px;
}
.main-container .main-wrap .main .tabs > a,
.main-container .main-wrap .main .tabs > span {
  margin-right: 44px;
  font-size: 14px;
  border-radius: 3px;
  padding: 11px 22px;
  color: #525252;
}
.main-container .main-wrap .main .tabs > a.active,
.main-container .main-wrap .main .tabs > span.active {
  background: #a071fe;
  color: white;
  font-weight: 700;
}
.main-container .main-wrap .main .tabs > a:hover,
.main-container .main-wrap .main .tabs > span:hover {
  text-decoration: none;
}
.main-container .main-wrap .main .steps {
  display: flex;
}
.main-container .main-wrap .main .steps .phase-list {
  width: 520px;
  margin-right: 38px;
}
.main-container .main-wrap .main .steps .phase-list .phase {
  margin-top: 0px;
}
.main-container .main-wrap .main .steps .phase-list .phase.uk-open .name.uk-accordion-title:before {
  transform: unset;
}
.main-container .main-wrap .main .steps .phase-list .phase > .name.uk-accordion-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(82, 82, 82, 0.5);
  padding: 18px;
  color: #525252;
}
.main-container .main-wrap .main .steps .phase-list .phase > .name.uk-accordion-title:before {
  background-image: url('/images/arrow-up.svg');
  transform: rotate(180deg);
}
.main-container .main-wrap .main .steps .phase-list .phase .step-list .step {
  display: flex;
  padding: 18px;
  background: #f2f3fc;
  margin-bottom: 17px;
  color: #525252;
  font-size: 16px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.main-container .main-wrap .main .steps .phase-list .phase .step-list .step img {
  margin-right: 18px;
}
.main-container .main-wrap .main .steps .phase-list .phase .step-list .step.active,
.main-container .main-wrap .main .steps .phase-list .phase .step-list .step:hover {
  background: white;
  font-weight: 700;
  text-decoration: unset;
}
.main-container .main-wrap .main .steps .step-content {
  max-width: 620px;
  flex-grow: 1;
}
.main-container .main-wrap .main .steps .step-content .close-step {
  display: flex;
  justify-content: flex-end;
  height: 60px;
}
.main-container .main-wrap .main .steps .step-content .close-step a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 12px;
  color: #525252;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .main-wrap .main .steps .step-content .close-step a:hover {
  text-decoration: none;
}
.main-container .main-wrap .main .steps .step-content .close-step img {
  margin-left: 11px;
}
.main-container .main-wrap .main .steps .step-content .inner {
  padding: 14px 28px;
  background: white;
  /*margin-top: 60px;*/
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-container .main-wrap .main .steps .step-content .inner .description {
  color: #525252;
  font-size: 16px;
  line-height: 160%;
  color: #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul {
  padding: 20px 0;
}
.main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li {
  list-style-type: none;
  border-bottom: 1px dashed rgba(82, 82, 82, 0.65);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 16px;
  line-height: 160%;
  color: #525252;
  padding: 13px 0 13px 36px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left center;
}
.main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li:first-of-type {
  border-top: 1px dashed rgba(82, 82, 82, 0.65);
  background-image: url('/images/calendar-icon.svg');
}
.main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li:nth-of-type(2) {
  background-image: url('/images/clock-icon.svg');
}
.main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li:last-of-type {
  background-image: url('/images/monitor-icon.svg');
}
.main-container .main-wrap .main .steps .step-content .inner .description .checkbox-align {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.main-container .main-wrap .main .steps .step-content .inner .description a {
  color: #525252;
  text-decoration: underline;
}
.main-container .main-wrap .main .steps .step-content .inner .content {
  margin-bottom: 20px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card.full {
  width: 100%;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card.full input {
  width: 100%;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card span {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: #525252;
  margin-bottom: 6px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input {
  background: none;
  box-sizing: border-box;
  border: 1px solid #525252;
  border-radius: 3px;
  padding: 12px;
  height: 36px;
  color: black;
  font-size: 12px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input.icons {
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  padding-right: 30px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input.add-calendar {
  background-image: url('/images/calendar-icon.svg');
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input.add-clock {
  background-image: url('/images/clock-icon.svg');
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input ::placeholder {
  color: darkgray;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input:focus-visible {
  outline: 2px solid #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .content .form-card input[type="checkbox"] {
  height: fit-content;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group h5 {
  font-size: 14px;
  font-weight: 700;
  color: #525252;
  border-bottom: 1px solid rgba(82, 82, 82, 0.5);
  padding-bottom: 11px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field {
  flex: 1 1 45%;
  position: relative;
  /*padding: 0.5rem;*/

}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field .error-input {
  border: 1px solid red !important;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field .error-message {
  color: red;
  font-size: 11px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  position: absolute;
  bottom: -16px;
  right: 0;
  margin-bottom: unset;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field.college input {
  margin-top: 15px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field label,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field input,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field label:focus-visible,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field input:focus-visible,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select:focus-visible {
  outline: 2px solid #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field label {
  font-size: 12px;
  color: #525252;
  margin-bottom: 6px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field input,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select {
  background: none;
  box-sizing: border-box;
  border: 1px solid #525252;
  border-radius: 2px;
  padding: 12px;
  height: 36px;
  color: black;
  font-size: 12px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field input ::placeholder,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select ::placeholder {
  color: darkgray;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field input option.placeholder,
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select option.placeholder {
  color: darkgray;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field select {
  padding: 10px 12px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field.checkbox {
  display: inline-flex;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field.checkbox input {
  width: auto;
  height: auto;
  padding: unset;
  margin: unset;
  margin-right: 10px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field.checkbox label {
  margin: unset;
}
.main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field.checkbox label a {
  color: #525252;
  text-decoration: underline;
  font-weight: 700;
}
.main-container .main-wrap .main .steps .step-content .inner .content .button-wrap {
  margin-top: 55px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.main-container .main-wrap .main .steps .step-content .inner .content .button-wrap input {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  border: none;
  width: 100%;
  background: #525252;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 11px;
  max-width: 345px;
}
.main-container .main-wrap .main .steps .step-content .inner .content .button-wrap input:hover {
  cursor: pointer;
}
.main-container .main-wrap .main .steps .step-content .inner .content .button-wrap input:focus {
  opacity: 0.85;
}
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info {
  margin-top: 32px;
  display: flex;
}
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay,
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid {
  flex-grow: 1;
  text-align: center;
}
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay label,
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid label {
  font-size: 12px;
  color: #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay .amount,
.main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid .amount {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .content.payment .currency-ex {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
.main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul {
  text-align: center;
  list-style-type: none;
  margin: 50px 0;
}
.main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul li,
.main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul a {
  margin-bottom: 20px;
  font-size: 18px;
  color: #a071fe;
  font-weight: 700;
}
.main-container .main-wrap .main .steps .step-content .inner .content.documents .upload-fields {
  text-align: center;
}
.main-container .main-wrap .main .steps .step-content .inner .feedback-message {
  font-size: 12px;
  color: #e54646;
}
.main-container .main-wrap .main .steps .step-content .inner .success-message {
  text-align: center;
  margin: 50px;
}
.main-container .main-wrap .main .steps .step-content .inner .success-message p {
  font-size: 16px;
  color: #525252;
}
.main-container .main-wrap .main .steps .step-content .inner .success-message a {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  text-decoration: underline;
  color: #2e2e2e;
}
.main-container .main-wrap .main .steps .step-content .inner .success-message .overview .prijavnica {
  text-align: left;
}
.main-container .main-wrap .main .steps.wide-list .phase-list {
  display: none;
}
.main-container .main-wrap .main .steps.wide-list .step-content {
  max-width: unset;
}
.main-container .inbox-wrapper h4 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  color: #525252;
  font-size: 18px;
}
.main-container .inbox-wrapper .new-message {
  background: white;
  height: 165px;
  margin-bottom: 130px;
}
.main-container .inbox-wrapper .new-message .ql-toolbar {
  border: none;
  padding-bottom: 0;
}
.main-container .inbox-wrapper .new-message #quill-editor {
  background: white;
  border: none;
}
.main-container .inbox-wrapper .new-message #quill-editor .ql-editor {
  margin: 12px 14px;
  border: 1px solid rgba(169, 169, 128, 0.663);
}
.main-container .inbox-wrapper .new-message #quill-editor .ql-editor.ql-blank::before {
  padding-left: 15px;
}
.main-container .inbox-wrapper .new-message .button-wrap {
  position: relative;
  background: white;
  text-align: right;
  padding: 14px 0;
}
.main-container .inbox-wrapper .new-message .button-wrap .documents {
  position: absolute;
  background: white;
  padding: 5px 5px 5px 5px;
  bottom: 8px;
  display: flex;
}
.main-container .inbox-wrapper .new-message .button-wrap .documents #add-document {
  color: #525252;
  text-decoration: underline;
}
.main-container .inbox-wrapper .new-message .button-wrap .documents .list {
  text-align: left;
  font-size: 12px;
  display: flex;
  gap: 20px;
}
.main-container .inbox-wrapper .new-message .button-wrap .documents .list .document-item {
  line-height: 35px;
}
.main-container .inbox-wrapper .new-message .button-wrap .documents .list .document-item .remove-temp-file {
  margin: 0;
  padding: 0px 5px;
  color: #e54646;
}
.main-container .inbox-wrapper .new-message .button-wrap a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-size: 14px;
  font-weight: 700;
  padding: 7px 22px;
  text-decoration: none;
  margin-right: 20px;
  text-align: center;
}
.main-container .inbox-wrapper .new-message .button-wrap a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.main-container .inbox-wrapper .new-message .button-wrap a.sender {
  color: white;
  background: #525252;
  border-radius: 3px;
}
.main-container .inbox-wrapper .new-message .button-wrap a.clearer {
  text-decoration: underline;
  color: #2e2e2e;
}
.main-container .inbox-wrapper .conversation {
  margin-top: 165px;
}
.main-container .inbox-wrapper .conversation .message-row.left-msg .message {
  background: white;
}
.main-container .inbox-wrapper .conversation .message-row.right-msg {
  text-align: right;
}
.main-container .inbox-wrapper .conversation .message-row.right-msg .message {
  text-align: left;
}
.main-container .inbox-wrapper .conversation .message-row.notification {
  text-align: center !important;
}
.main-container .inbox-wrapper .conversation .message-row.notification .message {
  background: #fff9ee;
  min-width: 520px;
  text-align: left;
}
.main-container .inbox-wrapper .conversation .message-row .message {
  padding: 18px 140px 18px 18px;
  background: #f2f3fc;
  margin: 20px 0;
  color: #525252;
  font-size: 16px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.main-container .inbox-wrapper .conversation .message-row .message .head .profile-image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 10px;
}
.main-container .inbox-wrapper .conversation .message-row .message .head span {
  font-weight: 700;
  color: #525252;
  font-size: 16px;
}
.main-container .inbox-wrapper .conversation .message-row .message .content {
  margin-left: 45px;
  word-break: break-word;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  max-width: 730px;
}
.main-container .inbox-wrapper .conversation .message-row .message .content h1,
.main-container .inbox-wrapper .conversation .message-row .message .content h2,
.main-container .inbox-wrapper .conversation .message-row .message .content h3,
.main-container .inbox-wrapper .conversation .message-row .message .content h4,
.main-container .inbox-wrapper .conversation .message-row .message .content h5,
.main-container .inbox-wrapper .conversation .message-row .message .content h6,
.main-container .inbox-wrapper .conversation .message-row .message .content p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.main-container .inbox-wrapper .conversation .message-row .message .content hr {
  margin: 20px 0 0 0;
  max-width: 100px;
}
.main-container .inbox-wrapper .conversation .message-row .message .content .attachments ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
.main-container .inbox-wrapper .conversation .message-row .message .content .attachments ul li a {
  font-size: 12px;
  color: #a071fe;
}
.main-container .inbox-wrapper .conversation .message-row .message .timestamp {
  font-size: 12px;
  color: #525252;
  margin-top: 10px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
em {
  color: inherit;
}
.document-overview {
  display: flex;
  gap: 64px;
  max-width: 1242px;
}
.document-overview .student,
.document-overview .admin {
  flex-grow: 1;
  /*hr{
      margin: 5px 20px 17px 20px;
    }*/

}
.document-overview .student h4,
.document-overview .admin h4 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  font-size: 18px;
  color: #525252;
  padding-left: 18px;
}
.document-overview .student .docs .doc-box,
.document-overview .admin .docs .doc-box {
  background: white;
  margin-bottom: 17px;
  padding: 15px 50px;
}
.document-overview .student .docs .doc-box h4,
.document-overview .admin .docs .doc-box h4 {
  margin-bottom: 5px;
  padding-left: 0;
}
.document-overview .student .docs .doc-box hr,
.document-overview .admin .docs .doc-box hr {
  margin-top: 5px;
}
.document-overview .student .docs .doc-box .doc,
.document-overview .admin .docs .doc-box .doc {
  display: flex;
}
.document-overview .student .docs .doc-box .doc span,
.document-overview .admin .docs .doc-box .doc span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 400;
  font-size: 18px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.document-overview .student .docs .doc-box .doc .options,
.document-overview .admin .docs .doc-box .doc .options {
  margin-left: auto;
}
.document-overview .student .docs .doc-box .doc .options svg:hover path,
.document-overview .admin .docs .doc-box .doc .options svg:hover path {
  stroke: #a071fe;
}
.document-overview .student .docs .doc-box .doc .options .dl svg:hover path,
.document-overview .admin .docs .doc-box .doc .options .dl svg:hover path {
  fill: #a071fe;
}
.button-container {
  text-align: center;
}
.ordinary-button {
  background: #525252;
  color: white !important;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
}
.ordinary-button.add-new {
  display: block;
  width: fit-content;
  margin-bottom: 30px;
}
.ordinary-button:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}
.ordinary-button.subtle {
  background: transparent;
  color: #525252 !important;
  border: 1px solid #525252;
  padding: 5px 10px;
  border: none;
}
.ordinary-button.gold {
  color: #fbbf24;
}
.payment-overview {
  background: white;
  padding: 50px 30px;
}
.payment-overview .head {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 57px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  font-size: 14px;
  color: #525252;
}
.payment-overview .head span {
  margin-left: 14px;
  font-size: 16px;
  color: black;
}
.main > .users,
.main > .applications,
.main > .payments,
.main > .messages-overview,
.main > .inner-module {
  background: white;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  padding: 48px 27px;
}
.main > .users .heading,
.main > .applications .heading,
.main > .payments .heading,
.main > .messages-overview .heading,
.main > .inner-module .heading {
  display: flex;
  justify-content: flex-end;
}
.main > .users .heading .filters input[type="text"],
.main > .applications .heading .filters input[type="text"],
.main > .payments .heading .filters input[type="text"],
.main > .messages-overview .heading .filters input[type="text"],
.main > .inner-module .heading .filters input[type="text"],
.main > .users .heading .filters select,
.main > .applications .heading .filters select,
.main > .payments .heading .filters select,
.main > .messages-overview .heading .filters select,
.main > .inner-module .heading .filters select {
  background: none;
  box-sizing: border-box;
  border: 1px solid #525252;
  border-radius: 3px;
  padding: 12px;
  height: 36px;
  color: black;
  font-size: 12px;
  margin-right: 15px;
  vertical-align: bottom;
}
.main > .users .heading .filters input[type="text"] ::placeholder,
.main > .applications .heading .filters input[type="text"] ::placeholder,
.main > .payments .heading .filters input[type="text"] ::placeholder,
.main > .messages-overview .heading .filters input[type="text"] ::placeholder,
.main > .inner-module .heading .filters input[type="text"] ::placeholder,
.main > .users .heading .filters select ::placeholder,
.main > .applications .heading .filters select ::placeholder,
.main > .payments .heading .filters select ::placeholder,
.main > .messages-overview .heading .filters select ::placeholder,
.main > .inner-module .heading .filters select ::placeholder {
  color: darkgray;
}
.main > .users .heading .filters select,
.main > .applications .heading .filters select,
.main > .payments .heading .filters select,
.main > .messages-overview .heading .filters select,
.main > .inner-module .heading .filters select {
  padding: 6px 12px;
}
.main > .users .heading .buttons,
.main > .applications .heading .buttons,
.main > .payments .heading .buttons,
.main > .messages-overview .heading .buttons,
.main > .inner-module .heading .buttons {
  /*flex-grow: 1;*/
  display: flex;
  align-items: center;
}
.main > .users > table,
.main > .applications > table,
.main > .payments > table,
.main > .messages-overview > table,
.main > .inner-module > table {
  width: 100%;
}
.main > .users > table th,
.main > .applications > table th,
.main > .payments > table th,
.main > .messages-overview > table th,
.main > .inner-module > table th {
  text-align: left;
}
.main > .users.details .general > div span,
.main > .applications.details .general > div span,
.main > .payments.details .general > div span,
.main > .messages-overview.details .general > div span,
.main > .inner-module.details .general > div span {
  display: inline-block;
}
.main > .users.details .general > div span:nth-of-type(1),
.main > .applications.details .general > div span:nth-of-type(1),
.main > .payments.details .general > div span:nth-of-type(1),
.main > .messages-overview.details .general > div span:nth-of-type(1),
.main > .inner-module.details .general > div span:nth-of-type(1) {
  text-align: right;
  width: 200px;
  margin-right: 10px;
}
.main > .users.details .general > div span:nth-of-type(2),
.main > .applications.details .general > div span:nth-of-type(2),
.main > .payments.details .general > div span:nth-of-type(2),
.main > .messages-overview.details .general > div span:nth-of-type(2),
.main > .inner-module.details .general > div span:nth-of-type(2) {
  font-weight: 700;
}
.users.details .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 52px;
}
.users.details .inner .user-info {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.users.details .inner .user-info .user-img {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.users.details .inner .user-info .info-card hr {
  border-top: 1px dashed #525252;
}
.users.details .inner .user-info .info-card div span {
  color: #525252;
  line-height: 160%;
}
.users.details .inner .user-info .info-card div span:first-of-type {
  text-align: left;
}
.user-details h5 {
  border-bottom: 1px solid #525252;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.user-details .detail-card input,
.user-details .detail-card select {
  width: 100%;
}
.user-details .detail-card .checkbox-alignment {
  width: fit-content !important;
}
.user-details .detail-card .checkbox-alignment input {
  width: fit-content !important;
}
.applications {
  position: relative;
}
.applications.details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.applications .outer-wrap {
  max-width: 985px;
  flex-shrink: 0;
}
.applications .outer-wrap .group-card h5 {
  border-bottom: 1px solid #525252;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.applications .outer-wrap .group-card div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.applications .outer-wrap .group-card div span {
  font-size: 16px;
  line-height: 160%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  display: block;
}
.applications .outer-wrap .group-card div span:first-of-type {
  width: 113px;
  flex-shrink: 0;
}
.applications .outer-wrap .group-card div span:last-of-type {
  font-weight: 700;
}
.applications .outer-wrap .group-card.adresa div span:first-of-type {
  width: 183px;
}
.applications .outer-wrap .group-card.fakultet div span:first-of-type {
  width: 189px;
}
.applications .outer-wrap .group-card.ostalo div span:first-of-type {
  width: 153px;
}
table.ordinary {
  width: 100%;
  border-collapse: collapse;
}
table.ordinary tr:first-of-type th {
  background-color: rgba(232, 233, 242, 0.3);
  padding: 18px 10px;
  /*padding: 18px 42px;*/
  border-top: 1px solid rgba(82, 82, 82, 0.65);
  border-bottom: 1px solid rgba(82, 82, 82, 0.65);
}
table.ordinary th {
  text-align: left;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  font-weight: 700;
  font-size: 14px;
  color: #525252;
}
table.ordinary td {
  padding: 18px 10px;
  /*padding: 20px 42px;*/
  border-top: 1px solid rgba(82, 82, 82, 0.65);
  border-bottom: 1px solid rgba(82, 82, 82, 0.65);
  font-size: 18px;
  color: #525252;
}
table.ordinary th.centered,
table.ordinary td.centered {
  text-align: center;
}
table.ordinary.clickable {
  cursor: pointer;
}
table.ordinary.clickable tr:hover {
  opacity: 0.8;
}
table.ordinary.compact th,
table.ordinary.compact td {
  padding: 5px;
  font-size: 12px;
}
#popust-modal {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  padding: 20px;
}
#popust-modal textarea {
  width: 100%;
}
.discount-details {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  margin: 25px 0;
  color: #525252;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  gap: 50px;
  font-weight: 700;
}
.discount-details b {
  color: black;
  font-size: 16px;
}
.discount-details .desc {
  /*font-weight: 400;*/
  text-transform: none;
  color: black;
  font-size: 16px;
}
.main .info-overview {
  background: white;
  padding: 33px 25px;
}
.main .info-overview .step {
  margin-bottom: 60px;
}
.main .info-overview .step h4 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  color: #525252;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.65);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

}
.main .info-overview .step .infos .info {
  font-size: 12px;
  line-height: 140%;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  width: fit-content;
  display: inline-block;
  margin-right: 20px;
}
.main .info-overview .step .infos .info span {
  display: block;
  margin-bottom: 6px;
}
.main .info-overview .step .infos .info input {
  background: white;
  box-sizing: border-box;
  border: 1px solid #525252;
  border-radius: 3px;
  padding: 12px;
  height: 36px;
  color: black;
  font-size: 12px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  /*font-variation-settings: "wdth" 100;*/

  min-width: 272px;
}
.main .info-overview .step .infos .info input:focus-visible {
  outline: 2px solid #525252;
}
.main .info-overview .step .infos .info input[type="checkbox"] {
  height: fit-content;
  min-width: fit-content;
}
.cijene-programa .static-content > div {
  text-align: right;
  width: 500px;
  margin-bottom: 5px;
}
.sastanci ul li {
  margin-bottom: 10px;
}
.sastanci ul li span {
  display: inline-block;
  width: 500px;
}
.sastanci .ordinary-button {
  background: #525252 !important;
  color: white!important;
}
.messages-overview .filters {
  display: flex;
}
.messages-overview .filters > div {
  margin: 0 10px;
}
.messages-overview table .profile-img {
  border-radius: 50%;
}
.messages-overview table td {
  font-size: 16px;
}
.messages-overview table td.datetime {
  font-size: 14px;
}
.messages-overview table td.name {
  font-size: 14px;
}
.messages-overview table td.name a {
  color: #525252;
}
.messages-overview table td.buttons > div {
  display: flex;
  gap: 5px;
}
.messages-overview table td.buttons > div .right {
  margin-left: auto;
  color: #f44848;
}
@keyframes slide-left {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 115%;
  }
  .mobile-part {
    display: flex;
  }
  .mobile-part .signed-user .hello {
    display: none;
  }
  .mobile-part.option-ver {
    justify-content: end;
  }
  .mobile-part.option-ver .signed-user .hello {
    margin-right: 10px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  table.ordinary {
    width: 100%;
    border-collapse: collapse;
  }
  table.ordinary.compact td {
    padding: 15px 20px;
  }
  table.ordinary tr:first-of-type th {
    padding: 15px 20px;
  }
  table.ordinary td,
  table.ordinary th {
    padding: 15px 20px;
    font-size: 14px;
  }
  table.ordinary td .ordinary-button,
  table.ordinary th .ordinary-button {
    display: block;
  }
  .button-container .ordinary-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .discount-details {
    flex-direction: column;
    gap: 20px;
  }
  .payment-overview {
    padding: 25px 20px;
  }
  .payment-overview .head {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .payment-overview .head div {
    margin-bottom: 5px;
  }
  .payment-overview .head .right {
    margin-top: 20px;
  }
  .payment-overview .head .right a {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
  .user.details .inner {
    margin-bottom: 25px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .document-overview {
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    gap: 50px;
  }
  .document-overview .student .docs .doc-box,
  .document-overview .admin .docs .doc-box {
    margin-bottom: 15px;
    padding: 15px 20px;
  }
  .document-overview .student .docs .doc-box .doc .options,
  .document-overview .admin .docs .doc-box .doc .options {
    flex-shrink: 0;
  }
  .document-overview .student .docs .doc-box .doc span,
  .document-overview .admin .docs .doc-box .doc span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .document-overview .student .docs .doc-box .doc span:first-of-type,
  .document-overview .admin .docs .doc-box .doc span:first-of-type {
    padding-right: 5px;
  }
  .air-datepicker {
    width: unset!important;
    font-size: 14px;
    line-height: 36px;
  }
  .air-datepicker .air-datepicker-cell {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: flex;
  }
  .air-datepicker .air-datepicker-body--cells.-days- {
    min-width: unset;
    min-height: 240px;
  }
  .air-datepicker .air-datepicker-body--day-name {
    font-size: 12px;
    line-height: 120%;
    padding: 6px 10px;
  }
  .predeparture-list div label {
    font-size: 14px;
    line-height: 140%;
  }
  .sun-container {
    display: block;
  }
  .login {
    display: block;
    overflow-y: auto;
    height: 100vh;
  }
  .login .form {
    flex-direction: column;
  }
  .login .form .inner {
    padding: 30px;
    max-width: 100%;
    margin-right: unset;
    min-width: 100%;
    box-sizing: border-box;
  }
  .login .form .inner p {
    margin-bottom: 50px;
  }
  .login .form .inner .submit {
    margin-bottom: 100px;
  }
  .login .graphic {
    display: none;
  }
  .main-container {
    flex-direction: column;
  }
  .main-container .inbox-wrapper .new-message {
    margin-bottom: 30px;
    height: fit-content;
  }
  .main-container .inbox-wrapper .new-message #quill-editor .ql-editor {
    min-height: 160px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap {
    padding: 14px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a {
    margin-right: unset;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a.clearer {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a.sender {
    display: block;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents {
    position: relative;
    padding: unset;
    margin-bottom: 20px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents .list .document-item .remove-temp-file {
    display: inline-block;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents #add-document {
    margin-right: unset;
    padding: unset;
    display: inline-block;
  }
  .main-container .inbox-wrapper .conversation {
    margin-top: 25px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message {
    padding: 16px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message .timestamp {
    bottom: -20px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message .content p {
    font-size: 14px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main-container .inbox-wrapper .conversation .message-row.notification .message {
    min-width: 100%;
    box-sizing: border-box;
    padding: 18px;
  }
  .main-container .main-wrap {
    padding-top: 62px;
    margin: 0;
    z-index: 0;
  }
  .main-container .main-wrap .main {
    padding: 20px;
  }
  .main-container .main-wrap .main .hello-message {
    text-align: center;
  }
  .main-container .main-wrap .main .steps {
    position: relative;
  }
  .main-container .main-wrap .main .steps .step-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-container .main-wrap .main .steps .step-content .close-step {
    height: unset;
    background: white;
    padding: 20px 20px 0 20px;
  }
  .main-container .main-wrap .main .steps .step-content .inner {
    padding: 14px 20px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content {
    margin-bottom: 10px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content p {
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .button-wrap {
    margin-top: 35px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .form-card {
    display: block;
    margin-right: unset;
    margin-bottom: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .upload-fields {
    margin: 10px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .upload-fields p {
    margin: 10px 0;
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul {
    margin: 20px 0;
    padding: unset;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul li,
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul a {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info {
    margin-top: 10px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay,
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid {
    padding: 0 8px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay .amount,
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid .amount {
    font-size: 22px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field {
    flex: unset;
    width: 100%;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field label {
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 14px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .success-message {
    margin: 0px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .success-message p {
    margin: 15px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description {
    font-size: 15px;
    line-height: 150%;
    margin: 10px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul {
    padding: unset;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li {
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .phase-list {
    width: 100%;
    margin-right: unset;
  }
  .main-container .main-wrap .header {
    box-shadow: none;
    padding: 15px 20px 10px;
    position: relative;
    margin-left: unset;
    padding-bottom: 0px;
    align-items: baseline;
    height: unset;
  }
  .main-container .main-wrap .header .tabs {
    margin-bottom: unset;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
  }
  .main-container .main-wrap .header .tabs a {
    margin-right: 20px;
  }
  .main-container .main-wrap .header .right {
    padding-bottom: unset;
  }
  .main-container .main-wrap .header .right .user-menu {
    margin-right: unset;
  }
  .main-container .left-wrap {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  .main-container .left-wrap .sidebar {
    height: unset;
    width: 100%;
    overflow: unset;
    background-color: white;
    padding: 10px 30px 10px 24px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    align-items: center;
    box-sizing: border-box;
  }
  .main-container .left-wrap .sidebar .logo {
    padding: unset;
    width: unset;
    max-width: fit-content;
  }
  .main-container .left-wrap .sidebar .logo a {
    display: block;
    max-width: fit-content;
    height: fit-content;
    margin: unset;
  }
  .main-container .left-wrap .sidebar .programs,
  .main-container .left-wrap .sidebar .options {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    z-index: 2;
    margin: unset;
    background-color: #525252;
  }
  .main-container .left-wrap .sidebar .programs .program,
  .main-container .left-wrap .sidebar .options .program {
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 45px;
  }
  .main-container .left-wrap .sidebar .programs .program .svg-shape,
  .main-container .left-wrap .sidebar .options .program .svg-shape {
    min-width: 52px;
  }
  .main-container .left-wrap .sidebar .programs .program span,
  .main-container .left-wrap .sidebar .options .program span {
    min-width: 87px;
  }
  .main-container .left-wrap .sidebar .programs .program:last-of-type,
  .main-container .left-wrap .sidebar .options .program:last-of-type {
    border-bottom: unset;
    margin-bottom: unset;
  }
  .main-container .left-wrap .sidebar .programs .program:first-of-type,
  .main-container .left-wrap .sidebar .options .program:first-of-type {
    padding-top: 15px;
  }
  .main-container .left-wrap .sidebar .programs.opened,
  .main-container .left-wrap .sidebar .options.opened {
    display: block;
    transition: unset;
    animation: 0.5s linear 0s slide-left;
  }
  .main-container .left-wrap .sidebar .hamburger {
    display: block;
    max-width: fit-content;
  }
  .main-container .left-wrap .sidebar .options a {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .main-container .left-wrap .sidebar .options a .unreads {
    margin-left: 8px;
  }
  .main-container .left-wrap .sidebar .options a:first-of-type {
    padding-top: 13px;
  }
  .users.details .inner {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
  .users.details .inner .user-info {
    flex-direction: column;
    gap: 20px;
  }
  .users.details .inner .user-info .info-card div {
    margin-bottom: 8px;
  }
  .users.details .inner .user-info .info-card div span {
    font-size: 15px;
    line-height: 140%;
    display: block;
  }
  .applications.details {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .applications .outer-wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .applications .outer-wrap .group-card {
    padding: unset;
    margin-top: 25px;
  }
  .applications .outer-wrap .group-card.adresa div span:first-of-type,
  .applications .outer-wrap .group-card.fakultet div span:first-of-type,
  .applications .outer-wrap .group-card.ostalo div span:first-of-type {
    width: 100%;
  }
  .applications .outer-wrap .group-card div {
    flex-direction: column;
    gap: unset;
    margin-bottom: 8px;
  }
  .applications .outer-wrap .group-card div span {
    font-size: 15px;
    line-height: 140%;
    width: 100%;
    text-align: left;
  }
  .applications .outer-wrap .group-card div span:first-of-type {
    width: 100%;
  }
  .main .info-overview .button-wrap input,
  .main .info-overview .button-wrap a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .main .info-overview .step {
    margin-bottom: 35px;
  }
  .main .info-overview .step .infos .info {
    display: block;
    margin-right: unset;
    margin-bottom: 10px;
  }
  .main .info-overview .step .infos .info span {
    margin-bottom: 2px;
  }
  .main .info-overview h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .main .info-overview div {
    font-size: 15px;
    line-height: 140%;
  }
  .messages-overview .filters > div {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .inner-module .arrange-equal {
    flex-direction: column;
  }
  .inner-module .arrange-equal .detail-card {
    max-width: 100%;
    margin-right: unset;
    display: block;
    margin-bottom: 15px;
  }
  .cijene-programa .static-content > div {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 140%;
  }
  .cijene-programa .static-content > div input {
    display: inline-block !important;
  }
  .sastanci .ordinary-button {
    color: white!important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .sastanci .detail-card input {
    margin-bottom: 15px;
  }
  .sastanci ul {
    margin-bottom: 35px;
  }
  .sastanci ul li {
    margin-bottom: 20px;
  }
  .sastanci ul li span {
    display: block;
    width: 100%;
  }
  .main > .users,
  .main > .applications,
  .main > .payments,
  .main > .messages-overview,
  .main > .inner-module {
    padding: 40px 20px;
  }
  .main > .users.details .detail-card input,
  .main > .applications.details .detail-card input,
  .main > .payments.details .detail-card input,
  .main > .messages-overview.details .detail-card input,
  .main > .inner-module.details .detail-card input,
  .main > .users.details .detail-card select,
  .main > .applications.details .detail-card select,
  .main > .payments.details .detail-card select,
  .main > .messages-overview.details .detail-card select,
  .main > .inner-module.details .detail-card select {
    width: 100%!important;
    display: block;
  }
  .main > .users.details .general,
  .main > .applications.details .general,
  .main > .payments.details .general,
  .main > .messages-overview.details .general,
  .main > .inner-module.details .general {
    width: 100%;
  }
  .main > .users.details .general div,
  .main > .applications.details .general div,
  .main > .payments.details .general div,
  .main > .messages-overview.details .general div,
  .main > .inner-module.details .general div {
    margin-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main > .users.details .general div span,
  .main > .applications.details .general div span,
  .main > .payments.details .general div span,
  .main > .messages-overview.details .general div span,
  .main > .inner-module.details .general div span {
    font-size: 15px;
    line-height: 140%;
    display: block;
    width: 100%;
  }
  .main > .users.details .general div span input,
  .main > .applications.details .general div span input,
  .main > .payments.details .general div span input,
  .main > .messages-overview.details .general div span input,
  .main > .inner-module.details .general div span input {
    width: 100%!important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main > .users.details .general div span:nth-of-type(1),
  .main > .applications.details .general div span:nth-of-type(1),
  .main > .payments.details .general div span:nth-of-type(1),
  .main > .messages-overview.details .general div span:nth-of-type(1),
  .main > .inner-module.details .general div span:nth-of-type(1) {
    text-align: left;
    width: 100%;
    margin-right: unset;
    display: block;
  }
  .main > .users .heading,
  .main > .applications .heading,
  .main > .payments .heading,
  .main > .messages-overview .heading,
  .main > .inner-module .heading {
    flex-direction: column;
  }
  .main > .users .heading .buttons,
  .main > .applications .heading .buttons,
  .main > .payments .heading .buttons,
  .main > .messages-overview .heading .buttons,
  .main > .inner-module .heading .buttons {
    justify-content: end;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .main > .users .heading .buttons .ordinary-button,
  .main > .applications .heading .buttons .ordinary-button,
  .main > .payments .heading .buttons .ordinary-button,
  .main > .messages-overview .heading .buttons .ordinary-button,
  .main > .inner-module .heading .buttons .ordinary-button {
    width: 100%;
  }
  .main > .users .heading .buttons .ordinary-button.subtle,
  .main > .applications .heading .buttons .ordinary-button.subtle,
  .main > .payments .heading .buttons .ordinary-button.subtle,
  .main > .messages-overview .heading .buttons .ordinary-button.subtle,
  .main > .inner-module .heading .buttons .ordinary-button.subtle {
    background: #525252;
    color: white !important;
    padding: 6px 12px;
  }
  .main > .users .heading .filters,
  .main > .applications .heading .filters,
  .main > .payments .heading .filters,
  .main > .messages-overview .heading .filters,
  .main > .inner-module .heading .filters {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
  }
  .main > .users .heading .filters input[type="text"],
  .main > .applications .heading .filters input[type="text"],
  .main > .payments .heading .filters input[type="text"],
  .main > .messages-overview .heading .filters input[type="text"],
  .main > .inner-module .heading .filters input[type="text"],
  .main > .users .heading .filters select,
  .main > .applications .heading .filters select,
  .main > .payments .heading .filters select,
  .main > .messages-overview .heading .filters select,
  .main > .inner-module .heading .filters select {
    max-width: 100%;
    margin-right: unset;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  h1 {
    font-size: 32px;
    line-height: 115%;
  }
  .mobile-part {
    display: flex;
  }
  .mobile-part .signed-user .hello {
    display: none;
  }
  .mobile-part.option-ver {
    justify-content: end;
  }
  .mobile-part.option-ver .signed-user .hello {
    margin-right: 10px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  table.ordinary {
    width: 100%;
    border-collapse: collapse;
  }
  table.ordinary.compact td {
    padding: 15px 20px;
  }
  table.ordinary tr:first-of-type th {
    padding: 15px 20px;
  }
  table.ordinary td,
  table.ordinary th {
    padding: 15px 20px;
    font-size: 14px;
  }
  table.ordinary td .ordinary-button,
  table.ordinary th .ordinary-button {
    display: block;
  }
  .button-container .ordinary-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .discount-details {
    flex-direction: column;
    gap: 20px;
  }
  .payment-overview {
    padding: 25px 20px;
  }
  .payment-overview .head {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .payment-overview .head div {
    margin-bottom: 5px;
  }
  .payment-overview .head .right {
    margin-top: 20px;
  }
  .payment-overview .head .right a {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
  .user.details .inner {
    margin-bottom: 25px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .document-overview {
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    gap: 50px;
  }
  .document-overview .student .docs .doc-box,
  .document-overview .admin .docs .doc-box {
    margin-bottom: 15px;
    padding: 15px 20px;
  }
  .document-overview .student .docs .doc-box .doc .options,
  .document-overview .admin .docs .doc-box .doc .options {
    flex-shrink: 0;
  }
  .document-overview .student .docs .doc-box .doc span,
  .document-overview .admin .docs .doc-box .doc span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .document-overview .student .docs .doc-box .doc span:first-of-type,
  .document-overview .admin .docs .doc-box .doc span:first-of-type {
    padding-right: 5px;
  }
  .air-datepicker {
    width: unset!important;
    font-size: 14px;
    line-height: 36px;
  }
  .air-datepicker .air-datepicker-cell {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: flex;
  }
  .air-datepicker .air-datepicker-body--cells.-days- {
    min-width: unset;
    min-height: 240px;
  }
  .air-datepicker .air-datepicker-body--day-name {
    font-size: 12px;
    line-height: 120%;
    padding: 6px 10px;
  }
  .predeparture-list div label {
    font-size: 14px;
    line-height: 140%;
  }
  .sun-container {
    display: block;
  }
  .login {
    display: block;
    overflow-y: auto;
    height: 100vh;
  }
  .login .form {
    flex-direction: column;
  }
  .login .form .inner {
    padding: 30px;
    max-width: 100%;
    margin-right: unset;
    min-width: 100%;
    box-sizing: border-box;
  }
  .login .form .inner p {
    margin-bottom: 50px;
  }
  .login .form .inner .submit {
    margin-bottom: 100px;
  }
  .login .graphic {
    display: none;
  }
  .main-container {
    flex-direction: column;
  }
  .main-container .inbox-wrapper .new-message {
    margin-bottom: 30px;
    height: fit-content;
  }
  .main-container .inbox-wrapper .new-message #quill-editor .ql-editor {
    min-height: 160px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap {
    padding: 14px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a {
    margin-right: unset;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a.clearer {
    display: block;
    width: fit-content;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .main-container .inbox-wrapper .new-message .button-wrap a.sender {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents {
    position: relative;
    padding: unset;
    margin-bottom: 20px;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents .list .document-item .remove-temp-file {
    display: inline-block;
  }
  .main-container .inbox-wrapper .new-message .button-wrap .documents #add-document {
    margin-right: unset;
    padding: unset;
    display: inline-block;
  }
  .main-container .inbox-wrapper .conversation {
    margin-top: 25px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message {
    padding: 16px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message .timestamp {
    bottom: -20px;
  }
  .main-container .inbox-wrapper .conversation .message-row .message .content p {
    font-size: 14px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main-container .inbox-wrapper .conversation .message-row.notification .message {
    min-width: 100%;
    box-sizing: border-box;
    padding: 18px;
  }
  .main-container .main-wrap {
    padding-top: 62px;
    margin: 0;
    z-index: 0;
  }
  .main-container .main-wrap .main {
    padding: 20px;
  }
  .main-container .main-wrap .main .hello-message {
    text-align: center;
  }
  .main-container .main-wrap .main .steps {
    position: relative;
  }
  .main-container .main-wrap .main .steps .step-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-container .main-wrap .main .steps .step-content .close-step {
    height: unset;
    background: white;
    padding: 20px 20px 0 20px;
  }
  .main-container .main-wrap .main .steps .step-content .inner {
    padding: 54px 20px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content {
    margin-bottom: 10px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content p {
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .button-wrap {
    margin-top: 35px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .form-card {
    display: block;
    margin-right: unset;
    margin-bottom: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .upload-fields {
    margin: 10px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .upload-fields p {
    margin: 10px 0;
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul {
    margin: 20px 0;
    padding: unset;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul li,
  .main-container .main-wrap .main .steps .step-content .inner .content.documents .info ul a {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info {
    margin-top: 10px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay,
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid {
    padding: 0 8px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay .amount,
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid .amount {
    font-size: 22px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field {
    flex: unset;
    width: 100%;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content .group .fields .field label {
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 14px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .success-message {
    margin: 0px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .success-message p {
    margin: 15px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description {
    font-size: 15px;
    line-height: 150%;
    margin: 10px 0;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul {
    padding: unset;
  }
  .main-container .main-wrap .main .steps .step-content .inner .description.icon-show ul li {
    font-size: 15px;
  }
  .main-container .main-wrap .main .steps .phase-list {
    width: 100%;
    margin-right: unset;
  }
  .main-container .main-wrap .header {
    box-shadow: none;
    padding: 15px 20px 10px;
    position: relative;
    margin-left: unset;
    padding-bottom: 0px;
    align-items: baseline;
    height: unset;
  }
  .main-container .main-wrap .header .tabs {
    margin-bottom: unset;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
  }
  .main-container .main-wrap .header .tabs a {
    margin-right: 20px;
  }
  .main-container .main-wrap .header .right {
    padding-bottom: unset;
  }
  .main-container .main-wrap .header .right .user-menu {
    margin-right: unset;
  }
  .main-container .left-wrap {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  .main-container .left-wrap .sidebar {
    height: unset;
    width: 100%;
    overflow: unset;
    background-color: white;
    padding: 10px 30px 10px 24px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    align-items: center;
    box-sizing: border-box;
  }
  .main-container .left-wrap .sidebar .logo {
    padding: unset;
    width: unset;
    max-width: fit-content;
  }
  .main-container .left-wrap .sidebar .logo a {
    display: block;
    max-width: fit-content;
    height: fit-content;
    margin: unset;
  }
  .main-container .left-wrap .sidebar .programs,
  .main-container .left-wrap .sidebar .options {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    z-index: 2;
    margin: unset;
    background-color: #525252;
  }
  .main-container .left-wrap .sidebar .programs .program,
  .main-container .left-wrap .sidebar .options .program {
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 45px;
  }
  .main-container .left-wrap .sidebar .programs .program .svg-shape,
  .main-container .left-wrap .sidebar .options .program .svg-shape {
    min-width: 52px;
  }
  .main-container .left-wrap .sidebar .programs .program span,
  .main-container .left-wrap .sidebar .options .program span {
    min-width: 87px;
  }
  .main-container .left-wrap .sidebar .programs .program:last-of-type,
  .main-container .left-wrap .sidebar .options .program:last-of-type {
    border-bottom: unset;
    margin-bottom: unset;
  }
  .main-container .left-wrap .sidebar .programs .program:first-of-type,
  .main-container .left-wrap .sidebar .options .program:first-of-type {
    padding-top: 15px;
  }
  .main-container .left-wrap .sidebar .programs.opened,
  .main-container .left-wrap .sidebar .options.opened {
    display: block;
    transition: unset;
    animation: 0.5s linear 0s slide-left;
  }
  .main-container .left-wrap .sidebar .hamburger {
    display: block;
    max-width: fit-content;
  }
  .main-container .left-wrap .sidebar .options a {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .main-container .left-wrap .sidebar .options a .unreads {
    margin-left: 8px;
  }
  .main-container .left-wrap .sidebar .options a:first-of-type {
    padding-top: 13px;
  }
  .users.details .inner {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
  .users.details .inner .user-info {
    flex-direction: column;
    gap: 20px;
  }
  .users.details .inner .user-info .info-card div {
    margin-bottom: 8px;
  }
  .users.details .inner .user-info .info-card div span {
    font-size: 15px;
    line-height: 140%;
    display: block;
  }
  .applications.details {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .applications .outer-wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .applications .outer-wrap .group-card {
    padding: unset;
    margin-top: 25px;
  }
  .applications .outer-wrap .group-card.adresa div span:first-of-type,
  .applications .outer-wrap .group-card.fakultet div span:first-of-type,
  .applications .outer-wrap .group-card.ostalo div span:first-of-type {
    width: 100%;
  }
  .applications .outer-wrap .group-card div {
    flex-direction: column;
    gap: unset;
    margin-bottom: 8px;
  }
  .applications .outer-wrap .group-card div span {
    font-size: 15px;
    line-height: 140%;
    width: 100%;
    text-align: left;
  }
  .applications .outer-wrap .group-card div span:first-of-type {
    width: 100%;
  }
  .main .info-overview .button-wrap input,
  .main .info-overview .button-wrap a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .main .info-overview .step {
    margin-bottom: 35px;
  }
  .main .info-overview .step .infos .info {
    display: block;
    margin-right: unset;
    margin-bottom: 10px;
  }
  .main .info-overview .step .infos .info span {
    margin-bottom: 2px;
  }
  .main .info-overview h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .main .info-overview div {
    font-size: 15px;
    line-height: 140%;
  }
  .messages-overview .filters > div {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .inner-module .arrange-equal {
    flex-direction: column;
  }
  .inner-module .arrange-equal .detail-card {
    max-width: 100%;
    margin-right: unset;
    display: block;
    margin-bottom: 15px;
  }
  .cijene-programa .static-content > div {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 140%;
  }
  .cijene-programa .static-content > div input {
    display: inline-block !important;
  }
  .sastanci .ordinary-button {
    color: white!important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .sastanci .detail-card input {
    margin-bottom: 15px;
  }
  .sastanci ul {
    margin-bottom: 35px;
  }
  .sastanci ul li {
    margin-bottom: 20px;
  }
  .sastanci ul li span {
    display: block;
    width: 100%;
  }
  .main > .users,
  .main > .applications,
  .main > .payments,
  .main > .messages-overview,
  .main > .inner-module {
    padding: 40px 20px;
  }
  .main > .users.details .detail-card input,
  .main > .applications.details .detail-card input,
  .main > .payments.details .detail-card input,
  .main > .messages-overview.details .detail-card input,
  .main > .inner-module.details .detail-card input,
  .main > .users.details .detail-card select,
  .main > .applications.details .detail-card select,
  .main > .payments.details .detail-card select,
  .main > .messages-overview.details .detail-card select,
  .main > .inner-module.details .detail-card select {
    width: 100%!important;
    display: block;
  }
  .main > .users.details .general,
  .main > .applications.details .general,
  .main > .payments.details .general,
  .main > .messages-overview.details .general,
  .main > .inner-module.details .general {
    width: 100%;
  }
  .main > .users.details .general div,
  .main > .applications.details .general div,
  .main > .payments.details .general div,
  .main > .messages-overview.details .general div,
  .main > .inner-module.details .general div {
    margin-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main > .users.details .general div span,
  .main > .applications.details .general div span,
  .main > .payments.details .general div span,
  .main > .messages-overview.details .general div span,
  .main > .inner-module.details .general div span {
    font-size: 15px;
    line-height: 140%;
    display: block;
    width: 100%;
  }
  .main > .users.details .general div span input,
  .main > .applications.details .general div span input,
  .main > .payments.details .general div span input,
  .main > .messages-overview.details .general div span input,
  .main > .inner-module.details .general div span input {
    width: 100%!important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .main > .users.details .general div span:nth-of-type(1),
  .main > .applications.details .general div span:nth-of-type(1),
  .main > .payments.details .general div span:nth-of-type(1),
  .main > .messages-overview.details .general div span:nth-of-type(1),
  .main > .inner-module.details .general div span:nth-of-type(1) {
    text-align: left;
    width: 100%;
    margin-right: unset;
    display: block;
  }
  .main > .users .heading,
  .main > .applications .heading,
  .main > .payments .heading,
  .main > .messages-overview .heading,
  .main > .inner-module .heading {
    flex-direction: column;
  }
  .main > .users .heading .buttons,
  .main > .applications .heading .buttons,
  .main > .payments .heading .buttons,
  .main > .messages-overview .heading .buttons,
  .main > .inner-module .heading .buttons {
    justify-content: end;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .main > .users .heading .buttons .ordinary-button,
  .main > .applications .heading .buttons .ordinary-button,
  .main > .payments .heading .buttons .ordinary-button,
  .main > .messages-overview .heading .buttons .ordinary-button,
  .main > .inner-module .heading .buttons .ordinary-button {
    width: 100%;
  }
  .main > .users .heading .buttons .ordinary-button.subtle,
  .main > .applications .heading .buttons .ordinary-button.subtle,
  .main > .payments .heading .buttons .ordinary-button.subtle,
  .main > .messages-overview .heading .buttons .ordinary-button.subtle,
  .main > .inner-module .heading .buttons .ordinary-button.subtle {
    background: #525252;
    color: white !important;
    padding: 6px 12px;
  }
  .main > .users .heading .filters,
  .main > .applications .heading .filters,
  .main > .payments .heading .filters,
  .main > .messages-overview .heading .filters,
  .main > .inner-module .heading .filters {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
  }
  .main > .users .heading .filters input[type="text"],
  .main > .applications .heading .filters input[type="text"],
  .main > .payments .heading .filters input[type="text"],
  .main > .messages-overview .heading .filters input[type="text"],
  .main > .inner-module .heading .filters input[type="text"],
  .main > .users .heading .filters select,
  .main > .applications .heading .filters select,
  .main > .payments .heading .filters select,
  .main > .messages-overview .heading .filters select,
  .main > .inner-module .heading .filters select {
    max-width: 100%;
    margin-right: unset;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1800px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1800px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 966px) and (max-width: 1800px), only screen and (min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1800px), only screen and (min-resolution: 192dpi) and (min-width: 966px) and (max-width: 1800px), only screen and (min-resolution: 2dppx) and (min-width: 966px) and (max-width: 1800px), only screen and (min-width: 966px) and (max-width: 1800px) {
  h1 {
    font-size: 38px;
    line-height: 90%;
  }
  .main-container .left-wrap .sidebar .programs {
    margin-top: 10px;
  }
  .main-container .main-wrap .main {
    padding: 145px 90px 75px;
  }
  .login {
    align-items: start;
  }
  .login .form {
    padding: 0 50px;
    margin: unset;
    max-height: 100vh;
    overflow-y: auto;
    width: 38vw;
  }
  .login .form .inner {
    margin-right: unset;
    padding-bottom: 5px;
    width: 400px;
    margin-top: unset;
    padding-top: 40px;
    height: fit-content;
  }
  .login .form .inner #_ctl0_regForm .additional .data-protection p {
    margin-bottom: 10px;
  }
  .login .form .inner #_ctl0_regForm p {
    margin-bottom: 20px;
  }
  .login .form .inner #_ctl0_regForm .submit {
    margin-bottom: 30px;
  }
  .login .form .inner p {
    font-size: 16px;
    line-height: normal;
  }
  .login .form .inner .logo-copyright img {
    margin-bottom: 15px;
  }
  .login .form .inner p {
    margin: 0 0 70px 0;
  }
  .login .form .inner .submit {
    margin-bottom: 80px;
  }
  .login .form .inner div input {
    margin-bottom: 10px;
  }
  .login .form .inner div span {
    line-height: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1600px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1600px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 966px) and (max-width: 1600px), only screen and (min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1600px), only screen and (min-resolution: 192dpi) and (min-width: 966px) and (max-width: 1600px), only screen and (min-resolution: 2dppx) and (min-width: 966px) and (max-width: 1600px), only screen and (min-width: 966px) and (max-width: 1600px) {
  .main-container .main-wrap .main {
    padding: 145px 60px 75px;
  }
  .payment-overview .head {
    margin-bottom: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1400px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1400px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 966px) and (max-width: 1400px), only screen and (min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1400px), only screen and (min-resolution: 192dpi) and (min-width: 966px) and (max-width: 1400px), only screen and (min-resolution: 2dppx) and (min-width: 966px) and (max-width: 1400px), only screen and (min-width: 966px) and (max-width: 1400px) {
  .main-container .left-wrap .sidebar {
    width: 155px;
  }
  .main-container .left-wrap .sidebar .logo {
    width: unset;
    padding: 24px 0;
  }
  .main-container .main-wrap {
    margin-left: 155px;
  }
  .main-container .main-wrap .header {
    margin-left: 155px;
    padding: 0 36px 0 60px;
  }
  .main-container .main-wrap .main .steps .phase-list {
    width: 450px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1300px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 966px) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 966px) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 966px) and (max-width: 1300px), only screen and (min-width: 966px) and (max-width: 1300px) {
  .document-overview .student .docs .doc-box,
  .document-overview .admin .docs .doc-box {
    padding: 15px 30px;
  }
  .document-overview .student .docs .doc-box .doc span,
  .document-overview .admin .docs .doc-box .doc span {
    font-size: 16px;
  }
  .main-container .main-wrap {
    margin-left: 135px;
  }
  .main-container .main-wrap .main {
    padding: 115px 60px 75px;
  }
  .main-container .main-wrap .main .steps .step-content {
    max-width: 530px;
  }
  .main-container .main-wrap .main .steps .step-content .inner .success-message {
    margin: 10px;
  }
  .main-container .main-wrap .main .steps .phase-list {
    width: 400px;
  }
  .main-container .main-wrap .header {
    margin-left: 135px;
  }
  .main-container .main-wrap .header .right .user-menu {
    margin-right: 70px;
  }
  .main-container .main-wrap .header .right .hello {
    font-size: 16px;
  }
  .main-container .main-wrap .header .tabs a {
    margin-right: 30px;
  }
  .main-container .left-wrap .sidebar {
    width: 135px;
  }
  .login {
    height: 100vh;
  }
  .login .graphic {
    height: 100%;
  }
  .login .graphic img {
    height: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 966px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 966px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 966px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 966px) and (max-width: 1200px), only screen and (min-width: 966px) and (max-width: 1200px) {
  .main-container .main-wrap .main .steps .step-content .inner .description {
    font-size: 15px;
    line-height: 140%;
  }
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .paid .amount,
  .main-container .main-wrap .main .steps .step-content .inner .content.payment .info .to-pay .amount {
    margin-top: 10px;
    font-size: 25px;
  }
  .main-container .main-wrap .main .steps .phase-list {
    width: 350px;
  }
  .main-container .main-wrap .main .steps .phase-list .phase .step-list .step {
    font-size: 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1280px), only screen and (min-width: 960px) and (max-width: 1280px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1199px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 960px) and (max-width: 1199px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 192dpi) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 2dppx) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-width: 1281px) and (max-width: 1550px) {
  
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2000px), only screen and ( min-moz-device-pixel-ratio: 2) and (min-width: 2000px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 2000px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 2000px), only screen and ( min-resolution: 192dpi) and (min-width: 2000px), only screen and ( min-resolution: 2dppx) and (min-width: 2000px), only screen and (min-width: 2000px) {*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1800px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1800px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1800px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1800px), only screen and (min-resolution: 192dpi) and (min-width: 1800px), only screen and (min-resolution: 2dppx) and (min-width: 1800px), only screen and (min-width: 1800px) {
  
}
/*@import "scaling.less";*/

