.grecaptcha-badge {
  visibility: hidden !important;
}
#emlctrl {
  display: none;
}
:root {
  --primaryGreen: #3f863b;
  --primaryFontColor: #282828;
  --secondaryFontColor: #36393b;
  --primaryWhite: #fff;
  --primaryGrey: #888;
  --primaryFont: "Raleway";
}
*:focus {
  outline: none;
}
body {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.container-fluid,
.container {
  padding: 0;
  font-size: 0;
}
.container {
  max-width: 1160px;
}
.p404-fluid {
  background-color: #e8f3ec;
  padding-top: 80px;
  padding-bottom: 116px;
}
.header {
  border-bottom: 30px solid var(--primaryGreen);
  padding: 24px 0px;
}
#headerCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#headerLinksCont {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
#minaLogo {
  height: 64px;
}
#headerLinksCont a,
#loginBtn,
#userBtn {
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
#headerLinksCont a.active,
#mobileLinksCont a.active {
  color: var(--primaryGreen);
}
#loginBtn,
#userBtn {
  width: auto;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 16px 0px 36px;
  border-radius: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_46_32)'%3E%3Cpath d='M10.0001 1.66666C5.39771 1.66666 1.66675 5.39762 1.66675 10C1.66675 14.6023 5.39771 18.3333 10.0001 18.3333C14.6024 18.3333 18.3334 14.6023 18.3334 10C18.3334 5.39762 14.6024 1.66666 10.0001 1.66666Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.55908 15.2881C3.55908 15.2881 5.4166 12.9167 9.99992 12.9167C14.5832 12.9167 16.4408 15.2881 16.4408 15.2881' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10C11.3807 10 12.5 8.88075 12.5 7.5C12.5 6.11929 11.3807 5 10 5C8.61925 5 7.5 6.11929 7.5 7.5C7.5 8.88075 8.61925 10 10 10Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_32'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"),
    #e8f3ec;
  background-position: center left 12px;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
#searchCont {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
#searchCont input {
  width: 400px !important;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #3f863b;
  background: #fff;
  width: 100%;
  height: 48px;
  padding: 0px 8px 0px 16px;
  font-family: var(--primaryFont);
  color: var(--primaryFontColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  z-index: 997;
  top: 50%;
  left: -420px;
  transform: translate(0%, -50%);
  display: none;
}
#searchIcon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 17L21 21' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#mainCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 57px;
  margin-top: 48px;
  margin-bottom: 52px;
}
#mainSliderCont {
  width: 100%;
  max-width: 762px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mainBigSliderCont {
  width: 100%;
  height: 416px;
  position: relative;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 50.5%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    var(--BigSliderImg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 32px;
  box-sizing: border-box;
  text-decoration: none;
}
.mainBigSliderDate {
  width: auto;
  height: 35px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  background-color: var(--primaryGreen);
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mainBigSliderTitle {
  width: 401px;
  height: 60px;
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#mainSmallSlidersCont {
  width: 100%;
  height: 216px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.mainSmallSliderSingle {
  width: 238px;
  height: 216px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.mainSmallSliderSingle img {
  margin-bottom: 8px;
  height: 140px;
}
.mainSmallTitle {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.mainSmallDate {
  width: 100%;
  color: var(--primaryGrey);
  text-overflow: ellipsis;
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#mainRestNewsCont,
#singleNewsRestCont {
  flex-grow: 1;
  max-width: 316px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#mainRestContTitle {
  width: 100%;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.mainRestSingleCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--primaryGreen);
  text-decoration: none;
}
.mainRestSingleCont:last-of-type {
  border-bottom: none;
}
.mainRestSingleDate,
.mainRestSingleTitle {
  width: 100%;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.mainRestSingleDate span {
  font-weight: 700;
  color: var(--primaryGreen);
}
.mainNews {
  background-color: #e8f3ec;
  padding: 32px 0px;
}
#mainNewsCont,
#allNewsCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px 32px;
}
#mainNewsCont {
  flex-direction: column;
}
.mainNewsCategoryCont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.mainNewsSingle {
  width: 365px;
  height: 232px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 50.5%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    var(--mainNewsSingleImg, url("../webimages/noImage.jpg"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
.mainNewsSingleDate {
  width: auto;
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  background-color: var(--primaryGreen);
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mainNewsSingleTitle {
  width: 100%;
  overflow: hidden;
  color: var(--primaryWhite);
  text-overflow: ellipsis;
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#mainNewsButtonsCont {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.mainNewsBtns {
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
  background-position: center left 16px !important;
  background-repeat: no-repeat !important;
  padding: 0px 24px 0px 48px;
  border-radius: 12px;
  color: var(--primaryGreen);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}
.mainNewsBtns#mainNewsLoadMoreBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.67736 20.5672C2.53135 18.0211 0.75797 12.7583 2.71672 8.14385C4.87466 3.06005 10.7452 0.688166 15.829 2.84612C20.9128 5.00407 23.2847 10.8746 21.1268 15.9584C20.2836 17.9449 18.8735 19.5173 17.165 20.5672' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 16V20.4C17 20.7314 17.2686 21 17.6 21H22' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22.01L12.01 21.9989' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    #fff;
}
.mainNewsBtns#mainNewsLoadAllBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 21H4C2.89543 21 2 20.1046 2 19V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V14' stroke='%23282828' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M2 7H22' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5.01001L5.01 4.9989' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5.01001L8.01 4.9989' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 5.01001L11.01 4.9989' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 22V16M19.5 16L17 18.5M19.5 16L22 18.5' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    #fff;
}
.footer {
  border-top: 30px solid var(--primaryGreen);
  padding: 56px 0px 59px 0px;
  background-color: #1c1c1c;
}
#footerCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
#footerContactCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footerContactMC {
  width: 309px;
  display: flex;
  flex-direction: column;
}
#footerMcRest {
  padding-left: 99px;
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footerMcRest span {
  color: var(--primaryGreen);
}
#footerContact {
  display: flex;
  flex-direction: column;
  padding-left: 94px;
  background-image: url("../webimages/footerContact.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footerContactTitle {
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
#footerContact a[href^="tel:"] {
  color: var(--primaryWhite);
  text-decoration: none;
}
#footerContact a[href^="mailto:"] {
  color: var(--primaryGreen);
}
#footerCopyRightCont {
  width: auto;
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  margin-left: 90.5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--primaryGrey);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footerCopyRightCont a {
  color: var(--primaryGreen);
}
.allNewsFluid {
  background-color: #e8f3ec;
  padding: 40px 0px 120px 0px;
}
#allNewsFlexCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
#allNewsSearchCont {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.mnaInput {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #3f863b;
  background: #f9f9f9;
  padding: 0px 16px 0px 24px;
  display: flex;
  align-items: center;
  font-family: var(--primaryFont);
  color: var(--primaryFontColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mnaInput::placeholder {
  color: rgba(40, 40, 40, 0.32);
}
textarea.mnaInput {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 128px;
}
#allNewsSearchCont #newsSearchinputWrap {
  flex-grow: 1;
  position: relative;
}
#resetSearch {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 997;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.7583 17.2426L12.0009 12M12.0009 12L17.2435 6.75735M12.0009 12L6.7583 6.75735M12.0009 12L17.2435 17.2426' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}
#newsSelectYearCont {
  width: 240px;
  height: 56px;
}
#newsSelectCatCont {
  width: 210px;
  height: 56px;
}
.select2-container {
  width: 100% !important;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.select2-container .select2-selection--single {
  height: 56px !important;
  border-radius: 12px;
  border: 1px solid var(--primaryGreen);
  background: #f9f9f9;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 54px !important;
  padding-left: 24px;
  padding-right: 56px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: 16px;
  right: 24px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 15L12 9L6 15' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#newsSearchBtn {
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid var(--primaryGreen);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M10.6666 16H21.3333M21.3333 16L16.6666 11.3333M21.3333 16L16.6666 20.6667' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 29.3333C23.3637 29.3333 29.3333 23.3637 29.3333 16C29.3333 8.6362 23.3637 2.66667 16 2.66667C8.63616 2.66667 2.66663 8.6362 2.66663 16C2.66663 23.3637 8.63616 29.3333 16 29.3333Z' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    var(--primaryWhite);
  background-position: center;
  background-repeat: no-repeat;
}
.singleNewsFluid {
  background-color: #e8f3ec;
  padding: 48px 0px 120px 0px;
}
#singleNewsLayout {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#singleNewsCont {
  width: 810px;
  height: auto;
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  background-color: var(--primaryWhite);
}
#singleNewsTop {
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--secondaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#singleNewsBottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-end;
}
.singleNewsIconsCont {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.newsIcons {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.newsIcons.copyNewsUrl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.4 20H9.6C9.26863 20 9 19.7314 9 19.4V9.6C9 9.26863 9.26863 9 9.6 9H19.4C19.7314 9 20 9.26863 20 9.6V19.4C20 19.7314 19.7314 20 19.4 20Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 9V4.6C15 4.26863 14.7314 4 14.4 4H4.6C4.26863 4 4 4.26863 4 4.6V14.4C4 14.7314 4.26863 15 4.6 15H9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.newsIcons.sendNewsUrl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 9L9.5 12L14 9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H16C17.1046 5 18 5.89543 18 7V9' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 14H23M23 14L20 11M23 14L20 17' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.newsIcons.printNews {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.5714 18H20.4C20.7314 18 21 17.7314 21 17.4V11C21 8.79086 19.2091 7 17 7H7C4.79086 7 3 8.79086 3 11V17.4C3 17.7314 3.26863 18 3.6 18H6.42857' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M8 7V3.6C8 3.26863 8.26863 3 8.6 3H15.4C15.7314 3 16 3.26863 16 3.6V7' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M6.09782 20.3151L6.42855 18L6.92639 14.5151C6.96862 14.2196 7.22177 14 7.52036 14H16.4796C16.7782 14 17.0313 14.2196 17.0736 14.5151L17.5714 18L17.9021 20.3151C17.9538 20.6766 17.6733 21 17.3082 21H6.69179C6.32666 21 6.04618 20.6766 6.09782 20.3151Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M17 10.01L17.01 9.99889' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.newsIcons.downloadImgs {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M22 12.6V20.4C22 20.7314 21.7314 21 21.4 21H13.6C13.2686 21 13 20.7314 13 20.4V12.6C13 12.2686 13.2686 12 13.6 12H21.4C21.7314 12 22 12.2686 22 12.6Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M19.5 14.51L19.51 14.4989' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13 18.2L16.5 17L22 19' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 10V3.6C2 3.26863 2.26863 3 2.6 3H8.77805C8.92127 3 9.05977 3.05124 9.16852 3.14445L12.3315 5.85555C12.4402 5.94876 12.5787 6 12.722 6H21.4C21.7314 6 22 6.26863 22 6.6V9M2 10V18.4C2 18.7314 2.26863 19 2.6 19H10M2 10H10' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.newsIcons.downloadVideos {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M22 12.6V20.4C22 20.7314 21.7314 21 21.4 21H13.6C13.2686 21 13 20.7314 13 20.4V12.6C13 12.2686 13.2686 12 13.6 12H21.4C21.7314 12 22 12.2686 22 12.6Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M16.918 14.5737C16.5184 14.324 16 14.6113 16 15.0825V17.9175C16 18.3887 16.5184 18.676 16.918 18.4263L19.1859 17.0088C19.5619 16.7738 19.5619 16.2262 19.1859 15.9912L16.918 14.5737Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 10V3.6C2 3.26863 2.26863 3 2.6 3H8.77805C8.92127 3 9.05977 3.05124 9.16852 3.14445L12.3315 5.85555C12.4402 5.94876 12.5787 6 12.722 6H21.4C21.7314 6 22 6.26863 22 6.6V9M2 10V18.4C2 18.7314 2.26863 19 2.6 19H10M2 10H10' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.newsIcons.disabled {
  /*cursor: no-drop;
  opacity: 0.3;*/
  display: none;
}
#singleNewsCont h1 {
  color: var(--secondaryFontColor);
  font-family: var(--primaryFont);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin: 0;
}
#singleNewsCont h5 {
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin: 0;
  margin-top: -16px;
}
#singleNewsMid,
#singleNewsMid p,
#singleNewsMid p span,
#singleNewsMid span {
  color: var(--secondaryFontColor) !important;
  font-family: var(--primaryFont) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  margin: 0 !important;
}
#singleNewsMid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#singleNewsMid .ckeditor-html5-video,
#singleNewsMid .ckeditor-html5-video video {
  max-width: 100%;
  height: auto;
}
#singleNewsMid img {
  margin: 24px 0px;
}
#singleNewsMid a {
  color: var(--primaryGreen);
}
.prijavaFluid {
  padding: 80px 0px 116px 0px;
  background-color: #e8f3ec;
}
#prijavaDiv {
  width: 100%;
  min-height: 880px;
  background-color: var(--primaryWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px 32px 24px;
}
.prijavaCont {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding-top: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24 4C12.9543 4 4 12.9543 4 24C4 35.0456 12.9543 44 24 44C35.0456 44 44 35.0456 44 24C44 12.9543 35.0456 4 24 4Z' stroke='%233F863B' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.54199 36.6914C8.54199 36.6914 13 31 24 31C35 31 39.4582 36.6914 39.4582 36.6914' stroke='%233F863B' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 24C27.3138 24 30 21.3138 30 18C30 14.6863 27.3138 12 24 12C20.6862 12 18 14.6863 18 18C18 21.3138 20.6862 24 24 24Z' stroke='%233F863B' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
}
.prijavaCont#prijavaCont {
  width: 600px;
}
.prijavaCont#registracijaCont {
  width: 860px;

  display: none;
}
.prijavaCont.selected {
  display: flex !important;
}
.prijavaTitle {
  color: var(--primaryFontColor);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.prijavaTxt {
  color: var(--primaryFontColor);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.prijavaTxt span {
  color: var(--primaryGreen);
}
.prijavaInputsCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0px;
  align-items: center;
}
#prijavaCont .prijavaInputsCont {
  max-width: 500px;
}
#prijavaPasswordCont {
  width: 100%;
  position: relative;
}
#prijavaPasswordCont input {
  padding-right: 48px;
}
#passwordIcon {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 997;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 13C6.6 5 17.4 5 21 13' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17C10.3431 17 9 15.6569 9 14C9 12.3431 10.3431 11 12 11C13.6569 11 15 12.3431 15 14C15 15.6569 13.6569 17 12 17Z' fill='%233F863B' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
#passwordIcon.passShown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 16L17.0248 12.6038' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.5V14' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 16L6.96895 12.6124' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 8C6.6 16 17.4 16 21 8' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.prijavaBtn {
  width: auto;
  height: 56px;
  padding: 0px 60px 0px 24px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--primaryGreen);
  background: var(--primaryGreen);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1.66669C8.08394 1.66669 1.66669 8.08394 1.66669 16C1.66669 23.9162 8.08394 30.3334 16 30.3334C23.9162 30.3334 30.3334 23.9162 30.3334 16C30.3334 8.08394 23.9162 1.66669 16 1.66669ZM17.3738 10.6262L22.0404 15.293C22.431 15.6835 22.431 16.3166 22.0404 16.7071L17.3738 21.3738C16.9832 21.7643 16.3502 21.7643 15.9596 21.3738C15.5691 20.9832 15.5691 20.3502 15.9596 19.9596L18.9191 17H10.6667C10.1144 17 9.66669 16.5523 9.66669 16C9.66669 15.4478 10.1144 15 10.6667 15H18.9191L15.9596 12.0405C15.5691 11.6499 15.5691 11.0168 15.9596 10.6262C16.3502 10.2357 16.9832 10.2357 17.3738 10.6262Z' fill='white'/%3E%3C/svg%3E");
  background-position: center right 20px;
  background-repeat: no-repeat;
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.prijavaBtn.disabledBtn {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  cursor: no-drop;
}
.prijavaBottom {
  color: var(--secondaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.prijavaBottom span {
  color: var(--primaryGreen);
  text-decoration: underline;
  cursor: pointer;
}
.prijavaRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#registracijaSelectCont {
  width: 100%;
  height: 56px;
}
/*Custom checkbox*/
.form-check label {
  color: var(--secondaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0;
}
.form-check-input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin: 0;
  margin-left: auto;
  border: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_66_989' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%233F863B'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_989)'%3E%3Cpath d='M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z' fill='%233F863B'/%3E%3C/g%3E%3C/svg%3E");
}
.form-check-input:checked[type="checkbox"] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_66_1909' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_1909)'%3E%3Cpath d='M10.6 16.2L17.65 9.15L16.25 7.75L10.6 13.4L7.75 10.55L6.35 11.95L10.6 16.2ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z' fill='%233F863B'/%3E%3C/g%3E%3C/svg%3E");
}

.invFld {
  border-color: #e60019 !important;
}
.invFld::placeholder {
  color: #e60019;
}
.invFld .form-check-label {
  color: #e60019 !important;
}
.invFld .form-check-input[type="checkbox"] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_66_1029' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%233F863B'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_1029)'%3E%3Cpath d='M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z' fill='%23E60019'/%3E%3C/g%3E%3C/svg%3E");
}
#mobileMenu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: var(--primaryWhite);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 24px 0px;
}
#mobileMenu.opened {
  display: flex;
}
#mobileLinksCont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 0px 16px;
}
.mobileLinks {
  color: var(--primaryFontColor);
  font-family: var(--primaryFontColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
#mobileHeader {
  width: 100%;
  height: 58px;
  background-image: url("../webimages/minaLogo.png");
  background-position: center left 16px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: contain;
  padding: 0px 16px;
}
#mobBurger {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 12H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 19H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}
#closeMobMenu {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.7583 17.2426L12.0009 12M12.0009 12L17.2435 6.75732M12.0009 12L6.7583 6.75732M12.0009 12L17.2435 17.2426' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#mobileSearchCont {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  padding: 0px 16px;
  border-top: 5px solid var(--primaryGreen);
  padding-top: 32px;
}
#mobileSearchCont {
  width: 100%;
  gap: 16px;
}
#mobileSearchCont input {
  flex-grow: 1;
  max-width: 80%;
  border-radius: 12px;
  border: 1px solid #3f863b;
  background: #fff;
  width: 100%;
  height: 48px;
  padding: 0px 8px 0px 16px;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
#mobileSearchIcon {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 17L21 21' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #3f863b;
}
.searchResultsCont {
  justify-content: flex-start;
  align-items: flex-start;
  width: 996px;
}
.searchResultsCont .gsc-control-cse {
  padding: 1em 0em;
}
#singleNewsDate,
.mainNewsSingleDate {
  text-transform: capitalize;
}
#recaptchaDisclamer {
  font-size: 14px;
}
#usersBlogCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 12px;
  border: 1px solid var(--primaryGreen);
  overflow: hidden;
}
#usersBlogContHeader {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
}
.usersBlogHeaderCell {
  width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.usersBlogHeaderCell:nth-child(3) {
  width: 104px;
  color: #dcdcdc;
  justify-content: center;
}
.usersBlogHeaderCell:last-of-type {
  width: unset;
  flex-grow: 1;
}
#usersBlogContBody {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.userNewsURL {
  text-decoration: none !important;
}
.usersBlogBodyCell {
  width: 100%;
  height: 96px;
  border-top: 1px solid var(--primaryGreen);
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f9f9f9;
}
.usersBlogBodyCellDate,
.usersBlogBodyCellContent {
  width: 140px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
}
.ubbcdCont {
  width: 100%;
  height: 20px;
  white-space: nowrap;
  padding-left: 28px;
  display: flex;
  align-items: center;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-position: center left;
  background-repeat: no-repeat;
}
.ubbcdDate {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 3.33332V1.66666M12.5 3.33332V4.99999M12.5 3.33332H8.75M2.5 8.33332V15.8333C2.5 16.7538 3.24619 17.5 4.16667 17.5H15.8333C16.7538 17.5 17.5 16.7538 17.5 15.8333V8.33332H2.5Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 8.33334V5.00001C2.5 4.07954 3.24619 3.33334 4.16667 3.33334H5.83333' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83333 1.66666V4.99999' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 8.33334V5.00001C17.5 4.07954 16.7538 3.33334 15.8333 3.33334H15.4167' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbcdTime {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_132_2053)'%3E%3Cpath d='M10 5V10H15' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 18.3333C14.6023 18.3333 18.3333 14.6023 18.3333 9.99999C18.3333 5.39761 14.6023 1.66666 10 1.66666C5.39763 1.66666 1.66667 5.39761 1.66667 9.99999C1.66667 14.6023 5.39763 18.3333 10 18.3333Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_132_2053'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.usersBlogBodyCellContent {
  gap: 8px;
}
.usersBlogBodyCellContentRow {
  flex-direction: row;
  display: flex;
  gap: 8px;
}
.ubbccCont {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.ubbccTxt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M12 8H8M12 8H16' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 13.5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V13.5M21 10.5V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V10.5' stroke='%23282828' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M19.5 13.5V10.5H22.5V13.5H19.5Z' stroke='%23282828' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1.5 13.5V10.5H4.5V13.5H1.5Z' stroke='%23282828' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbccTxt.unavailable {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M12 8H8M12 8H16' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 13.5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V13.5M21 10.5V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V10.5' stroke='%23DCDCDC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M19.5 13.5V10.5H22.5V13.5H19.5Z' stroke='%23DCDCDC' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1.5 13.5V10.5H4.5V13.5H1.5Z' stroke='%23DCDCDC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbccPhotos {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 19V9C2 7.89543 2.89543 7 4 7H4.5C5.12951 7 5.72229 6.70361 6.1 6.2L8.32 3.24C8.43331 3.08892 8.61115 3 8.8 3H15.2C15.3889 3 15.5667 3.08892 15.68 3.24L17.9 6.2C18.2777 6.70361 18.8705 7 19.5 7H20C21.1046 7 22 7.89543 22 9V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbccPhotos.unavailable {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 19V9C2 7.89543 2.89543 7 4 7H4.5C5.12951 7 5.72229 6.70361 6.1 6.2L8.32 3.24C8.43331 3.08892 8.61115 3 8.8 3H15.2C15.3889 3 15.5667 3.08892 15.68 3.24L17.9 6.2C18.2777 6.70361 18.8705 7 19.5 7H20C21.1046 7 22 7.89543 22 9V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbccVideo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 12V16.4C15 16.7314 14.7314 17 14.4 17H3.6C3.26863 17 3 16.7314 3 16.4V7.6C3 7.26863 3.26863 7 3.6 7H14.4C14.7314 7 15 7.26863 15 7.6V12ZM15 12L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.719C21 16.2277 20.4067 16.5056 20.0159 16.1799L15 12Z' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubbccVideo.unavailable {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 12V16.4C15 16.7314 14.7314 17 14.4 17H3.6C3.26863 17 3 16.7314 3 16.4V7.6C3 7.26863 3.26863 7 3.6 7H14.4C14.7314 7 15 7.26863 15 7.6V12ZM15 12L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.719C21 16.2277 20.4067 16.5056 20.0159 16.1799L15 12Z' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubccLinkedNewsLink {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M14 11.9976C14 9.5059 11.683 7 8.85714 7C8.52241 7 7.41904 7.00001 7.14286 7.00001C4.30254 7.00001 2 9.23752 2 11.9976C2 14.376 3.70973 16.3664 6 16.8714C6.36756 16.9525 6.75006 16.9952 7.14286 16.9952' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M10 11.9976C10 14.4893 12.317 16.9952 15.1429 16.9952C15.4776 16.9952 16.581 16.9952 16.8571 16.9952C19.6975 16.9952 22 14.7577 22 11.9976C22 9.6192 20.2903 7.62884 18 7.12383C17.6324 7.04278 17.2499 6.99999 16.8571 6.99999' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  cursor: pointer;
}
.ubbccCont.unavailable {
  /*cursor: no-drop;*/
  display: none;
}
.usersBlogBodyCellImg {
  width: 104px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ubbciImgCont {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.ubbciImgCont img {
  height: 80px;
  position: absolute;
  z-index: 997;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
.ubbciImgCont.emptyCont {
  border: 1px solid #dcdcdc;
}
.usersBlogBodyCellTitle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  text-decoration: none;
}
.userBlogBodyCellTitleSignatureColumn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}
.usersBlogBodyCellSignature {
  padding: 0px 16px;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 25.6px */
  text-decoration: none;
}
#usersBlogNavCont {
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.ubncBtns {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ubncFirstPage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 6L5 12L11 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 6L13 12L19 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncFirstPage.disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 6L5 12L11 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 6L13 12L19 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncPrevPage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncPrevPage.disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncNextPage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncNextPage.ubncBtns.disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncLastPage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13 6L19 12L13 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6L11 12L5 18' stroke='%23282828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ubncLastPage.disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13 6L19 12L13 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6L11 12L5 18' stroke='%23DCDCDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ubncBtns.disabled {
  cursor: no-drop;
}
#ubncPageNumberCont {
  width: auto;
  height: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ubncPageNumber {
  cursor: pointer;
  height: 19px;
}
.ubncPageNumber.active {
  padding: 0px 12px;
  border-radius: 12px;
  background: #3f863b;
  color: var(--primaryWhite);
  cursor: no-drop;
}
#usersBlogRecCount {
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--primaryFontColor);
  font-family: var(--primaryFont);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#popupCont {
  width: auto;
  height: auto;
  min-height: 44px;
  padding: 8px 32px;
  border-radius: 12px;
  background-color: var(--primaryGreen);
  color: var(--primaryWhite);
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: fixed;
  z-index: 998;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: none;
  align-items: center;
  flex-direction: column;
}
.showPopup {
  display: flex !important;
}
#popupCont.alert {
  background-color: #e60019 !important;
}
#headerActionBtnCont {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
}
#addPostBtn,
#adminPostBtn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' stroke-width='1.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%233F863B' %3E%3Cpath d='M14.3632 5.65156L15.8431 4.17157C16.6242 3.39052 17.8905 3.39052 18.6716 4.17157L20.0858 5.58579C20.8668 6.36683 20.8668 7.63316 20.0858 8.41421L18.6058 9.8942M14.3632 5.65156L4.74749 15.2672C4.41542 15.5993 4.21079 16.0376 4.16947 16.5054L3.92738 19.2459C3.87261 19.8659 4.39148 20.3848 5.0115 20.33L7.75191 20.0879C8.21972 20.0466 8.65806 19.8419 8.99013 19.5099L18.6058 9.8942M14.3632 5.65156L18.6058 9.8942' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E"),
    #e8f3ec;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
label {
  font-size: 14px;
}
.flexGrowGroup {
  display: flex;
  flex-direction: row;
}
.flexGrowGroup input {
  flex-grow: 1;
}
.bootstrap-tagsinput {
  font-size: 14px;
}

.galImage {
  width: 48% !important;
  height: auto !important;
  margin: 0px !important;
}
.galImagePreview {
  width: 20%;
}
#imagePreviewContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px 16px;
}
#galCont {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0px;
}
.galImageDesc.form-control {
  flex-grow: 1;
  max-width: 77%;
}
#usersDropdownCont {
  display: none;
  position: absolute;
  z-index: 997;
  top: 48px;
  right: -8px;
  width: 52px;
  height: auto;
  flex-direction: column;
  gap: 8px;
  background-color: var(--primaryWhite);
  padding: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#usersDropdownCont.opened {
  display: flex !important;
}
.userActionButton {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: var(--actionBtnIcon), #e8f3ec;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.fullArticle {
  --actionBtnIcon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8V16M12 8H8M12 8H16' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 13.5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V13.5M21 10.5V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V10.5' stroke='%233F863B' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M19.5 13.5V10.5H22.5V13.5H19.5Z' stroke='%233F863B' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1.5 13.5V10.5H4.5V13.5H1.5Z' stroke='%233F863B' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.photoContent {
  --actionBtnIcon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 19V9C2 7.89543 2.89543 7 4 7H4.5C5.12951 7 5.72229 6.70361 6.1 6.2L8.32 3.24C8.43331 3.08892 8.61115 3 8.8 3H15.2C15.3889 3 15.5667 3.08892 15.68 3.24L17.9 6.2C18.2777 6.70361 18.8705 7 19.5 7H20C21.1046 7 22 7.89543 22 9V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.videoContent {
  --actionBtnIcon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 12V16.4C15 16.7314 14.7314 17 14.4 17H3.6C3.26863 17 3 16.7314 3 16.4V7.6C3 7.26863 3.26863 7 3.6 7H14.4C14.7314 7 15 7.26863 15 7.6V12ZM15 12L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.719C21 16.2277 20.4067 16.5056 20.0159 16.1799L15 12Z' stroke='%233F863B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p404 {
  display: flex;
  justify-content: center;
  background-color: var(--primaryWhite);
}
#p404_cont {
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 161px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#p404_cont img {
  max-width: 290px;
}
#p404_title {
  color: #36393b;
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
#p404_title span {
  color: var(--primaryGreen);
}
#p404_txt {
  color: #36393b;
  font-family: var(--primaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
#p404_txt a {
  color: var(--primaryGreen);
}
#newsForm {
  width: 100%;
}
#newsForm #uploadBtn {
  width: 100%;
  height: 200px;
  padding-top: 80px;
  background-position: center 50px;
  background-repeat: no-repeat;
  border: none;
  font-family: var(--primaryFont);
  font-size: 14px;
  color: var(--primaryWhite);
}
.imagesUploadButton {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='64px' height='64px' viewBox='0 0 24 24' stroke-width='0.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23ffffff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.72 2.79L5.5 5.75C5.26393 6.06475 4.89344 6.25 4.5 6.25H4C2.48122 6.25 1.25 7.48122 1.25 9V19C1.25 20.5188 2.48122 21.75 4 21.75H20C21.5188 21.75 22.75 20.5188 22.75 19V9C22.75 7.48122 21.5188 6.25 20 6.25H19.5C19.1066 6.25 18.7361 6.06474 18.5 5.75L16.28 2.79C16.0251 2.45007 15.625 2.25 15.2 2.25H8.8C8.37508 2.25 7.97495 2.45007 7.72 2.79ZM12 8.25C9.37664 8.25 7.25 10.3767 7.25 13C7.25 15.6233 9.37664 17.75 12 17.75C14.6233 17.75 16.75 15.6233 16.75 13C16.75 10.3767 14.6233 8.25 12 8.25Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E"),
    var(--primaryGreen);
}
.videoUploadButton {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='64px' height='64px' stroke-width='1' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23ffffff'%3E%3Cpath d='M15 12V16.4C15 16.7314 14.7314 17 14.4 17H3.6C3.26863 17 3 16.7314 3 16.4V7.6C3 7.26863 3.26863 7 3.6 7H14.4C14.7314 7 15 7.26863 15 7.6V12ZM15 12L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.719C21 16.2277 20.4067 16.5056 20.0159 16.1799L15 12Z' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E"),
    var(--primaryGreen);
}
.btn-primary {
  background-color: var(--primaryGreen) !important;
  border-color: transparent !important;
}
.imgWthTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#galCont .imgWthTitle {
  width: 48%;
}
#galCont .imgWthTitle img {
  width: 100% !important;
  height: 244px !important;
  object-fit: cover;
}
.imgTitle {
  font-family: var(--primaryFont);
  font-size: 14px;
  color: var(--primaryFontColor);
  font-weight: 500;
}
.categoryTitle {
  width: 100%;
  flex-grow: 1;
  color: var(--secondaryFontColor);
  font-family: var(--primaryFont);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.userBlogBodyPreview {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' stroke-width='1.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10H16M8 6H12M8 14H11' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M20.5 20.5L22 22' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M15 18C15 19.6569 16.3431 21 18 21C18.8299 21 19.581 20.663 20.1241 20.1185C20.6654 19.5758 21 18.827 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M16 2V5.4C16 5.73137 16.2686 6 16.6 6H20' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#relatedNews-popup {
  width: auto;
  height: auto;
  display: none;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  position: absolute;
  z-index: 1000;
  /*top: 50%;*/
  /*left: 62px;*/
  /*transform: translate(0%,-50%);*/
  padding: 16px 48px 16px 16px;
  background-color: #f9f9f9;
  border: 1px solid var(--primaryGreen);
  font-family: var(--primaryFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  overflow: hidden;
}
#relatedNews-popup a {
  color: var(--primaryFontColor);
  text-decoration: none;
  white-space: nowrap;
}
#relatedNews-popup.opened {
  display: flex !important;
}
#relatedNews-popup-close {
  width: 32px;
  height: 100%;
  border-left: 1px solid var(--primaryGreen);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23FFFFFF'%3E%3Cpath d='M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primaryGreen);
}
#relatedNews-popup ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
#relatedNews-popup ul li {
  margin-bottom: 4px;
}
#relatedNews-popup ul li:last-of-type {
  margin: 0;
}
#previewDiv {
  width: 810px;
  height: 95%;
  border-radius: 12px;
  border: 1px solid var(--primaryGreen);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  background-color: var(--primaryWhite);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 997;
  display: none;
  overflow: hidden;
}
#blackOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0.6);
  display: none;
}
#previewDivHeader {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: end;
}
#previewDiv-close {
  height: 48px;
  width: 48px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: center right 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#previewDivBody {
  overflow: scroll;
  overflow-x: hidden;
  height: 90%;
}

/*Progress bar*/
/* Styling an indeterminate progress bar */

progress:not(value) {
	/* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
}

/* Styling the determinate progress element */

progress[value] {
	/* Get rid of the default appearance */
	appearance: none;
	
	/* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
	border: none;
	
	/* Add dimensions */
	width: 100%; height: 20px;
	
	/* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
	  background-color: whiteSmoke;
	  border-radius: 3px;
	  box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
	
	/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
	color: red;
	
	position: relative;
	margin: 0 0 1.5em; 
}

/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/

progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-webkit-progress-value {
	position: relative;
	
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
	
	/* Let's animate this */
	animation: animate-stripes 5s linear infinite;
}

@keyframes animate-stripes { 100% { background-position: -100px 0; } }

/* Let's spice up things little bit by using pseudo elements. */

progress[value]::-webkit-progress-value:after {
	/* Only webkit/blink browsers understand pseudo elements on pseudo classes. A rare phenomenon! */
	content: '';
	position: absolute;
	
	width:5px; height:5px;
	top:7px; right:7px;
	
	background-color: white;
	border-radius: 100%;
}

/* Firefox provides a single pseudo class to style the progress element value and not for container. -moz-progress-bar */
progress[value]::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-color:	var(--primaryGreen);
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
	/* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}

/* Fallback technique styles */
.progress-bar {
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;

	/* Dimensions should be similar to the parent progress element. */
	width: 100%; height:20px;
}
.progress-bar span {
	background-color: var(--primaryGreen);
	border-radius: 3px;
	
	display: block;
	text-indent: -9999px;
}

p[data-value] { 
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative; 
}

/* The percentage will automatically fall in place as soon as we make the width fluid. Now making widths fluid. */

p[data-value]:after {
	content: attr(data-value) '%';
	position: absolute; right:0;
}  
/* THE END */



#spinning{
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#unesiOpise{
  display: none;
}

@media print {
  img {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
}
img {
  break-inside: avoid !important;
  page-break-inside: avoid !important;
}

/*Spinner CSS*/
.loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side,var(--primaryGreen) 90%,#0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}