header, body {
  font-family: 'Montserrat';
}
input:focus-visible {
  outline-style: none !important;
}
.page-content {
  padding: 60px calc(24px / 2) 60px calc(24px / 2);
}
/*********** Dil Eklentisi *********/
.dilsecenegi {
    text-align: center;
    margin-top: 15px;
}
  .dilsecenegi select {
    padding: 3px 10px;
    border-radius: 5px;
    background-color: hsl(206, 7%, 38%);
    border-color: hsl(210, 8%, 36%);
    color: white !important;
}
.dropdown-menu.min-w-auto.show {
  padding: 10px 30px !important;
  left: -50px !important;
  top: 5px !important;
}
.dropdown-item.pushable {
  padding: 5px 0px !important;
}
/************* Header ***************/
.teklif-olustur-row {
  align-content: center;
  padding: 0.75rem;
}
.teklif-olustur-row button {
  background: #0049d6;
  border: 0px;
  color: white !important;
  padding: 7px;
  border-radius: 5px;
}
.teklif-olustur-row button:hover {
  background: #00369e !important;
}
.teklif-olustur-row a {
  color: white !important;
  font-weight: 400;
  font-size: 17px;
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  gap: 6px;
}
.kaydet-row button {
  margin: 20px 0px;
  float: right;
  margin-right: 40px;
  background: #0049d6;
  color: white !important;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 9px;
  border: 2px solid #00369e;
}
.kaydet-row button:hover {
  background: #00369e;
}

a {
  cursor: pointer !important;
}
