body {
  margin: 0;
  padding: 0;
  background-color: #fff3fc;
}

.row {
  margin: 0;
}

.col,
[class^=col-] {
  padding: 0;
}

.col-w1 {
  max-width: 1rem;
}

.col-w2 {
  max-width: 2rem;
}

.col-w3 {
  max-width: 3rem;
}

.col-w4 {
  max-width: 4rem;
}

.col-w5 {
  max-width: 5rem;
}

.col-w6 {
  max-width: 6rem;
}

.col-w7 {
  max-width: 7rem;
}

.col-w8 {
  max-width: 8rem;
}

.col-w9 {
  max-width: 9rem;
}

.col-w10 {
  max-width: 10rem;
}

.col-w11 {
  max-width: 11rem;
}

.col-w12 {
  max-width: 12rem;
}

.col-w13 {
  max-width: 13rem;
}

.col-w14 {
  max-width: 14rem;
}

.col-w15 {
  max-width: 15rem;
}

.col-w16 {
  max-width: 16rem;
}

.col-w17 {
  max-width: 17rem;
}

.col-w18 {
  max-width: 18rem;
}

.col-w19 {
  max-width: 19rem;
}

.col-w20 {
  max-width: 20rem;
}

.col-w21 {
  max-width: 21rem;
}

.col-w22 {
  max-width: 22rem;
}

.col-w23 {
  max-width: 23rem;
}

.col-w24 {
  max-width: 24rem;
}

.nav-pills .nav-link {
  margin: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(90, 57, 66);
  background-color: rgb(255, 255, 255);
  padding: 0.25rem 1rem;
  transition: background-color 0.4s;
  border-radius: 1rem;
}
.nav-pills .nav-link.active {
  background-color: rgb(90, 57, 66);
  color: white;
}
.nav-pills .nav-link:hover:not(.active) {
  background-color: rgb(172, 172, 172);
  color: white;
}

#sidebar {
  position: fixed;
  z-index: 100;
  height: 100%;
  padding: 1rem 0 2rem 0;
  overflow-y: auto;
  background: #4a2f37;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(29, 29, 29, 0.1);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#sidebar .link {
  font-size: 1rem;
  padding: 0.3rem 0;
  color: white;
  font-weight: 400;
  display: block;
  transition: border-width 0.2s;
}
#sidebar .link:hover {
  text-decoration: none;
  color: white;
  border-left: 3px solid rgb(156, 156, 156);
  background-color: #1c1114;
}
#sidebar .link.active {
  background-color: rgb(49, 49, 49);
  border-left: 3px solid white;
  box-shadow: 0 0 3px 0 rgba(15, 15, 15, 0.658);
  color: white;
}
#sidebar .link .icon {
  max-width: 2.5rem;
  text-align: center;
  padding: 0;
  color: white;
}
#sidebar .link .text {
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  -webkit-transition: opacity 0.3s ease, max-width 0.3s ease;
  -moz-transition: opacity 0.3s ease, max-width 0.3s ease;
  -o-transition: opacity 0.3s ease, max-width 0.3s ease;
  transition: opacity 0.3s ease, max-width 0.3s ease;
}

#ribbon,
#page {
  width: 100%;
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  -moz-transition: margin-left 0.3s ease, width 0.3s ease;
  -o-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
  scroll-snap-type: y mandatory;
}

#ribbon {
  z-index: 50;
  position: fixed;
}
#ribbon .toolbar {
  background-color: white;
  border: 1px solid #bbbbbb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 0 0.125rem;
}
#ribbon .toolbar .input-group {
  width: auto;
}
#ribbon .toolbar .btn {
  padding: 0.1rem 0.5rem;
}
#ribbon .toolbar div[class*=col] {
  padding: 0.25rem 0.125rem;
}

@media (min-width: 720px) {
  #sidebar {
    width: 13rem;
  }
  #sidebar .text {
    max-width: 100%;
    opacity: 1;
  }
  #sidebar ~ #ribbon, #sidebar ~ #page {
    width: calc(100% - 13rem);
    margin-left: 13rem;
  }
  #sidebar.toggled {
    width: 3rem;
  }
  #sidebar.toggled .text {
    max-width: 0;
    opacity: 0;
  }
  #sidebar.toggled ~ #page, #sidebar.toggled ~ #ribbon {
    width: calc(100% - 3rem);
    margin-left: 3rem;
  }
}
@media (max-width: 720px) {
  #sidebar {
    width: 0;
  }
  #sidebar .text {
    max-width: 0;
    opacity: 0;
  }
  #sidebar ~ #ribbon, #sidebar ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidebar.toggled {
    width: 13rem;
  }
  #sidebar.toggled .text {
    max-width: 100%;
    opacity: 1;
  }
}

#appbar {
  position: relative;
  height: 5rem;
  width: 100%;
  background-color: rgb(54, 19, 19);
  z-index: 200;
  color: rgb(90, 57, 66);
}
@media screen and (min-width: 768px) {
  #appbar .appbar-sidecolumn {
    max-width: 300px;
  }
}
#appbar .brand-container {
  padding: 0.4rem 1rem;
  text-align: center;
  margin: auto;
}
#appbar .brand-container .flag,
#appbar .brand-container .text,
#appbar .brand-container .emblem {
  display: inline;
}
#appbar .brand-container .flag img,
#appbar .brand-container .text img,
#appbar .brand-container .emblem img {
  max-height: 4rem;
}
#appbar .brand-container .flag img:hover,
#appbar .brand-container .text img:hover,
#appbar .brand-container .emblem img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 900px) {
  #appbar .brand-container .flag,
#appbar .brand-container .emblem {
    display: none;
  }
}
#appbar .language-select {
  text-align: center;
  padding: 1rem;
  margin: auto;
}
#appbar .language-select a {
  color: rgb(41, 41, 41);
  padding: 0.3rem 1rem 0.4rem 1rem;
  margin: 0 0.1rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 1s;
}
#appbar .language-select a.active {
  background-color: rgba(90, 57, 66, 0.8);
  color: white;
}
#appbar .language-select a:hover:not(.active) {
  background-color: rgba(90, 57, 66, 0.2);
}

#appbar-shadow {
  height: 3rem;
}

#appbar-admin {
  position: fixed;
  height: 3rem;
  padding: 0.25rem;
  width: 100%;
  background-color: rgb(49, 49, 49);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 200;
  color: white;
  margin: auto;
}
#appbar-admin .brand {
  font-size: 1.4rem;
  color: white;
  margin-left: 0.5rem;
}
#appbar-admin .btn-web .btn {
  background-color: white;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.2rem 0;
  border-radius: 1rem;
  margin: auto;
  margin-top: 0;
}

#menu-toggle {
  color: white;
  font-size: 1.2rem;
  padding: 0.2rem;
  border-radius: 0.2rem;
  transition: background-color 0.2s;
}
#menu-toggle:hover {
  background-color: #1c1114;
}

.top-banner {
  background-color: rgb(172, 172, 172);
  padding: 0.5rem;
  font-size: 0.9rem;
  color: white;
}

#appbar {
  width: 100%;
}
#appbar .appbar-home {
  position: relative;
  overflow: hidden;
  background-color: rgb(49, 49, 49);
}
#appbar .appbar-home .background {
  object-fit: cover;
  width: 100%;
}
#appbar .appbar-home video {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
#appbar .appbar-home .background-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(28, 17, 20, 0), rgba(53, 33, 39, 0.5), rgba(0, 0, 0, 0.9));
}
#appbar .appbar-home .language-select {
  text-align: center;
  z-index: 100;
}
#appbar .appbar-home .language-select a {
  color: rgb(206, 206, 206);
  padding: 0.3rem 1rem 0.4rem 1rem;
  margin: 0 0.1rem;
  border-radius: 0.3rem;
  font-weight: 600;
  transition: background-color 0.3s;
  background-color: rgba(49, 49, 49, 0.7);
}
#appbar .appbar-home .language-select a.active {
  background-color: rgba(90, 57, 66, 0.8);
  color: white;
  border: 2px solid rgba(228, 228, 228, 0.8);
}
#appbar .appbar-home .language-select a:hover {
  background-color: #352127;
}
#appbar .appbar-home .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 1.5rem;
}
#appbar .appbar-home .content .flag {
  text-align: center;
}
#appbar .appbar-home .content .flag img {
  max-height: 72px;
}
#appbar .appbar-home .content .weather {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 0.9rem;
  text-shadow: 0 0px 4px #000000;
  padding: 0.5rem;
  font-weight: 600;
}
#appbar .appbar-home .content .title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  color: white;
  padding: 0.5rem;
  text-shadow: 0 2px 6px #000000;
  text-align: center;
}
#appbar .appbar-home .content .contacts {
  text-align: center;
  color: rgb(234, 255, 252);
  text-shadow: 0 0px 4px #000000;
}
#appbar .appbar-home .content .contacts i {
  margin-left: 1rem;
}
#appbar .appbar-home .content .contacts .address {
  font-size: 1.2rem;
  padding: 0.5rem;
  color: rgb(213, 255, 170);
}
#appbar .appbar-home .content .contacts .address .lang-si {
  font-size: 1.4rem;
}

.footer {
  position: relative;
  margin-top: 5rem;
}
.footer .footer-content {
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.footer .footer-content .footer-bottom {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.6rem 0 0.4rem;
  background-color: rgb(90, 57, 66);
  color: white;
  text-align: center;
}
.footer .footer-content .language-select {
  text-align: center;
  padding: 1rem 0;
}
.footer .footer-content .language-select a {
  color: rgb(49, 49, 49);
  padding: 0.3rem 1rem 0.4rem 1rem;
  margin: 0 0.1rem;
  border-radius: 1rem;
  font-weight: 600;
  transition: background-color 0.3s;
}
.footer .footer-content .language-select a.active {
  background-color: rgb(90, 57, 66);
  color: white;
}
.footer .footer-content .language-select a:hover:not(.active) {
  background-color: #e9dce0;
}
.footer .footer-content .treeview .tree li:last-child:before {
  background-color: rgb(255, 255, 255);
}

.waves-container {
  padding-top: 2rem;
}
.waves-container .waves {
  position: relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 60px;
  max-height: 60px;
}
@media (max-width: 768px) {
  .waves-container .waves {
    height: 40px;
    min-height: 40px;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.waves-container .waves .ocean > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves-container .waves .ocean > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 6s;
  fill: rgba(255, 255, 255, 0.2);
}
.waves-container .waves .ocean > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 12s;
  fill: rgba(255, 255, 255, 0.5);
}
.waves-container .waves .ocean > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 18s;
  fill: rgba(255, 255, 255, 0.7);
}
.waves-container .waves .ocean > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 24s;
  fill: rgb(255, 255, 255);
}

.navbar {
  box-shadow: 0 1px 4px 0 rgba(28, 17, 20, 0.4);
  background-color: rgba(90, 57, 66, 0.95);
  backdrop-filter: blur(8px);
  border: 0;
  padding: 0;
}
.navbar .nav-item {
  transition: background-color 0.5s;
}
.navbar .nav-item .nav-link {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  padding: 0.6rem 1rem 0.4rem;
}
.navbar .nav-item .nav-link .nav-link-icon {
  font-size: 1.2em;
  color: white;
  padding-right: 0.5rem;
}
.navbar .nav-item .dropdown-menu {
  background-color: rgba(90, 57, 66, 0.95);
  backdrop-filter: blur(10px);
  min-width: 240px;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 0;
  box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.5);
  transition: height 1s;
  margin-top: 0;
  z-index: -1;
}
.navbar .nav-item .dropdown-menu .nav-link-icon {
  min-width: 2rem;
}
.navbar .nav-item .dropdown-menu .nav-link-text {
  margin-left: 0.5rem;
}
.navbar .nav-item:hover {
  background-color: #3b252b;
  color: #895764;
}
.navbar .nav-item.active {
  background-color: #3b252b;
  color: rgb(90, 57, 66);
}
.navbar .nav-item.nav-subitem {
  background-color: rgba(87, 55, 64, 0.95);
  padding-left: 1rem;
}
.navbar .admin-link {
  color: white;
  margin-right: 2rem;
}
.navbar .brand-container .brand-logo-container {
  text-align: center;
  margin: auto;
}
.navbar .brand-container .brand-logo-container img {
  max-height: 72px;
  margin: auto;
}
.navbar .brand-container .brand-text-container {
  padding-left: 0.5rem;
  text-align: left;
}
.navbar .brand-container .brand-text-container .brand-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  text-shadow: 0px 0px 4px #000000;
  line-height: 2rem;
}
.navbar .brand-container .brand-text-container .brand-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  line-height: 1.2rem;
}
.navbar .navbar-toggler {
  color: white;
  font-size: 1.4rem;
  margin: 0.25rem;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    animation: fade_in_show 0.2s;
  }
}
.card, .card-thumbnail, .card-news {
  background-color: white;
  border: 1px solid #fde1f1;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 3px 0 rgba(231, 228, 228, 0.6);
  margin: 0.3rem;
  overflow: hidden;
}
.card .card-body, .card-thumbnail .card-body, .card-news .card-body {
  padding: 0.5rem 1rem;
}
.card .card-body .searchbox, .card-thumbnail .card-body .searchbox, .card-news .card-body .searchbox,
.card .card-body .datalist,
.card-thumbnail .card-body .datalist,
.card-news .card-body .datalist,
.card .card-body .list,
.card-thumbnail .card-body .list,
.card-news .card-body .list,
.card .card-body embed,
.card-thumbnail .card-body embed,
.card-news .card-body embed,
.card .card-body .image-block,
.card-thumbnail .card-body .image-block,
.card-news .card-body .image-block {
  margin-left: -1rem;
  margin-right: -1rem;
}
.card .card-body object, .card-thumbnail .card-body object, .card-news .card-body object {
  margin-right: -1rem;
  width: 100%;
  min-height: 1024px;
}
.card .card-body .searchbox, .card-thumbnail .card-body .searchbox, .card-news .card-body .searchbox {
  padding: 1rem;
}
.card .card-body .searchbox .col:not(:last-child), .card-thumbnail .card-body .searchbox .col:not(:last-child), .card-news .card-body .searchbox .col:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox .col:not(:first-child), .card-thumbnail .card-body .searchbox .col:not(:first-child), .card-news .card-body .searchbox .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:last-child), .card-thumbnail .card-body .searchbox [class^=col-]:not(:last-child), .card-news .card-body .searchbox [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:first-child), .card-thumbnail .card-body .searchbox [class^=col-]:not(:first-child), .card-news .card-body .searchbox [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .text-block, .card-thumbnail .card-body .text-block, .card-news .card-body .text-block {
  padding: 2rem 1rem;
}
.card .card-body .searchbox, .card-thumbnail .card-body .searchbox, .card-news .card-body .searchbox {
  background-color: #fafafa;
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
  /*
  .input-group>.input-group-text {
    border-radius: 1rem 0 0 1rem;
  }

  .input-group>input {
    border-radius: 0 1rem 1rem 0;
  }*/
}
.card .card-body .datalist .spinner, .card-thumbnail .card-body .datalist .spinner, .card-news .card-body .datalist .spinner {
  text-align: center;
  font-size: 3rem;
  padding: 3rem;
}
.card .card-body .title, .card-thumbnail .card-body .title, .card-news .card-body .title {
  text-align: center;
  padding: 1rem 0;
}
.card .card-body .title .tag, .card .card-body .title .tag-language, .card .card-body .title .tag-muted, .card .card-body .title .tag-primary, .card-thumbnail .card-body .title .tag, .card-thumbnail .card-body .title .tag-language, .card-thumbnail .card-body .title .tag-muted, .card-thumbnail .card-body .title .tag-primary, .card-news .card-body .title .tag, .card-news .card-body .title .tag-language, .card-news .card-body .title .tag-muted, .card-news .card-body .title .tag-primary {
  font-size: 1rem;
}
.card .card-body .title .logo, .card-thumbnail .card-body .title .logo, .card-news .card-body .title .logo {
  margin: auto;
  width: 120px;
  transition: transform 0.2s ease-in;
}
.card .card-body .title .logo:hover, .card-thumbnail .card-body .title .logo:hover, .card-news .card-body .title .logo:hover {
  transform: scale(1.05);
}
.card .card-body .title .text, .card-thumbnail .card-body .title .text, .card-news .card-body .title .text {
  font-size: 1.8rem;
  padding: 1rem 0 0.5rem;
}
.card .card-body .title .subtext, .card-thumbnail .card-body .title .subtext, .card-news .card-body .title .subtext {
  font-size: 1rem;
  color: #7a7a7a;
}
.card .card-body embed, .card-thumbnail .card-body embed, .card-news .card-body embed {
  padding: 0.5rem 0;
}
.card .card-body .image-block, .card-thumbnail .card-body .image-block, .card-news .card-body .image-block {
  position: relative;
  overflow: hidden;
}
.card .card-body .image-block img, .card-thumbnail .card-body .image-block img, .card-news .card-body .image-block img {
  width: 100%;
}
.card .card-body .image-block .credit, .card-thumbnail .card-body .image-block .credit, .card-news .card-body .image-block .credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
  background-color: rgba(90, 57, 66, 0.3);
  color: white;
  font-size: 0.9rem;
  text-align: center;
  backdrop-filter: blur(2px);
}
.card .card-body .text-block, .card-thumbnail .card-body .text-block, .card-news .card-body .text-block {
  padding: 1.5rem 1rem;
}

.card + .card, .card-thumbnail + .card, .card + .card-thumbnail, .card-thumbnail + .card-thumbnail, .card-news + .card, .card-news + .card-thumbnail, .card + .card-news, .card-thumbnail + .card-news, .card-news + .card-news {
  margin-top: 0.6rem;
}

.card-top {
  text-align: center;
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid rgba(90, 57, 66, 0.2);
  padding: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-top .icon {
  font-size: 2rem;
}
.card-top .title {
  font-size: 1.4rem;
}
.card-top .subtitle {
  font-size: 1rem;
  color: #7a7a7a;
}

.card-bottom {
  background-color: rgb(247, 247, 247);
  text-align: center;
  border-top: 1px solid rgba(90, 57, 66, 0.2);
  padding: 1rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-bottom .btn {
  margin: 0 0.2rem;
}
.card-bottom .col:not(:last-child) {
  padding-right: 0.25rem;
}
.card-bottom .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card-bottom [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.card-bottom [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}

.card-banner, .card-banner-md, .card-banner-lg {
  position: relative;
  border-bottom: 1px solid rgba(90, 57, 66, 0.2);
  overflow: hidden;
}
.card-banner a, .card-banner-md a, .card-banner-lg a {
  color: white;
}
.card-banner a:hover, .card-banner-md a:hover, .card-banner-lg a:hover {
  color: white;
}
.card-banner .background, .card-banner-md .background, .card-banner-lg .background {
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.card-banner .content, .card-banner-md .content, .card-banner-lg .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(90, 57, 66, 0), rgba(90, 57, 66, 0), rgba(90, 57, 66, 0), rgba(90, 57, 66, 0.2), rgba(0, 0, 0, 0.8));
}
.card-banner .content .logo, .card-banner-md .content .logo, .card-banner-lg .content .logo {
  text-align: center;
  padding: 1rem;
}
.card-banner .content .logo img, .card-banner-md .content .logo img, .card-banner-lg .content .logo img {
  height: 120px;
  margin-top: 8rem;
  padding: 1rem;
}
.card-banner .content .logo img:hover, .card-banner-md .content .logo img:hover, .card-banner-lg .content .logo img:hover {
  transform: scale(1.05);
}
.card-banner .content .title, .card-banner-md .content .title, .card-banner-lg .content .title {
  font-size: 2rem;
  color: white;
  text-shadow: 1px 2px 6px #000000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .card-banner .content .title, .card-banner-md .content .title, .card-banner-lg .content .title {
    font-size: 1.6rem;
    margin-top: 80px;
  }
}

.card-banner-lg .background {
  height: 420px;
  object-position: top;
}

.card-banner-md .background {
  height: 240px;
}

.card-news .image-container {
  height: 12rem;
  overflow: hidden;
  position: relative;
}
.card-news .image-container:hover img {
  transform: scale(1.05);
}
.card-news .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s;
}
.card-news .image-container .gradient {
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
}
.card-news .card-body {
  text-align: center;
  height: 6rem;
}
.card-news .card-body .news-date {
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.card-news .card-body .news-title {
  font-size: 1rem;
  color: #352127;
  line-height: 1.4rem;
  height: 100%;
}

.card-thumbnail .image-container {
  height: 8rem;
  overflow: hidden;
  position: relative;
}
.card-thumbnail .image-container:hover img {
  transform: scale(1.05);
}
.card-thumbnail .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.card-thumbnail .image-container .gradient {
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(44, 12, 12, 0.9));
  width: 100%;
  height: 100%;
}
.card-thumbnail .image-container .gradient .caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 0.9rem;
  color: white;
  padding: 0.5rem;
}

/* Switch Specific Styles Start */
input[type=checkbox].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  background: rgb(214, 214, 214);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked {
  background: rgb(90, 57, 66);
}

input[type=checkbox].switch:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked:after {
  left: calc(100% - 1.5em);
}

.form-group {
  padding: 0.25rem;
}
.form-group.warning .form-control,
.form-group.warning .custom-select {
  background-color: rgba(255, 60, 1, 0.1);
  color: #9a2400;
  border-color: rgba(255, 60, 1, 0.2);
}
.form-group.warning .form-control:focus,
.form-group.warning .custom-select:focus {
  border-color: rgb(255, 60, 1);
  box-shadow: 0 0 0 0.25rem rgba(255, 60, 1, 0.4);
  background-color: rgba(255, 60, 1, 0.2);
}
.form-group.updated .form-control,
.form-group.updated .custom-select {
  background-color: rgba(0, 128, 0, 0.1);
  color: #001a00;
  border-color: rgba(0, 128, 0, 0.2);
}
.form-group.updated .form-control:focus,
.form-group.updated .custom-select:focus {
  border-color: green;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.4);
  background-color: rgba(0, 128, 0, 0.2);
}

.input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control,
.custom-select {
  background-color: rgba(128, 128, 128, 0.1);
  color: #1c1114;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem 0.15rem;
  border-color: rgba(128, 128, 128, 0.2);
}
.form-control:focus,
.custom-select:focus {
  border-color: rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.4);
  background-color: white;
}

.radio_circle {
  width: 2rem;
}

input[type=radio] {
  width: 1rem;
  height: 1rem;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: rgba(90, 57, 66, 0.4);
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #352127;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #352127;
  cursor: pointer;
}

.radiolist {
  padding: 0.2rem 0;
}

.radiolist-item + .radiolist-item {
  border-top: 1px solid rgb(201, 201, 201);
}

.input-label {
  font-size: 0.9rem;
  color: rgb(90, 57, 66);
}

label {
  font-size: 0.9rem;
  color: #352127;
  font-weight: 600;
}

.update-state-text {
  font-size: 0.8rem;
  font-weight: 600;
}

.form-section {
  padding: 0.5rem;
  border: 2px solid grey;
  border-radius: 0.5rem;
}

.tag, .tag-language, .tag-muted, .tag-primary {
  background-color: rgb(49, 49, 49);
  color: white;
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  transition: filter 0.5s, background-color 0.5s;
  display: inline-block;
  text-align: center;
}

.tag-group {
  margin-right: 0.5rem;
}
.tag-group .tag:not(:last-child), .tag-group .tag-language:not(:last-child), .tag-group .tag-muted:not(:last-child), .tag-group .tag-primary:not(:last-child) {
  margin-right: 0.2rem;
}
.tag-group .tag:not(:first-child), .tag-group .tag-language:not(:first-child), .tag-group .tag-muted:not(:first-child), .tag-group .tag-primary:not(:first-child) {
  margin-left: 0.2rem;
}

.tag-primary {
  background-color: rgb(90, 57, 66);
}

.tag-muted {
  background-color: rgb(206, 206, 206);
}

a.tag:hover, a.tag-language:hover, a.tag-primary:hover, a.tag-muted:hover {
  color: white;
  filter: brightness(125%);
}

.tag-language {
  background-color: rgb(18, 92, 97);
}

.subtext {
  font-size: 0.9rem;
  color: rgb(90, 90, 90);
}

.text-xl {
  font-size: 2em;
}

.text-lg {
  font-size: 1.5em;
}

.text-md {
  font-size: 1.2em;
}

.text-sm {
  font-size: 0.9em;
}

.text-xs {
  font-size: 0.8em;
}

.text-primary {
  color: rgb(90, 57, 66) !important;
}

.text-address {
  color: rgb(36, 85, 48);
}

.text-warning {
  color: rgb(207, 97, 7) !important;
}

@media screen and (max-width: 420px) {
  .text-hide-sm {
    display: none;
  }
}

.text-strong {
  font-weight: 600;
}

.text-muted2 {
  color: rgb(196, 196, 196);
}

.text-size1 {
  font-size: 1.1rem;
}

.text-size2 {
  font-size: 1rem;
}

.text-size3 {
  font-size: 0.9rem;
}

.text-size4 {
  font-size: 0.8rem;
}

.datalist .li-item + .li-item,
.list .li-item + .li-item {
  border-top: 1px solid rgb(230, 230, 230);
}
.datalist .li-item.bg-green,
.list .li-item.bg-green {
  background-color: rgb(200, 255, 200);
}
.datalist .li-item.bg-red,
.list .li-item.bg-red {
  background-color: rgb(255, 230, 230);
}
.datalist .li-item.bg-important,
.list .li-item.bg-important {
  background-color: rgb(255, 230, 89);
}

.datalist > .li-item:hover .li-content {
  background-color: rgba(172, 172, 172, 0.2);
}

.li-content {
  position: relative;
  transition: background-color 0.4s;
  padding: 0.25rem 1rem;
  overflow-wrap: break-word;
  word-wrap: break-all;
}

.li-icon {
  vertical-align: top;
  text-align: center;
  max-width: 3.2rem;
}
.li-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.li-icon i {
  margin-top: 0.4rem;
  font-size: 1.8rem;
  color: rgb(90, 57, 66);
  transition: background-color 0.4s;
}
.datalists .name {
  font-size: 1.1rem;
  color: #352127;
  font-weight: 600;
}
.datalists .name .lang-si {
  margin-bottom: -0.4rem;
}
.datalists .name .lang-en {
  margin-bottom: -0.3rem;
}
.datalists .title {
  font-size: 0.9rem;
  color: rgb(92, 92, 92);
  margin-bottom: -0.1rem;
}
.datalists .phone {
  color: #352127;
  font-weight: 600;
  font-size: 1.1rem;
}

::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 57, 66, 0.5);
  border: 0px none #ffffff;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #5a3942;
}

::-webkit-scrollbar-thumb:active {
  background: #5a3942;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
}

/*
  ::-webkit-scrollbar-track:hover {
    background: $dark;
  }

  ::-webkit-scrollbar-track:active {
    background: transparent;
  }
*/
::-webkit-scrollbar-corner {
  background: transparent;
}

.gm-ui-hover-effect {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  top: -20px;
  right: -20px;
  box-shadow: 0 0 2px 2px rgba(94, 119, 122, 0.4);
  transition: box-shadow 0.1s;
}
.gm-ui-hover-effect:hover {
  box-shadow: 0 0 3px 3px rgba(94, 119, 122, 0.4);
}

.gm-style, .gm-style-iw, .gm-style-iw-c, .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style-iw {
  padding: 0 !important;
}

.infowindow {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  max-width: 180px;
}

.iw-image {
  overflow: hidden;
}
.iw-image img {
  max-width: 180px;
}

.iw-top {
  font-size: 1.1rem;
  color: #352127;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-left: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.iw-body {
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
}

.carousel .carousel-item-image {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.carousel .carousel-item-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(43, 32, 24, 0), rgba(0, 0, 0, 0), black);
}
.carousel .carousel-item-content .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1rem;
}
.carousel .carousel-item-content .carousel-caption .carousel-caption-text {
  color: white;
  padding: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-shadow: 0 2px 4px #000000;
}
.carousel .carousel-item-content .carousel-caption .carousel-caption-subtext {
  font-size: 1rem;
  text-shadow: 0 2px 6px #000000;
}
.carousel .carousel-item-content .credit {
  font-size: 0.7rem;
  font-weight: 400;
  opacity: 0.8;
  color: rgb(255, 255, 255);
  padding: 1rem;
  text-shadow: 0 2px 6px #000000;
}
.carousel .carousel-item-content .credit a {
  color: rgb(252, 151, 151);
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.home-banner .carousel-item-image {
  height: 80vh;
}

.home-hero .hero-container {
  height: 80vh;
  overflow-y: hidden;
  text-align: center;
}
.home-hero .hero-container .hero-image {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.home-hero .hero-container .hero-content {
  height: 80vh;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
}
.home-hero .hero-container .hero-content .hero-brand {
  position: absolute;
  width: 100%;
  top: 3rem;
  padding: 1rem;
}
.home-hero .hero-container .hero-content .hero-brand .hero-brand-text {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  filter: drop-shadow(0 0 4px #000000);
  color: white;
}
.home-hero .hero-container .hero-content .hero-brand .hero-brand-text img {
  height: 540px;
}
.home-hero .hero-container .hero-content .hero-brand .hero-brand-image {
  height: 90px;
  margin: auto;
  text-align: center;
  filter: drop-shadow(0 0 4px #000000);
}
.home-hero .hero-container .hero-content .hero-image-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1rem;
  text-align: center;
}
.home-hero .hero-container .hero-content .hero-image-caption .title {
  color: white;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 0 2px 12px #000000;
}
.home-hero .hero-container .hero-content .hero-image-caption .credit {
  font-size: 0.8rem;
  color: white;
  text-shadow: 0 2px 6px #000000;
}
.home-hero .hero-container .hero-content .hero-image-caption .credit a {
  color: rgb(252, 151, 151);
}

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.home-dos {
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
.home-dos .title {
  color: rgb(90, 57, 66);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.home-dos .intro {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(24, 24, 24);
  padding: 1rem;
}
.home-dos .phone {
  margin-top: 1rem;
  text-align: center;
}
.home-dos .phone a {
  color: rgb(90, 57, 66);
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.3rem 1.2rem;
  transition: background-color 0.5s;
}
.home-dos .phone a i {
  margin-right: 1rem;
}
.home-dos .phone a:hover {
  color: #895764;
}

.treeview li:hover {
  color: rgb(90, 57, 66);
}
.treeview ul {
  padding-inline-start: 0;
  margin-block-start: 0.2rem;
  margin-block-end: 0.2rem;
  color: rgb(90, 57, 66);
  font-weight: 600;
  list-style: none;
}
.treeview .tree,
.treeview .tree ul {
  margin: 0 0 0.2rem 0.8rem;
  /* indentation */
  padding: 0;
  list-style: none;
  color: rgb(90, 57, 66);
  position: relative;
}
.treeview .tree:before, .treeview .tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px rgba(90, 57, 66, 0.6) solid;
}
.treeview .tree li {
  margin: 0;
  padding-left: 1rem;
  /* indentation + .5em*/
  line-height: 1.4rem;
  /* default list item's `line-height` */
  position: relative;
  font-size: 1rem;
  color: black;
  font-weight: 400;
}
.treeview .tree li:before {
  content: "";
  display: block;
  width: 0.8rem;
  /* same with indentation */
  height: 0;
  border-top: 2px rgba(90, 57, 66, 0.6) solid;
  margin-top: -1px;
  /* border top width */
  position: absolute;
  top: 0.7rem;
  /* (line-height/2) */
  left: 0;
}
.treeview .tree li:last-child:before {
  background: white;
  /* same with body background */
  height: auto;
  top: 0.7rem;
  /* (line-height/2) */
  bottom: 0;
}
.treeview .tree .level1-text {
  font-size: 1.1rem;
}
.treeview .tree .level2-text {
  font-size: 1rem;
}
.treeview .tree .level3-text {
  font-size: 0.9rem;
}
.treeview .tree .level4-text {
  font-size: 0.8rem;
}
.treeview .block-sm {
  min-width: 6rem;
}

#sidemenu {
  position: fixed;
  z-index: 100;
  height: 100%;
  overflow-y: scroll;
  background: #3b252b;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(29, 29, 29, 0.1);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding-left: 0.5rem;
}
#sidemenu .sidemenu-profile {
  color: white;
  border-radius: 0.5rem;
  padding-top: 1rem;
}
#sidemenu .sidemenu-links {
  padding: 0;
}
#sidemenu .sidemenu-item {
  transition: background-color 0.2s ease-in;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  margin: 0.1rem 0;
}
#sidemenu .sidemenu-item .icon {
  color: white;
  max-width: 2.5rem;
  text-align: center;
}
#sidemenu .sidemenu-item .text {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  margin: auto;
}
#sidemenu .sidemenu-item .text .badge {
  font-size: 0.9rem;
  margin: auto;
  float: right;
  background-color: rgb(255, 198, 12);
  font-weight: 600;
  color: black;
  padding: 0.2rem 0.4rem;
  border-radius: 0.8rem;
  margin-right: 1rem;
}
#sidemenu .sidemenu-item .text .count {
  font-size: 0.8rem;
  margin: auto;
  float: right;
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 0.8rem;
  margin-right: 1rem;
}
#sidemenu .sidemenu-item .arrow {
  max-width: 2rem;
}
#sidemenu .sidemenu-item .arrow i {
  color: white;
  transition: transform 0.2s ease-in;
}
#sidemenu .sidemenu-item.active {
  background-color: rgba(0, 0, 0, 0.5);
}
#sidemenu .sidemenu-item.disabled .sidemenu-group-title,
#sidemenu .sidemenu-item.disabled .icon {
  color: rgb(145, 145, 145);
}
#sidemenu .sidemenu-item:not(.active, .disabled):hover {
  background-color: rgba(27, 27, 27, 0.3);
  cursor: pointer;
}
#sidemenu .sidemenu-subitems {
  transition: max-height 0.2s ease-in;
  overflow: hidden;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content {
  padding-left: 1.5rem;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content .icon {
  max-width: 1.5rem;
  font-size: 0.8rem;
  text-align: left;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content .text {
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox] {
  display: none;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox]:checked ~ .sidemenu-subitems {
  max-height: 0 !important;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox]:checked + label .arrow > i {
  transform: rotate(-90deg);
}
#sidemenu .sidemenu-subitem-group label {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  #sidemenu {
    width: 14rem;
  }
  #sidemenu .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    width: calc(100% - 14rem);
    margin-left: 14rem;
  }
}
@media (max-width: 720px) {
  #sidemenu {
    width: 0;
  }
  #sidemenu .sidemenu-item {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidemenu.toggled {
    width: 14rem;
  }
  #sidemenu.toggled .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
}

#menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background-color: rgb(90, 57, 66);
  color: white;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#menu-toggle:hover {
  background-color: #794d59;
}
@media (min-width: 720px) {
  #menu-toggle {
    display: none;
  }
}

.sidemenu-itemgroup {
  margin: 0.5rem 0;
  padding: 0.2rem 0;
  background-color: #54353d;
  border-radius: 0.5rem;
  border: 1px solid rgba(29, 29, 29, 0.2);
  /*
    &.mail, &.postmaster, &.global, &.manager, &.subject_officer{
        background-color: rgba(65, 211, 255, 0.281);
    }*/
}
.sidemenu-itemgroup .sidemenu-itemgroup-title {
  font-size: 0.6rem;
  color: white;
  padding: 0.25rem;
  text-align: center;
}
.sidemenu-itemgroup.profile {
  background-color: rgba(68, 194, 156, 0.274);
}
.sidemenu-itemgroup.calendar {
  background-color: rgba(255, 68, 199, 0.329);
}

.sidemenu-infoblock {
  color: white;
  text-align: center;
}

.snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snowflake:nth-child(1) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: 3vw;
  left: 26vw;
  animation: snowfall 5s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(2) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: -8vw;
  left: 62vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(3) {
  --size: 0.1vw;
  --left-ini: -4vw;
  --left-end: -7vw;
  left: 14vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(4) {
  --size: 0.5vw;
  --left-ini: 10vw;
  --left-end: 6vw;
  left: 54vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(5) {
  --size: 0.8vw;
  --left-ini: 2vw;
  --left-end: 5vw;
  left: 77vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(6) {
  --size: 0.5vw;
  --left-ini: 6vw;
  --left-end: -5vw;
  left: 5vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(7) {
  --size: 0.5vw;
  --left-ini: 0vw;
  --left-end: 9vw;
  left: 29vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(8) {
  --size: 0.7vw;
  --left-ini: -6vw;
  --left-end: -7vw;
  left: 78vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(9) {
  --size: 0.3vw;
  --left-ini: 8vw;
  --left-end: 6vw;
  left: 52vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(10) {
  --size: 0.9vw;
  --left-ini: 2vw;
  --left-end: -8vw;
  left: 72vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(11) {
  --size: 0.6vw;
  --left-ini: 0vw;
  --left-end: -3vw;
  left: 52vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(12) {
  --size: 0.7vw;
  --left-ini: -1vw;
  --left-end: -3vw;
  left: 39vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(13) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: 4vw;
  left: 18vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(14) {
  --size: 0.7vw;
  --left-ini: 2vw;
  --left-end: -9vw;
  left: 7vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(15) {
  --size: 0.6vw;
  --left-ini: 0vw;
  --left-end: 1vw;
  left: 45vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(16) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 4vw;
  left: 18vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(17) {
  --size: 0.1vw;
  --left-ini: 3vw;
  --left-end: -6vw;
  left: 86vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(18) {
  --size: 0.5vw;
  --left-ini: -6vw;
  --left-end: 10vw;
  left: 52vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(19) {
  --size: 0.7vw;
  --left-ini: 6vw;
  --left-end: -6vw;
  left: 46vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(20) {
  --size: 0.8vw;
  --left-ini: -7vw;
  --left-end: 7vw;
  left: 6vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(21) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: 1vw;
  left: 47vw;
  animation: snowfall 5s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(22) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 14vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(23) {
  --size: 0.4vw;
  --left-ini: -4vw;
  --left-end: 4vw;
  left: 36vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(24) {
  --size: 0.9vw;
  --left-ini: -8vw;
  --left-end: 1vw;
  left: 62vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(25) {
  --size: 1vw;
  --left-ini: -2vw;
  --left-end: 2vw;
  left: 87vw;
  animation: snowfall 5s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(26) {
  --size: 0.1vw;
  --left-ini: -2vw;
  --left-end: 2vw;
  left: 29vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(27) {
  --size: 0.4vw;
  --left-ini: 8vw;
  --left-end: -1vw;
  left: 57vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(28) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: -8vw;
  left: 58vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(29) {
  --size: 0.1vw;
  --left-ini: -2vw;
  --left-end: 5vw;
  left: 51vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(30) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 4vw;
  left: 63vw;
  animation: snowfall 5s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(31) {
  --size: 0.3vw;
  --left-ini: -5vw;
  --left-end: 1vw;
  left: 89vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(32) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: 10vw;
  left: 66vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(33) {
  --size: 0.5vw;
  --left-ini: 9vw;
  --left-end: 2vw;
  left: 35vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(34) {
  --size: 0.8vw;
  --left-ini: 8vw;
  --left-end: -2vw;
  left: 64vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(35) {
  --size: 0.9vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 16vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(36) {
  --size: 0.5vw;
  --left-ini: 10vw;
  --left-end: 5vw;
  left: 68vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(37) {
  --size: 0.5vw;
  --left-ini: -4vw;
  --left-end: -2vw;
  left: 17vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(38) {
  --size: 0.3vw;
  --left-ini: 6vw;
  --left-end: -7vw;
  left: 75vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(39) {
  --size: 0.4vw;
  --left-ini: -9vw;
  --left-end: 6vw;
  left: 7vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(40) {
  --size: 0.7vw;
  --left-ini: 2vw;
  --left-end: 4vw;
  left: 52vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(41) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: -4vw;
  left: 7vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(42) {
  --size: 0.4vw;
  --left-ini: -8vw;
  --left-end: 9vw;
  left: 9vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(43) {
  --size: 0.7vw;
  --left-ini: 6vw;
  --left-end: 10vw;
  left: 66vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(44) {
  --size: 0.5vw;
  --left-ini: 10vw;
  --left-end: 6vw;
  left: 82vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(45) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: 2vw;
  left: 14vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(46) {
  --size: 0.4vw;
  --left-ini: 5vw;
  --left-end: 10vw;
  left: 36vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(47) {
  --size: 0.9vw;
  --left-ini: 6vw;
  --left-end: -9vw;
  left: 35vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(48) {
  --size: 0.4vw;
  --left-ini: 6vw;
  --left-end: 10vw;
  left: 58vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(49) {
  --size: 0.4vw;
  --left-ini: -8vw;
  --left-end: 6vw;
  left: 88vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(50) {
  --size: 0.1vw;
  --left-ini: 10vw;
  --left-end: 10vw;
  left: 83vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}

/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
  filter: blur(1px);
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: rgba(90, 57, 66, 0.4);
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #352127;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #352127;
  cursor: pointer;
}

.alert, .alert-warning, .alert-error, .alert-success, .alert-info {
  margin: 0.5rem 0;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(160, 160, 160, 0.4);
  box-shadow: 0px 0px 5px 0 rgba(223, 223, 223, 0.8);
}
.alert .alert-icon, .alert-warning .alert-icon, .alert-error .alert-icon, .alert-success .alert-icon, .alert-info .alert-icon {
  font-size: 2rem;
  text-align: center;
  max-width: 4rem;
  padding: 0.5rem;
  filter: saturate(2);
}
.alert .alert-title, .alert-warning .alert-title, .alert-error .alert-title, .alert-success .alert-title, .alert-info .alert-title {
  font-size: 0.9rem;
  font-weight: 600;
  filter: brightness(2);
  margin-bottom: -0.1rem;
}
.alert .alert-text, .alert-warning .alert-text, .alert-error .alert-text, .alert-success .alert-text, .alert-info .alert-text {
  font-size: 1rem;
  font-weight: 600;
}
.alert .alert-content, .alert-warning .alert-content, .alert-error .alert-content, .alert-success .alert-content, .alert-info .alert-content {
  font-size: 0.8rem;
}
.alert .alert-content ul, .alert-warning .alert-content ul, .alert-error .alert-content ul, .alert-success .alert-content ul, .alert-info .alert-content ul {
  padding-left: 1rem;
}

.alert-error {
  background-color: #ffcbcb;
  color: rgb(78, 28, 28);
}

.alert-warning {
  background-color: rgb(255, 203, 154);
  color: rgb(75, 26, 3);
}

.alert-success {
  background-color: #b4ffd3;
  color: rgb(28, 83, 31);
}

.alert-info {
  background-color: #c1f6ff;
  color: rgb(36, 75, 99);
}

.alert-announcement {
  background-color: #ffeea3;
  color: rgb(63, 51, 29);
}

.pill, .pill-primary, .pill-muted {
  background-color: rgb(49, 49, 49);
  color: white;
  font-size: 0.9rem;
  padding: 0.3rem 0.9rem;
  border-radius: 1rem;
  transition: filter 0.5s, background-color 0.5s;
  display: inline-block;
  position: relative;
}
.pill .badge-new, .pill-primary .badge-new, .pill-muted .badge-new {
  position: absolute;
  top: -3px;
  right: -12px;
  background-color: rgb(19, 173, 78);
  color: rgb(255, 255, 255);
  font-size: 0.6rem;
  padding: 0.02rem 0.2rem;
  border-radius: 0.2rem;
}

.pill-group .pill:not(:last-child), .pill-group .pill-primary:not(:last-child), .pill-group .pill-muted:not(:last-child) {
  margin-right: 0.2rem;
}
.pill-group .pill:not(:first-child), .pill-group .pill-primary:not(:first-child), .pill-group .pill-muted:not(:first-child) {
  margin-left: 0.2rem;
}

.pill-muted {
  background-color: rgb(206, 206, 206);
}

.pill-primary {
  background-color: rgb(90, 57, 66);
}

a.pill:hover, a.pill-muted:hover, a.pill-primary:hover {
  color: white;
  filter: brightness(125%);
}

.lang-si {
  font-family: "Noto Serif Sinhala", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.lang-en {
  font-family: "Yaldevi", sans-serif !important;
}

.lang-ta {
  font-family: "Yaldevi", sans-serif !important;
}

.gradient-lighter {
  background: -webkit-linear-gradient(to right, #f0aaaf, #fcf9fe, #9de7f7); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f0aaaf, #fcf9fe, #9de7f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.zoom {
  animation: scale 20s linear infinite;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: #352127;
}

img {
  max-width: 100%;
}

h1, h2 {
  color: rgb(90, 57, 66);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem;
}

h2 {
  font-size: 1.8rem;
}

.paragraph, .page-section .page-section-intro, .card .card-body .text-block, .card-news .card-body .text-block, .card-thumbnail .card-body .text-block {
  text-align: justify;
  text-justify: inter-word;
}

.btn {
  font-size: 1rem;
  color: white;
  padding: 0.25rem 0.8rem;
  font-size: 1rem;
  transition: background-color 0.5s;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-round {
  border-radius: 1.5rem;
}

.btn-primary {
  background-color: rgb(90, 57, 66);
  border: 1px solid rgb(90, 57, 66);
  border-color: #895764;
}

.btn-primary:hover {
  background-color: #352127;
  border-color: rgb(90, 57, 66);
}

.btn-primary:active {
  background-color: #1c1114;
  border-color: #1c1114;
}

.btn-secondary {
  background-color: rgb(61, 61, 61);
  border-color: rgb(61, 61, 61);
}

.btn-secondary:hover {
  background-color: rgb(48, 48, 48);
}

.btn-active {
  background-color: #1c1114 !important;
  border-color: #1c1114;
}

.btn-group.btn-group-block {
  display: flex;
}

.btn-group-block .btn {
  flex: 1;
}

.box-xl {
  max-width: 1280px;
}

.box-lg {
  max-width: 960px;
}

.box-md {
  max-width: 720px;
}

.box-sm {
  max-width: 600px;
}

.box-xs {
  max-width: 480px;
}

[class*=box-] {
  margin: auto;
}

.z-5 {
  z-index: 5;
}

.z-3 {
  z-index: 3;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center-xy {
  text-align: center;
  margin: auto;
}

.center-box {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.block {
  display: inline-block;
}

.gm-style .gm-style-iw {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.brand-image-md {
  width: 60%;
  margin-top: 10%;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hide {
  display: none;
}

.spinner {
  font-size: 2.5rem;
  text-align: center;
  padding: 1rem;
}

i {
  min-width: 1.6rem;
  text-align: center;
  margin: auto;
}

.institute-logo {
  padding: 0.2rem;
  margin: auto;
  text-align: center;
}
.institute-logo img {
  max-height: 72px;
}

.avatar, .avatar-lg {
  margin: auto;
}
.avatar img, .avatar-lg img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  background-color: rgb(90, 57, 66);
  transition: background-color 0.5s, transform 0.2s;
  overflow: hidden;
}
.avatar img:hover, .avatar-lg img:hover {
  background-color: #794d59;
  transform: scale(1.05);
}

.cs-former {
  text-align: center;
}
.cs-former .avatar img, .cs-former .avatar-lg img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.cs-former .avatar img:hover, .cs-former .avatar-lg img:hover {
  background-color: #794d59;
  transform: scale(1.05);
}
.cs-former .name {
  font-size: 1.2rem;
  color: rgb(90, 57, 66);
  font-weight: 600;
}
.cs-former .timespan {
  color: rgb(165, 165, 165);
  font-size: 0.9rem;
  margin-top: -0.3rem;
}

.tabs {
  padding: 0.5rem 0.5rem;
}
.tabs .tab {
  display: inline-block;
  background-color: rgb(247, 247, 247);
  border-radius: 1.2rem;
  color: rgb(90, 57, 66);
  padding: 0.4rem 0.8rem;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: background-color 0.5s;
}
.tabs .tab.active {
  background-color: rgb(90, 57, 66);
  color: white;
}
.tabs .tab:hover:not(.active) {
  background-color: rgb(228, 228, 228);
}
.tabs .tab .count {
  display: inline;
  font-size: 0.8rem;
  background-color: white;
  color: rgb(90, 57, 66);
  font-weight: 600;
  border-radius: 0.8rem;
  padding: 0.1rem 0.4rem;
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
}

.contacts {
  text-align: center;
  padding: 0.6rem;
}
.contacts .label {
  font-size: 0.8rem;
  color: rgb(141, 140, 140);
}
.contacts .name {
  font-size: 1.6rem;
  color: rgb(90, 57, 66);
  font-weight: 600;
}
.contacts .phone,
.contacts .email {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(90, 57, 66);
}
.contacts .address {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: rgb(90, 57, 66);
}

hr {
  color: rgb(255, 255, 255);
  width: 60%;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 2px;
  background-image: linear-gradient(to right, rgba(90, 57, 66, 0), rgba(137, 87, 100, 0.5), rgba(90, 57, 66, 0));
}

.fb-page-container {
  margin: 2rem;
}
.fb-page-container .fb-page {
  border-radius: 0.5rem;
}

.box-full {
  width: 100%;
}
.box-full .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(90, 57, 66, 0), rgba(0, 0, 0, 0.6));
}
.box-full .background {
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.page-section {
  scroll-snap-stop: always;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-section .page-section-background {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  object-fit: cover;
  z-index: -1;
}
.page-section .page-section-content {
  padding: 1rem;
}
.page-section .page-section-content.gradient-lr {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}
.page-section .page-section-content.gradient-dark {
  background-image: linear-gradient(to right, rgba(31, 31, 31, 0.9), rgba(66, 66, 66, 0));
}
.page-section .page-section-content.background-dark {
  background-image: linear-gradient(to right, rgba(70, 40, 7, 0.9), rgba(36, 9, 9, 0.8), rgba(95, 7, 67, 0.9));
  backdrop-filter: sepia(1);
}
.page-section .page-section-title {
  font-size: 1.8rem;
  color: rgb(90, 57, 66);
  text-align: center;
  padding: 1.5rem 0;
}
.page-section .page-section-intro {
  font-size: 1rem;
  padding: 0.5rem 0 1rem;
}

.page-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-banner .background {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  object-fit: cover;
  z-index: -1;
  margin-top: -30px;
  height: 300px;
}
.page-banner .content {
  background-image: linear-gradient(rgba(22, 5, 5, 0.9), rgba(0, 0, 0, 0.3)), linear-gradient(to right, rgba(100, 40, 6, 0.6), rgba(3, 3, 3, 0), rgba(107, 15, 61, 0.6));
  backdrop-filter: sepia(0.1);
}
.page-banner .content .title {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 5rem 1rem 2rem;
  text-shadow: 0 2px 4px #000000;
}

.dos-number {
  padding: 1rem;
}
.dos-number .label {
  font-size: 1.2rem;
  margin-bottom: -1.4rem;
}
.dos-number .number {
  font-weight: 600;
  font-size: 4rem;
  color: rgb(90, 57, 66);
}

.editor-link {
  font-size: 1rem !important;
  color: rgb(0, 125, 228);
  margin-left: 0.5rem;
}

.content-warning {
  font-size: 0.9rem !important;
  color: rgb(170, 85, 5);
}

#home-downloads .card-body {
  min-height: 360px;
  max-height: 360px;
}

.contact-info .li-item:hover .iconbox {
  color: rgb(90, 57, 66);
}
.contact-info .li-item:hover .tag, .contact-info .li-item:hover .tag-primary, .contact-info .li-item:hover .tag-muted, .contact-info .li-item:hover .tag-language {
  background-color: rgb(90, 57, 66);
}
.contact-info .li-item .iconbox {
  font-size: 2rem;
  text-align: center;
  margin: auto;
  transition: color 0.25s;
}
@media screen and (min-width: 768px) {
  .contact-info .li-item .iconbox {
    max-width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-info .li-item .iconbox {
    max-width: 4rem;
  }
}
.contact-info .li-item .label {
  font-size: 0.8rem;
  color: gray;
}
.contact-info .li-item .text {
  font-size: 1.1rem;
}

a.external-link {
  color: rgb(90, 57, 66);
}

table tr:nth-child(odd) {
  background-color: #f3ecee;
}
table th {
  background-color: #e9dce0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding: 0.4rem;
}
table td {
  padding: 0.4rem 0.6rem;
  border: 1px solid #e9dce0;
}

.avatar, .avatar-lg {
  margin: auto;
}
.avatar img, .avatar-lg img {
  border-radius: 50%;
  object-fit: cover;
  background-color: rgb(90, 57, 66);
  transition: background-color 0.5s, transform 0.2s;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.avatar img:hover, .avatar-lg img:hover {
  background-color: #794d59;
  transform: scale(1.05);
}

.avatar-lg img {
  width: 10rem;
  height: 10rem;
}

.dos-logo {
  padding: 2rem;
  text-align: center;
}
.dos-logo img {
  width: 256px;
}

.xx {
  z-index: 500;
}

audio {
  width: 100%;
}

.col.switchbox {
  max-width: 6rem;
  text-align: right;
  margin: auto;
  padding: 0.5rem;
}
.col.iconbox {
  max-width: 4rem;
  text-align: center;
  font-size: 1.8rem;
}

.w-1 {
  max-width: 1rem;
}
.w-2 {
  max-width: 2rem;
}
.w-3 {
  max-width: 3rem;
}

.gallery {
  padding: 0.5rem;
}
.gallery .image-container {
  overflow: hidden;
}
.gallery .image-container img {
  transition: transform 0.1s ease-in;
}
.gallery .image-container img:hover {
  background-color: #794d59;
  transform: scale(1.025);
}

/*# sourceMappingURL=styles.css.map */
