.orderInfo{
    padding: 30px 128px 30px;
}

.textarea{
    box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
    width: 100%;
    display: block;
    border: 0;
    height: 80px;
    color: #0B4556;
    font-weight: 500;
    z-index: 2;
    position: relative;
    font-size: 16px;
    padding: 10px 20px;
    height: 70px;
}


.pagination {
    display: flex;
    justify-content: center; /* Yatayda ortalar */
    align-items: center;    /* Dikeyde hizalar */
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px; /* Butonlar arasında boşluk */
}

.pagination .page-item {
    flex: none; /* Elemanların boyutunu sabit tutar */
}

.pagination .page-link {
    color: #ef7d00;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px 15px; /* Buton boyutunu büyütmek için padding ekler */
    transition: all 0.3s ease;
    text-align: center;
}

.pagination .page-link:hover {
    background-color: #ef7d00;
    color: #fff;
    border-color: #ef7d00;
    text-decoration: none;
}

.pagination .page-link.active  {
    background-color: #ef7d00;
    color: #fff;
    border-color: #ef7d00;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}


.btnPrimary{
    color: #FFF;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease all;
    background: #0B4556;
    padding: 27px 67px;
    font-size: 18px;
    border: none;
}

.form-select{
    background: #FFF;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 0;
    height: 80px;
    color: #0B4556;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.mt-10{
    margin-top: 100px;
}

.mt-5{
    margin-top: 50px;
}

.mb-10{
    margin-bottom: 100px;
}

.mb-5{
    margin-bottom: 50px;
}

.eventIcon{
    font-size: 24px;;
}

.color-danger{
    color: #e62c2c;
}
.color-edit{
    color: #05556c;
}

.title{
    font-size: 35px;
    color: #0a4556;
}

.borderedCard{
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
}

.customcheckbox1 input{
    opacity: 0;
    display: block;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px 15px;
}

th {
    
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {
    
}

tr:hover {
    background-color: #f1f1f1;
}

td {
    color: #555;
}

th:first-child, td:first-child {
    text-align: left;
}

th:last-child, td:last-child {
    text-align: right;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 14px;
    }

    th, td {
        padding: 10px;
    }
}


.m-0 {
    margin: 0px!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

header .userProfile .menu{
    min-width: 170px!important;
}

header:after{
    aspect-ratio: 0;
}

.footerBottom .copyright{
    justify-content: flex-start;
    gap: 10px;
}

.otherLangs a {
    text-transform: uppercase;
}

header .login{
    display: block!important;
}

section.productDetail .productUsageImage .imgArea img{
    object-fit: contain!important;
}

@media screen and (max-width: 576px) {
    .mainpage header {
        background: transparent;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
        z-index: 3;
        
    }

    .mainpage header::after {
      display:none;
        
    }
}


@media screen and (max-width: 576px) {
    section.testimonial .sectionTitle {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 130px;
    }
}

.aspect-img{
    aspect-ratio: 4/4;
    object-fit: contain;
}

.top2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px;
    margin: 30px 0;
    flex-direction: column;
    flex-wrap: wrap;
}