﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin:85px 0px 1px 8px !important;
    border-radius: 1.2rem;
    font-size: 14px;
}

.card-body h1 {
    font-size: 2rem;
    padding: 1rem 0;
    font-weight: normal;
    color: #0077C8;
}

.card-body label {
    font-weight: 500 !important;
    padding: .375rem 0.25rem .375rem .75rem !important;
    margin-bottom: 0 !important;
}

h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    padding: 1rem 0 !important;
    font-weight:600;
}

.card-header {
    background-color: transparent !important;
}

.bolge-alt-cizgi {
    max-width: 100% !important;
    height: 1px !important;
    background-color: #9ACD66 !important;
    margin: 0 auto 50px auto !important;
}

.divmrg {
    padding-right: 0px !important;
}
.dokuman-kart {
    padding: 15px 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 2px solid #0077C8;
}

.dokuman-kart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dokuman-kart .baslik {
    font-size: 18px;
    font-weight: bold;
    color: #0077C8;
}

.btn-indir {
    background-color: #0077C8;
    color: #fff;
    border: none;
    padding: 10px 39px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    margin-right: 40px;
}

    .btn-indir:hover {
        background-color: #0077C8;
    }

    .btn-indir::before {
        content: url('https://img.icons8.com/ios-filled/20/ffffff/pdf.png');
        margin-right: 8px;
    }

.link {
    color: #0077C8;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

    .link:hover {
        text-decoration: underline;
    }