<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&amp;subset=latin-ext');

::-webkit-scrollbar {
    display: none;
}

* {
    outline: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #3A4359;
    overflow-x: hidden;
    font-size: 1em;
    background-color: #fff;
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {

}

img {
    width: 100%;
}

.content {}

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 10px;
}

.box-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: -5px;
    box-shadow: 0 0 1rem 0 rgba(136, 152, 170, .15);
}

.box-header {
    background: #000638;
    padding: .5rem 1.5rem;
    color: #fff;
    -webkit-border-top-left-radius: .375rem;
    -webkit-border-top-right-radius: .375rem;
    -moz-border-radius-topleft: .375rem;
    -moz-border-radius-topright: .375rem;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.box-header h1 {
    margin: 0;
    font-size: 1em;
    font-weight: bolder;
    float: left;
}

.box-header h1 span {
    font-weight: normal;
}

.box-header h2 {
    margin: 0;
    font-size: .8em;
    font-weight: normal;
    float: right;
    margin-top: 2px;
}

.box-body {
    position: relative;
    padding: 1.5rem;
    flex: 1 1 auto;
}

.form-control {
    font-size: .9em;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #3A4359;
}

.form-control:focus {
    color: #3A4359;
    border-color: #168AC2;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    color: #6f7584;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label::after {
    line-height: 1.5;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 2.75rem;
    padding: .625rem .75rem;
    content: 'Seç';
    color: #3A4359;
    border-left: 1px solid #dee2e6;
    border-radius: 0 .25rem .25rem 0;
    background-color: #fff;
}

.custom-file-input:lang(tr)~.custom-file-label::after {
    content: 'Seç';
}

input[type="button"i]:focus,
input[type="checkbox"i]:focus,
input[type="file"i]:focus,
input[type="hidden"i]:focus,
input[type="image"i]:focus,
input[type="radio"i]:focus,
input[type="reset"i]:focus,
input[type="submit"i]:focus,
input[type="file"i]:focus::-webkit-file-upload-button {
    outline-offset: 0px;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #168AC2;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}


.btn {
    border: 0;
    padding: 0.5rem 0.75rem;
}

.btn-primary {
    background: #00B0FF;
}

.btn-primary:hover {
    background: #0097DB;
}

.btn-primary:focus {
    background: #0080BA;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5px;
    border: 1px solid #eee;
    font-size: .8em;
    margin-top: -2px;
    border-top: none;
    color: #E11C1C;
    -webkit-border-bottom-right-radius: .375rem;
    -webkit-border-bottom-left-radius: .375rem;
    -moz-border-radius-bottomright: .375rem;
    -moz-border-radius-bottomleft: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.kodla_dosyalar_row {
    display: none;
}

.kodla_dosyalar_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kodla_dosyalar_ul li {
    padding: 5px;
    border: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 4px;
}

.kodla_dosyalar_img {
    width: 100%;
    height: 150px;
    background-size: contain !important;
}

.box-load {
    display: none;
}

.box-overlay {
    position: absolute;
    background: rgba(244, 250, 255, 0.72);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    display: grid;
}

.box-loading {
    margin: auto;
}

.box-loading p {
    font-size: xx-small;
    margin: 0;
    padding: 0;
    color: #0080BA;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 40px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0080BA;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.ust-menu {
    background: #ca2626;
    padding: .5rem 1.5rem;
    color: #fff;
}

.ust-menu h1 {
    margin: 0;
    font-size: 1em;
    font-weight: 900;
    color: #D6DAEA;
}

.ust-menu h1 span {
    font-weight: normal;
}

.ust-menu ul {
    margin: 0;
    padding: 0;
}

.ust-menu ul li {
    display: inline-block;
    font-weight: 500;
    color: #818DA4;
    margin-right: 30px;
}

.ust-menu ul li:last-child {
    margin-right: 0;
}

.ust-menu ul li span {
    font-weight: normal;
    color: #D6DAEA;
}


.ust-alt-menu {
    background: #3A4359;
    padding: .5rem 1.5rem;
    color: #fff;
}

.ust-alt-menu h1 {
    margin: 0;
    font-size: 1em;
    font-weight: bolder;
}

.ust-alt-menu h1 span {
    font-weight: normal;
}

.ust-alt-menu ul {
    margin: 0;
    padding: 0;
}

.ust-alt-menu ul li {
    display: inline-block;
    font-weight: 500;
    padding-right: 3em;
    color: #818DA4;
    font-size: .875em;
}

.ust-alt-menu ul li:last-child {
    padding-right: 0;
}

.ust-alt-menu ul li span {
    font-weight: normal;
    color: #D6DAEA;
    font-size: 1.2em;
}

.parti-sonuc {}

.parti-sonuc-liste {}

.parti-sonuc-liste ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.parti-sonuc-liste ul li {
    width: 100%;
    transition: top 500ms;
    -webkit-transition: top 500ms;
    position: absolute;
}

.box-body-2 {
    position: relative;
    padding: 1.15rem 1rem;
    flex: 1 1 auto;
}

.parti-p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 2em;
}

.parti-p-abs {
    position: absolute;
    right: 20px;
    color: #818DA4;
    font-size: 58px;
    top: -42px;
}

.parti-liste-progress {
    height: 50px;
}

.progress {
    background-color: #D6DAEA;
}

.parti-liste-progress .progress-bar {
    color: #ca2626;
    font-weight: bold;
    font-size: 1.3em;
}

.parti-liste-progress .progress-bar.bg-success, .parti-liste-progress .progress-bar.bg-info {
    color: #ca2626;
}

.pasta-content {
    position: relative;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.ust-alt-menu-2 {}

.istatistik {
    padding: .5rem 1.5rem;
    color: #fff;
}

.istatistik.a-s {
    background: #08A768;
}

.istatistik.t-s {
    background: #0080BA;
}

.istatistik.g-o {
    background: #3A4359;
}

.istatistik .progress {
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.istatistik p {
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
}

.istatistik.a-s .progress-bar {
    background: rgba(0, 255, 92, 0.5);
}
.istatistik.t-s .progress-bar {
    background: rgba(0, 255, 245, 0.47);
}
.istatistik.g-o .progress-bar {
    background: rgba(255, 0, 0, 0.5);
}

.istatistik .progress-bar {
    font-weight: bold;
    color: #ca2626;
    font-size: 1.4em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8898aa !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8898aa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8898aa !important;
}

/* ###### 4.10 Select2 ###### */
.select2-container .select2-search__field {
    width: 100% !important;
}
.select2-results__option {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: 13px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 2px;
      height: calc(2.75rem + 2px);
  outline: none;
   }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #494c57;
    line-height: calc(1.96875rem + 2px)-0.1rem;
    padding-left: 0.75rem;
    height: 100%;
    display: flex;
    align-items: center; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #70737c; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
        height: calc(2.75rem + 2px);
    line-height: calc(1.96875rem + 2px); }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: -3px; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 0;
  min-    height: calc(2.75rem + 2px);
  outline: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 7px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 5px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px;
    border-color: transparent;
    border-radius: 2px;
    background-color: #ca2626;
    color: #fff;
    line-height: 1.45; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da;
  border-radius: 2px; outline: none; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: white; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ca2626; }

.select2-container--default .select2-results &gt; .select2-results__options {
  margin: 4px; }

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 7px;
  line-height: 26px;
  padding-left: 7px;
  opacity: 1;
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
  padding-left: 10px;
  background-color: #969dab; }
  .select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none; }

.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da; }

.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0; }

.select2-dropdown {
  border-color: #ced4da;
  z-index: 200; }

.select2-search--dropdown {
  padding-bottom: 0; }

.select2-results__option {
  padding: 6px 10px;
  font-size: 0.8125rem; }

.has-success .select2-container--default .select2-selection--single, .parsley-select.parsley-success .select2-container--default .select2-selection--single {
  border-color: #3bb001; }

.has-warning .select2-container--default .select2-selection--single {
  border-color: #ffc107; }

.has-danger .select2-container--default .select2-selection--single, .parsley-select.parsley-error .select2-container--default .select2-selection--single {
  border-color: #dc3545; }

.select2-xs + .select2-container {
  font-size: 12px; }

.select2-dropdown-xs .select2-results__option {
  font-size: 12px; }

.select2-sm + .select2-container {
  font-size: 14px; }

.select2-dropdown-sm .select2-results__option {
  font-size: 14px; }

.select2-bd-0 + .select2-container--default .select2-selection--single {
  border-width: 0; }

.bg-gray + .select2-container--default .select2-selection--single {
  background-color: #3f424e; }
  .bg-gray + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dee2e6; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
    cursor: default;
}
.select2-container--default.select2-container .select2-selection--multiple {
        border-radius: .25rem;
        font-size: .9em;
        min-height: calc(2.75rem + 2px);
}
.select2-container--default.select2-container .select2-selection--single {
        border-radius: .25rem;
        font-size: .9em;
        min-height: calc(2.75rem + 2px);
}

/* .select2-results__option[aria-selected=true] { display: none;} */

.kodla-toggle-input label, .kodla-toggle-input.radio label {
  display: block;
  float: left;
  padding: 5px 10px;
  margin: auto auto auto -1px;
  background: #f4f4f4;
  color: #444;
  border: 1px #d0d0d0 solid;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: .9em;
}

.kodla-toggle-input label.active {
  background: #ca2626;
  border-color: #ca2626;
  color: white;
  font-weight: bolder;
  font-size: .9em;
}

.kodla-toggle-input label:first-of-type { margin-left: auto; }

.kodla-toggle-input label:last-of-type { }

.kodla-toggle-input label::before {
       content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #ccc;
    margin-right: 2px;
}

.kodla-toggle-input label.active::before {
    background-color: #fff;
}
.box-menu {
    background: #3A4359;
    padding: .5rem 1.5rem;
}
.box-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.box-menu ul li:first-child {
    margin-left: 0;
}
.box-menu ul li a {
    color: #fff;
}
.duzenle-a {
    color: green;
    margin-right: 10px;
}
.duzenle-a:hover {
    color: green;
}
.sil-a {
    color: red;
}
.sil-a:hover {
    color: red;
}

.anasayfa-ul {
    margin: 0;
    padding: 0;
}
.anasayfa-ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    height: 150px;
    background: #3A4359;
}
.anasayfa-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.anasayfa-ul li a:hover {
    background: #000638;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-container--default .select2-results&gt;.select2-results__options {
    max-height: 100%;
    overflow-y: auto;
}

a.badge:focus {
    outline: none;
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

.ckbox {
  font-weight: normal;
  position: relative;
  display: flex;
  line-height: 1;
  margin-bottom: 0; }
  .ckbox span {
    padding-left: 15px; margin-top: 1px;
    line-height: 1.4em; }
    .ckbox span:empty {
      float: left; }
    .ckbox span:before, .ckbox span:after {
      line-height: 18px;
      position: absolute; }
    .ckbox span:before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 1px solid #969dab;
      top: 1px;
      left: 0; border-radius: 2px; }
    .ckbox span:after {
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
      background-size: 65%;
      background-repeat: no-repeat;
      background-position: 55% 45%;
      background-color: #00B0FF;
      line-height: 17px;
      display: none; border-radius: 2px; }
    .ckbox span:empty {
      padding-left: 0;
      width: 3px; }
  .ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0; }
    .ckbox input[type='checkbox']:checked + span:after {
      display: block; }
    .ckbox input[type='checkbox'][disabled] + span,
    .ckbox input[type='checkbox'][disabled] + span:before,
    .ckbox input[type='checkbox'][disabled] + span:after {
      opacity: .75; }

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.box-header-logo {
    width:250px;height: 40px;display:inline-block;
    position: relative;
}
.box-header-logo-text {
    margin-top: 13px;
}
.box-header-logo-text span {
    font-weight: bold;
}
.with-logo {
    margin-top: 16px !important;
}

.kitap_icerik_resim {
    width: 75px;
    height: 75px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.kullanici_kitap_icerik {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    display: block;
    float: left;
    padding: 4px;
}

.kullanici_kitap_icerik_resim {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.kullanici_kitap_icerik_alan {

}

.kullanici_kitap_icerik_adi {
    font-size: .855em;
    margin-top: 10px;
}

.kullanici_kitap_icerik_buton {
    margin-top: 10px;
}

.kullanici_kitap_icerik_buton a {
    color: #494c57;
    background-color: transparent;
    border-color: transparent;
    border: solid 1px transparent;
    padding: 8px 7px 6px 7px;
    line-height: 13px;
    color: #2B2838;
    border: solid 1px #aaa;
    border-radius: 3px 3px 3px;
    background: #f1f5f8;
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    color: #494c57;
    display: inline-block;
    text-decoration: none;
    font-size: 90%;
}

.kullanici_kitap_icerik_buton a.renk {
  background: #37b36e;
  color: #fff;
  border-color: #177340;
}

.alert a {
    color: inherit;
    font-weight: bold;
}

.kayit-mesaji {

}
.bekleyen-sira {
    border: 1px solid #eee;
    padding: 10px;
    background: #f9f9f9;
    border-radius: .25em;
}
.bekleyen-sira span {
    font-weight: bold;
    color: red;
}
.sira-beklemeden {
    margin-top: 40px;
    font-weight: bold;
    color: #dc3545;
}
.sira-mesaj {
    margin-top: 10px;
    font-size: 85%;
    margin-top: 5px;
    font-size: 83%;
}
.sira-mesaj span {
    font-weight: bold;
}
.kayit-mesaj-veya {
    margin-top: 10px;
    text-align: center;
}
.kayit-mesaj-veya {
    margin-top: 17px;
    text-align: center;
    font-size: .885em;
    color: #bdbdbd;
}
.kayit-mesaj-veya-aciklama {
    margin-top: 0;
    font-size: 70%;
    font-weight: 500;
}
.kayit-whatsapp-buton {
    background: #075e54;
    background-image: linear-gradient(to right top, #075e54, #09695e, #0c7569, #0f8073, #128c7e);
    padding-top: 7px;
    padding-bottom: 6px;
    margin: 0 auto;
    margin-top: 10px !important;
    width: 58%;
    display: block;
    border-radius: .25em;
    position: relative;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.2);
    border: 1px solid #25d366;
}
.kayit-whatsapp-buton a {
    display: block;
}

.whatsapp-logo-con {
    display: inline-flex;
    align-items: center;
}

.whatsapp-logo {
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-mask: url('../img/whatsapp-logo.svg') no-repeat 50% 50%;
  mask: url('../img/whatsapp-logo.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #25d366;
}
.whatsapp-logo-text {
    color: #fff;
    margin-left: 5px;
    font-size: 90%;
    margin-top: 2px;
    text-shadow: 0px 1px #128c7e;
}

a.goto-page {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.kayit-whatsapp-buton:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.4);
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
}

.kayit-whatsapp-buton:hover:after {
    width: 120%;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

/*
.kayit-whatsapp-buton:before {
    content: '';
    background: linear-gradient(45deg, #25d366, #dcf8c6, #34b7f1, #25d366, #dcf8c6, #34b7f1, #25d366, #dcf8c6, #34b7f1);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: .25em;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
*/

.kayit-mesaj-yeni-kayit {
    margin-top: 50px;
}
.kayit-mesaj-yeni-kayit a {
    font-size: 65%;
    color: #848a92;
}

.kullanici_kitap_margin {
    margin-bottom: 10px;
}

.select-kitap-mesaj {
    background: #e9ecef;
    padding: 10px;
    font-weight: normal;
    font-size: 91%;
    border: 1px solid #ced4da;
    border-radius: .25em;
    margin-bottom: 11px;
}

.kitap-form-group {
    background: #e1e8ff;
    padding: 0 !important;
    padding: 13px 10px !important;
    cursor: pointer;
}
.kitap-form-group .ckbox {
    font-size: .935em;
    margin: 0 !important;
    padding: 0;
}

.fiyatGoster {
    background: #e6e6e6;
    clear: both;
    display: flex;
    text-align: center;
    font-size: 75%;
    color: #3a4359;
}

.fiyatGoster .kitap-orjinal-fiyat {
    flex: 1;
    /* border-right: 1px solid #d0d0d8; */
    padding: 6px;
}

.fiyatGoster .kitap-indirim-fiyat {
    flex: 1;
    padding: 6px;
    background: #dcdcdc;
    position: relative;
}

/*
.fiyatGoster .kitap-indirim-fiyat:before {
       width: 75px;
    height: 75px;
    content: " ";
    background-image: url(https://img.icons8.com/clouds/100/000000/star.png);
    position: absolute;
    left: -38px;
    top: -12px;
    background-repeat: no-repeat;
    background-size: contain;
}
*/

.fiyatGoster .baslik {
    font-weight: 500;
    float: left;
}
.fiyatGoster .fiyat {
    font-weight: normal;
    float: right;
}

.fiyatGoster .kitap-indirim-fiyat .baslik {

}

.fiyatGoster .kitap-indirim-fiyat .fiyat {
    font-weight: bold;
    color: #000638;
    font-size: 105%;
}

.kitap-fiyat-aciklama {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0;
    padding: 4px;
    background: #ebecef;
    font-size: 66%;
}

.kitap-fiyat-aciklama p {
    margin: 0;
    padding: 0;
    width: fit-content;
    margin: 0 20px;
    position: relative;
    float: left;
    margin-top: 3px;
}

.kitap-fiyat-aciklama p:before {
    width: 14px;
    content: " ";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAABWklEQVQ4y51TwU6DQBAlfon1d0xbwIPCVzRNrE0pyME2sT16ton6A2oKFK0N9Sco1rtJD7SGW6VZ96EQqAtGJ9lswr55vJl5w3Gp0HV9p9oyZPHUnvJta1VRjBC3qNlOWTEkvHN5sd8c7gnq6EXuToOTm1fSuV2QnumTs7sFaVzPidxxAvruAcdM5tXRsj6YbfrWiuSd2sANgSu370sZ2fgzK/li/J5HMkvKQc2QzUpGsEikrhNUWsOjiEDQ7GfUzJLMSsZpXM0JbewkIkCX0bBtkPe2jhSwCNBYQbWX3yWYIbrNAuYRnBs+qSrmR6GCIgLgEwUwCeb8F4Jjij/QHsYRARwGk7CS40h/75l0ChRPSzhM+8DDfItMlPjg0g0p3s3YOnbibyRIpjifb1q7P+wMe8JhMAlqjHcBN+Yufe2Cm7HxdkAWHCbqjxN0GSPGTbfzCTUXbuN/4xMcKkAWOb/2XgAAAABJRU5ErkJggg==);
    position: absolute;
    left: -16px;
    top: -0px;
    height:20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.kfa-content {
    width: 100%;
}

.kfa-content a {
    float: right;
    padding: 2px 10px;
}


.bayi_listesi {

}

.bayi_listesi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bayi_listesi ul li {
    text-align: left;
    font-size: 70%;
    width: 100%;
    clear: both;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    padding: 5px 0px;
}

.bayi_listesi ul li:last-child {
    border-bottom: none;
}

.bayi_listesi ul li p {
    padding: 0;
    margin: 0;
}

.bayi_listesi ul li p:nth-child(1) {
    font-weight: bold;
    border-bottom: 1px solid #ececec;

    padding-bottom: 3px;
    margin-bottom: 3px;
}
.bayi_listesi ul li p:nth-child(2) {
    font-size: 90%;
}
.bayi_listesi ul li p:nth-child(2) span {
    float: right;
    font-size: 75%;
    width: 170px;
    margin-right: 10px;
}
.bayi_listesi ul li p:nth-child(3) {
    font-size: 90%;
}

.bayi_listesi .bayi_bilgi {
    float: left;
    width: 80%;
    border-right: 1px solid #dedede;
}

.bayi_listesi .bayi_ara {
    float: right;
    width: 20%;
    text-align: center;
}

.bayi_listesi .bayi_ara a {
    color: #494c57;
    background-color: transparent;
    border-color: transparent;
    border: solid 1px transparent;
    padding: 8px 7px 6px 7px;
    line-height: 13px;
    color: #2B2838;
    border: solid 1px #aaa;
    border-radius: 3px 3px 3px;
    background: #f1f5f8;
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    color: #494c57;
    display: inline-block;
    text-decoration: none;
    font-size: 100%;
    margin-top: 11px;
}


.editor-logo {
    height: 45px;
    display: flex;
    align-items: center;
}
.editor-logo img {
    width: 65px;
}
.data-logo {
    margin-left: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}
.data-logo img {
    width: 75px;
}
.ino-logo {
    margin-left: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}
.ino-logo img {
    width: 75px;
}

.scrool-ok::-webkit-scrollbar {
    display: block;
    width: 10px;
}
.scrool-ok::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrool-ok::-webkit-scrollbar-thumb {
  background: #888;
}
.scrool-ok::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.akilli-tahta-indir-popup {
    padding: 1em 0;
}

.akilli-tahta-indir-popup ul {
    list-style: none;
    padding:0 !important;
    margin:0 !important;
}

.akilli-tahta-indir-popup ul li {
    display: inline-block;
    padding: 0 2em;
    border-right: 1px solid #ccc;
}

.akilli-tahta-indir-popup ul li:last-child {
    border-right: none;
}

.akilli-tahta-indir-popup ul li a {

}

.akilli-tahta-indir-popup ul li img {
    width: 50px;
}

.akilli-tahta-indir-popup ul li span {
    display: block;
    color: #000;
    margin-top: 10px;
    font-size: .9em;
}
</pre></body></html>