* {
  font-family: "Assistant", arial, sans-serif;
}

:root {
  --prime1: #27489d;
  --prime2: #257ec1;
  --prime3: #95c3e4;
  --prime4: #353771;
  --prime5: #ead18b;
  --eventsPrimaryColor: #2755a5 !important;
  --text: #414141;
}

a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #005fd9;
}
.btn-primary {
  color: #fff;
  background-color: var(--prime1);
  border-color: var(--prime1);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--prime2);
  border-color: var(--prime2);
}
.btn-outline-primary {
  color: var(--prime1);
  border-color: var(--prime1);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--prime1);
  border-color: var(--prime1);
}
/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

figure {
  margin: 0;
}

@media (min-width: 600px) {
  .table-responsive {
    display: table;
  }
  .footer .ico:hover {
    transform: scale(1.1);
  }
}

.table {
  border: 1px solid #ddd;
}
.table thead th {
  border-bottom: 2px solid #1e99d9;
  background: #e6f6ff;
}

legend {
  font-size: 1rem;
}

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}

@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;

  background: #fff;

  padding-top: 70px;
}

/* Header */

.header {
  background: rgba(255, 255, 255, 1);
  color: #000;
  height: 115px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

  display: flex;
  flex-direction: column;
}

.header.offset {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.header a {
  color: var(--prime1);
}
.header .news {
  width: 100%;
  background-color: var(--prime1);
}
.header .container {
  width: 90%;
  min-width: 90%;
  margin-right: 6rem;
  background-color: #fff;
}
/* Logo */
.header .symbol {
  position: relative;
  width: 220px;
  z-index: 9;
}
.header .logo {
  position: absolute;
  top: -95px;
  width: 100%;
  /*background: url(images/logo-bg.png);*/
  display: block;
  z-index: 3;
  padding: 25px 0 0 0;
}

.header .logo img {
  display: block;
  width: 170px;
}

/* Navigation */

.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav a {
  color: inherit;
}

.header nav a.on,
.header nav li.on > span > a {
  font-weight: bold;
}

.header nav button {
  display: none;
}

@media (min-width: 992px) {
  .header .navigation {
  }

  .header nav > ul {
    margin: 0 auto;
    position: relative;
  }

  .header nav li:hover > ul {
    display: block;
  }

  .header nav > ul > li {
    display: inline-block;
    position: relative;
  }

  .header nav > ul > li > span > a {
    display: block;
    padding: 0.25rem 0;
    font-size: 1.2em;
    color: #0c4977;
    font-weight: 500;
  }

  .header nav > ul > li > span > a:after {
    content: " • ";
    color: var(--prime3);
    padding: 15px 5px;
  }

  .header nav > ul > li:last-child > span > a:after {
    content: none;
  }

  .header nav > ul > li > span > a:hover,
  .header nav > ul > li:hover > span > a {
    text-decoration: none;
    color: var(--prime1);
  }

  .header nav > ul > li.on > span > a,
  .header nav > ul > li > span > a.on {
    color: var(--prime1);
  }

  .header nav > ul > li > ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 250px;
    margin-right: -15px;
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 0 0 20px 20px;
    column-count: 1;
  }
  .header nav > ul > li > ul > li {
    padding-bottom: 1rem;
  }
  .header nav > ul > li > ul > li > span > a {
    position: relative;
    font-size: 1.1rem;
    padding-bottom: 1rem;
    color: var(--text);
    font-weight: 500;
  }
  .header nav > ul > li > ul > li > span > a::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 50px;
    height: 1px;
    right: 0;
    background-color: var(--prime3);
  }
  .header nav > ul > li > ul > li > span > a > em.arrow {
    content: "";
    content: none;
    font-family: "FontAwesome";
    font-style: normal;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow:before {
    content: "\f104";
    content: none;
  }
}

/* Header Icons */

.header-side {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-right: 10px;
}
.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 150px;
  height: 100%;
  padding-left: 0px;
  font-size: 1.5em;
  background: #000;
  color: yellow;
  padding: 0;
}
.header a.icon-btn {
  float: right;
  width: 34px;
  height: 34px;
  background: var(--prime1);
  color: #fff;
  border-radius: 50%;
  margin-left: 0.5rem;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.header a.icon-btn > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.header a.icon-btn em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #1d99d9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: var(--prime1);
}

.header .container .row {
  height: 72px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header {
    height: 100px;
    flex-direction: column-reverse;
  }
  .header .container .row {
    height: 125px;
  }
  .header .symbol {
    width: 100px;
  }
  .header .container {
    margin-right: 15px;
    width: 100%;
    max-width: 100%;
  }
  .header .logo {
    padding: 10px;
    top: auto;
    /* width: 144px;
    height: 106px;
    background-size: 100% 100%; */
  }
  .header .header-side {
    padding-inline: 30px;
  }
  .header .header-side .icon-btn {
    display: none;
  }
  .bNagish {
    top: 30px;
  }
  .header .bNagish-toggle {
    width: 40px;
    height: 40px;
  }
  .header .logo img {
    width: 75px;
  }
  .header .navigation {
    display: none;
  }
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }
  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }
}

/* Toggle Navigation Button */

a.toggle-nav {
  display: none;
}

@media (max-width: 991px) {
  a.toggle-nav {
    position: absolute;
    top: 5px;
    left: 82px;
    width: 40px;
    height: 40px;
    background: #2a489e;
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }

  a.toggle-nav em {
    font-size: 18px;
  }
}
.bn-pause::before {
  width: 4px;
}
.bn-pause::after {
  width: 4px;
  left: -4px;
}
/* Footer */

.footer {
  margin-top: 5rem;
  padding: 0;
  background: var(--prime2);
  color: #fff;
}
.footer em {
  font-style: normal;
}
.footer a {
  color: #fff;
}

.footer p {
  margin: 0;
}

.footer h2 {
  font-size: 1.3rem;
  font-weight: bold;
}

.footer > .container:first-child {
  padding-block: 2rem;
}

.footer .container-fluid {
  padding-block: 1rem;
  background-color: var(--prime1);
}
.footer .container-fluid .row {
  padding-inline: 1rem;
  justify-content: space-between;
}
.footer .ico {
  width: 50px;
  height: 50px;
  border-radius: 100vw;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline: 0.72rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.footer h3 {
  font-size: calc(0.75vw + 16px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
.footer h3 + span {
  font-size: calc(0.2vw + 16px);
}
.footer .symbol {
  margin-right: 1rem;
  width: 150px;
}
.footer img {
  width: 100%;
}
.footer > .container > .row > div:first-child .row div div:has(h3) {
  padding-right: 1rem;
  border-right: 2px solid var(--prime5);
}
.footer > .container > .row > div:first-child .row div div:has(p) {
  font-size: 1.25rem;
}
.footer > .container > .row > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.footer em {
  margin-inline: 0.5rem;
  display: inline-block;
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 0.4rem 1rem;
  background: #fff;
  color: #fff;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  background: var(--prime1);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 1.4rem;
  margin: 0;
  z-index: 5;
  border-left: 1px solid #fff;
}
.news .bn-direction-rtl .bn-controls {
  left: 1rem;
}
.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .bn-news {
    padding-right: 168px;
  }
}

.bn-news ul li a {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: var(--prime5);
  text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " • ";
  margin: 0 10px;
  color: var(--prime5);
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: var(--prime1);
  color: #fff;
  padding: 0;
  margin-right: 5px;
  border: none;
  outline: none;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: var(--prime5);
}
.bn-play::after {
  border-left-color: var(--prime5);
}

.bn-controls button:hover {
  background-color: var(--prime2);
}

/**/

.news-marquee {
  height: 300px;
  overflow: hidden;
}

/* Breadcrumbs */

.breadcrumbs {
}

.breadcrumbs a {
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish {
  position: relative;
}
.bNagish-toggle {
  position: relative;
  left: auto;
  width: 34px;
  height: 34px;
  background: var(--prime1);
  bottom: auto;
  box-shadow: none;
  color: #fff;
  border-radius: 100vw;
}
.bNagish-toggle em {
  font-size: 18px;
}
.bNagish-container {
  display: flex;
}
/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  position: relative;
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.skip-ad .skip-ad-close {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 100%;
  text-align: left;
  color: #000;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 9999999;

  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;
  background: var(--prime4);
  border-right: 2px solid var(--prime1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation nav ul.mobile-soc {
  margin-top: 2rem;
  padding: 0.5rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 1 0 auto;
}
ul.mobile-soc a.icon-btn {
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}
.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: #fff;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}
.mobile-navigation nav li > span {
  display: block;
  position: relative;
}
.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}
.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 48px;
}
.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  overflow: hidden;

  padding: 0 15px;
  background: none;
  border: 0;
  color: #fff;

  font-family: "FontAwesome";
  font-style: normal;
}
.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}
.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}
.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}
.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 45%;
}
.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation .content .head .button {
  background: #1e99d9;
  color: #000;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Page Header */

.page-header {
  height: 360px;

  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;

  z-index: -1;
}

/* Page Content */

.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: -7.6rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: var(--prime1);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

/* Social Sharing Buttons */

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

/* InPage Navigation */

.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

.sub-pages-nav.with-icons ul > li {
  width: 25%;
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid #0c4977;
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.3rem;
}

.sub-pages-nav.with-icons a {
  display: block;
  color: inherit;
  background: #fff;
  border: 1px solid #0c4977;
  border-radius: 30px;
  color: #0c4977;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  height: 150px;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.sub-pages-nav a .icon img {
  max-width: 100%;
  max-height: 65px;
  position: relative;
  filter: brightness(0%);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid var(--prime4);
  background: #d5edff;
  padding: 1rem;
  font-size: 1.3rem;
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

/* Mode Table Of Contents */

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: var(--prime1);
}

.rich-content h3 {
  color: var(--prime1);
}

.rich-content h4 {
  color: var(--prime1);
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid var(--prime1);
  background: #f3f9f7;
  padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
}
.page-phonebook-category-title .fa {
  background-color: var(--prime4);
}
.phonebook .contact-info a {
  color: var(--prime1);
}
/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */

.card {
}
.card-header {
  background: #1d99d9;
  color: #fff;
}
.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}
.card-body {
  background: #f1f1f1;
}

/**/

/**/

.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid #2d55aa;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 1199px) {
  .header a.icon-btn,
  .bNagish-toggle {
    width: 27px;
    height: 27px;
    margin-left: 3px;
  }
  .header nav > ul > li > span > a {
    font-size: 1.1em;
  }
  .sub-pages-nav.with-icons ul > li {
    display: block;
    height: 100%;
  }
  .sub-pages-nav.with-icons ul > li {
    width: 100%;
  }

  .sub-pages-nav.with-icons a {
    font-size: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: right;
    height: auto;
  }
  .footer > .container > .row > div:first-child .row div div:has(p) {
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .footer > .container > .row > div:last-child {
    margin-top: 2rem;
    justify-content: flex-start;
  }
}

@media (max-width: 350px) {
  .footer > .container > .row > div:last-child .row {
    display: flex;
    flex-direction: column;
  }
  .footer > .container > .row > div:last-child .row a {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
/**/
@media only screen and (max-width: 600px) {
    table.table.table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    table.table.table-responsive:has(thead tr th:nth-child(2):last-child),
    table.table.table-responsive:has(tbody tr td:nth-child(2):last-child) {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    table.table.table-responsive:has(td:nth-child(2):last-child) td,
    table.table.table-responsive:has(td:nth-child(2):last-child) th {
        word-break: break-all;
        white-space: normal;
    }
}