@import url(./responsive.css);


:root {
    --main-font: 'Trebuchet MS';
    --main-color: #135099;
    --ara-gri: #DCDCDC;
}


input {
    border-radius: 0 !important;
    box-shadow: none !important;
}

input:focus {
    border: .1px solid var(--main-color) !important;
}

.text-blue {
    color: var(--main-color) !important;
}


.btn-primary,
.bg-primary,
.card-header {
    background-color: var(--main-color) !important;
    border-radius: 0 !important;
    color: white !important;
    border: 1px solid var(--main-color) !important;
}

select {
    border: 1px solid var(--main-color) !important;
    box-shadow: none !important;
}

* {
    font-family: var(--main-font)
}

.logo {
    width: 20rem;
    margin-top: 3rem;
}

.category-area {
    margin-top: 3rem;
}

.cat-icon {
    width: 4rem;
}


.cat-item {
    margin-top: 2rem;
}

.cat-item-area h3 {
    padding-top: 1rem;
    font-size: 1.5rem;
}

.cat-title {
    color: var(--main-color);
    text-decoration: none;
}

/********************** İNFO AREA **************************/
.info-area {
    position: relative;
    margin-top: auto;
    color: var(--main-color);
    background: #f1f1f1;
    top: 10rem;
    padding: 1rem;
}


.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    list-style: none;
    margin: .2rem 0;
    font-size: 1rem;
}

.info-list li a {
    text-decoration: none;
    color: black;
}

.info-list i {
    color: var(--main-color);
}

.info-table-text {
    color: var(--main-color);
}


/********************** İNFO AREA **************************/






/***************** FİYAT LİSTESİ CSS ****************/



.side-menu {
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu-header {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}


.side-menu-item {
    background-color: #e6e6e6;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
}


.side-menu-item:hover {
    background-color: var(--ara-gri);
    color: #000;
}

.side-menu-item.active {
    background-color: #ccc;
    color: #000;
}

.price-content-area {
    background: var(--main-color);
}

.price-desc {
    margin-top: auto;
    padding-right: 1rem;
}

.price-table {
    overflow-y: scroll;
}

.side-menu a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: bold;
    display: block;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}

.side-menu a:hover {
    background-color: var(--ara-gri);
}


.table-container {
    max-height: 500px;
    overflow-y: auto;
}


.bold-part {
    font-weight: bold;
}

.order-icon img {
    width: 3rem;
    height: 3rem;
    transition: .3s ease-in-out;
}

.order-icon img:hover {
    width: 3.3rem;
    height: 3.3rem;
    transform: rotate(10deg);
}



.table td:first-child {
    font-weight: bold;
}



.table thead th {
    position: sticky;
    top: 0;
    background-color: white;
    color: var(--main-color);
    border-bottom: .2rem solid var(--main-color);
    z-index: 10;
}


.table-footer-info {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.tf-info-one {
    font-size: 1rem;
    font-weight: bold;
    color: var(--main-color);
    border-bottom: .1rem solid var(--main-color);
}

.tf-info-two {
    font-size: .9rem;
    font-weight: bold;
    color: red;
}

.table-footer-info p {
    margin: 0;
    line-height: 1.5;
}

/**************** ŞABLONLAR *********/

.download-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.download-btn:hover {
    transform: scale(1.1);
}

.download-icon {
    width: 2rem;
    height: 2rem;
}

/************************* İLETİŞİM *******************/
.contact-info-area {
    margin-top: 3rem;

}

.contact-info-area i {
    font-size: 2rem;
    padding-right: .5rem;
}

.contact-info-area .info-list li {
    margin-top: 1rem;

}

.contact-info-area .info-list a {
    margin-top: 3rem;
    font-size: 1.5rem;

}

.map-container {
    width: 80%;
    height: 400px;
    margin: 3rem auto;

}

/************************* GİRİŞ VE KAYIT **************************/
.register-area .nav-tabs {
    color: var(--main-color);
}


.register-area {
    color: var(--main-color);
}


.reg-btn {
    background: var(--main-color) !important;
    color: white !important;
}


/***************** NAV TABS ************************/


.tab-content {
    margin-top: 2rem;
}

.side-menu-container {
    margin-top: 2rem;
}

.side-menu .nav-item .nav-link {
    border-radius: 0;
    border-bottom: .1rem solid var(--ara-gri);

}

.nav-pills .nav-link.active {
    background: var(--main-color) !important;
}




.drag-drop-area {
    cursor: pointer;
    background-color: #f8f9fa;
    border: 1px dashed var(--main-color);
    transition: all 0.2s ease;
}

.drag-drop-area.border-primary {
    background-color: #e2e6ea;
    border-color: #007bff;
}

canvas {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

canvas.thumbnail {
    max-width: 200px;
    max-height: 200px;
}

#previewContainer canvas {
    max-width: 100%;
    max-height: 200px;
}

#modalContent canvas {
    width: 100%;
    height: auto;
}


.progress {
    height: 20px;
}

.progress-bar {
    background-color: var(--main-color);
}


.mobile-menu-btn {

    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;


}



.register-nav {
    font-size: 1.3rem !important;
    color: var(--main-color);
    --bs-nav-link-color: var(--main-color);
}

.partial-content {
    display: none;
    /* Varsayılan olarak tüm partial'lar gizlenir */
}

.cat-item button {
    background: none;
    border: none;
    color: var(--main-color);
    font-size: 1.5rem;
    line-height: 3.8rem;
}

textarea,
select {
    border-radius: 0 !important;
    border: 1px solid #29292929 !important;
}

.alert.alert-danger {
    background-color: #c93131;
    color: #fff;
    border: 1px solid #c93131;
}

#uploadButton {
    border-radius: 0 !important;
    border: 1px solid var(--main-color) !important;
    color: #135099 !important;
}

#uploadButton:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px !important;
    }
}

#sepetim .card {
    margin-top: 2rem;
}

#sepetim .modal-content {
    border-radius: 0 !important;
    border: 1px solid #fff !important;
}

body .text-primary {
    color: #135099 !important;
}

.btn-outline-primary {
    border-radius: 0 !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
}

.btn-outline-primary:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

body .bg-primary {
    background-color: var(--main-color) !important;
}

.top-menu-area {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: var(--main-color);
    z-index: 99999999999999999;
}