﻿.sozlesmeSidebar {
    padding: 24px;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
}

    .sozlesmeSidebar ul {
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        margin-bottom: 0;
    }

        .sozlesmeSidebar ul li {
            padding-bottom: 8px;
        }

            .sozlesmeSidebar ul li a {
                color: #1D2939;
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                text-decoration: none;
            }


            .sozlesmeSidebar ul li.active a {
                color: #00A4E7;
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 24px;
            }

.sozlesmeContentArea {
    border: 1px solid #E4E7EC;
    padding: 48px 56px;
    border-radius: 8px;
}

.sozlesmeTitle {
    color: #101828;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.printPage {
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
    margin-left: auto;
    column-gap: 8px;
    background: none;
    border: none;
}

.printTitle {
    color: #101828;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.sozlesmeDescription {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.sozlesmeArea
{
    margin-bottom: 48px;
}


/*Breadcrumb*/

.breadCrumb {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #101828;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}