/* Add here all your CSS customizations */


.card table {	
 font-family: Ubuntu, sans-serif;
 font-size: 14px;
 color: #fff;
}

.badge {
  font-family: Ubuntu, sans-serif;
  font-size: 90%;
}


.p{  
  font-family: Ubuntu, sans-serif;
}
.h1 .h2 .h3 .h4 .h5 .h6{  
  font-family: Ubuntu, sans-serif;
}

.butons{
  color: #FFF;
  background-color: #d52b1e;
}

a:link {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: underline;
}

body{ 
  font-family: Ubuntu, sans-serif;
}

.body{ 
  font-family: Ubuntu, sans-serif;
}


.form-control {
  font-family: Ubuntu, sans-serif;
  margin-top: 5px;
}

code {
  font-family: Ubuntu, sans-serif;
  padding: 2px 6px;
  font-size: 100%;
  color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ubuntu,  sans-serif;
}


@media (min-width:641px)  { 

  .page80{
   width: 100%; 
 }

}
@media (min-width:1025px) { 

  .page80{
   width: 80%; 
 }

}
@media (min-width:1281px) { 

  .page80{
   width: 60%; 
 }

}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  font-weight: 700;
}

.input-item label {
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
  padding-left: 8px;
  display: block;
}

.input-item input {
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 15px 20px;
} 

.input-item input:focus {
  border-color: #000;
  color: #000;
}

.input-item select {
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 15px 20px;
} 

.input-item select:focus {
  border-color: #000;
  color: #000;
}



.input-item textarea {
  width: 100%;
  height: 128px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 22px 30px;
  resize: none;
  outline: none;
  overflow: auto;
  line-height: 1.6;
}
.input-item textarea:focus {
  border-color: #000;
  color: #000;
}


.input-item textarea:focus {
  border-color: #000;
  color: #000;
}


.btn {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  background-color: #d52b1e;
  font-family: Play,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
}

.btn-danger:hover {
  background-color: #ac1111;
  color: #fff;
}


button.btn-link {
  color: #d52b1e; 
  text-decoration: none;
}
button.btn-link:hover {
  color: #212529; 
  text-decoration: none;
}

.btn-link:active {
  border-color: transparent !important;
  box-shadow: none !important;
  color: #212529; 

  text-decoration: none !important;
  outline: none;
}

.btn:active {
  border-color: transparent !important;
  box-shadow: none !important;
  color: #212529; 

  text-decoration: none !important;
  outline: none;
}

.btn-blck{
  color: #333 !important; 
}

.btn-blck:hover{
  color: #d52b1e !important; 
}
.btn-blck:active{
  color: #d52b1e !important; 
  text-decoration: none !important;
  outline: none;
  box-shadow: none; 
}

.bgcolor{
  background: #79848f3d;
}

.warranty-wrapper {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 20px;
}

.full-height-centered {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-2{
  margin-bottom: 2px;
}

.mb-4{
  margin-bottom: 4px;
}

.mb-6{
  margin-bottom: 6px;
}

.mb-8{
  margin-bottom: 8px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-16{
  margin-bottom: 16px;
}

.mt-2{
  margin-top: 2px;
}

.mt-4{
  margin-top: 4px;
}

.mt-6{
  margin-top: 6px;
}

.mt-8{
  margin-top: 8px;
}

.mt-10{
  margin-top: 10px;
}

.mt-16{
  margin-top: 16px;
}

.ml-2{
  margin-left: 2px;
}

.ml-4{
  margin-left: 4px;
}

.ml-6{
  margin-left: 6px;
}

.ml-8{
  margin-left: 8px;
}

.ml-10{
  margin-left: 10px;
}

.ml-16{
  margin-left: 16px;
}

.ml-32{
  margin-left: 32px;
}

.mr-2{
  margin-right: 2px;
}

.mr-4{
  margin-right: 4px;
}

.mr-6{
  margin-right: 6px;
}

.mr-8{
  margin-right: 8px;
}

.mr-10{
  margin-right: 10px;
}

.mr-16{
  margin-right: 16px;
}

.fs-10{
  font-size: 10px;
}
.fs-12{
  font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-26{
  font-size: 26px;
}
.fs-30{
  font-size: 30px;
}
.text-red{
  color:red;
}

.w-100{
  width: 100px;
}

.w-150{
  width: 150px;
}

.w-200{
  width: 200px;
}

.w-250{
  width: 250px;
}

.w-300{
  width: 300px;
}

.text-center{
  text-align: center;
}
.text-left{
  text-align: text-left;
}
.text-right{
  text-align: right;
}

ul, ol {
  list-style: square;
  padding: 0px;
}

.fs-custom{
  padding: 8px 20px;
  color: #333;
  font-family: Play,sans-serif;
  font-weight: 700;
  line-height: 26px;
}


.nav-tabs {
  justify-content: start; 
}
.nav-tabs .nav-link {
  color: #333;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
.nav-tabs .nav-link.active {
  color: #d52b1e;
  background: transparent;
  border-bottom: 3px solid #d52b1e;
}

.maintenance-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* min 120px, esnek */
  gap: 8px; /* aralık ayarla istediğin kadar */
  list-style: none;
  padding: 0;
  margin: 0;
}

.maintenance-list li {
  width: 100%; /* grid ile uyumlu */
}

.maintenance-list button {
  width: 100%;
  padding: 2px 4px;
  font-size: 0.9rem; /* yazı boyutunu ayarlarsın */
}


.maintenance-list button.active {
  background-color: #880c0c; /* koyu kırmızı → seçili buton */
}