.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-grey-bg {
  background: linear-gradient(301deg, #fee, #eaf6ff);
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

@media (min-width: 992px) {
  .dept-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dept-links .dept-link {
  display: flex;
}
.dept-links .dept-link__text {
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
  will-change: transform;
  max-width: calc(100% - 34px);
}
.dept-links .dept-link__icon {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
}
.dept-links .dept-link__icon::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-6px, 6px);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgOS43NUw5Ljc1IDAuNzVNOS43NSAwLjc1SDAuNzVNOS43NSAwLjc1VjkuNzUiIHN0cm9rZT0iIzBDMUY2MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.dept-links .dept-link__icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transform: translate(0, 0);
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgOS43NUw5Ljc1IDAuNzVNOS43NSAwLjc1SDAuNzVNOS43NSAwLjc1VjkuNzUiIHN0cm9rZT0iIzBDMUY2MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.dept-links .dept-link:hover .dept-link__icon::before {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.dept-links .dept-link:hover .dept-link__icon::after {
  opacity: 0;
  transform: translate(6px, -6px);
}
.dept-links .dept-link::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #4DABE9;
  width: 0;
  top: 0;
  left: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}
@media (min-width: 992px) {
  .dept-links .dept-link {
    min-height: 55px;
  }
  .dept-links .dept-link:hover .dept-link__text {
    color: #4DABE9 !important;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .dept-links .dept-link {
    min-height: 55px;
  }
}

@media (min-width: 992px) {
  .dept-links:has(.dept-link--stil-1) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dept-link--stil-1 .dept-link__icon::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC43NSA5Ljc1TDkuNzUgMC43NU05Ljc1IDAuNzVIMC43NU05Ljc1IDAuNzVWOS43NSIgc3Ryb2tlPSIjMDgxRTVGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
.dept-link--stil-1 .dept-link__icon::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC43NSA5Ljc1TDkuNzUgMC43NU05Ljc1IDAuNzVIMC43NU05Ljc1IDAuNzVWOS43NSIgc3Ryb2tlPSIjMDgxRTVGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}

.dept-links--stil-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .dept-links--stil-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .dept-links--stil-3 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.dept-link--stil-3 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  min-height: 120px !important;
  padding: 16px !important;
}
.dept-link--stil-3 .dept-link__text {
  max-width: 100%;
}
.dept-link--stil-3 .dept-link__icon {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.dept-link--stil-3 .dept-link__icon::before {
  display: block !important;
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj48cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSIyMCIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMTYuNSAyMy41TDIzLjUgMTYuNU0yMy41IDE2LjVIMTYuNU0yMy41IDE2LjVWMjMuNSIgc3Ryb2tlPSIjMjk4REU2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
}
.dept-link--stil-3 .dept-link__icon::after {
  display: none !important;
}

.dept-link--stil-2 {
  background: transparent !important;
  border-bottom: 1px solid #298DE5 !important;
  border-radius: 0 !important;
}

.dept-links .dept-link--hidden {
  max-height: 0;
  min-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom: none;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease, padding 0.3s ease, min-height 0.4s ease;
  margin-bottom: 0px !important;
}
.dept-links.is-expanded .dept-link--hidden {
  min-height: 55px !important;
  opacity: 1;
  visibility: visible;
  display: flex;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 992px) {
  .dept-links.is-expanded .dept-link--hidden {
    min-height: 55px !important;
  }
}

.dept-links-toggle {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.dept-links-toggle:hover {
  opacity: 0.8;
}
.dept-links-toggle__icon {
  width: 12px;
  height: 12px;
  position: relative;
  transition: transform 0.3s ease;
}
.dept-links-toggle__icon::before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw2IDYuNUwxMSAxLjUiIHN0cm9rZT0iIzI5OERFNiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.dept-links-toggle.is-active .dept-links-toggle__icon {
  transform: rotate(180deg);
}

[data-theme=dark] .dept-links .dept-link::before {
  background: var(--basarilar-oduller-bg) !important;
}
[data-theme=dark] .dept-links .dept-link__icon::after {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .dept-links .dept-link__text {
  color: var(--link-color) !important;
}
[data-theme=dark] .dept-link--stil-1 {
  background-color: var(--card-bg) !important;
}
[data-theme=dark] .dept-link--stil-1 .dept-link__icon::before, [data-theme=dark] .dept-link--stil-1 .dept-link__icon::after {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .dept-link--stil-1 .dept-link__text {
  color: var(--link-color) !important;
}
[data-theme=dark] .dept-link--stil-3 {
  background-color: var(--card-bg) !important;
}
[data-theme=dark] .dept-link--stil-3 .dept-link__text {
  color: var(--link-color) !important;
}
[data-theme=dark] .dept-links-toggle {
  color: var(--link-color) !important;
}
[data-theme=dark] .dept-links-toggle__icon::before {
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=horizontal-links.css.map */
