@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.bg-exclude-header {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(10, 36, 52, 0.5);
}

header.header a,
header.header a:hover {
  text-decoration: none;
  color: #000;
}
header.header .bi-top-menu .bi-top-menu-el {
  cursor: pointer;
}
header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 .sub-menu2-li:hover {
  color: #009fc3;
}
@media (min-width: 1320px) {
  header.header .main-menu-wrap > div,
  header.header nav.navbar,
  header.header .header-flex,
  header.header .menu--main {
    position: inherit;
  }
  header.header .bi-top-menu .bi-top-menu-el .main .bi-icon-arrow-bottom,
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu-main .icon {
    display: none;
  }
  header.header .bi-top-menu .bi-top-menu-el {
    font-size: 0.875rem;
    height: 90px;
    align-content: center;
    font-weight: 500;
    color: #313a41;
    user-select: none;
  }
  header.header .bi-top-menu .bi-top-menu-el .main a {
    padding: 0px 12px;
    display: inline-block;
    text-align: center;
  }
  header.header .bi-top-menu .bi-top-menu-el .main:hover {
    text-shadow: 0px 0px 0.5px;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu {
    display: none;
    position: absolute;
    top: 90px; /*100px;*/
    left: 0;
    width: 100%;
    height: auto;
    background-color: #009fc3;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 15px;
    text-overflow: unset;
    white-space: normal;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li a {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 300px;
    color: #313a41;
    padding: 10px 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 .sub-menu2-li {
    all: unset;
    display: block;
    font-size: 13px;
    margin: 0 20px;
    line-height: 15px;
    color: #313a41;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px dashed #c3d0d8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 .sub-menu2-li:last-child {
    border-bottom: 0;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li:hover {
    color: white;
    text-shadow: 0px 0px 0.3px;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li:hover.has-submenu2:before {
    position: absolute;
    bottom: -3px;
    left: 50px;
    content: "";
    width: 40px;
    height: 8px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 8px solid #fff;
  }
  header.header .bi-top-menu .bi-top-menu-el.active .main {
    text-shadow: 0px 0px 0.5px;
  }
  header.header .bi-top-menu [data-key=Endeksler] .sub-menu-li, header.header .bi-top-menu [data-key=Indices] .sub-menu-li {
    font-size: 11px !important;
    padding: 12px 8px !important;
  }
  header.header .bi-top-menu [data-key=Endeksler] .sub-menu-li::before, header.header .bi-top-menu [data-key=Indices] .sub-menu-li::before {
    display: none !important;
  }
  header.header .bi-top-menu [data-key=Endeksler] div::before, header.header .bi-top-menu [data-key=Indices] div::before {
    display: none !important;
  }
  header.header .bi-top-menu [data-key=Endeksler] .sub-menu2, header.header .bi-top-menu [data-key=Endeksler] .icon.bi-icon-arrow-bottom, header.header .bi-top-menu [data-key=Indices] .sub-menu2, header.header .bi-top-menu [data-key=Indices] .icon.bi-icon-arrow-bottom {
    display: none !important;
  }
  header.header .bi-top-menu [data-key=Endeksler] .sub-menu-li.has-submenu2.no-print::before, header.header .bi-top-menu [data-key=Indices] .sub-menu-li.has-submenu2.no-print::before {
    display: none !important;
  }
}
@media (max-width: 1319.98px) {
  header.header > .container .mobil-menu-buton {
    display: block;
    left: 50%;
    position: absolute;
    width: 36px;
    transform: translate(-50%, 0%);
  }
  header.header .main-menu-wrap {
    position: absolute;
    right: 15px;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon {
    display: block;
    width: 36px;
    cursor: pointer;
    user-select: none;
    right: 0;
    cursor: pointer;
    user-select: none;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:not(.active):before, header.header .main-menu-wrap .menu--main .canvas-icon:not(.active):after {
    background-color: #069abe;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:before, header.header .main-menu-wrap .menu--main .canvas-icon:after {
    content: "";
    display: block;
    height: 0.25rem;
    transition: all 200ms ease-in-out;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:before {
    transition: all 200ms ease-in-out;
    margin-bottom: 1rem;
    box-shadow: 0 10px 0 #069abe;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon.active {
    z-index: 1042;
    right: -6px;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon.active:before {
    box-shadow: 0 0 0 #fff;
    transform: translateY(10px) rotate(45deg);
    background-color: #fff;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon.active:after {
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
  }
  header.header .bi-top-menu {
    width: calc(100vw - 64px);
    overflow-y: auto;
  }
  header.header .bi-top-menu .bi-top-menu-el .main, header.header .bi-top-menu .bi-top-menu-el a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    text-shadow: 0px 0px 0.5px;
  }
  header.header .bi-top-menu .bi-top-menu-el .main {
    border-bottom: 1.5px dashed rgba(153, 153, 153, 0.15) !important;
  }
  header.header .bi-top-menu .bi-top-menu-el .main .bi-icon-arrow-bottom {
    display: inline-block;
    transition: transform 300ms;
  }
  header.header .bi-top-menu .bi-top-menu-el .main .bi-icon-arrow-bottom.active {
    transform: rotate(180deg);
  }
  header.header .bi-top-menu .bi-top-menu-el .main a {
    padding: 0;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .container {
    padding: 0;
    margin: 0;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu-main,
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li a {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-right: 25px !important;
    margin: 15px 0 !important;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu-main a {
    all: unset;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    line-height: unset;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu-main .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    display: block;
    float: right;
    transition: transform 300ms;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu-main .icon.reverse {
    transform: rotate(180deg);
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 .sub-menu2-li {
    line-height: unset;
    display: block;
    width: calc(100% - 40px);
    font-weight: 400;
    font-size: 13.5px;
    padding: 5px 0;
    margin: 0 20px !important;
    color: #313a41;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu,
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu::-webkit-scrollbar,
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2::-webkit-scrollbar {
    display: none;
  }
  header.header .bi-top-menu .bi-top-menu-el .sub-menu.active,
  header.header .bi-top-menu .bi-top-menu-el .sub-menu .sub-menu-li .sub-menu2.active {
    max-height: 600px;
    overflow-y: auto;
  }
}

.search-form {
  display: none;
  position: absolute;
  right: -10%;
  top: 58px;
  width: 600px;
  padding: 10px;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767.98px) {
  .search-form {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .search-form {
    width: 100vw;
    right: -114px;
    top: 57px;
  }
}
.search-form input {
  width: calc(100% - 80px);
  outline: 0;
  padding: 0 15px;
  line-height: 36px;
  border: 2px solid #d6d8d9;
  border-radius: 10px;
  border-top-right-radius: 10px;
}
.search-form .bi-icon-search {
  padding: 0 20px;
}
.search-form button {
  border: 0px;
  background: none;
  outline: 0;
  border: 0;
  width: 60px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.search-button {
  border: 0px;
  padding: 0px 20px !important;
}

.bi-top-menu .mainmenuitem-hidden,
.sidebar .sidebaritem-hidden {
  display: none !important;
}

/*# sourceMappingURL=header-menu.css.map */
