html,
body {
    height: 100%;
}

h1,
.h1 {
    font-size: 38px;
    font-family: 'Geist-Black', sans-serif;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Geist-Medium', sans-serif;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Geist-Regular', sans-serif;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Geist-Regular', sans-serif;
}

.logo {
    font-family: 'Geist-Medium', sans-serif;
    font-size: 30px;
}

small.text-white-50 {
    color: rgba(255, 255, 255) !important;
}

.breadcrumb-area {
    /* background-color: #f3f4f9; */
    border-bottom: 1px dotted #ccc;
    padding-right: 20px;
}

.breadcrumb {
    float: right;
    margin-bottom: 0.1em;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item>a {
    color: #ff8a00;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.carousel-content .display-1,
.display-1>h6,
.text-secondary {
    text-shadow: 0px 1px 1px rgb(0 0 0 / 95%);
}

.carousel-content .display-1 {
    font-family: 'Geist-Medium', sans-serif;
    /* font-size: 35px; */
}

.not-set {
    color: #c55;
    font-style: italic;
}


p {
    color: black;
}


/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    text-transform: uppercase;
}

.nav>li>form>button.logout:focus {
    outline: none;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

.faq-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}

.faq-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-item h4 {
    font-size: 1.25rem;
    font-weight: bold;
}

.faq-item p {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
}

/* .minibox {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}

*/

/* General styles for the minibox */
.minibox {
    border: 2px solid #333;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    /* Smooth transition effect */
    border-radius: 8px;
    /* Rounded corners */
}

/* Alternating background colors */
.minibox:nth-child(odd) {
    background-color: #555992;
}

.minibox:nth-child(even) {
    background-color: white;
}

/* Icon styles */
.icon-style {
    font-size: 3rem;
    /* Adjust the icon size */
    color: white;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Text color changes based on background */
.minibox:nth-child(even) h5,
.minibox:nth-child(even) .icon-style {
    color: black;
    /* Black text and icon for white background */
}

/* Hover effect on minibox */
.minibox:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Hover effect on the icon */
.minibox:hover .icon-style {
    transform: scale(1.1);
    color: #0d6efd;
}

/* Responsive grid behavior for smaller screens */
@media (min-width: 992px) {
    .minibox {
        margin-bottom: 0;
        /* Remove extra space between boxes on large screens */
    }
}

.countdown.open-tender {
    color: green;
    font-weight: bold;
}

.countdown.closed-tender {
    color: red;
    font-weight: bold;
}


.counter img {
    margin-bottom: 10px;
}

.feed-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease-in-out;
}

.feed-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feed-item-content h4 {
    margin-bottom: 10px;
}

.feed-item-content p {
    margin-bottom: 15px;
}

.feed-item-content .btn {
    background-color: #142b6b;
    color: white;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.help-block {
    color: red;
    font-size: math;
    padding-bottom: 15px;
    animation: blink 1s infinite;
}