﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');


    body {
        font-family: 'Poppins' !important;
    }

    .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;
}

    h2 {
        font-size: 1.5rem !important;
        color: #0175C0 !important;
        padding: 1rem !important;
        font-weight:600;
    }
    .divLeft{
        text-align:left !important;
    }

.btnFinancal {
    background-color: #0175C0;
    border-radius: 0 !important;
}

.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;
    }

    .custom-tab-container {
        justify-content: space-between !important;
        border-bottom: 1px solid #ddd !important;
    }

    .custom-tab-content {
        margin: 2rem 0 !important;
    }

    .custom-tab {
        font-weight: normal !important;
        color: #8B8B8B !important;
    }

        .custom-tab::after {
            height: 2px !important;
            background-color: #0175C0 !important;
        }

        .custom-tab.active {
            color: #0175C0 !important;
            font-weight: 500 !important;
        }
.divmrg {
    padding-right: 0px !important;
}