﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


:root {
    --sidebar-width: 4%;
}


html, body, #app, .main {
    height: 100%;
    min-height: 100%;
    margin: 0;
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: "Poppins", sans-serif !important;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.top-row {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
    width:100%;
}

    .main .top-row {
        background-color: #f8f9fa;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content {
    /*padding-top: 1.1rem;*/
    flex: auto;
    overflow-y: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.star {
    background-image: url("../images/star2.png");
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.treatmenttactic {
    padding: 5px 0px 5px 0px;
}

.image_preview {
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
}

.img_thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}

.image_caption {
    font-size: small;
    font-style: italic;
    text-align: justify;
}

.img_thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.image_view_container {
    border: 0px;
    padding: 2px 2px 2px 2px;
    margin: 0px;
}

.fuel_types_container {
    overflow: auto;
    height: 600px;
}

.menustrip {
    float: right;
}

.paragraph_title, .paragraph_title2 {
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.paragraph_title {
    text-decoration: underline
}

.gridheader {
    font-weight: bold;
}

.refLine {
    font-weight: bold;
    min-height: 50px;
    padding: 3px 0px 3px 20px;
}

.pointer {
    cursor: pointer;
}

    .pointer:hover {
        color: red;
    }


.k-nav.k-link {
    padding: 6px 12px;
    line-height: 1.4285714286;
}

.k-nav.k-state-active {
    font-weight: bold;
    color: #656565;
}

.k-menu-group .k-item > .k-menu-link {
    line-height: 1.4285714286;
    padding: 4px 8px;
    padding-right: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.divSeparator {
    height: 40px;
    width: 100%;
}

.page-header {
    background-color: ghostwhite;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 0px;
}

.specialMenu .k-menu:not(.k-context-menu) {
    background-color: ghostwhite;
    float: right;    
}

.page-header-left {
    float: left;
    font-size: 18pt;
    margin: 0px;
    padding: 10px 0px 0px 40px;
    color: darkgreen;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.page-header-right {
    float: right;
    position: relative;
    bottom: 0;
}

/*------------------------------------------------------------------------*/

.banner_area {
    position: relative;
    z-index: 1;
    background: url(../images/forest.jpg) no-repeat scroll center center;
    background-size: cover;
    max-height: 450px;
}

    .banner_area .banner_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 1;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .banner_area .banner_inner .banner_content {
            max-width: 655px;
            background: #fff;
            padding: 20px 65px;
            position: relative;
            border-radius: 5px;
            overflow: visible;
        }

            .banner_area .banner_inner .banner_content:before {
                content: "";
                width: 313px;
                height: 130px;
                background: rgba(167, 203, 0, 0.8);
                position: absolute;
                left: -50px;
                top: -30px;
                z-index: -1;
            }

        .banner_area .banner_inner .banner_content {
            color: #000000;
            font-size: 18px;
            margin-bottom: 0px;
            display: inline-block;
            min-width: 600px;
            /* text-transform: uppercase;*/
        }

            .banner_area .banner_inner .banner_content .page_link {
                display: inline-block;
                float: right;
                padding-top: 10px;
            }

                .banner_area .banner_inner .banner_content .page_link a {
                    font-size: 14px;
                    color: #666666;
                    font-family: "Raleway", sans-serif;
                    margin-right: 32px;
                    font-weight: 300;
                    position: relative;
                    text-transform: uppercase;
                }

                    .banner_area .banner_inner .banner_content .page_link a:before {
                        content: "\f0da";
                        font: normal normal normal 14px/1 FontAwesome;
                        position: absolute;
                        right: -25px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                    .banner_area .banner_inner .banner_content .page_link a:last-child {
                        margin-right: 0px;
                    }

                        .banner_area .banner_inner .banner_content .page_link a:last-child:before {
                            display: none;
                        }
.contentPanel{
    margin-top : -20px;
}

.parteners {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px; /* Increased height for better consistency */
    margin-bottom: 15px; /* Added margin between rows */
}

    .parteners img {
        max-width: 100%; /* Ensure image doesn't exceed container width */
        max-height: 100%; /* Ensure image doesn't exceed container height */
        object-fit: contain; /* Maintain aspect ratio while fitting in container */
        width: auto;
        height: auto;
    }

@media (max-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-3 {
        flex: 0 0 50%; /* On smaller screens, show 2 images per row */
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .col-3 {
        flex: 0 0 100%; /* On very small screens, show 1 image per row */
        max-width: 100%;
    }
}

.how-to-use {
    height: 300px;
    width: 610px;
}

.fuelTypeImage {
    background-image: url("../images/fueltypes.png");
    
    background-repeat: no-repeat;
    background-position-x:left;
    width: 100%;
}

.disclaimer {
    vertical-align: central;
    text-align: justify;
    width: 60%;
    line-height: 40px;
    margin: 50px auto auto auto;
}

.tabstrip {
    height: 570px;
    padding: 5px 5px 0px 0px;
}
.news_container {
    overflow: auto;
    height: 590px;
}

/* TelerikList column properties */

th.k-header {
    font-weight: bold !important;
    /*
    white-space: normal !important;*/ /* results in word-wrapping of column headers
                                       Ref.: https://docs.telerik.com/blazor-ui/knowledge-base/grid-wrap-and-center-column-text */
}

.k-treelist tr:hover {
    cursor: pointer;
}

.k-grid a {
    color: revert !important;
}

.k-grid a:hover {
    text-decoration: revert !important;
}



/*main css */



.sidebar-landing {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 25%;
    z-index: 600;
    background-color: rgba(0, 0, 0, 0.3);
}

.menu-landing {
    align-items: center;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titles-landing {
    position: relative;
    left: 22%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    width: 71%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.background-landing {
    height: 100vh;
    background-image: url('../images/forest-background.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.menu-item-landing {
    font-size: 110%;
    margin-bottom: 0.3vh;
    font-weight: bold;
    color: white;
    text-decoration: none;
}


    .menu-item-landing:hover {
        transform: scale(1.07); /* Slightly grow on hover */
        color: white; /* Keep text color white */
    }


.separator {
    border: none;
    border-top: 1px solid #ccc;
    width: 80% !important;
    margin: 10px 0;
    width: 100%;
    color: white;
}

.orange-txt {
    color: rgba(233, 113, 50, 1) !important;
}

.wildfire-link {
    bottom: 5%;
    position: absolute;
}

.wf-white-logo {
    height: 100px;
}

.landing-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
    
.home {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top {
    background-image: url('../images/forest-background-top.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    color: whitesmoke;
    font-weight: bold;
    font-family: Century Gothic, Arial, sans-serif;
}

.project {
    align-items: center;
    text-align: center;
    margin-left: 20%;
    margin-right: 90%;
    color: gray;
}

.home-btn {
    font-size: 2em;
    /*color: #223d3c;
    margin-top: 35%;
    text-align: right;
    right: 3px;
    margin-right: 2px;
    margin-top: 5%;*/
    color: white;
    position: absolute;
}

.page-title {
    margin-left: 3%;
    text-transform: uppercase;
}

.white-logo {
    height: 120px;
    top: -17%;
    position: relative;
}

.main-title {
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 333%;
    color: white;
    margin-top: -11%;
    max-width: 90%;
    font-weight: 600;
}

.sub-title {
    font-family: Century Gothic, Arial, sans-serif;
    color: #4B5E42;
    font-weight: 500;
    font-size: 160%;
    max-width: 90%;
    bottom: 5%;
    position: absolute;
    color: white;
}

.sidebar-white-logo {
    top: 5%;
    position: relative;
    height: 90px;
}

.sidebar-title {
    top: 15%;
    margin-bottom: 10%;
    position: relative;
    font-size: xx-large;
    font-weight: 600;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 28px 0 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: var(--sidebar-width);
    z-index: 1001;
    background-color: #213B60FF;
    transition: width 0.3s ease;
    overflow: hidden;
}

    .sidebar:hover {
        width: 22%;
    }

.body-width {
    width: 96%;
    left: var(--sidebar-width);
    position: relative;
}

.titles {
    height: 100vh;
    background-image: url('../images/forest-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu {

    align-items: center;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.menu-image {
    width: auto;
    height: 125px;
    max-width: 315px;
    transition: all 0.3s ease;
    margin-bottom: 8%;
}

.sidebar:not(:hover) .menu-image {
    width: 100%;
    height: auto;
    padding: 5px;
}

.menu-links {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sidebar:hover .menu-links {
    opacity: 1;
    visibility: visible;
}

.menu-item {
    font-size: 105%;
    margin-bottom: 0.5vh;
    font-weight: bold;
    color: white;
    text-decoration: none;
}


    .menu-item:hover {
        transform: scale(1.07); /* Slightly grow on hover */
        color: white; /* Keep text color white */
    }


.menu-title {
    font-size: small;
}

.sidebar:hover .menu-title {
    visibility: hidden;
}

.sidebar:hover .menu-title {
    font-size: x-large;
}

.classic-link {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    color: white;
    text-decoration: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.sidebar:hover .classic-link {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    background-color: #394d4c;
    color: white;
    align-items: center;
    text-align: center;
}

.sub-menu-item {
    color: white;
    text-transform: uppercase;
    font-size: medium;
}

.other-item {
    opacity: 50%;
}

.text-content {
    color: var(--instructions-text-gray);
    font-size: 15pt;
    margin-top: 1%;
    margin-bottom: 15%;
    font-size: 150%;
    text-align: justify;
}

.fuel-management-table {
    width: 99%;
    margin-top: 0.2%;
    border-collapse: collapse;
    text-align: center;
    margin-left: 0.2%;
    margin-right: 0.01%;
    font-family: Noto Sans, sans-serif;
}

.blurred {
    filter: blur(5px);
}

.fuel-management-table th {
    color: white;
    text-align: center;
    background-color: #223d3c;
}

.fuel-management-table, td, th {
    border: 2px solid black;
    height: 65px;
}

.fire-behaviour-table-wrapper {
    height: 650px;
    overflow-y: scroll;
}


    .fire-behaviour-table-wrapper thead th {
        position: sticky;
        top: 0;
        /* background: white; prevents content from showing through */
        z-index: 2; /* ensure it sits above tbody rows */
    }

    .fire-behaviour-table-wrapper td {
        font-size: medium;
    }


.ref-notes-column {
    width: 33%;
}

.compare {
    background-color: #213B60FF !important;
}

.info-header {
    height: 5%;
    display: flex;
    justify-content: space-between;
    background-color: #213B60FF;
    color: white;
    align-items: center;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
}

.info-name {
    margin-left: 3% !important;
    margin-top: 1%;
    font-size: x-large;
}

.back-btn {
    margin-right: 80px;
    color: white;
    background: none;
    border: none;
    font-size: 1.5rem;
}

.info-content {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
}

.content-column {
    margin-left: 1%;
    margin-right: 1%;
    max-width:50%;
}

.gallery {
    display: flex;
    width: 500px;
    height: 200px;
}

.treatment-tactics-table {
    width: 99%;
  /*  margin-top: 0.5%;*/
    margin-bottom: 8%;
   /* border-collapse: collapse;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: large;

    /*new style*/
    border-collapse: separate;
    border-spacing: 0;

}

/*new style*/

/* Ensure rounding works on this table even if a generic table rule exists */

.treatment-tactics-table {
    border-collapse: separate !important;
    border-spacing: 0;
    position: relative; /* for pseudo-element positioning */
}

    /* Remove header cell borders so the background looks continuous */
    .treatment-tactics-table thead th {
        border: none !important;
        background: transparent; /* we’ll paint the header background behind */
        color: #fff;
        text-align: center;
        font-size: large;
        position: relative;
        z-index: 1; /* so text stays above the background cap */
        padding: 12px 16px;
    }

    /* Create a rounded "cap" behind the whole header row */
    .treatment-tactics-table thead {
        position: relative;
    }

        .treatment-tactics-table thead::before {
            content: "";
            position: absolute;
            inset: 0 0 auto 0; /* top row area */
            height: 100%;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            background: #213B60FF;
            box-shadow: inset 0 0 6px rgba(0,0,0,0.12), 0 -2px 10px rgba(0,0,0,0.12);
            z-index: 0;
        }

    /* Keep body grid borders as you have them */
    .treatment-tactics-table td {
        border: 1px solid white;
        padding: 1%;
    }

/*/new style*/



.treatment-tactics-table td, .treatment-tactics-table th {
    border: 1px solid white; 
    padding: 1%;
}

.treatment-tactics-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.treatment-tactics-table tr:nth-child(odd) {
    background-color: #ebedfb;
}

    .treatment-tactics-table th {
        color: white;
        text-align: center;
        background-color: #213B60FF;
        font-size: large;
    }

treatment-tactics-table, td, th {
    height: 55px;
}

.tactic-name {
    font-weight: bold;
}

.info-box {
    position: absolute;
    top: 70px;
    left: 5%;
    width: 90%;
    /*height: 90%;*/
    background-color: white; /*  Semi-transparent background */
    z-index: 1000; /* Ensure it appears on top */
    border-radius: 25px;
}

.species-container {
    height: 100px;
    text-align:left;
}

.tactic-info-content {
    display: flex;
}

.image {
    margin-right: 2%;
}

.ranking-table {
    font-size: small;
}

.ranking-table-text {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rank {
    width: 105px;
}

.container {
    max-width: 100%;
}

.fm-tt-table {
    border-collapse: separate;
}

.fm-tt-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fm-tt-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.classic-link {
    position: fixed;
    color: white;
    right: 2%;
    bottom: 2%;
}

.sortable-header {
    cursor: pointer;
    position: relative;
    padding-right: 50px !important;
}

.sort-arrows {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.2s;
}

.sortable-header:hover .sort-arrows {
    opacity: 1;
}

/*treatment tactics header tooltips*/
.header-with-tooltip {
    position: relative;
}

.header-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2C4A6F;
    color: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    min-width: 400px;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
}

 .header-with-tooltip:hover .header-tooltip {
    opacity: 1;
    visibility: visible;
}

.header-tooltip:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2C4A6F;
}

/*fuel types table header tool tips*/
.fuel-structure-header{
    position: relative;
}

.fuel-structure-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2C4A6F;
    color: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    min-width: 400px;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
}

.fuel-structure-header:hover .fuel-structure-tooltip{
    opacity: 1;
    visibility: visible;
}

.tooltip-content {
    text-align: left;
}

.tooltip-intro {
    margin: 0 0 12px 0;
    font-size: 0.95em;
    font-weight: normal;
}

.tooltip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tooltip-list li {
        margin-bottom: 12px;
        padding-left: 15px;
        position: relative;
        font-size: 0.9em;
        line-height: 1.5;
    }

        .tooltip-list li:before {
            content: "➤";
            position: absolute;
            left: 0;
            color: #FF8B5A;
        }

        .tooltip-list li strong {
            color: #FF8B5A;
        }

        .tooltip-list li:last-child {
            margin-bottom: 0;
        }

/* Arrow pointer for tooltip */
.fuel-structure-tooltip:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2C4A6F;
}


/* Stand Age Tooltip Styles */
.stand-age-header {
    position: relative;
}

.stand-age-tooltip {
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    transform: translateX(-33%);
    background-color: #2C4A6F;
    color: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    min-width: 400px;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
}

.stand-age-header:hover .stand-age-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Arrow pointer for tooltip */
.stand-age-tooltip:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 75%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2C4A6F;
}


.sort-arrows.active {
    opacity: 1;
}

.arrow {
    font-size: 8px;
    line-height: 8px;
    color: #666;
}

.arrow.active {
    color: #000;
}

.arrow.up {
    margin-bottom: 2px;
}

.table-row {
    cursor: pointer;
}

    .table-row:hover {
        filter: brightness(80%);
    }

.compare-row:hover {
    background-color: lightslategray !important;
}

.selected {
    border: solid !important;
    border-width: medium !important;
    border-color: cornflowerblue;
}

/*who we are*/


/* General text styling */
.about-paragraph {
    font-size: 16px;
    font-family: "Aptos", sans-serif;
    color: #7F7F7F;
    text-align: justify;
    margin-bottom: 1rem;
}

/* Title styling */
.about-title {
    font-size: 20px;
    font-family: "Aptos", sans-serif;
    color: #E97132;
    font-weight: bold;
    margin: 1.5rem 0;
}

/* Section wrapper */
.about-word-section {
    padding: 1rem;
}


/* how to use */

:root {
    --instructions-primary-orange: #E97132;
    --instructions-text-gray: #7F7F7F;
    --instructions-light-gray: #E8E8E8;
}

/* Typography */
.instructions-text-primary {
    color: var(--instructions-text-gray);
    font-size: 15pt;
}

.orange-text {
    color: var(--instructions-primary-orange) !important;
    text-decoration: none;
}

.instructions-heading-large {
    font-size: 18pt;
    font-weight: bold;
    color: var(--instructions-primary-orange);
}

.instructions-heading-medium {
    font-size: 16pt;
    font-weight: bold;
}

/* List styles */
.instructions-list-number {
    color: var(--instructions-primary-orange);
    font-weight: bold;
}

.instructions-list-bullet {
    color: var(--instructions-primary-orange);
}

/* Icon styles */
.instructions-icon {
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

.instructions-icon-large {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

/* Star rating */
.instructions-star {
    color: var(--instructions-text-gray);
}

/* Spacing utilities */
.instructions-section {
    margin-bottom: 1.5rem;
}

.instructions-list-item {
    margin-bottom: 0.5rem;
}

/* Link styles */
.instructions-link {
    color: var(--instructions-text-gray);
    text-decoration: underline;
    white-space: nowrap;
}

    .instructions-link:hover {
        color: var(--instructions-primary-orange);
    }

.side-txt-img {
    display: flex; /* Enables flex layout */
    align-items: flex-start;
    gap: 10px;
}
    .side-txt-img img {
        width: 45%; 
        height: auto;
    }


.instructions-side-txt {
    flex: 1;
}

.no-break {
    white-space: nowrap;
}

/*fuel types*/

.grey-btn {
    background-color: dimgrey; /* Light grey */
    color: #ffffff; /* White text */
    border: none; /* Remove default border */
    border-radius: 8px; /* Rounded corners */
    padding: 10px 20px; /* Spacing inside the button */
    font-size: 16px; /* Text size */
    cursor: pointer; /* Pointer on hover */
}

    .grey-btn:hover {
        background-color: #bfbfbf; /* Slightly darker grey on hover */
    }

    .grey-btn .img{
        width:50px;
    }

/*define*/

/* Fuel Structure Container */
.fuel-structure-container {
    display: flex;
    gap: 10px;
    position: relative;
    padding-left: 20px;
    width: 60%;
}

/* Fuel Column */
.fuel-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Column Labels */
.column-label {
    font-size: 0.95rem;
    color: #d2691e;
    font-weight: 500;
}

/* Fuel Option Box */
.fuel-option {
    border: 3px solid #ccc;
    padding: 10px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    background: white;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fuel-option:hover {
        border-color: #999;
    }

    .fuel-option.selected {
        border-color: #d2691e;
        box-shadow: 0 0 0 1px #d2691e;
    }

    .fuel-option img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Vertical Labels */
.vertical-labels {
    position: absolute;
    right: -60px;
    top: 30px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}

.vertical-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #d2691e;
    font-size: 0.9rem;
    white-space: nowrap;
    transform: rotate(180deg);
}

/* Enter Button */
.btn-enter {
    background-color: #ff7f3f;
    color: white;
    border: none;
    font-weight: 600;
    padding: 15px;
}

    .btn-enter:hover {
        background-color: #ff6a26;
        color: white;
    }

/* Fuel Type Result */
.fuel-type-result label {
    font-weight: 500;
    color: #666;
}

.fuel-type-result results {
    border: 2px solid #ff7f3f;
    font-weight: 600;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fuel-structure-container {
        padding-left: 10px;
    }

    .vertical-labels {
        right: -50px;
        font-size: 0.8rem;
    }

    .fuel-option {
        padding: 5px;
    }
}

.axis {
    height:80%;
    margin-right: 5px;
}

.k-animation-container {
    position: absolute !important;
    /*for forms*/
    transform: translateX(-4vw) !important;
}


    .comparison-table {
        border-collapse: collapse;
        table-layout: fixed;
    }

    .comparison-table th,
    .comparison-table td {
        width: 50%;
        padding: 12px;
    }

    .comparison-table th {
        background-color: white;
        color: #6c757d;
        font-style: italic;
        border-color: white;
    }

    .comparison-table td {
        background-color: white;
        color: #fd7e14;
        padding-bottom: 25px;
        border-color: white;
    }

        /* Left column borders */
        .comparison-table th:first-child,
        .comparison-table td:first-child {
            border-left: 2px solid whitesmoke;
            border-right: 2px solid whitesmoke;
        }

    .comparison-table tr:first-child th:first-child {
        border-top: 2px solid whitesmoke;
    }

    .comparison-table tr:last-child td:first-child {
        border-bottom: 2px solid whitesmoke;
    }

    /* Right column borders */
    .comparison-table th:last-child,
    .comparison-table td:last-child {
        border-left: 2px solid whitesmoke;
        border-right: 2px solid whitesmoke;
    }

    .comparison-table tr:first-child th:last-child {
        border-top: 2px solid whitesmoke;
    }

    .comparison-table tr:last-child td:last-child {
        border-bottom: 2px solid whitesmoke;
    }
        /*.comparison-table {
    border-collapse: collapse;
    table-layout: fixed;
}

    .comparison-table th {
        background-color: white;
        color: #6c757d;
        font-style: italic;
        padding: 12px;
        border: 2px solid #495057;
        width: 50%;
    }

    .comparison-table td {
        background-color: white;
        color: #fd7e14;
        padding: 12px;
        padding-bottom: 25px;
        border: 2px solid #495057;
    }

        .comparison-table th:first-child,
        .comparison-table td:first-child {
            border-right: none;
        }

        .comparison-table th:last-child,
        .comparison-table td:last-child {
            border-left: none;
        }*/
        /* Remove internal horizontal borders */
        /*.comparison-table tr:not(:first-child) th {
        border-top: none;
    }

    .comparison-table tr:not(:nth-child(2)) td {
        border-top: none;
    }*/



/*collaborative library*/

.k-map-tooltip {
    position: absolute !important;
}

.k-grid {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
}

    .k-grid .k-grid-header {
        background-color: #2c4f6f;
        color: white;
        font-weight: 600;
        border: none;
    }

        .k-grid .k-grid-header .k-header {
            background-color: #2c4f6f;
            color: white;
            border-right: 1px solid #1a3a52;
            padding: 16px 12px;
            font-size: 16px;
        }

    .k-grid tbody tr {
        border-bottom: 1px solid #e0e0e0;
    }

        .k-grid tbody tr:nth-child(odd) {
            background-color: #f5f5f5;
        }

        .k-grid tbody tr:nth-child(even) {
            background-color: #e8e8e8;
        }

    .k-grid tbody td {
        padding: 16px 12px;
        border-right: 1px solid #d0d0d0;
        vertical-align: top;
    }

    .k-grid tbody tr:hover {
        background-color: #d4e4f7;
    }


.custom-notification {
    position: fixed !important;
    top: 50%;
    left: 40%;
    height: 30%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* ensure it appears above other content */
}

.form-data dt:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    /*    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;*/
}

.form-data dd:not(:last-child) {
    border-bottom: 2px solid #ccc;
    /*    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;*/
}

/*selected fuel type page*/
.fuel-type-table {
    background-color: lightblue;
    border: white;
}

.back-btn-icon {
    height: 50px !important;
}

.w-95 {
    width:95%;
}

.marker-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}

/*dropdown debug*/
.k-list-item::before {
    content: "\200B"; /* zero-width space, safe and explicit */
}
