.payment-schedule table {
  width: 100%;
}
.payment-schedule table tr {
  text-align: center;
}
.payment-schedule table thead {
  background-color: #eb1c23;
  color: #fff;
}
.payment-schedule table thead tr th {
  padding: 18px 0;
}
.payment-schedule table thead tr th:first-child {
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
.payment-schedule table thead tr th:last-child {
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.payment-schedule table tbody {
  text-align: center;
}
.payment-schedule table tbody tr td {
  padding: 18px 0;
}
.payment-schedule table tbody tr td:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.payment-schedule__wrapper {
  margin-bottom: 15px;
  box-shadow: 0 21px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.5px #eeeff4;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .payment-schedule__wrapper {
    margin-bottom: 30px;
  }
}
.payment-schedule__wrapper__scroll {
  height: 400px;
  margin: 20px 10px 20px 20px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .payment-schedule__wrapper__scroll {
    margin: 20px 20px 20px 0;
  }
}
.payment-schedule__wrapper__scroll::-webkit-scrollbar-track {
  background-color: #E6E8F4;
  border-radius: 25px;
}
.payment-schedule__wrapper__scroll::-webkit-scrollbar {
  width: 7px;
  background-color: #E6E8F4;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .payment-schedule__wrapper__scroll::-webkit-scrollbar {
    width: 9px;
  }
}
.payment-schedule__wrapper__scroll::-webkit-scrollbar-thumb {
  background-color: #eb1c23;
  border-radius: 25px;
}
.payment-schedule__row {
  display: block;
  text-align: center;
  margin-right: 10px;
  overflow-x: scroll;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .payment-schedule__row {
    overflow-x: auto;
  }
}
.payment-schedule__row::-webkit-scrollbar {
  display: none;
}
.payment-schedule__row:last-child {
  border: 0;
}
.payment-schedule__row--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.payment-schedule__five p {
  width: calc(100% / 6) !important;
}
.payment-schedule p {
  padding: 10px 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 991.98px) {
  .payment-schedule p:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .payment-schedule p {
    width: calc(100% / 9);
    padding: 18px 0;
    font-size: 16px;
  }
}
.payment-schedule__title {
  background-color: #eb1c23;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.payment-schedule__content {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.payment-schedule__cta {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .payment-schedule__cta {
    margin: 0 -22px;
  }
}
.payment-schedule__cta__item {
  padding: 0 15px;
  border-right: 1px solid #eeeff4;
}
.payment-schedule__cta__item:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .payment-schedule__cta__item {
    padding: 0 22px;
  }
}
.payment-schedule__cta__item a {
  display: flex;
  align-items: center;
}
.payment-schedule__cta__item a span {
  font-size: 14px;
  margin-left: 15px;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .payment-schedule__cta__item a span {
    font-size: 16px;
  }
}
.payment-schedule__cta__item a svg {
  transition: all 0.3s;
}
.payment-schedule__cta__item a:hover span {
  color: #eb1c23;
}
.payment-schedule__cta__item a:hover svg {
  fill: #eb1c23;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .payment-schedule {
    width: 100%;
  }
  .payment-schedule .d-lg-none {
    display: none !important;
  }
  .payment-schedule table {
    width: 100%;
  }
  .payment-schedule table tr {
    text-align: center;
  }
  .payment-schedule table thead {
    background-color: #eb1c23;
    color: #fff;
  }
  .payment-schedule table thead tr th {
    padding: 18px 0;
  }
  .payment-schedule table thead tr th:first-child {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .payment-schedule table thead tr th:last-child {
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .payment-schedule table tbody {
    text-align: center;
  }
  .payment-schedule table tbody tr td {
    padding: 18px 0;
  }
  .payment-schedule table tbody tr td:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .payment-schedule__wrapper {
    margin-bottom: 15px;
    box-shadow: 0 21px 15px 0 rgba(0, 0, 0, 0.05);
    border: solid 0.5px #eeeff4;
    border-radius: 20px;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__wrapper {
    margin-bottom: 30px;
  }
}
@media print {
  .payment-schedule__wrapper__scroll {
    height: 400px;
    margin: 20px 10px 20px 20px;
    overflow-y: scroll;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__wrapper__scroll {
    margin: 20px 20px 20px 0;
  }
}
@media print {
  .payment-schedule__wrapper__scroll::-webkit-scrollbar-track {
    background-color: #E6E8F4;
    border-radius: 25px;
  }
}
@media print {
  .payment-schedule__wrapper__scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #E6E8F4;
    border-radius: 25px;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__wrapper__scroll::-webkit-scrollbar {
    width: 9px;
  }
}
@media print {
  .payment-schedule__wrapper__scroll::-webkit-scrollbar-thumb {
    background-color: #eb1c23;
    border-radius: 25px;
  }
}
@media print {
  .payment-schedule__row {
    display: block;
    text-align: center;
    margin-right: 10px;
    overflow-x: scroll;
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .payment-schedule__row {
    overflow-x: auto;
  }
}
@media print {
  .payment-schedule__row::-webkit-scrollbar {
    display: none;
  }
}
@media print {
  .payment-schedule__row:last-child {
    border: 0;
  }
}
@media print {
  .payment-schedule__row--border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media print {
  .payment-schedule__five p {
    width: calc(100% / 6) !important;
  }
}
@media print {
  .payment-schedule p {
    padding: 10px 20px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
  }
}
@media print and (max-width: 991.98px) {
  .payment-schedule p:first-child {
    padding-left: 0;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule p {
    width: calc(100% / 9);
    padding: 18px 0;
    font-size: 16px;
  }
}
@media print {
  .payment-schedule__title {
    background-color: #eb1c23;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media print {
  .payment-schedule__content {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media print {
  .payment-schedule__cta {
    margin: 0 -15px;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__cta {
    margin: 0 -22px;
  }
}
@media print {
  .payment-schedule__cta__item {
    padding: 0 15px;
    border-right: 1px solid #eeeff4;
  }
  .payment-schedule__cta__item:last-child {
    border: 0;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__cta__item {
    padding: 0 22px;
  }
}
@media print {
  .payment-schedule__cta__item a {
    display: flex;
    align-items: center;
  }
  .payment-schedule__cta__item a span {
    font-size: 14px;
    margin-left: 15px;
    line-height: 1;
    transition: all 0.3s;
  }
}
@media print and (min-width: 992px) {
  .payment-schedule__cta__item a span {
    font-size: 16px;
  }
}
@media print {
  .payment-schedule__cta__item a svg {
    transition: all 0.3s;
  }
}
@media print {
  .payment-schedule__cta__item a:hover span {
    color: #eb1c23;
  }
  .payment-schedule__cta__item a:hover svg {
    fill: #eb1c23;
  }
}
@media print {
  .payment-schedule table thead {
    color: #000000;
  }
}
@media print {
  .payment-schedule__cta {
    display: none !important;
  }
}
@media print {
  .payment-schedule__title {
    color: #fff !important;
  }
}
.fct {
  padding: 15px 0;
}
.fct .disable-fct-margin-bottom .form-group {
  margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .fct {
    padding: 30px 80px;
  }
}
.fct .form-group {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .fct .form-group {
    margin-bottom: 35px;
  }
}
.fct .button {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .fct .button {
    width: 210px;
    margin: 0 15px;
  }
}
.fct .button svg {
  margin-left: 20px;
}
.fct .button svg circle {
  fill: #000;
  transition: all 0.3s;
}
.fct .button svg line {
  stroke: #000;
  transition: all 0.3s;
}
.fct .button:hover svg circle {
  fill: #fff;
}
.fct .button:hover svg line {
  stroke: #fff;
}
.fct__form--active {
  display: block;
  transform: translateX(0);
}
.fct__form--deactive {
  display: none;
  transform: translateX(-200%);
}
.fct__small-title {
  color: #707070;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .fct__small-title {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.fct__proposal {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
@media (min-width: 576px) {
  .fct__proposal {
    margin-top: 50px;
  }
}
.fct__proposal:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 20px;
  background-color: #eb1c23;
  transition: width 0.2s linear;
}
.fct__proposal:hover {
  color: #eb1c23;
}
.fct__proposal:hover:after {
  width: 100%;
}
.fct__detail-info--active {
  display: block;
  transform: translateX(0);
}
.fct__detail-info--deactive {
  display: none;
  transform: translateX(-200%);
}
.fct__back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .fct__back {
    margin-bottom: 30px;
  }
}
.fct__back svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  transition: all 0.3s linear;
}
.fct__back span {
  font-size: 20px;
  margin-left: 15px;
  transition: all 0.3s linear;
}
.fct__back:hover span {
  color: #eb1c23;
  margin-left: 5px;
}
.fct__back:hover svg {
  fill: #eb1c23;
}
.fct__big-title {
  margin-bottom: 20px;
  font-family: "Gotham Narrow Bold" !important;
  text-align: center;
}
.fct__content {
  height: 350px;
  padding: 0 15px;
  margin-bottom: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .fct__content {
    margin-bottom: 50px;
  }
}
.fct__content::-webkit-scrollbar-track {
  background-color: #e6e8f4;
  border-radius: 25px;
}
.fct__content::-webkit-scrollbar {
  width: 9px;
  background-color: #e6e8f4;
  border-radius: 25px;
}
.fct__content::-webkit-scrollbar-thumb {
  background-color: #eb1c23;
  border-radius: 25px;
}
.fct__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E4E5ED;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.fct__list-text {
  font-size: 12px;
}
@media (min-width: 576px) {
  .fct__list-text {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .fct .table-responsive {
    margin-top: 30px;
  }
}

#hesaplama-araci-tab ul.nav.nav-pills li a i {
  font-size: 35px;
}
#hesaplama-araci-tab ul.nav.nav-pills li a:not(.active) i {
  color: #fff;
}
#hesaplama-araci-tab ul.nav.nav-pills li a.active i {
  color: #eb1c23;
}

#hesaplama-araci-tab .button {
  max-width: 100% !important;
}
#hesaplama-araci-tab .leasing-hesapla {
  height: 100%;
}

@media (max-width: 991.98px) {
  .finansman-hesapla-form .custom-control {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .finansman-hesapla-form .custom-control .custom-control-label {
    padding-top: 10px;
  }
}

#hesaplama-araci-tab .finansman-hesapla-form label,
#hesaplama-araci-tab .kari-payi-hesapla-form label,
#hesaplama-araci-tab .leasing-hesapla-form label {
  font-weight: bold;
}
#hesaplama-araci-tab .finansman-hesapla-form .custom-control-input:checked + .custom-control-label,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-input:checked + .custom-control-label,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-input:checked + .custom-control-label {
  opacity: 1;
  font-weight: bold;
}
#hesaplama-araci-tab .finansman-hesapla-form .custom-control-input:checked + .custom-control-label::before, #hesaplama-araci-tab .finansman-hesapla-form .custom-control-input:checked + .custom-control-label::after,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-input:checked + .custom-control-label::before,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-input:checked + .custom-control-label::after,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-input:checked + .custom-control-label::before,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-input:checked + .custom-control-label::after {
  opacity: 1;
}
#hesaplama-araci-tab .finansman-hesapla-form .custom-control-label,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-label,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-label {
  opacity: 0.5;
}
#hesaplama-araci-tab .finansman-hesapla-form .custom-control-label::before, #hesaplama-araci-tab .finansman-hesapla-form .custom-control-label::after,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-label::before,
#hesaplama-araci-tab .kari-payi-hesapla-form .custom-control-label::after,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-label::before,
#hesaplama-araci-tab .leasing-hesapla-form .custom-control-label::after {
  top: 6px !important;
  opacity: 0.5;
}

.finansman-hesapla-form .type-descriptions {
  height: 36px;
  font-size: 13px;
}
.finansman-hesapla-form .custom-control-label {
  padding-left: 10px !important;
}

.hesaplama_form_content.content-tab-calculate ul {
  padding-left: 0 !important;
}
.hesaplama_form_content.content-tab-calculate ul li {
  padding-left: 0 !important;
}
.hesaplama_form_content.content-tab-calculate .doviz-form-text {
  margin-top: 0;
}
.hesaplama_form_content.content-tab-calculate .nav li {
  list-style: none;
}
.hesaplama_form_content.content-tab-calculate .horizontal-divider {
  border: 1px solid #f5f5f5;
}
.hesaplama_form_content.content-tab-calculate .nav-item {
  width: auto;
  margin: 0;
}
@media (min-width: 992px) {
  .hesaplama_form_content.content-tab-calculate .nav-item {
    border-right: 1px solid #ebebeb;
  }
  .hesaplama_form_content.content-tab-calculate .nav-item:last-child {
    border-right: 0;
  }
}
.hesaplama_form_content.content-tab-calculate .nav-item--active {
  position: relative;
}
.hesaplama_form_content.content-tab-calculate .nav-item--active:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #eb1c23;
}
.hesaplama_form_content.content-tab-calculate .nav-link {
  background-color: transparent !important;
  color: #000 !important;
  padding: 15px 45px;
}
@media (min-width: 992px) {
  .hesaplama_form_content.content-tab-calculate .nav-link {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .hesaplama_form_content.content-tab-calculate .nav-link {
    padding: 15px 45px;
  }
}
.hesaplama_form_content.content-tab-calculate .nav-link.active:before, .hesaplama_form_content.content-tab-calculate .nav-link.active:after {
  display: none;
}
.hesaplama_form_content.content-tab-calculate .input-group-left {
  width: 55%;
  position: relative;
}
@media (min-width: 992px) {
  .hesaplama_form_content.content-tab-calculate .input-group-left {
    width: 70%;
  }
}
.hesaplama_form_content.content-tab-calculate .input-group-left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 25px;
  background-color: #dddddd;
}
.hesaplama_form_content.content-tab-calculate .input-group-left .form-control {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.hesaplama_form_content.content-tab-calculate .input-group-append {
  width: 45%;
}
.hesaplama_form_content.content-tab-calculate .input-group-append > div {
  width: 100%;
}
@media (min-width: 992px) {
  .hesaplama_form_content.content-tab-calculate .input-group-append {
    width: 30%;
  }
}
.hesaplama_form_content.content-tab-calculate .input-group-append .select2-container .select2-selection--single {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 767.98px) {
  .hesaplama_form_content.content-tab-calculate .input-group-append .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-tab-calculate .otherCurrency .select2-container--focus {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media (max-width: 768px) {
  .custom-control.custom-checkbox {
    margin-bottom: 20px;
  }
}

.calculate__info-text #edit-description p {
  padding-left: 10px;
  margin: 0;
  font-size: 14px;
  color: #4B5262;
}

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