:root {
  --border_radius: 15px;
}
body {
  /*background: url(../images/bg.png)*/
}
h1,
.h1 {
  font-size: 1rem; /*okfont-size: 2rem; */
}

.content_datasets .nav-link {
  padding: 0.3rem 0.6rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.site_top_box {
  height: 200px;
  overflow: hidden;
}
#closeSiteTopButton {
  right: 16px;
  border: 1px solid rgb(0 0 0 / 50%);
  background: rgb(255 255 255 / 50%);
  border-radius: 50px;
  z-index: 2;
}
#closeSiteTopButton:hover {
  border: 1px solid rgb(0 0 0 / 100%);
  background: rgb(255 255 255 / 100%);
}
.site_header {
  /*box-shadow: 0px 0px 1px 0px rgba(41, 42, 46, 0.12),
    0px 4px 16px 0px rgba(41, 42, 46, 0.08);*//*ok*/
  margin-bottom: 2.4rem;
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo .navbar-brand img {
  width: 179px;
}
.header_logo .navbar-brand img.d-sm-none {
  width: 44px;
}
.header_logo .js-offcanvas-trigger-left {
  background: var(--blue);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.9;
  position: relative;
}
.header_right .menu-notices {
  gap: 10px;
  margin-left: 11px;
}
.header_right .menu-notices li a,
.header_add_btn {
  background: var(--blue);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.9;
  position: relative;
}
.header_right .menu-notices li a:hover,
.header_add_btn:hover {
  opacity: 1;
}
.header_right .menu-notices li a .counter.badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #f44336;
  border-radius: 50px;
}
.header_add_btn.dropdown-toggle::after {
  content: none;
}
.header_add_btn {
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 26px;
  padding-bottom: 1px !important;/*padding-bottom: 6px !important;*/
  font-weight: bold;
}
.header_add_btns .dropdown-menu {
  margin-top: 13px;
}
.header_add_btns .dropdown-menu:before,
.header_right .icms-user-menu > .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -3px;
  right: 14px;
  width: 0;
  height: 0;
  /*box-shadow: 2px -2px 0px rgb(0 0 0 / 12%);*//*ok*/
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

.header_right .icms-user-menu {
  background: none;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_right .icms-user-menu .icms-user-menu__summary {
  padding-top: 0 !important;
  padding-bottom: 1px !important;
  padding-right: 1px !important;
}

.header_right .icms-user-avatar img {
  z-index: 1;
  border: 2px solid #eee;
  padding: 1px;
}

.header_right .icms-user-avatar {
  width: 44px;
  height: 44px;
}
.header_right .icms-user-menu .dropdown-menu:before {
  right: 30px;
}
.header_right .header_add_btns .dropdown-menu:before {
  right: 14px;
}

/******/
.card {
  border: 1px solid rgb(26 26 26 / 9%);
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
  border-radius: var(--border_radius);
}
.card.icms-widget__compact {
  box-shadow: none;
}
body .icms-widget__square .posItBox,
body .icms-widget__compact .posItBox {
  top: 11px;
  left: 10px;
}
.card-header {
  border-bottom: 1px solid rgb(26 26 26 / 5%);
}
aside .nav.flex-column {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--border_radius);
}
aside .nav.flex-column li {
  width: 100%;
}
.dropdown-menu-right.menu-toolbar.show {
  padding: 0;
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*//*ok*/
  border-radius: 5px;
}
aside .nav.flex-column li a,
.dropdown-menu-right.menu-toolbar.show a {
  cursor: pointer;
  display: block;
  padding: 15px 20px 12px;
  color: #888;
  position: relative;
  /*ok border-bottom: 1px solid rgb(0 0 0 / 5%);*/
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
aside .nav.flex-column > li a:hover,
.dropdown-menu-right.menu-toolbar.show > li a:hover {
  background: #fafafa;
}
aside .nav.flex-column li:last-child a {
  border: 0;
}
aside .nav.flex-column li svg,
.dropdown-menu-right.menu-toolbar.show li svg {
  margin-right: 6px;
}
aside .nav.flex-column li .dropdown-toggle::after {
  border: none;
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  transition: none;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' width='16' height='16' viewBox='0 0 448 512'%3e%3cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e")
    no-repeat center;
}

aside .nav.flex-column li.show > a,
aside .nav.flex-column li.show svg {
}
aside .nav.flex-column li.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233368c6' width='16' height='16' viewBox='0 0 448 512'%3e%3cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e")
    no-repeat center;
}

aside .nav.flex-column li .dropdown-menu {
  display: none;
  background: rgb(0 0 0 / 6%);
  border: 1px solid rgb(255 255 255 / 80%) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  font-size: 0.9rem;
  position: relative !important;
  transform: unset !important;
  will-change: unset !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
aside .nav.flex-column li.show .dropdown-menu {
  display: block;
  width: 100%;
}

aside .nav.flex-column li .dropdown-menu li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

aside .nav.flex-column li .dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px solid rgb(0 0 0 / 5%);
}

aside .nav.flex-column li .dropdown-menu a:hover,
aside .nav.flex-column li .dropdown-menu a.active {
  background: rgb(0 0 0 / 8%);
}
/*******/
.side_body .icms-content-subcats {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  position: absolute;
  left: 0px;
  top: 12px;
  margin-left: 12px;
  margin-top: 0px;
}
.side_body .icms-content-subcats + .icms-content-subcats {
  top: 60px;
}
.side_body .icms-content-subcats li {
  margin: 0 !important;
  position: relative;
  display: flex;
  color: #888 !important;
}
.side_body .icms-content-subcats li:hover {
  background: transparent;
  color: #888;
}
.side_body .icms-content-subcats li:hover a {
  color: #888;
  /*box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);*//*ok*/
}
.side_body .icms-content-subcats li .icms-svg-icon {
  font-size: 1rem;
  margin-right: 5px;
}
.side_body .icms-content-subcats li a {
  font-size: 15px; /*ok font-size: 1rem;*/
  background: #fff;
  color: #888 !important;
  padding: 10px 14px;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
  /*ok transition: background-color 0.3s ease-in-out;*/
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.side_body .icms-content-subcats li a:hover {
  /*text-decoration: none;*/
  background: #fafafa;
}

.site_copyright {
}
.site_copyright .d-none.d-sm-block.mr-2 {
  display: none !important;
}
#moderation_content_pills,
#moderation_content_pills > .nav {
  margin-bottom: 0px !important;
}
.content_datasets {
  margin-top: 5px !important;
}

.position_item_footer .btn {
  border-radius: 50%;
  padding: 0.375rem 0.62rem;
}
.pbc_inner,
.position_item_distinction {
  border-radius: var(--border_radius);
}
.position_item_distinction {
  overflow: hidden;
}
#f_new_category,
#tab-privacy_wrap {
  display: none;
}
.portal_cat_lists {
  position: relative;
}
.portal_cat_list {
  display: flex;
  flex-flow: row wrap;
  /*background: #eee;*/
  padding: 10px;
  overflow: hidden;
  /* overflow-x: scroll; */
  position: relative;
  height: 102px;/*ok height: 112px;*/
}
.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 8px;
  padding-top: 8px; /*ok 11*/
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgba(233, 236, 239, 0.3); /*ok*/
  position: absolute;
  transform: translateY(-50%);
  border-radius: 48px; /*ok 5*/
  z-index: 2;
}

.scroller a:hover{
  background-color: red;
}

.scroller-right {
  right: -15px;
  top: 50%; /*OK box-shadow: -3px 0px 3px rgb(0 0 0 / 15%);*/
  width: 38px;
  height: 38px;
}

.scroller-left {
  left: -15px;
  top: 50%; /* OK box-shadow: 3px 0px 3px rgb(0 0 0 / 15%);*/
  width: 38px;
  height: 38px;
}
#leftSidebar.c-offcanvas--left {
  width: 300px;
}
#leftSidebar .card {
  box-shadow: none;
  border: 0;
  margin: 0 !important;
  border-radius: 0;
}
#leftSidebar .isSidebarMenu {
  border: 1px solid rgb(26 26 26 / 9%);
}
#leftSidebar .form-control,
#leftSidebar .btn {
  box-shadow: none !important;
}
.leftSidebarBox {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
.leftSidebarTop {
}
.leftSidebarBottom {
  padding: 10px;
}
.leftSidebarBottom .site_copyright {
  margin: 10px 0 0 !important;
}
.workday_field .table th,
.workday_field .table td {
  padding: 0;
}
.workday_field .table th:nth-child(1),
.workday_field .table td:nth-child(1) {
  padding: 0 5px;
}
.position_item_footer {
  display: none;
}

@media screen and (max-width: 1366px) {
  .site_top_box {
    height: 175px;
  }
}
@media screen and (max-width: 1200px) {
  .site_top_box {
    height: 145px;
  }
}
@media screen and (max-width: 991px) {
  .site_top_box {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .site_top_box {
    height: 75px;
  }
}
@media screen and (max-width: 575px) {
  .site_top_box {
    height: 80px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  .site_top_box {
    height: 60px;
  }
  .is_fav_menu {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header_logo {
    padding-right: 0;
  }
  .header_right {
  }
}
.login_not_authorized{/*ok*/
	margin-left: 0.5rem !important;
	padding: 0.375rem 0.75rem;
	border: none;
}
.iogin_not_authorized:hover a{/*ok*/
	text-decoration: none;
}