@font-face {
    font-family: 'Manrope';
    src: url('../fonts/static/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/static/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif, system-ui, -apple-system !important;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Manrope", sans-serif, system-ui, -apple-system !important;
}
.input-field {
    width:100%;
    height:38px !important;
}
.txt-green {
    color: #1d9e4e;
}
button.btn-green {
    color: #ffffff;
    background-color: #1d9e4e;
    border-color: #1d9e4e;
}
a.btn.btn-outline-green.btn-sm {
    color: #1d9e4e;
    border-color: #1d9e4e;
}
a.btn.btn-outline-green:hover, a.btn.btn-outline-green:focus {
    color: #fff;
    background-color: #1d9e4e;
    border-color: #1d9e4e;
}
a.btn.btn-outline-black.btn-sm {
    color: #212529;
    border-color: #212529;
    border-radius: 0 !important;
}
a.btn.btn-outline-black:hover, a.btn.btn-outline-black:focus {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    border-radius: 0;
}
a.kvc-link-btn {
    color: #1d9e4e !important;
    font-weight: bold;
    font-size: 20px;
    /*margin-bottom: 1rem !important;*/
}
/*a.kvc-link-btn:hover {*/
/*    color: #1d9e4e !important;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    !*margin-bottom: 1rem !important;*!*/
/*}*/
.kvc-p-content {
    display: flex !important;
    flex: 0 0 auto;
    /*font-size: 12px !important;*/
}
button.btn-green:hover, button.btn-green:focus, button.btn-green:active {
    background-color:#FAC530;
    border-color:#FAC530;
    color: #000000;
}
.bg-green {
    background-color: #1d9e4e !important;
}
.bg-grey {
    background-color: #f7f7f7;
}
.card.bg-green {
    background-color: #1d9e4e;
}
.card.bg-grey {
    background-color: #f7f7f7;
}
.text-green {
    color: #1d9e4e !important;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
    padding: 5px 5px !important;
    font-size:15px;
    text-transform: uppercase;
}
.table tbody td {
    font-size:  14px;
    font-weight:600 !important;
}
.card-borderless {
    border-color: transparent;
}
.card.card-borderless {
    border-color: transparent;
}
.kvc-media {
    display: flex;
    align-items: flex-start;
}
.kvc-media-img {
    height: auto;
    width: 48px;
    margin-right: .5rem;
}
.kvc-media-title {
    flex: 1
}
.kvc-media-download {
    height: auto;
    width: auto;
    margin-left: .5rem;
}
.kvc-container {
    width:80% !important;
}
.kvc-cd-body {
    padding: 3rem !important;
}
.kvc-link {
    padding:2px 8px !important;
    width:100% !important;
    border-radius:0 !important;
    background-color:#1d9e4e !important;
    border-color:#1d9e4e !important;
    color: #ffffff !important;
}
.kvc-button {
    width:100% !important;
    border-radius:0 !important;
    background-color:#ed1c24 !important;
    border-color:#ed1c24 !important;
    color: #ffffff !important;
}
a.kvc-link-text {
    /*font-size: 14px;*/
    color: #000000;
}
/*a.kvc-link-text:hover, a.kvc-link-text:focus, a.kvc-link-text:active {*/
/*    !*font-size: 14px;*!*/
/*    color: #ed1c24;*/
/*}*/
a.kvc-link {
    padding:2px 8px !important;
    width:100% !important;
    border-radius:0 !important;
    background-color:#ed1c24 !important;
    border-color:#ed1c24 !important;
    color: #ffffff !important;
}
a.kvc-link:hover, a.kvc-link:focus, a.kvc-link:active {
    padding:2px 8px !important;
    width:100% !important;
    border-radius:0 !important;
    background-color:#000000 !important;
    border-color:#000000 !important;
    color: #ffffff !important;
}
a.kvc-button{
    font-size:12px !important;
    padding: 3px 3px;
    border-radius:3px !important;
    background-color:#ed1c24 !important;
    border-color:#ed1c24 !important;
    color: #ffffff !important;
}
a.kvc-button:hover, a.kvc-button:focus{
    font-size:12px !important;
    padding: 3px 3px;
    border-radius:3px !important;
    background-color:#000000 !important;
    border-color:#000000 !important;
    color: #ffffff !important;
}
button.kvc-button {
    width:100% !important;
    border-radius:0 !important;
    background-color:#ed1c24 !important;
    border-color:#ed1c24 !important;
    color: #ffffff !important;
}
button.kvc-button:hover, button.kvc-button:focus {
    width:100% !important;
    border-radius:0 !important;
    background-color:#000000 !important;
    border-color:#000000 !important;
    color: #ffffff !important;
}
.kvc-row {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.kvc-align {
    align-items: center !important;
    justify-content: center !important;
}
.kvc-m-0 {
    margin: 0 !important;
    padding: 0 !important;
}
.kvc-w-100 {
    width: 100% !important;
}
.kvc-w-75 {
    width: 75% !important;
}
.kvc-w-85 {
    width: 85% !important;
}
.kvc-banner-img {
    width: 100%;
    position: relative;
    background: url(../images/Inner-ban1.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 281px;
    z-index: 0;
}
.kvc-banner {
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.38);
    height: inherit;
    margin: auto;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: space-around;
    z-index: -1;
}
.kvc-banner-img .kvc-banner-title h2 {
    max-width: 100%;
    margin: 0 5rem;
    line-height: 1.5;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    z-index: 2;
}
@media(max-device-width: 380px){
    .kvc-container {
        width:100% !important;
    }
    a.kvc-button {
        font-size: 10px !important;
    }
    .kvc-m-0 {
        margin: 0 !important;
        padding: 0 !important;
    }
    .kvc-cd-body {
        padding:1rem !important;
    }
    .kvc-w-75 {
        width: 95% !important;
    }
    .kvc-w-85 {
        width: 100% !important;
    }
    .kvc-banner-img {
        height: 250px;
    }
    .kvc-banner {
        height: 250px;
    }
    .kvc-banner-title {
        width: auto;
        max-height: 200px;
        margin: 0 10px !important;
        /*font-weight: 600;*/
        line-height: 1.3em;
        color: #ffffff;
        z-index: 2;
    }
}
@media(max-device-width: 590px){
    .kvc-container {
        width:100% !important;
    }
    .kvc-cd-body {
        padding:1rem !important;
    }
    .kvc-w-75 {
        width: 100% !important;
    }
    .kvc-w-85 {
        width: 950% !important;
    }
}
#tenders-table_wrapper {
    font-size:13px !important;
}
#closed-tenders_wrapper {
    font-size:13px !important;
}
#active-tenders_wrapper {
    font-size:13px !important;
}
li.paginate_button > a.page-link {
    font-size:13px !important;
    border-radius: 0 !important;
}
div#tenders-table_length > label > select.form-select.form-select-sm {
    height: 30px;
}
div#closed-tenders_length > label > select.form-select.form-select-sm {
    height: 30px;
}
div#active-tenders_length > label > select.form-select.form-select-sm {
    height: 30px;
}
div#tenders-table_filter > label > input {
    height: 20px;
}
div#closed-tenders_filter > label > input {
    height: 20px;
}
div#active-tenders_filter > label > input {
    height: 20px;
}
#closed-tenders_wrapper {
    font-size:13px !important;
}
#active-tenders_wrapper {
    font-size:13px !important;
}

/*
*   Start DataTable CSS
*/

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}
table.dataTable th.dt-left,table.dataTable td.dt-left{
    text-align:left;
}
.table .dataTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper {
    position: relative;
    /*overflow-x:auto;*/
}
.dataTables_wrapper > .dataTables_length {
    margin-bottom: 6px;
    width:50%;
    display: inline-flex;
}
.dataTables_wrapper > .dataTables_length select {
    border-radius: 4px;
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    background-color: inherit;
    /*border: 1px solid #c1d6cc;*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dataTables_wrapper > .dataTables_length > select:focus {
    border-color: #90b5e2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}
.dataTables_wrapper > .dataTables_filter {
    margin-bottom: 20px;
    width: 50%;
    display: inline-flex;
    justify-content: end;
    align-content: end;
}
.dataTables_wrapper .dataTables_filter label{
    text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
    float: right;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    border: 1px solid #c1d6cc;
    border-radius: 5px;
    background-color: inherit;
    background-clip: padding-box;
}
.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus {
    border-color: #90b5e2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}
.dataTables_filter .dataTables_length {
    display: flex;
}
.dataTables_info {
    width: 50%;
    display: inline-flex;
    padding: 10px;
    margin-top: .75rem;
}
.dataTables_paginate.paging_simple_numbers {
    width: 50%;
    display: inline-flex;
    margin-top: .75rem;
    justify-content: end;
}
span > .a {
    margin-top: 2px;
}
.paginate_button {
    text-align: center;
    font-size: 0.875rem;
    min-width: 1.75rem;
    position: relative;
}
.paginate_button .previous {
    text-align: center;
    font-size: 0.875rem;
    min-width: 1.75rem;
    position: relative;
}
a.paginate_button {
    text-decoration: none;
}
a.paginate_button.disabled {
    color: #dadfe5;
    text-decoration: none;
}
.paginate_button .next {
    text-align: center;
    font-size: 0.875rem;
    min-width: 1.75rem;
    position: relative;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    /*border: 1px solid transparent;*/
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: #ffffff !important;
    background-color: #206bc4;
    border-color: #206bc4;
    border-radius: 5px;
}
.paginate_button.current {
    color: #ffffff;
    text-decoration-color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin:0 !important;
}
.dataTables_wrapper > .dataTables_paginate > .paginate_button.disabled,
.dataTables_wrapper > .dataTables_paginate > .paginate_button.disabled:hover,
.dataTables_wrapper > .dataTables_paginate > .paginate_button.disabled:active {
    cursor: default;
    color: #dadfe5 !important;
    /*border: 1px solid transparent;*/
    background: transparent;
    box-shadow: none;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: right;
}
.dataTables_wrapper > table.table-responsive {
    overflow-x: unset !important;
    width: 100%;
}
@media (max-device-width: 380px) {
    .dataTables_wrapper > table.table-responsive {
        overflow-x: unset !important;
        width: inherit;
    }
    .paginate_button {
        text-align: center;
        padding: 5px 8px;
        font-size: 12px;
        /*min-width: 1.75rem;*/
        position: relative;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        position: static;
        display:inline-flex;
        width: 50%;
        font-size: 12px;
        overflow-x: unset;
        /*-webkit-overflow-scrolling: touch;*/
    }
    .dataTables_filter > label, .dataTables_length > label {
        display: inline-flex;
    }
    .dataTables_length > label > select {
        margin: 0 5px;
        padding: 3px 5px !important;
    }
    .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus {
        border-color: #90b5e2;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
    }
    .dataTables_filter > label > input {
        width: 100% !important;
        margin-left: 5px;
    }
    .dataTables_wrapper .dataTables_filter input {
        display: inline-flex;
        width: 100%;
        padding: 3px 5px;
        font-size: inherit;
        border: 1px solid #c1d6cc;
        border-radius: 5px;
        background-color: inherit;
        background-clip: padding-box;
    }
    .dataTables_wrapper .dataTables_filter label{
        padding-right: 5px;
        text-align: start;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        position: static;
        display:inline-flex;
        padding-top: 10px;
        width: 50%;
        font-size: 12px;
        overflow-x: unset;
        margin-top: 0 !important;
        justify-content: start !important;
    }
    .dataTables_paginate.paging_simple_numbers {
        text-align: start !important;
        width: 100%;
    }
    .paginate_button.current {
        color: #c1d6cc;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/*
*   End DataTables CSS
*/

.kvc-strip {
    width: 100% !important;
    height: auto;
    background-color: #f7f7f7;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    box-sizing: border-box;
    flex-basis: initial;
    flex-grow: initial;
    flex-shrink: initial;
    gap: initial;
}
.kvc-col-center {
    height: inherit !important;
    margin: 0 auto !important;
    display:flex;
    align-items: center;
    position: relative;
    max-width: 1200px;
}
.kvc-strip-title {
    padding: 10px !important;
    text-align: center !important;
    height: inherit !important;
    align-items: center !important;
    justify-content: center !important;
}
.kvc-strip-heading {
    margin:0;
    padding:0;
    line-height: 1;
    font-size:  27px !important;
    /*font-weight: 500 !important;*/
    color: #1d9e4e !important;
}
@media(max-width: 380px) {
    .kvc-strip {
        height: auto !important;
    }
    .kvc-col-center {
        width: auto;
        margin: 0 auto;
    }
    .kvc-strip-heading {
        font-size: 23px !important;
        line-height: 1;
    }
}
.kvc-tab-link.active {
    color: #ffffff !important;
    background-color: #fac530 !important;
    border-radius: 0 !important;
    /*margin: 0 5px;*/
}
.kvc-tab-link {
    color: #000000 !important;
    font-weight: bold;
    /*background-color: #ef233c !important;*/
    border-radius: 0 !important;
    /*margin: 0 5px;*/
}
.kvc-nav {
    width: 100%;
    column-gap: 5px;
    /*margin: 0;*/
}
button.nav-link {
    /*padding: 0 0 0 8px;*/
    font-size: 17px;
}
.kvc-radius-0 {
    border-radius: 0 !important;
}
.kvc-radius-5 {
    border-radius: 5px !important;
}
.info-list {
    display: flex !important;
}
@media(max-device-width: 380px) {
    .info-list {
        display: block !important;
    }
}
a.link-btn {
    color: #000000;
    font-weight: bold;
    font-size: 17px;
}
a.link-btn:hover, a.link-btn:focus {
    color: #FAC530;
    font-weight: bold;
    font-size: 17px;
}

/*#EF233C; -> Red*/
/*#FAC530; -> Yellow*/
