@charset "UTF-8";
html, body {
  min-height: 100% !important;
  height: 100%; }

:root {
  --bs-primary:#897698; }

.scroll-1::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: transparent; }

.scroll-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #e63572;
  /*background-color: #ec5363;*/
  background-color: #e63572; }

.scroll-1::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background-color: #d63562;
  -webkit-box-shadow: 0 0 4px #ddd; }

.scroll-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent; }

.scroll-2::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent; }

.scroll-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #e63572;
  /*background-color: #ec5363;*/
  background-color: #e63572; }

.scroll-2::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background-color: #d63562;
  -webkit-box-shadow: 0 0 4px #ddd; }

.scroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent; }

.align-right {
  float: right; }

.input-group.input-group-outline.hrn-filled-mask .form-label + .form-control {
  border-color: inherit;
  border-top-color: transparent;
  box-shadow: inset 1px 0 inherit, inset -1px 0 inherit, inset 0 -1px inherit; }

.input-group.input-group-outline.hrn-filled-mask .form-label {
  width: 100%;
  height: 100%;
  font-size: 0.6875rem !important;
  color: #inherit;
  display: flex;
  line-height: 1.25 !important; }

.input-group.input-group-outline.hrn-filled-mask .form-label:before,
.input-group.input-group-outline.hrn-filled-mask .form-label:after {
  opacity: 1; }

.input-group.input-group-outline.hrn-filled-mask .form-label:before,
.input-group.input-group-outline.hrn-filled-mask .form-label:after {
  border-top-color: inherit;
  box-shadow: inset 0 1px inherit; }

/*DYNAMIC*/
.input-group.input-group-dynamic.hrn-filled-mask .form-label + .form-control {
  border-color: inherit;
  border-top-color: transparent;
  box-shadow: inset 1px 0 inherit, inset -1px 0 inherit, inset 0 -1px inherit; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label {
  width: 100%;
  height: 100%;
  font-size: 0.6875rem !important;
  color: #inherit;
  display: flex;
  line-height: 1.25 !important;
  top: -5px; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label:before,
.input-group.input-group-dynamic.hrn-filled-mask .form-label:after {
  opacity: 1; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label:before,
.input-group.input-group-dynamic.hrn-filled-mask .form-label:after {
  border-top-color: inherit;
  box-shadow: inset 0 1px inherit; }

nav.headermenu {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  overflow: auto;
  white-space: nowrap; }
  nav.headermenu button {
    text-align: center;
    margin-left: 5px;
    border-right: 1px solid #09f;
    text-decoration: none;
    font-weight: 500;
    transition: all linear .3s; }

.tablo-body {
  max-height: 250px !important;
  min-height: 250px !important;
  overflow: auto; }

.form-switch .form-check-input:checked {
  border-color: #42424a;
  background-color: #42424a;
  background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%); }

.menuac {
  /*
  &:hover .acilirmenu,&:focus .acilirmenu{
    height: auto;
  }
  */ }
  .menuac .acilirmenu {
    position: relative;
    background-color: inherit;
    min-width: 160px;
    width: 100%;
    transition: all linear .3s;
    height: 0px;
    overflow: hidden;
    transition: all linear .2s;
    margin-left: 0px;
    padding-left: 0px; }
    .menuac .acilirmenu li {
      list-style: none;
      list-style-type: none;
      color: inherit; }
      .menuac .acilirmenu li a {
        color: inherit; }
  .menuac .acilirmenu a {
    display: block;
    text-align: left;
    margin-left: 15px;
    transition: all linear .3s; }
  .menuac .acilirmenu a:hover {
    color: inherit; }

.dropzone {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #ddd; }
  .dropzone .dropzone-imgshow {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .dropzone .dropzone-form {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .dropzone .dropzone-form.active {
      background-color: rgba(0, 128, 0, 0.15); }
      .dropzone .dropzone-form.active p {
        color: green; }
    .dropzone .dropzone-form input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .dropzone .dropzone-form p {
      font-size: 1.5rem;
      color: #333; }
  .dropzone .dropzone-result-text {
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    font-size: 14px; }
    .dropzone .dropzone-result-text:empty {
      display: none; }
    .dropzone .dropzone-result-text.success {
      background: rgba(0, 128, 0, 0.149);
      color: green; }

.border-radius-0 {
  border-radius: 0px !important; }

.bg-gold {
  background-color: #FFD966; }

.bg-gold-2 {
  background-color: #FFD93D; }

.bg-darkhrn {
  background-color: #344767; }

.text-black {
  color: #111; }

.text-whitehrn {
  color: #eee; }

nav.navbar-main {
  width: 100%;
  position: stiky;
  margin-left: 0px !important;
  margin-right: 0px !important;
  background-color: #fff !important; }

/*SUMMERNOTE RESET*/
.note-editor .note-btn {
  padding: 5px;
  font-size: .8rem;
  margin: 5px;
  box-shadow: 1px 2px 2px 2px #ddd; }
  .note-editor .note-btn i {
    font-size: 0.8rem !important; }

.filtre-sidenav {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  max-width: 350px;
  width: 0px;
  max-height: 100vh;
  padding: 10px;
  background-color: transparent;
  z-index: 10000000000;
  padding: 0px;
  padding-bottom: 150px;
  display: none;
  transition: all linear .3s; }

.filtre-sidenav.open {
  width: 250px;
  display: block;
  padding-left: 10px;
  padding-right: 10px; }

@media screen and (max-width: 991px) {
  .hrn-mobile-hidden {
    display: none; } }
@media screen and (max-width: 600px) {
  .mobilehide {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none; } }
.hrntabbtn {
  border-radius: 0px;
  margin-left: 0.1rem; }

.hrntabbtn.active {
  background-color: #666 !important;
  color: #fff;
  transform: scale(0.8); }

.display-none {
  display: none; }

.imagegoverscale {
  position: relative;
  float: left;
  transition: all linear .3s; }
  .imagegoverscale:hover {
    transform: scale(4.5);
    z-index: 100000; }

.hrn-table {
  position: relative;
  width: 100%;
  padding: 1rem;
  border-radius: 15px; }
  .hrn-table tr {
    border: 1px solid rgba(150, 150, 150, 0.5);
    background-color: #C9D7DD; }
    .hrn-table tr td {
      vertical-align: middle;
      padding: 0px 5px;
      position: relative;
      word-wrap: break-word;
      border: 1px solid #aaa; }
      .hrn-table tr td img {
        max-height: 100%; }
  .hrn-table tr:nth-child(2n+1) {
    background-color: #fff; }
  .hrn-table thead tr th {
    background: #637A9F;
    color: #FFF;
    box-shadow: 2px 1px 3px 2px rgba(180, 180, 180, 0.5);
    padding: 0px 5px;
    text-align: center; }
  .hrn-table thead tr th span {
    font-size: 0.8rem !important; }
  .hrn-table tr td span {
    font-size: 0.8rem !important;
    color: #000 !important;
    text-wrap: balance;
    width: 100%; }
  .hrn-table tr:hover {
    transition: all easing .3s; }
  .hrn-table tbody tr:hover {
    background-color: #eee; }
  .hrn-table tbody tr.active {
    background-color: #fa0; }
  .hrn-table tbody tr.secilenurun {
    background-color: #09f; }

.moving-tab {
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px #fff !important;
  border: 0px solid transparent !important; }

.moving-tab .nav-link.active {
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0px 1px 5px 1px transparent;
  animation: 0.2s ease;
  background: #fff;
  border-radius: 0px; }

.nav-fill > .nav-link {
  flex: none !important; }

.nav.nav-pills {
  background: transparent;
  border-radius: 0px;
  position: relative; }

.nav-item .nav-link.active {
  color: var(--bs-nav-link-color) !important; }

.input-group.input-group-outline.is-filled .form-label + .form-control {
  border-color: #d2d6da !important;
  border-top-color: transparent !important;
  box-shadow: inset 0.1px 0 #d2d6da, inset -0.1px 0 #d2d6da, inset 0 -0.1px #d2d6da; }

.input-group.input-group-outline.is-filled .form-label:before, .input-group.input-group-outline.is-filled .form-label:after {
  border-top-color: #d2d6da;
  box-shadow: inset 0 0.1px #d2d6da; }

.uruncard {
  transition: all linear .2s; }
  .uruncard .card-header {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 oranı için (9/16 = 0.5625) */
    overflow: hidden; }
    .uruncard .card-header img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover; }
  .uruncard:hover {
    box-shadow: 0px 4px 5px 4px rgba(0, 0, 0, 0.1); }
  .uruncard .card-body h6, .uruncard .card-body h5 {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis; }

.logo {
  position: relative;
  float: left; }
  .logo img {
    max-width: 100% !important;
    max-height: 50px !important; }

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