body {
 font-family: "Plus Jakarta Sans", sans-serif;
 overflow-x: hidden;
}
.container__wrapper {
 max-width: 1400px;
 margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: inherit;
 font-weight: inherit;
 margin: 0;
}
.banner {
 background-color: var(--blue-dark-color);
 overflow: hidden;
}
.banner-content {
 position: relative;
 z-index: 1;
 display: flex;
 flex-direction: column;
 gap: 50px;
 padding-top: 5%;
}
.banner .cc {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.cc p {
 color: #fff;
 font-size: 16px;
 font-weight: 400;
 letter-spacing: 1px;
}
.banner .container__wrapper {
 position: relative;
 padding: 0 8%;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 min-height: 535px;
 gap: 50px;
}
.banner .container__wrapper img {
 position: absolute;
 right: 0px;
 top: -90px;
 z-index: 0;
}
.banner h1 {
 font-size: 40px;
 color: #fff;
 line-height: 55px;
 font-weight: 600;
}
.banner h1 span {
 color: var(--green-color);
}
.search-container {
 display: flex;
 align-items: center;
 gap: 15px;
}
.search-container input {
 border: 1px solid var(--green-light-color);
 background-color: #fff;
 font-size: 16px;
 height: 48px;
 min-width: 320px;
 padding: 10px 20px;
 border-radius: 30px;
}
.indicators {
 padding: 1.5rem 0%;
 margin-top: -100px;
 z-index: 2;

 position: relative;
}
.indicator {
 transition: all 0.2s ease-in-out;
}
.indicator:hover {
 color: #fff !important;
 transform: translateY(-2px) scale(1.05);
}
.indicators::before {
 content: "";
 background-color: var(--gray-light-color);
 display: block;
 width: 100%;
 height: 100%;
 z-index: -1;
 position: absolute;
 top: 100px;
 left: -1px;
}
.indicators .container__wrapper {
 padding: 0 8%;
}
.indicators .container__wrapper .ind {
 background-color: var(--green-color);

 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 width: 100%;
 padding: 1rem 1.5rem;
 border-radius: 16px;
}

.indicators__wrapper {
 display: flex;
 gap: 2rem;
 flex-wrap: wrap;
}

.indicator {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 color: #fff;
}

.indicator__value {
 display: flex;
 align-items: center;
 gap: 10px;
 background: #fff;
 min-width: 237px;
 color: var(--blue-dark-color);
 font-size: 24px;
 font-weight: bold;
 border-radius: 50px;
 padding: 0rem 1.5rem;
 margin-bottom: 0.7rem;
 display: flex;
 justify-content: space-between;
}

.indicator__value span {
 font-size: 48px;
 width: 100%;
 text-align: center;
 font-weight: bold;
}

.indicator__label {
 font-size: 16px;
 margin: 0;
 font-weight: 500;
}
.reuse {
 z-index: 2;
 position: relative;
 background-color: var(--gray-light-color);
}
.reuse .container__wrapper {
 padding: 1rem 8%;
 position: relative;
}

.reuse__wrapper {
 z-index: 2;
 position: relative;
}
.reuse__wrapper .container__wrapper {
 padding: 1rem 8%;
 position: relative;
}

.reuse-card {
 background-color: #fff;
 border-radius: 20px;
 height: 100%;
 border: 1px solid var(--green-color);
}
.imm {
 position: relative;
}

.imm .date {
 background-color: #ffffff;
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
 border-radius: 8px;
 padding: 0.2rem 0.5rem;
 position: absolute;
 bottom: 10px;
 left: 10px;
 border: 1px solid #166434;
}
.reuse-card h2 {
 font-size: 20px;
 font-weight: 500;
 color: #000;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;

 line-height: 1.4em;
 min-height: calc(1.4em * 2);
 max-height: calc(1.4em * 2);
}

.reuse-card h2:hover {
 color: var(--green-color);
}
.reuse-card img {
 object-fit: cover;
 border-bottom: 1px solid var(--green-color);
 border-radius: 20px 20px 0 0;
 width: 100%;
}

.reuse-card .w__info {
 display: flex;
 gap: 20px;
 flex-direction: column;
 padding: 2rem 3rem;
}
.reuse-card .w__info a {
 display: flex;
 width: 100%;
 justify-content: center;
}
.heading {
 display: flex;
 align-items: center;
 width: 100%;

 gap: 20px;
}

.heading-title {
 color: var(--blue-dark-color);
 font-size: 36px;
 font-weight: 500;
 display: flex;
 align-items: center;
 margin: 0px !important;
 gap: 20px;
 width: 100%;
}

.heading-title::after {
 content: "";
 width: 100%;
 height: 1px;
 background-color: var(--green-color);
 display: block;
}
.owl-carousel1 {
 position: relative;
}

.custom-prev {
 position: absolute;
 z-index: 99;
 top: 50%;
 left: 50px;
 transform: rotate(-180deg);
}
.custom-next {
 z-index: 99;
 position: absolute;
 top: 50%;
 right: 50px;
}
.owl-next,
.owl-prev {
 display: none;
}
.g-data {
 background: #fff;
 z-index: 2;
 position: relative;
}

.g-data .container__wrapper {
 padding: 1rem 8%;
}

.row {
 row-gap: 30px;
}

.heading a {
 white-space: nowrap;
}

.g-data > .container__wrapper {
 position: relative;
 padding: 2.5rem 8% 5rem;
}

.g-data .heading-title {
 white-space: nowrap;
 margin-bottom: 2rem;
}

.gm__card {
 padding: 10px;
 display: flex;
 height: 100%;
 align-items: center;
 gap: 15px;
 background-color: var(--green-light-color);
 border: 1px solid var(--green-color);

 border-radius: 20px 0 20px 0;
}

.gm__card:hover:has(a:hover) {
 background-color: #e5f1f4;
}

.gm__card img {
 object-fit: contain;
 cursor: pointer;
 border: 1px solid var(--green-color);
 width: 101px;
 height: 101px;
 border-radius: 8px;
}

.gm__card-info {
 display: flex;
 flex-direction: column;
 width: 100%;
 gap: 10px;
}

.date,
.gm__tp {
 color: var(--gray-dark-text-color);
 font-size: 15px;
 display: flex;
 align-items: center;
 gap: 5px;
}

.gm__tp:hover {
 color: var(--black-color);
 text-decoration: underline;
}
a.gm__title {
 color: #000;

 cursor: pointer;
 font-size: 16px;
 font-weight: 600;
 max-width: 380px;
}
.gm__title:hover {
 text-decoration: underline;
}

.gm__bottom-actions {
 display: flex;
 gap: 15px;
 align-items: center;
}

.tool__tips {
 display: flex;
 gap: 5px;
 align-items: center;
}

.t__tip {
 display: flex;
 flex-direction: column;
 gap: 3px;
 align-items: center;
}

.t__tip span {
 background-color: var(--color-1st);
 color: #000;
 font-size: 8px;
 font-weight: 700;
 width: fit-content;
 padding: 0 5px;
 border-radius: 2px;
}

.g-data-actions {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}

/* tabs */

.g-data-tabs {
 display: flex;
 gap: 20px;
 justify-content: center;
 align-items: center;
 width: 100%;
 padding: 1rem 8%;
 overflow-x: auto;
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.g-data-tabs::-webkit-scrollbar {
 display: none;
}
.g-data-tab-content {
 transform: translateX(-100px);
 opacity: 0;
 display: none;
 transition: all 0.2s ease-in-out;
}

.g-data-tab-content.show {
 display: block;
}

.g-data-tab-content.active {
 transform: translateX(0);
 opacity: 1;
}
.g-data-tab {
 white-space: nowrap;
 flex-shrink: 0;
 cursor: pointer;
 padding: 0.5rem 1rem;
}

.g-data-actions button {
 font-size: 16px;
 border-radius: 10px;
 padding: 0.5rem 1rem;
}

.g-data-tab {
 cursor: pointer;
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
 color: #000;
 background-color: transparent;
 padding: 0.3rem 2rem;
 display: flex;
 font-weight: 500;
 justify-content: space-between;
 gap: 10px;
 align-items: center;
 transition: all 0.2s ease-in-out;
}

.g-data-tab:hover {
 color: var(--color-1st);
 background-color: #00135520;
}

.g-data-tab.active {
 background-color: var(--blue-dark-color);
 border-color: var(--blue-dark-color);
 color: #fff;
}

.themes {
 padding: 3rem 0;
 background-color: var(--gray-light-color);
}

.themes .container__wrapper {
 padding: 0 8%;
}

.heading-subtitle {
 font-size: 32px;
 font-weight: 600;
 color: var(--gray-light-text-color);
}

.heading-subtitle span {
 color: var(--gray-dark-text-color);
}

.col-lg-4,
.col-md-6 {
 flex: 1 1 calc(33.333% - 1.5rem);
}

/*Data request start*/
.red-status {
 background-color: #ed1c24 !important;
}

.orange-status {
 background-color: #f7931e !important;
}

.blood-red-status {
 background-color: #990d1d !important;
}

.green-status {
 background-color: #5aaf4b !important;
}

.request-card-status-tag {
 background-color: #b7c0eb;
 height: 22px;
 width: 5px;
 border-radius: 3px;
}

.request-card-date {
 font-size: 12px;
 font-weight: 300;
 text-align: right;
 color: #4d4d4d;
}
/*Data request end*/

@media (max-width: 992px) {
 .col-lg-4 {
  flex: 1 1 calc(50% - 1.5rem);
 }
}

@media (max-width: 768px) {
 .col-md-6 {
  flex: 1 1 100%;
 }
}

.theme-card {
 display: flex;
 align-items: center;
 border: 1px solid var(--blue-dark-color);
 cursor: pointer;
 background: #fff;
 border-radius: 21px 0 20px 0;
 height: 100%;
 transition: all 0.2s ease-in-out;
}

.theme-card__icon {
 background-color: var(--blue-dark-color);
 padding: 1.2rem;
 height: 100%;
 min-height: 142px;
 min-width: 140px;
 border-radius: 20px 0 20px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}

.theme-card__icon img {
 width: 70px;
}

.theme-card__content {
 padding: 1rem;
 flex: 1;
}

.theme-card__content h3 {
 font-size: 18px;
 font-weight: 600;
 color: var(--gray-dark-text-color);
}

.theme-card__content p {
 margin: 0.3rem 0 0;
 font-size: 14px;
 color: var(--gray-light-text-color);
}

.theme-card__content .count {
 font-size: 36px;
 font-weight: 700;
 color: var(--green-color);
}
.theme-card:hover .theme-card__content h3 {
 text-decoration: underline;
}
.theme-card:hover {
 transform: translateY(-5px) !important;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.part__cards {
 display: flex;
 justify-content: space-between;
 gap: 50px;
 flex-wrap: wrap;
 margin-top: 3rem;
 align-items: center;
}

.part__cards > * {
 flex: 1 1 300px;
}
.part__wrapper .container__wrapper {
 padding: 4rem 8%;
 padding-bottom: 7%;
}
.part__card-container {
 perspective: 1000px;
}

.part__card-front {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 gap: 20px;
 backface-visibility: hidden;
}

.part__card {
 background-color: var(--gray-card-light-color);
 border-radius: 10px;
 padding: 3rem 1rem 2rem;
 min-width: 280px;
 width: 100%;
 min-height: 190px;
 display: flex;
 cursor: pointer;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 25px;
 transition: background-color 0.2s ease-in-out;
}

.part__card svg > * {
 fill: var(--blue-dark-color);
}

.part__card:hover svg > * {
 fill: #fff !important;
}

.part__card:hover {
 background-color: var(--green-color);
}

.part__card .p__tl {
 font-size: 18px;
 font-weight: 600;
 color: var(--blue-dark-color);
 text-align: center;
 max-width: 210px;
}
.part__card:hover .p__tl {
 color: #fff !important;
}

/* Floating Button */
#float-btn {
 position: fixed;
 top: 50%;
 right: -57px;
 transform: translateY(-50%) rotate(-90deg);
 background: #00061b;
 color: white;
 border-radius: 8px 8px 0 0;
 padding: 5px 20px;
 cursor: pointer;

 z-index: 999;
 font-size: 14px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Menu Panel */
#float-menu {
 position: fixed;
 top: 50%;
 right: -340px;
 transform: translateY(-50%);
 width: 320px;
 background: #020a2a;
 border-radius: 8px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 padding: 15px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 transition: right 0.3s ease;
 z-index: 999;
}

/* Show menu */
#float-menu.active {
 right: 40px; /* slides into view */
}

/* Buttons inside */

#float-menu h3 {
 margin: 0 0 10px;
 font-size: 18px;
 color: #fff;
}

#float-menu p {
 font-size: 14px;
 margin-bottom: 15px;
 color: var(--gray-light-color);
}

.accessibility-buttons {
 background-color: #fff;
 padding: 10px;
 border-radius: 8px;
 display: grid;
 grid-template-columns: 1fr; /* deux colonnes */
 max-height: 400px;
 overflow: auto;
 gap: 10px;
}
.accessibility-options {
 display: flex;
 flex-direction: column;
 background-color: #fff;
 padding: 10px;
 border-radius: 10px;
 max-height: 380px;
 overflow: auto;
 gap: 15px;
}

/* Switch style */
.switch-option {
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size: 14px;
 color: var(--gray-dark-text-color);
}

label {
 display: flex;
 align-items: center;
 gap: 10px;
}

.accessibility-options i {
 font-size: 18px;
 color: var(--blue-dark-color);
}

.switch {
 position: relative;
 display: inline-block;
 width: 42px;
 height: 22px;
}

.switch input {
 display: none;
}

.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 transition: 0.3s;
 border-radius: 34px;
}

.slider:before {
 position: absolute;
 content: "";
 height: 16px;
 width: 16px;
 left: 3px;
 bottom: 3px;
 background-color: white;
 transition: 0.3s;
 border-radius: 50%;
}

input:checked + .slider {
 background-color: #1f2188;
}

input:checked + .slider:before {
 transform: translateX(20px);
}

/* Range sliders */
.range-option {
 display: flex;
 flex-direction: column;
 gap: 5px;
}

.range-option input[type="range"] {
 width: 100%;
 accent-color: #1f2188;
}
.close-btn {
 position: absolute;
 top: 12px;
 right: 12px;
 background: transparent;
 border: none;
 font-size: 20px;
 cursor: pointer;
 color: #fff;
 transition: color 0.2s;
}

/* Select */
.select-option select {
 width: 100%;
 padding: 6px;
 border-radius: 6px;
 border: 1px solid #ccc;
}

/* Action buttons */
.action-btn {
 display: flex;
 align-items: center;
 gap: 6px;
 padding: 10px;
 border: none;
 border-radius: 8px;
 background: #e3e5ed;
 cursor: pointer;
 font-weight: 600;
 color: var(--blue-dark-color);
 font-size: 14px;
 transition: background 0.2s;
}

.action-btn:hover {
 background: #c4c7d1;
}

/* Reset button */
.reset-btn {
 margin-top: 20px;
 width: 100%;
 background: #ff4d4f;
 color: #fff;
 font-weight: bold;
 border-radius: 8px;
 border: none;
 padding: 10px;
}

.reset-btn:hover {
 background: #e53935;
}

@media only screen and (max-width: 827px) {
 .heading {
  flex-wrap: wrap;
 }
 .heading button {
  width: 100;
 }
 .g-data-tabs {
  justify-content: flex-start;
 }
 .indicators .container__wrapper .ind {
  justify-content: center !important;
 }
}
@media only screen and (max-width: 568px) {
 .banner img {
  opacity: 0.3;
 }
 .gm__card {
  flex-wrap: wrap;
 }
 .heading button {
  width: 100;
 }
 .search-container input {
  min-width: auto;
 }
 .gm__card > a {
  display: flex;
  justify-content: center;
  width: 100%;
 }
 .gm__card > a img {
  width: 100% !important;
 }
 .gm__bottom-actions {
  flex-wrap: wrap;
  justify-content: center;
 }

 .indicators .container__wrapper .ind {
  padding: 0px;
  background-color: transparent;
  gap: 20px;
 }

 .indicator {
  background-color: var(--green-color);
  padding: 20px;
  border-radius: 20px;
  width: 100%;
 }

 .indicators {
  background: var(--gray-light-color);

  margin-top: 0px;
 }
}

@media only screen and (max-width: 468px) {
 .search-container {
  flex-wrap: wrap;
 }
 .container__wrapper {
  padding-left: 2% !important;
  padding-right: 2% !important;
 }
}
@media only screen and (min-width: 1920px) {
 .container__wrapper {
  padding-left: 0px !important;
  padding-right: 0 !important;
 }
}

/* reuse page */

.filter__reuse {
 background-color: var(--green-light-color);
 border-bottom: 1px solid var(--green-color);
 width: 100%;
}

.filter__reuse .container__wrapper {
 padding: 1rem 8%;
}

aside.ru {
 background-color: #fff;
 padding: 20px;
 border-radius: 20px;
 position: relative;
 /*z-index: 9999;*/
 border: 1px solid var(--blue-dark-color);
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
aside.ru button {
 white-space: nowrap;
}
.fl-r {
 position: relative;
}
.ab {
 position: absolute;
 top: 0px;
 left: 0px;
}

.form-list {
 margin-top: 20px !important;
}

.reuse-information h1 {
 font-size: 32px;
 font-weight: 700;
}
.heading-title {
 white-space: nowrap;
}
.detail__view {
 display: flex;
 flex-direction: column;
 gap: 20px;
 width: 100%;
}

.form-content {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

h2 {
 font-size: 22px !important;
 font-weight: 600 !important;
 margin: 0 !important;
}

.form-group {
 display: flex;
 flex-direction: column !important;
}
.form-label {
 margin: 0 !important;
}

.indicateur-card {
 background-color: #fff;
 display: flex;
 padding: 10px 0;
 align-items: center;
 gap: 10px;
 border-bottom: 1px solid #b5b8b6;
}

.indicateur-card:hover {
 background-color: var(--gray-light-color);
}

.indicateur-card:last-child {
 border: none !important;
}

.ct {
 display: flex;
 flex-direction: column;
}
.inducateurs-key-numbers {
 color: #166534;
 font-size: 16px;
 font-weight: bold;
}

.inducateurs-key-text {
 color: #525050;
 font-size: 14px;
}

.side-bar-indicateurs {
 display: flex;
 flex-direction: column;
 border-top: 1px solid #b5b8b6;
 gap: 10px;
}
.section-reuse {
 min-height: 1500px;
}
.side-bar-fr-section-title {
 display: flex;
 gap: 10px;

 color: #166534;
 margin-bottom: 15px;
 font-size: 18px;
 font-weight: 700;
 white-space: nowrap;
}

.form-content a {
 color: #000 !important;
}

.search summary {
 list-style: none !important;
 width: 100%;
}

.search summary div {
 display: flex !important;
 align-items: center;
 gap: 5px;
 font-weight: 400;
 color: var(--color-primary-1st) !important;
 transition: 0.2s ease-in-out;
}

.search summary div:hover {
 color: var(--color-primary-1st);
}

.search summary div a {
 text-decoration: underline !important;
}

.search[open] summary div .fa-search-plus {
 display: none;
}
.search summary span {
 font-weight: 400 !important;
 font-size: 14px !important;
}

.search[open] {
 border-radius: 8px;
 margin-top: 10px;
 flex-direction: column;
}

.search[open] .row {
 padding: 0px 0px 15px 10px !important;
}

.search[open] .row input {
 background: white !important;
}

.sort-select {
 max-width: 140px;
}

details[open] .row > * {
 padding-right: 0px;
}
details[open] summary .header-summary {
 color: var(--color-primary-1st);
 padding: 10px;
 padding-bottom: 0px;
}

details[open] summary .header-summary div {
 color: var(--color-primary-1st);
}
details summary div .fa-caret-up {
 display: none;
}

.header-summary label {
 font-weight: 600;
}

.filter-items {
 display: flex;
 justify-content: space-between !important;
 align-items: center;
 flex-wrap: wrap-reverse;
}

.filter-items .link {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 margin-bottom: 10px;
}

details summary div .fa-search-plus {
 font-weight: 400;
}

.resuse-filter-card {
 width: 100%;
 display: flex;
 max-width: 1200px;
 flex-direction: column;
 align-items: center;
 gap: 20px;
}

.reuse-filter-container {
 display: flex;
 justify-content: center;
 flex-direction: column;
 width: 100%;
}

.search-box {
 background-color: #fff;
 border: 1px solid var(--gray-dark-text-color);
 border-radius: 30px;
 height: 48px;
 padding-left: 1.2rem;
 width: 100%;
 display: flex;
}

.search-box input::placeholder {
 color: var(--gray-dark-text-color);
 font-size: 16px;
}

.search-box .bt-green {
 height: auto !important;
 border-radius: 0px 30px 30px 0px;
}
.search-box .bt-green:hover {
 transform: none !important;
}

.search__i {
 all: unset !important;
 width: 100% !important;
 border-radius: 0pc !important;
}

p {
 margin-bottom: 0 !important;
 padding: 0 !important;
}
.toolbar {
 max-height: 25px;
 overflow: hidden;
}
.reuse-select {
 border: 1px solid var(--blue-dark-color) !important;
 padding: 0 1.5rem;

 height: 40px;
 min-width: 165px;
 font-size: 14px;
 font-weight: 400;

 border-radius: 30px;
}
.game-data-founded {
 font-size: 18px !important;
}
.reuse-select:active,
.reuse-select:focus {
 border: 1px solid var(--blue-dark-color) !important;
 outline: 1px solid var(--blue-dark-color) !important;
}

.page-link {
 background-color: var(--green-light-color) !important;
 color: var(--green-color) !important;

 border-radius: 5px !important;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 width: 40px !important;
 border: none !important;
}

.page-link svg path {
 fill: var(--green-color);
}

.page-link.active,
.page-link:hover {
 background-color: var(--green-color) !important;
 color: #fff !important;
}

.page-link:hover svg path {
 fill: #fff;
}

.pagination {
 display: flex;
 gap: 5px !important;
}

.page-item {
 border-radius: 5px !important;
}

details summary div a .shown {
 display: none;
}

details summary div a .default {
 display: block;
}

details[open] summary div a .default {
 display: none;
}

details[open] summary div a .shown {
 display: block;

 font-weight: 400;
}
.breadcrumb > li + li:before {
 padding: 0 7px;
 color: var(--blue-dark-color);
 content: "|";
}

.toolbar .breadcrumb {
 -webkit-box-shadow: none;
 box-shadow: none;
 position: relative;

 float: left;
 margin: 0;
 padding: 0;
 padding-bottom: 10px !important;

 border: none;
 background: none;
 font-size: 14px;
 display: flex;
 align-items: center;
}

.toolbar .breadcrumb a {
 color: var(--blue-dark-color);
 font-weight: 600;
}

@media screen and (max-width: 1287px) {
 .header__actions {
  width: fit-content !important;
  padding: 1rem !important;
 }
 .reuse_a__wp {
  margin-top: 0 !important;
 }
 .navbar {
  padding: 1rem 5% !important;
 }
}

@media screen and (max-width: 992px) {
 .ab {
  position: relative;
 }
}

@media screen and (max-width: 1287px) {
 .side-bar-fr-section-title {
  white-space: normal !important;
  font-size: 16px !important;
 }

 .heading-title {
  white-space: wrap !important;
 }
 .reuse_a__wp {
  z-index: -1;
 }
}

/* reuse details */

.reuse__details {
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
}

.data-info {
 padding: 10px 15px;
}

.gm__fl {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.data-info h2 {
 font-size: 16px !important;
 font-weight: bold !important;
 margin-bottom: 20px !important;
}
.data-info:not(:last-child) {
 border-bottom: 1px solid var(--blue-dark-color);
}
.reuse-information {
 display: flex;
 flex-direction: column;
 gap: 5px;
}

.reuse-information .title {
 font-size: 24px;
 font-weight: bold;
 color: var(--blue-dark-color);
}

.reuse-information p {
 font-size: 16px;
 font-weight: 500;
 color: var(--blue-dark-color);
}
.share {
 display: flex;
 gap: 5px;
 align-items: center;
}

.share span {
 white-space: nowrap;
}
.img-reuse img {
 border-radius: 20px;
 border: 1px solid var(--green-color);
}
.data-info.ffl {
 display: flex;
 justify-content: space-between;
 width: 100%;
 gap: 20px;
 flex-wrap: wrap;
}

.data-info.ffl > * {
 flex: 1 1 320px;
}
.clone-input {
 position: relative;
 max-width: 395px;
 height: 40px;
 padding: 5px 20px;
 border-radius: 30px;
 border: 1px solid var(--green-color);
}
.data-left {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.ffl .form-input {
 all: unset;
 width: 100%;
 max-width: calc(100% - 40px);
 color: #4d4d4d;
 text-decoration: underline;
}
.ffl .form-input::placeholder {
 color: #4d4d4d;
}

.text-lg {
 font-weight: 700;
}
.data-right label {
 font-weight: 700;
}
.poo {
 position: absolute;
 top: 5px;
 right: 10px;
}

.reuse-select + .select2-container {
 width: 100% !important;
}

.select2-container--default .select2-selection--single {
 border: 1px solid var(--blue-dark-color) !important;
 padding: 0 1.5rem;
 background-color: transparent !important;
 font-weight: 400;

 border-radius: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
 display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
 color: var(--gray-dark-text-color) !important;
}
.select2-container .select2-selection--single {
 height: 32px !important;
}
.select2-dropdown {
 background-color: #fff;
 border: 1px solid var(--blue-dark-color) !important;
 border-radius: 8px !important;
 margin: 10px 0 !important;
 padding: 10px 0px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
 background-color: var(--green-color) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
 border: 1px solid var(--blue-dark-color) !important;
 border-radius: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 padding-right: 10px !important;
 width: 40px !important;
}
/* Create a custom chevron */
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 width: 8px;
 height: 8px;
 border-right: 2px solid #333;
 border-bottom: 2px solid #333;
 transform: translate(-50%, -50%) rotate(45deg);
 transition: transform 0.2s ease;
}
@media screen and (max-width: 868px) {
 .heading-data {
  flex-wrap: wrap;
 }
}
/* error */

.error {
 background-color: var(--gray-light-color);
 min-height: calc(100vh - 136px);
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 20px;
 text-align: center;
}

.error h1 {
 font-size: 24px;
 font-weight: 600;
 color: var(--gray-dark-text-color);
}

.err-code {
 font-size: 76px;
 font-weight: 1000;
 color: var(--blue-dark-color);
}

.error p {
 font-size: 18px;
 color: var(--gray-dark-text-color);
 margin-bottom: 30px !important;
}

.gov-footer {
 background-color: #0a1a5c;
 color: #ffffff;
 font-family: "Inter", sans-serif;
 padding: 40px 0 0 0;
}

.footer-container .container__wrapper {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 padding: 0 8%;
 margin: auto;

 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 padding-bottom: 30px;
}
.footer-container .container__wrapper > * {
 flex: 1 1 200px;
}
.ministry {
 min-width: 45% !important;
}
.footer-column {
 flex: 1;
 min-width: 100px;
 margin-bottom: 20px;
}

.footer-logo {
 margin-bottom: 15px;
}

.footer-column h3,
.footer-column h4 {
 font-weight: 700;
 margin-bottom: 15px;
}

.footer-column p {
 margin: 5px 0;
 line-height: 1.5;
}

.footer-column a {
 color: #ffffff;
 text-decoration: none;
}

.footer-column a:hover {
 color: #4ea9ff;
}

.footer-column ul {
 list-style: none;
 padding: 0;
}

.footer-column ul li {
 margin-bottom: 10px;
}

.footer-bottom {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 max-width: 1200px;
 margin: 20px auto 0;
 padding: 15px 40px;
 font-size: 14px;
}

.footer-powered img {
 margin-left: 10px;
 vertical-align: middle;
}
.footer-legal {
 display: flex;
 justify-content: center;
}
.footer-legal a {
 /*margin-right: 20px;*/
 color: #ffffff;
 text-decoration: none;
}

.me-6 {
 margin-right: 20px !important;
}
.footer-right {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 10px 0;
 text-align: right;
 width: 100%;
}

@media (max-width: 900px) {
 .footer-container {
  flex-direction: column;
  text-align: left;
 }
 .footer-bottom {
  flex-direction: column;
  text-align: center;
  gap: 10px;
 }
 .footer-right {
  text-align: center;
 }
}

/* FAQ */

.faq__section {
 padding: 2rem 8%;
 width: 100%;
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.pargraph-guid {
 font-size: 16px;
 font-weight: 400;
 text-align: left;
}

.faq-filter-card {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 5px;
}

.quiz {
 background-color: #eef4f0;
 border-radius: 12px;
 padding: 20px;
}
.accordion-content {
 display: grid;
 grid-template-rows: 0fr;
 transition: all 500ms;
}
.title {
 font-size: 36px;
 margin-bottom: 10px;
 font-weight: 800;
}
.toggle-icon {
 transition: transform 500ms;
 font-size: 28px;
 cursor: pointer;
}
.toggle-icon:hover {
 transform: scale(1.07);
}
.rotate .toggle-icon {
 transform: rotate(45deg);
}

.quiz-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 line-height: 20px;
}

.accordion-content.show {
 margin-top: 10px;

 grid-template-rows: 1fr;
}

.accordion-content > div {
 overflow: hidden;
}

.quiz .summary-title {
 font-size: 18px;
 font-weight: 700;
 color: var(--color-1st);
}

.paginations {
 padding: 15px 0;
 display: flex;
 justify-content: flex-end;
 gap: 5px;
 align-items: center;
}

.pagination-item {
 height: 40px;
 width: 40px;
 display: flex;
 justify-content: center;
 align-items: center;
 color: var(--green-color);
 background-color: #eef4f0;
 border-radius: 8px;
 text-decoration: none !important;
 cursor: pointer;
}

.pagination-item.active {
 background-color: var(--green-color);
 color: #fff;
}

.faq-tags {
 cursor: pointer;
 display: flex;
 justify-content: center;
 width: 100%;
 align-items: center;
 background: #eef4f0;

 border-radius: 12px;
 font-size: 14px;
 font-weight: 500;
 padding: 0.8rem 0.4rem;
 text-decoration: none;
 color: var(--blue-dark-color);
 min-width: 50px;
 transition: all 0.5s ease-in-out;
}

.faq-tags:hover:not(.faq-tags-active) {
 color: var(--color-1st);
}
.faq-tags.faq-tags-active:hover {
 color: #fff;
}

.faq-tags:hover {
 transition: ease-in-out 0.5s;

 background: #dae2dd;
}

.faq-tags-active {
 background: var(--green-color) !important;
 color: #fff;
}

.faq-question-container {
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 10px;
}

.profile_picture {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffff;
}

@keyframes fade-in {
 from {
  opacity: 0;
  transform: translateY(-5%);
 }
 to {
  opacity: 1;
 }
}

@media only screen and (max-width: 780px) {
 .d-flex.gap-3.w-100.mt-1 {
  flex-wrap: wrap;
 }
}

@media only screen and (max-width: 480px) {
 .faq-filter-card .d-flex .justify-content-center {
  justify-content: flex-start !important;
 }
 .browse-category-title {
  font-size: 21px !important;
  font-weight: 600 !important;
 }

 .faq-tags {
  width: 100% !important;
 }

 .pargraph-guid,
 .pargraph-contact-us {
  text-align: right !important;
 }
}

