/* Genel Stil */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
	margin-bottom: 10%;
	margin-left: 4%;
}

header {
    position: sticky;
    top: 0px;
    background-color: #e9e9e9;
    color: black;
    z-index: 10;
    padding: 1%;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #e9e8e8;
    z-index: 100;
}

footer p {
    margin: 5px;
}

footer a {
    color: #fff;
}

input[type="number"] {
	width: 95%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 25px;
}  

input[type="text"] {
	width: 95%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 25px;
}

button {
    display: flex;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

button:hover {
    background-color: #cc5200;
}

table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
}

th, td {
    border: 1px solid #d5d9e1;
    padding: 10px;
    text-align: left;
	background-color: #ffffff;
	font-size: 12px;
}

th {
    background-color: #f4f7ff;
    color: #212529;
	font-size: 14px;
}

h1 {
	font-size: 1.4em;
    margin: 0;
}

h2 {
	font-size: 1.2em;
    margin: 0;
}

h3 {
	font-size: 1em;
    margin: 0;
}

p {
	font-size: 16px;
    margin: 0;
}

.title-orange {
    background-image: linear-gradient(to bottom, #ffd8a2, #ff9600);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-orange {
    background-image: linear-gradient(to bottom, #ffffff00, #ff960094);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.title-green {
    background-image: linear-gradient(to bottom, #72eb72, #00b700);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-green {
    background-image: linear-gradient(to bottom, #ffffff00, #2ecc2e94);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.title-red {
    background-image: linear-gradient(to bottom, #ff9d9d, #df0000);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-red {
    background-image: linear-gradient(to bottom, #ffffff00, #ff00005e);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.title-purple {
    background-image: linear-gradient(to bottom, #ab7cff, #5800ff);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-purple {
    background-image: linear-gradient(to bottom, #ffffff00, #8645ff6b);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.title-yellow {
    background-image: linear-gradient(to bottom, #dce58d, #d7b500);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-yellow {
    background-image: linear-gradient(to bottom, #ffffff00, #d8c02085);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.title-blue {
    background-image: linear-gradient(to bottom, #70b0ff, #0071ff);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.lower-block-blue {
    background-image: linear-gradient(to bottom, #ffffff00, #0a77ff8c);
    padding: 1%;
    border-radius: 0 0 10px 10px;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    height: auto;
    margin: 5% auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-wrap: anywhere;
}

.container-page {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
    margin: 2%;
    padding: 1%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.container-border {
    width: 95%;
    margin: 5% auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.block-soft {
    background: #f5f5f5;
    padding: 5%;
    margin: 5%;;
    text-align: center;
    border-radius: 50px 5px 50px 5px;
    box-shadow: 0 1px 5px rgb(163 163 163 / 62%);
}

.marketplace-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 2%;
    margin: 5%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.row-eight {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.row-six {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.row-four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.row-three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.row-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.row-one {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.video {
    padding: 5%;
}

.button-group {
    display: grid;
    gap: 1%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.orange-button button  {
	width: max-content;
    background-color: #FFA500 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.orange-button button:hover {
    background-color: #e69500 !important;
}

.green-button button  {
	width: max-content;
    background-color: #4CAF50 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.green-button button:hover {
    background-color: #45a049 !important;
}

.line-button button {
    width: max-content;
    background: none;
    color: #c50000;
    padding: 3%;
    margin: 1%;
    font-size: 13px;
    font-weight: bold;
}

.line-button button:hover {
    background: none;
    color: #ff0000 !important;
}

.red-button button {
	width: max-content;
	background: #ff3232 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.red-button button:hover {
    background-color: #c32626 !important;
}

.gray-button button {
	width: max-content;
	background: #a7a7a7 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.gray-button button:hover {
    background-color: #8b8888 !important;
}

.black-button button {
	width: max-content;
	background: #000 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.black-button button:hover {
    background-color: #515050 !important;
}

.green-button-aktif {
    background-color: green;
    color: white;
}

.red-button-pasif {
    background-color: red;
    color: white;
}

.toggle-status-btn {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.weak {
    color: red;
}

.medium {
    color: orange;
}

.strong {
    color: green;
}

.stat-container {
    width: 100%;
    padding: 5px;
    margin-bottom: 8%;
    margin-top: 5%;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #418f8c;
}

.stat-container p {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: white;
    margin: 2% 0;
}

.lower {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.growth-analysis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f8f9fa;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 3%;
    border-radius: 20px;
}

.stat-info p {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    margin: 2% 0;
}

.marketplaces {
    text-align: center;
}

.marketplace-icons {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.marketplace {
    margin: 10px;
    width: 25%;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
}

.marketplace:hover {
    transform: scale(1.1);
}

.chartanaliz {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #b4ffb3;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 800px;
    height: 80%;
    border-radius: 8px;
    text-align: left;
    overflow: auto;
}

.close {
    width: min-content;
    position: relative;
    margin-top: -3%;
    margin-left: 100%;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
        
.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.banner-information {
    margin: 6%;
    border-radius: 30px;
    background: #adf7a0;
    display: flex;
    overflow: hidden;
}

.contact-form {
    display: flex;
    margin: 2%;
    padding: 2% 10%;
    border: solid 1px #a9a9a9;
    border-radius: 10px;
    flex-direction: column;
    background: #f3f3f3;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.eye-icon.strikethrough {
    text-decoration: line-through;
}

.form-section {
    display: flex;
    width: 100%;
    padding: 32px 0 32px 32px;
    max-width: calc(100% - 32px);
    flex-direction: column;
    justify-content: center;
}

.slider-section {
    width: 100%;
    padding: 32px 32px 32px 0;
    max-width: calc(100% - 32px);

}

.vertical-menu {
    position: fixed;
    width: 15%;
    height: 100%;
	margin-left: -15%;
    background: #101A28;
    z-index: 1000;
	transition: width 0.01s linear;
}

/* Mobil Menü açıldığında */
.vertical-menu.open {
    width: 80%;
    margin-left: 0%;
}

.menu-toggle {
    background-color: #101A28;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.vertical-menu a {
    color: #ffffff;
    display: block;
    padding: 5%;
    font-size: 16px;
    text-decoration: none;
    margin-left: 3%;
}

.vertical-menu a:hover {
	background: #313131;
}

.vertical-menu a.active {
    color: white;
    font-size: 25px;
    margin: 3%;
}

.vertical-menu .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.satir {
    display: flex;
    align-items: center;
    padding: 10px;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.satir:hover {
    background-color: #555;
}

.menu-text {
    margin-left: 10px;
}

.menu-collapsed {
	width: 4%;
    margin-left: -4%;
}

.menu-collapsed .menu-text{
	display: none;
}

.menu-collapsed .fa{
    padding: 20%;
}

.menu-collapsed .satir {
    justify-content: center;
}

.menu-icon {
    display: none;
}

.date-picker-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;
}

.filter {
    border: solid 1px black;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.section-large {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    height: auto;
    margin: 5% auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-wrap: anywhere;
}

.section-small {
    display: none;
}

.section-large-menu {
    display: flex;
}

.section-small-menu {
    display: none;
}

.filter-icon {
    cursor: pointer;
    color: #95a1b5;
    font-weight: bold;
    margin-left: 10px;
}

.filter-panel {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
    z-index: 100;
    margin-top: 5px;
}

.filter-option {
    margin-bottom: 10px;
}

.filter-option label {
    font-size: 0.9em;
    color: #555;
}

.filter-option select {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.icon-calendar {
    font-size: 16px;
    color: #a9a9a9;
    cursor: pointer;
}

.marketplace-card img.marketplace-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}

.marketplace-card h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.marketplace-card button {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}

.down {
	color: #ffa500;
    font-weight: bold;
}

.down:hover {
	color: #3771e0;
	cursor:pointer;
}

.down-button {
	width: max-content;
    background-color: #FFA500 !important;
    color: white;
    padding: 10px 20px;
	margin: 1%;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	font-size: 13px;
}

.down-button button:hover {
    background-color: #c32626 !important;
}

.menu {
    width: 100%;
    display: contents;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu p {
    margin: 2px 20px;
}
	
.menu-item {
    width: 15%;
    position: relative;
    display: inline-block;
}

.menu-item a {
    text-decoration: auto;
    padding: 10px 20px;
    display: block;
    color: white;
    transition: background-color 0.3s;
}

.submenu {
    width: 100%;
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.submenu li a {
    padding: 10px;
    display: block;
    color: white;
    text-decoration: auto;
}

.submenu li a:hover {
    text-decoration: underline;
}

.menu-item:hover .submenu {
    display: block;

}

.menu-item a:hover {
    text-decoration: underline;
}

.profit {
    width: fit-content;
    background: #2fc700;
    padding: 1%;
    border-radius: 5px;
    color: white;
}

.progress_payment {
    width: fit-content;
    background: #2251bf;
    padding: 1%;
    border-radius: 5px;
    color: white;
}

.damage {
    width: fit-content;
    background: #ff0000;
    color: white;
    padding: 1%;
    border-radius: 5px;
}

.cost {
    width: fit-content;
    background: #ffdac0;
    padding: 1%;
    border-radius: 5px;
}

.shipping {
    width: fit-content;
    background: #f8e9ff;
    padding: 1%;
    border-radius: 5px;
}

.product_price {
    width: fit-content;
    background: #e550ff;
    padding: 1%;
    border-radius: 5px;
    color: white;
}

.marketplace_discount {
    width: fit-content;
    background: #fffabe;
    padding: 1%;
    border-radius: 5px;
}

.store_discount {
    width: fit-content;
    background: #fffabe;
    padding: .5%;
    border-radius: 5px;
}

.total_product_price {
    width: fit-content;
    background: #d9a200;
    padding: 1%;
    border-radius: 5px;
    color: white;
}

.state_share {
    width: fit-content;
    background: #dceaff;
    padding: 1%;
    border-radius: 5px;
}

.service_price {
    width: fit-content;
    background: #dceaff;
    padding: 1%;
    border-radius: 5px;;
}

.listing_price {
    width: fit-content;
    background: #dceaff;
    padding: 1%;
    border-radius: 5px;
}

.post_serv_fee {
    width: fit-content;
    background: #dceaff;
    padding: 1%;
    border-radius: 5px;
}

.commission_price {
    width: fit-content;
    background: #f8e9ff;
    padding: 1%;
    border-radius: 5px;
}

.top-bar {
    position: sticky;
    display: flex;
    justify-content: flex-end;
    padding: .5% 2%;
    background: #00a1ff;
    color: white;
}

.top-bar a {
    color: white;
    text-decoration: auto;
}  

.top-bar a:hover {
    text-decoration: underline;
} 

.hero {
    width: -webkit-fill-available;
    display: flex;
    background: #0089ff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    justify-content: space-around;
    align-items: center;
}

.ust-bar {
    width: 100%;
    display: flex;
    list-style-type: none;
    justify-content: center;
    place-items: center;
}

.ust-bar a {
    color: white;
    padding: .5% 1%;
    text-decoration: auto;
}

.ust-bar a:hover {
    text-decoration: underline;
}

.ust-bar-small {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.comment-container {
    margin: 5%; 
    border: solid 1px #a1a1a1; 
    border-radius: 5px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
    align-items: center;
    margin: 5%;
}

.comment-text {
    padding: 5%;
    background: #c4ffbd;
    margin: 5%;
    border-radius: 15px;
}

.comment-date {
    float: inline-end; 
    padding: 2%;
}

.pagination {
    text-align: left;
    margin: 20px 0;
    padding: 2%;
}

.pagination a {
    text-decoration: none;
    color: #0056b3;
    padding: 1%;
    border: 1px solid #ccc;
    margin: 1%;
    border-radius: 4px;
}

.pagination a.active {
    background: #0056b3;
    color: white;
    font-weight: bold;
}

.red-label {
    width: fit-content;
    background: red;
    color: #ffffff;
    padding: 2% 5%;
    border-radius: 5px;
    place-self: anchor-center;
}

.orange-label {
    width: fit-content;
    background: #ff5e2e;
    color: #ffffff;
    padding: 2% 5%;
    border-radius: 5px;
    margin: 1%;
}

.notification {
    padding: 15px;
    background-color: #4CAF50;
    color: white;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.notification.show {
    opacity: 1;
}

.wtspp {
    position: fixed;
    margin-left: 2%;
    bottom: 3%;
    z-index: 1000;
}

.label-red {
    position: absolute;
    margin-top: -1%;
    background: #ff0000;
    padding: 2px;
    border-radius: 6px;
    font-size: 12px;
    color: #ffffff;
}

.label-green {
    position: absolute;
    margin-top: -1%;
    background: #76ff5d;
    padding: 2px;
    border-radius: 6px;
    font-size: 12px;
    color: #000000;
}

.label-orange {
    position: absolute;
    margin-top: -1%;
    background: #f49f36;
    padding: 2px;
    border-radius: 6px;
    font-size: 12px;
    color: #ffffff;
}

.menu-border {
    display: grid;
    white-space: nowrap;
    border-right: solid 2px #a7a7a7;
    padding: 0 1%;
}
















#rating-stars { 
    direction: rtl; 
    unicode-bidi: bidi-override; 
    font-size: 2em; 
}

#rating-stars input { 
    display: none;
}

#rating-stars label { 
    color: lightgray; 
    cursor: pointer; 
}

#rating-stars input:checked ~ label { 
    color: gold; 
}

#rating-stars label:hover, #rating-stars label:hover ~ label { 
    color: gold; 
}

#marketplace-modal form label {
    display: block;
    margin-bottom: 8px;
}

#marketplace-modal form input[type="text"],
#marketplace-modal form input[type="file"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

#marketplace-modal form button {
    margin-right: 10px;
}

#marketplace-modal {
    position: absolute;
    top: 1%;
    left: 40%;
    width: 25%;
    background: #ebe6ff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#start_date, #end_date {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#toggleButton {
	margin-left: 3%;
    margin-top: .5%;
	background: #dd6a6a;
	display: none;
}

#toggleButton.active {
    background-color: #98c18e;
}

/* Şifre gücü göstergesi için stil */
#strengthMessage {
    font-size: 14px;
    margin-top: 5px;
}










/* Ekran 900px ve daha küçük olduğunda */
@media (max-width: 900px) {
    .row-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}










/* Ekran 799px ve daha küçük olduğunda */
@media screen and (max-width: 799px) {
    .section-large {
        display: none;
    }

    .section-small {
        display: flex;
        flex-direction: column;
        max-width: 95%;
        height: auto;
        margin: 5% auto;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow-wrap: anywhere;
    }

    .section-large-menu {
        display: none;
    }

    .section-small-menu {
        display: block;
    }

    #toggleButton {
        display: block;
    }

    .vertical-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #333;
        overflow: hidden;
        transition: width 0.3s ease, margin-left 0.3s ease;
    }

    .slider-section {
        display: none;
    }

    .form-section {
        grid-column: span 2;
    }

    .button-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-two {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .row-six {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-three {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .row-eight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .container-border {
        margin-bottom: 30%;
    }

    .container {
        margin-bottom: 30%;
    }

    header {
        padding: 5% 1%;
    }

    body {
        margin-bottom: 25%;
	    margin-left: 0%;
    }

    .menu-item {
        width: 100%;
    }

    .lower-block-orange {
        padding: 5%;
    }

    .lower-block-red {
        padding: 5%;
    }

    .lower-block-green {
        padding: 5%;
    }

    .lower-block-yellow {
        padding: 5%;
    }

    .lower-block-purple {
        padding: 5%;
    }

    .lower-block-blue {
        padding: 5%;
    }

    .menu-border {
        white-space: nowrap;
        border-right: none;
        padding-right: none;
    }

    .label-green {
        width: fit-content;
        margin-top: -2%;
        margin-left: -15%;
        justify-self: anchor-center;
    }

    .label-red {
        width: fit-content;
        margin-top: -2%;
        margin-left: -15%;
        justify-self: anchor-center;
    }

    .label-orange {
        width: fit-content;
        margin-top: -2%;
        margin-left: -15%;
        justify-self: anchor-center;
    }
}







        .collection {
            border-radius: 10px; 
            box-shadow: none; 
            background: white;
            padding: 5%;
            margin: 5%;
            text-align: center;
        }
        .block-pied {
            display: flex; 
            margin: 1%;
            padding: 1% 0;
        }
        .block-pied-left {
            width: 25%;
            border-radius: 10px; 
            background: #f7f7f7; 
            padding: 1%; 
            margin-right: 1%;
            box-shadow: 0px 0px 5px 0px #297dd5;
        }
        .block-pied-auto {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
            justify-items: center;
            gap: 10px;
        }
        .block-pied-left h2 {
            width: min-content; 
            color: #080808; 
            border-radius: 150px; 
            box-shadow: 1px 1px 5px 0px #6abaff; 
            padding: 5% 6%; 
            font-size: 15px;
        }
        .block-pied-auto-edit {
            width: -webkit-fill-available;
            border-radius: 10px; 
            background: radial-gradient(circle, #213c6f 0%, #00153d 100%);
            padding: 5%; 
            box-shadow: 0px 0px 5px 0px #297dd5;
        }
        .block-pied-auto h2  {
            width: min-content; 
            border-radius: 150px; 
            box-shadow: 1px 1px 5px 0px #6abaff; 
            color: white; 
            padding: 5% 7%;
            font-size: 15px;
        }
        .block-pied-auto h3  {
            color: white;
        }
        .block-pied-auto p  {
            color: #979797;
        }
        .block-pied-value {
            display: flex; 
            align-items: center; 
            justify-content: space-between;
        }
        @media screen and (max-width: 799px) {
            .block-pied {
                flex-direction: column;
            }
            .block-pied-left {
                width: -webkit-fill-available;
                margin: 5%;
                padding: 5%;
            }
            .block-pied-auto {
                width: -webkit-fill-available;
                grid-template-columns: repeat(1, minmax(0, 1fr));
            }
            .block-pied-auto-edit {
                margin: 5%;
                padding: 5%;
            }
        }

 .tawk-padding-small {
    display: none !important;
 }


















































































	
.hidden {
	content-visibility: hidden;
}

.header-container {
    width: 100%;
    height: 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}

.logo h1 {
    margin: 0;
    font-size: 24px;
}
 
.logo p {
    margin: 2px 20px;
}

.banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.banner-content h2 {
    font-size: 48px;
    margin: 0;
}

.banner-content p {
    font-size: 24px;
    margin: 10px 0;
}

.cta-button {
    display: inline-block;
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: #cc5200;
}


.features {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
    background-color: #fff;
}

.feature-box {
    width: 30%;
    text-align: center;
}

.feature-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.feature-box h3 {
    font-size: 24px;
    margin: 10px 0;
}

.feature-box p {
    font-size: 16px;
    color: #666;
}


.register-container {
    width: 30%;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.register-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.box {
    width: 10%;
    display: flex;
    padding: 1%;
    margin: 1%;
    height: 100px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}


.login-container {
    width: 85%;
}

.login-container input-group {
    margin-bottom: 15px;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.login-container input {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.statistics {
    margin-bottom: 30px;
    text-align: center;
}


.product-management,
.order-management,
.shipping-management {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1%;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #ff6600;
    color: white;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .button:hover {
        background-color: #cc5200;
    }

.settings-container {
    margin: 2%;
    padding: 2%;
    background: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.settings-container h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
    text-align: center;
}

.settings-container form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.settings-container form input, 
.settings-container form textarea {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.settings {
	display: flex;
    width: 100%;
}

.settings-container .verified {
    color: green;
    margin-left: 10px;
}

.settings-container button {
    display: block;
    width: max-content;
    padding: 10px;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.settings-container button:hover {
    background-color: #0056b3;
}

.fatura-adresi {
    display: inline-flex;
    width: -webkit-fill-available;
}

.box-account {
    width: 10%;
    margin: 2%;
    border-radius: 15px;
}

.box-account img{
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.account-edit {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	align-items: flex-start;
}

.provider-list {
	margin-bottom: 20px; 
}

   .provider-list a { 
        display: block; margin: 5px 0; 
    }

.pdf-viewer { 
    margin-top: 20px; 
}

#dynamic-fields {
	display: flex;
    flex-direction: column;
    width: 40%;
}

.logo a h1 {
    font-size: 20px;
    color: white;
    text-align: center;
}

.login-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15%;
    justify-content: center;
    height: 100%;
    max-height: 930px;
    width: 80%;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 10%;
}

.login-section {
	width: 50%;
	margin: 5%;
}

.login-slider {
	width: 90%;
	display: flex;
    overflow-y: hidden;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.slider {
    border-radius: 32px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    max-height: 680px;
}

.slides {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 600%; /* Bu, slaytlar�n do�ru geni�likte olmas�n� sa�lar */
    height: 100%;
}

.slide {
    width: 100%; /* Her slayt�n geni�li�i slider geni�li�ine e�it olur */
    height: 680px;
    background-size: cover;
    background-position: center;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
