

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f8f6;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 60px;
}

.search-box {
    flex: 1;
    margin: 0 20px;
}

.search-box input {
    width: 690px;
    right: 100px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.icon-btn img {
    width: 24px;
    height: 24px;
}

.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
}

.user-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.user-menu img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
  .progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  
  .progress-bar::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e0e0e0;
    z-index: 1;
  }
  
  .step {
    position: relative;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    color: #bbb;
    z-index: 2;
  }
  
  .step.active {
    color: #4CAF50;
    font-weight: bold;
  }
  
  .step.active::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #4CAF50;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  
  .left {
    flex: 2;
  }
  
  .right {
    flex: 1;
  }
  
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .address-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .address-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .address-card.selected {
    border: 2px solid #4CAF50;
    background: #f1fdf3;
  }
  
  .address-card:hover {
    border-color: #4CAF50;
  }
  
  .address-info {
    flex: 1;
  }
  
  .address-select input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  
  .invoice-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
  }
  
  .invoice-checkbox input {
    margin-right: 10px;
  }
  
  .order-summary {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  
  .order-summary h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .summary-item, .summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .summary-total {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  #nextBtn {
    width: 100%;
    padding: 12px;
    background: #ffc107;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #nextBtn:hover {
    background: #ffb300;
  }
  
  .marka-kismi {
    flex: 1.5;
  }
  
  .logo {
    width: 150px;
    margin-bottom: 15px;
  }
  
  .logo-aciklama {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    max-width: 300px;
  }
  
  .sosyal-linkler a {
    margin-right: 10px;
  }
  
  .sosyal-linkler img {
    width: 24px;
    height: 24px;
  }
  
  .iletisim-bilgisi {
    margin-top: 20px;
  }
  
  .iletisim-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  .ikon-kutu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  
  .ikon-kutu img {
    width: 16px;
    height: 16px;
  }
  
  .iletisim-yazi p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
  }


.banner {
    background: url('https://source.unsplash.com/1600x400/?car,road') no-repeat center center/cover;
    color: white;
    padding: 40px;
    text-align: center;
    position: relative;
}
.banner h1 {
    margin: 0;
    font-size: 24px;
}
.banner p {
    font-size: 14px;
    margin: 10px 0;
}
.banner button {
    background-color: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.detay {
    width: 275px;
}
.alt-sosyal-medya{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sidebar.open {
    width: 240px;
  }
  
  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px 15px;
    margin-left: 5px;
  }
  
  .menu-toggle .bar {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 0;
    background-color: #000;
    transition: all 0.3s ease;
  }
  
  .menu-content {
    width: 100%;
    margin-top: 10px;
  }
  
  .menu-content .logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
  }
  
  ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
  }
 .container{
  max-width: 1544px !important;
  margin: auto !important;
}
  
  .icon {
    width: 24px;
    height: 24px;
  }
  
  .text {
    margin-left: 15px;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s;
  }
  
  .sidebar.open .text {
    opacity: 1;
  }

  .form-section {
    padding-top: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
  .btn-yellow {
    background-color: #fecd07;
    color: #000;
    font-weight: bold;
  }
  .form-label {
    font-weight: 500;
  }
  .form-text-muted {
    color: #666;
    font-size: 14px;
  }
  .password-eye {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .position-relative {
    position: relative;
  }
  .navbar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f8f6;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 60px;
}

.search-box {
    flex: 1;
    margin: 0 20px;
}

.search-box input {
    width: 690px;
    right: 100px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.icon-btn img {
    width: 24px;
    height: 24px;
}

.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
}

.user-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.user-menu img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}





 /* Tüm cihazlarda önce gizle */
 .mobile-view {
  display: none;
}

/* Basit stiller */
.talep-karti {
  border: 1px solid #eee;
  padding: 16px;
  margin: 12px;
  border-radius: 8px;
  font-family: sans-serif;
}

.durum {
  font-weight: bold;
  margin-top: 8px;
}

.buton {
  margin-top: 12px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.onay-bekliyor { color: orange; }
.onaylandi { color: green; }
.onaylanmadi { color: red; }

.buton-yesil { background-color: #28a745; color: white; }
.buton-sari { background-color: #ffc107; color: black; }






























































  
  hr {
    margin: 30px ;
  }
  
  
  
  .prev-button {
    background-color: grey;
    color: white;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
  }
  
  .next-button {
    background-color: blue;
    color: white;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
  }
  .next-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .submit-button {
    background-color: green;
    color: white;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 5px;
  }
  .submit-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }




  .request-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }

  .request-card img {
    width: 140px;
    height: 124px;
  }

  .request-info {
    flex: 1;
  }

  .request-info p {
    margin: 4px 0;
    color: #333;
  }

  .status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .status span {
    display: inline-block;
  }

  .status.pending { color: #f39c12; }
  .status.approved { color: #27ae60; }
  .status.rejected { color: #e74c3c; }

  .action-btn {
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }

  .btn-green {
    background-color: #2ecc71;
    color: white;
  }

  .btn-yellow {
    background-color: #f1c40f;
    color: black;
  }

.profile-container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

  .panel {
    /* background: white; */
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    /* padding: 20px; */
    overflow: hidden;
}

.profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  background: #FCFCFD !important;
}

  .avatar {
    background: #FFD700;
    color: black;
    font-weight: bold;
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
  }

  .user-info {
    display: flex;
    flex-direction: column;
  }

  .user-info h3 {
    margin: 0;
    font-size: 16px;
  }

  .user-info span {
    font-size: 14px;
    color: #606060;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* background-color: #E9E9E9; */
    padding: 20px;
    padding-top: 0;
}

  .menu-item {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 15px;
  }

  .menu-item svg {
    margin-right: 10px;
  }

  .menu-item.yellow {
    color: #f5b100;
    font-weight: bold;
  }

  .menu-item.logout {
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 8px;
  }
  .order-status {
    font-weight: 600;
  }

  .status-pending {
    color: #ff9800;
  }

  .status-complete {
    color: #28a745;
  }

  .status-returned {
    color: #dc3545;
  }

  .product-img {
    width: 60px;
  }

  .accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
  }

  .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  }
  .card {
    background: #fff;
    border-radius: 10px;
    width: 950px;
    margin: auto;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
  }

  .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-img {
    width: 60px;
    height: 60px;
    background: #eee;
    border-radius: 6px;
    margin-right: 15px;
  }

  .order-info-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-size: 14px;
  }

  .order-info-column {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .order-info-label {
    font-weight: bold;
    color: #666;
    font-size: 13px;
  }

  .order-info-value {
    font-size: 14px;
    color: #000;
  }

  .status-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #ff9800;
    font-weight: 600;
  }

  .status-row svg {
    margin-right: 6px;
  }

  .toggle-btn {
    font-size: 20px;
    user-select: none;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .card.open .toggle-btn {
    transform: rotate(180deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .card.open .accordion-content {
    max-height: 1000px;
    margin-top: 20px;
  }

  .content-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .buttons-section {
    display: flex;
    justify-content: space-between;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .btn-yellow {
    background: #ffd600;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .btn-row {
    display: flex;
    gap: 10px;
  }

  .btn-gray {
    background: #eeeeee;
    font-size: 14px;
    padding: 8px 33px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

  .address-row {
    display: flex;
    gap: 20px;
    font-size: 14px;
  }

  .address-box {
    flex: 1;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
  }

  .address-box strong {
    display: block;
    margin-bottom: 6px;
  }
  .solbuton.active{
    color: #FFCE13 !important;
  }
  .solbuton.active svg path{
    stroke: #FFCE13 !important;
  }
  .solbuton{
    color: black;
    background-color: transparent !important;
  }
  .solbuton:hover{
    color: #FFCE13;
  }
  .siparis-img{
    width: 32px !important;
    height: 32px !important;
  }
  .info-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #6C6C6C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #6C6C6C;
}
.active>.page-link, .page-link.active {
  z-index: 3;
  color:black;
  background-color:#FFCE13;
  border-color: #FFCE13;
}
.page-link:hover{
  border-color:#FFCE13 ;
  color: black;
}
.page-link{
  color: black;
  border-radius: 8px;
}
.pagination{
  column-gap: 10px;
}
.page-item:first-child .page-link {
    border-radius: 7px;
}
.page-item:last-child .page-link{
  border-radius: 7px;
}


 /* -------- Mobil Header -------- */
 .autokey-mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

.autokey-hamburger {
  background: none;
  border: none;
  cursor: pointer;
}

.autokey-hamburger svg {
  stroke: #334155;
}

.autokey-logo {
  height: 24px;
}

.autokey-icons {
  display: flex;
  gap: 16px;
}

.autokey-icon {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}

/* Mobil Menü */
.autokey-side-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 220px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  padding: 60px 20px;
  transition: left 0.3s ease;
  z-index: 20;
}

.autokey-side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autokey-side-menu ul li {
  margin-bottom: 20px;
}

.autokey-side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.autokey-side-menu.active {
  left: 0;
}

.autokey-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 15;
}

.autokey-overlay.active {
  display: block;
}



/**/

.order-properties-and-product-images-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.order-properties {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.order-properties-top {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
}

.order-property {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.order-property-title {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #626262;
}

.order-property-value {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #151515;
}

.order-product-images-and-status {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}

.order-products-images {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.order-product-image {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.order-product-image, .order-product-image img {
    width: 75px;
    aspect-ratio: 1/1;
    min-width: 75px;
    height: 75px;
    object-fit: contain;
}

.order-product-count {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: #FCA649;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.order-statuses {
    display: flex;
    align-items: end;
    padding-right: 60px;
}

.order-status {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

.order-status i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.order-status.return i {
    background: #FF232C;
    color: #fff;
}



.my-orders-list .accordion .accordion-item .accordion-button::after {
    content: "\f078";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    color: #626262;
}

.my-orders-list .accordion .accordion-item {
    background-color: transparent;
    border: none;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #E8E8E8;
    border-radius: 1rem;
}

.my-orders-list .accordion .accordion-item .accordion-button {
    background: transparent;
    padding: 0;
    column-gap: 30px;
    box-shadow: none;
    outline: none;
}

.order-collapse-products {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E8E8E8;
}

.order-collapse-product-card {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    column-gap: 12px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    background: #fff;
}

.order-collapse-product-card-image {
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    position: relative;
}

.order-collapse-product-card-image, .order-collapse-product-card-image img {
    aspect-ratio: 1/1;
    width: 85px;
    max-width: 85px;
    height: 85px;
    object-fit: contain;
}

.order-collapse-product-card-image .order-collapse-product-count {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCA649;
    border-radius: 50px;
    color: #fff;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.order-collapse-product-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.order-collapse-product-card-category {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #151515;
}

.order-collapse-product-card-price {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #29981E;
}

.currency-swap {
    display: flex !important;
    justify-content: center;
    flex-direction: row-reverse;
}

.order-collapse-product-card-price .currency-swap {
    justify-content: start;
}

.order-collapse {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.order-delivery-method-area {
    display: flex;
    column-gap: 24px;
}

.order-delivery-method-image {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 50px;
    background-color: #FF9F0F;
}

.order-delivery-method {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.order-delivery-method-title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.order-delivery-method-description {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #444444;
}

.track-order-button {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #272829;
    width: 100%;
    background: #FCA649;
    border: 1px solid #FCA649;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.order-tax-address-area {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.order-tax-address-title {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #626262;
}

.order-tax-address-information {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.order-tax-address {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #626262;
}

.order-property-value .currency-swap {
    justify-content: start;
}

.mobile-profile-panel {
    display: none;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.mobile-profile-username {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

.mobile-profile-panel-button button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.mobile-profile-sidebar {
    position: fixed;
    top: 88px;
    right: -280px;
    width: 280px;
    max-width: 100%;
    height: calc(100vh - 64px);
    background: #fff;
    box-shadow: 2px 4px 3px 2px #00000040;
    z-index: 5;
    transition: .4s;
}

.mobile-profile-sidebar.show {
    right: 0;
    transition: .4s;
}

.mobile-profile-sidebar-overlay {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #76767661;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.mobile-profile-sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.mobile-profile-sidebar-profile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
}
.profile-overlay {
    background-color: #FFCE13;
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 40px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 17.31px;
    justify-content: center;
}
.profile-user-fullname {
    font-size: 18px;
    font-weight: 500;
}
.mobile-profile-aralik{
  display: flex;
  row-gap: 10px;
  margin-top: 10px;
}
.request-info-properties{
display: flex;
align-items: center;
column-gap: 30px;
margin-bottom: 6px;
}

.panel2 {
    padding: 16px 15px;
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
    height: 100%;
    z-index: 2;
}
.page {
    width: calc(100% - 90px);
    margin-left: auto;
    background-color: #F8F7F5;
}
.web-panel-home-page{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .web-panel-home-page.active{
    background-color: #FFCE13;
}
.all-web-panel a {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
}
.open-web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    position: absolute;
    top: 120px;
    left: 20px;
}
.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .offcanvas.show {
    transform: translateX(0);
    transition: transform 0.3s ease;
  }

  .offcanvas .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    z-index: 10000;
  }

/* -------- Duyarlılık -------- */

@media only screen and (max-width: 1399px)
{
  .order-properties-top {
    column-gap: 4px;
}
}

@media only screen and (max-width: 1199px)
{
  .order-properties-top {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
}

.order-product-images-and-status {
    flex-direction: column;
    row-gap: 20px;
}
}

@media only screen and (max-width: 991px)
{
  .order-properties-top {
    grid-template-columns: repeat(4, 1fr);
}

.panel
{
  display: none;
}

.mobile-profile-panel {
    display: flex;
    margin-bottom: 25px;
}
.profile-container {
    padding-top: 25px;
}
.panel2 {
    display: none;
  }
  .autokey-mobile-header {
      display: flex;
    }
    .page {
    width: 100% !important;
  }

}

@media (max-width: 768px) {
  footer {
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo-block,
  .contact-block {
    width: 100%;
    max-width: 100%;
  }

  .footer-column {
    width: 100%;
  }
  .headerWrapper {
    display: none;
  }
  .panel2{
      display: none;
    }
    .page{
      width: 100% !important;
    }
  .mobile-view {
    display: block;
  }

  .web-view {
    display: none; /* Masaüstü kısmını gizle */
  }
  .headerWrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 16px;
  }

  .searchFieldContainer {
    margin: 0;
    width: 100%;
  }

  .headerRightSection {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .userProfileArea span {
    display: none; 
  }
  

  .contact-row {
    align-items: flex-start;
  }
}

@media (min-width: 769px) {
  
}

@media only screen and (max-width: 575px)
{
  .order-properties-top {
    grid-template-columns: repeat(2, 1fr);
}
.request-info-properties{
  flex-direction: column;
  align-items: start;
}

}
@media only screen and (max-width: 425px) {
  .request-card {
    flex-direction: column;
    align-items: start;
}
.request-info-properties{
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
}
}