html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  font-family: "Yaldevi" !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(46, 79, 139);
  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(46, 79, 139);
  color: white;
}
.nav-pills .nav-link:hover:not(.active) {
  background-color: rgb(172, 172, 172);
  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;
  }
}

.navbar {
  box-shadow: 0 1px 4px 0 rgba(21, 35, 62, 0.4);
  background-color: rgba(46, 79, 139, 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: #2e4f8b;
  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: #213965;
  color: #4471c1;
}
.navbar .nav-item.active {
  background-color: #213965;
  color: rgb(46, 79, 139);
}
.navbar .nav-item.nav-subitem {
  background-color: #2d4d87;
  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, .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, .statcard .card-body {
  padding: 1rem 2rem;
}
.card .card-body .searchbox, .statcard .card-body .searchbox,
.card .card-body .datalist,
.statcard .card-body .datalist,
.card .card-body .list,
.statcard .card-body .list,
.card .card-body embed,
.statcard .card-body embed,
.card .card-body .highlighted-block,
.statcard .card-body .highlighted-block,
.card .card-body .image-block,
.statcard .card-body .image-block {
  margin-left: -2rem;
  margin-right: -2rem;
}
.card .card-body object, .statcard .card-body object {
  margin-right: -1rem;
  width: 100%;
  min-height: 1024px;
}
.card .card-body .searchbox, .statcard .card-body .searchbox {
  padding: 1rem;
}
.card .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), .statcard .card-body .searchbox .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card .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), .statcard .card-body .searchbox [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .text-block, .statcard .card-body .text-block {
  padding: 2rem 1rem;
}
.card .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, .statcard .card-body .title {
  text-align: center;
  padding: 1rem 0;
}
.card .card-body .title .tag, .card .card-body .title .tag-roadmin-audit, .card .card-body .title .tag-roadmin-pw, .card .card-body .title .tag-roadmin-dev, .card .card-body .title .tag-roadmin-acc, .card .card-body .title .tag-roadmin-pl, .card .card-body .title .tag-roadmin-ad, .card .card-body .title .tag-delayed, .card .card-body .title .tag-role, .card .card-body .title .tag-priority, .card .card-body .title .tag-online, .card .card-body .title .tag-id, .card .card-body .title .tag-ex, .card .card-body .title .tag-inactive, .card .card-body .title .tag-dark, .card .card-body .title .tag-primary, .statcard .card-body .title .tag, .statcard .card-body .title .tag-roadmin-audit, .statcard .card-body .title .tag-roadmin-pw, .statcard .card-body .title .tag-roadmin-dev, .statcard .card-body .title .tag-roadmin-acc, .statcard .card-body .title .tag-roadmin-pl, .statcard .card-body .title .tag-roadmin-ad, .statcard .card-body .title .tag-delayed, .statcard .card-body .title .tag-role, .statcard .card-body .title .tag-priority, .statcard .card-body .title .tag-online, .statcard .card-body .title .tag-id, .statcard .card-body .title .tag-ex, .statcard .card-body .title .tag-inactive, .statcard .card-body .title .tag-dark, .statcard .card-body .title .tag-primary {
  font-size: 1rem;
}
.card .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, .statcard .card-body .title .logo:hover {
  transform: scale(1.05);
}
.card .card-body .title .text, .statcard .card-body .title .text {
  font-size: 1.8rem;
  padding: 1rem 0 0.5rem;
}
.card .card-body .title .subtext, .statcard .card-body .title .subtext {
  font-size: 1rem;
  color: #7a7a7a;
}
.card .card-body embed, .statcard .card-body embed {
  padding: 1rem 0;
}
.card .card-body .image-block, .statcard .card-body .image-block {
  position: relative;
  overflow: hidden;
}
.card .card-body .image-block img, .statcard .card-body .image-block img {
  width: 100%;
}
.card .card-body .image-block .credit, .statcard .card-body .image-block .credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.4rem;
  background-color: rgba(46, 79, 139, 0.3);
  color: white;
  font-size: 0.9rem;
  text-align: center;
  backdrop-filter: blur(2px);
}
.card .card-body .text-block, .statcard .card-body .text-block {
  padding: 2rem 1rem;
}
.card .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, .statcard + .card, .card + .statcard, .statcard + .statcard {
  margin-top: 1rem;
}

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

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

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);
  color: #15233e;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem 0.15rem;
  border-color: rgba(46, 79, 139, 0.2);
}
.form-control:focus,
.custom-select:focus,
.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: rgba(46, 79, 139, 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(46, 79, 139, 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(46, 79, 139, 0.4);
  outline: none;
}

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

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1f355d;
  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(46, 79, 139);
}

label {
  font-size: 0.9rem;
  color: #1f355d;
  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(42, 76, 128);
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-section:not(:last-child) {
  border-bottom: 1px dashed rgb(231, 231, 231);
}

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

.tag, .tag-roadmin-audit, .tag-roadmin-pw, .tag-roadmin-dev, .tag-roadmin-acc, .tag-roadmin-pl, .tag-roadmin-ad, .tag-delayed, .tag-role, .tag-priority, .tag-online, .tag-id, .tag-ex, .tag-inactive, .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-roadmin-audit:not(:last-child), .tag-group .tag-roadmin-pw:not(:last-child), .tag-group .tag-roadmin-dev:not(:last-child), .tag-group .tag-roadmin-acc:not(:last-child), .tag-group .tag-roadmin-pl:not(:last-child), .tag-group .tag-roadmin-ad:not(:last-child), .tag-group .tag-delayed:not(:last-child), .tag-group .tag-role:not(:last-child), .tag-group .tag-priority:not(:last-child), .tag-group .tag-online:not(:last-child), .tag-group .tag-id:not(:last-child), .tag-group .tag-ex:not(:last-child), .tag-group .tag-inactive:not(:last-child), .tag-group .tag-dark:not(:last-child), .tag-group .tag-primary:not(:last-child) {
  margin-right: 0.1rem;
}
.tag-group .tag:not(:first-child), .tag-group .tag-roadmin-audit:not(:first-child), .tag-group .tag-roadmin-pw:not(:first-child), .tag-group .tag-roadmin-dev:not(:first-child), .tag-group .tag-roadmin-acc:not(:first-child), .tag-group .tag-roadmin-pl:not(:first-child), .tag-group .tag-roadmin-ad:not(:first-child), .tag-group .tag-delayed:not(:first-child), .tag-group .tag-role:not(:first-child), .tag-group .tag-priority:not(:first-child), .tag-group .tag-online:not(:first-child), .tag-group .tag-id:not(:first-child), .tag-group .tag-ex:not(:first-child), .tag-group .tag-inactive:not(:first-child), .tag-group .tag-dark:not(:first-child), .tag-group .tag-primary:not(:first-child) {
  margin-left: 0.1rem;
}

.tag-primary {
  background-color: rgb(46, 79, 139);
}

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

.tag-inactive {
  background-color: rgb(206, 206, 206);
  color: rgb(36, 36, 36);
  border: 1px solid rgba(128, 128, 128, 0.2);
  width: 100%;
}

.tag-ex {
  background-color: rgb(201, 201, 201);
  color: rgb(66, 66, 66);
  border: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 0.8rem;
  font-weight: 600;
  width: 100%;
}

a.tag:hover, a.tag-roadmin-audit:hover, a.tag-roadmin-pw:hover, a.tag-roadmin-dev:hover, a.tag-roadmin-acc:hover, a.tag-roadmin-pl:hover, a.tag-roadmin-ad:hover, a.tag-delayed:hover, a.tag-role:hover, a.tag-priority:hover, a.tag-online:hover, a.tag-id:hover, a.tag-primary:hover, a.tag-dark:hover, a.tag-inactive:hover, a.tag-ex:hover {
  color: white;
  filter: brightness(125%);
}

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

.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 {
  background-color: rgb(101, 64, 150);
}
.tag-role-admin {
  background-color: rgb(65, 60, 60);
}
.tag-role-postmaster {
  background-color: rgb(94, 38, 38);
}
.tag-role-subject {
  background-color: rgb(52, 81, 100);
}

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

.tag-roadmin-ad {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(196, 169, 16, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-roadmin-pl {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(228, 75, 164, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

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

.tag-roadmin-dev {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(168, 40, 52, 0.6);
  color: rgb(31, 31, 31);
  font-size: 0.8rem;
  font-weight: 600;
}

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

.tag-roadmin-audit {
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(75, 201, 127, 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(46, 79, 139) !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-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, .progress-text-3 {
  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);
}

.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-pinned,
.list .listitem.listitem-pinned {
  background-color: rgb(255, 255, 225);
  border-top: 1px solid rgb(235, 235, 235);
  border-bottom: 1px solid rgb(238, 238, 238);
}
.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);
}
.datalist .listitem.listitem-muted,
.list .listitem.listitem-muted {
  background-color: rgb(248, 248, 248);
}
@keyframes animationFrames {
  0% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    background-color: rgba(255, 255, 255, 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 > .spinner,
.list > .spinner {
  text-align: center;
  font-size: 3rem;
  padding: 3rem;
}

.datalist > .listitem:hover .listitem-content {
  background-color: rgba(172, 172, 172, 0.1);
}
.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: #577fc8;
}

.listitem-content {
  position: relative;
  transition: background-color 0.4s;
  padding: 0.4rem 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(46, 79, 139);
  transition: background-color 0.4s;
}
.li-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgb(46, 79, 139);
}

.datalists .name {
  font-size: 1.1rem;
  color: #1f355d;
  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: #1f355d;
  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;
}

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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #2e4f8b;
}

::-webkit-scrollbar-thumb:active {
  background: rgba(46, 79, 139, 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(46, 79, 139, 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(46, 79, 139);
}
.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(46, 79, 139);
  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: #2e4f8b;
  box-shadow: none;
  border-radius: 0.25rem;
}

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

#sidemenu {
  position: fixed;
  z-index: 100;
  height: 100%;
  overflow-y: scroll;
  background: #264274;
  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: #2f518f;
  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(46, 79, 139);
  color: white;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#menu-toggle:hover {
  background-color: #3b65b1;
}
@media (min-width: 720px) {
  #menu-toggle {
    display: none;
  }
}

.sidemenu-itemgroup {
  margin: 0.5rem 0;
  padding: 0.2rem 0;
  background-color: #2b4b83;
  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(46, 79, 139, 0.4);
  outline: none;
}

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

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1f355d;
  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: 0.9rem;
  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-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: #2e4f8b;
  color: white;
}
.pill.active .pill-badge {
  background-color: #284478;
}
.pill.active:hover {
  background-color: #254070;
  color: white;
}
.pill:hover {
  background-color: rgba(46, 79, 139, 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, #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;
  font-size: 1.2rem;
  font-weight: 600;
}
.printbox .printbox-title .subtitle {
  font-size: 0.9rem;
  font-weight: 600;
}
.printbox .printbox-body {
  padding: 1rem 2rem;
}
.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(46, 79, 139, 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(46, 79, 139);
  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 .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(46, 79, 139);
  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: rgb(255, 255, 175);
  padding: 0.25rem 0.8rem;
}
.login-container .logincard .logincard-left img {
  width: 100%;
  max-width: 600px;
}
.login-container .logincard .logincard-right {
  background-color: rgb(236, 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: #3b65b1;
}

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

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

img {
  max-width: 100%;
}

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

h2 {
  font-size: 1.8rem;
}

.paragraph, .card .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;
}
.btn-primary {
  background-color: rgb(46, 79, 139);
  border: 0px solid rgb(46, 79, 139);
  border-color: #4471c1;
}
.btn-primary:hover {
  background-color: #1f355d;
  border-color: rgb(46, 79, 139);
}
.btn-secondary {
  background-color: rgb(61, 61, 61);
  border-color: rgb(61, 61, 61);
}
.btn-secondary:hover {
  background-color: rgb(48, 48, 48);
}
.btn-action {
  background-color: rgb(27, 124, 56);
  border-color: #15233e;
}
.btn-action:hover {
  background-color: rgb(19, 80, 37);
}

.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(46, 79, 139, 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(46, 79, 139);
}

.avatar, .avatar-xs, .avatar-sm, .avatar-md, .avatar-lg, .avatar-xl {
  margin: auto;
}
.avatar img, .avatar-xs img, .avatar-sm img, .avatar-md img, .avatar-lg img, .avatar-xl img {
  border-radius: 50%;
  object-fit: cover;
  background-color: rgb(160, 178, 184);
  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 {
  transform: scale(1.05);
  filter: brightness(110%);
  background-color: rgb(152, 191, 206);
}

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

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

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

.profile-info {
  margin: auto;
}
.profile-info .profile-name {
  font-size: 1.6rem;
}
.profile-info .profile-designation {
  font-size: 0.9;
}
.profile-info .profile-institution {
  font-size: 1rem;
}

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