@font-face {
    font-family: 'EuropaDefault';
    font-style: normal;
    font-weight: 700;
    src: url('https://enbilen.com/wp-content/uploads/2025/08/Europa-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Europa Default';
    font-style: normal;
    font-weight: 400;
    src: url('https://enbilen.com/wp-content/uploads/2025/08/Europa-Regular.ttf') format('truetype');
}

.greyArea {
    background-color: #EEEFF2 !important;
    color: #223558 !important;
    font-weight: 600;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.centerBold {
    text-align: center;
    font-weight: bolder;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: inherit;
}

.graftIpBox {
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    height: 40px;
    border: 2px solid #EEEFF2;
    border-radius: 20px;
    background: #ffffff;
    color: #223558;
    transition: all 0.3s ease;
    padding: 8px;
    box-sizing: border-box;
}

table tr:nth-child(even) td .graftIpBox {
    background: #ffffff;
    color: #223558;
}

table tr:nth-child(odd) td .graftIpBox {
    background: #ffffff;
    color: #223558;
}

.graftIpBox:focus {
    outline: none;
    border-color: #223558;
    box-shadow: 0 0 0 3px rgba(34, 53, 88, 0.1);
}

.graftIpBox:hover {
    border-color: #223558;
}

.areaChkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #5C5C5C;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 8px;
    margin-left: 0;
    accent-color: #223558;
    transition: all 0.2s ease;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    flex-shrink: 0;
}

.areaChkbox:hover {
    border-color: #223558;
}

.areaChkbox:checked {
    background-color: #223558;
    border-color: #223558;
}

.areaChkbox:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

table td:first-child {
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
    color: #5C5C5C;
    padding-left: 20px;
}

table tr:nth-child(even) td:first-child {
    color: #5C5C5C;
}

table tr:nth-child(odd) td:first-child {
    color: #5C5C5C;
}

table td:first-child input[type="checkbox"] {
    margin-right: 8px;
}

#container p {
    font-size: 0.875rem;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    padding: 5px 0;
    margin: 0;
}

ul {
    text-indent: 0 !important;
}

#main {
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

#main h1,
#main h2 {
    margin: 0;
}

.container.r4t,
#content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#graft_tbl {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

#graft_tbl > div:first-child {
    margin-bottom: 20px;
}

table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    color: #5C5C5C;
    background: #ffffff;
    border: none;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: inherit;
}

#graft_area_tbl {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

#graft_area_tbl tbody tr:first-child td:first-child {
    border-top-left-radius: 20px !important;
}

#graft_area_tbl tbody tr:first-child td:last-child {
    border-top-right-radius: 20px !important;
}

#graft_area_tbl tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px !important;
}

#graft_area_tbl tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px !important;
}

table a:link {
    color: var(--wp--preset--color--foreground, #666666);
    font-weight: 700;
    text-decoration: none;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

table a:visited {
    color: var(--wp--preset--color--foreground, #999999);
    font-weight: 700;
    text-decoration: none;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

table a:active,
table a:hover {
    color: var(--wp--preset--color--primary, #bd5a35);
    text-decoration: underline;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

table th {
    padding: 18px 20px;
    border: none;
    background: #EEEFF2 !important;
    color: #223558 !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

table th:first-child {
    border-top-left-radius: 20px;
}

table th:last-child {
    border-top-right-radius: 20px;
}

td.greyArea,
#graft_area_tbl td.greyArea,
table td.greyArea,
tbody td.greyArea {
    background-color: #EEEFF2 !important;
    color: #223558 !important;
    font-weight: 600;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 20px;
}

#graft_area_tbl tr:first-child td.greyArea {
    background-color: #EEEFF2 !important;
    color: #223558 !important;
}

table th:first-child,
td.greyArea:first-child {
    padding-left: 20px;
}

tr:first-child td.greyArea:first-child {
    border-top-left-radius: 20px;
}

tr:first-child td.greyArea:last-child {
    border-top-right-radius: 20px;
}

table tr {
    text-align: center;
    padding-left: 0;
}

table td {
    padding: 16px 20px;
    border: none;
    background: #ffffff;
    color: #5C5C5C;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: inherit;
}

table tr:nth-child(even) td {
    background: #EEEEEE;
    color: #5C5C5C;
}

table tr:nth-child(odd) td {
    background: #FFFFFF;
    color: #5C5C5C;
}

table tr:last-child td,
tbody tr:last-child td {
    background: #EEEFF2 !important;
    font-weight: 600;
    color: #223558;
}

table tr:last-child td:first-child {
    color: #223558;
    border-bottom-left-radius: 20px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

table tr:last-child td .centerBold {
    color: #223558;
}

table tr:last-child td div {
    color: #223558;
}

table tr:last-child td div label {
    color: #223558;
}

@media (max-width: 768px) {
    #content {
        width: 100% !important;
        max-width: 100% !important;
    }

    table {
        padding: 0 !important;
        max-width: 100%;
    }

    td {
        font-size: 0.875rem !important;
        padding: 2px;
        font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    }
}

h1 {
    font-weight: 300;
    font-size: 3em;
    line-height: 1.35;
    margin: 0 0 .125em;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    color: inherit;
}

h1 + p {
    font-size: 1.5em;
    color: var(--wp--preset--color--foreground, #999999);
    max-width: 30em;
    margin: 0 auto 3em;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

td,
th {
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    font-size: .875em;
    line-height: 1.45;
    color: var(--wp--preset--color--foreground, #444444);
    vertical-align: middle;
    padding: 1em;
}

th {
    font-weight: 600 !important;
    font-size: 1.6875rem;
    text-align: center !important;
    padding: 3px;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

colgroup:first-child,
colgroup:nth-child(2),
colgroup:nth-child(3),
colgroup:nth-child(4),
colgroup:nth-child(5),
colgroup:nth-child(6),
colgroup:nth-child(7),
colgroup:nth-child(8) {
    width: 12%;
    border: 4px solid var(--wp--preset--color--border, #e0e0e0);
}

td {
    font-size: 1.3125rem;
    padding: 2px;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

tbody th {
    background: var(--wp--preset--color--contrast, #ffffff);
    border-left: 1px solid var(--wp--preset--color--border, #cccccc);
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

tbody th span {
    font-weight: 400;
    font-size: 87.5%;
    color: var(--wp--preset--color--foreground, #999999);
    display: block;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

tbody td {
    background: var(--wp--preset--color--contrast, #ffffff);
    text-align: center;
    font-family: 'Europa Default', 'EuropaDefault', sans-serif;
}

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
    background: var(--wp--preset--color--background, #f5f5f5);
    border: 1px solid var(--wp--preset--color--border, #cccccc);
    border-width: 1px 0 1px 1px;
}

@media screen and (max-width: 480px) {
    td {
        padding: 0 !important;
    }

    tbody tr th {
        font-size: 1rem;
        font-family: 'Europa Default', 'EuropaDefault', sans-serif;
    }

    colgroup:first-child {
        width: 1%;
    }

    colgroup:first-child,
    colgroup:nth-child(2),
    colgroup:nth-child(3),
    colgroup:nth-child(4),
    colgroup:nth-child(5),
    colgroup:nth-child(6) {
        border-width: 1px;
    }

    colgroup:nth-child(2) {
        width: 3%;
    }

    colgroup:nth-child(4) {
        width: 2%;
    }

    colgroup:nth-child(3) {
        width: 6%;
    }
}

.st0 {
    fill: #223558;
}

.st1 {
    fill: #223558;
}

.st2 {
    fill: #223558;
}

.st5 {
    fill: none;
    stroke: var(--wp--preset--color--foreground, #463A39);
    stroke-width: 2;
}

.st6 {
    fill: var(--wp--preset--color--foreground, #1D1D1B);
}

.st7 {
    fill: var(--wp--preset--color--foreground, #7B6D6C);
}

.st4,
.st8 {
    fill: #223558;
}

.st9 {
    fill: #223558;
}

.headman {
    filter: drop-shadow(1px 2px 3px #000000);
    cursor: pointer;
}

.headman:hover .st8,
.ofpath > .st8 {
    opacity: .11;
}

#scalerange {
    border-radius: 20px;
    width: 250px;
    max-width: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    height: 5px;
    background: linear-gradient(to right, var(--wp--preset--color--primary, #ff0000) 0, var(--wp--preset--color--primary, #ff0000) 59.1837%, var(--wp--preset--color--border, #dee2e6) 59.1837%, var(--wp--preset--color--border, #dee2e6) 100%);
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    background: var(--wp--preset--color--primary, #ff0000);
    border-radius: 5px;
}

