﻿@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;
}
.divmrg {
    padding-right: 0px !important;
}
h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    padding: 1rem !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;
}

.custom-tab-container {
    justify-content: space-around !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;
    }

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 23.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

