﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

.info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-table th,
.info-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.info-table th {
    width: 30%;
    background-color: #0077C8;
    color: #fff;
    font-weight: bold;
}

.info-table td {
    width: 70%;
    background-color: #fdfdfd;
    color: #333;
}

.info-table th {
    background-color: #0077C8;
    border-bottom: none;
}


.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 0 !important;
    font-weight:600;
}

.card-header {
    background-color: transparent !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.card-body {
    padding: 20px 0px 130px 0px !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;
}