html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  font-family: "Yaldevi", sans-serif !important;
}

.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;
}

.nav-pills .nav-link {
  margin: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(139, 44, 60);
  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(139, 44, 60);
  color: white;
}
.nav-pills .nav-link:hover:not(.active) {
  background-color: rgb(139, 44, 60);
  color: white;
}

.bg-muted {
  background-color: rgb(95, 95, 95);
}

#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;
}

#page {
  height: 100%;
  padding: 0.5rem;
}
#page #page-content {
  height: 100%;
}

#ribbon {
  z-index: 50;
  position: fixed;
}
#ribbon .toolbar {
  background-color: white;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(80, 80, 80, 0.4);
  z-index: 50;
  padding: 0.5rem 1rem;
}
#ribbon .toolbar .title {
  font-size: 1.5rem;
}
#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) {
  #sidemenu {
    width: 14rem;
  }
  #sidemenu .text {
    max-width: 100%;
    opacity: 1;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    width: calc(100% - 14rem);
    margin-left: 14rem;
  }
  #sidemenu.toggled {
    width: 3rem;
  }
  #sidemenu.toggled .text {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu.toggled ~ #page, #sidemenu.toggled ~ #ribbon {
    width: calc(100% - 3rem);
    margin-left: 3rem;
  }
}
@media (max-width: 720px) {
  #sidemenu {
    width: 0;
  }
  #sidemenu .text {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidemenu.toggled {
    width: 14rem;
  }
  #sidemenu.toggled .text {
    max-width: 100%;
    opacity: 1;
  }
}

#appbar-shadow {
  height: 4rem;
}

#appbar {
  position: fixed;
  height: 4rem;
  padding: 0.2rem;
  width: 100%;
  background-color: #782634;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 200;
  color: white;
  margin: auto;
}
#appbar .brand {
  font-size: 1.4rem;
  color: white;
  margin-left: 0.5rem;
}
#appbar .appbar-user {
  max-width: 210px;
  margin: auto;
  text-align: center;
}
#appbar .appbar-user .avatar img, #appbar .appbar-user .avatar-xs img, #appbar .appbar-user .avatar-sm img, #appbar .appbar-user .avatar-md img, #appbar .appbar-user .avatar-lg img, #appbar .appbar-user .avatar-xl img, #appbar .appbar-user .avatar-xxl img {
  height: 3rem;
  width: 3rem;
}
#appbar .appbar-user .username {
  color: white;
  margin: auto;
  font-size: 1rem;
  padding: 0.25rem 0.6rem;
  border-radius: 1rem;
  background-color: rgb(63, 63, 63);
  transition: background-color 0.5s;
}
#appbar .appbar-user .username:hover {
  background-color: rgb(32, 99, 110);
}
#appbar .logout {
  max-width: 80px;
  margin: auto;
  text-align: center;
}
#appbar .logout a {
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 0.6rem;
  border-radius: 1rem;
  background-color: rgb(63, 63, 63);
  transition: background-color 0.5s;
}
#appbar .logout a:hover {
  background-color: rgb(148, 148, 148);
}
#appbar .pill {
  background-color: #702330;
  color: white;
  font-size: 1rem;
}
#appbar .pill:hover {
  background-color: #64202b;
}
#appbar .pill .pill-badge {
  background-color: #64202b;
}
#appbar .navlink-container {
  max-width: max-content;
  padding: 0 0.25rem;
  margin: auto;
  text-align: left;
}
#appbar .navlink-container .navlink {
  color: white;
  padding: 0.4rem 0.6rem;
  border-radius: 1rem;
  background-color: rgb(82, 82, 82);
  transition: background-color, 0.5s;
}
#appbar .navlink-container .navlink-icon {
  font-size: 1.4rem;
}
#appbar .navlink-container .navlink-text {
  display: inline;
  font-size: 0.9rem;
  text-align: center;
  transition: width 1s;
}
#appbar .navlink-container .navlink:hover {
  max-width: max-content;
  background-color: rgb(201, 0, 0);
}
#appbar .navlink-container .navlink:hover .navlink-text {
  display: inline;
}

#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: rgb(139, 44, 60);
}

.navbar {
  box-shadow: 0 1px 4px 0 rgba(139, 44, 60, 0.4);
  background-color: rgba(139, 44, 60, 0.9);
  backdrop-filter: blur(5px);
  border: 0;
  padding: 0;
}
.navbar .nav-item {
  transition: background-color 0.5s;
}
.navbar .nav-item .nav-link {
  font-size: 1rem;
  text-shadow: 0px 0px 3px #000000;
  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: #8b2c3c;
  min-width: 18rem;
  border-radius: 0 0 1rem 1rem;
  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: #64202b;
  color: #c34157;
}
.navbar .nav-item.active {
  background-color: #64202b;
  color: rgb(139, 44, 60);
}
.navbar .nav-item.nav-subitem {
  background-color: #872b3a;
  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, .statspage-container, .statcard {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0 rgba(233, 233, 233, 0.6);
  margin: 0.5rem;
  overflow: hidden;
}
.card .card-body, .statspage-container .card-body, .statcard .card-body {
  padding: 1rem 2rem;
}
.card .card-body > .datalist, .statspage-container .card-body > .datalist, .statcard .card-body > .datalist, .card .card-body > .list, .statspage-container .card-body > .list, .statcard .card-body > .list {
  margin-left: -2rem;
  margin-right: -2rem;
}
.card .card-body object, .statspage-container .card-body object, .statcard .card-body object {
  margin-right: -1rem;
  width: 100%;
  min-height: 1024px;
}
.card .card-body .searchbox, .statspage-container .card-body .searchbox, .statcard .card-body .searchbox {
  padding: 1rem;
}
.card .card-body .searchbox .col:not(:last-child), .statspage-container .card-body .searchbox .col:not(:last-child), .statcard .card-body .searchbox .col:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox .col:not(:first-child), .statspage-container .card-body .searchbox .col:not(:first-child), .statcard .card-body .searchbox .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:last-child), .statspage-container .card-body .searchbox [class^=col-]:not(:last-child), .statcard .card-body .searchbox [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:first-child), .statspage-container .card-body .searchbox [class^=col-]:not(:first-child), .statcard .card-body .searchbox [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .text-block, .statspage-container .card-body .text-block, .statcard .card-body .text-block {
  padding: 2rem 1rem;
}
.card .card-body .searchbox, .statspage-container .card-body .searchbox, .statcard .card-body .searchbox {
  background-color: #fafafa;
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
}
.card .card-body .title, .statspage-container .card-body .title, .statcard .card-body .title {
  text-align: center;
  padding: 1rem 0;
}
.card .card-body .title .tag, .statspage-container .card-body .title .tag, .card .card-body .title .tag-cs-audit, .statspage-container .card-body .title .tag-cs-audit, .card .card-body .title .tag-cs-eng, .statspage-container .card-body .title .tag-cs-eng, .card .card-body .title .tag-cs-mdtu, .statspage-container .card-body .title .tag-cs-mdtu, .card .card-body .title .tag-cs-pt, .statspage-container .card-body .title .tag-cs-pt, .card .card-body .title .tag-cs-budget, .statspage-container .card-body .title .tag-cs-budget, .card .card-body .title .tag-cs-acc, .statspage-container .card-body .title .tag-cs-acc, .card .card-body .title .tag-cs-pay, .statspage-container .card-body .title .tag-cs-pay, .card .card-body .title .tag-cs-fi, .statspage-container .card-body .title .tag-cs-fi, .card .card-body .title .tag-cs-pl, .statspage-container .card-body .title .tag-cs-pl, .card .card-body .title .tag-cs-ad, .statspage-container .card-body .title .tag-cs-ad, .card .card-body .title .tag-cs, .statspage-container .card-body .title .tag-cs, .card .card-body .title .tag-shortname, .statspage-container .card-body .title .tag-shortname, .card .card-body .title .tag-role, .statspage-container .card-body .title .tag-role, .card .card-body .title .tag-delayed, .statspage-container .card-body .title .tag-delayed, .card .card-body .title .tag-priority, .statspage-container .card-body .title .tag-priority, .card .card-body .title .tag-online, .statspage-container .card-body .title .tag-online, .card .card-body .title .tag-file, .statspage-container .card-body .title .tag-file, .card .card-body .title .tag-id, .statspage-container .card-body .title .tag-id, .card .card-body .title .tag-muted, .statspage-container .card-body .title .tag-muted, .card .card-body .title .tag-userstate, .statspage-container .card-body .title .tag-userstate, .card .card-body .title .tag-dark, .statspage-container .card-body .title .tag-dark, .card .card-body .title .tag-primary, .statspage-container .card-body .title .tag-primary, .statcard .card-body .title .tag, .statcard .card-body .title .tag-cs-audit, .statcard .card-body .title .tag-cs-eng, .statcard .card-body .title .tag-cs-mdtu, .statcard .card-body .title .tag-cs-pt, .statcard .card-body .title .tag-cs-budget, .statcard .card-body .title .tag-cs-acc, .statcard .card-body .title .tag-cs-pay, .statcard .card-body .title .tag-cs-fi, .statcard .card-body .title .tag-cs-pl, .statcard .card-body .title .tag-cs-ad, .statcard .card-body .title .tag-cs, .statcard .card-body .title .tag-shortname, .statcard .card-body .title .tag-role, .statcard .card-body .title .tag-delayed, .statcard .card-body .title .tag-priority, .statcard .card-body .title .tag-online, .statcard .card-body .title .tag-file, .statcard .card-body .title .tag-id, .statcard .card-body .title .tag-muted, .statcard .card-body .title .tag-userstate, .statcard .card-body .title .tag-dark, .statcard .card-body .title .tag-primary {
  font-size: 1rem;
}
.card .card-body .title .logo, .statspage-container .card-body .title .logo, .statcard .card-body .title .logo {
  margin: auto;
  width: 120px;
  transition: transform 0.2s ease-in;
}
.card .card-body .title .logo:hover, .statspage-container .card-body .title .logo:hover, .statcard .card-body .title .logo:hover {
  transform: scale(1.05);
}
.card .card-body .title .text, .statspage-container .card-body .title .text, .statcard .card-body .title .text {
  font-size: 1.8rem;
  padding: 1rem 0 0.5rem;
}
.card .card-body .title .subtext, .statspage-container .card-body .title .subtext, .statcard .card-body .title .subtext {
  font-size: 1rem;
  color: #7a7a7a;
}
.card .card-body embed, .statspage-container .card-body embed, .statcard .card-body embed {
  padding: 1rem 0;
}
.card .card-body .image-block, .statspage-container .card-body .image-block, .statcard .card-body .image-block {
  position: relative;
  overflow: hidden;
}
.card .card-body .image-block img, .statspage-container .card-body .image-block img, .statcard .card-body .image-block img {
  width: 100%;
}
.card .card-body .image-block .credit, .statspage-container .card-body .image-block .credit, .statcard .card-body .image-block .credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
  background-color: rgba(139, 44, 60, 0.3);
  color: white;
  font-size: 0.9rem;
  text-align: center;
  backdrop-filter: blur(2px);
}
.card .card-body .text-block, .statspage-container .card-body .text-block, .statcard .card-body .text-block {
  padding: 2rem 1rem;
}
.card .card-body .highlighted-block, .statspage-container .card-body .highlighted-block, .statcard .card-body .highlighted-block {
  background-color: rgb(255, 255, 217);
  padding: 1rem 0;
  border-top: 1px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
}

.card + .card, .statspage-container + .card, .card + .statspage-container, .statspage-container + .statspage-container, .statcard + .card, .statcard + .statspage-container, .card + .statcard, .statspage-container + .statcard, .statcard + .statcard {
  margin-top: 1rem;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(139, 44, 60);
  text-align: center;
  padding: 2rem 1rem 0.5rem;
}

.card-top {
  text-align: center;
  border-bottom: 1px solid rgba(139, 44, 60, 0.2);
  padding: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: rgb(139, 44, 60);
  color: white;
}
.card-top .title {
  font-size: 1.4rem;
}
.card-top .subtitle {
  font-size: 1rem;
  color: #7a7a7a;
}

.card-bottom {
  background-color: rgb(211, 240, 238);
  text-align: center;
  border-top: 1px solid rgba(139, 44, 60, 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(139, 44, 60, 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(139, 44, 60, 0), rgba(139, 44, 60, 0), rgba(139, 44, 60, 0), rgba(139, 44, 60, 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;
}

.statcard {
  padding: 0.5rem;
  text-align: center;
  background-color: rgb(239, 248, 255);
  transition: filter 0.5s ease;
}
.statcard:hover {
  filter: brightness(110%);
}
.statcard.active {
  background-color: rgb(254, 255, 202);
}
.statcard.active .icon {
  color: rgb(231, 192, 18);
}
.statcard.delayed {
  background-color: rgb(255, 227, 227);
}
.statcard.delayed .icon {
  color: rgb(165, 31, 31);
}
.statcard .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(53, 53, 53);
  padding: 0.25rem 0;
}
.statcard .number {
  font-size: 2.4rem;
  font-weight: 600;
}
.statcard .number2 {
  font-size: 1.4rem;
  color: rgb(158, 158, 158);
  font-weight: 600;
}
.statcard .subtext {
  font-size: 0.8rem;
  color: rgb(158, 158, 158);
}
.statcard .icon {
  font-size: 2rem;
  margin: auto;
}

/* 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(139, 44, 60);
}

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.5rem;
}
.form-group.warning .form-control,
.form-group.warning .custom-select {
  background-color: rgb(239, 255, 255);
  color: #9a2400;
  border-color: rgba(255, 60, 1, 0.1);
}
.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: rgb(239, 255, 255);
  color: #001a00;
  border-color: rgba(0, 128, 0, 0.1);
}
.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);
}
.form-group.hidden {
  display: none;
}

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

.form-control,
.custom-select,
.form-control:disabled,
.form-control[readonly] {
  background-color: rgb(239, 255, 255);
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem 0.15rem;
  border-color: rgba(139, 44, 60, 0.2);
}
.form-control:focus,
.custom-select:focus,
.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: rgba(139, 44, 60, 0.2);
  background-color: rgba(255, 255, 0, 0.2);
}
.form-control.inputstate-invalid,
.custom-select.inputstate-invalid,
.form-control:disabled.inputstate-invalid,
.form-control[readonly].inputstate-invalid {
  background-color: rgb(255, 212, 162);
}
.form-control.inputstate-valid,
.custom-select.inputstate-valid,
.form-control:disabled.inputstate-valid,
.form-control[readonly].inputstate-valid {
  background-color: rgb(164, 255, 192);
}

select.formcontrol.changed-input {
  background-color: red;
}

.radio_circle {
  width: 2rem;
}

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

.radio-group {
  border: 1px solid rgba(139, 44, 60, 0.2);
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  background-color: rgb(239, 255, 255);
}
.radio-group label {
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: rgba(139, 44, 60, 0.4);
  outline: none;
}

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

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

.radiolist {
  padding: 0.2rem 0;
}

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

.input-label {
  font-size: 0.9rem;
  color: rgb(139, 44, 60);
}

label {
  font-size: 0.9rem;
  color: #5d1d28;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

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

.form-section {
  padding: 1rem 0;
}
.form-section .form-section-title {
  font-size: 1.2rem;
  color: rgb(139, 44, 60);
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-section:not(:last-child) {
  border-bottom: 2px dashed rgb(216, 216, 216);
}

.radio-group-labels .form-check {
  padding-left: 0;
  padding-right: 0.3rem;
}
.radio-group-labels .form-check-label {
  background-color: rgb(240, 240, 240);
  width: 100%;
  padding: 0.1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.radio-group-labels input[type=radio] {
  display: none;
}
.radio-group-labels input[type=radio]:checked + label {
  background-color: rgb(252, 252, 163);
}

.task-state {
  transform: scale(1.6);
  accent-color: rgb(139, 44, 60);
}

.tag, .tag-cs-audit, .tag-cs-eng, .tag-cs-mdtu, .tag-cs-pt, .tag-cs-budget, .tag-cs-acc, .tag-cs-pay, .tag-cs-fi, .tag-cs-pl, .tag-cs-ad, .tag-cs, .tag-shortname, .tag-role, .tag-delayed, .tag-priority, .tag-online, .tag-file, .tag-id, .tag-muted, .tag-userstate, .tag-dark, .tag-primary {
  background-color: rgb(49, 49, 49);
  color: white;
  font-size: 0.9rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  transition: filter 0.5s, background-color 0.5s;
  display: inline-block;
  text-align: center;
}
.tag-bg-50 {
  background-color: rgb(233, 48, 48);
}
.tag-bg-60 {
  background-color: rgb(241, 131, 40);
}
.tag-bg-70 {
  background-color: rgb(228, 215, 32);
}
.tag-bg-80 {
  background-color: rgb(50, 211, 77);
}
.tag-bg-90 {
  background-color: rgb(16, 129, 54);
}
.tag-bg-100 {
  background-color: rgb(27, 121, 184);
}

.tag-group {
  margin-right: 0.5rem;
}
.tag-group .tag:not(:last-child), .tag-group .tag-cs-audit:not(:last-child), .tag-group .tag-cs-eng:not(:last-child), .tag-group .tag-cs-mdtu:not(:last-child), .tag-group .tag-cs-pt:not(:last-child), .tag-group .tag-cs-budget:not(:last-child), .tag-group .tag-cs-acc:not(:last-child), .tag-group .tag-cs-pay:not(:last-child), .tag-group .tag-cs-fi:not(:last-child), .tag-group .tag-cs-pl:not(:last-child), .tag-group .tag-cs-ad:not(:last-child), .tag-group .tag-cs:not(:last-child), .tag-group .tag-shortname:not(:last-child), .tag-group .tag-role:not(:last-child), .tag-group .tag-delayed:not(:last-child), .tag-group .tag-priority:not(:last-child), .tag-group .tag-online:not(:last-child), .tag-group .tag-file:not(:last-child), .tag-group .tag-id:not(:last-child), .tag-group .tag-muted:not(:last-child), .tag-group .tag-userstate:not(:last-child), .tag-group .tag-dark:not(:last-child), .tag-group .tag-primary:not(:last-child) {
  margin-right: 0.2rem;
}
.tag-group .tag:not(:first-child), .tag-group .tag-cs-audit:not(:first-child), .tag-group .tag-cs-eng:not(:first-child), .tag-group .tag-cs-mdtu:not(:first-child), .tag-group .tag-cs-pt:not(:first-child), .tag-group .tag-cs-budget:not(:first-child), .tag-group .tag-cs-acc:not(:first-child), .tag-group .tag-cs-pay:not(:first-child), .tag-group .tag-cs-fi:not(:first-child), .tag-group .tag-cs-pl:not(:first-child), .tag-group .tag-cs-ad:not(:first-child), .tag-group .tag-cs:not(:first-child), .tag-group .tag-shortname:not(:first-child), .tag-group .tag-role:not(:first-child), .tag-group .tag-delayed:not(:first-child), .tag-group .tag-priority:not(:first-child), .tag-group .tag-online:not(:first-child), .tag-group .tag-file:not(:first-child), .tag-group .tag-id:not(:first-child), .tag-group .tag-muted:not(:first-child), .tag-group .tag-userstate:not(:first-child), .tag-group .tag-dark:not(:first-child), .tag-group .tag-primary:not(:first-child) {
  margin-left: 0.2rem;
}

.tag-primary {
  background-color: rgb(139, 44, 60);
}

.tag-dark {
  background-color: rgb(63, 63, 63);
}

.tag-userstate {
  background-color: rgb(255, 196, 35);
  color: rgb(0, 0, 0);
}

.tag-muted {
  background-color: rgb(206, 206, 206);
  color: rgb(66, 66, 66);
  border: 1px solid rgba(128, 128, 128, 0.2);
}

a.tag:hover, a.tag-cs-audit:hover, a.tag-cs-eng:hover, a.tag-cs-mdtu:hover, a.tag-cs-pt:hover, a.tag-cs-budget:hover, a.tag-cs-acc:hover, a.tag-cs-pay:hover, a.tag-cs-fi:hover, a.tag-cs-pl:hover, a.tag-cs-ad:hover, a.tag-cs:hover, a.tag-shortname:hover, a.tag-role:hover, a.tag-delayed:hover, a.tag-priority:hover, a.tag-online:hover, a.tag-file:hover, a.tag-id:hover, a.tag-primary:hover, a.tag-dark:hover, a.tag-userstate:hover, a.tag-muted:hover {
  color: white;
  filter: brightness(125%);
}

.tag-id {
  letter-spacing: 1px;
  background-color: rgb(73, 73, 73);
  font-size: 0.9rem;
}

.tag-file {
  color: black;
  text-align: left;
  font-size: 0.8rem;
  background-color: rgb(255, 255, 244);
  border: 1px solid rgba(207, 207, 207, 0.1);
}

.tag-online {
  background-color: rgb(66, 192, 34);
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
}

.tag-priority {
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.tag-role-admin {
  background-color: rgb(65, 60, 60);
}
.tag-role-postmaster {
  background-color: rgb(94, 38, 38);
}
.tag-role-spectator {
  background-color: rgb(139, 35, 96);
}
.tag-role-subject {
  background-color: rgb(52, 81, 100);
}

.tag-delayed {
  background-color: red;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.tag-role {
  background-color: rgb(97, 64, 141);
  color: white;
  font-size: 0.8rem;
}

.tag-shortname {
  background-color: rgb(231, 231, 231);
  font-weight: 600;
  color: rgb(139, 44, 60);
}

.tag-cs {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(255, 165, 0, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-ad {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(241, 220, 97, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-pl {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(255, 121, 150, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-fi {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(146, 204, 255, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-pay {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(158, 151, 255, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-acc {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(41, 129, 156, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-budget {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(0, 153, 255, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-pt {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(66, 248, 178, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-mdtu {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(106, 219, 96, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-eng {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(231, 110, 221, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-cs-audit {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(117, 117, 117, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

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

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

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

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

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

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

.text-xxs {
  font-size: 0.7em;
}

.text-primary {
  color: rgb(139, 44, 60) !important;
}

.text-green {
  color: rgb(66, 202, 53);
}

.text-searched {
  background-color: yellow;
  color: black;
  font-weight: 600;
  padding: 0 0.1rem;
}

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

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

.text-w500 {
  font-weight: 500;
}

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

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

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

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

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

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

.progress-text-50 {
  color: rgb(46, 158, 61);
}
.progress-text-30 {
  color: rgb(80, 163, 149);
}
.progress-text-20 {
  color: rgb(214, 166, 10);
}
.progress-text-10, .progress-text-11 {
  color: rgb(110, 108, 108);
}
.progress-text-1, .progress-text-2 {
  color: rgb(204, 28, 28);
}

.text-edit {
  font-size: 0.9rem;
  color: rgb(53, 53, 53);
  border-radius: 0.2rem;
}

*[class^=file-] {
  font-size: 2rem;
}

.file-pdf {
  color: rgb(226, 10, 10);
}
.file-doc, .file-docx, .file-dot {
  color: rgb(66, 102, 201);
}
.file-xls, .file-xlsx {
  color: rgb(59, 138, 52);
}
.file-ppt, .file-pptx {
  color: rgb(199, 88, 15);
}
.file-jpg, .file-jpeg, .file-png {
  color: rgb(255, 166, 2);
}
.file-ttf {
  color: rgb(111, 31, 131);
}
.file-mp3 {
  color: rgb(216, 157, 29);
}

.filenumber {
  font-size: 0.8rem;
  color: rgb(125, 144, 255);
  letter-spacing: 1px;
}

.strikethrough {
  text-decoration: line-through;
  color: rgb(139, 44, 60);
}

.datalist .listitem,
.list .listitem {
  position: relative;
}
.datalist .listitem .progress-bg-1,
.list .listitem .progress-bg-1 {
  background-color: #fea006;
}
.datalist .listitem .progress-bg-2,
.list .listitem .progress-bg-2 {
  background-color: #feae0c;
}
.datalist .listitem .progress-bg-3,
.list .listitem .progress-bg-3 {
  background-color: #fdbd12;
}
.datalist .listitem .progress-bg-4,
.list .listitem .progress-bg-4 {
  background-color: #fdcc18;
}
.datalist .listitem .progress-bg-5,
.list .listitem .progress-bg-5 {
  background-color: #fcda1e;
}
.datalist .listitem .progress-bg-6,
.list .listitem .progress-bg-6 {
  background-color: #fce924;
}
.datalist .listitem .progress-bg-7,
.list .listitem .progress-bg-7 {
  background-color: #fbf82a;
}
.datalist .listitem .progress-bg-8,
.list .listitem .progress-bg-8 {
  background-color: #c9ec36;
}
.datalist .listitem .progress-bg-9,
.list .listitem .progress-bg-9 {
  background-color: #64c549;
}
.datalist .listitem .progress-bg-10,
.list .listitem .progress-bg-10 {
  background-color: #009e5c;
}
.datalist .listitem + .listitem,
.list .listitem + .listitem {
  border-top: 1px solid rgb(230, 230, 230);
}
.datalist .listitem.bg-green,
.list .listitem.bg-green {
  background-color: rgb(215, 248, 215);
}
.datalist .listitem.bg-red,
.list .listitem.bg-red {
  background-color: rgb(255, 238, 238);
}
.datalist .listitem.listitem-muted,
.list .listitem.listitem-muted {
  background-color: rgb(241, 241, 241);
}
.datalist .listitem.listitem-important,
.list .listitem.listitem-important {
  background-color: rgb(255, 247, 204);
}
.datalist .listitem.listitem-highlighted,
.list .listitem.listitem-highlighted {
  background-color: rgb(255, 253, 142);
}
.datalist .listitem.listitem-attention,
.list .listitem.listitem-attention {
  background-color: rgb(255, 234, 234);
}
.datalist .listitem.bg-state1, .datalist .listitem.bg-state2,
.list .listitem.bg-state1,
.list .listitem.bg-state2 {
  background-color: rgb(255, 229, 229);
}
.datalist .listitem.bg-state10, .datalist .listitem.bg-state11,
.list .listitem.bg-state10,
.list .listitem.bg-state11 {
  background-color: rgb(231, 231, 231);
}
.datalist .listitem.bg-state20,
.list .listitem.bg-state20 {
  background-color: rgb(255, 253, 228);
}
.datalist .listitem.bg-state30,
.list .listitem.bg-state30 {
  background-color: rgb(234, 255, 253);
}
.datalist .listitem.bg-state50,
.list .listitem.bg-state50 {
  background-color: rgb(232, 253, 234);
}
@keyframes animationFrames {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.datalist .listitem .spinner,
.list .listitem .spinner {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.4rem;
  height: 100%;
  font-size: 2rem;
  animation: animationFrames ease-in-out 2000ms;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.datalist .listitem.listitem-sm .spinner,
.list .listitem.listitem-sm .spinner {
  padding: 0.25rem;
  font-size: 1.2rem;
}

.datalist > .listitem:hover .listitem-content {
  background-color: rgba(139, 44, 60, 0.05);
}
.datalist > .listitem:hover .listitem-content .progress-bar {
  filter: brightness(110%);
}
.datalist > .listitem:hover .listitem-content .pill {
  background-color: rgb(223, 223, 223);
}
.datalist > .listitem:hover .listitem-content .pill:hover {
  background-color: #c95468;
}
.datalist > .listitem:hover .showonhover {
  opacity: 1;
}
.datalist > .listitem:hover .showonhover.btn {
  pointer-events: auto;
}

.listitem-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: 5rem;
}
.li-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.li-icon i {
  margin-top: 0.4rem;
  font-size: 2.2rem;
  color: rgb(139, 44, 60);
  transition: background-color 0.4s;
}
.li-label {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgb(139, 44, 60);
}

.datalists .name {
  font-size: 1.1rem;
  color: rgb(139, 44, 60);
  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: #5d1d28;
  font-weight: 600;
  font-size: 1.1rem;
}

.date-box {
  font-weight: 600;
  max-width: 3rem;
  margin: auto;
  margin-top: 0.2rem;
}
.date-box .year {
  font-size: 0.8rem;
  color: rgb(39, 39, 39);
  padding: 0.1rem;
}
.date-box .month {
  color: rgb(90, 90, 90);
  font-size: 0.7rem;
}
.date-box .date {
  font-size: 1.1rem;
  color: rgb(48, 48, 48);
  border-top: none;
  font-size: 1.5rem;
  margin-top: -0.5rem;
}

.btn-addfile {
  background-color: rgb(250, 250, 139);
  color: black;
  font-weight: 600;
  padding: 0.2rem;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 0.25rem;
  box-shadow: 2px;
  padding: 0.2rem 0.5rem;
  font-size: 0.9rem;
}
.btn-addfile:hover {
  background-color: rgb(251, 255, 0);
  transition: background-color 0.2s;
}

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

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

::-webkit-scrollbar-thumb {
  background: rgba(139, 44, 60, 0.5);
  border: 0px none #ffffff;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #8b2c3c;
}

::-webkit-scrollbar-thumb:active {
  background: rgba(139, 44, 60, 0.5);
}

::-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;
}

.carousel .carousel-item-image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 480px;
  margin-top: -30px;
}
.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);
}

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

@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: 70vh;
}

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #000000;
  background: rgb(239, 255, 255);
  border: 1px solid rgba(139, 44, 60, 0.2);
  border-bottom-color: #bbb;
  border-radius: 0.5rem;
}

/*
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: 16px;
  font-weight: 600;
}

.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: 40px;
  /* 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;
  opacity: 1;
  *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.1rem;
  color: rgb(39, 39, 39);
}

.pika-table th {
  color: white;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  background-color: rgb(139, 44, 60);
}
.pika-table th:first-child {
  border-radius: 0.2rem 0 0 0.2rem;
}
.pika-table th:last-child {
  border-radius: 0 0.2rem 0.2rem 0;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgb(239, 255, 255);
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.1rem;
  text-align: center;
  background: #f7f7f7;
}

.pika-week {
  font-size: 14px;
  color: #410f0f;
}

.is-today .pika-button {
  color: orangered;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: white;
  font-weight: bold;
  background: rgb(139, 44, 60);
  border-radius: 3px;
}

.has-event .pika-button {
  background: #f8324c;
  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: #8b2c3c;
  box-shadow: none;
  border-radius: 0.25rem;
}

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

.treeview li:hover {
  color: rgb(139, 44, 60);
}
.treeview ul {
  padding-inline-start: 0;
  margin-block-start: 0.2rem;
  margin-block-end: 0.2rem;
  color: rgb(139, 44, 60);
  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(139, 44, 60);
  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(139, 44, 60, 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(139, 44, 60, 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: #742532;
  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: rgb(59, 59, 59);
}
#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: #8f2d3e;
  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(139, 44, 60);
  color: white;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#menu-toggle:hover {
  background-color: #b2384d;
}
@media (min-width: 720px) {
  #menu-toggle {
    display: none;
  }
}

.sidemenu-itemgroup {
  margin: 0.5rem 0;
  padding: 0.2rem 0;
  background-color: #832a39;
  border-radius: 0.5rem;
  border: 1px solid rgba(29, 29, 29, 0.2);
}
.sidemenu-itemgroup .sidemenu-itemgroup-title {
  font-size: 0.6rem;
  color: white;
  padding: 0.25rem;
  text-align: center;
}

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

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

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

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5d1d28;
  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: 1.8rem;
  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.8rem;
  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;
  padding: 0.25rem 0;
}
.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-group {
  padding: 0.25rem;
}
.pill-group .pill:not(:last-child) {
  margin-right: 0.2rem;
}
.pill-group .pill:not(:first-child) {
  margin-left: 0.2rem;
}

.pill {
  background-color: rgb(248, 248, 248);
  color: black;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  transition: background-color 0.5s;
  display: inline-block;
  position: relative;
  margin: 0.2rem;
  cursor: pointer;
  margin: auto;
}
.pill.active {
  background-color: #8b2c3c;
  color: white;
}
.pill.active .pill-badge {
  background-color: #782634;
}
.pill.active:hover {
  background-color: #702330;
  color: white;
}
.pill:hover {
  background-color: rgba(139, 44, 60, 0.3);
  color: black;
}
.pill .pill-icon {
  font-size: 0.9rem;
}
.pill .pill-text {
  padding: 0 0.5rem;
}
.pill .pill-badge {
  background-color: rgb(241, 241, 241);
  font-size: 0.8rem;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
}

@media print {
  .toolbar, #sidemenu, #appbar, #ribbon-shadow {
    display: none !important;
  }
}
.chosen-results {
  min-width: 1px;
}

.printbox {
  background-color: white;
  font-size: 0.8rem;
}
.printbox .printbox-title {
  padding: 0.5rem;
  text-align: center;
}
.printbox .printbox-title .subtitle {
  font-size: 0.9rem;
  font-weight: 600;
}
.printbox .printbox-body {
  padding: 1rem;
  padding-right: 4rem;
}
.printbox .printbox-body .list {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0.25rem;
}
.printbox .printbox-body .list .listitem-content {
  padding: 0.1rem 0.25rem;
}
.printbox .printbox-body .col:not(:first-child) {
  border-left: 1px solid rgb(221, 221, 221);
  padding-left: 0.4rem;
}
.printbox .printbox-body .cell {
  padding: 0.1rem;
  margin: auto;
}
.printbox .printbox-body .assigned_text {
  font-size: 1rem;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: rgb(237, 255, 255);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(139, 44, 60, 0.2);
  border-radius: 5px;
  background-color: rgb(239, 255, 255);
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background-color: white;
  line-height: normal;
  border-radius: 0.25rem;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #000000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0.2rem 0.4rem;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 0.9rem;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: rgb(139, 44, 60);
  color: #fff;
}
.chosen-container .chosen-results li.highlighted em {
  color: black;
  background-color: yellow;
  font-weight: 600;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background-color: yellow;
  font-weight: 600;
  padding: 0.1rem;
  border-radius: 0.1rem;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #380c0c;
  line-height: normal;
  border-radius: 0.25rem;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0.25rem;
  background-color: #cc2222;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.timeline {
  padding: 1rem 0;
}
.timeline .timeline-item {
  margin: 0.5rem 0;
}
.timeline .timeline-item .timeline-date {
  font-weight: 600;
  text-align: center;
  border-radius: 0.1rem;
}
.timeline .timeline-item .timeline-date .date {
  color: black;
  font-size: 0.8rem;
}
.timeline .timeline-item .timeline-date .time {
  color: grey;
  font-size: 0.7rem;
}
.timeline .timeline-item .timeline-icon {
  background-color: rgb(139, 44, 60);
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1rem;
}
.timeline .timeline-item .timeline-line {
  border-left: 3px solid rgb(235, 235, 235);
}
.timeline .timeline-item .timeline-duration {
  text-align: center;
}
.timeline .timeline-item .timeline-duration .days {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.timeline .timeline-item .timeline-vine {
  max-width: 2rem;
  text-align: center;
}
.timeline .timeline-item .timeline-vine .dot {
  padding: 0.3rem;
  background-color: rgb(201, 201, 201);
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  margin-top: 0.2rem;
  border: 2px solid white;
}
.timeline .timeline-item .timeline-vine .line {
  background-color: rgb(226, 225, 225);
  width: 0.1rem;
  margin: auto;
  margin-top: 0;
  height: 100%;
}
.timeline .timeline-item .timeline-content .timeline-content-title {
  font-size: 0.9rem;
}
.timeline .timeline-item .timeline-content .timeline-note {
  background-color: rgb(255, 249, 230);
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem;
  font-size: 0.9rem;
}
.timeline .timeline-item.timeline-item-event .timeline-text {
  font-size: 0.8rem;
  font-weight: 400;
}
.timeline .timeline-item.timeline-item-event .timeline-wine .dot {
  background-color: rgb(167, 167, 167);
}
.timeline .timeline-item.timeline-item-note {
  border-radius: 0.5rem;
  text-align: justify;
  text-justify: inter-word;
}
.timeline .timeline-item.timeline-item-note .timeline-content-text {
  background-color: rgb(255, 249, 230);
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
}
.timeline .timeline-item.timeline-item-note .timeline-vine .dot {
  background-color: rgb(255, 187, 41);
}
.timeline .timeline-item.timeline-item-warning .timeline-date {
  background-color: rgb(255, 99, 125);
}
.timeline .timeline-item.timeline-item-warning .timeline-date .date {
  color: white;
}
.timeline .timeline-item.timeline-item-warning .timeline-content-title {
  color: red;
  font-weight: 600;
  font-size: 0.9rem;
}
.timeline .timeline-item.timeline-item-warning .dot {
  background-color: rgb(255, 84, 84);
}
.timeline .timeline-item:last-of-type .timeline-vine .line {
  display: none;
}

.login-container {
  background-color: white;
  height: 100%;
  /*
      @media(max-width: $width) {
          padding: 0;
      }

      @media(min-width: $width) {
          padding: 1rem;
      }*/
}
.login-container .logincard, .login-container .row, .login-container .logincard-left, .login-container .logincard-right {
  height: 100%;
}
.login-container .logincard {
  margin: auto;
  background-color: white;
  border-radius: 1rem;
  width: 100%;
  margin: auto;
}
.login-container .logincard .logincard-left {
  padding: 4rem;
  text-align: center;
  margin: auto;
}
@media (max-width: 800px) {
  .login-container .logincard .logincard-left {
    display: none;
  }
}
.login-container .logincard .logincard-left .version-label {
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #ffff5e;
  padding: 0.25rem 0.8rem;
  border-radius: 0.2rem;
}
.login-container .logincard .logincard-left img {
  width: 100%;
  max-width: 600px;
}
.login-container .logincard .logincard-right {
  background-color: rgb(223, 247, 255);
}
@media (min-width: 800px) {
  .login-container .logincard .logincard-right {
    max-width: 480px;
    width: 480px;
    padding: 4rem;
  }
}
.login-container .logincard .logincard-right .form-control {
  border-radius: 0.25rem;
}
.login-container .logincard .logincard-right button {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.login-container .logincard .logincard-right button:hover {
  background-color: #b2384d;
}

/*
.container{
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
  }
  .did-floating-label-content { 
    position:relative; 
    margin-bottom:20px; 
  }
  .did-floating-label {
    color:#1e4c82; 
    font-size:13px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:15px;
    top:11px;
    padding:0 5px;
    background:#fff;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .did-floating-input, .did-floating-select {
    font-size:12px;
    display:block;
    width:100%;
    height:36px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #3D85D8;
    border-radius: 4px;
    box-sizing: border-box;
    &:focus{
      outline:none;
      ~ .did-floating-label{
        top:-8px;
        font-size:13px;
      }
    }
  }

  select.did-floating-select {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  select.did-floating-select::-ms-expand {
    display: none;
  }

  .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top:-8px;
    font-size:13px;
  }
  .did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top:-8px;
    font-size:13px;
  }
  .did-floating-select[value=""]:focus ~ .did-floating-label {
    top:11px;
    font-size:13px;
  }
  .did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
      background-position: right 15px top 50%;
      background-repeat: no-repeat;
  }

  .did-error-input{
    .did-floating-input, .did-floating-select {
      border: 2px solid #9d3b3b;
      color:#9d3b3b;
    }
    .did-floating-label{
      font-weight: 600;
      color:#9d3b3b;
    }
    .did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
  }

  .input-group {
    display: flex;
    .did-floating-input{
      border-radius:0 4px 4px 0;
      border-left:0;
      padding-left:0;
    }
  }
  .input-group-append {
    display:flex;
    align-items:center;

  }
  .input-group-text {
      display: flex;
      align-items: center;
      font-weight: 400;
      height:34px;
      color: #323840;
      padding: 0 5px 0 20px;
    font-size:12px;
      text-align: center;
      white-space: nowrap;
      border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right:none;
  }


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

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

.text-en {
  font-family: "Tahoma" !important;
}

img {
  max-width: 100%;
}

h1, h2 {
  color: rgb(139, 44, 60);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem;
}

h2 {
  font-size: 1.8rem;
}

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

.paragraph, .card .card-body .text-block, .statspage-container .card-body .text-block, .statcard .card-body .text-block {
  text-align: justify;
  text-justify: inter-word;
}

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

.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;
}

.showonhover {
  opacity: 0;
  pointer-events: none; /* Prevent clicks when hidden */
  transition: opacity 0.5s ease;
}
.showonhover:hover {
  opacity: 1;
  pointer-events: auto;
}

.btn-primary {
  background-color: rgb(139, 44, 60);
  border: 1px solid rgb(139, 44, 60);
  border-color: #c34157;
}

.btn-primary:hover {
  background-color: #5d1d28;
  border-color: rgb(139, 44, 60);
}

.btn-primary:active {
  background-color: #3e131b;
  border-color: #3e131b;
}

.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: #3e131b !important;
  border-color: #3e131b;
}

.btn-action {
  background-color: rgb(111, 185, 255);
  border-color: rgb(61, 61, 61);
}

.btn-new {
  padding: 0.2rem 0.1rem;
  background-color: rgb(66, 202, 53);
  border-radius: 2rem;
  color: white;
}

.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;
}

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

.hide {
  display: none;
}

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

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;
}

hr {
  color: rgb(34, 34, 34);
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 2px;
}

.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(139, 44, 60, 0), rgba(0, 0, 0, 0.6));
}
.box-full .background {
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.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);
}

a.external-link {
  color: rgb(139, 44, 60);
}

.avatar, .avatar-xs, .avatar-sm, .avatar-md, .avatar-lg, .avatar-xl, .avatar-xxl {
  margin: auto;
}
.avatar img, .avatar-xs img, .avatar-sm img, .avatar-md img, .avatar-lg img, .avatar-xl img, .avatar-xxl img {
  border-radius: 50%;
  object-fit: cover;
  background-color: #b2384d;
  transition: background-color 0.5s, transform 0.2s, filter 0.5s ease;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.avatar img:hover, .avatar-xs img:hover, .avatar-sm img:hover, .avatar-md img:hover, .avatar-lg img:hover, .avatar-xl img:hover, .avatar-xxl img:hover {
  transform: scale(1.05);
  filter: brightness(110%);
}

.avatar-xxl img {
  width: 12rem;
  height: 12rem;
}

.avatar-xl img {
  width: 9rem;
  height: 9rem;
}

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

.avatar-md img {
  width: 4rem;
  height: 4rem;
}

.avatar-sm img {
  width: 3rem;
  height: 3rem;
}

.avatar-xs img {
  width: 2.5rem;
  height: 2.5rem;
}

.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;
}

.profile .profile-image img {
  width: 100%;
  object-fit: cover;
}
.profile .profile-name {
  font-size: 1.5rem;
}
.profile .profile-designation {
  font-size: 1rem;
  padding: 0.25rem;
}
.profile .profile-institution {
  font-size: 0.9rem;
  color: grey;
  padding: 0.25rem;
}

.statspage-container .statspage-sidemenu {
  background-color: rgba(139, 44, 60, 0.1);
  border-right: 1px solid rgb(230, 230, 230);
  box-shadow: -5px 0px 5px 0 rgba(128, 128, 128, 0.1);
}
.statspage-container .statspage-sidemenu .title {
  font-size: 1.4rem;
  color: rgb(139, 44, 60);
  text-align: center;
  font-weight: bold;
  padding: 2rem;
}
.statspage-container .statspage-sidemenu .datalist .listitem {
  font-size: 1.1rem;
}
.statspage-container .statspage-sidemenu .datalist .listitem.active {
  background-color: rgb(139, 44, 60);
}
.statspage-container .statspage-sidemenu .datalist .listitem.active a {
  color: white;
}
.statspage-container .statspage-sidemenu .datalist .listitem .listitem-content {
  padding: 0.5rem 1rem;
}
@media (min-width: 420px) {
  .statspage-container .statspage-sidemenu {
    max-width: 420px;
    min-width: 420px;
  }
}
@media (max-width: 420px) {
  .statspage-container .statspage-sidemenu {
    width: 100%;
  }
}
.statspage-container .statspage-stage .title {
  color: rgb(139, 44, 60);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}
.statspage-container .statspage-stage canvas {
  margin: 0 3rem;
}

.chart-container {
  padding: 2rem;
  border-radius: 1rem;
}

.progress {
  margin: auto;
  margin-left: 1rem;
}
.progress .progress-bar {
  background-color: teal;
  background-color: #eeab1a;
  border-radius: 0.25rem;
  height: 1.2rem;
}
.progress .progress-bar-mini {
  background-color: teal;
  border-radius: 0.25rem;
  height: 1.2rem;
}

.item-status-1 {
  color: rgb(19, 173, 19);
}

.item-status-2 {
  color: rgb(218, 160, 0);
}

.item-status-3 {
  color: rgb(238, 12, 12);
}

.item-status-4 {
  color: rgb(75, 75, 75);
}

.bg2 {
  background-color: #f3f3f3;
  border-radius: 0.5rem;
}

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