html {
    font-size: 14px;
}
/* UTKU CSS TABLO*/

#orderTableHeader {
    color: #fff;
    background: #233383;
}

table {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table thead {
    height: 50px;
    font-weight: bold;
}

.table th {
    vertical-align: middle;
}

.table tr:nth-of-type(odd) {
    color: black;
    background-color: #f5f5f5;
}

.table tr:nth-of-type(even) {
    color: black;
    background-color: #e9e9e9;
}

.footer-logo__social {
    width: 220px;
}


/* UTKU CSS TABLO SONU*/
.homePageFooter {
    display: flex;
}

.homePageFooter__left {
    display: flex;
    flex: 1;
    vertical-align: central;
}

.homePageFooter__left-logo { /*FOOTER UTKU*/
    align-content: center;
    position: absolute; /*
    margin-left: var(--bs-gutter-x, 10rem);*/
}

.homePageFooter__center {
    max-height: 35px;
    justify-content: center;
    display: flex;
    flex: auto;
}

    .homePageFooter__center img {
        height: 35px;
        width: auto;
        padding-left: 6px;
        padding-right: 6px;
    }

.homePageFooter__center-logos {
    text-align: center;
}

    .homePageFooter__center-logos a {
        color: #233383 !important;
    }

.homePageFooter__right {
    /*position: absolute;
    right: 0;*/
    /*display: flex;
    flex: 1;
    justify-content: end;*/
}

.homePageFooter__right-logos {
    align-content: center;
    width: 200px;
    /*position: absolute;
    right: var(--bs-gutter-x);*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .homePageBox {
        margin-top: 100px;
    }

    .homePageFooter__right {
        text-align: right;
    }
}

@media (max-width: 820px) {

    .homePageBox {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .center-text {
        text-align: center !important;
    }

    .img-fluid {
        margin-bottom: 16px;
    }

    .footer-logo__social {
        width: 200px;
    }
}

@media (max-width: 485px) {
    .cookie-popup {
        width: auto !important;
    }
}

.mb-img {
    text-align: center;
}

.vertical-line {
    border-left: 1px solid #666;
    height: 100%;
    margin: 0 6px;
}

.standart-title {
    font-size: 16px;
    font-weight: bold;
    color: #233383;
}

.standart-subtitle {
    font-weight: bold;
    color: #666;
}

.standart-subtitle2 {
    font-weight: bold;
    color: #233383;
}

.pdf-button {
    margin-left: 8px;
    padding: 14px 48px;
    border-radius: 10px;
    color: #233383;
    max-height: 55px;
    white-space: nowrap;
    border: 1px solid #233383 !important;
    transition: background-color 0.3s ease;
}

    .pdf-button:hover {
        color: white !important;
        background-color: #233383;
    }

.form-button {
    padding: 14px 48px;
    border: 1px solid #233383 !important;
    background-color: #233383;
    border-radius: 10px;
    color: white;
    transition: background-color 0.3s ease;
}

    .form-button:hover {
        background-color: white;
        color: #233383;
    }

.delete-button {
    width: 36px;
    height: 36px;
    border: none;
    background: none;
    border-radius: 18px;
    color: white;
    transition: background-color 0.3s ease;
}

    .delete-button:hover {
        background-color: white;
    }

#footerAllRightsReservedContainer {
    text-align: right;
}

.footerAllRightsReservedContainer {
    text-align: right;
}

@media (max-width: 1200px) {
    .homePageFooter__right-logos {
    }

    .homePageFooter__left-logo {
    }

    .pdf-button,
    .form-button {
        padding: 12px 36px;
        max-height: 47px;
        border-radius: 8px;
    }
}

@media (max-width: 992px) {
    .pdf-button,
    .form-button {
        padding: 10px 24px;
        max-height: 47px;
        border-radius: 8px;
    }

    .footer-logo__social {
        width: 160px;
    }

    #footerAllRightsReservedContainer {
        text-align: center;
    }

    .footerAllRightsReservedContainer {
        text-align: center;
    }
}

#homePageBoxRow .box.box-card {
    height: 75%;
}

#cookiePolicyPage a {
    color: skyblue;
    text-decoration: underline skyblue;
    font-weight: bold;
}

#cookiePolicyPage > a:hover {
    color: white;
    text-decoration: underline white;
    font-weight: bold;
}

#cookiePolicyDetail {
    color: skyblue;
    text-decoration: underline skyblue;
    font-weight: bold;
}

    #cookiePolicyDetail :hover {
        color: white;
        text-decoration: underline white;
        font-weight: bold;
    }
