@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello.eot?67892103");
  src: url("/fonts/fontello.eot?67892103#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?67892103") format("woff2"), url("/fonts/fontello.woff?67892103") format("woff"), url("/fonts/fontello.ttf?67892103") format("truetype"), url("/fonts/fontello.svg?67892103#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.svg?67892103#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-breadcrumbs:before {
  content: '\e800'; }

/* '' */
.icon-stats:before {
  content: '\e801'; }

/* '' */
.icon-user:before {
  content: '\e802'; }

/* '' */
.icon-download:before {
  content: '\e803'; }

/* '' */
.icon-link:before {
  content: '\e804'; }

/* '' */
.icon-check:before {
  content: '\e805'; }

/* '' */
.icon-save:before {
  content: '\e806'; }

/* '' */
.icon-close:before {
  content: '\e807'; }

/* '' */
.icon-left:before {
  content: '\e808'; }

/* '' */
.icon-down:before {
  content: '\e809'; }

/* '' */
.icon-right:before {
  content: '\e80a'; }

/* '' */
.icon-picture:before {
  content: '\e80b'; }

/* '' */
.icon-up:before {
  content: '\e80c'; }

/* '' */
.icon-arrow-down:before {
  content: '\e80d'; }

/* '' */
.icon-arrow-left:before {
  content: '\e80e'; }

/* '' */
.icon-arrow-up:before {
  content: '\e80f'; }

/* '' */
.icon-arrow-right:before {
  content: '\e810'; }

/* '' */
.icon-cards:before {
  content: '\e811'; }

/* '' */
.icon-edit:before {
  content: '\e812'; }

/* '' */
.icon-search:before {
  content: '\e813'; }

/* '' */
.icon-home:before {
  content: '\e814'; }

/* '' */
.icon-location:before {
  content: '\f031'; }

/* '' */
.icon-check-empty:before {
  content: '\f096'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-challenge:before {
  content: '\f132'; }

/* '' */
.icon-news:before {
  content: '\f15b'; }

/* '' */
.icon-point:before {
  content: '\f192'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-map:before {
  content: '\f279'; }

/* '' */
/* GPT COLORS
$color-1: #6f8fa8;
$color-2: #647f97;
$color-3: #9fb7c9;
$color-4: #f6fafc;
$color-5: #f0f7fa;
$color-6: #4c6d85;
$color-7: #2f495b;
 */
.float-right {
  float: right !important; }

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

.clearfix {
  clear: both !important; }

.d-none {
  display: none !important; }

.d-none-soft {
  opacity: 0 !important;
  pointer-events: none !important; }

.d-block {
  display: block !important; }

.d-inline {
  display: inline !important; }

.position-relative {
  position: relative !important; }

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

.text-center {
  text-align: center !important; }

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

.color-fff {
  color: #fff !important; }

hr {
  height: 1px;
  border: none;
  width: 100%;
  background-color: #393649;
  margin: 20px 0 40px 0; }

.vspace {
  height: 20px; }

html {
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  background-position: center center;
  background-size: contain;
  box-sizing: border-box;
  background: #1a191b;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #63638E;
  background: #1a191b;
  background: linear-gradient(45deg, #1b1a1c 0%, #1a191b 100%);
  background-attachment: fixed;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  touch-action: manipulation; }

body.login {
  padding: 0;
  margin: 0; }
  body.login main {
    width: 100%;
    height: 100%;
    display: flex; }
    body.login main div.login-box {
      background-color: #393649;
      margin: auto;
      padding: 20px; }
      body.login main div.login-box h1, body.login main div.login-box h2 {
        text-align: center; }
      body.login main div.login-box h1 {
        color: #63638E;
        margin: 0;
        font-size: 21px; }
      body.login main div.login-box h2 {
        margin: 0 0 20px 0;
        font-size: 16px;
        font-weight: normal;
        font-style: italic; }
      body.login main div.login-box label {
        margin: 0 0 5px 0;
        color: #63638E;
        display: block;
        font-weight: bold; }
      body.login main div.login-box hr {
        background-color: #63638E; }
      body.login main div.login-box input[type="text"], body.login main div.login-box input[type="date"], body.login main div.login-box input[type="password"], body.login main div.login-box input[type="number"], body.login main div.login-box input[type="email"], body.login main div.login-box textarea {
        width: 100%;
        margin: 0 0 20px 0; }
      body.login main div.login-box button.btn {
        width: 100%;
        padding: 20px 0; }
      body.login main div.login-box a.btn {
        display: block;
        width: 100%;
        padding: 20px 0; }

.close_overlay_btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #63638E;
  display: block;
  text-align: center;
  cursor: pointer; }
  .close_overlay_btn [class^="icon-"]:before, .close_overlay_btn [class*=" icon-"]:before {
    margin: 0; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  opacity: 0; }

#map_overlay {
  background-color: #000; }
  #map_overlay #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #000; }
    #map_overlay #map iframe {
      width: 100%;
      height: 100%; }

#pdi_overlay::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1b1a1c;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
#pdi_overlay .pdi_grid {
  display: grid;
  grid-gap: 20px;
  padding: 20px;
  margin: 0 auto; }
  #pdi_overlay .pdi_grid .pdi_box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #BAB4CE;
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: 50% 50%;
    box-shadow: 0 0 0 2px transparent;
    transition: all 0.15s ease-out; }
    #pdi_overlay .pdi_grid .pdi_box:hover {
      background-size: 100%;
      box-shadow: 0 0 0 2px #fff; }
    #pdi_overlay .pdi_grid .pdi_box span {
      position: absolute;
      width: calc(100% - 40px);
      left: 20px;
      bottom: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000; }

body.map_active, body.pdi_active {
  overflow: hidden; }
  body.map_active header, body.pdi_active header {
    z-index: 0; }

body.map_active #map_overlay {
  display: block;
  visibility: visible;
  opacity: 1; }

body.pdi_active #pdi_overlay {
  display: block;
  visibility: visible;
  opacity: 1; }

header {
  background-color: #393649;
  width: 100%;
  position: relative; }
  header div.fullwidth .inner-padding, header div.maxwidth .inner-padding {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    color: #fff; }
  header div.header {
    height: 100%; }
    header div.header a.inner-padding {
      text-decoration: none; }
  header #back {
    background-color: #242231;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    aspect-ratio: 1/1;
    text-align: center;
    cursor: pointer; }
  header .user-admin {
    position: relative;
    cursor: pointer; }
    header .user-admin::before {
      content: 'Log Out';
      font-size: 75%;
      position: absolute;
      top: 25%;
      left: 0;
      display: none;
      width: 100%;
      height: 50%;
      text-align: center;
      background-color: #000;
      border-radius: 10px; }
    header .user-admin:hover::before, header .user-admin:focus::before {
      display: block; }

div.fullwidth {
  width: 100%; }

div.fullwidth, div.maxwidth {
  margin: 0 auto; }

div.maxwidth {
  max-width: 1920px; }

ul.sidebar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #393649;
  font-size: 14px; }
  ul.sidebar li {
    padding: 0;
    margin: 0;
    font-weight: bold; }
  ul.sidebar ul {
    list-style-type: none;
    padding: 0; }
    ul.sidebar ul li {
      font-weight: normal; }
      ul.sidebar ul li a {
        color: #BAB4CE;
        background-color: #242231;
        padding: 0 40px 0 64px; }
  ul.sidebar a {
    color: #fff;
    background-color: #393649;
    text-decoration: none;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    ul.sidebar a [class^="icon-"]:before, ul.sidebar a [class*=" icon-"]:before {
      color: #242231;
      margin: 0 10px 0 0; }
    ul.sidebar a:hover {
      text-decoration: underline; }
      ul.sidebar a:hover [class^="icon-"]:before, ul.sidebar a:hover [class*=" icon-"]:before {
        color: #fff; }

main div.content {
  width: 100%;
  height: 100%; }
  main div.content div.inner-padding div.main {
    /* */ }
main h3 {
  margin: 0; }
main.home div.main {
  color: #fff; }
  main.home div.main a {
    font-weight: bold;
    color: #242231 !important; }
main.home hr {
  margin: 20px 0; }

.breadcrumbs {
  border-bottom: solid 1px #393649; }
  .breadcrumbs a {
    color: #BAB4CE;
    opacity: 0.5;
    text-decoration: none;
    border-right: solid 1px #393649; }
    .breadcrumbs a[href] {
      color: #BAB4CE;
      opacity: 1; }
      .breadcrumbs a[href]:hover {
        color: #fff;
        opacity: 1; }
    .breadcrumbs a:last-of-type {
      border-right: none; }

.btn {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #63638E;
  background-color: #BAB4CE;
  text-decoration: none;
  cursor: pointer; }
  .btn [class^="icon-"]:before, .btn [class*=" icon-"]:before {
    margin: 0 5px 0 0; }
  .btn:hover {
    background-color: #fff; }
  .btn.add::before {
    content: '[+] '; }
  .btn.onlyicon [class^="icon-"]:before, .btn.onlyicon [class*=" icon-"]:before {
    margin: 0; }
  .btn.float-left {
    margin: 0 10px 0 0; }
  .btn.float-right {
    margin: 0 0 0 10px; }
  .btn.transparent {
    color: #BAB4CE;
    background-color: transparent; }
    .btn.transparent:hover {
      color: #fff; }
  .btn.disabled {
    opacity: 0.33;
    pointer-events: none; }
  .btn.active {
    color: #fff;
    background-color: #1672f6; }

table.contents {
  border-collapse: separate; }
  table.contents.fullwidth {
    width: 100%; }
  table.contents.first-col-min tr th:first-of-type, table.contents.first-col-min tr td:first-of-type {
    width: 0; }
  table.contents tr th a, table.contents tr td a {
    color: #fff; }
    table.contents tr th a[onClick], table.contents tr td a[onClick] {
      text-decoration: underline;
      cursor: pointer; }
  table.contents tr th {
    font-weight: bold;
    color: #BAB4CE;
    background-color: #63638E; }
  table.contents tr td {
    color: #fff;
    background-color: #292736;
    border-bottom: 1px solid #393649; }
  table.contents tr th, table.contents tr td {
    text-align: center; }
    table.contents tr th:first-of-type, table.contents tr td:first-of-type {
      text-align: left; }
    table.contents tr th:last-of-type, table.contents tr td:last-of-type {
      text-align: right; }
  table.contents.first-col-min tr th:nth-of-type(2), table.contents.first-col-min tr td:nth-of-type(2) {
    text-align: left; }
  table.contents.pdi-card tr th:nth-of-type(2), table.contents.pdi-card tr td:nth-of-type(2) {
    width: 0; }
  table.contents.pdi-card tr th:nth-of-type(3), table.contents.pdi-card tr td:nth-of-type(3) {
    text-align: left; }
  table.contents.routes.main tr th a, table.contents.routes.main tr td a, table.contents.routes.secondary tr th a, table.contents.routes.secondary tr td a {
    display: block; }
  table.contents.routes.main tr th:nth-of-type(2), table.contents.routes.main tr td:nth-of-type(2), table.contents.routes.secondary tr th:nth-of-type(2), table.contents.routes.secondary tr td:nth-of-type(2) {
    width: 0; }

.date-search-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: space-between;
  gap: 20px;
  padding: 20px 0; }
  .date-search-box input[type="date"] {
    width: 100%; }

.home-btn {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #393649;
  padding: 13px; }
  .home-btn.sub {
    color: #BAB4CE;
    font-weight: normal;
    background-color: #242231; }
  .home-btn [class^="icon-"]:before, .home-btn [class*=" icon-"]:before {
    color: #242231;
    margin: 0 10px 0 0; }
  .home-btn:hover {
    filter: brightness(125%); }

.flexform {
  display: flex;
  flex-direction: row;
  gap: 40px; }
  .flexform.homeflex {
    margin: 0 0 20px 0;
    gap: 20px; }
    .flexform.homeflex div[class^="col"] {
      display: flex; }
      .flexform.homeflex div[class^="col"] .home-btn {
        width: 100%; }
  .flexform div[class^="col"] {
    width: 100%; }
  .flexform input[type="text"], .flexform input[type="date"], .flexform input[type="password"], .flexform input[type="number"], .flexform input[type="email"], .flexform textarea {
    width: 100%;
    margin: 0 0 40px 0; }
  .flexform label {
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0; }
    .flexform label .btn.float-right {
      margin: -10px 0 0 0; }
    .flexform label span.info {
      font-weight: normal;
      float: right;
      text-align: right;
      color: #63638E; }
  .flexform select {
    width: 100%; }
  .flexform a:not([class]) {
    color: #fff; }

input[type="text"], input[type="date"], input[type="password"], input[type="number"], input[type="email"], textarea {
  box-sizing: border-box;
  background-color: #292736;
  border: 1px solid #393649;
  color: #fff;
  outline: none;
  resize: vertical;
  font-family: Arial, Helvetica, sans-serif;
  /* Fix per togliere le frecce cursore da input type: number */
  -moz-appearance: textfield; }
  input[type="text"] ::placeholder, input[type="date"] ::placeholder, input[type="password"] ::placeholder, input[type="number"] ::placeholder, input[type="email"] ::placeholder, textarea ::placeholder {
    color: #63638E; }

textarea {
  max-height: 350px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='select-bg-arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BAB4CE;%7D%0A%3C/style%3E%3Cpath class='st0' d='M140.1,34L75,99.1L9.9,34L0,43.9l70,70c1.4,1.4,3.2,2.1,5,2.1s3.6-0.7,5-2.1l70-70L140.1,34z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  box-sizing: border-box;
  background-color: #292736;
  border: 1px solid #393649;
  color: #fff;
  outline: none; }
  select[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }

div.img-preview {
  background-color: #fff;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  div.img-preview .inner-padding {
    padding: 20px; }
  div.img-preview .card {
    left: 0;
    right: 0;
    margin: 20px auto 0 auto;
    width: 33.333%;
    aspect-ratio: 183/256;
    background-color: #fff;
    background-size: cover;
    border-radius: 5%;
    overflow: hidden; }

.img-qr, .img-user {
  width: 25%; }

table.users {
  width: 100%; }
  table.users tr th:nth-child(1), table.users tr td:nth-child(1) {
    width: 8%; }
    table.users tr th:nth-child(1) span, table.users tr td:nth-child(1) span {
      width: 64px;
      height: 64px;
      display: block;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("/img/users/default-user.png"); }
  table.users tr th:nth-child(2), table.users tr td:nth-child(2) {
    width: 34%;
    text-align: left; }
  table.users tr th:nth-child(3), table.users tr td:nth-child(3) {
    width: 54%;
    text-align: left; }
  table.users tr th:nth-child(4), table.users tr td:nth-child(4) {
    width: 4%;
    text-align: right; }
    table.users tr th:nth-child(4) span, table.users tr td:nth-child(4) span {
      width: 10px;
      height: 14px;
      border-radius: 2px;
      display: inline-block;
      text-align: right; }
      table.users tr th:nth-child(4) span.yellow, table.users tr td:nth-child(4) span.yellow {
        background-color: yellow; }
      table.users tr th:nth-child(4) span.red, table.users tr td:nth-child(4) span.red {
        background-color: red; }
  table.users .btn {
    padding: 5px; }
    table.users .btn:hover {
      color: #242231; }
  table.users.vip tr th:nth-child(4), table.users.vip tr td:nth-child(4) {
    text-align: center; }
    table.users.vip tr th:nth-child(4) .icon::before, table.users.vip tr td:nth-child(4) .icon::before {
      margin: 0; }

table.ugc {
  width: 100%; }
  table.ugc tr th:nth-child(1), table.ugc tr td:nth-child(1) {
    width: 25%;
    text-align: left; }
  table.ugc tr th:nth-child(2), table.ugc tr td:nth-child(2) {
    width: 25%;
    text-align: left; }
  table.ugc tr th:nth-child(3), table.ugc tr td:nth-child(3) {
    width: 48%;
    text-align: left; }
  table.ugc tr th:nth-child(4), table.ugc tr td:nth-child(4) {
    width: 1%;
    text-align: right; }
  table.ugc tr th:nth-child(5), table.ugc tr td:nth-child(5) {
    width: 1%;
    text-align: right; }
  table.ugc .btn {
    padding: 5px; }
    table.ugc .btn:hover {
      color: #242231; }
  table.ugc.images tr th:nth-child(3) img, table.ugc.images tr td:nth-child(3) img {
    max-height: 160px; }
  table.ugc.images tr th:nth-child(3) video, table.ugc.images tr td:nth-child(3) video {
    width: 320px;
    height: 240px;
    background-color: #000; }

/* Fix per togliere le frecce cursore da input type: number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #393649;
  border: 1px solid #393649;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: calc(100% - 20px); }

button.btn {
  border: none; }

#alert {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  background-color: rgba(27, 26, 28, 0.8); }
  #alert.hidden {
    pointer-events: none;
    background: none; }
    #alert.hidden #alert_popup {
      opacity: 0;
      pointer-events: none; }

#alert_popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 40px 20px;
  color: #fff;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1;
  transition: opacity 0.15s ease-out; }
  #alert_popup div.content {
    max-width: 480px;
    margin: 0 auto; }
  #alert_popup a.btn.choice {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
    text-align: center;
    margin: 20px 0 0 0; }
  #alert_popup a.btn.confirm {
    color: #fff;
    background-color: green; }
  #alert_popup a.btn.cancel {
    color: #fff;
    background-color: #333; }
  #alert_popup a.btn.confirm:hover, #alert_popup a.btn.cancel:hover {
    filter: brightness(150%); }

@media screen and (min-width: 540px) {
  .hideDesktop {
    display: none; }

  header {
    height: 66px;
    line-height: 66px; }
    header #back {
      height: calc(66px - (66px) / 4 );
      line-height: calc(66px - (66px) / 4);
      border-radius: 0 calc((66px - (66px) / 4) / 2) calc((66px - (66px) / 4) / 2) 0;
      font-size: 24px; }
    header div.header {
      font-size: 18px; }
    header .inner-padding {
      padding: 0 40px 0 64px; }
    header .user-admin::before {
      line-height: calc(66px / 2); }

  .close_overlay_btn {
    font-size: calc(66px - (66px / 2));
    width: 66px;
    height: 66px;
    line-height: 66px; }

  ul.sidebar {
    width: 320px;
    height: 100%; }

  main {
    height: calc(100% - 66px);
    display: flex;
    flex-direction: row; }
    main div.content .inner-padding {
      height: calc(100% - (20px * 2));
      padding: 20px; }
      main div.content .inner-padding div.main {
        overflow-y: scroll;
        padding: 20px 16px 0 0;
        height: calc(100% - 66px);
        /* SCROLLBAR COLORATE (solo desktop) */
        /* Works on Firefox */
        scrollbar-width: thin;
        scrollbar-color: #1b1a1c #393649;
        /* Works on Chrome, Edge, and Safari */ }
        main div.content .inner-padding div.main::-webkit-scrollbar {
          width: 12px; }
        main div.content .inner-padding div.main::-webkit-scrollbar-track {
          background: #393649; }
        main div.content .inner-padding div.main::-webkit-scrollbar-thumb {
          background-color: #1b1a1c;
          border-radius: 20px;
          border: 3px solid #393649; } }
      @media screen and (min-width: 540px) and (pointer: coarse) {
        main div.content .inner-padding div.main {
          padding: 20px 0; } }

@media screen and (min-width: 540px) {
  .breadcrumbs {
    font-size: 14px;
    height: 40px; }
    .breadcrumbs a {
      padding: 10px 20px; }

  table.contents {
    border-spacing: 0 10px; }
    table.contents tr th, table.contents tr td {
      font-size: 14px;
      padding: 20px 10px; }
    table.contents.pdi-card tr td img {
      width: 64px; }

  #pdi_overlay .pdi_grid {
    margin-top: 66px;
    max-width: 1280px;
    grid-template-columns: auto auto auto; }

  .flexform {
    flex-wrap: nowrap; }

  input[type="text"], input[type="date"], input[type="password"], input[type="number"], input[type="email"], textarea, select {
    font-size: 16px;
    padding: 20px;
    border-radius: 10px; }

  select {
    background-size: 16px 16px; }

  body.login div.login-box {
    max-width: 320px;
    border-radius: 10px; } }
@media screen and (max-width: 539px) {
  .hideMobile {
    display: none; }

  body {
    padding: 44px 0 0 0; }

  header {
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    position: fixed;
    z-index: 10;
    top: 0; }
    header #back {
      height: calc(44px - (44px) / 4 );
      line-height: calc(44px - (44px) / 4);
      border-radius: 0 calc((44px - (44px) / 4) / 2) calc((44px - (44px) / 4) / 2) 0;
      font-size: 14px; }
    header div.header {
      font-size: 14px; }
    header .inner-padding {
      padding: 0 20px 0 48px; }
    header .user-admin::before {
      line-height: calc(44px / 2); }

  .close_overlay_btn {
    font-size: calc(44px - (44px / 2));
    width: 44px;
    height: 44px;
    line-height: 44px; }

  ul.sidebar {
    width: 0;
    display: none;
    opacity: 0;
    visibility: hidden; }

  main div.content .inner-padding {
    padding: 20px 10px; }
    main div.content .inner-padding div.main {
      padding: 20px 0; }

  .breadcrumbs {
    font-size: 12px;
    height: 30px; }
    .breadcrumbs a {
      padding: 5px 14px; }

  table.contents {
    border-spacing: 0 6px; }
    table.contents tr th, table.contents tr td {
      font-size: 10px;
      padding: 14px 6px; }
    table.contents.pdi-card tr td img {
      width: 32px; }

  #pdi_overlay .pdi_grid {
    margin-top: 44px;
    grid-template-columns: auto; }

  .date-search-box {
    flex-wrap: wrap; }

  .flexform {
    flex-wrap: wrap; }

  input[type="text"], input[type="date"], input[type="password"], input[type="number"], input[type="email"], textarea, select {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px; }

  select {
    background-size: 12px 12px; }

  body.login {
    background: #393649; }
    body.login div.login-box {
      width: 100%;
      border-radius: 0; } }
@media screen and (min-width: 540px) and (max-width: 1024px) {
  ul.sidebar {
    text-align: center;
    width: auto; }
    ul.sidebar li a {
      padding: 0 16px; }
      ul.sidebar li a span {
        display: none; }
        ul.sidebar li a span.rid {
          display: inline; }
      ul.sidebar li a [class^="icon-"]:before, ul.sidebar li a [class*=" icon-"]:before {
        margin: 0; }
    ul.sidebar li ul li a {
      padding: 0 16px; }

  #pdi_overlay .pdi_grid {
    grid-template-columns: auto auto; }

  .flexform {
    flex-wrap: nowrap; }

  input[type="text"], input[type="date"], input[type="password"], input[type="number"], input[type="email"], textarea, select {
    font-size: 15px;
    padding: 15px;
    border-radius: 7.5px; }

  select {
    background-size: 14px 14px; } }
@media screen and (orientation: landscape) {
  ul.sidebar > li {
    border-left: solid env(safe-area-inset-left) #393649; } }
