/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoğlu
| Mail: kadir.hanoglu@yedas.com
| Create Date: 11.10.2023
| Last Update: 23.12.2024
| File: theme.less
*/
html,
body {
  background-color: #f0f2f5;
}
body > section {
  background-color: #f0f2f5;
}
a {
  color: #172b4c;
}
a:hover,
.breadcrumbs li,
.breadcrumbs li.active {
  color: #4468a4;
  text-decoration: none;
}
a:focus {
  color: #4468a4;
  text-decoration: none;
}
.content-header-color {
  background-color: #34495e;
}
.btn-default {
  background-color: #006eb6 !important;
  color: #ffffff !important;
  border-color: #006eb6 !important;
}
.btn-default:hover {
  background-color: #34a8f3 !important;
  color: #ffffff !important;
  border-color: #34a8f3 !important;
}
.btn-default:focus {
  background-color: #f39c12 !important;
  color: #ffffff !important;
  border-color: #f39c12 !important;
}
.bounce-loader > div,
.roller-item:after,
.dot-loader .dot1,
.ellipsis-item,
.sidebar-list > li.active:before {
  background-color: #006eb6;
}
.dot-loader .dot2 {
  background-color: #34a8f3;
}
.login-form {
  box-shadow: 0 1px 25px rgba(0, 110, 182, 0.15);
}
.fixed .layout-header.transparent-colored-header {
  background-color: rgba(0, 110, 182, 0.85);
}
.circle {
  border-top-color: #006eb6;
}
.circle:after,
.circle:before {
  border-top-color: #34a8f3;
}
.anti:after {
  border-bottom-color: #006eb6;
}
.ripple-item {
  border: 5px solid #006eb6;
}
.dual-ring-loader:after {
  border: 6px solid #006eb6;
  border-color: #006eb6 transparent #006eb6 transparent;
}
.ring-item {
  border: 8px solid #006eb6;
  border-color: #006eb6 transparent transparent transparent;
}
.home-slider-description-item {
  border-left: 15px solid #006eb6;
}
.blog-article:after,
.news-article:after {
  box-shadow: 0 5px 20px 2px rgba(0, 110, 182, 0.1);
}
.blog-article:hover > div,
.news-article:hover > div {
  box-shadow: 0 5px 30px rgba(0, 110, 182, 0.1);
}
.content-details > h2 {
  border-left: 8px solid #34a8f3;
}
.list-model .content-box-container {
  box-shadow: 0 5px 80px rgba(0, 110, 182, 0.15);
}
.blog-slider-article,
.news-slider-article {
  box-shadow: 0 1px 10px rgba(0, 110, 182, 0.05);
}
.blog-slider-article:hover,
.news-slider-article:hover {
  box-shadow: 0 1px 20px rgba(0, 110, 182, 0.15);
}
.menu-line > ul > li > a {
  border-bottom: 1px solid rgba(0, 110, 182, 0.05);
}
.sidebar-item > h4 {
  border-left: 3px solid #006eb6;
}
.form-model-1 .form-control:focus {
  border-color: #006eb6;
  box-shadow: inset 0 -2px 0 0 #006eb6;
}
.form-model-2 .form-control:focus {
  border-color: transparent;
  box-shadow: 0 1px 5px rgba(0, 110, 182, 0.5);
}
.btn-genel,
.content-pagination .pagination > .active > a,
.content-pagination .pagination > .active > a:focus,
.content-pagination .pagination > .active > a:hover,
.content-pagination .pagination > .active > span,
.content-pagination .pagination > .active > span:focus,
.content-pagination .pagination > .active > span:hover {
  border-color: #006eb6;
}
.content-pagination .pagination > .active > a,
.content-pagination .pagination > .active > a:focus,
.content-pagination .pagination > .active > a:hover,
.content-pagination .pagination > .active > span,
.content-pagination .pagination > .active > span:focus,
.content-pagination .pagination > .active > span:hover,
.content-pagination .pagination > .disabled > a,
.content-pagination .pagination > .disabled > span,
.content-pagination .pagination > .disabled > a:hover,
.content-pagination .pagination > .disabled > span:hover {
  color: #006eb6;
}
.page-content .nav-link.active {
  border-top: 3px solid #006eb6;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mobile-menu {
    box-shadow: 2px 0 15px 8px rgba(0, 110, 182, 0.05);
  }
}
