:root {
    --blue-1: #00008b;
    --blue-2: #eef9fd;
    --blue-3: #bfcfff;
    --blue-4: #d3eaf2;
    --grey-1: #363636;

    --brown-1: #4e2f15;
    --brown-2: #f3f2f2;
    --orange-1: #ef4d2d;
}

a {
    color: var(--orange-1);
}

.text-brown-1 {
    color: var(--brown-1);
}
.bg-brown-1 {
    background-color: var(--brown-1);
}

.text-brown-2 {
    color: var(--brown-2);
}
.bg-brown-2 {
    background-color: var(--brown-2);
}

.text-orange-1 {
    color: var(--orange-1);
}
.bg-orange-1 {
    background-color: var(--orange-1);
}
.border-orange-1 {
    border-color: var(--orange-1);
}

.bg-blue-1 {
    background-color: var(--blue-1);
}
.border-blue-1 {
    border-color: var(--blue-1);
}

.bg-blue-2 {
    background-color: var(--brown-2);
}
.text-blue-2 {
    color: var(--brown-2);
}

.bg-blue-4 {
    background-color: var(--blue-4);
}

.bg-grey-1 {
    background-color: var(--grey-1);
}
.text-grey-1 {
    color: var(--grey-1);
}

html {
    background: rgb(230, 230, 230);
}

.btn-light {
    --x-btn-bg: #ffffff;
}
.btn-light:hover {
    background: #f3f2f2;
    border-color: #f3f2f2;
    color: #000;
}
body {
    font-family: "Roboto", sans-serif;
    background: var(--brown-2) url(../../images/bg_housestyle2.png) top left
        no-repeat fixed;
}
a.navbar-brand {
    max-width: 130px;
    margin-top: -10px;
}

.t_sponsored {
    background: var(--orange-1);
    color: #fff;
    font-size: 0.7em;
    padding: 1px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.condensed {
    font-family: "Roboto Condensed", sans-serif;
}
.roboto {
    font-family: "Roboto", sans-serif;
}

/* body.frontpage .gradient_section { */
.gradient_section {
    width: 100%;
    position: absolute;
    height: 220px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgb(195 224 235) 100%
    );
}
/* body.frontpage .overlay_section { */
.overlay_section {
    background: url(/images/hero7.svg) top center no-repeat;
    width: 100%;
    height: 400px;
    position: absolute;
    background-size: cover;
    overflow: hidden;
}
.primary_wrapper {
    /* z-index: 1; */
    position: relative;
}
.overlay_section,
.gradient_section {
    top: 0;
}

.footer_logo {
    max-width: 50px;
}

.weight-100 {
    font-weight: 100;
}
.weight-200 {
    font-weight: 200;
}
.weight-300 {
    font-weight: 300;
}
.weight-400 {
    font-weight: 400;
}
.weight-500 {
    font-weight: 500;
}
.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}
.weight-800 {
    font-weight: 800;
}
.weight-900 {
    font-weight: 900;
}

.min-h-10 {
    min-height: 10vh;
}
.min-h-20 {
    min-height: 20vh;
}
.min-h-30 {
    min-height: 30vh;
}
.min-h-30 {
    min-height: 30vh;
}
.min-h-50 {
    min-height: 50vh;
}
.min-h-60 {
    min-height: 60vh;
}
.min-h-70 {
    min-height: 70vh;
}
.min-h-80 {
    min-height: 80vh;
}
.min-h-90 {
    min-height: 90vh;
}
.min-h-100 {
    min-height: 100vh;
}

.z-index-1 {
    z-index: 1;
}
.filter_wrapper {
    max-width: 1000px;
}

.mw-screen-xl,
.container-lg {
    max-width: 1140px !important;
}

/* .primary_nav {
    z-index: 3;
    background: rgb(211 234 242 / 63%);
} */

/* .primary_nav {
    z-index: 3;
    background: rgb(211 234 242 / 63%);
    backdrop-filter: blur(5px);
    box-shadow: none !important;
    border-bottom: 1px solid rgb(0 0 139 / 5%);
} */

.primary_nav {
    z-index: 3;
    /* background: rgb(255 255 255); */
    /* backdrop-filter: blur(5px); */
    box-shadow: none !important;
    border-bottom: 1px solid rgb(0 0 139 / 5%);
}

ul.footer_nav li a {
    color: var(--orange-1);
    font-weight: 400;
    padding: 8px 8px;
    display: block;
}
ul.footer_nav li {
    display: inline-block;
    font-size: 0.9em;
    margin: 5px;
}
ul.footer_nav {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
ul.footer_nav li a:hover {
    color: #000;
}

ul.footer_nav.footer_nav_2 {
    text-transform: uppercase;
}
ul.footer_nav.footer_nav_2 li a {
    color: #000;
}
.file_meta_wrapper {
    min-width: 0;
}

p.attribution {
    font-size: 0.7em;
    /* letter-spacing: 1px; */
    margin-top: 0em;
}

.selectize-dropdown .selected {
    background-color: #dbdbdb;
    color: #fff;
}

.country_selector img {
    width: 30px;
    height: 20px;
    object-fit: cover;
}

.list-group-A .list-group-item.active {
    z-index: 2;
    color: var(--orange-1);
    background-color: rgb(255 255 255);
    border: 1px solid rgb(0 0 137 / 6%);
    border-right: 5px solid var(--orange-1);
    font-weight: 600;
}
.list-group-A a.list-group-item {
    border-right: 5px solid transparent;
}
.list-group-A .list-group-item:hover {
    background: #f7f7f7 !important;
}

#keyword::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.btn-dark:hover {
    background-color: #000;
    border-color: #000;
}

.the_text_content h6,
.the_text_content .h6,
.the_text_content h5,
.the_text_content .h5,
.the_text_content h4,
.the_text_content .h4,
.the_text_content h3,
.the_text_content .h3,
.the_text_content h2,
.the_text_content .h2,
.the_text_content h1,
.the_text_content .h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.selectize-control {
    font-size: 0.9em !important;
    padding: 0px !important;
    border: 0px;
}
.selectize-input {
    padding: 10px 12px !important;
    border-radius: 8px;
}
.selectize-control.single .selectize-input {
    background: transparent;
}

.switch-style-A {
    min-height: 40px;
}

.selectize-control.multi .selectize-input [data-value] {
    background-color: #7f7fdb !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: none;
    box-shadow: none;
    font-size: 0.9em;
}

.t_name {
    background: rgb(0 0 138 / 25%);
}
.t_source {
    background: rgb(0 0 139 / 13%);
}
.t_status {
    background: rgb(0 0 139 / 8%);
}
.t_docs {
    background: #e3dafb;
}
.t_industry {
    background: #8d8dd7;
}
.t_company {
    background: #6767b9;
}
.width-md {
    max-width: 1000px;
}
.t_status {
    background: rgb(0 0 139 / 8%);
    /* border: 1px solid #afafe2; */
    /* color: var(--blue-1); */
    color: #000;
}

.btn.front_view_more {
    letter-spacing: 2px;
    font-size: 0.9em;
}

#search_hero {
    /* background: var(--brown-2) url(/images/hero5.png) center right no-repeat; */
    /* background-size: cover; */
    /* border-bottom: 1px solid rgb(0 0 0 / 5%); */
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    background: rgb(232 244 249);
}

body.frontpage #search_hero {
    border-bottom: 0px;
    background-color: transparent;
}

#search_hero h1 {
    /* color: var(--blue-1); */
    color: #000;
}
#search_hero p {
    opacity: 0.75 !important;
}
#search_hero_2 {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    background: rgb(232 244 249);
}

body.frontpage nav.primary_nav.primary_nav_scrolled {
    /* background: #fff !important; */
}
.filters_wrapper label {
    color: rgb(0 0 0 / 80%) !important;
    line-height: 1em;
    font-weight: 500;
}
.filters_wrapper .selectize-control.single .selectize-input {
    background: #fff;
}

button.submit_filters {
    font-size: 1em;
    padding: 0.4em 1em;
}

h1.page_title {
    letter-spacing: 2px;
}

#tenderSearchForm input.form-control,
#tenderSearchForm .input-group-text,
#tenderSearchForm .selectize-input,
#tenderSearchForm .selectize-input.items.has-options,
.form-select.selectize-init {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(255 255 255 / 25%);
    backdrop-filter: blur(50px);
    box-shadow: none;
    font-size: 0.85em;
    border-radius: 0px;
}

#tenderSearchForm ::placeholder {
    color: rgb(255 255 255, 0.75);
    opacity: 1; /* Firefox */
}

#tenderSearchForm ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

#tenderSearchForm .selectize-control.single .selectize-input:after {
    right: calc(0.75rem + 15px);
    border-color: #b7b7b7 transparent transparent transparent;
}
#tenderSearchForm .selectize-control.plugin-remove_button .remove-single {
    right: 5px;
    top: 1px;
    color: rgb(0 0 0 / 61%);
}

/* #tenderSearchForm .form-check-input {
    background: initial !important;
} */

#search_hero h1 {
    max-width: 500px;
    margin: 0 auto;
}

nav.navbar-dark.primary_nav a.nav-link.active {
    background: transparent;
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1;
}
nav.navbar-dark.primary_nav a.nav-link {
    opacity: 0.75;
}

nav#primary_nav .navbar-nav .nav-link.active,
nav#primary_nav .navbar-nav .nav-link:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
}
.footer_auth_nav a {
    color: #4a4a4a;
}
.footer_auth_nav a:hover {
    color: var(--blue-1);
}
.post_content p {
    font-size: 0.9rem;
    margin-bottom: 1em;
}

/* body.auth #primary_nav {
    box-shadow: none !important;
    background: transparent !important;
    position: relative !important;
    border-bottom: 1px solid transparent;
} */
nav#primary_nav .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}

nav#manage_sidebar {
    /* background: rgb(214 234 241); */
    background: #5e2800;
    /* background: #00008b; */
    min-height: 100vh;
    overflow-y: auto;
}

section#nav_filters {
    max-width: 900px;
    margin: 0 auto;
}

.country_selector .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.country_selector button {
    height: 44px;
}

.button-length-A {
    min-width: 150px;
}

.border-right-md {
    border-right: 1px solid rgb(0 0 0 / 11%);
}

.form-check-input:checked[type="checkbox"] {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}

.form-switch .form-check-input:checked {
    background-color: var(--brown-1);
    border-color: var(--brown-1);
}

.pagination-style-1 > nav > div + div,
.pagination-style-1 > nav {
    width: 100%;
}
.pagination-style-1 > nav > div + div {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #000;
}

.badges-2 .badge {
    background: transparent;
    color: rgb(0 0 0);
    font-weight: 400;
    padding: 8px 12px;
    font-size: 0.75em;
    margin: 0 0.25em;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.single_meta .badges-2 .badge a {
    color: var(--orange-1) !important;
}

.dates-group .card {
    overflow: hidden;
}
.dates-group .card-body {
    padding: 7px 15px !important;
    background: rgb(251 254 255);
}
p.date-calendar {
    font-weight: 500;
    font-size: 0.75em !important;
}

.scrollable-A {
    max-height: 70vh;
    overflow-y: auto;
}

.saving-search-card.card .card-header {
    background: transparent !important;
}
.saving-search-card.card {
    background: #00000008;
    border: 1px solid rgb(0 0 0 / 4%) !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 0.85em;
}
.iti__country-list {
    font-size: 0.85em;
}
.iti {
    width: 100%;
}

.page-link.active,
.active > .page-link {
    background-color: var(--brown-1);
    border-color: var(--brown-1);
}
.page-link:hover {
    color: var(--orange-1);
}

.paginator nav > div {
    width: 100%;
    justify-content: space-between;
}

.paginator nav {
    width: 100%;
}

button.submit_filters:hover {
    background: #fff;
    color: var(--orange-1) !important;
}

button.submit_filters {
    border-radius: 0px;
}

.form-select.selectize-init option {
    background: var(--brown-1);
}

span.t_country {
    background: rgb(0 0 139 / 8%);
    padding: 4px;
    margin-right: 5px;
    border-radius: 4px;
    display: flex;
    width: 40px;
    float: left;
    height: 32px;
    justify-content: center;
    align-items: center;
}
span.t_country img {
    max-width: 25px;
}

.tenderbox .t_country img {
    width: 20px;
}
.tenderbox .t_country {
    width: 20px;
    height: 15px;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-right: 8px;
    margin-top: 3px;
}
.tenderbox h5 {
    margin-top: 2px;
    font-size: 0.95em;
}

.tenderbox .card {
    border-radius: 5px;
    border-bottom: 3px solid var(--orange-1);
}

.footer-bg-A p {
    /* color: #000 !important;
    margin-bottom: 0.3em;
    font-size: 0.7rem !important; */
}
.footer-bg-A {
    /* background: rgb(0 0 139 / 0%); */
}

.single_tender_image_content {
    border-radius: 0px;
    margin: 0px !important;
    border: 0px;
}
.single_tender_image_wrapper {
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 10px;
    overflow: hidden;
}

#offcanvasNav {
    background: rgb(78 47 21 / 95%);
}
#offcanvasNav section#nav_filters {
    margin-bottom: 2em;
}
#offcanvasNav li.nav-item {
    border-bottom: 1px solid rgb(255 255 255 / 19%);
}

nav#primary_nav .navbar-nav .nav-link.active,
nav#primary_nav .navbar-nav .nav-link[aria-expanded="true"] {
    background-color: transparent;
}

.tenderbox_footer {
    text-transform: uppercase;
}

.tenderbox h5 a,
.tenderbox_footer a:hover {
    color: #000;
}
.tenderbox h5 a:hover,
.tenderbox_footer a {
    color: var(--orange-1);
}

.tenderbox_footer i.bi {
    color: #000;
}

img.banner-d-top {
    width: 100%;
    max-height: 150px;
    height: auto;
    object-fit: cover;
}

img.sidebar-d-top,
img.banner-d-top {
    border-radius: 0em;
}

section.post_content {
    font-size: 0.9rem;
}

footer.footer_wrappers {
    background: rgb(230, 230, 230);
}

#countries {
    overflow-x: hidden;
    background: #eef9fd;
    background: linear-gradient(
        134deg,
        rgba(238, 249, 253, 1) 0%,
        rgba(179, 193, 230, 1) 100%
    );
}

#countries_content {
    padding: 12em 1em 12em 2em;
}

.about_pricing_card.card {
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(20px);
    border-radius: 2em;
    border: 1px solid rgb(255 255 255 / 7%) !important;
}

span.about_number {
    font-size: 3.2em;
    font-family: georgia;
    font-style: italic;
    /* position: absolute; */
    margin-top: -30px;
    margin-right: -30px;
    font-weight: normal;
}

span#email a {
    color: #505050;
    /* color: #000; */
    border-bottom: 1px solid;
}

#about_packages {
    background: var(--blue-1) url(/images/office-3.jpg) center center fixed;
    background-size: cover;
}

img.country_map {
    height: 100%;
    object-fit: cover;
}

span#toggleLoginPassword {
    background: #ffffff;
}
input#loginPassword {
    border-right: 0px !important;
}

div#offcanvasNav {
    display: none !important;
}

#offcanvasNav ul#primary_nav {
    display: block !important;
}

#offcanvasNav .row {
    display: block !important;
}

.accordion-button:not(.collapsed) {
    color: var(--orange-1);
}

.btn-outline-primary {
    --x-btn-color: var(--orange-1);
    --x-btn-border-color: var(--orange-1);
    --x-btn-hover-color: #fff;
    --x-btn-hover-bg: var(--orange-1);
    --x-btn-hover-border-color: var(--orange-1);
    --x-btn-focus-shadow-rgb: 56, 166, 244;
    --x-btn-active-color: #fff;
    --x-btn-active-bg: var(--orange-1);
    --x-btn-active-border-color: var(--orange-1);
    --x-btn-active-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    --x-btn-disabled-color: var(--orange-1);
    --x-btn-disabled-bg: transparent;
    --x-btn-disabled-border-color: var(--orange-1);
    --x-gradient: none;
}

.single_tender_content {
    max-width: 800px;
}

span.results_meta {
    border: 1px solid #f1e4db;
    text-transform: initial;
    color: rgb(0 0 0 / 50%);
    background: #f9f1eb;
}

span.results_meta_reset {
    border: 1px solid #f1e4db;
    text-transform: initial;
    color: rgb(0 0 0 / 50%);
    background: transparent;
}

@media (min-width: 576px) {
    body.frontpage nav#primary_nav.shadow-sm {
        box-shadow: none !important;
        /* background-color: transparent !important; */
        backdrop-filter: blur(0px) !important;
        border-bottom: 1px solid rgb(0 0 139 / 0%) !important;
    }

    /* .primary_nav {
        z-index: 3;
        background: rgb(211 234 242 / 63%);
        backdrop-filter: blur(5px);
        box-shadow: none !important;
        border-bottom: 1px solid rgb(0 0 139 / 5%);
    } */

    body.frontpage nav#primary_nav.shadow-sm.with_shadow {
        /* box-shadow: 0px 3px 3px -1px rgba(10, 22, 70, 0.1),
            0px 0px 1px 0px rgba(10, 22, 70, 0.06) !important; */
        box-shadow: none !important;
        /* background-color: #fff !important; */
        /* backdrop-filter: blur(5px); */
        border-bottom: 1px solid rgb(0 0 139 / 5%) !important;
    }
}

@media (max-width: 980px) {
    .border-right-md {
        border-right: 0px solid rgb(0 0 0 / 11%);
    }

    .overlay_section {
        background: url(/images/hero7.svg) top center no-repeat;
        background-size: contain;
    }

    a.navbar-brand {
        max-width: 110px;
    }

    .primary_nav {
        padding: 0px;
    }
    .primary_nav_wrapper {
        display: none !important;
    }
    div#offcanvasNav {
        display: block !important;
    }

    button.hamburger_nav.d-none {
        display: block !important;
        background: transparent !important;
        color: #fff !important;
        border: 0px !important;
        font-size: 1.5em;
        padding: 5px 5px;
    }

    .primary_header.container {
        display: flex;
        flex-wrap: nowrap;
    }
    nav#primary_nav .navbar-nav .nav-link {
        padding: 10px 5px;
    }
    ul#primary_nav {
        float: right;
        flex-direction: row;
    }
    ul#primary_nav li a {
        font-size: 0.75rem;
    }
    ul#primary_nav li a.btn {
        padding: 6px 8px !important;
    }
    ul#primary_nav li {
        margin: 0 2px !important;
    }
    .drop_name {
        display: none;
    }
    ul.footer_nav li a {
        padding: 2px 2px;
    }
    ul.footer_nav li {
        margin: 0px 5px;
    }
    ul.footer_nav.footer_nav_2 {
        margin-top: 1em;
    }
    p.attribution {
        margin-top: 2em;
    }
    .footer_logo {
        max-width: 40px;
    }
    .results_filter_container {
        padding: 0px;
    }
    a#navbarDropdownMobile {
        display: block !important;
    }
    a#navbarDropdown {
        display: none !important;
    }
    #account_header {
        text-align: center;
    }
    .footer_auth_nav a {
        padding: 0px 8px !important;
    }

    #countries_content {
        padding: 2em 2em 2em 2em;
        border-top: 1px solid var(--blue-1);
    }

    .single_meta_tender_options.badges-2.d-flex,
    .single_meta_tender_options.badges-2.d-flex > span {
        padding: 8px 4px;
    }

    .single_meta_tender_options.badges-2.d-flex {
        width: 100% !important;
        overflow-x: auto;
        justify-content: start !important;
    }

    .double_meta_tender_options.badges-2.d-flex,
    .double_meta_tender_options.badges-2.d-flex > span {
        display: inline-block !important;
        align-items: center;
    }

    .double_meta_tender_options.badges-2.d-flex {
        width: 100% !important;
    }

    h1.single_tender_title {
        font-size: 1.2em;
        text-align: left !important;
    }
}
