/* colors */
.select2-container .wrapper-options-facultaties {
  width: 341px !important;
  left: -138px !important;
}
.select2-container .wrapper-options-facultaties .select2-results {
  overflow: hidden;
}
.select2-container .wrapper-options-facultaties .select2-results .select2-results__options {
  height: 100%;
  overflow-y: scroll;
}
.select2-container .wrapper-options-facultaties .select2-results .select2-results__options .select2-results__option--selectable {
  position: relative;
  background-color: transparent;
  color: #000000;
  font-weight: 400;
  padding: 24.5px 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border: 0;
  border-bottom: 1px solid #000000;
}
.select2-container .wrapper-options-facultaties .select2-results .select2-results__options .select2-results__option--selectable:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 15px;
  background-image: url("../../img/arrow-faculty-option.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: translateY(-50%);
}
.select2-container .wrapper-options-facultaties .select2-results .select2-results__options .select2-results__option--selectable.select2-results__option--highlighted {
  color: #4fa3da;
  background-color: transparent !important;
}
.select2-container .wrapper-options-facultaties .select2-results .select2-results__options .select2-results__option--selectable:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .select2-container .wrapper-options-facultaties {
    left: 0 !important;
  }
}

.directory-list-page {
  /* SECTION: GRID teachers */
}
.directory-list-page .directory-update {
  cursor: pointer;
}
.directory-list-page .color-mid {
  background-color: #96d2fb;
}
.directory-list-page header {
  align-items: center;
  padding: 48px 105px;
}
.directory-list-page header .info {
  padding: 0;
}
.directory-list-page header .info .node-breadcrumb {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.directory-list-page header .info .study-title {
  max-width: 490px;
  width: 100%;
}
.directory-list-page header .info .study-title .title__text {
  font-size: 45px;
  line-height: 51px;
  font-weight: 600;
  font-family: "lft-etica", sans-serif;
  color: #000000;
}
@media (max-width: 991px) {
  .directory-list-page header .info .study-title .title__text {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .directory-list-page header .info .study-title {
    max-width: 310px;
  }
}
.directory-list-page header .searcher-filter {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
.directory-list-page header .searcher-filter .searcher-directory {
  margin-bottom: 0;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form {
  max-width: max-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0rem 0.5rem;
  justify-content: flex-end;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .form-item-text {
  width: 50%;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .form-item-text input {
  color: #707070;
  width: 100%;
  margin-top: 0;
  padding: 10.4px;
  border: 0;
  padding-right: 23px;
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .form-item-text {
    width: 100%;
  }
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .form-item-department {
  width: 201.5px;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .search {
  max-width: fit-content;
  position: relative;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .search .icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 24.7px;
  height: 25px;
  background-size: cover;
  background: url("../../img/lupa-gray.svg") center;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .search .icon::after {
    right: 20px;
    top: 22px;
  }
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .search {
    position: static;
  }
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .select2-container--default {
  width: 100% !important;
  padding: 8px 14px;
  margin-bottom: 0px;
  color: #ffffff;
  background: #00416b;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding-right: 1rem;
}
.directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .select2-container--default .selection .select2-selection--single .select2-selection__arrow::after {
  right: -6px;
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form .select2-container--default .selection .select2-selection--single {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter .searcher-directory .uic-api-directory-search-form {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .directory-list-page header .searcher-filter {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .directory-list-page header {
    padding: 54px 50px;
  }
}
.directory-list-page #directory-list {
  font-family: "lft-etica", sans-serif;
  padding: 40px 50px 40px 50px;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 992px) {
  .directory-list-page #directory-list {
    padding: 40px 105px 40px 105px;
  }
}
.directory-list-page #directory-list .letters-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .directory-list-page #directory-list .letters-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.directory-list-page #directory-list .letters-wrapper .count-teachers .count-text {
  color: #555555;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .letters-wrapper .count-teachers .count-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .letters-wrapper .count-teachers {
    order: 2;
  }
}
.directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector {
  margin-bottom: 0;
}
.directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item {
  display: inline;
  text-transform: uppercase;
  display: inline;
  padding: 0 27px;
  border-right: 1px solid #959595;
}
.directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item .letter-selector {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
}
.directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item .letter-selector.active, .directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item .letter-selector:hover {
  color: #029fda;
}
.directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item:first-child {
  border-left: 1px solid #959595;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector .letters-selector-item {
    font-size: 14px;
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .letters-wrapper .letters-filter .letters-selector {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .letters-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 73px 0;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div {
  padding: 20px 0;
  max-height: 500px;
}
@media (min-width: 992px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div {
    padding: 20px;
    max-height: 450px;
    margin-bottom: 2.5rem;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div:nth-child(even) {
    padding-right: 0;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div:nth-child(odd) {
    padding-left: 0;
  }
}
@media (min-width: 1301px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div {
    padding: 20px;
    max-height: 241px;
    margin-bottom: 2.5rem;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div:nth-child(even) {
    padding-right: 0;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div:nth-child(odd) {
    padding-left: 0;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 22px 38px;
  background-color: #f7f7f8;
  min-height: 240px;
}
@media (min-width: 768px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover {
    background-color: #dbedf9;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover .teacher__info .teacher__link {
    font-size: 26.52px;
    color: #00416b;
    transition: font-size 0.4s ease, color 0.4s ease;
  }
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover .teacher__info .teacher__department,
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover .teacher__info .teacher__email,
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover .teacher__info .teacher__contact-tlf .contact-tfl__text,
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher:hover .teacher__info .teacher__contact-tlf .contact-tfl__text .contact-tlf_link {
    font-size: 18.36px;
    color: #00416b;
    transition: font-size 0.4s ease, color 0.4s ease;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info {
  flex: 70%;
  padding-right: 2rem;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__link {
  display: block;
  font-size: 26px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
  transition: font-size 0.4s ease, color 0.4s ease;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__link:hover > .teacher__name {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__department {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  margin-bottom: 4px;
  transition: font-size 0.4s ease, color 0.4s ease;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__department {
    font-size: 14px;
    line-height: 16px;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__email {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  transition: font-size 0.4s ease, color 0.4s ease;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__email {
    font-size: 15px;
    color: #959595;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__contact-tlf .contact-tfl__text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  transition: font-size 0.4s ease, color 0.4s ease;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__contact-tlf .contact-tfl__text .contact-tlf_link {
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
  color: #000;
  text-decoration: underline;
  transition: font-size 0.4s ease, color 0.4s ease;
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__contact-tlf .contact-tfl__text .contact-tlf_link {
    font-size: 15px;
    color: #959595;
  }
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info .teacher__contact-tlf .contact-tfl__text {
    font-size: 15px;
    color: #959595;
  }
}
@media (max-width: 1300px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__info {
    order: 2;
    flex: none;
    padding-right: 0;
    text-align: center;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__img {
  flex: 30%;
  text-align: end;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher .teacher__img .img__profile {
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher {
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px 0px;
  }
}
@media (max-width: 991px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled > div .wrapper__teacher {
    min-height: 300px;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit {
  font-size: 0.8em;
  display: flex;
  width: 100%;
  justify-content: center;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit .label {
  float: left;
  margin-right: 20px;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #25282b;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit ul li {
  float: left;
  margin-right: 20px;
  font-weight: bold;
  cursor: pointer;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit ul li:last-child {
  margin-right: 0;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit ul li.active, .directory-list-page #directory-list .list-wrapper .list-unstyled .teachers-search-limit ul li:hover {
  color: #009fdf;
  text-decoration: underline;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  /* width */
  /* Handle */
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item {
  display: inline-block;
  list-style: none;
  background: #009fdf;
  max-width: 142px;
  flex: 0 0 15%;
  margin: 15px 15px 15px 0px;
  max-height: 70px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos1, .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos2, .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos3 {
  max-width: 72px;
  background: #00416b;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos1:hover, .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos2:hover, .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item--pos3:hover {
  background: #001e32;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item a {
  color: #ffffff;
  padding: 25px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item a.is-active {
  background: #001e32;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list .pager__item:hover {
  background: #001e32;
}
@media (max-width: 540px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager .pager__list {
    justify-content: initial;
    padding: 0;
  }
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager::-webkit-scrollbar {
  background: url("../../img/linia-blue.svg");
  height: 10px;
  background-size: 100% 14%;
  background-repeat: no-repeat;
  background-position: center;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager::-webkit-scrollbar-thumb {
  background: url("../../img/handle-scroll-blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 192px;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager::-webkit-scrollbar-track {
  height: 4px;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager::-webkit-scrollbar-track-piece {
  height: 10px !important;
}
.directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager::-webkit-scrollbar-thumb::after {
  content: "";
  border: 2px dotted #ff0000;
}
@media (max-width: 540px) {
  .directory-list-page #directory-list .list-wrapper .list-unstyled .wrapper__pager {
    padding: 0;
    margin: 20px;
  }
}

#study-teachers .directory-list-page {
  padding-left: 16px;
  padding-right: 16px;
}

/*# sourceMappingURL=directory.css.map */
