.main-nav .logo img {
    height: auto;
    width: 170px;
    padding: 22px 0 0 0;
}

.main-nav .logo h5 {
    font-size: 1em;
    padding: 42px 0 0 10px;
    float: right;
    color: firebrick;
}

td{
    word-break:break; 
}

.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: green;
    color: white;
  }

  .table>thead{
    background: #bbbbbb;
    height: 52.5px;
    text-align: center;
    vertical-align: middle;
  }


.table-bordered thead td, .table-bordered thead th {
    vertical-align: middle;
}

  .button_download {
    text-align: center;
}


ul {
  list-style: none;
  padding-left: 0; /* Remove default padding */
}
.child-checkbox {
  padding-left: 60px; /* Add custom padding to child checkboxes */
}
.indeterminate::before {
  content: "-";
}

button#downloadButton {
  float: right;
}

.download_body {
  float: left;
  padding: 15px 0 0 0;
}


.search-result {
  margin-top: 78px;
}
.download-text{
    text-align:center;
    margin-bottom: 30px;
    margin-top: 35px;
}

.download-text p {
  text-align: center;
  color: #e21533;
}

.fancy-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
/*    transition: background-color 0.3s ease, transform 0.3s ease;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
}

.fancy-button i {
  margin-right: 8px;
}

.fancy-button:hover {
  background-color: #0056b3;
/*  transform: translateY(-3px);*/
}

.fancy-button:active {
  background-color: #003f7f;
/*  transform: translateY(1px);*/
}

.btn:hover {
    background-color: #0056b3 !important;
}

.download_form_close:hover{
    background-color: dimgrey !important;
}

button.btn.btn-secondary.download_form_close {
    background: grey;
    position: absolute;
    left: 16px;
}


/* Typing animation */
 .typing-container {
  color: green;
  font-size: 1.2em;
  margin-top: 55px;
  line-height: 1.6;
  max-width: 100%; /* Set max-width to control line wrapping */
 /* border-right: 3px solid #e21533; /* Blinking cursor */
  padding-right: 5px;
  white-space: normal;
  overflow: hidden;
}
.highlight {
  color: #e21533;
}


/* Custom Pagination Styling */
.custom-pagination .page-item .page-link {
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
/*    border-radius: 50%;*/
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
/*    transition: all 0.3s ease;*/
}

.custom-pagination .page-item .page-link:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
/*    transform: translateY(-2px);*/
}

.custom-pagination .page-item.active .page-link {
    background-color: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.custom-pagination .page-item.disabled .page-link {
    color: #aaa;
    background-color: #f1f1f1;
    border-color: #ddd;
    cursor: not-allowed;
}

.custom-pagination .page-item:not(:last-child) .page-link {
    margin-right: 10px;
}


.terms-and-conditions h5 {
    font-size: 16px;
}


.terms-and-conditions ul li {
    list-style-type: decimal;
    line-height: 2.1;
    font-size: 14px;
    margin-left: 12px;
}

.terms-use {
    margin-bottom: 30px;
    line-height:2.1;
}
.terms-use li {
    position: relative;
    margin: 0 0 5px 1.5em;
    list-style-type: decimal;
}


.request-form-download {
    font-size: 0.9em;
}


.spinnerSearch {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    text-align:center !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.select2-container .select2-selection--single {
    height: 46px !important;
}


.select2-container .select2-selection--single {
    border-radius: 0 !important;
    border: 1px solid #dddddd !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 44px !important;
    margin-left: 10px !important;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
}

.catpart {
/*    width: 573px;*/
    float: left;
    margin-right: 11px;
}

.keywordpart{
    width:572px;
    float: right;
}

/*@media (min-width: 1200px) {*/
    .container {
        max-width: 1200px; /* Limit the content width for readability */
        margin: 0 auto; /* Center the container */
        padding: 10px; /* Add some spacing */
        /*margin-top: 10px;*/
    }
/*}*/


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -1px !important;
}



/*checkbox*/
.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .08) solid #17a2b8;
    /*    border-radius: 5px;*/
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}



/*floating block*/
/* Floating Block - Full Width */
.floating-block {
/*    font-family: sans-serif;*/
    background: #fff;
    width: 100%; /* Full width */
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0; /* Align to the left */
    height: auto;
    padding: 13px 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center; /* Center content */
}

/* Center Content Wrapper */
.floating-content {
    width: 100%;
    /*max-width: 1170px;*/ 
    margin: 0 auto; /* Center horizontally */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Row and Text */
.floating-block .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Adjust text and button alignment */
.floating-block .col-md-6 {
    flex: 1;
    text-align: left;
}

.floating-block h5 {
    font-size: 19px;
    text-align: center;
}

/* Ensure button is properly aligned */
/*.button_download {
    text-align: right;
}*/

.floating-block .button_download .btn {
    white-space: nowrap;
    font-size: 14px;
/*    padding: 8px 12px;*/
}

/* Responsive styles */
@media (max-width: 1009px) {
    .floating-block h5 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .floating-block {
        text-align: center;
        padding: 10px 15px;
        left: 0;
    }

    .floating-content {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .floating-block .row {
        flex-direction: column;
        text-align: center;
    }

    .floating-block .col-md-6 {
        text-align: center;
        margin-bottom: 10px;
    }

    .floating-block .button_download {
        text-align: center;
        width: 100%;
    }

    .floating-block .button_download .btn {
        width: 100%;
        max-width: 200px;
        padding: 8px 12px;
    }

    .floating-block h5 {
        font-size: 15px;
        margin-bottom: 13px;
    }
}




/* accordion card */
.accordion-card {
    width: 100%;
    margin-bottom: 10px;
}

/* accordion header */
.accordion-card__header {
    /*    background: #EFF3F6;*/
    padding: 16px 15px;
    color: #444;
    border-radius: 3px;
    margin: 0;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}

/* icon */
.icon {
    position: absolute;
    right: 400px;
    color: goldenrod;
    transform: rotate(0deg);
    transition: transform 300ms, color 300ms;
}

/* accordion content */
.accordion-card__content {
    border-top: solid 1px goldenrod;
    padding: 10px;
    color: #3d3b3b;
    margin: 0;
}

.according .card-header a {
    display: block;
    background: #EFF3F6;
    padding: 16px 15px;
    border-radius: 3px;
    color: #444;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}



.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 7px;
    font-size: 20px !important;
    color: gray !important;
}



/* Default gray color for the select box */
#category {
    color: gray;
}

#category.valid {
    color: black;
}

#category option {
    color: black;
    max-height: 200px !important;
    overflow-y: auto !important;
}

#category option:first-child {
    color: gray;
}


/* Default gray color for the select box */
#purposetodownload {
    color: gray;
}

/* Ensure selected option (not placeholder) appears black */
#purposetodownload.valid {
    color: black;
}

/* Force all dropdown options to appear black when opened */
#purposetodownload option {
    color: black;
}

/* Only apply gray to the first (placeholder) option */
#purposetodownload option:first-child {
    color: gray;
}


.postalcode input {
    margin-top: -9px;
}

#downloadForm input, #downloadForm input:focus{
    color: black !important;
}

.accordion-card label {
    margin-left: 18px;
}

.accordion-card label input[type='checkbox'] {
    margin-left: -24px;
}

.sendMail {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-control{
    border-radius: 0px !important;
}

.btn{
    border-radius: 0px !important;
}

.text-wrapper-error {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 177px;
}