:root {
    --kilmo-green: #006838;
}

ul {
    list-style: none;
}

body {
    font-family: "Barlow", sans-serif;
}

.breadcrumbs li {
    margin: 0 5px;
}

.navbar-nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}

.navbar-nav .nav-item:hover {
    background-color: #efefef;
    transition: 0.3s;
}

.card-body {
    /* height: 150px; */
    padding: 1.5em;
}

.align-items-center {
    align-content: center;
    align-items: center;
    height: 100%;
}

.login-form {
    background-color: #fff;
    /*box-shadow: 0 0 10px #eee;*/
    border-radius: 10px;
    border: 1px solid #ddd;
}

.form-body {
    padding: 2em;
}

.card-body img {
    stroke: #fff;
    position: relative;
    width: 70px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.action-btn a {
    margin-right: 5px;
    font-size: 16px;
}

.farmer-info {
    font-size: 16px;
}

.farmer-info label {
    font-weight: 500;
    margin-bottom: 3px;
    color: #999999;
}

.farmer-pic img {
    width: 200px;
    /*padding: 20px;*/
    border-radius: 180px;
}

.bg-kilimo {
    background-color: #006838;
}
.farmer-profile {
    background-color: white;
    padding: 20px;
}

.card-head {
    font-size: 26px;
    font-weight: 700;
}

.card-head-2 {
    font-size: 26px;
    font-weight: 600;
}

.sub-header-2 {
    font-size: 12px;
    padding: 10px 0;
    text-transform: uppercase;
}

.sub-header {
    font-size: 12px;
    padding: 5px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.card {
    height: 100%;
}

/* Add a wrapper to enable horizontal scrolling */
.table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

/* Freeze the first 5 columns and the last column */
.freeze-table th:nth-child(-n + 5),
.freeze-table td:nth-child(-n + 5),
.freeze-table th:last-child,
.freeze-table td:last-child {
    position: sticky;
    background-color: white;
    z-index: 1;
}

/* Freeze the first 5 columns on the left */
.freeze-table th:nth-child(1),
.freeze-table td:nth-child(1) {
    left: 0;
    z-index: 2;
}
.freeze-table th:nth-child(2),
.freeze-table td:nth-child(2) {
    left: 100px;
    z-index: 2;
}
.freeze-table th:nth-child(3),
.freeze-table td:nth-child(3) {
    left: 200px;
    z-index: 2;
}
.freeze-table th:nth-child(4),
.freeze-table td:nth-child(4) {
    left: 300px;
    z-index: 2;
}
.freeze-table th:nth-child(5),
.freeze-table td:nth-child(5) {
    left: 395px;
    z-index: 2;
}

/* Freeze the last column on the right */
.freeze-table th:last-child,
.freeze-table td:last-child {
    right: 0;
    z-index: 3;
}

/* Ensure the first 5 columns and the last column appear on top of the other columns */
.freeze-table th,
.freeze-table td {
    white-space: nowrap;
}

/* Ensure the first 5 columns and the last column appear on top of the other columns */
.freeze-table th,
.freeze-table td {
    white-space: nowrap;
    background-color: #e9ecef; /* Default light gray background for all cells */
}

.freeze-table.feeze-table.dataTable > :not(caption) > * > * {
    background-color: #ffffff;
}

.freeze-table th,
.freeze-table td {
    width: 10%;
    min-width: 100px;
    box-sizing: border-box;
}

.dropdown-menu-column {
    min-width: 15rem;
    padding: 10px 20px;
}

.dropdown-item {
    margin: 0 -20px;
}

.nav-tabs a {
    /* margin: 0 10px; */
    /* padding: 10px 0; */
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-decoration: none;
}

.nav-tabs li {
    margin: 0 10px;
    padding: 10px 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.nav-tabs li.active {
    margin: 0 10px;
    background-color: #8bc53f;
}

.nav-tabs {
    padding: 10px 0;
    background-color: #006838;
}

.nav-tabs a.active {
    margin: 0 10px;
    background-color: #8bc53f;
}

.nav-tabs {
    padding: 10px 0;
    background-color: #006838;
}

.sb-dropdown .dropdown-menu {
    background-color: #006838;
}

.sb-dropdown a:hover {
    color: #fff;
}

.sb-dropdown:hover {
    color: #fff;
}

.sb-dropdown:hover .dropend . dropdown-toggle::after {
    transform: translateX(5px);
    display: none;
}

.dropdown-menu-end {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate3d(0px, 37.6px, 0px);
}

.card-header {
    justify-content: space-between;
}

.tab-link a {
    color: white;
    display: block;
    text-underline-style: none;
}

#container {
    max-width: 550px;
}
.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid forestgreen;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}
/**
Navbar brand
 */
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.navbar-brand-image {
    height: 3.2rem;
    width: auto;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 6px;
    background-color: forestgreen;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.info-text {
    margin: 10px 0;
}

.text-gray,
.card .card-subtitle {
    color: #8c8c8c;
}

.nav-link {
    font-size: 15px;
    margin: 7px 0;
}

#sidebar-menu {
    /* margin-top: 2em; */
    border-top: 1px solid #ddd;
}

.header-main {
    background-color: #006838;
    height: 10vh;
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.page-header a {
    color: #fff;
    text-decoration: none;
}
.page-header .header-container {
    align-items: center;
    align-content: center;
}

.card-header {
    background-color: #006838;
    color: #fff;
}
