/* Popup arka planı */
.popup {
  display: none; /* Başlangıçta gizli */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8); /* yarı şeffaf arka plan */
}

/* Popup içeriği */
.popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

/* Kapat butonu */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}


.alert-warning{
	padding: 8px 14px;
    background: #ff3131;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
}

.adres-div{
	width:100%;
	min-height:50px;
	overflow:hidden;
	margin:0px auto;
}
.adres-divic{
	width:100%;
	min-height:50px;
	overflow:hidden;
	margin:0px auto;
}
.adres-divic1{
	width: 100%;
    float: left;
    height: 20px;
    margin: 0px auto;
    background: transparent;
}
.adres-divic1 label{
	font-size:16px;
	font-weight:600;
}


.adres-divic2{
	width:100%;
	min-height:30px;
	overflow:hidden;
	margin:0px auto;
}
.adres-divic2 input{
	width: 80%;
    font-size: 12px;
    margin: 5px 0px 15px 0px;
    border-radius: 7px;
    border: 1px solid #a5a5a5;
    padding: 10px 8px;

}
.adres-divic2 select{
	width: 82%;
    font-size: 12px;
    margin: 5px 0px 15px 0px;
    border-radius: 7px;
    border: 1px solid #a5a5a5;
    padding: 10px 8px;

}

.btn-default {
	background: #ff3131;
    border: none;
}
.btn-danger {
	background: #ff3131;
    border: none;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.btn-info {
	background: #007bff;
    border: none;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.account-dashboard {
    padding: 40px 0;
}

.account-header {
    text-align: center;
    margin-bottom: 40px;
}

.account-header h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.account-header p {
    color: #777;
}

.dashboard-cards {
    margin-top: 20px;
}

.account-card {
	background: #fff;
    border-radius: 15px;
    padding: 25px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.account-card h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.account-card h3 i {
    margin-right: 8px;
    color: #ff6000;
}

.account-card a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
}

.account-card a:hover {
    color: #ff6000;
    padding-left: 5px;
}

@media screen and (max-width: 480px) {
	.account-card {width:80%;}
	.adres-divic2 input{
	width: 94%;
	}
	.adres-divic2 select{
	width: 98%;
	}
}