/* CSS Document */
@import url("../assets/fonts/pt/stylesheet.css?7582");
@import url("../assets/fonts/l/stylesheet.css?17582");

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  border: solid transparent;
  border-width: 1px 3px;
  border-radius: 6px;
  background-clip: content-box;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.4);
}

:root {
  --blue: #3072b7;
  --brown: #ba8d50;

  --bg-white: #ffffff;
  --bg-snow: #fbfbfb;
  --bg-light: #f3f3f3;
  --bg-gray: #e0e0e0;

  --border-color: #d2d2d2;
}

/* [+] HEIGHTS */

.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
@media all and (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media all and (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media all and (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media all and (min-width: 1200px) {
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}

/* [-] HEIGHTS */

/* [+] BACKGROUNDS */

.fm-bg-white {
  background-color: var(--bg-white);
}
.fm-bg-snow {
  background-color: var(--bg-snow);
}
.fm-bg-light {
  background-color: var(--bg-light);
}
.fm-bg-gray {
  background-color: var(--bg-gray);
}

/* [-] BACKGROUNDS */

/* [+] BORDERS */

.fm-b-solid {
  border: 0.5pt solid var(--border-color);
}
.fm-bt-solid {
  border-top: 0.5pt solid var(--border-color);
}
.fm-br-solid {
  border-right: 0.5pt solid var(--border-color);
}
.fm-bb-solid {
  border-bottom: 0.5pt solid var(--border-color);
}
.fm-bl-solid {
  border-left: 0.5pt solid var(--border-color);
}
.fm-bx-solid {
  border-right: 0.5pt solid var(--border-color);
  border-left: 0.5pt solid var(--border-color);
}
.fm-by-solid {
  border-top: 0.5pt solid var(--border-color);
  border-bottom: 0.5pt solid var(--border-color);
}

.fm-b-dashed {
  border: 1px dashed var(--border-color);
}
.fm-bt-dashed {
  border-top: 1px dashed var(--border-color);
}
.fm-br-dashed {
  border-right: 1px dashed var(--border-color);
}
.fm-bb-dashed {
  border-bottom: 1px dashed var(--border-color);
}
.fm-bl-dashed {
  border-left: 1px dashed var(--border-color);
}
.fm-bx-dashed {
  border-right: 1px dashed var(--border-color);
  border-left: 1px dashed var(--border-color);
}
.fm-by-dashed {
  border-top: 1px dashed var(--border-color);
  border-bottom: 1px dashed var(--border-color);
}

.fm-b-0,
.fm-b-none {
  border: none;
}
.fm-bt-0,
.fm-bt-none {
  border-top: none;
}
.fm-br-0,
.fm-br-none {
  border-right: none;
}
.fm-bb-0,
.fm-bb-none {
  border-bottom: none;
}
.fm-bl-0,
.fm-bl-none {
  border-left: none;
}
.fm-bx-0,
.fm-bx-none {
  border-left: none;
  border-right: none;
}
.fm-by-0,
.fm-by-none {
  border-top: none;
  border-bottom: none;
}

@media all and (min-width: 567px) {
  .fm-b-sm-solid {
    border: 0.5pt solid var(--border-color);
  }
  .fm-bt-sm-solid {
    border-top: 0.5pt solid var(--border-color);
  }
  .fm-br-sm-solid {
    border-right: 0.5pt solid var(--border-color);
  }
  .fm-bb-sm-solid {
    border-bottom: 0.5pt solid var(--border-color);
  }
  .fm-bl-sm-solid {
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-bx-sm-solid {
    border-right: 0.5pt solid var(--border-color);
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-by-sm-solid {
    border-top: 0.5pt solid var(--border-color);
    border-bottom: 0.5pt solid var(--border-color);
  }

  .fm-b-sm-dashed {
    border: 1px dashed var(--border-color);
  }
  .fm-bt-sm-dashed {
    border-top: 1px dashed var(--border-color);
  }
  .fm-br-sm-dashed {
    border-right: 1px dashed var(--border-color);
  }
  .fm-bb-sm-dashed {
    border-bottom: 1px dashed var(--border-color);
  }
  .fm-bl-sm-dashed {
    border-left: 1px dashed var(--border-color);
  }
  .fm-bx-sm-dashed {
    border-right: 1px dashed var(--border-color);
    border-left: 1px dashed var(--border-color);
  }
  .fm-by-sm-dashed {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
  }

  .fm-b-sm-0,
  .fm-b-sm-none {
    border: none;
  }
  .fm-bt-sm-0,
  .fm-bt-sm-none {
    border-top: none;
  }
  .fm-br-sm-0,
  .fm-br-sm-none {
    border-right: none;
  }
  .fm-bb-sm-0,
  .fm-bb-sm-none {
    border-bottom: none;
  }
  .fm-bl-sm-0,
  .fm-bl-sm-none {
    border-left: none;
  }
  .fm-bx-sm-0,
  .fm-bx-sm-none {
    border-left: none;
    border-right: none;
  }
  .fm-by-sm-0,
  .fm-by-sm-none {
    border-top: none;
    border-bottom: none;
  }
}
@media all and (min-width: 768px) {
  .fm-b-md-solid {
    border: 0.5pt solid var(--border-color);
  }
  .fm-bt-md-solid {
    border-top: 0.5pt solid var(--border-color);
  }
  .fm-br-md-solid {
    border-right: 0.5pt solid var(--border-color);
  }
  .fm-bb-md-solid {
    border-bottom: 0.5pt solid var(--border-color);
  }
  .fm-bl-md-solid {
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-bx-md-solid {
    border-right: 0.5pt solid var(--border-color);
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-by-md-solid {
    border-top: 0.5pt solid var(--border-color);
    border-bottom: 0.5pt solid var(--border-color);
  }

  .fm-b-md-dashed {
    border: 1px dashed var(--border-color);
  }
  .fm-bt-md-dashed {
    border-top: 1px dashed var(--border-color);
  }
  .fm-br-md-dashed {
    border-right: 1px dashed var(--border-color);
  }
  .fm-bb-md-dashed {
    border-bottom: 1px dashed var(--border-color);
  }
  .fm-bl-md-dashed {
    border-left: 1px dashed var(--border-color);
  }
  .fm-bx-md-dashed {
    border-right: 1px dashed var(--border-color);
    border-left: 1px dashed var(--border-color);
  }
  .fm-by-md-dashed {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
  }

  .fm-b-md-0,
  .fm-b-md-none {
    border: none;
  }
  .fm-bt-md-0,
  .fm-bt-md-none {
    border-top: none;
  }
  .fm-br-md-0,
  .fm-br-md-none {
    border-right: none;
  }
  .fm-bb-md-0,
  .fm-bb-md-none {
    border-bottom: none;
  }
  .fm-bl-md-0,
  .fm-bl-md-none {
    border-left: none;
  }
  .fm-bx-md-0,
  .fm-bx-md-none {
    border-left: none;
    border-right: none;
  }
  .fm-by-md-0,
  .fm-by-md-none {
    border-top: none;
    border-bottom: none;
  }
}
@media all and (min-width: 992px) {
  .fm-b-lg-solid {
    border: 0.5pt solid var(--border-color);
  }
  .fm-bt-lg-solid {
    border-top: 0.5pt solid var(--border-color);
  }
  .fm-br-lg-solid {
    border-right: 0.5pt solid var(--border-color);
  }
  .fm-bb-lg-solid {
    border-bottom: 0.5pt solid var(--border-color);
  }
  .fm-bl-lg-solid {
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-bx-lg-solid {
    border-right: 0.5pt solid var(--border-color);
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-by-lg-solid {
    border-top: 0.5pt solid var(--border-color);
    border-bottom: 0.5pt solid var(--border-color);
  }

  .fm-b-lg-dashed {
    border: 1px dashed var(--border-color);
  }
  .fm-bt-lg-dashed {
    border-top: 1px dashed var(--border-color);
  }
  .fm-br-lg-dashed {
    border-right: 1px dashed var(--border-color);
  }
  .fm-bb-lg-dashed {
    border-bottom: 1px dashed var(--border-color);
  }
  .fm-bl-lg-dashed {
    border-left: 1px dashed var(--border-color);
  }
  .fm-bx-lg-dashed {
    border-right: 1px dashed var(--border-color);
    border-left: 1px dashed var(--border-color);
  }
  .fm-by-lg-dashed {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
  }

  .fm-b-lg-0,
  .fm-b-lg-none {
    border: none;
  }
  .fm-bt-lg-0,
  .fm-bt-lg-none {
    border-top: none;
  }
  .fm-br-lg-0,
  .fm-br-lg-none {
    border-right: none;
  }
  .fm-bb-lg-0,
  .fm-bb-lg-none {
    border-bottom: none;
  }
  .fm-bl-lg-0,
  .fm-bl-lg-none {
    border-left: none;
  }
  .fm-bx-lg-0,
  .fm-bx-lg-none {
    border-left: none;
    border-right: none;
  }
  .fm-by-lg-0,
  .fm-by-lg-none {
    border-top: none;
    border-bottom: none;
  }
}
@media all and (min-width: 1200px) {
  .fm-b-xl-solid {
    border: 0.5pt solid var(--border-color);
  }
  .fm-bt-xl-solid {
    border-top: 0.5pt solid var(--border-color);
  }
  .fm-br-xl-solid {
    border-right: 0.5pt solid var(--border-color);
  }
  .fm-bb-xl-solid {
    border-bottom: 0.5pt solid var(--border-color);
  }
  .fm-bl-xl-solid {
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-bx-xl-solid {
    border-right: 0.5pt solid var(--border-color);
    border-left: 0.5pt solid var(--border-color);
  }
  .fm-by-xl-solid {
    border-top: 0.5pt solid var(--border-color);
    border-bottom: 0.5pt solid var(--border-color);
  }

  .fm-b-xl-dashed {
    border: 1px dashed var(--border-color);
  }
  .fm-bt-xl-dashed {
    border-top: 1px dashed var(--border-color);
  }
  .fm-br-xl-dashed {
    border-right: 1px dashed var(--border-color);
  }
  .fm-bb-xl-dashed {
    border-bottom: 1px dashed var(--border-color);
  }
  .fm-bl-xl-dashed {
    border-left: 1px dashed var(--border-color);
  }
  .fm-bx-xl-dashed {
    border-right: 1px dashed var(--border-color);
    border-left: 1px dashed var(--border-color);
  }
  .fm-by-xl-dashed {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
  }

  .fm-b-xl-0,
  .fm-b-xl-none {
    border: none;
  }
  .fm-bt-xl-0,
  .fm-bt-xl-none {
    border-top: none;
  }
  .fm-br-xl-0,
  .fm-br-xl-none {
    border-right: none;
  }
  .fm-bb-xl-0,
  .fm-bb-xl-none {
    border-bottom: none;
  }
  .fm-bl-xl-0,
  .fm-bl-xl-none {
    border-left: none;
  }
  .fm-bx-xl-0,
  .fm-bx-xl-none {
    border-left: none;
    border-right: none;
  }
  .fm-by-xl-0,
  .fm-by-xl-none {
    border-top: none;
    border-bottom: none;
  }
}

/* [-] BORDERS */

/* [+] TEXT */

m {
  color: #777 !important;
}

.lh-1-0 {
  line-height: 1 !important;
}
.lh-1-1 {
  line-height: 1.1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-3 {
  line-height: 1.3 !important;
}
.lh-1-4 {
  line-height: 1.4 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;
}
.lh-1-6 {
  line-height: 1.6 !important;
}
.lh-1-7 {
  line-height: 1.7 !important;
}
.lh-1-8 {
  line-height: 1.8 !important;
}
.lh-1-9 {
  line-height: 1.9 !important;
}
.lh-2-0 {
  line-height: 2 !important;
}
.lh-2-1 {
  line-height: 2.1 !important;
}
.lh-2-2 {
  line-height: 2.2 !important;
}
.lh-2-3 {
  line-height: 2.3 !important;
}
.lh-2-4 {
  line-height: 2.4 !important;
}
.lh-2-5 {
  line-height: 2.5 !important;
}
.lh-2-6 {
  line-height: 2.6 !important;
}
.lh-2-7 {
  line-height: 2.7 !important;
}
.lh-2-8 {
  line-height: 2.8 !important;
}
.lh-2-9 {
  line-height: 2.9 !important;
}

@media all and (min-width: 567px) {
  .lh-sm-1-0 {
    line-height: 1 !important;
  }
  .lh-sm-1-1 {
    line-height: 1.1 !important;
  }
  .lh-sm-1-2 {
    line-height: 1.2 !important;
  }
  .lh-sm-1-3 {
    line-height: 1.3 !important;
  }
  .lh-sm-1-4 {
    line-height: 1.4 !important;
  }
  .lh-sm-1-5 {
    line-height: 1.5 !important;
  }
  .lh-sm-1-6 {
    line-height: 1.6 !important;
  }
  .lh-sm-1-7 {
    line-height: 1.7 !important;
  }
  .lh-sm-1-8 {
    line-height: 1.8 !important;
  }
  .lh-sm-1-9 {
    line-height: 1.9 !important;
  }
  .lh-sm-2-0 {
    line-height: 2 !important;
  }
  .lh-sm-2-1 {
    line-height: 2.1 !important;
  }
  .lh-sm-2-2 {
    line-height: 2.2 !important;
  }
  .lh-sm-2-3 {
    line-height: 2.3 !important;
  }
  .lh-sm-2-4 {
    line-height: 2.4 !important;
  }
  .lh-sm-2-5 {
    line-height: 2.5 !important;
  }
  .lh-sm-2-6 {
    line-height: 2.6 !important;
  }
  .lh-sm-2-7 {
    line-height: 2.7 !important;
  }
  .lh-sm-2-8 {
    line-height: 2.8 !important;
  }
  .lh-sm-2-9 {
    line-height: 2.9 !important;
  }
}
@media all and (min-width: 768px) {
  .lh-md-1-0 {
    line-height: 1 !important;
  }
  .lh-md-1-1 {
    line-height: 1.1 !important;
  }
  .lh-md-1-2 {
    line-height: 1.2 !important;
  }
  .lh-md-1-3 {
    line-height: 1.3 !important;
  }
  .lh-md-1-4 {
    line-height: 1.4 !important;
  }
  .lh-md-1-5 {
    line-height: 1.5 !important;
  }
  .lh-md-1-6 {
    line-height: 1.6 !important;
  }
  .lh-md-1-7 {
    line-height: 1.7 !important;
  }
  .lh-md-1-8 {
    line-height: 1.8 !important;
  }
  .lh-md-1-9 {
    line-height: 1.9 !important;
  }
  .lh-md-2-0 {
    line-height: 2 !important;
  }
  .lh-md-2-1 {
    line-height: 2.1 !important;
  }
  .lh-md-2-2 {
    line-height: 2.2 !important;
  }
  .lh-md-2-3 {
    line-height: 2.3 !important;
  }
  .lh-md-2-4 {
    line-height: 2.4 !important;
  }
  .lh-md-2-5 {
    line-height: 2.5 !important;
  }
  .lh-md-2-6 {
    line-height: 2.6 !important;
  }
  .lh-md-2-7 {
    line-height: 2.7 !important;
  }
  .lh-md-2-8 {
    line-height: 2.8 !important;
  }
  .lh-md-2-9 {
    line-height: 2.9 !important;
  }
}
@media all and (min-width: 992px) {
  .lh-lg-1-0 {
    line-height: 1 !important;
  }
  .lh-lg-1-1 {
    line-height: 1.1 !important;
  }
  .lh-lg-1-2 {
    line-height: 1.2 !important;
  }
  .lh-lg-1-3 {
    line-height: 1.3 !important;
  }
  .lh-lg-1-4 {
    line-height: 1.4 !important;
  }
  .lh-lg-1-5 {
    line-height: 1.5 !important;
  }
  .lh-lg-1-6 {
    line-height: 1.6 !important;
  }
  .lh-lg-1-7 {
    line-height: 1.7 !important;
  }
  .lh-lg-1-8 {
    line-height: 1.8 !important;
  }
  .lh-lg-1-9 {
    line-height: 1.9 !important;
  }
  .lh-lg-2-0 {
    line-height: 2 !important;
  }
  .lh-lg-2-1 {
    line-height: 2.1 !important;
  }
  .lh-lg-2-2 {
    line-height: 2.2 !important;
  }
  .lh-lg-2-3 {
    line-height: 2.3 !important;
  }
  .lh-lg-2-4 {
    line-height: 2.4 !important;
  }
  .lh-lg-2-5 {
    line-height: 2.5 !important;
  }
  .lh-lg-2-6 {
    line-height: 2.6 !important;
  }
  .lh-lg-2-7 {
    line-height: 2.7 !important;
  }
  .lh-lg-2-8 {
    line-height: 2.8 !important;
  }
  .lh-lg-2-9 {
    line-height: 2.9 !important;
  }
}
@media all and (min-width: 1200px) {
  .lh-xl-1-0 {
    line-height: 1 !important;
  }
  .lh-xl-1-1 {
    line-height: 1.1 !important;
  }
  .lh-xl-1-2 {
    line-height: 1.2 !important;
  }
  .lh-xl-1-3 {
    line-height: 1.3 !important;
  }
  .lh-xl-1-4 {
    line-height: 1.4 !important;
  }
  .lh-xl-1-5 {
    line-height: 1.5 !important;
  }
  .lh-xl-1-6 {
    line-height: 1.6 !important;
  }
  .lh-xl-1-7 {
    line-height: 1.7 !important;
  }
  .lh-xl-1-8 {
    line-height: 1.8 !important;
  }
  .lh-xl-1-9 {
    line-height: 1.9 !important;
  }
  .lh-xl-2-0 {
    line-height: 2 !important;
  }
  .lh-xl-2-1 {
    line-height: 2.1 !important;
  }
  .lh-xl-2-2 {
    line-height: 2.2 !important;
  }
  .lh-xl-2-3 {
    line-height: 2.3 !important;
  }
  .lh-xl-2-4 {
    line-height: 2.4 !important;
  }
  .lh-xl-2-5 {
    line-height: 2.5 !important;
  }
  .lh-xl-2-6 {
    line-height: 2.6 !important;
  }
  .lh-xl-2-7 {
    line-height: 2.7 !important;
  }
  .lh-xl-2-8 {
    line-height: 2.8 !important;
  }
  .lh-xl-2-9 {
    line-height: 2.9 !important;
  }
}

.brown {
  color: var(--brown) !important;
}
.blue {
  color: var(--blue) !important;
}
.muted {
  color: var(--gray) !important;
}

/* [-] TEXT */

.fm-line-height-reset {
  line-height: 1 !important;
}

html {
  font-size: 15px !important;
}

body {
  font-family: PT, -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
  background-color: #ffffff;
}
@media all and (min-width: 567px) {
  body {
    font-family: PT, Roboto, sans-serif !important;
  }
}

.f-robo {
  font-family: Roboto, sans-serif !important;
}

h1,
.h1 {
  font-weight: 900 !important;
  font-size: 25pt;
  text-align: left;
  margin-top: 3rem;
}
h1 > small {
  font-size: 45%;
  font-weight: 500;
}
.lead {
  line-height: 1;
  font-size: 100%;
}
h2,
.h2 {
  margin-top: 2rem;
  font-size: 19pt;
  font-weight: 900 !important;
  color: #444 !important;
}
h3,
h4,
.h3,
.h4 {
  font-weight: 700;
}

@media all and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 31pt;
    text-align: left;
  }
  h1 > small,
  .h1 > small {
    font-size: 45%;
    font-weight: 500;
  }
  .lead {
    line-height: initial;
    font-size: 125%;
  }
  h2,
  .h2 {
    font-size: 23pt;
  }
}

blockquote {
  position: relative;
  padding: 0.3rem 0.7rem 0.3rem 2.5rem;
  border-width: 7px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 !important;
  border-color: #ffca00 !important;
  background: #fff9af;
  color: #444;
}
blockquote:before {
  content: "\f02e";
  font: normal normal normal 20px/1 FontAwesome;
  color: #c33;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 28px;
  height: 28px;
  top: -4px;
  left: 12px;
}

blockquote > strong,
blockquote > b {
  font-weight: 500;
  color: #000;
  font-size: 118%;
}

input,
select,
textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
}

.form-control-xs {
  height: calc(1.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.2rem;
}
strike {
  opacity: 0.7;
}
.fa {
  font-size: 14px !important;
}
.fa-2x {
  font-size: 28px !important;
}

/* [+] NAVBAR */

.navbar {
  padding: 0 !important;
  border-bottom: 0.5pt solid #eee;
}
.navbar-nav {
  display: block;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 10px -15px 0;
  overflow: hidden;
}
nav > div > ul {
  display: block;
  margin: 0 auto;
}
nav > div > ul > li {
  position: relative;
  display: inline-block;
  /* float: left; */
  width: 33.33333333%;
  white-space: nowrap;
  text-align: center;
}
nav > div > ul > li > a {
  display: inline-block;
  padding: 48px 15px 10px 15px;
  cursor: pointer;
  white-space: nowrap;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  text-align: center;
  font-size: 70%;
  color: #212529;
}
/* nav > div > ul > li:hover,
nav > div > ul > li > ul > li:hover {
    
} */
nav > div > ul > li > ul {
  display: none;
  position: relative;
  margin: 10px -16px -10px;
  z-index: 1;
}
nav > div > ul > li > ul > li {
  background: rgba(0, 0, 0, 0.033334);
  border-top: 0.5pt solid #ddd;
  padding: 10px 25px;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  /*.navbar-nav { display: flex; }*/
  nav > div > ul {
    width: 100% !important;
  }
  nav > div > ul > li {
    position: relative;
    display: inline-block;
    width: 12.5% !important;
    text-align: center;
    cursor: pointer;
  }
  nav > div > ul > li > a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 48px 7px 5px 7px;
    cursor: pointer;
    border-bottom: none;
    font-size: 70%;
  }

  nav > div > ul > li:hover,
  nav > div > ul > li > ul > li:hover {
    background-color: rgba(0, 0, 254, 0.166667);
  }
  nav > div > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    background: #eee;
    border-top: none;
    border: 0.5pt solid rgba(0, 0, 254, 0.166667);
    z-index: 1;
  }
  nav > div > ul > li:hover > ul {
    display: block;
  }
  nav > div > ul > li > ul > li {
    text-align: left;
    padding: 7px 15px;
    white-space: nowrap;
    background: none;
    border: none;
  }
}
@media all and (min-width: 1200px) {
  nav > div > ul > li > a {
    font-size: 90%;
  }
}

/* [-] NAVBAR */

.me {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: cover;
  margin: 4px;
}
.me-96 {
  width: 96px !important;
  height: 96px !important;
}

.me-1x {
  width: 16px !important;
  height: 16px !important;
}
.me-2x {
  width: 32px !important;
  height: 32px !important;
}
.me-3x {
  width: 48px !important;
  height: 48px !important;
}
.me-4x {
  width: 64px !important;
  height: 64px !important;
}
.me-5x {
  width: 96px !important;
  height: 96px !important;
}
.me-6x {
  width: 128px !important;
  height: 128px !important;
}
.me-7x {
  width: 256px !important;
  height: 256px !important;
}
.me-8x {
  width: 512px !important;
  height: 512px !important;
}

@media all and (min-width: 567px) {
  .me-sm-1x {
    width: 16px !important;
    height: 16px !important;
  }
  .me-sm-2x {
    width: 32px !important;
    height: 32px !important;
  }
  .me-sm-3x {
    width: 48px !important;
    height: 48px !important;
  }
  .me-sm-4x {
    width: 64px !important;
    height: 64px !important;
  }
  .me-sm-5x {
    width: 96px !important;
    height: 96px !important;
  }
  .me-sm-6x {
    width: 128px !important;
    height: 128px !important;
  }
  .me-sm-7x {
    width: 256px !important;
    height: 256px !important;
  }
  .me-sm-8x {
    width: 512px !important;
    height: 512px !important;
  }
}
@media all and (min-width: 768px) {
  .me-md-1x {
    width: 16px !important;
    height: 16px !important;
  }
  .me-md-2x {
    width: 32px !important;
    height: 32px !important;
  }
  .me-md-3x {
    width: 48px !important;
    height: 48px !important;
  }
  .me-md-4x {
    width: 64px !important;
    height: 64px !important;
  }
  .me-md-5x {
    width: 96px !important;
    height: 96px !important;
  }
  .me-md-6x {
    width: 128px !important;
    height: 128px !important;
  }
  .me-md-7x {
    width: 256px !important;
    height: 256px !important;
  }
  .me-md-8x {
    width: 512px !important;
    height: 512px !important;
  }
}
@media all and (min-width: 992px) {
  .me-lg-1x {
    width: 16px !important;
    height: 16px !important;
  }
  .me-lg-2x {
    width: 32px !important;
    height: 32px !important;
  }
  .me-lg-3x {
    width: 48px !important;
    height: 48px !important;
  }
  .me-lg-4x {
    width: 64px !important;
    height: 64px !important;
  }
  .me-lg-5x {
    width: 96px !important;
    height: 96px !important;
  }
  .me-lg-6x {
    width: 128px !important;
    height: 128px !important;
  }
  .me-lg-7x {
    width: 256px !important;
    height: 256px !important;
  }
  .me-lg-8x {
    width: 512px !important;
    height: 512px !important;
  }
}
@media all and (min-width: 1200px) {
  .me-xl-1x {
    width: 16px !important;
    height: 16px !important;
  }
  .me-xl-2x {
    width: 32px !important;
    height: 32px !important;
  }
  .me-xl-3x {
    width: 48px !important;
    height: 48px !important;
  }
  .me-xl-4x {
    width: 64px !important;
    height: 64px !important;
  }
  .me-xl-5x {
    width: 96px !important;
    height: 96px !important;
  }
  .me-xl-6x {
    width: 128px !important;
    height: 128px !important;
  }
  .me-xl-7x {
    width: 256px !important;
    height: 256px !important;
  }
  .me-xl-8x {
    width: 512px !important;
    height: 512px !important;
  }
}

.me-go {
  background-image: url(/assets/icons/go.svg);
}
.me-newfolder {
  background-image: url(/assets/icons/newfolder.svg);
}
.me-newsite {
  background-image: url(/assets/icons/newsite.svg);
}

.me-wallet {
  background-image: url(/assets/icons/wallet.svg);
}
.me-percent {
  background-image: url(/assets/icons/percent.svg);
}
.me-article {
  background-image: url(/assets/icons/article.svg);
}
.me-task {
  background-image: url(/assets/icons/task.svg);
}
.me-schedule {
  background-image: url(/assets/icons/schedule.svg);
}

.me-home {
  background-image: url(/assets/icons/home.svg);
}
.me-work {
  background-image: url(/assets/icons/work.svg);
}
.me-profile {
  background-image: url(/assets/icons/profile.svg);
}
.me-login {
  background-image: url(/assets/icons/login.svg);
}
.me-logout {
  background-image: url(/assets/icons/logout.svg);
}
.me-cutlery {
  background-image: url(/assets/icons/cutlery.svg);
}
.me-account {
  background-image: url(/assets/icons/account.svg);
}
.me-paste {
  background-image: url(/assets/icons/paste.svg);
}

.me-work-w {
  background-image: url(/assets/icons/work-white.svg);
}
.me-profile-w {
  background-image: url(/assets/icons/profile-white.svg);
}
.me-login-w {
  background-image: url(/assets/icons/login-white.svg);
}
.me-logout-w {
  background-image: url(/assets/icons/logout-white.svg);
}
a:hover {
  /* color: var(--purple); */
  color: var(--primary);
}
a:hover .me {
  /* filter: hue-rotate(40deg); */
  filter: saturate(1.7);
}

/* [+] CUSTOMIZE BOOTSTRAP THEME */

a {
  color: var(--blue);
}

.table-responsive {
  overflow-y: auto !important;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 2rem;
  background-color: #a2a2a2;
  color: #fff;
  position: absolute;
  right: 8px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.alert {
  /* padding: 1rem .7rem 0.85rem;
    border-width: 2px;
    border-color: #ddd!important;
    border-radius: .25rem!important;
    color: #999;
    background: #ffffff;
    cursor:pointer;
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.166667); */
  padding: 1rem 1.25rem 0.85rem;
  font-family: "PTS";
  border-width: 0.5pt;
  border-color: #fff !important;
  border-radius: 1rem !important;
  color: #444;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  /* box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.066667); */
}
.alert:after {
  content: "\2573";
  position: absolute;
  opacity: 0;
  top: 0rem;
  right: 0rem;
  left: unset;
  bottom: unset;
  border-bottom-left-radius: 1rem;
  color: #fff;
  padding: 0.05rem 1rem 0.3rem 1rem;
  transition: opacity 0.6s ease;
  box-shadow: inset 3px -3px 3px 0 rgb(0 0 0 / 2.6%);
  /* overflow: hidden; */
}
.alert:hover:after {
  opacity: 1;
  transition: all 0.6s ease;
}
.alert:active:after div {
  transform: rotate(360deg);
}
.alert-warning {
  /* border-color: #ffca00!important;
    color: #ffca00;
    color: #af8a00; */
  background: linear-gradient(
    43deg,
    rgb(255 192 35 / 80%),
    rgb(255 234 75 / 80%)
  );
}
.alert-danger {
  /* border-color: #ff5564!important;
    color: #ff5564; */
  background: linear-gradient(
    43deg,
    rgb(255 52 0 / 80%),
    rgb(255 154 35 / 80%)
  );
  color: #000;
}
.alert-success {
  /* border-color: #66bb6a!important;
    color: #66bb6a; */
  background: linear-gradient(43deg, rgb(192 255 169), rgb(255 234 75 / 80%));
}
.alert-warning:after {
  background: #ffca00;
}
.alert-danger:after {
  background: #ff5564;
}
.alert-success:after {
  background: #66bb6a;
}
/* .alert-warning {
    border: none;
    -moz-border-image: -moz-linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    background: #fff9af;
    background-image: linear-gradient(189deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    background-image: -moz-linear-gradient(189deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    background-image: -webkit-linear-gradient(189deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    color: #eee;
} */
.alert-warning > strong {
  font-weight: 500;
  color: #000;
  font-size: 118%;
}

mark {
  background-color: #fff9af !important;
}

/* .form-check-label {margin-left:1.25rem;}
.form-check-input {margin-left:-2.5rem;} */

label {
  font-family: PTSC;
  margin-bottom: 0 !important;
  margin-left: 0.25rem;
  color: #5c6bc0;
  font-size: 88%;
}

label.label-lg {
  display: inline-block;
  margin-bottom: 0rem;
  font-size: 120%;
  color: #4794f3;
}

.tab-pane {
  /* border-width: 3px solid #777!important; */
  border: 0.5pt solid #ddd !important;
  border-image: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  -moz-border-image: -moz-linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  -webkit-border-image: -webkit-linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  border-image-slice: 1 1 1 1 !important;
  /* border-radius: 7px!important; */
}

.tab-pane {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
@media all and (min-width: 568px) {
  .tab-pane {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
.nav-tabs {
  border-bottom: none !important;
  position: relative;
  bottom: -1px;
}
/* .nav-tabs .nav-item {
    margin-bottom: -2px;
} */
.nav-tabs .nav-link {
  padding: 0.4rem 1rem 0.3rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:hover {
  border: 0.5pt solid #777 !important;
  border-image: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  border-image-slice: 1 1 0 1 !important;
  border-radius: 7px 7px 0 0 !important;
  /* background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  background: white;
}
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
  color: #666;
}

.nav-link:not(.active) > kk {
  background-image: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}

/* .nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:hover {
    border: inherit!important;
} */

.border {
  border: 0.5pt solid #dee2e6 !important;
}
.border-top {
  border-top: 0.5pt solid #dee2e6 !important;
}
.border-right {
  border-right: 0.5pt solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 0.5pt solid #dee2e6 !important;
}
.border-left {
  border-left: 0.5pt solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}

.border-dotted {
  border-style: dotted !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-top-dashed {
  border-top-style: dashed !important;
}
/* .border-dashed {border-style:dashed!important;}
.border-dashed {border-style:dashed!important;}
.border-dashed {border-style:dashed!important;} */
.border-solid {
  border-style: solid !important;
}

@media all and (min-width: 576px) {
  .border-sm {
    border: 0.5pt solid #dee2e6 !important;
  }
  .border-top-sm {
    border-top: 0.5pt solid #dee2e6 !important;
  }
  .border-right-sm {
    border-right: 0.5pt solid #dee2e6 !important;
  }
  .border-bottom-sm {
    border-bottom: 0.5pt solid #dee2e6 !important;
  }
  .border-left-sm {
    border-left: 0.5pt solid #dee2e6 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-right-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-left-sm-0 {
    border-left: 0 !important;
  }

  .border-dotted-sm {
    border-style: dotted !important;
  }
  .border-dashed-sm {
    border-style: dashed !important;
  }
  .border-solid-sm {
    border-style: solid !important;
  }
}
@media all and (min-width: 768px) {
  .border-md {
    border: 0.5pt solid #dee2e6 !important;
  }
  .border-top-md {
    border-top: 0.5pt solid #dee2e6 !important;
  }
  .border-right-md {
    border-right: 0.5pt solid #dee2e6 !important;
  }
  .border-bottom-md {
    border-bottom: 0.5pt solid #dee2e6 !important;
  }
  .border-left-md {
    border-left: 0.5pt solid #dee2e6 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-right-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-left-md-0 {
    border-left: 0 !important;
  }

  .border-dotted-md {
    border-style: dotted !important;
  }
  .border-dashed-md {
    border-style: dashed !important;
  }
  .border-solid-md {
    border-style: solid !important;
  }
}
@media all and (min-width: 992px) {
  .border-lg {
    border: 0.5pt solid #dee2e6 !important;
  }
  .border-top-lg {
    border-top: 0.5pt solid #dee2e6 !important;
  }
  .border-right-lg {
    border-right: 0.5pt solid #dee2e6 !important;
  }
  .border-bottom-lg {
    border-bottom: 0.5pt solid #dee2e6 !important;
  }
  .border-left-lg {
    border-left: 0.5pt solid #dee2e6 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-right-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-left-lg-0 {
    border-left: 0 !important;
  }

  .border-dotted-lg {
    border-style: dotted !important;
  }
  .border-dashed-lg {
    border-style: dashed !important;
  }
  .border-solid-lg {
    border-style: solid !important;
  }
}
@media all and (min-width: 1200px) {
  .border-xl {
    border: 0.5pt solid #dee2e6 !important;
  }
  .border-top-xl {
    border-top: 0.5pt solid #dee2e6 !important;
  }
  .border-right-xl {
    border-right: 0.5pt solid #dee2e6 !important;
  }
  .border-bottom-xl {
    border-bottom: 0.5pt solid #dee2e6 !important;
  }
  .border-left-xl {
    border-left: 0.5pt solid #dee2e6 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-right-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-left-xl-0 {
    border-left: 0 !important;
  }

  .border-dotted-xl {
    border-style: dotted !important;
  }
  .border-dashed-xl {
    border-style: dashed !important;
  }
  .border-solid-xl {
    border-style: solid !important;
  }
}

.today {
  background-color: #eee;
  font-weight: bold;
  box-shadow: inset 0px 0px 0 2px #f89d2b !important;
}
.future * {
  opacity: 0.3;
}
:root {
  --ww: calc(100% / 7);
}
.bg-gray {
  background-color: #f1f2f3 !important;
}
.bg-brown {
  background-color: var(--brown) !important;
  color: #fff !important;
}
.bg-blue {
  background-color: var(--blue) !important;
  color: #fff !important;
}
.bg-muted {
  background-color: var(--gray) !important;
  color: #fff !important;
}
.colw-1,
.colw {
  -ms-flex: 0 0 calc(var(--ww) * 1);
  flex: 0 0 calc(var(--ww) * 1);
  max-width: calc(var(--ww) * 1);
}
.colw-2 {
  -ms-flex: 0 0 calc(var(--ww) * 2);
  flex: 0 0 calc(var(--ww) * 2);
  max-width: calc(var(--ww) * 2);
}
.colw-3 {
  -ms-flex: 0 0 calc(var(--ww) * 3);
  flex: 0 0 calc(var(--ww) * 3);
  max-width: calc(var(--ww) * 3);
}
.colw-4 {
  -ms-flex: 0 0 calc(var(--ww) * 4);
  flex: 0 0 calc(var(--ww) * 4);
  max-width: calc(var(--ww) * 4);
}
.colw-5 {
  -ms-flex: 0 0 calc(var(--ww) * 5);
  flex: 0 0 calc(var(--ww) * 5);
  max-width: calc(var(--ww) * 5);
}
.colw-6 {
  -ms-flex: 0 0 calc(var(--ww) * 6);
  flex: 0 0 calc(var(--ww) * 6);
  max-width: calc(var(--ww) * 6);
}
.colw-7 {
  -ms-flex: 0 0 calc(var(--ww) * 7);
  flex: 0 0 calc(var(--ww) * 7);
  max-width: calc(var(--ww) * 7);
}

@media all and (min-width: 576px) {
  .colw-sm-1,
  .colw-sm {
    -ms-flex: 0 0 calc(var(--ww) * 1);
    flex: 0 0 calc(var(--ww) * 1);
    max-width: calc(var(--ww) * 1);
  }
  .colw-sm-2 {
    -ms-flex: 0 0 calc(var(--ww) * 2);
    flex: 0 0 calc(var(--ww) * 2);
    max-width: calc(var(--ww) * 2);
  }
  .colw-sm-3 {
    -ms-flex: 0 0 calc(var(--ww) * 3);
    flex: 0 0 calc(var(--ww) * 3);
    max-width: calc(var(--ww) * 3);
  }
  .colw-sm-4 {
    -ms-flex: 0 0 calc(var(--ww) * 4);
    flex: 0 0 calc(var(--ww) * 4);
    max-width: calc(var(--ww) * 4);
  }
  .colw-sm-5 {
    -ms-flex: 0 0 calc(var(--ww) * 5);
    flex: 0 0 calc(var(--ww) * 5);
    max-width: calc(var(--ww) * 5);
  }
  .colw-sm-6 {
    -ms-flex: 0 0 calc(var(--ww) * 6);
    flex: 0 0 calc(var(--ww) * 6);
    max-width: calc(var(--ww) * 6);
  }
  .colw-sm-7 {
    -ms-flex: 0 0 calc(var(--ww) * 7);
    flex: 0 0 calc(var(--ww) * 7);
    max-width: calc(var(--ww) * 7);
  }  
}
@media all and (min-width: 768px) {
  .colw-md-1,
  .colw-md {
    -ms-flex: 0 0 calc(var(--ww) * 1);
    flex: 0 0 calc(var(--ww) * 1);
    max-width: calc(var(--ww) * 1);
  }
  .colw-md-2 {
    -ms-flex: 0 0 calc(var(--ww) * 2);
    flex: 0 0 calc(var(--ww) * 2);
    max-width: calc(var(--ww) * 2);
  }
  .colw-md-3 {
    -ms-flex: 0 0 calc(var(--ww) * 3);
    flex: 0 0 calc(var(--ww) * 3);
    max-width: calc(var(--ww) * 3);
  }
  .colw-md-4 {
    -ms-flex: 0 0 calc(var(--ww) * 4);
    flex: 0 0 calc(var(--ww) * 4);
    max-width: calc(var(--ww) * 4);
  }
  .colw-md-5 {
    -ms-flex: 0 0 calc(var(--ww) * 5);
    flex: 0 0 calc(var(--ww) * 5);
    max-width: calc(var(--ww) * 5);
  }
  .colw-md-6 {
    -ms-flex: 0 0 calc(var(--ww) * 6);
    flex: 0 0 calc(var(--ww) * 6);
    max-width: calc(var(--ww) * 6);
  }
  .colw-md-7 {
    -ms-flex: 0 0 calc(var(--ww) * 7);
    flex: 0 0 calc(var(--ww) * 7);
    max-width: calc(var(--ww) * 7);
  }  
}
@media all and (min-width: 992px) {
  .colw-lg-1,
  .colw-lg {
    -ms-flex: 0 0 calc(var(--ww) * 1);
    flex: 0 0 calc(var(--ww) * 1);
    max-width: calc(var(--ww) * 1);
  }
  .colw-lg-2 {
    -ms-flex: 0 0 calc(var(--ww) * 2);
    flex: 0 0 calc(var(--ww) * 2);
    max-width: calc(var(--ww) * 2);
  }
  .colw-lg-3 {
    -ms-flex: 0 0 calc(var(--ww) * 3);
    flex: 0 0 calc(var(--ww) * 3);
    max-width: calc(var(--ww) * 3);
  }
  .colw-lg-4 {
    -ms-flex: 0 0 calc(var(--ww) * 4);
    flex: 0 0 calc(var(--ww) * 4);
    max-width: calc(var(--ww) * 4);
  }
  .colw-lg-5 {
    -ms-flex: 0 0 calc(var(--ww) * 5);
    flex: 0 0 calc(var(--ww) * 5);
    max-width: calc(var(--ww) * 5);
  }
  .colw-lg-6 {
    -ms-flex: 0 0 calc(var(--ww) * 6);
    flex: 0 0 calc(var(--ww) * 6);
    max-width: calc(var(--ww) * 6);
  }
  .colw-lg-7 {
    -ms-flex: 0 0 calc(var(--ww) * 7);
    flex: 0 0 calc(var(--ww) * 7);
    max-width: calc(var(--ww) * 7);
  }  
}
@media all and (min-width: 1200px) {
  .colw-xl-1,
  .colw-xl {
    -ms-flex: 0 0 calc(var(--ww) * 1);
    flex: 0 0 calc(var(--ww) * 1);
    max-width: calc(var(--ww) * 1);
  }
  .colw-xl-2 {
    -ms-flex: 0 0 calc(var(--ww) * 2);
    flex: 0 0 calc(var(--ww) * 2);
    max-width: calc(var(--ww) * 2);
  }
  .colw-xl-3 {
    -ms-flex: 0 0 calc(var(--ww) * 3);
    flex: 0 0 calc(var(--ww) * 3);
    max-width: calc(var(--ww) * 3);
  }
  .colw-xl-4 {
    -ms-flex: 0 0 calc(var(--ww) * 4);
    flex: 0 0 calc(var(--ww) * 4);
    max-width: calc(var(--ww) * 4);
  }
  .colw-xl-5 {
    -ms-flex: 0 0 calc(var(--ww) * 5);
    flex: 0 0 calc(var(--ww) * 5);
    max-width: calc(var(--ww) * 5);
  }
  .colw-xl-6 {
    -ms-flex: 0 0 calc(var(--ww) * 6);
    flex: 0 0 calc(var(--ww) * 6);
    max-width: calc(var(--ww) * 6);
  }
  .colw-xl-7 {
    -ms-flex: 0 0 calc(var(--ww) * 7);
    flex: 0 0 calc(var(--ww) * 7);
    max-width: calc(var(--ww) * 7);
  }  
}
.colw,.colw-1,.colw-2,.colw-3,.colw-4,.colw-5,.colw-6,.colw-7,
.colw-sm,.colw-sm-1,.colw-sm-2,.colw-sm-3,.colw-sm-4,.colw-sm-5,.colw-sm-6,.colw-sm-7,
.colw-md,.colw-md-1,.colw-md-2,.colw-md-3,.colw-md-4,.colw-md-5,.colw-md-6,.colw-md-7,
.colw-lg,.colw-lg-1,.colw-lg-2,.colw-lg-3,.colw-lg-4,.colw-lg-5,.colw-lg-6,.colw-lg-7,
.colw-xl,.colw-xl-1,.colw-xl-2,.colw-xl-3,.colw-xl-4,.colw-xl-5,.colw-xl-6,.colw-xl-7
{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ofw-1 {
  margin-left: calc(var(--ww) * 1);
}
.ofw-2 {
  margin-left: calc(var(--ww) * 2);
}
.ofw-3 {
  margin-left: calc(var(--ww) * 3);
}
.ofw-4 {
  margin-left: calc(var(--ww) * 4);
}
.ofw-5 {
  margin-left: calc(var(--ww) * 5);
}
.ofw-6 {
  margin-left: calc(var(--ww) * 6);
}
.ofw-7 {
  margin-left: calc(var(--ww) * 7);
}
.bg-ok {
  background-color: rgb(200 255 200 / 50%) !important;
}
.bg-warning {
  background-color: rgb(255, 245, 191)!important;
}
.bg-error {
  background-color: rgb(255 200 200 / 50%) !important;
}

/* [-] CUSTOMIZE BOOTSTRAP THEME */

pre.hidden {
  height: 16px;
  overflow: hidden;
  border: 0.5pt solid #aaa;
}

pre.visible {
  height: auto;
  overflow: hidden;
  background: rgba(255, 255, 153, 0.41);
  padding: 10px;
  border: 0.5pt solid #aaa;
}

pre.hidden::before,
pre.visible::before {
  display: block;
  background: #eee;
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
}

pre.hidden::before {
  content: "[+] array( ... )";
}
pre.visible::before {
  content: "[-]";
  border-bottom: 0.5pt solid #aaa;
  margin: -10px -10px 10px -10px;
}

ol {
  counter-reset: myCounter;
  padding-left: 0;
}

ol > li {
  list-style: none;
}

ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #2980b9;
  display: inline-block;
  text-align: center;
  font-size: 73%;
  font-weight: 300;
  margin: 5px 10px 5px 0;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}

.handler {
  cursor: pointer;
}
.handler:hover {
  background-color: rgb(255 245 169 / 33%);
}

.__list {
  margin-bottom: 2rem;
}

.__list > li {
  list-style-type: disclosure-closed;
  color: var(--dark);
  transition: all 0.3s ease;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* .__list > li:hover {
    
} */
.__list > li.active {
  list-style-type: disclosure-open;
  color: var(--orange);
}

.__list > li .handler {
  cursor: pointer;
}

/* .__list > li:marker {
    content: "\22A2";
} */

/* .__list > li:before {
    content: "\22A2";
} */

/* .__list > li:after {
    
} */

/* .modal-header{} */
.modal-header h5 {
  font-weight: 700;
  line-height: 1.1;
}
.modal-header .close {
  padding: 0rem 0.8rem;
  line-height: 1;
  /* margin: -1rem -1rem -1rem auto; */
  margin: -1.1rem -1rem -1rem auto;
  color: #fff;
  font-weight: 200;
  font-size: 50px;
  opacity: 0.9;
  outline: none !important;
}

/* FORMS */

/* .ch {
    opacity: 0;
    position: absolute;
    left: 3px;
    margin: 0;
    width: 25px;
    height: 12px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-56deg) skewX(-18deg);
    -webkit-transform: rotate(-56deg) skewX(-18deg);
}
.ch_frame {
    position: absolute;
    left: 0;
    top:3px;
    margin: 0;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 3px solid #649ee0;
    border: .5pt solid #649ee0;
    border-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    border-image-slice: 1!important;
    border-radius: 2px;
}
.ra {
    opacity: 0;
    position: absolute;
    left: 3px;
    top:-2px;
    margin: 0;
    width: 25px;
    height: 12px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-56deg) skewX(-18deg);
    -webkit-transform: rotate(-56deg) skewX(-18deg);
}
.ra_frame {
    position: absolute;
    left: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 3px solid #649ee0;
    border: .5pt solid #649ee0;
    border-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;
    border-image-slice: 1!important;
    border-radius: 23px;
} */

/* .form-check{padding-left:0!important} */ /*  bootstrap-fix  */
.form-check {
  padding: 0 !important;
} /*  bootstrap-fix  */
.form-check-label {
  margin: 0 !important;
}
.ch {
  opacity: 0;
  position: absolute;
  width: 25px;
  height: 12px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  transform: rotate(-56deg) skewX(-18deg);
  -webkit-transform: rotate(-56deg) skewX(-18deg);
}
.ch_frame {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 3px solid #649ee0;
  border: 0.5pt solid #649ee0;
  border-image: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  border-image-slice: 1 !important;
  border-radius: 2px;
}
.ra {
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 25px;
  height: 12px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  transform: rotate(-56deg) skewX(-18deg);
  -webkit-transform: rotate(-56deg) skewX(-18deg);
}
.ra_frame {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 3px solid #649ee0;
  border: 0.5pt solid #649ee0;
  border-image: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ) !important;
  border-image-slice: 1 !important;
  border-radius: 23px;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.shadow-pulse-green {
  animation-name: shadowPulseGreen;
}
.shadow-pulse-red {
  animation-name: shadowPulseRed;
}
.shadow-pulse-green,
.shadow-pulse-red {
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(45, 45, 64, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

/*

*:not(.contenteditable), *:not(input) {
    -ms-user-select:none!important;
    -moz-user-select:none!important;
    -webkit-user-select:none!important;
    user-select:none!important;
}
*/
.saved-answer-msg {
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 65%;
}

.collapsed {
  display: none;
}
.sortable-empty-space {
  height: 5rem;
  background: rgba(23, 162, 184, 0.26) !important;
}
.sortable-empty-space:before {
  content: "" !important;
}

ul {
  overflow: hidden;
  min-height: 2rem;
}
ul.sorter {
  padding-left: 0;
  font-weight: 300; /* font-size: 90%; */
  color: #444;
}
ul.sorter,
ul.sorter ul {
  list-style: none;
  padding-left: 0 !important;
}
ul.sorter li {
  background: #fff;
}
ul.sorter li > ul.collapsed {
  height: 0 !important;
  min-height: 0 !important;
}
.handler .fa {
  font-size: 21px !important;
}

ul.tree {
  padding-left: 0;
  font-weight: 300; /* font-size: 90%; */
  color: #444;
}
ul.tree,
ul.tree ul {
  list-style: none;
  padding-left: 0 !important;
}
ul.tree li {
  background: #fff;
}
ul.tree li > ul.collapsed {
  height: 0 !important;
  min-height: 0 !important;
}
ul.tree,
ul.tree ul {
  list-style: none;
}
@media all and (min-width: 576px) {
}

.subject-row,
.grade-row,
.lesson-row {
  margin-top: -1px;
  border: 0.5pt solid #dee2e6 !important;
}
.grade-row {
  padding-left: 0rem;
}
.lesson-row {
  padding-left: 0rem;
}

@media all and (min-width: 576px) {
  .sortable-empty-space {
    height: 2rem;
    background: rgba(23, 162, 184, 0.26) !important;
  }
  ul.sorter {
    padding-left: 0 !important;
    font-weight: 300; /* font-size: 120%; */
    color: #444;
  }
  ul.tree {
    font-weight: 300; /* font-size: 120%; */
    color: #444;
  }
  ul.sorter ul li .row {
    padding-left: 2rem !important;
  }
  ul.tree ul {
    padding-left: 2rem !important;
  }
  .handler .fa {
    font-size: 28px !important;
  }
  /* .lesson-row {padding-left:2rem} */
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav {
  margin-top: 10px;
}
/* .owl-carousel .owl-nav [class*=owl-]{padding: 0.45rem 1.2rem 0.35rem;font-size: .875rem;font-weight:300;text-transform:uppercase;line-height: 1.5;border-radius: .2rem;color:#fff!important;background-color:#649ee0;border-color:#649ee0;background-image:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)!important;}
.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} */
.owl-carousel .owl-nav .disabled {
  display: none !important;
  cursor: default !important;
  background-color: #bbb !important;
  border-color: #bbb !important;
  color: #ddd !important;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 4px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-prev {
  float: left;
}
.owl-next {
  float: right;
} /* .disabled{cursor:default!important} */

.owl-carousel .owl-item img {
  display: block !important;
  margin: 5px auto !important;
  width: unset !important;
  max-width: 100% !important; /* max-height: 90vh; */
}
@media all and (min-width: 576px) {
  .owl-carousel .owl-item img {
    max-width: 60% !important;
    max-height: 90vh !important;
  }
}

.owl-carousel .owl-item > .task {
  display: none !important;
}
.owl-carousel .owl-item.active > .task {
  display: unset !important;
}

.btn,
.kk-btn,
.owl-carousel .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 16px 0 !important;
  /* border-radius: 4px!important; */
  border-radius: 0.5rem !important;
  text-decoration: none !important;
  font-weight: 400;
  outline: none !important;
  /* background: linear-gradient(93deg, #ffffff, #f6f6f6); */
  /* background: linear-gradient(45deg,rgb(220 177 255 / 44%),rgb(163 230 255 / 53%)); */
  background: #f0f0fd;
  color: #555;
  border: none !important;
  /* box-shadow: inset 0 0 0 0.5pt rgb(0 0 0 / 15%), 2px 2px 7px 0px rgb(0 0 0 / 6%); */
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kk-btn:hover,
.owl-carousel .owl-nav [class*="owl-"]:hover {
  /* box-shadow: inset 0 0 0 0.5pt rgb(0 0 0 / 20%), 2px 2px 7px 0px rgb(0 0 0 / 16%); */
  box-shadow: inset 0 0 3px 30px rgb(0 0 0 / 3%);
}
.kk-btn:active,
.owl-carousel .owl-nav [class*="owl-"]:active {
  box-shadow: inset 0 0 1px 0.5pt rgb(0 0 0 / 20%);
}
.kk-btn-xs {
  padding: 0px 8px 0px !important;
  font-size: 66% !important;
  height: 18px;
  border-radius: .25rem!important;
}
.kk-btn-sm,
.owl-carousel .owl-nav [class*="owl-"] {
  padding: 0 15px 0 !important;
  height: 26px;
  font-size: 86% !important;
  border-radius: .375rem!important;
}
.kk-btn-lg {
  padding: 0 25px 0 !important;
  font-size: 120%;
  height: 55px;
}

.kk-colordemo {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: white;
  border: 3px solid #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.166667);
}

.kk-bg-primary,
.kk-btn-main {
  color: #fff !important;
  background: rgb(102, 0, 153) !important;
  background: -moz-linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background: linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660099",endColorstr="#ff9900",GradientType=1) !important;
}
.kk-btn-main:active,
.owl-carousel .owl-nav [class*="owl-"]:active {
  color: #fff !important;
  background: rgb(102, 0, 153) !important;
  background: -moz-linear-gradient(
    60deg,
    rgba(204, 0, 102, 1) 0%,
    rgba(255, 153, 0, 1) 70%
  ) !important;
  background: -webkit-linear-gradient(
    60deg,
    rgba(204, 0, 102, 1) 0%,
    rgba(255, 153, 0, 1) 70%
  ) !important;
  background: linear-gradient(
    60deg,
    rgba(204, 0, 102, 1) 0%,
    rgba(255, 153, 0, 1) 70%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660099",endColorstr="#ff9900",GradientType=1) !important;
}

.kk-btn-outline-main {
  border: 0.5pt solid #777 !important;
  border-image: linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  border-image-slice: 1 1 1 1 !important;
  background-color: #fff;
  background-image: linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kk-btn-outline-main:active {
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.kk-btn-primary,
.owl-carousel .owl-nav [class*="owl-"],
.kk-btn-outline-primary:active {
  background: #660099 !important;
  color: #fff !important;
}
.kk-btn-primary:active,
.owl-carousel .owl-nav [class*="owl-"]:active,
.kk-btn-outline-primary {
  /* border:.5pt solid #660099!important; */
  background: #fff !important;
  color: #660099 !important;
}

.kk-btn-rose {
  background: #ff0099 !important;
  color: #fff !important;
}
.kk-btn-violet {
  background: #660099 !important;
  color: #fff !important;
}
.kk-btn-red {
  background: #cc0066 !important;
  color: #fff !important;
}
.kk-btn-yellow {
  background: #ff9900 !important;
  background: linear-gradient(43deg,                rgb(255 192 35 / 100%),                rgb(255 176 75))!important;
  color: #fff !important;
}
.kk-btn-green {
  background: linear-gradient(43deg, rgb(192 255 169), rgb(255 234 75 / 80%));
  color: #333;
}

.kk-btn-danger {
  background-color: #ffbbbb;
  color: #ae3737!important;
}
.kk-btn-outline-rose {
  border: 0.5pt solid #ff0099 !important;
  background: #fff !important;
  color: #ff0099 !important;
}
.kk-btn-outline-violet {
  border: 0.5pt solid #660099 !important;
  background: #fff !important;
  color: #660099 !important;
}
.kk-btn-outline-red {
  border: 0.5pt solid #cc0066 !important;
  background: #fff !important;
  color: #cc0066 !important;
}
.kk-btn-outline-yellow {
  border: 0.5pt solid #ff9900 !important;
  background: #fff !important;
  color: #ff9900 !important;
}

.kk-bg-secondary {
  background: linear-gradient(45deg, #cc0066 40%, #ff9900) !important;
}

.kk-bg-warning {
  background-color: #ff9900;
  background-image: -webkit-linear-gradient(155deg, #ff9900 33%, #cc0066 100%);
  background-image: -moz-linear-gradient(155deg, #ff9900 33%, #cc0066 100%);
  background-image: -o-linear-gradient(155deg, #ff9900 33%, #cc0066 100%);
  background-image: linear-gradient(245deg, #ff9900 33%, #cc0066 100%);
}

.kk-bg-rose {
  background: #ff0099 !important;
}
.kk-bg-violet {
  background: #660099 !important;
}
.kk-bg-red {
  background: #cc0066 !important;
}
.kk-bg-yellow {
  background: #ff9900 !important;
}

kk,
.kk {
  border: none;
  background: #fff;
  background-image: linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.answer-row {
  margin-top: -1px !important;
  border-color: #dee2e6 !important;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 0.5rem !important;
  cursor: pointer;
  background: #ffffff;
}
.answer-row:hover {
  background: #f0f0f0;
}
.answer-row:active {
  background: #eeeeee;
}

.sortable-empty-space {
  width: 100%;
  height: 69px;
  background: #eee;
}
.semiopa {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.semiopa:hover {
  opacity: 1;
}
.part {
  box-shadow: 0px 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.form-check-label {
  margin-left: 1.25rem;
  position: relative;
  /* display: block; */
  min-height: 23px;
  /* top:12px; */
}
.ch_frame,
.ch {
  top: unset;
  left: unset;
}

.newcontenteditable img,
.contenteditable img {
  display: block;
  max-width: 60% !important;
  max-height: 600px !important;
  margin: 5px auto;
}

.attachment {
  width: 100%;
  border: 5px dashed rgb(221, 221, 221);
  padding: 1rem;
  text-align: center;
  color: #888;
  background: rgb(240, 240, 240);
  border-radius: 7px;
  position: relative;
  box-sizing: border-box;
}
.upload_input_activator {
  position: relative;
  color: #fff;
}
.upload_input,
.pseudo_upload_input {
  opacity: 0;
  width: 100%; /*  height: 55px;  */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.upload_status_bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 200, 20, 0.4);
}
audio {
  width: 100%;
  opacity: 0;
  outline: none;
}
audio::-webkit-media-controls-enclosure {
  bottom: 0px;
  text-indent: 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-height: 54px;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  flex: 1 1 0%;
  background: #ddd !important;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #ddd;
  border-radius: 100px;
  overflow: hidden;
}
audio::-webkit-media-controls-panel {
  background: rgb(102, 0, 153) !important;
  background: -moz-linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  background: linear-gradient(
    60deg,
    rgba(102, 0, 153, 1) 0%,
    rgba(204, 0, 102, 1) 52%,
    rgba(255, 153, 0, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660099",endColorstr="#ff9900",GradientType=1) !important;
}
audio::-internal-media-controls-overflow-button {
  display: none !important;
  appearance: -internal-media-control;
  -webkit-appearance: -internal-media-control;
  background-size: 20px;
  width: 32px;
  height: 48px;
  min-width: 32px;
  background-color: initial;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-image: -webkit-image-set(
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGNpcmNsZSBjeD0iMTIiIGN5PSI2IiByPSIyIi8+Cgk8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIyIi8+Cgk8Y2lyY2xlIGN4PSIxMiIgY3k9IjE4IiByPSIyIi8+CjwvZz4KPC9zdmc+Cg==)
      1x
  );
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px;
  border-width: 0px;
  flex: 0 0 32px;
}
.button-header-container {
  display: none;
  box-shadow: inset 0 -11px 35px 0 rgba(0, 0, 0, 0.02);
}
@media all and (min-width: 768px) {
  .button-header-container {
    display: block;
    box-shadow: none;
  }
}

.taC,
.tac {
  text-align: center !important;
}
.taR,
.tar {
  text-align: right !important;
}
.taL,
.tal {
  text-align: left !important;
}
.taJ,
.taj {
  text-align: justify !important;
}
@media all and (min-width: 578px) {
  .tal-sm {
    text-align: left !important;
  }
  .tar-sm {
    text-align: right !important;
  }
  .tac-sm {
    text-align: center !important;
  }
  .taj-sm {
    text-align: justify !important;
  }
  .vat-sm {
    vertical-align: top !important;
  }
  .vam-sm {
    vertical-align: middle !important;
  }
  .vab-sm {
    vertical-align: bottom !important;
  }
}
@media all and (min-width: 768px) {
  .tal-md {
    text-align: left !important;
  }
  .tar-md {
    text-align: right !important;
  }
  .tac-md {
    text-align: center !important;
  }
  .taj-md {
    text-align: justify !important;
  }
  .vat-md {
    vertical-align: top !important;
  }
  .vam-md {
    vertical-align: middle !important;
  }
  .vab-md {
    vertical-align: bottom !important;
  }
}
@media all and (min-width: 992px) {
  .tal-lg {
    text-align: left !important;
  }
  .tar-lg {
    text-align: right !important;
  }
  .tac-lg {
    text-align: center !important;
  }
  .taj-lg {
    text-align: justify !important;
  }
  .vat-lg {
    vertical-align: top !important;
  }
  .vam-lg {
    vertical-align: middle !important;
  }
  .vab-lg {
    vertical-align: bottom !important;
  }
}
@media all and (min-width: 1200px) {
  .tal-xl {
    text-align: left !important;
  }
  .tar-xl {
    text-align: right !important;
  }
  .tac-xl {
    text-align: center !important;
  }
  .taj-xl {
    text-align: justify !important;
  }
  .vat-xl {
    vertical-align: top !important;
  }
  .vam-xl {
    vertical-align: middle !important;
  }
  .vab-xl {
    vertical-align: bottom !important;
  }
}
@media all and (min-width: 1400px) {
  .tal-xxl {
    text-align: left !important;
  }
  .tar-xxl {
    text-align: right !important;
  }
  .tac-xxl {
    text-align: center !important;
  }
  .taj-xxl {
    text-align: justify !important;
  }
  .vat-xxl {
    vertical-align: top !important;
  }
  .vam-xxl {
    vertical-align: middle !important;
  }
  .vab-xxl {
    vertical-align: bottom !important;
  }
}
.vaM,
.vam {
  vertical-align: middle !important;
}
.vaT,
.vat {
  vertical-align: top !important;
}
.vaB,
.vab {
  vertical-align: bottom !important;
}

.bd-1-gray {
  border: 0.5pt solid #dddddd !important;
}
.bd-x-1-gray {
  border-left: 0.5pt solid #dddddd !important;
  border-right: 0.5pt solid #dddddd !important;
}
.bd-y-1-gray {
  border-top: 0.5pt solid #dddddd !important;
  border-bottom: 0.5pt solid #dddddd !important;
}
.bd-top-1-gray {
  border-top: 0.5pt solid #dddddd !important;
}
.bd-bottom-1-gray {
  border-bottom: 0.5pt solid #dddddd !important;
}
.bd-left-1-gray {
  border-left: 0.5pt solid #dddddd !important;
}
.bd-right-1-gray {
  border-right: 0.5pt solid #dddddd !important;
}

.bd-2-gray {
  border: 2px solid #dddddd !important;
}
.bd-x-2-gray {
  border-left: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.bd-y-2-gray {
  border-top: 2px solid #dddddd !important;
  border-bottom: 2px solid #dddddd !important;
}
.bd-top-2-gray {
  border-top: 2px solid #dddddd !important;
}
.bd-bottom-2-gray {
  border-bottom: 2px solid #dddddd !important;
}
.bd-left-2-gray {
  border-left: 2px solid #dddddd !important;
}
.bd-right-2-gray {
  border-right: 2px solid #dddddd !important;
}

.bd-3-gray {
  border: 3px solid #dddddd !important;
}
.bd-x-3-gray {
  border-left: 3px solid #dddddd !important;
  border-right: 3px solid #dddddd !important;
}
.bd-y-3-gray {
  border-top: 3px solid #dddddd !important;
  border-bottom: 3px solid #dddddd !important;
}
.bd-top-3-gray {
  border-top: 3px solid #dddddd !important;
}
.bd-bottom-3-gray {
  border-bottom: 3px solid #dddddd !important;
}
.bd-left-3-gray {
  border-left: 3px solid #dddddd !important;
}
.bd-right-3-gray {
  border-right: 3px solid #dddddd !important;
}

.bd-4-gray {
  border: 4px solid #dddddd !important;
}
.bd-x-4-gray {
  border-left: 4px solid #dddddd !important;
  border-right: 4px solid #dddddd !important;
}
.bd-y-4-gray {
  border-top: 4px solid #dddddd !important;
  border-bottom: 4px solid #dddddd !important;
}
.bd-top-4-gray {
  border-top: 4px solid #dddddd !important;
}
.bd-bottom-4-gray {
  border-bottom: 4px solid #dddddd !important;
}
.bd-left-4-gray {
  border-left: 4px solid #dddddd !important;
}
.bd-right-4-gray {
  border-right: 4px solid #dddddd !important;
}

.bd-1-blue {
  border: 0.5pt solid #008bc2 !important;
}

.bd-x-1-blue {
  border-left: 0.5pt solid #008bc2 !important;
  border-right: 0.5pt solid #008bc2 !important;
}
.bd-y-1-blue {
  border-top: 0.5pt solid #008bc2 !important;
  border-bottom: 0.5pt solid #008bc2 !important;
}
.bd-top-1-blue {
  border-top: 0.5pt solid #008bc2 !important;
}
.bd-bottom-1-blue {
  border-bottom: 0.5pt solid #008bc2 !important;
}
.bd-left-1-blue {
  border-left: 0.5pt solid #008bc2 !important;
}
.bd-right-1-blue {
  border-right: 0.5pt solid #008bc2 !important;
}

.bd-3-blue {
  border: 3px solid #008bc2 !important;
}
.bd-x-3-blue {
  border-left: 3px solid #008bc2 !important;
  border-right: 3px solid #008bc2 !important;
}
.bd-y-3-blue {
  border-top: 3px solid #008bc2 !important;
  border-bottom: 3px solid #008bc2 !important;
}
.bd-top-3-blue {
  border-top: 3px solid #008bc2 !important;
}
.bd-bottom-3-blue {
  border-bottom: 3px solid #008bc2 !important;
}
.bd-left-3-blue {
  border-left: 3px solid #008bc2 !important;
}
.bd-right-3-blue {
  border-right: 3px solid #008bc2 !important;
}

.bd-4-blue {
  border: 4px solid #008bc2 !important;
}
.bd-x-4-blue {
  border-left: 4px solid #008bc2 !important;
  border-right: 4px solid #008bc2 !important;
}
.bd-y-4-blue {
  border-top: 4px solid #008bc2 !important;
  border-bottom: 4px solid #008bc2 !important;
}
.bd-top-4-blue {
  border-top: 4px solid #008bc2 !important;
}
.bd-bottom-4-blue {
  border-bottom: 4px solid #008bc2 !important;
}
.bd-left-4-blue {
  border-left: 4px solid #008bc2 !important;
}
.bd-right-4-blue {
  border-right: 4px solid #008bc2 !important;
}

.bd-dotted-blue {
  border: 5px dotted #008bc2 !important;
}
.bd-x-dotted-blue {
  border-left: 5px dotted #008bc2 !important;
  border-right: 5px dotted #008bc2 !important;
}
.bd-y-dotted-blue {
  border-top: 5px dotted #008bc2 !important;
  border-bottom: 5px dotted #008bc2 !important;
}
.bd-top-dotted-blue {
  border-top: 5px dotted #008bc2 !important;
}
.bd-bottom-dotted-blue {
  border-bottom: 5px dotted #008bc2 !important;
}
.bd-left-dotted-blue {
  border-left: 5px dotted #008bc2 !important;
}
.bd-right-dotted-blue {
  border-right: 7px dotted #008bc2 !important;
}

.bd-1-orange {
  border: 0.5pt solid #f89d2b !important;
}
.bd-x-1-orange {
  border-left: 0.5pt solid #f89d2b !important;
  border-right: 0.5pt solid #f89d2b !important;
}
.bd-y-1-orange {
  border-top: 0.5pt solid #f89d2b !important;
  border-bottom: 0.5pt solid #f89d2b !important;
}
.bd-top-1-orange {
  border-top: 0.5pt solid #f89d2b !important;
}
.bd-bottom-1-orange {
  border-bottom: 0.5pt solid #f89d2b !important;
}
.bd-left-1-orange {
  border-left: 0.5pt solid #f89d2b !important;
}
.bd-right-1-orange {
  border-right: 0.5pt solid #f89d2b !important;
}

.bd-2-orange {
  border: 2px solid #f89d2b !important;
}
.bd-x-2-orange {
  border-left: 2px solid #f89d2b !important;
  border-right: 2px solid #f89d2b !important;
}
.bd-y-2-orange {
  border-top: 2px solid #f89d2b !important;
  border-bottom: 2px solid #f89d2b !important;
}
.bd-top-2-orange {
  border-top: 2px solid #f89d2b !important;
}
.bd-bottom-2-orange {
  border-bottom: 2px solid #f89d2b !important;
}
.bd-left-2-orange {
  border-left: 2px solid #f89d2b !important;
}
.bd-right-2-orange {
  border-right: 2px solid #f89d2b !important;
}

.bd-3-orange {
  border: 3px solid #f89d2b !important;
}
.bd-x-3-orange {
  border-left: 3px solid #f89d2b !important;
  border-right: 3px solid #f89d2b !important;
}
.bd-y-3-orange {
  border-top: 3px solid #f89d2b !important;
  border-bottom: 3px solid #f89d2b !important;
}
.bd-top-3-orange {
  border-top: 3px solid #f89d2b !important;
}
.bd-bottom-3-orange {
  border-bottom: 3px solid #f89d2b !important;
}
.bd-left-3-orange {
  border-left: 3px solid #f89d2b !important;
}
.bd-right-3-orange {
  border-right: 3px solid #f89d2b !important;
}

.bd-4-orange {
  border: 4px solid #f89d2b !important;
}
.bd-x-4-orange {
  border-left: 4px solid #f89d2b !important;
  border-right: 4px solid #f89d2b !important;
}
.bd-y-4-orange {
  border-top: 4px solid #f89d2b !important;
  border-bottom: 4px solid #f89d2b !important;
}
.bd-top-4-orange {
  border-top: 4px solid #f89d2b !important;
}
.bd-bottom-4-orange {
  border-bottom: 4px solid #f89d2b !important;
}
.bd-left-4-orange {
  border-left: 4px solid #f89d2b !important;
}
.bd-right-4-orange {
  border-right: 4px solid #f89d2b !important;
}

.bd-1-green {
  border: 0.5pt solid #55c24a !important;
}
.bd-x-1-green {
  border-left: 0.5pt solid #55c24a !important;
  border-right: 0.5pt solid #55c24a !important;
}
.bd-y-1-green {
  border-top: 0.5pt solid #55c24a !important;
  border-bottom: 0.5pt solid #55c24a !important;
}
.bd-top-1-green {
  border-top: 0.5pt solid #55c24a !important;
}
.bd-bottom-1-green {
  border-bottom: 0.5pt solid #55c24a !important;
}
.bd-left-1-green {
  border-left: 0.5pt solid #55c24a !important;
}
.bd-right-1-green {
  border-right: 0.5pt solid #55c24a !important;
}

.bd-2-green {
  border: 2px solid #55c24a !important;
}
.bd-x-2-green {
  border-left: 2px solid #55c24a !important;
  border-right: 2px solid #55c24a !important;
}
.bd-y-2-green {
  border-top: 2px solid #55c24a !important;
  border-bottom: 2px solid #55c24a !important;
}
.bd-top-2-green {
  border-top: 2px solid #55c24a !important;
}
.bd-bottom-2-green {
  border-bottom: 2px solid #55c24a !important;
}
.bd-left-2-green {
  border-left: 2px solid #55c24a !important;
}
.bd-right-2-green {
  border-right: 2px solid #55c24a !important;
}

.bd-3-green {
  border: 3px solid #55c24a !important;
}
.bd-x-3-green {
  border-left: 3px solid #55c24a !important;
  border-right: 3px solid #55c24a !important;
}
.bd-y-3-green {
  border-top: 3px solid #55c24a !important;
  border-bottom: 3px solid #55c24a !important;
}
.bd-top-3-green {
  border-top: 3px solid #55c24a !important;
}
.bd-bottom-3-green {
  border-bottom: 3px solid #55c24a !important;
}
.bd-left-3-green {
  border-left: 3px solid #55c24a !important;
}
.bd-right-3-green {
  border-right: 3px solid #55c24a !important;
}

.bd-4-green {
  border: 4px solid #55c24a !important;
}
.bd-x-4-green {
  border-left: 4px solid #55c24a !important;
  border-right: 4px solid #55c24a !important;
}
.bd-y-4-green {
  border-top: 4px solid #55c24a !important;
  border-bottom: 4px solid #55c24a !important;
}
.bd-top-4-green {
  border-top: 4px solid #55c24a !important;
}
.bd-bottom-4-green {
  border-bottom: 4px solid #55c24a !important;
}
.bd-left-4-green {
  border-left: 4px solid #55c24a !important;
}
.bd-right-4-green {
  border-right: 4px solid #55c24a !important;
}

main {
  min-height: calc(100vh - 3.5rem - 170px) !important;
}

ul.files {
  list-style: none;
  padding: 0;
  overflow: visible;
}
ul.files li {
  display: flex;
  align-items: flex-end;
  padding: 0.5rem 1rem;
  margin: 0 -1rem;
  border-bottom: 0.5pt solid transparent;
}
ul.files li:hover {
  background-color: var(--bg-snow);
  border-bottom-color: var(--bg-light);
}
span.uploaded {
  display: inline-block;
  line-height: 1;
  color: #bbb;
  font-size: 11px;
  margin-left: 1rem;
  opacity:.3;
  transition:opacity .3s ease;
}

ul.files li:hover span.uploaded {
  opacity: 1;
}

.uploaded {
  position: relative;
}
/* .uploaded.late:after,
.uploaded.close:after,
.uploaded.intime:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 6px);
} */
/* .uploaded.late:after {
  background-color: var(--red);
}
.uploaded.close:after {
  background-color: var(--orange);
}
.uploaded.intime:after {
  background-color: var(--green);
} */
.uploaded.late {
  color: var(--red);
}
.uploaded.close {
  color: var(--orange);
}
.uploaded.intime {
  color: var(--green);
}

.get_link {
  padding: 15px;
  background: linear-gradient(
    45deg,
    rgb(220 177 255 / 44%),
    rgb(163 230 255 / 53%)
  );
  /* border: 1px dashed #a5c8e6; */
  /* border: .5pt solid var(--border-color); */
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 70px;
  margin: 0 0 1rem 0;
  box-shadow: inset 0px 0px 0px 0.5pt rgb(0 0 0 / 7%);
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
}

@media all and (min-width: 576px) {
  .get_link {
    flex-direction: row;
    font-size: 17px;
  }
}
.arrowPointer {
  position: relative;
  display: inline-block;
}
.arrowPointer:after {
  position: absolute;
  right: -20px;
  top: 100%;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(/upload/images/icons/downArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .arrowPointer:after {
    right: -100px;
    top: 1rem;
    background-image: url(/upload/images/icons/leftToDownArrow.svg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.upload_file_input {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file {
  display: inline-block;
  width: 160px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

ul.files li .rem,
ul.files li .edit {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* margin-left: 2.5rem; */
  cursor: pointer;
  /* color: var(--red); */
  /* font-size: 11px; */
  font-weight: 300;
  line-height: 1;
  user-select: none;
}
ul.files li:hover .rem,
ul.files li:hover .edit {
  display: inline-flex;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.uploader {
  position: relative;
  background: #f3f3f3;
  /* border: 1px dashed #d2d2d2; */
  border: 0.5pt solid #d2d2d2;
  border-radius: 1rem;
  min-height: 100px;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #bbb;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: inset 3px 3px 3px 0 rgb(0 0 0 / 3%);
}

/* DOT CLASSES */

.roleFederal,
.roleRegional,
.roleMunicipal,
.old,
.new {
  padding-left: 20px;
  position: relative;
}

.roleFederal:before,
.roleRegional:before,
.roleMunicipal:before,
.old:before,
.new:before {
  content: "";
  display: flex;
  color: white;
  font-size: 8px;
  font-weight: 400;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  /* display: block; */
  position: absolute;
  left: 0;
  top: 4px;
  justify-content: center;
  align-items: center;
}
.old:before {
  background-color: var(--red);
}
.new:before {
  background-color: var(--success);
}

.roleFederal:before {
  content: "Ф";
  background-color: var(--purple);
}
.roleRegional:before {
  content: "Р";
  background-color: var(--orange);
}
.roleMunicipal:before {
  content: "М";
  background-color: var(--yellow);
}
.roleHigh:before {
  content: "";
  background-color: var(--primary);
}

input::placeholder {
  color: #ccc !important;
  font-family: "PTS" !important;
  font-style: italic !important;
}

.form-control {
  border-radius: 0.5rem !important;
  border: 0.5pt solid var(--border-color) !important;
}

.form-control.error,
.form-control.success,
.form-control.empty,
.form-control.warning,
.form-control.process {
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 0.25rem) center;
  /* background-image: url(/assets/icons/check-warning.svg?1); */
  padding-right: calc(24px + 0.5rem);
}

.form-control.error {
  /* color: var(--red)!important;
    background-color: #fff!important;
    outline: 0!important; */
  /* box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 33%)!important; */

  border-color: var(--red) !important;
  background-image: url(/assets/icons/check-error.svg);
}
.form-control.warning {
  /* color: var(--orange)!important;
    background-color: #fff!important;
    outline: 0!important; */
  /* box-shadow: 0 0 0 0.2rem rgb(253 126 20 / 33%)!important; */
  border-color: var(--orange) !important;
  background-image: url(/assets/icons/check-warning.svg?1);
}
.form-control.success {
  /* background-color: #fff!important;
    color: var(--green)!important;
    outline: 0!important; */
  /* box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 33%)!important; */
  border-color: var(--green) !important;
  background-image: url(/assets/icons/check-success.svg?1);
}
.form-control.empty {
  /* background-color: #fff!important;
    color: var(--green)!important;
    outline: 0!important; */
  /* box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 33%)!important; */
  /* border-color: var(--green) !important; */
  background-image: url(/assets/icons/check-empty.svg?1);
}
.form-control.process {
  background-image: url(/assets/icons/check-process.svg?1);
  background-size: 20px;
  background-position: calc(100% - 0.25rem - 2px) center;
}

p.hint-error,
p.hint-warning,
p.hint-empty,
p.hint-success,
p.hint-process {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left top;
  padding-left: calc(1rem + 24px);
  min-height: 30px;
  margin: 1rem 0;
}

p.hint-error {
  background-image: url(/assets/icons/check-error.svg?1);
}
p.hint-warning {
  background-image: url(/assets/icons/check-warning.svg?1);
}
p.hint-empty {
  background-image: url(/assets/icons/check-empty.svg?1);
}
p.hint-success {
  background-image: url(/assets/icons/check-success.svg?1);
}
p.hint-process {
  background-image: url(/assets/icons/check-process.svg?1);
}

p.error,
p.warning,
p.success,
p.info {
  margin: -0.5rem 0.75rem 0.5rem;
}
p.error {
  color: var(--red) !important;
}
p.warning {
  color: var(--orange) !important;
}
p.info {
  color: var(--brown) !important;
}
p.success {
  /*display:none;*/
  color: var(--green) !important;
}

.react-ui-177nz5 {
  margin-bottom: -3px;
  border-radius: 50%;
  stroke: rgb(221, 71, 59);
  animation: 1s cubic-bezier(0.5, 0.2, 0.5, 0.8) 0s infinite normal none running
      animation-1vf7km8,
    2s cubic-bezier(0.36, 0.14, 0.38, 0.69) 0s infinite normal none running
      animation-p1ijax,
    2s linear 0s infinite normal none running animation-1dz1zzz,
    6s ease-in-out 0s infinite normal none running animation-cextle;
}

@keyframes animation-1vf7km8 {
  0% {
    stroke-dashoffset: 231.25%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}

@keyframes animation-p1ijax {
  0% {
    stroke-dasharray: 62.5%, 168.75%;
  }
  50% {
    stroke-dasharray: 187.5%, 43.75%;
  }
  100% {
    stroke-dasharray: 62.5%, 168.75%;
  }
}

@keyframes animation-1dz1zzz {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animation-cextle {
  100%,
  0% {
    stroke: rgb(221, 71, 59);
  }
  40% {
    stroke: rgb(252, 183, 62);
  }
  66% {
    stroke: rgb(83, 138, 27);
  }
  80%,
  90% {
    stroke: rgb(34, 145, 255);
  }
}

.f-pt {
  font-family: "PT" !important;
}
.f-ptc {
  font-family: "PTC" !important;
}
.f-pts {
  font-family: "PTS" !important;
}
.f-ptsc {
  font-family: "PTSC" !important;
}

.fm-ext:before {
  content: "ext";
  display: inline-block;
  font-family: 'PTSC';
  background: linear-gradient(43deg, var(--orange) 60%, var(--yellow));
  color: white;
  padding: 0 0.5rem .075rem;
  border-radius: .25rem;
  margin-right: .25rem;
}