.input-wrapper textarea {
    font-size: 12px;
    line-height: 18px;
    font-family: Lexend-Light, sans-serif;
    font-weight: 300;
    padding: 12px 10px;
    border: 1px solid var(--feux-ue-blue-50-bg, rgba(32, 25, 111, 0.5));
    border-radius: 6px;
    color: var(--feux-black-font, #1B1B1B);
    width: 100%;
}

.rotate-180 {
    transform: rotate(180deg);
}

.pointer:hover {
    cursor: pointer;
}

.score-row .result input {
    max-width: 90px;
    margin-right: 5px;
}

.error {
    color: var(--feux-red-font, #E5001D);
}

.feux-bg--c-ue-blue3-bg, .feux-bg--c-ue-blue3-bg:hover, .feux-bg--c-ue-blue3-bg > input:checked {
    background-color: #003399 !important;
}

.feux-bg--c-blue7-bg, .feux-bg--c-blue7-bg:hover, .feux-bg--c-blue7-bg > input:checked {
    background-color: #367BAB !important;
}

.feux-bg--c-orange5-bg, .feux-bg--c-orange5-bg:hover, .feux-bg--c-orange5-bg > input:checked {
    background-color: #B05F35 !important;
}

.feux-bg--c-green6-bg, .feux-bg--c-green6-bg:hover, .feux-bg--c-green6-bg > input:checked {
    background-color: #3A854B !important;
}

.feux-bg--c-green9-bg, .feux-bg--c-green9-bg:hover, .feux-bg--c-green9-bg > input:checked {
    background-color: #1C8281 !important;
}

.feux-bg--c-pink3-bg, .feux-bg--c-pink3-bg:hover, .feux-bg--c-pink3-bg > input:checked {
    background-color: #A82B6A !important;
}

.feux-bg--c-red-bg, .feux-bg--c-red-bg:hover, .feux-bg--c-red-bg > input:checked {
    background-color: #E5001D !important;
}

.feux-bg--c-violet2-bg, .feux-bg--c-violet2-bg:hover, .feux-bg--c-violet2-bg > input:checked {
    background-color: #534B92 !important;
}

.feux-bg--c-red-bg > input, .feux-bg--c-violet2-bg > input, .feux-bg--c-pink3-bg > input, .feux-bg--c-green9-bg > input,
.feux-bg--c-green6-bg > input, .feux-bg--c-orange5-bg > input, .feux-bg--c-blue7-bg > input, .feux-bg--c-ue-blue3-bg > input {
    border: 1px solid white !important;
}

.air-datepicker-body--day-name {
    color: #383838 !important;
}

.air-datepicker-cell.-current- {
    color: white !important;
    background-color: #0a0a0a;
    border-radius: 100%;
}

.air-datepicker-cell.-selected- {
    background-color: #003399 !important;
    border-radius: 100%;
}

.-focus-:hover, .-focus- {
    background: #003399 !important;
    border-radius: 100%;
    color: white;
}

.-month-, .-year- {
    border-radius: unset !important;
}

.bottom-bar-wrapper {
    background-color: white;
    padding: 30px;
}

.button-next-step-wrapper {
    display: flex;
    justify-content: flex-end;
}

.button-next-step-wrapper > button {
    padding: 17px 20px;
    letter-spacing: .12em;
    border-radius: 6px;
    background: #003399;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.linear-map-wrapper__bcg-map__tooltip_redbg {
    background:var(--feux-red-bg2, #D01F34) !important;
}
.linear-map-wrapper__bcg-map__tooltip_redbg::before {
    border-color: var(--feux-red-bg2, #D01F34) transparent transparent transparent !important;
}

.img-w-32 {
    width: 32px !important;
} 
.img-h-36 {
height: 36px !important;
}

.air-datepicker-global-container{
    z-index: 9999 !important;
  }

  .float-right{
    float:right !important;
  }

  .ellipsisText {
    text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden; 
    }

.sticky-footer__main-mobile__menu li > a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-footer__main-mobile__menu li span {
    font-size: 12px;
    line-height: 12px;
    font-family: Lexend-Light,sans-serif;
    font-weight: 300;
    color: var(--feux-dark-blue-font, #020947);
    margin-top: 9px;
}

.simple-language-card__section-menu {
    z-index: 99 !important;
  }

  
  #admin-panel-btn::before{
    content: '\2699';
    font-size: 14px;
    margin-right: 5px;
  }

  #our-custom-navbar {
    background-color: #1d2327;
    color: white;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  #our-custom-navbar .navbar-item {
    margin: 0 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    width: 120px;
    text-align: center;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(240, 240, 241);
  }
  
  #our-custom-navbar .navbar-item:hover {
    color: #72aae6;
  }
  
  #our-custom-navbar #admin-panel-btn {
    color: rgb(240, 240, 241);
    font-weight: 300;
    font-size: 14px;
    margin-right: 5px;
    display: flex;
  }
  
  #our-custom-navbar #admin-panel-btn:hover {
    color: #72aae6;
  }
  
  #our-custom-navbar .navbar-start-elements,
  #our-custom-navbar .navbar-end-elements {
    display: flex;
    align-items: center;
  }
  
  #our-custom-navbar .admin-navbar-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  #our-custom-navbar .admin-navbar-col .navbar-item {
    font-size: 12px;
    margin: 2px 0;
    margin-left: 5px;
  }
  
  #our-custom-navbar .line {
    height: 39px;
    width: 1px;
    background-color: #484747;
    margin-left: 0 10px;
    margin-right: 0 10px;
  }

  .col-lg-8.col-12 img{
    max-width: 100%;
    max-height: 100%;
  }
  
  .offset-lg-1.col-lg-3 img{
    max-width: 100%;
    max-height: 100%;
  }

   div.widget-image-gallery div.widget-image-gallery__thumbs,
div.widget-video-gallery div.widget-video-gallery__thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
} 

@media screen and (min-width: 992px) {
  .custom-image-descryption {
    bottom:80px;
  }
}
@media screen and (max-width: 992px) {
  .custom-image-descryption {
    bottom:45px;
  }
}

.widget-text li a {
  border-bottom: 1.5px solid var(--feux-ue-blue-bg, #0A50B9);
}
.grant-search-quick-filters{
  cursor:pointer
}
.grant-search-quick-filters:hover{
  color:white;
}

.text-c-ue-blue3-font a{
  color: #003399;
}

div.newsletter-zgody .form-check-input{
  margin: revert;
}

.recruitment-card-header-top-wrapper__svg {
  margin-left: 0px !important;
}

.card-body.widget-connection-news__list__item__body {
  height: auto !important;
}

.what-recruitment-section {
  width:35%;
}

.for-what-recruitment-section {
  width: 65%;
}

.underline-links {
  color: #003399;
  text-decoration: underline;
}

.underline-links:hover {
  color: #20196F;
  text-decoration: none;
}
.rpo__fit-content {
  width: fit-content;
}